Accepting request 827257 from X11:Utilities

OBS-URL: https://build.opensuse.org/request/show/827257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slop?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-08-18 13:11:38 +00:00 committed by Git OBS Bridge
commit 1b79d3dad1
4 changed files with 16 additions and 9 deletions

View File

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

3
slop-7.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 16 11:40:43 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 7.5:
* Added --nodrag option
* Selections can be moved by holding the space-bar mid-drag!
-------------------------------------------------------------------
Wed Nov 7 15:16:08 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package slop
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: slop
%define lname libslopy7_4
Version: 7.4
%define lname libslopy7_5
Version: 7.5
Release: 0
Summary: Tool to query for a screen region selection
License: GPL-3.0-or-later
Group: Productivity/Graphics/Other
Url: https://github.com/naelstrof/slop
URL: https://github.com/naelstrof/slop
Source0: https://github.com/naelstrof/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc-c++
@ -77,8 +77,8 @@ popd
%postun -n %{lname} -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc COPYING README.md
%license COPYING
%doc README.md
%{_bindir}/%{name}
%{_mandir}/man1/*.1*