Hello community,

here is the log from the commit of package cmuclmtk for openSUSE:Factory 
checked in at 2014-03-02 18:22:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmuclmtk (Old)
 and      /work/SRC/openSUSE:Factory/.cmuclmtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmuclmtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmuclmtk/cmuclmtk.changes        2012-09-21 
14:38:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cmuclmtk.new/cmuclmtk.changes   2014-03-02 
18:22:32.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar  1 20:03:46 UTC 2014 - sch...@suse.de
+
+- decl-mismatch.patch: fix mismatching declaration
+
+-------------------------------------------------------------------

New:
----
  decl-mismatch.patch

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

Other differences:
------------------
++++++ cmuclmtk.spec ++++++
--- /var/tmp/diff_new_pack.vQBt1A/_old  2014-03-02 18:22:33.000000000 +0100
+++ /var/tmp/diff_new_pack.vQBt1A/_new  2014-03-02 18:22:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cmuclmtk
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,14 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           cmuclmtk
 Version:       0.7
 Release:       0
-License:       AFL-2.1 and BSD-3-Clause
 Summary:       CMU-Cambridge Statistical Language Modeling toolkit
-Url:   http://cmusphinx.sourceforge.net
+License:        AFL-2.1 and BSD-3-Clause
 Group: System/Libraries
+Url:            http://cmusphinx.sourceforge.net
 Source:        %{name}-%{version}.tar.gz
+Patch:          decl-mismatch.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,6 +66,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %configure

++++++ decl-mismatch.patch ++++++
Index: cmuclmtk-0.7/src/libs/rd_wlist_arry.c
===================================================================
--- cmuclmtk-0.7.orig/src/libs/rd_wlist_arry.c
+++ cmuclmtk-0.7/src/libs/rd_wlist_arry.c
@@ -41,13 +41,14 @@
 #include <stdio.h>
 #include <string.h>
 #include "general.h"
+#include "sih.h"
 #include "ac_parsetext.h"
 
 /* allocate an lagre enough array and read in a list of words (first word on 
each line)
    Leave entry no. 0 empty.
 */
 
-void read_wlist_into_array(char *wlist_filename, int verbosity,  char 
***p_wlist, int *p_n_wlist)
+void read_wlist_into_array(char *wlist_filename, int verbosity,  char 
***p_wlist, vocab_sz_t *p_n_wlist)
 {
   static char rname[]="read_wlist_into_array";
   FILE   *wlist_fp = rr_iopen(wlist_filename);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to