Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eeb7ec76873696babc88b5e202668df95da6ef92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eeb7ec76873696babc88b5e202668df95da6ef92)
  • Date: Thu, 20 Jan 2022 20:00:44 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/lzip/DETAILS | 13 ++++++-------
archive/lzip/HISTORY | 5 +++++
2 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit eeb7ec76873696babc88b5e202668df95da6ef92
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lzip: Fix duplicated docs, PATCHLEVEL++

commit bda12e13a34f88474a4d0ca011cf080d7b13e9bf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lzip: fix long description word-wrapping

diff --git a/archive/lzip/DETAILS b/archive/lzip/DETAILS
index 45b0ca9..e059a4a 100755
--- a/archive/lzip/DETAILS
+++ b/archive/lzip/DETAILS
@@ -1,5 +1,6 @@
SPELL=lzip
VERSION=1.22
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
@@ -11,13 +12,11 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=GPL
ENTERED=20090323
KEYWORDS="compression"
+ DOCS="COPYING NEWS README"
SHORT="LZMA compression tool"
cat << EOF
-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.
+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.
EOF
diff --git a/archive/lzip/HISTORY b/archive/lzip/HISTORY
index 3778bc2..95ba4b3 100644
--- a/archive/lzip/HISTORY
+++ b/archive/lzip/HISTORY
@@ -1,3 +1,8 @@
+2022-01-20 Ismael Luceno <ismael AT iodev.co.uk>
+ * DETAILS: fixed long description word-wrapping
+ added DOCS to avoid duplicated files
+ PATCHLEVEL++
+
2021-01-10 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.22




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (eeb7ec76873696babc88b5e202668df95da6ef92), Ismael Luceno, 01/20/2022

Archive powered by MHonArc 2.6.24.

Top of Page