public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/txt2man] epel10: update to latest upstream
@ 2026-07-21  1:42 Adam Miller
  0 siblings, 0 replies; only message in thread
From: Adam Miller @ 2026-07-21  1:42 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-21  1:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21  1:42 [rpms/txt2man] epel10: update to latest upstream Adam Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox