5372N/A# Created by Damien Carbery, 25 April 2005. 5372N/A# Display usage information. 5372N/A print << "END_OF_USAGE_INFO"; 5372N/A exit 1; # Indicate an error. 5372N/A# #################################### 5372N/A# #################################### 5372N/A# Display usage if no arguments. 5372N/A# ############################ 5372N/A# Begin command line parsing. 5372N/A# ############################ 5372N/A#Getopt::Long::Configure( 'pass_through' ); # Ignore unknown options. 5372N/A# List of spec files to update. 5372N/A # Ensure all the specified files are present, quitting if any aren't. 5385N/A# Change t_suffix and Release data and add %changelog entry for each file. 5372N/A print "WARNING: Unable to open $file ($!). Skipping.\n"; 5372N/A# Update ChangeLog too, putting info at the top of the file. 5372N/A # Just pass-through the rest of the lines. 5372N/A print "ChangeLog - done\n"; 5372N/Aprint "\nUse 'cvs diff' to verify changes.\nTo commit changes:\n cvs commit -m \"Bump source tarballs for Mozilla/Evolution/APOC\"\n";