[python-cvxopt] Note bundled jquery.

Jerry James jjames at fedoraproject.org
Sat Feb 21 23:18:07 UTC 2015


commit 8d8034aabe34f24d754a181fb835aa25d8eabe6b
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Feb 21 16:17:57 2015 -0700

    Note bundled jquery.

 python-cvxopt.spec | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/python-cvxopt.spec b/python-cvxopt.spec
index ea21b03..24f1c2f 100644
--- a/python-cvxopt.spec
+++ b/python-cvxopt.spec
@@ -2,9 +2,8 @@
 
 Name:           python-%{pkgname}
 Version:        1.1.7
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A Python Package for Convex Optimization
-Group:          Development/Languages
 License:        GPLv3+
 URL:            http://cvxopt.org/
 Source0:        https://github.com/%{pkgname}/%{pkgname}/archive/%{version}/%{pkgname}-%{version}.tar.gz
@@ -26,6 +25,8 @@ BuildRequires:  tex(tex4ht.sty)
 BuildRequires:  tex(utf8x.def)
 BuildRequires:  texlive-dvipng
 
+Provides:       bundled(jquery)
+
 
 %description
 CVXOPT is a free software package for convex optimization based on
@@ -37,7 +38,6 @@ on the strengths of Python as a high-level programming language.
 
 %package        examples
 Summary:        Examples of using %{name}
-Group:          Development/Languages
 Requires:       %{name} = %{version}-%{release}
 Requires:       python-matplotlib, pygobject2
 BuildArch:      noarch
@@ -49,7 +49,7 @@ Example use of %{name}.
 
 %package -n     python3-%{pkgname}
 Summary:        A Python3 Package for Convex Optimization
-Group:          Development/Languages
+Provides:       bundled(jquery)
 
 
 %description -n python3-%{pkgname}
@@ -125,6 +125,9 @@ cp -a examples %{buildroot}%{_datadir}/%{name}/
 
 
 %changelog
+* Sat Feb 21 2015 Jerry James <loganjerry at gmail.com> - 1.1.7-4
+- Note bundled jquery
+
 * Wed Sep 10 2014 Jerry James <loganjerry at gmail.com> - 1.1.7-3
 - Rebuild for suitesparse 4.3.1
 - Use a better test for lib64


More information about the scm-commits mailing list