Browse Source

updated 2 packages

libxml2-2.9.14-1

libxslt-1.1.35-1
Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
2f5eff1f9a
2 changed files with 13 additions and 5 deletions
  1. 4 1
      lib/libx/libxml2/libxml2-vl.spec
  2. 9 4
      lib/libx/libxslt/libxslt-vl.spec

+ 4 - 1
lib/libx/libxml2/libxml2-vl.spec

@@ -1,7 +1,7 @@
 Summary: Library providing XML and HTML support
 Summary(ja): XML や HTML サポートを提供するライブラリ
 Name: libxml2
-Version: 2.9.13
+Version: 2.9.14
 Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
@@ -315,6 +315,9 @@ chmod -x doc/*.py
 
 
 %changelog
+* Thu May 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.14-1
+- updated to 2.9.14.
+
 * Thu Mar 10 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.13-1
 - updated to 2.9.13.
 

+ 9 - 4
lib/libx/libxslt/libxslt-vl.spec

@@ -4,8 +4,8 @@
 Summary: Library providing the Gnome XSLT engine
 Summary(ja): XSLT エンジンライブラリ
 Name: libxslt
-Version: 1.1.34
-Release: 2%{_dist_release}
+Version: 1.1.35
+Release: 1%{_dist_release}
 Group: system
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -201,10 +201,14 @@ rm -vrf %{buildroot}%{_docdir}
 %{_includedir}/*
 %{_libdir}/lib*.so
 %{_libdir}/*.sh
+%dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/*.pc
+%dir %{_libdir}/cmake
+%{_libdir}/cmake/libxslt
 %{_bindir}/xslt-config
 %{_datadir}/aclocal/*.m4
 %{_mandir}/man3/*
+%exclude %{_datadir}/gtk-doc
 
 %files static
 %defattr(-, root, root)
@@ -214,8 +218,6 @@ rm -vrf %{buildroot}%{_docdir}
 %defattr(-, root, root)
 %license Copyright
 %doc AUTHORS ChangeLog NEWS README FEATURES
-%doc python/TODO
-%doc python/libxsltclass.txt
 %doc python/tests/*.py
 %doc python/tests/*.xml
 %doc python/tests/*.xsl
@@ -251,6 +253,9 @@ rm -vrf %{buildroot}%{_docdir}
 
 
 %changelog
+* Thu May 12 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.35-1
+- updated to 1.1.35.
+
 * Thu May 20 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.34-2
 - dropped ldconfig scriptlets.