Hello community, here is the log from the commit of package liblrdf for openSUSE:Factory checked in at 2018-03-31 15:36:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblrdf (Old) and /work/SRC/openSUSE:Factory/.liblrdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblrdf" Sat Mar 31 15:36:11 2018 rev:25 rq:592126 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/liblrdf/liblrdf.changes 2015-02-16 07:36:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liblrdf.new/liblrdf.changes 2018-03-31 15:36:16.079036350 +0200 @@ -1,0 +2,6 @@ +Wed Mar 28 14:23:35 UTC 2018 - [email protected] + +- Also delete examples/.deps: with automake 1.16, this directory is + newly also generated and remains back with make distcheck. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblrdf.spec ++++++ --- /var/tmp/diff_new_pack.rd3DwB/_old 2018-03-31 15:36:17.838972537 +0200 +++ /var/tmp/diff_new_pack.rd3DwB/_new 2018-03-31 15:36:17.842972392 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblrdf # -# Copyright (c) 2015 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 @@ -20,9 +20,9 @@ Version: 0.5.0 Release: 0 Summary: A library to Manipulate RDF Files for LADSPA Plug-Ins -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Libraries -Url: https://github.com/swh/LRDF +URL: https://github.com/swh/LRDF Source: https://github.com/swh/LRDF/archive/%{version}.tar.gz Source99: baselibs.conf BuildRequires: ladspa-devel @@ -31,7 +31,6 @@ BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is a library to make it easy to manipulate RDF files describing @@ -75,6 +74,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} make -C examples distclean rm -f examples/.gitignore +rm -rf examples/.deps rm -f examples/Makefile.* %post -n liblrdf2 -p /sbin/ldconfig @@ -83,7 +83,8 @@ %files -n liblrdf2 %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/lib*.so.2* %files devel
