diff --git a/.zip.metadata b/.zip.metadata new file mode 100644 index 0000000..b4d94bf --- /dev/null +++ b/.zip.metadata @@ -0,0 +1 @@ +c9f4099ecf2772b53c2dd4a8e508064ce015d182 zip30.tar.gz diff --git a/zip.spec b/zip.spec index 8fdc262..3365e48 100644 --- a/zip.spec +++ b/zip.spec @@ -1,7 +1,7 @@ Summary: A file compression and packaging utility compatible with PKZIP Name: zip Version: 3.0 -Release: 34%{?dist} +Release: 35%{?dist} License: BSD Source: http://downloads.sourceforge.net/infozip/zip30.tar.gz URL: http://www.info-zip.org/Zip.html @@ -44,6 +44,7 @@ program. #Remove assembly file to force the c implementation of the crc functions #Related to 3.0-33 and 3.0-34 rm crc_i386.S +rm match.S make -f unix/Makefile prefix=%{_prefix} CFLAGS_NOOPT="-I. -DUNIX -DNO_ASM $RPM_OPT_FLAGS" LFLAGS2="%{?__global_ldflags}" generic_gcc %{?_smp_mflags} @@ -68,6 +69,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \ %{_mandir}/man1/zipsplit.1* %changelog +* Tue Feb 14 2023 Jakub Martisko - 3.0-35 +- Fix the annocheck issus from 3-0-33 without reintroducing the regression from 3.0-34 +Related: rhbz#2162688 + * Tue Jan 31 2023 Jakub Martisko - 3.0-34 - Fix the regression introduced in 3.0-33 that caused some of the zip build flags to be dropped Resolves: rhbz#2162688