Accepting request 27747 from multimedia:libs

Copy from multimedia:libs/raptor based on submit request 27747 from user tiwai

OBS-URL: https://build.opensuse.org/request/show/27747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raptor?expand=0&rev=13
This commit is contained in:
OBS User autobuild
2009-12-29 23:29:30 +00:00
committed by Git OBS Bridge
parent 269d54bbe3
commit c547883478
4 changed files with 23 additions and 120 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4fb69de935fd1a5040663af9deb81d2e99a2db703848baae6e8690c87f4b539
size 1188769

3
raptor-1.4.20.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e8b97542520d43f0faa2597f82bebbf746cb2a1468f9ad99dd82a70c92fb2abb
size 1255474

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Dec 3 19:19:21 CET 2009 - dmueller@suse.de
- update to 1.4.20:
Turtle serializing performance improvement by Chris Cannam
librdfa RDFa parser updates to fix empty datatype, xml:lang and 1-char
prefixes by Manu Sporny
Fix a crash when the GRDDL parser reported errors
Enable large file support for 32-bit systems
Several resilience improvements by Lauri Aalto
Other minor portability and bug fixes
Fixed reported issues: 0000306 0000307 0000310 and 0000312.
-------------------------------------------------------------------
Mon Sep 15 17:45:24 CEST 2008 - dmueller@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package raptor (Version 1.4.18)
# spec file for package raptor (Version 1.4.20)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,9 +21,9 @@
Name: raptor
BuildRequires: curl-devel gtkdoc libxml2-devel libxslt-devel pkg-config
Summary: Raptor RDF Parser Toolkit
Version: 1.4.18
Release: 28
License: The Apache Software License
Version: 1.4.20
Release: 1
License: ASLv..
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Url: http://www.redland.opensource.ac.uk/raptor/
@@ -40,7 +40,7 @@ Authors:
Dave Beckett <dave@dajobe.org>
%package -n libraptor1
License: LGPL v2.1 or later; The Apache Software License
License: LGPLv2.1+ ; ASLv..
Summary: Raptor RDF Parser Toolkit
Group: System/Libraries
@@ -55,7 +55,7 @@ Authors:
Dave Beckett <dave@dajobe.org>
%package -n libraptor-devel
License: LGPL v2.1 or later; The Apache Software License
License: LGPLv2.1+ ; ASLv..
Summary: Development package for the raptor library
Group: Development/Libraries/C and C++
Requires: libraptor1 = %{version} glibc-devel
@@ -118,113 +118,3 @@ unset MALLOC_CHECK_
%{_libdir}/libraptor.so.1*
%changelog
* Mon Sep 15 2008 dmueller@suse.de
- fix -devel pckage requires
* Fri Jul 25 2008 dmueller@suse.de
- update to 1.4.18:
Added an RDFa parser using an embedded version of librdfa by Manu
Sporny of Digital Bazaar.
Added an Atom 1.0 (RFC 4287) serializer with several output parameters.
Improved RSS 1.0 serializer functionality and resilience.
Added new API methods for qname, serializer, sequence and XML writer
classes.
Many other fixes and resilience improvements.
Fixed reported issues: 0000186 and 0000255.
* Sun Apr 06 2008 crrodriguez@suse.de
- update to version 1.4.17
* Added two new JSON serializers: resource-centric 'json'
(Talis RDF/JSON) and triple-centric 'json-triples'
* Added a new public XML SAX2 API class
* Added a new error handling structure
* Made the I/O Stream class support reading
* Added several new API methods.
* Made several fixes, portability and resilience improvements.
* Fixed reported issues: 0000252 and 0000245.
* Wed Dec 19 2007 crrodriguez@suse.de
- missing pkg-config in buildrequires
* Sun Oct 28 2007 stbinner@suse.de
- update to version 1.4.16:
* 100%% support for the GRDDL W3C Recommendation of 2007-09-11
* Turtle parser and serializer were updated to support @base
* Turtle and RDF/XML serializers had performance improvements
for large graphs.
* Added a TRiG Parser based on Turtle with named graph support.
* Several other API changes, fixed and improvements were made.
* Many other fixes and improvements.
* Tue Aug 07 2007 crrodriguez@suse.de
- as per http://lists.opensuse.org/opensuse-packaging/2007-07/msg00049.html
taking manteniance of this package
- use system libcurl for web access
- use libxslt as well (adds grdd parser support)
- remove nasty la file that causes significant bloat
- Fix build and devel package dependencies (raptor.h only requires glibc-devel)
- remove static libraries
- run ldconfig correctly
- run make check on rpm check section.
* Fri May 04 2007 dmueller@suse.de
- libraptor -> libraptor1
* Fri May 04 2007 lrupp@suse.de
- libraptor1-devel -> libraptor-devel
* Thu May 03 2007 lrupp@suse.de
- add Provides/Obsoletes: raptor-devel
* 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
* Added raptor_get_feature_count()
* Added raptor_www_set_uri_filter()
* Fixed raptor_namespaces_qname_from_uri to be public
* Fix misc bugs
* Wed Aug 23 2006 tiwai@suse.de
- updated to version 1.4.10:
* Fixed crash with RSS Tag Soup parser generating triples too late
* Fixed a crash with the RDF/XML parser
* Parsers no longer generate any triple parts of type
RAPTOR_IDENTIFIER_TYPE_ORDINAL
- remove -fno-strict-aliasing.
* Mon May 15 2006 tiwai@suse.de
- updated to version 1.4.9.
* new tutorial documents
* fixes for 64bit systems
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 21 2005 tiwai@suse.de
- updated to version 1.4.4.
* Thu Aug 05 2004 tiwai@suse.de
- updated to version 1.3.2.
* Thu Feb 26 2004 tiwai@suse.de
- updated to version 1.2.0.
* Tue Jan 13 2004 tiwai@suse.de
- build as non-root.
* Fri Jan 09 2004 tiwai@suse.de
- updated to version 1.1.0.
* Mon Aug 18 2003 tiwai@suse.de
- fixed the invalid use of va_list.
* Fri Jun 06 2003 tiwai@suse.de
- updated to version 0.9.10.
* Wed Apr 02 2003 tiwai@suse.de
- initial version: 0.9.9.