Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2013-06-18 21:53:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/icecream (Old)
 and      /work/SRC/openSUSE:Factory/.icecream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "icecream"

Changes:
--------
--- /work/SRC/openSUSE:Factory/icecream/icecream.changes        2013-04-06 
19:53:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2013-06-18 
21:53:05.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 10:03:43 UTC 2013 - [email protected]
+
+- include -lcap-ng in pkgconfig file if needed, for icemon:
+  cap-ng-link.patch
+
+-------------------------------------------------------------------

New:
----
  cap-ng-link.patch

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

Other differences:
------------------
++++++ icecream.spec ++++++
--- /var/tmp/diff_new_pack.4Qtjia/_old  2013-06-18 21:53:05.000000000 +0200
+++ /var/tmp/diff_new_pack.4Qtjia/_new  2013-06-18 21:53:05.000000000 +0200
@@ -39,6 +39,8 @@
 Release:        0
 Source0:        
ftp://ftp.suse.com/pub/projects/icecream/icecc-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM 5aa24f5ea8aa855717d66cdab930bc787fbf355c
+Patch1:         cap-ng-link.patch
 
 %description
 icecream is the next generation distcc.
@@ -47,6 +49,9 @@
 Summary:        For Distributed Compile in the Network
 Group:          Development/Tools/Building
 Requires:       libstdc++-devel
+%if 0%{?suse_version} > 1110
+Requires:       libcap-ng-devel
+%endif
 
 %description -n libicecream-devel
 icecream is the next generation distcc.
@@ -64,6 +69,7 @@
 %prep
 %setup -q -n icecc-%{version}
 # DO NOT ADD PATCHES without github reference
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ cap-ng-link.patch ++++++
--- a/services/icecc.pc.in
+++ b/services/icecc.pc.in
@@ -11,4 +11,5 @@ Version: @VERSION@
 Requires:
 Conflicts:
 Libs: -L${libdir} -licecc
+Libs.private: @CAPNG_LDADD@
 Cflags: -I${includedir}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to