Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:Factory 
checked in at 2018-03-08 10:51:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit-Qt (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit-Qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit-Qt"

Thu Mar  8 10:51:09 2018 rev:13 rq:582927 version:0.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit-Qt/PackageKit-Qt.changes      
2017-02-15 10:02:52.526031639 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit-Qt.new/PackageKit-Qt.changes 
2018-03-08 10:51:11.350967053 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 11:50:11 UTC 2018 - [email protected]
+
+- Use SPDX3.0 license tags and package COPYING as %license.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PackageKit-Qt.spec ++++++
--- /var/tmp/diff_new_pack.nVVEbK/_old  2018-03-08 10:51:12.386929758 +0100
+++ /var/tmp/diff_new_pack.nVVEbK/_new  2018-03-08 10:51:12.390929614 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package PackageKit-Qt
 #
-# 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
@@ -17,17 +17,17 @@
 
 
 %define libpk   libpackagekitqt5-0
-
 Name:           PackageKit-Qt
 Version:        0.9.6
 Release:        0
 Summary:        Simple software installation management software
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/Daemons
-Url:            http://packagekit.org/
+URL:            http://packagekit.org/
 Source:         
http://www.freedesktop.org/software/PackageKit/releases/%{name}-%{version}.tar.xz
 BuildRequires:  PackageKit-devel >= %{version}
 BuildRequires:  cmake
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5DBus)
 BuildRequires:  pkgconfig(Qt5Sql)
@@ -67,31 +67,30 @@
 suck less.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 mkdir build
 cd build
+# FIXME: you should use %%cmake macros
 cmake \
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
   ..
-make %{?smp_mflags}
+make %{?_smp_mflags}
 
 %install
 cd build
 %make_install
 
 %post -n %{libpk} -p /sbin/ldconfig
-
 %postun -n %{libpk} -p /sbin/ldconfig
 
 %files -n %{libpk}
-%defattr(-,root,root)
-%doc COPYING NEWS AUTHORS
+%license COPYING
+%doc NEWS AUTHORS
 %{_libdir}/libpackagekitqt?.so.*
 
 %files devel
-%defattr(-,root,root)
 %doc TODO MAINTAINERS
 %{_libdir}/libpackagekitqt5.so
 %{_libdir}/cmake/packagekitqt5/


Reply via email to