rpms/pan/devel pan-0.97-crash-on-shutdown.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 pan.spec, 1.14, 1.15 sources, 1.7, 1.8 pan-0.96-upstream-sort_segfault.patch, 1.1, NONE pan-0.96-upstream-subscribed_group.patch, 1.1, NONE

Michael A. Peters (mpeters) fedora-extras-commits at redhat.com
Sun May 14 04:12:20 UTC 2006


Author: mpeters

Update of /cvs/extras/rpms/pan/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32763

Modified Files:
	.cvsignore pan.spec sources 
Added Files:
	pan-0.97-crash-on-shutdown.patch 
Removed Files:
	pan-0.96-upstream-sort_segfault.patch 
	pan-0.96-upstream-subscribed_group.patch 
Log Message:
Update to 0.97 development snapshot


pan-0.97-crash-on-shutdown.patch:

--- NEW FILE pan-0.97-crash-on-shutdown.patch ---
--- pan/gui/pan.cc.bak	2006-05-13 22:29:33.000000000 -0500
+++ pan/gui/pan.cc	2006-05-13 22:29:39.000000000 -0500
@@ -44,6 +44,12 @@
     gtk_main_quit ();
   }
 
+  gboolean delete_event_cb (GtkWidget *w, GdkEvent *e, gpointer user_data)
+  {
+    gtk_main_quit ();
+    return true;
+  }
+
   struct DataAndQueue
   {
     Data * data;
@@ -219,6 +225,7 @@
         GtkWidget * w (pane->root());
         gtk_widget_show_all (w);
         g_signal_connect (G_OBJECT(w), "destroy", G_CALLBACK(destroy_cb), 0);
+        g_signal_connect (G_OBJECT(w), "delete-event", G_CALLBACK(delete_event_cb), 0);
         gtk_main ();
       } else {
         GMainLoop * main_loop = g_main_loop_new (NULL, false);
@@ -236,6 +243,7 @@
       gtk_window_set_resizable (GTK_WINDOW(window), true);
       gtk_window_set_icon (GTK_WINDOW(window), pixbuf);
       g_signal_connect (G_OBJECT(window), "destroy", G_CALLBACK(destroy_cb), 0);
+      g_signal_connect (G_OBJECT(window), "delete-event", G_CALLBACK(delete_event_cb), 0);
       g_object_unref (pixbuf);
       run_pan_in_window (cache, data, queue, prefs, GTK_WINDOW(window));
     }

Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	6 May 2006 19:19:31 -0000	1.7
+++ .cvsignore	14 May 2006 04:12:20 -0000	1.8
@@ -3,3 +3,4 @@
 pan-0.94.tar.bz2
 pan-0.95.tar.bz2
 pan-0.96.tar.bz2
+pan-0.97.tar.bz2


Index: pan.spec
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/pan.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pan.spec	9 May 2006 00:59:08 -0000	1.14
+++ pan.spec	14 May 2006 04:12:20 -0000	1.15
@@ -1,13 +1,12 @@
 Summary: A GNOME/GTK+ news reader for X
 Name: pan
-Version: 0.96
-Release: 2%{?dist}
+Version: 0.97
+Release: 1%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Internet
 Source0: http://pan.rebelbase.com/download/%{version}/SOURCE/%{name}-%{version}.tar.bz2
-Patch0: pan-0.96-upstream-sort_segfault.patch
-Patch1: pan-0.96-upstream-subscribed_group.patch
+Patch0: pan-0.97-crash-on-shutdown.patch
 URL: http://pan.rebelbase.com/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: desktop-file-utils
@@ -29,7 +28,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p0
 
 echo "StartupNotify=true" >> pan.desktop
 
@@ -74,6 +72,10 @@
 %{_datadir}/applications/fedora-pan.desktop
 
 %changelog
+* Sat May 13 2006 Michael A. Peters <mpeters at mac.com> - 1:0.97-1
+- Update to 0.97 (previous patches no longer needed)
+- Patch pan-0.97-crash-on-shutdown.patch from upstream added
+
 * Mon May 08 2006 Michael A. Peters <mpeters at mac.com> - 1:0.96-2
 - Two patches from upstream (pan-0.96-upstream-sort_segfault.patch
 - and pan-0.96-upstream-subscribed_group.patch)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pan/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	6 May 2006 19:19:31 -0000	1.7
+++ sources	14 May 2006 04:12:20 -0000	1.8
@@ -1,2 +1,2 @@
-3a0cff7a3bc8b77ad19af4a492859804  pan-0.95.tar.bz2
 b4e355553cd502add3e599d1e867da9e  pan-0.96.tar.bz2
+32dd572f582b1bfd708d4eb755c215e4  pan-0.97.tar.bz2


--- pan-0.96-upstream-sort_segfault.patch DELETED ---


--- pan-0.96-upstream-subscribed_group.patch DELETED ---




More information about the fedora-extras-commits mailing list