diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2021-09-25 19:13:50 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2021-09-25 19:13:50 +0800 |
commit | f1f683499933d170d5e35352588ecada2421a10a (patch) | |
tree | 297c6a1a385a922bb3b4eecc2ae7cdd905516fd7 /guix | |
parent | 19bbd1a446e47cdc586327457ec1c2f8ffbc134f (diff) | |
download | copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar.gz copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar.bz2 copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar.lz copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar.xz copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.tar.zst copr-rpm-spec-f1f683499933d170d5e35352588ecada2421a10a.zip |
guix: guile-git 0.5.1 -> 0.5.2
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guile-git/guile-git.spec | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec index 8cd23ff..443f09e 100644 --- a/guix/guile-git/guile-git.spec +++ b/guix/guile-git/guile-git.spec @@ -1,13 +1,20 @@ +%global debug_package %{nil} + +# Workaround brp-strip failures on Fedora 35. +# https://github.com/rpm-software-management/rpm/issues/1765 +%if 0%{?fedora} >= 35 +%global __brp_strip %{nil} +%endif + Name: guile-git -Version: 0.5.1 +Version: 0.5.2 Release: 1%{?dist} Summary: Guile bindings of libgit2 License: GPLv3+ and LGPLv3+ URL: https://gitlab.com/guile-git/guile-git -Source0: https://gitlab.com/guile-git/guile-git/uploads/4ffd7377b0b74da4051356121b46116f/guile-git-%{version}.tar.gz +Source0: https://gitlab.com/guile-git/guile-git/uploads/6450f3991aa524484038cdcea3fb248d/guile-git-%{version}.tar.gz -%global debug_package %{nil} %global guile_source_dir %{_datadir}/guile/site/2.2 %global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache @@ -68,6 +75,10 @@ fi %changelog +* Sat Sep 25 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.5.2-1 +- Update to 0.5.2 +- Disable brp-strip on Fedora 35 and later because it fails on Guile objects + * Mon Jun 14 2021 Ting-Wei Lan <lantw44@gmail.com> - 0.5.1-1 - Update to 0.5.1 |