From c176478ccbf25f9d2fff4b84f583b2e3a14d68d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 1 Aug 2017 13:49:21 +0200 Subject: [PATCH 1/2] Revert "Port to f26 streams" This reverts commit a9a9c782deb1241148bffb6c017ac60421051863. --- perl-libintl-perl.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl-libintl-perl.yaml b/perl-libintl-perl.yaml index 4f407f7..dd94837 100644 --- a/perl-libintl-perl.yaml +++ b/perl-libintl-perl.yaml @@ -10,10 +10,10 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: f26 - perl: f26 + base-runtime: master + perl: master requires: - perl: f26 + perl: master references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/perl-libintl-perl From 0dcf3a1e5c0445401bc11cc1b911eee311a3e2fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 24 Aug 2017 16:22:27 +0200 Subject: [PATCH 2/2] Upgrade to Fedora Rawhide --- perl-libintl-perl.yaml | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/perl-libintl-perl.yaml b/perl-libintl-perl.yaml index dd94837..b21541e 100644 --- a/perl-libintl-perl.yaml +++ b/perl-libintl-perl.yaml @@ -10,28 +10,43 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master perl: master + platform: master + # Explicitly require transitive dependencies to work around + # . + host: master requires: perl: master references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/modularity-modules/perl-libintl-perl tracker: https://github.com/modularity-modules/perl-libintl-perl + profiles: + default: + description: libintl-perl CPAN distribution. + rpms: + - perl-libintl-perl + sharedir: + description: > + libintl-perl with support for searching locale data in File::ShareDir + directories. + rpms: + - perl-File-ShareDir + - perl-libintl-perl api: rpms: - perl-libintl-perl components: rpms: perl-Class-Inspector: - rationale: Optional run-time and build-time dependency. - ref: f26 + rationale: Optional run-time and build dependency. + ref: master buildorder: 0 perl-File-ShareDir: - rationale: Optional run-time and build-time dependency. - ref: f26 + rationale: Optional run-time and build dependency. + ref: master buildorder: 1 perl-libintl-perl: - rationale: The API. - ref: f26 + rationale: API. + ref: master buildorder: 2