diff options
| author | Remi Collet <remi@remirepo.net> | 2021-12-20 14:24:10 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-12-20 14:24:10 +0100 | 
| commit | ef66d25b847b61a62764ba9284996d7dbd81adb4 (patch) | |
| tree | 35f087dbfa4f644e990bd945f994bde2435b5d48 | |
| parent | 75c85087cbcd998ef2ca5ca1e558db9747116f0b (diff) | |
| -rw-r--r-- | php-bartlett-sarif-php-sdk.spec | 7 | 
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  | 
