[cairo-commit] cairomm ChangeLog,1.80,1.81 Makefile.am,1.9,1.10

Jonathon Jongsma commit at pdx.freedesktop.org
Sat Aug 19 20:25:05 PDT 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv29097

Modified Files:
	ChangeLog Makefile.am 
Log Message:
2006-08-19  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* Makefile.am: get rid of the concept of a snapshot.  It doesn't really make
	that much sense for cairomm, honestly, since we're just a simple wrapper
	library.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- ChangeLog	20 Aug 2006 02:57:00 -0000	1.80
+++ ChangeLog	20 Aug 2006 03:25:03 -0000	1.81
@@ -1,5 +1,11 @@
 2006-08-19  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
+	* Makefile.am: get rid of the concept of a snapshot.  It doesn't really make
+	that much sense for cairomm, honestly, since we're just a simple wrapper
+	library.
+
+2006-08-19  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
 	* MSVC/examples/.cvsignore:
 	* MSVC/examples/Makefile.am:
 	* MSVC/examples/pdf-surface/.cvsignore:

Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairomm/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	19 Aug 2006 01:22:51 -0000	1.9
+++ Makefile.am	20 Aug 2006 03:25:03 -0000	1.10
@@ -18,11 +18,10 @@
 #		make release-check
 # or		make release-publish
 
-RELEASE_OR_SNAPSHOT = `if [ "$(GENERIC_MINOR_VERSION)" = $$(echo "$(GENERIC_MINOR_VERSION)/2*2" | bc) ]; then echo release; else echo snapshot; fi`
 RELEASE_UPLOAD_HOST =   cairographics.org
 RELEASE_UPLOAD_BASE =	/srv/cairo.freedesktop.org/www
-RELEASE_UPLOAD_DIR =	$(RELEASE_UPLOAD_BASE)/$(RELEASE_OR_SNAPSHOT)s
-RELEASE_URL_BASE = 	http://cairographics.org/$(RELEASE_OR_SNAPSHOT)s
+RELEASE_UPLOAD_DIR =	$(RELEASE_UPLOAD_BASE)/releases
+RELEASE_URL_BASE = 	http://cairographics.org/releases
 RELEASE_ANNOUNCE_LIST = cairo-announce at cairographics.org (and CC gnome-announce-list at gnome.org)
 CVS = cvs
 
@@ -82,10 +81,10 @@
 	@echo "Please send an announcement to $(RELEASE_ANNOUNCE_LIST)"
 	@echo "including the following:"
 	@echo ""
-	@echo "Subject: $(PACKAGE) $(RELEASE_OR_SNAPSHOT) $(VERSION) now available"
+	@echo "Subject: $(PACKAGE) release $(VERSION) now available"
 	@echo ""
 	@echo "============================== CUT HERE =============================="
-	@echo "A new $(PACKAGE) $(RELEASE_OR_SNAPSHOT) $(VERSION) is now available from:"
+	@echo "A new $(PACKAGE) release $(VERSION) is now available from:"
 	@echo ""
 	@echo "	$(RELEASE_URL_BASE)/$(tar_file)"
 	@echo ""



More information about the cairo-commit mailing list