[vdr-softhddevice] Update to 1.0.15 Add BR glm-devel
by Martin Gansser
commit f9f0b9071cb4801888fea7fb3d820625d20d5918
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Mar 23 08:32:27 2021 +0100
Update to 1.0.15
Add BR glm-devel
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 7 ++++++-
3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d08dca1..283a536 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/vdr-softhddevice-1.0.12.tar.gz
/vdr-softhddevice-1.0.13.tar.gz
/vdr-softhddevice-1.0.14.tar.gz
+/vdr-softhddevice-1.0.15.tar.gz
diff --git a/sources b/sources
index 2513a44..4a1c0bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-1.0.14.tar.gz) = 449f143f559f54813dd378e2a08cdf90e1e78a71b6aaa0673fbc60bee6bd0d5cee8a8d8ac2b589c4553bd7ab0090126184fc9e1ea5f1a9cda6af8677f4106d8a
+SHA512 (vdr-softhddevice-1.0.15.tar.gz) = 0eb1af2cb2096d6940aed9d04f14fb52bc4a7dfbe8d2536f780086a63cb9e269d2b198e11bb1227b2bd6203058b4a2f28e3f77716f24728bf465dcee1d11ac98
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index dddb0f9..799b081 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,5 +1,5 @@
Name: vdr-softhddevice
-Version: 1.0.14
+Version: 1.0.15
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
@@ -16,6 +16,7 @@ BuildRequires: libva-devel
BuildRequires: libvdpau-devel
BuildRequires: alsa-lib-devel
BuildRequires: ffmpeg-devel
+BuildRequires: glm-devel
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: xcb-util-wm-devel
@@ -78,6 +79,10 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Tue Mar 23 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.15-1
+- Update to 1.0.15
+- Add BR glm-devel
+
* Sat Feb 27 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.14-1
- Update to 1.0.14
3 years, 8 months
[mixxx/f33] Customize test timeouts by architecture
by Uwe Klotz
commit 791c364f58e445cfa56040c2cf4fe746f45535fd
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Mar 22 20:53:50 2021 +0100
Customize test timeouts by architecture
mixxx.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8073653..d82b7d1 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -173,6 +173,7 @@ rm -rf \
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
%ifarch x86_64
+ %global ctest_timeout_secs 60
%global ctest_exclude_regex EngineBufferE2ETest
%endif
@@ -180,19 +181,21 @@ rm -rf \
# the failing tests has been found and fixed.
# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
%ifarch %{arm32} %{arm64}
+ %global ctest_timeout_secs 300
%global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|EngineBufferE2ETest.RubberbandReverseTest
%endif
# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
%ifarch %{power64}
+ %global ctest_timeout_secs 240
%global ctest_exclude_regex EngineBufferE2ETest.RubberbandReverseTest
%endif
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout 180
+ %ctest3 --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout 180 --exclude-regex "%ctest_exclude_regex"
+ %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
3 years, 8 months
[mixxx/f32] Customize test timeouts by architecture
by Uwe Klotz
commit 029d3096392bbe34087654861cf517e34becf379
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Mar 22 20:53:50 2021 +0100
Customize test timeouts by architecture
mixxx.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e6364f0..2d51477 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -173,6 +173,7 @@ rm -rf \
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
%ifarch x86_64
+ %global ctest_timeout_secs 60
%global ctest_exclude_regex EngineBufferE2ETest
%endif
@@ -180,19 +181,21 @@ rm -rf \
# the failing tests has been found and fixed.
# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
%ifarch %{arm32} %{arm64}
+ %global ctest_timeout_secs 300
%global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|EngineBufferE2ETest.RubberbandReverseTest
%endif
# TODO: Fix spurious failures of EngineBufferE2ETest.RubberbandReverseTest
%ifarch %{power64}
+ %global ctest_timeout_secs 240
%global ctest_exclude_regex EngineBufferE2ETest.RubberbandReverseTest
%endif
# Run tests
%if "%{?ctest_exclude_regex}" == ""
- %ctest3 --timeout 180
+ %ctest3 --timeout %ctest_timeout_secs
%else
- %ctest3 --timeout 180 --exclude-regex "%ctest_exclude_regex"
+ %ctest3 --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
3 years, 8 months