diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/guile-bytestructures/guile-bytestructures.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/guix/guile-bytestructures/guile-bytestructures.spec b/guix/guile-bytestructures/guile-bytestructures.spec index c147d9b..2039438 100644 --- a/guix/guile-bytestructures/guile-bytestructures.spec +++ b/guix/guile-bytestructures/guile-bytestructures.spec @@ -1,6 +1,6 @@ Name: guile-bytestructures -Version: 1.0.7 -Release: 3%{?dist} +Version: 1.0.10 +Release: 1%{?dist} Summary: Structured access library to bytevector contents for Guile License: GPLv3+ @@ -11,7 +11,7 @@ Source0: https://github.com/TaylanUB/scheme-bytestructures/releases/downl %global guile_source_dir %{_datadir}/guile/site/2.2 %global guile_ccache_dir %{_libdir}/guile/2.2/site-ccache -BuildRequires: autoconf, automake, make +BuildRequires: make BuildRequires: pkgconfig(guile-2.2) Requires: guile22 @@ -56,6 +56,9 @@ first-class status. %changelog +* Mon Mar 15 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.0.10-1 +- Update to 1.0.10 + * Sat Mar 13 2021 Ting-Wei Lan <lantw44@gmail.com> - 1.0.7-3 - Rebuilt for Fedora 34 and 35 |