summaryrefslogtreecommitdiffstats
path: root/cgit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.spec')
-rw-r--r--cgit.spec15
1 files changed, 8 insertions, 7 deletions
diff --git a/cgit.spec b/cgit.spec
index 932b6cf..502f402 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -1,6 +1,6 @@
# Review bug: https://bugzilla.redhat.com/479723
-%define gitver 1.6.0.2
+%define gitver 1.6.1.1
%define cachedir %{_localstatedir}/cache/cgit
%define scriptdir %{_localstatedir}/www/cgi-bin
%define cgitdata %{_datadir}/cgit
@@ -16,20 +16,18 @@ make V=1 %{?_smp_mflags} \\\
CGIT_DATA_PATH=%{cgitdata}
Name: cgit
-Version: 0.8.1
-Release: 2%{?dist}
+Version: 0.8.2
+Release: 1%{?dist}
Summary: A fast webinterface for git
Group: Development/Tools
License: GPLv2
URL: http://hjemli.net/git/cgit/
-Source0: http://hjemli.net/git/cgit/snapshot/cgit-0.8.1.tar.bz2
+Source0: http://hjemli.net/git/cgit/snapshot/%{name}-%{version}.tar.bz2
Source1: http://www.kernel.org/pub/software/scm/git/git-%{gitver}.tar.bz2
Source2: cgitrc
Source3: cgit.httpd
Source4: README.SELinux
-# Applied upstream stable branch (4ac89ec and d529c6f)
-Patch0: cgit-0.8.1-Makefile-install.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%if 0%{?fedora}
@@ -46,7 +44,6 @@ using a builtin cache to decrease server io-pressure.
%prep
%setup -q -a 1
-%patch0 -p1 -b .install
# setup the git dir
rm -rf git
@@ -84,6 +81,10 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 01 2009 Todd Zullinger <tmz@pobox.com> - 0.8.2-1
+- Update to 0.8.2
+- Drop upstreamed Makefile patch
+
* Sun Jan 18 2009 Todd Zullinger <tmz@pobox.com> - 0.8.1-2
- Rebuild with new openssl