public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michal Hlavinka <mhlavink@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/less] f43: update lesspipe to 2.28
Date: Thu, 17 Sep 2026 14:30:35 GMT [thread overview]
Message-ID: <178965543546.1.5083994216117668377.rpms-less-9a0163a4daf9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/less
Branch : f43
Commit : 9a0163a4daf9ec0de5b25c90db54ede9c136a9fb
Author : Michal Hlavinka <mhlavink@redhat.com>
Date : 2026-09-16T14:47:05+02:00
Stats : +7/-17 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/less/c/9a0163a4daf9ec0de5b25c90db54ede9c136a9fb?branch=f43
Log:
update lesspipe to 2.28
---
diff --git a/.gitignore b/.gitignore
index f56ad17..090ecd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/less-704.tar.gz
/lesspipe-2.26.tar.gz
/lesspipe-2.27.tar.gz
+/lesspipe-2.28.tar.gz
diff --git a/less.spec b/less.spec
index 973f79f..d7c74c3 100644
--- a/less.spec
+++ b/less.spec
@@ -1,12 +1,12 @@
Summary: A text file browser similar to more, but better
Name: less
Version: 704
-Release: 4%{?dist}
+Release: 5%{?dist}
# less dual license GPL-3.0-only OR BSD-2-Clause
# lesspipe GPL-2.0-or-later
License: (GPL-3.0-only OR BSD-2-Clause) AND GPL-2.0-or-later
Source0: https://www.greenwoodsoftware.com/less/%{name}-%{version}.tar.gz
-%global lesspipe_version 2.27
+%global lesspipe_version 2.28
Source1: https://github.com/wofr06/lesspipe/archive/refs/tags/v%{lesspipe_version}.tar.gz#/lesspipe-%{lesspipe_version}.tar.gz
Source2: less.sh
Source3: less.csh
@@ -18,8 +18,6 @@ Patch9: less-458-less-filters-man.patch
Patch10: less-458-lesskey-usage.patch
Patch11: less-458-old-bot-in-help.patch
Patch13: less-436-help.patch
-# from upstream, for lesspipe <= 2.27, rhbz#2468485
-Patch14: lesspipe-2.27-fixperldoc.patch
URL: https://www.greenwoodsoftware.com/less/
BuildRequires: ncurses-devel
BuildRequires: autoconf automake libtool
@@ -67,7 +65,6 @@ mv lesspipe-%{lesspipe_version} lesspipe-src
%patch -P 10 -p1 -b .lesskey-usage
%patch -P 11 -p1 -b .old-bot
%patch -P 13 -p1 -b .help
-%patch -P 14 -p1 -b .fixperldoc
# get consistent result localy and on builders
sed -i -e 's|"#!/usr/bin/env $selected_shell"|"#!$shellcmd"|' -e '/ZSH_/d' lesspipe-src/configure
@@ -117,6 +114,9 @@ popd
%{_bindir}/archive_color
%changelog
+* Wed Sep 16 2026 Michal Hlavinka <mhlavink@redhat.com> - 704-5
+- update lesspipe to 2.28
+
* Wed Aug 19 2026 Michal Hlavinka <mhlavink@redhat.com> - 704-4
- fix processing wrongly formated perldoc files (rhbz#2501990)
credits Wolfgang Friebel
diff --git a/lesspipe-2.27-fixperldoc.patch b/lesspipe-2.27-fixperldoc.patch
deleted file mode 100644
index 05fe66a..0000000
--- a/lesspipe-2.27-fixperldoc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up less-704/lesspipe-src/lesspipe.sh.fixperldoc less-704/lesspipe-src/lesspipe.sh
---- less-704/lesspipe-src/lesspipe.sh.fixperldoc 2026-06-10 13:03:36.000000000 +0200
-+++ less-704/lesspipe-src/lesspipe.sh 2026-08-19 10:29:42.581072760 +0200
-@@ -415,7 +415,6 @@ get_unpack_cmd () {
- analyze_args () {
- # determine how we are called
- cmdtree=$(ps -oargs= 2>/dev/null)
-- [[ $cmdtree == *perldoc\ * ]] && exit 0
- while read -r line; do
- arg1=${line%% *}; arg1=${arg1##*/}
- [[ $arg1 == less ]] && lessarg=$line
diff --git a/sources b/sources
index 6cf658d..ceeff6b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
SHA512 (less-704.tar.gz) = c6a933dd6dc058f912de524fc4e71614deb3873e4d8e3830d7cfc0e45dca8f4e8671d1e63d6099ebc9cd224f52e8dbdb4fe00a89a00d33e937fd9b852ad3609c
-SHA512 (lesspipe-2.27.tar.gz) = 5133122d40783e1831287b2a1ebbc78224454c444ed5d50a7258983adae577f3f7ee41f6721dd44da81168747dbe2650f0dc43d6c6ab19cd901ea5af67e8fd73
+SHA512 (lesspipe-2.28.tar.gz) = 4aadf11e17c75044d4927c4618937a19ad27d6d7a092c863dd1ad562624d1ac3e1ae18350ec2fa7abcf5be3cc0bb1a9bc20af2e8d4ad09fe5648e2268e040be7
reply other threads:[~2026-09-17 14:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178965543546.1.5083994216117668377.rpms-less-9a0163a4daf9@fedoraproject.org \
--to=mhlavink@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox