[rasqal] - Update to 0.9.20 - Drop gtk-doc dependency RHBZ#604413 - Drop upstreamed DSO linking patch

Orcan Ogetbil oget at fedoraproject.org
Fri Sep 10 02:17:43 UTC 2010


commit 76bd547bc5c5fc04110aaed5af1c6e9ca3559662
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Thu Sep 9 22:17:50 2010 -0400

    - Update to 0.9.20
    - Drop gtk-doc dependency RHBZ#604413
    - Drop upstreamed DSO linking patch

 .gitignore                  |    1 +
 rasqal-0.9.17-linking.patch |   12 ------------
 rasqal.spec                 |   21 +++++++++------------
 sources                     |    2 +-
 4 files changed, 11 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33c1acd..586d0d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rasqal-0.9.17.tar.gz
+/rasqal-0.9.20.tar.gz
diff --git a/rasqal.spec b/rasqal.spec
index 666c4c6..0e52dbc 100644
--- a/rasqal.spec
+++ b/rasqal.spec
@@ -1,24 +1,18 @@
 Name:           rasqal
-Version:        0.9.17
-Release:        3%{?dist}
+Version:        0.9.20
+Release:        1%{?dist}
 Summary:        RDF Query Library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+ or ASL 2.0
 URL:            http://librdf.org/rasqal/
 Source:         http://download.librdf.org/source/%{name}-%{version}.tar.gz
-# Fix DSO linking error. Note that this is fixed in upstream trunk
-# http://bugs.librdf.org/mantis/view.php?id=347
-# But their fix requires an autoreconf cycle. We just do a
-# simple hack for the time being. This patch will be dropped
-# in the next version after 0.9.17
-Patch0:         %{name}-0.9.17-linking.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxml2-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  pcre-devel
-BuildRequires:  raptor-devel >= 1.4.18
+BuildRequires:  raptor-devel >= 1.4.19
 # for the testsuite
 BuildRequires:  perl(XML::DOM)
 
@@ -34,7 +28,6 @@ handles the RDF Data Query Language (RDQL) and SPARQL Query language.
 Summary:        Development files for the Rasqal RDF libraries
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gtk-doc
 Requires:       pkgconfig
 Requires:       raptor-devel
 %description    devel
@@ -43,7 +36,6 @@ Libraries, includes etc to develop with the Rasqal RDF query language library.
 
 %prep
 %setup -q
-%patch0 -p1 -b .linking.fix
 
 # hack to nuke rpaths
 %if "%{_libdir}" != "/usr/lib"
@@ -102,10 +94,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/rasqal.pc
 %{_mandir}/man1/rasqal-config.1*
 %{_mandir}/man3/librasqal.3*
-%{_datadir}/gtk-doc/html/rasqal/
+%{_datadir}/gtk-doc/
 
 
 %changelog
+* Thu Sep 09 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.9.20-1
+- Update to 0.9.20
+- Drop gtk-doc dependency RHBZ#604413
+- Drop upstreamed DSO linking patch
+
 * Sun Jul 11 2010 Dan Horák <dan[at]danny.cz> - 0.9.17-3
 - don't fail the whole build due failed checks on s390(x)
 
diff --git a/sources b/sources
index 2e3cb42..c4d837d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee65a1c55da27d95f50d1e667b98d1d0  rasqal-0.9.17.tar.gz
+c45b6cd784298e264e8757d14355ecce  rasqal-0.9.20.tar.gz


More information about the scm-commits mailing list