Blame SPECS/opencv.spec

a5bf74
#global indice   a
a5bf74
%undefine _strict_symbol_defs_build
a5bf74
%bcond_with     tests
a5bf74
%bcond_with     ffmpeg
a5bf74
%bcond_without  gstreamer
a5bf74
%bcond_with     eigen2
a5bf74
%bcond_without  eigen3
a5bf74
%ifnarch ppc64le
a5bf74
%bcond_without  opencl
a5bf74
%else
a5bf74
# https://bugzilla.redhat.com/show_bug.cgi?id=1487174
a5bf74
%bcond_with     opencl
a5bf74
%endif
a5bf74
%ifarch %{ix86} x86_64 %{arm}
a5bf74
%bcond_with  openni
a5bf74
%else
a5bf74
# we dont have openni in other archs
a5bf74
%bcond_with     openni
a5bf74
%endif
a5bf74
%bcond_without  tbb
a5bf74
%bcond_with     cuda
a5bf74
%bcond_with     xine
a5bf74
# Atlas need (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
a5bf74
# LAPACK may use atlas or openblas since now it detect openblas, atlas is not used anyway, more info please
a5bf74
# check OpenCVFindLAPACK.cmake
a5bf74
%bcond_with     atlas
a5bf74
%bcond_without  openblas
a5bf74
#VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4
a5bf74
%bcond_with     vtk
a5bf74
# gdcm, coin-or-Clp and libmfx packages aren't available on RHEL
a5bf74
%if 0%{rhel}
a5bf74
%bcond_with     gdcm
a5bf74
%bcond_with     clp
a5bf74
%bcond_with     libmfx
a5bf74
%else
a5bf74
%ifarch %{ix86} x86_64
a5bf74
%bcond_without  libmfx
a5bf74
%else
a5bf74
%bcond_with     libmfx
a5bf74
%endif
a5bf74
%bcond_without  gdcm
a5bf74
%bcond_without  clp
a5bf74
%endif
a5bf74
%bcond_without  va
a5bf74
%undefine _annotated_build
a5bf74
%global srcname opencv
a5bf74
%global abiver  3.4
a5bf74
a5bf74
# Required because opencv-core has lot of spurious dependencies
a5bf74
# (despite supposed to be "-core")
a5bf74
# TODO: to be fixed properly upstream
a5bf74
# https://github.com/opencv/opencv/issues/7001
a5bf74
%global optflags %(echo %{optflags} -Wl,--as-needed )
a5bf74
a5bf74
Name:           opencv
a5bf74
Version:        3.4.1
a5bf74
Release:        9%{?dist}
a5bf74
Summary:        Collection of algorithms for computer vision
a5bf74
# This is normal three clause BSD.
a5bf74
License:        BSD
a5bf74
URL:            http://opencv.org
a5bf74
# RUN opencv-clean.sh TO PREPARE TARBALLS FOR FEDORA
a5bf74
#
a5bf74
# Need to remove copyrighted lena.jpg images from tarball (rhbz#1295173)
a5bf74
# and SIFT/SURF from tarball, due to legal concerns.
a5bf74
#
a5bf74
Source0:        %{name}-clean-%{version}.tar.gz
a5bf74
Source1:        %{name}_contrib-clean-%{version}.tar.gz
a5bf74
# fix/simplify cmake config install location (upstreamable)
a5bf74
# https://bugzilla.redhat.com/1031312
a5bf74
Patch1:         opencv-3.4.1-cmake_paths.patch
a5bf74
Patch2:         opencv-3.4.1-cmake_va_intel_fix.patch
a5bf74
BuildRequires:  libtool
a5bf74
BuildRequires:  cmake >= 2.6.3
a5bf74
BuildRequires:  chrpath
a5bf74
a5bf74
%{?with_eigen2:BuildRequires:  eigen2-devel}
a5bf74
%{?with_eigen3:BuildRequires:  eigen3-devel}
a5bf74
BuildRequires:  gtk3-devel
a5bf74
BuildRequires:  libtheora-devel
a5bf74
BuildRequires:  libvorbis-devel
a5bf74
%if 0%{?fedora} || 0%{?rhel} > 7
a5bf74
%ifnarch s390 s390x
a5bf74
BuildRequires:  libraw1394-devel
a5bf74
BuildRequires:  libdc1394-devel
a5bf74
%endif
a5bf74
%endif
a5bf74
BuildRequires:  jasper-devel
a5bf74
BuildRequires:  libjpeg-devel
a5bf74
BuildRequires:  libpng-devel
a5bf74
BuildRequires:  libtiff-devel
a5bf74
BuildRequires:  libGL-devel
a5bf74
BuildRequires:  libv4l-devel
a5bf74
BuildRequires:  OpenEXR-devel
a5bf74
%{?with_openni:
a5bf74
BuildRequires:  openni-devel
a5bf74
BuildRequires:  openni-primesense
a5bf74
}
a5bf74
%{?with_tbb:
a5bf74
BuildRequires:  tbb-devel
a5bf74
}
a5bf74
BuildRequires:  zlib-devel pkgconfig
a5bf74
BuildRequires:  python3-devel
a5bf74
BuildRequires:  python3-numpy
a5bf74
BuildRequires:  swig >= 1.3.24
a5bf74
%{?with_ffmpeg:BuildRequires:  ffmpeg-devel >= 0.4.9}
a5bf74
%if 0%{?fedora} || 0%{?rhel} > 7
a5bf74
%{?with_gstreamer:BuildRequires:  gstreamer1-devel gstreamer1-plugins-base-devel}
a5bf74
%else
a5bf74
%{?with_gstreamer:BuildRequires:  gstreamer-devel gstreamer-plugins-base-devel}
a5bf74
%endif
a5bf74
%{?with_xine:BuildRequires:  xine-lib-devel}
a5bf74
%{?with_opencl:BuildRequires:  opencl-headers}
a5bf74
BuildRequires:  libgphoto2-devel
a5bf74
BuildRequires:  libwebp-devel
a5bf74
BuildRequires:  tesseract-devel
a5bf74
BuildRequires:  protobuf-devel
a5bf74
BuildRequires:  glog-devel
a5bf74
BuildRequires:  doxygen
a5bf74
#for doc/doxygen/bib2xhtml.pl
a5bf74
BuildRequires:  perl-open
a5bf74
BuildRequires:  gflags-devel
a5bf74
BuildRequires:  SFML-devel
a5bf74
BuildRequires:  libucil-devel
a5bf74
BuildRequires:  qt5-qtbase-devel
a5bf74
BuildRequires:  mesa-libGL-devel
a5bf74
BuildRequires:  mesa-libGLU-devel
a5bf74
%{?with_vtk:BuildRequires: vtk-devel}
a5bf74
%{?with_atlas:BuildRequires: atlas-devel}
a5bf74
#ceres-solver-devel push eigen3-devel and tbb-devel
a5bf74
%{?with_tbb:
a5bf74
  %{?with_eigen3:
a5bf74
BuildRequires:  ceres-solver-devel
a5bf74
  }
a5bf74
}
a5bf74
%{?with_openblas:
a5bf74
BuildRequires:  openblas-devel
a5bf74
BuildRequires:  blas-devel
a5bf74
BuildRequires:  lapack-devel
a5bf74
}
a5bf74
%{?with_gdcm:BuildRequires: gdcm-devel}
a5bf74
%{?with_libmfx:BuildRequires:  libmfx-devel}
a5bf74
%{?with_clp:BuildRequires:  coin-or-Clp-devel}
a5bf74
%{?with_va:BuildRequires:   libva-devel}
a5bf74
a5bf74
Requires:       opencv-core%{_isa} = %{version}-%{release}
a5bf74
BuildRequires:       gcc, gcc-c++
a5bf74
a5bf74
%description
a5bf74
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of
a5bf74
C functions and a few C++ classes that implement some popular Image Processing
a5bf74
and Computer Vision algorithms.
a5bf74
a5bf74
a5bf74
%package        core
a5bf74
Summary:        OpenCV core libraries
a5bf74
a5bf74
%description    core
a5bf74
This package contains the OpenCV C/C++ core libraries.
a5bf74
a5bf74
a5bf74
%package        devel
a5bf74
Summary:        Development files for using the OpenCV library
a5bf74
Requires:       %{name}%{_isa} = %{version}-%{release}
a5bf74
Requires:       %{name}-contrib%{_isa} = %{version}-%{release}
a5bf74
a5bf74
%description    devel
a5bf74
This package contains the OpenCV C/C++ library and header files, as well as
a5bf74
documentation. It should be installed if you want to develop programs that
a5bf74
will use the OpenCV library. You should consider installing opencv-doc
a5bf74
package.
a5bf74
a5bf74
a5bf74
%package        doc
a5bf74
Summary:        docs files
a5bf74
Requires:       opencv-devel = %{version}-%{release}
a5bf74
BuildArch:      noarch
a5bf74
Provides:       %{name}-devel-docs = %{version}-%{release}
a5bf74
Obsoletes:      %{name}-devel-docs < %{version}-%{release}
a5bf74
a5bf74
%description    doc
a5bf74
This package contains the OpenCV documentation, samples and examples programs.
a5bf74
a5bf74
a5bf74
%package        -n python3-opencv
a5bf74
Summary:        Python3 bindings for apps which use OpenCV
a5bf74
Requires:       opencv%{_isa} = %{version}-%{release}
a5bf74
Requires:       python3-numpy
a5bf74
%{?python_provide:%python_provide python3-%{srcname}}
a5bf74
# Remove before F30
a5bf74
Provides:       %{name}-python3 = %{version}-%{release}
a5bf74
Provides:       %{name}-python3%{?_isa} = %{version}-%{release}
a5bf74
Obsoletes:      %{name}-python3 < %{version}-%{release}
a5bf74
a5bf74
%description    -n python3-opencv
a5bf74
This package contains Python3 bindings for the OpenCV library.
a5bf74
a5bf74
a5bf74
%package        contrib
a5bf74
Summary:        OpenCV contributed functionality
a5bf74
a5bf74
%description    contrib
a5bf74
This package is intended for development of so-called "extra" modules, contributed
a5bf74
functionality. New modules quite often do not have stable API, and they are not
a5bf74
well-tested. Thus, they shouldn't be released as a part of official OpenCV
a5bf74
distribution, since the library maintains binary compatibility, and tries
a5bf74
to provide decent performance and stability.
a5bf74
a5bf74
%prep
a5bf74
%setup -q -a1
a5bf74
# we don't use pre-built contribs
a5bf74
rm -r 3rdparty/
a5bf74
# missing dependecies for dnn module in Fedora (protobuf-cpp)
a5bf74
rm -r modules/dnn/
a5bf74
a5bf74
%patch1 -p1 -b .cmake_paths
a5bf74
%patch2 -p1 -b .va_intel
a5bf74
a5bf74
pushd %{name}_contrib-%{version}
a5bf74
# missing dependecies for dnn_modern module in Fedora (tiny-dnn)
a5bf74
rm -r modules/dnn_modern/
a5bf74
popd
a5bf74
a5bf74
# fix dos end of lines
a5bf74
#sed -i 's|\r||g'  samples/c/adaptiveskindetector.cpp
a5bf74
a5bf74
a5bf74
%build
a5bf74
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
a5bf74
# enabled by default if libraries are presents at build time:
a5bf74
# GTK, GSTREAMER, 1394, V4L, eigen3
a5bf74
# non available on Fedora: FFMPEG, XINE
a5bf74
mkdir -p build
a5bf74
pushd build
a5bf74
a5bf74
# disabling IPP because it is closed source library from intel
a5bf74
a5bf74
%cmake CMAKE_VERBOSE=1 \
a5bf74
 -DWITH_IPP=OFF \
