← Back to team overview

ayatana-commits team mailing list archive

[Branch ~notify-osd-developers/notify-osd/main] Rev 390: Merged Aurélien's spec-version bump branch (to from 0.10 to 1.1) to trunk

 

Merge authors:
  Aurélien Gâteau (agateau)
Related merge proposals:
  https://code.launchpad.net/~agateau/notify-osd/bump-spec-version/+merge/11369
  proposed by: Aurélien Gâteau (agateau)
  review: Approve - Mirco Müller (macslow)
------------------------------------------------------------
revno: 390 [merge]
committer: Mirco Müller <mirco.mueller@xxxxxxxxxx>
branch nick: notify-osd
timestamp: Thu 2009-09-10 00:42:11 +0200
message:
  Merged Aurélien's spec-version bump branch (to from 0.10 to 1.1) to trunk
  with updated unit-tests for dbus and libnotify.
modified:
  src/stack.c
  tests/test-dbus.c
  tests/test-withlib.c


--
lp:notify-osd
https://code.launchpad.net/~notify-osd-developers/notify-osd/main

Your team ayatana-commits is subscribed to branch lp:notify-osd.
To unsubscribe from this branch go to https://code.launchpad.net/~notify-osd-developers/notify-osd/main/+edit-subscription.
=== modified file 'src/stack.c'
--- src/stack.c	2009-09-08 13:26:40 +0000
+++ src/stack.c	2009-09-09 22:42:11 +0000
@@ -830,7 +830,7 @@
 	*out_name     = g_strdup ("notify-osd");
 	*out_vendor   = g_strdup ("Canonical Ltd");
 	*out_version  = g_strdup ("1.0");
-	*out_spec_ver = g_strdup ("0.10");
+	*out_spec_ver = g_strdup ("1.1");
 
 	return TRUE;
 }

=== modified file 'tests/test-dbus.c'
--- tests/test-dbus.c	2009-07-22 14:05:05 +0000
+++ tests/test-dbus.c	2009-09-09 07:46:16 +0000
@@ -89,7 +89,7 @@
 					    &version, &specver);
 	g_assert (ret);
 	g_assert (g_strrstr (name, "notify-osd"));
-	g_assert (g_strrstr (specver, "0.10"));
+	g_assert (g_strrstr (specver, "1.1"));
 }
 
 GTestSuite *

=== modified file 'tests/test-withlib.c'
--- tests/test-withlib.c	2009-08-26 11:17:55 +0000
+++ tests/test-withlib.c	2009-09-09 07:46:16 +0000
@@ -60,7 +60,7 @@
 	
 	g_assert (ret);
 	g_assert (g_strrstr (name, "notify-osd"));
-	g_assert (g_strrstr (specver, "0.10"));
+	g_assert (g_strrstr (specver, "1.1"));
 }
 
 static void