Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hp-drive-guard for openSUSE:Factory 
checked in at 2024-08-27 19:39:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hp-drive-guard (Old)
 and      /work/SRC/openSUSE:Factory/.hp-drive-guard.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hp-drive-guard"

Tue Aug 27 19:39:45 2024 rev:20 rq:1196300 version:0.3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/hp-drive-guard/hp-drive-guard.changes    
2024-02-22 21:00:18.403091589 +0100
+++ /work/SRC/openSUSE:Factory/.hp-drive-guard.new.2698/hp-drive-guard.changes  
2024-08-27 19:40:02.482260272 +0200
@@ -1,0 +2,7 @@
+Fri Aug 23 15:19:19 UTC 2024 - Takashi Iwai <ti...@suse.com>
+
+- Fix the build with gcc14:
+  hp-drive-guard-gcc14-fix.patch
+- Move COPYING to license section
+
+-------------------------------------------------------------------

New:
----
  hp-drive-guard-gcc14-fix.patch

BETA DEBUG BEGIN:
  New:- Fix the build with gcc14:
  hp-drive-guard-gcc14-fix.patch
- Move COPYING to license section
BETA DEBUG END:

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

Other differences:
------------------
++++++ hp-drive-guard.spec ++++++
--- /var/tmp/diff_new_pack.1NOo9e/_old  2024-08-27 19:40:02.962280592 +0200
+++ /var/tmp/diff_new_pack.1NOo9e/_new  2024-08-27 19:40:02.962280592 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hp-drive-guard
 #
-# Copyright (c) 2017 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -60,7 +60,7 @@
 Version:        0.3.12
 Release:        0
 Summary:        HP DriveGuard for SUSE
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Hardware/Mobile
 Source:         hp-drive-guard-%{version}.tar.bz2
 Source1:        hp-drive-guard.service
@@ -68,7 +68,8 @@
 Patch2:         0002-Fix-build-with-the-new-libnotify.patch
 Patch3:         use-new-polkit.diff
 Patch4:         use-gtk3.diff
-Url:            http://www.gnome.org
+Patch5:         hp-drive-guard-gcc14-fix.patch
+URL:            http://www.gnome.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -82,6 +83,7 @@
     Hans Petter Jansson <h...@suse.com>
 
 %lang_package
+
 %prep
 %setup -q
 %patch -P 1 -p1
@@ -92,6 +94,7 @@
 %if %{use_gtk3}
 %patch -P 4 -p1
 %endif
+%patch -P 5 -p1
 
 %if %use_upower
 %define pm_method      upower
@@ -156,7 +159,8 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%license COPYING
 %config(noreplace) /etc/*.conf
 %{_bindir}/*
 %{_sbindir}/*

++++++ hp-drive-guard-gcc14-fix.patch ++++++
---
 src/client.c |    1 +
 1 file changed, 1 insertion(+)

--- a/src/client.c
+++ b/src/client.c
@@ -46,6 +46,7 @@
 
 #include "../config.h"
 #include "common.h"
+#include "serverconfig.h"
 
 #define DBUS_RETRY_INTERVAL_S 10
 

Reply via email to