Accepting request 631384 from multimedia:libs

- 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/request/show/631384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sord?expand=0&rev=11
This commit is contained in:
Yuchen Lin 2018-09-11 15:10:19 +00:00 committed by Git OBS Bridge
commit 383b3dca68
4 changed files with 19 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d3cb2c9966e93f537f37377171f162023cea6784ca069699be4a7770c8a035a
size 316331

3
sord-0.16.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09f51174dd8f3efbd95f44f0bb0b165f08e066e052d40095de59de787987da8d
size 324386

View File

@ -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

View File

@ -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,12 +18,12 @@
%define sover 0
Name: sord
Version: 0.16.0
Version: 0.16.2
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