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:   19-Oct-2006 08:15:55
  Branch: HEAD                             Handle: 2006101907155300

  Modified files:
    openpkg-src/git         git.patch git.spec

  Log:
    upgrading package: git 1.4.2.4 -> 1.4.3

  Summary:
    Revision    Changes     Path
    1.14        +5  -5      openpkg-src/git/git.patch
    1.28        +2  -2      openpkg-src/git/git.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/git/git.patch
  ============================================================================
  $ cvs diff -u -r1.13 -r1.14 git.patch
  --- openpkg-src/git/git.patch 13 Aug 2006 15:51:53 -0000      1.13
  +++ openpkg-src/git/git.patch 19 Oct 2006 06:15:53 -0000      1.14
  @@ -1,12 +1,12 @@
   Index: Makefile
  ---- Makefile.orig    2006-02-19 01:19:00 +0100
  -+++ Makefile 2006-02-20 13:42:06 +0100
  -@@ -293,9 +293,9 @@
  +--- Makefile.orig    2006-10-19 01:32:58 +0200
  ++++ Makefile 2006-10-19 07:59:35 +0200
  +@@ -432,9 +432,9 @@
        ifdef CURLDIR
                # This is still problematic -- gcc does not always want -R.
  -             ALL_CFLAGS += -I$(CURLDIR)/include
  +             BASIC_CFLAGS += -I$(CURLDIR)/include
   -            CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl
  -+            CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl -lssl 
-lcrypto
  ++            CURL_LIBCURL = -L$(CURLDIR)/lib -R$(CURLDIR)/lib -lcurl -lssl 
-lcrypto 
        else
   -            CURL_LIBCURL = -lcurl
   +            CURL_LIBCURL = -lcurl -lssl -lcrypto
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/git/git.spec
  ============================================================================
  $ cvs diff -u -r1.27 -r1.28 git.spec
  --- openpkg-src/git/git.spec  17 Oct 2006 15:08:55 -0000      1.27
  +++ openpkg-src/git/git.spec  19 Oct 2006 06:15:53 -0000      1.28
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_git       1.4.2.4
  +%define       V_git       1.4.3
   %define       V_cogito    0.18
   %define       V_stgit     0.10
   
  @@ -38,7 +38,7 @@
   Group:        SCM
   License:      GPL
   Version:      %{V_git}
  -Release:      20061017
  +Release:      20061019
   
   #   list of sources
   Source0:      http://www.kernel.org/pub/software/scm/git/git-%{V_git}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to