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-Apr-2009 18:14:46
  Branch: HEAD                             Handle: 2009041217144600

  Modified files:
    openpkg-src/mpfr        mpfr.spec

  Log:
    apply upstream vendor fixes

  Summary:
    Revision    Changes     Path
    1.21        +9  -5      openpkg-src/mpfr/mpfr.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/mpfr/mpfr.spec
  ============================================================================
  $ cvs diff -u -r1.20 -r1.21 mpfr.spec
  --- openpkg-src/mpfr/mpfr.spec        26 Feb 2009 20:54:35 -0000      1.20
  +++ openpkg-src/mpfr/mpfr.spec        12 Apr 2009 16:14:46 -0000      1.21
  @@ -23,7 +23,7 @@
   
   #   package version
   %define       V_base  2.4.1
  -%define       V_patch 0
  +%define       V_patch 5
   
   #   package information
   Name:         mpfr
  @@ -36,10 +36,15 @@
   Group:        Algorithm
   License:      LGPL
   Version:      %{V_base}.%{V_patch}
  -Release:      20090226
  +Release:      20090412
   
   #   list of sources
   Source0:      http://www.mpfr.org/mpfr-current/mpfr-%{V_base}.tar.gz
  +Patch0:       http://www.mpfr.org/mpfr-current/patch01
  +Patch1:       http://www.mpfr.org/mpfr-current/patch02
  +Patch2:       http://www.mpfr.org/mpfr-current/patch03
  +Patch3:       http://www.mpfr.org/mpfr-current/patch04
  +Patch4:       http://www.mpfr.org/mpfr-current/patch05
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -68,15 +73,14 @@
           regex     = mpfr-(__VER__)\.tar\.gz
       }
       prog mpfr:patches = {
  -        disabled
  -        comment   = "rse: currently no patches available at all"
           version   = %{V_patch}
           url       = http://www.mpfr.org/mpfr-current/
  -        regex     = patch(\d\d+)
  +        regex     = patch(\d\d)
       }
   
   %prep
       %setup -q -n mpfr-%{V_base}
  +    %patch -p1 -P 0 1 2 3 4
   
   %build
       CC="%{l_cc}" \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to