From 41fbc279fedc9d456dd6bef82af910a7356a43b3 Mon Sep 17 00:00:00 2001 From: Dave Knox Date: Tue, 6 Apr 2010 19:21:45 +0000 Subject: [PATCH] Incrementing the Release tag to 3 and avoid any confusion about which is the most recent. --- tomcat6.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tomcat6.spec b/tomcat6.spec index 2eb8bf0..ee41815 100644 --- a/tomcat6.spec +++ b/tomcat6.spec @@ -54,7 +54,7 @@ Name: tomcat6 Epoch: 0 Version: %{major_version}.%{minor_version}.%{micro_version} -Release: 1%{?dist} +Release: 3%{?dist} Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API Group: Networking/Daemons @@ -518,12 +518,16 @@ fi %{appdir}/sample %changelog +* Tue Apr 06 2010 David Knox 0:6.0.26-3 +- Incremented the Release tag to 3 to avoid any confusion about which +- is the most recent + * Tue Apr 06 2010 David Knox 0:6.0.26-1 - Solved packaging problems involving taglibs-standard - Solved packaging problems involving jakarta-commons - Corrected Requires(post) to Requires and checked companion BuildRequires -* Mon Mar 29 2010 David Knox 0:6.0.26-1 +* Mon Mar 29 2010 David Knox 0:6.0.26-2 - Update source to tomcat6.0.26 - Bugzilla 572357 - Please retest. - OSGi manifests for servlet-api and jsp-api