hippo-canvas r7273 - branches/hippo-canvas-0-2



Author: otaylor
Date: Mon Jun 16 15:28:36 2008
New Revision: 7273
URL: http://svn.gnome.org/viewvc/hippo-canvas?rev=7273&view=rev

Log:
Bump version to 0.2.32. Update tag rule to work on a branch.

Modified:
   branches/hippo-canvas-0-2/Makefile.am
   branches/hippo-canvas-0-2/configure.ac

Modified: branches/hippo-canvas-0-2/Makefile.am
==============================================================================
--- branches/hippo-canvas-0-2/Makefile.am	(original)
+++ branches/hippo-canvas-0-2/Makefile.am	Mon Jun 16 15:28:36 2008
@@ -66,7 +66,7 @@
 	@(svn status | grep '^[MA]' > /dev/null && echo "Uncommitted changes, can't tag") || \
 	(V=`echo $(VERSION) | sed s/\\\\./_/g` && \
 	URL=`svn info --xml | grep '<url>' | sed 's@</\?url>@@g'` && \
-	PACKAGE=`echo $$URL | perl -pe 's  */(.*)/ * $$1@; tr/a-z-/A-Z_/;'` && \
-	TAGURL=`echo $$URL | sed "s trunk@tags/$${PACKAGE}_$$V@"` && \
+	PACKAGE=`echo $$URL | perl -pe 's  */(.*)/(trunk|branches/[a-zA-Z0-9-]+)@$$1@; tr/a-z-/A-Z_/;'` && \
+	TAGURL=`echo $$URL | sed "s \(trunk\|branches/[a-zA-Z0-9-]\+\)@tags/$${PACKAGE}_$$V@"` && \
 	echo Tagging as $$TAGURL && \
 	svn cp -m "Tag as $${PACKAGE}_$$V" $$URL $$TAGURL)

Modified: branches/hippo-canvas-0-2/configure.ac
==============================================================================
--- branches/hippo-canvas-0-2/configure.ac	(original)
+++ branches/hippo-canvas-0-2/configure.ac	Mon Jun 16 15:28:36 2008
@@ -6,7 +6,7 @@
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(hippo-canvas, 0.2.31)
+AM_INIT_AUTOMAKE(hippo-canvas, 0.2.32)
 
 AM_CONFIG_HEADER(config/config.h)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]