[mpc-qt] - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
by Sérgio M. Basto
commit 911e7c748da94b11bdb5232a8fd80ff33c9111ba
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 4 00:56:56 2024 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
mpc-qt.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpc-qt.spec b/mpc-qt.spec
index 62e95fa..f3d27f7 100644
--- a/mpc-qt.spec
+++ b/mpc-qt.spec
@@ -1,6 +1,6 @@
Name: mpc-qt
Version: 23.12
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A clone of Media Player Classic reimplemented in Qt
License: GPLv2+
URL: https://github.com/mpc-qt/mpc-qt
@@ -52,6 +52,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/mpc-qt.desktop
%changelog
+* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 23.12-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Mon Jan 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 23.12-1
- Update mpc-qt to 23.12
9 months, 3 weeks
[mp4tools] - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
by Sérgio M. Basto
commit 923c07ed6a58e527e85f46b8cfc13f6e69c1ffba
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 4 00:55:45 2024 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
mp4tools.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mp4tools.spec b/mp4tools.spec
index fa166b0..09d6d01 100644
--- a/mp4tools.spec
+++ b/mp4tools.spec
@@ -11,10 +11,10 @@
Name: mp4tools
%if 0%{?usesnapshot}
Version: 3.8
-Release: 12.beta3%{?snapshottag}%{?dist}
+Release: 13.beta3%{?snapshottag}%{?dist}
%else
Version: 3.8
-Release: 9%{?dist}
+Release: 10%{?dist}
%endif
Summary: A free cross-platform tool to manipulate MP4 files
License: GPLv2
@@ -124,6 +124,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/mp4splitter.desktop
%{_datadir}/pixmaps/mp4splitter.png
%changelog
+* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.8-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.8-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
9 months, 3 weeks
[motion] - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
by Sérgio M. Basto
commit a5973d07e4718fcb0fc87444596ab4d7f5a96453
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 4 00:52:52 2024 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
motion.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/motion.spec b/motion.spec
index 5080072..450ed9d 100644
--- a/motion.spec
+++ b/motion.spec
@@ -24,7 +24,7 @@
Name: motion
Version: 4.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A motion detection system
License: GPL-2.0-or-later
@@ -139,6 +139,9 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.6.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Mon Nov 13 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.6.0-1
- Update to 4.6.0
9 months, 3 weeks
[kodi-pvr-stalker] Add an trivial patch to fix build with GCC14
by Sérgio M. Basto
commit 28ae5164577ea6cacc844ae0da981f6e0e7aaa9a
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Feb 4 00:46:53 2024 +0000
Add an trivial patch to fix build with GCC14
kodi-pvr-stalker.spec | 4 +++-
malloc.patch | 10 ++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/kodi-pvr-stalker.spec b/kodi-pvr-stalker.spec
index 683744f..2b1ec3f 100644
--- a/kodi-pvr-stalker.spec
+++ b/kodi-pvr-stalker.spec
@@ -11,6 +11,7 @@ License: GPL-2.0-or-later
URL: https://github.com/kodi-pvr/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
Source1: %{name}.metainfo.xml
+Patch1: malloc.patch
BuildRequires: cmake3
BuildRequires: gcc
@@ -27,7 +28,7 @@ ExcludeArch: %{power64}
%prep
-%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
+%autosetup -p1 -n %{kodi_addon}-%{version}-%{kodi_codename}
%build
@@ -59,6 +60,7 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 20.3.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+- Add an trivial patch to fix build with GCC14
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 20.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/malloc.patch b/malloc.patch
new file mode 100644
index 0000000..e4021bb
--- /dev/null
+++ b/malloc.patch
@@ -0,0 +1,10 @@
+--- ./lib/libstalkerclient/xmltv.c.old 2024-02-03 23:59:37.856010274 +0000
++++ ./lib/libstalkerclient/xmltv.c 2024-02-04 00:00:11.408900966 +0000
+@@ -24,6 +24,7 @@
+ #include <errno.h>
+ #include <inttypes.h>
+ #include <string.h>
++#include <stdlib.h>
+
+ #include "util.h"
+
9 months, 3 weeks
[moc] - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
by Sérgio M. Basto
commit 9e685961cd65e8625eb361bb8ee94ea9168bc9b1
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 3 23:37:37 2024 +0000
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
Signed-off-by: Sérgio M. Basto <sergio(a)serjux.com>
moc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/moc.spec b/moc.spec
index 7b2a547..5f6d003 100644
--- a/moc.spec
+++ b/moc.spec
@@ -21,7 +21,7 @@
Name: moc
Summary: Music on Console - Console audio player for Linux/UNIX
Version: 2.6
-Release: 0.49.svn%{checkout}%{?dist}
+Release: 0.50.svn%{checkout}%{?dist}
License: GPLv3+
URL: http://moc.daper.net
@@ -140,6 +140,9 @@ patchelf --set-rpath %{_libdir}/mocp/decoder_plugins %{buildroot}%{_bindir}/*
%{_libdir}/mocp/decoder_plugins/*.so
%changelog
+* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.6-0.50.svn3005
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
* Wed Nov 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2.6-0.49.svn3005
- Rebuild for new faad2 version
9 months, 3 weeks