From 39a066a2cc86a941f4f007dd6b6f2196317fb6f5 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 24 May 2019 16:58:19 +0100 Subject: [PATCH 01/11] 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/11] 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/11] 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/11] 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/11] 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/11] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From e538d142665e84612d67369f9bc40ed44120f7f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 6 Feb 2020 18:31:31 +0000 Subject: [PATCH 07/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 45b4f496663e7901970358451fa4b4f8d4a72e43 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 14 Feb 2020 20:27:38 +0000 Subject: [PATCH 08/11] Branching f32 from rawhide Signed-off-by: Fedora Release Engineering From a66b35afe796bd2046054a50b25bab615e4cc23e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Aug 2020 06:38:01 +0000 Subject: [PATCH 09/11] Branching f33 from rawhide Signed-off-by: Fedora Release Engineering From bc49b3667af9e0aecf5f70c53a9e5c99c954e051 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 03:38:11 +0000 Subject: [PATCH 10/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 73b5378dcbc2fe657f4731de20eb1e03537af9d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 24 Jan 2022 19:37:06 +0000 Subject: [PATCH 11/11] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering