- Update to version 1.1.6
* Update configure.ac bug URL for gitlab migration * Fix spelling/wording issues * gitlab CI: add a basic build test * Variable scope reduction as recommended by cppcheck * Mark two dpy parameters const as suggested by cppcheck * XDamageCloseDisplay: Mark codes as unused * Remove unnecessary casts from malloc() and free() calls * Handle -Wconversion warnings from clang * Handle -Wshorten-64-to-32 warnings from clang OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXdamage?expand=0&rev=17
This commit is contained in:
parent
b6b84dd3ce
commit
4cbef93502
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b734068643cac3b5f3d2c8279dd366b5bf28c7219d9e9d8717e1383995e0ea45
|
|
||||||
size 303750
|
|
BIN
libXdamage-1.1.6.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXdamage-1.1.6.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 10:25:43 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.1.6
|
||||||
|
* Update configure.ac bug URL for gitlab migration
|
||||||
|
* Fix spelling/wording issues
|
||||||
|
* gitlab CI: add a basic build test
|
||||||
|
* Variable scope reduction as recommended by cppcheck
|
||||||
|
* Mark two dpy parameters const as suggested by cppcheck
|
||||||
|
* XDamageCloseDisplay: Mark codes as unused
|
||||||
|
* Remove unnecessary casts from malloc() and free() calls
|
||||||
|
* Handle -Wconversion warnings from clang
|
||||||
|
* Handle -Wshorten-64-to-32 warnings from clang
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 14:01:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Mar 11 14:01:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXdamage
|
# spec file for package libXdamage
|
||||||
#
|
#
|
||||||
# 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: libXdamage
|
Name: libXdamage
|
||||||
%define lname libXdamage1
|
%define lname libXdamage1
|
||||||
Version: 1.1.5
|
Version: 1.1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Damage Extension library
|
Summary: X Damage Extension library
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://wiki.freedesktop.org/wiki/Software/XDamage
|
URL: http://wiki.freedesktop.org/wiki/Software/XDamage
|
||||||
|
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXdamage
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXdamage/
|
||||||
Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.bz2
|
Source: http://xorg.freedesktop.org/archive/individual/lib/%name-%version.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#git#BuildRequires: autoconf >= 2.60
|
#git#BuildRequires: autoconf >= 2.60
|
||||||
|
Loading…
Reference in New Issue
Block a user