[python-django-typepadapp/f20] fix bz#1000246

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Feb 28 19:55:59 UTC 2014


commit 90dcfccb6314586f317476c66ee47a752dd12bef
Author: lbazan <lbazan at fedoraproject.org>
Date:   Fri Feb 28 14:56:39 2014 -0500

    fix bz#1000246

 python-django-typepadapp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-django-typepadapp.spec b/python-django-typepadapp.spec
index 711f1f9..b8b94d3 100644
--- a/python-django-typepadapp.spec
+++ b/python-django-typepadapp.spec
@@ -3,7 +3,7 @@
 
 Name:           python-django-typepadapp
 Version:        1.2.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A helper Django app for making TypePad applications
 License:        BSD
 URL:            https://github.com/eelias/typepadapp
@@ -35,6 +35,7 @@ underpinnings for you to build TypePad cloud applications.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+rm -rf typepadapp/static/soundmanager/*.swf
 
 %build
 %{__python2} setup.py build
@@ -54,6 +55,10 @@ chmod 0644 %{buildroot}%{python2_sitelib}/typepadapp/static/soundmanager/soundma
 %{python2_sitelib}/typepadapp-*.egg-info
 
 %changelog
+* Fri Feb 28 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-7
+- remove bundled flash files 
+- fix bz#1000246
+
 * Tue Feb 18 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.2.1-6
 - add aditional requires
 


More information about the scm-commits mailing list