diff --git a/.cvsignore b/.cvsignore index b823ac8..dfe742e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ redland-1.0.5.tar.gz +redland-1.0.6.tar.gz diff --git a/redland.spec b/redland.spec index 1388cc8..afb0380 100644 --- a/redland.spec +++ b/redland.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 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 @@ for RDF developers to experiment with the technology. 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 @@ Header files for development with Redland. %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 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Tue Oct 16 2007 Kevin Kofler 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 1.0.5-6 - respin (BuildID) * Fri Aug 3 2007 Kevin Kofler 1.0.5-5 -- Specify LGPL version in License tag. +- specify LGPL version in License tag * Sat Jul 14 2007 Kevin Kofler 1.0.5-4 - get rid of redland-config dependency bloat too (#248106) diff --git a/sources b/sources index 91e286b..22a7648 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 43d909ff6ffa7f7559ad9af5620c8cbf redland-1.0.5.tar.gz +901bf87252658c8b247dc6eda00f8724 redland-1.0.6.tar.gz