From 4aa30fa9a7285897b6943081454c018839d6ec73 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2021 11:40:57 +0100 Subject: update to 5.4.4 (no change) --- composer.json | 15 --------------- php-bartlett-PHP-CompatInfo.spec | 9 ++++++--- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/composer.json b/composer.json index 4edbc82..06575eb 100644 --- a/composer.json +++ b/composer.json @@ -31,9 +31,6 @@ "symfony/serializer": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0" }, - "require-dev": { - "humbug/box": "^3.7" - }, "authors": [ { "name": "Laurent Laville", @@ -60,18 +57,6 @@ "Bartlett\\Tests\\CompatInfo\\": "tests/" } }, - "scripts": { - "compile-box": "box compile", - "post-install-cmd": [ - "@compile-box" - ], - "post-update-cmd": [ - "@compile-box" - ] - }, - "scripts-descriptions": { - "compile-box": "Compiles application with box-project/box to build PHAR version" - }, "minimum-stability": "dev", "prefer-stable": true, "config": { diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index dac54d8..f365211 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-bartlett-PHP-CompatInfo # -# Copyright (c) 2011-2020 Remi Collet +# Copyright (c) 2011-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -11,7 +11,7 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit e4f9846a409a53b4b095c39386c9c9dbbc903519 +%global gh_commit 85f8a27a74c88e38895c65f6e5250030a97a9b4b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -26,7 +26,7 @@ %endif Name: php-bartlett-PHP-CompatInfo -Version: 5.4.3 +Version: 5.4.4 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -267,6 +267,9 @@ fi %changelog +* Mon Feb 22 2021 Remi Collet - 5.4.4-1 +- update to 5.4.4 (no change) + * Mon Feb 15 2021 Remi Collet - 5.4.3-1 - update to 5.4.3 -- cgit