Hello community,

here is the log from the commit of package rasqal for openSUSE:Factory
checked in at Mon May 30 09:32:31 CEST 2011.



--------
--- KDE/rasqal/rasqal.changes   2011-04-15 20:25:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/rasqal/rasqal.changes  2011-05-22 
21:21:43.000000000 +0200
@@ -1,0 +2,28 @@
+Sun May 22 19:12:19 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 0.9.21:
+  * Updated to handle aggregate expression execution as defined by the
+    SPARQL 1.1 Query W3C working draft of 14 October 2010
+  * Executes grouping of results: GROUP BY
+  * Executes aggregate expressions: AVG, COUNT, GROUP_CONCAT, MAX, MIN,
+    SAMPLE, SUM
+  * Executes filtering of aggregate expressions: HAVING
+  * Parses new syntax: BINDINGS, isNUMERIC(), MINUS, sub SELECT and
+    SERVICE.
+  * The syntax format for parsing data graphs at URIs can be explictly
+    declared.
+  * The roqet utility can execute queries over SPARQL HTTP Protocol and
+    operate over data from stdin.
+  * Added several new APIs
+  * Fixed Issue: #0000388
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Changed License: to LGPLv2.1+ or GPLv2+ or ASLv2.0+.
+  * Changed rasqal Group to Productivity/Other.
+  * Added mpfr-devel in BuildRequires:.
+  * Removed gtk-doc from BuildRequires: (not needed to build html docs).
+  * Removed autoreconf from %build section and simplified configure.
+  * Install html docs in %{_docdir}/librasqal-devel/.
+  * Minor other updates.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  rasqal-0.9.20.tar.bz2

New:
----
  rasqal-0.9.21.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rasqal.spec ++++++
--- /var/tmp/diff_new_pack.DJZbSE/_old  2011-05-30 09:29:55.000000000 +0200
+++ /var/tmp/diff_new_pack.DJZbSE/_new  2011-05-30 09:29:55.000000000 +0200
@@ -19,20 +19,23 @@
 
 
 Name:           rasqal
-Version:        0.9.20
-Release:        6
-#
-License:        LGPLv2.1+ ; ASLv..
-Group:          Development/Libraries/C and C++
-#
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex gtk-doc libraptor-devel libxml2-devel pcre-devel 
pkg-config
-#
-Url:            http://librdf.org/rasqal/
-Source0:        http://download.librdf.org/source/%{name}-%{version}.tar.bz2
-Source1:        baselibs.conf
-#
+Version:        0.9.21
+Release:        1
+License:        LGPLv2.1+ or GPLv2+ or ASLv2.0+
 Summary:        RDF Parser Toolkit for Redland
+Url:            http://librdf.org/rasqal/
+Group:          Productivity/Other
+# http://download.librdf.org/source/rasqal-0.9.21.tar.gz
+Source0:        %{name}-%{version}.tar.bz2
+Source100:      baselibs.conf
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libraptor-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  mpfr-devel
+BuildRequires:  pcre-devel
+BuildRequires:  pkg-config
 
 %description
 Rasqal is a library providing full support for querying Resource
@@ -41,14 +44,8 @@
 It currently handles the RDF Data Query Language (RDQL) and SPARQL
 Query language.
 
-
-
-Authors:
---------
-    Dave Beckett <d...@dajobe.org>
-
 %package -n librasqal2
-License:        LGPLv2.1+ ; ASLv..
+License:        LGPLv2.1+ or GPLv2+ or ASLv2.0+
 Summary:        RDF Parser Toolkit for Redland
 Group:          System/Libraries
 %requires_ge    libraptor1
@@ -60,75 +57,63 @@
 It currently handles the RDF Data Query Language (RDQL) and SPARQL
 Query language.
 
-
-
-Authors:
---------
-    Dave Beckett <d...@dajobe.org>
-
 %package -n librasqal-devel
-License:        LGPLv2.1+ ; ASLv..
+License:        LGPLv2.1+ or GPLv2+ or ASLv2.0+
 Summary:        Development package for the Rasqal RDF query library
 Group:          Development/Languages/C and C++
-Requires:       librasqal2 = %{version} libraptor-devel >= 1.4.9
+Requires:       libraptor-devel >= 1.4.9
+Requires:       librasqal2 = %{version}
 
 %description -n librasqal-devel
 This package contains the files needed to develop with the Rasqal RDF
 query language library.
 
-
-
-Authors:
---------
-    Dave Beckett <d...@dajobe.org>
-
 %prep
 %setup -q
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-autoreconf -fi
-%configure --enable-release --with-raptor=system \
-  --with-html-dir=%{_docdir}/%{name}-devel/ \
-  --includedir=%{_includedir}/%{name} \
+
+%configure --enable-release \
+           --with-raptor=system \
   --disable-static \
-  --disable-gtk-doc \
   --with-pic \
-  --with-regex-library=pcre
-%{__make} %{?jobs:-j%jobs}
+           --with-regex-library=pcre \
+           --with-html-dir=%{_docdir}/librasqal-devel/
+
+make %{?_smp_mflags}
 
 %install
-%makeinstall docdir=%{_docdir}/%{name}
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+
+rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 %post -n librasqal2 -p /sbin/ldconfig
 
 %postun -n librasqal2 -p /sbin/ldconfig
 
 %files -n librasqal2
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_libdir}/librasqal.so.2*
 
 %files -n librasqal-devel
-%defattr(-, root, root)
+%defattr(-,root,root,-)
 %{_libdir}/librasqal.so
-%{_mandir}/man1/rasqal-config.1*
-%{_mandir}/man3/librasqal.3*
+%{_mandir}/man1/rasqal-config.1%{ext_man}
+%{_mandir}/man3/librasqal.3%{ext_man}
 %{_libdir}/pkgconfig/rasqal.pc
 %{_includedir}/%{name}/
 %{_bindir}/rasqal-config
-%doc %{_docdir}/%{name}-devel/
+%doc %{_docdir}/librasqal-devel/
 
 %files
-%defattr(-, root, root)
-%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README
-%doc LICENSE-2.0.txt NOTICE
-%doc *.html
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE-2.0.txt LICENSE.html 
LICENSE.txt NEWS NEWS.html NOTICE README README.html RELEASE.html
 %{_bindir}/roqet
-%{_mandir}/man1/roqet.1*
+%{_mandir}/man1/roqet.1%{ext_man}
 
 %changelog

++++++ rasqal-0.9.20.tar.bz2 -> rasqal-0.9.21.tar.bz2 ++++++
++++ 43372 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to