From 3b7a1c5a1c20d1396c2b225a5e51c083ef0747d84208c2c7bcf34a2b6628b8f6 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 3 Nov 2008 11:24:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=4 --- baselibs.conf | 1 + libotf.changes | 5 +++++ libotf.spec | 13 +++++++------ 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index b5c7100..a6efc15 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,3 @@ libotf libotf-devel + +.*/lib(64)?/pkgconfig/.*.pc$ diff --git a/libotf.changes b/libotf.changes index 32bab17..173b663 100644 --- a/libotf.changes +++ b/libotf.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 31 16:30:36 CET 2008 - schwab@suse.de + +- Don't disable strict aliasing. + ------------------------------------------------------------------- Fri Apr 18 23:27:52 CEST 2008 - schwab@suse.de diff --git a/libotf.spec b/libotf.spec index 514f8b7..2a53abb 100644 --- a/libotf.spec +++ b/libotf.spec @@ -21,7 +21,7 @@ Name: libotf BuildRequires: freetype2-devel xorg-x11-devel Version: 0.9.7 -Release: 1 +Release: 2 License: LGPL v2.1 or later Group: System/I18n/Japanese AutoReqProv: on @@ -64,12 +64,11 @@ Authors: %build ./autogen.sh autoreconf --force --install --verbose -CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ -CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ -./configure --prefix=/usr \ +./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ + --prefix=/usr \ --sysconfdir=%{_sysconfdir} \ --libdir=%{_libdir} -make +make %{?jobs:-j%jobs} %install make DESTDIR=${RPM_BUILD_ROOT} install @@ -94,6 +93,8 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{_libdir}/pkgconfig/libotf.pc %changelog +* Fri Oct 31 2008 schwab@suse.de +- Don't disable strict aliasing. * Sat Apr 19 2008 schwab@suse.de - Update to libotf 0.9.7. * src/otfdrive.c (gstring_subst): If a glyph is changed, set the @@ -116,7 +117,7 @@ make DESTDIR=${RPM_BUILD_ROOT} install - update to 0.9.5.20070109: make it possible to link with C++ programs (Ed Trager, Kenichi Handa). -* Wed Jan 10 2007 mfabian@suse.de +* Tue Jan 09 2007 mfabian@suse.de - update to 0.9.5: • New function OTF_open_ft_face() can be used to process a font already opened by FreeType library.