Compare commits

1 Commits
main ... 1.1

4 changed files with 5 additions and 17 deletions

BIN
xrdb-1.2.1.tar.bz2 LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,15 +1,3 @@
-------------------------------------------------------------------
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.2
Version: 1.2.1
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.xz
Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
BuildRequires: pkgconfig
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xmuu)