diff options
| -rw-r--r-- | php-sebastian-diff3.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-diff3.spec b/php-sebastian-diff3.spec index fce147c..0410e32 100644 --- a/php-sebastian-diff3.spec +++ b/php-sebastian-diff3.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    19c13267f01acca90aff30f1233cad20dbd9b2e9 +%global gh_commit    98ff311ca519c3aa73ccd3de053bdb377171d7b6  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   diff @@ -27,7 +27,7 @@  %endif  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        3.0.5 +Version:        3.0.6  Release:        1%{?dist}  Summary:        Diff implementation, version %{major} @@ -125,6 +125,9 @@ exit $ret  %changelog +* Tue Mar  5 2024 Remi Collet <remi@remirepo.net> - 3.0.6-1 +- update to 3.0.6 +  * Fri Mar  1 2024 Remi Collet <remi@remirepo.net> - 3.0.5-1  - update to 3.0.5 (no change)  - sources from git snapshot  | 
