Hello community,

here is the log from the commit of package lxtask for openSUSE:Factory checked 
in at 2013-05-13 15:08:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxtask (Old)
 and      /work/SRC/openSUSE:Factory/.lxtask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxtask"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxtask/lxtask.changes    2012-06-10 
21:51:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxtask.new/lxtask.changes       2013-05-13 
15:08:37.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May  2 18:19:42 UTC 2013 - crrodrig...@opensuse.org
+
+- lxtask-automake-1.12.diff: allow future automake versions 
+  by simply not checking them in autogen.sh
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lxtask.spec ++++++
--- /var/tmp/diff_new_pack.Sg1t73/_old  2013-05-13 15:08:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Sg1t73/_new  2013-05-13 15:08:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxtask
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -44,10 +44,7 @@
 %patch0 -p1
 
 %build
-chmod +x autogen.sh
-./autogen.sh
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+sh autogen.sh
 %configure
 %__make %{?jobs:-j%jobs}
 

++++++ lxtask-automake-1.12.diff ++++++
--- /var/tmp/diff_new_pack.Sg1t73/_old  2013-05-13 15:08:38.000000000 +0200
+++ /var/tmp/diff_new_pack.Sg1t73/_new  2013-05-13 15:08:38.000000000 +0200
@@ -1,17 +1,19 @@
-Index: lxtask-0.1.4/autogen.sh
-===================================================================
 --- lxtask-0.1.4.orig/autogen.sh
 +++ lxtask-0.1.4/autogen.sh
-@@ -5,9 +5,10 @@ AUTOMAKE=${AUTOMAKE:-automake}
- AM_INSTALLED_VERSION=$($AUTOMAKE --version | sed -e '2,$ d' -e 's/.* 
\([0-9]*\.[0-9]*\).*/\1/')
+@@ -2,16 +2,6 @@
+ AC_VERSION=
  
- if [ "$AM_INSTALLED_VERSION" != "1.10" \
+ AUTOMAKE=${AUTOMAKE:-automake}
+-AM_INSTALLED_VERSION=$($AUTOMAKE --version | sed -e '2,$ d' -e 's/.* 
\([0-9]*\.[0-9]*\).*/\1/')
+-
+-if [ "$AM_INSTALLED_VERSION" != "1.10" \
 -    -a "$AM_INSTALLED_VERSION" != "1.11" ];then
-+    -a "$AM_INSTALLED_VERSION" != "1.11" \
-+    -a "$AM_INSTALLED_VERSION" != "1.12" ];then
-       echo
+-      echo
 -      echo "You must have automake > 1.10 or 1.11 installed to compile 
lxtask."
-+      echo "You must have automake 1.10, 1.11 or 1.12 installed to compile 
lxtask."
-       echo "Install the appropriate package for your distribution,"
-       echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
-       exit 1
+-      echo "Install the appropriate package for your distribution,"
+-      echo "or get the source tarball at http://ftp.gnu.org/gnu/automake/";
+-      exit 1
+-fi
+ 
+ set -x
+ 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to