diff --git a/hamcrest.spec b/hamcrest.spec index 6bef866..264d7b1 100644 --- a/hamcrest.spec +++ b/hamcrest.spec @@ -1,10 +1,10 @@ -%bcond_with bootstrap +%bcond_without bootstrap %global upstream_version %(echo %{version} | tr '~' '-') Name: hamcrest Version: 2.2 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Library of matchers for building test expressions License: BSD-3-Clause URL: https://github.com/hamcrest/JavaHamcrest @@ -93,6 +93,9 @@ popd %license LICENSE.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 2.2-16 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 2.2-15 - Bump release for June 2024 mass rebuild