[rt3] Upstream update.

corsepiu corsepiu at fedoraproject.org
Fri Feb 22 14:36:22 UTC 2013


commit 9fc7031ba283ef6ddda6dc68cf94d1d9521e29cc
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 22 15:36:16 2013 +0100

    Upstream update.
    
    - Add rt-3.8.16-pod2man.diff (work around F19's pod2man having become
      intolerant) (Fix Fedora_19_Mass_Rebuild FTBFS).

 rt-3.8.16-pod2man.diff |   97 ++++++++++++++++++++++++++++++++++++++++++++++++
 rt3.spec               |   14 +++++-
 2 files changed, 108 insertions(+), 3 deletions(-)
---
diff --git a/rt-3.8.16-pod2man.diff b/rt-3.8.16-pod2man.diff
new file mode 100644
index 0000000..0546ea7
--- /dev/null
+++ b/rt-3.8.16-pod2man.diff
@@ -0,0 +1,97 @@
+diff -Naur rt-3.8.16.orig/bin/rt-mailgate.in rt-3.8.16/bin/rt-mailgate.in
+--- rt-3.8.16.orig/bin/rt-mailgate.in	2013-02-11 22:55:35.000000000 +0100
++++ rt-3.8.16/bin/rt-mailgate.in	2013-02-22 14:57:50.844387818 +0100
+@@ -288,6 +288,8 @@
+ Configure the timeout for posting the message to the web server.  The
+ default timeout is 3 minutes (180 seconds).
+ 
++=back
++
+ 
+ =head1 DESCRIPTION
+ 
+@@ -377,7 +379,7 @@
+ 
+ The action being performed. At the moment, it's one of "comment" or "correspond"
+ 
+-=back 4
++=back
+ 
+ It returns two values, the new C<RT::CurrentUser> object, and the new
+ authentication level. The authentication level can be zero, not allowed
+@@ -401,7 +403,7 @@
+ always added to the message header when it's not empty even if C<--extension>
+ option is not provided.
+ 
+-=back 4
++=back
+ 
+ =cut
+ 
+diff -Naur rt-3.8.16.orig/sbin/rt-email-digest.in rt-3.8.16/sbin/rt-email-digest.in
+--- rt-3.8.16.orig/sbin/rt-email-digest.in	2013-02-11 22:55:35.000000000 +0100
++++ rt-3.8.16/sbin/rt-email-digest.in	2013-02-22 15:18:37.440280177 +0100
+@@ -188,13 +188,13 @@
+     }
+ }
+ 
+-=item mark_transactions_sent( $frequency, $user, @txn_list );
+-
+-Takes a frequency string (either 'daily' or 'weekly'), a user  and one or more
+-transaction objects as its arguments.  Marks the given deferred
+-notifications as sent.
+-
+-=cut
++# =item mark_transactions_sent( $frequency, $user, @txn_list );
++# 
++# Takes a frequency string (either 'daily' or 'weekly'), a user  and one or more
++# transaction objects as its arguments.  Marks the given deferred
++# notifications as sent.
++# 
++# =cut
+ 
+ sub mark_transactions_sent {
+     my ( $freq, $user, @txns ) = @_;
+@@ -335,3 +335,42 @@
+     return ( $contents_list, $contents_body );
+ 
+ }
++
++__END__
++
++=head1 NAME
++
++rt-email-digest - dispatch deferred notifications as a per-user digest
++
++=head1 SYNOPSIS
++
++    rt-email-digest -m (daily|weekly) [--print] [--help]
++
++=head1 DESCRIPTION
++
++This script is a tool to dispatch all deferred RT notifications as a per-user
++object.
++
++=head1 OPTIONS
++
++=over
++
++=item mode
++
++Specify whether this is a daily or weekly run.
++
++--mode is equal to -m
++
++=item print
++
++Print the resulting digest messages to STDOUT; don't mail them. Do not mark them as sent
++
++--print is equal to -p
++
++=item help
++
++Print this message
++
++--help is equal to -h
++
++=back
diff --git a/rt3.spec b/rt3.spec
index e7dca08..9043c78 100644
--- a/rt3.spec
+++ b/rt3.spec
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2005-2012, Ralf Corsepius, Ulm, Germany.
+# Copyright (c) 2005-2013, Ralf Corsepius, Ulm, Germany.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -40,8 +40,8 @@
 %global RT3_LOCALSTATEDIR	%{_localstatedir}/lib/rt3
 
 Name:		rt3
-Version:	3.8.15
-Release:	4%{?dist}
+Version:	3.8.16
+Release:	1%{?dist}
 Summary:	Request tracker 3
 
 Group:		Applications/Internet
@@ -57,6 +57,8 @@ Patch0:		rt-3.8.11-config.diff
 Patch1:		rt-3.8.11-shebang.diff
 Patch2:		rt-3.8.11-Makefile.diff
 Patch3:		rt-3.8.11-test-dependencies.diff
+# Fedora 19's pod2man is intolerant
+Patch4:		rt-3.8.16-pod2man.diff
 
 BuildArch:	noarch
 
@@ -292,6 +294,7 @@ find bin sbin etc -name '*.in' | while read a; do d=$(echo "$a" | sed 's,\.in$,,
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 # Propagate rpm's directories to config.layout
 cat << \EOF >> config.layout
@@ -513,6 +516,11 @@ fi
 %endif
 
 %changelog
+* Fri Feb 22 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.16-1
+- Upstream update.
+- Add rt-3.8.16-pod2man.diff (work around F19's pod2man having become
+  intolerant) (Fix Fedora_19_Mass_Rebuild FTBFS).
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.8.15-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 



More information about the perl-devel mailing list