[libthai] Update to 0.1.19

Daiki Ueno ueno at fedoraproject.org
Wed Jun 12 03:36:38 UTC 2013


commit 8656a016f0e78c368059b25776d3ddddd0208b5a
Author: Daiki Ueno <dueno at redhat.com>
Date:   Wed Jun 12 12:20:14 2013 +0900

    Update to 0.1.19

 .gitignore                           |    2 +
 libthai-0.1.9-doxygen-segfault.patch |   27 --------------------------
 libthai-0.1.9-multilib.patch         |   35 +++++++++++++++++----------------
 libthai.spec                         |   30 ++++++++++++++++------------
 sources                              |    4 +-
 5 files changed, 39 insertions(+), 59 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c3ada73..56e89c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 libthai-0.1.12.tar.gz
 libdatrie-0.2.2.tar.gz
+/libdatrie-0.2.6.tar.xz
+/libthai-0.1.19.tar.xz
diff --git a/libthai-0.1.9-multilib.patch b/libthai-0.1.9-multilib.patch
index 57cd61a..31dea3f 100644
--- a/libthai-0.1.9-multilib.patch
+++ b/libthai-0.1.9-multilib.patch
@@ -1,7 +1,21 @@
-diff -up libthai-0.1.9/doc/no_date_footer.html.multilib libthai-0.1.9/doc/no_date_footer.html
---- libthai-0.1.9/doc/no_date_footer.html.multilib	2008-03-17 13:32:26.000000000 -0400
-+++ libthai-0.1.9/doc/no_date_footer.html	2008-03-17 13:33:54.000000000 -0400
-@@ -0,0 +1,8 @@
+Index: libthai-0.1.19/doc/Doxyfile.in
+===================================================================
+--- libthai-0.1.19.orig/doc/Doxyfile.in
++++ libthai-0.1.19/doc/Doxyfile.in
+@@ -940,7 +940,7 @@ HTML_HEADER            =
+ # each generated HTML page. If it is left blank doxygen will generate a
+ # standard footer.
+ 
+-HTML_FOOTER            =
++HTML_FOOTER            = no_date_footer.html
+ 
+ # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
+ # style sheet that is used by each HTML page. It can be used to
+Index: libthai-0.1.19/doc/no_date_footer.html
+===================================================================
+--- /dev/null
++++ libthai-0.1.19/doc/no_date_footer.html
+@@ -0,0 +1,7 @@
 +<hr size="1"><address style="text-align: right;"><small>
 +Generated for $projectname by&nbsp;<a href="http://www.doxygen.org/
 +index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 
@@ -9,16 +23,3 @@ diff -up libthai-0.1.9/doc/no_date_footer.html.multilib libthai-0.1.9/doc/no_dat
 +</body>
 +</html>
 +
-+
-diff -up libthai-0.1.9/doc/Doxyfile.in.multilib libthai-0.1.9/doc/Doxyfile.in
---- libthai-0.1.9/doc/Doxyfile.in.multilib	2008-03-17 13:34:06.000000000 -0400
-+++ libthai-0.1.9/doc/Doxyfile.in	2008-03-17 13:34:16.000000000 -0400
-@@ -162,7 +162,7 @@ GENERATE_HTML          = YES
- HTML_OUTPUT            = html
- HTML_FILE_EXTENSION    = .html
- HTML_HEADER            = 
--HTML_FOOTER            = 
-+HTML_FOOTER            = no_date_footer.html
- HTML_STYLESHEET        = 
- HTML_ALIGN_MEMBERS     = YES
- GENERATE_HTMLHELP      = NO
diff --git a/libthai.spec b/libthai.spec
index 5ff4bff..3aeea3f 100644
--- a/libthai.spec
+++ b/libthai.spec
@@ -1,16 +1,15 @@
-%define datrie_version 0.2.3
+%define datrie_version 0.2.6
 
 Summary:  Thai language support routines
 Name: libthai
-Version: 0.1.14
-Release: 7%{?dist}
+Version: 0.1.19
+Release: 1%{?dist}
 License: LGPLv2+
 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
+Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
+Source1: ftp://linux.thai.net/pub/thailinux/software/libthai/libdatrie-%{datrie_version}.tar.xz
 Patch: libthai-libdatrie-static-build.patch
-Patch1: libthai-0.1.9-doxygen-segfault.patch
-Patch2: libthai-0.1.9-multilib.patch
+Patch1: libthai-0.1.9-multilib.patch
 URL: http://linux.thai.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -44,8 +43,7 @@ libthai.
 %setup -q -n %{name}-%{version} -a 1
 mv libdatrie-%{datrie_version} libdatrie
 %patch -p1 -b .static-build
-%patch1 -p1 -b .doxygen-segfault
-%patch2 -p1 -b .multilib
+%patch1 -p1 -b .multilib
 
 %build
 
@@ -101,7 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc README AUTHORS COPYING ChangeLog TODO
+%doc README AUTHORS COPYING ChangeLog
 %{_libdir}/lib*.so.*
 %{_datadir}/libthai
 
@@ -111,9 +109,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/thai
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
-%{_mandir}/man3/*
 
 %changelog
+* Wed Jun 12 2013 Daiki Ueno <dueno at redhat.com> - 0.1.19-1
+- Update to 0.1.19
+- Fix bogus dates in %%changelog
+- Remove libthai-0.1.9-doxygen-segfault.patch, which is no longer
+  necessary with the latest Doxygen
+- Don't install man pages, as per upstream's default
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.14-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -160,10 +164,10 @@ rm -rf $RPM_BUILD_ROOT
 * Thu Aug 23 2007 Adam Jackson <ajax at redhat.com> - 0.1.7-6
 - Rebuild for build ID
 
-* Tue Jan 22 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.1.7-5
+* Mon Jan 22 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.1.7-5
 - Export _th_*_tbl symbols too.  They are accessed by some of the macros.
 
-* Tue Jan 17 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.1.7-4
+* Wed Jan 17 2007 Behdad Esfahbod <besfahbo at redhat.com> 0.1.7-4
 - Patch libthai.pc.in to not require datrie.
 
 * Tue Jan 16 2007 Matthias Clasen <mclasen at redhat.com> 0.1.7-3
diff --git a/sources b/sources
index 7a53184..53240d3 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-c6814f4fe68aa8d41d1b7183ad78d319  libdatrie-0.2.3.tar.gz
-34f64b37ed8f8f49f4a18ae972e6f41e  libthai-0.1.14.tar.gz
+e253eb2433045f6e224c7fa44f9796e1  libdatrie-0.2.6.tar.xz
+c4a6c3842257889f8f15ae192b66e797  libthai-0.1.19.tar.xz


More information about the scm-commits mailing list