From ac0701ec8ccde8f167d8525f37340094e910db3ef5047d00fc08a6b26e17de24 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sat, 11 Aug 2012 10:38:39 +0000 Subject: [PATCH 1/4] 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 From 2bd3c1ada557f1afc26f3a1ab8fe3ba0559ead8e06f489e3ce1bd872d226100b Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 16 Dec 2015 05:16:47 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=2 --- sratom-0.2.0.tar.bz2 | 3 --- sratom-0.4.6.tar.bz2 | 3 +++ sratom.changes | 39 +++++++++++++++++++++++++++++++++++++++ sratom.spec | 8 ++++---- 4 files changed, 46 insertions(+), 7 deletions(-) delete mode 100644 sratom-0.2.0.tar.bz2 create mode 100644 sratom-0.4.6.tar.bz2 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 From 7b077550f182cbbaf376fc81b9cf329ca1547f4e20b25a4ccdcc46e4f8e7c0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 30 Jan 2017 20:28:00 +0000 Subject: [PATCH 3/4] Accepting request 453459 from home:olh:branches:multimedia:libs - Add baselibs.conf for gstreamer-plugins-bad-32bit OBS-URL: https://build.opensuse.org/request/show/453459 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=4 --- baselibs.conf | 1 + sratom.changes | 5 +++++ sratom.spec | 1 + 3 files changed, 7 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..55ad8c5 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libsratom-0-0 diff --git a/sratom.changes b/sratom.changes index f6a13d9..a60fa15 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 12 08:32:04 UTC 2017 - olaf@aepfle.de + +- Add baselibs.conf for gstreamer-plugins-bad-32bit + ------------------------------------------------------------------- Thu Mar 26 23:15:15 UTC 2015 - p.drouand@gmail.com diff --git a/sratom.spec b/sratom.spec index acaa7bc..7e8ee5f 100644 --- a/sratom.spec +++ b/sratom.spec @@ -26,6 +26,7 @@ License: ISC Group: System/Libraries Url: http://drobilla.net/software/sratom/ Source0: http://download.drobilla.net/sratom-%{version}.tar.bz2 +Source1: baselibs.conf BuildRequires: doxygen BuildRequires: graphviz BuildRequires: pkg-config From 7c6bb3507615779cad52a8dd2de03d4f124edd1d52c0c7a899398c4576688e9b Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 31 Jan 2017 05:22:47 +0000 Subject: [PATCH 4/4] Accepting request 453539 from home:jengelh:branches:multimedia:libs - Fix mismatching RPM group - Rename soname macro to sover as it does not contain a name OBS-URL: https://build.opensuse.org/request/show/453539 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sratom?expand=0&rev=5 --- sratom.changes | 6 ++++++ sratom.spec | 20 ++++++++++---------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/sratom.changes b/sratom.changes index a60fa15..d5146fa 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 30 22:06:32 UTC 2017 - jengelh@inai.de + +- Fix mismatching RPM group +- Rename soname macro to sover as it does not contain a name + ------------------------------------------------------------------- Thu Jan 12 08:32:04 UTC 2017 - olaf@aepfle.de diff --git a/sratom.spec b/sratom.spec index 7e8ee5f..dbc499d 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) 2017 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 @@ -16,14 +16,14 @@ # -%define soname 0 +%define sover 0 Name: sratom Version: 0.4.6 Release: 0 Summary: A library for serialising LV2 atoms to/from RDF License: ISC -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://drobilla.net/software/sratom/ Source0: http://download.drobilla.net/sratom-%{version}.tar.bz2 Source1: baselibs.conf @@ -38,17 +38,17 @@ BuildRequires: pkgconfig(sord-0) >= 0.12.0 %description A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax. -%package -n libsratom-0-%{soname} +%package -n libsratom-0-%{sover} Summary: A library for serialising LV2 atoms to/from RDF Group: System/Libraries -%description -n libsratom-0-%{soname} +%description -n libsratom-0-%{sover} A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax. %package -n libsratom-0-devel Summary: Development files for libsratom Group: Development/Libraries/C and C++ -Requires: libsratom-0-%{soname} = %{version} +Requires: libsratom-0-%{sover} = %{version} %description -n libsratom-0-devel Development files for libsratom. @@ -70,14 +70,14 @@ export CXXFLAGS='%{optflags}' %install ./waf install --destdir=%{?buildroot} -%post -n libsratom-0-%{soname} -p /sbin/ldconfig +%post -n libsratom-0-%{sover} -p /sbin/ldconfig -%postun -n libsratom-0-%{soname} -p /sbin/ldconfig +%postun -n libsratom-0-%{sover} -p /sbin/ldconfig -%files -n libsratom-0-%{soname} +%files -n libsratom-0-%{sover} %defattr(0644,root,root,0755) %doc COPYING NEWS README -%{_libdir}/libsratom-0.so.%{soname}* +%{_libdir}/libsratom-0.so.%{sover}* %files -n libsratom-0-devel %defattr(0644,root,root,0755)