rpms/babel/devel .cvsignore, 1.2, 1.3 babel.spec, 1.4, 1.5 sources, 1.2, 1.3 0001-Rename-command-line-script-to-avoid-conflict-with-th.patch, 1.1, NONE

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Mon Jul 2 13:46:59 UTC 2007


Author: jcollie

Update of /cvs/pkgs/rpms/babel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18602

Modified Files:
	.cvsignore babel.spec sources 
Removed Files:
	0001-Rename-command-line-script-to-avoid-conflict-with-th.patch 
Log Message:
Update to 0.8.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/babel/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Jun 2007 22:42:44 -0000	1.2
+++ .cvsignore	2 Jul 2007 13:46:24 -0000	1.3
@@ -1 +1 @@
-Babel-0.8.tar.bz2
+Babel-0.8.1.tar.bz2


Index: babel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/babel/devel/babel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- babel.spec	29 Jun 2007 15:44:25 -0000	1.4
+++ babel.spec	2 Jul 2007 13:46:24 -0000	1.5
@@ -1,17 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           babel
-Version:        0.8
-Release:        3%{?dist}
+Version:        0.8.1
+Release:        1%{?dist}
 Summary:        Tools for internationalizing Python applications
 
 Group:          Development/Languages
 License:        BSD
 URL:            http://babel.edgewall.org/
 Source0:        http://ftp.edgewall.com/pub/babel/Babel-%{version}.tar.bz2
-# Upstream patch:
-# http://babel.edgewall.org/changeset/192?format=diff&new=192
-Patch0:         0001-Rename-command-line-script-to-avoid-conflict-with-th.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -43,7 +40,6 @@
 
 %prep
 %setup0 -q -n Babel-%{version}
-%patch0 -p1
 chmod a-x babel/messages/frontend.py doc/logo.png doc/logo_small.png
 %{__sed} -i -e '/^#!/,1d' babel/messages/frontend.py
 
@@ -68,6 +64,10 @@
 %{python_sitelib}/*
 
 %changelog
+* Mon Jul  2 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8.1-1
+- Update to 0.8.1
+- Remove upstreamed patch.
+
 * Fri Jun 29 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-3
 - Replace patch with one that actually applies.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/babel/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Jun 2007 22:42:44 -0000	1.2
+++ sources	2 Jul 2007 13:46:24 -0000	1.3
@@ -1 +1 @@
-3a3ff0204cbf872f6f99c83376d662d0  Babel-0.8.tar.bz2
+1dceaec2c05d6209ffb3dcc2dbd61a8c  Babel-0.8.1.tar.bz2


--- 0001-Rename-command-line-script-to-avoid-conflict-with-th.patch DELETED ---




More information about the scm-commits mailing list