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: 13-Aug-2006 17:51:53
Branch: HEAD Handle: 2006081316515300
Modified files:
openpkg-src/git git.patch git.spec
Log:
upgrading package: git 1.4.1.1 -> 1.4.2
Summary:
Revision Changes Path
1.13 +3 -3 openpkg-src/git/git.patch
1.19 +3 -3 openpkg-src/git/git.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 git.patch
--- openpkg-src/git/git.patch 25 Jul 2006 15:21:20 -0000 1.12
+++ openpkg-src/git/git.patch 13 Aug 2006 15:51:53 -0000 1.13
@@ -1,6 +1,6 @@
-Index: git-1.4.1.1/Makefile
---- git-1.4.1.1/Makefile.orig 2006-02-19 01:19:00 +0100
-+++ git-1.4.1.1/Makefile 2006-02-20 13:42:06 +0100
+Index: Makefile
+--- Makefile.orig 2006-02-19 01:19:00 +0100
++++ Makefile 2006-02-20 13:42:06 +0100
@@ -293,9 +293,9 @@
ifdef CURLDIR
# This is still problematic -- gcc does not always want -R.
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.spec
============================================================================
$ cvs diff -u -r1.18 -r1.19 git.spec
--- openpkg-src/git/git.spec 25 Jul 2006 15:21:20 -0000 1.18
+++ openpkg-src/git/git.spec 13 Aug 2006 15:51:53 -0000 1.19
@@ -23,7 +23,7 @@
##
# package version
-%define V_git 1.4.1.1
+%define V_git 1.4.2
%define V_cogito 0.18rc1
%define V_stgit 0.10
@@ -38,7 +38,7 @@
Group: SCM
License: GPL
Version: %{V_git}
-Release: 20060725
+Release: 20060813
# list of sources
Source0: http://www.kernel.org/pub/software/scm/git/git-%{V_git}.tar.gz
@@ -88,7 +88,7 @@
%setup -q -c
%setup -q -T -D -a 1
%setup -q -T -D -a 2
- %patch -p0
+ %patch -p0 -d git-%{V_git}
%build
( cd git-%{V_git}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]