From c733c34615508f72bd5b890c73faba21d304f9c49c381998dbc9011d941391ee Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 27 Oct 2019 14:22:15 +0000 Subject: [PATCH] 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 --- Crypt-OpenSSL-X509-1.812.tar.gz | 3 --- Crypt-OpenSSL-X509-1.813.tar.gz | 3 +++ cpanspec.yml | 8 ++++++-- perl-Crypt-OpenSSL-X509.changes | 16 ++++++++++++++++ perl-Crypt-OpenSSL-X509.spec | 25 +++++++++++++------------ 5 files changed, 38 insertions(+), 17 deletions(-) delete mode 100644 Crypt-OpenSSL-X509-1.812.tar.gz create mode 100644 Crypt-OpenSSL-X509-1.813.tar.gz diff --git a/Crypt-OpenSSL-X509-1.812.tar.gz b/Crypt-OpenSSL-X509-1.812.tar.gz deleted file mode 100644 index 49f12e8..0000000 --- a/Crypt-OpenSSL-X509-1.812.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c21283d33ad4ea7fc409db5159b7d7a679325bddf238fd40a7adfce468a84659 -size 47890 diff --git a/Crypt-OpenSSL-X509-1.813.tar.gz b/Crypt-OpenSSL-X509-1.813.tar.gz new file mode 100644 index 0000000..22047e6 --- /dev/null +++ b/Crypt-OpenSSL-X509-1.813.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684bd888d2ed4c748f8f6dd8e87c14afa2974b12ee01faa082ad9cfa1e321e62 +size 47966 diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..5b70060 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -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 diff --git a/perl-Crypt-OpenSSL-X509.changes b/perl-Crypt-OpenSSL-X509.changes index 83f3ff8..9809fba 100644 --- a/perl-Crypt-OpenSSL-X509.changes +++ b/perl-Crypt-OpenSSL-X509.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 25 10:34:12 UTC 2019 - Tina Mueller + +- Add manual dependencies to cpanspec + +------------------------------------------------------------------- +Fri Oct 25 09:41:54 UTC 2019 - + +- 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 diff --git a/perl-Crypt-OpenSSL-X509.spec b/perl-Crypt-OpenSSL-X509.spec index a132d47..e633bcf 100644 --- a/perl-Crypt-OpenSSL-X509.spec +++ b/perl-Crypt-OpenSSL-X509.spec @@ -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,30 +27,31 @@ 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. + This implement a large majority of OpenSSL's useful X509 API. -The email() method supports both certificates where the -subject is of the form: -"... CN=Firstname lastname/emailAddress=user@domain", and also -certificates where there is a X509v3 Extension of the form -"X509v3 Subject Alternative Name: email=user@domain". + The email() method supports both certificates where the + subject is of the form: + "... CN=Firstname lastname/emailAddress=user@domain", and also + certificates where there is a X509v3 Extension of the form + "X509v3 Subject Alternative Name: email=user@domain". %prep %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