Hello community,

here is the log from the commit of package virtuoso for openSUSE:Factory 
checked in at 2013-04-14 13:02:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virtuoso (Old)
 and      /work/SRC/openSUSE:Factory/.virtuoso.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virtuoso", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes        2012-12-03 
11:39:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes   2013-04-14 
13:02:36.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 11 11:37:45 UTC 2013 - [email protected]
+
+- Added automake_113.patch, fixes build with automake 1.13
+
+-------------------------------------------------------------------

New:
----
  automake_113.patch

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

Other differences:
------------------
++++++ virtuoso.spec ++++++
--- /var/tmp/diff_new_pack.T5cuTg/_old  2013-04-14 13:02:42.000000000 +0200
+++ /var/tmp/diff_new_pack.T5cuTg/_new  2013-04-14 13:02:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virtuoso
 #
-# 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
@@ -30,6 +30,8 @@
 Patch2:         virtuoso-opensource-6.1.0-external_iodbc.patch
 # PATCH-FIX-OPENSUSE Do not include build date and hostname in binaries
 Patch6:         virtuoso-no-build-dates.patch
+# PATCH-FIX-UPSTREAM automake_113.patch  -- Drop deprecated macro, fixes build 
with automake 1.13
+Patch7:         automake_113.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gperf
@@ -96,6 +98,7 @@
 %patch0
 %patch2 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 # autogen.sh because of patching Makefile.am

++++++ automake_113.patch ++++++
diff -urNB virtuoso-opensource-6.1.6/configure.in new.virtuoso/configure.in
--- virtuoso-opensource-6.1.6/configure.in      2013-04-11 13:32:39.887369045 
+0200
+++ new.virtuoso/configure.in   2013-04-11 13:34:33.634947005 +0200
@@ -36,7 +36,7 @@
 AC_CONFIG_SRCDIR([libsrc/Dk.h])
 AC_CONFIG_AUX_DIR([binsrc/config])
 AC_CONFIG_MACRO_DIR([binsrc/config])
-AM_CONFIG_HEADER([libsrc/Dk/config.h])
+AC_CONFIG_HEADER([libsrc/Dk/config.h])
 
 dnl
 dnl You may need to change the next macro for older versions of automake:
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to