diff --git a/sratom-0.2.0.tar.bz2 b/sratom-0.2.0.tar.bz2 deleted file mode 100644 index 81c667e..0000000 --- a/sratom-0.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -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 new file mode 100644 index 0000000..c033a02 --- /dev/null +++ b/sratom-0.4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220 +size 138165 diff --git a/sratom.changes b/sratom.changes index 757bee9..f6a13d9 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +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 e40d193..acaa7bc 100644 --- a/sratom.spec +++ b/sratom.spec @@ -1,7 +1,7 @@ # # spec file for package sratom # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX 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.2.0 +Version: 0.4.6 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.8.0 +BuildRequires: pkgconfig(sord-0) >= 0.12.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/ +%{_defaultdocdir}/sratom-0/ %{_mandir}/man3/* %changelog