[mixxx/f32] New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
by Uwe Klotz
commit d9a943c0d7c42fe594203df58a454cf717221cb6
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 00:26:45 2021 +0200
New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
mixxx.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 35ec136..d549c85 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -10,9 +10,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit e409a0e08e6100d5347542d751d9e6201048d0f2
+%global gitcommit 1e211c571204cdea3da7543b784809b9ef3c9ba5
# Format: <yyyymmdd>
-%global gitcommitdate 20210509
+%global gitcommitdate 20210613
# Additional sources
%global libkeyfinder_archive v2.2.4.zip
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.23%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.24%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -216,12 +216,15 @@ appstream-util \
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}_icon.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
+- New upstream snapshot 2.3.0-beta
+
* Sun May 09 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.23.beta.20210509gite409a0e
- New upstream snapshot 2.3.0-beta
- Fixes an unnoticed regression: 2.3.0-0.22 used ~/local/share/Mixxx instead of ~/.mixxx
diff --git a/sources b/sources
index bf71923..a0b91a0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder_v2.2.4.zip) = fcdd2a645d2770b62d30d2ee552fcfdd688692754779a1e13a9fd36e705a987a46ff388a094ec6dc4fdb5e58f4fc40efff0492e5ee820ec4962ed96fbb4b5c67
-SHA512 (mixxx-e409a0e08e6100d5347542d751d9e6201048d0f2.tar.gz) = 980dd4a36207f62377896a2a44c7f6090f154f0dea4137908c1d11ef4a588212433509a35427af9c5ab15214c54ef171a2b6fa50fe3f09727970c42b15b4010d
+SHA512 (mixxx-1e211c571204cdea3da7543b784809b9ef3c9ba5.tar.gz) = 222029b8fb4b407e84a33876399890fbd014cfaac458a0f73706a6745f885e1d63be22ba944ab396cd388bd6ad243c2dfc32de23cb9d62a211ef97be2f7013ab
3 years, 5 months
[mixxx/f32] Re-enable EngineSyncTest on ARM
by Uwe Klotz
commit 3d846a85c5c94b039506968042d453e28a1b72af
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun May 16 23:07:15 2021 +0200
Re-enable EngineSyncTest on ARM
mixxx.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 3e3e013..35ec136 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,10 +186,9 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-# TODO: Enable broken EngineSyncTest, https://bugs.launchpad.net/mixxx/+bug/1927859
%ifarch armv7hl aarch64
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|ZeroLatencyRateChangeQuant|ZeroLatencyRateDiffQuant|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
%endif
%ifarch %{power64}
3 years, 5 months
[mixxx/f33] Increase ctest timeout for database schema migration tests
by Uwe Klotz
commit 471f2bc643c1bfd7832cdea52f3e486a06f53445
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 14:00:23 2021 +0200
Increase ctest timeout for database schema migration tests
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 6077a3e..615b8c4 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -180,7 +180,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_timeout_secs 180
%global ctest_exclude_regex EngineBufferE2ETest
%endif
3 years, 5 months
[mixxx/f33] Fix and update packaged files
by Uwe Klotz
commit 8acd698df0e7ae73241584c91af13f10797ceae5
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 10:40:21 2021 +0200
Fix and update packaged files
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8ccb890..6077a3e 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -212,15 +212,15 @@ appstream-util \
%files
%license COPYING LICENSE
-%doc README
+%doc README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
-
%changelog
* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
- New upstream snapshot 2.3.0-beta
3 years, 5 months
[mixxx/f34] Increase ctest timeout for database schema migration tests
by Uwe Klotz
commit d4f92c56aee1065a716ef3dd0eb93de4d2068cee
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 14:00:23 2021 +0200
Increase ctest timeout for database schema migration tests
mixxx.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index e81108a..287fe6d 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -180,7 +180,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_timeout_secs 180
%global ctest_exclude_regex EngineBufferE2ETest
%endif
3 years, 5 months
[mixxx/f33] New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
by Uwe Klotz
commit 617a22303a5e8fb310ddb02cf372c92fb05daa70
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 00:26:45 2021 +0200
New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
mixxx.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 4cff538..8ccb890 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -10,9 +10,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit e409a0e08e6100d5347542d751d9e6201048d0f2
+%global gitcommit 1e211c571204cdea3da7543b784809b9ef3c9ba5
# Format: <yyyymmdd>
-%global gitcommitdate 20210509
+%global gitcommitdate 20210613
# Additional sources
%global libkeyfinder_archive v2.2.4.zip
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.23%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.24%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -216,12 +216,15 @@ appstream-util \
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}_icon.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
+- New upstream snapshot 2.3.0-beta
+
* Sun May 09 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.23.beta.20210509gite409a0e
- New upstream snapshot 2.3.0-beta
- Fixes an unnoticed regression: 2.3.0-0.22 used ~/local/share/Mixxx instead of ~/.mixxx
diff --git a/sources b/sources
index bf71923..a0b91a0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder_v2.2.4.zip) = fcdd2a645d2770b62d30d2ee552fcfdd688692754779a1e13a9fd36e705a987a46ff388a094ec6dc4fdb5e58f4fc40efff0492e5ee820ec4962ed96fbb4b5c67
-SHA512 (mixxx-e409a0e08e6100d5347542d751d9e6201048d0f2.tar.gz) = 980dd4a36207f62377896a2a44c7f6090f154f0dea4137908c1d11ef4a588212433509a35427af9c5ab15214c54ef171a2b6fa50fe3f09727970c42b15b4010d
+SHA512 (mixxx-1e211c571204cdea3da7543b784809b9ef3c9ba5.tar.gz) = 222029b8fb4b407e84a33876399890fbd014cfaac458a0f73706a6745f885e1d63be22ba944ab396cd388bd6ad243c2dfc32de23cb9d62a211ef97be2f7013ab
3 years, 5 months
[mixxx/f34] Fix and update packaged files
by Uwe Klotz
commit cb6f3761caee4ba511cc812da72c78eb8084eb4c
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 10:40:21 2021 +0200
Fix and update packaged files
mixxx.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 73142bf..e81108a 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -212,15 +212,15 @@ appstream-util \
%files
%license COPYING LICENSE
-%doc README
+%doc README.md
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
-
%changelog
* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
- New upstream snapshot 2.3.0-beta
3 years, 5 months
[mixxx/f33] Re-enable EngineSyncTest on ARM
by Uwe Klotz
commit 8a08cb465e95d56fe56f2565677dc52ac5009caf
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun May 16 23:07:15 2021 +0200
Re-enable EngineSyncTest on ARM
mixxx.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index b5f7c87..4cff538 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,10 +186,9 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-# TODO: Enable broken EngineSyncTest, https://bugs.launchpad.net/mixxx/+bug/1927859
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|ZeroLatencyRateChangeQuant|ZeroLatencyRateDiffQuant|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
%endif
%ifarch %{power64}
3 years, 5 months
[mixxx/f34] New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
by Uwe Klotz
commit 69545da1cb482afe92287d8a08d465b21d47a745
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Mon Jun 14 00:26:45 2021 +0200
New upstream snapshot 2.3.0-0.24.beta.20210613git1e211c5
mixxx.spec | 11 +++++++----
sources | 2 +-
2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 60b0614..73142bf 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -10,9 +10,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit e409a0e08e6100d5347542d751d9e6201048d0f2
+%global gitcommit 1e211c571204cdea3da7543b784809b9ef3c9ba5
# Format: <yyyymmdd>
-%global gitcommitdate 20210509
+%global gitcommitdate 20210613
# Additional sources
%global libkeyfinder_archive v2.2.4.zip
@@ -28,7 +28,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.23%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.24%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -216,12 +216,15 @@ appstream-util \
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/%{name}_icon.svg
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{name}.metainfo.xml
%{_udevrulesdir}/69-%{name}-usb-uaccess.rules
%changelog
+* Sun Jun 13 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.24.beta.20210613git1e211c5
+- New upstream snapshot 2.3.0-beta
+
* Sun May 09 2021 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.23.beta.20210509gite409a0e
- New upstream snapshot 2.3.0-beta
- Fixes an unnoticed regression: 2.3.0-0.22 used ~/local/share/Mixxx instead of ~/.mixxx
diff --git a/sources b/sources
index bf71923..a0b91a0 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libkeyfinder_v2.2.4.zip) = fcdd2a645d2770b62d30d2ee552fcfdd688692754779a1e13a9fd36e705a987a46ff388a094ec6dc4fdb5e58f4fc40efff0492e5ee820ec4962ed96fbb4b5c67
-SHA512 (mixxx-e409a0e08e6100d5347542d751d9e6201048d0f2.tar.gz) = 980dd4a36207f62377896a2a44c7f6090f154f0dea4137908c1d11ef4a588212433509a35427af9c5ab15214c54ef171a2b6fa50fe3f09727970c42b15b4010d
+SHA512 (mixxx-1e211c571204cdea3da7543b784809b9ef3c9ba5.tar.gz) = 222029b8fb4b407e84a33876399890fbd014cfaac458a0f73706a6745f885e1d63be22ba944ab396cd388bd6ad243c2dfc32de23cb9d62a211ef97be2f7013ab
3 years, 5 months
[mixxx/f34] Re-enable EngineSyncTest on ARM
by Uwe Klotz
commit 2972e623b728e8939f75a6c4b56de8750c62e416
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun May 16 23:07:15 2021 +0200
Re-enable EngineSyncTest on ARM
mixxx.spec | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 1029298..60b0614 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -186,10 +186,9 @@ rm -rf \
# TODO: Enable ControllerEngine NaN tests on ARM after the cause for
# the failing tests has been found and fixed.
-# TODO: Enable broken EngineSyncTest, https://bugs.launchpad.net/mixxx/+bug/1927859
%ifarch %{arm32} %{arm64}
%global ctest_timeout_secs 300
- %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|ZeroLatencyRateChangeQuant|ZeroLatencyRateDiffQuant|RubberbandReverseTest
+ %global ctest_exclude_regex setValue_IgnoresNaN|setParameter_NaN|RubberbandReverseTest
%endif
%ifarch %{power64}
3 years, 5 months