Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2014-10-18 09:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ufraw (Old)
 and      /work/SRC/openSUSE:Factory/.ufraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ufraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes      2013-03-26 
07:05:37.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2014-10-18 
09:09:22.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 16 11:42:44 UTC 2014 - dims...@opensuse.org
+
+- Add ufraw-automake-1.14.patch: Add support for automake 1.14.
+
+-------------------------------------------------------------------

New:
----
  ufraw-automake-1.14.patch

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

Other differences:
------------------
++++++ ufraw.spec ++++++
--- /var/tmp/diff_new_pack.RE91Tr/_old  2014-10-18 09:09:24.000000000 +0200
+++ /var/tmp/diff_new_pack.RE91Tr/_new  2014-10-18 09:09:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ufraw
 #
-# 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
@@ -41,6 +41,8 @@
 Patch:          %{name}-desktop.patch
 Patch1:         %{name}-boundary.patch
 Patch2:         %{name}-glibc210.patch
+# PATCH-FIX-UPSTREAM ufraw-automake-1.14.patch dim...@opensuse.org -- Add 
support for automake 1.14
+Patch3:         %{name}-automake-1.14.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Recommends:     %{name}-lang
 
@@ -91,6 +93,7 @@
 %patch
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch ppc64

++++++ ufraw-automake-1.14.patch ++++++
Index: ufraw-0.19.2/autogen.sh
===================================================================
--- ufraw-0.19.2.orig/autogen.sh
+++ ufraw-0.19.2/autogen.sh
@@ -15,8 +15,12 @@
 # minimum version in Makefile.am and assuming that in 2006 the program
 # automake will be a modern version.
 
-AUTOMAKE=automake-1.13
-ACLOCAL=aclocal-1.13
+AUTOMAKE=automake-1.14
+ACLOCAL=aclocal-1.14
+($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
+    AUTOMAKE=automake-1.13
+    ACLOCAL=aclocal-1.13
+}
 ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     AUTOMAKE=automake-1.12
     ACLOCAL=aclocal-1.12
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to