SHA256
1
0
forked from pool/xprop

- Update to version 1.2.4

* Add missing braces around else clause in Read_Quoted()
  * Fix -Wsign-compare warning in dsimple.c
  * Fix typo in xprop.man
  * Update configure.ac bug URL for gitlab migration
  * Update README for gitlab migration

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xprop?expand=0&rev=9
This commit is contained in:
Stefan Dirsch 2019-03-10 11:52:47 +00:00 committed by Git OBS Bridge
parent d19c4c2e6d
commit 6f15a5a956
4 changed files with 16 additions and 6 deletions

View File

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

3
xprop-1.2.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753
size 149930

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Mar 10 11:51:03 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.2.4
* Add missing braces around else clause in Read_Quoted()
* Fix -Wsign-compare warning in dsimple.c
* Fix typo in xprop.man
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
-------------------------------------------------------------------
Wed Apr 4 16:27:31 UTC 2018 - sndirsch@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xprop
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: xprop
Version: 1.2.3
Version: 1.2.4
Release: 0
Summary: Property displayer for X
License: MIT
@ -47,7 +47,7 @@ make %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%doc ChangeLog COPYING README.md
%{_bindir}/xprop
%{_mandir}/man1/xprop.1%{?ext_man}