[s3cmd] New upstream version, drop stringifying patch

Lubomir Rintel lkundrak at fedoraproject.org
Tue Jan 11 15:08:09 UTC 2011


commit d1952df7436be4dffb17a4a7740a0370c9e6eba6
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Tue Jan 11 16:07:14 2011 +0100

    New upstream version, drop stringifying patch

 s3cmd-0.9.9.91-httplib.patch |   27 -----------------
 s3cmd-1.0.0-manual.patch     |   66 ++++++++++++++++++++++++++++++++++++++++++
 s3cmd.spec                   |    4 +-
 3 files changed, 68 insertions(+), 29 deletions(-)
---
diff --git a/s3cmd-1.0.0-manual.patch b/s3cmd-1.0.0-manual.patch
new file mode 100644
index 0000000..497d360
--- /dev/null
+++ b/s3cmd-1.0.0-manual.patch
@@ -0,0 +1,66 @@
+From 9e50caf9bb59f7c81aad5cbecdeee26d455b06e4 Mon Sep 17 00:00:00 2001
+From: Lubomir Rintel <lkundrak at v3.sk>
+Date: Tue, 11 Jan 2011 16:05:10 +0100
+Subject: [PATCH] Fix manual page
+
+s3cmd.noarch: W: manual-page-warning /usr/share/man/man1/s3cmd.1.gz 235:
+warning: macro `Cache-Control'' not defined
+This man page may contain problems that can cause it not to be formatted
+as intended.
+---
+ .gitignore |    1 +
+ s3cmd.spec |    9 ++++++---
+ sources    |    2 +-
+ 3 files changed, 8 insertions(+), 4 deletions(-)
+
+diff --git a/.gitignore b/.gitignore
+index 0276b8c..1af7baa 100644
+--- a/.gitignore
++++ b/.gitignore
+@@ -1 +1,2 @@
+ s3cmd-0.9.9.91.tar.gz
++/s3cmd-1.0.0.tar.gz
+diff --git a/s3cmd.spec b/s3cmd.spec
+index 742938a..9d15eac 100644
+--- a/s3cmd.spec
++++ b/s3cmd.spec
+@@ -1,8 +1,8 @@
+ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+ 
+ Name:           s3cmd
+-Version:        0.9.9.91
+-Release:        3%{?dist}
++Version:        1.0.0
++Release:        1%{?dist}
+ Summary:        Tool for accessing Amazon Simple Storage Service
+ 
+ Group:          Applications/Internet
+@@ -11,7 +11,7 @@ URL:            http://s3tools.logix.cz/s3cmd
+ Source0:        http://download.sourceforge.net/s3tools/%{name}-%{version}.tar.gz
+ Patch0:         s3cmd-0.9.8.1-noet.patch
+ Patch1:         s3cmd-0.9.9.91-hashlib.patch
+-Patch2:         s3cmd-0.9.9.91-httplib.patch
++Patch2:         s3cmd-1.0.0-httplib.patch
+ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ BuildArch:      noarch
+ 
+@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
+ 
+ 
+ %changelog
++* Tue Jan 11 2011 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 1.0.0-1
++- New upstream release
++
+ * Mon Nov 29 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0.9.9.91-3
+ - Patch for broken f14 httplib
+ 
+diff --git a/sources b/sources
+index 874da08..810ebb1 100644
+--- a/sources
++++ b/sources
+@@ -1 +1 @@
+-0b8334ab4ffb1e09d6964861dc001e0f  s3cmd-0.9.9.91.tar.gz
++e82f0246479015ce50a09d8d4ada8429  s3cmd-1.0.0.tar.gz
+-- 
+1.7.3.4
+
diff --git a/s3cmd.spec b/s3cmd.spec
index 9d15eac..19e8f50 100644
--- a/s3cmd.spec
+++ b/s3cmd.spec
@@ -11,7 +11,7 @@ URL:            http://s3tools.logix.cz/s3cmd
 Source0:        http://download.sourceforge.net/s3tools/%{name}-%{version}.tar.gz
 Patch0:         s3cmd-0.9.8.1-noet.patch
 Patch1:         s3cmd-0.9.9.91-hashlib.patch
-Patch2:         s3cmd-1.0.0-httplib.patch
+Patch3:         s3cmd-1.0.0-manual.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -31,7 +31,7 @@ command line client.
 %setup -q
 %patch0 -p1 -b .noet
 %patch1 -p1 -b .hashlib
-%patch2 -p1 -b .httplib
+%patch3 -p1 -b .manual
 
 
 %build


More information about the scm-commits mailing list