[kmid2] * Sun Jun 12 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.4.0-1 - Update to 2.4.0 (#712330) - Drop

Kevin Kofler kkofler at fedoraproject.org
Sun Jun 12 23:55:17 UTC 2011


commit 48b9baaeffa466ec57b5aa2b00cf6182e34bb8f6
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Mon Jun 13 01:54:54 2011 +0200

    * Sun Jun 12 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.4.0-1
    - Update to 2.4.0 (#712330)
    - Drop obsolete backported kde#240394 patch, already included in 2.4.0
    - Bump minimum drumstick version to 0.4

 .gitignore                  |    1 +
 kmid-2.3.0-kde#240394.patch |  170 -------------------------------------------
 kmid2.spec                  |   18 ++--
 sources                     |    2 +-
 4 files changed, 11 insertions(+), 180 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2df3988..8743e79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 kmid-2.3.0.tar.bz2
+/kmid-2.4.0.tar.bz2
diff --git a/kmid2.spec b/kmid2.spec
index 951048f..dc06116 100644
--- a/kmid2.spec
+++ b/kmid2.spec
@@ -1,6 +1,6 @@
 Name:           kmid2
-Version:        2.3.0
-Release:        3%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Summary:        A MIDI/karaoke player for KDE
 
 Group:          Applications/Multimedia
@@ -10,24 +10,20 @@ URL:            http://userbase.kde.org/KMid2
 
 Source0:        http://downloads.sourceforge.net/project/%{name}/%{version}/kmid-%{version}.tar.bz2
 
-# http://websvn.kde.org/?revision=1134129&view=revision
-# Fix a crash in the ALSA backend due to reloadDeviceList (kde#240394)
-Patch0:         kmid-2.3.0-kde#240394.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs4-devel
 BuildRequires:  kde-filesystem
 BuildRequires:  cmake
 BuildRequires:  alsa-lib-devel
-BuildRequires:  drumstick-devel >= 0.3
+BuildRequires:  drumstick-devel >= 0.4
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api}}
 %{?_kde4_version:Requires: kdelibs4%{?_isa} >= %{_kde4_version}}
 Requires:       oxygen-icon-theme
-Requires:       drumstick >= 0.3
+Requires:       drumstick >= 0.4
 Requires:       %{name}-libs = %{version}-%{release}
 
 Obsoletes:      kmid < 2.0-1
@@ -69,7 +65,6 @@ Provides:       kmid-devel = %{version}-%{release}
 %setup -q -n kmid-%{version}
 # zap bundled copy of drumstick to guarantee it's never used
 rm -rf drumstick
-%patch0 -p0 -b .kde#240394
 
 
 %build
@@ -133,6 +128,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Jun 12 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.4.0-1
+- Update to 2.4.0 (#712330)
+- Drop obsolete backported kde#240394 patch, already included in 2.4.0
+- Bump minimum drumstick version to 0.4
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index aacea7b..a37c375 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d49155c31d7ff73832e9f4efe2b183a  kmid-2.3.0.tar.bz2
+3abf39fdb31862d4d695613e8835bf00  kmid-2.4.0.tar.bz2


More information about the scm-commits mailing list