[fros] fixed exception when no plugin is installed rhbz#993619

Jiří Moskovčák jmoskovc at fedoraproject.org
Tue Aug 6 10:57:00 UTC 2013


commit 40544b5d5d1ff6f282caca0248373b47e9078a1c
Author: Jiri Moskovcak <jmoskovc at redhat.com>
Date:   Tue Aug 6 12:56:46 2013 +0200

    fixed exception when no plugin is installed rhbz#993619

 .gitignore |    1 +
 fros.spec  |    7 +++++--
 sources    |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49f2de0..9e71c5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /fros-1.0-60d9d1c.tar.gz
+/fros-1.0-48a4297.tar.gz
diff --git a/fros.spec b/fros.spec
index c8f9796..9559088 100644
--- a/fros.spec
+++ b/fros.spec
@@ -1,9 +1,9 @@
 Name:           fros
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Universal screencasting frontend with pluggable support for various backends
 
-%global commit 60d9d1c5578cd32f29ce85afbe4f6c543a97b313
+%global commit 48a4297aebb8d19d4f7016746a5721acc1b6c3ef
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Group:          Applications/System
@@ -72,6 +72,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 %{python_sitelib}/pyfros/plugins/*gnome.*
 
 %changelog
+* Tue Aug  6 2013 Jiri Moskovcak <jmoskovc at redhat.com> 1.0-3
+- fixed exception when no plugin is installed rhbz#993619
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 0ff2d54..af6278c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75fd86f21f41226b7f5311ba67c76679  fros-1.0-60d9d1c.tar.gz
+739e9b95b67786505b1f2c3c968fc6e5  fros-1.0-48a4297.tar.gz


More information about the scm-commits mailing list