rpms/monotone/FC-4 .cvsignore, 1.9, 1.10 monotone.init, 1.9, 1.10 monotone.spec, 1.19, 1.20 sources, 1.9, 1.10

Roland McGrath (roland) fedora-extras-commits at redhat.com
Wed Oct 11 19:32:12 UTC 2006


Author: roland

Update of /cvs/extras/rpms/monotone/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19219

Modified Files:
	.cvsignore monotone.init monotone.spec sources 
Log Message:
0.30 release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	3 Aug 2006 20:28:04 -0000	1.9
+++ .cvsignore	11 Oct 2006 19:32:12 -0000	1.10
@@ -1 +1 @@
-monotone-0.28.tar.gz
+monotone-0.30.tar.gz


Index: monotone.init
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.init,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- monotone.init	3 Aug 2006 20:28:04 -0000	1.9
+++ monotone.init	11 Oct 2006 19:32:12 -0000	1.10
@@ -80,6 +80,7 @@
         echo -n $"Stopping monotone server: "
         killproc -p $MONOTONE_PIDFILE $MTSERVER
         RETVAL=$?
+	rm -f $MONOTONE_PIDFILE
         [ $RETVAL = 0 ] && rm -f /var/lock/subsys/monotone
         echo
         ;;
@@ -153,6 +154,7 @@
 	echo $"Checking database format in" "${MONOTONE_DBFILE}:"
 	(umask 027
 	 $MT $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS db migrate &&
+	 $MT $MONOTONE_RCOPTS $MONOTONE_DBOPTS $MONOTONE_PPOPTS db regenerate_rosters &&
 	 /bin/chgrp -R ${MONOTONE_GROUP:-monotone} $MONOTONE_KEYDIR)
 		success $"database check" ||
 		failure $"database check"


Index: monotone.spec
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/monotone.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- monotone.spec	3 Aug 2006 22:23:54 -0000	1.19
+++ monotone.spec	11 Oct 2006 19:32:12 -0000	1.20
@@ -1,6 +1,6 @@
 Name: monotone
-Version: 0.28
-Release: 2%{?dist}
+Version: 0.30
+Release: 1%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -164,6 +164,10 @@
 
 
 %changelog
+* Tue Oct 10 2006 Roland McGrath <roland at redhat.com> - 0.30-1
+- Updated for 0.30 release.
+- Fix service script to work around buggy init.d/functions. (#198761)
+
 * Thu Aug  3 2006 Roland McGrath <roland at redhat.com> - 0.28-2
 - Updated for 0.28 release. (#198652)
 - Move server PID file into /var/run/monotone subdirectory. (#198761)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/monotone/FC-4/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	3 Aug 2006 20:28:04 -0000	1.9
+++ sources	11 Oct 2006 19:32:12 -0000	1.10
@@ -1 +1 @@
-8c2e81152e12fed543a8702792232ed3  monotone-0.28.tar.gz
+94a1f8369162f7a7df8596b365a1d846  monotone-0.30.tar.gz




More information about the scm-commits mailing list