Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-11-20 10:45:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and      /work/SRC/openSUSE:Factory/.sgmltool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sgmltool", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes        2012-10-19 
08:52:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-11-20 
10:45:07.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 09:06:57 UTC 2012 - [email protected]
+
+- Add sgmltool-flex.patch: yyleng must be size_t with new flex
+
+-------------------------------------------------------------------

New:
----
  sgmltool-flex.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sgmltool.spec ++++++
--- /var/tmp/diff_new_pack.8yQwfQ/_old  2012-11-20 10:45:08.000000000 +0100
+++ /var/tmp/diff_new_pack.8yQwfQ/_new  2012-11-20 10:45:08.000000000 +0100
@@ -54,6 +54,7 @@
 Patch7:         sgml-tools-1.0.9-sgmlpre.diff
 Patch8:         sgml-tools-1.0.9-strip.diff
 Patch9:         sgml-tools-1.0.9-latex.diff
+Patch10:        sgmltool-flex.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -90,6 +91,7 @@
 %patch8
 %if 0%{suse_version} > 1220
 %patch9
+%patch10 -p1
 %endif
 
 %build

++++++ sgmltool-flex.patch ++++++
Index: sgml-tools-1.0.9/rtf-fix/rtf2rtf.l
===================================================================
--- sgml-tools-1.0.9.orig/rtf-fix/rtf2rtf.l
+++ sgml-tools-1.0.9/rtf-fix/rtf2rtf.l
@@ -72,7 +72,7 @@ int current;
 int skipnewline = 0;
 
 extern char *yytext;
-extern int yyleng;
+extern size_t yyleng;
 
 #define CHAPTER 1
 #define SECTION 2
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to