[bpython] 0.10.1

terjeros terjeros at fedoraproject.org
Mon Oct 17 10:38:37 UTC 2011


commit 695f06d8240cacebf8c601b77a895fa6ebaee4e0
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Oct 17 12:38:32 2011 +0200

    0.10.1

 .gitignore   |    1 +
 bpython.spec |   12 +++++++++---
 sources      |    3 +--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 43342e1..01ca3ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 bpython-0.9.6.2.tar.gz
 /bpython-0.9.7.1.tar.gz
 /bpython.png
+/bpython-0.10.1.tar.gz
diff --git a/bpython.spec b/bpython.spec
index 973a26f..3a7b0c7 100644
--- a/bpython.spec
+++ b/bpython.spec
@@ -6,8 +6,8 @@
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
-Version:       0.9.7.1
-Release:       2%{?dist}
+Version:       0.10.1
+Release:       1%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -92,8 +92,10 @@ pushd %{py3dir}
 # Give python 3 executables a "python3-" prefix to avoid collisions with their
 # python 2 counterparts:
 mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/python3-%{name}
+# Not support for gtk and urwid in Python 3 yet.
 %{__rm} -f %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{__rm} -f %{buildroot}%{_bindir}/bpython-gtk
+%{__rm} -f %{buildroot}%{_bindir}/bpython-urwid
 popd
 %endif # with_python3
 
@@ -112,6 +114,7 @@ desktop-file-install --delete-original         \
 %doc light.theme sample-config sample.theme doc
 %{_bindir}/%{name}
 %{_bindir}/%{name}-gtk
+%{_bindir}/%{name}-urwid
 %{python_sitelib}/%{name}*
 %{python_sitelib}/bpdb
 %{_mandir}/man1/%{name}.1*
@@ -130,10 +133,13 @@ desktop-file-install --delete-original         \
 %endif # with_python3
 
 %changelog
+* Mon Oct 17 2011 Terje Rosten <terje.rosten at ntnu.no> - 0.10.1-1
+- 0.10.1
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Thu Sep  2 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.7.1-1
+* Thu Sep 02 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.7.1-1
 - 0.9.7.1
 
 * Wed Aug 25 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.9.6.2-7
diff --git a/sources b/sources
index 328de7c..826d88c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-f32ce6aa8ae6af8d2cf65e13f58859d4  bpython-0.9.7.1.tar.gz
-104e5f804b904afecbe85c3c05462fc0  bpython.png
+5a270e753be541367e20c4dbae5be928  bpython-0.10.1.tar.gz


More information about the scm-commits mailing list