Hello community,

here is the log from the commit of package lxtask for openSUSE:Factory checked 
in at 2012-06-10 20:18:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxtask (Old)
 and      /work/SRC/openSUSE:Factory/.lxtask.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxtask", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxtask/lxtask.changes    2011-12-06 
13:52:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lxtask.new/lxtask.changes       2012-06-10 
21:51:46.000000000 +0200
@@ -1,0 +2,10 @@
+Wed Jun  6 18:19:24 UTC 2012 - pgaj...@suse.com
+
+- add libtool into BuildRequires
+
+-------------------------------------------------------------------
+Wed Jun  6 17:51:26 UTC 2012 - pgaj...@suse.com
+
+- build with automake 1.12
+
+-------------------------------------------------------------------

New:
----
  lxtask-automake-1.12.diff

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

Other differences:
------------------
++++++ lxtask.spec ++++++
--- /var/tmp/diff_new_pack.YeXZ0Y/_old  2012-06-10 21:51:47.000000000 +0200
+++ /var/tmp/diff_new_pack.YeXZ0Y/_new  2012-06-10 21:51:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxtask
 #
-# 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,20 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           lxtask
 Version:        0.1.4
 Release:        0
 Summary:        Lightweight Task Manager
-Group:          System/GUI/LXDE
 License:        GPL-2.0
+Group:          System/GUI/LXDE
 Url:            http://www.lxde.org/
 Source0:        %name-%version.tar.bz2
+Patch0:         lxtask-automake-1.12.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 
@@ -38,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 chmod +x autogen.sh

++++++ lxtask-automake-1.12.diff ++++++
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/')
 
 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 "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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to