[getmail] update to 4.47.0

Markus Mayer lotharlutz at fedoraproject.org
Mon Mar 2 21:14:17 UTC 2015


commit 47481656c413dd8679dd860945ca2a6728813569
Author: Markus Mayer <lotharlutz at gmx.de>
Date:   Mon Mar 2 22:14:00 2015 +0100

    update to 4.47.0

 .gitignore   | 1 +
 getmail.spec | 9 +++++++--
 sources      | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0580147..95c76d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ getmail-4.20.0.tar.gz
 /getmail-4.42.0.tar.gz
 /getmail-4.43.0.tar.gz
 /getmail-4.46.0.tar.gz
+/getmail-4.47.0.tar.gz
diff --git a/getmail.spec b/getmail.spec
index 3cdac1a..ad0b048 100644
--- a/getmail.spec
+++ b/getmail.spec
@@ -1,7 +1,7 @@
 Summary: POP3, IMAP4 and SDPS mail retriever with Maildir delivery
 Name: getmail
-Version: 4.46.0
-Release: 2%{?dist}
+Version: 4.47.0
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://pyropus.ca/software/getmail/
@@ -24,6 +24,8 @@ Getmail is written entirely in python.
 
 %install
 python setup.py install --root="%{buildroot}"
+chmod a+x %{buildroot}/%{python_sitelib}/getmailcore/*.py
+chmod a-x %{buildroot}/%{python_sitelib}/getmailcore/imap_utf7.py
 rm docs/*.1
 rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}
 
@@ -44,6 +46,9 @@ rm -rf %{buildroot}/%{_docdir}/%{name}-%{version}
 %{python_sitelib}/getmailcore/
 
 %changelog
+* Mon Mar 02 2015 Markus Mayer <lotharlutz at gmx.de> - 4.47.0-1
+- Upstream 4.47.0 release.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.46.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 788440f..2555394 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa094ebe558f47246c8af2ca8e1d12f9  getmail-4.46.0.tar.gz
+4f7cb44e699be9b727e9b305ce4ee2f1  getmail-4.47.0.tar.gz


More information about the scm-commits mailing list