Sync from SUSE:SLFO:Main pigz revision 31f12a0d66895cb655b3e81b3016c477
This commit is contained in:
commit
55c7bd4ca0
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
BIN
pigz-2.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
pigz-2.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
pigz-2.8.tar.gz.asc
Normal file
7
pigz-2.8.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Comment: GPGTools - http://gpgtools.org
|
||||||
|
|
||||||
|
iF0EABECAB0WIQRe1GpnIdNlWHeR4qp4P82OWLyvugUCZOGo1AAKCRB4P82OWLyv
|
||||||
|
ukN8AKCF9Uj4DZqOItknvfbRu8jYEt1BJgCg/4lvP2oOhtC649OC7l9B7MRrs/8=
|
||||||
|
=en+Y
|
||||||
|
-----END PGP SIGNATURE-----
|
130
pigz.changes
Normal file
130
pigz.changes
Normal file
@ -0,0 +1,130 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 12:55:45 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 2.8
|
||||||
|
- Fixed a version bug when compiling with the just-released zlib 1.3
|
||||||
|
- Will save a modification time only for regular files (just like gzip since 1.10)
|
||||||
|
- Will write all available uncompressed data on an error, for partial data recovery
|
||||||
|
- deleted patches
|
||||||
|
- pigz-2.7-NOTHREAD-tests.patch (upstreamed)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 7 19:02:01 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 2.7:
|
||||||
|
* Improved display of multiple-member gzip files
|
||||||
|
* Better gzip compatibility and bug fixes
|
||||||
|
- add pigz-2.7-NOTHREAD-tests.patch to fix tests
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 7 23:27:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2.6:
|
||||||
|
* Add --huffman/-H and --rle/U strategy options
|
||||||
|
* Fix issue when compiling for no threads
|
||||||
|
* Fail silently on a broken pipe
|
||||||
|
* Add --alias/-A option to set .zip name for stdin input
|
||||||
|
* Add --comment/-C option to add comment in .gz or .zip
|
||||||
|
* Several bug and behavior fixes
|
||||||
|
- drop fortify.patch: obsolete
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 12 14:22:56 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||||
|
|
||||||
|
- Build with -fexceptions to get compiler/os specific (aka. sane)
|
||||||
|
implementations of pthread_cleanup* routines.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 12 07:29:47 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.4:
|
||||||
|
* Generate Zip64 format .zip files when the output is greater
|
||||||
|
than or equal to 4 GiB.
|
||||||
|
* Improved gzip options processing and return code compatibility
|
||||||
|
* Some bug fixes
|
||||||
|
- Drop no longer needed patches:
|
||||||
|
* pigz-fix-missing-linker.patch
|
||||||
|
* pigz-fix-wrong-include.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 16 11:07:50 UTC 2017 - psychonaut@nothingisreal.com
|
||||||
|
|
||||||
|
- Update to 2.3.4:
|
||||||
|
* no upstream changelog provided
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 21:30:11 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
- Update to version 2.3.3
|
||||||
|
* Portability improvements
|
||||||
|
* Update copyright years in documentation
|
||||||
|
- Add build fix patches
|
||||||
|
* pigz-fix-wrong-include.patch
|
||||||
|
* pigz-fix-missing-linker.patch
|
||||||
|
- Remove pigz-lm.patch; fixed
|
||||||
|
- Use download Url as source
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 14 22:30:57 UTC 2013 - adam@mizerski.pl
|
||||||
|
|
||||||
|
- update to 2.3
|
||||||
|
* Don't complain about missing suffix when not writing output file
|
||||||
|
* Put all global variables in one global structure for readability
|
||||||
|
* Do not decompress concatenated zlib streams -- only gzip streams
|
||||||
|
* Add option for compression level 11 to use zopfli
|
||||||
|
* Fix handling of junk after compressed data
|
||||||
|
- added pigz-lm.patch
|
||||||
|
* adds missing "-lm"
|
||||||
|
- provide unpigz binary and manpage as symlink, not copy.
|
||||||
|
- removed fake cc script - build system honors CC
|
||||||
|
- cleanup spec file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 27 08:32:43 UTC 2012 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- update to 2.2.5:
|
||||||
|
* add --rsyncable functionality
|
||||||
|
* many bug fixes
|
||||||
|
- remove all suse patches:
|
||||||
|
* pigz-dictzip.patch, large and unmaintained patch. If somebody
|
||||||
|
really needs that then we should rebase and test it. In this
|
||||||
|
case --dictzip should be probably also added to original gzip.
|
||||||
|
* pigz-always-thread.patch was a folloup of pigz-dictzip.patch
|
||||||
|
* pigz-do-symlinks.patch added IMO dangerous and stupid behaviour
|
||||||
|
for symlinks. The original behaviour is now again like we know
|
||||||
|
it from gzip, bzip2 and xz.
|
||||||
|
* pigz-spl.patch, why we hacked in special handling of .spl
|
||||||
|
files?
|
||||||
|
* Generally we want to have pigz to replace gzip (and vice versa)
|
||||||
|
so better avoiding interface incompatibilities.
|
||||||
|
- cleanup spec file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 30 15:54:33 UTC 2011 - uli@suse.com
|
||||||
|
|
||||||
|
- cross-build workaround: use fake cc script to work around build
|
||||||
|
system that does not honor CC
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 2 12:20:22 CEST 2011 - visnov@suse.cz
|
||||||
|
|
||||||
|
- update to 2.1.6
|
||||||
|
- package unpigz
|
||||||
|
- create debug packages
|
||||||
|
- package manpage
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 20 00:44:25 CEST 2010 - agraf@suse.de
|
||||||
|
|
||||||
|
- fix dictzip with #CPU == 1 (bnc#597756)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 3 16:12:37 CET 2010 - visnov@suse.de
|
||||||
|
|
||||||
|
- include symlinks patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 20 16:32:03 CEST 2009 - jmatejek@suse.de
|
||||||
|
|
||||||
|
- initial package
|
||||||
|
|
38
pigz.keyring
Normal file
38
pigz.keyring
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
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
|
||||||
|
pMCmSQ==
|
||||||
|
=5shY
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
56
pigz.spec
Normal file
56
pigz.spec
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
#
|
||||||
|
# spec file for package pigz
|
||||||
|
#
|
||||||
|
# Copyright (c) 2022 SUSE LLC
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Name: pigz
|
||||||
|
Version: 2.8
|
||||||
|
Release: 0
|
||||||
|
Summary: Multi-core gzip version
|
||||||
|
License: Zlib
|
||||||
|
Group: Productivity/Archiving/Compression
|
||||||
|
URL: https://www.zlib.net/pigz/
|
||||||
|
Source0: https://www.zlib.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
|
Source1: https://www.zlib.net/%{name}/%{name}-%{version}-sig.txt#/%{name}-%{version}.tar.gz.asc
|
||||||
|
Source9: %{name}.keyring
|
||||||
|
BuildRequires: zlib-devel
|
||||||
|
|
||||||
|
%description
|
||||||
|
A parallel implementation of gzip for modern multi-processor, multi-core machines
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%check
|
||||||
|
%make_build tests
|
||||||
|
|
||||||
|
%install
|
||||||
|
install -Dpm 0755 pigz \
|
||||||
|
%{buildroot}%{_bindir}/pigz
|
||||||
|
install -Dpm 0644 pigz.1 \
|
||||||
|
%{buildroot}%{_mandir}/man1/pigz.1
|
||||||
|
ln -sv pigz %{buildroot}%{_bindir}/unpigz
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README
|
||||||
|
%{_bindir}/pigz
|
||||||
|
%{_bindir}/unpigz
|
||||||
|
%{_mandir}/man1/pigz.1%{?ext_man}
|
||||||
|
|
||||||
|
%changelog
|
Loading…
Reference in New Issue
Block a user