Hello community,

here is the log from the commit of package xfce4-dict for openSUSE:Factory 
checked in at 2013-03-14 15:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-dict (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-dict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-dict", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-dict/xfce4-dict.changes    2012-05-08 
06:50:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-dict.new/xfce4-dict.changes       
2013-03-14 15:03:57.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 12 15:42:48 CET 2013 - pgaj...@suse.cz
+
+- builds with automake 1.13
+  * automake-1.13.patch
+
+-------------------------------------------------------------------

New:
----
  xfce4-dict-automake-1.13.patch

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

Other differences:
------------------
++++++ xfce4-dict.spec ++++++
--- /var/tmp/diff_new_pack.Cm5QWc/_old  2013-03-14 15:04:01.000000000 +0100
+++ /var/tmp/diff_new_pack.Cm5QWc/_new  2013-03-14 15:04:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-dict
 #
-# 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
@@ -32,6 +32,8 @@
 Patch1:         xfce4-dict-0.6.0-fix-wrong-callback-arg.patch
 # PATCH-FIX-UPSTREAM xfce4-dict-fix-libm-underlinking.patch bxo#7984 
g...@opensuse.org -- Link explicitly against libm (backported from git)
 Patch2:         xfce4-dict-fix-libm-underlinking.patch
+# PATCH-FIX-UPSTREAM xfce4-dict-automake-1.13.patch pgaj...@suse.cz
+Patch3:         xfce4-dict-automake-1.13.patch
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
 BuildRequires:  xfce4-dev-tools
@@ -68,6 +70,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen

++++++ xfce4-dict-automake-1.13.patch ++++++
Index: xfce4-dict-0.6.0/configure.in
===================================================================
--- xfce4-dict-0.6.0.orig/configure.in
+++ xfce4-dict-0.6.0/configure.in
@@ -18,7 +18,7 @@ AC_PREREQ([2.50])
 dnl init automake
 DICT_VERSION=dict_version
 AM_INIT_AUTOMAKE([xfce4-dict], [$DICT_VERSION])
-AM_CONFIG_HEADER([config.h])
+AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 
 dnl check for basic programs
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to