From ff3e5e6dc2a5a207fb4380bd47ca9856b0b86ce0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Feb 2020 07:29:26 +0100 Subject: [PATCH 1/4] initial module --- .gitignore | 1 + php-extras.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 php-extras.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c7c0b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +php.yaml diff --git a/php-extras.yaml b/php-extras.yaml new file mode 100644 index 0000000..4cf18bd --- /dev/null +++ b/php-extras.yaml @@ -0,0 +1,38 @@ +--- +document: modulemd +version: 2 +data: + name: php-extras + stream: 7.2 + summary: Additional extensions for PHP + description: >- + php-extras 7.2 module + license: + module: + - GPLv2+ + content: + - ASL 2.0 + - BSD + - MIT + - PHP + dependencies: + - buildrequires: + php: [7.2] + platform: [el8] + requires: + php: [7.2] + platform: [el8] + references: + documentation: https://pecl.php.net/ + tracker: https://bugs.php.net/ + profiles: + common: + rpms: + - php-sodium + components: + rpms: + php-extras: + rationale: Extensions from PHP sources + ref: epel-8-php-7.2 + buildorder: 1 +... From 405b8e8711001dd1bbfde187cad3f1c58b42449e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2020 15:51:22 +0200 Subject: [PATCH 2/4] add some ext --- README.md | 25 ++++++++++++++++++- php-extras.yaml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f2dbd..f6000b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,26 @@ # php-extras -Automatically requested module for rpms/php-extras:epel-8-php-7.2. \ No newline at end of file +Additional extensions for PHP 7.2 + +Buildorder: + +---- 1 ---- +php-extras +---- 2 ---- +php-ast +php-zstd +php-pecl-apcu-bc +php-pecl-igbinary +php-pecl-memcache +php-pecl-mongodb +php-pecl-msgpack +php-pecl-propro +php-pecl-psr +php-pecl-raphf +php-pecl-rpminfo +php-pecl-uuid +php-pecl-xdebug +---- 2 ---- +php-pecl-http needs: propro, raphf +php-pecl-memcached needs: igbinary, msgpack +php-pecl-redis5 needs: igbinary, msgpack diff --git a/php-extras.yaml b/php-extras.yaml index 4cf18bd..4b6784a 100644 --- a/php-extras.yaml +++ b/php-extras.yaml @@ -35,4 +35,68 @@ data: rationale: Extensions from PHP sources ref: epel-8-php-7.2 buildorder: 1 + php-ast: + rationale: ast extension + ref: epel-8-php-7.2 + buildorder: 2 + php-zstd: + rationale: zstd extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-apcu-bc: + rationale: apcu_bc extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-igbinary: + rationale: igbinary extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-memcache: + rationale: memcache extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-mongodb: + rationale: mongodb extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-msgpack: + rationale: msgpack extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-propro: + rationale: propro extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-psr: + rationale: psr extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-raphf: + rationale: raphf extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-rpminfo: + rationale: rpminfo extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-uuid: + rationale: uuid extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-xdebug: + rationale: xdebug extension + ref: epel-8-php-7.2 + buildorder: 2 + php-pecl-http: + rationale: http extension + ref: epel-8-php-7.2 + buildorder: 3 + php-pecl-memcached: + rationale: memcached extension + ref: epel-8-php-7.2 + buildorder: 3 + php-pecl-redis5: + rationale: redis extension + ref: epel-8-php-7.2 + buildorder: 3 ... From b69959a972740b1ca932da28a313d7eac27059e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 May 2020 15:53:13 +0200 Subject: [PATCH 3/4] update fo 7.3 --- README.md | 3 +-- php-extras.yaml | 44 ++++++++++++++++++++------------------------ 2 files changed, 21 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f6000b2..238c9f0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # php-extras -Additional extensions for PHP 7.2 +Additional extensions for PHP 7.3 Buildorder: @@ -19,7 +19,6 @@ php-pecl-psr php-pecl-raphf php-pecl-rpminfo php-pecl-uuid -php-pecl-xdebug ---- 2 ---- php-pecl-http needs: propro, raphf php-pecl-memcached needs: igbinary, msgpack diff --git a/php-extras.yaml b/php-extras.yaml index 4b6784a..7fc0e72 100644 --- a/php-extras.yaml +++ b/php-extras.yaml @@ -3,10 +3,10 @@ document: modulemd version: 2 data: name: php-extras - stream: 7.2 + stream: 7.3 summary: Additional extensions for PHP description: >- - php-extras 7.2 module + php-extras 7.3 module license: module: - GPLv2+ @@ -17,10 +17,10 @@ data: - PHP dependencies: - buildrequires: - php: [7.2] + php: [7.3] platform: [el8] requires: - php: [7.2] + php: [7.3] platform: [el8] references: documentation: https://pecl.php.net/ @@ -33,70 +33,66 @@ data: rpms: php-extras: rationale: Extensions from PHP sources - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 1 php-ast: rationale: ast extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-zstd: rationale: zstd extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-apcu-bc: rationale: apcu_bc extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-igbinary: rationale: igbinary extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-memcache: rationale: memcache extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-mongodb: rationale: mongodb extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-msgpack: rationale: msgpack extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-propro: rationale: propro extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-psr: rationale: psr extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-raphf: rationale: raphf extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-rpminfo: rationale: rpminfo extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-uuid: rationale: uuid extension - ref: epel-8-php-7.2 - buildorder: 2 - php-pecl-xdebug: - rationale: xdebug extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 2 php-pecl-http: rationale: http extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 3 php-pecl-memcached: rationale: memcached extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 3 php-pecl-redis5: rationale: redis extension - ref: epel-8-php-7.2 + ref: epel-8-php-7.3 buildorder: 3 ... From ef081834ab9fdc1d469e23c5c7d67f7324ce7807 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jun 2020 14:20:28 +0200 Subject: [PATCH 4/4] add yaml extension --- README.md | 1 + php-extras.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 238c9f0..d8893b2 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ php-pecl-psr php-pecl-raphf php-pecl-rpminfo php-pecl-uuid +php-pecl-yaml ---- 2 ---- php-pecl-http needs: propro, raphf php-pecl-memcached needs: igbinary, msgpack diff --git a/php-extras.yaml b/php-extras.yaml index 7fc0e72..d215b36 100644 --- a/php-extras.yaml +++ b/php-extras.yaml @@ -83,6 +83,10 @@ data: rationale: uuid extension ref: epel-8-php-7.3 buildorder: 2 + php-pecl-yaml: + rationale: yaml extension + ref: epel-8-php-7.3 + buildorder: 2 php-pecl-http: rationale: http extension ref: epel-8-php-7.3