public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Switch built time to avoid -O3
@ 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 : c9313118ccc035cf5fad8f7ee3efb312e990231b
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2012-11-12T23:20:56+01:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/c9313118ccc035cf5fad8f7ee3efb312e990231b?branch=opencv5

Log:
Switch built time to avoid -O3

---
diff --git a/opencv.spec b/opencv.spec
index b2afb62..8655743 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,7 +5,7 @@
 
 Name:           opencv
 Version:        2.4.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -118,7 +118,7 @@ pushd build
  -DENABLE_SSE2=0 \
 %endif
  %{!?_with_sse3:-DENABLE_SSE3=0} \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=ReleaseWithDebInfo \
  -DBUILD_TEST=1 \
 %{?_with_ttb:
 %ifarch %{ix86} x86_64 ia64
@@ -228,6 +228,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Nov 12 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-3
+- Switch Build Type to ReleaseWithDebInfo to avoid -03
+
 * Sun Nov 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-2
 - Disable SSE3 and allow --with sse3 build conditional.
 - Disable gpu module as we don't build cuda

^ 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: Switch built time to avoid -O3 Nicolas Chauvet

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