From 6ec052f7a006c8f84879f90e958ebab7b81ee98a220b1c3fce26b5afa11d32cb Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 27 Apr 2019 10:23:04 +0000 Subject: [PATCH] Accepting request 696925 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/696925 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Canary-Stability?expand=0&rev=7 --- Canary-Stability-2012.tar.gz | 3 --- Canary-Stability-2013.tar.gz | 3 +++ perl-Canary-Stability.changes | 13 +++++++++++++ perl-Canary-Stability.spec | 24 ++++++++++++------------ 4 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 Canary-Stability-2012.tar.gz create mode 100644 Canary-Stability-2013.tar.gz diff --git a/Canary-Stability-2012.tar.gz b/Canary-Stability-2012.tar.gz deleted file mode 100644 index 5a17d0d..0000000 --- a/Canary-Stability-2012.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd240b111d834dbae9630c59b42fae2145ca35addc1965ea311edf0d07817107 -size 4334 diff --git a/Canary-Stability-2013.tar.gz b/Canary-Stability-2013.tar.gz new file mode 100644 index 0000000..ea1c832 --- /dev/null +++ b/Canary-Stability-2013.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c91c62cf95fcb868f60eab5c832908f6905221013fea2bce3ff57046d7b6ea +size 4861 diff --git a/perl-Canary-Stability.changes b/perl-Canary-Stability.changes index 5212d53..dffda25 100644 --- a/perl-Canary-Stability.changes +++ b/perl-Canary-Stability.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 23 05:04:16 UTC 2019 - Stephan Kulow + +- updated to 2013 + see /usr/share/doc/packages/perl-Canary-Stability/Changes + + 2013 Mon Apr 22 12:38:45 CEST 2019 + - carbon-dioxide levels hit 400ppm first time in recorded history. + - during AUTOMATED_TESTING, turn minimum version recommendations into + hard requirements to avoid false positives in unsupported perl + versions. + - added dummy testsuite. + ------------------------------------------------------------------- Thu Sep 29 05:08:02 UTC 2016 - coolo@suse.com diff --git a/perl-Canary-Stability.spec b/perl-Canary-Stability.spec index be6777d..b52b938 100644 --- a/perl-Canary-Stability.spec +++ b/perl-Canary-Stability.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Canary-Stability # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,20 +12,19 @@ # 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-Canary-Stability -Version: 2012 +Version: 2013 Release: 0 -#Upstream: CHECK(GPL-1.0+ or Artistic-1.0) %define cpan_name Canary-Stability -Summary: Canary to Check Perl Compatibility for Schmorp's Modules -License: Artistic-1.0 or GPL-1.0+ +Summary: Canary to check perl compatibility for schmorp's modules +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Canary-Stability/ -Source0: http://www.cpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,11 +45,11 @@ See the _Makefile.PL_ in Coro or AnyEvent for usage examples. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -59,6 +58,7 @@ See the _Makefile.PL_ in Coro or AnyEvent for usage examples. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes COPYING README +%doc Changes README +%license COPYING %changelog