]> git.pld-linux.org Git - packages/less.git/commitdiff
- updated to 548 auto/th/less-548-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 9 Feb 2019 09:34:48 +0000 (10:34 +0100)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sat, 9 Feb 2019 09:34:48 +0000 (10:34 +0100)
less-shell.patch
less.spec

index 625febe1d676fd3d0120c340e6416fc471638d23..835189a2f2aae838bfa7ae6581f1634a6fbbefe0 100644 (file)
@@ -8,7 +8,7 @@
 -      char *shell;
 -
 -      shell = lgetenv("SHELL");
--      if (shell != NULL && *shell != '\0')
+-      if (!isnullenv(shell))
 -      {
 -              char *scmd;
 -              char *esccmd;
index fd1095bc11859e23cb5a8643068edf2ecd075892..0343a490a4e9a9914cb0b2eeb8a3a5fc36620035 100644 (file)
--- a/less.spec
+++ b/less.spec
@@ -8,13 +8,13 @@ Summary(ru.UTF-8):    Программа для просмотра текстовы
 Summary(tr.UTF-8):     Metin dosyası görüntüleyici - more benzeri
 Summary(uk.UTF-8):     Програма для перегляду текстових файлів схожа на more, але краща
 Name:          less
-Version:       530
+Version:       548
 Release:       1
 License:       GPL v3+
 Group:         Applications/Text
 #Source0Download: http://www.greenwoodsoftware.com/less/download.html
 Source0:       http://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
-# Source0-md5: 6a39bccf420c946b0fd7ffc64961315b
+# Source0-md5: 8b7d6a60094c788771b71f276bfd1947
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 07bb76556307ab4cecba7abd3933bad2
 Source2:       %{name}echo.1
This page took 0.088444 seconds and 4 git commands to generate.