correct newline causing DESTDIR to be ignored, bump release

This commit is contained in:
Jan200101 2021-07-04 22:52:27 +02:00
parent 95073caec6
commit fe97af2f08
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05
2 changed files with 5 additions and 3 deletions

View File

@ -3,8 +3,7 @@
%_zig_version @@ZIG_VERSION@@
%zig /usr/bin/zig
%zig_build \
%zig \\\
%zig_build %zig \\\
build \\\
--verbose \\\
--cache-dir zig-cache

View File

@ -7,7 +7,7 @@
Name: zig
Version: 0.8.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Programming language for maintaining robust, optimal, and reusable software
License: MIT and NCSA and LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL and ZPLv2.1
@ -141,6 +141,9 @@ sed -i -e "s|@@ZIG_VERSION@@|%{version}|" %{buildroot}%{_rpmconfigdir}/macros.d
%{_rpmconfigdir}/macros.d/macros.%{name}
%changelog
* Sun Jul 04 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 0.8.0-5
- correct newline in macro that caused DESTDIR to be ignored
* Mon Jun 28 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 0.8.0-4
- correct macro once again to allow for proper packaging