From ddb4d58f7959f5aa4d6a1b50daa66b6bd37e48e3 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Fri, 5 Jan 2018 17:02:14 +0900 Subject: [PATCH 1/3] F-28: rebuild for ruby25 --- subversion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 7fc8fa5..441ddef 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.7 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -476,6 +476,9 @@ make check-javahl %endif %changelog +* Fri Jan 05 2018 Mamoru TASAKA - 1.9.7-3 +- F-28: rebuild for ruby25 + * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 1.9.7-2 - Python 2 binary package renamed to python2-subversion See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 From 729170108ed2525e3af5a6e4d76c485e377136af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 20 Jan 2018 23:08:36 +0100 Subject: [PATCH 2/3] Rebuilt for switch to libxcrypt --- subversion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index 441ddef..67168d7 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.7 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -476,6 +476,9 @@ make check-javahl %endif %changelog +* Sat Jan 20 2018 Björn Esser - 1.9.7-4 +- Rebuilt for switch to libxcrypt + * Fri Jan 05 2018 Mamoru TASAKA - 1.9.7-3 - F-28: rebuild for ruby25 From 368c5a91e6fba32575c3b2068b660ce0a93d42cb Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Thu, 1 Feb 2018 03:35:20 +0100 Subject: [PATCH 3/3] Update Python 2 dependency declarations to new packaging standards --- subversion.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/subversion.spec b/subversion.spec index 67168d7..2af328e 100644 --- a/subversion.spec +++ b/subversion.spec @@ -25,7 +25,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.9.7 -Release: 4%{?dist} +Release: 5%{?dist} License: ASL 2.0 Group: Development/Tools URL: https://subversion.apache.org/ @@ -44,7 +44,7 @@ Patch3: subversion-1.9.4-kwallet.patch Patch4: subversion-1.8.0-rubybind.patch Patch5: subversion-1.8.5-swigplWall.patch -BuildRequires: autoconf, libtool, python, python-devel, texinfo, which +BuildRequires: autoconf, libtool, python2, python2-devel, texinfo, which BuildRequires: libdb-devel >= 4.1.25, swig >= 1.3.24, gettext BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0 BuildRequires: libserf-devel >= 1.3.0, cyrus-sasl-devel @@ -476,6 +476,10 @@ make check-javahl %endif %changelog +* Thu Feb 01 2018 Iryna Shcherbina - 1.9.7-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Jan 20 2018 Björn Esser - 1.9.7-4 - Rebuilt for switch to libxcrypt