Author: qboosh Date: Thu May 24 11:20:20 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.8.0 - removed obsolete amfix,version-script,XPath patches
---- Files affected: packages/libxml2: libxml2.spec (1.187 -> 1.188) , libxml2-XPath.patch (1.1 -> NONE) (REMOVED), libxml2-amfix.patch (1.17 -> NONE) (REMOVED), libxml2-version-script.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/libxml2/libxml2.spec diff -u packages/libxml2/libxml2.spec:1.187 packages/libxml2/libxml2.spec:1.188 --- packages/libxml2/libxml2.spec:1.187 Mon Jun 6 21:59:40 2011 +++ packages/libxml2/libxml2.spec Thu May 24 13:20:15 2012 @@ -14,22 +14,19 @@ Summary(pl.UTF-8): Biblioteka libXML wersja 2 Summary(pt_BR.UTF-8): Biblioteca libXML versão 2 Name: libxml2 -Version: 2.7.8 -Release: 2 +Version: 2.8.0 +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: 8127a65e8c3b08856093099b52599c86 -Patch0: %{name}-amfix.patch -Patch1: %{name}-man_fixes.patch -Patch2: %{name}-open.gz.patch -Patch3: %{name}-largefile.patch -Patch4: %{name}-version-script.patch -Patch5: %{name}-XPath.patch +# Source0-md5: c62106f02ee00b6437f0fb9d370c1093 +Patch0: %{name}-man_fixes.patch +Patch1: %{name}-open.gz.patch +Patch2: %{name}-largefile.patch URL: http://xmlsoft.org/ -BuildRequires: autoconf >= 2.2 +BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1.4 BuildRequires: libtool >= 1:1.4.2-9 %{?with_python:BuildRequires: python-devel} @@ -142,13 +139,10 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %if %{with zlib} -%patch2 -p1 +%patch1 -p1 %endif -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -157,9 +151,10 @@ %{__autoheader} %{__automake} %configure \ - %{!?with_static_libs:--enable-static=no} \ + --disable-silent-rules \ + %{!?with_static_libs:--disable-static=no} \ %{!?with_python:--without-python} \ - %{!?with_zlib:--with-zlib=no} \ + %{!?with_zlib:--without-zlib} \ --with%{!?with_mem_debug:out}-mem-debug %{__make} @@ -230,6 +225,7 @@ %attr(755,root,root) %{_bindir}/xml2-config %attr(755,root,root) %{_libdir}/libxml2.so %{_libdir}/libxml2.la +%attr(755,root,root) %{_libdir}/xml2Conf.sh %{_pkgconfigdir}/libxml-2.0.pc %{_aclocaldir}/libxml.m4 %{_includedir}/libxml2 @@ -273,6 +269,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.188 2012/05/24 11:20:15 qboosh +- updated to 2.8.0 +- removed obsolete amfix,version-script,XPath patches + Revision 1.187 2011/06/06 19:59:40 marti - security patch: Invalid XPath Multiple Memory Corruption - http://git.gnome.org/browse/libxml2/commit/?id=d7958b21e7f8c447a26bb2436f08402b2c308be4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libxml2/libxml2.spec?r1=1.187&r2=1.188 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
