[s3cmd/infrastructure] update to mdomsch's git HEAD, dropping obsolete patches

Matt Domsch mdomsch at fedoraproject.org
Fri Mar 9 19:17:18 UTC 2012


commit 56bd57273e2336415d3658a9daecac760e40e4ce
Author: Matt Domsch <Matt_Domsch at dell.com>
Date:   Fri Mar 9 11:37:59 2012 -0600

    update to mdomsch's git HEAD, dropping obsolete patches

 .gitignore                   |    1 +
 s3cmd-0.9.8.1-noet.patch     |   24 ------------------------
 s3cmd-0.9.9.91-hashlib.patch |   32 --------------------------------
 s3cmd-1.0.0-manual.patch     |   31 -------------------------------
 s3cmd.spec                   |   19 +++++++++++--------
 sources                      |    2 +-
 6 files changed, 13 insertions(+), 96 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 921f2bc..11e6a52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 s3cmd-0.9.9.91.tar.gz
 /s3cmd-1.0.0.tar.gz
 /s3cmd-1.0.1.tar.gz
+/s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
diff --git a/s3cmd.spec b/s3cmd.spec
index d28c3c9..ff8ad04 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -1,19 +1,21 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           s3cmd
-Version:        1.0.1
-Release:        1%{?dist}
+Version:        1.1.0
+Release:        0.1.git2dfe4a65%{?dist}
 Summary:        Tool for accessing Amazon Simple Storage Service
 
 Group:          Applications/Internet
 License:        GPLv2
 URL:            http://s3tools.logix.cz/s3cmd
-Source0:        http://download.sourceforge.net/s3tools/%{name}-%{version}.tar.gz
-Patch3:         s3cmd-1.0.0-manual.patch
+# git clone git clone  git at github.com:mdomsch/s3cmd.git
+# git checkout -b origin/merge
+# git archive --format tar --prefix s3cmd-1.1.0-beta3-2dfe4a65 HEAD | xz -c > s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
+Source0:        s3cmd-1.1.0-beta3-2dfe4a65.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-devel
+BuildRequires:  python2-devel
 %if %{!?fedora:8}%{?fedora} < 8 || %{!?rhel:6}%{?rhel} < 6
 # This is in standard library since 2.5
 Requires:       python-elementtree
@@ -26,9 +28,7 @@ command line client.
 
 
 %prep
-%setup -q
-%patch3 -p1 -b .manual
-
+%setup -q -n s3cmd-1.1.0-beta3-2dfe4a65
 
 %build
 
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar  9 2012 Matt Domsch <mdomsch at fedoraproject.org> - 1.1.0-0.1.git2dfe4a65
+- build from git for mdomsch patches to s3cmd sync
+
 * Thu Feb 23 2012 Dennis Gilmore <dennis at ausil.us> - 1.0.1-1
 - update to 1.0.1 release
 
diff --git a/sources b/sources
index 71ab98e..9804cd9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dc62becc03a3e6100843611ebe2707c2  s3cmd-1.0.1.tar.gz
+aeabf8a0e2edbcbb76ddd27a4596c3e0  s3cmd-1.1.0-beta3-2dfe4a65.tar.xz


More information about the scm-commits mailing list