diff --git a/libedit-20210910-3.1.tar.gz b/libedit-20210910-3.1.tar.gz deleted file mode 100644 index f1694a3d9c4bda446daa1a1c39f4d0357ec098ce..0000000000000000000000000000000000000000 Binary files a/libedit-20210910-3.1.tar.gz and /dev/null differ diff --git a/libedit-20221030-3.1.tar.gz b/libedit-20221030-3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9de8011b84997904bbd0317ba9cf2f85201f3ece Binary files /dev/null and b/libedit-20221030-3.1.tar.gz differ diff --git a/libedit.spec b/libedit.spec index ea601d795b6d332498616e972112670abb6a9f50..fb7cf7a17edb9fd662557ded9bee9626fa7468c0 100644 --- a/libedit.spec +++ b/libedit.spec @@ -1,7 +1,7 @@ -%define anolis_release 4 +%define anolis_release 1 -%global snap 20210910 -%global dir_snap 20210910 +%global snap 20221030 +%global dir_snap 20221030 Summary: The NetBSD Editline library Name: libedit @@ -32,7 +32,7 @@ Summary: Documentation files for %{name} Requires: %{name} = %{version}-%{release} BuildArch: noarch -%description doc +%description doc The %{name}-doc package contains documentation files for %{name}. %package devel @@ -74,7 +74,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/history.3* %{abidir}/%{name}.dump %files doc -%doc ChangeLog THANKS +%doc ChangeLog THANKS INSTALL %files devel %doc examples/fileman.c examples/tc1.c examples/wtc1.c @@ -87,6 +87,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man3/history.3* %{_includedir}/editline/readline.h %changelog +* Wed Dec 07 2022 Jing Zhang - 3.1-20221030.1 +- update to 3.1-20221030 + * Wed Oct 26 2022 mgb01105731 - 3.1-20210910.4 - fix release with anolis_release