rpms/bpython/F-13 .cvsignore, 1.8, 1.9 bpython.spec, 1.11, 1.12 sources, 1.8, 1.9

terjeros terjeros at fedoraproject.org
Fri Apr 9 20:27:11 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/bpython/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22756/F-13

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




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bpython/F-13/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	5 Nov 2009 16:50:44 -0000	1.8
+++ .cvsignore	9 Apr 2010 20:27:11 -0000	1.9
@@ -1 +1 @@
-bpython-0.9.5.2.tar.gz
+bpython-0.9.6.2.tar.gz


Index: bpython.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bpython/F-13/bpython.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- bpython.spec	5 Nov 2009 16:50:44 -0000	1.11
+++ bpython.spec	9 Apr 2010 20:27:11 -0000	1.12
@@ -2,8 +2,8 @@
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
-Version:       0.9.5.2
-Release:       1%{?dist}
+Version:       0.9.6.2
+Release:       2%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -29,8 +29,8 @@ operating systems. It has the following 
 %prep
 %setup -q
 %{__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
+    "s|/usr/share/docs/bpython/examples on Debian|%{_docdir}/%{name}-%{version}/sample-config on Fedora/RHEL|g" doc/bpython.1
+%{__sed} -i -e '1d' bpython/{cli,keys}.py
 
 %build
 %{__python} setup.py build
@@ -40,6 +40,9 @@ operating systems. It has the following 
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 %{__rm} -f %{buildroot}%{_datadir}/applications/%{name}.desktop
 
+# Leave this out for now, 0.9.7 will ship a stable gtk version
+%{__rm} -f %{buildroot}%{_bindir}/bpython-gtk
+
 #desktop-file-install --delete-original        \
 #  --dir %{buildroot}%{_datadir}/applications  \
 #  %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -57,6 +60,12 @@ operating systems. It has the following 
 #{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Sat Apr 09 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-2
+- Fix man page (bz #561800)
+
+* Sat Apr 09 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-1
+- 0.9.6.2
+
 * Thu Nov 05 2009 Terje Rosten <terje.rosten at ntnu.no> - 0.9.5.2-1
 - 0.9.5.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bpython/F-13/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	5 Nov 2009 16:50:44 -0000	1.8
+++ sources	9 Apr 2010 20:27:11 -0000	1.9
@@ -1 +1 @@
-8c6022907d2bff9d0193f3d299157443  bpython-0.9.5.2.tar.gz
+d30fdb663fa9957c21c63108ed249b59  bpython-0.9.6.2.tar.gz



More information about the scm-commits mailing list