Hello community,

here is the log from the commit of package perl-Module-Signature for 
openSUSE:Factory checked in at 2015-04-18 10:40:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Signature (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Module-Signature.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Module-Signature"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Module-Signature/perl-Module-Signature.changes  
    2013-08-04 23:52:31.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Signature.new/perl-Module-Signature.changes
 2015-04-18 10:40:55.000000000 +0200
@@ -1,0 +2,47 @@
+Fri Apr 17 09:13:22 UTC 2015 - co...@suse.com
+
+- updated to 0.78
+   see /usr/share/doc/packages/perl-Module-Signature/Changes
+
+  [Changes for 0.78 - Thu Apr  9 16:58:27 CST 2015]
+  
+  * Fix verify() use from cpanm and CPAN.pm.
+  
+    Contributed by: ANDK
+  
+  [Changes for 0.77 - Wed Apr  8 19:36:50 CST 2015]
+  
+  * Include the latest public keys of PAUSE, ANDK and AUDREYT.
+  
+  * Clarify scripts/cpansign copyright to CC0.
+  
+    Reported by: @pghmcfc
+  
+  [Changes for 0.76 - Wed Apr  8 18:05:48 CST 2015]
+  
+  * Fix signature tests by defaulting to verify(skip=>1)
+    when $ENV{TEST_SIGNATURE} is true.
+  
+    Reported by: @pghmcfc
+  
+  [Changes for 0.75 - Tue Apr  7 04:56:09 CST 2015]
+  
+  Two more issues reported by John Lightsey:
+  
+  * Update ChangeLog.
+  
+  * More protection of @INC from relative paths.
+  
+  Fix various issues reported by John Lightsey:
+  
+  [Changes for 0.74 - Tue Apr  7 02:39:14 CST 2015]
+  
+  Fix various issues reported by John Lightsey:
+  
+  * Fix GPG signature parsing logic.
+  
+  * MANIFEST.SKIP is no longer consulted unless --skip is given.
+  
+  * Properly use open() modes to avoid injection attacks.
+
+-------------------------------------------------------------------

Old:
----
  Module-Signature-0.73.tar.gz

New:
----
  Module-Signature-0.78.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Module-Signature.spec ++++++
--- /var/tmp/diff_new_pack.lnBDpz/_old  2015-04-18 10:40:55.000000000 +0200
+++ /var/tmp/diff_new_pack.lnBDpz/_new  2015-04-18 10:40:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Signature
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,26 @@
 
 
 Name:           perl-Module-Signature
-Version:        0.73
+Version:        0.78
 Release:        0
+#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Module-Signature
 Summary:        Module signature file manipulation
 License:        CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Module-Signature/
-Source:         
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/A/AU/AUDREYT/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Digest::SHA)
 BuildRequires:  perl(IPC::Run)
-Requires:       perl(Digest::SHA)
+%{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  gpg
 Requires:       gpg
 # MANUAL END
-%{perl_requires}
 
 %description
 *Module::Signature* adds cryptographic authentications to CPAN
@@ -60,7 +60,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-#find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -76,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc AUDREY2006.pub AUTHORS Changes PAUSE2003.pub README
+%doc ANDK2015.pub AUDREYT2015.pub AUTHORS Changes PAUSE2017.pub README
 
 %changelog

++++++ Module-Signature-0.73.tar.gz -> Module-Signature-0.78.tar.gz ++++++
++++ 2726 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires:  gpg
 Requires:       gpg
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
license: CC0-1.0 and (GPL-1.0+ or Artistic-1.0)
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to