[EmptyEpsilon] Rebase to version 2021.03.31
by Michal Schorm
commit 006e08e2d60f9a7fc48538746783b007ab7ceda2
Author: Michal Schorm <mschorm(a)redhat.com>
Date: Sat Apr 10 17:03:49 2021 +0200
Rebase to version 2021.03.31
.gitignore | 2 ++
EmptyEpsilon.spec | 5 ++++-
sources | 4 ++--
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ed9f085..52bdde6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,5 @@
/SeriousProton-EE-2020.11.23.zip
/EmptyEpsilon-EE-2021.03.16.zip
/SeriousProton-EE-2021.03.16.zip
+/EmptyEpsilon-EE-2021.03.31.zip
+/SeriousProton-EE-2021.03.31.zip
diff --git a/EmptyEpsilon.spec b/EmptyEpsilon.spec
index 92b2f6c..d6b0868 100644
--- a/EmptyEpsilon.spec
+++ b/EmptyEpsilon.spec
@@ -1,6 +1,6 @@
%global version_major 2021
%global version_minor 03
-%global version_patch 16
+%global version_patch 31
%undefine __cmake_in_source_build
@@ -75,6 +75,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_datadir}/applications/%{name}.desktop
%changelog
+* Sat Apr 10 2021 Michal Schorm <mschorm(a)redhat.com> - 2021.03.31-1
+- Rebase to version 2021.03.31
+
* Fri Mar 19 2021 Michal Schorm <mschorm(a)redhat.com> - 2021.03.16-1
- Rebase to version 2021.03.16
diff --git a/sources b/sources
index 366c32d..6c508fd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (EmptyEpsilon-EE-2021.03.16.zip) = 3e59d092b029204cb3e3242b217d3842f66ce88c8f667f75832047606d1916b5e81d9aecba6cc1f073762efcf6a63e83098c54ba8a38dbd62a2bb3719028d863
-SHA512 (SeriousProton-EE-2021.03.16.zip) = 26633007d0f72e2f6ca5ca68d100879dd70e632a11c450fd615737e22be9b9462da8183625ffbe269c5f20382b41c1f158896f5908d629e009c2aa79b7de3576
+SHA512 (EmptyEpsilon-EE-2021.03.31.zip) = 0f8898737cf10abe89defd87ba1f814a934894eaef45673f0b58e79ac4fdccb0e5dd59870eaab01d1c0c4dad076f70a7cb1f086cd391971f0947169d02f5e507
+SHA512 (SeriousProton-EE-2021.03.31.zip) = 74560728738cfa162d825dbc33f0b4ab06acfb6f4184594a76074392d397998a9c1d4ebcd70275a3a3f7f797c8d2fcaabc709246127d0ac58543656b62ee5db4
3 years, 7 months
[mixxx] Add missing runtime dependency
by Uwe Klotz
commit 29c7a3d98b4f55824f20617adc9cff043192e3c5
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Apr 9 12:31:55 2021 +0200
Add missing runtime dependency
https://bugs.launchpad.net/mixxx/+bug/1922961
mixxx.spec | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index cf185f4..10aceee 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -88,6 +88,7 @@ BuildRequires: wavpack-devel
# Runtime Requirements
Requires: faad2
Requires: open-sans-fonts
+Requires: qt5-qttranslations
%description
Mixxx is open source software for DJ'ing. You can use
3 years, 7 months
[mixxx] Disable EngineBufferE2ETest.RubberbandReverseTest tmeporarily
by Uwe Klotz
commit bbf26e3f7e1e407324c0eadbbf3aa0c1c4a0053a
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Fri Apr 9 12:31:15 2021 +0200
Disable EngineBufferE2ETest.RubberbandReverseTest tmeporarily
mixxx.spec | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index cb81fa5..cf185f4 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -169,6 +169,12 @@ rm -rf \
%check
+# TODO: Enable EngineBufferE2ETest.RubberbandReverseTest for
+# all architectures after issues have been resolved.
+# https://bugs.launchpad.net/mixxx/+bug/1921955
+# https://github.com/breakfastquay/rubberband/issues/37
+# PR: https://src.fedoraproject.org/rpms/rubberband/pull-request/1
+
# TODO: Enable EngineBufferE2ETest after spurious failures for
# x86_64 when run on AMD EPYC have been resolved. Varying tests
# are failing sometimes.
@@ -179,13 +185,11 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# 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
3 years, 7 months
[ffmpeg/f34] Update to 4.4 release
by Leigh Scott
Summary of changes:
00a8735... Update to 4.4 release (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 7 months
[ffmpeg] Update to 4.4 release
by Leigh Scott
commit 00a8735d27ef2988f4c98a462e16bf1f496dfef6
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Apr 9 08:08:02 2021 +0100
Update to 4.4 release
ffmpeg.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index e853960..1b505ea 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,9 +1,9 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20210408
-%global commit 25e794a1ea13ad0ed9f5c4792ab3727fe7a3ace1
-%global rel %(c=%{commit}; echo ${c:0:7})
+#global date 20210408
+#global commit 25e794a1ea13ad0ed9f5c4792ab3727fe7a3ace1
+#global rel %(c=%{commit}; echo ${c:0:7})
%ifarch %{ix86}
# Fails due to asm issue
@@ -111,7 +111,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.4
-Release: 0.8%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -478,6 +478,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Fri Apr 09 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4-1
+- Update to 4.4 release
+
* Thu Apr 08 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4-0.8.20210408git25e794a
- Update to 4.4-0.8.20210408git25e794a
diff --git a/sources b/sources
index ad51452..e7c7e89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20210408.tar.bz2) = a642f52d67c9713490af24dac961897e792f8687992474c3f4efdaaf4875bdae26deefa6316cade4730a321bdd341845cdfef6fe2640544f5c2e4a1e07dde23d
+SHA512 (ffmpeg-4.4.tar.xz) = 4f9e99958904bf1b99b4b17e2104729dfe67e0080cac525137597974597ff265c9847eb1be0771aa443c85691025bc0747d213e6c1281f7b67d18d8b0e8c5080
3 years, 7 months
[ffmpeg] Update to 4.4-0.8.20210408git25e794a
by Leigh Scott
commit c17f91fb6105e9b02131a307cbcbe0ec688017ee
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Apr 8 21:08:35 2021 +0100
Update to 4.4-0.8.20210408git25e794a
.gitignore | 1 +
ffmpeg.spec | 9 ++++++---
sources | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6cd8513..fe98ec5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@ ffmpeg-*.rpm
/ffmpeg-20210218.tar.bz2
/ffmpeg-20210312.tar.bz2
/ffmpeg-20210323.tar.bz2
+/ffmpeg-20210408.tar.bz2
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 87ddf27..e853960 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -1,8 +1,8 @@
# TODO: add make test to %%check section
#global branch oldabi-
-%global date 20210323
-%global commit 0be265e9a100adc778c1c3cf52155a6326043b85
+%global date 20210408
+%global commit 25e794a1ea13ad0ed9f5c4792ab3727fe7a3ace1
%global rel %(c=%{commit}; echo ${c:0:7})
%ifarch %{ix86}
@@ -111,7 +111,7 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
Version: 4.4
-Release: 0.7%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Release: 0.8%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: http://ffmpeg.org/
%if 0%{?date}
@@ -478,6 +478,9 @@ install -pm755 tools/qt-faststart %{buildroot}%{_bindir}
%changelog
+* Thu Apr 08 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4-0.8.20210408git25e794a
+- Update to 4.4-0.8.20210408git25e794a
+
* Wed Mar 24 2021 Leigh Scott <leigh123linux(a)gmail.com> - 4.4-0.7.20210323git0be265e
- rebuilt
diff --git a/sources b/sources
index e35728c..ad51452 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpeg-20210323.tar.bz2) = 44e35678d2d03288c820f6b8d9d2656ee50de3f38a0bd7a96f9ab094d55b07af0e78c3c70a300df0a07aabb7739fd299071cdc9cf7fda5185bfe96819db8fb8d
+SHA512 (ffmpeg-20210408.tar.bz2) = a642f52d67c9713490af24dac961897e792f8687992474c3f4efdaaf4875bdae26deefa6316cade4730a321bdd341845cdfef6fe2640544f5c2e4a1e07dde23d
3 years, 7 months
[mpv/el8] Rebuild
by Leigh Scott
commit ddc2cfee63d326142166fd996176172b401901b7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed Apr 7 09:30:38 2021 +0100
Rebuild
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 4ee714d..9c04760 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
Name: mpv
Version: 0.32.0
-Release: 6%{?gitrelease}%{?dist}
+Release: 7%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -185,6 +185,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Wed Apr 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-7
+- rebuilt
+
* Wed Jun 24 2020 Leigh Scott <leigh123linux(a)gmail.com> - 0.32.0-6
- Enable vapoursynth (rfbz#5681)
3 years, 7 months
[xpra-codecs-freeworld] Release 4.1.2
by sagitter
commit aabfdd8707689abc9fb6186661d7142b69173035
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Tue Apr 6 16:49:45 2021 +0200
Release 4.1.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8e8c352..d4f2613 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ xpra-0.16.3.tar.xz
/xpra-4.0.6.tar.xz
/xpra-4.1.tar.gz
/xpra-4.1.1.tar.gz
+/xpra-4.1.2.tar.gz
diff --git a/sources b/sources
index 0123a87..288779d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.1.1.tar.gz) = 804ea59314559bc6a870461b14eb031db5a2db65ea2e6c7d41dc3f52921d74bb88b0ac9f06d09c671c050e5aaf79da546d6a50dd226fe01b0078c5157875d6fb
+SHA512 (xpra-4.1.2.tar.gz) = 7bd2ab84dfe4d2b3755d393b777c9f09bcdcc1571cb3df36dcf350431f7c465236da32564fae89b3ebdab6bc3a2f8c2aa6c797ac4689d778ab772d307f3b33c5
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index e4b3719..bced9bd 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.1.1
+Version: 4.1.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -126,6 +126,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Apr 06 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.2-1
+- Release 4.1.2
+
* Sun Mar 07 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.1-1
- Release 4.1.1
3 years, 7 months