- Updat to version 1.2.2
* gitlab CI: add a basic build test * gitlab CI: stop requiring Signed-off-by in commits * Variable scope reduction as recommended by cppcheck * Use C99 struct initialization * Rename variable 'dup' to avoid shadowing dup() function * Fallback asprintf: don't truncate output that has a \0 in string * configure: raise minimum autoconf requirement to 2.70 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xrdb?expand=0&rev=18
This commit is contained in:
parent
5011f23031
commit
df810423dd
BIN
xrdb-1.2.1.tar.bz2
(Stored with Git LFS)
BIN
xrdb-1.2.1.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
xrdb-1.2.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
xrdb-1.2.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
xrdb.changes
12
xrdb.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 10 10:51:54 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Updat to version 1.2.2
|
||||
* gitlab CI: add a basic build test
|
||||
* gitlab CI: stop requiring Signed-off-by in commits
|
||||
* Variable scope reduction as recommended by cppcheck
|
||||
* Use C99 struct initialization
|
||||
* Rename variable 'dup' to avoid shadowing dup() function
|
||||
* Fallback asprintf: don't truncate output that has a \0 in string
|
||||
* configure: raise minimum autoconf requirement to 2.70
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 11 08:55:00 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: xrdb
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: X server resource database utility
|
||||
License: MIT
|
||||
Group: System/X11/Utilities
|
||||
URL: https://xorg.freedesktop.org/
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xmuu)
|
||||
|
Loading…
Reference in New Issue
Block a user