Fix the opencv sed magic to hit a pattern that actually exists
- Rebuild for new opencv
This commit is contained in:
parent
dfd1b6a0a8
commit
4fc2ce19c2
@ -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 <ajax@redhat.com> 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 <rel-eng@lists.fedoraproject.org> - 0.10.23-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user