Accepting request 100521 from home:vuntz:branches:GNOME:Factory
Update to 0.1.16 OBS-URL: https://build.opensuse.org/request/show/100521 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libthai?expand=0&rev=21
This commit is contained in:
parent
16913b38c3
commit
3824729e22
@ -1,3 +1,3 @@
|
|||||||
libthai0
|
libthai0
|
||||||
provides "libthai-<targettype> = <version>"
|
provides "libthai-<targettype> = <version>"
|
||||||
obsoletes "libthai-<targettype> <= <version>"
|
obsoletes "libthai-<targettype> < <version>"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fb673623b84e5dbeabb7b0fd9917ecb5c1aa0d9cb4e651bd84cf001cec6bd01a
|
|
||||||
size 409423
|
|
3
libthai-0.1.16.tar.gz
Normal file
3
libthai-0.1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c803b6fbd0bffb939d1eefc6ab32f741fc3e90d5d6f3c528533b070d9edd40b
|
||||||
|
size 531066
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 18 08:00:30 UTC 2012 - vuntz@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 27 12:39:05 CEST 2011 - dimstar@opensuse.org
|
Mon Jun 27 12:39:05 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
19
libthai.spec
19
libthai.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libthai
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,16 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: libthai
|
Name: libthai
|
||||||
Version: 0.1.15
|
Version: 0.1.16
|
||||||
Release: 3
|
Release: 0
|
||||||
# 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
|
Summary: Thai Language Support Routines
|
||||||
Url: http://linux.thai.net/plone/TLWG/libthai/
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Url: http://linux.thai.net/plone/TLWG/libthai/
|
||||||
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: libdatrie-devel
|
BuildRequires: libdatrie-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -39,12 +37,11 @@ word breaking, input and output methods, and basic character and string
|
|||||||
support.
|
support.
|
||||||
|
|
||||||
%package -n libthai0
|
%package -n libthai0
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Thai Language Support Routines
|
Summary: Thai Language Support Routines
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# SLPP applied since version 0.1.15.
|
# SLPP applied since version 0.1.15.
|
||||||
Provides: libthai = %{version}
|
Provides: libthai = %{version}
|
||||||
Obsoletes: libthai <= %{version}
|
Obsoletes: libthai < %{version}
|
||||||
# libthai needs the data to run, but the data is not parallel-installable,
|
# 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
|
# hence the >= instead of =. We just hope the data format will stay the same in
|
||||||
# the future.
|
# the future.
|
||||||
@ -58,7 +55,6 @@ word breaking, input and output methods, and basic character and string
|
|||||||
support.
|
support.
|
||||||
|
|
||||||
%package data
|
%package data
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Thai Language Support Routines - Data files
|
Summary: Thai Language Support Routines - Data files
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -72,7 +68,6 @@ support.
|
|||||||
This package contains the data files for libthai.
|
This package contains the data files for libthai.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Thai Language Support Routines (development files)
|
Summary: Thai Language Support Routines (development files)
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: libthai0 = %{version}
|
Requires: libthai0 = %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user