From 031fa2017828377aee5db4e90ba957132eccc314fd3d2fd49800c04294c54a65 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 12 Aug 2019 09:39:46 +0000 Subject: [PATCH] - Update to 1.6.3 + Fixed a memory leak when deduplicating paths. + Fixed strndup-related build regression on Windows. + Added --modversion description to pkgconf(1) man page. + Properly tokenize versions. Versions cannot logically contain whitespace, as dependency-lists would not properly tokenize if they could. A diagnostic is generated for malformed version strings containing whitespace when --validate is used. OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=16 --- pkgconf-1.6.1.tar.xz | 3 --- pkgconf-1.6.3.tar.xz | 3 +++ pkgconf.changes | 12 ++++++++++++ pkgconf.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pkgconf-1.6.1.tar.xz create mode 100644 pkgconf-1.6.3.tar.xz diff --git a/pkgconf-1.6.1.tar.xz b/pkgconf-1.6.1.tar.xz deleted file mode 100644 index 995c6e3..0000000 --- a/pkgconf-1.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22b9ee38438901f9d60f180e5182821180854fa738fd071f593ea26a81da208c -size 291028 diff --git a/pkgconf-1.6.3.tar.xz b/pkgconf-1.6.3.tar.xz new file mode 100644 index 0000000..6328747 --- /dev/null +++ b/pkgconf-1.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210 +size 291216 diff --git a/pkgconf.changes b/pkgconf.changes index 9f7425c..8148163 100644 --- a/pkgconf.changes +++ b/pkgconf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Aug 12 09:35:34 UTC 2019 - Neal Gompa + +- Update to 1.6.3 + + Fixed a memory leak when deduplicating paths. + + Fixed strndup-related build regression on Windows. + + Added --modversion description to pkgconf(1) man page. + + Properly tokenize versions. Versions cannot logically contain + whitespace, as dependency-lists would not properly tokenize if + they could. A diagnostic is generated for malformed version + strings containing whitespace when --validate is used. + ------------------------------------------------------------------- Fri Aug 9 00:19:43 UTC 2019 - Neal Gompa diff --git a/pkgconf.spec b/pkgconf.spec index fa0602e..0335806 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -45,7 +45,7 @@ %global devname lib%{name}-devel Name: pkgconf -Version: 1.6.1 +Version: 1.6.3 Release: 0 Summary: Package compiler and linker metadata toolkit License: ISC