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:
commit
d71268b8df
@ -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
BIN
xsetroot-1.1.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
Sat May 1 18:37:50 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xsetroot
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xsetroot
|
Name: xsetroot
|
||||||
Version: 1.1.2
|
Version: 1.1.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to set X root window parameter
|
Summary: Utility to set X root window parameter
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/X11/Utilities
|
Group: System/X11/Utilities
|
||||||
URL: https://xorg.freedesktop.org/
|
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
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xbitmaps)
|
BuildRequires: pkgconfig(xbitmaps)
|
||||||
@ -50,7 +50,7 @@ background ("root") window on a workstation display running X.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README.md
|
||||||
%{_bindir}/xsetroot
|
%{_bindir}/xsetroot
|
||||||
%{_mandir}/man1/xsetroot.1%{?ext_man}
|
%{_mandir}/man1/xsetroot.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user