Hello community, here is the log from the commit of package xrandr for openSUSE:Factory checked in at 2019-08-24 18:40:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrandr (Old) and /work/SRC/openSUSE:Factory/.xrandr.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrandr" Sat Aug 24 18:40:28 2019 rev:14 rq:724820 version:1.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xrandr/xrandr.changes 2017-11-23 09:35:13.328637403 +0100 +++ /work/SRC/openSUSE:Factory/.xrandr.new.7948/xrandr.changes 2019-08-24 18:40:29.521791461 +0200 @@ -1,0 +2,26 @@ +Tue Aug 20 12:52:59 UTC 2019 - Stefan Dirsch <[email protected]> + +- update to version 1.5.1 + * Update configure.ac bug URL for gitlab migration + * autogen: add default patch prefix + * autogen.sh: use exec instead of waiting for configure to finish init the name to 0 + * autogen.sh: use quoted string variables + * xrandr: fix crash if some modes cannot be found + * xrandr: document that we accept '--dpi output' + * xrandr: suppress misleading indentation warning + * xrandr: allow a single value for --scale + * xrandr: stricter --scale argument parsing + * xrandr.man: grammar tuning + * xrandr: allow single value for --gamma + * xrandr.man: document the monitor manipulation options + * xrandr: gamma and scaling factors must be positive + * xrandr: Add a "--filter" flag + * xrandr: Fix deleting inactive monitors + * man: Document the new --filter option + * Document format of --dpi option in non-ambiguous way + * Document that --dpi and --fbmm options set DPI of whole X screen + * Update README for gitlab migration +- superseded U_xrandr_suppress-misleading-indentation-warning.patch, + U_xrandr_add-filter-flag.patch + +------------------------------------------------------------------- Old: ---- U_xrandr_add-filter-flag.patch U_xrandr_suppress-misleading-indentation-warning.patch xrandr-1.5.0.tar.bz2 New: ---- xrandr-1.5.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrandr.spec ++++++ --- /var/tmp/diff_new_pack.7GywdA/_old 2019-08-24 18:40:29.881791427 +0200 +++ /var/tmp/diff_new_pack.7GywdA/_new 2019-08-24 18:40:29.881791427 +0200 @@ -1,7 +1,7 @@ # # spec file for package xrandr # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # 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: xrandr -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Primitive command line interface to RandR extension License: MIT Group: System/X11/Utilities Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz # PATCH-FEATURE-UPSTREAM xrandr-print-outputs-per-provider.patch [email protected] - Make the --listproviders option also print which outputs are supported by each provider Patch1: xrandr-print-outputs-per-provider.patch -Patch2: U_xrandr_suppress-misleading-indentation-warning.patch -Patch3: U_xrandr_add-filter-flag.patch BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 @@ -49,8 +47,6 @@ %prep %setup -q %patch1 -p1 -%patch2 -p1 -%patch3 -p1 %build %configure @@ -63,7 +59,7 @@ %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%doc ChangeLog COPYING README.md %{_bindir}/xrandr %{_mandir}/man1/xrandr.1%{?ext_man}
