[sphinxbase] Rebuild for GCC 4.7. Fix a typo in the filter.

Jerry James jjames at fedoraproject.org
Fri Jan 6 22:49:00 UTC 2012


commit ecadbd3cfe68a4db004ff586d6bfe8f4af50bb9d
Author: Jerry James <loganjerry at gmail.com>
Date:   Fri Jan 6 15:48:45 2012 -0700

    Rebuild for GCC 4.7.
    Fix a typo in the filter.

 sphinxbase.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/sphinxbase.spec b/sphinxbase.spec
index f106c26..86d7607 100644
--- a/sphinxbase.spec
+++ b/sphinxbase.spec
@@ -1,6 +1,6 @@
 Name:           sphinxbase
 Version:        0.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Common library for CMU Sphinx voice recognition products
 
 Group:          Development/Libraries
@@ -28,7 +28,7 @@ BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
 BuildRequires:  tex(latex)
 
-%global __provides_exclude_from ^%{_libdir}/python.*\.so$
+%global __provides_exclude_from ^%{_libdir}/python.*\\.so$
 
 %description
 Sphinxbase is a common library for CMU Sphinx voice recognition products.
@@ -143,6 +143,10 @@ gcc ${RPM_OPT_FLAGS} -std=gnu99 -shared cont_ad_base.o ad_alsa.o \
 %{python_sitearch}/*
 
 %changelog
+* Fri Jan  6 2012 Jerry James <loganjerry at gmail.com> - 0.7-3
+- Rebuild for GCC 4.7
+- Fix a typo in the filter
+
 * Fri Jul 15 2011 Jerry James <loganjerry at gmail.com> - 0.7-2
 - Use RPM 4.9's new filter scheme to remove bogus provides
 - Minor spec file cleanups


More information about the scm-commits mailing list