a5bf74
 -DWITH_ITT=OFF \
a5bf74
 -DWITH_QT=ON \
a5bf74
 -DWITH_OPENGL=ON \
a5bf74
 -DWITH_GDAL=ON \
a5bf74
 -DWITH_UNICAP=ON \
a5bf74
 -DCMAKE_SKIP_RPATH=ON \
a5bf74
 -DWITH_CAROTENE=OFF \
a5bf74
 -DENABLE_PRECOMPILED_HEADERS=OFF \
a5bf74
 -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
a5bf74
 -DBUILD_opencv_java=OFF \
a5bf74
 %{?with_tbb: -DWITH_TBB=ON } \
a5bf74
 %{!?with_gstreamer: -DWITH_GSTREAMER=OFF } \
a5bf74
 %{!?with_ffmpeg: -DWITH_FFMPEG=OFF } \
a5bf74
 %{?with_cuda: \
a5bf74
 -DWITH_CUDA=ON \
a5bf74
 -DCUDA_TOOLKIT_ROOT_DIR=%{?_cuda_topdir} \
a5bf74
 -DCUDA_VERBOSE_BUILD=ON \
a5bf74
 -DCUDA_PROPAGATE_HOST_FLAGS=OFF \
a5bf74
 } \
a5bf74
 %{?with_openni: -DWITH_OPENNI=ON } \
