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

Bug#660693: pu: package xfce4-weather-plugin/0.7.3-3+b1



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

Hi SRT,

I'd like to push an update for xfce4-weather-plugin, to fix #647749.
Short summary is that the license key for the XOAP webservice doesn't
work anymore, but changing the key, while not beeing the perfect
solution, works for now.

The exact same fix is in testing, debdiff is attached.

Thank you for your consideration.

Regards,
-- 
Yves-Alexis

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Differences in xfce4-weather-plugin between 0.7.3-3 and 0.7.3-4
diff -u xfce4-weather-plugin-0.7.3/debian/changelog xfce4-weather-plugin-0.7.3/debian/changelog
--- xfce4-weather-plugin-0.7.3/debian/changelog
+++ xfce4-weather-plugin-0.7.3/debian/changelog
@@ -1,3 +1,11 @@
+xfce4-weather-plugin (0.7.3-4) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 00_license added, change the license key to get a working plugin back.
+                                                                closes: #647749
+
+ -- Yves-Alexis Perez <corsac@debian.org>  Mon, 20 Feb 2012 22:43:13 +0100
+
 xfce4-weather-plugin (0.7.3-3) unstable; urgency=low
 
   * debian/patches:
only in patch2:
unchanged:
--- xfce4-weather-plugin-0.7.3.orig/debian/patches/00_license.patch
+++ xfce4-weather-plugin-0.7.3/debian/patches/00_license.patch
@@ -0,0 +1,21 @@
+Description: update license key
+Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=17;filename=00_license.patch;att=1;bug=647749
+Bug: https://bugzilla.xfce.org/show_bug.cgi?id=8105
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=647749
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/xfce4-weather-plugin/+bug/888285
+
+Index: xfce4-weather-plugin-0.7.4/panel-plugin/weather.h
+===================================================================
+--- xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h	2011-02-02 15:31:29.000000000 -0500
++++ xfce4-weather-plugin-0.7.4/panel-plugin/weather.h	2011-11-05 21:04:15.214103897 -0400
+@@ -21,8 +21,8 @@
+ #include <libxfce4panel/libxfce4panel.h>
+ #include <libxfce4util/libxfce4util.h>
+ #define PLUGIN_WEBSITE   "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin";
+-#define PARTNER_ID       "1121946239"
+-#define LICENSE_KEY      "3c4cd39ee5dec84f"
++#define PARTNER_ID       "1003666583"
++#define LICENSE_KEY      "4128909340a9b2fc"
+ 
+ G_BEGIN_DECLS
+ 

Reply to: