Browse Source

update module

master
parent
commit
a1bdee584b
  1. 28
      yaml/yaml.patch
  2. 8
      yaml/yaml.spec

28
yaml/yaml.patch

@ -1,7 +1,7 @@
Index: YAML-AppConfig-0.16/Makefile.PL
--- YAML-AppConfig-0.16/Makefile.PL.orig 2006-07-02 23:21:51.000000000 +0200
+++ YAML-AppConfig-0.16/Makefile.PL 2012-07-31 16:07:20.000000000 +0200
@@ -21,6 +21,7 @@
Index: YAML-AppConfig-0.19/Makefile.PL
--- YAML-AppConfig-0.19/Makefile.PL.orig 2014-04-10 00:21:53.876178000 +0200
+++ YAML-AppConfig-0.19/Makefile.PL 2014-04-10 00:22:25.407344568 +0200
@@ -43,7 +43,7 @@
eval "require $info->[0]; 0;";
push @yamls, @$info unless $@;
}
@ -9,10 +9,10 @@ Index: YAML-AppConfig-0.16/Makefile.PL
+ # die "YAML >= 0.38 or YAML::Syck >= 0 required.\n" unless @yamls;
return @yamls;
}
+
Index: syck-0.70/lib/bytecode.c
--- syck-0.70/lib/bytecode.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/bytecode.c 2012-07-31 16:10:17.000000000 +0200
+++ syck-0.70/lib/bytecode.c 2014-04-10 00:21:53.876178523 +0200
@@ -7,11 +7,16 @@
*
* Copyright (C) 2003 why the lucky stiff
@ -32,7 +32,7 @@ Index: syck-0.70/lib/bytecode.c
Index: syck-0.70/lib/gram.y
--- syck-0.70/lib/gram.y.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/gram.y 2012-07-31 16:09:51.000000000 +0200
+++ syck-0.70/lib/gram.y 2014-04-10 00:21:53.876178523 +0200
@@ -19,14 +19,14 @@
#define YYSTACK_USE_ALLOCA 0
#endif
@ -53,7 +53,7 @@ Index: syck-0.70/lib/gram.y
if ( ((SyckParser *)parser)->taguri_expansion == 1 ) \
Index: syck-0.70/lib/handler.c
--- syck-0.70/lib/handler.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/handler.c 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/handler.c 2014-04-10 00:21:53.876178523 +0200
@@ -7,6 +7,9 @@
* Copyright (C) 2003 why the lucky stiff
*/
@ -66,7 +66,7 @@ Index: syck-0.70/lib/handler.c
SYMID
Index: syck-0.70/lib/implicit.c
--- syck-0.70/lib/implicit.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/implicit.c 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/implicit.c 2014-04-10 00:21:53.876178523 +0200
@@ -8,6 +8,7 @@
* Copyright (C) 2003 why the lucky stiff
*/
@ -77,7 +77,7 @@ Index: syck-0.70/lib/implicit.c
#define YYCTYPE char
Index: syck-0.70/lib/node.c
--- syck-0.70/lib/node.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/node.c 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/node.c 2014-04-10 00:21:53.876178523 +0200
@@ -7,6 +7,9 @@
* Copyright (C) 2003 why the lucky stiff
*/
@ -90,7 +90,7 @@ Index: syck-0.70/lib/node.c
/*
Index: syck-0.70/lib/syck.c
--- syck-0.70/lib/syck.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/syck.c 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/syck.c 2014-04-10 00:21:53.876178523 +0200
@@ -7,6 +7,7 @@
* Copyright (C) 2003 why the lucky stiff
*/
@ -117,7 +117,7 @@ Index: syck-0.70/lib/syck.c
str->ptr = str->end;
Index: syck-0.70/lib/syck.h
--- syck-0.70/lib/syck.h.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/syck.h 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/syck.h 2014-04-10 00:21:53.886083355 +0200
@@ -36,6 +36,8 @@
#include <stddef.h>
@ -129,7 +129,7 @@ Index: syck-0.70/lib/syck.h
#include <st.h>
Index: syck-0.70/lib/token.c
--- syck-0.70/lib/token.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/token.c 2012-07-31 16:10:37.000000000 +0200
+++ syck-0.70/lib/token.c 2014-04-10 00:21:53.886083355 +0200
@@ -7,11 +7,14 @@
*
* Copyright (C) 2003 why the lucky stiff
@ -147,7 +147,7 @@ Index: syck-0.70/lib/token.c
Index: syck-0.70/lib/yaml2byte.c
--- syck-0.70/lib/yaml2byte.c.orig 2009-09-30 19:29:34.000000000 +0200
+++ syck-0.70/lib/yaml2byte.c 2012-07-31 16:07:20.000000000 +0200
+++ syck-0.70/lib/yaml2byte.c 2014-04-10 00:21:53.886083355 +0200
@@ -11,6 +11,8 @@
*/
#include "syck.h"

8
yaml/yaml.spec

@ -23,11 +23,11 @@
# package version
%define V_libsyck 0.70
%define V_libyaml 0.1.5
%define V_libyaml 0.1.6
%define V_perl_yaml 0.88
%define V_perl_yaml_syck 1.27
%define V_perl_yaml_tiny 1.60
%define V_perl_yaml_appconfig 0.16
%define V_perl_yaml_tiny 1.62
%define V_perl_yaml_appconfig 0.19
%define V_perl_yaml_libyaml 0.41
%define V_perl_yaml_active 1.100810
%define V_perl_yaml_object 0.04
@ -51,7 +51,7 @@ Class: PLUS
Group: Language
License: BSD/Artistic
Version: 0
Release: 20140225
Release: 20140410
# package options
%option with_perl no

Loading…
Cancel
Save