diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-seld-phar-utils.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index edf42f6..8b1f7f2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "seld/phar-utils", "description": "PHAR file format utilities, for when PHP phars you up", "type": "library", - "keywords": ["phra"], + "keywords": ["phar"], "license": "MIT", "require": { "php": ">=5.3" diff --git a/php-seld-phar-utils.spec b/php-seld-phar-utils.spec index d9199f7..dc20ccb 100644 --- a/php-seld-phar-utils.spec +++ b/php-seld-phar-utils.spec @@ -6,13 +6,13 @@ # # Please, preserve the changelog entries # -%global gh_commit 84715761c35808076b00908a20317a3a8a67d17e +%global gh_commit 8800503d56b9867d43d9c303b9cbcc26016e82f0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Seldaek %global gh_project phar-utils Name: php-seld-phar-utils -Version: 1.0.2 +Version: 1.1.0 Release: 1%{?dist} Summary: PHAR file format utilities @@ -86,6 +86,9 @@ exit(0); %changelog +* Mon Feb 17 2020 Remi Collet <remi@remirepo.net> - 1.1.0-1 +- update to 1.1.0 + * Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |