OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   12-Dec-2009 13:38:03
  Branch: HEAD                             Handle: 2009121212380300

  Modified files:
    openpkg-src/mpfr        mpfr.spec

  Log:
    upgrading package: mpfr 2.4.2.0 -> 2.4.2.1

  Summary:
    Revision    Changes     Path
    1.25        +5  -2      openpkg-src/mpfr/mpfr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpfr/mpfr.spec
  ============================================================================
  $ cvs diff -u -r1.24 -r1.25 mpfr.spec
  --- openpkg-src/mpfr/mpfr.spec        1 Dec 2009 07:38:23 -0000       1.24
  +++ openpkg-src/mpfr/mpfr.spec        12 Dec 2009 12:38:03 -0000      1.25
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_base  2.4.2
  -%define       V_patch 0
  +%define       V_patch 1
   
   #   package information
   Name:         mpfr
  @@ -36,10 +36,11 @@
   Group:        Algorithm
   License:      LGPL
   Version:      %{V_base}.%{V_patch}
  -Release:      20091201
  +Release:      20091212
   
   #   list of sources
   Source0:      http://www.mpfr.org/mpfr-current/mpfr-%{V_base}.tar.gz
  +Patch0:       http://www.mpfr.org/mpfr-current/patch01
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -75,6 +76,7 @@
   
   %prep
       %setup -q -n mpfr-%{V_base}
  +    %patch -p1
   
   %build
       CC="%{l_cc}" \
  @@ -92,6 +94,7 @@
       rm -rf $RPM_BUILD_ROOT
       %{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
  +    rm -rf $RPM_BUILD_ROOT%{l_prefix}/share >/dev/null 2>&1 || true
       rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to