From 0a73756181082d1626569d392343c40034ec0c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 22 Jan 2022 07:40:49 +0100 Subject: update to 1.0.1 --- composer.json | 2 +- php-composer-pcre.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index fd44da1..e49047c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "require-dev": { "symfony/phpunit-bridge": "^4.2 || ^5", - "phpstan/phpstan": "^1", + "phpstan/phpstan": "^1.3", "phpstan/phpstan-strict-rules": "^1.1" }, "autoload": { diff --git a/php-composer-pcre.spec b/php-composer-pcre.spec index 4559302..859b785 100644 --- a/php-composer-pcre.spec +++ b/php-composer-pcre.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-composer-pcre # -# Copyright (c) 2021 Remi Collet +# Copyright (c) 2021-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 3d322d715c43a1ac36c7fe215fa59336265500f2 +%global gh_commit 67a32d7d6f9f560b726ab25a061b38ff3a80c560 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -20,7 +20,7 @@ %global major %nil Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: PCRE wrapping library version 1 @@ -38,7 +38,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "symfony/phpunit-bridge": "^4.2 || ^5", -# "phpstan/phpstan": "^1", +# "phpstan/phpstan": "^1.3", # "phpstan/phpstan-strict-rules": "^1.1" %global phpunit /usr/bin/phpunit9 BuildRequires: %{phpunit} @@ -120,5 +120,8 @@ exit $ret %changelog +* Sat Jan 22 2022 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Wed Dec 8 2021 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 -- cgit