Hello community,

here is the log from the commit of package fonts-thai for openSUSE:Factory 
checked in at 2011-11-02 11:52:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-thai (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-thai.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-thai", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-thai/fonts-thai.changes    2011-09-23 
01:58:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-thai.new/fonts-thai.changes       
2011-11-02 11:52:33.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Oct 31 13:54:08 UTC 2011 - [email protected]
+
+- updated to 0.4.16:
+  - Fix GSUB rules to correctly remove YO YING descender when combined with
+    both lower and upper characters
+  - Clear improper fraction rules in monospace fonts.
+
+-------------------------------------------------------------------

Old:
----
  thaifonts-scalable-0.4.15.tar.bz2

New:
----
  thaifonts-scalable-0.4.16.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fonts-thai.spec ++++++
--- /var/tmp/diff_new_pack.YSPjJJ/_old  2011-11-02 11:52:38.000000000 +0100
+++ /var/tmp/diff_new_pack.YSPjJJ/_new  2011-11-02 11:52:38.000000000 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           fonts-thai
 BuildRequires:  fontforge xorg-x11
 %define        ttf_fontdir     %{_datadir}/fonts/truetype
@@ -22,9 +24,10 @@
 Group:          System/X11/Fonts
 PreReq:         %suseconfig_fonts_prereq
 Provides:       locale(th)
-Version:        0.4.15
+Version:        0.4.16
 Release:        1
-Url:            http://linux.thai.net/cvs/
+Url:            ftp://linux.thai.net/pub/thailinux/software/thaifonts-scalable/
+#Url:            http://linux.thai.net/cvs/
 # cvs -d :pserver:[email protected]:/home/cvs login  # blank password, 
just enter
 # cvs -d :pserver:[email protected]:/home/cvs co software/thai-ttf
 Source0:        thaifonts-scalable-%version.tar.bz2

++++++ build.patch ++++++
--- /var/tmp/diff_new_pack.YSPjJJ/_old  2011-11-02 11:52:38.000000000 +0100
+++ /var/tmp/diff_new_pack.YSPjJJ/_new  2011-11-02 11:52:38.000000000 +0100
@@ -1,41 +1,28 @@
-Index: thaifonts-scalable-0.4.13/Makefile.in
+Index: thaifonts-scalable-0.4.16/Makefile.in
 ===================================================================
---- thaifonts-scalable-0.4.13.orig/Makefile.in
-+++ thaifonts-scalable-0.4.13/Makefile.in
-@@ -589,36 +589,6 @@ install-data-hook:
-         echo "***" ;                                                 \
-         exit 0;                                                      \
-       fi
--@INCLUDE_TTF_TRUE@    mkdir -p $(DESTDIR)$(ttfdir)
--@INCLUDE_TTF_TRUE@    cd $(DESTDIR)$(ttfdir);                                 
       \
--@INCLUDE_TTF_TRUE@      $(TTMKFDIR);                                          
       \
--@INCLUDE_TTF_TRUE@      $(MKFONTDIR)
--@INCLUDE_TTF_TRUE@    $(FCCACHE) -f $(DESTDIR)$(ttfdir)
--@INCLUDE_TYPE1_TRUE@  mkdir -p $(DESTDIR)$(type1dir)
--@INCLUDE_TYPE1_TRUE@  cd $(DESTDIR)$(type1dir);                               
       \
--@INCLUDE_TYPE1_TRUE@    $(TYPE1INST);                                         
       \
--@INCLUDE_TYPE1_TRUE@    $(MKFONTDIR)
--@INCLUDE_TYPE1_TRUE@  $(FCCACHE) -f $(DESTDIR)$(type1dir)
--#     @if test -z "$(DESTDIR)" ; then                                       \
--#if INCLUDE_TTF
--#       mkdir -p $(DESTDIR)$(ttfdir);                                       \
--#       cd $(DESTDIR)$(ttfdir);                                             \
--#       $(ttmkfdir);                                                        \
--#       $(MKFONTDIR)                                                        \
--#endif
--#if INCLUDE_TYPE1
--#       mkdir -p $(DESTDIR)$(type1dir);                                     \
--#       cd $(DESTDIR)$(type1dir);                                           \
--#       $(type1inst);                                                       \
--#       $(MKFONTDIR)                                                        \
--#endif
--#       $(fccache);                                                         \
--#     @else                                                                 \
--#       echo "***" ;                                                        \
--#       echo "*** Warning: Seems to be binary package building." ;          \
--#       echo "***          So, font list/cache is not generated" ;          \
--#       echo "***" ;                                                        \
--#     @fi
+--- thaifonts-scalable-0.4.16.orig/Makefile.in
++++ thaifonts-scalable-0.4.16/Makefile.in
+@@ -664,23 +664,6 @@ uninstall-am:
  
- uninstall-hook:
- @INCLUDE_TTF_TRUE@    $(RM) $(DESTDIR)$(ttfdir)/fonts.cache-1
+ 
+ @INCLUDE_XFONTSDIR_TRUE@install-data-hook:
+-@INCLUDE_XFONTSDIR_TRUE@      @if test -n "$(DESTDIR)" ; then                 
               \
+-@INCLUDE_XFONTSDIR_TRUE@        echo "***" ;                                  
               \
+-@INCLUDE_XFONTSDIR_TRUE@        echo "*** Warning: Seems to be binary package 
building." ;   \
+-@INCLUDE_XFONTSDIR_TRUE@        echo "***          So, font list/cache is not 
generated" ;   \
+-@INCLUDE_XFONTSDIR_TRUE@        echo "***" ;                                  
               \
+-@INCLUDE_XFONTSDIR_TRUE@        exit 0;                                       
               \
+-@INCLUDE_XFONTSDIR_TRUE@      fi
+-@INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@    mkdir -p $(DESTDIR)$(ttfdir)
+-@INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@    cd $(DESTDIR)$(ttfdir);         
                               \
+-@INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@      $(TTMKFDIR);                  
                               \
+-@INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@      $(MKFONTDIR)
+-@INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@    $(FCCACHE) -f 
$(DESTDIR)$(ttfdir)
+-@INCLUDE_PFB_TRUE@@INCLUDE_XFONTSDIR_TRUE@    mkdir -p $(DESTDIR)$(type1dir)
+-@INCLUDE_PFB_TRUE@@INCLUDE_XFONTSDIR_TRUE@    cd $(DESTDIR)$(type1dir);       
                               \
+-@INCLUDE_PFB_TRUE@@INCLUDE_XFONTSDIR_TRUE@      $(TYPE1INST);                 
                               \
+-@INCLUDE_PFB_TRUE@@INCLUDE_XFONTSDIR_TRUE@      $(MKFONTDIR)
+-@INCLUDE_PFB_TRUE@@INCLUDE_XFONTSDIR_TRUE@    $(FCCACHE) -f 
$(DESTDIR)$(type1dir)
+ 
+ @INCLUDE_XFONTSDIR_TRUE@uninstall-hook:
+ @INCLUDE_TTF_TRUE@@INCLUDE_XFONTSDIR_TRUE@    $(RM) 
$(DESTDIR)$(ttfdir)/fonts.cache-1

++++++ thaifonts-scalable-0.4.15.tar.bz2 -> thaifonts-scalable-0.4.16.tar.bz2 
++++++
++++ 7933 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to