From cc9b29ca8bf35c29a4a6eb8f487bb52cb9ad542b Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jun 13 2016 12:32:21 +0000 Subject: Bump to 0.3.8.3 - migrate to pagure --- diff --git a/CHANGELOG b/CHANGELOG index 2b43a17..e983878 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ fpaste ChangeLog +0.3.8.3 - 20160613 + + *) Migrate to pagure + *) Add randomuser's patch to add rawurl option + 0.3.8.2 - 20160608 *) Apply randomuser's patch to use https diff --git a/docs/man/en/fpaste.1 b/docs/man/en/fpaste.1 index 9342960..53e80ad 100644 --- a/docs/man/en/fpaste.1 +++ b/docs/man/en/fpaste.1 @@ -1,5 +1,5 @@ .\" first draft by Ankur Sinha <ankursinha at fedoraproject.org> -.TH "fpaste" "1" "version 0.3.8.2" "Fedora Unity" "" +.TH "fpaste" "1" "version 0.3.8.3" "Fedora Unity" "" .SH "NAME" fpaste \- A cli frontend for the fpaste.org pastebin .SH "SYNOPSIS" @@ -101,7 +101,7 @@ Gather and paste various information about the running system. The info collecte .br \fBfpaste \-\-sysinfo \-\-printonly | less\fR .SH "BUGS" -Report bugs to: https://fedorahosted.org/fpaste/newticket +Report bugs to: https://pagure.io/fpaste/new_issue .br or to: Jason 'zcat' Farrell . .SH "AUTHOR" diff --git a/fpaste b/fpaste index 12d7f53..27c6c12 100755 --- a/fpaste +++ b/fpaste @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.3.8.2' +VERSION = '0.3.8.3' USER_AGENT = 'fpaste/' + VERSION SET_DESCRIPTION_IF_EMPTY = 1 # stdin, clipboard, sysinfo # FPASTE_URL = 'http://fpaste.org/' @@ -718,6 +718,7 @@ Examples: '', '--rawurl', dest='rawurl', + help='return only the raw content URL; does not attempt to shorten the URL', action="store_true", default=False) parser.add_option_group(fpasteProg_group)