Mailinglist Archive: opensuse-commit (1093 mails)
| < Previous | Next > |
commit upstart for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 01 Mar 2010 01:49:38 +0100
- Message-id: <20100301004938.3521620299@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package upstart for openSUSE:Factory
checked in at Mon Mar 1 01:49:38 CET 2010.
--------
--- upstart/upstart.changes 2010-02-12 07:27:59.000000000 +0100
+++ /mounts/work_src_done/STABLE/upstart/upstart.changes 2010-02-26
14:17:01.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 26 13:16:54 UTC 2010 - coolo@xxxxxxxxxx
+
+- fix crash in test suite
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ upstart.spec ++++++
--- /var/tmp/diff_new_pack.pna6ly/_old 2010-03-01 01:49:31.000000000 +0100
+++ /var/tmp/diff_new_pack.pna6ly/_new 2010-03-01 01:49:31.000000000 +0100
@@ -19,7 +19,7 @@
Name: upstart
Version: 0.6.3
-Release: 1
+Release: 2
Summary: An event-driven init system
Group: System/Boot
License: GPLv2 and LGPLv2+
++++++ upstart-remove-tests.patch ++++++
--- /var/tmp/diff_new_pack.pna6ly/_old 2010-03-01 01:49:31.000000000 +0100
+++ /var/tmp/diff_new_pack.pna6ly/_new 2010-03-01 01:49:31.000000000 +0100
@@ -1,7 +1,7 @@
Index: upstart-0.6.3/nih-dbus/tests/test_dbus_connection.c
===================================================================
---- upstart-0.6.3.orig/nih-dbus/tests/test_dbus_connection.c 2010-02-09
10:29:29.000000000 +0100
-+++ upstart-0.6.3/nih-dbus/tests/test_dbus_connection.c 2010-02-09
10:29:31.000000000 +0100
+--- upstart-0.6.3.orig/nih-dbus/tests/test_dbus_connection.c 2009-06-23
11:09:37.000000000 +0200
++++ upstart-0.6.3/nih-dbus/tests/test_dbus_connection.c 2010-02-26
13:40:52.000000000 +0100
@@ -1521,7 +1521,6 @@ main (int argc,
nih_error_init ();
@@ -12,8 +12,8 @@
Index: upstart-0.6.3/nih/tests/test_child.c
===================================================================
---- upstart-0.6.3.orig/nih/tests/test_child.c 2010-02-09 10:29:29.000000000
+0100
-+++ upstart-0.6.3/nih/tests/test_child.c 2010-02-09 10:29:31.000000000
+0100
+--- upstart-0.6.3.orig/nih/tests/test_child.c 2009-06-23 11:09:34.000000000
+0200
++++ upstart-0.6.3/nih/tests/test_child.c 2010-02-26 13:40:52.000000000
+0100
@@ -328,186 +328,6 @@ test_poll (void)
nih_free (watch);
@@ -203,8 +203,8 @@
*/
Index: upstart-0.6.3/nih/tests/test_string.c
===================================================================
---- upstart-0.6.3.orig/nih/tests/test_string.c 2010-02-09 10:29:29.000000000
+0100
-+++ upstart-0.6.3/nih/tests/test_string.c 2010-02-09 10:29:31.000000000
+0100
+--- upstart-0.6.3.orig/nih/tests/test_string.c 2009-06-23 11:09:34.000000000
+0200
++++ upstart-0.6.3/nih/tests/test_string.c 2010-02-26 13:40:52.000000000
+0100
@@ -1511,8 +1511,6 @@ main (int argc,
test_array_copy ();
test_array_append ();
@@ -217,7 +217,7 @@
Index: upstart-0.6.3/init/tests/test_job_process.c
===================================================================
--- upstart-0.6.3.orig/init/tests/test_job_process.c 2009-08-01
19:40:02.000000000 +0200
-+++ upstart-0.6.3/init/tests/test_job_process.c 2010-02-09
10:31:00.000000000 +0100
++++ upstart-0.6.3/init/tests/test_job_process.c 2010-02-26
13:40:52.000000000 +0100
@@ -3710,7 +3710,7 @@ test_handler (void)
exit (0);
}
@@ -227,3 +227,18 @@
job->goal = JOB_START;
job->state = JOB_SPAWNED;
+Index: upstart-0.6.3/init/tests/test_job.c
+===================================================================
+--- upstart-0.6.3.orig/init/tests/test_job.c 2009-07-11 12:41:09.000000000
+0200
++++ upstart-0.6.3/init/tests/test_job.c 2010-02-26 14:07:02.000000000
+0100
+@@ -3797,8 +3797,8 @@ test_change_state (void)
+ TEST_EQ (ptr, replacement);
+
+ file->job = NULL;
+- nih_free (replacement);
+- nih_free (source);
++ //nih_free (replacement);
++ //nih_free (source);
+
+
+ fclose (output);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |