[libxml2/f16] previous build broken due to failure to use the versioning script

Daniel Veillard veillard at fedoraproject.org
Tue Sep 11 14:06:28 UTC 2012


commit 5ea25cec693a8126709e80ac48659f4dcd9e12ad
Author: Daniel Veillard <veillard at redhat.com>
Date:   Tue Sep 11 22:05:46 2012 +0800

    previous build broken due to failure to use the versioning script
    
    Rebuilding requiring automake and autoconf

 libxml2.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libxml2.spec b/libxml2.spec
index 902f477..7171751 100644
--- a/libxml2.spec
+++ b/libxml2.spec
@@ -1,12 +1,14 @@
 Summary: Library providing XML and HTML support
 Name: libxml2
 Version: 2.7.8
-Release: 7%{?dist}%{?extra_release}
+Release: 8%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/libxml2/libxml2-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python python-devel zlib-devel pkgconfig
+BuildRequires: autoconf automake
+
 URL: http://xmlsoft.org/
 Patch0: libxml2-Multilib-fix.patch
 Patch1: libxml2-Reactivate-the-shared-library-versionning-script.patch
@@ -206,6 +208,10 @@ rm -fr %{buildroot}
 %doc doc/python.html
 
 %changelog
+* Tue Sep 11 2012 Daniel Veillard <veillard at redhat.com> - 2.7.8-8
+- previous build broken due to failure to use the versioning script
+  rebuilding with automake and autoconf
+
 * Mon Sep 10 2012 Daniel Veillard <veillard at redhat.com> - 2.7.8-7
 - Fixes for CVE-2011-3919 CVE-2011-3905 CVE-2011-2834 (rhbz#772122)
 - Fixes for CVE-2012-2807 (843743)


More information about the scm-commits mailing list