Hello community,

here is the log from the commit of package gnome-pilot for openSUSE:Factory 
checked in at 2012-05-07 22:46:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-pilot (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-pilot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-pilot", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-pilot/gnome-pilot.changes  2011-09-23 
02:00:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pilot.new/gnome-pilot.changes     
2012-05-07 22:47:26.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Apr 26 08:04:33 UTC 2012 - [email protected]
+
+- Add gnome-pilot-pkglib-fix.patch: do not redefine pkglibdir in
+  Makefile.am, but instead define pkgconfigdir. This fixes an error
+  with recent autotools.
+
+-------------------------------------------------------------------

New:
----
  gnome-pilot-pkglib-fix.patch

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

Other differences:
------------------
++++++ gnome-pilot.spec ++++++
--- /var/tmp/diff_new_pack.nEhhvU/_old  2012-05-07 22:47:28.000000000 +0200
+++ /var/tmp/diff_new_pack.nEhhvU/_new  2012-05-07 22:47:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-pilot
 #
-# 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
@@ -16,22 +16,23 @@
 #
 
 
-
 Name:           gnome-pilot
 Version:        2.91.93
-Release:        1
-License:        GPL-2.0+
+Release:        0
 Summary:        PalmOS Device Management for GNOME
-Url:            http://www.gnome.org
+License:        GPL-2.0+
 Group:          System/GUI/GNOME
+Url:            http://www.gnome.org
 Source:         
http://download.gnome.org/sources/gnome-pilot/2.91/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM gnome-pilot-pkglib-fix.patch bgo#674850 
[email protected] -- Don't redefine pkglibdir in Makefile.am, since that's 
reserved by autoconf
+Patch0:         gnome-pilot-pkglib-fix.patch
 # PATCH-FIX-OPENSUSE gnome-pilot-pisock64bit.patch [email protected] -- 
Correctly detect libpisock on 64bits
 Patch1:         gnome-pilot-pisock64bit.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-icon-theme
 BuildRequires:  gnome-common
 BuildRequires:  gnome-doc-utils-devel
+BuildRequires:  gnome-icon-theme
 BuildRequires:  gob2
 BuildRequires:  intltool
 BuildRequires:  libpisock-devel
@@ -54,8 +55,8 @@
 This package provides application to integrate PalmOS devices in GNOME.
 
 %package devel
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        Include Files and Libraries mandatory for Development
+License:        GPL-2.0+ ; LGPL-2.1+
 Group:          Development/Libraries/GNOME
 Requires:       %{name} = %{version}
 Requires:       libpisock-devel
@@ -69,6 +70,7 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
 %patch1
 
 %build

++++++ gnome-pilot-pkglib-fix.patch ++++++
Index: gnome-pilot-2.91.93/Makefile.am
===================================================================
--- gnome-pilot-2.91.93.orig/Makefile.am
+++ gnome-pilot-2.91.93/Makefile.am
@@ -9,8 +9,8 @@ SUBDIRS =                       \
        utils                   \
        help
 
-pkglibdir=$(libdir)/pkgconfig
-pkglib_DATA=gnome-pilot-3.0.pc
+pkgconfigdir=$(libdir)/pkgconfig
+pkgconfig_DATA=gnome-pilot-3.0.pc
 
 # ignore the scrollkeeper files on uninstall check
 distuninstallcheck_listfiles = find . -type f -print | grep -v \
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to