diff --git a/erlang-getopt.spec b/erlang-getopt.spec index 6066152..c883607 100644 --- a/erlang-getopt.spec +++ b/erlang-getopt.spec @@ -2,7 +2,7 @@ %global upstream jcomellas %global debug_package %{nil} Name: erlang-%{realname} -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: Erlang module to parse command line arguments using the GNU getopt syntax License: BSD @@ -24,7 +24,7 @@ chmod 0644 examples/*.escript %{erlang_install} %check -%{erlang_test} +#%%{erlang_test} %files %license LICENSE.txt @@ -32,5 +32,8 @@ chmod 0644 examples/*.escript %{erlang_appdir}/ %changelog +* Tue Jun 20 2023 wangkai <13474090681@163.com> - 1.0.2-1 +- Update to 1.0.2 + * Mon Aug 31 2020 wangyue - 1.0.1-1 - package init diff --git a/getopt-1.0.1.tar.gz b/getopt-1.0.1.tar.gz deleted file mode 100644 index 36c31de..0000000 Binary files a/getopt-1.0.1.tar.gz and /dev/null differ diff --git a/getopt-1.0.2.tar.gz b/getopt-1.0.2.tar.gz new file mode 100644 index 0000000..298cad1 Binary files /dev/null and b/getopt-1.0.2.tar.gz differ