aboutsummaryrefslogtreecommitdiffstats
path: root/guix
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2021-03-15 21:48:25 +0800
committerTing-Wei Lan <lantw44@gmail.com>2021-03-15 21:48:25 +0800
commit113210505cc7f639d15a336946bdfb8c07642e30 (patch)
tree2a596d6ed6d3cea4ec0cad486e44b71cd820fdb5 /guix
parente42af4ba8251aca9d8d7deec6340df87ffd04678 (diff)
downloadcopr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar.gz
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar.bz2
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar.lz
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar.xz
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.tar.zst
copr-rpm-spec-113210505cc7f639d15a336946bdfb8c07642e30.zip
guix: guile-bytestructures 1.0.7 -> 1.0.10
Diffstat (limited to 'guix')
-rw-r--r--guix/guile-bytestructures/guile-bytestructures.spec9
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