Update to 1.4.2
Drop conditionals for old Fedora releases
This commit is contained in:
parent
074d0d8ac1
commit
e02857d4bb
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/pkgconf-1.3.90.tar.xz
|
||||
/pkgconf-1.4.0.tar.xz
|
||||
/pkgconf-1.4.1.tar.xz
|
||||
/pkgconf-1.4.2.tar.xz
|
||||
|
12
pkgconf.spec
12
pkgconf.spec
@ -1,5 +1,5 @@
|
||||
# pkgconf acts as pkgconfig for F26+
|
||||
%if (0%{?fedora} && 0%{?fedora} < 26) || (0%{?rhel} && 0%{?rhel} <= 7)
|
||||
# pkgconf acts as pkgconfig for Fedora and EL8+
|
||||
%if (0%{?rhel} && 0%{?rhel} <= 7)
|
||||
%bcond_with pkgconfig_compat
|
||||
%else
|
||||
%bcond_without pkgconfig_compat
|
||||
@ -16,8 +16,8 @@
|
||||
%global pkgconf_libdirs %{_libdir}/pkgconfig:%{_datadir}/pkgconfig
|
||||
|
||||
Name: pkgconf
|
||||
Version: 1.4.1
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Package compiler and linker metadata toolkit
|
||||
|
||||
License: ISC
|
||||
@ -179,6 +179,10 @@ rm -rf %{buildroot}%{_datadir}/aclocal
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Mar 31 2018 Neal Gompa <ngompa13@gmail.com> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
- Drop conditionals for old Fedora releases
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pkgconf-1.4.1.tar.xz) = cb55ffc6ac00f63afa05c794012473025e5fa204eb5204259e2bf19cdab238cd86f18d4ec8fb536f74049369396bd4da23b0487ef148e212e11ecb9961addbf9
|
||||
SHA512 (pkgconf-1.4.2.tar.xz) = d9d3bfc7ddc3ceda65f7ad11b1a3c8a48aee0b5ac135aeb54b41091ca1ef0d9a5cda4a5c1ba2470ec12ce870a361eeddd802243eda3c2e2c0f2be3e7fe0ca236
|
||||
|
Loading…
Reference in New Issue
Block a user