summaryrefslogtreecommitdiffstats
path: root/php-sebastian-complexity3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-31 15:15:03 +0200
committerRemi Collet <remi@php.net>2023-08-31 15:15:03 +0200
commit2cd2e9c9cefdf1f3e354f02a3874d1d96036b84b (patch)
tree7b8e8f4ec8d94311f9cffff8f7508e149e7080b6 /php-sebastian-complexity3.spec
parent3eac4073cfd1b77f496750fb8995cb16d26d5fce (diff)
update to 3.0.1
Diffstat (limited to 'php-sebastian-complexity3.spec')
-rw-r--r--php-sebastian-complexity3.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-complexity3.spec b/php-sebastian-complexity3.spec
index 8357afc..e91176d 100644
--- a/php-sebastian-complexity3.spec
+++ b/php-sebastian-complexity3.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# github
-%global gh_commit e67d240970c9dc7ea7b2123a6d520e334dd61dc6
+%global gh_commit c70b73893e10757af9c6a48929fa6a333b56a97a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project complexity
@@ -24,8 +24,8 @@
%global ns_project Complexity
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.0
-Release: 3%{?dist}
+Version: 3.0.1
+Release: 1%{?dist}
Summary: Calculating the complexity of PHP code units, version %{major}
License: BSD-3-Clause
@@ -128,6 +128,9 @@ exit $ret
%changelog
+* Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 3.0.1-1
+- update to 3.0.1
+
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 3.0.0-3
- Enable test suite