From 517f858857d888de3161fc07371e47a7c23a8ff3ac02d8afc673950c75d335ad Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 23 Aug 2021 12:54:47 +0000 Subject: [PATCH] Accepting request 913729 from home:gmbr3:Active - Update to version 1.8.0: + Fix a minor memory leak relating to cross-personalities + Fix some edge cases with --redefine-prefix + Do not prepend sysroot_dir if the .pc file does not exist in the sysroot + Do not perform path filtering on default system include and library path lists. OBS-URL: https://build.opensuse.org/request/show/913729 OBS-URL: https://build.opensuse.org/package/show/devel:tools/pkgconf?expand=0&rev=25 --- pkgconf-1.7.4.tar.xz | 3 --- pkgconf-1.8.0.tar.xz | 3 +++ pkgconf.changes | 11 +++++++++++ pkgconf.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pkgconf-1.7.4.tar.xz create mode 100644 pkgconf-1.8.0.tar.xz diff --git a/pkgconf-1.7.4.tar.xz b/pkgconf-1.7.4.tar.xz deleted file mode 100644 index d71de8d..0000000 --- a/pkgconf-1.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d73f32c248a4591139a6b17777c80d4deab6b414ec2b3d21d0a24be348c476ab -size 293888 diff --git a/pkgconf-1.8.0.tar.xz b/pkgconf-1.8.0.tar.xz new file mode 100644 index 0000000..fa350b2 --- /dev/null +++ b/pkgconf-1.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf +size 296304 diff --git a/pkgconf.changes b/pkgconf.changes index fad86d3..f93cdff 100644 --- a/pkgconf.changes +++ b/pkgconf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Aug 23 09:18:29 UTC 2021 - Callum Farmer + +- Update to version 1.8.0: + + Fix a minor memory leak relating to cross-personalities + + Fix some edge cases with --redefine-prefix + + Do not prepend sysroot_dir if the .pc file does not exist + in the sysroot + + Do not perform path filtering on default system include + and library path lists. + ------------------------------------------------------------------- Wed Jun 30 15:33:37 UTC 2021 - Callum Farmer diff --git a/pkgconf.spec b/pkgconf.spec index c6089ec..a1cde0a 100644 --- a/pkgconf.spec +++ b/pkgconf.spec @@ -45,7 +45,7 @@ %global devname lib%{name}-devel Name: pkgconf -Version: 1.7.4 +Version: 1.8.0 Release: 0 Summary: Package compiler and linker metadata toolkit License: ISC