Mailinglist Archive: opensuse-commit (1318 mails)

< Previous Next >
commit gd
  • From: root@xxxxxxx (h_root)
  • Date: Wed, 16 Aug 2006 10:14:08 +0200 (CEST)
  • Message-id: <20060816081408.0E22195157@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gd
checked in at Wed Aug 16 10:14:08 CEST 2006.

--------
--- gd/gd.changes 2006-08-07 12:30:12.000000000 +0200
+++ gd/gd.changes 2006-08-16 05:17:39.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug 16 05:16:58 CEST 2006 - sndirsch@xxxxxxx
+
+- gd-fontpath.diff: fixes new fontpath for Type1 fonts
+
+-------------------------------------------------------------------

New:
----
gd-fontpath.patch

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

Other differences:
------------------
++++++ gd.spec ++++++
--- /var/tmp/diff_new_pack.F1QP6c/_old 2006-08-16 10:14:00.000000000 +0200
+++ /var/tmp/diff_new_pack.F1QP6c/_new 2006-08-16 10:14:00.000000000 +0200
@@ -17,7 +17,7 @@
Obsoletes: gdlib
Autoreqprov: on
Version: 2.0.32
-Release: 25
+Release: 26
URL: http://www.boutell.com/gd/
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
Source: gd-%{version}.tar.bz2
@@ -27,6 +27,7 @@
Patch3: gd-aliasing.patch
Patch4: gd-security.patch
Patch5: gd-gif-read.patch
+Patch6: gd-fontpath.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -69,6 +70,7 @@
%patch3
%patch4
%patch5
+%patch6

%build
%{suse_update_config -f}
@@ -135,6 +137,8 @@
%{_libdir}/*.la

%changelog -n gd
+* Wed Aug 16 2006 - sndirsch@xxxxxxx
+- gd-fontpath.diff: fixes new fontpath for Type1 fonts
* Mon Aug 07 2006 - nadvornik@xxxxxxx
- adjusted ttf fonts path for gdtestft
* Fri Jun 23 2006 - nadvornik@xxxxxxx

++++++ gd-fontpath.patch ++++++
--- gd.h.orig 2006-08-16 05:10:17.000000000 +0200
+++ gd.h 2006-08-16 05:11:03.000000000 +0200
@@ -59,7 +59,7 @@
/* 2.0.23: more Type 1 fonts */
#ifndef DEFAULT_FONTPATH
/* default fontpath for unix systems - whatever happened to standards ! */
-#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type1"
+#define DEFAULT_FONTPATH "/usr/X11R6/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/truetype:/usr/X11R6/lib/X11/fonts/TTF:/usr/share/fonts/TrueType:/usr/share/fonts/truetype:/usr/openwin/lib/X11/fonts/TrueType:/usr/X11R6/lib/X11/fonts/Type1:/usr/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/Type1:/usr/share/fonts/Type1"
#endif
#ifndef PATHSEPARATOR
#define PATHSEPARATOR ":"

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



Remember to have fun...

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

< Previous Next >