diff --git a/.gitignore b/.gitignore index 2b1cc09..0e305e1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ liferea-1.6.4.tar.gz /liferea-1.8.6.tar.gz /liferea-1.8.7.tar.gz /liferea-1.8.8.tar.gz +/liferea-1.8.9.tar.gz diff --git a/0001-Fix-crash-when-network-online-status-changes.patch b/0001-Fix-crash-when-network-online-status-changes.patch deleted file mode 100644 index 70f329c..0000000 --- a/0001-Fix-crash-when-network-online-status-changes.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 41d21ec9d844ddf62b8e71b0476ab4cffca32654 Mon Sep 17 00:00:00 2001 -From: Yanko Kaneti -Date: Fri, 14 Sep 2012 16:13:00 +0300 -Subject: [PATCH] Fix crash when network online status changes - -From Fedora bug https://bugzilla.redhat.com/show_bug.cgi?id=857348 : -"liferea frequently crashes when manipulating htmlviews (opening/closing -new tabs) while the network online status changes. This is caused -because the signal notifying online status is not properly disconnected -when the htmlview is removed." ---- - src/ui/liferea_htmlview.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/ui/liferea_htmlview.c b/src/ui/liferea_htmlview.c -index afb20f8..c91d0c5 100644 ---- a/src/ui/liferea_htmlview.c -+++ b/src/ui/liferea_htmlview.c -@@ -77,6 +77,8 @@ G_DEFINE_TYPE (LifereaHtmlView, liferea_htmlview, G_TYPE_OBJECT); - static void - liferea_htmlview_finalize (GObject *object) - { -+ g_signal_handlers_disconnect_by_data (network_monitor_get (), object); -+ - G_OBJECT_CLASS (parent_class)->finalize (object); - } - --- -1.7.12 - diff --git a/liferea.spec b/liferea.spec index 194c39e..27486ee 100644 --- a/liferea.spec +++ b/liferea.spec @@ -1,6 +1,6 @@ Name: liferea -Version: 1.8.8 -Release: 2%{?dist} +Version: 1.8.9 +Release: 1%{?dist} Summary: An RSS/RDF feed reader Group: Applications/Internet @@ -8,8 +8,6 @@ License: GPLv2+ URL: http://liferea.sourceforge.net/ Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz #Patch0: %{name}-fedorafeed.patch -# RHB: 857348 , upstream patch ID 3567715 -Patch1: 0001-Fix-crash-when-network-online-status-changes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Epoch: 1 @@ -44,7 +42,6 @@ browse through their items, and show their contents. %prep %setup -q -n %{name}-%{version} #patch0 -p1 -b .fedorafeed -%patch1 -p1 -b .networkk-change-crash %build #autoreconf -f -i @@ -115,6 +112,10 @@ fi %{_datadir}/applications/fedora-%{name}.desktop %changelog +* Fri Oct 5 2012 Yanko Kaneti - 1:1.8.9-1 +- New upstream bugfix release - 1.8.9 +- Drop upstreamed patch + * Sat Sep 29 2012 Yanko Kaneti - 1:1.8.8-2 - Actually apply the Patch1 crash fix diff --git a/sources b/sources index acfbee0..aa4ddf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2800717ec54af62cb96a00fe1396d25d liferea-1.8.8.tar.gz +6629ffe3ed768c4ed41b2b1af5650da9 liferea-1.8.9.tar.gz