summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:31 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:31 +0000
commit7ba234ff71d3761030d23adeed376610b661ee96 (patch)
treec9dea6c433ed36c73d504631cb0b3feb4cb74f69
parentbb141fdf7e9ecc4f9107f21f8603e3744e6a2a35 (diff)
downloadcgit_EL6-cgit-0_8_2_1-1_el5.tar.gz
Update to 0.8.2.1cgit-0_8_2_1-1_el5
Fixes from the upstream announcement: fix segfault when displaying empty blobs ui-tree: escape ascii-text properly in hexdump view ui-snapshot: avoid segfault when no filename is specified
-rw-r--r--.cvsignore5
-rw-r--r--cgit.spec8
-rw-r--r--sources2
3 files changed, 8 insertions, 7 deletions
diff --git a/.cvsignore b/.cvsignore
index c6a8266..db6ba5f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,2 @@
-*.rpm
-*.tar.bz2
-clog
+cgit-0.8.2.1.tar.bz2
+git-1.6.1.1.tar.bz2
diff --git a/cgit.spec b/cgit.spec
index 07486ed..9ba32bb 100644
--- a/cgit.spec
+++ b/cgit.spec
@@ -16,7 +16,7 @@ make V=1 %{?_smp_mflags} \\\
CGIT_DATA_PATH=%{cgitdata}
Name: cgit
-Version: 0.8.2
+Version: 0.8.2.1
Release: 1%{?dist}
Summary: A fast webinterface for git
@@ -81,10 +81,12 @@ rm -rf %{buildroot}
%changelog
-* Sun Feb 05 2009 Todd Zullinger <tmz@pobox.com> - 0.8.2-1
+* Sun Mar 15 2009 Todd Zullinger <tmz@pobox.com> - 0.8.2.1-1
+- Update to 0.8.2.1
+
+* Fri Feb 06 2009 Todd Zullinger <tmz@pobox.com> - 0.8.2-1
- Update to 0.8.2
- Drop upstreamed Makefile patch
-- Build for EL-5
* Mon Jan 12 2009 Todd Zullinger <tmz@pobox.com> - 0.8.1-1
- Initial package
diff --git a/sources b/sources
index 3281b19..68fa011 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-872fafaa1ea6bd9292f312878864b665 cgit-0.8.2.tar.bz2
+33e56f0621e53327f89233c7ccb7d8be cgit-0.8.2.1.tar.bz2
d2b6925cb03e1e33911fdf9392946747 git-1.6.1.1.tar.bz2