From 68e0ce13fa4a165600d27e1535f5253de0d815cd Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 11 Mar 2021 09:26:01 +0100 Subject: [PATCH 01/13] Initial import --- perl-IO-stringy.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 perl-IO-stringy.yaml diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml new file mode 100644 index 0000000..5b9921b --- /dev/null +++ b/perl-IO-stringy.yaml @@ -0,0 +1,38 @@ +document: modulemd +version: 2 +data: + name: perl-IO-string + stream: '2.113' + summary: I/O on in-core objects like strings and arrays for Perl + description: > + This toolkit primarily provides modules for performing both + traditional and object-oriented I/O) on things other than normal + filehandles; in particular, IO::Scalar, IO::ScalarArray, and + IO::Lines. + In the more-traditional IO::Handle front, we have IO::AtomicFile, + which may be used to painlessly create files that are updated + atomically. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f34, f35, eln] + perl: ['5.30', '5.32'] + requires: + platform: [f34, f35, eln] + perl: ['5.30', '5.32'] + references: + community: https://metacpan.org/release/IO-stringy + profiles: + common: + description: IO::stringy + rpms: + - perl-IO-stringy + api: + rpms: + - perl-IO-stringy + components: + rpms: + perl-IO-stringy: + rationale: The API + ref: rawhide From 5449a6dd9752112b43f2fd7b6851fdbb213eeae2 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Thu, 11 Mar 2021 09:28:00 +0100 Subject: [PATCH 02/13] Fix typo in module name --- perl-IO-stringy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 5b9921b..7e443ea 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -1,7 +1,7 @@ document: modulemd version: 2 data: - name: perl-IO-string + name: perl-IO-stringy stream: '2.113' summary: I/O on in-core objects like strings and arrays for Perl description: > From e5be259af3de485a45957de8f2484046c85c9a3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 14 Jun 2021 15:54:30 +0200 Subject: [PATCH 03/13] Convert to modulemd-packager-v3 format, remove perl:5.30 and platform:eln --- perl-IO-stringy.yaml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 7e443ea..289d4f8 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -1,5 +1,5 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: perl-IO-stringy stream: '2.113' @@ -12,15 +12,20 @@ data: In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [f34, f35, eln] - perl: ['5.30', '5.32'] + license: [MIT] + configurations: + - context: '1' + platform: f34 + buildrequires: + perl: ['5.32'] requires: - platform: [f34, f35, eln] - perl: ['5.30', '5.32'] + perl: ['5.32'] + - context: 'e12b6f3a' + platform: f35 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] references: community: https://metacpan.org/release/IO-stringy profiles: From ac38adf23202a75adb6a418b955469210807a1d6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 22:39:50 +0000 Subject: [PATCH 04/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering From e71e3bca988f058ce2ba45992d26762880c86414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 7 Sep 2021 10:17:32 +0200 Subject: [PATCH 05/13] Add a context for platform:f36 --- perl-IO-stringy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 289d4f8..b7d218f 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -26,6 +26,12 @@ data: perl: ['5.32'] requires: perl: ['5.32'] + - context: '1' + platform: f36 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] references: community: https://metacpan.org/release/IO-stringy profiles: From 9b5b8b332f283f769685ed046761933019b102c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 7 Sep 2021 10:21:21 +0200 Subject: [PATCH 06/13] Correct platform:f36 context It clashed with platform:f34. It must be unique. --- perl-IO-stringy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index b7d218f..24bfa71 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -26,7 +26,7 @@ data: perl: ['5.32'] requires: perl: ['5.32'] - - context: '1' + - context: '2' platform: f36 buildrequires: perl: ['5.32'] From 02adc3f8097ad3fa0b6e44417d67287ea4e94fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 20 Sep 2021 12:59:58 +0200 Subject: [PATCH 07/13] A dummy commit to work around MBS bug . From f8631868e03be708293ca11a98fd193daf2fdab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 2 Mar 2022 11:47:10 +0100 Subject: [PATCH 08/13] Add a context for F37 --- perl-IO-stringy.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 24bfa71..2853eea 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -32,6 +32,12 @@ data: perl: ['5.32'] requires: perl: ['5.32'] + - context: 'f37' + platform: f37 + buildrequires: + perl: ['5.32'] + requires: + perl: ['5.32'] references: community: https://metacpan.org/release/IO-stringy profiles: From 78c61fb15b6795e0cb2db36d7f5e08d2555c71b9 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 29 Jul 2022 09:50:55 +0200 Subject: [PATCH 09/13] Build the module with perl:5.34 and perl:5.36 --- perl-IO-stringy.yaml | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 2853eea..dc22af5 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -14,30 +14,42 @@ data: atomically. license: [MIT] configurations: - - context: '1' - platform: f34 - buildrequires: - perl: ['5.32'] - requires: - perl: ['5.32'] - - context: 'e12b6f3a' + - context: 'f35p534' platform: f35 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] - - context: '2' + perl: ['5.34'] + - context: 'f36p534' platform: f36 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] - - context: 'f37' + perl: ['5.34'] + - context: 'f37p534' platform: f37 buildrequires: - perl: ['5.32'] + perl: ['5.34'] requires: - perl: ['5.32'] + perl: ['5.34'] + - context: 'f35p536' + platform: f35 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + - context: 'f36p536' + platform: f36 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] + - context: 'f37p536' + platform: f37 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] references: community: https://metacpan.org/release/IO-stringy profiles: From 3eb93157f61e4ea8aa1567a4b2fcefcaa4f265b3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 10 Aug 2022 16:51:07 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ffb6b8977507e33618425993f5eea12ab2393118 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 26 Aug 2022 10:07:18 +0200 Subject: [PATCH 11/13] Add contexts for F38 --- perl-IO-stringy.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index dc22af5..037979c 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -32,6 +32,12 @@ data: perl: ['5.34'] requires: perl: ['5.34'] + - context: 'f38p534' + platform: f38 + buildrequires: + perl: ['5.34'] + requires: + perl: ['5.34'] - context: 'f35p536' platform: f35 buildrequires: @@ -50,6 +56,12 @@ data: perl: ['5.36'] requires: perl: ['5.36'] + - context: 'f38p536' + platform: f38 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] references: community: https://metacpan.org/release/IO-stringy profiles: @@ -64,4 +76,4 @@ data: rpms: perl-IO-stringy: rationale: The API - ref: rawhide + ref: f37 From f160659c76388cadf595c42bc587467ff1655ac1 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 17 Feb 2023 09:31:52 +0100 Subject: [PATCH 12/13] Add a context for Fedora 39 --- perl-IO-stringy.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 037979c..4d1823c 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -38,6 +38,12 @@ data: perl: ['5.34'] requires: perl: ['5.34'] + - context: 'f39p534' + platform: f39 + buildrequires: + perl: ['5.34'] + requires: + perl: ['5.34'] - context: 'f35p536' platform: f35 buildrequires: @@ -62,6 +68,12 @@ data: perl: ['5.36'] requires: perl: ['5.36'] + - context: 'f39p536' + platform: f39 + buildrequires: + perl: ['5.36'] + requires: + perl: ['5.36'] references: community: https://metacpan.org/release/IO-stringy profiles: @@ -76,4 +88,4 @@ data: rpms: perl-IO-stringy: rationale: The API - ref: f37 + ref: f38 From 61f933c6d1af0de7d3720a9ffcf3ce78440131cd Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 17 Feb 2023 09:32:40 +0100 Subject: [PATCH 13/13] Remove a context for Fedora 35 --- perl-IO-stringy.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/perl-IO-stringy.yaml b/perl-IO-stringy.yaml index 4d1823c..eee2e79 100644 --- a/perl-IO-stringy.yaml +++ b/perl-IO-stringy.yaml @@ -14,12 +14,6 @@ data: atomically. license: [MIT] configurations: - - context: 'f35p534' - platform: f35 - buildrequires: - perl: ['5.34'] - requires: - perl: ['5.34'] - context: 'f36p534' platform: f36 buildrequires: @@ -44,12 +38,6 @@ data: perl: ['5.34'] requires: perl: ['5.34'] - - context: 'f35p536' - platform: f35 - buildrequires: - perl: ['5.36'] - requires: - perl: ['5.36'] - context: 'f36p536' platform: f36 buildrequires: