summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2020-03-13 20:51:36 -0400
committerTodd Zullinger <tmz@pobox.com>2020-03-13 21:49:25 -0400
commitbadc7515ee5d9af77f505a9e4f1400b624f8fd29 (patch)
tree11f90b0631f143b8df016b68923b8865e47ef8ec /cgit.spec
parent70680827f4f8d2ed31365501e05c62d618060f7d (diff)
downloadcgit_EL6-badc7515ee5d9af77f505a9e4f1400b624f8fd29.tar.gz
update to 1.2.3
Add BuildRequires for tests of various compression tools. Release notes: https://lists.zx2c4.com/pipermail/cgit/2020-March/004480.html
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/cgit.spec b/cgit.spec
index fbf9312..e72e9cc 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,7 +1,7 @@
# Review bug: https://bugzilla.redhat.com/479723
# Defaults
-%global gitver 2.25.0
+%global gitver 2.25.1
%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.2
-Release: 2%{?dist}
+Version: 1.2.3
+Release: 1%{?dist}
Summary: A fast web interface for git
License: GPLv2
@@ -89,6 +89,7 @@ BuildRequires: zlib-devel
# Test dependencies
BuildRequires: gettext
+BuildRequires: lzip
%if %{use_perl_interpreter}
BuildRequires: perl-interpreter
%else
@@ -97,6 +98,9 @@ BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: strace
BuildRequires: tidy
+BuildRequires: unzip
+BuildRequires: xz
+BuildRequires: zstd
%if %{with httpd_filesystem}
# httpd-filesystem provides the basic apache directory layout
@@ -220,6 +224,9 @@ make test
%changelog
+* Sat Mar 14 2020 Todd Zullinger <tmz@pobox.com> - 1.2.3-1
+- update to 1.2.3
+
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild