public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Python 2 binary package renamed to python2-mlt
@ 2026-07-20 18:17 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-20 18:17 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

Log:
Python 2 binary package renamed to python2-mlt

---
diff --git a/mlt.spec b/mlt.spec
index 56a12c8..c702bcb 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -4,7 +4,7 @@
 Summary:        Toolkit for broadcasters, video editors, media players, transcoders
 Name:           mlt
 Version:        6.4.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 
 # mlt/src/win32/fnmatch.{c,h} are BSD-licensed.
 # but is not used in Linux
@@ -72,7 +72,11 @@ Group:          Development/Libraries
 Requires:       pkgconfig
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 
-%package python
+%package -n python2-mlt
+%{?python_provide:%python_provide python2-mlt}
+# Remove before F30
+Provides: %{name}-python%{?_isa} = %{version}-%{release}
+Obsoletes: %{name}-python < %{version}-%{release}
 Requires: python
 Requires: %{name}%{?_isa} = %{version}-%{release}
 Summary: Python package to work with MLT
@@ -91,7 +95,7 @@ Summary: PHP package to work with MLT
 The %{name}-devel package contains the header files and static libraries for
 building applications which use %{name}.
 
-%description python
+%description -n python2-mlt
 This module allows to work with MLT using python.
 
 %description ruby
@@ -186,7 +190,7 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 %{_libdir}/libmlt.so.*
 %{_datadir}/mlt/
 
-%files python
+%files -n python2-mlt
 %{python_sitelib}/mlt.py*
 %{python_sitearch}/_mlt.so
 
@@ -214,6 +218,10 @@ test "$(pkg-config --modversion mlt++)" = "%{version}"
 
 
 %changelog
+* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.4.1-9
+- Python 2 binary package renamed to python2-mlt
+  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
+
 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Python 2 binary package renamed to python2-mlt 

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