From de6f6795aaea083469905056eb6a2325ee16c251cf4a27de1a709d189c9ff4e2 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 20 Apr 2008 19:26:11 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetype2?expand=0&rev=6 --- freetype2.changes | 5 +++++ freetype2.spec | 11 ++++++----- ft2demos.changes | 5 +++++ ft2demos.spec | 11 ++++++----- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/freetype2.changes b/freetype2.changes index 447d24a..7874a5b 100644 --- a/freetype2.changes +++ b/freetype2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 18:34:54 CEST 2008 - schwab@suse.de + +- Make sure config.guess and config.sub exist. + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/freetype2.spec b/freetype2.spec index 0c5304d..ae847d2 100644 --- a/freetype2.spec +++ b/freetype2.spec @@ -17,7 +17,7 @@ License: Other uncritical OpenSource License Group: System/Libraries AutoReqProv: on Version: 2.3.5 -Release: 52 +Release: 54 Url: http://www.freetype.org Summary: A TrueType Font Library # CVS repository: @@ -98,13 +98,12 @@ pushd docs popd find . -name CVS -type d | xargs rm -rf find . -name ".cvsignore" | xargs rm -f -%{?suse_update_config:%{suse_update_config -f}} +cp /usr/share/automake*/config.{guess,sub} builds/unix + +%build sh ./autogen.sh export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing " make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib" - -%build -export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing " make prefix=/usr libdir=%{_libdir} %{?jobs:-j %jobs} # build the documentation in the references subdirectory: # (this needs python and we cannot have python in the BuildRequires of @@ -140,6 +139,8 @@ make prefix=$RPM_BUILD_ROOT/usr libdir=$RPM_BUILD_ROOT/%{_libdir} install /usr/share/aclocal/* %changelog +* Mon Apr 14 2008 schwab@suse.de +- Make sure config.guess and config.sub exist. * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support diff --git a/ft2demos.changes b/ft2demos.changes index c860c35..f351969 100644 --- a/ft2demos.changes +++ b/ft2demos.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 14 18:33:02 CEST 2008 - schwab@suse.de + +- Make sure config.guess and config.sub exist. + ------------------------------------------------------------------- Thu Oct 18 15:45:04 CEST 2007 - mfabian@suse.de diff --git a/ft2demos.spec b/ft2demos.spec index ec574a8..1fe7802 100644 --- a/ft2demos.spec +++ b/ft2demos.spec @@ -20,7 +20,7 @@ AutoReqProv: on Supplements: fonts-config %endif Version: 2.3.5 -Release: 67 +Release: 69 %define freetype_version %{version} Url: http://www.freetype.org Summary: Freetype2 Utilities and Demo Programs @@ -90,13 +90,12 @@ pushd docs popd find . -name CVS -type d | xargs rm -rf find . -name ".cvsignore" | xargs rm -f -%{?suse_update_config:%{suse_update_config -f}} +cp /usr/share/automake*/config.{guess,sub} builds/unix + +%build sh ./autogen.sh export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing " make setup CFG="--prefix=/usr --libdir=%{_libdir} --with-zlib" - -%build -export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing " make prefix=/usr libdir=%{_libdir} %{?jobs:-j %jobs} # build the documentation in the references subdirectory: # (this needs python and we cannot have python in the BuildRequires of @@ -126,6 +125,8 @@ popd %{_bindir}/testname %changelog +* Mon Apr 14 2008 schwab@suse.de +- Make sure config.guess and config.sub exist. * Thu Oct 18 2007 mfabian@suse.de - Bugzilla #334565: avoid crash in xpdf caused by a bug in the workaround patch for bug #308961