[lpf-flash-plugin/f33] Update to 32.0.0.465
by Sérgio M. Basto
commit c8e2a107c3e20b0e53f92115c99153785218ea4c
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Jan 28 00:36:01 2021 +0000
Update to 32.0.0.465
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index 601914f..b525bb5 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.453
+Version: 32.0.0.465
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Thu Jan 28 2021 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.465-1
+- Update to 32.0.0.465
+
* Tue Nov 10 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.453-1
- Update to 32.0.0.453
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index 4b4b5c8..e2f6b00 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.453
+Version: 32.0.0.465
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Thu Jan 28 2021 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.465-1
+- Update to 32.0.0.465
+
* Tue Nov 10 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.453-1
- Update to 32.0.0.453
3 years, 10 months
[mixxx] Disable ControllerEngine NaN tests on ARM
by Uwe Klotz
commit 3113ca08f8262075c494876290749540d0c24ea6
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Jan 27 21:56:39 2021 +0100
Disable ControllerEngine NaN tests on ARM
mixxx.spec | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index b4d5c13..ed1159c 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -170,10 +170,25 @@ rm -rf \
%check
+# TODO: Enable EngineBufferE2ETest after spurious failures for
+# x86_64 when run on AMD EPYC have been resolved. Varying tests
+# are failing sometimes.
+%ifarch x86_64
+ %global ctest_exclude_regex EngineBufferE2ETest
+%endif
+
+# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
+# the failing tests has been found and fixed.
+%ifarch %{arm} aarch64
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
+%endif
+
# Run tests
-# The EngineBufferE2ETest test is disabled due to spurious failures
-# for x86_64 when run on AMD EPYC. Varying tests are failing sometimes.
-%ctest3 --timeout 180 --exclude-regex EngineBufferE2ETest
+%if "%{?ctest_exclude_regex}" == ""
+ %ctest3 --timeout 180
+%else
+ %ctest3 --timeout 180 --exclude-regex "%ctest_exclude_regex"
+%endif
# Validate AppStream data
appstream-util \
3 years, 10 months
[mixxx] Install faad2 runtime libraries for testing
by Uwe Klotz
commit bd3381011ab110d71291c739a52461f51acaa2bd
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Tue Jan 26 18:26:23 2021 +0100
Install faad2 runtime libraries for testing
mixxx.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index 0d6e8a0..b4d5c13 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -47,6 +47,8 @@ BuildRequires: ninja-build
# Build Requirements
BuildRequires: chrpath
+# The runtime libraries of FAAD2 are needed during the build for testing
+BuildRequires: faad2
BuildRequires: ffmpeg-devel
BuildRequires: flac-devel
BuildRequires: hidapi-devel
3 years, 10 months
[nvidia-xconfig/el8: 2/2] Merge branch 'master' into el8
by Leigh Scott
commit 7d10a2bac49fada344983c3cbc50f2ea8075bb8d
Merge: 1e6a8ff d52eba8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jan 27 00:19:43 2021 +0000
Merge branch 'master' into el8
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
3 years, 10 months
[nvidia-xconfig/f32: 2/2] Merge branch 'master' into f32
by Leigh Scott
commit bc5d9001ca5481ce960a7e67bfa04afb99c835b4
Merge: 8dddf0a d52eba8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Jan 27 00:19:23 2021 +0000
Merge branch 'master' into f32
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
3 years, 10 months