Author: qboosh Date: Mon Jan 14 00:05:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.6.31 (security fix [CVE-2007-6284?]) - updated DESTDIR patch
---- Files affected: SPECS: libxml2.spec (1.153 -> 1.154) ---- Diffs: ================================================================ Index: SPECS/libxml2.spec diff -u SPECS/libxml2.spec:1.153 SPECS/libxml2.spec:1.154 --- SPECS/libxml2.spec:1.153 Mon Sep 3 20:34:54 2007 +++ SPECS/libxml2.spec Mon Jan 14 01:05:40 2008 @@ -9,14 +9,14 @@ Summary(pl.UTF-8): Biblioteka libXML wersja 2 Summary(pt_BR.UTF-8): Biblioteca libXML versão 2 Name: libxml2 -Version: 2.6.30 +Version: 2.6.31 Release: 1 Epoch: 1 License: MIT Group: Libraries #Source0: http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/%{name}-%{version}.tar.bz2 Source0: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz -# Source0-md5: 460e6d853e824da700d698532e57316b +# Source0-md5: 714b0683b1ec4bdc63bc356d729f9b18 Patch0: %{name}-amfix.patch Patch1: %{name}-man_fixes.patch Patch2: %{name}-open.gz.patch @@ -201,8 +201,9 @@ %files %defattr(644,root,root,755) %doc AUTHORS ChangeLog Copyright NEWS README TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.* -%{_mandir}/man3/* +%attr(755,root,root) %{_libdir}/libxml2.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libxml2.so.2 +%{_mandir}/man3/libxml.3* %dir %{_sysconfdir}/xml %config(noreplace) %verify(not md5 mtime) %{_sysconfdir}/xml/catalog @@ -211,10 +212,10 @@ %defattr(644,root,root,755) %doc %{_docdir}/%{name}-devel-%{version} %attr(755,root,root) %{_bindir}/xml2-config -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_pkgconfigdir}/* -%{_aclocaldir}/*.m4 +%attr(755,root,root) %{_libdir}/libxml2.so +%{_libdir}/libxml2.la +%{_pkgconfigdir}/libxml-2.0.pc +%{_aclocaldir}/libxml.m4 %{_includedir}/libxml2 %{_mandir}/man1/xml2-config.1* %{_examplesdir}/%{name}-devel-%{version} @@ -222,7 +223,7 @@ %if %{with static_libs} %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libxml2.a %endif %files apidocs @@ -240,8 +241,8 @@ %files -n python-%{name} %defattr(644,root,root,755) %doc %{_examplesdir}/python-%{name}-%{version} -%attr(755,root,root) %{py_sitedir}/*.so -%{py_sitedir}/*.py[co] +%attr(755,root,root) %{py_sitedir}/libxml2mod.so +%{py_sitedir}/*libxml2.py[co] %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -250,6 +251,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.154 2008-01-14 00:05:40 qboosh +- updated to 2.6.31 (security fix [CVE-2007-6284?]) +- updated DESTDIR patch + Revision 1.153 2007-09-03 18:34:54 qboosh - updated to 2.6.30 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libxml2.spec?r1=1.153&r2=1.154&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
