RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: popt/ configure.ac popt.spec

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 13 Jul 2007 - 14:45:24 CEST
Message-Id: <20070713124524.90E483484F1@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: popt                             Date:   13-Jul-2007 14:45:24
  Branch: HEAD                             Handle: 2007071313452400

  Modified files:
    popt                    configure.ac popt.spec

  Log:
    prepare for popt-1.12 release.

  Summary:
    Revision    Changes     Path
    1.20        +1  -1      popt/configure.ac
    1.38        +4  -1      popt/popt.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: popt/configure.ac
  ============================================================================
  $ cvs diff -u -r1.19 -r1.20 configure.ac
  --- popt/configure.ac	2 Jul 2007 08:58:48 -0000	1.19
  +++ popt/configure.ac	13 Jul 2007 12:45:24 -0000	1.20
  @@ -1,5 +1,5 @@
   AC_PREREQ(2.57)
  -AC_INIT(popt, 1.11, popt-devel@rpm5.org)
  +AC_INIT(popt, 1.12, popt-devel@rpm5.org)
   AC_CANONICAL_TARGET
   AC_CONFIG_SRCDIR([popt.h])
   AC_CONFIG_HEADERS([config.h])
  @@ .
  patch -p0 <<'@@ .'
  Index: popt/popt.spec
  ============================================================================
  $ cvs diff -u -r1.37 -r1.38 popt.spec
  --- popt/popt.spec	14 Jun 2007 18:18:00 -0000	1.37
  +++ popt/popt.spec	13 Jul 2007 12:45:24 -0000	1.38
  @@ -1,6 +1,6 @@
   Summary: A C library for parsing command line parameters.
   Name: popt
  -Version: 1.11
  +Version: 1.12
   Release: 1
   License: X Consortium
   Group: System Environment/Libraries
  @@ -40,6 +40,9 @@
   %{_mandir}/man3/popt.3*
   
   %changelog
  +* Tue Jul 10 2007 Jeff Johnson <jbj@rpm5.org>
  +- release popt-1.12 through rpm5.org.
  +
   * Sat Jun  9 2007 Jeff Johnson <jbj@rpm5.org>
   - release popt-1.11 through rpm5.org.
   
  @@ .
Received on Fri Jul 13 14:45:24 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.