rpms/rt3/devel .cvsignore, 1.12, 1.13 rt3.spec, 1.31, 1.32 sources, 1.12, 1.13

Ralf Corsépius corsepiu at fedoraproject.org
Fri Jan 23 13:05:43 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/rt3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24263

Modified Files:
	.cvsignore rt3.spec sources 
Log Message:
* Fri Jan 23 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.2-1
- Upstream update.
- Preps to add a perl-RT-Test package.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	30 Nov 2008 09:07:23 -0000	1.12
+++ .cvsignore	23 Jan 2009 13:05:13 -0000	1.13
@@ -1 +1 @@
-rt-3.8.1.tar.gz
+rt-3.8.2.tar.gz


Index: rt3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/rt3.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- rt3.spec	30 Nov 2008 07:01:21 -0000	1.31
+++ rt3.spec	23 Jan 2009 13:05:13 -0000	1.32
@@ -18,7 +18,7 @@
 
 # --with devel_mode/--without devel_mode
 #	enable/disable building/installing devel files
-#	Default: without (missing deps; TBA in spec)
+#	Default: without
 %bcond_with devel_mode
 
 # --with gpg/--without gpg
@@ -39,8 +39,8 @@
 %define RT3_LOCALSTATEDIR	%{_localstatedir}/lib/rt3
 
 Name:		rt3
-Version:	3.8.1
-Release:	2%{?dist}
+Version:	3.8.2
+Release:	1%{?dist}
 Summary:	Request tracker 3
 
 Group:		Applications/Internet
@@ -133,6 +133,7 @@
 %{?with_devel_mode:BuildRequires: perl(Test::Deep)}
 %{?with_devel_mode:BuildRequires: perl(Test::Expect) >= 0.31}
 %{?with_devel_mode:BuildRequires: perl(Test::HTTP::Server::Simple) >= 0.09}
+%{?with_devel_mode:BuildRequires: perl(Test::HTTP::Server::Simple::StashWarnings)}
 %{?with_devel_mode:BuildRequires: perl(Test::MockTime)}
 %{?with_devel_mode:BuildRequires: perl(Test::Warn)}
 %{?with_devel_mode:BuildRequires: perl(Test::WWW::Mechanize)}
@@ -197,6 +198,16 @@
 %description mailgate
 %{summary}
 
+%if 0%{?with_devel_mode}
+%package -n perl-RT-Test
+Summary: rt3's test utility.
+Group:   Applications/Internet
+Requires:	rt3 = %{version}-%{release}
+
+%description -n perl-RT-Test
+%{summary}
+%endif
+
 %prep
 %setup -q -n rt-%{version}
 
@@ -406,7 +417,18 @@
 %{_sbindir}/rt-mailgate
 %{_mandir}/man1/rt-mailgate*
 
+%if 0%{?with_devel_mode}
+%files -n perl-RT-Test
+%defattr(-,root,root,-)
+%dir %{RT3_LIBDIR}/RT
+%{RT3_LIBDIR}/RT/Test*
+%endif
+
 %changelog
+* Fri Jan 23 2009 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.2-1
+- Upstream update.
+- Preps to add a perl-RT-Test package.
+
 * Sun Nov 30 2008 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.1-2
 - Fix rt3-mailgate's %%defattr(-,root,root,-).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rt3/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	30 Nov 2008 09:07:23 -0000	1.12
+++ sources	23 Jan 2009 13:05:13 -0000	1.13
@@ -1 +1 @@
-72b4419816e43bde6b50ba68374882e3  rt-3.8.1.tar.gz
+100b1fd791e229c4338c0d056c65c12f  rt-3.8.2.tar.gz




More information about the fedora-extras-commits mailing list