]> git.pld-linux.org Git - packages/ming.git/commitdiff
- remove var redefinition auto/th/ming-0.4.8-12
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 May 2021 15:48:43 +0000 (17:48 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 May 2021 15:48:43 +0000 (17:48 +0200)
- rel 12

flex.patch [new file with mode: 0644]
ming.spec

diff --git a/flex.patch b/flex.patch
new file mode 100644 (file)
index 0000000..243d6b9
--- /dev/null
@@ -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;
index ad3ec2e23aaaeb30da4f70d6f41d3b01689d5ad3..35271c164bfdaf676e51f40af50c6dadaa1347ff 100644 (file)
--- 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
This page took 0.111512 seconds and 4 git commands to generate.