Compare commits
23 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28d21c6151 | ||
|
|
1b2e485a33 | ||
|
|
ea7d9f45c6 | ||
|
|
c3ed09561b | ||
|
|
1ca3f6f846 | ||
|
|
7f593e08f6 | ||
|
|
aeb5f283ad | ||
|
|
561c132321 | ||
|
|
711e4b4a97 | ||
|
|
fe56bb8f32 | ||
|
|
a5c0e63dae | ||
|
|
cb7d1fb8e9 | ||
|
|
f68b25e671 | ||
|
|
da17cab13c | ||
|
|
325e17634a | ||
|
|
72f65b4578 | ||
|
|
ac01a4d984 | ||
|
|
a285c44d2d | ||
|
|
3f2255e0d7 | ||
|
|
1b99b1c6c0 | ||
|
|
5b91ef1240 | ||
|
|
026616c46a | ||
|
|
1e6862e6a9 |
3 changed files with 83 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,2 +1,7 @@
|
||||||
/sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz
|
/sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz
|
||||||
/SharpZipLib-1.1.0.tar.gz
|
/SharpZipLib-1.1.0.tar.gz
|
||||||
|
/SharpZipLib-1.2.0.tar.gz
|
||||||
|
/SharpZipLib-1.3.0.tar.gz
|
||||||
|
/SharpZipLib-1.3.1.tar.gz
|
||||||
|
/SharpZipLib-1.3.2.tar.gz
|
||||||
|
/SharpZipLib-1.3.3.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -6,8 +6,8 @@
|
||||||
%bcond_with brokentests
|
%bcond_with brokentests
|
||||||
|
|
||||||
Name: sharpziplib
|
Name: sharpziplib
|
||||||
Version: 1.1.0
|
Version: 1.3.3
|
||||||
Release: 0%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Zip, GZip, Tar and BZip2 library
|
Summary: Zip, GZip, Tar and BZip2 library
|
||||||
|
|
||||||
# - as stated on the homepage, license is aka GNU Classpath exception:
|
# - as stated on the homepage, license is aka GNU Classpath exception:
|
||||||
|
|
@ -29,7 +29,8 @@ Summary: Zip, GZip, Tar and BZip2 library
|
||||||
# + samples/vb/minibzip2/Main.vb
|
# + samples/vb/minibzip2/Main.vb
|
||||||
# + samples/vb/viewzipfile/Main.vb
|
# + samples/vb/viewzipfile/Main.vb
|
||||||
# - samples/HttpCompressionModule is licensed as zlib/libpng (=zlib)
|
# - samples/HttpCompressionModule is licensed as zlib/libpng (=zlib)
|
||||||
License: GPLv2+ with exceptions and BSD and zlib
|
# Automatically converted from old format: GPLv2+ with exceptions and BSD and zlib - review is highly recommended.
|
||||||
|
License: LicenseRef-Callaway-GPLv2+-with-exceptions AND LicenseRef-Callaway-BSD AND Zlib
|
||||||
URL: http://icsharpcode.github.io/%{libname}
|
URL: http://icsharpcode.github.io/%{libname}
|
||||||
Source0: https://github.com/icsharpcode/%{name}/archive/v%{version}.tar.gz#/%{libname}-%{version}.tar.gz
|
Source0: https://github.com/icsharpcode/%{name}/archive/v%{version}.tar.gz#/%{libname}-%{version}.tar.gz
|
||||||
|
|
||||||
|
|
@ -74,8 +75,9 @@ FINISH
|
||||||
mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/Exceptions/StreamDecodingException.cs \
|
mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/Exceptions/StreamDecodingException.cs \
|
||||||
./Core/Exceptions/SharpZipBaseException.cs ./Core/Exceptions/ValueOutOfRangeException.cs \
|
./Core/Exceptions/SharpZipBaseException.cs ./Core/Exceptions/ValueOutOfRangeException.cs \
|
||||||
./Core/Exceptions/StreamUnsupportedException.cs ./Core/Exceptions/UnexpectedEndOfStreamException.cs \
|
./Core/Exceptions/StreamUnsupportedException.cs ./Core/Exceptions/UnexpectedEndOfStreamException.cs \
|
||||||
|
./Core/EmptyRefs.cs \
|
||||||
./Core/InvalidNameException.cs ./Core/FileSystemScanner.cs ./Core/INameTransform.cs ./Core/PathFilter.cs \
|
./Core/InvalidNameException.cs ./Core/FileSystemScanner.cs ./Core/INameTransform.cs ./Core/PathFilter.cs \
|
||||||
./Core/WindowsPathUtils.cs ./Core/StreamUtils.cs ./Core/IScanFilter.cs ./Core/NameFilter.cs \
|
./Core/PathUtils.cs ./Core/StreamUtils.cs ./Core/IScanFilter.cs ./Core/NameFilter.cs \
|
||||||
./BZip2/BZip2.cs ./BZip2/BZip2Exception.cs ./BZip2/BZip2InputStream.cs ./BZip2/BZip2OutputStream.cs ./BZip2/BZip2Constants.cs \
|
./BZip2/BZip2.cs ./BZip2/BZip2Exception.cs ./BZip2/BZip2InputStream.cs ./BZip2/BZip2OutputStream.cs ./BZip2/BZip2Constants.cs \
|
||||||
./Zip/ZipHelperStream.cs ./Zip/FastZip.cs ./Zip/IEntryFactory.cs ./Zip/Compression/InflaterHuffmanTree.cs \
|
./Zip/ZipHelperStream.cs ./Zip/FastZip.cs ./Zip/IEntryFactory.cs ./Zip/Compression/InflaterHuffmanTree.cs \
|
||||||
./Zip/Compression/InflaterDynHeader.cs ./Zip/Compression/Deflater.cs ./Zip/Compression/DeflaterEngine.cs \
|
./Zip/Compression/InflaterDynHeader.cs ./Zip/Compression/Deflater.cs ./Zip/Compression/DeflaterEngine.cs \
|
||||||
|
|
@ -83,15 +85,19 @@ mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/E
|
||||||
./Zip/Compression/Streams/InflaterInputStream.cs ./Zip/Compression/Streams/StreamManipulator.cs \
|
./Zip/Compression/Streams/InflaterInputStream.cs ./Zip/Compression/Streams/StreamManipulator.cs \
|
||||||
./Zip/Compression/Streams/DeflaterOutputStream.cs ./Zip/Compression/Streams/OutputWindow.cs ./Zip/Compression/Inflater.cs \
|
./Zip/Compression/Streams/DeflaterOutputStream.cs ./Zip/Compression/Streams/OutputWindow.cs ./Zip/Compression/Inflater.cs \
|
||||||
./Zip/Compression/DeflaterPending.cs ./Zip/ZipException.cs ./Zip/ZipEntryFactory.cs ./Zip/ZipFile.cs ./Zip/ZipExtraData.cs \
|
./Zip/Compression/DeflaterPending.cs ./Zip/ZipException.cs ./Zip/ZipEntryFactory.cs ./Zip/ZipFile.cs ./Zip/ZipExtraData.cs \
|
||||||
|
./Zip/ZipEntryExtensions.cs \
|
||||||
./Zip/ZipEntry.cs ./Zip/ZipNameTransform.cs ./Zip/ZipInputStream.cs ./Zip/ZipOutputStream.cs ./Zip/ZipConstants.cs \
|
./Zip/ZipEntry.cs ./Zip/ZipNameTransform.cs ./Zip/ZipInputStream.cs ./Zip/ZipOutputStream.cs ./Zip/ZipConstants.cs \
|
||||||
./Zip/ZipStrings.cs ./Zip/WindowsNameTransform.cs \
|
./Zip/ZipStrings.cs ./Zip/WindowsNameTransform.cs \
|
||||||
|
./Zip/ZipEncryptionMethod.cs \
|
||||||
./Tar/TarInputStream.cs ./Tar/InvalidHeaderException.cs ./Tar/TarException.cs ./Tar/TarArchive.cs ./Tar/TarBuffer.cs \
|
./Tar/TarInputStream.cs ./Tar/InvalidHeaderException.cs ./Tar/TarException.cs ./Tar/TarArchive.cs ./Tar/TarBuffer.cs \
|
||||||
./Tar/TarHeader.cs ./Tar/TarEntry.cs ./Tar/TarExtendedHeaderReader.cs ./Tar/TarOutputStream.cs \
|
./Tar/TarHeader.cs ./Tar/TarEntry.cs ./Tar/TarExtendedHeaderReader.cs ./Tar/TarOutputStream.cs \
|
||||||
./GZip/GzipInputStream.cs ./GZip/GZip.cs ./GZip/GZipException.cs ./GZip/GZipConstants.cs ./GZip/GzipOutputStream.cs \
|
./GZip/GzipInputStream.cs ./GZip/GZip.cs ./GZip/GZipException.cs ./GZip/GZipConstants.cs ./GZip/GzipOutputStream.cs \
|
||||||
./Encryption/ZipAESTransform.cs ./Encryption/ZipAESStream.cs ./Encryption/PkzipClassic.cs \
|
./Encryption/ZipAESTransform.cs ./Encryption/ZipAESStream.cs ./Encryption/PkzipClassic.cs \
|
||||||
./Checksum/BZip2Crc.cs ./Checksum/Adler32.cs ./Checksum/IChecksum.cs ./Checksum/Crc32.cs \
|
./Checksum/BZip2Crc.cs ./Checksum/Adler32.cs ./Checksum/IChecksum.cs ./Checksum/Crc32.cs \
|
||||||
|
./Checksum/CrcUtilities.cs \
|
||||||
./AssemblyInfo.cs \
|
./AssemblyInfo.cs \
|
||||||
-keyfile:ICSharpCode.SharpZipLib.snk \
|
-define:NETFRAMEWORK -define:NET45 \
|
||||||
|
-keyfile:../../assets/ICSharpCode.SharpZipLib.snk \
|
||||||
-target:library -out:../../bin/ICSharpCode.SharpZipLib.dll
|
-target:library -out:../../bin/ICSharpCode.SharpZipLib.dll
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
|
|
@ -124,6 +130,72 @@ FINISH
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.3.3-7
|
||||||
|
- convert license to SPDX
|
||||||
|
|
||||||
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Sep 20 2021 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.3.3-0
|
||||||
|
- Upgrade to v1.3.3
|
||||||
|
|
||||||
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 10 2021 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.3.2-0
|
||||||
|
- Upgrade to v1.3.2
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Dec 22 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.3.1-0
|
||||||
|
- Upgrade to v1.3.1
|
||||||
|
|
||||||
|
* Sat Oct 10 2020 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.3.0-0
|
||||||
|
- Upgrade to v1.3.0
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 13 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.2.0-1
|
||||||
|
- new build so that the provides work (fixed mono scripts)
|
||||||
|
|
||||||
|
* Tue Aug 20 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.2.0-0
|
||||||
|
- Upgrade to v1.2.0
|
||||||
|
|
||||||
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Mar 01 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.0-0
|
* Fri Mar 01 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.0-0
|
||||||
* Upgrade to v1.1.0
|
* Upgrade to v1.1.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (SharpZipLib-1.1.0.tar.gz) = c5e519278188776a4b1770b6abb2b45f8b4761c9ae29a04f72d690a1c4b58ecb70007ba6829105672f8a965bf142bada4d222d9c911dfddfc28ebb6db05ebaa3
|
SHA512 (SharpZipLib-1.3.3.tar.gz) = bc7d4baf2dfb729f5758a321795c36ef5ca6d70f11377e2d53253ea4a909727b0a0ed37aad50780795a64f1b3b2a2dfc92169d7fa6ae069ef6b72326c8c46caa
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue