Hello community,

here is the log from the commit of package site-config for openSUSE:Factory 
checked in at 2015-05-07 08:29:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/site-config (Old)
 and      /work/SRC/openSUSE:Factory/.site-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "site-config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/site-config/site-config.changes  2012-07-19 
18:00:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.site-config.new/site-config.changes     
2015-05-07 08:29:32.000000000 +0200
@@ -1,0 +2,5 @@
+Wed May  6 12:53:52 UTC 2015 - [email protected]
+
+- Add compatibility to libtool 2.4.6.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ site-config.spec ++++++
--- /var/tmp/diff_new_pack.jaE1b1/_old  2015-05-07 08:29:33.000000000 +0200
+++ /var/tmp/diff_new_pack.jaE1b1/_new  2015-05-07 08:29:33.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package site-config
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,7 +50,10 @@
 
 %build
 # Call libtool to get name of our architecture as seen by GNU tools.
-if test -f %{_datadir}/libtool/config/config.guess ; then
+if test -f %{_datadir}/libtool/build-aux/config.guess; then
+       # libtool 2.4.6
+       %{_datadir}/libtool/build-aux/config.guess >site_platform
+elif test -f %{_datadir}/libtool/config/config.guess ; then
        # new libtool
        %{_datadir}/libtool/config/config.guess >site_platform
 else


Reply via email to