From 7460b1c44305f5f1e062efbee6adaeb071a9d9f9 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Mon, 4 May 2015 14:25:35 -0500 Subject: [PATCH] Indicate that this package bundles scintilla 3.2.1. --- wxPython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wxPython.spec b/wxPython.spec index 6192a33..58e833c 100644 --- a/wxPython.spec +++ b/wxPython.spec @@ -5,7 +5,7 @@ Name: wxPython Version: 3.0.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GUI toolkit for the Python programming language @@ -24,6 +24,7 @@ Patch3: wxPython-3.0.2.0-plot.patch # make sure to keep this updated as appropriate BuildRequires: wxGTK3-devel >= 3.0.0 BuildRequires: python-devel +Provides: bundled(scintilla) = 3.2.1 %description wxPython is a GUI toolkit for the Python programming language. It allows @@ -111,6 +112,9 @@ mv $RPM_BUILD_ROOT%{python_sitelib}/wxversion.py* $RPM_BUILD_ROOT%{python_sitear %changelog +* Mon May 04 2015 Jason L Tibbitts III - 3.0.2.0-5 +- Indicate that this package bundles scintilla 3.2.1. + * Sat May 02 2015 Kalev Lember - 3.0.2.0-4 - Rebuilt for GCC 5 C++11 ABI change