utf-8 fixes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-Daemon?expand=0&rev=8
This commit is contained in:
@@ -57,7 +57,7 @@ Tue Apr 14 21:11:13 UTC 2015 - coolo@suse.com
|
|||||||
|
|
||||||
0.13 Wed Jun 01 2011
|
0.13 Wed Jun 01 2011
|
||||||
- Add ability to define the user identifier for the daemon if you want to
|
- Add ability to define the user identifier for the daemon if you want to
|
||||||
run it under other user then the parent (request from Holger Gl<EFBFBD>ss).
|
run it under other user then the parent (request from Holger Gläss).
|
||||||
- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
|
- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
|
||||||
- Updated the documentation.
|
- Updated the documentation.
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ Tue Apr 14 21:11:13 UTC 2015 - coolo@suse.com
|
|||||||
the child (daemon).
|
the child (daemon).
|
||||||
- Updated the documentation.
|
- Updated the documentation.
|
||||||
- In some environment it is not allowed to open anonymous files. In this
|
- In some environment it is not allowed to open anonymous files. In this
|
||||||
case now a 'pid_file' must be defined. Thanks to Holger Gl<EFBFBD>ss for
|
case now a 'pid_file' must be defined. Thanks to Holger Gläss for
|
||||||
reporting.
|
reporting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -83,4 +83,3 @@ Fri Apr 22 06:53:13 UTC 2011 - coolo@opensuse.org
|
|||||||
|
|
||||||
- initial package 0.10
|
- initial package 0.10
|
||||||
* created by cpanspec 1.78.04
|
* created by cpanspec 1.78.04
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Proc-Daemon
|
# spec file for package perl-Proc-Daemon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,7 +12,7 @@
|
|||||||
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@@ -21,9 +21,9 @@ Version: 0.23
|
|||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Proc-Daemon
|
%define cpan_name Proc-Daemon
|
||||||
Summary: Run Perl program(s) as a daemon process
|
Summary: Run Perl program(s) as a daemon process
|
||||||
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/Proc-Daemon/
|
URL: http://search.cpan.org/dist/Proc-Daemon/
|
||||||
Source0: http://www.cpan.org/authors/id/A/AK/AKREAL/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/A/AK/AKREAL/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Reference in New Issue
Block a user