[CVS] RPM: rpm-5_4: rpm/ INSTALL

2015-02-20 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   21-Feb-2015 06:56:07
  Branch: rpm-5_4  Handle: 2015022105560700

  Modified files:   (Branch: rpm-5_4)
rpm INSTALL

  Log:
- document latest and greatest gnupg usage.

  Summary:
RevisionChanges Path
2.134.2.13  +3  -1  rpm/INSTALL
  

  patch -p0 <<'@@ .'
  Index: rpm/INSTALL
  
  $ cvs diff -u -r2.134.2.12 -r2.134.2.13 INSTALL
  --- rpm/INSTALL   16 Feb 2015 21:46:24 -  2.134.2.12
  +++ rpm/INSTALL   21 Feb 2015 05:56:07 -  2.134.2.13
  @@ -102,9 +102,11 @@
   GNU tar optional  -   -   http://www.gnu.org/software/tar/
   GNU cpiooptional  -   -   http://www.gnu.org/software/cpio/
   UnZip   optional  -   -   http://www.info-zip.org/UnZip.html
  -GnuPG   optional  -   -   http://www.gnupg.org/
  +GnuPG   [1] optional  2.1.0   2.1.2   http://www.gnupg.org/
   --- - --- --- 
-
   
  +[1] GnuPG:   gnupg-2.1.0 or later is necessary to externally sign with ECDSA.
  +
   PROCEDURE
   =
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/perl/ Makefile.PL.in

2015-02-20 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   21-Feb-2015 06:55:07
  Branch: rpm-5_4  Handle: 2015022105550700

  Modified files:   (Branch: rpm-5_4)
rpm/perlMakefile.PL.in

  Log:
- perl: use explicit CC for clang.

  Summary:
RevisionChanges Path
1.27.6.4+1  -0  rpm/perl/Makefile.PL.in
  

  patch -p0 <<'@@ .'
  Index: rpm/perl/Makefile.PL.in
  
  $ cvs diff -u -r1.27.6.3 -r1.27.6.4 Makefile.PL.in
  --- rpm/perl/Makefile.PL.in   28 Sep 2014 19:31:08 -  1.27.6.3
  +++ rpm/perl/Makefile.PL.in   21 Feb 2015 05:55:07 -  1.27.6.4
  @@ -68,6 +68,7 @@
'OBJECT'=> join(' ', @objects),
'VERSION' => '@VERSION@',
'MAKEFILE'=> 'Makefile.perl',
  + 'CC'  => @CC@,
'CCFLAGS' => join(' ', '@CFLAGS@', '-Wno-unused-variable', 
'-Wno-missing-prototypes', '-Wno-implicit', '-Wno-strict-prototypes'),
'dynamic_lib'   => {
OTHERLDFLAGS => join(' ', @ldaddp, @ldadd, @ldlibs, @ldaddr)
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org