[maemo-commits] [maemo-commits] r8849 - in projects/haf/trunk/dbus/debian: . patches

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Dec 21 14:48:47 EET 2006
Author: kihamala
Date: 2006-12-21 14:48:46 +0200 (Thu, 21 Dec 2006)
New Revision: 8849

Removed:
   projects/haf/trunk/dbus/debian/patches/10-fix-match-rule-equal.patch
Modified:
   projects/haf/trunk/dbus/debian/changelog
Log:
removed patch that is in the upstream tarball


Modified: projects/haf/trunk/dbus/debian/changelog
===================================================================
--- projects/haf/trunk/dbus/debian/changelog	2006-12-21 12:47:36 UTC (rev 8848)
+++ projects/haf/trunk/dbus/debian/changelog	2006-12-21 12:48:46 UTC (rev 8849)
@@ -3,6 +3,7 @@
   * UNRELEASED
   * Upgraded the upstream tarball to v1.0.2.
   * Fixed problem with installing the package in Sardine environment.
+  * Removed 10-fix-match-rule-equal.patch because it's in the tarball.
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Thu, 21 Dec 2006 15:43:33 +0200
 

Deleted: projects/haf/trunk/dbus/debian/patches/10-fix-match-rule-equal.patch
===================================================================
--- projects/haf/trunk/dbus/debian/patches/10-fix-match-rule-equal.patch	2006-12-21 12:47:36 UTC (rev 8848)
+++ projects/haf/trunk/dbus/debian/patches/10-fix-match-rule-equal.patch	2006-12-21 12:48:46 UTC (rev 8849)
@@ -1,13 +0,0 @@
-diff -pur 0.61-osso23/bus/signals.c 0.61-osso23.new/bus/signals.c
---- 0.61-osso23/bus/signals.c	2006-11-23 16:46:52.589602192 +0200
-+++ 0.61-osso23.new/bus/signals.c	2006-11-23 16:49:28.873843376 +0200
-@@ -1067,6 +1067,9 @@ match_rule_equal (BusMatchRule *a,
-   if (a->flags != b->flags)
-     return FALSE;
- 
-+  if (a->matches_go_to != b->matches_go_to)
-+    return FALSE;
-+
-   if ((a->flags & BUS_MATCH_MESSAGE_TYPE) &&
-       a->message_type != b->message_type)
-     return FALSE;


More information about the maemo-commits mailing list