rpms/monotone/devel monotone-xfail-if-root.patch, 1.2, 1.3 .cvsignore, 1.5, 1.6 monotone.spec, 1.8, 1.9 sources, 1.5, 1.6

Roland McGrath (roland) fedora-extras-commits at redhat.com
Fri Jan 6 11:34:11 UTC 2006


Author: roland

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

Modified Files:
	.cvsignore monotone.spec sources 
Added Files:
	monotone-xfail-if-root.patch 
Log Message:
Update to 0.25

monotone-xfail-if-root.patch:

Index: monotone-xfail-if-root.patch
===================================================================
RCS file: monotone-xfail-if-root.patch
diff -N monotone-xfail-if-root.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ monotone-xfail-if-root.patch	6 Jan 2006 11:34:11 -0000	1.3
@@ -0,0 +1,22 @@
+--- monotone-0.23/testsuite
++++ monotone-0.23/testsuite
+@@ -67479,7 +67479,7 @@ $at_traceon
+     at_desc='checkout validates target directory'
+     $at_quiet $ECHO_N " 64: checkout validates target directory          $ECHO_C"
+     at_xfail=no
+-      test -O / && at_xfail=yes
++      test -w test_dir4 && at_xfail=yes
+     (
+       echo "64. t_checkout_dir.at:1: testing ..."
+       $at_traceon
+--- monotone-0.23/tests/t_checkout_dir.at
++++ monotone-0.23/tests/t_checkout_dir.at
+@@ -20,7 +20,7 @@ AT_CHECK(MONOTONE --branch=testbranch ch
+ mkdir test_dir4
+ chmod 444 test_dir4
+ # XFAIL if run as root (hi Gentoo!)
+-AT_XFAIL_IF(test -O /)
++AT_XFAIL_IF(test -w test_dir4)
+ AT_CHECK(MONOTONE --branch=testbranch checkout test_dir4,
+          [1], [ignore], [ignore])
+ AT_CHECK(MONOTONE --branch=testbranch checkout test_dir4/subdir,


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/monotone/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	13 Dec 2005 07:35:07 -0000	1.5
+++ .cvsignore	6 Jan 2006 11:34:11 -0000	1.6
@@ -1 +1 @@
-monotone-0.24.tar.gz
+monotone-0.25.tar.gz


Index: monotone.spec
===================================================================
RCS file: /cvs/extras/rpms/monotone/devel/monotone.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- monotone.spec	18 Dec 2005 06:15:35 -0000	1.8
+++ monotone.spec	6 Jan 2006 11:34:11 -0000	1.9
@@ -1,5 +1,5 @@
 Name: monotone
-Version: 0.24
+Version: 0.25
 Release: 2%{?dist}
 
 Summary: A free, distributed version control system
@@ -12,7 +12,7 @@
 Source2: monotone.sysconfig
 Source3: README.monotone-server
 
-Patch1: monotone-0.24-gcc41.patch
+Patch1: monotone-xfail-if-root.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -166,8 +166,11 @@
 
 
 %changelog
-* Sat Dec 17 2005 Roland McGrath <roland at redhat.com> - 0.24-2
-- Patched to work with gcc 4.1.
+* Fri Jan  6 2006 Roland McGrath <roland at redhat.com> - 0.25-2
+- Restore testsuite fix for nonroot owner of / in build chroot.
+
+* Thu Jan  5 2006 Roland McGrath <roland at redhat.com> - 0.25-1
+- Updated for 0.25 release.
 
 * Sun Dec 11 2005 Roland McGrath <roland at redhat.com> - 0.24-1
 - Updated for 0.24 release.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/monotone/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	13 Dec 2005 07:35:07 -0000	1.5
+++ sources	6 Jan 2006 11:34:11 -0000	1.6
@@ -1 +1 @@
-8193203c8b48104500d956f9e524bfcd  monotone-0.24.tar.gz
+fb0ad449cd0093854c55dbd5c6fc07e2  monotone-0.25.tar.gz




More information about the fedora-extras-commits mailing list