diff --git a/baselibs.conf b/baselibs.conf index 7688918..e6d669a 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,3 @@ libthai0 provides "libthai- = " - obsoletes "libthai- <= " + obsoletes "libthai- < " diff --git a/libthai-0.1.15.tar.bz2 b/libthai-0.1.15.tar.bz2 deleted file mode 100644 index ed8f4c1..0000000 --- a/libthai-0.1.15.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb673623b84e5dbeabb7b0fd9917ecb5c1aa0d9cb4e651bd84cf001cec6bd01a -size 409423 diff --git a/libthai-0.1.16.tar.gz b/libthai-0.1.16.tar.gz new file mode 100644 index 0000000..e4b4d9e --- /dev/null +++ b/libthai-0.1.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c803b6fbd0bffb939d1eefc6ab32f741fc3e90d5d6f3c528533b070d9edd40b +size 531066 diff --git a/libthai.changes b/libthai.changes index 0e7806a..9dd2d32 100644 --- a/libthai.changes +++ b/libthai.changes @@ -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 diff --git a/libthai.spec b/libthai.spec index 863b306..cee84d0 100644 --- a/libthai.spec +++ b/libthai.spec @@ -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: 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+ +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 @@ 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} +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 @@ 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 @@ -72,7 +68,6 @@ support. 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}