public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Update opencv to 2.4.12.3 (#1271460).
@ 2026-08-28 13:30 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-28 13:30 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : a09f6eae09ac5dd0d7872fbd88a10c21e70bb796
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2015-12-03T00:45:57+00:00
            Stats  : +13/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/a09f6eae09ac5dd0d7872fbd88a10c21e70bb796?branch=opencv5

            Log:
            Update opencv to 2.4.12.3 (#1271460).

- Add aarch64 and ppc64le to list of architectures where TBB is supported (#1262788).

---
diff --git a/opencv.spec b/opencv.spec
index aa79144..2298171 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -11,19 +11,21 @@
 %bcond_with    xine
 
 Name:           opencv
-Version:        2.4.11
-Release:        5%{?dist}
+Version:        2.4.12.3
+Release:        1%{?dist}
 Summary:        Collection of algorithms for computer vision
 Group:          Development/Libraries
 # This is normal three clause BSD.
 License:        BSD
 URL:            http://opencv.org
 # Need to remove SIFT/SURF from source tarball, due to legal concerns
-# rm -f opencv-%%{version}/modules/nonfree/src/sift.cpp
-# rm -f opencv-%%{version}/modules/nonfree/src/surf.cpp
+# cd opencv-%%{version}/
+# rm -f modules/nonfree/src/sift.cpp
+# rm -f modules/nonfree/src/surf.cpp
 # Removed because we don't use pre-built contribs
 # rm -rf 3rdparty
-#Source0:        http://downloads.sourceforge.net/opencvlibrary/opencv-unix/%{version}/%{name}-%{version}%{?indice}.zip
+# cd ..; tar Jcf opencv-clean-%%{version}.tar.xz opencv-%%{version}/
+#Source0:        https://github.com/Itseez/opencv/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source0:        %{name}-clean-%{version}%{?indice}.tar.xz
 Source1:        opencv-samples-Makefile
 #http://code.opencv.org/issues/2720
@@ -66,7 +68,7 @@ BuildRequires:  openni-primesense
 %endif
 }
 %{?with_tbb:
-%ifarch %{ix86} x86_64 ia64 ppc ppc64
+%ifarch %{ix86} x86_64 ia64 ppc %{power64} aarch64
 BuildRequires:  tbb-devel
 %endif
 }
@@ -159,7 +161,7 @@ pushd build
  -DBUILD_TEST=1 \
  -DBUILD_opencv_java=0 \
 %{?with_tbb: \
-%ifarch %{ix86} x86_64 ia64 ppc ppc64
+%ifarch %{ix86} x86_64 ia64 ppc %{power64} aarch64
  -DWITH_TBB=1 -DTBB_LIB_DIR=%{_libdir} \
 %endif
 } \
@@ -270,6 +272,10 @@ popd
 %{python2_sitearch}/cv2.so
 
 %changelog
+* Wed Dec 02 2015 Sérgio Basto <sergio@serjux.com> - 2.4.12.3-1
+- Update opencv to 2.4.12.3 (#1271460).
+- Add aarch64 and ppc64le to list of architectures where TBB is supported (#1262788).
+
 * Tue Jul 14 2015 Sérgio Basto <sergio@serjux.com> - 2.4.11-5
 - Use bcond tags to easily enable or disable modules.
 - Package review, more cleaning in the spec file.

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:30 [rpms/opencv] opencv5: Update opencv to 2.4.12.3 (#1271460) 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox