diff --git a/gnutls-2.12.20-cli-debug-manpage.patch b/gnutls-2.12.20-cli-debug-manpage.patch new file mode 100644 index 0000000..3e40365 --- /dev/null +++ b/gnutls-2.12.20-cli-debug-manpage.patch @@ -0,0 +1,15 @@ +diff -up gnutls-2.12.20/doc/manpages/gnutls-cli-debug.1.cli-debug gnutls-2.12.20/doc/manpages/gnutls-cli-debug.1 +--- gnutls-2.12.20/doc/manpages/gnutls-cli-debug.1.cli-debug 2011-04-08 02:30:44.000000000 +0200 ++++ gnutls-2.12.20/doc/manpages/gnutls-cli-debug.1 2012-08-08 14:23:24.397745283 +0200 +@@ -17,8 +17,10 @@ Enable debugging. + The port to connect to. + .IP "\-h, \-\-help" + Prints a short reminder of the command line options. +-.IP "\-v, \-\-verbose" ++.IP "\-V, \-\-verbose" + Even more verbose output. ++.IP "\-v, \-\-version" ++Prints the program's version number. + .SH "SEE ALSO" + .BR gnutls\-cli (1), + .BR gnutls\-serv (1) diff --git a/gnutls.spec b/gnutls.spec index d9fcefc..3b36d0c 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -1,7 +1,7 @@ Summary: A TLS protocol implementation Name: gnutls Version: 2.12.20 -Release: 2%{?dist} +Release: 3%{?dist} # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+ License: GPLv3+ and LGPLv2+ Group: System Environment/Libraries @@ -23,6 +23,8 @@ Patch3: gnutls-2.12.2-nosrp.patch Patch4: gnutls-2.12.7-dsa-skiptests.patch # Make it build with recent glibc that removed gets Patch5: gnutls-2.12.20-build.patch +# Fix the gnutls-cli-debug manpage +Patch6: gnutls-2.12.20-cli-debug-manpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: libgcrypt >= 1.2.2 @@ -94,6 +96,7 @@ This package contains Guile bindings for the library. %patch3 -p1 -b .nosrp %patch4 -p1 -b .skiptests %patch5 -p1 -b .build +%patch6 -p1 -b .cli-debug for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do touch lib/$i @@ -195,6 +198,9 @@ fi %{_datadir}/guile/site/gnutls.scm %changelog +* Wed Aug 8 2012 Tomas Mraz 2.12.20-3 +- fix the gnutls-cli-debug manpage - patch by Peter Schiffer + * Thu Jul 19 2012 Fedora Release Engineering - 2.12.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild