- 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
This commit is contained in:
Neal Gompa 2019-08-12 09:39:46 +00:00 committed by Git OBS Bridge
parent ace3eb9b7c
commit 031fa20178
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22b9ee38438901f9d60f180e5182821180854fa738fd071f593ea26a81da208c
size 291028

3
pkgconf-1.6.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210
size 291216

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Aug 12 09:35:34 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
- 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 <ngompa13@gmail.com>

View File

@ -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