diff --git a/.cvsignore b/.cvsignore index c98da7d..7b74af7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -opencv-0.9.9.tar.gz +opencv-1.0.0.tar.gz diff --git a/opencv.spec b/opencv.spec index caffbea..05c020b 100644 --- a/opencv.spec +++ b/opencv.spec @@ -4,8 +4,8 @@ %define pyexecdir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') Name: opencv -Version: 0.9.9 -Release: 4%{?dist} +Version: 1.0.0 +Release: 1%{?dist} Summary: Collection of algorithms for computer vision Group: Development/Libraries @@ -13,9 +13,9 @@ License: Intel Open Source License URL: http://www.intel.com/technology/computing/opencv/index.htm Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz Source1: opencv-samples-Makefile -Patch0: opencv-0.9.9-pythondir.diff -Patch1: opencv-0.9.9-configure.in.diff -Patch2: opencv-0.9.9-autotools.diff +Patch0: opencv-1.0.0-pythondir.diff +Patch1: opencv-1.0.0-configure.in.diff +Patch2: opencv-1.0.0-autotools.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel, libpng-devel, libjpeg-devel, libtiff-devel @@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 11 2006 Ralf Corsépius - 1.0.0-1 +- Upstream update. + * Mon Dec 11 2006 Ralf Corsépius - 0.9.9-4 - Remove python-abi. diff --git a/sources b/sources index dcd498c..3b102e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz +146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz