Accepting request 1036997 from X11:XOrg
- 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/request/show/1036997 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXrandr?expand=0&rev=17
This commit is contained in:
commit
2ac29f0d21
@ -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
3
libXrandr-1.5.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:897639014a78e1497704d669c5dd5682d721931a4452c89a7ba62676064eb428
|
||||||
|
size 282316
|
@ -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>
|
Fri Mar 22 11:00:39 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXrandr
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: libXrandr
|
||||||
%define lname libXrandr2
|
%define lname libXrandr2
|
||||||
Version: 1.5.2
|
Version: 1.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Resize, Rotate and Reflection extension library
|
Summary: X Resize, Rotate and Reflection extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
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-Clone: git://anongit.freedesktop.org/xorg/lib/libXrandr
|
||||||
#Git-Web: http://cgit.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
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user