From a713128b8ed46f1688c113d8fa0460443797d9cb Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 07:53:52 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/velocity.git#1e69ffa54506d843fd8c2c059ed7b370b3c74191 --- velocity.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/velocity.spec b/velocity.spec index 3503243..3de2c5d 100644 --- a/velocity.spec +++ b/velocity.spec @@ -2,7 +2,7 @@ Name: velocity Version: 1.7 -Release: 33%{?dist} +Release: 34%{?dist} Epoch: 0 Summary: Java-based template engine License: ASL 2.0 @@ -196,6 +196,9 @@ cp -pr examples test %{buildroot}%{_datadir}/%{name} %{_datadir}/%{name} %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0:1.7-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Sep 11 2020 Fabio Valentini - 0:1.7-33 - Default to JDK logging and drop commons-logging and log4j12 implementations.