summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2020-01-13 20:47:39 -0500
committerTodd Zullinger <tmz@pobox.com>2020-01-13 20:47:39 -0500
commitddae20a9d9a158ce12c0a1a465c0648fef0de26a (patch)
tree51e49326894bbb3a187281fc188a46d39bd0bc2f /cgit.spec
parentbff3532922c97acb937fdc631fe8217304b1a75d (diff)
downloadcgit_EL6-ddae20a9d9a158ce12c0a1a465c0648fef0de26a.tar.gz
update to 1.2.2
Release notes: https://lists.zx2c4.com/pipermail/cgit/2020-January/004455.html
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/cgit.spec b/cgit.spec
index 8b37bcf..bd66514 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,7 +1,7 @@
# Review bug: https://bugzilla.redhat.com/479723
# Defaults
-%global gitver 2.18.0
+%global gitver 2.25.0
%global cachedir %{_localstatedir}/cache/%{name}
%global filterdir %{_libexecdir}/%{name}/filters
%global scriptdir %{_localstatedir}/www/cgi-bin
@@ -37,8 +37,8 @@
%endif
Name: cgit
-Version: 1.2.1
-Release: 5%{?dist}
+Version: 1.2.2
+Release: 1%{?dist}
Summary: A fast web interface for git
License: GPLv2
@@ -220,6 +220,9 @@ make test
%changelog
+* Tue Jan 14 2020 Todd Zullinger <tmz@pobox.com> - 1.2.2-1
+- update to 1.2.2
+
* Fri Aug 02 2019 Todd Zullinger <tmz@pobox.com> - 1.2.1-5
- add missing zlib-devel BuildRequires, fixes FTBFS (#1737005)