rpms/redland/devel .cvsignore, 1.2, 1.3 redland.spec, 1.6, 1.7 sources, 1.2, 1.3

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Tue Oct 16 08:46:57 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/redland/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23078/devel

Modified Files:
	.cvsignore redland.spec sources 
Log Message:
- update to 1.0.6 (for Soprano 2, also some bugfixes)
- update minimum raptor and rasqal versions
- drop sed hacks for dependency bloat (#248106), fixed upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jul 2007 17:12:23 -0000	1.2
+++ .cvsignore	16 Oct 2007 08:46:25 -0000	1.3
@@ -1 +1,2 @@
 redland-1.0.5.tar.gz
+redland-1.0.6.tar.gz


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- redland.spec	22 Aug 2007 22:58:57 -0000	1.6
+++ redland.spec	16 Oct 2007 08:46:25 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           redland
-Version:        1.0.5
-Release:        6%{?dist}
+Version:        1.0.6
+Release:        1%{?dist}
 Summary:        Redland RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -11,8 +11,8 @@
 
 BuildRequires:  libxml2-devel >= 2.4.0
 BuildRequires:  curl-devel
-BuildRequires:  rasqal-devel >= 0.9.12
-BuildRequires:  raptor-devel >= 1.4.9
+BuildRequires:  rasqal-devel >= 0.9.14
+BuildRequires:  raptor-devel >= 1.4.15
 BuildRequires:  db4-devel
 BuildRequires:  mysql-devel
 BuildRequires:  sqlite-devel
@@ -34,8 +34,8 @@
 Summary:         Libraries and header files for programs that use Redland
 Group:           Development/Libraries
 Requires:        %{name} = %{version}-%{release}
-Requires:        raptor-devel >= 1.4.9
-Requires:        rasqal-devel >= 0.9.11
+Requires:        raptor-devel >= 1.4.15
+Requires:        rasqal-devel >= 0.9.14
 Requires:        pkgconfig
 
 %description     devel
@@ -43,10 +43,6 @@
 
 %prep
 %setup -q
-# get rid of pkgconfig dependency bloat (#248016)
-sed -i -e 's/@LIBRDF_PKGCONFIG_LIBS@//g' librdf/redland.pc.in
-# likewise for redland-config
-sed -i -e 's/@LIBRDF_EXTERNAL_LIBS@//g' redland-config.in
 
 %build
 # disable-static does not work if we override to use the system's libtool
@@ -102,11 +98,16 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.6-1
+- update to 1.0.6 (for Soprano 2, also some bugfixes)
+- update minimum raptor and rasqal versions
+- drop sed hacks for dependency bloat (#248106), fixed upstream
+
 * Wed Aug 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.5-6
 - respin (BuildID)
 
 * Fri Aug 3 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-5
-- Specify LGPL version in License tag.
+- specify LGPL version in License tag
 
 * Sat Jul 14 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-4
 - get rid of redland-config dependency bloat too (#248106)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jul 2007 17:12:23 -0000	1.2
+++ sources	16 Oct 2007 08:46:25 -0000	1.3
@@ -1 +1,2 @@
 43d909ff6ffa7f7559ad9af5620c8cbf  redland-1.0.5.tar.gz
+901bf87252658c8b247dc6eda00f8724  redland-1.0.6.tar.gz




More information about the fedora-extras-commits mailing list