diff --git a/Crypt-OpenSSL-DSA-0.15.tar.gz b/Crypt-OpenSSL-DSA-0.15.tar.gz deleted file mode 100644 index d312bfc..0000000 --- a/Crypt-OpenSSL-DSA-0.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe75c0436155e2ed5948c3ee2b4f844cf4c5ae54a07d1a931d09640d175eff34 -size 7688 diff --git a/Crypt-OpenSSL-DSA-0.19.tar.gz b/Crypt-OpenSSL-DSA-0.19.tar.gz new file mode 100644 index 0000000..59f60f1 --- /dev/null +++ b/Crypt-OpenSSL-DSA-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3c06fb3c9e3895acf7bdc02300335987776fe90fee96d74d230b93b22be00a +size 9244 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Crypt-OpenSSL-DSA.changes b/perl-Crypt-OpenSSL-DSA.changes index a492956..ad830a5 100644 --- a/perl-Crypt-OpenSSL-DSA.changes +++ b/perl-Crypt-OpenSSL-DSA.changes @@ -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 diff --git a/perl-Crypt-OpenSSL-DSA.spec b/perl-Crypt-OpenSSL-DSA.spec index 6e5bbd6..258dea7 100644 --- a/perl-Crypt-OpenSSL-DSA.spec +++ b/perl-Crypt-OpenSSL-DSA.spec @@ -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