Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xhost for openSUSE:Factory checked 
in at 2021-03-16 15:41:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xhost (Old)
 and      /work/SRC/openSUSE:Factory/.xhost.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xhost"

Tue Mar 16 15:41:44 2021 rev:9 rq:878734 version:1.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/xhost/xhost.changes      2019-02-24 
18:37:22.619362760 +0100
+++ /work/SRC/openSUSE:Factory/.xhost.new.2401/xhost.changes    2021-03-16 
15:43:07.624914531 +0100
@@ -1,0 +2,5 @@
+Fri Mar 12 21:56:53 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- refresh spec file (move license files) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xhost.spec ++++++
--- /var/tmp/diff_new_pack.tegFRa/_old  2021-03-16 15:43:08.100915293 +0100
+++ /var/tmp/diff_new_pack.tegFRa/_new  2021-03-16 15:43:08.104915299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xhost
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 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/
 #
 
 
@@ -22,9 +22,9 @@
 Summary:        Utility to control X server access
 License:        MIT
 Group:          System/X11/Utilities
-Url:            http://xorg.freedesktop.org/
+URL:            https://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xmuu)
@@ -32,7 +32,6 @@
 BuildRequires:  pkgconfig(xproto) >= 7.0.22
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:      xorg-x11 <= 7.6
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 xhost is used to manage the list of host names or user names
@@ -43,14 +42,14 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING README.md
+%license COPYING
+%doc AUTHORS ChangeLog README.md
 %{_bindir}/xhost
 %{_mandir}/man1/xhost.1%{?ext_man}
 

Reply via email to