Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2012-02-26 10:14:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libxml2 (Old)
 and      /work/SRC/openSUSE:Factory/.libxml2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libxml2", Maintainer is "vci...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2012-02-25 
09:09:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes     2012-02-26 
10:14:24.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb 25 13:50:54 UTC 2012 - co...@suse.com
+
+- the fallout of requiring libxml2-tools as explicit buildrequire
+  is just too large, so avoid it for now and create a cycle between
+  libxml2-2 and libxml2-tools
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libxml2.spec ++++++
--- /var/tmp/diff_new_pack.jg1G1V/_old  2012-02-26 10:14:26.000000000 +0100
+++ /var/tmp/diff_new_pack.jg1G1V/_new  2012-02-26 10:14:26.000000000 +0100
@@ -53,8 +53,10 @@
 %package -n %lname
 Summary:        A Library to Manipulate XML Files
 Group:          System/Libraries
-Provides:       %name = %version
-Obsoletes:      %name < 2.7.8+git20120223
+# this is technically not true, but all other suse versions and fedora 
+# have the tools in "libxml2", so avoid too much trouble and always install
+# them for now
+Requires:       %name-tools
 
 %description -n %lname
 The XML C library was initially developed for the GNOME project. It is
@@ -75,7 +77,8 @@
 %package tools
 Summary:        Tools using libxml
 Group:          System/Libraries
-Provides:       %name:/usr/bin/xmllint
+Provides:       %name = %version
+Obsoletes:      %name < 2.7.8+git20120223
 
 %description tools
 This package contains xmllint, a very useful tool proving libxml's power.
@@ -83,6 +86,7 @@
 %package devel
 Summary:        Include Files and Libraries mandatory for Development
 Group:          Development/Libraries/C and C++
+Requires:       %name-tools = %{version}
 Requires:       %{lname} = %{version}
 Requires:       glibc-devel
 Requires:       readline-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to