Merge lp:~eday/gearmand/fixes into lp:gearmand/1.0

Proposed by Eric Day
Status: Merged
Merged at revision: not available
Proposed branch: lp:~eday/gearmand/fixes
Merge into: lp:gearmand/1.0
Diff against target: 45 lines (+4/-4)
4 files modified
configure.ac (+1/-1)
gearmand/gearmand.c (+1/-1)
libgearman/libgearman.ver (+1/-1)
tests/Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~eday/gearmand/fixes
Reviewer Review Type Date Requested Status
Gearman-developers Pending
Review via email: mp+15529@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2009-11-06 00:38:02 +0000
+++ configure.ac 2009-12-02 05:25:18 +0000
@@ -14,7 +14,7 @@
1414
15PANDORA_CANONICAL_TARGET(require-cxx)15PANDORA_CANONICAL_TARGET(require-cxx)
1616
17GEARMAN_LIBRARY_VERSION=2:1:017GEARMAN_LIBRARY_VERSION=3:0:0
18# | | |18# | | |
19# +------+ | +---+19# +------+ | +---+
20# | | |20# | | |
2121
=== modified file 'gearmand/gearmand.c'
--- gearmand/gearmand.c 2009-10-29 22:01:39 +0000
+++ gearmand/gearmand.c 2009-12-02 05:25:18 +0000
@@ -160,7 +160,7 @@
160 MCO("version", 'V', NULL, "Display the version of gearmand and exit.")160 MCO("version", 'V', NULL, "Display the version of gearmand and exit.")
161 MCO("worker-wakeup", 'w', "WORKERS",161 MCO("worker-wakeup", 'w', "WORKERS",
162 "Number of workers to wakeup for each job received. The default is to "162 "Number of workers to wakeup for each job received. The default is to "
163 "wakeup all avaiable workers.")163 "wakeup all available workers.")
164164
165 /* Make sure none of the gearman_conf_module_add_option calls failed. */165 /* Make sure none of the gearman_conf_module_add_option calls failed. */
166 if (gearman_conf_return(&conf) != GEARMAN_SUCCESS)166 if (gearman_conf_return(&conf) != GEARMAN_SUCCESS)
167167
=== modified file 'libgearman/libgearman.ver'
--- libgearman/libgearman.ver 2009-09-29 03:57:09 +0000
+++ libgearman/libgearman.ver 2009-12-02 05:25:18 +0000
@@ -1,1 +1,1 @@
1libgearman_2 { global: *; };1libgearman_3 { global: *; };
22
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am 2009-10-11 07:24:42 +0000
+++ tests/Makefile.am 2009-12-02 05:25:18 +0000
@@ -27,7 +27,7 @@
27SQLITE_RECORD= ./sqlite_test > sqlite_test.rec27SQLITE_RECORD= ./sqlite_test > sqlite_test.rec
28SQLITE_RUN= ./sqlite_test > sqlite_test.res28SQLITE_RUN= ./sqlite_test > sqlite_test.res
29SQLITE_CHECK= diff ${top_srcdir}/tests/sqlite_test.rec sqlite_test.res29SQLITE_CHECK= diff ${top_srcdir}/tests/sqlite_test.rec sqlite_test.res
30SQLITE_RM= rm gearman.sql30SQLITE_RM= rm -f gearman.sql gearman.sql-journal
31SQLITE_VALGRIND= libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes sqlite_test31SQLITE_VALGRIND= libtool --mode=execute valgrind --leak-check=yes --show-reachable=yes sqlite_test
32sqlite_test_SOURCES= test.c test_gearmand.c sqlite_test.c32sqlite_test_SOURCES= test.c test_gearmand.c sqlite_test.c
33endif33endif

Subscribers

People subscribed via source and target branches

to all changes: