Hello community, here is the log from the commit of package libotf for openSUSE:Factory checked in at 2017-08-10 13:42:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotf (Old) and /work/SRC/openSUSE:Factory/.libotf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libotf" Thu Aug 10 13:42:54 2017 rev:29 rq:511493 version:0.9.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libotf/libotf.changes 2014-10-05 20:30:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libotf.new/libotf.changes 2017-08-10 13:42:55.906862605 +0200 @@ -1,0 +2,6 @@ +Wed Jul 19 11:59:46 UTC 2017 - [email protected] + +- Add sig file, no keyring can't find the public key +- Remove some obsolete syntax parts + +------------------------------------------------------------------- New: ---- libotf-0.9.13.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotf.spec ++++++ --- /var/tmp/diff_new_pack.okEZJI/_old 2017-08-10 13:42:56.746744377 +0200 +++ /var/tmp/diff_new_pack.okEZJI/_new 2017-08-10 13:42:56.762742125 +0200 @@ -1,7 +1,7 @@ # # spec file for package libotf # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,12 +23,10 @@ License: LGPL-2.1+ Group: System/I18n/Japanese Url: http://www.m17n.org/libotf/ -# CVS: -# cvs -d :pserver:[email protected]:/cvs/m17n login -# cvs -d :pserver:[email protected]:/cvs/m17n co libotf Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz -Source1: baselibs.conf -Patch: libotf-warning-fixes.diff +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 @@ -37,7 +35,6 @@ BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xt) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library for handling OpenType fonts,especially those needed for CJK and other non-Latin @@ -62,34 +59,31 @@ %prep %setup -q -%patch -p1 +%patch0 -p1 %patch1 -p1 %build -./autogen.sh -autoreconf --force --install --verbose -%configure --disable-static --with-pic +autoreconf -fvi +%configure \ + --disable-static \ + --disable-silent-rules make %{?_smp_mflags} %install -%makeinstall -%{__rm} -f %{buildroot}%{_libdir}/*.la +%make_install +find %{buildroot} -type f -name "*.la" -delete -print %post -n libotf0 -p /sbin/ldconfig - %postun -n libotf0 -p /sbin/ldconfig %files -%defattr(-, root, root) %doc AUTHORS COPYING NEWS README ChangeLog %{_bindir}/* %files -n libotf0 -%defattr(-, root, root) %{_libdir}/libotf.so.* %files devel -%defattr(-, root, root) %{_includedir}/* %{_libdir}/libotf.so %{_libdir}/pkgconfig/libotf.pc
