public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Moschny <thm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/txt2man] epel10: Update to 1.7.1.
Date: Tue, 21 Jul 2026 01:43:06 GMT	[thread overview]
Message-ID: <178459818624.1.7905411165420367487.rpms-txt2man-241c1cb77ca7@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/txt2man
            Branch : epel10
            Commit : 241c1cb77ca77c0e2eb5fb57c9f73b903725ad0f
            Author : Thomas Moschny <thm@fedoraproject.org>
            Date   : 2021-11-29T21:40:21+01:00
            Stats  : +13/-6 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/txt2man/c/241c1cb77ca77c0e2eb5fb57c9f73b903725ad0f?branch=epel10

            Log:
            Update to 1.7.1.

Specfile updates.

---
diff --git a/.gitignore b/.gitignore
index 89ad213..3802e04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 txt2man-1.5.5.tar.gz
 /txt2man-1.5.6.tar.gz
 /txt2man-1.6.0.tar.gz
+/txt2man-1.7.1.tar.gz

diff --git a/sources b/sources
index 61b85b9..0955f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71f4a1758f19759f8f7d20bd92d53fda  txt2man-1.6.0.tar.gz
+SHA512 (txt2man-1.7.1.tar.gz) = 550b1d30a4435f35d03920d89f5f2adc2a937de7575c4ddc51ee9f4fe370975b45e51f5aec0eb865ead4b16d88ad31f3150cd3235362b1fc7e6d7b3c6233852a

diff --git a/txt2man.spec b/txt2man.spec
index ea947e4..9d17ae4 100644
--- a/txt2man.spec
+++ b/txt2man.spec
@@ -1,6 +1,6 @@
 Name:           txt2man
-Version:        1.6.0
-Release:        11%{?dist}
+Version:        1.7.1
+Release:        1%{?dist}
 Summary:        Convert flat ASCII text to man page format
 
 License:        GPLv2+
@@ -9,10 +9,13 @@ Source0:        https://github.com/mvertes/%{name}/archive/%{name}-%{version}.ta
 
 BuildArch:      noarch
 
+BuildRequires:  make
+BuildRequires:  gawk
+
 Requires:       gawk
 
 %description
-tx2man is a shell script using gnu awk, that should run on any
+txt2man is a shell script using gnu awk, that should run on any
 Unix-like system. The syntax of the ASCII text is very straightforward
 and looks very much like the output of the man(1) program.
 
@@ -21,10 +24,9 @@ and looks very much like the output of the man(1) program.
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
-#no build needed
+%{make_build}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 #manual install
 install -p -m 0755 -D bookman $RPM_BUILD_ROOT%{_bindir}/bookman
 install -p -m 0755 -D src2man $RPM_BUILD_ROOT%{_bindir}/src2man
@@ -43,6 +45,10 @@ install -p -m 0644 -D txt2man.1 $RPM_BUILD_ROOT%{_mandir}/man1/txt2man.1
 
 
 %changelog
+* Mon Nov 29 2021 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-1
+- Update to 1.7.1.
+- Specfile updates.
+
 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
 

                 reply	other threads:[~2026-07-21  1:43 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=178459818624.1.7905411165420367487.rpms-txt2man-241c1cb77ca7@fedoraproject.org \
    --to=thm@fedoraproject.org \
    --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