rpms/python-pyasn1/F-11 .cvsignore, 1.3, 1.4 python-pyasn1.spec, 1.4, 1.5 sources, 1.3, 1.4

rcritten rcritten at fedoraproject.org
Tue Nov 17 15:22:44 UTC 2009


Author: rcritten

Update of /cvs/extras/rpms/python-pyasn1/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18818

Modified Files:
	.cvsignore python-pyasn1.spec sources 
Log Message:
- Update to upstream version 0.0.9a
- Include patch that adds parsing for the Any type



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-pyasn1/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	9 Sep 2008 19:18:59 -0000	1.3
+++ .cvsignore	17 Nov 2009 15:22:43 -0000	1.4
@@ -1 +1 @@
-pyasn1-0.0.8a.tar.gz
+pyasn1-0.0.9a.tar.gz


Index: python-pyasn1.spec
===================================================================
RCS file: /cvs/extras/rpms/python-pyasn1/F-11/python-pyasn1.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- python-pyasn1.spec	26 Feb 2009 23:06:10 -0000	1.4
+++ python-pyasn1.spec	17 Nov 2009 15:22:43 -0000	1.5
@@ -3,8 +3,8 @@
 %define module pyasn1
 
 Name:           python-pyasn1
-Version:        0.0.8a
-Release:        3%{?dist}
+Version:        0.0.9a
+Release:        1%{?dist}
 Summary:        ASN.1 tools for Python
 License:        BSD
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@ URL:            http://pyasn1.sourceforg
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel python-setuptools
+Patch1:         pyasn1-any.patch
 
 %description
 This project is dedicated to implementation of ASN.1 types (concrete syntax)
@@ -22,6 +23,7 @@ compiler is planned for implementation i
 
 %prep
 %setup -n %{module}-%{version} -q
+%patch1 -p1
 
 
 %build
@@ -44,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 16 2009 Rob Crittenden <rcritten at redhat.com> - 0.0.9a-1
+- Update to upstream version 0.0.9a
+- Include patch that adds parsing for the Any type
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.8a-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-pyasn1/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 Sep 2008 19:19:00 -0000	1.3
+++ sources	17 Nov 2009 15:22:43 -0000	1.4
@@ -1 +1 @@
-1befe83fd3d8dd8bb0d0fbe58a5788a5  pyasn1-0.0.8a.tar.gz
+a6b26c57bae5484381cd558c15277c03  pyasn1-0.0.9a.tar.gz




More information about the fedora-extras-commits mailing list