From 7c1218aabe3ef479141ef05965f36d706cd64c111f9f5451eab5349151815a38 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 21 Aug 2020 13:47:22 +0000 Subject: [PATCH] Accepting request 826948 from home:dirkmueller:branches:M17N - update to 0.9.16: ** This is a bug fix release. - remove libotf-automake-1.13.diff (upstream) OBS-URL: https://build.opensuse.org/request/show/826948 OBS-URL: https://build.opensuse.org/package/show/M17N/libotf?expand=0&rev=28 --- baselibs.conf | 2 +- libotf-0.9.13.tar.gz | 3 --- libotf-0.9.13.tar.gz.sig | Bin 287 -> 0 bytes libotf-0.9.16.tar.gz | 3 +++ libotf-0.9.16.tar.gz.sig | Bin 0 -> 287 bytes libotf-automake-1.13.diff | 13 ------------- libotf.changes | 7 +++++++ libotf.spec | 27 +++++++++++++-------------- 8 files changed, 24 insertions(+), 31 deletions(-) delete mode 100644 libotf-0.9.13.tar.gz delete mode 100644 libotf-0.9.13.tar.gz.sig create mode 100644 libotf-0.9.16.tar.gz create mode 100644 libotf-0.9.16.tar.gz.sig delete mode 100644 libotf-automake-1.13.diff diff --git a/baselibs.conf b/baselibs.conf index 7be6239..1d275dc 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libotf0 +libotf1 provides "libotf- = " obsoletes "libotf- < 0.9.13" libotf-devel diff --git a/libotf-0.9.13.tar.gz b/libotf-0.9.13.tar.gz deleted file mode 100644 index d577352..0000000 --- a/libotf-0.9.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908 -size 388832 diff --git a/libotf-0.9.13.tar.gz.sig b/libotf-0.9.13.tar.gz.sig deleted file mode 100644 index 79db66beb9b4c44812d946c591f0f593f61b2d0338f8739def5b6dd316835b70..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0RjL91p-i5T|NK`2@tCUnD7foPXgD)2mqpmhtgqQ2l4U@X8Pj& zgvnx)_w5lf{dsI0lbOf1Muu}Y<&mly;f|51E^^k+%+;`h-yh5=M;mj5TiV^>295?# z^(uJ2^8Y1Q7MqB#JHRUy=!+ASEWm=j@%WauA6~KAyi14Md;aLk*c3{XD9tMz(^6H9 zwDp~tCj`J3RMDBAj?{;UB_Uc!(5;ce=6jYK}8kN0z&jq?Delvu?S!K%nJpft0)-Qz)ILiDjHwA+gaa{kqXNw5h lWy6c$J?n;5oNk@Nj%Xog$7%g(9jB>r0w#4BDw1g>CCCdEhXw!u literal 0 HcmV?d00001 diff --git a/libotf-automake-1.13.diff b/libotf-automake-1.13.diff deleted file mode 100644 index 0b4e3ec..0000000 --- a/libotf-automake-1.13.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: libotf-0.9.13/configure.ac -=================================================================== ---- libotf-0.9.13.orig/configure.ac -+++ libotf-0.9.13/configure.ac -@@ -25,7 +25,7 @@ dnl 330, Boston, MA 02111-1307, USA. - - AC_INIT(libotf, 0.9.13, handa@m17n.org) - AM_INIT_AUTOMAKE(libotf, 0.9.13) --AM_CONFIG_HEADER(src/config.h) -+AC_CONFIG_HEADERS(src/config.h) - - # Checks for programs. - AC_PROG_CC diff --git a/libotf.changes b/libotf.changes index e12b9f5..6af2b8a 100644 --- a/libotf.changes +++ b/libotf.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Aug 16 02:47:35 UTC 2020 - Dirk Mueller + +- update to 0.9.16: + ** This is a bug fix release. +- remove libotf-automake-1.13.diff (upstream) + ------------------------------------------------------------------- Wed Jul 19 11:59:46 UTC 2017 - tchvatal@suse.com diff --git a/libotf.spec b/libotf.spec index ab9cba2..e7117f8 100644 --- a/libotf.spec +++ b/libotf.spec @@ -1,7 +1,7 @@ # # spec file for package libotf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libotf -Version: 0.9.13 +Version: 0.9.16 Release: 0 Summary: Library for Handling OpenType Fonts -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/I18n/Japanese -Url: http://www.m17n.org/libotf/ +URL: http://www.m17n.org/libotf/ Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz Source1: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz.sig Source99: baselibs.conf Patch0: libotf-warning-fixes.diff -# patch not sent upstream, because m17n.org is currently down -Patch1: libotf-automake-1.13.diff BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(freetype2) @@ -40,11 +38,11 @@ BuildRequires: pkgconfig(xt) Library for handling OpenType fonts,especially those needed for CJK and other non-Latin languages. -%package -n libotf0 +%package -n libotf1 Summary: Shared library for libotf Group: System/I18n/Japanese -%description -n libotf0 +%description -n libotf1 Library for handling OpenType fonts,especially those needed for CJK and other non-Latin languages. @@ -60,7 +58,6 @@ to develop applications that require %{name}. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build autoreconf -fvi @@ -68,19 +65,21 @@ autoreconf -fvi --disable-static \ --disable-silent-rules make %{?_smp_mflags} +chmod a-x NEWS README ChangeLog %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -%post -n libotf0 -p /sbin/ldconfig -%postun -n libotf0 -p /sbin/ldconfig +%post -n libotf1 -p /sbin/ldconfig +%postun -n libotf1 -p /sbin/ldconfig %files -%doc AUTHORS COPYING NEWS README ChangeLog +%license COPYING +%doc NEWS README ChangeLog %{_bindir}/* -%files -n libotf0 +%files -n libotf1 %{_libdir}/libotf.so.* %files devel