From 957eeaf4bdd2bfe4179e60fbff3ac4fc88ec023c7418d3e6102c304082d34f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Aug 2018 13:56:46 +0000 Subject: [PATCH 1/2] - Update to 0.16.2: * Update waf bundle to 2.0.9 * Fix warious compiler warnings and clang-format reports OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sord?expand=0&rev=21 --- sord-0.16.0.tar.bz2 | 3 --- sord-0.16.2.tar.bz2 | 3 +++ sord.changes | 7 +++++++ sord.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 sord-0.16.0.tar.bz2 create mode 100644 sord-0.16.2.tar.bz2 diff --git a/sord-0.16.0.tar.bz2 b/sord-0.16.0.tar.bz2 deleted file mode 100644 index cde5b30..0000000 --- a/sord-0.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d3cb2c9966e93f537f37377171f162023cea6784ca069699be4a7770c8a035a -size 316331 diff --git a/sord-0.16.2.tar.bz2 b/sord-0.16.2.tar.bz2 new file mode 100644 index 0000000..fdca173 --- /dev/null +++ b/sord-0.16.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f51174dd8f3efbd95f44f0bb0b165f08e066e052d40095de59de787987da8d +size 324386 diff --git a/sord.changes b/sord.changes index 7ece999..e02a1c5 100644 --- a/sord.changes +++ b/sord.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 24 13:55:33 UTC 2018 - tchvatal@suse.com + +- Update to 0.16.2: + * Update waf bundle to 2.0.9 + * Fix warious compiler warnings and clang-format reports + ------------------------------------------------------------------- Thu Nov 2 11:49:01 UTC 2017 - mpluskal@suse.com diff --git a/sord.spec b/sord.spec index 14ee520..ae3dd6a 100644 --- a/sord.spec +++ b/sord.spec @@ -1,7 +1,7 @@ # # spec file for package sord # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -18,7 +18,7 @@ %define sover 0 Name: sord -Version: 0.16.0 +Version: 0.16.2 Release: 0 Summary: Utilities to work with RDF data License: ISC From 890f5ce9019c600fc2f3faa618ee765c45eed68980a22ba79084099520c32337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Aug 2018 13:57:04 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/sord?expand=0&rev=22 --- sord.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/sord.spec b/sord.spec index ae3dd6a..2de749a 100644 --- a/sord.spec +++ b/sord.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Utilities to work with RDF data License: ISC Group: Productivity/File utilities -Url: http://drobilla.net/software/sord/ +URL: http://drobilla.net/software/sord/ Source0: http://download.drobilla.net/sord-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: doxygen @@ -48,9 +48,9 @@ http://drobilla.net/software/sord/ %package devel Summary: Development files for libsord Group: Development/Libraries/C and C++ +Requires: libsord-0-%{sover} = %{version} Provides: libsord-0-devel = %{version} Obsoletes: libsord-0-devel < %{version} -Requires: libsord-0-%{sover} = %{version} %description devel Development files for libsord. @@ -84,15 +84,16 @@ python3 ./waf test %files %attr(0755,root,root) %{_bindir}/sordi %attr(0755,root,root) %{_bindir}/sord_validate -%{_mandir}/man1/sordi.1* -%{_mandir}/man1/sord_validate.1* +%{_mandir}/man1/sordi.1%{?ext_man} +%{_mandir}/man1/sord_validate.1%{?ext_man} %files -n libsord-0-%{sover} -%doc AUTHORS COPYING NEWS README +%license COPYING +%doc AUTHORS NEWS README %{_libdir}/libsord-0.so.%{sover}* %files devel -%{_mandir}/man3/sord.3%{ext_man} +%{_mandir}/man3/sord.3%{?ext_man} %{_libdir}/libsord-0.so %{_includedir}/sord-0/ %{_libdir}/pkgconfig/sord-0.pc