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: 05-Oct-2007 10:00:26
Branch: HEAD Handle: 2007100509002500
Modified files:
openpkg-src/git git.patch git.spec
Log:
fix path of manual page
Summary:
Revision Changes Path
1.45 +16 -5 openpkg-src/git/git.patch
1.79 +1 -1 openpkg-src/git/git.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.patch
============================================================================
$ cvs diff -u -r1.44 -r1.45 git.patch
--- openpkg-src/git/git.patch 4 Oct 2007 06:04:41 -0000 1.44
+++ openpkg-src/git/git.patch 5 Oct 2007 08:00:25 -0000 1.45
@@ -1,6 +1,6 @@
Index: cogito-0.18.2/Makefile
--- cogito-0.18.2/Makefile.orig 2006-11-17 01:37:24 +0100
-+++ cogito-0.18.2/Makefile 2007-09-02 20:09:56 +0200
++++ cogito-0.18.2/Makefile 2007-10-05 09:53:14 +0200
@@ -2,8 +2,8 @@
prefix="$(HOME)"
@@ -13,8 +13,8 @@
INSTALL?=install
Index: git-1.5.3.4/Makefile
---- git-1.5.3.4/Makefile.orig 2007-09-02 07:57:44 +0200
-+++ git-1.5.3.4/Makefile 2007-09-02 20:17:30 +0200
+--- git-1.5.3.4/Makefile.orig 2007-10-03 21:44:53 +0200
++++ git-1.5.3.4/Makefile 2007-10-05 09:53:14 +0200
@@ -145,7 +145,7 @@
bindir = $(prefix)/bin
gitexecdir = $(bindir)
@@ -38,9 +38,20 @@
endif
PROGRAMS += git-http-fetch$X
curl_check := $(shell (echo 070908; curl-config --vernum) | sort -r |
sed -ne 2p)
+Index: git-1.5.3.4/perl/Makefile.PL
+--- git-1.5.3.4/perl/Makefile.PL.orig 2007-10-03 21:44:53 +0200
++++ git-1.5.3.4/perl/Makefile.PL 2007-10-05 09:56:53 +0200
+@@ -29,6 +29,6 @@
+ VERSION_FROM => 'Git.pm',
+ PM => \%pm,
+ MAKEFILE => 'perl.mak',
+- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3',
++ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3',
+ %extra
+ );
Index: stgit-0.13/setup.py
--- stgit-0.13/setup.py.orig 2007-02-13 23:27:01 +0100
-+++ stgit-0.13/setup.py 2007-09-02 20:09:56 +0200
++++ stgit-0.13/setup.py 2007-10-05 09:53:14 +0200
@@ -15,10 +15,10 @@
long_description = 'Push/pop utility on top of GIT',
scripts = ['stg'],
@@ -58,7 +69,7 @@
('share/doc/stgit', glob.glob('doc/*.txt'))]
Index: stgit-0.13/stg
--- stgit-0.13/stg.orig 2006-04-07 23:38:54 +0200
-+++ stgit-0.13/stg 2007-09-02 20:09:56 +0200
++++ stgit-0.13/stg 2007-10-05 09:53:14 +0200
@@ -26,12 +26,13 @@
# It is assumed that the user installed StGIT using the --prefix= option
prefix, bin = os.path.split(sys.path[0])
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/git/git.spec
============================================================================
$ cvs diff -u -r1.78 -r1.79 git.spec
--- openpkg-src/git/git.spec 4 Oct 2007 06:04:41 -0000 1.78
+++ openpkg-src/git/git.spec 5 Oct 2007 08:00:25 -0000 1.79
@@ -39,7 +39,7 @@
Group: SCM
License: GPL
Version: %{V_git}
-Release: 20071004
+Release: 20071005
# package options
%option with_cogito yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]