rpms/vkeybd/devel vkeybd-tcl8.5.patch,NONE,1.1 vkeybd.spec,1.5,1.6

Anthony Green (green) fedora-extras-commits at redhat.com
Sun Jan 6 00:19:44 UTC 2008


Author: green

Update of /cvs/pkgs/rpms/vkeybd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19464

Modified Files:
	vkeybd.spec 
Added Files:
	vkeybd-tcl8.5.patch 
Log Message:
Upgrade to tcl8.5

vkeybd-tcl8.5.patch:

--- NEW FILE vkeybd-tcl8.5.patch ---
--- 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)


Index: vkeybd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vkeybd/devel/vkeybd.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vkeybd.spec	9 Oct 2007 03:18:54 -0000	1.5
+++ vkeybd.spec	6 Jan 2008 00:19:01 -0000	1.6
@@ -1,7 +1,7 @@
 Summary:      Virtual MIDI keyboard
 Name:         vkeybd
 Version:      0.1.17a
-Release:      5%{?dist}
+Release:      6%{?dist}
 License:      GPL
 Group:        Applications/Multimedia
 URL:          http://www.alsa-project.org/~iwai/alsa.html
@@ -12,14 +12,15 @@
 Patch1:       vkeybd-CFLAGS.patch
 Patch2:       vkeybd-lash-2.patch
 Patch3:       vkeybd-no-OSS.patch
+Patch4:	      vkeybd-tcl8.5.patch
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires: tk-devel >= 1:8.4, tk-devel < 1:8.5
+BuildRequires: tk-devel >= 1:8.5, tk-devel < 1:8.6
 BuildRequires: lash-devel
 
 BuildRequires: desktop-file-utils
 
-Requires: tk >= 1:8.4, tk < 1:8.5, lash
+Requires: tk >= 1:8.5, tk > 1:8.5, lash
 Requires: hicolor-icon-theme
 
 %description
@@ -33,9 +34,10 @@
 %patch1 -p0
 %patch2 -p0
 %patch3 -p0
+%patch4 -p0
 
 %build
-make %{?_smp_mflags} USE_LADCCA=1 TCL_VERSION=8.4 PREFIX=%{_prefix}
+make %{?_smp_mflags} USE_LADCCA=1 TCL_VERSION=8.5 PREFIX=%{_prefix}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +79,9 @@
 %{_datadir}/icons/hicolor/64x64/apps/vkeybd.png
 
 %changelog
+* Sat Jan 05 2008 Marcela Maslanova <mmaslano at redhat.com> 0.1.17a-6
+- Upgrade to tcl8.5. 
+
 * Mon Oct 07 2007 Anthony Green <green at redhat.com> 0.1.17a-5
 - Add -no-OSS patch.
 




More information about the fedora-extras-commits mailing list