Update to version 2.0.6
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/raptor?expand=0&rev=17
This commit is contained in:
parent
a91b7836eb
commit
1657a1b92f
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 12:41:18 UTC 2011 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to v2.0.6
|
||||
* Handle libCurl SSL options before 7.16.4 (2007)
|
||||
* Add a few sequence utility methods for sort, reverse and
|
||||
permute
|
||||
* All parsers and serializers use the W3C Format URIs as their
|
||||
primary URI
|
||||
* N-Quads parser can now handle optional context/graph URI
|
||||
* Turtle serializer uses official text/turtle mime type
|
||||
* Added some additional UTF-8 and snprintf utility functions
|
||||
* No longer needs math functions trunc, lround and round.
|
||||
* Several internal code style fixes and cleanups
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 03:35:30 UTC 2011 - crrodriguez@opensuse.org
|
||||
|
||||
|
13
raptor.spec
13
raptor.spec
@ -15,17 +15,16 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: raptor
|
||||
Version: 2.0.4
|
||||
Release: 1
|
||||
License: LGPLv2.1+ ; ASLv..
|
||||
Version: 2.0.6
|
||||
Release: 0
|
||||
Summary: RDF Parser Toolkit
|
||||
Url: http://www.redland.opensource.ac.uk/raptor/
|
||||
License: LGPL-2.1+ ; Apache-2.0
|
||||
Group: System/Libraries
|
||||
Url: http://www.redland.opensource.ac.uk/raptor/
|
||||
Source0: %{name}2-%{version}.tar.bz2
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: curl-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: pkg-config
|
||||
@ -37,7 +36,6 @@ Raptor is the RDF Parser Toolkit for Redland that provides a set of
|
||||
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
||||
|
||||
%package -n libraptor2-0
|
||||
License: LGPLv2.1+ ; ASLv..
|
||||
Summary: RDF Parser Toolkit
|
||||
Group: System/Libraries
|
||||
|
||||
@ -46,7 +44,6 @@ Raptor is the RDF Parser Toolkit for Redland that provides a set of
|
||||
standalone RDF parsers, generating triples from RDF/XML or N-Triples.
|
||||
|
||||
%package -n libraptor-devel
|
||||
License: LGPLv2.1+ ; ASLv..
|
||||
Summary: Development package for the raptor library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: glibc-devel
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9ede0f52949d566edae02228a4c450727affe6a1df91b8afd60e7499cada11
|
||||
size 1215949
|
3
raptor2-2.0.6.tar.bz2
Normal file
3
raptor2-2.0.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92742dd7b6f6c7084392e750b999f33416e5b10470a771df81d46624ff505d5a
|
||||
size 1246875
|
Loading…
Reference in New Issue
Block a user