diff --git a/.gitignore b/.gitignore index 2ba4119..0dd372e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ qmmp-0.4.1.tar.bz2 /qmmp-0.5.1.tar.bz2 /qmmp-0.5.2.tar.bz2 /qmmp-0.5.3.tar.bz2 +/qmmp-0.5.5.tar.bz2 diff --git a/qmmp-0.5.3-CheckCXXSourceCompiles.patch b/qmmp-0.5.3-CheckCXXSourceCompiles.patch deleted file mode 100644 index 1113d65..0000000 --- a/qmmp-0.5.3-CheckCXXSourceCompiles.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 fab9181..1fadd1b 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -1,6 +1,6 @@ Name: qmmp -Version: 0.5.3 -Release: 2%{?dist} +Version: 0.5.5 +Release: 1%{?dist} Summary: Qt-based multimedia player Group: Applications/Multimedia @@ -10,8 +10,6 @@ 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 @@ -73,7 +71,6 @@ QMMP is Qt-based audio player. This package contains its header files. %prep %setup -q -%patch0 -p1 %build @@ -133,6 +130,11 @@ fi %changelog +* Thu Jun 7 2012 Karel Volný 0.5.5-1 +- new version +- see the upstream changelog at http://qmmp.ylsoftware.com/index_en.php +- removed qmmp-0.5.3-CheckCXXSourceCompiles.patch - accepted upstream + * Tue Feb 28 2012 Fedora Release Engineering - 0.5.3-2 - Rebuilt for c++ ABI breakage diff --git a/sources b/sources index 4f3a54b..5588369 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d4dc1ff7fcdb00e6d61a88cbd8749fb qmmp-0.5.3.tar.bz2 +8174905dcf7ae6fedaf044fda51e7314 qmmp-0.5.5.tar.bz2