diff --git a/README.md b/README.md index 32af384..2e6ace1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. + diff --git a/lzip.spec b/lzip.spec index ee3889b..be130ab 100644 --- a/lzip.spec +++ b/lzip.spec @@ -1,5 +1,5 @@ Name: lzip -Version: 1.24.1 +Version: 1.25 Release: 1mamba Summary: A lossless data compressor based on the LZMA algorithm Group: Applications/Archiving @@ -19,7 +19,6 @@ Requires(post):%{__install_info} %description Lzip is a lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Lzip decompresses almost as fast as gzip and compresses better than bzip2, which makes it well suited for software distribution and data archiving. -%debug_package %prep %setup -q @@ -54,6 +53,9 @@ exit 0 #ChangeLog NEWS README %changelog +* Sat Jan 18 2025 Automatic Build System 1.25-1mamba +- automatic version update by autodist + * Fri Mar 01 2024 Automatic Build System 1.24.1-1mamba - automatic version update by autodist