[perl-Mozilla-CA] 20141217 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jan 2 14:02:50 UTC 2015


commit a04f3b2878fa8c5ea680fa6cc8aff24855dc5da2
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 2 15:01:05 2015 +0100

    20141217 bump

 .gitignore                                         |    1 +
 ...141217-Redirect-to-ca-certificates-bundle.patch |   13 +++++++++----
 perl-Mozilla-CA.spec                               |    9 ++++++---
 sources                                            |    2 +-
 4 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d1305f..1300921 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Mozilla-CA-20120822.tar.gz
 /Mozilla-CA-20120823.tar.gz
 /Mozilla-CA-20130114.tar.gz
+/Mozilla-CA-20141217.tar.gz
diff --git a/Mozilla-CA-20130114-Redirect-to-ca-certificates-bundle.patch b/Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
similarity index 86%
rename from Mozilla-CA-20130114-Redirect-to-ca-certificates-bundle.patch
rename to Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
index 45d622c..883f303 100644
--- a/Mozilla-CA-20130114-Redirect-to-ca-certificates-bundle.patch
+++ b/Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
@@ -1,7 +1,10 @@
-From 02db836ecf68b7554c7e3f496dbfa9ef1b432d76 Mon Sep 17 00:00:00 2001
+From ae8af24d6d935b2824ad955aa9ea8cc557089c77 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
 Date: Fri, 16 Sep 2011 10:33:54 +0200
 Subject: [PATCH] Redirect to ca-certificates bundle
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
 
 This patch replaces Mozilla-CA certificate bundle with bundle
 delivered by ca-certificates RPM package used as single source of
@@ -9,6 +12,8 @@ Mozilla certificate bundle.
 
 See <https://bugzilla.redhat.com/show_bug.cgi?id=738383> for more
 details.
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
 ---
  MANIFEST          | 1 -
  Makefile.PL       | 8 ++++++++
@@ -42,12 +47,12 @@ index 2b10474..57f2f07 100644
 +    return $name;
 +}
 diff --git a/lib/Mozilla/CA.pm b/lib/Mozilla/CA.pm
-index 95fc86d..71e4f91 100644
+index 050a494..c9f7dc8 100644
 --- a/lib/Mozilla/CA.pm
 +++ b/lib/Mozilla/CA.pm
 @@ -3,16 +3,10 @@ package Mozilla::CA;
  use strict;
- our $VERSION = '20130114';
+ our $VERSION = '20141217';
  
 -use Cwd ();
  use File::Spec ();
@@ -64,5 +69,5 @@ index 95fc86d..71e4f91 100644
  
  1;
 -- 
-1.7.11.4
+1.9.3
 
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 53d81e8..43d96a9 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -1,15 +1,15 @@
 Name:           perl-Mozilla-CA
 # You do not need to back-port new version for list of certificates solely.
 # They are taken from ca-certificates package instead per bug #738383.
-Version:        20130114
-Release:        7%{?dist}
+Version:        20141217
+Release:        1%{?dist}
 Summary:        Mozilla's CA cert bundle in PEM format
 License:        MPLv1.1 or LGPLv2+ or GPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Mozilla-CA/
 Source0:        http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{version}.tar.gz
 # Bug #738383
-Patch0:         Mozilla-CA-20130114-Redirect-to-ca-certificates-bundle.patch
+Patch0:         Mozilla-CA-20141217-Redirect-to-ca-certificates-bundle.patch
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -53,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 02 2015 Petr Pisar <ppisar at redhat.com> - 20141217-1
+- 20141217 bump
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 20130114-7
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 3d094b6..2d00731 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-45a42082dbd68cf25869ceb2aa49d5b2  Mozilla-CA-20130114.tar.gz
+e0e5646886aeb3f71fb593f536295e2c  Mozilla-CA-20141217.tar.gz


More information about the scm-commits mailing list