[discord/f41] (2 commits) ...Update to 0.0.66
by Sérgio M. Basto
Summary of changes:
105de1b... Update wrapper: forward script arguments (*)
82b4169... Update to 0.0.66 (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[discord] Update to 0.0.66
by Sérgio M. Basto
commit 82b4169b4ce50b100513015d319c9c80dc5704ce
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Aug 28 12:07:13 2024 +0100
Update to 0.0.66
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 9b6cf85..7ff867f 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.65
+Version: 0.0.66
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -86,6 +86,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Wed Aug 28 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.66-1
+- Update to 0.0.66
+
* Sun Aug 25 2024 Sérgio Basto <sergio(a)serjux.com> - 0.0.65-1
- Update to 0.0.65
diff --git a/sources b/sources
index 7c24fd9..b099189 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.65.tar.gz) = 48a6d9d4939babe7b7243ae465e592baac357ed6a79513be3e78a78bbc7c5ce4b22bdb6edae31d43f2adb3e578d9a7ecb9b4fb62aed63da84d20e1daede4fc8e
+SHA512 (discord-0.0.66.tar.gz) = e521af930bf68d8da4fa9db1d86be84d17ad661213ba20a29eb05a67042625630d9d2ce5d8147146276b5c1356e07a0beba9312b0b558eb5cc5861244418e32b
2 months, 3 weeks
[discord] Update wrapper: forward script arguments
by Sérgio M. Basto
commit 105de1b40120f69725314b1213286fda7362cce9
Author: Luan Vitor Simião Oliveira <luanv.oliveira(a)outlook.com>
Date: Tue Aug 27 15:25:12 2024 -0300
Update wrapper: forward script arguments
this will allow users to add arguments such as --start-minimized to
the .desktop file without changing the executable path
wrapper.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wrapper.sh b/wrapper.sh
index 747b718..cdb0f7e 100755
--- a/wrapper.sh
+++ b/wrapper.sh
@@ -7,4 +7,4 @@ DISCORD_BIN=$(dirname $(readlink -f $0))/Discord
/usr/lib64/discord/disable-breaking-updates.py
# Launch discord
-exec "$DISCORD_BIN"
+exec "$DISCORD_BIN" "$@"
2 months, 3 weeks
[python-ffmpeg-normalize] Update to 1.28.3
by Leigh Scott
commit 8d29a0ff2321d06bb8fd6a31240724ebe2a3b97b
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 27 13:47:22 2024 +0100
Update to 1.28.3
python-ffmpeg-normalize.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-ffmpeg-normalize.spec b/python-ffmpeg-normalize.spec
index d8f94e0..799cbe8 100644
--- a/python-ffmpeg-normalize.spec
+++ b/python-ffmpeg-normalize.spec
@@ -2,8 +2,8 @@
%global pypi_name ffmpeg-normalize
Name: python-%{pypi_name}
-Version: 1.28.1
-Release: 2%{?dist}
+Version: 1.28.3
+Release: 1%{?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
+* Tue Aug 27 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.28.3-1
+- Update to 1.28.3
+
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.28.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/sources b/sources
index c079caf..a37d64b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-normalize-1.28.1.tar.gz) = 95b42aa852989f3fc6f31f916eea2c65f4c966763b6bb29b5c0e6cafa0eb3b4a5dc04fb476ecadfc0be53ee11b0e0533848469b0dc231ef326d606a1159f73db
+SHA512 (ffmpeg-normalize-1.28.3.tar.gz) = ce8c2eab3dddf77f2f7084ebb4b9372fd41f58427b0ec7c0ac4a903b7e96ea43033d95df771bfc3e9f7b51d04fdd3be943a6d05b1f18cbc7ed9940085aac83a3
2 months, 3 weeks
[dhewm3/f41] Update to 1.5.4 release
by Leigh Scott
Summary of changes:
02812d4... Update to 1.5.4 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 months, 3 weeks
[dhewm3] Update to 1.5.4 release
by Leigh Scott
commit 02812d4458a5fa0897f7107ada51ed7492a4bc7e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 27 12:23:01 2024 +0100
Update to 1.5.4 release
.gitignore | 1 +
dhewm3.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f18b7bd..51d4b47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ dhewm3-89f227b.tar.gz
/dhewm3-f24f18a.tar.gz
/dhewm3-bbe30e3.tar.gz
/dhewm3-1.5.1.tar.gz
+/dhewm3-1.5.4.tar.gz
diff --git a/dhewm3.spec b/dhewm3.spec
index 8a02d45..13595c8 100644
--- a/dhewm3.spec
+++ b/dhewm3.spec
@@ -6,8 +6,8 @@
%global tag %{version}
Name: dhewm3
-Version: 1.5.1
-Release: 13%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
+Version: 1.5.4
+Release: 1%{!?tag:.%{date}git%{shortcommit0}}%{?dist}
Summary: Dhewm's Doom 3 engine
License: GPLv3+ with exceptions
URL: https://dhewm3.org/
@@ -81,6 +81,9 @@ fi
%{_libdir}/%{name}/
%changelog
+* Tue Aug 27 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.4-1
+- Update to 1.5.4 release
+
* Thu Aug 01 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.5.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/sources b/sources
index 62bbda1..49a63c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dhewm3-1.5.1.tar.gz) = b485cadea173e8cf36c04b01ccc8e2e1ab1354b174fd11c967e7e361b084bd96fd781494b7c416097d39ea2e15e69ad948c6600f16f711526a17c9546243a0fa
+SHA512 (dhewm3-1.5.4.tar.gz) = 1ed970ee2c61b11050694823c8526036dbf1034579d31ea4fd5b21afc095a4e54a2829f6838666da0deee82007890356a10a5b38277b10658c1f90bfb57aa0a7
2 months, 3 weeks