From 40544b5d5d1ff6f282caca0248373b47e9078a1c Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Aug 06 2013 10:56:46 +0000 Subject: fixed exception when no plugin is installed rhbz#993619 --- 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 1.0-3 +- fixed exception when no plugin is installed rhbz#993619 + * Sat Aug 03 2013 Fedora Release Engineering - 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