update to 7.0.42

This commit is contained in:
squallsama 2013-07-11 12:31:04 +03:00
parent 935d478a7b
commit 4bc1f14d04
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
158df72e6c046fa5d46a691a7c0805e6 apache-tomcat-7.0.40-src.tar.gz
5b7319630dbfe1803fc84bcb48fc551c apache-tomcat-7.0.42-src.tar.gz

View File

@ -31,7 +31,7 @@
%global jspspec 2.2
%global major_version 7
%global minor_version 0
%global micro_version 40
%global micro_version 42
%global packdname apache-tomcat-%{version}-src
%global servletspec 3.0
%global elspec 2.2
@ -54,7 +54,7 @@
Name: tomcat
Epoch: 0
Version: %{major_version}.%{minor_version}.%{micro_version}
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: System Environment/Daemons
@ -660,6 +660,9 @@ fi
%attr(0644,root,root) %{_unitdir}/%{name}-jsvc.service
%changelog
* Thu Jul 11 2013 Dmitry Tikhonov <squall.sama@gmail.com> 0:7.0.42-1
- Updated to 7.0.42
* Tue Jun 11 2013 Paul Komkoff <i@stingr.net> 0:7.0.40-3
- Dropped systemv inits. Bye-bye.
- Updated the systemd wrappers to allow running multiple instances.