public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Update opencv to 2.4.12.3 (#1271460).
Date: Fri, 28 Aug 2026 13:30:30 GMT	[thread overview]
Message-ID: <178792383077.1.11240438313200266360.rpms-opencv-a09f6eae09ac@fedoraproject.org> (raw)

            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.

                 reply	other threads:[~2026-08-28 13:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178792383077.1.11240438313200266360.rpms-opencv-a09f6eae09ac@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox