From badc7515ee5d9af77f505a9e4f1400b624f8fd29 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 13 Mar 2020 20:51:36 -0400 Subject: 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 --- cgit.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'cgit.spec') 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 - 1.2.3-1 +- update to 1.2.3 + * Tue Jan 28 2020 Fedora Release Engineering - 1.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild -- cgit