From 805f1c60cbeaa06ebd31f0e56c2048fd312fd0124ad5ceaf9b949c9fc791210f Mon Sep 17 00:00:00 2001
From: "P. Janouch"
Date: Tue, 12 Apr 2016 14:21:40 +0000
Subject: [PATCH] Accepting request 388161 from devel:languages:perl:autoupdate
automatic update
OBS-URL: https://build.opensuse.org/request/show/388161
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-AutoConf?expand=0&rev=8
---
Config-AutoConf-0.311.tar.gz | 3 ---
Config-AutoConf-0.313.tar.gz | 3 +++
cpanspec.yml | 28 ++++++++++++++++++++++++++++
perl-Config-AutoConf.changes | 18 ++++++++++++++++++
perl-Config-AutoConf.spec | 9 +++++----
5 files changed, 54 insertions(+), 7 deletions(-)
delete mode 100644 Config-AutoConf-0.311.tar.gz
create mode 100644 Config-AutoConf-0.313.tar.gz
create mode 100644 cpanspec.yml
diff --git a/Config-AutoConf-0.311.tar.gz b/Config-AutoConf-0.311.tar.gz
deleted file mode 100644
index 6b23e68..0000000
--- a/Config-AutoConf-0.311.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:80151a8f1346e61f66523f33c783962e23c8bd66a7b93dca79fe531dd075bc50
-size 41255
diff --git a/Config-AutoConf-0.313.tar.gz b/Config-AutoConf-0.313.tar.gz
new file mode 100644
index 0000000..bf6a311
--- /dev/null
+++ b/Config-AutoConf-0.313.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:3728867041d1bdbc00dffae5658b831e53f99068d3fbf0e8fb95b82a1953aeee
+size 48660
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-Config-AutoConf.changes b/perl-Config-AutoConf.changes
index 7c5cbf9..7538024 100644
--- a/perl-Config-AutoConf.changes
+++ b/perl-Config-AutoConf.changes
@@ -1,3 +1,21 @@
+-------------------------------------------------------------------
+Tue Apr 12 13:21:20 UTC 2016 - coolo@suse.com
+
+- updated to 0.313
+ see /usr/share/doc/packages/perl-Config-AutoConf/Changes
+
+ 0.313 2016-04-11
+ - release 0.312_001 without further changes
+
+ 0.312_001 2016-04-07
+ - fix "check_member" test (RT#113271)
+ - update Copyright notice
+ - add license files
+ - improve compile_if_else/link_if_else by proving whether object
+ or binary file (compile result) exists
+ - fix some typos and other POD quirks
+ - Update README.md from updated POD
+
-------------------------------------------------------------------
Wed Apr 15 14:54:11 UTC 2015 - coolo@suse.com
diff --git a/perl-Config-AutoConf.spec b/perl-Config-AutoConf.spec
index c9705c1..31e5400 100644
--- a/perl-Config-AutoConf.spec
+++ b/perl-Config-AutoConf.spec
@@ -1,7 +1,7 @@
#
# spec file for package perl-Config-AutoConf
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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-Config-AutoConf
-Version: 0.311
+Version: 0.313
Release: 0
%define cpan_name Config-AutoConf
Summary: Module to Implement Some of Autoconf Macros in Pure Perl
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Config-AutoConf/
Source0: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -39,7 +40,7 @@ Recommends: perl(File::Slurp::Tiny)
%description
Config::AutoConf is intended to provide the same opportunities to Perl
-developers as http://www.gnu.org/software/autoconf/ does for Shell
+developers as at http://www.gnu.org/software/autoconf/ does for Shell
developers.
As Perl is the second most deployed language (mind: every Unix comes with
@@ -68,6 +69,6 @@ the original.
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes README.md
+%doc ARTISTIC-1.0 Changes GPL-1 LICENSE README.md
%changelog