pspp-commits
[Top][All Lists]
Advanced

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

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-831-g30f21


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-831-g30f2130
Date: Fri, 25 Sep 2009 04:38:15 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  30f2130261c2b4bdd9dbf95aa7c5cbbdaef4c014 (commit)
      from  bd17d2af982332ee1791998361b1ac6731fe14fa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 30f2130261c2b4bdd9dbf95aa7c5cbbdaef4c014
Author: Ben Pfaff <address@hidden>
Date:   Thu Sep 24 21:38:09 2009 -0700

    perl-module: Tolerate minor PSPP version number differences.
    
    The PSPP autobuilder that I'm working on appends a build number to the PSPP
    version number, e.g. "0.7.2-build40".  The Perl module has two problems
    with this:
    
      1. Perl won't parse version numbers that contain anything other than
         digits and periods, so "-build" causes an error.  So this commit
         drops everything from the hyphen onward from the PSPP version number
         passed along to Perl.
    
      2. The Perl module itself does a string comparison operation between the
         number it expects and the number that PSPP reports.  When we drop
         the hyphen onward, the comparison fails.  So this commit also relaxes
         the comparison to one that does pass.

-----------------------------------------------------------------------

Summary of changes:
 perl-module/PSPP.xs     |    6 +++++-
 src/libpspp/automake.mk |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

[Prev in Thread] Current Thread [Next in Thread]