diff --git a/slop-4.1.16.tar.gz b/slop-4.1.16.tar.gz deleted file mode 100644 index 529840a..0000000 --- a/slop-4.1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c29f0ccdb28bc587c914e99fa3faa09b2135dbd519a75b6148fda42c4157e918 -size 35997 diff --git a/slop-4.2.18.tar.gz b/slop-4.2.18.tar.gz new file mode 100644 index 0000000..27b41c9 --- /dev/null +++ b/slop-4.2.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a10f137f90c2214642526a6ca417c4075c33ba4e31696f798f875b782495de3 +size 487959 diff --git a/slop.changes b/slop.changes index 52ce0c0..77c64cf 100644 --- a/slop.changes +++ b/slop.changes @@ -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 diff --git a/slop.spec b/slop.spec index 12ec8f4..e280749 100644 --- a/slop.spec +++ b/slop.spec @@ -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 -