Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-video-fbdev for
openSUSE:Factory checked in at 2021-04-26 16:38:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-fbdev (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-fbdev.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-fbdev"
Mon Apr 26 16:38:25 2021 rev:13 rq:887236 version:0.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-fbdev/xf86-video-fbdev.changes
2018-06-05 12:51:58.999677950 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-video-fbdev.new.12324/xf86-video-fbdev.changes
2021-04-26 16:38:32.497972227 +0200
@@ -1,0 +2,7 @@
+Wed Apr 21 09:03:42 UTC 2021 - Dirk M??ller <[email protected]>
+
+- modernize spec file:
+ * move license to license dir
+ * use spec-cleaner induced cleanups
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-fbdev.spec ++++++
--- /var/tmp/diff_new_pack.8Wez4x/_old 2021-04-26 16:38:32.901972870 +0200
+++ /var/tmp/diff_new_pack.8Wez4x/_new 2021-04-26 16:38:32.905972876 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-fbdev
#
-# 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,9 +22,9 @@
Summary: Framebuffer 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
-BuildRequires: pkg-config
+URL: https://xorg.freedesktop.org/
+Source0:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
BuildRequires: pkgconfig(randrproto)
@@ -36,9 +36,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_videodrv_req}
%description
fbdev is an Xorg driver for framebuffer devices.
@@ -53,17 +52,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
+%license COPYING
+%doc ChangeLog README
%dir %{_libdir}/xorg/modules/drivers
%{_libdir}/xorg/modules/drivers/fbdev_drv.so
-%{_datadir}/man/man4/fbdev.4%{?ext_man}
+%{_mandir}/man4/fbdev.4%{?ext_man}
%changelog