Accepting request 316316 from X11:Utilities

1

OBS-URL: https://build.opensuse.org/request/show/316316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/slop?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-07-14 15:44:26 +00:00 committed by Git OBS Bridge
commit 4d58fcc2bb
4 changed files with 29 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jul 12 19:57:48 UTC 2015 - nemysis@gmx.ch
- Update to 4.2.18, announce message is here:
https://github.com/naelstrof/slop/releases
-------------------------------------------------------------------
Sun Jul 12 12:03:47 UTC 2015 - nemysis@gmx.ch
- Update to 4.2.17, announce message is here:
https://github.com/naelstrof/slop/releases/tag/v4.2.17
- Remove BuildRequires for pkgconfig(xext)
- Add BuildRequires for glm-devel, pkgconfig(gl), pkgconfig(glew),
pkgconfig(glu), pkgconfig(imlib2) and pkgconfig(xrandr)
-------------------------------------------------------------------
Sat Jun 27 09:53:08 UTC 2015 - nemysis@gmx.ch

View File

@ -1,7 +1,7 @@
#
# spec file for package slop
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -18,7 +18,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: slop
Version: 4.1.16
Version: 4.2.18
Release: 0
Summary: Query for a selection from the user and print the region to stdout
License: GPL-3.0+
@ -28,7 +28,12 @@ Source0: https://github.com/naelstrof/%{name}/archive/v%{version}.tar.gz#
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: gengetopt
BuildRequires: pkgconfig(xext)
BuildRequires: glm-devel
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(glew)
BuildRequires: pkgconfig(glu)
BuildRequires: pkgconfig(imlib2)
BuildRequires: pkgconfig(xrandr)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -56,4 +61,3 @@ install -Dm 0755 build/%{name} %{buildroot}%{_bindir}/
%{_bindir}/%{name}
%changelog