commit 61318cb0c08b810ca2b2af155a4d624704cf1712
Author: Emmanuel Seyman <[email protected]>
Date: Tue Feb 14 15:17:52 2012 +0100
update to 0.015
.gitignore | 1 +
perl-CGI-Application-Structured-Tools.spec | 13 +++++++++++--
sources | 2 +-
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3608bf..3d9000f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
CGI-Application-Structured-Tools-0.007.tar.gz
/CGI-Application-Structured-Tools-0.011.tar.gz
/CGI-Application-Structured-Tools-0.013.tar.gz
+/CGI-Application-Structured-Tools-0.015.tar.gz
diff --git a/perl-CGI-Application-Structured-Tools.spec
b/perl-CGI-Application-Structured-Tools.spec
index 53a1794..96d854b 100644
--- a/perl-CGI-Application-Structured-Tools.spec
+++ b/perl-CGI-Application-Structured-Tools.spec
@@ -1,6 +1,6 @@
Name: perl-CGI-Application-Structured-Tools
-Version: 0.013
-Release: 4%{?dist}
+Version: 0.015
+Release: 1%{?dist}
Summary: Tools to generate and maintain CGI::Application::Structured
based web apps
License: GPL+ or Artistic
Group: Development/Libraries
@@ -57,6 +57,12 @@ for i in create_dbic_schema.pl create_controller.pl \
sed -i 's#!perl#!\/usr\/bin\/perl#' $i;
done
+# These are not executables
+chmod 644 index.tmpl config-dev.pl
+
+# This is a perl script
+sed -i -e '1i#!/usr/bin/perl' server.pl
+
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@@ -86,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/cas-starter.pl
%changelog
+* Tue Feb 14 2012 Emmanuel Seyman <[email protected]> - 0.015-1
+- Update to 0.015
+
* Wed Jul 27 2011 Petr Pisar <[email protected]> - 0.013-4
- RPM 4.9 filtering added
diff --git a/sources b/sources
index 7db4671..06734a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c02dc4e7995db045b2bff7da70b3b1e7 CGI-Application-Structured-Tools-0.013.tar.gz
+72cb59cfe6d6c78d1cb1fc77aaa7ecca CGI-Application-Structured-Tools-0.015.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel