commit libthai for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2020-08-28 21:14:13

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new.3399 (New)


Package is "libthai"

Fri Aug 28 21:14:13 2020 rev:40 rq:829534 version:0.1.28

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2018-03-08 
10:52:05.241026994 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new.3399/libthai.changes
2020-08-28 21:14:47.600132919 +0200
@@ -1,0 +2,8 @@
+Mon Aug 24 20:37:09 UTC 2020 - Dirk Mueller 
+
+- update to 0.1.28:
+  * Fix missing includes in wchar-related headers.
+  * More C90 (ANSI C) compliance.
+  * Updated word break dictionary.
+
+---

Old:

  libthai-0.1.27.tar.xz

New:

  libthai-0.1.28.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.t8OrOO/_old  2020-08-28 21:14:48.692133449 +0200
+++ /var/tmp/diff_new_pack.t8OrOO/_new  2020-08-28 21:14:48.692133449 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libthai
-Version:0.1.27
+Version:0.1.28
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1-or-later
 Group:  Development/Libraries/C and C++
-Url:http://linux.thai.net/plone/TLWG/libthai/
+URL:https://linux.thai.net/plone/TLWG/libthai/
 Source: 
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
@@ -82,7 +82,7 @@
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++ libthai-0.1.27.tar.xz -> libthai-0.1.28.tar.xz ++
 5064 lines of diff (skipped)




commit libthai for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2018-03-08 10:52:03

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is "libthai"

Thu Mar  8 10:52:03 2018 rev:39 rq:583046 version:0.1.27

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2017-11-03 
19:06:01.460256036 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2018-03-08 
10:52:05.241026994 +0100
@@ -1,0 +2,10 @@
+Mon Mar  5 15:40:22 UTC 2018 - jeng...@inai.de
+
+- Fix SRPM group. Update descriptions.
+
+---
+Wed Feb 28 16:36:34 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.WuDxRa/_old  2018-03-08 10:52:05.877004099 +0100
+++ /var/tmp/diff_new_pack.WuDxRa/_new  2018-03-08 10:52:05.881003955 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,64 +20,59 @@
 Version:0.1.27
 Release:0
 Summary:Thai Language Support Routines
-License:LGPL-2.1+
-Group:  System/Libraries
+License:LGPL-2.1-or-later
+Group:  Development/Libraries/C and C++
 Url:http://linux.thai.net/plone/TLWG/libthai/
 Source: 
https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 %package -n libthai0
 Summary:Thai Language Support Routines
 # SLPP applied since version 0.1.15.
-Group:  System/Libraries
-Provides:   libthai = %{version}
-Obsoletes:  libthai < %{version}
 # libthai needs the data to run, but the data is not parallel-installable,
 # hence the >= instead of =. We just hope the data format will stay the same in
 # the future.
+Group:  System/Libraries
 Requires:   libthai-data >= %{version}
+Provides:   libthai = %{version}
+Obsoletes:  libthai < %{version}
 
 %description -n libthai0
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 %package data
-Summary:Thai Language Support Routines - Data files
+Summary:Data files for the Thai language support library
 Group:  System/Libraries
 
 %description data
-LibThai is a set of Thai language support routines aimed to ease
-developers' tasks to incorporate Thai language support in their
-applications. It includes important Thai-specific functions, such as
-word breaking, input and output methods, and basic character and string
-support.
+LibThai is a set of Thai language support routines to aid
+incorporation of Thai language support into applications. It includes
+important Thai-specific functions, such as word breaking, input and
+output methods, and basic character and string support.
 
 This package contains the data files for libthai.
 
 %package devel
-Summary:Thai Language Support Routines (development files)
+Summary:Development files for the Thai language support library
 Group:  Development/Languages/C and C++
 Requires:   libthai0 = %{version}
 
 %description devel
-LibThai is a set of Thai language 

commit libthai for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2017-11-03 19:05:50

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is "libthai"

Fri Nov  3 19:05:50 2017 rev:38 rq:538070 version:0.1.27

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2016-12-26 
21:43:20.405120779 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2017-11-03 
19:06:01.460256036 +0100
@@ -1,0 +2,8 @@
+Wed Nov  1 08:59:46 UTC 2017 - fezh...@suse.com
+
+- Update to version 0.1.27:
+  + Fix another reproducibility issue in the generated
+documentation, caught by Debian Reproducible.
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.26.tar.xz

New:

  libthai-0.1.27.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.hsuVbN/_old  2017-11-03 19:06:02.344223875 +0100
+++ /var/tmp/diff_new_pack.hsuVbN/_new  2017-11-03 19:06:02.348223730 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.26
+Version:0.1.27
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.26.tar.xz -> libthai-0.1.27.tar.xz ++
 2256 lines of diff (skipped)




commit libthai for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2016-07-14 09:42:36

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is "libthai"

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2015-12-06 
07:25:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2016-07-14 
09:42:37.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul  1 15:29:20 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.1.25:
+  + New word break APIs for more thread-safety.
+  + Fix compilation error and warning with GCC 6.
+  + Do not test word breaking if dictionary is disabled.
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.24.tar.xz

New:

  libthai-0.1.25.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.djQJUV/_old  2016-07-14 09:42:38.0 +0200
+++ /var/tmp/diff_new_pack.djQJUV/_new  2016-07-14 09:42:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.24
+Version:0.1.25
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.24.tar.xz -> libthai-0.1.25.tar.xz ++
 22098 lines of diff (skipped)




commit libthai for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2015-12-06 07:25:46

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is "libthai"

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2015-11-18 
22:30:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2015-12-06 
07:25:47.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 30 08:58:06 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.1.24:
+  + Fix infinite loop caused by optimization in previous version.
+(deb#805703).
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.23.tar.xz

New:

  libthai-0.1.24.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.vPn409/_old  2015-12-06 07:25:48.0 +0100
+++ /var/tmp/diff_new_pack.vPn409/_new  2015-12-06 07:25:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.23
+Version:0.1.24
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.23.tar.xz -> libthai-0.1.24.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libthai-0.1.23/ChangeLog new/libthai-0.1.24/ChangeLog
--- old/libthai-0.1.23/ChangeLog2015-10-22 09:39:13.0 +0200
+++ new/libthai-0.1.24/ChangeLog2015-11-22 10:03:49.0 +0100
@@ -1,3 +1,35 @@
+2015-11-22  Theppitak Karoonboonyanan  
+
+   * configure.ac:
+ - Bump library revision to reflect code changes.
+
+   * configure.ac, NEWS:
+   === Version 0.1.24 ===
+
+2015-11-22  Theppitak Karoonboonyanan  
+
+   Update word break dictionary.
+
+   * data/tdict-city.txt:
+   * data/tdict-common.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-science.txt: Add words.
+
+2015-11-22  Theppitak Karoonboonyanan  
+
+   Fix infinite loop introduced by recent optimization.
+
+   * src/thbrk/brk-maximal.c (brk_recover_try):
+ - Update 'pool' correctly when deleting matched BrkPool node.
+   brk_pool_delete_node() cannot be started at pool_tail indeed.
+
+   Thanks Zack Weinberg for the report via Debian #805703
+   http://bugs.debian.org/805703
+
+2015-11-22  Theppitak Karoonboonyanan  
+
+   * configure.ac: Post-release version suffix added.
+
 2015-10-22  Theppitak Karoonboonyanan  
 
* configure.ac:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libthai-0.1.23/NEWS new/libthai-0.1.24/NEWS
--- old/libthai-0.1.23/NEWS 2015-10-22 06:45:33.0 +0200
+++ new/libthai-0.1.24/NEWS 2015-11-22 10:05:24.0 +0100
@@ -2,6 +2,12 @@
 RELEASES INFORMATION
 ===
 
+LibThai 0.1.24 (22 Nov 2015):
+* Fix infinite loop caused by optimization in previous version.
+  (Thanks Zack Weinberg for the report via Debian #805703
+  http://bugs.debian.org/805703)
+* Updated word break dictionary.
+
 LibThai 0.1.23 (22 Oct 2015):
 * Correctly check doxygen version on configure.
   (Change adapted from Petr Gajdos' proposed patch to libdatrie.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libthai-0.1.23/aclocal.m4 
new/libthai-0.1.24/aclocal.m4
--- old/libthai-0.1.23/aclocal.m4   2015-10-22 06:46:29.0 +0200
+++ new/libthai-0.1.24/aclocal.m4   2015-11-22 10:05:49.0 +0100
@@ -198,32 +198,63 @@
   fi
 ]) dnl AX_COMPARE_VERSION
 
-# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
-# serial 1 (pkg-config-0.24)
-# 
-# Copyright © 2004 Scott James Remnant .
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-# General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-# As a special exception to the GNU 

commit libthai for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2015-11-18 22:30:55

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is "libthai"

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2015-05-16 
07:13:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2015-11-18 
22:30:56.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 12 23:22:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.1.23:
+  + Correctly check doxygen version on configure.
+  + Threadsafe word breaking.
+  + Improve word breaking performance by 0.1%.
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.22.tar.xz

New:

  libthai-0.1.23.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.ha12nK/_old  2015-11-18 22:30:58.0 +0100
+++ /var/tmp/diff_new_pack.ha12nK/_new  2015-11-18 22:30:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.22
+Version:0.1.23
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.22.tar.xz -> libthai-0.1.23.tar.xz ++
 4007 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libthai-0.1.22/ChangeLog new/libthai-0.1.23/ChangeLog
--- old/libthai-0.1.22/ChangeLog2015-05-08 06:53:21.0 +0200
+++ new/libthai-0.1.23/ChangeLog2015-10-22 09:39:13.0 +0200
@@ -1,3 +1,162 @@
+2015-10-22  Theppitak Karoonboonyanan  
+
+   * configure.ac:
+ - Bump library revision to reflect code changes.
+
+   * configure.ac, NEWS:
+   === Version 0.1.23 ===
+
+2015-10-21  Theppitak Karoonboonyanan  
+
+   Update word break dictionary.
+
+   * data/tdict-city.txt:
+   * data/tdict-common.txt:
+   * data/tdict-country.txt:
+   * data/tdict-ict.txt:
+   * data/tdict-lang-ethnic.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-science.txt:
+   * data/tdict-spell.txt: Add words.
+
+2015-10-16  Theppitak Karoonboonyanan  
+
+   Share BrkEnv longer.
+
+   The code before the threadsafe commit used to initialize the
+   free list earlier in th_brk() and then called brk_maximal_do()
+   multiple times. This allowed the free list to be shared among
+   all such calls. The threadsafe commit did it deep in
+   brk_maximal_do_impl(), limiting the share within the single
+   brk_maximal_do() call only. We should widen the use to be
+   the same as previously done.
+
+   * src/thbrk/brk-maximal.h (+brk_env_new, +brk_env_free):
+ - Re-add initialization/quit functions in terms of BrkEnv.
+ - Add BrkEnv* arg to brk_maximal_do().
+   * src/thbrk/brk-maximal.c (brk_env_init -> brk_env_new,
+ brk_env_destroy -> brk_env_free):
+ - Turn the init/destroy functions into new/free version.
+   * src/thbrk/brk-maximal.c (brk_maximal_do, brk_maximal_do_impl):
+ - Add the BrkEnv* arg and use it instead of the locally created
+   one.
+   * src/thbrk/thbrk.c (th_brk):
+ - Create BrkEnv object at start and free it at end.
+ - Add the env arg to brk_maximal_do() calls.
+
+   This appears to save more 2.4% of the total runtime and makes
+   it on par with the code before the threadsafe commit again.
+
+2015-10-14  Theppitak Karoonboonyanan  
+
+   Call brk_pool_match() linearly.
+
+   * src/thbrk/brk-maximal.c (brk_maximal_do_impl, brk_recover_try):
+ - Start next brk_pool_match() on node next to previously matched
+   one, instead of the pool head, making the match O(n) instead of
+   O(n^2).
+ - [brk_maximal_do_impl] Also prevent using the deleted node to
+   start the next round.
+ - [brk_recover_try] Also start brk_pool_delete_node() on the
+   pool tail, making it also linear. This is not possible for
+   brk_maximal_do_impl, as the node to be deleted is not fixed.
+
+   This appears to save time by 8.85% on brk_pool_match() calls,
+   lowering its bottleneck rank by 2 positions, and saves time by
+   0.0388% of total run time.
+
+2015-10-14  Theppitak 

commit libthai for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2015-05-16 07:13:47

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2014-09-30 
19:36:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2015-05-16 
07:13:48.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 07:31:58 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.1.22:
+  + Updated word break dictionary.
+  + Improve word breaking performance by 0.38%.
+  + No timestamp on Doxygen-generated doc.
+
+---

Old:

  libthai-0.1.21.tar.xz

New:

  libthai-0.1.22.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.ISuTaZ/_old  2015-05-16 07:13:49.0 +0200
+++ /var/tmp/diff_new_pack.ISuTaZ/_new  2015-05-16 07:13:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.21
+Version:0.1.22
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.21.tar.xz - libthai-0.1.22.tar.xz ++
 5173 lines of diff (skipped)




commit libthai for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2014-09-30 19:36:23

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2013-12-30 
10:19:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2014-09-30 
19:36:25.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug 23 21:25:56 UTC 2014 - dims...@opensuse.org
+
+- Update to version 0.1.21:
+  + Updated word break dictionary.
+  + Improve word breaking performance by 8.61%.
+
+---

Old:

  libthai-0.1.20.tar.xz

New:

  libthai-0.1.21.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.MRloh7/_old  2014-09-30 19:36:26.0 +0200
+++ /var/tmp/diff_new_pack.MRloh7/_new  2014-09-30 19:36:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.20
+Version:0.1.21
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.20.tar.xz - libthai-0.1.21.tar.xz ++
 2493 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2013-12-30 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2013-12-30 10:19:35

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2013-03-25 
20:40:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2013-12-30 
10:19:36.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 27 13:38:15 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.1.20:
+  + Updated word break dictionary.
+  + Fix compiler warnings in test suites.
+
+---

Old:

  libthai-0.1.19.tar.xz

New:

  libthai-0.1.20.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.GE2bja/_old  2013-12-30 10:19:37.0 +0100
+++ /var/tmp/diff_new_pack.GE2bja/_new  2013-12-30 10:19:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.19
+Version:0.1.20
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.19.tar.xz - libthai-0.1.20.tar.xz ++
 29589 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2013-03-25 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2013-03-25 20:37:04

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2012-06-25 
14:23:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2013-03-25 
20:40:34.0 +0100
@@ -1,0 +2,9 @@
+Tue Feb  5 18:11:48 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.1.19:
+  + New API th_validate_leveled() for IM correction with strictness
+level.
+  + Updated word break dictionary.
+  + Switched to XZ tarball compression.
+
+---

Old:

  libthai-0.1.18.tar.gz

New:

  libthai-0.1.19.tar.xz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.kjZs7Y/_old  2013-03-25 20:40:36.0 +0100
+++ /var/tmp/diff_new_pack.kjZs7Y/_new  2013-03-25 20:40:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,13 +17,13 @@
 
 
 Name:   libthai
-Version:0.1.18
+Version:0.1.19
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://linux.thai.net/plone/TLWG/libthai/
-Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz
+Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
 BuildRequires:  pkg-config

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2012-06-25 14:14:13

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2012-02-28 
19:24:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2012-06-25 
14:23:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 18 17:09:05 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.1.18:
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.17.tar.gz

New:

  libthai-0.1.18.tar.gz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.fXqSSf/_old  2012-06-25 14:23:18.0 +0200
+++ /var/tmp/diff_new_pack.fXqSSf/_new  2012-06-25 14:23:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libthai
-Version:0.1.17
+Version:0.1.18
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+

++ libthai-0.1.17.tar.gz - libthai-0.1.18.tar.gz ++
 2498 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libthai-0.1.17/ChangeLog new/libthai-0.1.18/ChangeLog
--- old/libthai-0.1.17/ChangeLog2012-02-21 06:21:22.0 +0100
+++ new/libthai-0.1.18/ChangeLog2012-06-12 17:26:25.0 +0200
@@ -1,3 +1,47 @@
+2012-06-12  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * configure.in, NEWS:
+   === Version 0.1.18 ===
+
+2012-06-12  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-city.txt:
+   * data/tdict-common.txt:
+   * data/tdict-lang-ethnic.txt:
+   * data/tdict-proper.txt: Add words.
+
+2012-06-11  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-std.txt: Remove some prefix-words as found during
+ working on thailatex hyphenation.
+
+2012-06-10  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-common.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-city.txt:
+   * data/tdict-ict.txt: Add words.
+
+2012-06-08  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * configure.in: Belated post-release version suffix added.
+
+2012-06-08  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-city.txt:
+   * data/tdict-common.txt:
+   * data/tdict-ict.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-spell.txt: Add words.
+
+2012-03-07  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-std-compound.txt, data/tdict-std.txt: Fix typos.
+
+2012-02-24  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-common.txt: Add words.
+
 2012-02-21  Theppitak Karoonboonyanan  t...@linux.thai.net
 
* configure.in, NEWS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libthai-0.1.17/NEWS new/libthai-0.1.18/NEWS
--- old/libthai-0.1.17/NEWS 2012-02-21 05:38:43.0 +0100
+++ new/libthai-0.1.18/NEWS 2012-06-12 17:25:42.0 +0200
@@ -2,6 +2,9 @@
 RELEASES INFORMATION
 ===
 
+LibThai 0.1.18 (12 June 2012):
+* Updated word break dictionary.
+
 LibThai 0.1.17 (21 February 2012):
 * Recognizes acronyms on word breaking.
   (Thanks John Tapsell for the report and initial patch.)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libthai-0.1.17/configure.in new/libthai-0.1.18/configure.in
--- old/libthai-0.1.17/configure.in 2012-02-21 06:21:02.0 +0100
+++ new/libthai-0.1.18/configure.in 2012-06-12 17:24:32.0 +0200
@@ -3,7 +3,7 @@
 AC_PREREQ(2.50)
 
 AC_INIT(include/thai/thailib.h)
-AM_INIT_AUTOMAKE(libthai, 0.1.17, thai-linux-foss-de...@googlegroups.com)
+AM_INIT_AUTOMAKE(libthai, 0.1.18, 

commit libthai for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2012-02-28 19:24:46

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2012-01-20 
22:07:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2012-02-28 
19:24:47.0 +0100
@@ -1,0 +2,7 @@
+Tue Feb 21 13:54:47 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.17:
+  + Recognizes acronyms on word breaking.
+  + Updated word break dictionary.
+
+---

Old:

  libthai-0.1.16.tar.gz

New:

  libthai-0.1.17.tar.gz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.GubOSe/_old  2012-02-28 19:24:48.0 +0100
+++ /var/tmp/diff_new_pack.GubOSe/_new  2012-02-28 19:24:48.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   libthai
-Version:0.1.16
+Version:0.1.17
 Release:0
 Summary:Thai Language Support Routines
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://linux.thai.net/plone/TLWG/libthai/
-Source: %{name}-%{version}.tar.gz
+Source: 
http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
 BuildRequires:  pkg-config

++ libthai-0.1.16.tar.gz - libthai-0.1.17.tar.gz ++
 3005 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libthai-0.1.16/ChangeLog new/libthai-0.1.17/ChangeLog
--- old/libthai-0.1.16/ChangeLog2011-11-05 10:02:41.0 +0100
+++ new/libthai-0.1.17/ChangeLog2012-02-21 06:21:22.0 +0100
@@ -1,3 +1,75 @@
+2012-02-21  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * configure.in, NEWS:
+   === Version 0.1.17 ===
+
+2012-02-21  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * configure.in: Bump library revision, due to code change.
+
+2012-02-21  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * tests/test_thbrk.c, tests/test_thwbrk.c: Add acronym to the tests.
+
+2012-02-21  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-history.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-city.txt:
+   * data/tdict-spell.txt:
+   * data/tdict-ict.txt:
+   * data/tdict-common.txt: Add words.
+
+2012-02-20  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * src/thbrk/thbrk.c (th_brk): Do not break last Thai chunk with
+   dictionary if it's acronym.
+
+2012-02-14  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-history.txt:
+   * data/tdict-spell.txt:
+   * data/tdict-common.txt: Add words.
+
+   * data/tdict-geo.txt: Fix typo.
+
+2012-02-08  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-history.txt:
+   * data/tdict-proper.txt:
+   * data/tdict-city.txt:
+   * data/tdict-science.txt:
+   * data/tdict-geo.txt:
+   * data/tdict-ict.txt:
+   * data/tdict-spell.txt:
+   * data/tdict-district.txt:
+   * data/tdict-common.txt: Add words.
+
+2012-02-07  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * src/thbrk/thbrk.c (th_brk): Handle Thai acronyms by detecting
+   groups of = 3 Thai characters + '.'. Thanks John Tapsell for
+   the report and initial patch.
+
+2012-02-07  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * src/thrend/thrend.c (th_render_cell_): Reformat source a little bit.
+
+2012-01-18  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * data/tdict-proper.txt:
+   * data/tdict-city.txt:
+   * data/tdict-science.txt:
+   * data/tdict-ict.txt:
+   * data/tdict-common.txt: Add words.
+
+   * data/tdic-proper.txt, data/tdict-history.txt: Move ศรีวิชัย to
+   -history.
+
+2012-01-18  Theppitak Karoonboonyanan  t...@linux.thai.net
+
+   * configure.in: Post-release version suffix added.
+
 2011-11-05  Theppitak Karoonboonyanan  t...@linux.thai.net
 
* configure.in, NEWS:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude 

commit libthai for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package libthai for openSUSE:Factory checked 
in at 2012-01-20 22:07:38

Comparing /work/SRC/openSUSE:Factory/libthai (Old)
 and  /work/SRC/openSUSE:Factory/.libthai.new (New)


Package is libthai, Maintainer is u...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libthai/libthai.changes  2011-09-23 
02:10:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libthai.new/libthai.changes 2012-01-20 
22:07:43.0 +0100
@@ -1,0 +2,8 @@
+Wed Jan 18 08:00:30 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.16:
+  + Updated word break dictionary.
+- Change versioned Obsoletes for libthai from = to  now that we
+  have a new upstream version.
+
+---

Old:

  libthai-0.1.15.tar.bz2

New:

  libthai-0.1.16.tar.gz



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.loe63J/_old  2012-01-20 22:07:45.0 +0100
+++ /var/tmp/diff_new_pack.loe63J/_new  2012-01-20 22:07:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libthai
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,16 +16,14 @@
 #
 
 
-
 Name:   libthai
-Version:0.1.15
-Release:5
-# FIXME: At next version update, replace Obsoletes = with  only to fix 
RPMLint warning in libthai0 (here and in baselibs.conf)
-License:LGPL-2.1+
+Version:0.1.16
+Release:0
 Summary:Thai Language Support Routines
-Url:http://linux.thai.net/plone/TLWG/libthai/
+License:LGPL-2.1+
 Group:  System/Libraries
-Source: %{name}-%{version}.tar.bz2
+Url:http://linux.thai.net/plone/TLWG/libthai/
+Source: %{name}-%{version}.tar.gz
 Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
 BuildRequires:  pkg-config
@@ -39,12 +37,11 @@
 support.
 
 %package -n libthai0
-License:LGPL-2.1+
 Summary:Thai Language Support Routines
 Group:  System/Libraries
 # SLPP applied since version 0.1.15.
 Provides:   libthai = %{version}
-Obsoletes:  libthai = %{version}
+Obsoletes:  libthai  %{version}
 # libthai needs the data to run, but the data is not parallel-installable,
 # hence the = instead of =. We just hope the data format will stay the same in
 # the future.
@@ -58,7 +55,6 @@
 support.
 
 %package data
-License:LGPL-2.1+
 Summary:Thai Language Support Routines - Data files
 Group:  System/Libraries
 
@@ -72,7 +68,6 @@
 This package contains the data files for libthai.
 
 %package devel
-License:LGPL-2.1+
 Summary:Thai Language Support Routines (development files)
 Group:  Development/Languages/C and C++
 Requires:   libthai0 = %{version}

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.loe63J/_old  2012-01-20 22:07:45.0 +0100
+++ /var/tmp/diff_new_pack.loe63J/_new  2012-01-20 22:07:45.0 +0100
@@ -1,3 +1,3 @@
 libthai0
   provides libthai-targettype = version
-  obsoletes libthai-targettype = version
+  obsoletes libthai-targettype  version

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Fri Jul 8 11:13:01 CEST 2011.




--- libthai/libthai.changes 2011-04-29 23:29:24.0 +0200
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-07-07 
14:12:31.0 +0200
@@ -1,0 +2,22 @@
+Mon Jun 27 12:39:05 CEST 2011 - dims...@opensuse.org
+
+- Apply SLPP (bnc#647012):
+  + Split out libthai0 subpackage
+  + Move thbrk.tri in new libthai-data subpackage
+  + Add libthai-data Requires to libthai0. This Requires use =
+%{version}, instead of =, since the data is not
+parallel-installable with other versions. We can just hope the
+data format will stay compatible (and the higher version will
+be more complete).
+- Change License tag to LGPL-2.1+, as per spdx.org.
+- Do not require libdatrie-devel from the -devel package: it will
+  be added automatically the pkgconfig()-way.
+- Adjust baselibs.conf to follow the SLPP name change.
+- Change Group of the -devel package to be Development/Languages/C
+  and C++ instead of System/Libraries.
+- Stop using source services. Factory is moving away from it and a
+  different approach to verify the authenticity of the tarballs is
+  being implemented (by using the Source URL).
+- spec file cleanups.
+
+---

calling whatdependson for head-i586


Old:

  _service
  _service:recompress:download_url:libthai-0.1.15.tar.bz2
  _service:set_version:libthai.spec

New:

  libthai-0.1.15.tar.bz2



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.D3gqou/_old  2011-07-08 11:12:46.0 +0200
+++ /var/tmp/diff_new_pack.D3gqou/_new  2011-07-08 11:12:46.0 +0200
@@ -18,9 +18,10 @@
 
 
 Name:   libthai
-Version:0.1.14
-Release:10
-License:LGPLv2.1+
+Version:0.1.15
+Release:3
+# FIXME: At next version update, replace Obsoletes = with  only to fix 
RPMLint warning in libthai0 (here and in baselibs.conf)
+License:LGPL-2.1+
 Summary:Thai Language Support Routines
 Url:http://linux.thai.net/plone/TLWG/libthai/
 Group:  System/Libraries
@@ -37,12 +38,44 @@
 word breaking, input and output methods, and basic character and string
 support.
 
+%package -n libthai0
+License:LGPL-2.1+
+Summary:Thai Language Support Routines
+Group:  System/Libraries
+# SLPP applied since version 0.1.15.
+Provides:   libthai = %{version}
+Obsoletes:  libthai = %{version}
+# libthai needs the data to run, but the data is not parallel-installable,
+# hence the = instead of =. We just hope the data format will stay the same in
+# the future.
+Requires:   libthai-data = %{version}
+
+%description -n libthai0
+LibThai is a set of Thai language support routines aimed to ease
+developers' tasks to incorporate Thai language support in their
+applications. It includes important Thai-specific functions, such as
+word breaking, input and output methods, and basic character and string
+support.
+
+%package data
+License:LGPL-2.1+
+Summary:Thai Language Support Routines - Data files
+Group:  System/Libraries
+
+%description data
+LibThai is a set of Thai language support routines aimed to ease
+developers' tasks to incorporate Thai language support in their
+applications. It includes important Thai-specific functions, such as
+word breaking, input and output methods, and basic character and string
+support.
+
+This package contains the data files for libthai.
+
 %package devel
-License:LGPLv2.1+
+License:LGPL-2.1+
 Summary:Thai Language Support Routines (development files)
-Group:  System/Libraries
-Requires:   %{name} = %{version}
-Requires:   libdatrie-devel
+Group:  Development/Languages/C and C++
+Requires:   libthai0 = %{version}
 
 %description devel
 LibThai is a set of Thai language support routines aimed to ease
@@ -59,27 +92,30 @@
 
 %build
 %configure --disable-static --with-pic
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-rm %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot}%{_libdir} -type f -name *.la -delete -print
 
 %clean
 rm -rf %{buildroot}
 
-%post -p /sbin/ldconfig
+%post -n libthai0 -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libthai0 -p /sbin/ldconfig
 
-%files
+%files -n libthai0
 %defattr(-,root,root)
 %{_libdir}/libthai.so.*
-%{_datadir}/libthai
+
+%files data
+%defattr(-, root, root)
+%{_datadir}/libthai/
 
 %files devel
 %defattr(-,root,root)
-%{_includedir}/thai
+%{_includedir}/thai/
 %{_libdir}/libthai.so
 %{_libdir}/pkgconfig/*.pc
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.D3gqou/_old  2011-07-08 11:12:46.0 +0200
+++ /var/tmp/diff_new_pack.D3gqou/_new  2011-07-08 

commit libthai for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Fri Jul 8 14:36:18 CEST 2011.




--- libthai/libthai.changes 2011-07-07 14:12:31.0 +0200
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-07-08 
11:11:01.0 +0200
@@ -4 +4 @@
-- Apply SLPP (bnc#647012):
+- Apply SLPP (bnc#674012):

calling whatdependson for head-i586




Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.bkA6mt/_old  2011-07-08 14:35:44.0 +0200
+++ /var/tmp/diff_new_pack.bkA6mt/_new  2011-07-08 14:35:44.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libthai
 Version:0.1.15
-Release:3
+Release:5
 # FIXME: At next version update, replace Obsoletes = with  only to fix 
RPMLint warning in libthai0 (here and in baselibs.conf)
 License:LGPL-2.1+
 Summary:Thai Language Support Routines






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2011-05-03 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Tue May 3 08:59:53 CEST 2011.




--- libthai/libthai.changes 2011-02-22 15:22:17.0 +0100
+++ /mounts/work_src_done/STABLE/libthai/libthai.changes2011-04-29 
23:29:24.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 29 22:58:05 UTC 2011 - dims...@opensuse.org
+
+- Update to 0.1.15:
+  + Updated word break dictionary.
+- Use source services: download_url, recompress, set_version.
+
+---

calling whatdependson for head-i586


Old:

  libthai-0.1.14.tar.bz2

New:

  _service
  _service:recompress:download_url:libthai-0.1.15.tar.bz2
  _service:set_version:libthai.spec



Other differences:
--
++ _service:set_version:libthai.spec ++
#
# spec file for package libthai
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   libthai
Version:0.1.15
Release:1
License:LGPLv2.1+
Summary:Thai Language Support Routines
Url:http://linux.thai.net/plone/TLWG/libthai/
Group:  System/Libraries
Source: %{name}-%{version}.tar.bz2
Source99:   baselibs.conf
BuildRequires:  libdatrie-devel
BuildRequires:  pkg-config
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions, such as
word breaking, input and output methods, and basic character and string
support.

%package devel
License:LGPLv2.1+
Summary:Thai Language Support Routines (development files)
Group:  System/Libraries
Requires:   %{name} = %{version}
Requires:   libdatrie-devel

%description devel
LibThai is a set of Thai language support routines aimed to ease
developers' tasks to incorporate Thai language support in their
applications. It includes important Thai-specific functions, such as
word breaking, input and output methods, and basic character and string
support.

This package contains headers and libraries required for developing
software using libthai.

%prep
%setup -q

%build
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}

%install
%makeinstall
rm %{buildroot}%{_libdir}/*.la

%clean
rm -rf %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root)
%{_libdir}/libthai.so.*
%{_datadir}/libthai

%files devel
%defattr(-,root,root)
%{_includedir}/thai
%{_libdir}/libthai.so
%{_libdir}/pkgconfig/*.pc

%changelog
++ libthai.spec ++
--- /var/tmp/diff_new_pack.bULfdq/_old  2011-05-03 08:58:21.0 +0200
+++ /var/tmp/diff_new_pack.bULfdq/_new  2011-05-03 08:58:21.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libthai
 Version:0.1.14
-Release:9
+Release:10
 License:LGPLv2.1+
 Summary:Thai Language Support Routines
 Url:http://linux.thai.net/plone/TLWG/libthai/

++ _service ++
services
  service name=download_url
param name=protocolhttp/param
param name=hostlinux.thai.net/param
param 
name=path/pub/thailinux/software/libthai/libthai-0.1.15.tar.gz/param
  /service
  service name=recompress
param name=file_service:download_url:*.tar.gz/param
param name=compressionbz2/param
  /service
  service name=set_version /
/services





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libthai for openSUSE:Factory

2011-02-22 Thread h_root

Hello community,

here is the log from the commit of package libthai for openSUSE:Factory
checked in at Tue Feb 22 20:26:24 CET 2011.




--- libthai/libthai.changes 2010-02-28 15:12:48.0 +0100
+++ libthai/libthai.changes 2011-02-22 15:22:17.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 22 15:21:51 CET 2011 - vu...@opensuse.org
+
+- Add missing baselibs.conf.
+
+---

calling whatdependson for head-i586


New:

  baselibs.conf



Other differences:
--
++ libthai.spec ++
--- /var/tmp/diff_new_pack.4CqeFj/_old  2011-02-22 20:25:15.0 +0100
+++ /var/tmp/diff_new_pack.4CqeFj/_new  2011-02-22 20:25:15.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libthai (Version 0.1.14)
+# spec file for package libthai
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -19,12 +19,13 @@
 
 Name:   libthai
 Version:0.1.14
-Release:1
+Release:9
 License:LGPLv2.1+
 Summary:Thai Language Support Routines
 Url:http://linux.thai.net/plone/TLWG/libthai/
 Group:  System/Libraries
 Source: %{name}-%{version}.tar.bz2
+Source99:   baselibs.conf
 BuildRequires:  libdatrie-devel
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ baselibs.conf ++
libthai





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org