From a9a4208d1903876b4338a43d7c7a26fa802a5d36483c31c02748dfe6df36bd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 12 Jul 2015 13:31:04 +0000 Subject: [PATCH 1/2] Accepting request 316271 from home:nemysis:branches:X11:Utilities Please accept these changes. OBS-URL: https://build.opensuse.org/request/show/316271 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/slop?expand=0&rev=5 --- slop-4.1.16.tar.gz | 3 --- slop-4.2.17.tar.gz | 3 +++ slop.changes | 11 +++++++++++ slop.spec | 12 ++++++++---- 4 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 slop-4.1.16.tar.gz create mode 100644 slop-4.2.17.tar.gz 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.17.tar.gz b/slop-4.2.17.tar.gz new file mode 100644 index 0000000..69cc674 --- /dev/null +++ b/slop-4.2.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0195424cda967573b30a837a1b050451df3b5a8cc34c60bcee918c20c0d318e +size 487991 diff --git a/slop.changes b/slop.changes index 52ce0c0..d4d8861 100644 --- a/slop.changes +++ b/slop.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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..9ed6a4f 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.17 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 - From e8400960b80c951e3ddd19e3eb63dcc5ba6e807282ed028ffd65113b19f9b954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 12 Jul 2015 20:32:45 +0000 Subject: [PATCH 2/2] Accepting request 316313 from home:nemysis:branches:X11:Utilities Please accept these changes. OBS-URL: https://build.opensuse.org/request/show/316313 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/slop?expand=0&rev=6 --- slop-4.2.17.tar.gz | 3 --- slop-4.2.18.tar.gz | 3 +++ slop.changes | 7 +++++++ slop.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 slop-4.2.17.tar.gz create mode 100644 slop-4.2.18.tar.gz diff --git a/slop-4.2.17.tar.gz b/slop-4.2.17.tar.gz deleted file mode 100644 index 69cc674..0000000 --- a/slop-4.2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0195424cda967573b30a837a1b050451df3b5a8cc34c60bcee918c20c0d318e -size 487991 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 d4d8861..77c64cf 100644 --- a/slop.changes +++ b/slop.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/slop.spec b/slop.spec index 9ed6a4f..e280749 100644 --- a/slop.spec +++ b/slop.spec @@ -18,7 +18,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: slop -Version: 4.2.17 +Version: 4.2.18 Release: 0 Summary: Query for a selection from the user and print the region to stdout License: GPL-3.0+