[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#770289: unblock: gnome-panel/3.8.1-7



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

Please unblock package gnome-panel version 3.8.1-7.
It fixes a bug of severity important (#769882).

Diff of debian/ excluding autogenerated file:

--- gnome-panel-3.8.1/debian/changelog
+++ gnome-panel-3.8.1/debian/changelog
@@ -1,3 +1,10 @@
+gnome-panel (3.8.1-7) unstable; urgency=medium
+
+  * Fix crash when clicking on clock applet (closes: #769882).
+  * Require gweather 3.10.1 (where BGO #708586 was fixed).
+
+ -- Dmitry Shachnev <mitya57@debian.org>  Mon, 17 Nov 2014 12:42:35 +0300
+
 gnome-panel (3.8.1-6) unstable; urgency=medium
 
   * Build-depend on gobject-introspection 1.41.4-1~ as this is
--- gnome-panel-3.8.1/debian/control.in
+++ gnome-panel-3.8.1/debian/control.in
@@ -23,7 +23,7 @@
                libgnome-desktop-3-dev (>= 2.91.0),
                libgnome-menu-3-dev (>= 3.7.90),
                libgtk-3-dev (>= 3.3.8),
-               libgweather-3-dev (>= 3.10),
+               libgweather-3-dev (>= 3.10.1),
                libice-dev,
                libpango1.0-dev (>= 1.15.4),
                libpolkit-gobject-1-dev,
--- gnome-panel-3.8.1/debian/patches/fix_clock_crash.patch
+++ gnome-panel-3.8.1/debian/patches/fix_clock_crash.patch
@@ -0,0 +1,28 @@
+Description: fix crash when clicking on clock applet
+Bug-Debian: https://bugs.debian.org/769882
+Bug-Upstream: https://bugzilla.gnome.org/show_bug.cgi?id=737575
+Origin: upstream
+ https://git.gnome.org/browse/gnome-panel/commit/?id=6ca0e5dee4142d79
+ https://git.gnome.org/browse/gnome-panel/commit/?id=3c8387188a699c79
+Last-Update: 2014-11-17
+
+--- a/applets/clock/clock.c
++++ b/applets/clock/clock.c
+@@ -1218,7 +1218,6 @@
+ 	if (cd->map_widget)
+ 		clock_map_refresh (CLOCK_MAP (cd->map_widget));
+         update_location_tiles (cd);
+-	save_cities_store (cd);	
+ }
+ 
+ static void
+@@ -1622,8 +1621,7 @@
+         GtkWidget *lon_combo = _clock_get_widget (cd, "edit-location-longitude-combo");
+ 
+         /* clear out the old data */
+-        /* TODO: reinstate after bumping to gweather >= 3.10.1 */
+-        //gweather_location_entry_set_location (cd->location_entry, NULL);
++        gweather_location_entry_set_location (cd->location_entry, NULL);
+         gweather_timezone_menu_set_tzid (cd->zone_combo, NULL);
+ 
+         gtk_entry_set_text (GTK_ENTRY (lat_entry), "");
--- gnome-panel-3.8.1/debian/patches/series
+++ gnome-panel-3.8.1/debian/patches/series
@@ -5,3 +5,4 @@
 end_session_async.patch
 add_css_file.patch
 no_compiz_session.patch
+fix_clock_crash.patch


unblock gnome-panel/3.8.1-7

--
Dmitry Shachnev

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: