8
0

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
This commit is contained in:
2020-01-06 10:32:05 +00:00
committed by Git OBS Bridge
parent f1bef02f00
commit c295359325
4 changed files with 20 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ade3d3db882ce2137e527201893d4b8c12b2dbd15009bb89c31cb91ba6495ba2
size 13086

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fda712d4ba5e1868159ed35f6f8efbfae9d435d6376f5606d533bcb080555a4
size 13429

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 4 03:08:50 UTC 2020 - <timueller+perl@suse.de>
- 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

View File

@@ -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