diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-getid3.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 4fe1980..91e91e4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": ">=5.3.0" }, "require-dev": { - "jakub-onderka/php-parallel-lint": "^0.9 || ^1.0" + "php-parallel-lint/php-parallel-lint": "^1.0" }, "suggest": { "ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.", @@ -29,7 +29,7 @@ "ext-zlib": "Zlib extension is required for archive modules and compressed metadata." }, "scripts": { - "lint": "parallel-lint --exclude vendor .", + "lint": "parallel-lint --exclude vendor --exclude .git .", "test": [ "composer lint" ] diff --git a/php-getid3.spec b/php-getid3.spec index c854909..3ed4eb2 100644 --- a/php-getid3.spec +++ b/php-getid3.spec @@ -7,7 +7,7 @@ # # Please preserve changelog entries # -%global gh_commit 3c15e353b9bb1252201c73394bb8390b573a751d +%global gh_commit 36f5dabb1325415a4b07a401113f8db2eb81eca1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner JamesHeinrich %global gh_project getID3 @@ -15,7 +15,7 @@ %global pk_project getid3 Name: php-%{pk_project} -Version: 1.9.20 +Version: 1.9.21 Release: 1%{?dist} Epoch: 1 License: LGPLv3+ @@ -101,6 +101,9 @@ exit ($ok ? 0 : 1); %changelog +* Thu Sep 23 2021 Remi Collet <remi@remirepo.net> - 1.9.21-1 +- update to 1.9.21 + * Wed Jul 1 2020 Remi Collet <remi@remirepo.net> - 1.9.20-1 - update to 1.9.20 |