Hello community,
here is the log from the commit of package deepin-qt-dbus-factory for
openSUSE:Factory checked in at 2019-03-26 15:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-qt-dbus-factory (Old)
and /work/SRC/openSUSE:Factory/.deepin-qt-dbus-factory.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-qt-dbus-factory"
Tue Mar 26 15:45:25 2019 rev:4 rq:688578 version:1.0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/deepin-qt-dbus-factory/deepin-qt-dbus-factory.changes
2019-03-05 12:26:11.668828394 +0100
+++
/work/SRC/openSUSE:Factory/.deepin-qt-dbus-factory.new.25356/deepin-qt-dbus-factory.changes
2019-03-26 15:45:29.392080020 +0100
@@ -1,0 +2,6 @@
+Mon Mar 25 20:57:33 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Use Qt5DBus instead of adding a dependency on Qt4.
+- Run spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ deepin-qt-dbus-factory.spec ++++++
--- /var/tmp/diff_new_pack.iXGcdI/_old 2019-03-26 15:45:29.916079768 +0100
+++ /var/tmp/diff_new_pack.iXGcdI/_new 2019-03-26 15:45:29.916079768 +0100
@@ -1,7 +1,7 @@
#
# spec file for package deepin-qt-dbus-factory
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,37 +12,36 @@
# 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/
#
%define libver 2
%define _name dde-qt-dbus-factory
-
Name: deepin-qt-dbus-factory
Version: 1.0.6
Release: 0
Summary: A repository storing auto-generated Qt5 D-Bus code
License: GPL-3.0-only
Group: Development/Libraries/C and C++
-Url: https://github.com/linuxdeepin/dde-qt-dbus-factory
+URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
Source:
https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/%{version}/%{_name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtbase-private-headers-devel
BuildRequires: libqt5-qtdeclarative-devel
BuildRequires: libqt5-qttools-devel
+BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: pkgconfig(Qt5Core)
+BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5WebKit)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
-BuildRequires: pkgconfig(QtDBus)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
dde-qt-dbus-factory is a repository storing auto-generated Qt5 D-Bus
@@ -83,16 +82,14 @@
%qmake5_install
%post -n libdframeworkdbus%{libver} -p /sbin/ldconfig
-
%postun -n libdframeworkdbus%{libver} -p /sbin/ldconfig
%files -n libdframeworkdbus%{libver}
-%doc README LICENSE
-%defattr(-,root,root)
+%license LICENSE
+%doc README
%{_libdir}/libdframeworkdbus.so.*
%files -n libdframeworkdbus-devel
-%defattr(-,root,root)
%{_includedir}/libdframeworkdbus-*
%{_libdir}/libdframeworkdbus.so
%dir %{_libdir}/cmake/DFrameworkdbus