commit dc0b5fce6f2a5872bf00ce7f3f73dba312fe5cc0
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Sun Aug 19 15:18:23 2018 +0200
Update to upstream release 2.1.2
.gitignore | 1 +
mixxx.spec | 10 ++++++++--
sources | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b87783..3ea6c09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ mixxx-1.11.0-src.tar.gz
/mixxx-release-2.1.0-rc1.tar.gz
/mixxx-release-2.1.0.tar.gz
/mixxx-release-2.1.1.tar.gz
+/mixxx-release-2.1.2.0.tar.gz
diff --git a/mixxx.spec b/mixxx.spec
index 02b52c8..396f357 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -16,8 +16,9 @@
%endif
Name: mixxx
-Version: 2.1.1
-Release: 2%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
+# NOTE (uklotzde, 2018-08-19): Special 2.1.2.0 version tag (instead of 2.1.2) due to a
release accident
+Version: 2.1.2.0
+Release: 1%{?extraver:.%{extraver}}%{?snapinfo:.%{snapinfo}}%{?dist}
Summary: Mixxx is open source software for DJ'ing
Group: Applications/Multimedia
License: GPLv2+
@@ -150,6 +151,11 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
%changelog
+* Sun Aug 19 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.1.2-1
+- Update to upstream release 2.1.2
+- Re-enable FFmpeg
+- Remove obsolete build flag
+
* Thu Jun 14 2018 Uwe Klotz <uklotz(a)mixxx.org> - 2.1.1-2
- Update to upstream release 2.1.1
- Use system library SoundTouch v2.0+ if available
diff --git a/sources b/sources
index a9dfaa3..e2ed966 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6336d6568bbf860c4e03295ae51ee286 mixxx-release-2.1.1.tar.gz
+ce44bc93f1370ad4e64a240ed342e535 mixxx-release-2.1.2.0.tar.gz
Show replies by date