From 7531101440dd9277868e5d43b42ef125b248d254178b2fc6b8d90555612eb037 Mon Sep 17 00:00:00 2001
From: Stephan Kulow <coolo@suse.com>
Date: Thu, 7 Jan 2016 11:42:54 +0000
Subject: [PATCH] Accepting request 352252 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/352252
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mozilla-CA?expand=0&rev=6
---
 Mozilla-CA-20150826.tar.gz | 3 ---
 Mozilla-CA-20160104.tar.gz | 3 +++
 perl-Mozilla-CA.changes    | 6 ++++++
 perl-Mozilla-CA.spec       | 8 ++++----
 4 files changed, 13 insertions(+), 7 deletions(-)
 delete mode 100644 Mozilla-CA-20150826.tar.gz
 create mode 100644 Mozilla-CA-20160104.tar.gz

diff --git a/Mozilla-CA-20150826.tar.gz b/Mozilla-CA-20150826.tar.gz
deleted file mode 100644
index 5403d77..0000000
--- a/Mozilla-CA-20150826.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369
-size 155342
diff --git a/Mozilla-CA-20160104.tar.gz b/Mozilla-CA-20160104.tar.gz
new file mode 100644
index 0000000..66c709e
--- /dev/null
+++ b/Mozilla-CA-20160104.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a
+size 154435
diff --git a/perl-Mozilla-CA.changes b/perl-Mozilla-CA.changes
index 7704a98..c42551a 100644
--- a/perl-Mozilla-CA.changes
+++ b/perl-Mozilla-CA.changes
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Wed Jan  6 10:15:04 UTC 2016 - coolo@suse.com
+
+- updated to 20160104
+   see /usr/share/doc/packages/perl-Mozilla-CA/Changes
+
 -------------------------------------------------------------------
 Thu Aug 27 08:50:08 UTC 2015 - coolo@suse.com
 
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 319d310..5eaf5d6 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mozilla-CA
 #
-# 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-Mozilla-CA
-Version:        20150826
+Version:        20160104
 Release:        0
 #Upstream:  For the bundled Mozilla CA PEM file the following applies: This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. The Mozilla::CA distribution itself is available under the same license.
 %define cpan_name Mozilla-CA
@@ -42,11 +42,11 @@ The module provide a single function:
 
 * SSL_ca_file()
 
-  Returns the absolute path to the Mozilla's CA cert bundle PEM file.
+Returns the absolute path to the Mozilla's CA cert bundle PEM file.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor