From 6f15a5a956becba52cc0b4f4499b0a1a0c56e21a431fbbb2e07387caa351487b Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sun, 10 Mar 2019 11:52:47 +0000 Subject: [PATCH] - 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 --- xprop-1.2.3.tar.bz2 | 3 --- xprop-1.2.4.tar.bz2 | 3 +++ xprop.changes | 10 ++++++++++ xprop.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 xprop-1.2.3.tar.bz2 create mode 100644 xprop-1.2.4.tar.bz2 diff --git a/xprop-1.2.3.tar.bz2 b/xprop-1.2.3.tar.bz2 deleted file mode 100644 index 2ea05ed..0000000 --- a/xprop-1.2.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d22afb28c86d85fff10a50156a7d0fa930c80ae865d70b26d805fd28a17a521b -size 149202 diff --git a/xprop-1.2.4.tar.bz2 b/xprop-1.2.4.tar.bz2 new file mode 100644 index 0000000..f5da435 --- /dev/null +++ b/xprop-1.2.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c77fb096e46c60032b7e2bde9492c3ffcc18734f50b395085a5f10bfd3cf753 +size 149930 diff --git a/xprop.changes b/xprop.changes index a770db4..6f07538 100644 --- a/xprop.changes +++ b/xprop.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Mar 10 11:51:03 UTC 2019 - Stefan Dirsch + +- 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 diff --git a/xprop.spec b/xprop.spec index c9bb8c7..905f5a2 100644 --- a/xprop.spec +++ b/xprop.spec @@ -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}