From 3f5aeae4242b25463f63dbd29d88513976bc807d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Sep 25 2015 16:03:45 +0000 Subject: Own IPython/html directory Conflicts: ipython.spec --- diff --git a/ipython.spec b/ipython.spec index 43cdfa5..4568f2e 100644 --- a/ipython.spec +++ b/ipython.spec @@ -13,7 +13,7 @@ Name: ipython Version: 2.4.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -581,6 +581,7 @@ popd %dir %{python2_sitelib}/IPython %{python2_sitelib}/IPython/external %{python2_sitelib}/IPython/*.py* +%dir %{python2_sitelib}/IPython/html %dir %{python2_sitelib}/IPython/html/* %{python2_sitelib}/IPython/html/__init__.py* %{python2_sitelib}/IPython/html/nbextensions.py* @@ -714,6 +715,9 @@ popd %endif # with_python3 %changelog +* Fri Sep 25 2015 Orion Poplawski - 2.4.1-9 +- Own IPython/html directory + * Wed Sep 2 2015 Orion Poplawski - 2.4.1-8 - Add backported upstream patch to fix XSS vulnerability (bug #1259405)