summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:32 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:32 +0000
commitb39cabed918b55d72a3e3347afb59c932ec51080 (patch)
tree8115f24553252084c454a8b5ba67a26f8fc1e67c
parent39d6ae82638684ce61e454dc7f8a1e46a3eeeb22 (diff)
downloadcgit_EL6-cgit-0_8_2_1-1_fc10.tar.gz
Update to 0.8.2.1cgit-0_8_2_1-1_fc10
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.spec5
-rw-r--r--sources2
3 files changed, 7 insertions, 5 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 50dd464..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,6 +81,9 @@ rm -rf %{buildroot}
%changelog
+* 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
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