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 79db66b..0000000 Binary files a/libotf-0.9.13.tar.gz.sig and /dev/null differ diff --git a/libotf-0.9.16.tar.gz b/libotf-0.9.16.tar.gz new file mode 100644 index 0000000..c95e266 --- /dev/null +++ b/libotf-0.9.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b +size 423979 diff --git a/libotf-0.9.16.tar.gz.sig b/libotf-0.9.16.tar.gz.sig new file mode 100644 index 0000000..6282109 Binary files /dev/null and b/libotf-0.9.16.tar.gz.sig differ 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