[s3cmd] Fix manual page

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


commit 9e50caf9bb59f7c81aad5cbecdeee26d455b06e4
Author: Lubomir Rintel <lkundrak at v3.sk>
Date:   Tue Jan 11 16:05:10 2011 +0100

    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


More information about the scm-commits mailing list