Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package glyr for openSUSE:Factory checked in at 2021-05-01 00:46:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/glyr (Old) and /work/SRC/openSUSE:Factory/.glyr.new.1947 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "glyr" Sat May 1 00:46:45 2021 rev:20 rq:889477 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/glyr/glyr.changes 2017-02-03 17:40:55.469326986 +0100 +++ /work/SRC/openSUSE:Factory/.glyr.new.1947/glyr.changes 2021-05-01 00:46:48.191424077 +0200 @@ -1,0 +2,6 @@ +Fri Apr 30 02:44:25 UTC 2021 - [email protected] + +- Use %cmake_build and %license macros. +- Set License to LGPL-3.0-or-later. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ glyr.spec ++++++ --- /var/tmp/diff_new_pack.vTZHXq/_old 2021-05-01 00:46:48.703421797 +0200 +++ /var/tmp/diff_new_pack.vTZHXq/_new 2021-05-01 00:46:48.703421797 +0200 @@ -1,7 +1,7 @@ # # spec file for package glyr # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,9 +22,9 @@ Version: 1.0.10 Release: 0 Summary: Search engine for music related metadata -License: LGPL-3.0 +License: LGPL-3.0-or-later Group: Productivity/Networking/Web/Utilities -Url: https://github.com/sahib/glyr +URL: https://github.com/sahib/glyr Source0: https://github.com/sahib/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source100: baselibs.conf # PATCH-FIX-OPENSUSE glyr-date-n-time.patch [email protected] -- remove __DATE__ and __TIME__ that causes the package to rebuild when not needed @@ -97,7 +97,7 @@ %build %cmake -make %{?_smp_mflags} VERBOSE=1 +%cmake_build %install %cmake_install @@ -108,17 +108,19 @@ %files -n glyrc %defattr(-,root,root,-) -%doc AUTHORS COPYING README.textile state_of_providers.txt +%license COPYING +%doc AUTHORS README.textile state_of_providers.txt %{_bindir}/glyrc %files -n lib%{name}%{major} %defattr(-,root,root,-) -%doc COPYING +%license COPYING %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) -%doc AUTHORS COPYING README.textile state_of_providers.txt +%license COPYING +%doc AUTHORS README.textile state_of_providers.txt %doc src/examples %{_includedir}/%{name}/ %{_libdir}/*.so
