8
0

Accepting request 640380 from devel:languages:perl:autoupdate

- Fix autogenerated changes to build again
- updated to 0.15
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
  0.15  2018-04-22 rurban
          - fix mingw hints for pkg-config support (akiym, PR #7)
- updated to 0.14
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
  0.14  2018-04-17 rurban
          - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)
- updated to 0.13
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
  0.13  2018-04-14 rurban
          - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)
- updated to 0.12
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
  0.12  2018-04-13 rurban
          - use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
            fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)

OBS-URL: https://build.opensuse.org/request/show/640380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-Random?expand=0&rev=29
This commit is contained in:
2018-10-07 09:08:01 +00:00
committed by Git OBS Bridge
parent 4e8232f956
commit b08df116c8
5 changed files with 87 additions and 12 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#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
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,45 @@
-------------------------------------------------------------------
Sun Oct 7 09:01:19 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix autogenerated changes to build again
-------------------------------------------------------------------
Mon Apr 23 05:12:39 UTC 2018 - coolo@suse.com
- updated to 0.15
see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
0.15 2018-04-22 rurban
- fix mingw hints for pkg-config support (akiym, PR #7)
-------------------------------------------------------------------
Wed Apr 18 05:09:41 UTC 2018 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
0.14 2018-04-17 rurban
- add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)
-------------------------------------------------------------------
Sun Apr 15 05:09:12 UTC 2018 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
0.13 2018-04-14 rurban
- move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)
-------------------------------------------------------------------
Sat Apr 14 05:09:31 UTC 2018 - coolo@suse.com
- updated to 0.12
see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
0.12 2018-04-13 rurban
- use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)
-------------------------------------------------------------------
Wed Aug 23 10:28:34 UTC 2017 - vcizek@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Crypt-OpenSSL-Random
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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
@@ -12,29 +12,33 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Crypt-OpenSSL-Random
Version: 0.11
Version: 0.15
Release: 0
%define cpan_name Crypt-OpenSSL-Random
Summary: Routines for accessing the OpenSSL pseudo-random number generator
License: Artistic-1.0 or GPL-1.0+
Summary: OpenSSL/LibreSSL pseudo-random number generator access
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Crypt-OpenSSL-Random/
Source: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Crypt::OpenSSL::Guess) >= 0.11
%{perl_requires}
#MANUAL
BuildRequires: openssl-devel
%description
Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
library's pseudo-random number generator.
'Crypt::OpenSSL::Random' provides the ability to seed and query the
*OpenSSL* and *LibreSSL* library's pseudo-random number generators.
Note: On *LibreSSL* 'random_egd()' is not defined.
%prep
%setup -q -n %{cpan_name}-%{version}
@@ -53,6 +57,7 @@ library's pseudo-random number generator.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README
%doc Changes README
%license LICENSE
%changelog