diff --git a/libxslt-1.1.42.tar.xz b/libxslt-1.1.42.tar.xz deleted file mode 100644 index 899f84b358dc3bbfb5be19f89f30b071128df750..0000000000000000000000000000000000000000 Binary files a/libxslt-1.1.42.tar.xz and /dev/null differ diff --git a/libxslt-1.1.43.tar.xz b/libxslt-1.1.43.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..324fcb06c1a09fd349134be6dc91e3901324ef7f Binary files /dev/null and b/libxslt-1.1.43.tar.xz differ diff --git a/libxslt.spec b/libxslt.spec index ab0211e0a1e09b1db21026562fb8ef76dc3de35e..e9f38b59b2063543fc36a8327ff4ec9e842d2e5e 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,6 +1,6 @@ Name: libxslt -Version: 1.1.42 -Release: 4 +Version: 1.1.43 +Release: 1 Summary: XSLT Transformation Library License: MIT URL: https://gitlab.gnome.org/GNOME/libxslt @@ -66,7 +66,6 @@ pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../ %{_bindir}/xsltproc %{_libdir}/libxslt.so.* %{_libdir}/libexslt.so.* -%{_libdir}/libxslt-plugins/ %{_mandir}/man1/xsltproc.1* %files devel @@ -87,12 +86,16 @@ pushd $RPM_BUILD_ROOT/%{_includedir}/%{name}; touch -m --reference=xslt.h ../../ %{python3_sitelib}/__pycache__/libxslt* %files help -%doc %{_docdir}/%{name} -%doc %{_mandir}/man3/* -%exclude %{_docdir}/%{name}/{NEWS,README.md,FEATURES,AUTHORS} -%exclude %{_docdir}/../licenses/libxslt/Copyright +%doc %{_docdir}/%{name}/python +%doc %{_docdir}/%{name}/tutorial +%doc %{_docdir}/%{name}/tutorial2 +%doc %{_docdir}/%{name}/xsltproc.html +%{_mandir}/man3/* %changelog +* Thu Mar 13 2025 Funda Wang - 1.1.43-1 +- update to 1.1.43 + * Thu Oct 17 2024 fuanan - 1.1.42-4 - Resolve file conflict issues