public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: - Upstream update.
@ 2026-08-28 13:29 corsepiu
0 siblings, 0 replies; 2+ messages in thread
From: corsepiu @ 2026-08-28 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 09d693cf915a9c906381c0956a63c5db772c4d3d
Author : corsepiu <corsepiu@fedoraproject.org>
Date : 2006-09-21T14:44:10+00:00
Stats : +16/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/09d693cf915a9c906381c0956a63c5db772c4d3d?branch=opencv5
Log:
- Upstream update.
- Don't BR: autotools.
- Install samples' Makefile as GNUmakefile.
---
diff --git a/.cvsignore b/.cvsignore
index 5fcd78e..c98da7d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-opencv-0.9.7.tar.gz
+opencv-0.9.9.tar.gz
diff --git a/opencv.spec b/opencv.spec
index 3e7acf4..e8461d7 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -4,8 +4,8 @@
%define pyexecdir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
Name: opencv
-Version: 0.9.7
-Release: 18%{?dist}
+Version: 0.9.9
+Release: 1%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -13,11 +13,10 @@ License: Intel Open Source License
URL: http://www.intel.com/technology/computing/opencv/index.htm
Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz
Source1: opencv-samples-Makefile
-Patch0: opencv-0.9.7-intrinsics-simple.patch
-Patch1: opencv-0.9.7-pythondir.patch
+Patch0: opencv-0.9.9-pythondir.diff
+Patch1: opencv-0.9.9-autotools.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: autoconf, automake, libtool
BuildRequires: gtk2-devel, libpng-devel, libjpeg-devel, libtiff-devel
BuildRequires: swig >= 1.3.24, zlib-devel, pkgconfig
BuildRequires: python-devel
@@ -54,17 +53,17 @@ This package contains Python bindings for the OpenCV library.
%prep
%setup -q
-%patch0 -p1 -b .intrinsics
-%patch1 -p1 -b .pythondir
+%patch0 -p1
+%patch1 -p1
%{__sed} -i 's/\r//' interfaces/swig/python/*.py \
samples/python/*.py
%{__sed} -i 's/^#!.*//' interfaces/swig/python/adaptors.py \
interfaces/swig/python/__init__.py
-autoreconf -vif
+find -name Makefile.in | xargs touch
%build
-%configure --disable-static --enable-python --with-apps
+%configure --disable-static --enable-python --enable-apps
make %{?_smp_mflags}
@@ -79,7 +78,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la \
$RPM_BUILD_ROOT%{_datadir}/opencv/samples/c/facedetect.cmd \
$RPM_BUILD_ROOT%{_datadir}/opencv/samples/c/makefile.gcc \
$RPM_BUILD_ROOT%{_datadir}/opencv/samples/c/makefile.gen
-install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/opencv/samples/c/Makefile
+install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/opencv/samples/c/GNUmakefile
%clean
@@ -124,6 +123,11 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-1
+- Upstream update.
+- Don't BR: autotools.
+- Install samples' Makefile as GNUmakefile.
+
* Thu Sep 21 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.7-18
- Un'%%ghost *.pyo.
- Separate %%{pythondir} from %%{pyexecdir}.
diff --git a/sources b/sources
index 5848303..dcd498c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-39cdccd05edd12294db2c238f48ff2ab opencv-0.9.7.tar.gz
+e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/opencv] opencv5: - Upstream update.
@ 2026-08-28 13:29 corsepiu
0 siblings, 0 replies; 2+ messages in thread
From: corsepiu @ 2026-08-28 13:29 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : ef9cd06961a062f0b7dbd61f856ec8bd585fc62e
Author : corsepiu <corsepiu@fedoraproject.org>
Date : 2006-12-11T15:35:43+00:00
Stats : +10/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/ef9cd06961a062f0b7dbd61f856ec8bd585fc62e?branch=opencv5
Log:
- Upstream update.
---
diff --git a/.cvsignore b/.cvsignore
index c98da7d..ad623f2 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
opencv-0.9.9.tar.gz
+opencv-1.0.0.tar.gz
diff --git a/opencv.spec b/opencv.spec
index caffbea..05c020b 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -4,8 +4,8 @@
%define pyexecdir %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
Name: opencv
-Version: 0.9.9
-Release: 4%{?dist}
+Version: 1.0.0
+Release: 1%{?dist}
Summary: Collection of algorithms for computer vision
Group: Development/Libraries
@@ -13,9 +13,9 @@ License: Intel Open Source License
URL: http://www.intel.com/technology/computing/opencv/index.htm
Source0: http://prdownloads.sourceforge.net/opencvlibrary/opencv-%{version}.tar.gz
Source1: opencv-samples-Makefile
-Patch0: opencv-0.9.9-pythondir.diff
-Patch1: opencv-0.9.9-configure.in.diff
-Patch2: opencv-0.9.9-autotools.diff
+Patch0: opencv-1.0.0-pythondir.diff
+Patch1: opencv-1.0.0-configure.in.diff
+Patch2: opencv-1.0.0-autotools.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtk2-devel, libpng-devel, libjpeg-devel, libtiff-devel
@@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Dec 11 2006 Ralf Corsépius <rc040203@freenet.de> - 1.0.0-1
+- Upstream update.
+
* Mon Dec 11 2006 Ralf Corsépius <rc040203@freenet.de> - 0.9.9-4
- Remove python-abi.
diff --git a/sources b/sources
index dcd498c..ab70c93 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
e76c4f0cbf12128d7ae343e3abdfdabd opencv-0.9.9.tar.gz
+146a05005f2d2c16c4ee10ebd7f1dd58 opencv-1.0.0.tar.gz
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-28 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:29 [rpms/opencv] opencv5: - Upstream update corsepiu
2026-08-28 13:29 corsepiu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox