public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Python 2 binary package renamed to python2-opencv
Date: Fri, 28 Aug 2026 13:30:43 GMT	[thread overview]
Message-ID: <178792384332.1.12502877082908244707.rpms-opencv-a23516bd62ea@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : a23516bd62ea1e290a21f8d633d63b7fbf88f2d9
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date   : 2017-08-19T09:39:03-04:00
Stats  : +12/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/a23516bd62ea1e290a21f8d633d63b7fbf88f2d9?branch=opencv5

Log:
Python 2 binary package renamed to python2-opencv

---
diff --git a/opencv.spec b/opencv.spec
index 8bb32ca..cef0dfc 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -21,7 +21,7 @@
 
 Name:           opencv
 Version:        3.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Collection of algorithms for computer vision
 Group:          Development/Libraries
 # This is normal three clause BSD.
@@ -160,14 +160,18 @@ BuildArch:      noarch
 %description    devel-docs
 This package contains the OpenCV documentation and examples programs.
 
-%package        python
+%package        -n python2-opencv
+%{?python_provide:%python_provide python2-opencv}
+# Remove before F30
+Provides: %{name}-python%{?_isa} = %{version}-%{release}
+Obsoletes: %{name}-python < %{version}-%{release}
 Summary:        Python bindings for apps which use OpenCV
 Group:          Development/Libraries
 Requires:       opencv%{_isa} = %{version}-%{release}
 Requires:       numpy
 %{?python_provide:%python_provide python2-%{srcname}}
 
-%description    python
+%description    -n python2-opencv
 This package contains Python bindings for the OpenCV library.
 
 %package        python3
@@ -337,7 +341,7 @@ popd
 %files devel-docs
 %doc %{_datadir}/OpenCV/samples
 
-%files python
+%files -n python2-opencv
 %{python2_sitearch}/cv2.so
 
 %files python3
@@ -376,6 +380,10 @@ popd
 %{_libdir}/libopencv_xphoto.so.%{abiver}*
 
 %changelog
+* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.0-6
+- Python 2 binary package renamed to python2-opencv
+  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
+
 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
 

                 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=178792384332.1.12502877082908244707.rpms-opencv-a23516bd62ea@fedoraproject.org \
    --to=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