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
|
||||
- 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).
|
||||
- Updated the documentation.
|
||||
|
||||
@@ -75,7 +75,7 @@ Tue Apr 14 21:11:13 UTC 2015 - coolo@suse.com
|
||||
the child (daemon).
|
||||
- Updated the documentation.
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -83,4 +83,3 @@ Fri Apr 22 06:53:13 UTC 2011 - coolo@opensuse.org
|
||||
|
||||
- initial package 0.10
|
||||
* created by cpanspec 1.78.04
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
%define cpan_name Proc-Daemon
|
||||
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
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
|
Reference in New Issue
Block a user