Hello community,

here is the log from the commit of package po-utils for openSUSE:Factory 
checked in at 2012-10-29 20:10:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/po-utils (Old)
 and      /work/SRC/openSUSE:Factory/.po-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "po-utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/po-utils/po-utils.changes        2012-02-16 
15:02:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.po-utils.new/po-utils.changes   2012-10-29 
20:13:10.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Oct 28 06:39:17 UTC 2012 - [email protected]
+
+- fix build with latest flex
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ po-utils.spec ++++++
--- /var/tmp/diff_new_pack.0nlN56/_old  2012-10-29 20:14:11.000000000 +0100
+++ /var/tmp/diff_new_pack.0nlN56/_new  2012-10-29 20:14:11.000000000 +0100
@@ -26,8 +26,6 @@
 Group:          Development/Tools/Other
 Version:        0.5
 Release:        0
-Provides:       po_utils
-Obsoletes:      po_utils
 Url:            http://po-utils.progiciels-bpi.ca/
 Source:         
http://www.iro.umontreal.ca/contrib/po-utils/po-utils-%{version}.tar.gz
 Patch:          po-utils-%{version}.diff

++++++ po-utils-0.5.diff ++++++
--- /var/tmp/diff_new_pack.0nlN56/_old  2012-10-29 20:14:11.000000000 +0100
+++ /var/tmp/diff_new_pack.0nlN56/_new  2012-10-29 20:14:11.000000000 +0100
@@ -1,6 +1,8 @@
---- lib/hash.c
+Index: lib/hash.c
+===================================================================
+--- lib/hash.c.orig
 +++ lib/hash.c
-@@ -39,7 +39,7 @@
+@@ -39,7 +39,7 @@ typedef enum {false = 0, true = 1} bool;
  void free ();
  #endif
  #if !HAVE_DECL_MALLOC
@@ -9,9 +11,11 @@
  #endif
  
  #if USE_OBSTACK
---- src/xpot.h
+Index: src/xpot.h
+===================================================================
+--- src/xpot.h.orig
 +++ src/xpot.h
-@@ -40,6 +40,7 @@
+@@ -40,6 +40,7 @@ enum language
  {
    LANGUAGE_UNKNOWN,           /* not recognised yet */
    LANGUAGE_AWK,                       /* awk script */
@@ -19,3 +23,16 @@
    LANGUAGE_C,                 /* C source */
    LANGUAGE_ELISP,             /* Emacs LISP */
    LANGUAGE_PERL,              /* Perl script */
+@@ -78,7 +79,11 @@ extern char *yytext;
+ #else
+ extern yytext[];
+ #endif
+-extern int yyleng;
++#ifndef YY_TYPEDEF_YY_SIZE_T
++#define YY_TYPEDEF_YY_SIZE_T
++typedef size_t yy_size_t;
++#endif
++extern yy_size_t yyleng;
+ 
+ extern bool translatable_flag;
+ 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to