[gputils/f16] - New upstream version - Fix typo in gpdasm help message - Update man pages

Alain Portal dionysos at fedoraproject.org
Sun Mar 4 17:04:48 UTC 2012


commit 683b8117b9dde12ea9dce2665f9e1c1405df2347
Author: Alain Portal <alain.portal at free.fr>
Date:   Sun Mar 4 18:04:44 2012 +0100

    - New upstream version
    - Fix typo in gpdasm help message
    - Update man pages

 .gitignore                           |    1 +
 gputils-0.14.1-manpages.patch        |  628 ++++++++++++++++++++++++++++++++++
 gputils-0.14.1-show_usage-typo.patch |   11 +
 gputils.spec                         |   13 +-
 sources                              |    2 +-
 5 files changed, 652 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14d5230..b49a235 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 gputils-0.13.7.tar.gz
+/gputils-0.14.1.tar.gz
diff --git a/gputils-0.14.1-manpages.patch b/gputils-0.14.1-manpages.patch
new file mode 100644
index 0000000..d49c0af
--- /dev/null
+++ b/gputils-0.14.1-manpages.patch
@@ -0,0 +1,628 @@
+diff -ru 0.13.7/man/fr/gpasm.1.in 0.14.1/man/fr/gpasm.1.in
+--- 0.13.7/man/fr/gpasm.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gpasm.1.in	2012-03-04 13:54:33.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPASM 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPASM 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gpasm \- Assembleur GNU pour PIC
+ .SH SYNOPSIS
+@@ -29,11 +29,11 @@
+ utilisé. La valeur par défaut est inhx32.
+ .TP
+ .BR \-c ", "\-\-object
+-Produire en sortie un objet relogeable (ancien format COFF).
+-.TP
+-.BR \-C ", "\-\-new-coff
+ Produire en sortie un objet relogeable (nouveau format COFF).
+ .TP
++.BR \-C ", "\-\-old-coff
++Produire en sortie un objet relogeable (ancien format COFF).
++.TP
+ .BR \-d ", " \-\-debug
+ Afficher les messages de débogage.
+ .TP
+@@ -52,7 +52,7 @@
+ Utiliser les directives de débogage pour COFF.
+ .TP
+ .BR \-h ", " \-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+ .BR \-i ", " \-\-ignore-case
+ Tous les symboles et macros définis par l'utilisateur sont sensibles à la
+@@ -66,13 +66,13 @@
+ fichier n'est pas localisé, le chemin par défaut des en-têtes est parcouru.
+ Enfin, tous les chemins spécifiés par cet argument sont parcourus.
+ .TP
++.BR \-l ", "\-\-list-chips
++Afficher la liste des processeurs reconnus.
++.TP
+ .BR \-L ", "\-\-force-list
+ Ignorer les directives NOLIST. Ceci force gpasm à afficher chaque ligne
+ assemblée dans le fichier listage de sortie.
+ .TP
+-.BR \-l ", "\-\-list-chips
+-Afficher la liste des processeurs reconnus.
+-.TP
+ .BR \-m ", "\-\-dump
+ À la fin de la dernière étape d'assemblage, afficher le contenu de la mémoire
+ programme.
+@@ -97,8 +97,11 @@
+ .BR "\-r BASE" , " \-\-radix BASE"
+ Les bases reconnues sont BIN, DEC, OCT, et HEX. La base par défaut est HEX.
+ .TP
++.BR \-u ", "\-\-absolute
++Utiliser des chemins absolus.
++.TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
+ .TP
+ .BR "\-w [0|1|2]" , " \-\-warning [0|1|2]"
+ Cette option configure le niveau d'affichage des messages. La valeur par défaut
+@@ -115,8 +118,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 13\ mai\ 2008.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gpdasm.1.in 0.14.1/man/fr/gpdasm.1.in
+--- 0.13.7/man/fr/gpdasm.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gpdasm.1.in	2012-03-04 13:54:00.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPDASM 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPDASM 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gpdasm \- Désassembleur GNU pour PIC
+ .SH SYNOPSIS
+@@ -21,7 +21,7 @@
+ Décoder les mnémoniques spéciales.
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+ .BR \-i ", "\-\-hex-info
+ Produire des informations supplémentaires concernant le fichier hexadécimal
+@@ -41,10 +41,14 @@
+ Produire en sortie le format court. Ce format peut être réassemblé par gpasm.
+ .TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
+ .TP
+ .BR \-y ", "\-\-extended
+ Activer le mode étendu 18xx.
++.TP
++.BR "\-\-strict
++Désassembler seulement les codes opératoires générés par gpsam
++dans le cas d'instructions avec plusieurs codes opératoires.
+ .SH VOIR AUSSI
+ .BR gputils (1)
+ .SH AUTEUR
+@@ -52,8 +56,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 28\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gplib.1.in 0.14.1/man/fr/gplib.1.in
+--- 0.13.7/man/fr/gplib.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gplib.1.in	2012-03-04 13:54:13.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPLIB 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPLIB 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gplib - Bibliothécaire GNU pour PIC
+ .SH SYNOPSIS
+@@ -25,7 +25,7 @@
+ Supprimer «\ membre\ » de «\ bibliothèque\ ».
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+ .BR \-n ", "\-\-no-index
+ Ne pas ajouter l'index des symboles.
+@@ -43,7 +43,7 @@
+ Afficher les membres de «\ bibliothèque\ ».
+ .TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
+ .TP
+ .BR \-x ", "\-\-extract
+ Extraire «\ membre\ » de «\ bibliothèque\ ».
+@@ -54,8 +54,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 28\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gplink.1.in 0.14.1/man/fr/gplink.1.in
+--- 0.13.7/man/fr/gplink.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gplink.1.in	2012-03-04 13:53:49.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPLINK 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPLINK 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gplink \- Éditeur de liens GNU pour PIC
+ .SH SYNOPSIS
+@@ -37,17 +37,23 @@
+ par «\ 0x\ ».
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+ .BR "\-I RÉP" , " \-\-include RÉP
+ Spécifier le répertoire d'inclusion d'en-têtes.
+ .TP
++.BR \-l ", "\-\-no\-list
++Ne pas produire en sortie le fichier listing.
++.TP
+ .BR \-m ", "\-\-map
+ Produire en sortie un fichier d'équivalence.
+ .TP
+ .BR "\-o FICHIER" , " \-\-output FICHIER
+ Nom alternatif du fichier de sortie.
+ .TP
++.BR "\-O OPT" , " \-\-optimize OPT
++Niveau d'optimization. La valeur par défaut est 1.
++.TP
+ .BR \-q ", "\-\-quiet
+ Supprimer tout ce qui est envoyé sur la sortie standard.
+ .TP
+@@ -58,8 +64,14 @@
+ .BR "\-s FICHIER" , " \-\-script FICHIER
+ Choisir le script éditeur de lien.
+ .TP
++.BR "\-t SIZE" , " \-\-stack SIZE
++Créer une section de pile.
++.TP
++.BR "\-u" , " \-\-macro symbol=[value]
++Ajouter une valeur de macro pour le script.
++.TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
+ .SH VOIR AUSSI
+ .BR gputils (1)
+ .SH AUTEUR
+@@ -67,8 +79,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 28\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gpstrip.1.in 0.14.1/man/fr/gpstrip.1.in
+--- 0.13.7/man/fr/gpstrip.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gpstrip.1.in	2012-03-04 13:53:33.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPSTRIP 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPSTRIP 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gpstrip \- Retirer les symboles d'un fichier objet
+ .SH SYNOPSIS
+@@ -21,7 +21,7 @@
+ Éliminer les symboles de débogage.
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher ce message d'usage.
++Afficher ce message d'utilisation et quitter.
+ .TP
+ .BR "\-k SYMBOLE" , " \-\-keep\-symbol SYMBOLE
+ Conserver le symbole SYMBOLE.
+@@ -46,7 +46,10 @@
+ (Ndt\ : relocation).
+ .TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
++.TP
++.BR \-V ", "\-\-verbose
++Mode volubile.
+ .TP
+ .BR \-x ", "\-\-discard-all
+ Retirer les symboles non globaux.
+@@ -57,8 +60,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 24\ mai\ 2005
+-et révisée le 28\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 24\ mai\ 2005
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gputils.1.in 0.14.1/man/fr/gputils.1.in
+--- 0.13.7/man/fr/gputils.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gputils.1.in	2012-03-04 11:52:20.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPASM 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPASM 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gputils \- Utilitaires GNU pour PIC
+ .SH DESCRIPTION
+@@ -19,8 +19,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 27\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gpvc.1.in 0.14.1/man/fr/gpvc.1.in
+--- 0.13.7/man/fr/gpvc.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gpvc.1.in	2012-03-04 13:53:12.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPASM 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPASM 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gpvc \- Visualiseur GNU de fichiers COD pour PIC
+ .SH SYNOPSIS
+@@ -32,7 +32,7 @@
+ Afficher la zone de messages de débogage.
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+ .BR \-r ", "\-\-rom
+ Afficher la ROM.
+@@ -41,7 +41,7 @@
+ Afficher les symboles.
+ .TP
+ .BR \-v ", "\-\-version
+-Afficher la version.
++Afficher les informations de version et quitter.
+ .SH VOIR AUSSI
+ .BR gputils (1)
+ .SH AUTEUR
+@@ -49,8 +49,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 27\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/fr/gpvo.1.in 0.14.1/man/fr/gpvo.1.in
+--- 0.13.7/man/fr/gpvo.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/fr/gpvo.1.in	2012-03-04 13:52:55.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPVO 1 "27 octobre 2007" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
++.TH GPVO 1 "4 mars 2012" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Manuel de l'utilisateur Linux"
+ .SH NOM
+ gpvo \- Visualiseur GNU de fichiers objets pour PIC
+ .SH SYNOPSIS
+@@ -29,13 +29,10 @@
+ Afficher l'en-tête du fichier.
+ .TP
+ .BR \-h ", "\-\-help
+-Afficher un message d'usage.
++Afficher un message d'utilisation et quitter.
+ .TP
+-.BR \-o ", "\-\-optional
+-Afficher l'en-tête optionnel.
+-.TP
+-.BR \-r ", "\-\-string
+-Afficher la table des chaînes.
++.BR \-n ", "\-\-no\-names
++Supprimer les noms de fichier.
+ .TP
+ .BR \-s ", "\-\-section
+ Afficher les sections.
+@@ -58,8 +55,8 @@
+ .SH TRADUCTION
+ .PP
+ Ce document est une traduction réalisée par Alain Portal
+-<aportal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
+-et révisée le 27\ octobre\ 2007.
++<alain DOT portal AT univ-montp2 DOT fr> le 14\ octobre\ 2004
++et révisée le 4\ mars\ 2012.
+ .PP
+ L'équipe de traduction a fait le maximum pour réaliser une adaptation
+ française de qualité. La version anglaise la plus à jour de ce document est
+diff -ru 0.13.7/man/gpasm.1.in 0.14.1/man/gpasm.1.in
+--- 0.13.7/man/gpasm.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gpasm.1.in	2012-03-04 10:39:30.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPASM 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPASM 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gpasm \- GNU PIC assembler
+ .SH SYNOPSIS
+@@ -29,11 +29,11 @@
+ option controls which hex file format is used.  The default is inhx32.
+ .TP
+ .BR \-c ", "\-\-object
+-Output a relocatable object (old COFF format).
+-.TP
+-.BR \-C ", "\-\-new\-coff
+ Output a relocatable object (new COFF format).
+ .TP
++.BR \-C ", "\-\-old\-coff
++Output a relocatable object (old COFF format).
++.TP
+ .BR \-d ", " \-\-debug
+ Output debug messages.
+ .TP
+@@ -51,7 +51,7 @@
+ Use debug directives for COFF.
+ .TP
+ .BR \-h ", " \-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+ .BR \-i ", " \-\-ignore\-case
+ All user defined symbols and macros are case sensitive.  This option makes them
+@@ -64,13 +64,13 @@
+ directory.  If the file is not located, the default header path is checked.
+ Finally, all paths specified using this argument are searched.
+ .TP
++.BR \-l ", "\-\-list\-chips
++List the supported processors.
++.TP
+ .BR \-L ", "\-\-force-list
+ Ignore NOLIST directives.  This forces gpasm to print every line assembled in
+ the list file output.
+ .TP
+-.BR \-l ", "\-\-list\-chips
+-List the supported processors.
+-.TP
+ .BR \-m ", "\-\-dump
+ Upon completion of the final pass of assembly, display the contents of
+ instruction memory.
+@@ -95,8 +95,11 @@
+ .BR "\-r RADIX" , " \-\-radix RADIX"
+ The supported radices are BIN, DEC, OCT, and HEX.  The default is HEX.
+ .TP
++.BR \-u ", "\-\-absolute
++Use absolute paths.
++.TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .TP
+ .BR "\-w [0|1|2]" , " \-\-warning [0|1|2]"
+ This option sets the message level. "0" is the default.  It will allow all 
+diff -ru 0.13.7/man/gpdasm.1.in 0.14.1/man/gpdasm.1.in
+--- 0.13.7/man/gpdasm.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gpdasm.1.in	2012-03-04 10:39:49.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPDASM 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPDASM 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gpdasm \- GNU PIC disassembler
+ .SH SYNOPSIS
+@@ -21,7 +21,7 @@
+ Decode special mnemonics.
+ .TP
+ .BR \-h ", "\-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+ .BR \-i ", "\-\-hex-info
+ Report extra information about input hex file.  This information includes file
+@@ -40,10 +40,13 @@
+ Output the short format.  This format can be reassembled by gpasm.
+ .TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .TP
+ .BR \-y ", "\-\-extended
+ Enable 18xx extended mode.
++.TP
++.BR "\-\-strict
++Disassemble only opcodes generated by gpasm in case of instructions with several opcodes.
+ .SH SEE ALSO
+ .BR gputils (1)
+ .SH AUTHOR
+diff -ru 0.13.7/man/gplib.1.in 0.14.1/man/gplib.1.in
+--- 0.13.7/man/gplib.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gplib.1.in	2012-03-04 10:40:05.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPLIB 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPLIB 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gplib \- GNU PIC librarian
+ .SH SYNOPSIS
+@@ -25,7 +25,7 @@
+ Delete member from library.
+ .TP
+ .BR \-h ", "\-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+ .BR \-n ", "\-\-no-index
+ Don't add symbol index.
+@@ -43,7 +43,7 @@
+ List members in library.
+ .TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .TP
+ .BR \-x ", "\-\-extract
+ Extract member from library.
+diff -ru 0.13.7/man/gplink.1.in 0.14.1/man/gplink.1.in
+--- 0.13.7/man/gplink.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gplink.1.in	2012-03-04 10:40:39.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPLINK 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPLINK 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gplink \- GNU PIC linker
+ .SH SYNOPSIS
+@@ -35,17 +35,23 @@
+ value is hex.  The value may be preceeded by "0x".
+ .TP
+ .BR \-h ", "\-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+ .BR "\-I DIR" , " \-\-include DIR
+ Specify include directory.
+ .TP
++.BR \-l ", "\-\-no\-list
++Disable list file output.
++.TP
+ .BR \-m ", "\-\-map
+ Output a map file.
+ .TP
+ .BR "\-o FILE" , " \-\-output FILE
+ Alternate name of the output file.
+ .TP
++.BR "\-O OPT" , " \-\-optimize OPT
++Optimization level.  Default value is 1.
++.TP
+ .BR \-q ", "\-\-quiet
+ Suppress anything sent to standard output.
+ .TP
+@@ -56,8 +62,14 @@
+ .BR "\-s FILE" , " \-\-script FILE
+ Linker script.
+ .TP
++.BR "\-t SIZE" , " \-\-stack SIZE
++Create a stack section.
++.TP
++.BR "\-u" , " \-\-macro symbol=[value]
++Add macro value for script.
++.TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .TP
+ .BR \-w ", "\-\-processor\-mismatch
+ Disable "processor mismatch" warning.
+diff -ru 0.13.7/man/gpstrip.1.in 0.14.1/man/gpstrip.1.in
+--- 0.13.7/man/gpstrip.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gpstrip.1.in	2012-03-04 10:40:22.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPSTRIP 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPSTRIP 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gpstrip \- discard symbols from object file
+ .SH SYNOPSIS
+@@ -21,7 +21,7 @@
+ Strip debug symbols.
+ .TP
+ .BR \-h ", "\-\-help
+-Show this usage message.
++Show the usage message and exit.
+ .TP
+ .BR "\-k SYMBOL" , " \-\-keep\-symbol SYMBOL
+ Keep symbol.
+@@ -45,7 +45,10 @@
+ Strip symbols not need for relocations.
+ .TP
+ .BR \-v ", "\-\-version
+-Show version.
++Show the version information and exit.
++.TP
++.BR \-V ", "\-\-verbose
++Verbose mode.
+ .TP
+ .BR \-x ", "\-\-discard-all
+ Remove non-global symbols.
+diff -ru 0.13.7/man/gputils.1.in 0.14.1/man/gputils.1.in
+--- 0.13.7/man/gputils.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gputils.1.in	2012-03-04 13:04:56.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPUTILS 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPUTILS 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gputils \- GNU PIC utilities
+ .SH DESCRIPTION
+diff -ru 0.13.7/man/gpvc.1.in 0.14.1/man/gpvc.1.in
+--- 0.13.7/man/gpvc.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gpvc.1.in	2012-03-04 10:41:21.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPVC 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPVC 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gpvc \- GNU PIC COD file viewer
+ .SH SYNOPSIS
+@@ -31,7 +31,7 @@
+ Display debug message area.
+ .TP
+ .BR \-h ", "\-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+ .BR \-r ", "\-\-rom
+ Display ROM.
+@@ -40,7 +40,7 @@
+ Display symbols.
+ .TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .SH SEE ALSO
+ .BR gputils (1)
+ .SH AUTHOR
+diff -ru 0.13.7/man/gpvo.1.in 0.14.1/man/gpvo.1.in
+--- 0.13.7/man/gpvo.1.in	2012-03-03 14:25:02.000000000 +0100
++++ 0.14.1/man/gpvo.1.in	2012-03-04 10:41:45.000000000 +0100
+@@ -1,4 +1,4 @@
+-.TH GPVO 1 "2007-10-27" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
++.TH GPVO 1 "2012-03-04" "@PACKAGE_NAME at -@PACKAGE_VERSION@" "Linux user's manual"
+ .SH NAME
+ gpvo \- GNU PIC object file viewer
+ .SH SYNOPSIS
+@@ -28,13 +28,10 @@
+ Display file header.
+ .TP
+ .BR \-h ", "\-\-help
+-Show the usage message.
++Show the usage message and exit.
+ .TP
+-.BR \-o ", "\-\-optional
+-Display optional header.
+-.TP
+-.BR \-r ", "\-\-string
+-Display the string table.
++.BR \-n ", "\-\-no\-names
++Suppress filenames.
+ .TP
+ .BR \-s ", "\-\-section
+ Display sections.
+@@ -43,7 +40,7 @@
+ Display symbol table.
+ .TP
+ .BR \-v ", "\-\-version
+-Show the version.
++Show the version information and exit.
+ .TP
+ .BR "\-x FILE" , " \-\-export FILE
+ Export the external symbols.
diff --git a/gputils-0.14.1-show_usage-typo.patch b/gputils-0.14.1-show_usage-typo.patch
new file mode 100644
index 0000000..1bba298
--- /dev/null
+++ b/gputils-0.14.1-show_usage-typo.patch
@@ -0,0 +1,11 @@
+--- gputils/gpdasm.c.orig	2012-03-03 14:24:38.000000000 +0100
++++ gputils/gpdasm.c	2012-03-04 13:10:02.000000000 +0100
+@@ -152,7 +152,7 @@
+   printf("  -s, --short                    Print short format.\n");
+   printf("  -v, --version                  Show version.\n");
+   printf("  -y, --extended                 Enable 18xx extended mode.\n");
+-  printf("      --strict                   Disassemble only opcodes generated by gpasm"
++  printf("      --strict                   Disassemble only opcodes generated by gpasm\n"
+          "                                 in case of instructions with serveral opcodes\n");
+   printf("\n");
+   printf("Report bugs to:\n");
diff --git a/gputils.spec b/gputils.spec
index 86e0859..b1e6828 100644
--- a/gputils.spec
+++ b/gputils.spec
@@ -1,6 +1,6 @@
 Name:		gputils
-Version:	0.13.7
-Release:	3%{?dist}
+Version:	0.14.1
+Release:	1%{?dist}
 Summary:	Development utilities for Microchip (TM) PIC (TM) microcontrollers
 Summary(fr):	Outils de développement pour les microcontrôleurs PIC (TM) de Microchip (TM)
 
@@ -8,6 +8,8 @@ Group:		Development/Languages
 License:	GPLv2+
 URL:		http://gputils.sourceforge.net
 Source:		http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:		%{name}-%{version}-show_usage-typo.patch
+Patch1:		%{name}-%{version}-manpages.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -30,6 +32,8 @@ Voir la documentation pour une liste à jour des possibilités de gputils.
 
 %prep
 %setup -q
+%patch0 -p0 -b .show-message
+%patch1 -p1 -b .manpages
 
 %build
 %configure
@@ -52,6 +56,11 @@ Voir la documentation pour une liste à jour des possibilités de gputils.
 %{_mandir}/fr/man1/*
 
 %changelog
+* Sun Mar  4 2012 Alain Portal <alain.portal[AT]univ-montp2[DOT]fr> 0.14.1-1
+- New upstream version
+- Fix typo in gpdasm help message
+- Update man pages
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e5db17f..5d951cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-242e33919e9c318d6ac58b6db291d20e  gputils-0.13.7.tar.gz
+d896de172a10afb77156a4fb8f393942  gputils-0.14.1.tar.gz


More information about the scm-commits mailing list