[ffgtk] New upstream release - Call monitor now has a menubar. Program will be closed if no trayicon is av

Louis Lagendijk llagendijk at fedoraproject.org
Tue Oct 8 22:32:16 UTC 2013


commit 12730d987fe882dcdfca6495563bc38b33fc001d
Author: Louis Lagendijk <louis.lagendijk at gmail.com>
Date:   Wed Oct 9 00:30:06 2013 +0200

    New upstream release
    - Call monitor now has a menubar. Program will be closed if no trayicon
      is available and embedded
    - Fixes BZ 948028
    - Fixes BZ 737977
    - Fix crash when cancel is clicked in assistent (no profile)
    - Add support for international version of the 05.5x FRITZ!box firmware
    - Fixes issue where with new FW certain calltypes were not stored in calllist
    - Fix trayicon out of sync with open call monitor window
    This version is built from an svn checkout as there is no formal tarball

 .gitignore |    1 +
 ffgtk.spec |   31 ++++++++++++++++++++++++++-----
 sources    |    2 +-
 3 files changed, 28 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67be31f..f571c21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /ffgtk-0.8.3.tar.bz2
 /ffgtk-0.8.4.tar.bz2
 /ffgtk-0.8.5.tar.gz
+/ffgtk-0.8.6.tar.gz
diff --git a/ffgtk.spec b/ffgtk.spec
index 9171bfe..97f294d 100644
--- a/ffgtk.spec
+++ b/ffgtk.spec
@@ -1,14 +1,23 @@
 Name:           ffgtk
-Version:        0.8.5
-Release:        5%{?dist}
+Version:        0.8.6
+Release:        1.20131008svn2112%{?dist}
 Summary:        A solution for controlling Fritz!Box or compatible routers
 Group:          Applications/Communications
 License:        GPLv2
-URL:            http://www.tabos.org/ffgtk/
-Source0:        http://www.tabos.org/ffgtk/download/%{name}-%{version}.tar.gz
+# Version 0.8.6 tarball is not released on the tabos.org websire as ffgtk is 
+# being replaced by Roger router. The tarball was generated from svn
+# As follows: 
+# svn co -r 2112 https://svn.tabos.org/repos/ffgtk/trunk ffgtk
+# cd ffgtk
+# ./autogen.sh
+# ./configure
+# make dist
+Source0:        %{name}-%{version}.tar.gz
 Source1:        ffgtk-README.Fedora
 Patch1:         ffgtk-0.8.3-use-old-spooler.patch
 
+%global         _hardened_build 1
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gettext autoconf automake libtool intltool desktop-file-utils
@@ -23,7 +32,8 @@ Buildrequires:  pulseaudio-libs-devel glib2-devel libgdata-devel
 ExcludeArch:    s390 s390x
 Requires(post): /usr/sbin/lpadmin
 Requires(postun):/usr/sbin/lpadmin
-# The gstreamer plugin is dropped, the capifax functionality is included in the main package now
+# The gstreamer plugin is dropped, the capifax functionality is included in the
+# main package now
 Obsoletes:      ffgtk-plugin-gstreamer < 0.8.3-1
 Obsoletes:      ffgtk-plugin-capifax < 0.8.3-1
 
@@ -154,6 +164,17 @@ fi
 %{_libdir}/ffgtk/plugins/lib_ab_google.so
 
 %changelog
+* Tue Oct 08 2013  Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.6-1
+- New upstream release
+- Call monitor now has a menubar. Program will be closed if no trayicon
+  is available and embedded 
+- Fixes BZ 948028
+- Fixes BZ 737977
+- Fix crash when cancel is clicked in assistent (no profile)
+- Add support for international version of the 05.5x FRITZ!box firmware
+- Fixes issue where with new FW certain calltypes were not stored in calllist
+- Fix trayicon out of sync with open call monitor window
+
 * Mon Aug 19 2013 Milan Crha <mcrha at redhat.com> - 0.8.5-5
 - Rebuild for newer evolution-data-server
 
diff --git a/sources b/sources
index 0daa87b..5d37cf5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-346e193e7c10024cea595e7b6579427c  ffgtk-0.8.5.tar.gz
+c2d6c677284f70065a154f322f6cd41c  ffgtk-0.8.6.tar.gz


More information about the scm-commits mailing list