[opencv] Update to 2.4.6.1

Nicolas Chauvet kwizart at fedoraproject.org
Wed Jul 24 17:34:55 UTC 2013


commit 130e085c40a678cfa8a8cdc5b7f923b048e969cb
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Wed Jul 24 19:34:38 2013 +0200

    Update to 2.4.6.1

 .gitignore  |    1 +
 opencv.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf887ce..80efe71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/opencv.spec b/opencv.spec
index 3e4eba3..0dd9525 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -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 at gmail.com> - 2.4.6.1-1
+- Update to 2.4.6.1
+
 * Thu May 23 2013 Nicolas Chauvet <kwizart at gmail.com> - 2.4.5-1
 - Update to 2.4.5-clean
 - Spec file clean-up
diff --git a/sources b/sources
index d7fa725..801c90f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-245dbf9041d1ec60fd56b1baac080f7f  opencv-2.4.5-clean.tar.xz
+2d3953ed758812f1836e58b6b70e6955  opencv-clean-2.4.6.1.tar.xz


More information about the scm-commits mailing list