diff --git a/apache2-gitweb.conf b/apache2-gitweb.conf index dab3473..cdf9605 100644 --- a/apache2-gitweb.conf +++ b/apache2-gitweb.conf @@ -1,4 +1,4 @@ -Alias /git/ "/usr/share/gitweb/" +Alias /git "/usr/share/gitweb/" Options ExecCGI diff --git a/cgit.spec b/cgit.spec index 19e8ecf..7188f04 100644 --- a/cgit.spec +++ b/cgit.spec @@ -17,7 +17,7 @@ # norootforbuild -%define git_version 1.7.3.4 +%define git_version 1.7.4.1 Name: cgit Url: http://hjemli.net/git/cgit/ diff --git a/git-1.7.3.4.tar.bz2 b/git-1.7.3.4.tar.bz2 deleted file mode 100644 index 33c0407..0000000 --- a/git-1.7.3.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171 -size 2635522 diff --git a/git-1.7.4.1.tar.bz2 b/git-1.7.4.1.tar.bz2 new file mode 100644 index 0000000..48448f2 --- /dev/null +++ b/git-1.7.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c5afc1c8f96abcd8d1adfde6f813023bef5cec1dc0990fc3b159945b60cd1b +size 2703860 diff --git a/git.changes b/git.changes index 736337d..fe29597 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 24 17:42:33 CET 2011 - dmueller@suse.de + +- update to 1.7.4.1: + * major version update, see included Documentation/RelNotes/1.7.4.txt + +------------------------------------------------------------------- +Tue Feb 15 17:28:12 UTC 2011 - chris@computersalat.de + +- mod apache config + o remove ending "/" from alias (Alias /git "/usr/share/gitweb/") + ------------------------------------------------------------------- Fri Dec 17 17:51:32 CET 2010 - tiwai@suse.de diff --git a/git.spec b/git.spec index 5e42fb8..acb3447 100644 --- a/git.spec +++ b/git.spec @@ -38,7 +38,7 @@ BuildRequires: sgml-skel BuildRequires: xmlto BuildRequires: python BuildRequires: perl-Error -Version: 1.7.3.4 +Version: 1.7.4.1 Release: 1 Summary: Fast, scalable, distributed revision control system License: GPLv2+