commit 6424d91012bc34a1322b015c20e593fe345eaad0
Author: Martin Gansser <mgansser(a)alice.de>
Date: Thu Feb 2 14:08:06 2017 +0100
Update to 3.6.3
.gitignore | 1 +
clipgrab.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 775b6a7..b08ec2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
clipgrab-3.5.5.tar.gz
/clipgrab-3.6.1.tar.gz
/clipgrab-3.6.2.tar.gz
+/clipgrab-3.6.3.tar.gz
diff --git a/clipgrab.spec b/clipgrab.spec
index c835275..7a22e0d 100644
--- a/clipgrab.spec
+++ b/clipgrab.spec
@@ -1,5 +1,5 @@
Name: clipgrab
-Version: 3.6.2
+Version: 3.6.3
Release: 1%{?dist}
License: GPLv3 and Non-Commercial Use Only (Artwork and Trademark)
@@ -25,7 +25,7 @@ chmod 0644 *.cpp *.h icon.png COPYING README license.odt
%build
%{qmake_qt4} %{name}.pro
-make %{?_smp_mflags}
+%make_build
%install
install -Dm755 %{name} %{buildroot}%{_bindir}/%{name}
@@ -49,6 +49,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications
%{SOURCE1}
%changelog
+* Thu Feb 02 2017 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.3-1
+- Update to 3.6.3
+
* Fri Dec 09 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 3.6.2-1
- Update to 3.6.2
diff --git a/sources b/sources
index fee0e16..86cdc09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2d61d273b3bb228d9ec7ce81333e9ca clipgrab-3.6.2.tar.gz
+0e7d9dd854eebbaf55d53e9243819125 clipgrab-3.6.3.tar.gz
Show replies by date