rpms/mantis/devel mantis-1.1.2-bugnote.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 mantis.spec, 1.18, 1.19 sources, 1.14, 1.15

Gianluca Sforna (giallu) fedora-extras-commits at redhat.com
Fri Jul 18 23:30:04 UTC 2008


Author: giallu

Update of /cvs/extras/rpms/mantis/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16230

Modified Files:
	.cvsignore mantis.spec sources 
Added Files:
	mantis-1.1.2-bugnote.patch 
Log Message:
* Sat Jul 19 2008 Gianluca Sforna <giallu gmail com> - 1.1.2-1
- new upstream release
- add patch for bugnotes notification


mantis-1.1.2-bugnote.patch:

--- NEW FILE mantis-1.1.2-bugnote.patch ---
Index: mantis-1.1.2/core/bugnote_api.php
===================================================================
--- mantis-1.1.2.orig/core/bugnote_api.php
+++ mantis-1.1.2/core/bugnote_api.php
@@ -99,7 +99,7 @@
 	# Add a bugnote to a bug
 	#
 	# return the ID of the new bugnote
-	function bugnote_add ( $p_bug_id, $p_bugnote_text, $p_time_tracking = '0:00', $p_private = false, $p_type = 0, $p_attr = '', $p_user_id = null ) {
+	function bugnote_add ( $p_bug_id, $p_bugnote_text, $p_time_tracking = '0:00', $p_private = false, $p_type = 0, $p_attr = '', $p_user_id = null, $p_send_email = true ) {
 		$c_bug_id            	= db_prepare_int( $p_bug_id );
 		$c_bugnote_text      	= db_prepare_string( $p_bugnote_text );
 		$c_time_tracking	= db_prepare_time( $p_time_tracking );


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	20 Jan 2008 22:52:18 -0000	1.9
+++ .cvsignore	18 Jul 2008 23:29:03 -0000	1.10
@@ -1 +1 @@
-mantis-1.1.1.tar.gz
+mantis-1.1.2.tar.gz


Index: mantis.spec
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/mantis.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mantis.spec	20 Jan 2008 22:52:18 -0000	1.18
+++ mantis.spec	18 Jul 2008 23:29:03 -0000	1.19
@@ -5,7 +5,7 @@
 
 Summary:    Web-based bugtracking system
 Name:       mantis
-Version:    1.1.1
+Version:    1.1.2
 Release:    1%{?dist}
 License:    GPLv2+
 Group:      Applications/Internet
@@ -16,6 +16,8 @@
 
 Patch1:     mantis-1.1.0-noexamplecom.patch
 Patch2:     mantis-1.0.0rc2-noadmin.patch
+Patch3:     mantis-1.1.2-bugnote.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:   php >= 4.3.0
@@ -58,6 +60,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 cp %{SOURCE1} ./doc/README.Fedora
 rm -rf packages
@@ -142,6 +145,10 @@
 
 
 %changelog
+* Sat Jul 19 2008 Gianluca Sforna <giallu gmail com> - 1.1.2-1
+- new upstream release
+- add patch for bugnotes notification
+
 * Sat Jan 19 2008 Gianluca Sforna <giallu gmail com> - 1.1.1-1
 - new upstream release
 - Add more info in README.Fedora about configuration, upgrades


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mantis/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	20 Jan 2008 22:52:18 -0000	1.14
+++ sources	18 Jul 2008 23:29:03 -0000	1.15
@@ -1 +1 @@
-7e646be79def5bb32b74b1a246caf766  mantis-1.1.1.tar.gz
+4cf5a591fd6855b49d745285db5d91ff  mantis-1.1.2.tar.gz




More information about the scm-commits mailing list