This is an automated email from the git hooks/post-receive script. jreyer-guest pushed a commit to branch master in repository wine.
commit 8387f054ddaf8d6f7c79a28388716fca9b1f5896 Author: Jens Reyer <[email protected]> Date: Sat Jul 2 12:20:23 2016 +0200 Refresh unicode.patch. --- debian/changelog | 1 + debian/patches/generate/unicode.patch | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55a9341..c453dc7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ wine-development (1.9.13-1) UNRELEASED; urgency=medium - More progress towards the Direct3D command stream. - Joystick support improvements on Mac OS X. - Various bug fixes. + * Refresh unicode.patch. * Replace VERSION (value is empty or '-development') with DEBSUFFIX ('-stable' or '-development') in user exposed files. * Generate scripts (wine, wineserver, wineapploader, winegcc) with diff --git a/debian/patches/generate/unicode.patch b/debian/patches/generate/unicode.patch index b128728..b86290f 100644 --- a/debian/patches/generate/unicode.patch +++ b/debian/patches/generate/unicode.patch @@ -10,7 +10,7 @@ author: Michael Gilbert <[email protected]> -# base URLs for www.unicode.org files +# Locations of unicode files my $MAPPINGS = "http://www.unicode.org/Public/MAPPINGS"; --my $UNIDATA = "http://www.unicode.org/Public/8.0.0/ucd"; +-my $UNIDATA = "http://www.unicode.org/Public/9.0.0/ucd"; -my $REPORTS = "http://www.unicode.org/reports"; -my $RFCS = "http://www.rfc-editor.org/rfc"; -my $VERTICALDATA = "http://www.unicode.org/Public/vertical/revision-15"; @@ -21,7 +21,7 @@ author: Michael Gilbert <[email protected]> # Sort keys file my $SORTKEYS = "tr10/allkeys.txt"; -@@ -372,15 +372,8 @@ my %joining_forms = +@@ -375,15 +375,8 @@ my %joining_forms = sub open_data_file($$) { my ($base, $name) = @_; @@ -38,7 +38,7 @@ author: Michael Gilbert <[email protected]> return *FILE; } -@@ -2490,9 +2483,10 @@ dump_vertical( "dlls/gdi32/vertical.c" ) +@@ -2510,9 +2503,10 @@ dump_vertical( "dlls/gdi32/vertical.c" ) dump_vertical( "dlls/wineps.drv/vertical.c" ); dump_nameprep( "dlls/kernel32/nameprep.c" ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git _______________________________________________ pkg-wine-party mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-wine-party
