From f0d41eda55d69fb081fab5e2028731a4a1d7e09c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 15:16:58 +0200 Subject: update to 2.0.1 --- composer.json | 3 ++- php-sebastian-lines-of-code2.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 1e72f96..e642bdb 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/lines-of-code/issues" + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy" }, "prefer-stable": true, "require": { diff --git a/php-sebastian-lines-of-code2.spec b/php-sebastian-lines-of-code2.spec index a068315..65fef3c 100644 --- a/php-sebastian-lines-of-code2.spec +++ b/php-sebastian-lines-of-code2.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 17c4d940ecafb3d15d2cf916f4108f664e28b130 +%global gh_commit 649e40d279e243d985aa8fb6e74dd5bb28dc185d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project lines-of-code @@ -24,8 +24,8 @@ %global ns_project LinesOfCode Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.0.0 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Counting the lines of code in PHP source code, version %{major} License: BSD-3-Clause @@ -129,6 +129,9 @@ exit $ret %changelog +* Thu Aug 31 2023 Remi Collet - 2.0.1-1 +- update to 2.0.1 + * Wed Aug 23 2023 Remi Collet - 2.0.0-3 - Enable test suite -- cgit