[fdkaac] Update to 1.0.6
by Leigh Scott
commit c4e3a0350e5085eb3bc44cf32164f033db8a15c8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon May 6 08:14:15 2024 +0100
Update to 1.0.6
fdkaac.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fdkaac.spec b/fdkaac.spec
index 1e98818..876377d 100644
--- a/fdkaac.spec
+++ b/fdkaac.spec
@@ -1,6 +1,6 @@
Name: fdkaac
-Version: 1.0.5
-Release: 3%{?dist}
+Version: 1.0.6
+Release: 1%{?dist}
Summary: Command line frontend for libfdk-aac encoder
License: zlib
@@ -47,6 +47,9 @@ export LDFLAGS="%{?__global_ldflags} -L%{_libdir}/fdk-aac"
%changelog
+* Mon May 06 2024 Leigh Scott <leigh123linux(a)gmail.com> - 1.0.6-1
+- Update to 1.0.6
+
* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources
index a2ee27b..b529eab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fdkaac-1.0.5.tar.gz) = ef87bdfea5f83e07cf481a5baafcc531de7923eba09a833451119f88bed375b817575d3148aae7c0f321e0b6532a6d99202f62d699d3cf688cdcbee9af746a91
+SHA512 (fdkaac-1.0.6.tar.gz) = 3a7e14a50ef9de872002293b8d2da993db47ace92724af999975740fa78285dffdb471eb57d25b61869e2b65bc6e1394e5ae3ccf1ceb6d07a8f8ef61aad4fc40
6 months, 3 weeks
[nvidia-470xx-kmod] Disable Undefined Behavior Sanitizer - UBSAN
by Sérgio M. Basto
commit a839ceec519fbb79935429f03388252018c0e52f
Author: Giannis Kapetanakis <bilias(a)edu.physics.uoc.gr>
Date: Sun May 5 13:16:32 2024 +0300
Disable Undefined Behavior Sanitizer - UBSAN
nvidia-470xx-kmod.spec | 7 ++++++-
nvidia-UBSAN.patch | 11 +++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-470xx-kmod.spec b/nvidia-470xx-kmod.spec
index cf6ad14..1c98b98 100644
--- a/nvidia-470xx-kmod.spec
+++ b/nvidia-470xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-470xx-kmod
Epoch: 3
Version: 470.239.06
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
License: Redistributable, no modification permitted
Summary: NVIDIA 470xx display driver kernel module
@@ -20,6 +20,7 @@ URL: https://www.nvidia.com/
Source11: nvidia-470xx-kmodtool-excludekernel-filterfile
Patch0: gcc-14.patch
+Patch1: nvidia-UBSAN.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: x86_64
@@ -43,6 +44,7 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterf
%setup -T -c
tar --use-compress-program xz -xf %{_datadir}/%{name}-%{version}/%{name}-%{version}-%{_target_cpu}.tar.xz
%patch -P0 -p1
+%patch -P1 -p1
for kernel_version in %{?kernel_versions} ; do
cp -a kernel _kmod_build_${kernel_version%%___*}
done
@@ -73,6 +75,9 @@ done
%{?akmod_install}
%changelog
+* Sun May 05 2024 Giannis Kapetanakis <bilias(a)edu.physics.uoc.gr> - 3:470.239.06-2
+- Disable Undefined Behavior Sanitizer - UBSAN
+
* Mon Apr 15 2024 Sérgio Basto <sergio(a)serjux.com> - 3:470.239.06-1
- Update nvidia-470xx-kmod to 470.239.06
diff --git a/nvidia-UBSAN.patch b/nvidia-UBSAN.patch
new file mode 100644
index 0000000..f2546d4
--- /dev/null
+++ b/nvidia-UBSAN.patch
@@ -0,0 +1,11 @@
+--- a/kernel/Kbuild
++++ b/kernel/Kbuild
+@@ -53,6 +53,8 @@
+ NV_UNDEF_BEHAVIOR_SANITIZER ?=
+ ifeq ($(NV_UNDEF_BEHAVIOR_SANITIZER),1)
+ UBSAN_SANITIZE := y
++else
++ UBSAN_SANITIZE := n
+ endif
+
+ $(foreach _module, $(NV_KERNEL_MODULES), \
6 months, 3 weeks
[cairo-dock-freeworld] Update to the latest git (20240505git13fb151)
by Mamoru Tasaka
commit 66dbec1726f8e92a6229911526f122064b5ae7f2
Author: Mamoru TASAKA <mtasaka(a)fedoraproject.org>
Date: Sun May 5 14:09:47 2024 +0900
Update to the latest git (20240505git13fb151)
Enable Wayfire IPC support
cairo-dock-core-pr21-export-symbols.patch | 22 ----------------------
cairo-dock-freeworld.spec | 13 +++++++------
sources | 2 +-
3 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/cairo-dock-freeworld.spec b/cairo-dock-freeworld.spec
index f2d38cb..2852475 100644
--- a/cairo-dock-freeworld.spec
+++ b/cairo-dock-freeworld.spec
@@ -4,8 +4,8 @@
%global plugin_least_ver 3.5.99
%global use_git 1
-%global gitdate 20240501
-%global githash 1f316862d9d4d28e11283d67a79724ce94e93280
+%global gitdate 20240505
+%global githash 13fb1516bc269debe7d7dfc1c67aae7acde27423
%global shorthash %(c=%{githash} ; echo ${c:0:7})
%global tarballver %{mainver}%{?use_git:-%{gitdate}git%{shorthash}}
@@ -37,10 +37,6 @@ Source0: https://github.com/Cairo-Dock/cairo-dock-core/archive/%{githash}/cairo
Source0: https://github.com/Cairo-Dock/cairo-dock-core/archive/%{version}/cairo-do...
%endif
Source1: cairo-dock-freeworld-oldchangelog
-# https://github.com/Cairo-Dock/cairo-dock-core/issues/20
-# https://github.com/Cairo-Dock/cairo-dock-core/pull/21
-# Some symbols in cairo-dock binary is needed by libcd-Help.so
-Patch1: cairo-dock-core-pr21-export-symbols.patch
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -69,6 +65,7 @@ BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libxml-2.0)
+BuildRequires: pkgconfig(nlohmann_json)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(x11)
@@ -188,6 +185,10 @@ install -cpm 644 \
%{_libdir}/%{name}/libgldi.so.3*
%changelog
+* Sun May 05 2024 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.5.99^20240505git13fb151-1
+- Update to the latest git (20240505git13fb151)
+- Enable Wayfire IPC support
+
* Sat May 04 2024 Mamoru TASAKA <mtasaka(a)fedoraproject.org> - 3.5.99^20240501git1f31686-1
- Update to latest git (20240501git1f31686)
diff --git a/sources b/sources
index 79fc571..eb9ce31 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cairo-dock-3.5.99-20240501git1f31686.tar.gz) = a65a47bdf91b66e631724c998b01b8ac1d2ba384095da0d0bb382d66ec040080af8ff58decb6a97ac9316755de0b89b2b55ca83bfe0b627587e22ca5eb050da6
+SHA512 (cairo-dock-3.5.99-20240505git13fb151.tar.gz) = d21ecbe56e1c178528726da8979851de2dcb842a552d12df1731f04df17ee6134cc757f33ddaeaa41ddb274b38f67c00cf9cdeb378a363424b8c2a57bf15e85c
6 months, 3 weeks
[gstreamer1-plugins-ugly/f39] Update to 1.22.12
by Dominik Mierzejewski
commit 3765fc7a2470a3adebb8e2456a52e5443e5fdbd3
Author: Dominik Mierzejewski <dominik(a)greysector.net>
Date: Sat May 4 23:55:00 2024 +0200
Update to 1.22.12
gstreamer1-plugins-ugly.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index 8ea16f4..bbd1ef8 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Epoch: 1
-Version: 1.22.11
+Version: 1.22.12
Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -72,6 +72,9 @@ gstreamer-plugins-good because:
%changelog
+* Sat May 04 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.22.12-1
+- Update to 1.22.12
+
* Fri Apr 26 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.22.11-1
- Update to 1.22.11
diff --git a/sources b/sources
index c09e801..65bbebb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-ugly-1.22.11.tar.xz) = 767e80c1d15ec79ff196c4c4ad6128bc17502b490201c1a3799341a2784848f639392310de7dabc922d022acb5156bd25e4191ba2409c17b3a23a278f7722c5c
+SHA512 (gst-plugins-ugly-1.22.12.tar.xz) = 3ef5cb384578bcaff3bb45fa8fa8f97884acb2e09a1621c504fca4bd8744cb83e71c342372a7ddd06bc4077fdd2684d1f7f078278392361ed4e18afed374c659
6 months, 3 weeks
[gstreamer1-plugins-bad-freeworld/f39] Update to 1.22.12
by Dominik Mierzejewski
commit 598f22b42224e0e7390eaff81252fa64d1c3cf21
Author: Dominik Mierzejewski <dominik(a)greysector.net>
Date: Sat May 4 22:58:34 2024 +0200
Update to 1.22.12
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index 72fe0b7..4d6845e 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -1,7 +1,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Epoch: 1
-Version: 1.22.11
+Version: 1.22.12
Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -91,6 +91,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Sat May 04 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.22.12-1
+- Update to 1.22.12
+
* Fri Apr 26 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.22.11-1
- Update to 1.22.11
diff --git a/sources b/sources
index 3e6e63f..cbb96a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-bad-1.22.11.tar.xz) = cf1901b4d4459be253d00bb65fdf6c86920ad4f034d91bd278509dfcb4e1729fdbedc127aebcd4470cc24c841d94e4199ef60747576b881ded6afc6d41985c70
+SHA512 (gst-plugins-bad-1.22.12.tar.xz) = 3de9decfce7f16308b077ef687cebc665f9cad7ed327fc0cc816e93c0c842dfbabf673e42cf8915c83d2f80d8ba9496508bc3b94dd587c4ae39798f67682f0bb
6 months, 3 weeks