Hello community, here is the log from the commit of package raptor checked in at Wed May 2 20:15:03 CEST 2007. -------- --- raptor/raptor.changes 2006-10-12 18:26:32.000000000 +0200 +++ /mounts/work_src_done/STABLE/raptor/raptor.changes 2007-05-02 16:02:16.000000000 +0200 @@ -1,0 +2,28 @@ +Wed May 2 15:48:53 CEST 2007 - wstephenson@suse.de + +- updated to version 1.4.15: + * Mostly pass GRDDL W3C Working Draft 2 March 2007 parser test suite + * Turtle parser was changed to accept the N3 mime type text/rdf+n3 + at low Q(quality) so it might work for N3 that is the RDF subset. + * Changed the RSS Tag Soup parser and RSS 1.0 serializer to stop + sharing use of the declared namespaces so that when using both + at the same time, there is no double-free of the same objects. + * Correct the content: namespace URI in the RSS parser and serializers. + * rapper gains a -t/--trace option to show URIs traversed. + * raptor_uri_resolve_uri_reference() buffer overrun fixed + * Enhanced XML error message reporting +- version 1.4.14: + * Added a Turtle Terse RDF Triple Language serialiser by Dave Robillard + based on the existing RDF/XML-Abbrev serialiser. + * Added a GraphViz DOT format serialiser by Evan Nemerson. + * The GRDDL parser now does namespace and profile URI recursion and + has other improvements and fixes. + * The libxml minimum version is now 2.6.8 +- version 1.4.13: + * Prevent losing memory for a raptor_xml_writer when a serializer + is reused several times. + * Fixed Issue#0000134: Check for equal scheme and authority during + construction of relative URIs from two absolute URIs, from the + Redland Issue Tracker. + +------------------------------------------------------------------- Old: ---- raptor-1.4.12.tar.bz2 New: ---- raptor-1.4.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raptor.spec ++++++ --- /var/tmp/diff_new_pack.F16329/_old 2007-05-02 20:14:57.000000000 +0200 +++ /var/tmp/diff_new_pack.F16329/_new 2007-05-02 20:14:57.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package raptor (Version 1.4.12) +# spec file for package raptor (Version 1.4.15) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -13,13 +13,14 @@ Name: raptor BuildRequires: gtkdoc libxml2-devel Summary: Raptor RDF Parser Toolkit -Version: 1.4.12 +Version: 1.4.15 Release: 1 -License: LGPL +License: The Apache Software License Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}.tar.gz URL: http://www.redland.opensource.ac.uk/raptor/ BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: libraptor1 %description Raptor is the RDF Parser Toolkit for Redland that provides a set of @@ -29,22 +30,7 @@ Authors: -------- - Dave Beckett <Dave.Beckett@bristol.ac.uk> - -%package devel -Summary: Development package for the raptor library -Group: Development/Libraries/C and C++ -Requires: raptor = %{version} glibc-devel libxml2-devel - -%description devel -This package contains the files needed to compile programs that use the -raptor library. - - - -Authors: --------- - Dave Beckett <Dave.Beckett@bristol.ac.uk> + Dave Beckett <dave@dajobe.org> %prep %setup @@ -67,15 +53,41 @@ %clean test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT +%package -n libraptor1 +Summary: Raptor RDF Parser Toolkit +Group: System/Libraries -%files +%description -n libraptor1 +Raptor is the RDF Parser Toolkit for Redland that provides a set of +standalone RDF parsers, generating triples from RDF/XML or N-Triples. + + + +Authors: +-------- + Dave Beckett <dave@dajobe.org> + + +%files -n libraptor1 %defattr(-,root,root) -%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README %{_libdir}/lib*.so.* -%{_bindir}/rapper -%{_mandir}/man?/* +%package -n libraptor1-devel +Summary: Development package for the raptor library +Group: Development/Libraries/C and C++ +Requires: libraptor1 = %{version} glibc-devel libxml2-devel + +%description -n libraptor1-devel +This package contains the files needed to compile programs that use the +raptor library. + + -%files devel +Authors: +-------- + Dave Beckett <dave@dajobe.org> + + +%files -n libraptor1-devel %defattr(-,root,root) %doc %{_docdir}/raptor-devel %{_libdir}/lib*.so @@ -85,7 +97,38 @@ %{_bindir}/*-config %{_libdir}/pkgconfig/*.pc -%changelog -n raptor +%files +%defattr(-,root,root) +%doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README +%{_bindir}/rapper +%{_mandir}/man?/* + +%changelog +* Wed May 02 2007 - wstephenson@suse.de +- updated to version 1.4.15: + * Mostly pass GRDDL W3C Working Draft 2 March 2007 parser test suite + * Turtle parser was changed to accept the N3 mime type text/rdf+n3 + at low Q(quality) so it might work for N3 that is the RDF subset. + * Changed the RSS Tag Soup parser and RSS 1.0 serializer to stop + sharing use of the declared namespaces so that when using both + at the same time, there is no double-free of the same objects. + * Correct the content: namespace URI in the RSS parser and serializers. + * rapper gains a -t/--trace option to show URIs traversed. + * raptor_uri_resolve_uri_reference() buffer overrun fixed + * Enhanced XML error message reporting +- version 1.4.14: + * Added a Turtle Terse RDF Triple Language serialiser by Dave Robillard + based on the existing RDF/XML-Abbrev serialiser. + * Added a GraphViz DOT format serialiser by Evan Nemerson. + * The GRDDL parser now does namespace and profile URI recursion and + has other improvements and fixes. + * The libxml minimum version is now 2.6.8 +- version 1.4.13: + * Prevent losing memory for a raptor_xml_writer when a serializer + is reused several times. + * Fixed Issue#0000134: Check for equal scheme and authority during + construction of relative URIs from two absolute URIs, from the + Redland Issue Tracker. * Thu Oct 12 2006 - tiwai@suse.de - updated to version 1.4.12: * Make serialization order compatible with 1.4.10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de