Hello community,

here is the log from the commit of package augeas for openSUSE:Factory checked 
in at 2012-03-22 12:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/augeas (Old)
 and      /work/SRC/openSUSE:Factory/.augeas.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "augeas", Maintainer is "dmacvi...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/augeas/augeas.changes    2012-02-29 
14:05:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.augeas.new/augeas.changes       2012-03-22 
12:31:24.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar 17 14:54:10 UTC 2012 - jeng...@medozas.de
+
+- Ensure libxml2 is present in .pc file
+
+-------------------------------------------------------------------

New:
----
  augeas-pkgdeps.diff

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

Other differences:
------------------
++++++ augeas.spec ++++++
--- /var/tmp/diff_new_pack.9OTnDE/_old  2012-03-22 12:31:26.000000000 +0100
+++ /var/tmp/diff_new_pack.9OTnDE/_new  2012-03-22 12:31:26.000000000 +0100
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-
 Name:           augeas
 Version:        0.10.0
 Release:        0
@@ -28,6 +26,7 @@
 Patch0:         augeas-modprobe-lense.patch
 # PATCH-FIX-OPENSUSE bnc-729491-recognize-suse-sysconfig-files.patch 
[bnc#729491]
 Patch1:         bnc-729491-recognize-suse-sysconfig-files.patch
+Patch2:         augeas-pkgdeps.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  glib2-devel
 BuildRequires:  libxml2-devel
@@ -101,6 +100,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch -P 2 -p1
 
 %build
 export CFLAGS="-Wno-error $RPM_OPT_FLAGS"

++++++ augeas-pkgdeps.diff ++++++
From: Jan Engelhardt <jeng...@medozas.de>
Date: 2012-03-17 15:49:17.431507472 +0100

Public augeas header files (for use by 3rd party programs) include
<libxml/tree.h>, so the .pc file must require xml2 for it to work.

---
 augeas.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: augeas-0.10.0/augeas.pc.in
===================================================================
--- augeas-0.10.0.orig/augeas.pc.in
+++ augeas-0.10.0/augeas.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: augeas
 Version: @VERSION@
 Description: Augeas configuration editing library
-Requires:
+Requires: libxml-2.0
 Libs: -L${libdir} -laugeas @LIBS@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to