OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Feb-2007 10:14:26
Branch: HEAD Handle: 2007021809142501
Modified files:
openpkg-src/yaml yaml.patch yaml.spec
Log:
upgrade to a newer (aka 0.65) snapshot of Syck
Summary:
Revision Changes Path
1.2 +27 -42 openpkg-src/yaml/yaml.patch
1.10 +5 -5 openpkg-src/yaml/yaml.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/yaml/yaml.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 yaml.patch
--- openpkg-src/yaml/yaml.patch 26 Nov 2006 18:31:57 -0000 1.1
+++ openpkg-src/yaml/yaml.patch 18 Feb 2007 09:14:25 -0000 1.2
@@ -1,6 +1,6 @@
-Index: syck-0.55/ext/php/phpext.c
---- syck-0.55/ext/php/phpext.c.orig 2003-09-24 16:36:09 +0200
-+++ syck-0.55/ext/php/phpext.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/ext/php/phpext.c
+--- syck-20070218/ext/php/phpext.c.orig 2003-09-24 16:36:09 +0200
++++ syck-20070218/ext/php/phpext.c 2006-11-26 18:01:20 +0100
@@ -177,6 +177,8 @@
unsigned int i;
@@ -10,24 +10,9 @@
switch (n->kind)
{
case syck_str_kind:
-Index: syck-0.55/ext/python/ydump.py
---- syck-0.55/ext/python/ydump.py.orig 2004-03-01 19:36:47 +0100
-+++ syck-0.55/ext/python/ydump.py 2006-11-26 18:01:20 +0100
-@@ -358,6 +358,11 @@
- return 1
- if data[0] == '"':
- return 1
-+ # patch from debian bug #286173: Ken Harris <[EMAIL PROTECTED]>
-+ if data in ['yes','no','true','false','on','off',
-+ 'YES','NO','TRUE','FALSE','ON','OFF',
-+ 'Yes','No','True','False','On','Off']:
-+ return 1
- return (re.search(r'[-:]', data) or re.search(r'(\d\.){2}', data))
-
- def hasSpecialChar(data):
-Index: syck-0.55/lib/bytecode.c
---- syck-0.55/lib/bytecode.c.orig 2005-04-13 08:27:54 +0200
-+++ syck-0.55/lib/bytecode.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/bytecode.c
+--- syck-20070218/lib/bytecode.c.orig 2005-04-13 08:27:54 +0200
++++ syck-20070218/lib/bytecode.c 2006-11-26 18:01:20 +0100
@@ -8,6 +8,10 @@
*
* Copyright (C) 2003 why the lucky stiff
@@ -39,9 +24,9 @@
#include "syck.h"
#include "gram.h"
-Index: syck-0.55/lib/handler.c
---- syck-0.55/lib/handler.c.orig 2005-01-08 22:44:00 +0100
-+++ syck-0.55/lib/handler.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/handler.c
+--- syck-20070218/lib/handler.c.orig 2005-01-08 22:44:00 +0100
++++ syck-20070218/lib/handler.c 2006-11-26 18:01:20 +0100
@@ -7,6 +7,9 @@
* Copyright (C) 2003 why the lucky stiff
*/
@@ -52,9 +37,9 @@
#include "syck.h"
SYMID
-Index: syck-0.55/lib/implicit.c
---- syck-0.55/lib/implicit.c.orig 2005-04-06 19:18:59 +0200
-+++ syck-0.55/lib/implicit.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/implicit.c
+--- syck-20070218/lib/implicit.c.orig 2005-04-06 19:18:59 +0200
++++ syck-20070218/lib/implicit.c 2006-11-26 18:01:20 +0100
@@ -9,6 +9,7 @@
* Copyright (C) 2003 why the lucky stiff
*/
@@ -63,9 +48,9 @@
#include "syck.h"
#define YYCTYPE char
-Index: syck-0.55/lib/node.c
---- syck-0.55/lib/node.c.orig 2005-04-13 08:27:54 +0200
-+++ syck-0.55/lib/node.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/node.c
+--- syck-20070218/lib/node.c.orig 2005-04-13 08:27:54 +0200
++++ syck-20070218/lib/node.c 2006-11-26 18:01:20 +0100
@@ -7,6 +7,9 @@
* Copyright (C) 2003 why the lucky stiff
*/
@@ -76,9 +61,9 @@
#include "syck.h"
/*
-Index: syck-0.55/lib/syck.c
---- syck-0.55/lib/syck.c.orig 2005-01-01 03:06:25 +0100
-+++ syck-0.55/lib/syck.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/syck.c
+--- syck-20070218/lib/syck.c.orig 2005-01-01 03:06:25 +0100
++++ syck-20070218/lib/syck.c 2006-11-26 18:01:20 +0100
@@ -7,6 +7,7 @@
* Copyright (C) 2003 why the lucky stiff
*/
@@ -103,9 +88,9 @@
if ( str->ptr > str->end )
{
str->ptr = str->end;
-Index: syck-0.55/lib/syck.h
---- syck-0.55/lib/syck.h.orig 2005-04-13 08:27:54 +0200
-+++ syck-0.55/lib/syck.h 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/syck.h
+--- syck-20070218/lib/syck.h.orig 2005-04-13 08:27:54 +0200
++++ syck-20070218/lib/syck.h 2006-11-26 18:01:20 +0100
@@ -17,6 +17,8 @@
#define YAML_DOMAIN "yaml.org,2002"
@@ -115,9 +100,9 @@
#include <ctype.h>
#ifdef HAVE_ST_H
#include <st.h>
-Index: syck-0.55/lib/token.c
---- syck-0.55/lib/token.c.orig 2005-04-13 08:27:54 +0200
-+++ syck-0.55/lib/token.c 2006-11-26 18:01:20 +0100
+Index: syck-20070218/lib/token.c
+--- syck-20070218/lib/token.c.orig 2005-04-13 08:27:54 +0200
++++ syck-20070218/lib/token.c 2006-11-26 18:01:20 +0100
@@ -8,6 +8,8 @@
*
* Copyright (C) 2003 why the lucky stiff
@@ -127,9 +112,9 @@
#include "syck.h"
#include "gram.h"
-Index: syck-0.55/lib/yaml2byte.c
---- syck-0.55/lib/yaml2byte.c.orig 2004-08-02 19:32:35 +0200
-+++ syck-0.55/lib/yaml2byte.c 2006-11-26 18:02:03 +0100
+Index: syck-20070218/lib/yaml2byte.c
+--- syck-20070218/lib/yaml2byte.c.orig 2004-08-02 19:32:35 +0200
++++ syck-20070218/lib/yaml2byte.c 2006-11-26 18:02:03 +0100
@@ -9,6 +9,8 @@
* WARNING WARNING WARNING --- THIS IS *NOT JUST* PLAYING
* ANYMORE! -- WHY HAS EMBRACED THIS AS THE REAL THING!
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/yaml/yaml.spec
============================================================================
$ cvs diff -u -r1.9 -r1.10 yaml.spec
--- openpkg-src/yaml/yaml.spec 26 Jan 2007 09:25:15 -0000 1.9
+++ openpkg-src/yaml/yaml.spec 18 Feb 2007 09:14:26 -0000 1.10
@@ -23,7 +23,7 @@
##
# package version
-%define V_libsyck 0.55
+%define V_libsyck 20070218
%define V_libyaml 0.0.1
%define V_perl_yaml 0.62
%define V_perl_yaml_syck 0.82
@@ -42,8 +42,8 @@
Class: PLUS
Group: Language
License: BSD/Artistic
-Version: 20070126
-Release: 20070126
+Version: 20070218
+Release: 20070218
# package options
%option with_perl no
@@ -51,7 +51,7 @@
%option with_ruby no
# list of sources
-Source0:
http://rubyforge-files.ruby-forum.com/syck/syck-%{V_libsyck}.tar.gz
+Source0: ftp://ftp.openpkg.org/sources/CPY/yaml/syck-%{V_libsyck}.tar.gz
Source1: http://pyyaml.org/download/libyaml/yaml-%{V_libyaml}.tar.gz
Source2:
http://www.cpan.org/modules/by-module/YAML/YAML-%{V_perl_yaml}.tar.gz
Source3:
http://www.cpan.org/modules/by-module/YAML/YAML-Syck-%{V_perl_yaml_syck}.tar.gz
@@ -92,7 +92,7 @@
%track
prog yaml:libsyck = {
version = %{V_libsyck}
- url = http://whytheluckystiff.net/syck/
+ url = ftp://ftp.openpkg.org/sources/CPY/yaml/
regex = syck-(__VER__)\.tar\.gz
}
prog yaml:libyaml = {
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]