Accepting request 722625 from devel:tools

- 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.
- Co-own aclocal directory to avoid requiring autoconf-archive

OBS-URL: https://build.opensuse.org/request/show/722625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pkgconf?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-08-19 18:46:38 +00:00 committed by Git OBS Bridge
commit d11532e101
4 changed files with 22 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,20 @@
-------------------------------------------------------------------
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>
- Co-own aclocal directory to avoid requiring autoconf-archive
-------------------------------------------------------------------
Mon Aug 5 12:46:49 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
@ -216,6 +216,7 @@ rm -rf %{buildroot}%{_mandir}/man7
%if %{with pkgconfig_compat}
%files m4
%dir %{_datadir}/aclocal
%{_datadir}/aclocal/pkg.m4
%{_mandir}/man7/pkg.m4.7*