Hello community,

here is the log from the commit of package qqwing for openSUSE:Factory checked 
in at 2018-03-04 12:50:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qqwing (Old)
 and      /work/SRC/openSUSE:Factory/.qqwing.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qqwing"

Sun Mar  4 12:50:29 2018 rev:5 rq:581541 version:1.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/qqwing/qqwing.changes    2015-09-08 
17:44:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qqwing.new/qqwing.changes       2018-03-04 
12:50:31.008154462 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:39:02 UTC 2018 - [email protected]
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qqwing.spec ++++++
--- /var/tmp/diff_new_pack.txypKJ/_old  2018-03-04 12:50:32.264108691 +0100
+++ /var/tmp/diff_new_pack.txypKJ/_new  2018-03-04 12:50:32.268108545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qqwing
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,15 +21,14 @@
 Version:        1.3.4
 Release:        0
 Summary:        Sudoku solver and generator
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Amusements/Games/Logic
 Url:            http://ostermiller.org/qqwing/
 Source:         http://ostermiller.org/qqwing/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE qqwing-help-compiler.patch [email protected] -- Help 
gcc to realize that this is all options for the switch statement
 Patch0:         qqwing-help-compiler.patch
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 QQwing is a Sudoku puzzle generator and solver. It offers the following 
features.
@@ -77,25 +76,22 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libqqwing2 -p /sbin/ldconfig
-
 %postun -n libqqwing2 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %{_bindir}/qqwing
 %{_mandir}/man1/qqwing.1%{?ext_man}
 
 %files -n libqqwing2
-%defattr(-,root,root)
-%doc README COPYING
+%license COPYING
+%doc README
 %{_libdir}/libqqwing.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/qqwing.hpp
 %{_libdir}/libqqwing.so
 %{_libdir}/pkgconfig/qqwing.pc


Reply via email to