r56562 - in /trunk/libgnupg-perl: ChangeLog GnuPG.pm GnuPG.spec debian/changelog

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Mon Apr 19 19:40:38 UTC 2010


Author: carnil-guest
Date: Mon Apr 19 19:40:31 2010
New Revision: 56562

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56562
Log:
New upstream release (0.16).

Modified:
    trunk/libgnupg-perl/ChangeLog
    trunk/libgnupg-perl/GnuPG.pm
    trunk/libgnupg-perl/GnuPG.spec
    trunk/libgnupg-perl/debian/changelog

Modified: trunk/libgnupg-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/ChangeLog?rev=56562&op=diff
==============================================================================
--- trunk/libgnupg-perl/ChangeLog (original)
+++ trunk/libgnupg-perl/ChangeLog Mon Apr 19 19:40:31 2010
@@ -1,3 +1,7 @@
+2010-04-19  version 0.16 Mark Frost
+
+    * Fixed a hanging issue that came up under certain scenarios. 
+
 2010-04-19  version 0.15 Mark Frost
 
     * Added some quotes whose absence was causing one of the original tests to fail. 

Modified: trunk/libgnupg-perl/GnuPG.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.pm?rev=56562&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.pm (original)
+++ trunk/libgnupg-perl/GnuPG.pm Mon Apr 19 19:40:31 2010
@@ -47,7 +47,7 @@
 
     Exporter::export_ok_tags( qw( algo trust ) );
 
-    $VERSION = '0.15';
+    $VERSION = '0.16';
 }
 
 use constant DSA_ELGAMAL    => 1;
@@ -101,7 +101,7 @@
 
     # Default options
     push @$args, "--no-tty" unless $self->{trace};
-    push @$args, "--no-greeting", "--status-fd", fileno $self->{status_fd},
+    push @$args, "--no-greeting", "--yes", "--status-fd", fileno $self->{status_fd},
          "--run-as-shm-coprocess", "0";
 
     # Check for homedir and options file
@@ -259,7 +259,7 @@
           or die "can't open $self->{output} for output: $!\n";
     } elsif ( $self->{output} ) {
       my $gpg = shift(@{$cmdline});
-      unshift(@{$cmdline}, '--yes --output ' . $self->{output});
+      unshift(@{$cmdline}, '--output ' . $self->{output});
       unshift(@{$cmdline}, $gpg);
     } # Defaults to stdout
 

Modified: trunk/libgnupg-perl/GnuPG.spec
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/GnuPG.spec?rev=56562&op=diff
==============================================================================
--- trunk/libgnupg-perl/GnuPG.spec (original)
+++ trunk/libgnupg-perl/GnuPG.spec Mon Apr 19 19:40:31 2010
@@ -1,6 +1,6 @@
 Summary: Perl interface to the Gnu Privacy Guard
 Name: GnuPG
-Version: 0.15
+Version: 0.16
 Release: 1c
 Source: http://www.cpan.org/modules/by-module/GnuPG/%{name}-%{version}.tar.gz
 Copyright: GPL
@@ -41,6 +41,10 @@
 %doc README ChangeLog NEWS
 
 %changelog
+* Fri Apr 16 2010  Mark B. Frost <mark.frost at icainformatics.com> 
+  [0.16-1c]
+- Updated to version 0.16.
+
 * Fri Apr 16 2010  Mark B. Frost <mark.frost at icainformatics.com> 
   [0.15-1c]
 - Updated to version 0.15.

Modified: trunk/libgnupg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-perl/debian/changelog?rev=56562&op=diff
==============================================================================
--- trunk/libgnupg-perl/debian/changelog (original)
+++ trunk/libgnupg-perl/debian/changelog Mon Apr 19 19:40:31 2010
@@ -1,10 +1,10 @@
-libgnupg-perl (0.15-1) UNRELEASED; urgency=low
+libgnupg-perl (0.16-1) UNRELEASED; urgency=low
 
   [ Jonathan Yu ]
   * Rewrite control description
 
   [ Salvatore Bonaccorso ]
-  * New upstream release (0.15).
+  * New upstream release (0.16).
   * Drop fix-spelling-error-in-manpage.patch as it is applied upstream
     in a slightly modified version. 
   * Refresh debian/copyright: Add Ansgar to Copyright stanza for debian/*




More information about the Pkg-perl-cvs-commits mailing list