SPDX migration

This commit is contained in:
Richard Lescak 2023-02-16 11:52:38 +01:00
parent e566cb55a6
commit 0dccbb5f9d

View File

@ -59,8 +59,8 @@
Summary: A Modern Concurrent Version Control System Summary: A Modern Concurrent Version Control System
Name: subversion Name: subversion
Version: 1.14.2 Version: 1.14.2
Release: 13%{?dist} Release: 14%{?dist}
License: ASL 2.0 License: Apache-2.0
URL: https://subversion.apache.org/ URL: https://subversion.apache.org/
Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2 Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2
Source1: subversion.conf Source1: subversion.conf
@ -585,6 +585,9 @@ make check-javahl
%endif %endif
%changelog %changelog
* Thu Feb 16 2023 Richard Lescak <rlescak@redhat.com> - 1.14.2-14
- SPDX migration
* Fri Jan 27 2023 Richard Lescak <rlescak@redhat.com> - 1.14.2-13 * Fri Jan 27 2023 Richard Lescak <rlescak@redhat.com> - 1.14.2-13
- add requirement for python3-setuptools with new Python 3.12 (#2155420) - add requirement for python3-setuptools with new Python 3.12 (#2155420)