Compare commits

..

No commits in common. "rawhide" and "f30" have entirely different histories.

3 changed files with 6 additions and 83 deletions

5
.gitignore vendored
View file

@ -1,7 +1,2 @@
/sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.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

View file

@ -6,8 +6,8 @@
%bcond_with brokentests
Name: sharpziplib
Version: 1.3.3
Release: 11%{?dist}
Version: 1.1.0
Release: 0%{?dist}
Summary: Zip, GZip, Tar and BZip2 library
# - as stated on the homepage, license is aka GNU Classpath exception:
@ -29,8 +29,7 @@ Summary: Zip, GZip, Tar and BZip2 library
# + samples/vb/minibzip2/Main.vb
# + samples/vb/viewzipfile/Main.vb
# - samples/HttpCompressionModule is licensed as zlib/libpng (=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
License: GPLv2+ with exceptions and BSD and zlib
URL: http://icsharpcode.github.io/%{libname}
Source0: https://github.com/icsharpcode/%{name}/archive/v%{version}.tar.gz#/%{libname}-%{version}.tar.gz
@ -75,9 +74,8 @@ FINISH
mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/Exceptions/StreamDecodingException.cs \
./Core/Exceptions/SharpZipBaseException.cs ./Core/Exceptions/ValueOutOfRangeException.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/PathUtils.cs ./Core/StreamUtils.cs ./Core/IScanFilter.cs ./Core/NameFilter.cs \
./Core/WindowsPathUtils.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 \
./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 \
@ -85,19 +83,15 @@ 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/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/ZipEntryExtensions.cs \
./Zip/ZipEntry.cs ./Zip/ZipNameTransform.cs ./Zip/ZipInputStream.cs ./Zip/ZipOutputStream.cs ./Zip/ZipConstants.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/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 \
./Encryption/ZipAESTransform.cs ./Encryption/ZipAESStream.cs ./Encryption/PkzipClassic.cs \
./Checksum/BZip2Crc.cs ./Checksum/Adler32.cs ./Checksum/IChecksum.cs ./Checksum/Crc32.cs \
./Checksum/CrcUtilities.cs \
./AssemblyInfo.cs \
-define:NETFRAMEWORK -define:NET45 \
-keyfile:../../assets/ICSharpCode.SharpZipLib.snk \
-keyfile:ICSharpCode.SharpZipLib.snk \
-target:library -out:../../bin/ICSharpCode.SharpZipLib.dll
cd -
@ -130,72 +124,6 @@ FINISH
%{_libdir}/pkgconfig/%{name}.pc
%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
* Upgrade to v1.1.0

View file

@ -1 +1 @@
SHA512 (SharpZipLib-1.3.3.tar.gz) = bc7d4baf2dfb729f5758a321795c36ef5ca6d70f11377e2d53253ea4a909727b0a0ed37aad50780795a64f1b3b2a2dfc92169d7fa6ae069ef6b72326c8c46caa
SHA512 (SharpZipLib-1.1.0.tar.gz) = c5e519278188776a4b1770b6abb2b45f8b4761c9ae29a04f72d690a1c4b58ecb70007ba6829105672f8a965bf142bada4d222d9c911dfddfc28ebb6db05ebaa3