From 1805997409d8d0b47be8e65e4a23f6af896a68c6e6216965b151623ef87caecf Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 2 Aug 2007 16:44:23 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libotf?expand=0&rev=2 --- libotf-0.9.5.20070109.tar.bz2 | 3 --- libotf-0.9.6.tar.bz2 | 3 +++ libotf.changes | 8 ++++++++ libotf.spec | 21 +++++++++++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) delete mode 100644 libotf-0.9.5.20070109.tar.bz2 create mode 100644 libotf-0.9.6.tar.bz2 diff --git a/libotf-0.9.5.20070109.tar.bz2 b/libotf-0.9.5.20070109.tar.bz2 deleted file mode 100644 index 5d74584..0000000 --- a/libotf-0.9.5.20070109.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc383b8dfc6aa520d9a36efd4ca861b1187a33a0d10855c92214a5d98baed5c -size 57765 diff --git a/libotf-0.9.6.tar.bz2 b/libotf-0.9.6.tar.bz2 new file mode 100644 index 0000000..e1b0de5 --- /dev/null +++ b/libotf-0.9.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e258dd0522e4b70aba6414ae80e9a69064392a1264a7e326f0a6e72e5869a8 +size 57875 diff --git a/libotf.changes b/libotf.changes index 6f3184c..6a709c8 100644 --- a/libotf.changes +++ b/libotf.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 01 20:48:23 CEST 2007 - mfabian@suse.de + +- update to 0.9.6: + • src/otfdrive.c (gstring_subst): Remove a glyph if it is + ignored because of 0 glyph ID. +- added ldconfig to post scripts. + ------------------------------------------------------------------- Tue Jan 09 23:12:49 CET 2007 - mfabian@suse.de diff --git a/libotf.spec b/libotf.spec index 59f728a..d35d5a8 100644 --- a/libotf.spec +++ b/libotf.spec @@ -1,5 +1,5 @@ # -# spec file for package libotf (Version 0.9.5.20070109) +# spec file for package libotf (Version 0.9.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,9 +12,9 @@ Name: libotf BuildRequires: freetype2-devel xorg-x11-devel -Version: 0.9.5.20070109 +Version: 0.9.6 Release: 1 -License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) +License: LGPL v2 or later Group: System/I18n/Japanese Autoreqprov: on URL: http://www.m17n.org/libotf/ @@ -56,8 +56,8 @@ Authors: ./autogen.sh libtoolize --force autoreconf --force --install --verbose -CFLAGS="$RPM_OPT_FLAGS" \ -CXXFLAGS="$RPM_OPT_FLAGS" \ +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ ./configure --prefix=/usr \ --sysconfdir=%{_sysconfdir} \ --libdir=%{_libdir} @@ -68,6 +68,10 @@ make DESTDIR=${RPM_BUILD_ROOT} install %clean +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README ChangeLog @@ -81,7 +85,12 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{_libdir}/libotf.*a %{_libdir}/pkgconfig/libotf.pc -%changelog -n libotf +%changelog +* Wed Aug 01 2007 - mfabian@suse.de +- update to 0.9.6: + • src/otfdrive.c (gstring_subst): Remove a glyph if it is + ignored because of 0 glyph ID. +- added ldconfig to post scripts. * Tue Jan 09 2007 - mfabian@suse.de - update to 0.9.5.20070109: make it possible to link with C++ programs