[bpython] 0.13.1

terjeros terjeros at fedoraproject.org
Mon Aug 11 19:17:27 UTC 2014


commit 74a1e4e1a2166cec2229f0aa7d90a36af2b74524
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Mon Aug 11 21:17:27 2014 +0200

    0.13.1

 .gitignore                |    1 +
 bpython-0.12-imp.patch    |   23 -----------------------
 bpython-0.12-resize.patch |   14 --------------
 bpython.spec              |   20 +++++++++++---------
 sources                   |    3 +--
 5 files changed, 13 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea597a0..e668a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ bpython-0.9.6.2.tar.gz
 /bpython.png
 /bpython-0.10.1.tar.gz
 /bpython-0.12.tar.gz
+/bpython-0.13.1.tar.gz
diff --git a/bpython.spec b/bpython.spec
index ad3e68f..5aab700 100644
--- a/bpython.spec
+++ b/bpython.spec
@@ -2,8 +2,8 @@
 
 Name:          bpython
 Summary:       Fancy curses interface to the Python interactive interpreter
-Version:       0.12
-Release:       6%{?dist}
+Version:       0.13.1
+Release:       1%{?dist}
 URL:           http://www.bpython-interpreter.org/
 Group:         Development/Libraries
 License:       MIT
@@ -11,8 +11,6 @@ Source0:       http://www.bpython-interpreter.org/releases/bpython-%{version}.ta
 # some gimp resize of http://bpython-interpreter.org/static/img/bpython-logo.png
 Source1:       bpython.png
 Patch0:        bpython-0.9.7.1-desktop.patch
-Patch1:        bpython-0.12-imp.patch
-Patch2:        bpython-0.12-resize.patch
 BuildArch:     noarch
 BuildRequires: python-devel
 BuildRequires: python-setuptools
@@ -65,8 +63,6 @@ This is the Python 3 build of bpython
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1 -p0
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -93,9 +89,10 @@ mv %{buildroot}/%{_bindir}/%{name} %{buildroot}/%{_bindir}/python3-%{name}
 # python3-urwid ok, however python3 twisted also needed
 #mv %{buildroot}/%{_bindir}/%{name}-urwid %{buildroot}/%{_bindir}/python3-%{name}-urwid
 rm -f %{buildroot}%{_bindir}/bpython-urwid
-# Not support for gtk in Python 3 yet
+# Not support for gtk/curtsies in Python 3 yet
 rm -f %{buildroot}%{_datadir}/applications/%{name}.desktop
 rm -f %{buildroot}%{_bindir}/bpython-gtk
+rm -f %{buildroot}%{_bindir}/bpython-curtsies
 popd
 %endif # with_python3
 
@@ -104,6 +101,8 @@ desktop-file-install --delete-original         \
    --dir %{buildroot}%{_datadir}/applications  \
    %{buildroot}%{_datadir}/applications/%{name}.desktop
 install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
+# Not support for curtsies yet
+rm -f %{buildroot}%{_bindir}/bpython-curtsies
 
 %files
 %doc AUTHORS CHANGELOG LICENSE ROADMAP TODO
@@ -129,6 +128,9 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 %endif # with_python3
 
 %changelog
+* Mon Aug 11 2014 Terje Rosten <terje.rosten at ntnu.no> - 0.13.1-1
+- 0.13.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -190,10 +192,10 @@ install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 * Fri May 07 2010 David Malcolm <dmalcolm at redhat.com> - 0.9.6.2-3
 - Add python3 subpackage (bz #590107)
 
-* Sat Apr 09 2010 Terje Rosten <terje.rosten at ntnu.no> - 0.9.6.2-2
+* Fri 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
+* Fri 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
diff --git a/sources b/sources
index 3d8a758..d5e71f9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-14cbe92620d386a769b3faa282a1d6c3  bpython-0.12.tar.gz
-104e5f804b904afecbe85c3c05462fc0  bpython.png
+47b2ae18ee39d519752218b938024a85  bpython-0.13.1.tar.gz


More information about the scm-commits mailing list