Hello community, here is the log from the commit of package crosstool-ng for openSUSE:Factory checked in at 2019-08-19 21:27:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crosstool-ng (Old) and /work/SRC/openSUSE:Factory/.crosstool-ng.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crosstool-ng" Mon Aug 19 21:27:25 2019 rev:8 rq:721871 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/crosstool-ng/crosstool-ng.changes 2017-08-24 18:30:54.798997091 +0200 +++ /work/SRC/openSUSE:Factory/.crosstool-ng.new.22127/crosstool-ng.changes 2019-08-19 21:27:32.384644451 +0200 @@ -1,0 +2,14 @@ +Wed Aug 7 19:43:39 UTC 2019 - [email protected] + +- Update to version 1.24.0: + * An upgrade procedure for configurations created in the previous + release of crosstool-NG has been introduced with this release. + See http://crosstool-ng.github.io/docs/configuration/ for more + details. +- Add new build dependency: unzip. +- Remove reproducible.patch: Fixed upstream. +- Add crosstool-ng.keyring to verify tarball signature. +- Add crosstool-ng.rpmlintrc to ignore some irrelevant rpmlint + errors. + +------------------------------------------------------------------- Old: ---- crosstool-ng-1.23.0.tar.bz2 reproducible.patch New: ---- crosstool-ng-1.24.0.tar.xz crosstool-ng-1.24.0.tar.xz.sig crosstool-ng.keyring crosstool-ng.rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crosstool-ng.spec ++++++ --- /var/tmp/diff_new_pack.9IzRGB/_old 2019-08-19 21:27:33.388644247 +0200 +++ /var/tmp/diff_new_pack.9IzRGB/_new 2019-08-19 21:27:33.392644246 +0200 @@ -1,7 +1,7 @@ # # spec file for package crosstool-ng # -# Copyright (c) 2017 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,20 +12,22 @@ # 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: crosstool-ng -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Toolchain building framework -License: GPL-2.0 and GPL-2.0+ and GPL-3.0+ and LGPL-2.1 and LGPL-3.0+ +License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-3.0-or-later Group: Development/Tools/Building Url: http://crosstool-ng.org -Source0: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.bz2 -# PATCH-FIX-TO-UPSTREAM -- bmwiedemann -Patch0: reproducible.patch +Source0: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.xz +Source1: http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.xz.sig +# Alexey Neyman's public key. See http://crosstool-ng.github.io/docs/install/. +Source98: %{name}.keyring +Source99: %{name}.rpmlintrc BuildRequires: bison BuildRequires: fdupes BuildRequires: flex @@ -34,8 +36,8 @@ BuildRequires: libtool BuildRequires: makeinfo BuildRequires: ncurses-devel +BuildRequires: unzip BuildRequires: wget -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: bzip2 Requires: gcc Requires: gcc-c++ @@ -53,32 +55,28 @@ %prep %setup -q -%patch0 -p1 -# from legal team -# "Distribution and use is free, also for commercial purposes" (no modification permission) -find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print %build %configure \ --docdir=%{_docdir}/%{name} - make %{?_smp_mflags} %install %make_install -%fdupes %{buildroot}%{_libdir}/%{name}-%{version}/ - -find %{buildroot}%{_libdir}/%{name}-%{version}/ -name '.gitignore' -type f -delete -print - -mv %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/* %{buildroot}%{_docdir}/%{name}/ -rm -rf %{buildroot}%{_docdir}/%{name}/%{name}-%{version}/ +%fdupes %{buildroot}%{_datadir}/%{name} +# from legal team +# "Distribution and use is free, also for commercial purposes" (no modification permission) +find %{buildroot} -name '*-new-valencian-locale.patch' -type f -delete -print %files -%defattr(-,root,root) -%doc COPYING README.md +%license COPYING %{_bindir}/ct-ng -%{_libdir}/%{name}-%{version}/ -%{_docdir}/%{name}/ +%{_datadir}/%{name} +%dir %{_datadir}/bash-completion +%dir %{_datadir}/bash-completion/completions/ +%{_datadir}/bash-completion/completions/ct-ng +%{_docdir}/%{name} +%{_libexecdir}/%{name} %{_mandir}/man1/ct-ng.1.gz %changelog ++++++ crosstool-ng.rpmlintrc ++++++ # crosstool-ng will not be renamed crosstool-ng-devel. addFilter("W: devel-dependency glibc-devel-static") addFilter("E: devel-file-in-non-devel-package") # It's ok to have these scripts non-executable. addFilter("W: non-executable-script")
