kushal pushed to pss (master). "Updating to 1.40 version."

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 14:51:57 UTC 2015


>From 42c637c5968b181be2ffe2f9a5f956f6b5a32c1f Mon Sep 17 00:00:00 2001
From: Kushal Das <kushaldas at gmail.com>
Date: Thu, 9 Apr 2015 20:20:47 +0530
Subject: Updating to 1.40 version.


diff --git a/pss.spec b/pss.spec
index a4776bd..feaaf38 100644
--- a/pss.spec
+++ b/pss.spec
@@ -1,13 +1,13 @@
 Name:           pss
-Version:        1.38
-Release:        3%{?dist}
+Version:        1.40
+Release:        1%{?dist}
 Summary:        A power-tool for searching inside source code files
 
 Group:          Development/Tools
 License:        Public Domain
-URL:            https://bitbucket.org/eliben/pss
-Source0:        https://bitbucket.org/eliben/pss/downloads/%{name}-%{version}.tar.gz
-BuildRequires:  python2-devel, python-setuptools
+URL:            https://github.com/eliben/pss
+Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+BuildRequires:  python3-devel, python3-setuptools
 BuildArch:      noarch
 
 
@@ -27,18 +27,21 @@ colors its output in a helpful way, and does much more.
 %{__python} setup.py build
 
 %install
-%{__python} setup.py install -O1  --root $RPM_BUILD_ROOT
-rm $RPM_BUILD_ROOT/usr/bin/pss.py
+%{__python3} setup.py install -O1  --root $RPM_BUILD_ROOT
+#rm $RPM_BUILD_ROOT/usr/bin/pss.py
 
 
 %files
 %doc README.rst LICENSE CHANGES
 %{_bindir}/pss
-%{python_sitelib}/pss*
+%{python3_sitelib}/pss*
 
 
 
 %changelog
+* Thu Apr 09 2015 Kushal Das <kushal at fedoraprojects.org> 1.40-1
+- New release of the tool on Python3
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.38-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pss.git/commit/?h=master&id=42c637c5968b181be2ffe2f9a5f956f6b5a32c1f


More information about the scm-commits mailing list