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

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 34d4947223aeb18e12741d634856170d3ee3f1b1
Author : Nicolas Chauvet <kwizart@fedoraproject.org>
Date   : 2009-04-24T11:05:05+00:00
Stats  : +9/-8 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/34d4947223aeb18e12741d634856170d3ee3f1b1?branch=opencv5

Log:
pythondir patch was wrongly imported

---
diff --git a/opencv-1.1.0-pythondir.diff b/opencv-1.1.0-pythondir.diff
index bef26ef..3b250ad 100644
--- a/opencv-1.1.0-pythondir.diff
+++ b/opencv-1.1.0-pythondir.diff
@@ -1,14 +1,15 @@
---- opencv-1.0.0.orig/interfaces/swig/python/Makefile.am	2006-08-10 15:29:20.000000000 +0200
-+++ opencv-1.0.0/interfaces/swig/python/Makefile.am	2007-03-22 04:04:45.000000000 +0100
-@@ -92,9 +92,9 @@
- 
+diff -up opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir opencv-1.1.0/interfaces/swig/python/Makefile.am
+--- opencv-1.1.0/interfaces/swig/python/Makefile.am.pydir	2009-04-24 10:48:47.000000000 +0200
++++ opencv-1.1.0/interfaces/swig/python/Makefile.am	2009-04-24 10:49:49.000000000 +0200
+@@ -107,9 +107,9 @@ endif
  if BUILD_PYTHON_WRAPPERS
  
--pkgpython_LTLIBRARIES = _cv.la _highgui.la
-+pkgpyexec_LTLIBRARIES = _cv.la _highgui.la
+ #pkgpython_LTLIBRARIES = _cv.la _highgui.la
+-pkgpython_LTLIBRARIES = _cv.la _ml.la _highgui.la
++pkgpyexec_LTLIBRARIES = _cv.la _ml.la _highgui.la
  
 -pkgpython_PYTHON = \
 +pkgpyexec_PYTHON = \
    __init__.py    \
    cv.py          \
-   adaptors.py    \
+   ml.py          \

diff --git a/opencv.spec b/opencv.spec
index 5c3169f..2954c88 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -3,7 +3,7 @@
 
 Name:           opencv
 Version:        1.1.0
-Release:        0.1.pre1%{?dist}
+Release:        0.1.pre1%{?dist}.1
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:29 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:29 [rpms/opencv] opencv5: pythondir patch was wrongly imported Nicolas Chauvet

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