Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package snorenotify-qt5 for openSUSE:Factory
checked in at 2024-02-20 21:16:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snorenotify-qt5 (Old)
and /work/SRC/openSUSE:Factory/.snorenotify-qt5.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snorenotify-qt5"
Tue Feb 20 21:16:41 2024 rev:4 rq:1148320 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/snorenotify-qt5/snorenotify-qt5.changes
2016-06-20 11:07:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.snorenotify-qt5.new.1706/snorenotify-qt5.changes
2024-02-20 21:16:42.531161202 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 17:59:18 UTC 2024 - Christophe Marin <[email protected]>
+
+- Spec cleanup. Switch to %autosetup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ snorenotify-qt5.spec ++++++
--- /var/tmp/diff_new_pack.ZnTvYz/_old 2024-02-20 21:16:43.111182241 +0100
+++ /var/tmp/diff_new_pack.ZnTvYz/_new 2024-02-20 21:16:43.111182241 +0100
@@ -1,7 +1,7 @@
#
# spec file for package snorenotify-qt5
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,65 +12,58 @@
# 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/
#
-Name: snorenotify-qt5
%define rname snorenotify
+Name: snorenotify-qt5
Version: 0.7.0
Release: 0
Summary: Snorenotify is a multi platform Qt based notification framework
-License: LGPL-3.0
-Group: System/Libraries
-Url: https://github.com/KDE/snorenotify
+License: LGPL-3.0-only
+URL: https://github.com/KDE/snorenotify
Source: %{rname}-%{version}.tar.gz
-#PATCH-FIX-UPSTREAM fix_desktop_files.patch
+# PATCH-FIX-UPSTREAM fix_desktop_files.patch
Patch0: fix_desktop_files.patch
BuildRequires: doxygen
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
-BuildRequires: kf5-filesystem
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5Network)
BuildRequires: pkgconfig(Qt5Quick)
-%if 0%{?suse_version} >= 1330
-BuildRequires: pkgconfig(Qt5WebSockets)
-%endif
BuildRequires: pkgconfig(Qt5Widgets)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Snorenotify is a multi platform Qt based notification framework. Using a
plugin system it is possible to create notifications with many different
notification systems on Windows, Unix and Mac.
%package devel
Summary: Snorenotify is a multi platform Qt based notification framework
-Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
Snorenotify is a multi platform Qt based notification framework. Using a
plugin system it is possible to create notifications with many different
notification systems on Windows, Unix and Mac.
%prep
-%setup -q -n %{rname}-%{version}
-%patch0 -p1
+%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf5 -d build -- -DWITH_QT4=OFF -DWITH_FREEDESKTOP_FRONTEND=ON
-%make_jobs
+%cmake_build
%install
%kf5_makeinstall -C build
+
%fdupes %{buildroot}
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%ldconfig_scriptlets
%files
-%defattr(-,root,root)
-%doc README.md COPYING*
+%license COPYING*
+%doc README.md
%{_bindir}/snorenotify
%{_bindir}/snoresend
%{_bindir}/snoresettings
@@ -84,8 +77,7 @@
%{_libdir}/qt5/plugins/libsnore-qt5/libsnore*
%files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%{_includedir}/libsnore/
%{_libdir}/cmake/libsnoreQt5/
%{_libdir}/cmake/libsnoresettingsQt5/