Mailinglist Archive: opensuse-commit (926 mails)

< Previous Next >
commit fonts-thai for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 08 Dec 2009 10:16:57 +0100
  • Message-id: <20091208091657.4424F20298@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package fonts-thai for openSUSE:Factory
checked in at Tue Dec 8 10:16:57 CET 2009.



--------
--- fonts-thai/fonts-thai.changes 2006-08-04 18:01:07.000000000 +0200
+++ /mounts/work_src_done/STABLE/fonts-thai/fonts-thai.changes 2009-12-07
15:53:03.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Dec 7 15:53:19 CET 2009 - pgajdos@xxxxxxx
+
+- updated to 0.4.13 (see NEWS)
+- some spec file cleanups
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

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

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

Other differences:
------------------
++++++ fonts-thai.spec ++++++
--- /var/tmp/diff_new_pack.2MMRaq/_old 2009-12-08 10:16:35.000000000 +0100
+++ /var/tmp/diff_new_pack.2MMRaq/_new 2009-12-08 10:16:35.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package fonts-thai (Version 0.4.3.1)
+# spec file for package fonts-thai (Version 0.4.13)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 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
@@ -19,23 +19,15 @@


Name: fonts-thai
-%if %suse_version > 910
BuildRequires: fontforge freetype2 xorg-x11 xorg-x11-devel
-%else
-BuildRequires: XFree86 XFree86-devel fontforge freetype2
-%endif
-%if "%(xft-config --prefix)" == "/usr"
-%define ttf_fontdir /usr/share/fonts/truetype
-%else
-%define ttf_fontdir /usr/X11R6/lib/X11/fonts/truetype
-%endif
+%define ttf_fontdir %{_datadir}/fonts/truetype
License: Public Domain, Freeware
Group: System/X11/Fonts
AutoReqProv: on
PreReq: %suseconfig_fonts_prereq
Provides: locale(th)
-Version: 0.4.3.1
-Release: 215
+Version: 0.4.13
+Release: 1
Url: http://linux.thai.net/cvs/
# cvs -d :pserver:anonymous@xxxxxxxxxxxxxx:/home/cvs login # blank password,
just enter
# cvs -d :pserver:anonymous@xxxxxxxxxxxxxx:/home/cvs co software/thai-ttf
@@ -64,7 +56,7 @@
%patch0 -p1

%build
-./configure --with-ttfdir=%{ttf_fontdir}
+%configure --with-ttfdir=%{ttf_fontdir}
make

%install
@@ -86,5 +78,6 @@
%doc AUTHORS COPYING NEWS README ChangeLog
%dir %{ttf_fontdir}/
%{ttf_fontdir}/*
+%config /etc/fonts/conf.avail/*

%changelog

++++++ build.patch ++++++
--- /var/tmp/diff_new_pack.2MMRaq/_old 2009-12-08 10:16:35.000000000 +0100
+++ /var/tmp/diff_new_pack.2MMRaq/_new 2009-12-08 10:16:35.000000000 +0100
@@ -1,32 +1,33 @@
-diff -ru thaifonts-scalable-0.4.3.1.orig/Makefile.in
thaifonts-scalable-0.4.3.1/Makefile.in
---- thaifonts-scalable-0.4.3.1.orig/Makefile.in 2005-07-03
11:19:53.000000000 +0200
-+++ thaifonts-scalable-0.4.3.1/Makefile.in 2006-08-04 17:59:31.000000000
+0200
-@@ -574,36 +574,6 @@
+Index: thaifonts-scalable-0.4.13/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 -e /usr/X11R6/lib/X11/fonts/encodings
--@INCLUDE_TTF_TRUE@ $(fccache) -f $(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 -e /usr/X11R6/lib/X11/fonts/encodings
--@INCLUDE_TYPE1_TRUE@ $(fccache) -f $(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 -e /usr/X11R6/lib/X11/fonts/encodings; \
+-# $(MKFONTDIR) \
-#endif
-#if INCLUDE_TYPE1
-# mkdir -p $(DESTDIR)$(type1dir); \
-# cd $(DESTDIR)$(type1dir); \
-# $(type1inst); \
--# mkfontdir -e /usr/X11R6/lib/X11/fonts/encodings; \
+-# $(MKFONTDIR) \
-#endif
-# $(fccache); \
-# @else \

++++++ thaifonts-scalable-0.4.3.1.tar.bz2 -> thaifonts-scalable-0.4.13.tar.bz2
++++++
++++ 770295 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages