rpms/python-astng/devel .cvsignore, 1.2, 1.3 python-astng.spec, 1.3, 1.4 sources, 1.2, 1.3

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Wed Nov 16 20:51:26 UTC 2005


Author: icon

Update of /cvs/extras/rpms/python-astng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4630

Modified Files:
	.cvsignore python-astng.spec sources 
Log Message:
Patch for modname traceback (from CVS)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-astng/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 Nov 2005 18:50:57 -0000	1.2
+++ .cvsignore	16 Nov 2005 20:51:24 -0000	1.3
@@ -1 +1,2 @@
 astng-0.13.1.tar.gz
+astng-0.13.1-modname.patch


Index: python-astng.spec
===================================================================
RCS file: /cvs/extras/rpms/python-astng/devel/python-astng.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-astng.spec	12 Nov 2005 19:04:31 -0000	1.3
+++ python-astng.spec	16 Nov 2005 20:51:24 -0000	1.4
@@ -2,13 +2,16 @@
 
 Name:           python-astng
 Version:        0.13.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 
 Group:          Development/Languages
 License:        GPL
 URL:            http://www.logilab.org/projects/astng/
 Source0:        ftp://ftp.logilab.org/pub/astng/astng-%{version}.tar.gz
+                # This should be upstream in the CVS version,
+                # but without this fix pylint is pretty much unusable.
+Patch0:         astng-0.13.1-modname.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,6 +28,7 @@
 
 %prep
 %setup -q -n astng-%{version}
+%patch0 -p0
 
 
 %build
@@ -53,6 +57,9 @@
 
 
 %changelog
+* Tue Nov 15 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-2
+- Patch for the modname traceback
+
 * Sat Nov 12 2005 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.13.1-1
 - Fedora Extras import
 - Disttagging


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-astng/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Nov 2005 18:50:57 -0000	1.2
+++ sources	16 Nov 2005 20:51:24 -0000	1.3
@@ -1 +1,2 @@
 57b899fb6caf7b88f33161b89ee1e6fa  astng-0.13.1.tar.gz
+ab22a610844f1c4a72ebb2c7d96ec15d  astng-0.13.1-modname.patch




More information about the fedora-extras-commits mailing list