public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Fix back eol line encoding
@ 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 : 180fc2057211916de6013780498df69e17394c39
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2011-10-10T20:21:13+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/180fc2057211916de6013780498df69e17394c39?branch=opencv5
Log:
Fix back eol line encoding
---
diff --git a/opencv.spec b/opencv.spec
index 55f6165..3ce2267 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -99,7 +99,7 @@ This package contains Python bindings for the OpenCV library.
%patch1 -p1 -b .opencvconfig
# fix dos end of lines
-#sed -i 's|\r||g' samples/c/adaptiveskindetector.cpp
+sed -i 's|\r||g' samples/c/adaptiveskindetector.cpp
%build
^ 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: Fix back eol line encoding Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox