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

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