From 39a066a2cc86a941f4f007dd6b6f2196317fb6f5 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 24 May 2019 16:58:19 +0100 Subject: [PATCH 01/22] Initial commit for subversion:1.10. --- subversion.yaml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 subversion.yaml diff --git a/subversion.yaml b/subversion.yaml new file mode 100644 index 0000000..d957521 --- /dev/null +++ b/subversion.yaml @@ -0,0 +1,49 @@ +document: modulemd +version: 2 +data: + summary: Apache Subversion + description: Apache Subversion, a Modern Version Control System + license: + module: [ MIT ] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + documentation: http://subversion.apache.org/docs/ + tracker: https://issues.apache.org/jira/projects/SVN + profiles: + common: + rpms: + - subversion + - subversion-tools + - subversion-libs + server: + rpms: + - mod_dav_svn + - subversion + - subversion-libs + - subversion-tools + filter: + rpms: + - python3-subversion + - subversion-ruby + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + %_without_bdb 1 + api: + rpms: + - subversion + - subversion-devel + - subversion-libs + - mod_dav_svn + components: + rpms: + subversion: + rationale: Module API. + ref: stream-1.10 + buildorder: 20 From 881092de5725837468837f65ac2926d979c59e93 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 24 May 2019 17:01:17 +0100 Subject: [PATCH 02/22] Fix component reference. --- subversion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion.yaml b/subversion.yaml index d957521..127ab99 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -45,5 +45,5 @@ data: rpms: subversion: rationale: Module API. - ref: stream-1.10 + ref: 1.10 buildorder: 20 From b64c7139fcf987dcacb13cfc9ff9e7ed5cd17e22 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 30 May 2019 08:32:23 +0100 Subject: [PATCH 03/22] Disable pyswig support. --- subversion.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/subversion.yaml b/subversion.yaml index 127ab99..09fc532 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -35,6 +35,7 @@ data: %_without_python2 1 %_with_python3 1 %_without_bdb 1 + %_without_pyswig 1 api: rpms: - subversion From 7b946b13bb932a29ea53d1fafd635e606bdaae59 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 30 May 2019 08:33:02 +0100 Subject: [PATCH 04/22] Build with py2 rather than py3, re-enable pyswig. --- subversion.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/subversion.yaml b/subversion.yaml index 09fc532..844d699 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -32,10 +32,9 @@ data: buildopts: rpms: macros: | - %_without_python2 1 - %_with_python3 1 + %_with_python2 1 + %_without_python3 1 %_without_bdb 1 - %_without_pyswig 1 api: rpms: - subversion From db8f3269a4bffa4d906f0da1ff4459421dd74a10 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 25 Jul 2019 09:19:50 +0100 Subject: [PATCH 05/22] Rebuild. From 73a907e2c0efb0f515bba5613a2de4c825258919 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:07:13 +0000 Subject: [PATCH 06/22] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 3d418e055a4196773da7ca9b28bd3f4ad37d1390 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 1 Nov 2019 08:02:28 +0000 Subject: [PATCH 07/22] Import for 1.13, require swig 3.0. --- subversion.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subversion.yaml b/subversion.yaml index 844d699..6dfb4a3 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -8,6 +8,7 @@ data: dependencies: - buildrequires: platform: [] + swig: 3.0 requires: platform: [] references: @@ -45,5 +46,5 @@ data: rpms: subversion: rationale: Module API. - ref: 1.10 + ref: 1.13 buildorder: 20 From 69cef5e43693d47424a4f83bf43852e392c81ba3 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 17 Jan 2020 09:14:42 +0000 Subject: [PATCH 08/22] Rebuild. From a3780cf5971c629b486561b40de70cac3cc8e00d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:31:43 +0000 Subject: [PATCH 09/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 744dc5c67e697edfe646ee856d4b36f1b3161250 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 12 Feb 2020 09:47:22 +0000 Subject: [PATCH 10/22] Bump for f32 rebuild. From 3f028d17c1c5047e68f7600f333eab25419bc19a Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 12 Feb 2020 16:48:28 +0000 Subject: [PATCH 11/22] Rebuild for f32 FTBFS. From 90823feda6e8ad7397413a7161b48b8e0f0cf721 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 14 Feb 2020 21:39:58 +0000 Subject: [PATCH 12/22] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From f3f902609d481791cff96f96bc4128f16138fbf7 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 23 Apr 2020 16:50:26 +0100 Subject: [PATCH 13/22] Update for 1.14/unstable. --- subversion.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/subversion.yaml b/subversion.yaml index 6dfb4a3..177a26e 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -26,15 +26,11 @@ data: - subversion - subversion-libs - subversion-tools - filter: - rpms: - - python3-subversion - - subversion-ruby buildopts: rpms: macros: | - %_with_python2 1 - %_without_python3 1 + %_without_python2 1 + %_with_python3 1 %_without_bdb 1 api: rpms: @@ -46,5 +42,5 @@ data: rpms: subversion: rationale: Module API. - ref: 1.13 + ref: unstable buildorder: 20 From a7df636704eeb2a0357d0efe1715144c7ab21527 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 24 Apr 2020 11:25:51 +0100 Subject: [PATCH 14/22] Rebuild. From 637dcb6f6d37009fc56ff10dc784afd0d284ae48 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 30 Apr 2020 09:52:18 +0100 Subject: [PATCH 15/22] Rebuild. From 07c47ca14a6d1fb73b44475ce3d9085f74294d14 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 19 May 2020 11:10:35 +0100 Subject: [PATCH 16/22] Switch to swig:4.0, build python swig bindings. --- subversion.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subversion.yaml b/subversion.yaml index 177a26e..50d0d18 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -8,7 +8,7 @@ data: dependencies: - buildrequires: platform: [] - swig: 3.0 + swig: 4.0 requires: platform: [] references: @@ -31,6 +31,7 @@ data: macros: | %_without_python2 1 %_with_python3 1 + %_with_pyswig 1 %_without_bdb 1 api: rpms: From d7afa9767e866fd36b206f220f9498a0aa947d53 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 19 May 2020 12:46:57 +0100 Subject: [PATCH 17/22] Return to swig:3.0 since ruby bindings break with 4.0. --- subversion.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subversion.yaml b/subversion.yaml index 50d0d18..ae8a7eb 100644 --- a/subversion.yaml +++ b/subversion.yaml @@ -8,7 +8,7 @@ data: dependencies: - buildrequires: platform: [] - swig: 4.0 + swig: 3.0 requires: platform: [] references: From 80197f399397985fce7bdbfaf1a8d4e8967f884e Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 3 Jun 2020 12:52:59 +0100 Subject: [PATCH 18/22] Rebuild. From f51a16a357234a2d11b7a017dbeb893a6130fca2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Aug 2020 10:20:50 +0000 Subject: [PATCH 19/22] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From 8229ca24c0ed9e1751588355bf87f9a759fa6f33 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:38:21 +0000 Subject: [PATCH 20/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From aeb2bc0aa938c6d2df7b2517a498aa0008358ef2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 24 Jan 2022 23:28:42 +0000 Subject: [PATCH 21/22] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b3581b9a92f2256e6d1191f90c33bf7807faded4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:55:06 +0000 Subject: [PATCH 22/22] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering