diff --git a/vkeybd-tcl8.5.patch b/vkeybd-tcl8.5.patch deleted file mode 100644 index a0bd979..0000000 --- a/vkeybd-tcl8.5.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile~ 2008-01-05 06:31:07.000000000 -0500 -+++ Makefile 2008-01-05 06:31:34.000000000 -0500 -@@ -35,7 +35,7 @@ - # - # Tcl/Tk library -- depends on your distribution - # --TCL_VERSION = 8.4 -+TCL_VERSION = 8.5 - TCLLIB = -ltcl$(TCL_VERSION) - TCLINC = - TKLIB = -ltk$(TCL_VERSION) diff --git a/vkeybd-tcl8.6.patch b/vkeybd-tcl8.6.patch new file mode 100644 index 0000000..4fc25fc --- /dev/null +++ b/vkeybd-tcl8.6.patch @@ -0,0 +1,11 @@ +--- Makefile~ 2008-01-05 06:31:07.000000000 -0500 ++++ Makefile 2008-01-05 06:31:34.000000000 -0500 +@@ -35,7 +35,7 @@ + # + # Tcl/Tk library -- depends on your distribution + # +-TCL_VERSION = 8.4 ++TCL_VERSION = 8.6 + TCLLIB = -ltcl$(TCL_VERSION) + TCLINC = + TKLIB = -ltk$(TCL_VERSION) diff --git a/vkeybd.spec b/vkeybd.spec index 43fa601..1d83229 100644 --- a/vkeybd.spec +++ b/vkeybd.spec @@ -7,7 +7,7 @@ Summary: Virtual MIDI keyboard Name: vkeybd Version: 0.1.18d -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.alsa-project.org/~iwai/alsa.html @@ -15,14 +15,14 @@ Source0: http://www.alsa-project.org/~iwai/vkeybd-0.1.18d.tar.bz2 Source1: vkeybd.png Source2: vkeybd.desktop Patch3: vkeybd-no-OSS.patch -Patch4: vkeybd-tcl8.5.patch +Patch4: vkeybd-tcl8.6.patch -BuildRequires: tk-devel >= 1:8.5, tk-devel < 1:8.6 +BuildRequires: tk-devel >= 1:8.6, tk-devel < 1:8.7 BuildRequires: lash-devel BuildRequires: desktop-file-utils -Requires: tk >= 1:8.5, tk > 1:8.5, lash +Requires: tk >= 1:8.6, tk > 1:8.6, lash Requires: hicolor-icon-theme %description @@ -37,7 +37,7 @@ Enjoy a music with your mouse and "computer" keyboard :-) sed -i -e 's|-Wall -O|$(RPM_OPT_FLAGS)|' Makefile %build -make %{?_smp_mflags} USE_LADCCA=1 TCL_VERSION=8.5 PREFIX=%{_prefix} +make %{?_smp_mflags} USE_LADCCA=1 TCL_VERSION=8.6 PREFIX=%{_prefix} %install make USE_LADCCA=1 PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install @@ -77,6 +77,9 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_datadir}/icons/hicolor/64x64/apps/vkeybd.png %changelog +* Tue Jun 17 2014 Yaakov Selkowitz - 0.1.18d-7 +- Update for tk8.6 (#1107101) + * Sun Jun 08 2014 Fedora Release Engineering - 0.1.18d-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild