New python-redis package, required by polemarch. Tomcat update to latest

This commit is contained in:
2019-05-12 09:53:47 +02:00
parent 8130ef9919
commit b9bda58ef7
2 changed files with 8 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
%global upstream_name redis %global upstream_name redis
Name: python-%{upstream_name} Name: python-%{upstream_name}
Version: 3.2.0 Version: 3.2.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Python 2 interface to the Redis key-value store Summary: Python 2 interface to the Redis key-value store
License: MIT License: MIT
@@ -97,6 +97,6 @@ kill %1
%endif %endif
%changelog %changelog
* Fri Mar 8 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Sun May 12 2019 Javier Peña <daniel.steiner@daniel-steiner.org>
- First Redis setup for Fedora 29. - First build.

View File

@@ -31,7 +31,7 @@
%global jspspec 2.3 %global jspspec 2.3
%global major_version 9 %global major_version 9
%global minor_version 0 %global minor_version 0
%global micro_version 16 %global micro_version 19
%global packdname apache-tomcat-%{version}-src %global packdname apache-tomcat-%{version}-src
%global servletspec 4.0 %global servletspec 4.0
%global elspec 3.0 %global elspec 3.0
@@ -676,5 +676,9 @@ fi
%attr(0660,tomcat,tomcat) %verify(not size md5 mtime) %{logdir}/catalina.out %attr(0660,tomcat,tomcat) %verify(not size md5 mtime) %{logdir}/catalina.out
%changelog %changelog
* Sat May 11 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
- Upgrade to 9.0.19.
* Thu Feb 14 2019 Daniel Steiner <daniel.steiner@greenmail.ch> * Thu Feb 14 2019 Daniel Steiner <daniel.steiner@greenmail.ch>
- First own tomcat package - First own tomcat package