rpms/cvsgraph/devel cvsgraph-1.6.0-config.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 cvsgraph.spec, 1.9, 1.10 sources, 1.5, 1.6 cvsgraph-config.patch, 1.2, NONE

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sun Dec 18 20:37:18 UTC 2005


Author: scop

Update of /cvs/extras/rpms/cvsgraph/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23310

Modified Files:
	.cvsignore cvsgraph.spec sources 
Added Files:
	cvsgraph-1.6.0-config.patch 
Removed Files:
	cvsgraph-config.patch 
Log Message:
* Sun Dec 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-1
- 1.6.0.


cvsgraph-1.6.0-config.patch:

--- NEW FILE cvsgraph-1.6.0-config.patch ---
--- cvsgraph.conf.orig	2005-12-18 03:07:47.000000000 +0200
+++ cvsgraph.conf	2005-12-18 22:30:41.000000000 +0200
@@ -124,8 +124,8 @@
 #	CVS/RCS repository can be found
 # cvsmodule <string>
 #
-cvsroot		= "/home/bertho/tmp/cvstest";
-cvsmodule	= "ttt";
+cvsroot		= "/var/cvs";
+cvsmodule	= "";
 
 # color_bg <color>
 #	The background color of the image
@@ -175,7 +175,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_ttsize	= 11.0;
 
 # parse_logs <boolean>
@@ -206,7 +206,7 @@
 #	tags 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_ttsize	= 11.0;
 tag_color	= "#007000";
 #tag_ignore	= "(test|alpha)_release";
@@ -245,7 +245,7 @@
 #
 #rev_hidenumber = false;
 rev_font	= giant;
-rev_ttfont	= "/dos/windows/fonts/arial.ttf";
+rev_ttfont	= "/usr/share/fonts/bitstream-vera/Vera.ttf";
 rev_ttsize	= 12.0;
 rev_idtext	= [ "state" == "dead" "(Dead %R)" "%R" ];
 #rev_color	= "#000000";
@@ -262,7 +262,7 @@
 #rev_text	= "%d";	# or "%d\n%a, %s" for author and state too
 rev_text	= [ "state" == "dead" "Died %d\nMaybe alive in other branch" "%d" ];
 rev_text_font	= tiny;
-rev_text_ttfont	= "/dos/windows/fonts/times.ttf";
+rev_text_ttfont	= "/usr/share/fonts/bitstream-vera/VeraSe.ttf";
 rev_text_ttsize	= 9.0;
 rev_text_color	= "#500020";
 rev_maxtags	= 25;
@@ -373,11 +373,11 @@
 #	tag. This option you would normally want to set from the
 #	command line with the -O option.
 branch_font	= medium;
-branch_ttfont	= "/dos/windows/fonts/arialbd.ttf";
+branch_ttfont	= "/usr/share/fonts/bitstream-vera/VeraBd.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_ttsize = 14.0;
 branch_color	= "#0000c0";
 branch_bgcolor	= "#ffffc0";
@@ -408,7 +408,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_ttsize	= 10.0;
 title_align	= left;
 title_color	= "#800000";


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cvsgraph/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	30 Aug 2005 16:24:05 -0000	1.5
+++ .cvsignore	18 Dec 2005 20:37:16 -0000	1.6
@@ -1 +1 @@
-cvsgraph-1.5.2.tar.gz
+cvsgraph-1.6.0.tar.gz


Index: cvsgraph.spec
===================================================================
RCS file: /cvs/extras/rpms/cvsgraph/devel/cvsgraph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cvsgraph.spec	30 Aug 2005 16:24:05 -0000	1.9
+++ cvsgraph.spec	18 Dec 2005 20:37:16 -0000	1.10
@@ -1,5 +1,5 @@
 Name:           cvsgraph
-Version:        1.5.2
+Version:        1.6.0
 Release:        1%{?dist}
 Summary:        CVS/RCS repository grapher
 
@@ -8,7 +8,7 @@
 URL:            http://www.akhphd.au.dk/~bertho/cvsgraph/
 Source0:        http://www.akhphd.au.dk/~bertho/cvsgraph/release/%{name}-%{version}.tar.gz
 Source1:        %{name}-httpd.conf
-Patch0:         %{name}-config.patch
+Patch0:         %{name}-1.6.0-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gd-devel
@@ -64,6 +64,9 @@
 
 
 %changelog
+* Sun Dec 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-1
+- 1.6.0.
+
 * Tue Aug 30 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.5.2-1
 - 1.5.2.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cvsgraph/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	30 Aug 2005 16:24:05 -0000	1.5
+++ sources	18 Dec 2005 20:37:16 -0000	1.6
@@ -1 +1 @@
-095a779d7977ae0c12f456ed119af6f6  cvsgraph-1.5.2.tar.gz
+d8919dc9617ab4cf8bf658b7fbd1df0e  cvsgraph-1.6.0.tar.gz


--- cvsgraph-config.patch DELETED ---




More information about the fedora-extras-commits mailing list