[offlineimap] Fix version in file name

Christoph Höger choeger at fedoraproject.org
Wed Oct 19 20:32:01 UTC 2011


commit 1ea4a5ae2faf009d0d3de97a66265bcd00b20bed
Author: Christoph Höger <christoph.hoeger at tu-berlin.de>
Date:   Sun Oct 16 21:02:33 2011 +0200

    Fix version in file name
    
    Signed-off-by: Christoph Höger <christoph.hoeger at tu-berlin.de>

 .gitignore       |    1 +
 offlineimap.spec |    2 +-
 sources          |    2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d739f0b..e8808d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 offlineimap-6.1.2.tar.gz
 /offlineimap-6.2.0.tar.gz
 /offlineimap-6.3.3.tar.gz
+/offlineimap-v6.3.4.tar.gz
diff --git a/offlineimap.spec b/offlineimap.spec
index a3517cf..9d526cf 100644
--- a/offlineimap.spec
+++ b/offlineimap.spec
@@ -8,7 +8,7 @@ Summary:        Powerful IMAP/Maildir synchronization and reader support
 License:        GPLv2+
 Group:          Applications/Internet
 URL:            http://software.complete.org/offlineimap/
-Source0:        %{name}-%{version}.tar.gz
+Source0:        %{name}-v%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
diff --git a/sources b/sources
index 0e50ecd..bdd5003 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db04a8c2d8fe3054c6788fc88d5141ef  offlineimap-6.3.3.tar.gz
+62dcb8c61c2502bc1230cbaee38ddc3f  offlineimap-v6.3.4.tar.gz


More information about the scm-commits mailing list