[gitweb-caching] minor version 8 - New snapshot from upstream - Flock fixes for binary files (snapshots mainly) - Abi

John 'Warthog9' Hawley warthog9 at fedoraproject.org
Tue Sep 28 21:57:00 UTC 2010


commit 8fa7c0bcaee0e7a6426a3903d9f6c7c52b0bdf93
Author: John 'Warthog9' Hawley <warthog9 at eaglescrag.net>
Date:   Tue Sep 28 14:55:25 2010 -0700

    minor version 8
    - New snapshot from upstream
    - Flock fixes for binary files (snapshots mainly)
    - Ability to disable forking in the code
    - Other fixes from upstream

 .gitignore                                         |    1 +
 ...8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz.asc |    7 +++++++
 gitweb-caching.spec                                |   11 ++++++++---
 sources                                            |    2 +-
 4 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 83db02a..7928072 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gitweb-9eb8a7869936599175d70a903e1a9adeacd62c04.tar.gz
+/gitweb-b1ab8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz
diff --git a/gitweb-b1ab8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz.asc b/gitweb-b1ab8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz.asc
new file mode 100644
index 0000000..a92a78c
--- /dev/null
+++ b/gitweb-b1ab8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAkyiYicACgkQ/E3kyWU9dicIBwCcCh+iGmQaQT25T1vUTJHCMbyM
+kIkAn2RmvrKmZUajgofLs4JA5PVGhUXC
+=yLIP
+-----END PGP SIGNATURE-----
diff --git a/gitweb-caching.spec b/gitweb-caching.spec
index f047e1d..11d6916 100644
--- a/gitweb-caching.spec
+++ b/gitweb-caching.spec
@@ -1,12 +1,12 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 
 
-%global SHA1         9eb8a7869936599175d70a903e1a9adeacd62c04
-%global SHA1SHORT    9eb8a78
+%global SHA1         b1ab8b5d1748b0174fb7014651f0f91de3b4c05a
+%global SHA1SHORT    b1ab8b5
 
 Name:           gitweb-caching
 Version:        1.6.5.2
-Release:        7.%{SHA1SHORT}%{?dist}
+Release:        8.%{SHA1SHORT}%{?dist}
 Summary:        Simple web interface to git repositories w/ caching support
 License:        GPLv2
 Group:          Development/Tools
@@ -90,6 +90,11 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755, apache, apache) %{_var}/cache/gitweb-caching
 
 %changelog
+* Tue Sep 28 2010 John 'Warthog9' Hawley <warthog9 at kernel.org> 1.6.5.2-8.b1ab8b5
+- New snapshot from upstream
+- Flock fixes for binary files (snapshots mainly)
+- Ability to disable forking in the code
+- Other fixes from upstream
 * Thu Jun 1 2010 John 'Warthog9' Hawley <warthog9 at kernel.org> 1.6.5.2-7.9eb8a78
 - New snapshot from upstream
 - Fix for older File::Path not having make_path
diff --git a/sources b/sources
index 454f6ec..1985c71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9523f4bdffd79d4d518c15dc5e7962e0  gitweb-9eb8a7869936599175d70a903e1a9adeacd62c04.tar.gz
+66abeee7256b51d1370f82bf240289e9  gitweb-b1ab8b5d1748b0174fb7014651f0f91de3b4c05a.tar.gz


More information about the scm-commits mailing list