diff options
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r-- | php-bartlett-php-compatinfo-db.spec | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 0ea50b4..cdcbf17 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit f71dbe522b3075505cb5221d3f29b8fb3863dd47 +%global gh_commit 01ec6b5c93f7bddb2fcf415d2fbcab9b8f5a7a28 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -28,7 +28,7 @@ %bcond_with im6 %bcond_with im7 -%global upstream_version 3.11.0 +%global upstream_version 3.12.0 #global upstream_prever RC1 Name: php-%{c_vendor}-%{c_project} @@ -49,8 +49,6 @@ Patch0: %{name}-3.10-rpm.patch # - CURL_SSLVERSION constants # - Phar::OPENSSL_SHA* constants Patch1: %{name}-backports.patch -# upstream -Patch2: %{name}-upstream.patch BuildArch: noarch @@ -158,7 +156,6 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5 %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .rpm -%patch2 -p1 -b .up %patch1 -p1 -b .backports : relocate @@ -292,6 +289,14 @@ exit $ret %changelog +* Tue Oct 26 2021 Remi Collet <remi@remirepo.net> - 3.12.0-1 +- update to 3.12.0 + +* Wed Oct 13 2021 Remi Collet <remi@remirepo.net> - 3.11.0-3 +- add upstream patch for doctrine/dbal 3 +- add upstream patch for zip 1.20.0 +- add upstream patch for xlswriter 1.5.0 + * Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 3.11.0-2 - add upstream patch for OpenSSL test suite |