commit cc9f2a4f46d7130a43a62f8af053c6cdcac856fc
Author: Iain Arnell <iarnell(a)gmail.com>
Date: Fri Jan 4 09:10:48 2013 -0700
update to 1.06
.gitignore | 1 +
perl-Catalyst-Action-REST.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e579dba..27ece03 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Catalyst-Action-REST-0.85.tar.gz
/Catalyst-Action-REST-1.00.tar.gz
/Catalyst-Action-REST-1.02.tar.gz
/Catalyst-Action-REST-1.05.tar.gz
+/Catalyst-Action-REST-1.06.tar.gz
diff --git a/perl-Catalyst-Action-REST.spec b/perl-Catalyst-Action-REST.spec
index 6a89bff..84ffc22 100644
--- a/perl-Catalyst-Action-REST.spec
+++ b/perl-Catalyst-Action-REST.spec
@@ -1,5 +1,5 @@
Name: perl-Catalyst-Action-REST
-Version: 1.05
+Version: 1.06
Release: 1%{?dist}
Summary: Automated REST Method Dispatching
License: GPL+ or Artistic
@@ -64,11 +64,11 @@ regular method.
make %{?_smp_mflags}
%install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+%{_fixperms} %{buildroot}/*
%check
make test
@@ -79,6 +79,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Fri Jan 04 2013 Iain Arnell <iarnell(a)gmail.com> 1.06-1
+- update to latest upstream version
+
* Sat Jul 21 2012 Iain Arnell <iarnell(a)gmail.com> 1.05-1
- update to latest upstream version
diff --git a/sources b/sources
index 4609706..c0fb44e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6daeacfdb6542b6705aba090171aff5d Catalyst-Action-REST-1.05.tar.gz
+bff9aec3c4b5ac5f886ac10fdc38db8f Catalyst-Action-REST-1.06.tar.gz