Hello community,

here is the log from the commit of package icecream for openSUSE:Factory 
checked in at 2014-02-13 15:01:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-16 
18:37:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.icecream.new/icecream.changes   2014-02-13 
15:01:30.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 01:38:50 CET 2014 - r...@suse.de
+
+- 0002-icecc-fix_s390_build.patch:
+  fix build for s390/s390x 
+
+-------------------------------------------------------------------

New:
----
  0002-icecc-fix_s390_build.patch

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

Other differences:
------------------
++++++ icecream.spec ++++++
--- /var/tmp/diff_new_pack.CrRvyK/_old  2014-02-13 15:01:30.000000000 +0100
+++ /var/tmp/diff_new_pack.CrRvyK/_new  2014-02-13 15:01:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package icecream
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,6 +42,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # PATCH-FIX-UPSTREAM 0db4080dccd62209002c3a51cbdd350a2951ad82
 Patch1:         0001-handle-HOME-not-being-set.patch
+Patch2:         0002-icecc-fix_s390_build.patch
 
 %description
 icecream is the next generation distcc.
@@ -71,6 +72,7 @@
 %setup -q -n icecc-%{version}
 # DO NOT ADD PATCHES without github reference
 %patch1 -p1
+%patch2
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"

++++++ 0002-icecc-fix_s390_build.patch ++++++
--- suse/Makefile.am
+++ suse/Makefile.am
@@ -13,7 +13,7 @@
 susefirewallservicesdir=$(sysconfdir)/sysconfig/SuSEfirewall2.d/services
 
 install: init.icecream logrotate SuSEfirewall.iceccd SuSEfirewall.scheduler 
sysconfig.icecream
-       if test $(host_vendor) = "suse"; then \
+       if test $(host_vendor) = "suse" -o $(host_vendor) = "ibm" ; then \
          mkdir -p $(DESTDIR)/$(initdir) ;\
          $(INSTALL) -m 755 $(srcdir)/init.icecream 
$(DESTDIR)$(initdir)/icecream ;\
          ln -sf $(initdir)/icecream $(DESTDIR)$(sbindir)/rcicecream ;\
--- suse/Makefile.in
+++ suse/Makefile.in
@@ -409,7 +409,7 @@
 
 
 install: init.icecream logrotate SuSEfirewall.iceccd SuSEfirewall.scheduler 
sysconfig.icecream
-       if test $(host_vendor) = "suse"; then \
+       if test $(host_vendor) = "suse" -o $(host_vendor) = "ibm"; then \
          mkdir -p $(DESTDIR)/$(initdir) ;\
          $(INSTALL) -m 755 $(srcdir)/init.icecream 
$(DESTDIR)$(initdir)/icecream ;\
          ln -sf $(initdir)/icecream $(DESTDIR)$(sbindir)/rcicecream ;\
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to