aboutsummaryrefslogtreecommitdiffstats
path: root/guix/guile-git
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2019-05-02 21:48:40 +0800
committerTing-Wei Lan <lantw44@gmail.com>2019-05-02 21:48:40 +0800
commit9537b3aedf86a122ec0619519c994c630e2fc2e0 (patch)
treed76d8a64c209a403d1423a7d8290fa31daf05805 /guix/guile-git
parent882c71c9cd137963b3d81f3e388ff43b03f0650f (diff)
downloadcopr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar.gz
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar.bz2
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar.lz
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar.xz
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.tar.zst
copr-rpm-spec-9537b3aedf86a122ec0619519c994c630e2fc2e0.zip
guix: guile-git 0.1.0 -> 0.2.0
Diffstat (limited to 'guix/guile-git')
-rw-r--r--guix/guile-git/guile-git.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/guix/guile-git/guile-git.spec b/guix/guile-git/guile-git.spec
index cfeae92..1ff7cf8 100644
--- a/guix/guile-git/guile-git.spec
+++ b/guix/guile-git/guile-git.spec
@@ -1,11 +1,11 @@
Name: guile-git
-Version: 0.1.0
-Release: 2%{?dist}
+Version: 0.2.0
+Release: 1%{?dist}
Summary: Guile bindings of libgit2
License: GPLv3+
URL: https://gitlab.com/guile-git/guile-git
-Source0: https://gitlab.com/guile-git/guile-git/uploads/e8c218ac7ae77b745c44d1ffbe34f1dd/guile-git-%{version}.tar.gz
+Source0: https://gitlab.com/guile-git/guile-git/uploads/160f6a36c1be8d4fc1990a193081a04d/guile-git-%{version}.tar.gz
%global debug_package %{nil}
%global guile_source_dir %{_datadir}/guile/site/2.0
@@ -67,6 +67,9 @@ fi
%changelog
+* Thu May 02 2019 Ting-Wei Lan <lantw44@gmail.com> - 0.2.0-1
+- Update to 0.2.0
+
* Tue Oct 23 2018 Ting-Wei Lan <lantw44@gmail.com> - 0.1.0-2
- Rebuilt for Fedora 29 and 30