Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xvidtune for openSUSE:Factory checked in at 2023-02-06 14:15:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xvidtune (Old) and /work/SRC/openSUSE:Factory/.xvidtune.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xvidtune" Mon Feb 6 14:15:27 2023 rev:7 rq:1063332 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xvidtune/xvidtune.changes 2013-01-22 18:16:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xvidtune.new.4462/xvidtune.changes 2023-02-06 14:15:28.560588317 +0100 @@ -1,0 +2,21 @@ +Sun Feb 5 15:18:44 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 1.0.4: + + autogen.sh: + - Add default patch prefix + - Honor NOCONFIGURE=1 + - Use exec instead of waiting for configure to finish + - Use quoted string variables + + Build xz tarballs instead of bzip2 + + configure: Drop AM_MAINTAINER_MODE + + Ensure consistency between the manpage and the output of the -h + option + + gitlab CI: + - Add a basic build test + - Stop requiring Signed-off-by in commits + + Update configure.ac bug URL for gitlab migration + + Update README for gitlab migration + + Use real program name for help message +- Modernize spec. + +------------------------------------------------------------------- Old: ---- xvidtune-1.0.3.tar.bz2 New: ---- xvidtune-1.0.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xvidtune.spec ++++++ --- /var/tmp/diff_new_pack.KGm09t/_old 2023-02-06 14:15:29.060590809 +0100 +++ /var/tmp/diff_new_pack.KGm09t/_new 2023-02-06 14:15:29.064590829 +0100 @@ -1,7 +1,7 @@ # # spec file for package xvidtune # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,19 @@ # 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: xvidtune -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: Video mode tuner for the X server License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: https://xorg.freedesktop.org +Source0: %{url}/releases/individual/app/%{name}-%{version}.tar.xz + BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) @@ -33,25 +34,24 @@ BuildRequires: pkgconfig(xxf86vm) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xvidtune is a client interface to the X server video mode extension (XFree86-VidModeExtension). %prep -%setup -q +%autosetup -p1 %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README.md %{_bindir}/xvidtune %dir %{_datadir}/X11/app-defaults %{_datadir}/X11/app-defaults/Xvidtune