[discord/el9] Update to 0.0.72
by Sérgio M. Basto
Summary of changes:
49887fd... Update to 0.0.72 (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[discord/f39] Update to 0.0.72
by Sérgio M. Basto
Summary of changes:
49887fd... Update to 0.0.72 (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[discord/f40] Update to 0.0.72
by Sérgio M. Basto
Summary of changes:
49887fd... Update to 0.0.72 (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[discord/f41] Update to 0.0.72
by Sérgio M. Basto
Summary of changes:
49887fd... Update to 0.0.72 (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[discord] Update to 0.0.72
by Sérgio M. Basto
commit 49887fd546835a95fa6b57f731734e88ab9428b7
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Oct 22 23:57:38 2024 +0100
Update to 0.0.72
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 8eef4ef..46a1748 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.71
+Version: 0.0.72
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -87,6 +87,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Tue Oct 22 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.72-1
+- Update to 0.0.72
+
* Sat Oct 12 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.71-1
- Update to 0.0.71
diff --git a/sources b/sources
index 46acdb0..000fe2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.71.tar.gz) = c4042a56e8ad170901367ed562831d0f8933d8f0babf246639f8b5b17d7b437b58d6cf696f3c3d6a30674c041567115d0419a3e4c00de7064db58a4c77a61a93
+SHA512 (discord-0.0.72.tar.gz) = ddb791e1a92a30f2cab24fd7a686b621be33d51c2a7c0a0eed3293b4edd05f814ea850cbf43c9910f4576b17dc9e9c1367960f3d1536e7ec1ede372904c6c424
1 month
[dvbcut/f41] (3 commits) ...Update changelog
by Nicolas Chauvet
Summary of changes:
ef6f406... rebuilt (*)
1e7dbb2... Switch to compat-ffmpeg4-devel (*)
1e9304a... Update changelog (*)
(*) This commit already existed in another branch; no separate mail sent
1 month
[dvbcut] Update changelog
by Nicolas Chauvet
commit 1e9304acede9f89c8b996c5b667ddf7ab03ccee3
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 22 21:57:01 2024 +0200
Update changelog
dvbcut.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dvbcut.spec b/dvbcut.spec
index dc4b18d..377df9b 100644
--- a/dvbcut.spec
+++ b/dvbcut.spec
@@ -2,7 +2,7 @@
Name: dvbcut
Version: 0.7.4
-Release: 7%{?dist}
+Release: 8%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -83,6 +83,9 @@ desktop-file-install \
%changelog
+* Tue Oct 22 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.4-8
+- Switch to compat-ffmpeg4-devel
+
* Tue Oct 22 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.4-7
- rebuilt
1 month
[dvbcut] Switch to compat-ffmpeg4-devel
by Nicolas Chauvet
commit 1e7dbb2147e06f267c344eb31cda62d0c31d7352
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 22 21:56:30 2024 +0200
Switch to compat-ffmpeg4-devel
dvbcut.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/dvbcut.spec b/dvbcut.spec
index efabec8..dc4b18d 100644
--- a/dvbcut.spec
+++ b/dvbcut.spec
@@ -31,7 +31,12 @@ BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(ao)
BuildRequires: libmad-devel
+# No support for FFmpeg7 yet
+%if 0%{?fedora} > 40 || 0%{?rhel} > 9
+BuildRequires: compat-ffmpeg4-devel
+%else
BuildRequires: ffmpeg-devel
+%endif
BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
1 month
[nvidia-kmod] fix patch
by Leigh Scott
commit ace368d269051ab5b7ad41f4dddd829efeb123f5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Oct 22 20:56:43 2024 +0100
fix patch
make_modeset_default.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/make_modeset_default.patch b/make_modeset_default.patch
index 4f601ed..d60e540 100644
--- a/make_modeset_default.patch
+++ b/make_modeset_default.patch
@@ -8,7 +8,7 @@
+ "Enable atomic kernel modesetting (1 = enable (default), 0 = disable)");
module_param_named(modeset, nv_drm_modeset_module_param, bool, 0400);
- #if defined(NV_DRM_FBDEV_GENERIC_AVAILABLE)
+ #if defined(NV_DRM_FBDEV_AVAILABLE)
MODULE_PARM_DESC(
fbdev,
- "Create a framebuffer device (1 = enable, 0 = disable (default)) (EXPERIMENTAL)");
1 month
[dvbcut] rebuilt
by Nicolas Chauvet
commit ef6f40632961a645f83773550baadfc2dd55ab97
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Oct 22 21:43:15 2024 +0200
rebuilt
dvbcut.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/dvbcut.spec b/dvbcut.spec
index 9035cf7..efabec8 100644
--- a/dvbcut.spec
+++ b/dvbcut.spec
@@ -2,7 +2,7 @@
Name: dvbcut
Version: 0.7.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Clip and convert DVB transport streams to MPEG2 program streams
Group: Applications/Multimedia
@@ -78,6 +78,9 @@ desktop-file-install \
%changelog
+* Tue Oct 22 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.4-7
+- rebuilt
+
* Thu Aug 01 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.7.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
1 month