commit lxrandr for openSUSE:11.4
Hello community, here is the log from the commit of package lxrandr for openSUSE:11.4 checked in at Sun Feb 27 14:52:53 CET 2011. -------- --- old-versions/11.4/all/lxrandr/lxrandr.changes 2010-06-07 16:14:31.000000000 +0200 +++ 11.4/lxrandr/lxrandr.changes 2011-02-25 22:01:33.000000000 +0100 @@ -1,0 +2,7 @@ +Fri Feb 25 20:33:04 UTC 2011 - gber@opensuse.org + +- added lxrandr-0.1.1-fix-missing-intltool-init.patch to + properly initialize intltool and fix infinite loop while building + message catalogs + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- lxrandr-0.1.1-fix-missing-intltool-init.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxrandr.spec ++++++ --- /var/tmp/diff_new_pack.Pvf2h1/_old 2011-02-27 14:52:43.000000000 +0100 +++ /var/tmp/diff_new_pack.Pvf2h1/_new 2011-02-27 14:52:43.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package lxrandr (Version 0.1.1) +# spec file for package lxrandr # -# 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,14 +20,15 @@ Name: lxrandr Version: 0.1.1 -Release: 4 +Release: 10.<RELEASE2> Summary: Lightweight Monitor Config Tool Group: System/GUI/LXDE License: GPL Url: http://www.lxde.org/ Source0: %name-%version.tar.bz2 Source1: display.png -Patch1: %name-%version-desktop-icon.patch +Patch1: %{name}-0.1.1-desktop-icon.patch +Patch2: %{name}-0.1.1-fix-missing-intltool-init.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: intltool pkg-config update-desktop-files BuildRequires: docbook-utils fdupes gtk2-devel @@ -38,10 +39,10 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 %build -export CFLAGS="$RPM_OPT_FLAGS" -export CXXFLAGS="$RPM_OPT_FLAGS" +autoreconf -fi %configure %__make %{?jobs:-j%jobs} ++++++ lxrandr-0.1.1-fix-missing-intltool-init.patch ++++++ diff -ur lxrandr-0.1.1.orig/configure.in lxrandr-0.1.1/configure.in --- lxrandr-0.1.1.orig/configure.in 2009-06-24 22:59:58.000000000 +0200 +++ lxrandr-0.1.1/configure.in 2011-02-25 21:54:18.000000000 +0100 @@ -5,6 +5,8 @@ AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE +IT_PROG_INTLTOOL + AC_ISC_POSIX AC_PROG_CC AM_PROG_CC_STDC ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de