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
This commit is contained in:
Stephan Kulow 2016-01-07 11:42:54 +00:00 committed by Git OBS Bridge
parent 79b931f7db
commit 7531101440
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c159d134175db0723a347649961a8f83769d4e20e76e55e040286e1099f71369
size 155342

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27a7069a243162b65ada4194ff9d21b6ebc304af723eb5d3972fb74c11b03f2a
size 154435

View File

@ -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

View File

@ -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