From 044ded722887357e4c9fff845e87c6db7e08f736 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 30 Jun 2020 11:42:25 +0300 Subject: Upgrade to 1.7.3 --- libpkgconf/README-DEV | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'libpkgconf/README-DEV') diff --git a/libpkgconf/README-DEV b/libpkgconf/README-DEV index 37a1317..3d7618e 100644 --- a/libpkgconf/README-DEV +++ b/libpkgconf/README-DEV @@ -30,17 +30,14 @@ $ cat libpkgconf/config.h.in | $ diff defined-macros used-macros -We also extend the upstream package functionality allowing to prevent merging -of "special" fragments, such as `-framework `, into a single fragment. +We also fix the bug in demunging windows paths (issue #17 is reported): -$ mv libpkgconf.h libpkgconf.h.orig -$ cp libpkgconf.h.orig libpkgconf.h +$ mv pkg.c pkg.c.orig +$ cp pkg.c.orig pkg.c -$ mv fragment.c fragment.c.orig -$ cp fragment.c.orig fragment.c - -$ git apply dont-merge-fragments.patch +$ cd .. +$ git apply fix-demunging-windows-paths.patch Note that the patch is produces by the following command: -$ git diff >dont-merge-fragments.patch +$ git diff >fix-demunging-windows-paths.patch -- cgit v1.1