Hello community,

here is the log from the commit of package xplatproviders for openSUSE:Factory 
checked in at 2012-10-27 07:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xplatproviders (Old)
 and      /work/SRC/openSUSE:Factory/.xplatproviders.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xplatproviders", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xplatproviders/xplatproviders.changes    
2012-06-01 22:33:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xplatproviders.new/xplatproviders.changes       
2012-10-27 07:57:52.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 26 12:49:31 UTC 2012 - [email protected]
+
+- SuSEconfig dropped, fix SUSE detection during build
+
+-------------------------------------------------------------------

New:
----
  0001-config.guess-SuSEconfig-is-gone-post-openSUSE-12.2.patch

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

Other differences:
------------------
++++++ xplatproviders.spec ++++++
--- /var/tmp/diff_new_pack.sOSQJE/_old  2012-10-27 07:57:56.000000000 +0200
+++ /var/tmp/diff_new_pack.sOSQJE/_new  2012-10-27 07:57:56.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xplatproviders
 #
-# 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,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xplatproviders
-BuildRequires:  gcc-c++ sblim-cmpi-devel
+BuildRequires:  gcc-c++
+BuildRequires:  sblim-cmpi-devel
 
 %if 0%{?rhel_version} > 0
 BuildRequires:  -vim
@@ -31,13 +30,13 @@
 
 Requires(pre):  sed coreutils grep /bin/hostname
 Version:        1.0.0
-Release:        1
+Release:        0
 # Mandriva:
 # Release %mkrel 1
 Url:            http://scx.codeplex.com/
+Summary:        Operations Manager Cross Platform Providers
 License:        MS-PL
 Group:          System/Management
-Summary:        Operations Manager Cross Platform Providers
 Source:         %{name}-%{version}.tar.gz
 Patch1:         0001-Recognize-openSUSE.patch
 Patch2:         0002-Fix-preprocessor-if-aix-if-defined-aix.patch
@@ -54,6 +53,7 @@
 Patch12:        0003-Include-unistd.h.patch
 Patch13:        0004-Remove-const-qualifier-from-functions-returning-inte.patch
 
+Patch14:        0001-config.guess-SuSEconfig-is-gone-post-openSUSE-12.2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -79,11 +79,13 @@
 %patch12 -p1
 %patch13 -p1
 
+%patch14 -p1
+
 %build
 %if 0%{?suse_version}
 export SUSE_VERSION=%{suse_version}
 %endif
-sh configure \
+sh -x configure \
   --prefix=%{_libdir}/cmpi \
   --libdir=%{_libdir}/cmpi \
   --confdir=%{_sysconfdir} \

++++++ 0001-config.guess-SuSEconfig-is-gone-post-openSUSE-12.2.patch ++++++
>From 176e0e288b368589a6cbeeb577b54427cf918eda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <[email protected]>
Date: Fri, 26 Oct 2012 14:47:08 +0200
Subject: [PATCH] config.guess: SuSEconfig is gone post openSUSE-12.2

---
 build/xplatproviders/config.guess |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/build/xplatproviders/config.guess 
b/build/xplatproviders/config.guess
index 161d5fe..065b3a3 100755
--- a/build/xplatproviders/config.guess
+++ b/build/xplatproviders/config.guess
@@ -190,6 +190,8 @@ then
   elif [ -r /etc/fedora-release ]; then GetLinuxInfo "/etc/fedora-release"
   # Open Build Service ?!
   elif [ -d /etc/SuSEconfig ]; then GetLinuxInfo "OBS"
+  # post-openSUSE 12.2 (SuSEconfig gone) ?
+  elif [ -d /etc/susehelp.d ]; then GetLinuxInfo "OBS"
   fi
   if [ "${OSAlias}" == "Unknown" ]
   then
-- 
1.7.10.4

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

Reply via email to