diff --git a/lzo-2.02-configure.patch b/lzo-2.02-configure.patch deleted file mode 100644 index 0d471c1..0000000 --- a/lzo-2.02-configure.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -up lzo-2.02/configure.configure lzo-2.02/configure ---- lzo-2.02/configure.configure 2005-10-17 18:10:50.000000000 +0200 -+++ lzo-2.02/configure 2008-04-02 12:51:50.000000000 +0200 -@@ -5096,8 +5096,8 @@ main () - for (i = 0; i < 256; i++) - if (XOR (islower (i), ISLOWER (i)) - || toupper (i) != TOUPPER (i)) -- exit(2); -- exit (0); -+ return (2); -+ return (0); - } - _ACEOF - rm -f conftest$ac_exeext -@@ -19994,7 +19994,7 @@ asm_dir= - asm_msg_amd64=no - asm_msg_i386=no - --case $host_cpu in -+case $target_cpu in - amd64 | x86_64) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64" ;; - i?86) asm_arch="i386"; asm_dir="asm/i386/src_gas" ;; - *) enable_asm=no ;; -diff -up lzo-2.02/configure.ac.configure lzo-2.02/configure.ac ---- lzo-2.02/configure.ac.configure 2005-10-17 18:10:50.000000000 +0200 -+++ lzo-2.02/configure.ac 2008-04-02 11:53:37.000000000 +0200 -@@ -79,7 +79,7 @@ asm_dir= - asm_msg_amd64=no - asm_msg_i386=no - --case $host_cpu in -+case $target_cpu in - amd64 | x86_64) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64" ;; - i?86) asm_arch="i386"; asm_dir="asm/i386/src_gas" ;; - *) enable_asm=no ;; diff --git a/lzo-2.06-configure.patch b/lzo-2.06-configure.patch deleted file mode 100644 index 44ae20d..0000000 --- a/lzo-2.06-configure.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur lzo-2.06/configure lzo-2.06.configure/configure ---- lzo-2.06/configure 2011-08-12 21:32:59.000000000 +0530 -+++ lzo-2.06.configure/configure 2011-09-14 12:33:41.151087816 +0530 -@@ -12964,7 +12964,7 @@ - asm_msg_amd64=no - asm_msg_i386=no - --case "$host_cpu-$ac_cv_sizeof_void_p" in -+case "$target_cpu-$ac_cv_sizeof_void_p" in - amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;; - i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;; - *) enable_asm=no ;; -diff -Naur lzo-2.06/configure.ac lzo-2.06.configure/configure.ac ---- lzo-2.06/configure.ac 2011-08-12 21:32:59.000000000 +0530 -+++ lzo-2.06.configure/configure.ac 2011-09-14 12:33:31.851087334 +0530 -@@ -123,7 +123,7 @@ - asm_msg_amd64=no - asm_msg_i386=no - --case "$host_cpu-$ac_cv_sizeof_void_p" in -+case "$target_cpu-$ac_cv_sizeof_void_p" in - amd64-8 | x86_64-8) asm_arch="amd64"; asm_dir="asm/amd64/src_gas/elf64"; asm_mode="amd64_src_gas_elf64" ;; - i?86-4) asm_arch="i386"; asm_dir="asm/i386/src_gas"; asm_mode="i386_src_gas" ;; - *) enable_asm=no ;; diff --git a/lzo.spec b/lzo.spec index c485f30..a41dc78 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,6 +1,6 @@ Name: lzo Version: 2.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Data compression library with very fast (de)compression License: GPLv2+ URL: http://www.oberhumer.com/opensource/lzo/ @@ -95,6 +95,10 @@ make check test %changelog +* Wed May 26 2021 Jaroslav Škarvada - 2.10-6 +- Release bump to drop unused patches from the dist-git + Resolves: rhbz#1956457 + * Fri Apr 16 2021 Mohan Boddu - 2.10-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937