Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package usbauth-notifier for openSUSE:Factory checked in at 2022-05-03 21:19:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbauth-notifier (Old) and /work/SRC/openSUSE:Factory/.usbauth-notifier.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbauth-notifier" Tue May 3 21:19:44 2022 rev:6 rq:974765 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/usbauth-notifier/usbauth-notifier.changes 2021-02-02 14:24:45.535306640 +0100 +++ /work/SRC/openSUSE:Factory/.usbauth-notifier.new.1538/usbauth-notifier.changes 2022-05-03 21:19:53.201067409 +0200 @@ -1,0 +2,6 @@ +Tue May 3 12:42:04 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 1.0.4 + * Fix libexecdir expansion for usbauth-notifier.desktop + +------------------------------------------------------------------- Old: ---- usbauth-notifier-1.0.2.tar.xz New: ---- usbauth-all-1.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbauth-notifier.spec ++++++ --- /var/tmp/diff_new_pack.bYHSA7/_old 2022-05-03 21:19:53.677068005 +0200 +++ /var/tmp/diff_new_pack.bYHSA7/_new 2022-05-03 21:19:53.681068009 +0200 @@ -1,7 +1,7 @@ # # spec file for package usbauth-notifier # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2017-2018 Stefan Koch <stefan.koc...@gmail.com> # Copyright (c) 2015 SUSE LLC. All Rights Reserved. # Author: Stefan Koch <sk...@suse.de> @@ -19,14 +19,15 @@ # +%define _name usbauth-all Name: usbauth-notifier -Version: 1.0.2 +Version: 1.0.4 Release: 0 Summary: Notifier for USB Firewall to use with desktop environments License: GPL-2.0-only Group: System/X11/Utilities -URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier -Source0: %{name}-%{version}.tar.xz +URL: https://github.com/kochstefan/usbauth-all/ +Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz Requires(pre): permissions Requires: usbauth BuildRequires: gettext-runtime @@ -44,9 +45,10 @@ %lang_package %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{_name}-%{version} %build +cd %{name} autoreconf -f -i %configure %make_build @@ -56,11 +58,12 @@ if ! getent group usbauth-notifier>/dev/null; then groupadd -r usbauth-notifier; fi %install -%make_install +%make_install -C %{name} %find_lang %{name} %files -%doc COPYING README +%doc %{name}/README %{name}/CHANGELOG.md +%license %{name}/COPYING %dir /etc/xdg/autostart /etc/xdg/autostart/usbauth-notifier.desktop %verify(not mode) %attr(04750,root,usbauth) %{_libexecdir}/usbauth-npriv