[lshell] * Sun Sep 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.16-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Sun Sep 8 21:45:57 UTC 2013


commit 664b1610c59935681e346a4b3ac5a8f192c10dac
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Sun Sep 8 23:45:42 2013 +0200

    * Sun Sep 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.16-1
    - Updated to new upstream version 0.9.16

 .gitignore  |    1 +
 lshell.spec |   15 ++++++++-------
 sources     |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8ea8685..6577923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ lshell-0.9.12.tar.gz
 /lshell-0.9.13.tar.gz
 /lshell-0.9.14.tar.gz
 /lshell-0.9.15.1.tar.gz
+/lshell-0.9.16.tar.gz
diff --git a/lshell.spec b/lshell.spec
index 32bb4ad..b5d0903 100644
--- a/lshell.spec
+++ b/lshell.spec
@@ -1,12 +1,11 @@
 Name:           lshell
-Version:        0.9.15.1
-Release:        5%{?dist}
+Version:        0.9.16
+Release:        1%{?dist}
 Summary:        Python-based limited Shell
 
 License:        GPLv3+
 URL:            https://github.com/ghantoos/lshell
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -24,10 +23,10 @@ chmod -x CHANGES
 sed -i -e '/^#!\//, 1d' lshellmodule/lshell.py
 
 %build
-%{__python} setup.py build
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 #doc files at the wrong place
 rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README}
 
@@ -40,8 +39,10 @@ rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README}
 %{python_sitelib}/lshell.py*
 %{python_sitelib}/%{name}*.egg-info
 
-
 %changelog
+* Sun Sep 08 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.16-1
+- Updated to new upstream version 0.9.16
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.15.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -97,7 +98,7 @@ rm %{buildroot}%{_defaultdocdir}/lshell/{CHANGES,COPYING,README}
 * Fri Aug 14 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.5-1
 - Updated to new upstream version
 
-* Sun Jul 07 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.4-1
+* Tue Jul 07 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.4-1
 - Updated to new upstream version 0.9.4
 
 * Wed Apr 15 2009 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.3-1
diff --git a/sources b/sources
index 5c8e897..e415bc9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a6aca8d5f03b55289c1d3557c1bdc6d  lshell-0.9.15.1.tar.gz
+6630e2e2200fbe5d1376dcad26daf6be  lshell-0.9.16.tar.gz


More information about the scm-commits mailing list