Hello community,

here is the log from the commit of package perl-GnuPG-Interface for 
openSUSE:Factory
checked in at Sun Oct 16 12:56:30 CEST 2011.



--------
--- openSUSE:Factory/perl-GnuPG-Interface/perl-GnuPG-Interface.changes  
2011-09-23 12:37:14.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/perl-GnuPG-Interface/perl-GnuPG-Interface.changes  
    2011-10-15 20:16:23.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 15 18:10:32 UTC 2011 - [email protected]
+
+- updated to 0.44
+    Bump Math::BigInt dependency to get the new 'try GMP' syntax.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  GnuPG-Interface-0.43.tar.gz

New:
----
  GnuPG-Interface-0.44.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-GnuPG-Interface.spec ++++++
--- /var/tmp/diff_new_pack.ueC537/_old  2011-10-16 12:56:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ueC537/_new  2011-10-16 12:56:22.000000000 +0200
@@ -18,21 +18,48 @@
 
 
 Name:           perl-GnuPG-Interface
-Version:        0.43
+Version:        0.44
 Release:        1
 License:        GPL+ or Artistic
 %define cpan_name GnuPG-Interface
 Summary:        Perl interface to GnuPG
 Url:            http://search.cpan.org/dist/GnuPG-Interface/
 Group:          Development/Libraries/Perl
-#Source:         
http://www.cpan.org/authors/id/J/JE/JESSE/GnuPG-Interface-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.gz
+Source:         
http://www.cpan.org/authors/id/J/JE/JESSE/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Any::Moose) >= 0.04
+# MANUAL
+BuildRequires:  perl(Moose)
+BuildRequires:  perl(Math::BigInt) >= 1.78
+#BuildRequires: perl(GnuPG::Fingerprint)
+#BuildRequires: perl(GnuPG::Handles)
+#BuildRequires: perl(GnuPG::HashInit)
+#BuildRequires: perl(GnuPG::Interface)
+#BuildRequires: perl(GnuPG::Key)
+#BuildRequires: perl(GnuPG::Options)
+#BuildRequires: perl(GnuPG::PrimaryKey)
+#BuildRequires: perl(GnuPG::PublicKey)
+#BuildRequires: perl(GnuPG::Revoker)
+#BuildRequires: perl(GnuPG::SecretKey)
+#BuildRequires: perl(GnuPG::Signature)
+#BuildRequires: perl(GnuPG::SubKey)
+#BuildRequires: perl(GnuPG::UserAttribute)
+#BuildRequires: perl(GnuPG::UserId)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#BuildRequires: perl(Module::Install::Base)
+#BuildRequires: perl(MyTest)
+#BuildRequires: perl(MyTestSpecific)
+#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(YAML::Tiny)
 Requires:       perl(Any::Moose) >= 0.04
+Requires:       perl(Math::BigInt) >= 1.78
+# MANUAL BEGIN
 %if 0%{suse_version} <= 1110
 BuildRequires:  gpg
 Requires:       gpg
@@ -40,7 +67,7 @@
 BuildRequires:  gpg2
 Requires:       gpg2
 %endif
-Requires:       gpg
+# MANUAL END
 
 %{perl_requires}
 
@@ -50,32 +77,6 @@
 functions such as but not limited to encrypting, signing, decryption,
 verification, and key-listing parsing.
 
-How Data Member Accessor Methods are Created
-    Each module in the GnuPG::Interface bundle relies on Any::Moose to
-    generate the get/set methods used to set the object's data members.
-    _This is very important to realize._ This means that any data member
-    which is a list has special methods assigned to it for pushing,
-    popping, and clearing the list.
-
-Understanding Bidirectional Communication
-    It is also imperative to realize that this package uses interprocess
-    communication methods similar to those used in the IPC::Open3 manpage
-    and the perlipc/"Bidirectional Communication with Another Process"
-    manpage, and that users of this package need to understand how to use
-    this method because this package does not abstract these methods for
-    the user greatly. This package is not designed to abstract this away
-    entirely (partly for security purposes), but rather to simply help
-    create 'proper', clean calls to GnuPG, and to implement key-listing
-    parsing. Please see the perlipc/"Bidirectional Communication with
-    Another Process" manpage to learn how to deal with these methods.
-
-    Using this package to do message processing generally invovlves
-    creating a GnuPG::Interface object, creating a GnuPG::Handles object,
-    setting some options in its *options* data member, and then calling a
-    method which invokes GnuPG, such as *clearsign*. One then interacts
-    with with the handles appropriately, as described in the
-    perlipc/"Bidirectional Communication with Another Process" manpage.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -91,11 +92,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc ChangeLog COPYING NEWS README THANKS
 
 %changelog

++++++ GnuPG-Interface-0.43.tar.gz -> GnuPG-Interface-0.44.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GnuPG-Interface-0.43/ChangeLog 
new/GnuPG-Interface-0.44/ChangeLog
--- old/GnuPG-Interface-0.43/ChangeLog  2011-03-08 15:13:43.000000000 +0100
+++ new/GnuPG-Interface-0.44/ChangeLog  2011-05-03 03:43:25.000000000 +0200
@@ -1,3 +1,7 @@
+0.44 Mon May  2 21:36:13 EDT 2011
+       
+       Bump Math::BigInt dependency to get the new 'try GMP' syntax.
+
 0.43 Tue Mar  8 09:13:31 EST 2011
 
        Stable release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GnuPG-Interface-0.43/META.yml 
