- Update to 0.1.9
- Adjust patch
This commit is contained in:
parent
52b0c7e440
commit
3a41bed32b
@ -1,2 +1 @@
|
||||
libdatrie-0.1.1.tar.gz
|
||||
libthai-0.1.7.tar.gz
|
||||
libthai-0.1.9.tar.gz
|
||||
|
@ -1,17 +1,15 @@
|
||||
--- libthai-0.1.7/src/Makefile.am.static-build 2006-05-04 06:14:27.000000000 -0400
|
||||
+++ libthai-0.1.7/src/Makefile.am 2007-01-18 00:22:06.000000000 -0500
|
||||
@@ -24,7 +24,9 @@
|
||||
@@ -24,7 +24,8 @@
|
||||
$(top_builddir)/src/thwchar/libthwchar.la \
|
||||
$(top_builddir)/src/thwctype/libthwctype.la \
|
||||
$(top_builddir)/src/thwstr/libthwstr.la \
|
||||
- $(top_builddir)/src/thwbrk/libthwbrk.la
|
||||
+ $(top_builddir)/src/thwbrk/libthwbrk.la \
|
||||
+ $(DATRIE_LIBS)
|
||||
libthai_la_LDFLAGS = $(no_undefined) \
|
||||
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
||||
+ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
+ -export-symbols-regex '^th_.*|^_th_.*_tbl$$'
|
||||
|
||||
libthai_la_LDFLAGS = -no-undefined \
|
||||
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
|
||||
-export-symbols $(srcdir)/libthai.def
|
||||
--- libthai-0.1.7/src/thbrk/Makefile.am.static-build 2006-10-14 02:38:56.000000000 -0400
|
||||
+++ libthai-0.1.7/src/thbrk/Makefile.am 2007-01-18 00:22:06.000000000 -0500
|
||||
@@ -13,5 +13,4 @@
|
10
libthai.spec
10
libthai.spec
@ -3,13 +3,13 @@
|
||||
|
||||
Summary: Thai language support routines
|
||||
Name: libthai
|
||||
Version: 0.1.7
|
||||
Release: 6%{?dist}
|
||||
Version: 0.1.9
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.gz
|
||||
Source1: ftp://linux.thai.net/pub/thailinux/software/libthai/libdatrie-%{datrie_version}.tar.gz
|
||||
Patch: libthai-0.1.7-libdatrie-0.1.1-build-static.patch
|
||||
Patch: libthai-0.1.9-libdatrie-0.1.1-build-static.patch
|
||||
URL: http://linux.thai.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -108,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 28 2007 Behdad Esfahbod <besfahbo@redhat.com> 0.1.9-1
|
||||
- Update to 0.1.9
|
||||
- Adjust patch
|
||||
|
||||
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 0.1.7-6
|
||||
- Rebuild for build ID
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user