[qmmp] update to 0.5.3 fixes bug #783767

Karel Volný kvolny at fedoraproject.org
Mon Jan 23 15:04:11 UTC 2012


commit 7d5aa68e5870ed52a6f9e84a58a03923de86bd46
Author: Karel Volný <kvolny at redhat.com>
Date:   Mon Jan 23 16:03:30 2012 +0100

    update to 0.5.3
    fixes bug #783767

 .gitignore                              |    1 +
 qmmp-0.5.3-CheckCXXSourceCompiles.patch |   11 +++++++++++
 qmmp.spec                               |   12 ++++++++++--
 sources                                 |    2 +-
 4 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b6f127..2ba4119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ qmmp-0.4.1.tar.bz2
 /qmmp-0.4.3.tar.bz2
 /qmmp-0.5.1.tar.bz2
 /qmmp-0.5.2.tar.bz2
+/qmmp-0.5.3.tar.bz2
diff --git a/qmmp-0.5.3-CheckCXXSourceCompiles.patch b/qmmp-0.5.3-CheckCXXSourceCompiles.patch
new file mode 100644
index 0000000..1113d65
--- /dev/null
+++ b/qmmp-0.5.3-CheckCXXSourceCompiles.patch
@@ -0,0 +1,11 @@
+--- qmmp-0.5.3/src/plugins/Output/jack/CMakeLists.txt~	2011-11-04 21:41:13.000000000 +0100
++++ qmmp-0.5.3/src/plugins/Output/jack/CMakeLists.txt	2012-01-23 13:42:14.498860109 +0100
+@@ -2,6 +2,8 @@
+ 
+ cmake_minimum_required(VERSION 2.4.7)
+ 
++INCLUDE (CheckCXXSourceCompiles)
++
+ if(COMMAND cmake_policy)
+ cmake_policy(SET CMP0003 NEW)
+ endif(COMMAND cmake_policy)
diff --git a/qmmp.spec b/qmmp.spec
index 8271626..770abf3 100644
--- a/qmmp.spec
+++ b/qmmp.spec
@@ -1,6 +1,6 @@
 Name:		qmmp
-Version:	0.5.2
-Release:	3%{?dist}
+Version:	0.5.3
+Release:	1%{?dist}
 Summary:	Qt-based multimedia player
 
 Group:		Applications/Multimedia
@@ -10,6 +10,8 @@ Source:		http://qmmp.ylsoftware.com/files/%{name}-%{version}.tar.bz2
 Source2:	qmmp-filter-provides.sh
 %define		_use_internal_dependency_generator 0
 %define		__find_provides %{SOURCE2}
+# Sent upstream via email 20120123
+Patch0:		qmmp-0.5.3-CheckCXXSourceCompiles.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
@@ -71,6 +73,7 @@ QMMP is Qt-based audio player. This package contains its header files.
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -130,6 +133,11 @@ fi
 
 
 %changelog
+* Mon Jan 23 2012 Karel Volný <kvolny at redhat.com> 0.5.3-1
+- new version
+- see upstream changelog at http://qmmp.ylsoftware.com/index_en.php
+- patch missing cmake include (qmmp-0.5.3-CheckCXXSourceCompiles.patch)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index be60273..4f3a54b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20852f3cce3471bfc5affa9b2e947dc6  qmmp-0.5.2.tar.bz2
+3d4dc1ff7fcdb00e6d61a88cbd8749fb  qmmp-0.5.3.tar.bz2


More information about the scm-commits mailing list