From 949fc1526d5b162437851f316a52c3d6af434476 Mon Sep 17 00:00:00 2001 From: William Moreno williamjmorenor@gmail.com Date: Fri, 31 Jul 2015 16:57:29 -0600 Subject: Update to v5.2.2
diff --git a/.gitignore b/.gitignore index 2a503cb..2faa764 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v5.1.3.tar.gz /v5.1.5.tar.gz +/v5.2.2.tar.gz diff --git a/python-frappe.spec b/python-frappe.spec index 957acb1..82dec43 100644 --- a/python-frappe.spec +++ b/python-frappe.spec @@ -3,8 +3,8 @@ %global project frappe
Name: python-%project -Version: 5.1.5 -Release: 1%{?dist} +Version: 5.2.2 +Release: 2%{?dist} Summary: Meta data driven web framework License: MIT URL: http://frappe.io/ @@ -115,10 +115,10 @@ rm -f frappe/public/js/lib/prism.js rm -f frappe/public/js/lib/beautify-html.js
%build -%{__python2} setup.py build +%py2_build
%install -%{__python2} setup.py install --skip-build --root %{buildroot} +%py2_install
#Link .js libraries ln -sf %{nodejs_sitelib}/flot %{buildroot}/%{python2_sitelib}/frappe/public/js/lib/flot @@ -179,6 +179,10 @@ exit 0 %dir %{_localstatedir}/frappe-bench/sites
%changelog +* Fri Jul 31 2015 William Moreno Reyes <williamjmorenor at gmail.com> +- 5.2.2-2 +- Update Python macros + * Wed Jul 29 2015 William Moreno Reyes <williamjmorenor at gmail.com> - 5.1.5-1 - Update to v5.1.5 release diff --git a/sources b/sources index cb14fe2..052b251 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92c660ded720559ac5ce6fa13fec43c4 v5.1.5.tar.gz +74d222cb4bf6f2fdd8074428cb30a59d v5.2.2.tar.gz
scm-commits@lists.fedoraproject.org