rpms/pygpgme/devel pygpgme.spec, 1.15, 1.16 sources, 1.3, 1.4 pygpgme-0.1-gpgme_ctx_set_engine_info.patch, 1.1, NONE pygpgme-0.1-py23.patch, 1.1, NONE pygpgme-0.1-symmetric_encryption_support.patch, 1.1, NONE

Toshio くらとみ toshio at fedoraproject.org
Mon Aug 24 20:00:49 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/pygpgme/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18593

Modified Files:
	pygpgme.spec sources 
Removed Files:
	pygpgme-0.1-gpgme_ctx_set_engine_info.patch 
	pygpgme-0.1-py23.patch 
	pygpgme-0.1-symmetric_encryption_support.patch 
Log Message:

* Mon Aug 24 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-16.20090824bzr68
- Rebase to new upstream snapshot
- Patches merged upstream
- Fixes deprecation warnings on py2.6/py3.0
- Remove py2.3 patch -- only needed for EPEL-4



Index: pygpgme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygpgme/devel/pygpgme.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- pygpgme.spec	29 Jul 2009 00:19:18 -0000	1.15
+++ pygpgme.spec	24 Aug 2009 20:00:48 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           pygpgme
 Version:        0.1
-Release:        15.20090121bzr54%{?dist}
+Release:        16.20090824bzr68%{?dist}
 Summary:        Python module for working with OpenPGP messages
 
 Group:          Development/Languages
@@ -14,16 +14,13 @@ URL:            http://cheeseshop.python
 # for generating keys
 #
 # Steps to create snapshot:
-# bzr branch lp:pygpgme -r54
+# bzr branch lp:pygpgme -r68
 # cd pygpgme
 # patch -p0 < ../pygpgme-examples.patch
 # python setup.py sdist
 # tarball is in dist/pygpgme-0.1.tar.gz
 Source0:        pygpgme-0.1.tar.gz
 #Source0:        http://cheeseshop.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
-Patch0:         pygpgme-0.1-py23.patch
-Patch1:         pygpgme-0.1-gpgme_ctx_set_engine_info.patch
-Patch2:         pygpgme-0.1-symmetric_encryption_support.patch
 # Patch to make generating a tarball (sdist) work.  Applied prior to creating
 # the Source0.
 Patch100:       pygpgme-examples.patch
@@ -39,11 +36,6 @@ the GPGME library.
 %prep
 %setup -q
 
-# Patch necessary for python version 2.3 and below.
-%patch0 -p1 -b .py23
-%patch1 -p1 -b .ctx_set_engine
-%patch2 -p1 -b .sym_encrypt
-
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
@@ -75,6 +67,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 24 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.1-16.20090824bzr68
+- Rebase to new upstream snapshot
+- Patches merged upstream
+- Fixes deprecation warnings on py2.6/py3.0
+- Remove py2.3 patch -- only needed for EPEL-4
+
 * Tue Jul 28 2009 Jesse Keating <jkeating at redhat.com> - 0.1-15.20090121bzr54
 - Add a second patch from mitr for symmetric_encryption_support
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pygpgme/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	22 Jan 2009 18:45:10 -0000	1.3
+++ sources	24 Aug 2009 20:00:48 -0000	1.4
@@ -1 +1 @@
-8e5abdf0ec34c48ad6f9a42697704917  pygpgme-0.1.tar.gz
+988ba280a620d28d05b4f5d4c1ac7170  pygpgme-0.1.tar.gz


--- pygpgme-0.1-gpgme_ctx_set_engine_info.patch DELETED ---


--- pygpgme-0.1-py23.patch DELETED ---


--- pygpgme-0.1-symmetric_encryption_support.patch DELETED ---




More information about the fedora-extras-commits mailing list