- update to 1.0.7
- update minimum raptor and rasqal versions
This commit is contained in:
parent
dee76c0b05
commit
d2ac511843
@ -1,2 +1 @@
|
||||
redland-1.0.5.tar.gz
|
||||
redland-1.0.6.tar.gz
|
||||
redland-1.0.7.tar.gz
|
||||
|
16
redland.spec
16
redland.spec
@ -1,6 +1,6 @@
|
||||
Name: redland
|
||||
Version: 1.0.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.7
|
||||
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.14
|
||||
BuildRequires: raptor-devel >= 1.4.15
|
||||
BuildRequires: rasqal-devel >= 0.9.15
|
||||
BuildRequires: raptor-devel >= 1.4.16
|
||||
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.15
|
||||
Requires: rasqal-devel >= 0.9.14
|
||||
Requires: raptor-devel >= 1.4.16
|
||||
Requires: rasqal-devel >= 0.9.15
|
||||
Requires: pkgconfig
|
||||
|
||||
%description devel
|
||||
@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Sat Feb 09 2008 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.7-1
|
||||
- update to 1.0.7
|
||||
- update minimum raptor and rasqal versions
|
||||
|
||||
* Tue Dec 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.6-3
|
||||
- respin for openssl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user