commit 1ece1f8d23109b9124c71332a11e0c7d612db811
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Thu Dec 6 11:08:17 2018 +0100
7th upstream release candidate snapshot for 2.2.0
- Remove remaining Qt4 dependencies (QtKeychain)
- Fix a performance regressionRemove remaining Qt4 dependencies
.gitignore | 2 +-
mixxx.spec | 15 ++++++++++-----
sources | 2 +-
3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7049f77..6cc695a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/mixxx-5752e913130544295230be9693a3919adb08b799.tar.gz
+/mixxx-bd4218904e6a0be00d9c0ff614903677bdd3ee87.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 34d8cce..e0ac4be 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -2,9 +2,9 @@
%global extraver rc
# Optional: Only used for untagged snapshot versions
-%global gitcommit 5752e913130544295230be9693a3919adb08b799
+%global gitcommit bd4218904e6a0be00d9c0ff614903677bdd3ee87
# Format: <yyyymmdd>
-%global gitcommitdate 20181205
+%global gitcommitdate 20181212
%if "%{?gitcommit}" == ""
# (Pre-)Releases
@@ -17,7 +17,7 @@
Name: mixxx
Version: 2.2.0
-Release: 0.6%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+Release: 0.7%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -60,7 +60,7 @@ BuildRequires: qt5-qtscript-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtxmlpatterns-devel
-BuildRequires: qtkeychain-devel
+BuildRequires: qtkeychain-qt5-devel
BuildRequires: rubberband-devel
BuildRequires: soundtouch-devel
BuildRequires: sqlite-devel
@@ -165,9 +165,14 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Wed Dec 12 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.7.rc.20181212gitbd42189
+- 7th upstream release candidate snapshot for 2.2.0
+- Remove remaining Qt4 dependencies (QtKeychain)
+- Fix a performance regression
+
* Thu Dec 06 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.6.rc.20181205git5752e91
- 6th upstream release candidate snapshot for 2.2.0
-- New dependency and workaround for Xlib deadlock
+- New build dependency and workaround for Xlib deadlock
* Mon Nov 26 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.2.0-0.5.rc.20181126git9fb543c
- 5th upstream release candidate snapshot for 2.2.0
diff --git a/sources b/sources
index 94e082e..808ccce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a399a3133728f7936546908ca8301111 mixxx-5752e913130544295230be9693a3919adb08b799.tar.gz
+3ce6762023cb28c72b094ad648cd0071 mixxx-bd4218904e6a0be00d9c0ff614903677bdd3ee87.tar.gz
Show replies by date