From 4fc2ce19c2bfca1ace8b96a0c59e8ee9a1cc1796 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 3 Aug 2012 16:10:07 -0400 Subject: [PATCH] Fix the opencv sed magic to hit a pattern that actually exists - Rebuild for new opencv --- gstreamer-plugins-bad-free.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gstreamer-plugins-bad-free.spec b/gstreamer-plugins-bad-free.spec index 495ba08..02f4318 100644 --- a/gstreamer-plugins-bad-free.spec +++ b/gstreamer-plugins-bad-free.spec @@ -14,7 +14,7 @@ Summary: GStreamer streaming media framework "bad" plug-ins Name: gstreamer-plugins-bad-free Version: 0.10.23 -Release: 9%{?dist} +Release: 10%{?dist} # The freeze and nfs plugins are LGPLv2 (only) License: LGPLv2+ and LGPLv2 Group: Applications/Multimedia @@ -167,7 +167,7 @@ aren't tested well enough, or the code is not of good enough quality. %patch4 -p1 %patch5 -p1 %patch6 -p1 -sed -i 's/opencv <= 2.2.0/opencv <= 2.4.0/g' configure +sed -i 's/opencv <= 2.3.1/opencv <= 2.4.2/g' configure %build @@ -365,6 +365,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Fri Aug 03 2012 Adam Jackson 0.10.23-10 +- Fix the opencv sed magic to hit a pattern that actually exists +- Rebuild for new opencv + * Thu Jul 19 2012 Fedora Release Engineering - 0.10.23-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild