From 6a104d182d7053df5815a2f789c28d3edc2491c3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Aug 2018 07:26:58 +0200 Subject: update to 2.8.45 debug and ldap: add missing dependency on common --- php-symfony.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-symfony.spec b/php-symfony.spec index 79e8cc4..f42cfdf 100644 --- a/php-symfony.spec +++ b/php-symfony.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 2.8.44 -%global github_commit 789dc7eb57579185a430e65c5efce4b2d6b6b7b1 +%global github_version 2.8.45 +%global github_commit 289dc238c533476d0101d736816b408b02e51751 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -837,6 +837,7 @@ The CssSelector Component converts CSS selectors to XPath expressions. Summary: Symfony Debug Component URL: http://symfony.com/doc/2.8/components/debug/index.html +Requires: %{name}-common = %{version}-%{release} # composer.json #Requires: php-composer(psr/log) >= %%{psr_log_min_ver} Requires: php-PsrLog >= %{psr_log_min_ver} @@ -1235,6 +1236,7 @@ to the localization data of the ICU library [2]. Summary: Symfony LDAP Component +Requires: %{name}-common = %{version}-%{release} # composer.json Requires: php-composer(symfony/polyfill-php56) >= %{symfony_polyfill_min_ver} Requires: php-composer(symfony/polyfill-php56) < %{symfony_polyfill_max_ver} @@ -2586,6 +2588,10 @@ done # ############################################################################## %changelog +* Tue Aug 28 2018 Remi Collet - 2.8.45-1 +- update to 2.8.45 +- debug and ldap: add missing dependency on common + * Wed Aug 01 2018 Shawn Iwinski - 2.8.44-1 - Update to 2.8.44 (CVE-2018-14773 / CVE-2018-14774) -- cgit