[Bps-public-commit] RT-BugTracker branch, master, updated. 5.2

Alex Vandiver alexmv at bestpractical.com
Thu Dec 18 17:01:42 EST 2014


The branch, master has been updated
       via  b36fd93561a8efc3ef1f1c79941b187fa399ff97 (commit)
       via  87307e71981a35c26331d52c0f97ed528c86b1ee (commit)
       via  19421b2c8c11d2406d135e30e2619725ee1eb480 (commit)
      from  d1c119382a3cd1eca82fa58b7308ff51dfa13c08 (commit)

Summary of changes:
 Changes              | 4 ++++
 META.yml             | 5 ++++-
 Makefile.PL          | 4 ++++
 lib/RT/BugTracker.pm | 2 +-
 4 files changed, 13 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 19421b2c8c11d2406d135e30e2619725ee1eb480
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 16:57:10 2014 -0500

    Add no_index for core RT packages

diff --git a/META.yml b/META.yml
index 1a8d6d9..f148604 100644
--- a/META.yml
+++ b/META.yml
@@ -19,6 +19,8 @@ no_index:
     - etc
     - html
     - inc
+  package:
+    - RT::Queue
 requires:
   perl: 5.8.3
 resources:
diff --git a/Makefile.PL b/Makefile.PL
index 733300e..e018737 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,5 +5,7 @@ RTx('RT-BugTracker');
 requires_rt('4.0.9');
 rt_too_new('4.2.0');
 
+no_index( package => 'RT::Queue' );
+
 sign();
 WriteAll();

commit 87307e71981a35c26331d52c0f97ed528c86b1ee
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 17:00:59 2014 -0500

    Add repository metadata

diff --git a/META.yml b/META.yml
index f148604..17572d9 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,7 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
+  repository: https://github.com/bestpractical/rt-bugtracker
 version: '5.1'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.9
diff --git a/Makefile.PL b/Makefile.PL
index e018737..18c1d1e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,6 +2,8 @@ use inc::Module::Install;
 
 RTx('RT-BugTracker');
 
+repository('https://github.com/bestpractical/rt-bugtracker');
+
 requires_rt('4.0.9');
 rt_too_new('4.2.0');
 

commit b36fd93561a8efc3ef1f1c79941b187fa399ff97
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Dec 18 17:01:14 2014 -0500

    Version 5.2 releng

diff --git a/Changes b/Changes
index c24fc50..522694b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+5.2 2014-12-18
+ - Add no_index for core RT packages
+ - Add repository metadata
+
 5.1 2014-12-15
  - Updated changelog
  - Packaging and documenation updates
diff --git a/META.yml b/META.yml
index 17572d9..1cc5b06 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-bugtracker
-version: '5.1'
+version: '5.2'
 x_module_install_rtx_version: '0.36'
 x_requires_rt: 4.0.9
 x_rt_too_new: 4.2.0
diff --git a/lib/RT/BugTracker.pm b/lib/RT/BugTracker.pm
index 713f459..ea555c5 100644
--- a/lib/RT/BugTracker.pm
+++ b/lib/RT/BugTracker.pm
@@ -52,7 +52,7 @@ use warnings;
 package RT::BugTracker;
 
 use 5.008003;
-our $VERSION = '5.1';
+our $VERSION = '5.2';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list