]> git.pld-linux.org Git - packages/xqilla.git/commitdiff
- updated to 2.3.2 auto/th/xqilla-2.3.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Jan 2016 20:38:02 +0000 (21:38 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 29 Jan 2016 20:38:02 +0000 (21:38 +0100)
- added soname patch (don't decrease soname, probably libtool versioning mistake)

xqilla-soname.patch [new file with mode: 0644]
xqilla.spec

diff --git a/xqilla-soname.patch b/xqilla-soname.patch
new file mode 100644 (file)
index 0000000..7e95853
--- /dev/null
@@ -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 \
index ef1563faf3d2f7e5b60be6e01b0097b41bd7dfe9..40150e6b80ce398d03eb098c4d7cad9affc239ed 100644 (file)
@@ -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}
This page took 0.132363 seconds and 4 git commands to generate.