Hello community,

here is the log from the commit of package dhtest for openSUSE:Factory checked 
in at 2020-06-22 17:45:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhtest (Old)
 and      /work/SRC/openSUSE:Factory/.dhtest.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhtest"

Mon Jun 22 17:45:19 2020 rev:2 rq:816043 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhtest/dhtest.changes    2018-12-12 
17:28:00.594912995 +0100
+++ /work/SRC/openSUSE:Factory/.dhtest.new.2956/dhtest.changes  2020-06-22 
17:45:35.609787100 +0200
@@ -1,0 +2,5 @@
+Sun Jun  7 20:12:12 UTC 2020 - Martin Hauke <[email protected]>
+
+- Set CFLAGS+=-fcommon
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhtest.spec ++++++
--- /var/tmp/diff_new_pack.5iGtIY/_old  2020-06-22 17:45:36.325789398 +0200
+++ /var/tmp/diff_new_pack.5iGtIY/_new  2020-06-22 17:45:36.325789398 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package dhtest
 #
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2018, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,7 +13,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/
 #
 
 
@@ -20,9 +21,9 @@
 Version:        1.5
 Release:        0
 Summary:        A DHCP client simulation tool
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Diagnostic
-Url:            https://github.com/saravana815
+URL:            https://github.com/saravana815
 #Git-Clone:     https://github.com/saravana815/dhtest.git
 Source:         
https://github.com/saravana815/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
@@ -35,7 +36,7 @@
 %setup -q
 
 %build
-make CFLAGS='%{optflags}' %{?_smp_mflags}
+make CFLAGS='%{optflags} -fcommon' %{?_smp_mflags}
 
 %install
 install -Dpm 0755 dhtest %{buildroot}/%{_sbindir}/dhtest


Reply via email to