Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-video-voodoo for
openSUSE:Factory checked in at 2023-01-01 09:38:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-voodoo (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-voodoo.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-voodoo"
Sun Jan 1 09:38:41 2023 rev:10 rq:1045914 version:1.2.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-voodoo/xf86-video-voodoo.changes
2015-02-10 20:17:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-video-voodoo.new.1563/xf86-video-voodoo.changes
2023-01-01 09:38:46.446750801 +0100
@@ -1,0 +2,17 @@
+Sun Dec 18 15:32:28 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 1.2.6:
+ * Remove miInitializeBackingStore
+ Stop using deprecated xf86PciInfo.h
+ Fix spelling/wording issues
+ Build xz tarballs instead of bzip2
+ Update configure.ac bug URL for gitlab migration
+ autogen: add default patch prefix
+ autogen.sh: use quoted string variables
+ autogen.sh: use exec instead of waiting for configure to finish
+ autogen.sh: Honor NOCONFIGURE=1
+ configure: Drop AM_MAINTAINER_MODE
+ don't use PCITAG in struct anymore
+- drop U_don-t-use-PCITAG-in-struct-anymore.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
U_don-t-use-PCITAG-in-struct-anymore.patch
xf86-video-voodoo-1.2.5.tar.bz2
New:
----
xf86-video-voodoo-1.2.6.tar.xz
xf86-video-voodoo-1.2.6.tar.xz.sig
xf86-video-voodoo.keyring
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-voodoo.spec ++++++
--- /var/tmp/diff_new_pack.DGPKqO/_old 2023-01-01 09:38:46.926753427 +0100
+++ /var/tmp/diff_new_pack.DGPKqO/_new 2023-01-01 09:38:46.930753448 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-video-voodoo
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
# 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/
#
Name: xf86-video-voodoo
-Version: 1.2.5
+Version: 1.2.6
Release: 0
Summary: Voodoo 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
-Patch0: U_don-t-use-PCITAG-in-struct-anymore.patch
-BuildRequires: pkg-config
+URL: https://xorg.freedesktop.org/
+Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.xz
+Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.xz.sig
+Source2: xf86-video-voodoo.keyring
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(fontsproto)
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
BuildRequires: pkgconfig(randrproto)
@@ -38,9 +39,8 @@
Supplements: modalias(xorg-x11-server:pci:v0000121Ad*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
voodoo is an Xorg driver for Voodoo 1 and Voodoo 2 series video cards.
@@ -78,21 +78,20 @@
%prep
%setup -q
-%patch0 -p1
%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/voodoo_drv.so
-%{_datadir}/man/man4/voodoo.4%{?ext_man}
+%{_mandir}/man4/voodoo.4%{?ext_man}
%changelog