a5bf74
 %{!?with_xine: -DWITH_XINE=OFF } \
a5bf74
 -DBUILD_DOCS=ON \
a5bf74
 -DBUILD_EXAMPLES=ON \
a5bf74
 -DINSTALL_C_EXAMPLES=ON \
a5bf74
 -DINSTALL_PYTHON_EXAMPLES=ON \
a5bf74
 -DBUILD_PROTOBUF=OFF \
a5bf74
 -DBUILD_opencv_python3=ON \
a5bf74
 -DBUILD_opencv_python2=OFF \
a5bf74
 -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-%{version}/modules \
a5bf74
 -DWITH_LIBV4L=ON \
a5bf74
 -DWITH_OPENMP=ON \
a5bf74
 -DENABLE_PKG_CONFIG=OFF \
a5bf74
 %{?with_gdcm: -DWITH_GDCM=ON } \
a5bf74
 %{?with_libmfx: -DWITH_MFX=ON } \
a5bf74
 %{?with_clp: -DWITH_CLP=ON } \
a5bf74
 %{?with_va: -DWITH_VA=ON } \
a5bf74
 ..
a5bf74
a5bf74
%make_build VERBOSE=1
a5bf74
a5bf74
popd
a5bf74
a5bf74
a5bf74
%install
a5bf74
export RHEL_ALLOW_PYTHON2_FOR_BUILD=1
a5bf74
%make_install -C build
a5bf74
find %{buildroot} -name '*.la' -delete
a5bf74
a5bf74
%check
a5bf74
# Check fails since we don't support most video
a5bf74
# read/write capability and we don't provide a display
a5bf74
# ARGS=-V increases output verbosity
a5bf74
# Make test is unavailble as of 2.3.1
a5bf74
#ifnarch ppc64
a5bf74
%if %{with tests}
a5bf74
pushd build
a5bf74
    LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build/lib:$LD_LIBARY_PATH make test ARGS=-V || :
