Package: dbuskit / 0.1.1-14

Metadata

Package Version Patches format
dbuskit 0.1.1-14 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
no libtool.patch | (download)

configure.ac | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 avoid unnecessary libtool usage.
texinfo fixes.patch | (download)

Documentation/DBusKit.texi | 16 4 + 12 - 0 !
1 file changed, 4 insertions(+), 12 deletions(-)

 misc texinfo formatting fixes to avoid warnings/errors.
link libs.patch | (download)

Source/GNUmakefile | 2 2 + 0 - 0 !
config.make.in | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 link all needed libraries.
no gc macros.patch | (download)

Source/DKNotificationCenter.m | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 remove gc macros as gc is gone from base
spelling errors.patch | (download)

Source/DKArgument.m | 6 3 + 3 - 0 !
Source/DKEndpoint.m | 2 1 + 1 - 0 !
Source/DKMethod.m | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

 miscellaneous spelling fixes
missing import.patch | (download)

Source/DKObjectPathNode.m | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add missing #import.
testsuite.patch | (download)

GNUmakefile.postamble | 22 22 + 0 - 0 !
Tests/GNUmakefile | 35 0 + 35 - 0 !
Tests/GNUmakefile.postamble | 43 0 + 43 - 0 !
Tests/TestDKArgument.m | 170 122 + 48 - 0 !
Tests/TestDKEndpointManager.m | 50 37 + 13 - 0 !
Tests/TestDKMethod.m | 61 44 + 17 - 0 !
Tests/TestDKMethodCall.m | 33 26 + 7 - 0 !
Tests/TestDKPort.m | 23 20 + 3 - 0 !
Tests/TestDKProxy.m | 104 74 + 30 - 0 !
Tests/TestInfo | 1 1 + 0 - 0 !
10 files changed, 346 insertions(+), 196 deletions(-)

 switch from unitkit to gnustep make.
 The patch must be updated to Git master before forwarding.
big endian.patch | (download)

Source/DKArgument.m | 57 50 + 7 - 0 !
Source/DKPort.m | 2 1 + 1 - 0 !
2 files changed, 51 insertions(+), 8 deletions(-)

 fix some issues on big-endian architectures.
DKEndpointManager concurrency.patch | (download)

Source/DKEndpointManager.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix concurrency bug leading to random dkproxy test failures.