Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2015-12-16 17:41:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opencv (Old)
 and      /work/SRC/openSUSE:Factory/.opencv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opencv"

Changes:
--------
--- /work/SRC/openSUSE:Factory/opencv/opencv-qt5.changes        2015-08-05 
19:12:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv-qt5.changes   2015-12-16 
17:41:52.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Sep 22 08:47:31 UTC 2015 - [email protected]
+
+- Use pkgconfig for ffmpeg BuildRequires
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/opencv/opencv.changes    2015-08-05 
19:12:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes       2015-12-16 
17:41:52.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Dec  2 09:17:09 UTC 2015 - [email protected]
+
+- Reduce differences between two spec files
+
+-------------------------------------------------------------------
+Tue Sep 22 08:47:31 UTC 2015 - [email protected]
+
+- Use pkgconfig for ffmpeg BuildRequires
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opencv-qt5.spec ++++++
--- /var/tmp/diff_new_pack.J4W8Mv/_old  2015-12-16 17:41:57.000000000 +0100
+++ /var/tmp/diff_new_pack.J4W8Mv/_new  2015-12-16 17:41:57.000000000 +0100
@@ -60,7 +60,10 @@
 BuildRequires:  libeigen2-devel
 %endif
 %if %{with ffmpeg}
-BuildRequires:  libffmpeg-devel
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 %endif
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel

++++++ opencv.spec ++++++
--- /var/tmp/diff_new_pack.J4W8Mv/_old  2015-12-16 17:41:57.000000000 +0100
+++ /var/tmp/diff_new_pack.J4W8Mv/_new  2015-12-16 17:41:57.000000000 +0100
@@ -28,9 +28,9 @@
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://opencv.org/
-Source0:        https://github.com/Itseez/%{name}/archive/%{version}.tar.gz
+Source0:        https://github.com/Itseez/opencv/archive/%{version}.tar.gz
 # PATCH-FIX-UPSTREAM opencv-samples.patch [email protected] -- Improve samples 
installation.
-Patch1:         %{name}-samples.patch
+Patch1:         opencv-samples.patch
 # PATCH-FIX-OPENSUSE improve-sphinx-search.diff -- properly find sphinx with 
alphabetic chars in version
 Patch3:         improve-sphinx-search.diff
 # PATCH-FIX-UPSTREAM opencv-pkgconfig.patch -- Make sure to provide link flags 
in  OpenCV pc file (bnc#853036). Issue is exposed when e.g. a project relies on
@@ -56,7 +56,10 @@
 BuildRequires:  libeigen2-devel
 %endif
 %if %{with ffmpeg}
-BuildRequires:  libffmpeg-devel
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 %endif
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
@@ -112,13 +115,13 @@
 documentation. It should be installed if you want to develop programs that will
 use the OpenCV library.
 
-%package -n python-%{name}
+%package -n python-%name
 Summary:        Python bindings for apps which use OpenCV
 Group:          Development/Libraries/Python
 Requires:       python-base = %{py_ver}
 %py_requires
 
-%description -n python-%{name}
+%description -n python-%name
 This package contains Python bindings for the OpenCV library.
 
 %package doc
@@ -192,7 +195,7 @@
 
 %files
 %defattr(-,root,root,-)
-%{_bindir}/%{name}_*
+%{_bindir}/opencv_*
 %{_datadir}/OpenCV
 %exclude %{_datadir}/OpenCV/OpenCVConfig*.cmake
 
@@ -206,10 +209,10 @@
 %{_includedir}/opencv2/
 %{_libdir}/libopencv_ts.a
 %{_libdir}/lib*.so
-%{_libdir}/pkgconfig/%{name}.pc
+%{_libdir}/pkgconfig/opencv.pc
 %{_datadir}/OpenCV/OpenCVConfig*.cmake
 
-%files -n python-%{name}
+%files -n python-%name
 %defattr(-,root,root,-)
 %{python_sitearch}/cv.py
 %{python_sitearch}/cv2.so


Reply via email to