Hello community,

here is the log from the commit of package perl-Test-MockModule for 
openSUSE:Factory checked in at 2018-10-01 08:14:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-MockModule (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-MockModule.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-MockModule"

Mon Oct  1 08:14:47 2018 rev:9 rq:638964 version:0.170.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-MockModule/perl-Test-MockModule.changes    
    2018-06-02 11:50:05.160538622 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-MockModule.new/perl-Test-MockModule.changes
   2018-10-01 08:14:48.334068446 +0200
@@ -1,0 +2,19 @@
+Thu Sep 20 06:02:05 UTC 2018 - Stephan Kulow <co...@suse.com>
+
+- updated to 0.170.0
+   see /usr/share/doc/packages/perl-Test-MockModule/Changes
+
+  v0.170.0
+  - 182d066 Fix versioning for semver conversion + PAUSE - Geoff Franks
+  - 4afeedf release v0.17.0 - CI Bot
+  - 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks
+  - 577350e Pod - provide a code snippet for original usage - Nicolas R
+  - 3e4ec72 Add missing pod entries - Geoff Franks
+  
+  v0.16
+      - Fixes an issue where warnings were thrown for mismatched prototypes,
+        when mocking a prototyped function.
+  
+        Thanks @toddr for the fix!
+
+-------------------------------------------------------------------

Old:
----
  Test-MockModule-0.15.tar.gz

New:
----
  Test-MockModule-v0.170.0.tar.gz

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

Other differences:
------------------
++++++ perl-Test-MockModule.spec ++++++
--- /var/tmp/diff_new_pack.Ypdu08/_old  2018-10-01 08:14:48.802068146 +0200
+++ /var/tmp/diff_new_pack.Ypdu08/_new  2018-10-01 08:14:48.806068143 +0200
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Test-MockModule
-Version:        0.15
+Version:        0.170.0
 Release:        0
 %define cpan_name Test-MockModule
 Summary:        Override subroutines in a module for unit testing
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Test-MockModule/
-Source0:        
https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-%{version}.tar.gz
+Url:            https://metacpan.org/release/%{cpan_name}
+Source0:        
https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +47,8 @@
 given module go out of scope, or when you 'unmock()' the subroutine.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%setup -q -n %{cpan_name}-v%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -62,7 +63,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README.md
+%doc Changes ci README.md
 %license LICENSE
 
 %changelog

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.Ypdu08/_old  2018-10-01 08:14:48.834068125 +0200
+++ /var/tmp/diff_new_pack.Ypdu08/_new  2018-10-01 08:14:48.838068122 +0200
@@ -14,7 +14,7 @@
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
 #post_install: |-
 # sed on %{name}.files
-license: GPL-3.0+
+#license: GPL-3.0+
 #skip_noarch: 1
 #custom_build: -
 #./Build build flags=%{?_smp_mflags} --myflag


Reply via email to