rpms/kaya/devel kaya-0.5.1-tst.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 kaya.spec, 1.2, 1.3 sources, 1.2, 1.3 kaya-0.5.0-smp.patch, 1.1, NONE

Jochen Schmitt (s4504kr) fedora-extras-commits at redhat.com
Mon Aug 4 16:26:15 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/kaya/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30541

Modified Files:
	.cvsignore kaya.spec sources 
Added Files:
	kaya-0.5.1-tst.patch 
Removed Files:
	kaya-0.5.0-smp.patch 
Log Message:
New upstream release

kaya-0.5.1-tst.patch:

--- NEW FILE kaya-0.5.1-tst.patch ---
diff -up kaya-0.5.1/rts/ValueFuns.cc.tst kaya-0.5.1/rts/ValueFuns.cc
--- kaya-0.5.1/rts/ValueFuns.cc.tst	2008-08-04 18:17:41.000000000 +0200
+++ kaya-0.5.1/rts/ValueFuns.cc	2008-08-04 18:19:41.000000000 +0200
@@ -213,10 +213,9 @@ fntable_marshal(VMState * vm, String * m
 
     SWPRINTF(buf, 26, FUNMARSHAL, idx);
     mdata->append(buf);
-    wchar_t cfnid[50];
-
     wchar_t* fnname = getFnName(c->getFnID());
     kint mlen = (wcslen(fnname));
+    wchar_t cfnid[60+mlen];
     SWPRINTF(cfnid, 60+mlen, MARSHAL2FORMAT, mlen, mlen+2, fnname, c->getNumArgs());
     mdata->append(cfnid);
     Value **cargs = c->getArgs();


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kaya/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Jun 2008 17:58:59 -0000	1.2
+++ .cvsignore	4 Aug 2008 16:25:45 -0000	1.3
@@ -1 +1 @@
-kaya-0.5.0.tgz
+kaya-0.5.1.tgz


Index: kaya.spec
===================================================================
RCS file: /cvs/extras/rpms/kaya/devel/kaya.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kaya.spec	9 Jun 2008 16:53:59 -0000	1.2
+++ kaya.spec	4 Aug 2008 16:25:45 -0000	1.3
@@ -3,15 +3,15 @@
 %define debug_package %{nil}
 
 Name:		kaya
-Version:	0.5.0
-Release:	5%{?dist}
+Version:	0.5.1
+Release:	1%{?dist}
 Summary:	A Statically typed, imperative programming-language
 
 Group:		Development/Languages
 License:	GPLv2+ and LGPLv2+
 URL:		http://kayalang.org
 Source0:	http://kayalang.org/src/%{name}-%{version}.tgz
-Patch1:		kaya-0.5.0-smp.patch
+Patch1:		kaya-0.5.1-tst.patch
 Patch2:		kaya-0.5.0-conf.patch
 
 #
@@ -95,6 +95,9 @@
 %doc examples/ docs/
 
 %changelog
+* Mon Aug  4 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.5.1-1
+- New upstream release
+
 * Mon Jun  9 2008 Jochen Schmitt <Jochen herr-schmitt de> 0.5.0-5
 - Koji don't like -fstack-protector
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kaya/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Jun 2008 17:58:59 -0000	1.2
+++ sources	4 Aug 2008 16:25:45 -0000	1.3
@@ -1 +1 @@
-e741e98fd5f5e6ed6f01affa45420b35  kaya-0.5.0.tgz
+74b56a819ac29f59f8a2ace065784f32  kaya-0.5.1.tgz


--- kaya-0.5.0-smp.patch DELETED ---




More information about the fedora-extras-commits mailing list