[Bps-public-commit] GnuPG-Interface branch, master, updated. 0.47_02-9-g0601b6c
Alex Vandiver
alexmv at bestpractical.com
Thu Mar 13 13:22:17 EDT 2014
The branch, master has been updated
via 0601b6c0f99582df0566b1b633311fe9a59d7e0d (commit)
via a6d1c66d3e7db9938dc15b47d4d24cb9329de71f (commit)
from 26c504df5bf9ced3c3e503d196777dd19db4bf59 (commit)
Summary of changes:
.gitignore | 7 ++---
ChangeLog | 5 ++++
MANIFEST | 7 -----
MANIFEST.SKIP | 78 +++++++++++++++++++++++++++++++++++++++++---------
lib/GnuPG/Interface.pm | 2 +-
5 files changed, 74 insertions(+), 25 deletions(-)
- Log -----------------------------------------------------------------
commit a6d1c66d3e7db9938dc15b47d4d24cb9329de71f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Mar 13 13:05:29 2014 -0400
Update packaging files
diff --git a/.gitignore b/.gitignore
index 34c6624..9e359d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,12 @@
-/MANIFEST
-/MANIFEST.bak
-/META.yml
/Makefile
/Makefile.old
/blib/
/inc/
/pm_to_blib
+*.tar.gz
/test/*/*.out
/test/random_seed
/test/temp
/test/trustdb.gpg
-/MYMETA.*
\ No newline at end of file
+/MYMETA.*
+/MANIFEST.SKIP.bak
diff --git a/MANIFEST b/MANIFEST
index 14a2164..93daea5 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -58,22 +58,15 @@ test/passphrase
test/plain.1.txt
test/public-keys-sigs/1.0.test
test/public-keys-sigs/1.1.test
-test/public-keys-sigs/1.out
test/public-keys-sigs/2.0.test
test/public-keys-sigs/2.1.test
-test/public-keys-sigs/2.out
test/public-keys/1.0.test
test/public-keys/1.1.test
-test/public-keys/1.out
test/public-keys/2.0.test
test/public-keys/2.1.test
-test/public-keys/2.out
test/pubring.gpg
test/secret-keys/1.0.test
-test/secret-keys/1.out
test/secret-keys/2.0.test
-test/secret-keys/2.out
test/secring.gpg
test/signed.1.asc
-test/temp
THANKS
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index c4c77e7..0e5542f 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -1,14 +1,66 @@
-TODO
-Makefile$
-Makefile.old$
-blib
-pm_to_blib
-.swp$
+
+#!start included /home/chmrr/prog/perlbrew/perls/perl-5.16.0/lib/5.16.0/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
~$
-.tmp$
-.bak$
-.git/
-.gitignore$
-.shipit$
-test/random_seed$
-test/trustdb.gpg$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included /home/chmrr/prog/perlbrew/perls/perl-5.16.0/lib/5.16.0/ExtUtils/MANIFEST.SKIP
+
+
+.shipit
+.*\.tar\.gz
+test/.*/.*\.out
+test/random_seed
+test/temp
+test/trustdb.gpg
commit 0601b6c0f99582df0566b1b633311fe9a59d7e0d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Mar 13 13:14:25 2014 -0400
Checking in changes prior to tagging of version 0.49.
Changelog diff is:
diff --git a/ChangeLog b/ChangeLog
index cfa49d1..7cca2bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.49 Thu Mar 13 13:05:17 EDT 2014
+ Restore context-sensitive (array/arrayref) behavior of multiple
+ array methods from 0.46.
+ Fix MANIFEST/.gitignore inconsistency
+
0.48 Mon Mar 10 11:26:17 EDT 2014
Switch from --always-trust to --trust-model=always
diff --git a/ChangeLog b/ChangeLog
index cfa49d1..7cca2bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+0.49 Thu Mar 13 13:05:17 EDT 2014
+ Restore context-sensitive (array/arrayref) behavior of multiple
+ array methods from 0.46.
+ Fix MANIFEST/.gitignore inconsistency
+
0.48 Mon Mar 10 11:26:17 EDT 2014
Switch from --always-trust to --trust-model=always
diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
index 5a28f8a..bfa2ec4 100644
--- a/lib/GnuPG/Interface.pm
+++ b/lib/GnuPG/Interface.pm
@@ -28,7 +28,7 @@ use Math::BigInt try => 'GMP';
use GnuPG::Options;
use GnuPG::Handles;
-$VERSION = '0.48';
+$VERSION = '0.49';
has $_ => (
isa => 'Any',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list