rpms/monotone/F-11 monotone-0.45-ls-output.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 import.log, 1.6, 1.7 monotone.spec, 1.46, 1.47 sources, 1.24, 1.25

Thomas Moschny thm at fedoraproject.org
Sun Sep 13 16:32:06 UTC 2009


Author: thm

Update of /cvs/pkgs/rpms/monotone/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8265/F-11

Modified Files:
	.cvsignore import.log monotone.spec sources 
Added Files:
	monotone-0.45-ls-output.patch 
Log Message:
Update to 0.45.

monotone-0.45-ls-output.patch:
 __driver__.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE monotone-0.45-ls-output.patch ---
============================================================
--- tests/key_files_created_securely/__driver__.lua	63a9bd279770dc1fcefec5eb6cead7fd3e061982
+++ tests/key_files_created_securely/__driver__.lua	2a0d5d0376174967369a15795f30a6e081af81b6
@@ -25,4 +25,4 @@ check({ "ls", "-l", "keys/foobar." .. ke
 keyid = string.sub(line, 0, 40)
 
 check({ "ls", "-l", "keys/foobar." .. keyid }, 0, true, nil)
-check(qgrep("^-rw------- .*keys/foobar." .. keyid, "stdout"))
+check(qgrep("^-rw-------[.+]? .*keys/foobar." .. keyid, "stdout"))


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-11/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	18 May 2009 18:04:30 -0000	1.24
+++ .cvsignore	13 Sep 2009 16:32:06 -0000	1.25
@@ -1 +1 @@
-monotone-0.44.tar.gz
+monotone-0.45.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-11/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- import.log	18 May 2009 18:04:31 -0000	1.6
+++ import.log	13 Sep 2009 16:32:06 -0000	1.7
@@ -4,3 +4,4 @@ monotone-0_42-3_fc10:HEAD:monotone-0.42-
 monotone-0_42-5_fc10:HEAD:monotone-0.42-5.fc10.src.rpm:1235765112
 monotone-0_43-1_fc10:HEAD:monotone-0.43-1.fc10.src.rpm:1238237776
 monotone-0_44-1_fc12:F-11:monotone-0.44-1.fc12.src.rpm:1242669791
+monotone-0_45-1_fc11:F-11:monotone-0.45-1.fc11.src.rpm:1252859489


Index: monotone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-11/monotone.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -p -r1.46 -r1.47
--- monotone.spec	18 May 2009 18:04:31 -0000	1.46
+++ monotone.spec	13 Sep 2009 16:32:06 -0000	1.47
@@ -1,5 +1,5 @@
 Name: monotone
-Version: 0.44
+Version: 0.45
 Release: 1%{?dist}
 
 Summary: A free, distributed version control system
@@ -11,6 +11,7 @@ Source0: http://monotone.ca/downloads/%{
 Source1: monotone.init
 Source2: monotone.sysconfig
 Source3: README.monotone-server
+Patch0: monotone-0.45-ls-output.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -64,6 +65,7 @@ and then pass commands to it.
 
 %prep
 %setup -q
+%patch0 -p0 -b .ls-output
 
 %build
 %configure --with-bundled-lua=%{bundled_lua} \
@@ -191,6 +193,12 @@ fi
 
 
 %changelog
+* Sat Sep 12 2009 Thomas Moschny <thomas.moschny at gmx.de> - 0.45-1
+- Update to 0.45.
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.44-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Wed May 13 2009 Thomas Moschny <thomas.moschny at gmx.de> - 0.44-1
 - Update to 0.44.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/monotone/F-11/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	18 May 2009 18:04:31 -0000	1.24
+++ sources	13 Sep 2009 16:32:06 -0000	1.25
@@ -1 +1 @@
-6cc1f5f31df2e41bdfe502310463924a  monotone-0.44.tar.gz
+bd37c3d75e3fd1974a17f556499b42ab  monotone-0.45.tar.gz




More information about the scm-commits mailing list