From b505d448e0f830336f0517a767701c2c1be41813a94b9a73209c72901dfcc10b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 20 Nov 2022 23:00:54 +0000 Subject: [PATCH] - Update to version 1.5.3 * Fix spelling/wording issues * gitlab CI: add a basic build test * Xrandr.h: remove misleading comment for XRRGetScreenSizeRange() * XRRGetProviderInfo: Remove unneeded ProviderInfoExtra * Variable scope reductions as recommended by cppcheck * Remove unnecessary casts of return values from malloc() OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXrandr?expand=0&rev=31 --- libXrandr-1.5.2.tar.bz2 | 3 --- libXrandr-1.5.3.tar.xz | 3 +++ libXrandr.changes | 11 +++++++++++ libXrandr.spec | 10 +++++----- 4 files changed, 19 insertions(+), 8 deletions(-) delete mode 100644 libXrandr-1.5.2.tar.bz2 create mode 100644 libXrandr-1.5.3.tar.xz diff --git a/libXrandr-1.5.2.tar.bz2 b/libXrandr-1.5.2.tar.bz2 deleted file mode 100644 index 634cfd5..0000000 --- a/libXrandr-1.5.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023 -size 330726 diff --git a/libXrandr-1.5.3.tar.xz b/libXrandr-1.5.3.tar.xz new file mode 100644 index 0000000..16b83a0 --- /dev/null +++ b/libXrandr-1.5.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428 +size 282316 diff --git a/libXrandr.changes b/libXrandr.changes index 69553e8..e1682ce 100644 --- a/libXrandr.changes +++ b/libXrandr.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 20 22:58:45 UTC 2022 - Stefan Dirsch + +- Update to version 1.5.3 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * Xrandr.h: remove misleading comment for XRRGetScreenSizeRange() + * XRRGetProviderInfo: Remove unneeded ProviderInfoExtra + * Variable scope reductions as recommended by cppcheck + * Remove unnecessary casts of return values from malloc() + ------------------------------------------------------------------- Fri Mar 22 11:00:39 UTC 2019 - Stefan Dirsch diff --git a/libXrandr.spec b/libXrandr.spec index 070abd1..b21141c 100644 --- a/libXrandr.spec +++ b/libXrandr.spec @@ -1,7 +1,7 @@ # # spec file for package libXrandr # -# Copyright (c) 2019 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,22 +12,22 @@ # 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: libXrandr %define lname libXrandr2 -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: X Resize, Rotate and Reflection extension library License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ +URL: http://xorg.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXrandr #Git-Web: http://cgit.freedesktop.org/xorg/lib/libXrandr/ -Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2 +Source: http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build