[mixxx/f32] New upstream snapshot 2.3.0-0.10.beta.20201104git8e90a47
by Uwe Klotz
commit 0f9a3004bc4b487be7d490c34f07cbaa25bdcc9e
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 14:56:10 2020 +0100
New upstream snapshot 2.3.0-0.10.beta.20201104git8e90a47
mixxx.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index b0a8847..ca8c740 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -7,9 +7,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit ab6d8ee260e4f3bb2d32591ced59a62b10f1aebc
+%global gitcommit 8e90a47e51ce8aa725d1dd68d106f397f54c6183
# Format: <yyyymmdd>
-%global gitcommitdate 20201031
+%global gitcommitdate 20201104
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -22,7 +22,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.9%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -184,6 +184,10 @@ appstream-util \
%changelog
+* Wed Nov 4 14:48:50 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.10.beta.20201104git8e90a47
+- New upstream snapshot 2.3.0-beta
+- Disable LTO on all platforms after crash reports for x86_64
+
* Sat Oct 31 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.9.beta.20201031gitab6d8ee
- New upstream snapshot 2.3.0-beta
diff --git a/sources b/sources
index 93c3874..843961d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libKeyFinder_v2.2.2.zip) = 4c8745ebcda65c7bbe00016e53b813e704eff1ca7262868a91359f51979b84e43492993cfc7b02ecd8142ded15a7c3ec64751234cb06fa5b27b7695f9937110b
-SHA512 (mixxx-ab6d8ee260e4f3bb2d32591ced59a62b10f1aebc.tar.gz) = a13bc86f70a1ec8dba801e0603ac1229f725f6f631c937f07ef1464578353f7afa965e2039251a4e44fbd7062c7c727aecca4156951458e72a274903d4ff5abc
+SHA512 (mixxx-8e90a47e51ce8aa725d1dd68d106f397f54c6183.tar.gz) = 57b3388e7caa9ef845dc7d5f644e8ca874cdde14c5d1f900f309357c33bf2dd310638f8c8e4a9cf7e6f838ca3e25e19c7cb5a68b6006d721daaf47b1eca41a75
4 years
[mixxx/f32] Disable LTO for all targets
by Uwe Klotz
commit 87724db0fc25ef6fdf970b0387922a007722e0c3
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 13:11:16 2020 +0100
Disable LTO for all targets
https://bugzilla.rpmfusion.org/show_bug.cgi?id=5829
mixxx.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 8cb895b..b0a8847 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,9 +1,7 @@
# Build out-of-source (default since Fedora 33)
%undefine __cmake_in_source_build
-%ifarch %{power64}
%global _lto_cflags %{nil}
-%endif
# Optional: Package version suffix for pre-releases, e.g. "beta" or "rc"
%global extraver beta
4 years
[xmltv] Add BR make
by Gary Buhrmaster
commit 7fc5941781de0c5ecbee7672a1a743b534714154
Author: Gary Buhrmaster <gary.buhrmaster(a)gmail.com>
Date: Thu Nov 5 02:12:54 2020 +0000
Add BR make
xmltv.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/xmltv.spec b/xmltv.spec
index 2cf2aaf..033abc4 100644
--- a/xmltv.spec
+++ b/xmltv.spec
@@ -1,6 +1,6 @@
Name: xmltv
Version: 0.6.3
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A set of utilities to manage your TV viewing
License: GPLv2+
@@ -115,6 +115,7 @@ BuildRequires: perl(XML::Parser)
BuildRequires: perl(XML::TreePP)
BuildRequires: perl(XML::Twig) >= 3.10
BuildRequires: perl(XML::Writer)
+BuildRequires: make
Requires: xmltv-grabbers >= %{version}-%{release}
Requires: perl(PerlIO::gzip)
@@ -250,6 +251,9 @@ make test
%changelog
+* Wed Nov 04 2020 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.3-2
+- Add BR make
+
* Sat Aug 22 2020 Gary Buhrmaster <gary.buhrmaster(a)gmail.com> - 0.6.3-1
- Update to xmltv 0.6.3 release
4 years
[mixxx/f33] (5 commits) ...Add comment why LTO has been disabled
by Uwe Klotz
Summary of changes:
81b4ea1... Disable LTO for all targets (*)
62ca832... Re-enable unit tests in %check section (*)
1d5ac79... New upstream snapshot 2.3.0-0.10.beta.20201104git8e90a47 (*)
dab119e... Revert "Re-enable unit tests in %check section" (*)
6587c59... Add comment why LTO has been disabled (*)
(*) This commit already existed in another branch; no separate mail sent
4 years
[mixxx] Add comment why LTO has been disabled
by Uwe Klotz
commit 6587c597ac1a66a126f071f1be47b8a130242fac
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 18:52:37 2020 +0100
Add comment why LTO has been disabled
mixxx.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index fa4ac61..e7ae6fd 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,6 +1,8 @@
# Build out-of-source (default since Fedora 33)
%undefine __cmake_in_source_build
+# Disable LTO after crash reports:
+# https://bugzilla.rpmfusion.org/show_bug.cgi?id=5829
%global _lto_cflags %{nil}
# Optional: Package version suffix for pre-releases, e.g. "beta" or "rc"
4 years
[mixxx] Revert "Re-enable unit tests in %check section"
by Uwe Klotz
commit dab119e771894deea093ee5bb3b251dc71b26f48
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 16:08:36 2020 +0100
Revert "Re-enable unit tests in %check section"
This reverts commit 62ca8328dc6aa127489f4b9588f313baf17aeaa5.
mixxx.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index d63938f..fa4ac61 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -151,9 +151,14 @@ rm -rf \
%check
-# Run unit tests
-QT_QPA_PLATFORM=offscreen \
-%ctest3
+# Tests can only be executed locally. Running them on
+# http://koji.rpmfusion.org always ends with the error
+# message "# Child aborted***Exception:"
+# Note: Add the macro prefix '%' in front of 'ctest3' manually after uncommenting.
+# Otherwise the tests would get executed by macro expansion even though hidden
+# within a comment!
+#QT_QPA_PLATFORM=offscreen \
+#ctest3
# Desktop launcher
desktop-file-install \
4 years
[mixxx] New upstream snapshot 2.3.0-0.10.beta.20201104git8e90a47
by Uwe Klotz
commit 1d5ac799593100d7a9fb7180899c3f6a7cab8dac
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 14:56:10 2020 +0100
New upstream snapshot 2.3.0-0.10.beta.20201104git8e90a47
mixxx.spec | 10 +++++++---
sources | 2 +-
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 949f3dc..d63938f 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -7,9 +7,9 @@
%global extraver beta
# Optional: Only used for untagged snapshot versions
-%global gitcommit ab6d8ee260e4f3bb2d32591ced59a62b10f1aebc
+%global gitcommit 8e90a47e51ce8aa725d1dd68d106f397f54c6183
# Format: <yyyymmdd>
-%global gitcommitdate 20201031
+%global gitcommitdate 20201104
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -22,7 +22,7 @@
Name: mixxx
Version: 2.3.0
-Release: 0.9%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.10%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
License: GPLv2+
URL: http://www.mixxx.org
@@ -180,6 +180,10 @@ appstream-util \
%changelog
+* Wed Nov 4 14:48:50 CET 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.10.beta.20201104git8e90a47
+- New upstream snapshot 2.3.0-beta
+- Disable LTO on all platforms after crash reports for x86_64
+
* Sat Oct 31 2020 Uwe Klotz <uklotz(a)mixxx.org> - 2.3.0-0.9.beta.20201031gitab6d8ee
- New upstream snapshot 2.3.0-beta
diff --git a/sources b/sources
index 93c3874..843961d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (libKeyFinder_v2.2.2.zip) = 4c8745ebcda65c7bbe00016e53b813e704eff1ca7262868a91359f51979b84e43492993cfc7b02ecd8142ded15a7c3ec64751234cb06fa5b27b7695f9937110b
-SHA512 (mixxx-ab6d8ee260e4f3bb2d32591ced59a62b10f1aebc.tar.gz) = a13bc86f70a1ec8dba801e0603ac1229f725f6f631c937f07ef1464578353f7afa965e2039251a4e44fbd7062c7c727aecca4156951458e72a274903d4ff5abc
+SHA512 (mixxx-8e90a47e51ce8aa725d1dd68d106f397f54c6183.tar.gz) = 57b3388e7caa9ef845dc7d5f644e8ca874cdde14c5d1f900f309357c33bf2dd310638f8c8e4a9cf7e6f838ca3e25e19c7cb5a68b6006d721daaf47b1eca41a75
4 years
[mixxx] Re-enable unit tests in %check section
by Uwe Klotz
commit 62ca8328dc6aa127489f4b9588f313baf17aeaa5
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 13:12:00 2020 +0100
Re-enable unit tests in %check section
mixxx.spec | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 3452d55..949f3dc 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -150,14 +150,10 @@ rm -rf \
%check
-# Tests can only be executed locally. Running them on
-# http://koji.rpmfusion.org always ends with the error
-# message "# Child aborted***Exception:"
-# Note: Add the macro prefix '%' in front of 'ctest3' manually after uncommenting.
-# Otherwise the tests would get executed by macro expansion even though hidden
-# within a comment!
-#QT_QPA_PLATFORM=offscreen \
-#ctest3
+
+# Run unit tests
+QT_QPA_PLATFORM=offscreen \
+%ctest3
# Desktop launcher
desktop-file-install \
4 years
[mixxx] Disable LTO for all targets
by Uwe Klotz
commit 81b4ea197219baffe7b739a49ffa5653205dcdcf
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Nov 4 13:11:16 2020 +0100
Disable LTO for all targets
https://bugzilla.rpmfusion.org/show_bug.cgi?id=5829
mixxx.spec | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index ab8aba7..3452d55 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -1,9 +1,7 @@
# Build out-of-source (default since Fedora 33)
%undefine __cmake_in_source_build
-%ifarch %{power64}
%global _lto_cflags %{nil}
-%endif
# Optional: Package version suffix for pre-releases, e.g. "beta" or "rc"
%global extraver beta
4 years
[mythtv/f31] (2 commits) ...Update to latest fixes/31.
by Richard Shaw
Summary of changes:
b3d5377... Update service files to include instructions for using syst (*)
8870f14... Update to latest fixes/31. (*)
(*) This commit already existed in another branch; no separate mail sent
4 years