[uuid] descripe -r in man page

Michal Hlavinka mhlavink at fedoraproject.org
Thu May 30 14:28:12 UTC 2013


commit 852f701c6ea33abe2b0239a2b6e86ae3fa2ea318
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu May 30 16:28:06 2013 +0200

    descripe -r in man page

 uuid-1.6.2-manfix.patch |   13 +++++++++++++
 uuid.spec               |    7 ++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/uuid-1.6.2-manfix.patch b/uuid-1.6.2-manfix.patch
new file mode 100644
index 0000000..c191e17
--- /dev/null
+++ b/uuid-1.6.2-manfix.patch
@@ -0,0 +1,13 @@
+diff -up uuid-1.6.2/uuid.1.manfix uuid-1.6.2/uuid.1
+--- uuid-1.6.2/uuid.1.manfix	2013-05-30 15:56:38.630003125 +0200
++++ uuid-1.6.2/uuid.1	2013-05-30 16:00:57.145127756 +0200
+@@ -238,6 +238,9 @@ value representation of a \s-1UUID\s0. E
+ .IP "\fB\-o\fR \fIfilename\fR" 3
+ .IX Item "-o filename"
+ Write output to \fIfilename\fR instead of to \fIstdout\fR.
++.IP "\fB\-r\fR" 3
++.IX Item "-r"
++This is equivalent to \fB-F BIN\fR.
+ .IP "\fB\-d\fR" 3
+ .IX Item "-d"
+ Decode a given \s-1UUID\s0 (given as a command line argument or if the command
diff --git a/uuid.spec b/uuid.spec
index 148be27..f01a050 100644
--- a/uuid.spec
+++ b/uuid.spec
@@ -10,7 +10,7 @@
 
 Name:           uuid
 Version:        1.6.2
-Release:        17%{?dist}
+Release:        18%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -25,6 +25,7 @@ Patch3:         uuid-1.6.2-hwaddr.patch
 
 # do not strip binaries
 Patch4:         uuid-1.6.2-nostrip.patch
+Patch5: uuid-1.6.2-manfix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libtool
@@ -127,6 +128,7 @@ DCE development headers and libraries for OSSP uuid.
 %patch2 -p1 -b .php54
 %patch3 -p1 -b .hwaddr
 %patch4 -p1 -b .nostrip
+%patch5 -p1 -b .manfix
 
 %build
 # Build the library.
@@ -279,6 +281,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Thu May 30 2013 Michal Hlavinka <mhlavink at redhat.com> - 1.6.2-18
+- descripe -r in man page
+
 * Fri Mar 22 2013 Remi Collet <rcollet at redhat.com> - 1.6.2-17
 - rebuild for http://fedoraproject.org/wiki/Features/Php55
 


More information about the scm-commits mailing list