update to 1.10.4

This commit is contained in:
Joe Orton 2019-05-24 17:33:47 +01:00
parent 9a0a77716a
commit bc64cbf401
2 changed files with 5 additions and 3 deletions

View File

@ -1,2 +1 @@
SHA512 (subversion-1.10.3.tar.bz2) = e753c76be2c7a7d1e47ef70a417f33ad48a5076ddbe02062b478b0baf8ce063f101aab3a86895e33f6277f273917b87d8c07b002e3e4f9fe3a750a2f8142ef6d
SHA512 (subversion-1.10.4.tar.bz2) = c44a4a4a9533cd4f4cb6ddbc3ce98585a96da6c8e75497d087034b52f899797bb0972dfc0e79db99e81149e59e7fa765398c6ad35eba64f11f4ae9c3b3537434

View File

@ -36,8 +36,8 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.10.3
Release: 2%{?dist}
Version: 1.10.4
Release: 1%{?dist}
License: ASL 2.0
Group: Development/Tools
URL: https://subversion.apache.org/
@ -544,6 +544,9 @@ make check-javahl
%endif
%changelog
* Fri May 24 2019 Joe Orton <jorton@redhat.com> - 1.10.4-1
- update to 1.10.4
* Fri May 24 2019 Joe Orton <jorton@redhat.com> - 1.10.3-2
- fix build with APR 1.7.0 (upstream r1857391)