Hello community,

here is the log from the commit of package lxlauncher for openSUSE:11.4
checked in at Sun Feb 27 14:52:29 CET 2011.



--------
--- old-versions/11.4/all/lxlauncher/lxlauncher.changes 2010-06-07 
16:11:17.000000000 +0200
+++ 11.4/lxlauncher/lxlauncher.changes  2011-02-25 21:30:36.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Feb 25 20:23:37 UTC 2011 - [email protected]
+
+- added lxlauncher-0.2.1-fix-missing-intltool-init.patch to
+  properly initialize intltool and fix infinite loop while building
+  message catalogs
+
+-------------------------------------------------------------------
@@ -32 +39 @@
-- fixed no return in non void fnction gcc warning
+- fixed no return in non void function gcc warning

calling whatdependson for 11.4-i586


New:
----
  lxlauncher-0.2.1-fix-missing-intltool-init.patch

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

Other differences:
------------------
++++++ lxlauncher.spec ++++++
--- /var/tmp/diff_new_pack.E2Mqa7/_old  2011-02-27 14:52:08.000000000 +0100
+++ /var/tmp/diff_new_pack.E2Mqa7/_new  2011-02-27 14:52:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lxlauncher (Version 0.2.1)
+# spec file for package lxlauncher
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,12 +20,13 @@
 
 Name:           lxlauncher
 Version:        0.2.1
-Release:        5
+Release:        11.<RELEASE2>
 License:        GPLv3
 Source0:        %{name}-%{version}.tar.bz2
 Patch0:         %name-0.2.1-no-return.patch
 Patch1:         %name-0.2.1-menu-cache-changes.patch
 Patch2:         %name-0.2.1-fix-segfault.patch
+Patch3:         %{name}-0.2.1-fix-missing-intltool-init.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gnome-menus-devel gtk2-devel startup-notification-devel
 BuildRequires:  autoconf automake fdupes intltool menu-cache-devel pkgconfig
@@ -42,10 +43,10 @@
 %patch0 -p2
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-export CXXFLAGS="$RPM_OPT_FLAGS"
+autoreconf -fi
 %configure
 %__make %{?jobs:-j%{jobs}}
 

++++++ lxlauncher-0.2.1-fix-missing-intltool-init.patch ++++++
diff -ur lxlauncher-0.2.1.orig/configure.in lxlauncher-0.2.1/configure.in
--- lxlauncher-0.2.1.orig/configure.in  2009-07-07 14:45:39.000000000 +0200
+++ lxlauncher-0.2.1/configure.in       2011-02-25 21:21:09.000000000 +0100
@@ -25,6 +25,7 @@
 AC_SUBST(GMENU_CFLAGS)
 AC_SUBST(GMENU_LIBS)
 
+IT_PROG_INTLTOOL
 GETTEXT_PACKAGE=lxlauncher
 AC_SUBST(GETTEXT_PACKAGE)
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])

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



Remember to have fun...

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

Reply via email to