Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdriinfo for openSUSE:Factory checked in at 2023-01-01 09:38:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdriinfo (Old) and /work/SRC/openSUSE:Factory/.xdriinfo.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdriinfo" Sun Jan 1 09:38:37 2023 rev:5 rq:1045895 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xdriinfo/xdriinfo.changes 2018-03-08 10:58:35.302974126 +0100 +++ /work/SRC/openSUSE:Factory/.xdriinfo.new.1563/xdriinfo.changes 2023-01-01 09:38:41.758725160 +0100 @@ -1,0 +2,11 @@ +Wed Dec 28 12:44:22 UTC 2022 - Dirk Müller <[email protected]> + +- update to 1.0.7: + * Ensure screenNum is always initialized + * Variable scope reduction + * Build xz tarballs instead of bzip2 + * Update configure.ac bug URL for gitlab migration + * Update README for gitlab migration +- spec file modernization + +------------------------------------------------------------------- Old: ---- xdriinfo-1.0.6.tar.bz2 xdriinfo-1.0.6.tar.bz2.sig New: ---- xdriinfo-1.0.7.tar.xz xdriinfo-1.0.7.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdriinfo.spec ++++++ --- /var/tmp/diff_new_pack.jlV211/_old 2023-01-01 09:38:42.342728354 +0100 +++ /var/tmp/diff_new_pack.jlV211/_new 2023-01-01 09:38:42.346728376 +0100 @@ -1,7 +1,7 @@ # # spec file for package xdriinfo # -# Copyright (c) 2018 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,21 +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: xdriinfo -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Query configuration information of DRI drivers License: MIT Group: System/X11/Utilities -Url: https://wiki.freedesktop.org/dri/ -Source0: http://ftp.x.org/pub/individual/app/%{name}-%{version}.tar.bz2 -Source1: http://ftp.x.org/pub/individual/app/%{name}-%{version}.tar.bz2.sig +URL: https://wiki.freedesktop.org/dri/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz +Source1: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glproto) BuildRequires: pkgconfig(x11) @@ -43,15 +43,15 @@ %build %configure --x-includes=%{_includedir} --x-libraries=%{_libdir} -make %{?_smp_mflags} V=1 +%make_build %install %make_install %files -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog README +%license COPYING +%doc AUTHORS ChangeLog README.md %{_bindir}/xdriinfo -%{_mandir}/man1/xdriinfo.1%{ext_man} +%{_mandir}/man1/xdriinfo.1%{?ext_man} %changelog
