public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Adam Miller <maxamillion@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/txt2man] epel10: update to latest upstream
Date: Tue, 21 Jul 2026 01:42:59 GMT	[thread overview]
Message-ID: <178459817960.1.9272140390348559742.rpms-txt2man-ec88d15382ca@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/txt2man
Branch : epel10
Commit : ec88d15382cab531b9077a6d9a1a2302e21f2ad1
Author : Adam Miller <maxamillion@fedoraproject.org>
Date   : 2016-08-17T08:35:28-05:00
Stats  : +12/-30 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/txt2man/c/ec88d15382cab531b9077a6d9a1a2302e21f2ad1?branch=epel10

Log:
update to latest upstream

---
diff --git a/.gitignore b/.gitignore
index 3312619..89ad213 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 txt2man-1.5.5.tar.gz
 /txt2man-1.5.6.tar.gz
+/txt2man-1.6.0.tar.gz

diff --git a/sources b/sources
index 6b106df..61b85b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f301b3dc1872fab1b7740f9f69ff281b  txt2man-1.5.6.tar.gz
+71f4a1758f19759f8f7d20bd92d53fda  txt2man-1.6.0.tar.gz

diff --git a/txt2man-1.5.6-fixbashisms.patch b/txt2man-1.5.6-fixbashisms.patch
deleted file mode 100644
index ec0a504..0000000
--- a/txt2man-1.5.6-fixbashisms.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- bookman.orig	2011-05-09 08:53:22.000000000 -0500
-+++ bookman	2011-05-09 08:54:02.000000000 -0500
-@@ -83,9 +83,9 @@
- shift $(($OPTIND - 1))
- date=${date:-$(date +'%d %B %Y')}
- 
--[[ $1 ]] || set -- $(while read; do echo $REPLY; done)
-+[ $1 ] || set -- $(while read; do echo $REPLY; done)
- 
--[[ $outfile ]] && post="$post >$outfile"
-+[ $outfile ] && post="$post >$outfile"
- 
- {
- 	# Compute table of content from postscript output.

diff --git a/txt2man.spec b/txt2man.spec
index 0f896e4..cd1e733 100644
--- a/txt2man.spec
+++ b/txt2man.spec
@@ -1,20 +1,13 @@
 Name:           txt2man
-Version:        1.5.6
-Release:        6%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Convert flat ASCII text to man page format
 
 Group:          Applications/Text
 License:        GPLv2+
-URL:            http://mvertes.free.fr/txt2man/
-Source0:        http://mvertes.free.fr/download/%{name}-%{version}.tar.gz
-#Fixes bug with bashisms in /bin/sh script, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473696
-#Patch0:         txt2man-1.5.5-fixbashisms.patch
+URL:            https://github.com/mvertes/txt2man
+Source0:        https://github.com/mvertes/%{name}/archive/%{name}-%{version}.tar.gz
 
-# Fixes same bug as above, but code was changed in new release so old patch
-# no longer worked.
-Patch1:         txt2man-1.5.6-fixbashisms.patch
-
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 Requires:       gawk
@@ -22,12 +15,11 @@ Requires:       gawk
 %description
 tx2man 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. 
+and looks very much like the output of the man(1) program.
 
 %prep
-%setup -q
-#%patch0 -p1
-%patch1
+# No idea why but github archive is prepending the name twice
+%setup -q -n %{name}-%{name}-%{version}
 
 %build
 #no build needed
@@ -56,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Aug 17 2016 Adam Miller <maxamillion@fedoraproject.org> - 1.6.0-1
+- Update to latest upstream release
+
 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 

                 reply	other threads:[~2026-07-21  1:42 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=178459817960.1.9272140390348559742.rpms-txt2man-ec88d15382ca@fedoraproject.org \
    --to=maxamillion@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