public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Don't clean unneeded symbols (as recommended by fedora-review)
@ 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 : 8332955846ff0d567d346b23248561b37eb855f2
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2016-05-10T00:33:58+01:00
Stats : +6/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/8332955846ff0d567d346b23248561b37eb855f2?branch=opencv5
Log:
Don't clean unneeded symbols (as recommended by fedora-review)
fix undefined symbol: cvLoadImage in Unknown on line 0 on php-facedetect package.
---
diff --git a/opencv.spec b/opencv.spec
index c4cd333..68acfdb 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,4 +1,3 @@
-%global optflags %(echo %{optflags} -Wl,--as-needed )
#global indice a
%bcond_with ffmpeg
%bcond_without gstreamer
@@ -12,7 +11,7 @@
Name: opencv
Version: 3.1.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
# This is normal three clause BSD.
@@ -355,9 +354,13 @@ popd
%{_libdir}/libopencv_xphoto.so.3.1*
%changelog
+* Mon May 09 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-5
+- Don't clean unneeded symbols (as recommended by fedora-review), fix undefined
+ symbol: cvLoadImage in Unknown on line 0 on php-facedetect package.
+
* Sat May 07 2016 Sérgio Basto <sergio@serjux.com> - 3.1.0-4
- Put all idefs and ifarchs outside the scope of rpm conditional builds, rather
-than vice versa, as had organized some time ago, it seems to me more correct.
+ than vice versa, as had organized some time ago, it seems to me more correct.
- Remove SIFT/SURF from source tarball in opencv_contrib, due to legal concerns
- Redo and readd OpenCV-2.4.4-pillow.patch .
- Add OpenCV-3.1-pillow.patch to apply only opencv_contrib .
^ 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: Don't clean unneeded symbols (as recommended by fedora-review)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox