Hello community, here is the log from the commit of package kbuild for openSUSE:Factory checked in at 2019-02-24 16:57:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbuild (Old) and /work/SRC/openSUSE:Factory/.kbuild.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbuild" Sun Feb 24 16:57:17 2019 rev:37 rq:673175 version:0.1.9998svn3110 Changes: -------- --- /work/SRC/openSUSE:Factory/kbuild/kbuild.changes 2018-03-01 11:59:17.404456554 +0100 +++ /work/SRC/openSUSE:Factory/.kbuild.new.28833/kbuild.changes 2019-02-24 16:57:25.376850904 +0100 @@ -1,0 +2,17 @@ +Sun Feb 10 20:19:51 UTC 2019 - Larry Finger <[email protected]> + +- Returned changelist back to a %doc. + +------------------------------------------------------------------- +Sun Feb 10 18:09:43 UTC 2019 - Larry Finger <[email protected]> + +- Changed spec file to require readline-devel, not a specific libreadline version. + Thanks to Jan Engelhardt <[email protected]> for suggestion. + +------------------------------------------------------------------- +Sat Feb 9 19:57:25 UTC 2019 - Larry Finger <[email protected]> + +- Add libreadline6 to the BuildRequires list. +- Changed %doc to %license for COPYING as directed by osc. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbuild.spec ++++++ --- /var/tmp/diff_new_pack.MX7fCT/_old 2019-02-24 16:57:28.216849553 +0100 +++ /var/tmp/diff_new_pack.MX7fCT/_new 2019-02-24 16:57:28.220849552 +0100 @@ -1,7 +1,7 @@ # # spec file for package kbuild # -# 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/ # @@ -24,6 +24,7 @@ BuildRequires: flex BuildRequires: libacl-devel BuildRequires: makeinfo +BuildRequires: readline-devel Summary: Framework for writing simple makefiles for complex tasks License: GPL-2.0-or-later Group: Development/Tools/Building @@ -98,7 +99,8 @@ %files %defattr(-, root, root) -%doc COPYING ChangeLog +%license COPYING +%doc ChangeLog %doc kBuild/doc/COPYING-FDL-1.3 %doc kBuild/doc/QuickReference-kmk.* %{_mandir}/man1/kmk.1.gz
