[pyskool] Rebuilt for Python 3.12
by Leigh Scott
commit cc11a4847e2bd72df86fbd2415019f97e90da76b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:37:16 2023 +0100
Rebuilt for Python 3.12
pyskool.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/pyskool.spec b/pyskool.spec
index 45638a8..fbb94a8 100644
--- a/pyskool.spec
+++ b/pyskool.spec
@@ -1,6 +1,6 @@
Name: pyskool
Version: 1.2.1
-Release: 14%{?dist}
+Release: 15%{?dist}
Summary: Remakes of Skool Daze and Back to Skool
# Proprietary graphics from the original game are used
@@ -90,6 +90,9 @@ install -p -m0644 man/man6/* %{buildroot}%{_mandir}/man6/
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.1-15
+- Rebuilt for Python 3.12
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.2.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[ldoce5viewer] Rebuilt for Python 3.12
by Leigh Scott
commit 207876909b30c3d6fcb9e5b236a26843a88b08f8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:36:34 2023 +0100
Rebuilt for Python 3.12
ldoce5viewer.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ldoce5viewer.spec b/ldoce5viewer.spec
index 9e677ab..d1508cb 100644
--- a/ldoce5viewer.spec
+++ b/ldoce5viewer.spec
@@ -4,7 +4,7 @@
Name: ldoce5viewer
Version: 0
-Release: 22.%{date}git%{shortcommit0}%{?dist}
+Release: 23.%{date}git%{shortcommit0}%{?dist}
Summary: Viewer Application for the Longman Dictionary (LDOCE 5)
License: GPLv3+ and Public Domain
URL: https://forward-backward.co.jp/ldoce5viewer/
@@ -144,6 +144,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/*.appdata
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0-23.20180309git377ff48
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0-22.20180309git377ff48
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[devedeng] fix build issue
by Leigh Scott
commit 6847e79848ef06679c21da062a5239892b485486
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 16:24:46 2023 +0100
fix build issue
devedeng.spec | 4 +++-
temporary_python312_fix.patch | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletion(-)
---
diff --git a/devedeng.spec b/devedeng.spec
index a9a8e40..d0e492c 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -6,6 +6,7 @@ Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3
URL: http://www.rastersoft.com/programas/devede.html
Source0: https://gitlab.com/rastersoft/devedeng/-/archive/%{version}/%{name}-%{ver...
+Patch0: temporary_python312_fix.patch
BuildArch: noarch
@@ -13,6 +14,7 @@ Provides: devede = %{version}-%{release}
Obsoletes: devede < 4.0
BuildRequires: python3-devel
+BuildRequires: python3-setuptools
BuildRequires: gettext
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@@ -44,7 +46,7 @@ to expand it and easily add new features.
%prep
-%autosetup -n %{name}-%{version}
+%autosetup -p1 -n %{name}-%{version}
%build
diff --git a/temporary_python312_fix.patch b/temporary_python312_fix.patch
new file mode 100644
index 0000000..ad1f6ca
--- /dev/null
+++ b/temporary_python312_fix.patch
@@ -0,0 +1,25 @@
+--- a/setup.py
++++ b/setup.py
+@@ -3,12 +3,7 @@
+ import os
+ import sys
+ from glob import glob
+-from distutils.core import setup
+-
+-try:
+- from distutils import dep_util
+-except:
+- pass
++from setuptools import setup
+
+
+ def get_data_files():
+@@ -63,7 +58,7 @@ def compile_translations():
+ if not os.path.isdir(modir):
+ os.makedirs(modir)
+
+- if not os.path.isfile(mofile) or dep_util.newer(pofile, mofile):
++ if not os.path.isfile(mofile) or os.path.getmtime(pofile) > os.path.getmtime(mofile):
+ # msgfmt.make(pofile, mofile)
+ os.system("msgfmt \"" + pofile + "\" -o \"" + mofile + "\"")
+ except:
1 year, 4 months
[gr-dab] Rebuilt for Python 3.12
by Leigh Scott
commit 6f4b3d107a82a9606280048a455bfb5170bc36b3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 15:42:49 2023 +0100
Rebuilt for Python 3.12
gr-dab.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 6ef1c1f..456fb69 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -7,7 +7,7 @@
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.4
-Release: 14%{?dist}
+Release: 15%{?dist}
License: GPLv3+
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -109,6 +109,9 @@ popd
#%doc %{_docdir}/%{name}/xml
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.4-15
+- Rebuilt for Python 3.12
+
* Wed Feb 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.4-14
- rebuilt
1 year, 4 months
[flowblade] Rebuilt for Python 3.12
by Leigh Scott
commit 605041f9883fe3dab273f40b06240d618bf8ba55
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 15:41:52 2023 +0100
Rebuilt for Python 3.12
flowblade.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/flowblade.spec b/flowblade.spec
index 5bc0ac8..2c77973 100644
--- a/flowblade.spec
+++ b/flowblade.spec
@@ -10,10 +10,10 @@
Name: flowblade
%if 0%{?usesnapshot}
Version: 2.4.0.1
-Release: 10%{?dist}
+Release: 11%{?dist}
%else
Version: 2.8.0.3
-Release: 7%{?dist}
+Release: 8%{?dist}
%endif
License: GPLv3
Summary: Multitrack non-linear video editor for Linux
@@ -121,6 +121,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%{python3_sitelib}/%{name}*
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.8.0.3-8
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.8.0.3-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[libopenshot] Rebuilt for Python 3.12
by Leigh Scott
commit 8efeed845ff9d57452a9d588e6105f00da186889
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 15:40:54 2023 +0100
Rebuilt for Python 3.12
libopenshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index b2acd27..3dc9f76 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -5,7 +5,7 @@
Name: libopenshot
Version: 0.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+ and BSD and MIT and CC0 and CC-BY
@@ -102,6 +102,9 @@ applications that use %{name}.
%{ruby_vendorarchdir}/*
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.2-2
+- Rebuilt for Python 3.12
+
* Sat Apr 22 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.3.2-1
- New upstream release
1 year, 4 months
[ffmulticonverter] Rebuilt for Python 3.12
by Leigh Scott
commit fa494b158f8246bdbf8be5f0116126c6b816aa82
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 15:40:15 2023 +0100
Rebuilt for Python 3.12
ffmulticonverter.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmulticonverter.spec b/ffmulticonverter.spec
index 88bdd98..0c118bd 100644
--- a/ffmulticonverter.spec
+++ b/ffmulticonverter.spec
@@ -1,6 +1,6 @@
Name: ffmulticonverter
Version: 1.8.0
-Release: 22%{?dist}
+Release: 23%{?dist}
Summary: GUI File Format Converter
License: GPLv3+
@@ -59,6 +59,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/%{name}.1.*
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1.8.0-23
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.8.0-22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[devedeng] Rebuilt for Python 3.12
by Leigh Scott
commit c4a5ffc8b98406d349bf899b119873520848e6b8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 15:39:22 2023 +0100
Rebuilt for Python 3.12
devedeng.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/devedeng.spec b/devedeng.spec
index 9c43f58..a9a8e40 100644
--- a/devedeng.spec
+++ b/devedeng.spec
@@ -1,6 +1,6 @@
Name: devedeng
Version: 4.17.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A program to create video DVDs and CDs (VCD, sVCD or CVD)
License: GPLv3
@@ -98,6 +98,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 4.17.0-4
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.17.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[curlew] Rebuilt for Python 3.12
by Leigh Scott
commit 9a690c9a35084d237e8724443e56c5b610369fa7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Jul 8 13:58:22 2023 +0100
Rebuilt for Python 3.12
curlew.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/curlew.spec b/curlew.spec
index dbe9259..5ce4818 100644
--- a/curlew.spec
+++ b/curlew.spec
@@ -1,7 +1,7 @@
%global commit 10aa181c3839a3ec31faea849ed02fac0a5f9d91
Name: curlew
Version: 0.2.5
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Multimedia converter
License: Waqf
URL: https://github.com/chamfay/Curlew
@@ -24,9 +24,6 @@ Requires: gtk3
Requires: hicolor-icon-theme
Requires: mediainfo
Requires: python3
-%if 0%{?fedora} && 0%{?fedora} < 33
-Requires: python3-configparser
-%endif
Requires: python3-dbus
Requires: python3-gobject
Requires: xdg-utils
@@ -66,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/curlew.desktop
%changelog
+* Sat Jul 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.5-6
+- Rebuilt for Python 3.12
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.2.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 4 months
[minidlna] Moved to Fedora
by Dominik Mierzejewski
commit ea602483868ecb8fb775d7947d8006c628775ddf
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Fri Jul 7 19:57:48 2023 +0200
Moved to Fedora
.gitignore | 6 -
dead.package | 1 +
minidlna-1.3.0-select_use_after_free.patch | 12 --
minidlna-tmpfiles.conf | 2 -
minidlna.service | 13 --
minidlna.spec | 311 -----------------------------
sources | 1 -
7 files changed, 1 insertion(+), 345 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3aa0b6e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora
1 year, 4 months