Accepting request 1042322 from X11:XOrg
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1042322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXres?expand=0&rev=11
This commit is contained in:
commit
f54355017e
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libXRes1
|
||||
Name: libXres
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: X Resource extension client library
|
||||
License: MIT
|
||||
@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
URL: https://xorg.freedesktop.org/
|
||||
#Git-Clone: git://anongit.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
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(resourceproto) >= 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user