From d8f4b3bf01bcd2f46c99a0762d6d9ea2da04271ff609c8e096300d184f5c4eb6 Mon Sep 17 00:00:00 2001
From: Dirk Stoecker <opensuse@dstoecker.de>
Date: Fri, 19 Aug 2016 08:54:12 +0000
Subject: [PATCH] Accepting request 420308 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/420308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-SomeUtils?expand=0&rev=3
---
 List-SomeUtils-0.52.tar.gz  |  3 ---
 List-SomeUtils-0.53.tar.gz  |  3 +++
 cpanspec.yml                | 28 ++++++++++++++++++++++++++++
 perl-List-SomeUtils.changes | 27 +++++++++++++++++++++++++++
 perl-List-SomeUtils.spec    |  7 ++-----
 5 files changed, 60 insertions(+), 8 deletions(-)
 delete mode 100644 List-SomeUtils-0.52.tar.gz
 create mode 100644 List-SomeUtils-0.53.tar.gz
 create mode 100644 cpanspec.yml

diff --git a/List-SomeUtils-0.52.tar.gz b/List-SomeUtils-0.52.tar.gz
deleted file mode 100644
index 900147a..0000000
--- a/List-SomeUtils-0.52.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1e8c900332ac08c314b78ca1b0d23aba28c146b6133606a817d828d5bd0485ac
-size 61947
diff --git a/List-SomeUtils-0.53.tar.gz b/List-SomeUtils-0.53.tar.gz
new file mode 100644
index 0000000..243b30e
--- /dev/null
+++ b/List-SomeUtils-0.53.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f4103a16f361abd163126872d949806a6b9eadf1d852be359301c9cbdbc1a598
+size 62522
diff --git a/cpanspec.yml b/cpanspec.yml
new file mode 100644
index 0000000..76ad4a4
--- /dev/null
+++ b/cpanspec.yml
@@ -0,0 +1,28 @@
+---
+#description_paragraphs: 3
+#description: |-
+#  override description from CPAN
+#summary: override summary from CPAN
+#no_testing: broken upstream
+#sources:
+#  - source1
+#  - source2
+#patches:
+#  foo.patch: -p1
+#  bar.patch:
+#preamble: |-
+# BuildRequires:  gcc-c++
+#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_build: |-
+# rm unused.files
+#post_install: |-
+# sed on %{name}.files
+#license: SUSE-NonFree
+#skip_noarch: 1
+#custom_build: |-
+#./Build build flags=%{?_smp_mflags} --myflag
+#custom_test: |-
+#startserver && make test
+#ignore_requires: Bizarre::Module
diff --git a/perl-List-SomeUtils.changes b/perl-List-SomeUtils.changes
index afc55b1..a2c5655 100644
--- a/perl-List-SomeUtils.changes
+++ b/perl-List-SomeUtils.changes
@@ -1,3 +1,30 @@
+-------------------------------------------------------------------
+Fri Aug 19 05:32:36 UTC 2016 - coolo@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+-------------------------------------------------------------------
+Thu Aug 18 05:30:50 UTC 2016 - coolo@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+-------------------------------------------------------------------
+Wed Aug 17 05:30:04 UTC 2016 - coolo@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+-------------------------------------------------------------------
+Tue Aug 16 05:29:25 UTC 2016 - coolo@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-List-SomeUtils/Changes
+
+  0.53     2016-08-14
+      - Replaced Exporter::Tiny with Exporter.
+
 -------------------------------------------------------------------
 Thu Jun  2 05:21:57 UTC 2016 - coolo@suse.com
 
diff --git a/perl-List-SomeUtils.spec b/perl-List-SomeUtils.spec
index 9dd7c29..9e9cedf 100644
--- a/perl-List-SomeUtils.spec
+++ b/perl-List-SomeUtils.spec
@@ -17,7 +17,7 @@
 
 
 Name:           perl-List-SomeUtils
-Version:        0.52
+Version:        0.53
 Release:        0
 %define cpan_name List-SomeUtils
 Summary:        Provide the stuff missing in List::Util
@@ -25,20 +25,17 @@ License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/List-SomeUtils/
 Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Exporter::Tiny)
 BuildRequires:  perl(List::SomeUtils::XS) >= 0.52
 BuildRequires:  perl(Module::Implementation)
 BuildRequires:  perl(Test::LeakTrace)
 BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(parent)
-Requires:       perl(Exporter::Tiny)
 Requires:       perl(List::SomeUtils::XS) >= 0.52
 Requires:       perl(Module::Implementation)
-Requires:       perl(parent)
 %{perl_requires}
 
 %description