Accepting request 742849 from devel:languages:perl:autoupdate

- Add manual dependencies to cpanspec
- updated to 1.813
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
  1.8.13 
  
      - Ensure /usr/local is ahead of /usr in include and lib searches
        PR: #74

OBS-URL: https://build.opensuse.org/request/show/742849
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-X509?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2019-10-27 14:22:15 +00:00
committed by Git OBS Bridge
parent 609b260572
commit c733c34615
5 changed files with 38 additions and 17 deletions

View File

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

View File

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

View File

@@ -10,8 +10,12 @@
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
preamble: |-
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: make
BuildRequires: openssl-devel
BuildRequires: perl(Test::Pod) >= 1.00
#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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 25 10:34:12 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
- Add manual dependencies to cpanspec
-------------------------------------------------------------------
Fri Oct 25 09:41:54 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.813
see /usr/share/doc/packages/perl-Crypt-OpenSSL-X509/Changes
1.8.13 Thu Oct 24 21:23:46 CEST 2019
- Ensure /usr/local is ahead of /usr in include and lib searches
PR: #74
-------------------------------------------------------------------
Mon Jul 22 09:02:59 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Crypt-OpenSSL-X509
Version: 1.812
Version: 1.813
Release: 0
%define cpan_name Crypt-OpenSSL-X509
Summary: Perl extension to OpenSSL's X509 API
@@ -27,15 +27,16 @@ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/J/JO/JONASBN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
%{perl_requires}
# MANUAL BEGIN
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: make
BuildRequires: openssl-devel
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Install)
BuildRequires: perl(Test::Pod) >= 1.00
%{perl_requires}
# MANUAL END
%description
This implement a large majority of OpenSSL's useful X509 API.
@@ -50,7 +51,7 @@ certificates where there is a X509v3 Extension of the form
%setup -q -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check