[python-scss: 1/3] update to 1.2.1

Matthias Runge mrunge at fedoraproject.org
Tue Oct 7 11:43:21 UTC 2014


commit 40e877d3cd9f54dfb1289611d92890e78527232e
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Oct 2 20:58:10 2014 +0200

    update to 1.2.1

 python-scss.spec |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/python-scss.spec b/python-scss.spec
index ee0ec91..be9eb20 100644
--- a/python-scss.spec
+++ b/python-scss.spec
@@ -6,20 +6,20 @@
 %global __provides_exclude_from ^(%{python_sitearch}/.*\\.so)$
 
 # Github commit hash
-%global commit 2c10593a7bcec17b8d3dcca9ba40e24868f8ca5c
+%global commit 85e8806e39e840c4402ee813c3e38fefaf9212b4
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 
+%global pypi_name pyScss
+
 Name:           python-scss
-Version:        1.2.0
-Release:        4%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 Summary:        A Scss compiler for Python
 
 License:        MIT
 URL:            https://github.com/Kronuz/pyScss
 Source0:        https://github.com/Kronuz/pyScss/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
-# Review request for this is filed: https://github.com/Kronuz/pyScss/pull/241
-Patch0:         python-scss-remove-shebangs.patch
 
 BuildRequires:  python2-devel
 BuildRequires:  python-six
@@ -32,8 +32,7 @@ Requires:       python-setuptools
 A Scss compiler for Python
 
 %prep
-%setup -q -n pyScss-%{commit}
-%patch0 -p0
+%setup -q -n %setup -q -n pyScss-%{commit}
 
 
 %build
@@ -58,6 +57,9 @@ cp -ar docs/_build/man/pyscss.1 %{buildroot}%{_mandir}/man1/pyscss.1
 
 
 %changelog
+* Thu Oct 02 2014 Matthias Runge <mrunge at redhat.com> - 1.2.1-1
+- update to 1.2.1
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list