On 01/02/12 16:27, Carlos R. Mafra wrote: > On Wed, 1 Feb 2012 at 17:20:58 +0200, Rodolfo kix Garcia wrote: >> >> I can do the patch this evening. > > Yes, please. That will be appreciated. > >
Here is the patch. Regards, kix ---8<--- >From f102e046ab2d3dcecbcb69f9d738e5f29add8052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> Date: Wed, 1 Feb 2012 19:01:27 +0100 Subject: [PATCH] debian: Symbols update for libWutil2 In the commit e1453087f57... the function copy_file was renamed to wcopy_file, then the symbols file needs to be updated. The changefile includes a new debian bug closed. --- debian/changelog | 4 ++-- debian/libwutil2.symbols | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c814ff9..8bf7cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -wmaker (0.95.1-1) unstable; urgency=low +wmaker (0.95.1+20120131-1) unstable; urgency=low - * New upstream version 0.95.1 + * New upstream version 0.95.1 [Closes: #304480] * Patch debian/52_architectures.diff is now included in upstream. - The patch file was deleted. * The WINGs's file proplist-compat.h is removed in upstream. diff --git a/debian/libwutil2.symbols b/debian/libwutil2.symbols index a498bdf..35c41b9 100644 --- a/debian/libwutil2.symbols +++ b/debian/libwutil2.symbols @@ -197,7 +197,7 @@ libWUtil.so.2 libwutil2 #MINVER# W_InitNotificationCenter@Base 0.95.0 _WINGS_progname@Base 0.95.0 __wmessage@Base 0.95.0 - copy_file@Base 0.95.1 + wcopy_file@Base 0.95.1 destroyNode@Base 0.95.0 wdefaultspathfordomain@Base 0.95.0 wexpandpath@Base 0.95.0 -- 1.7.7.3
>From f102e046ab2d3dcecbcb69f9d738e5f29add8052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?"Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20(kix)"?= <[email protected]> Date: Wed, 1 Feb 2012 19:01:27 +0100 Subject: [PATCH] debian: Symbols update for libWutil2 In the commit e1453087f57... the function copy_file was renamed to wcopy_file, then the symbols file needs to be updated. The changefile includes a new debian bug closed. --- debian/changelog | 4 ++-- debian/libwutil2.symbols | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c814ff9..8bf7cb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -wmaker (0.95.1-1) unstable; urgency=low +wmaker (0.95.1+20120131-1) unstable; urgency=low - * New upstream version 0.95.1 + * New upstream version 0.95.1 [Closes: #304480] * Patch debian/52_architectures.diff is now included in upstream. - The patch file was deleted. * The WINGs's file proplist-compat.h is removed in upstream. diff --git a/debian/libwutil2.symbols b/debian/libwutil2.symbols index a498bdf..35c41b9 100644 --- a/debian/libwutil2.symbols +++ b/debian/libwutil2.symbols @@ -197,7 +197,7 @@ libWUtil.so.2 libwutil2 #MINVER# W_InitNotificationCenter@Base 0.95.0 _WINGS_progname@Base 0.95.0 __wmessage@Base 0.95.0 - copy_file@Base 0.95.1 + wcopy_file@Base 0.95.1 destroyNode@Base 0.95.0 wdefaultspathfordomain@Base 0.95.0 wexpandpath@Base 0.95.0 -- 1.7.7.3
