From 1657a1b92fbf1f5e785caa00eaa0d1d26a34013e8e8b95fa9b3f3b47c33fa939 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 21 Dec 2011 12:46:06 +0000 Subject: [PATCH 1/2] Update to version 2.0.6 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/raptor?expand=0&rev=17 --- raptor.changes | 15 +++++++++++++++ raptor.spec | 13 +++++-------- raptor2-2.0.4.tar.bz2 | 3 --- raptor2-2.0.6.tar.bz2 | 3 +++ 4 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 raptor2-2.0.4.tar.bz2 create mode 100644 raptor2-2.0.6.tar.bz2 diff --git a/raptor.changes b/raptor.changes index d297dac..6a17cf3 100644 --- a/raptor.changes +++ b/raptor.changes @@ -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 diff --git a/raptor.spec b/raptor.spec index 22a156c..40e0865 100644 --- a/raptor.spec +++ b/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 diff --git a/raptor2-2.0.4.tar.bz2 b/raptor2-2.0.4.tar.bz2 deleted file mode 100644 index 7d7a503..0000000 --- a/raptor2-2.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb9ede0f52949d566edae02228a4c450727affe6a1df91b8afd60e7499cada11 -size 1215949 diff --git a/raptor2-2.0.6.tar.bz2 b/raptor2-2.0.6.tar.bz2 new file mode 100644 index 0000000..eed7c14 --- /dev/null +++ b/raptor2-2.0.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92742dd7b6f6c7084392e750b999f33416e5b10470a771df81d46624ff505d5a +size 1246875 From 55f506f9e4af44ed0c6b86946cfaae670c2181d4dc4818b1922fdb655eb8190a Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 21 Dec 2011 13:02:15 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/raptor?expand=0&rev=18 --- raptor.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/raptor.spec b/raptor.spec index 40e0865..bab6b84 100644 --- a/raptor.spec +++ b/raptor.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: raptor Version: 2.0.6 Release: 0 @@ -65,7 +66,7 @@ make %{?_smp_flags} %install make DESTDIR=%{buildroot} install -mv %{buildroot}%{_docdir}/raptor %{buildroot}%{_docdir}/raptor-devel +mv %{buildroot}%{_docdir}/raptor2 %{buildroot}%{_docdir}/raptor-devel #causes some ugly dependency bloat.. rm -f %{buildroot}%{_libdir}/libraptor2.la