This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  027527864e1acde58100f218e3519eeebc1fe982 (commit)
       via  447f4366efa3424cebf7a08775d98ff1fd284363 (commit)
       via  5f781abbbf8b6811919200863da6e7be7407c7bf (commit)
      from  d53e5872d29a3a18961c1e2607c33d154613a92b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 027527864e1acde58100f218e3519eeebc1fe982
Author: Sylvain Beucler <[email protected]>
Date:   Mon May 18 17:08:10 2015 +0200

    rpm: fixup changelog

diff --git a/src/rpm/fusionforge.spec.in b/src/rpm/fusionforge.spec.in
index dfcc227..edcf0e5 100644
--- a/src/rpm/fusionforge.spec.in
+++ b/src/rpm/fusionforge.spec.in
@@ -1,6 +1,6 @@
 Name: fusionforge
 Version: @rpm_version@
-Release: 0.1@rpm_snapshot@%{?dist}
+Release: 0.2@rpm_snapshot@%{?dist}
 Summary: Collaborative development tool
 
 Group: Development/Tools
@@ -278,8 +278,11 @@ This package controls the interaction between FusionForge 
and Mailman.
 
 
 %changelog
-* Mon Nov 3 2014 Sylvain Beucler <[email protected]> - @version@-1@snapshot@
-- New upstream snapshot following the development branch
+* Mon May 18 2015 Sylvain Beucler <[email protected]> - 
@[email protected]@rpm_snapshot@
+- New upstream snapshot following the stable branch
+
+* Mon May 18 2015 Sylvain Beucler <[email protected]> - 6.0-0.1.rc2
+- New upstream release candidate
 
 * Mon Nov 3 2014 Sylvain Beucler <[email protected]> - 5.3.2-3
 - Remove augeas dependency from fusionforge-plugin-scmsvn which is not

commit 447f4366efa3424cebf7a08775d98ff1fd284363
Author: Sylvain Beucler <[email protected]>
Date:   Mon May 18 17:07:51 2015 +0200

    rpm: fix double-declaration of plugin-webanalytics

diff --git a/src/rpm/plugins b/src/rpm/plugins
index 527caa4..0a88bfe 100644
--- a/src/rpm/plugins
+++ b/src/rpm/plugins
@@ -75,9 +75,6 @@ Requires:
 %package plugin-globalsearch
 Requires:
 
-%package plugin-webanalytics
-Requires:
-
 %package plugin-sysauthldap
 Requires: php-ldap
 

commit 5f781abbbf8b6811919200863da6e7be7407c7bf
Author: Sylvain Beucler <[email protected]>
Date:   Mon May 18 17:07:21 2015 +0200

    hudson: remove unnecessary quote in description (which also avoids a syntax 
coloring issue when editing fusionforge.spec :p)

diff --git a/src/plugins/hudson/include/hudsonPlugin.class.php 
b/src/plugins/hudson/include/hudsonPlugin.class.php
index cfffa1e..69def0e 100644
--- a/src/plugins/hudson/include/hudsonPlugin.class.php
+++ b/src/plugins/hudson/include/hudsonPlugin.class.php
@@ -34,7 +34,7 @@ class hudsonPlugin extends Plugin {
                $this->pkg_desc =
 _("This plugin contains the Hudson subsystem of FusionForge. It allows each
 FusionForge project to have its own Hudson, and gives some
-control over it to the project's administrator.");
+control over it to the project administrator.");
                $this->_addHook("user_personal_links"); //to make a link to the 
user's personal part of the plugin
                //$this->_addHook("usermenu") ;
                $this->_addHook("groupmenu");   // To put into the project tabs

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

Summary of changes:
 src/plugins/hudson/include/hudsonPlugin.class.php | 2 +-
 src/rpm/fusionforge.spec.in                       | 9 ++++++---
 src/rpm/plugins                                   | 3 ---
 3 files changed, 7 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to