[Pkg-xfce-commits] r4158 - in goodies/trunk/xfce4-notifyd/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Wed Jul 7 08:40:30 UTC 2010


Author: corsac
Date: 2010-07-07 20:40:29 +0000 (Wed, 07 Jul 2010)
New Revision: 4158

Modified:
   goodies/trunk/xfce4-notifyd/debian/changelog
   goodies/trunk/xfce4-notifyd/debian/patches/02_add-spec-version-to-GetServerInformation.patch
Log:
  information so we're conform to 1.0      .                  closes: #588272

Modified: goodies/trunk/xfce4-notifyd/debian/changelog
===================================================================
--- goodies/trunk/xfce4-notifyd/debian/changelog	2010-07-07 12:30:10 UTC (rev 4157)
+++ goodies/trunk/xfce4-notifyd/debian/changelog	2010-07-07 20:40:29 UTC (rev 4158)
@@ -6,7 +6,7 @@
   [ Yves-Alexis Perez ]
   * debian/patches:
     - 02_add-spec-version-to-GetServerInformation added, returns spec version
-    information even if it's not part of 0.9.                  closes: #588272
+    information so we're conform to 1.0      .                  closes: #588272
   * switch source format to 3.0 (quilt).
   * debian/rules:
     - add .pc files to POTFILES.skip.

Modified: goodies/trunk/xfce4-notifyd/debian/patches/02_add-spec-version-to-GetServerInformation.patch
===================================================================
--- goodies/trunk/xfce4-notifyd/debian/patches/02_add-spec-version-to-GetServerInformation.patch	2010-07-07 12:30:10 UTC (rev 4157)
+++ goodies/trunk/xfce4-notifyd/debian/patches/02_add-spec-version-to-GetServerInformation.patch	2010-07-07 20:40:29 UTC (rev 4158)
@@ -44,7 +44,7 @@
  #define XFCE_TYPE_NOTIFY_DAEMON     (xfce_notify_daemon_get_type())
  #define XFCE_NOTIFY_DAEMON(obj)     (G_TYPE_CHECK_INSTANCE_CAST((obj), XFCE_TYPE_NOTIFY_DAEMON, XfceNotifyDaemon))
  #define XFCE_IS_NOTIFY_DAEMON(obj)  (G_TYPE_CHECK_INSTANCE_TYPE((obj), XFCE_TYPE_NOTIFY_DAEMON))
-+#define NOTIFICATIONS_SPEC_VERSION "0.9"
++#define NOTIFICATIONS_SPEC_VERSION "1.0"
  
  G_BEGIN_DECLS
  




More information about the Pkg-xfce-commits mailing list