[mythtv] Rebuilt for Python 3.12
by Leigh Scott
commit 998c8dc9bb63c6fab709d3d1c0bc2e2716acd2ff
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 18:57:09 2023 +0100
Rebuilt for Python 3.12
mythtv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 7dee84d..89b158f 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -74,7 +74,7 @@
#
Name: mythtv
Version: 33.1
-Release: 1%{rel_string}%{?dist}
+Release: 2%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1264,6 +1264,9 @@ exit 0
################################################################################
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 33.1-2.4.20230219gitc273ed0f9a
+- Rebuilt for Python 3.12
+
* Sun Feb 26 2023 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 33.1-1.4.20230219gitgc273ed0f9
- Update to latest fixes/33
- remove support for rhel7
1 year, 4 months
[kodi] Rebuilt for Python 3.12
by Leigh Scott
commit 882c918b5a6135c510983eba7f998605f02e4b5b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 18:56:10 2023 +0100
Rebuilt for Python 3.12
kodi.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kodi.spec b/kodi.spec
index ed2f023..5f74d8a 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -39,7 +39,7 @@
Name: kodi
Version: 20.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Media center
License: GPLv2+ and GPLv3+ and LGPLv2+ and BSD and MIT
@@ -428,6 +428,9 @@ rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/kodi-wiiremote.1
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 20.2-2
+- Rebuilt for Python 3.12
+
* Thu Jun 29 2023 Michael Cronenworth <mike(a)cchtml.com> - 20.2-1
- Kodi 20.2 Final
1 year, 4 months
[rpmfusion-packager] Same again
by Leigh Scott
commit ce607fc07e01b21a1dc9f2e00ee78b71e5e35fbe
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 18:07:30 2023 +0100
Same again
rpmfusion-packager.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index fd08605..f915c98 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -12,7 +12,7 @@
Name: rpmfusion-packager
Version: 0.7.2
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
@@ -93,9 +93,6 @@ autoreconf -i
%build
%if %{with python3}
%configure --with-python3
-sed -i -e 's@#!/usr/bin/python@#!%{python3}@g' \
- src/rpmfusion-cert.py \
- src/rpmfusion-packager-setup.py
%else
%configure --with-python2
%endif
@@ -127,6 +124,9 @@ sed -i -e 's@#!/usr/bin/python@#!%{python3}@g' \
%endif
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.2-7
+- Same again
+
* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.2-6
- Fix shebang
1 year, 4 months
[rpmfusion-packager] Fix shebang
by Leigh Scott
commit 5d40bd546f6b4836039e243d60567b5b906506e1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:58:30 2023 +0100
Fix shebang
rpmfusion-packager.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 164fa99..fd08605 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -12,7 +12,7 @@
Name: rpmfusion-packager
Version: 0.7.2
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
@@ -93,7 +93,7 @@ autoreconf -i
%build
%if %{with python3}
%configure --with-python3
-sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
+sed -i -e 's@#!/usr/bin/python@#!%{python3}@g' \
src/rpmfusion-cert.py \
src/rpmfusion-packager-setup.py
%else
@@ -127,6 +127,9 @@ sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
%endif
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.2-6
+- Fix shebang
+
* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.2-5
- Rebuilt for Python 3.12
1 year, 4 months
[ldoce5viewer] fix
by Leigh Scott
commit e6563e4e2f1cf1ad04873894e3d2811a621aeb5d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:50:33 2023 +0100
fix
ldoce5viewer.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index a6f2246..3d17083 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -30,6 +30,7 @@ BuildArch: noarch
BuildRequires: /usr/bin/git
BuildRequires: desktop-file-utils
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
BuildRequires: python3dist(whoosh)
BuildRequires: python3dist(lxml)
BuildRequires: python3-qt5-devel
1 year, 4 months
[python-vlc] fix
by Leigh Scott
commit b963e700e97c2074cc6e6c4d3f7b258c92a346cf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:47:21 2023 +0100
fix
python-vlc.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index b62bb53..fb9b604 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -32,7 +32,7 @@ Requires: vlc-core >= 1.1.0
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# fix shebang
-sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
+sed -i -e 's@/usr/bin/python@/usr/bin/python3@g' \
examples/glsurface.py \
examples/play_buffer.py vlc.py
#fix rpmlint
1 year, 4 months
[videomorph] add missing buildrequires
by Leigh Scott
commit 85b984e818f3816f05ecc2308f4acdab7567d3b5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:41:46 2023 +0100
add missing buildrequires
videomorph.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/videomorph.spec b/videomorph.spec
index 3a70153..16a8f8b 100644
--- a/videomorph.spec
+++ b/videomorph.spec
@@ -9,6 +9,7 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
BuildRequires: desktop-file-utils
BuildRequires: python3-rpm-macros
BuildRequires: ffmpeg
1 year, 4 months
[ldoce5viewer] fix
by Leigh Scott
commit aea81db5e6b3bb49952f07fc87e22881371108ee
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:36:43 2023 +0100
fix
ldoce5viewer.spec | 1 +
temporary_python312_fix.patch | 11 +++++++++++
2 files changed, 12 insertions(+)
---
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index d1508cb..a6f2246 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -23,6 +23,7 @@ Patch3: https://github.com/dwrobel/ldoce5viewer/commit/e17a19a86c5f7a02c
# Inkscape 1.0.2 changed argument from --export-file= to --export-filename=
# Not sent upstream as it's read-only now.
Patch4: https://github.com/dwrobel/ldoce5viewer/commit/6bb1cc5a3df2f72b590e923034...
+Patch5: temporary_python312_fix.patch
BuildArch: noarch
diff --git a/temporary_python312_fix.patch b/temporary_python312_fix.patch
new file mode 100644
index 0000000..49dd272
--- /dev/null
+++ b/temporary_python312_fix.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -1,7 +1,7 @@
+ #!/usr/bin/env python
+
+ import subprocess
+-from distutils.core import setup
++from setuptools import setup
+ from ldoce5viewer import __version__
+
+
1 year, 4 months
[python-vlc] fix
by Leigh Scott
commit b6d42d5f894d673fcedf5cc1ff633ca54b4cf27b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:27:14 2023 +0100
fix
python-vlc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index 33ef355..b62bb53 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -14,7 +14,6 @@ Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_na
BuildArch: noarch
BuildRequires: python3-devel
-BuildRequires: /usr/bin/pathfix.py
BuildRequires: python3dist(setuptools)
%description
@@ -33,7 +32,8 @@ Requires: vlc-core >= 1.1.0
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
# fix shebang
-pathfix.py -pni %{__python3} examples/glsurface.py \
+sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
+ examples/glsurface.py \
examples/play_buffer.py vlc.py
#fix rpmlint
chmod -x examples/cocoavlc.py examples/glsurface.py
1 year, 4 months
[videomorph] fix
by Leigh Scott
commit a462171cd4f6212f1cb360b3788749737d6d271c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:25:25 2023 +0100
fix
videomorph.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/videomorph.spec b/videomorph.spec
index 37c5fc7..3a70153 100644
--- a/videomorph.spec
+++ b/videomorph.spec
@@ -26,7 +26,7 @@ FLV, MOV, OGV, and also extract the audio to a file with MP3 format.
%prep
%autosetup
-pathfix.py -pni "%{__python3}" setup.py bin/videomorph tests/*
+sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' setup.py bin/videomorph tests/*
%build
1 year, 4 months