Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xf86-video-mach64 for 
openSUSE:Factory checked in at 2021-04-21 21:00:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-mach64 (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-mach64.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-mach64"

Wed Apr 21 21:00:22 2021 rev:14 rq:887247 version:6.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-mach64/xf86-video-mach64.changes      
2018-05-29 10:33:05.710684935 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-mach64.new.12324/xf86-video-mach64.changes
   2021-04-21 21:01:05.478361234 +0200
@@ -1,0 +2,6 @@
+Wed Apr 21 09:06:09 UTC 2021 - Dirk M??ller <dmuel...@suse.com>
+
+- modernize spec file (move license to licensedir) 
+- use https for urls
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-mach64.spec ++++++
--- /var/tmp/diff_new_pack.lKbL2l/_old  2021-04-21 21:01:05.962361996 +0200
+++ /var/tmp/diff_new_pack.lKbL2l/_new  2021-04-21 21:01:05.966362002 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-mach64
 #
-# Copyright (c) 2018 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,10 +22,10 @@
 Summary:        ATI Mach64 series video driver for the Xorg X server
 License:        MIT
 Group:          System/X11/Servers/XF86_4
-Url:            http://xorg.freedesktop.org/
-Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+URL:            https://xorg.freedesktop.org/
+Source0:        
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 BuildRequires:  Mesa-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(libdrm) >= 2.2
 BuildRequires:  pkgconfig(pciaccess) >= 0.12.901
@@ -40,9 +40,8 @@
 Supplements:    modalias(xorg-x11-server:pci:v00001002d*sv*sd*bc03sc*i*)
 # This was part of the xorg-x11-driver-video package up to version 7.6
 Conflicts:      xorg-x11-driver-video <= 7.6
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390 s390x
-%x11_abi_videodrv_req
+%{x11_abi_videodrv_req}
 
 %description
 mach64 is an Xorg driver for ATI Mach64 series video cards.
@@ -52,15 +51,15 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %dir %{_libdir}/xorg/modules/drivers
 %{_libdir}/xorg/modules/drivers/mach64_drv.so
 

Reply via email to