new/GnuPG-Interface-0.44/META.yml
--- old/GnuPG-Interface-0.43/META.yml   2011-03-08 15:13:52.000000000 +0100
+++ new/GnuPG-Interface-0.44/META.yml   2011-05-03 03:43:33.000000000 +0200
@@ -20,6 +20,7 @@
     - test
 requires:
   Any::Moose: 0.04
+  Math::BigInt: 1.78
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.43
+version: 0.44
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GnuPG-Interface-0.43/Makefile.PL 
new/GnuPG-Interface-0.44/Makefile.PL
--- old/GnuPG-Interface-0.43/Makefile.PL        2009-09-24 19:53:43.000000000 
+0200
+++ new/GnuPG-Interface-0.44/Makefile.PL        2011-03-23 23:45:20.000000000 
+0100
@@ -17,6 +17,7 @@
 name 'GnuPG-Interface';
 version_from 'lib/GnuPG/Interface.pm';
 requires 'Any::Moose' => '0.04';
+requires 'Math::BigInt' => '1.78';
 license 'perl';
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GnuPG-Interface-0.43/SIGNATURE 
new/GnuPG-Interface-0.44/SIGNATURE
--- old/GnuPG-Interface-0.43/SIGNATURE  2011-03-08 15:13:52.000000000 +0100
+++ new/GnuPG-Interface-0.44/SIGNATURE  2011-05-03 03:43:36.000000000 +0200
@@ -15,11 +15,11 @@
 Hash: SHA1
 
 SHA1 187c2cfc1fc31d42c18d5b1653afa1a905bf266c COPYING
-SHA1 f855c37399c772847b488fa182e739c6b4513840 ChangeLog
+SHA1 166238bf1dffc9e5a488a10b76617f995ddb6c59 ChangeLog
 SHA1 37e4d07c43f08f41a24fd1157ab530a4a06aab37 MANIFEST
 SHA1 0c5f7bda8a3ce57e27dcd7f32459d8b286f1339e MANIFEST.SKIP
-SHA1 cdc766d00791fffe2ee49295f2d446476a59593c META.yml
-SHA1 92f709ea03b0b69509ad258553c82905b533d610 Makefile.PL
+SHA1 e08d06c2ce7c20bcca459cda98496cb8ad1ebbdb META.yml
+SHA1 6b0ad3ccd9e2ed8aa1489e2951aec36236e11ff5 Makefile.PL
 SHA1 d6e32c5128419cdbfe6e6f846ff7f64fc0adac2f NEWS
 SHA1 1047dc54823b1321e939274dd261d8e40febee24 README
 SHA1 df07bf5a2dd74ffe4b69dff3063f68879cf9e355 THANKS
@@ -34,7 +34,7 @@
 SHA1 9a2b6c9e5434daf32bc2a3e15e25175fc49fd604 lib/GnuPG/Fingerprint.pm
 SHA1 8852195e80823c93b6aed673e69433ae3ea46d26 lib/GnuPG/Handles.pm
 SHA1 779e6a921fa104e8f16fd4a6d38f670074592811 lib/GnuPG/HashInit.pm
-SHA1 5876652da41eca33167933cb0da923db4b1041b7 lib/GnuPG/Interface.pm
+SHA1 6112531529fce08317b03db5954739e53268b3cc lib/GnuPG/Interface.pm
 SHA1 bb75d45acb8268096348740e261812519b7258cb lib/GnuPG/Key.pm
 SHA1 697b1408b404e4dff0ae553646fb3c12f821fcd4 lib/GnuPG/Options.pm
 SHA1 5fbf442fc1586b88139508b838700b7a3992ced7 lib/GnuPG/PrimaryKey.pm
@@ -93,9 +93,9 @@
 SHA1 981418a80bf7dab91b63608cfd1ddf5091f89ad7 test/signed.1.asc
 SHA1 da39a3ee5e6b4b0d3255bfef95601890afd80709 test/temp
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (GNU/Linux)
+Version: GnuPG v1.4.11 (GNU/Linux)
 
-iEYEARECAAYFAk12OaAACgkQEi9d9xCOQEbjbgCeMpNwfOE7PRk5PKFD2xJjZz5E
-qXIAn3SxSEjXBwHc5LqqiFq77Aerpmbp
-=bwmq
+iEYEARECAAYFAk2/XcUACgkQEi9d9xCOQEY0vACfTkSFGiV+xVoJZmTywprq9hci
+wogAn1i8RF+FPQXDaQyi7NwESvG17NAa
+=xQ8R
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GnuPG-Interface-0.43/lib/GnuPG/Interface.pm 
new/GnuPG-Interface-0.44/lib/GnuPG/Interface.pm
--- old/GnuPG-Interface-0.43/lib/GnuPG/Interface.pm     2011-03-08 
15:13:12.000000000 +0100
+++ new/GnuPG-Interface-0.44/lib/GnuPG/Interface.pm     2011-05-03 
03:36:02.000000000 +0200
@@ -27,7 +27,7 @@
 use GnuPG::Options;
 use GnuPG::Handles;
 
-$VERSION = '0.43';
+$VERSION = '0.44';
 
 has $_ => (
     isa     => 'Any',

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to