[packages/ming] - remove var redefinition - rel 12

baggins baggins at pld-linux.org
Sun May 9 17:49:16 CEST 2021


commit 990a4bb45e979b0a98ce0576ce387bf092f5b979
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 9 17:48:43 2021 +0200

    - remove var redefinition
    - rel 12

 flex.patch | 22 ++++++++++++++++++++++
 ming.spec  |  4 +++-
 2 files changed, 25 insertions(+), 1 deletion(-)
---
diff --git a/ming.spec b/ming.spec
index ad3ec2e..35271c1 100644
--- a/ming.spec
+++ b/ming.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):	Ming - biblioteka do produkcji plików SWF
 Name:		ming
 Version:	0.4.8
 %define	ver_tag	%(echo %{version} | tr . _)
-Release:	11
+Release:	12
 License:	LGPL v2.1+
 Group:		Libraries
 #Source0Download: https://github.com/libming/libming/releases
@@ -17,6 +17,7 @@ Source0:	https://github.com/libming/libming/archive/%{name}-%{ver_tag}.tar.gz
 # Source0-md5:	70c28c1e41d5888aa158e6e15644b742
 Patch0:		%{name}-perl-shared.patch
 Patch1:		am.patch
+Patch2:		flex.patch
 Patch3:		tcl-libx32.patch
 URL:		http://www.libming.net/
 BuildRequires:	autoconf
@@ -168,6 +169,7 @@ Interfejs Tcl do biblioteki Ming generującej pliki SWF.
 %setup -q -n libming-%{name}-%{ver_tag}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 
 %build
diff --git a/flex.patch b/flex.patch
new file mode 100644
index 0000000..243d6b9
--- /dev/null
+++ b/flex.patch
@@ -0,0 +1,22 @@
+--- libming-ming-0_4_8/src/actioncompiler/swf4compiler.flex~	2017-04-07 10:12:56.000000000 +0200
++++ libming-ming-0_4_8/src/actioncompiler/swf4compiler.flex	2021-05-09 17:42:52.808267002 +0200
+@@ -9,7 +9,7 @@
+ #include "blocks/error.h"
+ #include "swf4compiler.tab.h" /* defines token types */
+ 
+-int swf4debug;
++//int swf4debug;
+ 
+ static const char *lexBuffer = NULL;
+ static int lexBufferLen = 0;
+--- libming-ming-0_4_8/src/actioncompiler/swf5compiler.flex~	2017-04-07 10:12:56.000000000 +0200
++++ libming-ming-0_4_8/src/actioncompiler/swf5compiler.flex	2021-05-09 17:41:58.057947945 +0200
+@@ -9,7 +9,7 @@
+ #include "blocks/error.h"
+ #include "swf5compiler.tab.h" /* defines token types */
+ 
+-int swf5debug;
++//int swf5debug;
+ 
+ static const char *lexBuffer = NULL;
+ static int lexBufferLen = 0;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ming.git/commitdiff/990a4bb45e979b0a98ce0576ce387bf092f5b979



More information about the pld-cvs-commit mailing list