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:
commit
1b79d3dad1
@ -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
3
slop-7.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94d8b6270217cd7f56ce7d4a9a75069025262830a2f91c3239b7fc07da5ea8da
|
||||||
|
size 51060
|
@ -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>
|
Wed Nov 7 15:16:08 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
12
slop.spec
12
slop.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package slop
|
# 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
|
# 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
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
||||||
Name: slop
|
Name: slop
|
||||||
%define lname libslopy7_4
|
%define lname libslopy7_5
|
||||||
Version: 7.4
|
Version: 7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tool to query for a screen region selection
|
Summary: Tool to query for a screen region selection
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Graphics/Other
|
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
|
Source0: https://github.com/naelstrof/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -77,8 +77,8 @@ popd
|
|||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user