diff options
author | Todd Zullinger <tmz@pobox.com> | 2020-01-13 20:47:39 -0500 |
---|---|---|
committer | Todd Zullinger <tmz@pobox.com> | 2020-01-13 20:47:39 -0500 |
commit | ddae20a9d9a158ce12c0a1a465c0648fef0de26a (patch) | |
tree | 51e49326894bbb3a187281fc188a46d39bd0bc2f /cgit.spec | |
parent | bff3532922c97acb937fdc631fe8217304b1a75d (diff) | |
download | cgit_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.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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) |