[cairo-commit] rcairo ChangeLog,1.304,1.305 Rakefile,1.14,1.15

Kouhei Sutou commit at pdx.freedesktop.org
Sun Aug 17 01:02:18 PDT 2008


Committed by: kou

Update of /cvs/cairo/rcairo
In directory kemper:/tmp/cvs-serv22456

Modified Files:
	ChangeLog Rakefile 
Log Message:
* Rakefile: exclude .test-result.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- ChangeLog	17 Aug 2008 07:27:04 -0000	1.304
+++ ChangeLog	17 Aug 2008 08:02:15 -0000	1.305
@@ -1,5 +1,7 @@
 2008-08-17  Kouhei Sutou  <kou at cozmixng.org>
 
+	* Rakefile: exclude .test-result.
+
 	* NEWS: add 1.7.0 entry. (cairo 1.7.4 is supported)
 
 	* src/, test/: add missing version checks.

Index: Rakefile
===================================================================
RCS file: /cvs/cairo/rcairo/Rakefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Rakefile	14 Jun 2008 12:59:25 -0000	1.14
+++ Rakefile	17 Aug 2008 08:02:16 -0000	1.15
@@ -31,7 +31,8 @@
 base_dir_included_components = %w(AUTHORS COPYING ChangeLog GPL
                                   NEWS README Rakefile
                                   extconf.rb pkg-config.rb)
-excluded_components = %w(.cvsignore .gdb_history CVS depend Makefile pkg)
+excluded_components = %w(.cvsignore .gdb_history CVS depend Makefile pkg
+                         .test-result)
 excluded_suffixes = %w(.png .ps .pdf .o .so .a .txt .~)
 Find.find(base_dir) do |target|
   target = truncate_base_dir[target]



More information about the cairo-commit mailing list