aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-json/guile-json.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-09-18 20:49:50 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-09-18 20:49:50 +0800
commit2d97b369d9db2d147cb4d9e07a82e38bb7c08322 (patch)
treeb249784a500be25d6afe94edd3b0d8c3ceacc925 /guix/guile-json/guile-json.spec
parent5a29928ac7d8c480a31b83567c2f939fae1b8806 (diff)
downloadcopr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar.gz
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar.bz2
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar.lz
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar.xz
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.tar.zst
copr-rpm-spec-2d97b369d9db2d147cb4d9e07a82e38bb7c08322.zip
guix: Guix 1.0.1 -> 1.0.2-0.1.20190917
Upstream still calls this version 1.0.1, but it seems that the preferred way to package unreleased snapshots in RPM is to use the next version number. The commit hash used here is obtained from the source code of guix itself. The reason to update it to a git snapshot is to fix test failure and 'guix pull' command, which has been broken for months. https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/package-management.scm?id=f8ddfb505a51a2c794531e090dd7ee97022d1096#n121
Diffstat (limited to 'guix/guile-json/guile-json.spec')
-rw-r--r--guix/guile-json/guile-json.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/guix/guile-json/guile-json.spec b/guix/guile-json/guile-json.spec
index d03d58b..0543f4b 100644
--- a/guix/guile-json/guile-json.spec
+++ b/guix/guile-json/guile-json.spec
@@ -1,8 +1,8 @@
%global debug_package %{nil}
Name: guile-json
-Version: 1.3.2
-Release: 4%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
Summary: JSON module for Guile
License: GPLv3+
@@ -54,6 +54,9 @@ features:
%changelog
+* Wed Sep 18 2019 Ting-Wei Lan <lantw44@gmail.com> - 3.2.0-1
+- Update to 3.2.0
+
* Tue Sep 17 2019 Ting-Wei Lan <lantw44@gmail.com> - 1.3.2-4
- Rebuilt for Fedora 31 and 32