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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   23-Jun-2007 13:21:51
  Branch: HEAD                             Handle: 2007062312215100

  Modified files:
    openpkg-src/gzip        gzip.spec

  Log:
    apply a workaround to GNU gzip for resolving potential futimens()
    conflict (fixes built under Fedora 7)

  Summary:
    Revision    Changes     Path
    1.50        +2  -1      openpkg-src/gzip/gzip.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/gzip/gzip.spec
  ============================================================================
  $ cvs diff -u -r1.49 -r1.50 gzip.spec
  --- openpkg-src/gzip/gzip.spec        5 Jun 2007 19:49:53 -0000       1.49
  +++ openpkg-src/gzip/gzip.spec        23 Jun 2007 11:21:51 -0000      1.50
  @@ -33,7 +33,7 @@
   Group:        Compression
   License:      GPL
   Version:      1.3.12
  -Release:      20070605
  +Release:      20070623
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
  @@ -71,6 +71,7 @@
   %build
       #   configure package
       echo "ac_cv_path_shell=%{l_bash}" >config.cache
  +    %{l_shtool} subst -e 's/futimens/gzip_&/' gzip.c lib/utimens.[ch]
       CC="%{l_cc}" \
       CFLAGS="%{l_cflags -O}" \
       GREP="grep" \
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to