Hello community,

here is the log from the commit of package libpgf for openSUSE:Factory checked 
in at 2013-03-24 21:56:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpgf (Old)
 and      /work/SRC/openSUSE:Factory/.libpgf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpgf", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpgf/libpgf.changes    2012-11-05 
14:55:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libpgf.new/libpgf.changes       2013-03-24 
22:00:36.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 18:49:49 UTC 2013 - [email protected]
+
+- Added a patch "automake-1.13.patch" to fix build with automake 1.13.
+- Fix build in SLE 11 SP2 and openSUSE 11.4.
+
+-------------------------------------------------------------------

New:
----
  automake-1.13.patch

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

Other differences:
------------------
++++++ libpgf.spec ++++++
--- /var/tmp/diff_new_pack.qG470v/_old  2013-03-24 22:00:40.000000000 +0100
+++ /var/tmp/diff_new_pack.qG470v/_new  2013-03-24 22:00:40.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpgf
 #
-# 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
@@ -26,6 +26,8 @@
 Group:          Productivity/Graphics/Other
 Url:            http://www.libpgf.org/
 Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz
+# PATCH-FIX-UPSTREAM automake-1.13.patch sf#3608908 [email protected] 
-- Fix build with automake 1.13
+Patch0:         automake-1.13.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -55,6 +57,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0
 
 # Add "libpgf-" prefix to all man pages to prevent conflicts with other 
packages
 sed -i 's/\/man\/man3\/\$\$f/\/man\/man3\/libpgf-\$\$f/' doc/Makefile.am
@@ -74,7 +77,10 @@
 make %{?_smp_mflags}
 
 %install
-%make_install DOC_DIR=%{buildroot}%{_docdir}/%{name}-devel/
+make DESTDIR=%{buildroot} DOC_DIR=%{buildroot}%{_docdir}/%{name}-devel/ install
+
+# Install additional documentation
+install -pm 0644 COPYING README %{buildroot}%{_docdir}/%{name}-devel/
 
 # Remove libtool config files
 rm -f %{buildroot}%{_libdir}/*.la
@@ -90,7 +96,6 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING README
 %doc %{_docdir}/%{name}-devel/
 %{_includedir}/libpgf/
 %{_libdir}/pkgconfig/libpgf.pc

++++++ automake-1.13.patch ++++++
--- configure.ac.orig   2012-06-26 11:03:01.000000000 +0300
+++ configure.ac        2013-03-23 00:11:18.142544903 +0200
@@ -26,7 +26,7 @@
 
 AM_INIT_AUTOMAKE(libpgf,6.12.24)
 AC_PROG_LIBTOOL
-AM_CONFIG_HEADER( config.h )
+AC_CONFIG_HEADERS( config.h )
 AC_PROG_CXX
 
 dnl Check for doxygen support
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to