a5bf74
popd
a5bf74
%endif
a5bf74
#endif
a5bf74
a5bf74
a5bf74
%ldconfig_scriptlets core
a5bf74
a5bf74
%ldconfig_scriptlets contrib
a5bf74
a5bf74
a5bf74
%files
a5bf74
%doc README.md
a5bf74
%license LICENSE
a5bf74
%{_bindir}/opencv_*
a5bf74
%dir %{_datadir}/OpenCV
a5bf74
%{_datadir}/OpenCV/haarcascades
a5bf74
%{_datadir}/OpenCV/lbpcascades
a5bf74
%{_datadir}/OpenCV/valgrind*
a5bf74
a5bf74
%files core
a5bf74
%{_libdir}/libopencv_core.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_cvv.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_features2d.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_flann.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_hfs.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_highgui.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_imgcodecs.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_imgproc.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_ml.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_objdetect.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_photo.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_shape.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_stitching.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_superres.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_video.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_videoio.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_videostab.so.%{abiver}*
a5bf74
a5bf74
%files devel
a5bf74
%{_includedir}/opencv
a5bf74
%{_includedir}/opencv2
a5bf74
%{_libdir}/lib*.so
a5bf74
%{_libdir}/pkgconfig/opencv.pc
a5bf74
%{_libdir}/OpenCV/*.cmake
a5bf74
a5bf74
%files doc
a5bf74
%{_datadir}/OpenCV/samples
a5bf74
%{_datadir}/OpenCV/doc
a5bf74
a5bf74
%files -n python3-opencv
a5bf74
%{python3_sitearch}/cv2.cpython-3*.so
a5bf74
a5bf74
%files contrib
a5bf74
%{_libdir}/libopencv_aruco.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_bgsegm.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_bioinspired.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_calib3d.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_ccalib.so.%{abiver}*
a5bf74
#Module opencv_datasets disabled because opencv_text dependency can't be resolved!
a5bf74
%{_libdir}/libopencv_datasets.so.%%{abiver}*
a5bf74
# Disabled because of missing dependency package in fedora (protobuf-cpp)
a5bf74
#{_libdir}/libopencv_dnn.so.%%{abiver}*
a5bf74
%{_libdir}/libopencv_dpm.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_face.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_freetype.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_fuzzy.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_img_hash.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_line_descriptor.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_optflow.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_phase_unwrapping.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_plot.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_reg.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_rgbd.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_saliency.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_stereo.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_structured_light.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_surface_matching.so.%{abiver}*
a5bf74
#Module opencv_text disabled because opencv_dnn dependency can't be resolved!
a5bf74
#{_libdir}/libopencv_text.so.%%{abiver}*
a5bf74
%{_libdir}/libopencv_tracking.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_ximgproc.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_xobjdetect.so.%{abiver}*
a5bf74
%{_libdir}/libopencv_xphoto.so.%{abiver}*
a5bf74
a5bf74
%changelog
a5bf74
* Tue Jul 24 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-9
a5bf74
- remove hdf5 and gtkglext requirements
a5bf74
a5bf74
* Mon Jul 09 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-8
a5bf74
- remove openni requirement (#1599225)
a5bf74
- update Python requirements
a5bf74
a5bf74
* Fri Jun 15 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-7
a5bf74
- remove gdal requirement (#1591419)
a5bf74
a5bf74
* Tue Jun 12 2018 Charalampos Stratakis <cstratak@redhat.com> - 3.4.1-6
a5bf74
- Remove pylint dependency
a5bf74
a5bf74
* Mon May 28 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-5
a5bf74
- remove Python2 package (#1567298)
a5bf74
a5bf74
* Thu May 24 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-4
a5bf74
- remove requirements of unavailable packages (#1580833)
a5bf74
a5bf74
* Mon Mar 26 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.4.1-3
a5bf74
- Update Python 2 dependency declarations to new packaging standards
a5bf74
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
a5bf74
a5bf74
* Thu Mar 08 2018 Sérgio Basto <sergio@serjux.com> - 3.4.1-2
a5bf74
- Enable VA
a5bf74
- Do not use -f on rm because it silences errors
a5bf74
- Opencv sub-package don't need ldconfig because don't have any so
a5bf74
a5bf74
* Thu Mar 01 2018 Josef Ridky <jridky@redhat.com> - 3.4.1-1
a5bf74
- Spec clean up (remove Group tag, add ldconfig scriptlets, escape macros in comments)
a5bf74
- Remove unused patch
a5bf74
- Add gcc and gcc-c++ requirements
a5bf74
- Rebase to version 3.4.1
a5bf74
a5bf74
* Sun Feb 18 2018 Sérgio Basto <sergio@serjux.com> - 3.3.1-7
a5bf74
- Rebuild for gdcm-2.8
a5bf74
a5bf74
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.3.1-6
a5bf74
- Escape macros in %%changelog
a5bf74
a5bf74
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.1-5
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a5bf74
a5bf74
* Fri Jan 26 2018 Sérgio Basto <sergio@serjux.com> - 3.3.1-4
a5bf74
- Enable Pylint
a5bf74
- Enable Clp (COIN-OR Linear Program Solver)
a5bf74
- Enable VA (Video Acceleration API for Linux)
a5bf74
- Enable OpenMP
a5bf74
- Provides and obsoletes for opencv-devel-docs
a5bf74
- BuildRequires perl-local do generate documentation without errors
a5bf74
a5bf74
* Thu Jan 25 2018 Sérgio Basto <sergio@serjux.com> - 3.3.1-3
a5bf74
- Rename sub-package opencv-python3 to python3-opencv and other minor fixes in
a5bf74
  python packaging
a5bf74
- Generate documentation
a5bf74
- Rename sub-package devel-docs to doc
a5bf74
- Cleanup some comments from opencv 2.4 packaging
a5bf74
a5bf74
* Wed Jan 24 2018 Troy Dawson <tdawson@redhat.com> - 3.3.1-2
a5bf74
- Update conditionals
a5bf74
a5bf74
* Tue Nov 14 2017 Sérgio Basto <sergio@serjux.com> - 3.3.1-1
a5bf74
- Update to 3.3.1
a5bf74
- Fix WARNING: Option ENABLE_SSE='OFF' is deprecated and should not be used anymore
a5bf74
-          Behaviour of this option is not backward compatible
a5bf74
-          Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
a5bf74
- Fix WARNING: Option ENABLE_SSE2='OFF' is deprecated and should not be used anymore
a5bf74
-          Behaviour of this option is not backward compatible
a5bf74
-          Refer to 'CPU_BASELINE'/'CPU_DISPATCH' CMake options documentation
a5bf74
- Update opencv to 3.3.0
a5bf74
- Patch3 is already in source code
a5bf74
- Fix WARNING: Option ENABLE_SSE3='OFF' is deprecated and should not be used anymore
a5bf74
- Enable openblas
a5bf74
- Add conditonal to build with_gdcm
a5bf74
- Disable "Intel ITT support" because source is in 3rdparty/ directory
a5bf74
a5bf74
* Sat Oct 28 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-13
a5bf74
- Require python3-numpy instead numpy for opencv-python3 (#1504555)
a5bf74
a5bf74
* Sat Sep 02 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-12
a5bf74
- Fix 2 rpmlint errors
a5bf74
a5bf74
* Sat Sep 02 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-11
a5bf74
- Enable libv4l1 to fix open a video (#1487816)
a5bf74
a5bf74
* Mon Aug 28 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-10
a5bf74
- Better conditionals to enable openni only available in ix86, x86_64 and arm
a5bf74
a5bf74
* Sun Aug 20 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-9
a5bf74
- Enable openni.
a5bf74
- Enable eigen3 except in ppc64le because fails to build in OpenCL headers.
a5bf74
- Documented why is not enabled atlas, openblas and vtk.
a5bf74
a5bf74
* Sun Aug 20 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-8
a5bf74
- Reenable gstreamer
a5bf74
- Remove architecture checks for tbb and enable it, inspired on (#1262788)
a5bf74
a5bf74
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.0-7
a5bf74
- Add Provides for the old name without %%_isa
a5bf74
a5bf74
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.0-6
a5bf74
- Python 2 binary package renamed to python2-opencv
a5bf74
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
a5bf74
a5bf74
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a5bf74
a5bf74
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a5bf74
a5bf74
* Tue Jun 13 2017 Orion Poplawski <orion@cora.nwra.com> - 3.2.0-3
a5bf74
- Rebuild for protobuf 3.3.1
a5bf74
a5bf74
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.0-2
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
a5bf74
a5bf74
* Mon Feb 27 2017 Josef Ridky <jridky@redhat.com> - 3.2.0-1
a5bf74
- Rebase to the latest version (3.2.0) - #1408880
a5bf74
- Remove unused BuildRequires and patches
a5bf74
- Remove copyrighted lena.jpg images and SIFT/SURF from tarball, due to legal concerns.
a5bf74
- Disable dnn module from opencv_contrib, due missing BuildRequired package in Fedora (protobuf-cpp)
a5bf74
- Disable tracking module from opencv_contrib, due disabling dnn module (is required by this module)
a5bf74
- Disable CAROTENE in compilation (caused error on arm and ppc64le)
a5bf74
- Fix syntax error in opencv_contrib test file (opencv-3.2.0-test-file-fix.patch)
a5bf74
a5bf74
* Tue Feb 21 2017 Sandro Mani <manisandro@gmail.com> - 3.1.0-15
a5bf74
- Rebuild (tesseract)
a5bf74
a5bf74
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-14
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a5bf74
a5bf74
* Wed Feb 01 2017 Sandro Mani <manisandro@gmail.com> - 3.1.0-13
a5bf74
- Rebuild (libwebp)
a5bf74
a5bf74
* Thu Jan 26 2017 Orion Poplawski <orion@cora.nwra.com> - 3.1.0-12
a5bf74
- Rebuild for protobuf 3.2.0
a5bf74
a5bf74
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 3.1.0-11
a5bf74
- Rebuild for Python 3.6
a5bf74
a5bf74
* Sat Dec 03 2016 Rex Dieter <rdieter@fedoraproject.org> - 3.1.0-10
a5bf74
- rebuild (jasper)
a5bf74
a5bf74
* Sat Nov 19 2016 Orion Poplawski <orion@cora.nwra.com> - 3.1.0-9
a5bf74
- Rebuild for protobuf 3.1.0
a5bf74
a5bf74
* Tue Jul 26 2016 Nicolas Chauvet <kwizart@gmail.com> - 3.1.0-8
a5bf74
- Clean uneeded symbols until fixed upstream
a5bf74
a5bf74
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-7
a5bf74
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
a5bf74
a5bf74
* Fri May 27 2016 Till Maas <opensource@till.name> - 3.1.0-6
a5bf74
- Define %%srcname for python subpackages
a5bf74
- Fix whitespace
a5bf74
a5bf74
* Mon May 09 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-5
a5bf74
- Don't clean unneeded symbols (as recommended by fedora-review), fix undefined
a5bf74
  symbol: cvLoadImage in Unknown on line 0 on php-facedetect package.
a5bf74
a5bf74
* Sat May 07 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-4
a5bf74
- Put all idefs and ifarchs outside the scope of rpm conditional builds, rather
a5bf74
  than vice versa, as had organized some time ago, it seems to me more correct.
a5bf74
- Remove SIFT/SURF from source tarball in opencv_contrib, due to legal concerns
a5bf74
- Redo and readd OpenCV-2.4.4-pillow.patch .
a5bf74
- Add OpenCV-3.1-pillow.patch to apply only opencv_contrib .
a5bf74
- Add the %%python_provide macro (Packaging:Python guidelines). 
a5bf74
a5bf74
* Fri Apr 22 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-3
a5bf74
- Use always ON and OFF instead 0 and 1 in cmake command.
a5bf74
- Remove BUILD_TEST and TBB_LIB_DIR variables not used by cmake.
a5bf74
- Add BRs: tesseract-devel, protobuf-devel, glog-devel, doxygen,
a5bf74
  gflags-devel, SFML-devel, libucil-devel, qt5-qtbase-devel, mesa-libGL-devel,
a5bf74
  mesa-libGLU-devel and hdf5-devel.
a5bf74
- Remove BR: vtk-devel because VTK support is disabled. Incompatible 
a5bf74
  combination: OpenCV + Qt5 and VTK ver.6.2.0 + Qt4
a5bf74
- Enable build with Qt5.
a5bf74
- Enable build with OpenGL.
a5bf74
- Enable build with UniCap.
a5bf74
- Also requires opencv-contrib when install opencv-devel (#1329790).
a5bf74
a5bf74
* Wed Apr 20 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-2
a5bf74
- Add BR:libwebp-devel .
a5bf74
- Merge from 2.4.12.3 package: 
a5bf74
  Add aarch64 and ppc64le to list of architectures where TBB is supported (#1262788).
a5bf74
  Use bcond tags to easily enable or disable modules.
a5bf74
  Fix unused-direct-shlib-dependency in cmake with global optflags.
a5bf74
  Added README.md with references to online documentation.
a5bf74
  Investigation on the documentation, added a few notes.
a5bf74
- Update to 3.1.0 (Fri Mar 25 2016 Pavel Kajaba <pkajaba@redhat.com> - 3.1.0-1)
a5bf74
- Added opencv_contrib (Thu Jul 09 2015 Sérgio Basto <sergio@serjux.com> -
a5bf74
  3.0.0-2)
a5bf74
- Update to 3.0.0 (Fri Jun 05 2015 Jozef Mlich <jmlich@redhat.com> - 3.0.0-1)
a5bf74
a5bf74
* Tue Mar 01 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 2.4.12.3-3
a5bf74
- Fix FTBFS with GCC 6 (#1307821)
a5bf74
a5bf74
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.12.3-2
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a5bf74
a5bf74
* Wed Dec 02 2015 Sérgio Basto <sergio@serjux.com> - 2.4.12.3-1
a5bf74
- Update opencv to 2.4.12.3 (#1271460).
a5bf74
- Add aarch64 and ppc64le to list of architectures where TBB is supported (#1262788).
a5bf74
a5bf74
* Tue Jul 14 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-5
a5bf74
- Use bcond tags to easily enable or disable modules.
a5bf74
- Package review, more cleaning in the spec file.
a5bf74
- Fixed unused-direct-shlib-dependency in cmake with global optflags.
a5bf74
- Added README.md index.rst with references to online documentation.
a5bf74
- Investigation on the documentation, added a few notes.
a5bf74
a5bf74
* Mon Jul 06 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-4
a5bf74
- Enable-gpu-module, rhbz #1236417, thanks to Rich Mattes.
a5bf74
- Deleted the global gst1 because it is no longer needed.
a5bf74
a5bf74
* Thu Jun 25 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-3
a5bf74
- Fix license tag
a5bf74
a5bf74
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.11-2
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a5bf74
a5bf74
* Mon May 11 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-1
a5bf74
- Update to 2.4.11 .
a5bf74
- Dropped patches 0, 10, 11, 12, 13 and 14 .
a5bf74
a5bf74
* Sat Apr 11 2015 Rex Dieter <rdieter@fedoraproject.org> 2.4.9-6
a5bf74
- rebuild (gcc5)
a5bf74
a5bf74
* Mon Feb 23 2015 Rex Dieter <rdieter@fedoraproject.org> 2.4.9-5
a5bf74
- rebuild (gcc5)
a5bf74
a5bf74
* Tue Nov 25 2014 Rex Dieter <rdieter@fedoraproject.org> 2.4.9-4
a5bf74
- rebuild (openexr)
a5bf74
a5bf74
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.9-3
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a5bf74
a5bf74
* Fri Jul 25 2014 Rex Dieter <rdieter@fedoraproject.org> 2.4.9-2
a5bf74
- backport support for GStreamer 1 (#1123078)
a5bf74
a5bf74
* Thu Jul 03 2014 Nicolas Chauvet <kwizart@gmail.com> - 2.4.9-1
a5bf74
- Update to 2.4.9
a5bf74
a5bf74
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.7-7
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a5bf74
a5bf74
* Sat Apr 26 2014 Rex Dieter <rdieter@fedoraproject.org> 2.4.7-6
a5bf74
- revert pkgcmake2 patch (#1070428)
a5bf74
a5bf74
* Fri Jan 17 2014 Nicolas Chauvet <kwizart@gmail.com> - 2.4.7-5
a5bf74
- Fix opencv_ocl isn't part of -core
a5bf74
a5bf74
* Thu Jan 16 2014 Christopher Meng <rpm@cicku.me> - 2.4.7-4
a5bf74
- Enable OpenCL support.
a5bf74
- SPEC small cleanup.
a5bf74
a5bf74
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> 2.4.7-3
a5bf74
- rebuild (openexr)
a5bf74
a5bf74
* Mon Nov 18 2013 Rex Dieter <rdieter@fedoraproject.org> 2.4.7-2
a5bf74
- OpenCV cmake configuration broken (#1031312)
a5bf74
a5bf74
* Wed Nov 13 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.7-1
a5bf74
- Update to 2.4.7
a5bf74
a5bf74
* Sun Sep 08 2013 Rex Dieter <rdieter@fedoraproject.org> 2.4.6.1-2
a5bf74
- rebuild (openexr)
a5bf74
a5bf74
* Wed Jul 24 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.6.1-1
a5bf74
- Update to 2.4.6.1
a5bf74
a5bf74
* Thu May 23 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.5-1
a5bf74
- Update to 2.4.5-clean
a5bf74
- Spec file clean-up
a5bf74
- Split core libraries into a sub-package
a5bf74
a5bf74
* Sat May 11 2013 François Cami <fcami@fedoraproject.org> - 2.4.4-3
a5bf74
- change project URL.
a5bf74
a5bf74
* Tue Apr 02 2013 Tom Callaway <spot@fedoraproject.org> - 2.4.4-2
a5bf74
- make clean source without SIFT/SURF
a5bf74
a5bf74
* Sat Mar 23 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.4-1
a5bf74
- Update to 2.4.4a
a5bf74
- Fix tbb-devel architecture conditionals
a5bf74
a5bf74
* Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> 2.4.4-0.2.beta
a5bf74
- rebuild (OpenEXR)
a5bf74
a5bf74
* Mon Feb 18 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.4-0.1.beta
a5bf74
- Update to 2.4.4 beta
a5bf74
- Drop python-imaging also from requires
a5bf74
- Drop merged patch for additionals codecs
a5bf74
- Disable the java binding for now (untested)
a5bf74
a5bf74
* Fri Jan 25 2013 Honza Horak <hhorak@redhat.com> - 2.4.3-7
a5bf74
- Do not build with 1394 libs in rhel
a5bf74
a5bf74
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 2.4.3-6
a5bf74
- rebuild due to "jpeg8-ABI" feature drop
a5bf74
a5bf74
* Sun Jan 20 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-5
a5bf74
- Add more FourCC for gstreamer - rhbz#812628
a5bf74
- Allow to use python-pillow - rhbz#895767
a5bf74
a5bf74
* Mon Nov 12 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-3
a5bf74
- Switch Build Type to ReleaseWithDebInfo to avoid -03
a5bf74
a5bf74
* Sun Nov 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-2
a5bf74
- Disable SSE3 and allow --with sse3 build conditional.
a5bf74
- Disable gpu module as we don't build cuda
a5bf74
- Update to 2.4.3
a5bf74
a5bf74
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a5bf74
a5bf74
* Mon Jul 09 2012 Honza Horak <hhorak@redhat.com> - 2.4.2-1
a5bf74
- Update to 2.4.2
a5bf74
a5bf74
* Fri Jun 29 2012 Honza Horak <hhorak@redhat.com> - 2.4.1-2
a5bf74
- Fixed cmake script for generating opencv.pc file
a5bf74
- Fixed OpenCVConfig script file
a5bf74
a5bf74
* Mon Jun 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.1-1
a5bf74
- Update to 2.4.1
a5bf74
- Rework dependencies - rhbz#828087
a5bf74
  Re-enable using --with tbb,openni,eigen2,eigen3
a5bf74
a5bf74
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-8
a5bf74
- Rebuilt for c++ ABI breakage
a5bf74
a5bf74
* Mon Jan 16 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.3.1-7
a5bf74
- Update gcc46 patch for ARM FTBFS
a5bf74
a5bf74
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-6
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a5bf74
a5bf74
* Mon Dec 05 2011 Adam Jackson <ajax@redhat.com> 2.3.1-5
a5bf74
- Rebuild for new libpng
a5bf74
a5bf74
* Thu Oct 20 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.3.1-4
a5bf74
- Rebuilt for tbb silent ABI change
a5bf74
a5bf74
* Mon Oct 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.3.1-3
a5bf74
- Update to 2.3.1a
a5bf74
a5bf74
* Mon Sep 26 2011 Dan Horák <dan[at]danny.cz> - 2.3.1-2
a5bf74
- openni is exclusive for x86/x86_64
a5bf74
a5bf74
* Fri Aug 19 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.3.1-1
a5bf74
- Update to 2.3.1
a5bf74
- Add BR openni-devel python-sphinx
a5bf74
- Remove deprecated cmake options
a5bf74
- Add --with cuda conditional (wip)
a5bf74
- Disable make test (unavailable)
a5bf74
a5bf74
* Thu May 26 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.2.0-6
a5bf74
- Backport fixes from branch 2.2 to date
a5bf74
a5bf74
* Tue May 17 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.2.0-5
a5bf74
- Re-enable v4l on f15
a5bf74
- Remove unused cmake options
a5bf74
a5bf74
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0-3
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a5bf74
a5bf74
* Wed Feb 02 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.2.0-2
a5bf74
- Fix with gcc46
a5bf74
- Disable V4L as V4L1 is disabled for Fedora 15
a5bf74
a5bf74
* Thu Jan 06 2011 Nicolas Chauvet <kwizart@gmail.com> - 2.2.0-1
a5bf74
- Update to 2.2.0
a5bf74
- Disable -msse and -msse2 on x86_32
a5bf74
a5bf74
* Wed Aug 25 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.1.0-5
a5bf74
- -devel: include OpenCVConfig.cmake (#627359)
a5bf74
a5bf74
* Thu Jul 22 2010 Dan Horák <dan[at]danny.cz> - 2.1.0-4
a5bf74
- TBB is available only on x86/x86_64 and ia64
a5bf74
a5bf74
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.1.0-3
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
a5bf74
a5bf74
* Fri Jun 25 2010 Nicolas Chauvet <kwizart@gmail.com> - 2.1.0-2
a5bf74
- Move samples from main to -devel
a5bf74
- Fix spurious permission
a5bf74
- Add BR tbb-devel
a5bf74
- Fix CFLAGS
a5bf74
a5bf74
* Fri Apr 23 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 2.1.0-1
a5bf74
- Update to 2.1.0
a5bf74
- Update libdir patch
a5bf74
a5bf74
* Tue Apr 13 2010 Karel Klic <kklic@redhat.com> - 2.0.0-10
a5bf74
- Fix nonstandard executable permissions
a5bf74
a5bf74
* Tue Mar 09 2010 Karel Klic <kklic@redhat.com> - 2.0.0-9
a5bf74
- apply the previously added patch
a5bf74
a5bf74
* Mon Mar 08 2010 Karel Klic <kklic@redhat.com> - 2.0.0-8
a5bf74
- re-enable testing on CMake build system
a5bf74
- fix memory corruption in the gaussian random number generator
a5bf74
a5bf74
* Sat Feb 27 2010 Haïkel Guémar <karlthered@gmail.com> - 2.0.0-7
a5bf74
- replaced BR unicap-devel by libucil-devel (unicap split)
a5bf74
a5bf74
* Thu Feb 25 2010 Haïkel Guémar <karlthered@gmail.com> - 2.0.0-6
a5bf74
- use cmake build system
a5bf74
- applications renamed to opencv_xxx instead of opencv-xxx
a5bf74
- add devel-docs subpackage #546605
a5bf74
- add OpenCVConfig.cmake
a5bf74
- enable openmp build
a5bf74
- enable old SWIG based python wrappers
a5bf74
- opencv package is a good boy and use global instead of define
a5bf74
a5bf74
* Tue Feb 16 2010 Karel Klic <kklic@redhat.com> - 2.0.0-5
a5bf74
- Set CXXFLAXS without -match=i386 for i386 architecture #565074
a5bf74
a5bf74
* Sat Jan 09 2010 Rakesh Pandit <rakesh@fedoraproject.org> - 2.0.0-4
a5bf74
- Updated opencv-samples-Makefile (Thanks Scott Tsai) #553697
a5bf74
a5bf74
* Wed Jan 06 2010 Karel Klic <kklic@redhat.com> - 2.0.0-3
a5bf74
- Fixed spec file issues detected by rpmlint
a5bf74
a5bf74
* Sun Dec 06 2009 Haïkel Guémar <karlthered@gmail.com> - 2.0.0-2
a5bf74
- Fix autotools scripts (missing LBP features) - #544167
a5bf74
a5bf74
* Fri Nov 27 2009 Haïkel Guémar <karlthered@gmail.com> - 2.0.0-1
a5bf74
- Updated to 2.0.0
a5bf74
- Removed upstream-ed patches
a5bf74
- Ugly hack (added cvconfig.h)
a5bf74
- Disable %%check on ppc64
a5bf74
a5bf74
* Thu Sep 10 2009 Karsten Hopp <karsten@redhat.com> - 1.1.0-0.7.pre1
a5bf74
- fix build on s390x where we don't have libraw1394 and devel
a5bf74
a5bf74
* Thu Jul 30 2009 Haïkel Guémar <karlthered@gmail.com> - 1.1.0.0.6.pre1
a5bf74
- Fix typo I introduced that prevented build on i386/i586
a5bf74
a5bf74
* Thu Jul 30 2009 Haïkel Guémar <karlthered@gmail.com> - 1.1.0.0.5.pre1
a5bf74
- Added 1394 libs and unicap support
a5bf74
a5bf74
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.4.pre1
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a5bf74
a5bf74
* Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.1.0-0.3.pre1
a5bf74
- Build with gstreamer support - #491223
a5bf74
- Backport gcc43 fix from trunk
a5bf74
a5bf74
* Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.1.0-0.2.pre1
a5bf74
- Fix FTBFS #511705
a5bf74
a5bf74
* Fri Apr 24 2009 kwizart < kwizart at gmail.com > - 1.1.0-0.1.pre1
a5bf74
- Update to 1.1pre1
a5bf74
- Disable CXXFLAGS hardcoded optimization
a5bf74
- Add BR: python-imaging, numpy
a5bf74
- Disable make check failure for now
a5bf74
a5bf74
* Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 1.0.0-14
a5bf74
- Fix for gcc44
a5bf74
- Enable BR jasper-devel
a5bf74
- Disable ldconfig run on python modules (uneeded)
a5bf74
- Prevent timestamp change on install
a5bf74
a5bf74
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-13
a5bf74
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a5bf74
a5bf74
* Mon Dec 29 2008 Rakesh Pandit <rakesh@fedoraproject.org> - 1.0.0-12
a5bf74
- fix URL field
a5bf74
a5bf74
* Fri Dec 19 2008 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.0.0-11
a5bf74
- Adopt latest python spec rules.
a5bf74
- Rebuild for Python 2.6 once again.
a5bf74
a5bf74
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0.0-10
a5bf74
- Rebuild for Python 2.6
a5bf74
a5bf74
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.0-9
a5bf74
- fix license tag
a5bf74
a5bf74
* Sun May 11 2008 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-8
a5bf74
- Adjust library order in opencv.pc.in (BZ 445937).
a5bf74
a5bf74
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.0-7
a5bf74
- Autorebuild for GCC 4.3
a5bf74
a5bf74
* Sun Feb 10 2008 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-6
a5bf74
- Rebuild for gcc43.
a5bf74
a5bf74
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.0-5
a5bf74
- Rebuild for selinux ppc32 issue.
a5bf74
a5bf74
* Wed Aug 22 2007 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-4
a5bf74
- Mass rebuild.
a5bf74
a5bf74
* Thu Mar 22 2007 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-3
a5bf74
- Fix %%{_datadir}/opencv/samples ownership.
a5bf74
- Adjust timestamp of cvconfig.h.in to avoid re-running autoheader.
a5bf74
a5bf74
* Thu Mar 22 2007 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-2
a5bf74
- Move all of the python module to pyexecdir (BZ 233128).
a5bf74
- Activate the testsuite.
a5bf74
a5bf74
* Mon Dec 11 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-1
a5bf74
- Upstream update.
a5bf74
a5bf74
* Mon Dec 11 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-4
a5bf74
- Remove python-abi.
a5bf74
a5bf74
* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.9.9-3
a5bf74
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
a5bf74
a5bf74
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-2
a5bf74
- Stop configure.in from hacking CXXFLAGS.
a5bf74
- Activate testsuite.
a5bf74
- Let *-devel require pkgconfig.
a5bf74
a5bf74
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-1
a5bf74
- Upstream update.
a5bf74
- Don't BR: autotools.
a5bf74
- Install samples' Makefile as GNUmakefile.
a5bf74
a5bf74
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-18
a5bf74
- Un'%%ghost *.pyo.
a5bf74
- Separate %%{pythondir} from %%{pyexecdir}.
a5bf74
a5bf74
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-17
a5bf74
- Rebuild for FC6.
a5bf74
- BR: libtool.
a5bf74
a5bf74
* Fri Mar 17 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-16
a5bf74
- Rebuild.
a5bf74
a5bf74
* Wed Mar  8 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-15
a5bf74
- Force a re-run of Autotools by calling autoreconf.
a5bf74
a5bf74
* Wed Mar  8 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-14
a5bf74
- Added build dependency on Autotools.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-13
a5bf74
- Changed intrinsics patch so that it matches upstream.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-12
a5bf74
- More intrinsics patch fixing.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-11
a5bf74
- Don't do "make check" because it doesn't run any tests anyway.
a5bf74
- Back to main intrinsics patch.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-10
a5bf74
- Using simple intrinsincs patch.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-9
a5bf74
- Still more fixing of intrinsics patch for Python bindings on x86_64.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-8
a5bf74
- Again fixed intrinsics patch so that Python modules build on x86_64.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-7
a5bf74
- Fixed intrinsics patch so that it works.
a5bf74
a5bf74
* Tue Mar  7 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-6
a5bf74
- Fixed Python bindings location on x86_64.
a5bf74
a5bf74
* Mon Mar  6 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-5
a5bf74
- SSE2 support on x86_64.
a5bf74
a5bf74
* Mon Mar  6 2006 Simon Perreault <nomis80@nomis80.org> - 0.9.7-4
a5bf74
- Rebuild
a5bf74
a5bf74
* Sun Oct 16 2005 Simon Perreault <nomis80@nomis80.org> - 0.9.7-3
a5bf74
- Removed useless sample compilation makefiles/project files and replaced them
a5bf74
  with one that works on Fedora Core.
a5bf74
- Removed shellbang from Python modules.
a5bf74
a5bf74
* Mon Oct 10 2005 Simon Perreault <nomis80@nomis80.org> - 0.9.7-2
a5bf74
- Made FFMPEG dependency optional (needs to be disabled for inclusion in FE).
a5bf74
a5bf74
* Mon Oct 10 2005 Simon Perreault <nomis80@nomis80.org> - 0.9.7-1
a5bf74
- Initial package.