Accepting request 640263 from devel:languages:perl:autoupdate

- updated to 0.19
   see /usr/share/doc/packages/perl-Crypt-OpenSSL-DSA/Changes
  0.19    2017/01/13
          - fix building against openssl 1.1.0 without compat modes (eroen)
  
  0.18    2016/11/17
          - OpenSSL 1.1.0 compatibility
          - fix Kwalitee Issues
  
  0.17    2016/10/27
          - Makefile.PL fixing v0.16
  
  0.16    2016/10/27
          - Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
          - Makefile.PL tries to find libcrypto via pkg-config
          - Make the files non-executable
          - Doc fixes (grammar)

OBS-URL: https://build.opensuse.org/request/show/640263
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Crypt-OpenSSL-DSA?expand=0&rev=2
This commit is contained in:
2018-10-06 11:37:30 +00:00
committed by Git OBS Bridge
parent 9354c50f20
commit 00cef71cad
5 changed files with 61 additions and 9 deletions
+22
View File
@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Feb 7 16:17:06 UTC 2018 - coolo@suse.com
- updated to 0.19
see /usr/share/doc/packages/perl-Crypt-OpenSSL-DSA/Changes
0.19 2017/01/13
- fix building against openssl 1.1.0 without compat modes (eroen)
0.18 2016/11/17
- OpenSSL 1.1.0 compatibility
- fix Kwalitee Issues
0.17 2016/10/27
- Makefile.PL fixing v0.16
0.16 2016/10/27
- Makefile.PL supports OPENSSL_PREFIX or OPENSSL_LIB+OPENSSL_INCLUDE env variables
- Makefile.PL tries to find libcrypto via pkg-config
- Make the files non-executable
- Doc fixes (grammar)
-------------------------------------------------------------------
Mon Sep 22 00:23:21 UTC 2014 - seiler@b1-systems.de
+8 -6
View File
@@ -1,7 +1,7 @@
#
# spec file for package perl-Crypt-OpenSSL-DSA
#
# Copyright (c) 2016 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,19 +12,20 @@
# 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-DSA
Version: 0.15
Version: 0.19
Release: 0
%define cpan_name Crypt-OpenSSL-DSA
Summary: Digital Signature Algorithm using OpenSSL
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Crypt-OpenSSL-DSA/
Source: http://www.cpan.org/authors/id/K/KM/KMX/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/K/KM/KMX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libopenssl-devel
BuildRequires: perl
@@ -40,7 +41,7 @@ crypto library, located at http://www.openssl.org
%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 OPTIMIZE="%{optflags}"
@@ -57,5 +58,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%license LICENSE
%changelog
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe75c0436155e2ed5948c3ee2b4f844cf4c5ae54a07d1a931d09640d175eff34
size 7688
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca3c06fb3c9e3895acf7bdc02300335987776fe90fee96d74d230b93b22be00a
size 9244
+28
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