diff --git a/.gitignore b/.gitignore index 5aeb3be..bcb0ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /Proc-Daemon-0.20.tar.gz /Proc-Daemon-0.21.tar.gz /Proc-Daemon-0.22.tar.gz +/Proc-Daemon-0.23.tar.gz diff --git a/perl-Proc-Daemon.spec b/perl-Proc-Daemon.spec index 593fb4c..c53c988 100644 --- a/perl-Proc-Daemon.spec +++ b/perl-Proc-Daemon.spec @@ -1,6 +1,6 @@ # Fedora spec file for perl-Proc-Daemon # -# Copyright (c) 2006-2015 Remi Collet +# Copyright (c) 2006-2016 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %global perlname Proc-Daemon Name: perl-Proc-Daemon -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Run Perl program as a daemon process @@ -70,6 +70,9 @@ make test %changelog +* Thu Jan 7 2016 Remi Collet - 0.23-1 +- update to 0.22 (test suite only) + * Thu Oct 29 2015 Remi Collet - 0.22-1 - update to 0.22 (test suite only) diff --git a/sources b/sources index 6008ff0..7bebf74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c10a6291d776025d3cfd58e49b540af Proc-Daemon-0.22.tar.gz +c5fb746a14b6948bb8533a6b6e9650bc Proc-Daemon-0.23.tar.gz