summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:33 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2009-03-16 00:11:33 +0000
commitfbea7f50e4ca0b0d917ea466ce5c8ca38f0dc14c (patch)
tree071059e2ba9995a154a1442af4477e1eb201acb9
parentc053cb6ede71f002cd7a96cff11f05e9c99e585b (diff)
downloadcgit_EL6-fbea7f50e4ca0b0d917ea466ce5c8ca38f0dc14c.tar.gz
Update to 0.8.2.1cgit-0_8_2_1-1_fc9
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