Hello community,

here is the log from the commit of package xfce4-screenshooter for 
openSUSE:Factory checked in at 2014-10-16 18:15:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-screenshooter (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-screenshooter.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-screenshooter"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-screenshooter/xfce4-screenshooter.changes  
2013-03-14 15:36:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-screenshooter.new/xfce4-screenshooter.changes 
    2014-10-16 18:17:16.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct 16 11:03:15 UTC 2014 - dims...@opensuse.org
+
+- Add xfce4-screenshooter-automake-1.14.patch: Fully intialize
+  before doing furher actions. Works around an issue with AM 1.14.
+
+-------------------------------------------------------------------

New:
----
  xfce4-screenshooter-automake-1.14.patch

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

Other differences:
------------------
++++++ xfce4-screenshooter.spec ++++++
--- /var/tmp/diff_new_pack.MYY4tM/_old  2014-10-16 18:17:17.000000000 +0200
+++ /var/tmp/diff_new_pack.MYY4tM/_new  2014-10-16 18:17:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-screenshooter
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,6 +33,8 @@
 Patch1:         xfce4-screenshooter-fix-plugin-linking.patch
 # PATCH-FIX-UPSTREAM xfce4-screenshooter-automake-1.13.patch pgaj...@suse.cz
 Patch2:         xfce4-screenshooter-automake-1.13.patch
+# PATCH-FIX-UPSTREAM xfce4-screenshooter-automake-1.14.patch 
dims...@opensuse.org -- Fix boostrap with automake 1.14
+Patch3:         xfce4-screenshooter-automake-1.14.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
@@ -85,6 +87,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen

++++++ xfce4-screenshooter-automake-1.14.patch ++++++
Index: xfce4-screenshooter-1.8.1/configure.ac
===================================================================
--- xfce4-screenshooter-1.8.1.orig/configure.ac
+++ xfce4-screenshooter-1.8.1/configure.ac
@@ -17,7 +17,6 @@ m4_define([xfce4_screenshooter_version_t
 m4_define([xfce4_screenshooter_version], 
[xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(),
 [], [], 
[.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), 
[git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], 
[xfce4_screenshooter_version_tag()])])
 
 AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], 
[http://bugzilla.xfce.org/], [xfce4-screenshooter])
-AC_USE_SYSTEM_EXTENSIONS()
 
 dnl ***************************
 dnl *** Initialize automake ***
@@ -27,6 +26,7 @@ AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE()
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
+AC_USE_SYSTEM_EXTENSIONS()
 dnl ********************************
 dnl *** Check for basic programs ***
 dnl ********************************
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to