Hello community,

here is the log from the commit of package sblim-sfcc for openSUSE:Factory 
checked in at 2012-03-13 09:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sblim-sfcc (Old)
 and      /work/SRC/openSUSE:Factory/.sblim-sfcc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sblim-sfcc", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sblim-sfcc/sblim-sfcc.changes    2012-02-10 
17:19:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sblim-sfcc.new/sblim-sfcc.changes       
2012-03-13 09:39:44.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 14:40:37 UTC 2012 - [email protected]
+
+- Fix RHEL6 build
+
+-------------------------------------------------------------------
+Mon Mar  5 13:58:19 UTC 2012 - [email protected]
+
+- fix build, force autotools, add Group field to subpackages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sblim-sfcc.spec ++++++
--- /var/tmp/diff_new_pack.9CKGlH/_old  2012-03-13 09:39:52.000000000 +0100
+++ /var/tmp/diff_new_pack.9CKGlH/_new  2012-03-13 09:39:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sblim-sfcc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           sblim-sfcc
 Version:        2.2.3
 Release:        0
@@ -48,6 +50,7 @@
 %package devel
 Summary:        Small Footprint CIM Client Library
 Requires:       %{name} = %{version} glibc-devel
+Group:          Development/Other
 
 %description devel
 Small Footprint CIM Client Library (sfcc) Header Files and Link
@@ -60,6 +63,7 @@
 %patch16 -p1
 
 %build
+# autoconfiscate
 sh %{S:1}
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure --disable-static --with-pic
@@ -68,7 +72,6 @@
 %if 0%{?rhel_version} >= 500 || 0%{?centos_version} >= 500
 %if 0%{?rhel_version} < 600 || 0%{?centos_version} < 600
 rm -f libtool; ln -s /usr/bin/libtool .
-(cd mofc; rm -f libtool; ln -s /usr/bin/libtool .)
 %endif
 %endif
 

++++++ autoconfiscate.sh ++++++
--- /var/tmp/diff_new_pack.9CKGlH/_old  2012-03-13 09:39:52.000000000 +0100
+++ /var/tmp/diff_new_pack.9CKGlH/_new  2012-03-13 09:39:52.000000000 +0100
@@ -1,6 +1,7 @@
 #!/bin/sh
-aclocal &&
-autoheader &&
-libtoolize &&
-automake -af &&
-autoconf
+set -e
+aclocal --force
+autoheader -f
+test -x `which glibtoolize` && glibtoolize || libtoolize -f
+automake -af
+autoconf -f

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to