summaryrefslogtreecommitdiffstats
path: root/php-symfony.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-16 16:47:39 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-16 16:47:39 +0200
commit6813833091a093803364cbe886d53b3ec71fc7b7 (patch)
tree6f1de7f82c568d480e156489b0a305138b4d58e0 /php-symfony.spec
parent9548079376a3e1c7c54caa9c0215bdca11ad633d (diff)
php-symfony: fix autoloader for new Swiftmailer
Diffstat (limited to 'php-symfony.spec')
-rw-r--r--php-symfony.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-symfony.spec b/php-symfony.spec
index 12b77ea..12de259 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -90,7 +90,7 @@
Name: php-%{composer_project}
Version: %{github_version}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: PHP framework for web projects
Group: Development/Libraries
@@ -1669,6 +1669,7 @@ foreach (array(
'%{phpdir}/Psr/Log/autoload.php',
'%{phpdir}/Twig/autoload.php',
'%{phpdir}/password_compat/password.php',
+ '%{phpdir}/Swift/swift_required.php',
) as $dependencyAutoloader) {
if (file_exists($dependencyAutoloader)) {
require_once $dependencyAutoloader;
@@ -2493,6 +2494,9 @@ exit $RET
# ##############################################################################
%changelog
+* Fri Oct 16 2015 Remi Collet <remi@fedoraproject.org> - 2.7.5-2
+- fix autoloader for recent swiftmailer
+
* Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 2.7.5-1
- Update to 2.7.5
- raise dependency on doctrine/common ~2.4,