[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Freeze exception request for concordance 0.22-2



Hi,

I have uploaded concordance 0.22-2 into unstable, it fixes bug #593825
(broken ABI version expected in python bindings), which also breaks
congruity (and anything requiring python-concordance).

It includes very minimal changes as a patch until upstream fixes the
issue in a new release (see below). Could you please unblock
concordance?

Thanks in advance,

Mathieu Trudel-Lapierre
mathieu.tl@gmail.com

---

diff -Nru concordance-0.22/debian/changelog concordance-0.22/debian/changelog
--- concordance-0.22/debian/changelog	2010-08-04 14:36:02.000000000 -0400
+++ concordance-0.22/debian/changelog	2010-08-22 19:17:32.000000000 -0400
@@ -1,3 +1,10 @@
+concordance (0.22-2) unstable; urgency=low
+
+  * Change the expected ABI numbers in python bindings. It was bumped
+    upstream to 2 by mistake, fixed in svn. (Closes: 593825)
+
+ -- Mathieu Trudel <mathieu.tl@gmail.com>  Sun, 22 Aug 2010 18:46:08 -0400
+
 concordance (0.22-1) unstable; urgency=low

   * New upstream release 0.22. (Closes: 591679)
diff -Nru concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff
concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff
--- concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff	1969-12-31
19:00:00.000000000 -0500
+++ concordance-0.22/debian/patches/593825-fix-py-expected-abi.diff	2010-08-22
19:17:32.000000000 -0400
@@ -0,0 +1,20 @@
+From: Mathieu Trudel-Lapierre <mathieu.tl@gmail.com>
+Subject: Change the expected ABI numbers in python bindings. They were
+ bumped upstream to 2 by mistake, fixed in svn.
+Forwarded-Upstream: not-needed
+Last-Update: 2010-08-22
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593825
+
+Index: concordance-0.22/libconcord/bindings/python/libconcord.py
+===================================================================
+--- concordance-0.22.orig/libconcord/bindings/python/libconcord.py	2010-08-22
18:41:21.021573001 -0400
++++ concordance-0.22/libconcord/bindings/python/libconcord.py	2010-08-22
18:41:33.997573002 -0400
+@@ -32,7 +32,7 @@
+ # Define the libconcord ABI this libconcord.py corresponds to
+ # Bump this when the .so file version gets bumped
+
+-ABI_VERSION = 2
++ABI_VERSION = "1.1.0"
+
+ # Load the DLL
+
diff -Nru concordance-0.22/debian/patches/series
concordance-0.22/debian/patches/series
--- concordance-0.22/debian/patches/series	2010-08-04 14:36:02.000000000 -0400
+++ concordance-0.22/debian/patches/series	2010-08-22 19:17:32.000000000 -0400
@@ -1,3 +1,4 @@
 01-fix-manpage-disclaimer-errors.diff
 02-manpage-hyphen-as-minus-errors.diff
 03-attr-syntax-in-udev-rules.diff
+593825-fix-py-expected-abi.diff


Reply to: