From c29535932548e4461ffa60d580b6abeac6bd9d327f0bd04a0cd491fddbafb90e Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 6 Jan 2020 10:32:05 +0000 Subject: [PATCH] Accepting request 760994 from devel:languages:perl:autoupdate - updated to 0.14 see /usr/share/doc/packages/perl-Filesys-Notify-Simple/Changes 0.14 2020-01-03 11:36:49 PST - Inlude path for linux error message - Demote the error above to a warning OBS-URL: https://build.opensuse.org/request/show/760994 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Filesys-Notify-Simple?expand=0&rev=11 --- Filesys-Notify-Simple-0.13.tar.gz | 3 --- Filesys-Notify-Simple-0.14.tar.gz | 3 +++ perl-Filesys-Notify-Simple.changes | 10 ++++++++++ perl-Filesys-Notify-Simple.spec | 14 +++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 Filesys-Notify-Simple-0.13.tar.gz create mode 100644 Filesys-Notify-Simple-0.14.tar.gz diff --git a/Filesys-Notify-Simple-0.13.tar.gz b/Filesys-Notify-Simple-0.13.tar.gz deleted file mode 100644 index c2d17f9..0000000 --- a/Filesys-Notify-Simple-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade3d3db882ce2137e527201893d4b8c12b2dbd15009bb89c31cb91ba6495ba2 -size 13086 diff --git a/Filesys-Notify-Simple-0.14.tar.gz b/Filesys-Notify-Simple-0.14.tar.gz new file mode 100644 index 0000000..953604e --- /dev/null +++ b/Filesys-Notify-Simple-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fda712d4ba5e1868159ed35f6f8efbfae9d435d6376f5606d533bcb080555a4 +size 13429 diff --git a/perl-Filesys-Notify-Simple.changes b/perl-Filesys-Notify-Simple.changes index 88e5a58..1b0554a 100644 --- a/perl-Filesys-Notify-Simple.changes +++ b/perl-Filesys-Notify-Simple.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 4 03:08:50 UTC 2020 - + +- updated to 0.14 + see /usr/share/doc/packages/perl-Filesys-Notify-Simple/Changes + + 0.14 2020-01-03 11:36:49 PST + - Inlude path for linux error message + - Demote the error above to a warning + ------------------------------------------------------------------- Fri Mar 9 06:20:01 UTC 2018 - coolo@suse.com diff --git a/perl-Filesys-Notify-Simple.spec b/perl-Filesys-Notify-Simple.spec index 45fa07b..b798a20 100644 --- a/perl-Filesys-Notify-Simple.spec +++ b/perl-Filesys-Notify-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Filesys-Notify-Simple # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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,18 +12,18 @@ # 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-Filesys-Notify-Simple -Version: 0.13 +Version: 0.14 Release: 0 %define cpan_name Filesys-Notify-Simple Summary: Simple and dumb file system watcher License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Filesys-Notify-Simple/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -66,11 +66,11 @@ error occurrs. %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