SHA256
1
0
forked from pool/xsetroot

Accepting request 1032235 from X11:XOrg

- Update to version 1.1.3 
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * gitlab CI: add a basic build test
  * Variable scope reductions as recommended by cppcheck
  * Handle -Wsign-compare warnings
  * gitlab CI: stop requiring Signed-off-by in commits

OBS-URL: https://build.opensuse.org/request/show/1032235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xsetroot?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-10-30 17:28:32 +00:00 committed by Git OBS Bridge
commit d71268b8df
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c442ba23591fb5470cea477a0aa5f679371f4f879c8387a1d9d05637ae417c
size 129091

BIN
xsetroot-1.1.3.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Oct 29 16:49:09 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.3
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* gitlab CI: add a basic build test
* Variable scope reductions as recommended by cppcheck
* Handle -Wsign-compare warnings
* gitlab CI: stop requiring Signed-off-by in commits
-------------------------------------------------------------------
Sat May 1 18:37:50 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package xsetroot
#
# 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
@ -17,13 +17,13 @@
Name: xsetroot
Version: 1.1.2
Version: 1.1.3
Release: 0
Summary: Utility to set X root window parameter
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(xbitmaps)
@ -50,7 +50,7 @@ background ("root") window on a workstation display running X.
%files
%license COPYING
%doc ChangeLog README
%doc ChangeLog README.md
%{_bindir}/xsetroot
%{_mandir}/man1/xsetroot.1%{?ext_man}