RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/ CHANGES Makefile.am rpm.c

From: Ralf S. Engelschall <rse@rpm5.org>
Date: Tue 10 Jul 2007 - 21:09:59 CEST
Message-Id: <20070710190959.4BE033484F1@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  rse@rpm5.org
  Module: rpm                              Date:   10-Jul-2007 21:09:59
  Branch: HEAD                             Handle: 2007071020095700

  Modified files:
    rpm                     CHANGES Makefile.am
  Removed files:
    rpm                     rpm.c

  Log:
    Remove the already obsolete rpm.c source.

  Summary:
    Revision    Changes     Path
    1.1451      +1  -0      rpm/CHANGES
    2.187       +1  -1      rpm/Makefile.am
    2.243       +0  -1322   rpm/rpm.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.1450 -r1.1451 CHANGES
  --- rpm/CHANGES	10 Jul 2007 19:08:21 -0000	1.1450
  +++ rpm/CHANGES	10 Jul 2007 19:09:57 -0000	1.1451
  @@ -1,4 +1,5 @@
   4.5 -> 5.0:
  +    - rse: remove the already obsolete rpm.c
       - rse/jbj: eliminated all major compile-time warnings
       - rse: cleanup API by changing argument 2 of rpmDigestFinal() from "void **" to "void *"
       - rse: make directory checking for %docdir more strict to avoid false positives
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/Makefile.am
  ============================================================================
  $ cvs diff -u -r2.186 -r2.187 Makefile.am
  --- rpm/Makefile.am	6 Jul 2007 18:08:42 -0000	2.186
  +++ rpm/Makefile.am	10 Jul 2007 19:09:57 -0000	2.187
  @@ -16,7 +16,7 @@
   	perl/typemap \
   	pubkeys/JBJ-GPG-KEY \
   	po/*.in po/*.po po/rpm.pot \
  -	rpm.magic rpmqv.c rpm.c
  +	rpm.magic rpmqv.c
   
   SUBDIRS =
   if USE_NLS
  @@ .
  rm -f rpm/rpm.c <<'@@ .'
  Index: rpm/rpm.c
  ============================================================================
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
Received on Tue Jul 10 21:09:59 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.