- 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:
parent
ace3eb9b7c
commit
031fa20178
@ -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
3
pkgconf-1.6.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61f0b31b0d5ea0e862b454a80c170f57bad47879c0c42bd8de89200ff62ea210
|
||||
size 291216
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user