RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-5_0: rpm/ CHANGES rpm/build/ poptBT.c rpm/lib/ cpio.c r...

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 18 Jan 2008 - 18:07:11 CET
Message-Id: <20080118170711.026C6348464@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   18-Jan-2008 18:07:10
  Branch: rpm-5_0                          Handle: 2008011817070901

  Modified files:           (Branch: rpm-5_0)
    rpm                     CHANGES rpmqv.c
    rpm/build               poptBT.c
    rpm/lib                 cpio.c

  Log:
    - fix several typos noticed by the translation project.

  Summary:
    Revision    Changes     Path
    1.2054.2.11 +1  -0      rpm/CHANGES
    2.20.2.1    +2  -4      rpm/build/poptBT.c
    2.136.2.1   +1  -1      rpm/lib/cpio.c
    1.140.2.1   +1  -1      rpm/rpmqv.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.2054.2.10 -r1.2054.2.11 CHANGES
  --- rpm/CHANGES	17 Jan 2008 11:53:53 -0000	1.2054.2.10
  +++ rpm/CHANGES	18 Jan 2008 17:07:09 -0000	1.2054.2.11
  @@ -1,4 +1,5 @@
   5.0.0 -> 5.0.1:
  +    - jbj: fix several typos noticed by the translation project.
       - proyvind: Rename rpmcliImportPubkey() -> rpmtsImportPubkey() (from and for a hint of rpm.org API compatibility;)
       - proyvind: expose more functions in rpmps API (as rpm.org, initially based on us ;p)
       - jbj: fix: plug memory leak with digest algos array.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/build/poptBT.c
  ============================================================================
  $ cvs diff -u -r2.20 -r2.20.2.1 poptBT.c
  --- rpm/build/poptBT.c	23 Dec 2007 20:18:49 -0000	2.20
  +++ rpm/build/poptBT.c	18 Jan 2008 17:07:10 -0000	2.20.2.1
  @@ -200,8 +200,6 @@
   
    { "clean", '\0', 0, NULL, POPT_RMBUILD,
   	N_("remove build tree when done"), NULL},
  - { "fsmdebug", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN), &_fsm_debug, -1,
  -	N_("debug file state machine"), NULL},
    { "nobuild", '\0', 0, NULL, POPT_NOBUILD,
   	N_("do not execute any stages of the build"), NULL },
    { "nodeps", '\0', 0, NULL, RPMCLI_POPT_NODEPS,
  @@ -215,7 +213,7 @@
           N_("don't verify package signature(s)"), NULL },
   
    { "nolang", '\0', POPT_ARGFLAG_DOC_HIDDEN, &noLang, POPT_NOLANG,
  -	N_("do not accept i18N msgstr's from specfile"), NULL},
  +	N_("do not accept i18n msgstr's from specfile"), NULL},
    { "rmsource", '\0', 0, NULL, POPT_RMSOURCE,
   	N_("remove sources when done"), NULL},
    { "rmspec", '\0', 0, NULL, POPT_RMSPEC,
  @@ -227,7 +225,7 @@
    { "target", '\0', POPT_ARG_STRING, NULL,  RPMCLI_POPT_TARGETPLATFORM,
   	N_("override target platform"), N_("CPU-VENDOR-OS") },
    { "usecatalog", '\0', POPT_ARGFLAG_DOC_HIDDEN, &useCatalog, POPT_USECATALOG,
  -	N_("lookup i18N strings in specfile catalog"), NULL},
  +	N_("look up i18n strings in specfile catalog"), NULL},
   
      POPT_TABLEEND
   };
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/lib/cpio.c
  ============================================================================
  $ cvs diff -u -r2.136 -r2.136.2.1 cpio.c
  --- rpm/lib/cpio.c	19 Nov 2007 17:07:47 -0000	2.136
  +++ rpm/lib/cpio.c	18 Jan 2008 17:07:10 -0000	2.136.2.1
  @@ -231,7 +231,7 @@
   	s = NULL;
   	break;
       case CPIOERR_BAD_MAGIC:	s = _("Bad magic");		break;
  -    case CPIOERR_BAD_HEADER:	s = _("Bad/unreadable  header");break;
  +    case CPIOERR_BAD_HEADER:	s = _("Bad/unreadable header");	break;
   
       case CPIOERR_OPEN_FAILED:	s = "open";	break;
       case CPIOERR_CHMOD_FAILED:	s = "chmod";	break;
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/rpmqv.c
  ============================================================================
  $ cvs diff -u -r1.140 -r1.140.2.1 rpmqv.c
  --- rpm/rpmqv.c	5 Jan 2008 08:42:49 -0000	1.140
  +++ rpm/rpmqv.c	18 Jan 2008 17:07:09 -0000	1.140.2.1
  @@ -633,7 +633,7 @@
   
       if (ia->noDeps & (bigMode & ~MODES_FOR_NODEPS))
   	argerror(_("--nodeps may only be specified during package "
  -		   "building, rebuilding, recompilation, installation,"
  +		   "building, rebuilding, recompilation, installation, "
   		   "erasure, and verification"));
   
       if ((ia->transFlags & RPMTRANS_FLAG_TEST) && (bigMode & ~MODES_FOR_TEST))
  @@ .
Received on Fri Jan 18 18:07:11 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.