pidgin: 0d1b6043: disapproval of revision '4f931125ffce24a...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Sun Oct 26 21:00:37 EDT 2008


-----------------------------------------------------------------
Revision: 0d1b60430843a092248a2644865910266131add6
Ancestor: 4f931125ffce24ace6bf298cc58d620c1a975aa1
Author: nosnilmot at pidgin.im
Date: 2008-10-27T00:58:03
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/0d1b60430843a092248a2644865910266131add6

Modified files:
        Makefile.am NEWS

ChangeLog: 

disapproval of revision '4f931125ffce24ace6bf298cc58d620c1a975aa1'
-------------- next part --------------
============================================================
--- Makefile.am	d6c1c7290f0e0984b4c8c5f84bf8b8d91d2121a4
+++ Makefile.am	bdecddf1c85f6601f53c36afbd8b242e725e8cc1
@@ -34,6 +34,13 @@ version-check:
 # We don't want to release development versions.
 	test x`echo $(PACKAGE_VERSION) | grep dev` = x
 
+# Make sure there is a NEWS entry for this version
+	head NEWS | grep "^$(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" > /dev/null
+
+# Ensure NEWS has no spaces at the start of a line.
+# Using spaces instead of tabs there is a common mistake.
+	test x`grep "^ " NEWS` = x
+
 # When doing a new minor (or major) release (X.Y.0), there must be a section in
 # ChangeLog.API.
 	echo $(PACKAGE_VERSION) | grep -v "^[0-9]\+\.[0-9]\+\.0$$" >/dev/null || head ChangeLog.API | grep "^version $(PACKAGE_VERSION) (`date +%m/%d/%Y`):$$" >/dev/null
============================================================
--- NEWS	90fa8d236aa13cedeeac4129fc30445fcc28cf26
+++ NEWS	0f04eeb0b33f473822488a1754dda6fb681c314f
@@ -1,12 +1,5 @@ Pidgin and Finch: The Pimpin' Penguin IM
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
-For up-to-date news, information, and sports, visit: http://planet.pidgin.im
-
-
-===============================================================================
-=                                   OLD NEWS                                  =
-===============================================================================
-
 2.5.2 (10/19/2008):
 	Ethan: After a bit of a struggle with our services, which put
 	this release off for an unfortunate length of time, we're


More information about the Commits mailing list