diff options
author | Todd Zullinger <tmz@fedoraproject.org> | 2009-02-02 02:50:10 +0000 |
---|---|---|
committer | Todd Zullinger <tmz@fedoraproject.org> | 2009-02-02 02:50:10 +0000 |
commit | 8585ea88a3e98ab7966f000b4126d52b17c419e0 (patch) | |
tree | 28943b0d5f8a1034fd72c3910eeef99c3dbd8a17 /cgit.spec | |
parent | 0541f93506f59a091a3184428a2bc7ebf4ff1f62 (diff) | |
download | cgit_EL6-8585ea88a3e98ab7966f000b4126d52b17c419e0.tar.gz |
Update to 0.8.2cgit-0_8_2-1_fc11
Drop upstreamed Makefile patch
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |