SHA256
1
0
forked from pool/xrdb

- 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:
Stefan Dirsch 2023-06-10 10:56:03 +00:00 committed by Git OBS Bridge
parent 5011f23031
commit df810423dd
4 changed files with 17 additions and 5 deletions

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

Binary file not shown.

View File

@ -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>

View File

@ -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)