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

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : bd9bfd774aaed7f4fba0a3a7befdd1f7896170ef
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2013-03-23T18:02:24+01:00
Stats  : +11/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/bd9bfd774aaed7f4fba0a3a7befdd1f7896170ef?branch=opencv5

Log:
Update to 2.4.4a

---
diff --git a/.gitignore b/.gitignore
index c37073e..242093e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ OpenCV-2.1.0.tar.bz2
 /OpenCV-2.4.2.tar.bz2
 /OpenCV-2.4.3.tar.bz2
 /OpenCV-2.4.4-beta.tar.bz2
+/OpenCV-2.4.4a.tar.bz2

diff --git a/opencv.spec b/opencv.spec
index fc11ad6..229d1dd 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,18 +1,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %global tar_name OpenCV
-%global indice   -beta
+%global indice   a
 
 Name:           opencv
 Version:        2.4.4
-Release:        0.2.beta%{?dist}
+Release:        1%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
 # This is normal three clause BSD.
 License:        BSD
 URL:            http://opencv.willowgarage.com/wiki/
-Source0:        http://prdownloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}%{?indice}.tar.bz2
+Source0:        http://downloads.sourceforge.net/opencvlibrary/%{tar_name}-%{version}%{?indice}.tar.bz2
 Source1:        opencv-samples-Makefile
 Patch0:         opencv-pkgcmake.patch
 Patch1:         opencv-pkgcmake2.patch
@@ -48,7 +48,7 @@ BuildRequires:  openni-primesense
 %endif
 }
 %{?_with_ttb:
-%ifarch %{ix86} x86_64 ia64
+%ifarch %{ix86} x86_64 ia64 ppc ppc64
 BuildRequires:  tbb-devel
 %endif
 }
@@ -99,7 +99,7 @@ This package contains Python bindings for the OpenCV library.
 
 
 %prep
-%setup -q -n %{tar_name}-%{version}
+%setup -q
 %patch0 -p1 -b .pkgcmake
 %patch1 -p1 -b .pkgcmake2
 %patch2 -p1 -b .pillow
@@ -232,6 +232,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Mar 23 2013 Nicolas Chauvet <kwizart@gmail.com> - 2.4.4-1
+- Update to 2.4.4a
+- Fix ttb-devel architecture conditionals
+
 * Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> 2.4.4-0.2.beta
 - rebuild (OpenEXR)
 

diff --git a/sources b/sources
index 579aeba..a07a69e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-eec1f1afe7b0b4a95d72336c8eaef996  OpenCV-2.4.4-beta.tar.bz2
+876dce80ea2648b7e4d4c5a567b4d37b  OpenCV-2.4.4a.tar.bz2

^ 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 to 2.4.4a Nicolas Chauvet

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