Browse Source

modifying package: git-1.5.4.4 20080320 -> 20080325

master
parent
commit
6dfd3bba2a
  1. 12
      git/git.patch
  2. 4
      git/git.spec

12
git/git.patch

@ -48,9 +48,9 @@ Index: git-1.5.4.4/perl/Makefile.PL
- INSTALLSITEMAN3DIR => '$(SITEPREFIX)/share/man/man3'
+ INSTALLSITEMAN3DIR => '$(SITEPREFIX)/man/man3'
);
Index: stgit-0.14.1/setup.py
--- stgit-0.14.1/setup.py.orig 2007-12-12 00:54:04 +0100
+++ stgit-0.14.1/setup.py 2008-02-02 17:12:06 +0100
Index: stgit-0.14.2/setup.py
--- stgit-0.14.2/setup.py.orig 2007-12-12 00:54:04 +0100
+++ stgit-0.14.2/setup.py 2008-02-02 17:12:06 +0100
@@ -58,10 +58,10 @@
long_description = 'Push/pop utility on top of GIT',
scripts = ['stg'],
@ -66,9 +66,9 @@ Index: stgit-0.14.1/setup.py
'contrib/stgbashprompt.sh',
'contrib/stgit-completion.bash']),
('share/doc/stgit', glob.glob('doc/*.txt'))]
Index: stgit-0.14.1/stg
--- stgit-0.14.1/stg.orig 2006-04-07 23:38:54 +0200
+++ stgit-0.14.1/stg 2008-02-02 17:12:06 +0100
Index: stgit-0.14.2/stg
--- stgit-0.14.2/stg.orig 2006-04-07 23:38:54 +0200
+++ stgit-0.14.2/stg 2008-02-02 17:12:06 +0100
@@ -26,12 +26,13 @@
# It is assumed that the user installed StGIT using the --prefix= option
prefix, bin = os.path.split(sys.path[0])

4
git/git.spec

@ -24,7 +24,7 @@
# package version
%define V_git 1.5.4.4
%define V_cogito 0.18.2
%define V_stgit 0.14.1
%define V_stgit 0.14.2
%define V_guilt 0.29
%define V_tig 0.10.1
@ -39,7 +39,7 @@ Class: EVAL
Group: SCM
License: GPL
Version: %{V_git}
Release: 20080320
Release: 20080325
# package options
%option with_cogito yes

Loading…
Cancel
Save