- Update to version 1.2.2
* Fix spelling/wording issues * gitlab CI: add a basic build test * Reformat code to X.Org standard style * Add .git-blame-ignore-revs to hide whitespace commits from git blame * Variable scope reductions * Resolve -Wsign-compare warnings from gcc * Handle implicit conversion warnings from clang * Use calloc instead of malloc to allocate arrays OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXres?expand=0&rev=19
This commit is contained in:
parent
bd3eb7ab8d
commit
ab0aa45d1b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b6e6fb1ebb61610e56017edd928fb89a5f53b3f4f990078309877468663b2b11
|
|
||||||
size 311025
|
|
BIN
libXres-1.2.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libXres-1.2.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 5 10:28:25 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.2
|
||||||
|
* Fix spelling/wording issues
|
||||||
|
* gitlab CI: add a basic build test
|
||||||
|
* Reformat code to X.Org standard style
|
||||||
|
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
|
||||||
|
* Variable scope reductions
|
||||||
|
* Resolve -Wsign-compare warnings from gcc
|
||||||
|
* Handle implicit conversion warnings from clang
|
||||||
|
* Use calloc instead of malloc to allocate arrays
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 6 02:03:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Tue Apr 6 02:03:23 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libXres
|
# spec file for package libXres
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libXRes1
|
%define lname libXRes1
|
||||||
Name: libXres
|
Name: libXres
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: X Resource extension client library
|
Summary: X Resource extension client library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://xorg.freedesktop.org/
|
URL: https://xorg.freedesktop.org/
|
||||||
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
|
#Git-Clone: git://anongit.freedesktop.org/xorg/lib/libXRes
|
||||||
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
#Git-Web: http://cgit.freedesktop.org/xorg/lib/libXRes/
|
||||||
Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
|
Source: https://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.xz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user