Hello community,

here is the log from the commit of package xapian-bindings for openSUSE:Factory 
checked in at 2013-01-08 09:14:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xapian-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.xapian-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xapian-bindings", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/xapian-bindings/xapian-bindings.changes  
2012-01-05 13:50:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xapian-bindings.new/xapian-bindings.changes     
2013-01-08 09:14:51.000000000 +0100
@@ -1,0 +2,44 @@
+Tue Dec 25 06:55:45 UTC 2012 - m...@suse.com
+
+- Added patch (replaced-swig-zend-error-noreturn-flag.patch)  that 
+  is replacing the -DSWIG_ZEND_ERROR_NORETURN=zend_error_noreturn 
+  flag to workaround a PHP bug on some platforms/architectures by 
+  compiling with -DSWIG_ZEND_ERROR_NORETURN=zend_error, for example 
+  no-return-in-nonvoid-function issue
+
+-------------------------------------------------------------------
+Fri Dec 21 10:24:58 UTC 2012 - m...@suse.com
+
+- Update to version 1.2.12
+  * No changes since 1.2.11 except to bump the version - this release 
+    was made to fix an incorrect library version information update 
+    in xapian-core 1.2.11.
+ Perl:
+  * In generated C++ code, pass 0 instead of NULL for non-pointer 
+    parameter to av_fetch() (spotted due to GCC 4.7 warning).
+ PHP:
+  * Fix "make check" to work for PHP when building from a release 
+    tarball with srcdir != builddir.
+  * Work around "undefined symbol: zend_error_noreturn" error.
+ CSharp:
+  * Use -keyfile and -keycontainer options to the C# compiler, 
+    because it warns us to do this instead of setting them in 
+    AssemblyInfo.cs.
+  * Use diff's -c option when comparing the files SWIG generated 
+    against those we were expecting to get as the output should be 
+    easier to understand.
+  * Sort both the lists of expected and of found SWIG-generated 
+    sources with Perl, to avoid problems with locale-specific sort 
+    orders.
+ Java-SWIG:
+  * Remove now superfluous old check that SWIG generated at least the 
+    sources we want - we now check it generated *exactly* the sources 
+    we want.
+  * Use diff's -c option when comparing the files SWIG generated against 
+    those we were expecting to get as the output should be easier to 
+    understand.
+  * Sort both the lists of expected and of found SWIG-generated sources 
+    with Perl, to avoid problems with locale-specific sort orders.
+  * See http://svn.xapian.org/*checkout*/tags/1.2.12/xapian-bindings/NEWS
+
+-------------------------------------------------------------------

Old:
----
  xapian-bindings-1.2.8.tar.gz

New:
----
  replaced-swig-zend-error-noreturn-flag.patch
  xapian-bindings-1.2.12.tar.gz

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

Other differences:
------------------
++++++ xapian-bindings.spec ++++++
--- /var/tmp/diff_new_pack.f9nkah/_old  2013-01-08 09:14:52.000000000 +0100
+++ /var/tmp/diff_new_pack.f9nkah/_new  2013-01-08 09:14:52.000000000 +0100
@@ -15,16 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define php_extension_dir %(php-config --extension-dir)
 
 Name:           xapian-bindings
-Version:        1.2.8
+Version:        1.2.12
 Release:        0
 Summary:        Bindings for xapian
 License:        GPL-2.0
 Group:          Development/Languages/Other
 Url:            http://www.xapian.org/
 Source:         
http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.gz
+Patch0:         replaced-swig-zend-error-noreturn-flag.patch
 BuildRequires:  java-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  libxapian-devel = %{version}
@@ -100,6 +102,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure        \

++++++ replaced-swig-zend-error-noreturn-flag.patch ++++++
Index: xapian-bindings-1.2.12/php/Makefile.in
===================================================================
--- xapian-bindings-1.2.12.orig/php/Makefile.in
+++ xapian-bindings-1.2.12/php/Makefile.in
@@ -351,7 +351,7 @@ phpext_LTLIBRARIES = xapian.la
 phpincdir = $(datadir)/php$(PHP_MAJOR_VERSION)
 phpinc_DATA = php5/xapian.php
 AM_CPPFLAGS = $(PHP_INC)
-AM_CXXFLAGS = $(SWIG_CXXFLAGS) $(XAPIAN_CXXFLAGS) 
-DSWIG_ZEND_ERROR_NORETURN=zend_error
+AM_CXXFLAGS = $(SWIG_CXXFLAGS) $(XAPIAN_CXXFLAGS) 
-DSWIG_ZEND_ERROR_NORETURN=zend_error_noreturn
 xapian_la_LDFLAGS = -avoid-version -module $(NO_UNDEFINED)
 xapian_la_SOURCES = php5/xapian_wrap.cc php5/xapian_wrap.h
 xapian_la_LIBADD = $(XAPIAN_LIBS) $(PHP_LIBS)
++++++ xapian-bindings-1.2.8.tar.gz -> xapian-bindings-1.2.12.tar.gz ++++++
++++ 10271 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to