Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2013-02-04 20:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gd (Old)
 and      /work/SRC/openSUSE:Factory/.gd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gd/gd.changes    2012-02-15 16:15:50.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes       2013-02-04 
20:12:24.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Feb  3 14:57:17 UTC 2013 - [email protected]
+
+- gd-autoconf.patch fix up compile file so gd can handle 
+  large files on 32 bit
+
+-------------------------------------------------------------------

New:
----
  gd-autoconf.patch

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

Other differences:
------------------
++++++ gd.spec ++++++
--- /var/tmp/diff_new_pack.iNfTNm/_old  2013-02-04 20:12:28.000000000 +0100
+++ /var/tmp/diff_new_pack.iNfTNm/_new  2013-02-04 20:12:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gd
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gd
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
@@ -43,6 +44,7 @@
 Patch7:         gd-2.0.36RC1-config.patch
 Patch8:         gd-2.0.36.RC1-ppc64.patch
 Patch9:         gd-png_check_sig.patch
+Patch10:        gd-autoconf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -58,10 +60,12 @@
     Thomas Boutell <[email protected]>
 
 %package devel
-Requires:       %{name} = %{version} glibc-devel
+Requires:       %{name} = %{version}
+Requires:       glibc-devel
 Summary:        Drawing Library for Programs with PNG and JPEG Output
 Group:          Development/Libraries/C and C++
-Requires:       zlib-devel libpng-devel
+Requires:       libpng-devel
+Requires:       zlib-devel
 
 %description devel
 gd allows code to quickly draw images complete with lines, arcs, text,
@@ -85,11 +89,9 @@
 %patch7
 %patch8
 %patch9
-
+%patch10
 %build
 autoreconf -fiv
-export CFLAGS="%optflags"
-export CPPFLAGS="%{optflags}" 
 %configure \
        --with-freetype \
        --with-jpeg \

++++++ gd-autoconf.patch ++++++
--- configure.ac.orig
+++ configure.ac
@@ -40,8 +40,9 @@ esac
 AC_MSG_RESULT([$os_cygwin])
 AC_SUBST([XTRA_LDFLAGS])
 
-AC_PROG_CC
-AM_PROG_CC_STDC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 AC_PROG_LN_S
--- Makefile.am.orig
+++ Makefile.am
@@ -3,6 +3,8 @@ AUTOMAKE_OPTIONS = foreign 1.7
 
 ACLOCAL_AMFLAGS = -I config
 
+AM_CPPFLAGS = -include $(top_builddir)/config.h
+
 SUBDIRS = config test
 
 bin_PROGRAMS = annotate gdparttopng gdtopng gd2copypal gd2topng pngtogd 
pngtogd2 webpng gd2togif gdcmpgif giftogd2
@@ -19,7 +21,7 @@ lib_LTLIBRARIES = libgd.la
 
 libgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c 
gd_io_dp.c gd_gif_in.c gd_gif_out.c gd_io_file.c gd_io_ss.c gd_jpeg.c gd_png.c 
gd_ss.c gd_topal.c gd_wbmp.c gdcache.c gdfontg.c gdfontl.c gdfontmb.c gdfonts.c 
gdfontt.c gdft.c gdhelpers.c gdhelpers.h gdkanji.c gdtables.c gdxpm.c 
jisx0208.h wbmp.c wbmp.h
 
-libgd_la_LDFLAGS = -version-info 2:0:0 $(XTRA_LDFLAGS)
+libgd_la_LDFLAGS = -no-undefined -version-info 2:0:0 $(XTRA_LDFLAGS)
 
 libgd_la_LIBADD = $(LTLIBICONV)
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to