rpms/monotone/devel .cvsignore, 1.9, 1.10 monotone.init, 1.6, 1.7 monotone.spec, 1.16, 1.17 sources, 1.9, 1.10

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


Author: roland

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

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


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


Index: monotone.init
===================================================================
RCS file: /cvs/extras/rpms/monotone/devel/monotone.init,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- monotone.init	3 Aug 2006 20:28:49 -0000	1.6
+++ monotone.init	11 Oct 2006 19:33:15 -0000	1.7
@@ -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/devel/monotone.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- monotone.spec	8 Sep 2006 20:52:46 -0000	1.16
+++ monotone.spec	11 Oct 2006 19:33:15 -0000	1.17
@@ -1,6 +1,6 @@
 Name: monotone
-Version: 0.28
-Release: 3%{?dist}
+Version: 0.30
+Release: 1%{?dist}
 
 Summary: A free, distributed version control system
 Group: Development/Tools
@@ -164,8 +164,9 @@
 
 
 %changelog
-* Fri Sep  8 2006 Roland McGrath <roland at redhat.com> - 0.28-3
-- FC6 mass rebuild
+* 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)


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




More information about the fedora-extras-commits mailing list