[Bps-public-commit] rt-extension-excelfeed branch, update-for-rt5, created. 0.05-4-gb13351c

Aaron Trevena ast at bestpractical.com
Wed Jul 8 15:28:46 EDT 2020


The branch, update-for-rt5 has been created
        at  b13351c5bbc8940c7f84df4eba5fa3d4f36cdf25 (commit)

- Log -----------------------------------------------------------------
commit f9051af40901d881bab36f9eaa6d57547d659bd5
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:21:03 2020 +0100

    Update documentation for RT 4.4.4 and 5.0

diff --git a/README b/README
index f6befce..c28e5e2 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ DESCRIPTION
     files rather than inline HTML reports.
 
 RT VERSION
-    Works with RT 4.2, 4.4
+    Works with RT 4.2, 4.4, 5.0
 
 INSTALLATION
     "perl Makefile.PL"
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
index 074c671..551a600 100644
--- a/lib/RT/Extension/ExcelFeed.pm
+++ b/lib/RT/Extension/ExcelFeed.pm
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 package RT::Extension::ExcelFeed;
 
-our $VERSION = '0.05';
+our $VERSION = '0.06';
 
 =head1 NAME
 
@@ -19,7 +19,7 @@ inline HTML reports.
 
 =head1 RT VERSION
 
-Works with RT 4.2, 4.4
+Works with RT 4.2, 4.4, 5.0
 
 =head1 INSTALLATION
 
@@ -35,8 +35,11 @@ May need root permissions
 
 =item patch RT
 
-The following patches are also needed. Note the versions and only apply
-the patches needed for your version.
+For RT 5 no patched are required.
+For RT 4 version 4.4.4 or higher no patches are required.
+
+The following patches are also needed for older versions of RT
+Note the versions and only apply the patches needed for your version.
 
 Only run these the first time you install this module. If upgrading, install
 any patches that were not previously applied.

commit d3f347c60e58cb70061f0083c3f6a512de709c88
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:27:24 2020 +0100

    Update documentation for RT 4.4.4 and 5.0

diff --git a/README b/README
index c28e5e2..5d98452 100644
--- a/README
+++ b/README
@@ -19,6 +19,9 @@ INSTALLATION
         May need root permissions
 
     patch RT
+        For RT 5 no patches are required.
+        For RT 4 version 4.4.4 or higher no patches are required.
+
         The following patches are also needed. Note the versions and only
         apply the patches needed for your version.
 
@@ -37,7 +40,7 @@ INSTALLATION
 
             patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
 
-        Apply for 4.4:
+        Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
 
             patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
 
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
index 551a600..a9c0aeb 100644
--- a/lib/RT/Extension/ExcelFeed.pm
+++ b/lib/RT/Extension/ExcelFeed.pm
@@ -35,7 +35,7 @@ May need root permissions
 
 =item patch RT
 
-For RT 5 no patched are required.
+For RT 5 no patches are required.
 For RT 4 version 4.4.4 or higher no patches are required.
 
 The following patches are also needed for older versions of RT
@@ -56,7 +56,7 @@ Apply for 4.2:
 
     patch -p1 -d /path/to/rt < etc/tabs_privileged_callback.patch
 
-Apply for 4.4:
+Apply for 4.4.0, 4.4.1, 4.4.2, 4.4.3:
 
     patch -p1 -d /path/to/rt < etc/tabs_privileged_callback_44.patch
 

commit c0a45cb200aba6d062eee753e4d38f4e6bfc80b8
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:28:11 2020 +0100

    Update Makefile.PL supported versions for RT5

diff --git a/Makefile.PL b/Makefile.PL
index d826b44..fa3f51c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ license  'gplv2';
 
 requires 'Excel::Writer::XLSX';
 requires_rt '4.2.0';
-rt_too_new '4.6.0';
+rt_too_new '5.2.0';
 
 sign;
 WriteAll;

commit b13351c5bbc8940c7f84df4eba5fa3d4f36cdf25
Author: Aaron Trevena <aaron at aarontrevena.co.uk>
Date:   Wed Jul 8 20:28:33 2020 +0100

    Update Changelog for RT5 documentation release

diff --git a/Changes b/Changes
index 2c96c32..4aaa0f2 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.06 2020-07-8
+ - Updates to documentation & Makefile.PL for RT 5
+
 0.05 2018-09-21
  - Remove duplicated methods from core RT
  - Respect SuppressIfEmpty config

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list