[pygpgme] - New snapshot to fix BZ#647059: pygpgme error creating context on F14.

Toshio くらとみ toshio at fedoraproject.org
Wed Oct 27 17:20:55 UTC 2010


commit d1f0b65158d92a86a06ab61faca5435759611a51
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Oct 27 10:20:37 2010 -0700

    - New snapshot to fix BZ#647059: pygpgme error creating context on F14.

 .gitignore   |    1 +
 pygpgme.spec |    7 +++++--
 sources      |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6357f04..1537f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 pygpgme-0.1.tar.gz
+/pygpgme-0.1.tar.gz
diff --git a/pygpgme.spec b/pygpgme.spec
index 0d1b878..6c2f6b9 100644
--- a/pygpgme.spec
+++ b/pygpgme.spec
@@ -2,7 +2,7 @@
 
 Name:           pygpgme
 Version:        0.1
-Release:        20.20090824bzr68%{?dist}
+Release:        21.20101027bzr69%{?dist}
 Summary:        Python module for working with OpenPGP messages
 
 Group:          Development/Languages
@@ -14,7 +14,7 @@ URL:            http://cheeseshop.python.org/pypi/pygpgme/0.1
 # for generating keys
 #
 # Steps to create snapshot:
-# bzr branch lp:pygpgme -r68
+# bzr branch lp:pygpgme -r69
 # cd pygpgme
 # patch -p0 < ../pygpgme-examples.patch
 # python setup.py sdist
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct 27 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 21.20101027bzr69
+- New snapshot to fix BZ#647059: pygpgme error creating context on F14.
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.1-20.20090824bzr68
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index a43c189..168d4d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-988ba280a620d28d05b4f5d4c1ac7170  pygpgme-0.1.tar.gz
+5eab9cb3e35d507a1829c50a079b96c6  pygpgme-0.1.tar.gz


More information about the scm-commits mailing list