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:
commit
d11532e101
@ -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,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>
|
Mon Aug 5 12:46:49 UTC 2019 - Neal Gompa <ngompa13@gmail.com>
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
%global devname lib%{name}-devel
|
%global devname lib%{name}-devel
|
||||||
|
|
||||||
Name: pkgconf
|
Name: pkgconf
|
||||||
Version: 1.6.1
|
Version: 1.6.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Package compiler and linker metadata toolkit
|
Summary: Package compiler and linker metadata toolkit
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -216,6 +216,7 @@ rm -rf %{buildroot}%{_mandir}/man7
|
|||||||
|
|
||||||
%if %{with pkgconfig_compat}
|
%if %{with pkgconfig_compat}
|
||||||
%files m4
|
%files m4
|
||||||
|
%dir %{_datadir}/aclocal
|
||||||
%{_datadir}/aclocal/pkg.m4
|
%{_datadir}/aclocal/pkg.m4
|
||||||
%{_mandir}/man7/pkg.m4.7*
|
%{_mandir}/man7/pkg.m4.7*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user