[s3cmd/infrastructure] add local MD5 cache

Matt Domsch mdomsch at fedoraproject.org
Tue Jun 19 01:31:30 UTC 2012


commit e463a499dff71559c1e27a26df4e3d12479a8bcd
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Mon Jun 18 20:31:24 2012 -0500

    add local MD5 cache

 .gitignore |    1 +
 s3cmd.spec |    7 +++++--
 sources    |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 61b9af1..49c3e68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ s3cmd-0.9.9.91.tar.gz
 /s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
 /s3cmd-1.1.0-beta3-f881b162.tar.xz
 /s3cmd-1.1.0-beta3-7de0789d.tar.xz
+/s3cmd-1.1.0-beta3-11e5755e.tar.xz
diff --git a/s3cmd.spec b/s3cmd.spec
index 0de23a3..ef441ef 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -2,8 +2,8 @@
 
 Name:           s3cmd
 Version:        1.1.0
-%define git 7de0789d
-Release:        0.3.git%{git}%{?dist}
+%define git 11e5755e
+Release:        0.4.git%{git}%{?dist}
 Summary:        Tool for accessing Amazon Simple Storage Service
 
 Group:          Applications/Internet
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 19 2012 Matt Domsch <mdomsch at fedoraproject.org> - 1.1.0-0.4.git11e5755e
+- add local MD5 cache
+
 * Mon Jun 18 2012 Matt Domsch <mdomsch at fedoraproject.org> - 1.1.0-0.3.git7de0789d
 - parallelize local->remote syncs
 
diff --git a/sources b/sources
index da78ca7..c8762ba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 e370045a2a7c461e9f1f7c8ad153ae41  s3cmd-1.1.0-beta3-f881b162.tar.xz
 bd78f0844f15e8aa9af73751617a6294  s3cmd-1.1.0-beta3-7de0789d.tar.xz
+49e89d8e8e2cdeca5e23df223f7d7b01  s3cmd-1.1.0-beta3-11e5755e.tar.xz


More information about the scm-commits mailing list