[openshot] Rebuilt for Python 3.12
by Leigh Scott
commit 781f3d78de00ea00edb03fc03a6c113feafe14d7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:22:18 2023 +0100
Rebuilt for Python 3.12
openshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/openshot.spec b/openshot.spec
index f043b33..b25d282 100644
--- a/openshot.spec
+++ b/openshot.spec
@@ -7,7 +7,7 @@
Name: openshot
Version: 3.1.1
-Release: 1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
+Release: 2%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Create and edit videos and movies
Group: Applications/Multimedia
@@ -146,6 +146,9 @@ rmdir -p --ignore-fail-on-non-empty %{buildroot}%{_prefix}/lib/mime/packages
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.1-2
+- Rebuilt for Python 3.12
+
* Sat Apr 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.1-1
- New upstream release
1 year, 4 months
[rpmfusion-packager] fix
by Leigh Scott
commit a459a6168daaee3743c54bdbe7d63c8c9afe21e6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:20:49 2023 +0100
fix
rpmfusion-packager.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index cbcda65..164fa99 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -93,7 +93,9 @@ autoreconf -i
%build
%if %{with python3}
%configure --with-python3
-pathfix.py -pni %{python3} src/*.py
+sed -i -e 's@#!/usr/bin/python@#!/usr/bin/python3@g' \
+ src/rpmfusion-cert.py \
+ src/rpmfusion-packager-setup.py
%else
%configure --with-python2
%endif
1 year, 4 months
[pyskool] fix build issue
by Leigh Scott
commit 9e031aab00ca9a607f91ca73334e4652e5258415
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 17:03:37 2023 +0100
fix build issue
pyskool.spec | 4 +++-
temporary_python312_fix.patch | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/pyskool.spec b/pyskool.spec
index fbb94a8..79f5d06 100644
--- a/pyskool.spec
+++ b/pyskool.spec
@@ -9,10 +9,12 @@ URL: http://pyskool.ca
Source0: %url/downloads/%{name}/%{name}-%{version}.tar.xz
Source1: skool_daze.desktop
Source2: back_to_skool.desktop
+Patch0: temporary_python312_fix.patch
BuildArch: noarch
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
@@ -32,7 +34,7 @@ mice, a frog and a girlfriend.
%prep
-%setup -q
+%autosetup -p1
%build
diff --git a/temporary_python312_fix.patch b/temporary_python312_fix.patch
new file mode 100644
index 0000000..ebd24ae
--- /dev/null
+++ b/temporary_python312_fix.patch
@@ -0,0 +1,10 @@
+--- a/setup.py
++++ b/setup.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/env python
+ # -*- coding: utf-8 -*-
+-from distutils.core import setup
++from setuptools import setup
+
+ from pyskool import version
+
1 year, 4 months
[videomorph] Rebuilt for Python 3.12
by Leigh Scott
commit d06aeb5f82805ccecefd08d817b912caeaef3749
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:41:54 2023 +0100
Rebuilt for Python 3.12
videomorph.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/videomorph.spec b/videomorph.spec
index 42f43b5..37c5fc7 100644
--- a/videomorph.spec
+++ b/videomorph.spec
@@ -1,6 +1,6 @@
Name: videomorph
Version: 1.4.1
-Release: 10%{?dist}
+Release: 11%{?dist}
Summary: Small GUI wrapper for FFMPEG based on PyQt5
License: ASL 2.0
URL: https://github.com/videomorph-dev/videomorph
@@ -53,6 +53,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/videomorph.desktop
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.4.1-11
+- Rebuilt for Python 3.12
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.4.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[rpmfusion-packager] Rebuilt for Python 3.12
by Leigh Scott
commit 62cf274568e6f22314599a5b927b45d8a0aa2a7b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:41:17 2023 +0100
Rebuilt for Python 3.12
rpmfusion-packager.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-packager.spec b/rpmfusion-packager.spec
index 559e547..cbcda65 100644
--- a/rpmfusion-packager.spec
+++ b/rpmfusion-packager.spec
@@ -12,7 +12,7 @@
Name: rpmfusion-packager
Version: 0.7.2
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: Tools for setting up a rpmfusion maintainer environment
License: GPLv2+
@@ -125,6 +125,9 @@ pathfix.py -pni %{python3} src/*.py
%endif
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.2-5
+- Rebuilt for Python 3.12
+
* Tue Jul 26 2022 Sérgio Basto <sergio(a)serjux.com> - 0.7.2-4
- Only requires rfpkg, rfpkg will requires the rest
1 year, 4 months
[rfpkgdb-cli] Rebuilt for Python 3.12
by Leigh Scott
commit 4340e973319f56fc6398011259ce21f46c4a058f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:40:39 2023 +0100
Rebuilt for Python 3.12
rfpkgdb-cli.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rfpkgdb-cli.spec b/rfpkgdb-cli.spec
index 10e8d84..5a41798 100644
--- a/rfpkgdb-cli.spec
+++ b/rfpkgdb-cli.spec
@@ -1,6 +1,6 @@
Name: rfpkgdb-cli
Version: 2.15.0
-Release: 0.12rc2%{?dist}
+Release: 0.13rc2%{?dist}
Summary: A CLI for pkgdb
License: GPLv2+
@@ -55,6 +55,9 @@ It also allows you to orphan and/or retire your package(s).
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.15.0-0.13rc2
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.15.0-0.12rc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[rfpkg] Rebuilt for Python 3.12
by Leigh Scott
commit 17d1ec081d13d716a7b58fbb261575bb7801f68e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:39:56 2023 +0100
Rebuilt for Python 3.12
rfpkg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rfpkg.spec b/rfpkg.spec
index 67b330e..dc7d2da 100644
--- a/rfpkg.spec
+++ b/rfpkg.spec
@@ -5,7 +5,7 @@
Name: rfpkg
Version: 1.27.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: RPM Fusion utility for working with dist-git
License: GPLv2+
Group: Applications/System
@@ -146,6 +146,9 @@ nosetests
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.27.2-2
+- Rebuilt for Python 3.12
+
* Mon Dec 19 2022 Sérgio Basto <sergio(a)serjux.com> - 1.27.2-1
- Update rfpkg to 1.27.2
1 year, 4 months
[python-vlc] Rebuilt for Python 3.12
by Leigh Scott
commit 7ee7de43525e5193dfec3bed94d7fb2961c6738b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:39:03 2023 +0100
Rebuilt for Python 3.12
python-vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-vlc.spec b/python-vlc.spec
index 7b68b0f..33ef355 100644
--- a/python-vlc.spec
+++ b/python-vlc.spec
@@ -5,7 +5,7 @@
Name: python-%{srcname}
Version: 3.0.18122
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: %{sum}
License: LGPLv2+
@@ -57,6 +57,9 @@ chmod +x %{buildroot}%{python3_sitelib}/vlc.py
%{python3_sitelib}/python_vlc-%{version}-py%{python3_version}.egg-info
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.18122-2
+- Rebuilt for Python 3.12
+
* Sat Apr 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 3.0.18122-1
- Update to 3.0.18122
1 year, 4 months
[python-ffmpeg-progress-yield] Rebuilt for Python 3.12
by Leigh Scott
commit 4467e7d19c3d99dd93b75922aa071de49d62fd1d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:38:18 2023 +0100
Rebuilt for Python 3.12
python-ffmpeg-progress-yield.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-ffmpeg-progress-yield.spec b/python-ffmpeg-progress-yield.spec
index bfc18a6..ad08e35 100644
--- a/python-ffmpeg-progress-yield.spec
+++ b/python-ffmpeg-progress-yield.spec
@@ -4,7 +4,7 @@
Name: python-%{pypi_name}
Version: %{pypi_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Run an ffmpeg command with progress
License: MIT
@@ -46,6 +46,9 @@ rm -rf %{pypi_name}.egg-info
%{python3_sitelib}/ffmpeg_progress_yield-%{pypi_version}-py%{python3_version}.egg-info
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.8-2
+- Rebuilt for Python 3.12
+
* Sun Jul 02 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.7.8-1
- Update to 0.7.8
1 year, 4 months
[python-ffmpeg-normalize] Rebuilt for Python 3.12
by Leigh Scott
commit 8120d8cbeb0e1147a4d501975875708607abdaa1
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:37:48 2023 +0100
Rebuilt for Python 3.12
python-ffmpeg-normalize.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index aac9d19..068bd53 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -3,7 +3,7 @@
Name: python-%{pypi_name}
Version: 1.27.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Normalize audio via ffmpeg
License: MIT
@@ -62,6 +62,9 @@ Batch processing of several input files is possible, including video files.
%{python3_sitelib}/ffmpeg_normalize-%{version}-py%{python3_version}.egg-info
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.27.4-2
+- Rebuilt for Python 3.12
+
* Sun Jul 02 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.27.4-1
- Update to 1.27.4
1 year, 4 months