[py3status/f21] update to new version

Jakub Jedelsky kubo at fedoraproject.org
Thu Jan 29 14:25:42 UTC 2015


commit 9d699b7e36a30697e431ea77f07125a01611a12c
Author: Jakub Jedelsky <jakub.jedelsky at gmail.com>
Date:   Wed Jan 28 23:01:30 2015 +0100

    update to new version

 .gitignore     |    1 +
 py3status.spec |    8 +++++---
 sources        |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4359ec..632b74d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /1.6.tar.gz
+/2.2.tar.gz
diff --git a/py3status.spec b/py3status.spec
index 4b1be14..7edaa4f 100644
--- a/py3status.spec
+++ b/py3status.spec
@@ -2,7 +2,7 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:		py3status
-Version:	1.6
+Version:	2.2
 Release:	1%{?dist}
 Summary:	An extensible i3status wrapper written in python
 
@@ -33,11 +33,10 @@ No extra configuration file needed, just install & enjoy !
 
 %install
 %{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT/%{python2_sitelib}/modules
 
 
 %files
-%doc README.rst LICENSE CHANGELOG modules
+%doc README.rst LICENSE CHANGELOG
 %{_bindir}/py3status
 %dir %{python2_sitelib}/py3status
 %{python2_sitelib}/py3status/*
@@ -45,5 +44,8 @@ rm -rf $RPM_BUILD_ROOT/%{python2_sitelib}/modules
 
 
 %changelog
+* Thu Jan 22 2015 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 2.2-1
+- update to new version
+
 * Mon Oct 27 2014 Jakub Jedelsky <jakub.jedelsky at gmail.com> - 1.6-1
 - inital package
diff --git a/sources b/sources
index bccc0c2..cd16aab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-132e10724554346e78efbcf3d43123fd  1.6.tar.gz
+85cd03f9fa9a36cb5911f5642aaf3abf  2.2.tar.gz


More information about the scm-commits mailing list