summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-bartlett-sarif-php-sdk.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-sarif-php-sdk.spec b/php-bartlett-sarif-php-sdk.spec
index 25de69d..413862d 100644
--- a/php-bartlett-sarif-php-sdk.spec
+++ b/php-bartlett-sarif-php-sdk.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# See https://github.com/llaville/sarif-php-sdk/releases
-%global gh_commit 7f5324fa6bd2a257eacfbd30cb661f9f93abade5
+%global gh_commit 70aa23a16b36b49a040980ba1061123b88ee0a2c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner llaville
%global gh_project sarif-php-sdk
@@ -20,7 +20,7 @@
%bcond_without tests
-%global upstream_version 1.0.0
+%global upstream_version 1.0.1
#global upstream_prever RC1
Name: php-%{c_vendor}-%{c_project}
@@ -99,5 +99,8 @@ php -r '
%changelog
+* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+
* Thu Dec 16 2021 Remi Collet <remi@remirepo.net> - 1.0.0-1
- Initial package