diff options
| -rw-r--r-- | composer.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/composer.spec b/composer.spec index 671fa0b..c59333b 100644 --- a/composer.spec +++ b/composer.spec @@ -12,7 +12,7 @@  %bcond_without       tests -%global gh_commit    3e196135eacf9e519a6b00986bc6fe6aff977997 +%global gh_commit    f8f49191eec76f039b466aa1f161406fe43aff50  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev  %global gh_owner     composer @@ -20,7 +20,7 @@  %global api_version  1.1.0  %global run_version  1.0.0 -%global upstream_version 1.10.26 +%global upstream_version 1.10.27  #global upstream_prever  RC  %if 0 @@ -51,7 +51,6 @@ Patch0:         %{name}-rpm.patch  BuildArch:      noarch  BuildRequires:  php-cli -%if %{with tests}  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8  BuildRequires:  (php-composer(composer/ca-bundle)        >= 1.0    with  php-composer(composer/ca-bundle)        <  2)  BuildRequires:  (php-composer(composer/semver)           >= 1.0    with  php-composer(composer/semver)           <  2) @@ -76,15 +75,16 @@ BuildRequires:  %{symfony_prefix}-finder  BuildRequires:  %{symfony_prefix}-filesystem  BuildRequires:  %{symfony_prefix}-process  BuildRequires:  php-zip +%if %{with tests}  # From composer.json, "require-dev": {  #        "symfony/phpunit-bridge": "^4.2",  #        "phpspec/prophecy": "^1.10"  BuildRequires:  phpunit +%endif  # For autoloader  BuildRequires:  php-composer(fedora/autoloader) >= 0.1.2  BuildRequires:  php-seld-phar-utils >= 1.0.1  BuildRequires:  php-PsrLog          >= 1.0.0-8 -%endif  # From composer.json, "require": {  #        "php": "^5.3.2 || ^7.0 || ^8.0", @@ -173,7 +173,7 @@ Documentation: https://getcomposer.org/doc/  %prep  %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm  find . -name \*.rpm -exec rm {} \; -print  if grep -r '\.\./res'; then @@ -278,6 +278,9 @@ exit $ret  %changelog +* Fri Sep 29 2023 Remi Collet <remi@remirepo.net> - 1.10.27-1 +- update to 1.10.27 +  * Thu Apr 14 2022 Remi Collet <remi@remirepo.net> - 1.10.26-1  - update to 1.10.26  | 
