diff --git a/fedora/SPECS/python-redis.spec b/fedora/SPECS/python-redis.spec index 1f9a619..74bbadc 100644 --- a/fedora/SPECS/python-redis.spec +++ b/fedora/SPECS/python-redis.spec @@ -5,7 +5,7 @@ %global upstream_name redis Name: python-%{upstream_name} -Version: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: Python 2 interface to the Redis key-value store License: MIT @@ -97,6 +97,6 @@ kill %1 %endif %changelog -* Fri Mar 8 2019 Daniel Steiner -- First Redis setup for Fedora 29. +* Sun May 12 2019 Javier Peña +- First build. diff --git a/fedora/SPECS/tomcat.spec b/fedora/SPECS/tomcat.spec index be03eb1..1ac4045 100644 --- a/fedora/SPECS/tomcat.spec +++ b/fedora/SPECS/tomcat.spec @@ -31,7 +31,7 @@ %global jspspec 2.3 %global major_version 9 %global minor_version 0 -%global micro_version 16 +%global micro_version 19 %global packdname apache-tomcat-%{version}-src %global servletspec 4.0 %global elspec 3.0 @@ -676,5 +676,9 @@ fi %attr(0660,tomcat,tomcat) %verify(not size md5 mtime) %{logdir}/catalina.out %changelog +* Sat May 11 2019 Daniel Steiner +- Upgrade to 9.0.19. + * Thu Feb 14 2019 Daniel Steiner - First own tomcat package +