public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Switch built time to avoid -O3
Date: Fri, 28 Aug 2026 13:30:10 GMT	[thread overview]
Message-ID: <178792381078.1.18321120125885337104.rpms-opencv-c9313118ccc0@fedoraproject.org> (raw)

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

                 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=178792381078.1.18321120125885337104.rpms-opencv-c9313118ccc0@fedoraproject.org \
    --to=kwizart@gmail.com \
    --cc=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