[python-cvxopt] Mass rebuild for Fedora 17. Fix insufficiently escaped filter expression.

Jerry James jjames at fedoraproject.org
Tue Jan 10 18:06:04 UTC 2012


commit 0301591edc58c3a2b9800280f56fb8ec7f25a0f1
Author: Jerry James <loganjerry at gmail.com>
Date:   Tue Jan 10 11:05:54 2012 -0700

    Mass rebuild for Fedora 17.
    Fix insufficiently escaped filter expression.

 python-cvxopt.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/python-cvxopt.spec b/python-cvxopt.spec
index d37ac9f..918a730 100644
--- a/python-cvxopt.spec
+++ b/python-cvxopt.spec
@@ -1,6 +1,6 @@
 Name:           python-cvxopt
 Version:        1.1.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python Package for Convex Optimization
 Group:          Development/Languages
 License:        GPLv3+
@@ -24,7 +24,7 @@ BuildRequires:  python-sphinx
 BuildRequires:  suitesparse-devel
 BuildRequires:  tex4ht
 
-%global __provides_exclude_from ^%{python_sitearch}/.*\.so$
+%global __provides_exclude_from ^%{python_sitearch}/.*\\.so$
 
 
 %description
@@ -102,6 +102,10 @@ cp -a examples $RPM_BUILD_ROOT%{_datadir}/%{name}/
 
 
 %changelog
+* Tue Jan 10 2012 Jerry James <loganjerry at gmail.com> - 1.1.4-2
+- Mass rebuild for Fedora 17
+- Fix insufficiently escaped filter expression
+
 * Mon Jan  2 2012 Jerry James <loganjerry at gmail.com> - 1.1.4-1
 - New upstream release
 - Use the RPM 4.9 way of filtering provides


More information about the scm-commits mailing list