Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:Factory 
checked in at 2021-07-28 19:19:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit-Qt (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit-Qt.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit-Qt"

Wed Jul 28 19:19:34 2021 rev:17 rq:908597 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit-Qt/PackageKit-Qt.changes      
2020-08-23 09:20:42.234669313 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit-Qt.new.1899/PackageKit-Qt.changes    
2021-07-28 19:19:56.571643169 +0200
@@ -1,0 +2,7 @@
+Sat Jul 17 21:59:24 UTC 2021 - Christopher Yeleighton <giecr...@stegny.2a.pl>
+
+- Fix package URL
+- Package README.md
+- Rename devel to %{pkqt}-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ PackageKit-Qt.spec ++++++
--- /var/tmp/diff_new_pack.oojo8t/_old  2021-07-28 19:19:57.035642560 +0200
+++ /var/tmp/diff_new_pack.oojo8t/_new  2021-07-28 19:19:57.039642555 +0200
@@ -16,14 +16,15 @@
 #
 
 
-%define libpk   libpackagekitqt5-1
+%define pkqt   packagekitqt5
+%define major 1
 Name:           PackageKit-Qt
 Version:        1.0.2
 Release:        0
 Summary:        Simple software installation management software
 License:        LGPL-2.1-or-later
 Group:          System/Daemons
-URL:            http://packagekit.org/
+URL:            https://github.com/hughsie/PackageKit-Qt
 Source:         
https://github.com/hughsie/PackageKit-Qt/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM boo#1103678
 Patch4:         
0001-Fix-PackageKit-not-emitting-network-state-changed-signal.patch
@@ -41,27 +42,29 @@
 use some of the latest technology like PolicyKit to make the process
 suck less.
 
-%package -n %{libpk}
+%package -n lib%{pkqt}-%{major}
 Summary:        Simple software installation management software
 Group:          System/Libraries
 
-%description -n %{libpk}
+%description -n lib%{pkqt}-%{major}
 PackageKit is a system designed to make installing and updating
 software on your computer easier.  The primary design goal is to unify
 all the software graphical tools used in different distributions, and
 use some of the latest technology like PolicyKit to make the process
 suck less.
 
-%package devel
+%package -n %{pkqt}-devel
 Summary:        Simple software installation management software
 Group:          Development/Libraries/C and C++
-Requires:       %{libpk} = %{version}
+Requires:       lib%{pkqt}-%{major} = %{version}
 # PackageKit-Qt used to be Qt4 based until 0.9.6; then it turned into a Qt5 
package (no more Qt4 support)
 # For this reason, we now have to obsolete the former 2nd spec file names
-Provides:       PackageKit-Qt5-devel = %{version}
-Obsoletes:      PackageKit-Qt5-devel < %{version}
+Provides:       %{name}-devel = %{version}
+Obsoletes:      %{name}-devel < %{version}
+Provides:       %{name}5-devel = %{version}
+Obsoletes:      %{name}5-devel < %{version}
 
-%description devel
+%description -n %{pkqt}-devel
 PackageKit is a system designed to make installing and updating
 software on your computer easier.  The primary design goal is to unify
 all the software graphical tools used in different distributions, and
@@ -85,15 +88,15 @@
 cd build
 %make_install
 
-%post -n %{libpk} -p /sbin/ldconfig
-%postun -n %{libpk} -p /sbin/ldconfig
+%post -n lib%{pkqt}-%{major} -p /sbin/ldconfig
+%postun -n lib%{pkqt}-%{major} -p /sbin/ldconfig
 
-%files -n %{libpk}
+%files -n lib%{pkqt}-%{major}
 %license COPYING
-%doc NEWS AUTHORS
+%doc NEWS AUTHORS README.md
 %{_libdir}/libpackagekitqt5.so.*
 
-%files devel
+%files -n %{pkqt}-devel
 %doc TODO MAINTAINERS
 %{_libdir}/libpackagekitqt5.so
 %{_libdir}/cmake/packagekitqt5/

Reply via email to