Update to 2.4.6.1

This commit is contained in:
Nicolas Chauvet 2013-07-24 19:34:38 +02:00
parent 7e37fbedc5
commit 130e085c40
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ OpenCV-2.1.0.tar.bz2
/OpenCV-2.4.4a.tar.bz2
/OpenCV-2.4.4a-clean.tar.bz2
/opencv-2.4.5-clean.tar.xz
/opencv-clean-2.4.6.1.tar.xz

View File

@ -1,7 +1,7 @@
#global indice a
Name: opencv
Version: 2.4.5
Version: 2.4.6.1
Release: 1%{?dist}
Summary: Collection of algorithms for computer vision
@ -12,7 +12,7 @@ URL: http://opencv.org
# Need to remove SIFT/SURF from source tarball, due to legal concerns
# rm -rf opencv-%%{version}/modules/nonfree/src/sift.cpp
# rm -rf opencv-%%{version}/modules/nonfree/src/surf.cpp
# Source0: http://downloads.sourceforge.net/opencvlibrary/%{name}-%{version}%{?indice}.tar.bz2
#Source0: http://downloads.sourceforge.net/opencvlibrary/opencv-unix/%{version}/%{name}-%{version}%{?indice}.tar.gz
Source0: %{name}-%{version}%{?indice}-clean.tar.xz
Source1: opencv-samples-Makefile
Patch0: opencv-pkgcmake.patch
@ -256,6 +256,9 @@ popd
%changelog
* Wed Jul 24 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.6.1-1
- Update to 2.4.6.1
* Thu May 23 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.5-1
- Update to 2.4.5-clean
- Spec file clean-up

View File

@ -1 +1 @@
245dbf9041d1ec60fd56b1baac080f7f opencv-2.4.5-clean.tar.xz
2d3953ed758812f1836e58b6b70e6955 opencv-clean-2.4.6.1.tar.xz