From 6e83636ad43a539cb80770b3ccd9b90b802d1fb4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 23:56:09 +0000 Subject: [PATCH 01/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 8cdd288..3c1d5f0 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -11,7 +11,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage Version: 0.86.0 -Release: 0.5%{?dist} +Release: 0.6%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -142,6 +142,9 @@ rm -r bin %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 0.86.0-0.6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Dec 17 2015 Raphael Groner - 0.86.0-0.5 - split devel subpackage From 2fd12f4206e8a861b3dacc31c5085bf6ccb92013 Mon Sep 17 00:00:00 2001 From: Raphael Groner Date: Thu, 21 Apr 2016 17:06:58 +0200 Subject: [PATCH 02/34] adjust version --- sharpziplib.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 8cdd288..0a5b941 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -9,9 +9,10 @@ %bcond_with brokentests Name: sharpziplib -# ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage -Version: 0.86.0 -Release: 0.5%{?dist} +# ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, +# latest upstream release as tarball is 0.86.0.518 +Version: 0.86.0.518 +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -142,6 +143,9 @@ rm -r bin %changelog +* Thu Apr 21 2016 Raphael Groner - 0.86.0.518-1 +- adjust version + * Thu Dec 17 2015 Raphael Groner - 0.86.0-0.5 - split devel subpackage From 02743643382d405311b2ab545535dfc99dbc4b86 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Wed, 31 Aug 2016 22:26:21 +0200 Subject: [PATCH 03/34] build with nunit2 --- sharpziplib.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index e4ad79d..05d9949 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -43,7 +43,7 @@ BuildRequires: nant BuildRequires: mono-devel BuildRequires: unrtf # enforce nunit version cause of the versioned binary -BuildRequires: nunit = 2.6.4 +BuildRequires: nunit2 = 2.6.4 # fix ownership of mono folders Requires: mono-core @@ -81,7 +81,7 @@ sed -i 's,\r,,' $files pushd tests # tell where to find nunit -sed -i -e /ProgramFiles/d -e 's,${nunit.dir}/bin,%{_monodir}/nunit,' tests.build +sed -i -e /ProgramFiles/d -e 's,${nunit.dir}/bin,%{_monodir}/nunit2,' tests.build # disable sloppy tests (lazy or fail) sed -i -r 's,.*Performance,[Category("Long Running")] \0,' BZip2/Bzip2Tests.cs %if %{with brokentests} @@ -143,6 +143,9 @@ rm -r bin %changelog +* Wed Aug 31 2016 Timotheus Pokorra - 0.86.0.518-2 +- build with nunit2 + * Thu Apr 21 2016 Raphael Groner - 0.86.0.518-1 - adjust version From a770e898d82185e92a7e00a845811ce774387521 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 13 Oct 2016 15:54:56 +0100 Subject: [PATCH 04/34] - mono rebuild for aarch64 support --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 05d9949..7cfdc7a 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Thu Oct 13 2016 Fedora Release Engineering - 0.86.0.518-3 +- mono rebuild for aarch64 support + * Wed Aug 31 2016 Timotheus Pokorra - 0.86.0.518-2 - build with nunit2 From f5c90d98dc71d12ff8eb440d519302043436ba3c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 13:22:47 +0000 Subject: [PATCH 05/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 7cfdc7a..f59dca0 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.86.0.518-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Oct 13 2016 Fedora Release Engineering - 0.86.0.518-3 - mono rebuild for aarch64 support From 3ad10125b7f29fa42cf59c398cdbf9b639ec8d94 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 18:31:45 +0000 Subject: [PATCH 06/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index f59dca0..592ec0f 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.86.0.518-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.86.0.518-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 667d8f0635508a1e4ccbed8b2168f25a20fd906f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 08:24:06 +0000 Subject: [PATCH 07/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 592ec0f..26909a6 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.86.0.518-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.86.0.518-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From c096bbc23d5eb6f90f0cbdab23ac4489843271b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 16:37:13 +0000 Subject: [PATCH 08/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 26909a6..ba00f23 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.86.0.518-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.86.0.518-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 46ba395b25f7f6691ce3291477d7508520161316 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 06:03:23 +0000 Subject: [PATCH 09/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index ba00f23..a3322d0 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.86.0.518-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.86.0.518-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 8306fa5f89c4fcfd4d90fc745b6113e1b2fd92aa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 15:18:43 +0000 Subject: [PATCH 10/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index a3322d0..98b9fa0 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -12,7 +12,7 @@ Name: sharpziplib # ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, # latest upstream release as tarball is 0.86.0.518 Version: 0.86.0.518 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -143,6 +143,9 @@ rm -r bin %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.86.0.518-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.86.0.518-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 65fcf3bcff6e2f346f1a67b9479a0ee3394ba99e Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Fri, 1 Mar 2019 20:10:14 +0000 Subject: [PATCH 11/34] upgrade to v1.1.0 --- .gitignore | 1 + sharpziplib.spec | 128 +++++++++++++++++++++-------------------------- sources | 2 +- 3 files changed, 58 insertions(+), 73 deletions(-) diff --git a/.gitignore b/.gitignore index bd66403..061a540 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz +/SharpZipLib-1.1.0.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index ba00f23..8680ecd 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -1,18 +1,13 @@ %global libname SharpZipLib -%global commit0 e01215507cf25a5978a0bd850c9e67dbabf515b7 -%global date 20150714 - # mono is without any packagable debuginfo %global debug_package %{nil} %bcond_with brokentests Name: sharpziplib -# ReadMe.rtf says version 0.85.5 but version 0.86.0 (2010/05/25) is mentioned on homepage, -# latest upstream release as tarball is 0.86.0.518 -Version: 0.86.0.518 -Release: 7%{?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: @@ -36,14 +31,10 @@ Summary: Zip, GZip, Tar and BZip2 library # - samples/HttpCompressionModule is licensed as zlib/libpng (=zlib) License: GPLv2+ with exceptions and BSD and zlib URL: http://icsharpcode.github.io/%{libname} -Source0: https://github.com/icsharpcode/%{name}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz +Source0: https://github.com/icsharpcode/%{name}/archive/v%{version}.tar.gz#/%{libname}-%{version}.tar.gz ExclusiveArch: %{mono_arches} -BuildRequires: nant BuildRequires: mono-devel -BuildRequires: unrtf -# enforce nunit version cause of the versioned binary -BuildRequires: nunit2 = 2.6.4 # fix ownership of mono folders Requires: mono-core @@ -60,72 +51,69 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel %{summary}. -%package doc -Summary: Documentation files for %{libname} -BuildArch: noarch -# need main package for samples and tests to work properly -Suggests: %{name}%{?_isa} = %{version}-%{release} - -%description doc -Samples and %{summary}. - - %prep -%setup -qn%{libname}-%{commit0} -# remove useless stuff -find samples -name Web\ References -print0 |xargs -0 rm -r -# W: wrong-file-end-of-line-encoding -#files=`find doc samples tests -regextype posix-extended -regex '.*(txt|build|csproj)'` -files=`find doc -name \*.txt ; find samples tests -exec file '{}' \; |grep text |sed -r 's,(.*):.*,\1,'` -sed -i 's,\r,,' $files - -pushd tests -# tell where to find nunit -sed -i -e /ProgramFiles/d -e 's,${nunit.dir}/bin,%{_monodir}/nunit2,' tests.build -# disable sloppy tests (lazy or fail) -sed -i -r 's,.*Performance,[Category("Long Running")] \0,' BZip2/Bzip2Tests.cs -%if %{with brokentests} -%else -# FIXME https://github.com/icsharpcode/SharpZipLib/issues/90 -sed -i -r 's,public void ZeroLengthInputStream\(,[Ignore("broken")] \0,' GZip/GZipTests.cs -sed -i -r 's,public void LongNames\(,[Ignore("broken")] \0,' Tar/TarTests.cs -sed -i -r 's,public void ReadingOfLockedDataFiles\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void BasicDirectories\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void BasicFiles\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void Replacement\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void ReplacementChecking\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void CreatedValues\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -sed -i -r 's,public void FilenameCleaning\(,[Ignore("broken")] \0,' Zip/ZipTests.cs -%endif - +%setup -qn%{libname}-%{version} %build -# FIXME adjust target when upstream moves to mono 4 -nant -v+ build-mono-2.0 +mkdir bin +cd src/ICSharpCode.SharpZipLib/ + +cat > AssemblyInfo.cs << FINISH +using System.Reflection; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("SharpZipLib")] +[assembly: AssemblyVersion("%{version}")] +[assembly: AssemblyDescription("C# Zip, GZip, Tar and BZip2 library for .NET")] +[assembly: AssemblyCulture("")] +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/InvalidNameException.cs ./Core/FileSystemScanner.cs ./Core/INameTransform.cs ./Core/PathFilter.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 \ + ./Zip/Compression/DeflaterHuffman.cs ./Zip/Compression/DeflaterConstants.cs ./Zip/Compression/PendingBuffer.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/DeflaterPending.cs ./Zip/ZipException.cs ./Zip/ZipEntryFactory.cs ./Zip/ZipFile.cs ./Zip/ZipExtraData.cs \ + ./Zip/ZipEntry.cs ./Zip/ZipNameTransform.cs ./Zip/ZipInputStream.cs ./Zip/ZipOutputStream.cs ./Zip/ZipConstants.cs \ + ./Zip/ZipStrings.cs ./Zip/WindowsNameTransform.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 \ + ./AssemblyInfo.cs \ + -keyfile:ICSharpCode.SharpZipLib.snk \ + -target:library -out:../../bin/ICSharpCode.SharpZipLib.dll +cd - %install mkdir -p %{buildroot}/%{_monogacdir} %{buildroot}/%{_libdir}/pkgconfig gacutil -i bin/*.dll -f -package %{name} -root %{buildroot}/usr/lib -cp -p %{name}.pc %{buildroot}/%{_libdir}/pkgconfig -unrtf --text doc/ReadMe.rtf >doc/ReadMe.txt +cat > %{buildroot}/%{_libdir}/pkgconfig/%{name}.pc < - 1.1.0-0 +* Upgrade to v1.1.0 + * Fri Feb 09 2018 Fedora Release Engineering - 0.86.0.518-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index 6447f7d..1e06e1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c94cf5b270b3492288afbad2d0ed3db sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz +SHA512 (SharpZipLib-1.1.0.tar.gz) = c5e519278188776a4b1770b6abb2b45f8b4761c9ae29a04f72d690a1c4b58ecb70007ba6829105672f8a965bf142bada4d222d9c911dfddfc28ebb6db05ebaa3 From 1e6862e6a9279d6b6bf38e1597d26ef898c93e8e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 23:12:14 +0000 Subject: [PATCH 12/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 4017b9f..b8f6257 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.1.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -124,6 +124,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Mar 01 2019 Timotheus Pokorra - 1.1.0-0 * Upgrade to v1.1.0 From 026616c46a29d76db8eee3dbb0ecc277db81750b Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Tue, 20 Aug 2019 06:54:52 +0200 Subject: [PATCH 13/34] Upgrade to v1.2.0 --- .gitignore | 1 + sharpziplib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 061a540..033d2f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz /SharpZipLib-1.1.0.tar.gz +/SharpZipLib-1.2.0.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index b8f6257..1309060 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -6,8 +6,8 @@ %bcond_with brokentests Name: sharpziplib -Version: 1.1.0 -Release: 1%{?dist} +Version: 1.2.0 +Release: 0%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -124,6 +124,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Aug 20 2019 Timotheus Pokorra - 1.2.0-0 +- Upgrade to v1.2.0 + * Fri Jul 26 2019 Fedora Release Engineering - 1.1.0-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 1e06e1c..d17a182 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SharpZipLib-1.1.0.tar.gz) = c5e519278188776a4b1770b6abb2b45f8b4761c9ae29a04f72d690a1c4b58ecb70007ba6829105672f8a965bf142bada4d222d9c911dfddfc28ebb6db05ebaa3 +SHA512 (SharpZipLib-1.2.0.tar.gz) = c056d02308e93bd1247c75a60d679024b1f301545ad1d8393af84f389e0ba530a3e87cc7e4f890e8480c319ee51593c7b136feea82350d080b9ae58df19d9844 From 5b91ef1240645a7b4c562e5e91d50006f7c1d74d Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Fri, 13 Sep 2019 07:22:17 +0200 Subject: [PATCH 14/34] new build so that the provides work (new mono scripts) --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 1309060..b49d69b 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.2.0 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -124,6 +124,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Sep 13 2019 Timotheus Pokorra - 1.2.0-1 +- new build so that the provides work (fixed mono scripts) + * Tue Aug 20 2019 Timotheus Pokorra - 1.2.0-0 - Upgrade to v1.2.0 From 1b99b1c6c083ed34bdf5f7510854c295aa03b19a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 23:22:10 +0000 Subject: [PATCH 15/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index b49d69b..e122593 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -124,6 +124,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Sep 13 2019 Timotheus Pokorra - 1.2.0-1 - new build so that the provides work (fixed mono scripts) From 3f2255e0d715ca12a99b39fb25c74f11bb68e2fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 10:39:06 +0000 Subject: [PATCH 16/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index e122593..fa0e3d2 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -124,6 +124,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jan 30 2020 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a285c44d2dc9c846d5e13a9e315fa6a814bd5ff6 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Sat, 10 Oct 2020 14:38:01 +0200 Subject: [PATCH 17/34] update to sharpziplib 1.3.0 --- .gitignore | 1 + sharpziplib.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 033d2f7..f0712a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /sharpziplib-e01215507cf25a5978a0bd850c9e67dbabf515b7.tar.gz /SharpZipLib-1.1.0.tar.gz /SharpZipLib-1.2.0.tar.gz +/SharpZipLib-1.3.0.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index fa0e3d2..272b121 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -6,8 +6,8 @@ %bcond_with brokentests Name: sharpziplib -Version: 1.2.0 -Release: 3%{?dist} +Version: 1.3.0 +Release: 0%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -85,13 +85,14 @@ mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/E ./Zip/Compression/DeflaterPending.cs ./Zip/ZipException.cs ./Zip/ZipEntryFactory.cs ./Zip/ZipFile.cs ./Zip/ZipExtraData.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 \ ./AssemblyInfo.cs \ - -keyfile:ICSharpCode.SharpZipLib.snk \ + -keyfile:../../assets/ICSharpCode.SharpZipLib.snk \ -target:library -out:../../bin/ICSharpCode.SharpZipLib.dll cd - @@ -124,6 +125,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Oct 10 2020 Timotheus Pokorra - 1.3.0-0 +- Upgrade to v1.3.0 + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index d17a182..fbe38a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SharpZipLib-1.2.0.tar.gz) = c056d02308e93bd1247c75a60d679024b1f301545ad1d8393af84f389e0ba530a3e87cc7e4f890e8480c319ee51593c7b136feea82350d080b9ae58df19d9844 +SHA512 (SharpZipLib-1.3.0.tar.gz) = c595bfd92313a10563c8fe01e8a2107cad9c06d6d1db3a388dfa539d3255661aca47deebf206c3c043977a4950f02ed10c657fdc08b1fb464ea3ab74ed9339e0 From ac01a4d984ddff23dc4d97aeddfb5f65d10cf490 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Tue, 22 Dec 2020 07:40:33 +0100 Subject: [PATCH 18/34] Upgrade to v1.3.1 --- .gitignore | 1 + sharpziplib.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f0712a2..596f85d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /SharpZipLib-1.1.0.tar.gz /SharpZipLib-1.2.0.tar.gz /SharpZipLib-1.3.0.tar.gz +/SharpZipLib-1.3.1.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index 272b121..255bd1c 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -6,7 +6,7 @@ %bcond_with brokentests Name: sharpziplib -Version: 1.3.0 +Version: 1.3.1 Release: 0%{?dist} Summary: Zip, GZip, Tar and BZip2 library @@ -125,6 +125,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Dec 22 2020 Timotheus Pokorra - 1.3.1-0 +- Upgrade to v1.3.1 + * Sat Oct 10 2020 Timotheus Pokorra - 1.3.0-0 - Upgrade to v1.3.0 diff --git a/sources b/sources index fbe38a1..4939da3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SharpZipLib-1.3.0.tar.gz) = c595bfd92313a10563c8fe01e8a2107cad9c06d6d1db3a388dfa539d3255661aca47deebf206c3c043977a4950f02ed10c657fdc08b1fb464ea3ab74ed9339e0 +SHA512 (SharpZipLib-1.3.1.tar.gz) = a10007bea7b5e1363024851084d6361ac178e7d2e863e9c2a1c0589cd6f2eeb005442a363fe052a1bafb8847b3c4e4970ccba34ec9a79bd9626708cc56ac68a7 From 72f65b45782941a51ec682901f8d6dddda054b15 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Tue, 22 Dec 2020 07:53:24 +0100 Subject: [PATCH 19/34] v1.3.1: include new c# sharp files in compiler call --- sharpziplib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 255bd1c..fff2ec7 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -75,7 +75,7 @@ mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/E ./Core/Exceptions/SharpZipBaseException.cs ./Core/Exceptions/ValueOutOfRangeException.cs \ ./Core/Exceptions/StreamUnsupportedException.cs ./Core/Exceptions/UnexpectedEndOfStreamException.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 \ ./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 \ @@ -91,6 +91,7 @@ mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/E ./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 \ -keyfile:../../assets/ICSharpCode.SharpZipLib.snk \ -target:library -out:../../bin/ICSharpCode.SharpZipLib.dll From 325e17634a18cc25ab6482e115bb719dc1a114f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 20:19:00 +0000 Subject: [PATCH 20/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index fff2ec7..f3388c2 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.1 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -126,6 +126,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.3.1-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 22 2020 Timotheus Pokorra - 1.3.1-0 - Upgrade to v1.3.1 From da17cab13ca6a1d1fc29ba9df056c6d245a0d7e5 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 10 May 2021 21:05:17 +0200 Subject: [PATCH 21/34] Upgrade to v1.3.2 --- .gitignore | 1 + sharpziplib.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 596f85d..356e554 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /SharpZipLib-1.2.0.tar.gz /SharpZipLib-1.3.0.tar.gz /SharpZipLib-1.3.1.tar.gz +/SharpZipLib-1.3.2.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index f3388c2..8dc647b 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -6,8 +6,8 @@ %bcond_with brokentests Name: sharpziplib -Version: 1.3.1 -Release: 1%{?dist} +Version: 1.3.2 +Release: 0%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -74,6 +74,7 @@ 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 \ ./BZip2/BZip2.cs ./BZip2/BZip2Exception.cs ./BZip2/BZip2InputStream.cs ./BZip2/BZip2OutputStream.cs ./BZip2/BZip2Constants.cs \ @@ -83,6 +84,7 @@ 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 \ @@ -93,6 +95,7 @@ mcs ./Lzw/LzwException.cs ./Lzw/LzwInputStream.cs ./Lzw/LzwConstants.cs ./Core/E ./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 \ -target:library -out:../../bin/ICSharpCode.SharpZipLib.dll cd - @@ -126,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon May 10 2021 Timotheus Pokorra - 1.3.2-0 +- Upgrade to v1.3.2 + * Wed Jan 27 2021 Fedora Release Engineering - 1.3.1-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 4939da3..663adda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SharpZipLib-1.3.1.tar.gz) = a10007bea7b5e1363024851084d6361ac178e7d2e863e9c2a1c0589cd6f2eeb005442a363fe052a1bafb8847b3c4e4970ccba34ec9a79bd9626708cc56ac68a7 +SHA512 (SharpZipLib-1.3.2.tar.gz) = e474eb96d6e4c4b4c61fb5c1183f580f3a3392a49c417518b61e71c3c7594f783079c4f0e479fd2a352b5e52b3d466d458943c42eccd34d63fbf4db1bd61cff7 From f68b25e671323dc9ee5b8b62f8ee9d6c151a5d54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 17:29:02 +0000 Subject: [PATCH 22/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 8dc647b..caeae64 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.2 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon May 10 2021 Timotheus Pokorra - 1.3.2-0 - Upgrade to v1.3.2 From cb7d1fb8e924894d9ce45cccf32edbecf99a2a5c Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 20 Sep 2021 22:42:49 +0200 Subject: [PATCH 23/34] upgrade to 1.3.upgrade to 1.3.33 --- .gitignore | 1 + sharpziplib.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 356e554..6571b3d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /SharpZipLib-1.3.0.tar.gz /SharpZipLib-1.3.1.tar.gz /SharpZipLib-1.3.2.tar.gz +/SharpZipLib-1.3.3.tar.gz diff --git a/sharpziplib.spec b/sharpziplib.spec index caeae64..8875ded 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -6,8 +6,8 @@ %bcond_with brokentests Name: sharpziplib -Version: 1.3.2 -Release: 1%{?dist} +Version: 1.3.3 +Release: 0%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Sep 20 2021 Timotheus Pokorra - 1.3.3-0 +- Upgrade to v1.3.3 + * Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 663adda..d6a2556 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (SharpZipLib-1.3.2.tar.gz) = e474eb96d6e4c4b4c61fb5c1183f580f3a3392a49c417518b61e71c3c7594f783079c4f0e479fd2a352b5e52b3d466d458943c42eccd34d63fbf4db1bd61cff7 +SHA512 (SharpZipLib-1.3.3.tar.gz) = bc7d4baf2dfb729f5758a321795c36ef5ca6d70f11377e2d53253ea4a909727b0a0ed37aad50780795a64f1b3b2a2dfc92169d7fa6ae069ef6b72326c8c46caa From a5c0e63dae368b67c09df0fd4d226bdd8a8fb28b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 00:48:15 +0000 Subject: [PATCH 24/34] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 8875ded..c69f7e9 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.3.3-1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Sep 20 2021 Timotheus Pokorra - 1.3.3-0 - Upgrade to v1.3.3 From fe56bb8f325fdeebb10ad5a54bc3f46423f369f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 08:30:30 +0000 Subject: [PATCH 25/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index c69f7e9..522c2a8 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.3.3-1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 711e4b4a97a94b98f895e335ec7cb447c7aada75 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 03:08:52 +0000 Subject: [PATCH 26/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 522c2a8..2187420 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 561c1323217c16c18036b998d4681c0cec4e3979 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 01:33:24 +0000 Subject: [PATCH 27/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 2187420..a27b062 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.3.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From aeb5f283ad2c2f5ceac14f34c7024bf5f71ea462 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 02:52:02 +0000 Subject: [PATCH 28/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index a27b062..7e0b051 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.3.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 7f593e08f6be4511cd5f79ebbbf83288449c13c5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 05:24:38 +0000 Subject: [PATCH 29/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 7e0b051..6418b4b 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -129,6 +129,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.3.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 1ca3f6f846a0fdec5ebe495986a60fee4807359d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 21:53:45 +0200 Subject: [PATCH 30/34] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- sharpziplib.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 6418b4b..bc7eafb 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - 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/viewzipfile/Main.vb # - 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} Source0: https://github.com/icsharpcode/%{name}/archive/v%{version}.tar.gz#/%{libname}-%{version}.tar.gz @@ -129,6 +130,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.3.3-7 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From c3ed09561b94499fc93a388d7aa24dc509be644c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 10:33:49 +0000 Subject: [PATCH 31/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index bc7eafb..b87dcc7 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -130,6 +130,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.3.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 1.3.3-7 - convert license to SPDX From ea7d9f45c6225e1e1ca171426c2da71eb3fda65a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 18:13:35 +0000 Subject: [PATCH 32/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index b87dcc7..cda3e64 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -130,6 +130,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.3.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.3.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 1b2e485a330cb64a7f7ac887e3bd38c54db6729d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 17:58:33 +0000 Subject: [PATCH 33/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index cda3e64..1f360a0 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -130,6 +130,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.3.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.3.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 28d21c61513d7d957b1a7856153b2032785c715d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 06:28:38 +0000 Subject: [PATCH 34/34] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- sharpziplib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sharpziplib.spec b/sharpziplib.spec index 1f360a0..d283a82 100644 --- a/sharpziplib.spec +++ b/sharpziplib.spec @@ -7,7 +7,7 @@ Name: sharpziplib Version: 1.3.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Zip, GZip, Tar and BZip2 library # - as stated on the homepage, license is aka GNU Classpath exception: @@ -130,6 +130,9 @@ FINISH %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.3.3-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.3.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild