From ac0701ec8ccde8f167d8525f37340094e910db3ef5047d00fc08a6b26e17de24 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sat, 11 Aug 2012 10:38:39 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=1 --- sratom-0.2.0.tar.bz2 | 3 +++ sratom-0.4.6.tar.bz2 | 3 --- sratom.changes | 39 --------------------------------------- sratom.spec | 8 ++++---- 4 files changed, 7 insertions(+), 46 deletions(-) create mode 100644 sratom-0.2.0.tar.bz2 delete mode 100644 sratom-0.4.6.tar.bz2 diff --git a/sratom-0.2.0.tar.bz2 b/sratom-0.2.0.tar.bz2 new file mode 100644 index 0000000..81c667e --- /dev/null +++ b/sratom-0.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b +size 124094 diff --git a/sratom-0.4.6.tar.bz2 b/sratom-0.4.6.tar.bz2 deleted file mode 100644 index c033a02..0000000 --- a/sratom-0.4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220 -size 138165 diff --git a/sratom.changes b/sratom.changes index f6a13d9..757bee9 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,42 +1,3 @@ -------------------------------------------------------------------- -Thu Mar 26 23:15:15 UTC 2015 - p.drouand@gmail.com - -- Update to version 0.4.6 - * Update for latest LV2 Atom Object simplification - * Don't set eg prefix in sratom_to_turtle - * Upgrade to waf 1.7.16 - -------------------------------------------------------------------- -Fri Jul 11 16:46:25 UTC 2014 - reddwarf@opensuse.org - -- Update to 0.4.4 - * Escape invalid characters when writing paths as URIs - * Fancier printing without subject and predicate - -------------------------------------------------------------------- -Thu Sep 5 20:54:44 UTC 2013 - reddwarf@opensuse.org - -- Update to 0.4.2 - * Fix serialisation of nested tuples - * Fix memory leaks - * Use new sord API to clean up and shrink code - * Disable timestamps in HTML documentation for reproducible build - * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) -- Remove sratom-0.4.0-build_compare.patch, applied upstream -- The minimum serd version is now 0.12.0 -- The documentation directory is now versioned - -------------------------------------------------------------------- -Sun Aug 26 22:46:44 UTC 2012 - reddwarf@opensuse.org - -- Update to 0.4.0 - * Correctly read objects with several rdf:type properties - * Support writing Object Atoms as top level descriptions if - subject and predicate are not given. - * Fix various hyper-strict warnings - * Upgrade to waf 1.7.2 -- Add sratom-0.4.0-build_compare.patch to make build reproducible - ------------------------------------------------------------------- Thu Aug 9 02:02:00 UTC 2012 - reddwarf@opensuse.org diff --git a/sratom.spec b/sratom.spec index acaa7bc..e40d193 100644 --- a/sratom.spec +++ b/sratom.spec @@ -1,7 +1,7 @@ # # spec file for package sratom # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -19,7 +19,7 @@ %define soname 0 Name: sratom -Version: 0.4.6 +Version: 0.2.0 Release: 0 Summary: A library for serialising LV2 atoms to/from RDF License: ISC @@ -32,7 +32,7 @@ BuildRequires: pkg-config BuildRequires: python-base BuildRequires: pkgconfig(lv2) >= 1.0.0 BuildRequires: pkgconfig(serd-0) >= 0.14.0 -BuildRequires: pkgconfig(sord-0) >= 0.12.0 +BuildRequires: pkgconfig(sord-0) >= 0.8.0 %description A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax. @@ -83,7 +83,7 @@ export CXXFLAGS='%{optflags}' %{_libdir}/libsratom-0.so %{_includedir}/sratom-0/ %{_libdir}/pkgconfig/sratom-0.pc -%{_defaultdocdir}/sratom-0/ +%{_defaultdocdir}/sratom/ %{_mandir}/man3/* %changelog