Hello community, here is the log from the commit of package makeself for openSUSE:Factory checked in at 2020-06-16 13:46:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/makeself (Old) and /work/SRC/openSUSE:Factory/.makeself.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makeself" Tue Jun 16 13:46:26 2020 rev:12 rq:814854 version:2.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/makeself/makeself.changes 2017-11-27 22:18:13.683033396 +0100 +++ /work/SRC/openSUSE:Factory/.makeself.new.3606/makeself.changes 2020-06-16 13:47:00.942380835 +0200 @@ -1,0 +2,21 @@ +Tue Jun 16 06:33:37 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 2.4.2: + * New --cleanup and --cleanup-args arguments for cleanup scripts; + * Added threading support for supported compressors + * Now supports zstd compression. +- Changes for version 2.4.0: + * Added new --sha256 argument to use a SHA256 checksum to verify + the integrity of archives. The shasum or sha256sum commands + need to be available on the targeted systems. + * Fixes for extracting to directories containing spaces. + * OpenSSL improvements. + * Base64 decoding support on macOS. + * Various documentation updates. + +------------------------------------------------------------------- +Wed Nov 29 17:36:33 UTC 2017 - [email protected] + +- Adjust source URL for factory service run to fix factory-auto + +------------------------------------------------------------------- Old: ---- makeself-release-2.3.1.tar.gz New: ---- makeself-2.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ makeself.spec ++++++ --- /var/tmp/diff_new_pack.N3KOL3/_old 2020-06-16 13:47:01.742383534 +0200 +++ /var/tmp/diff_new_pack.N3KOL3/_new 2020-06-16 13:47:01.746383548 +0200 @@ -1,7 +1,7 @@ # # spec file for package makeself # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2011-2017 Malcolm J Lewis <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,21 +13,20 @@ # 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: makeself -Version: 2.3.1 +Version: 2.4.2 Release: 0 Summary: Make self-extractable archives on Unix -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Archiving/Compression -Url: http://www.megastep.org/makeself/ -Source0: https://github.com/megastep/%{name}/archive/release-%{version}.tar.gz#/%{name}-release-%{version}.tar.gz +URL: https://makeself.io/ +Source0: https://github.com/megastep/makeself/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: %{name}.rpmlintrc BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Small shell script that generates a self-extractable tar.gz archive from a @@ -46,14 +45,17 @@ %build %install -install -Dm0755 makeself.sh %{buildroot}%{_bindir}/makeself -ln -s /usr/bin/makeself %{buildroot}%{_bindir}/makeself.sh -install -Dm0755 makeself-header.sh %{buildroot}%{_bindir}/makeself-header.sh -install -Dm0644 makeself.1 %{buildroot}%{_mandir}/man1/makeself.1 +install -Dpm 0755 makeself.sh \ + %{buildroot}%{_bindir}/makeself +ln -s %{_bindir}/makeself %{buildroot}%{_bindir}/makeself.sh +install -Dpm 0755 makeself-header.sh \ + %{buildroot}%{_bindir}/makeself-header.sh +install -Dpm 0644 makeself.1 \ + %{buildroot}%{_mandir}/man1/makeself.1 %files -%defattr(-,root,root,-) -%doc README.md COPYING +%license COPYING +%doc README.md %{_bindir}/makeself-header.sh %{_bindir}/makeself.sh %{_bindir}/makeself ++++++ makeself-release-2.3.1.tar.gz -> makeself-2.4.2.tar.gz ++++++ ++++ 1661 lines of diff (skipped)
