diff --git a/libxslt-1.1.37.tar.xz b/libxslt-1.1.37.tar.xz deleted file mode 100644 index c4073daee96bd122e293ccca5a2afc717858d35c..0000000000000000000000000000000000000000 Binary files a/libxslt-1.1.37.tar.xz and /dev/null differ diff --git a/libxslt-1.1.39.tar.xz b/libxslt-1.1.39.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..66a4bdde7d05642a1c8a93b6cd08f8c27c3d731b Binary files /dev/null and b/libxslt-1.1.39.tar.xz differ diff --git a/libxslt.spec b/libxslt.spec index 2f627874329bc9c3ea12b8bb6bf7db7d23cf5e81..216ace852a93705441661b808be10c14d60fb9fb 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ %define anolis_release 1 Name: libxslt Summary: Library providing the Gnome XSLT engine -Version: 1.1.37 +Version: 1.1.39 Release: %{anolis_release}%{?dist} License: MIT @@ -83,13 +83,11 @@ rm -vrf %{buildroot}%{_docdir} %{abidir}/libexslt.dump %files doc -%doc AUTHORS NEWS README FEATURES +%doc AUTHORS NEWS README.md FEATURES %files devel %doc doc/libxslt-api.xml -%doc doc/libxslt-refs.xml %doc doc/EXSLT/libexslt-api.xml -%doc doc/EXSLT/libexslt-refs.xml %doc %{_mandir}/man3/libxslt.3* %doc %{_mandir}/man3/libexslt.3* %doc doc/tutorial @@ -118,6 +116,9 @@ rm -vrf %{buildroot}%{_docdir} %{abidir}/libxsltmod.dump %changelog +* Wed Mar 19 2025 Xiaoping Liu - 1.1.39-1 +- update to 1.1.39 from 1.1.37 + * Sun Nov 27 2022 Funda Wang - 1.1.37-1 - New version 1.1.37 - Reenable python as upstream does