Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package usbview for openSUSE:Factory checked 
in at 2022-01-24 23:09:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/usbview (Old)
 and      /work/SRC/openSUSE:Factory/.usbview.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "usbview"

Mon Jan 24 23:09:36 2022 rev:17 rq:948385 version:3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/usbview/usbview.changes  2013-06-29 
14:52:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.usbview.new.1938/usbview.changes        
2022-01-24 23:09:37.426909794 +0100
@@ -1,0 +2,43 @@
+Mon Jan 24 11:30:54 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop polkit (Build)Requires: without a polkit pkexec file, we
+  also do not have to rely on polkit.
+- Pass --disable-polkit to configure instead of letting make
+  install copy a file which we later delete again.
+
+-------------------------------------------------------------------
+Mon Jan 24 10:48:34 UTC 2022 - Marcus Meissner <meiss...@suse.com>
+
+- explicitly remove unneeded polkit pkexec file (bsc#1194300).
+
+-------------------------------------------------------------------
+Sat Jan 22 19:49:27 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 3.0:
+  - remove need for debugfs/usbdevfs/usbfs file entirely, rely only on
+    sysfs now.  This removes the need to run the program as root, which
+    should have never happened.
+  - added SPDX identifiers and .spdx file to make packaging easier for
+   others.
+
+-------------------------------------------------------------------
+Fri Jan 21 14:20:01 UTC 2022 - Marcus Meissner <meiss...@suse.com>
+
+- update to 2.2:
+  - security issue fixed with polkit (CVE-2022-23220 bsc#1194300).
+  - copyright year fixups and updates
+  - tooltip added to explain red devices have no attached drivers
+
+-------------------------------------------------------------------
+Mon Dec 20 23:22:34 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.1:
+  - build warnings fixed
+  - increased max number of interfaces allowed, fixing problem with some
+    USB sound devices.
+  - autogen.sh added
+  - LICENSES directory added and license moved to it
+  - SPDX license headers added
+  - policykit support added
+
+-------------------------------------------------------------------

Old:
----
  usbview-2.0.tar.gz

New:
----
  v3.0.tar.gz

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

Other differences:
------------------
++++++ usbview.spec ++++++
--- /var/tmp/diff_new_pack.MFPIjm/_old  2022-01-24 23:09:38.102905174 +0100
+++ /var/tmp/diff_new_pack.MFPIjm/_new  2022-01-24 23:09:38.110905119 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package usbview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,23 @@
 # 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:           usbview
-Version:        2.0
+Version:        3.0
 Release:        0
 Summary:        USB Topology and Device Viewer
-License:        GPL-2.0+
+License:        GPL-2.0-only
 Group:          Hardware/Other
-Url:            http://www.kroah.com/linux-usb/
-Source:         http://www.kroah.com/linux-usb/%{name}-%{version}.tar.gz
-Source1:        %name.desktop
+URL:            https://github.com/gregkh/usbview
+Source:         
https://github.com/gregkh/usbview/archive/refs/tags/v%{version}.tar.gz
+Source1:        %{name}.desktop
+BuildRequires:  ImageMagick
+BuildRequires:  automake
 BuildRequires:  gtk3-devel
 BuildRequires:  update-desktop-files
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 USBView is a GTK program that displays the topography of the devices
@@ -35,27 +36,23 @@
 information on each of the devices. This can be useful to determine if
 a device is working properly.
 
-
-
-Authors:
---------
-    Greg Kroah-Hartman <g...@kroah.com>
-
 %prep
 %setup -q
 
 %build
-%configure
+sh autogen.sh
+%configure --disable-polkit
 
 %install
-%makeinstall
-%suse_update_desktop_file -i %name System Monitor
+%make_install
+%suse_update_desktop_file -i %{name} System Monitor
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING* README TODO
+%license LICENSES/GPL-2.0-only.txt
+%doc ChangeLog README
 %{_bindir}/usbview
 %{_datadir}/applications/*.desktop
-%doc %{_mandir}/man?/*.*
+%{_datadir}/icons/hicolor/*/apps/usbview.*
+%{_mandir}/man?/*.*
 
 %changelog

Reply via email to