rpms/python-logilab-astng/devel .cvsignore, 1.4, 1.5 python-logilab-astng.spec, 1.4, 1.5 sources, 1.4, 1.5

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Mon Dec 24 23:31:08 UTC 2007


Author: icon

Update of /cvs/pkgs/rpms/python-logilab-astng/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26047/devel

Modified Files:
	.cvsignore python-logilab-astng.spec sources 
Log Message:
Upstream 0.17.1, plus a couple of cosmetic fixes to the RPM.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-logilab-astng/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	1 Apr 2007 23:07:35 -0000	1.4
+++ .cvsignore	24 Dec 2007 23:30:35 -0000	1.5
@@ -1 +1 @@
-logilab-astng-0.17.0.tar.gz
+logilab-astng-0.17.1.tar.gz


Index: python-logilab-astng.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-logilab-astng/devel/python-logilab-astng.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-logilab-astng.spec	1 Apr 2007 23:07:35 -0000	1.4
+++ python-logilab-astng.spec	24 Dec 2007 23:30:35 -0000	1.5
@@ -1,12 +1,12 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-logilab-astng
-Version:        0.17.0
+Version:        0.17.1
 Release:        1%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 
 Group:          Development/Languages
-License:        GPL
+License:        GPLv2+
 URL:            http://www.logilab.org/projects/astng/
 Source0:        ftp://ftp.logilab.org/pub/astng/logilab-astng-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,7 +39,11 @@
 rm -rf $RPM_BUILD_ROOT%{python_sitelib}/logilab/astng/test
 # Provided by the python-logilab-common package
 rm -f $RPM_BUILD_ROOT%{python_sitelib}/logilab/__init__.*
-
+# Fix encoding in readme
+for FILE in README; do
+    iconv -f iso-8859-15 -t utf-8 $FILE > $FILE.utf8
+    mv -f $FILE.utf8 $FILE
+done
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -52,6 +56,11 @@
 
 
 %changelog
+* Mon Dec 24 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.17.1-1
+- Upstream 0.17.1
+- Adjust license to a more specific GPLv2+
+- Fix docs to be valid utf-8
+
 * Sun Apr 01 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.17.0-1
 - Upstream 0.17.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-logilab-astng/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	1 Apr 2007 23:07:35 -0000	1.4
+++ sources	24 Dec 2007 23:30:35 -0000	1.5
@@ -1 +1 @@
-29a89f58aebcf9e0f07f205e66aa2d6b  logilab-astng-0.17.0.tar.gz
+177d70785f0b437b003b92dc80186a9f  logilab-astng-0.17.1.tar.gz




More information about the fedora-extras-commits mailing list