Author: zbyniu Date: Thu Jan 12 20:04:19 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.7.0
---- Files affected: packages/cvsgraph: cvsgraph.spec (1.19 -> 1.20) , cvsgraph-config.patch (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/cvsgraph/cvsgraph.spec diff -u packages/cvsgraph/cvsgraph.spec:1.19 packages/cvsgraph/cvsgraph.spec:1.20 --- packages/cvsgraph/cvsgraph.spec:1.19 Wed Sep 5 14:20:26 2007 +++ packages/cvsgraph/cvsgraph.spec Thu Jan 12 21:04:14 2012 @@ -2,12 +2,12 @@ Summary: Create graphs of branches and revisions for files in a CVS repository Summary(pl.UTF-8): Tworzenie grafów rozgałęzień i rewizji dla plików w repozytorium CVS Name: cvsgraph -Version: 1.6.1 -Release: 2 +Version: 1.7.0 +Release: 1 License: GPL Group: Applications/Publishing Source0: http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz -# Source0-md5: 2f3da8e85de67d0690b120b33304f966 +# Source0-md5: 8194c0c6f6837fcfa3ad0fab5dfc0597 Patch0: %{name}-config.patch URL: http://www.akhphd.au.dk/~bertho/cvsgraph/ BuildRequires: autoconf @@ -36,6 +36,7 @@ %patch0 -p1 %build +%{__aclocal} %{__autoconf} %configure @@ -67,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2012/01/12 20:04:14 zbyniu +- up to 1.7.0 + Revision 1.19 2007/09/05 12:20:26 baggins - rel 2 ================================================================ Index: packages/cvsgraph/cvsgraph-config.patch diff -u packages/cvsgraph/cvsgraph-config.patch:1.1 packages/cvsgraph/cvsgraph-config.patch:1.2 --- packages/cvsgraph/cvsgraph-config.patch:1.1 Thu Aug 19 14:03:07 2004 +++ packages/cvsgraph/cvsgraph-config.patch Thu Jan 12 21:04:14 2012 @@ -4,8 +4,8 @@ # CSV/RCS repository can be found # cvsmodule <string> # --cvsroot = "/home/bertho/tmp/cvstest"; --cvsmodule = "ttt"; +-cvsroot = "/var/cvs"; +-cvsmodule = ""; +cvsroot = "/home/services/cvsroot"; +cvsmodule = "local"; @@ -15,7 +15,7 @@ # Sets the error/warning message font msg_color = "#800000"; msg_font = medium; --msg_ttfont = "/dos/windows/fonts/ariali.ttf"; +-msg_ttfont = "/usr/share/fonts/bitstream-vera/VeraIt.ttf"; +msg_ttfont = "/usr/share/fonts/TTF/ariali.ttf"; msg_ttsize = 11.0; @@ -24,7 +24,7 @@ # will be shown. # Note: tags matched with merge_from/merge_to will still be displayed. tag_font = medium; --tag_ttfont = "/dos/windows/fonts/ariali.ttf"; +-tag_ttfont = "/usr/share/fonts/bitstream-vera/VeraIt.ttf"; +tag_ttfont = "/usr/share/fonts/TTF/ariali.ttf"; tag_ttsize = 11.0; tag_color = "#007000"; @@ -33,7 +33,7 @@ #tag_negate = false; rev_font = giant; --rev_ttfont = "/dos/windows/fonts/arial.ttf"; +-rev_ttfont = "/usr/share/fonts/bitstream-vera/Vera.ttf"; +rev_ttfont = "/usr/share/fonts/TTF/arial.ttf"; rev_ttsize = 12.0; rev_color = "#000000"; @@ -42,7 +42,7 @@ rev_bspace = 3; rev_text = "%d"; # or "%d\n%a, %s" for author and state too rev_text_font = tiny; --rev_text_ttfont = "/dos/windows/fonts/times.ttf"; +-rev_text_ttfont = "/usr/share/fonts/bitstream-vera/VeraSe.ttf"; +rev_text_ttfont = "/usr/share/fonts/TTF/times.ttf"; rev_text_ttsize = 9.0; rev_text_color = "#500020"; @@ -51,12 +51,12 @@ # tag. This option you would normally want to set from the # commandline with the -O option. branch_font = medium; --branch_ttfont = "/dos/windows/fonts/arialbd.ttf"; +-branch_ttfont = "/usr/share/fonts/bitstream-vera/VeraBd.ttf"; +branch_ttfont = "/usr/share/fonts/TTF/arialbd.ttf"; branch_ttsize = 18.0; branch_tag_color= "#000080"; branch_tag_font = medium; --branch_tag_ttfont = "/dos/windows/fonts/arialbi.ttf"; +-branch_tag_ttfont = "/usr/share/fonts/bitstream-vera/VeraBI.ttf"; +branch_tag_ttfont = "/usr/share/fonts/TTF/arialbi.ttf"; branch_tag_ttsize = 14.0; branch_color = "#0000c0"; @@ -65,7 +65,7 @@ title_x = 10; title_y = 5; title_font = small; --title_ttfont = "/dos/windows/fonts/times.ttf"; +-title_ttfont = "/usr/share/fonts/bitstream-vera/VeraSe.ttf"; +title_ttfont = "/usr/share/fonts/TTF/times.ttf"; title_ttsize = 10.0; title_align = left; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cvsgraph/cvsgraph.spec?r1=1.19&r2=1.20&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cvsgraph/cvsgraph-config.patch?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
