Hello community,

here is the log from the commit of package gerbv for openSUSE:Factory checked 
in at 2014-10-08 22:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gerbv (Old)
 and      /work/SRC/openSUSE:Factory/.gerbv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gerbv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gerbv/gerbv.changes      2013-07-23 
12:31:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gerbv.new/gerbv.changes 2014-10-08 
22:14:07.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct  7 21:24:37 UTC 2014 - dmitr...@opensuse.org
+
+- Fix build with automake 1.14
+  * gerbv-fix-install-sh-call.patch
+
+-------------------------------------------------------------------

New:
----
  gerbv-fix-install-sh-call.patch

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

Other differences:
------------------
++++++ gerbv.spec ++++++
--- /var/tmp/diff_new_pack.XD1r0H/_old  2014-10-08 22:14:08.000000000 +0200
+++ /var/tmp/diff_new_pack.XD1r0H/_new  2014-10-08 22:14:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gerbv
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -30,6 +30,8 @@
 Patch1:         gerbv-no-build-time.patch
 # PATCH-FIX-UPSTREAM gerbv-2.6.1-no-translation.patch -- disable translation 
due to missed files
 Patch2:         gerbv-2.6.1-no-translation.patch
+# PATCH-FIX-UPSTREAM gerbv-fix-install-sh-call.patch -- Fix calling install-sh 
not from build dir for automake 1.14 
+Patch3:         gerbv-fix-install-sh-call.patch
 BuildRequires:  autoconf
 BuildRequires:  gtk2-devel
 BuildRequires:  libpng-devel
@@ -72,6 +74,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 ./autogen.sh

++++++ gerbv-fix-install-sh-call.patch ++++++
Index: gerbv-2.6.1/configure.ac
===================================================================
--- gerbv-2.6.1.orig/configure.ac
+++ gerbv-2.6.1/configure.ac
@@ -24,9 +24,9 @@ dnl  Foundation, Inc., 59 Temple Place,
 
 AC_INIT([gerbv], [2.6.1])
 AC_CONFIG_SRCDIR([src/gerbv.c])
-AC_GNU_SOURCE
 AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.9])
+AC_GNU_SOURCE
 
 dnl Create a configuration header 
 AM_CONFIG_HEADER([config.h])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to