This commit is contained in:
parent
bb7d59b5f2
commit
ac0701ec8c
3
sratom-0.2.0.tar.bz2
Normal file
3
sratom-0.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b
|
||||
size 124094
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4b9beaeaedc4f651beb15cd1cfedff905b0726a9010548483475ad97d941220
|
||||
size 138165
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user