rpms/bpython/F-9 .cvsignore, 1.5, 1.6 bpython.spec, 1.4, 1.5 sources, 1.5, 1.6

Terje Røsten terjeros at fedoraproject.org
Mon May 18 11:15:25 UTC 2009


Author: terjeros

Update of /cvs/extras/rpms/bpython/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10850/F-9

Modified Files:
	.cvsignore bpython.spec sources 
Log Message:
Sync with rawhide.




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/bpython/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	5 Jan 2009 20:43:53 -0000	1.5
+++ .cvsignore	18 May 2009 11:14:55 -0000	1.6
@@ -1 +1 @@
-bpython-0.7.1.tar.gz
+bpython-0.8.0.tar.gz


Index: bpython.spec
===================================================================
RCS file: /cvs/extras/rpms/bpython/F-9/bpython.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- bpython.spec	5 Jan 2009 20:43:53 -0000	1.4
+++ bpython.spec	18 May 2009 11:14:55 -0000	1.5
@@ -2,8 +2,8 @@
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
-Version:       0.7.1
-Release:       2%{?dist}
+Version:       0.8.0
+Release:       1%{?dist}
 URL:           http://www.noiseforfree.com/bpython/
 Group:         Development/Libraries
 License:       MIT
@@ -28,6 +28,9 @@ operating systems. It has the following 
 
 %prep
 %setup -q -n %{name}
+%{__sed} -i -e \
+    "s|/usr/share/docs/bpython/examples on Debian|%{_docdir}/%{name}-%{version}/sample-rc on Fedora/RHEL|g" doc/bpython.1
+%{__sed} -i -e '1d' bpython/cli.py
 
 %build
 %{__python} setup.py build
@@ -46,7 +49,7 @@ operating systems. It has the following 
 
 %files
 %defattr(-, root, root, -)
-%doc CHANGELOG LICENSE README
+%doc CHANGELOG LICENSE README sample-rc
 %{_bindir}/%{name}
 %{python_sitelib}/%{name}*
 %{_mandir}/man1/%{name}.1*
@@ -54,6 +57,12 @@ operating systems. It has the following 
 #{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Mon May 18 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.8.0-1
+- 0.8.0
+
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Jan  5 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.7.1-2
 - Add setuptools to buildreq
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/bpython/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	5 Jan 2009 20:43:53 -0000	1.5
+++ sources	18 May 2009 11:14:55 -0000	1.6
@@ -1 +1 @@
-65554d3ebb9f9b5cab62e446424b8ab7  bpython-0.7.1.tar.gz
+d0275118b28d2eb984c902f162732736  bpython-0.8.0.tar.gz




More information about the fedora-extras-commits mailing list