[compat-ffmpeg5] rebuild
by Leigh Scott
commit 0bf7d60bc1fb8a06640c210bab2383eb958384b8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 18 00:56:41 2024 +0000
rebuild
compat-ffmpeg5.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/compat-ffmpeg5.spec b/compat-ffmpeg5.spec
index efd365e..ffe4144 100644
--- a/compat-ffmpeg5.spec
+++ b/compat-ffmpeg5.spec
@@ -45,7 +45,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg5%{?flavor}
Version: 5.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv3+
URL: http://ffmpeg.org/
Source0: http://ffmpeg.org/releases/ffmpeg-%{version}.tar.xz
@@ -357,6 +357,9 @@ rm -r %{buildroot}%{_datadir}/%{name}/
%{_libdir}/lib*.so
%changelog
+* Thu Jan 18 2024 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.4-2
+- rebuilt
+
* Tue Jan 09 2024 Leigh Scott <leigh123linux(a)gmail.com> - 5.1.4-1
- Update to 5.1.4
10 months, 1 week
[compat-ffmpeg4] rebuild
by Leigh Scott
commit 30fa94d2bc4abea37e0b26ea1c3e466d228eeae5
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Jan 18 00:56:14 2024 +0000
rebuild
compat-ffmpeg4.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/compat-ffmpeg4.spec b/compat-ffmpeg4.spec
index d5e02f7..f956bb3 100644
--- a/compat-ffmpeg4.spec
+++ b/compat-ffmpeg4.spec
@@ -43,7 +43,7 @@
Summary: Digital VCR and streaming server
Name: compat-ffmpeg4
Version: 4.4.4
-Release: 2%{?dist}
+Release: 3%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
Source0: %{url}/releases/ffmpeg-%{version}.tar.xz
@@ -331,6 +331,9 @@ rm -rf %{buildroot}/%{_datadir}/compat-ffmpeg4/
%changelog
+* Thu Jan 18 2024 Leigh Scott <leigh123linux(a)gmail.com> - 4.4.4-3
+- rebuilt
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
10 months, 1 week
[mixxx] Disable unreliable tests for all architectures (update)
by Uwe Klotz
commit cf2667156d3a7553175accfbf0559f2afbccdddf
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Thu Jan 18 01:44:32 2024 +0100
Disable unreliable tests for all architectures (update)
mixxx.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 235e1a0..dbc64bd 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -173,6 +173,10 @@ rm -rf \
%check
+# TODO: Enable EngineBufferE2ETest after spurious failures have been resolved.
+# TODO: Enable LoopingControlTest after spurious failures have been resolved.
+%global ctest_exclude_regex EngineBufferE2ETest|LoopingControlTest
+
%ifarch x86_64
%global ctest_timeout_secs 180
%endif
@@ -181,7 +185,7 @@ rm -rf \
# the failing tests has been found and fixed.
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN
+ %global ctest_exclude_regex %{?ctest_exclude_regex:%{ctest_exclude_regex}|}setValue_IgnoresNaN|setParameter_NaN
%endif
%ifarch %{power64}
@@ -189,12 +193,10 @@ rm -rf \
%endif
# Run tests
-# TODO: Enable EngineBufferE2ETest after spurious failures have been resolved.
-# TODO: Enable LoopingControlTest after spurious failures have been resolved.
%if "%{?ctest_exclude_regex}" == ""
- %ctest --timeout %ctest_timeout_secs --exclude-regex "EngineBufferE2ETest|LoopingControlTest"
+ %ctest --timeout %ctest_timeout_secs
%else
- %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex|EngineBufferE2ETest|LoopingControlTest"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
%endif
# Validate AppStream data
10 months, 1 week
[mixxx] Disable unreliable tests for all architectures
by Uwe Klotz
commit 8c99dd34d1410e24a91c005b4a62bb411060b165
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Thu Jan 18 01:26:58 2024 +0100
Disable unreliable tests for all architectures
mixxx.spec | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 81c1cd3..235e1a0 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -173,12 +173,8 @@ 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_timeout_secs 180
- %global ctest_exclude_regex EngineBufferE2ETest
%endif
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
@@ -193,10 +189,12 @@ rm -rf \
%endif
# Run tests
+# TODO: Enable EngineBufferE2ETest after spurious failures have been resolved.
+# TODO: Enable LoopingControlTest after spurious failures have been resolved.
%if "%{?ctest_exclude_regex}" == ""
- %ctest --timeout %ctest_timeout_secs
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "EngineBufferE2ETest|LoopingControlTest"
%else
- %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex"
+ %ctest --timeout %ctest_timeout_secs --exclude-regex "%ctest_exclude_regex|EngineBufferE2ETest|LoopingControlTest"
%endif
# Validate AppStream data
10 months, 1 week
[mixxx] New upstream snapshot 2.4.0-0.11.beta.20240117git55decf0
by Uwe Klotz
commit 5309f252fe69fa8539640cbcf3450a331ed8aa66
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Wed Jan 17 23:30:44 2024 +0100
New upstream snapshot 2.4.0-0.11.beta.20240117git55decf0
mixxx.spec | 35 ++++-------------------------------
sources | 2 +-
2 files changed, 5 insertions(+), 32 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 2e2de32..81c1cd3 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -7,9 +7,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit 9cea449dc4d7b73c97d0213acf44ca0ede34c2b9
+%global gitcommit 55decf0131a3ddf66b7cebc831497dfcf0194b16
# Format: <yyyymmdd>
-%global gitcommitdate 20240102
+%global gitcommitdate 20240117
# Additional sources
%global libkeyfinder_version 2.2.6
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.4.0
-Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.11%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -222,34 +222,7 @@ appstreamcli \
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
-* Tue Jan 02 2024 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.10.beta.20240102git9cea449
-- New upstream snapshot 2.4.0-beta
-
-* Sat Dec 16 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.9.beta.20231215git04b7dd1
-- New upstream snapshot 2.4.0-beta
-
-* Tue Nov 21 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.8.beta.20231119git3223a75
-- Patch .desktop file
-
-* Sun Nov 19 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.7.beta.20231119git3223a75
-- New upstream snapshot 2.4.0-beta
-
-* Tue Nov 14 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.6
-- New upstream snapshot 2.4.0-beta
-
-* Thu Nov 02 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.5
-- New upstream snapshot 2.4.0-beta
-
-* Sat Oct 07 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.4
-- New upstream snapshot 2.4.0-beta
-
-* Tue Aug 29 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.3
-- New upstream snapshot 2.4.0-beta
-
-* Thu Aug 17 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.2
-- New upstream snapshot 2.4.0-beta
-
-* Sun Jul 23 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.1
+* Wed Jan 17 2024 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.4.0-0.11.beta.20240117git55decf0
- New upstream snapshot 2.4.0-beta
* Wed May 10 2023 Uwe Klotz <uwe.klotz(a)gmail.com> - 2.3.5-1
diff --git a/sources b/sources
index 4a51ce0..ecf68f6 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
SHA512 (libdjinterop-0.20.1.tar.gz) = 2f75a57326cc958bce6634aba407707313cec646d1713c80d9286d9d2448a68dd304eacd02b38c237a6bb869f07b9b3d3b1cc7fcb7c3a9cdf6ba7515166be6cf
SHA512 (libkeyfinder-2.2.6.zip) = 23ffcc4da59019349824b60dd1b125d559f39d7731fe7f00cdc8f4a97a342fa59ef5183c4e272ff4c5fd06eaa89c581e07fdb26bcfd3c98cc42d2dcc29e13e1e
-SHA512 (mixxx-9cea449dc4d7b73c97d0213acf44ca0ede34c2b9.tar.gz) = 4ae7f00f92243e1e375d1b3db87dd4c25afb256c29d43ef666488003006213b2264373af160200462723eb4edbc1fc4eafd000d7dc80e79f42c763769fc3e9f9
+SHA512 (mixxx-55decf0131a3ddf66b7cebc831497dfcf0194b16.tar.gz) = 1f4500c2058a73bf85f897daa2fb0dbef42464d6cbe308eedd60b4f55d9791a1a12b92005d64dd67693262bdd3bafc20d74eaeaecf8b0fb17b482dd6cb505d12
10 months, 1 week
[ffmpeg/f38] Revert "Disable libavcodec-freeworld for cuda"
by Nicolas Chauvet
commit 2362b25c5de968d3aa03ec0c5497d0d93259c8ec
Author: Nicolas Chauvet <nchauvet(a)linagora.com>
Date: Wed Jan 17 18:35:21 2024 +0100
Revert "Disable libavcodec-freeworld for cuda"
This reverts commit 427b61aa470b15d596d49b09f80358aa8f34b861.
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9eb24b9..ca61231 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 691d01989936d4b0681aa226aea8a19f06c04cea
#global rel %(c=%{commit}; echo ${c:0:7})
-%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
+%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
10 months, 1 week
[ffmpeg/f39] Revert "Disable libavcodec-freeworld for cuda"
by Nicolas Chauvet
commit f400d60b066a183e538ad0e789f482c118a677e1
Author: Nicolas Chauvet <nchauvet(a)linagora.com>
Date: Wed Jan 17 18:34:43 2024 +0100
Revert "Disable libavcodec-freeworld for cuda"
This reverts commit 14d4c8b5a74ce38681132374e3888f2f3a937705.
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 9eb24b9..ca61231 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -5,7 +5,7 @@
#global commit 691d01989936d4b0681aa226aea8a19f06c04cea
#global rel %(c=%{commit}; echo ${c:0:7})
-%if (0%{?fedora} >= 37 || 0%{?rhel} >= 9) && 0%{!?_with_cuda:0}
+%if 0%{?fedora} >= 37 || 0%{?rhel} >= 9
%bcond_without libavcodec_freeworld
%else
%bcond_with libavcodec_freeworld
10 months, 1 week
[ffmpeg] Rebuilt
by Nicolas Chauvet
commit e47fc98ed43e0179c0b14a215253e20314b849f9
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Tue Jan 16 20:53:43 2024 +0100
Rebuilt
ffmpeg.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 1037420..39610d2 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -114,7 +114,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 6.1.1
-Release: 2%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -538,6 +538,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Tue Jan 16 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 6.1.1-3
+- Rebuilt for libavcodec-freeworld
+
* Sun Jan 14 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-2
- rebuilt
10 months, 1 week