[perl-App-Daemon] update to 0.16

Iain Arnell iarnell at fedoraproject.org
Sat Oct 27 15:08:12 UTC 2012


commit 3b9f51bf43c6c6f3a3a2f32e505187c3d457aaa9
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat Oct 27 09:08:07 2012 -0600

    update to 0.16

 .gitignore           |    1 +
 perl-App-Daemon.spec |    8 +++++---
 sources              |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b9b666..cf1a80c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ App-Daemon-0.09.tar.gz
 /App-Daemon-0.13.tar.gz
 /App-Daemon-0.14.tar.gz
 /App-Daemon-0.15.tar.gz
+/App-Daemon-0.16.tar.gz
diff --git a/perl-App-Daemon.spec b/perl-App-Daemon.spec
index 0adf84f..847bc46 100644
--- a/perl-App-Daemon.spec
+++ b/perl-App-Daemon.spec
@@ -1,6 +1,6 @@
 Name:           perl-App-Daemon
-Version:        0.15
-Release:        3%{?dist}
+Version:        0.16
+Release:        1%{?dist}
 Summary:        Start an Application as a Daemon
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -33,7 +33,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -46,6 +45,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sat Oct 27 2012 Iain Arnell <iarnell at gmail.com> 0.16-1
+- update to latest upstream version
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 88f654b..50c0445 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96c25cde8e7d196f88de5afa302167ad  App-Daemon-0.15.tar.gz
+5f4a7d6569a3a7252c57b8d05123a7fd  App-Daemon-0.16.tar.gz


More information about the scm-commits mailing list