- 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
This commit is contained in:
Stefan Dirsch 2022-11-20 23:00:54 +00:00 committed by Git OBS Bridge
parent 5e80d3ae4e
commit b505d448e0
4 changed files with 19 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8aea0ebe403d62330bb741ed595b53741acf45033d3bda1792f1d4cc3daee023
size 330726

3
libXrandr-1.5.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428
size 282316

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 20 22:58:45 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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