rpms/redland/F-7 .cvsignore, 1.2, 1.3 redland.spec, 1.5, 1.6 sources, 1.2, 1.3

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Fri Oct 19 01:23:54 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/redland/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28380/F-7

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
- fix unpackaged files and unowned directory


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/redland/F-7/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Jul 2007 18:24:33 -0000	1.2
+++ .cvsignore	19 Oct 2007 01:23:21 -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/F-7/redland.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- redland.spec	3 Aug 2007 01:25:39 -0000	1.5
+++ redland.spec	19 Oct 2007 01:23:21 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           redland
-Version:        1.0.5
-Release:        5%{?dist}
+Version:        1.0.6
+Release:        2%{?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
@@ -81,6 +77,9 @@
 %{_libdir}/librdf*.so.*
 %{_bindir}/rdfproc
 %{_bindir}/redland-db-upgrade
+%dir %{_datadir}/redland
+%{_datadir}/redland/mysql-v1.ttl
+%{_datadir}/redland/mysql-v2.ttl
 %{_mandir}/man1/redland-db-upgrade.1*
 %{_mandir}/man1/rdfproc.1*
 %{_mandir}/man3/redland.3*
@@ -94,7 +93,7 @@
 %{_includedir}/rdf_*.h
 %{_mandir}/man1/redland-config.1*
 %{_libdir}/pkgconfig/redland.pc
-%{_datadir}/%{name}/Redland.i
+%{_datadir}/redland/Redland.i
 %{_datadir}/gtk-doc/html
 
 %post -p /sbin/ldconfig
@@ -102,8 +101,19 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Tue Oct 16 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.6-2
+- fix unpackaged files and unowned directory
+
+* 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/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Jul 2007 18:24:33 -0000	1.2
+++ sources	19 Oct 2007 01:23:21 -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