[packages/xqilla] - updated to 2.3.2 - added soname patch (don't decrease soname, probably libtool versioning mistake)

qboosh qboosh at pld-linux.org
Fri Jan 29 21:35:41 CET 2016


commit d531bae82755e7ce8a23fff9277a385abdf34f03
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Jan 29 21:38:02 2016 +0100

    - updated to 2.3.2
    - added soname patch (don't decrease soname, probably libtool versioning mistake)

 xqilla-soname.patch | 11 +++++++++++
 xqilla.spec         | 10 ++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/xqilla.spec b/xqilla.spec
index ef1563f..40150e6 100644
--- a/xqilla.spec
+++ b/xqilla.spec
@@ -5,20 +5,21 @@
 Summary:	XQilla - C++ implementation of XQuery and XPath 2.0 based on Xerces-C
 Summary(pl.UTF-8):	XQilla - implementacja C++ XQuary i XPath 2.0 oparta na bibliotece Xerces-C
 Name:		xqilla
-Version:	2.3.0
-Release:	5
+Version:	2.3.2
+Release:	1
 License:	Apache v2.0
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/xqilla/XQilla-%{version}.tar.gz
-# Source0-md5:	7261c7b4bb5a45cbf6270073976a51ce
+# Source0-md5:	66112611a77d633f42abcfd561661b01
 Patch0:		%{name}-link.patch
+Patch1:		%{name}-soname.patch
 URL:		http://xqilla.sourceforge.net/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake
 BuildRequires:	faxpp-devel
 BuildRequires:	flex
 BuildRequires:	libstdc++-devel
-BuildRequires:	libtool
+BuildRequires:	libtool >= 2:1.5
 BuildRequires:	tidy-devel
 BuildRequires:	xerces-c-devel >= 3
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -75,6 +76,7 @@ Dokumentacja API biblioteki XQilla.
 %prep
 %setup -q -n XQilla-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
diff --git a/xqilla-soname.patch b/xqilla-soname.patch
new file mode 100644
index 0000000..7e95853
--- /dev/null
+++ b/xqilla-soname.patch
@@ -0,0 +1,11 @@
+--- XQilla-2.3.2/Makefile.am.orig	2016-01-29 20:21:46.349549168 +0100
++++ XQilla-2.3.2/Makefile.am	2016-01-29 20:52:35.932804878 +0100
+@@ -17,7 +17,7 @@
+ 
+ # Library version, see http://sourceware.org/autobook/autobook/autobook_91.html
+ # -no-undefined for Cygwin (bug #1639669)
+-libxqilla_la_LDFLAGS = -version-info 6:0:2 -no-undefined
++libxqilla_la_LDFLAGS = -version-info 6:2:0 -no-undefined
+ 
+ libxqilla_la_SOURCES = \
+ src/framework/ReferenceCounted.cpp \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xqilla.git/commitdiff/d531bae82755e7ce8a23fff9277a385abdf34f03



More information about the pld-cvs-commit mailing list