summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-31 15:16:58 +0200
committerRemi Collet <remi@php.net>2023-08-31 15:16:58 +0200
commitf0d41eda55d69fb081fab5e2028731a4a1d7e09c (patch)
tree802379cd54d29f465f4f270a90753508797bf93d
parenteb901a338bd08ca3f24ccf96e92896fecd999557 (diff)
update to 2.0.1
-rw-r--r--composer.json3
-rw-r--r--php-sebastian-lines-of-code2.spec9
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 <remi@remirepo.net> - 2.0.1-1
+- update to 2.0.1
+
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 2.0.0-3
- Enable test suite