[python-gnupg/el6] * Thu Feb 06 2014 Paul Wouters <pwouters at redhat.com> - 0.3.6-1 - Updated to 0.3.6 which includes Sec

Paul Wouters pwouters at fedoraproject.org
Thu Feb 6 03:33:34 UTC 2014


commit 94f2eb515136b38f6e5b803a084e1b8f0183058b
Author: Paul Wouters <pwouters at redhat.com>
Date:   Wed Feb 5 22:33:47 2014 -0500

    * Thu Feb 06 2014 Paul Wouters <pwouters at redhat.com> - 0.3.6-1
    - Updated to 0.3.6 which includes Security fix (CVE-2014-XXXX)
    - Upstream including our export patch and converted README file
    - Upstream switched to new download site

 .gitignore        |    1 +
 python-gnupg.spec |   17 ++++++++---------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20cb476..053a947 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /python-gnupg-0.3.5.tar.gz
+/python-gnupg-0.3.6.tar.gz
diff --git a/python-gnupg.spec b/python-gnupg.spec
index 8910c90..0aebe2f 100644
--- a/python-gnupg.spec
+++ b/python-gnupg.spec
@@ -1,29 +1,23 @@
 Name:           python-gnupg
-Version:        0.3.5
-Release:        4%{?dist}
+Version:        0.3.6
+Release:        1%{?dist}
 Summary:        Python module for GnuPG
 Group:          Development/Languages
 License:        BSD
 URL:            http://pythonhosted.org/python-gnupg/
-Source0:        http://python-gnupg.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       gnupg
-# Patch required for raw (non-ascii) key exports - required for hash-slinger's use
-# submitted to upstream: http://code.google.com/p/python-gnupg/issues/detail?id=94
-Patch1:         python-gnupg-0.3.5-export.patch
 
 %description
 GnuPG bindings for python. This uses the gpg command.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %{__python} setup.py build
-mv README README.org
-tr -d '\r' < README.org > README
 
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
@@ -34,6 +28,11 @@ tr -d '\r' < README.org > README
 %{python_sitelib}/python_gnupg-%{version}-py*.egg-info
 
 %changelog
+* Thu Feb 06 2014 Paul Wouters <pwouters at redhat.com> - 0.3.6-1
+- Updated to 0.3.6 which includes Security fix (CVE-2014-XXXX)
+- Upstream including our export patch and converted README file
+- Upstream switched to new download site
+
 * Mon Jan 06 2014 Paul Wouters <pwouters at redhat.com> - 0.3.5-4
 - Require gnupg (duh)
 - Remove cleaning in install target
diff --git a/sources b/sources
index 9aa0b17..ff7e725 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9325f1aa54af17d9f98e6fb2d36ae63  python-gnupg-0.3.5.tar.gz
+27415bead227e8c6906900b7c777120c  python-gnupg-0.3.6.tar.gz


More information about the scm-commits mailing list