summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
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)