Hello community,

here is the log from the commit of package qore for openSUSE:Factory checked in 
at 2015-06-12 20:31:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore (Old)
 and      /work/SRC/openSUSE:Factory/.qore.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore/qore.changes        2014-07-16 
16:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qore.new/qore.changes   2015-06-12 
20:32:13.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jun 12 08:50:05 UTC 2015 - dims...@opensuse.org
+
+- Add qore-libtool-2.4.6.patch: Remove imported Libtool 2.4.2
+  macros from acinclude.m4: this is a terrible hack by upstream to
+  not forcibly depend on libtool >= 2.4.2, which has a very bad
+  side effect now with libtool 2.4.6 available: the macros conflict
+  due the internal API changes inside libtool.
+
+-------------------------------------------------------------------

New:
----
  qore-libtool-2.4.6.patch

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

Other differences:
------------------
++++++ qore.spec ++++++
--- /var/tmp/diff_new_pack.AVIezk/_old  2015-06-12 20:32:15.000000000 +0200
+++ /var/tmp/diff_new_pack.AVIezk/_new  2015-06-12 20:32:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 David Nichols <da...@qore.org>
 # Copyright (c) 2014 Petr Vanek <p...@yarpen.cz>
 #
@@ -28,6 +28,7 @@
 Url:            http://qore.org
 Source:         http://prdownloads.sourceforge.net/qore/qore-%{version}.tar.bz2
 Patch:          configure.patch
+Patch1:         qore-libtool-2.4.6.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  bzip2
@@ -107,7 +108,6 @@
 %defattr(-,root,root,-)
 %doc docs/lang docs/modules/* examples/ COPYING.LGPL COPYING.GPL COPYING.MIT 
README-LICENSE
 
-
 %package devel
 Summary:        The header files needed to compile programs using the qore 
library
 License:        LGPL-2.0+ or GPL-2.0+ or MIT
@@ -152,12 +152,15 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p1
 # silence the executable warning for examples
 find examples -type f|xargs chmod 644
 find test -type f|xargs chmod 644
 mv test examples
 
 %build
+mkdir m4
+aclocal
 autoreconf -fi
 %if "%_lib" == "lib64"
 c64=--enable-64bit

++++++ qore-libtool-2.4.6.patch ++++++
++++ 8631 lines (skipped)


Reply via email to