Accepting request 1091975 from X11:XOrg
- 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/request/show/1091975 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xrdb?expand=0&rev=13
This commit is contained in:
commit
32d52bd4fd
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