Browse Source

upload: rasqal, soprano


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@575 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 14 years ago
parent
commit
1d01233810
2 changed files with 14 additions and 6 deletions
  1. 10 5
      r/rasqal/rasqal-vl.spec
  2. 4 1
      s/soprano/soprano-vl.spec

+ 10 - 5
r/rasqal/rasqal-vl.spec

@@ -1,15 +1,17 @@
 Summary:   Rasqal RDF Query Library
 Name:      rasqal
-Version:   0.9.17
+Version:   0.9.19
 Release:   1%{?_dist_release}
 License:   LGPL/Apache 2.0
 Group:     System Environment/Libraries
 Source:    http://download.librdf.org/source/%{name}-%{version}.tar.gz
 URL:       http://librdf.org/rasqal/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: raptor-devel >= 1.4.17
-BuildRequires: pcre-devel libxml2-devel
-Requires: raptor >= 1.4.17
+BuildRequires: raptor-devel >= 1.4.18
+BuildRequires: pcre-devel
+BuildRequires: libxml2-devel
+BuildRequires: mpfr-devel
+Requires: raptor >= 1.4.18
 
 %description
 Rasqal is a library providing full support for querying Resource
@@ -21,7 +23,7 @@ handles the RDF Data Query Language (RDQL) and SPARQL Query language.
 Summary: Libraries, includes etc to develop with the Rasqal RDF query library
 Group: Development/Libraries
 Requires: rasqal = %{version}-%{release}
-Requires: raptor-devel >= 1.4.17
+Requires: raptor-devel >= 1.4.18
 
 %description devel
 Libraries, includes etc to develop with the Rasqal RDF query language library.
@@ -74,6 +76,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.19-1
+- new upstream release
+
 * Sun Feb  6 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.9.17-1
 - new upstream release
 - built with new toolchain

+ 4 - 1
s/soprano/soprano-vl.spec

@@ -1,6 +1,6 @@
 Summary:   Qt wrapper API to different RDF storage solutions
 Name:      soprano
-Version:   2.4.0.1
+Version:   2.4.1
 Release:   1%{?_dist_release}
 License:   LGPLv2+
 Group:     System Environment/Libraries
@@ -101,6 +101,9 @@ make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
 %changelog
+* Sun Mar 14 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.1-1
+- new upstream release
+
 * Sat Feb 27 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.0.1-1
 - new upstream release