Hello community, here is the log from the commit of package ffcall for openSUSE:Factory checked in at 2019-07-11 13:18:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ffcall (Old) and /work/SRC/openSUSE:Factory/.ffcall.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ffcall" Thu Jul 11 13:18:14 2019 rev:9 rq:714382 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ffcall/ffcall.changes 2018-02-21 14:11:40.113763597 +0100 +++ /work/SRC/openSUSE:Factory/.ffcall.new.4615/ffcall.changes 2019-07-11 13:18:38.354762745 +0200 @@ -1,0 +2,5 @@ +Wed Jul 10 07:02:40 UTC 2019 - Dr. Werner Fink <[email protected]> + +- Fix dependencies to get clisp build again + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ffcall.spec ++++++ --- /var/tmp/diff_new_pack.caNDCf/_old 2019-07-11 13:18:39.126762502 +0200 +++ /var/tmp/diff_new_pack.caNDCf/_new 2019-07-11 13:18:39.130762500 +0200 @@ -1,7 +1,7 @@ # # spec file for package ffcall # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # 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/ # @@ -28,7 +28,7 @@ Release: 0 Summary: Libraries for foreign function call interfaces # As this package only provides a static library together with the header files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Development/Libraries/Other Provides: %{name}-devel = %version-%release Url: http://www.gnu.org/software/libffcall/ @@ -36,6 +36,8 @@ Source0: https://ftp.gnu.org/gnu/libffcall/libffcall-%{version}.tar.gz Patch0: ffcall-trampoline.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +Provides: ffcall-devel +Requires: libffcall%{somajor} = %{version} ExclusiveArch: %{ffcall_arches} %description @@ -122,7 +124,12 @@ %files -f list %defattr(-,root,root,-) -%doc README NEWS COPYING +%if 0%{?sle_version} > 120200 || 0%{?suse_version} > 1320 +%license COPYING +%else +%doc COPYING +%endif +%doc README NEWS %doc avcall/avcall.html %doc callback/callback.html %doc callback/trampoline_r/trampoline_r.html
