[simplescreenrecorder] Update to 0.3.7.

Vasiliy Glazov vascom at rpmfusion.org
Tue Oct 18 09:20:42 CEST 2016


commit d9a92153663b6d483eb29e22cd57e10b6bd6e9d4
Author: Vascom <vascom2 at gmail.com>
Date:   Tue Oct 18 10:20:33 2016 +0300

    Update to 0.3.7.

 .gitignore                |  1 +
 simplescreenrecorder.spec | 12 +++++++++---
 sources                   |  2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d80ffa5..fa158e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /0.3.6.tar.gz
+/0.3.7.tar.gz
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index 49cd3f0..0800eca 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -1,8 +1,8 @@
 %define shortname ssr
 Name:           simplescreenrecorder
-Version:        0.3.6
-Release:        7%{?dist}
-Summary:        SimpleScreenRecorder is a screen recorder for Linux
+Version:        0.3.7
+Release:        1%{?dist}
+Summary:        Simple Screen Recorder is a screen recorder for Linux
 
 License:        GPLv3
 URL:            http://www.maartenbaert.be/simplescreenrecorder/
@@ -26,6 +26,7 @@ BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  qt5-linguist
+BuildRequires:  libappstream-glib
 
 Requires:       hicolor-icon-theme
 Obsoletes:      %{name}-libs
@@ -66,6 +67,7 @@ mkdir -p %{buildroot}%{_libdir}/%{name}
 
 %check
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata.xml
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
@@ -90,8 +92,12 @@ fi
 %{_libdir}/%{name}
 %{_mandir}/man1/%{name}.1.*
 %{_mandir}/man1/%{shortname}-glinject.1.*
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog
+* Tue Oct 18 2016 Vasiliy N. Glazov <vascom2 at gmail.com> - 0.3.7-1
+- Update to 0.3.7
+
 * Wed Oct 12 2016 Vasiliy N. Glazov <vascom2 at gmail.com> - 0.3.6-7
 - Switch to use Qt5
 
diff --git a/sources b/sources
index 47f886f..68fe926 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c0dcf288c0cc1b21f4cd2010c73d5ae  0.3.6.tar.gz
+629e2516ea5737efc079f99e3bc9f0ab  0.3.7.tar.gz


More information about the rpmfusion-commits mailing list