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