[vkeybd] Update for tk8.6 (#1107101)

Till Maas till at fedoraproject.org
Sun Jul 6 16:37:08 UTC 2014


commit 3db5bb5ee2987ba22067a18fa5576a7d5fd13f0c
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Tue Jun 17 17:34:11 2014 -0500

    Update for tk8.6 (#1107101)

 vkeybd-tcl8.5.patch => vkeybd-tcl8.6.patch |    2 +-
 vkeybd.spec                                |   13 ++++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/vkeybd-tcl8.5.patch b/vkeybd-tcl8.6.patch
similarity index 93%
rename from vkeybd-tcl8.5.patch
rename to vkeybd-tcl8.6.patch
index a0bd979..4fc25fc 100644
--- a/vkeybd-tcl8.5.patch
+++ b/vkeybd-tcl8.6.patch
@@ -5,7 +5,7 @@
  # Tcl/Tk library -- depends on your distribution
  #
 -TCL_VERSION = 8.4
-+TCL_VERSION = 8.5
++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 <yselkowi at redhat.com> - 0.1.18d-7
+- Update for tk8.6 (#1107101)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.18d-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list