From 162a25943f95be6d226abf801901fc2e120aec43 Mon Sep 17 00:00:00 2001
From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de>
Date: Jan 24 2020 12:30:24 +0000
Subject: update 2020-01-24 12:30


---

diff --git a/.files b/.files
index 3899c1c..e89727f 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index ff6497a..a1adeb7 100644
--- a/.rev
+++ b/.rev
@@ -54,4 +54,12 @@
     <comment></comment>
     <requestid>735811</requestid>
   </revision>
+  <revision rev="8" vrev="1">
+    <srcmd5>8dc65a9d3afbfc220f3dda6f25e7e6bf</srcmd5>
+    <version>1.20200122</version>
+    <time>1579867865</time>
+    <user>dimstar_suse</user>
+    <comment></comment>
+    <requestid>766609</requestid>
+  </revision>
 </revisionlist>
diff --git a/Test-MockObject-1.20191002.tar.gz b/Test-MockObject-1.20191002.tar.gz
deleted file mode 120000
index 6eb87e1..0000000
--- a/Test-MockObject-1.20191002.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreighnjgm74mzjj3grncahx3mg3jfhfqra5w2ycx3ynq4dzy2igizta
\ No newline at end of file
diff --git a/Test-MockObject-1.20200122.tar.gz b/Test-MockObject-1.20200122.tar.gz
new file mode 120000
index 0000000..d48b25c
--- /dev/null
+++ b/Test-MockObject-1.20200122.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreiblp6anvb7vu37agygz5zjbauifgaluilb2e3uf3nun7le7qmdwem
\ No newline at end of file
diff --git a/perl-Test-MockObject.changes b/perl-Test-MockObject.changes
index 2654f3c..31baa81 100644
--- a/perl-Test-MockObject.changes
+++ b/perl-Test-MockObject.changes
@@ -1,4 +1,14 @@
 -------------------------------------------------------------------
+Thu Jan 23 03:15:03 UTC 2020 -  <timueller+perl@suse.de>
+
+- updated to 1.20200122
+   see /usr/share/doc/packages/perl-Test-MockObject/Changes
+
+  1.20200122 2020-01-22 10:47:03-08:00 America/Los_Angeles
+      - allow mock() to mock multiple methods at once (GH PR #19, Felipe Gaspar)
+      - tidy up dist metadata (GH PR #18, Mohammad S. Anwar)
+
+-------------------------------------------------------------------
 Fri Oct  4 09:40:26 UTC 2019 -  <timueller+perl@suse.de>
 
 - updated to 1.20191002
diff --git a/perl-Test-MockObject.spec b/perl-Test-MockObject.spec
index 0a9a2e2..41cefaf 100644
--- a/perl-Test-MockObject.spec
+++ b/perl-Test-MockObject.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-MockObject
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,7 +17,7 @@
 
 
 Name:           perl-Test-MockObject
-Version:        1.20191002
+Version:        1.20200122
 Release:        0
 %define cpan_name Test-MockObject
 Summary:        Perl extension for emulating troublesome interfaces
@@ -54,7 +54,7 @@ behavior, just the input and the output.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor