Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-video-vesa for openSUSE:Factory
checked in at 2021-05-05 20:39:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-vesa (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-vesa.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-vesa"
Wed May 5 20:39:22 2021 rev:17 rq:889862 version:2.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-vesa/xf86-video-vesa.changes
2020-09-21 17:11:53.655378988 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-vesa.new.2988/xf86-video-vesa.changes
2021-05-05 20:39:22.975075399 +0200
@@ -1,0 +2,5 @@
+Tue Apr 6 02:07:18 UTC 2021 - Dirk M??ller <[email protected]>
+
+- modernize spec file (move license to licensedir)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-vesa.spec ++++++
--- /var/tmp/diff_new_pack.8pc7IJ/_old 2021-05-05 20:39:23.419073493 +0200
+++ /var/tmp/diff_new_pack.8pc7IJ/_new 2021-05-05 20:39:23.419073493 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-vesa
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -16,20 +16,21 @@
#
+%{?x11_abi_has_dpms_get_capabilities: %{x11_abi_has_dpms_get_capabilities}}
Name: xf86-video-vesa
Version: 2.5.0
Release: 0
Summary: Generic VESA 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
-Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
+URL: https://xorg.freedesktop.org/
+Source0:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Patch1: u_Restore-palette-on-LeaveVT.patch
Patch2:
u_DPMS-Query-DPMS-capabilites-and-query-current-state-before-changing.patch
Patch3: u_DPMS-Check-for-broken-DPMSGet.patch
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.10
BuildRequires: pkgconfig(randrproto)
@@ -41,10 +42,8 @@
Supplements: xorg-x11-server
# 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_has_dpms_get_capabilities: %x11_abi_has_dpms_get_capabilities}
+%{x11_abi_videodrv_req}
%description
vesa is an Xorg driver for Generic VESA video cards.
@@ -61,17 +60,17 @@
%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.md
+%license COPYING
+%doc ChangeLog README.md
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/vesa_drv.so
-%{_datadir}/man/man4/vesa.4%{?ext_man}
+%{_mandir}/man4/vesa.4%{?ext_man}
%changelog