Accepting request 678508 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/678508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Daemon-Control?expand=0&rev=5
This commit is contained in:
2019-03-01 07:39:06 +00:00
committed by Git OBS Bridge
parent 909f831aab
commit 8bbe7fc085
4 changed files with 29 additions and 14 deletions

View File

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

View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Feb 24 06:07:41 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.001010
see /usr/share/doc/packages/perl-Daemon-Control/Changes
-------------------------------------------------------------------
Wed Feb 20 06:07:00 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.001009
see /usr/share/doc/packages/perl-Daemon-Control/Changes
0.001009
* Add '.' to @INC so Module::Install continues to work.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 8 08:31:43 UTC 2015 - coolo@suse.com Sat Aug 8 08:31:43 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Daemon-Control # spec file for package perl-Daemon-Control
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,27 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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-Daemon-Control Name: perl-Daemon-Control
Version: 0.001008 Version: 0.001010
Release: 0 Release: 0
%define cpan_name Daemon-Control %define cpan_name Daemon-Control
Summary: Create init scripts in Perl Summary: Create init scripts in Perl
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Daemon-Control/ Url: https://metacpan.org/release/%{cpan_name}
Source0: http://www.cpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::Path) >= 2.08 BuildRequires: perl(File::Path) >= 2.080000
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
Requires: perl(File::Path) >= 2.08 Requires: perl(File::Path) >= 2.080000
%{perl_requires} %{perl_requires}
%description %description
@@ -49,11 +49,11 @@ as reopening STDOUT/STDERR, switching UID/GID etc are supported.
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install