[packages/php-symfony2-Asset] Add backport of JsonManifestVersionStrategy
glen
glen at pld-linux.org
Wed May 6 08:36:57 CEST 2020
commit 2eb6b1aab3ecb717ae76047fe8487f5505fe17a3
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Wed May 6 09:36:03 2020 +0300
Add backport of JsonManifestVersionStrategy
https://github.com/glensc/php-symfony-asset/pull/1
php-symfony2-Asset.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/php-symfony2-Asset.spec b/php-symfony2-Asset.spec
index 0fc6cd3..5f90c37 100644
--- a/php-symfony2-Asset.spec
+++ b/php-symfony2-Asset.spec
@@ -3,11 +3,13 @@
Summary: Symfony2 Asset Component
Name: php-symfony2-%{package}
Version: 2.8.52
-Release: 1
+Release: 2
License: MIT
Group: Development/Languages/PHP
Source0: https://github.com/symfony/%{package}/archive/v%{version}/%{package}-%{version}.tar.gz
# Source0-md5: 918417574f26e7e618cdc5d1d2a1ca82
+Patch0: https://github.com/symfony/asset/compare/2.8...glensc:2.8.patch?/JsonManifestVersionStrategy.patch
+# Patch0-md5: 23bffda6937a66550e73e24320c8fd46
URL: https://symfony.com/doc/2.8/components/asset.html
BuildRequires: phpab
BuildRequires: rpmbuild(macros) >= 1.610
@@ -25,6 +27,7 @@ assets such as CSS stylesheets, JavaScript files and image files.
%prep
%setup -q -n asset-%{version}
+%patch0 -p1
%build
phpab -n -e '*/Tests/*' -o autoloader.php .
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-symfony2-Asset.git/commitdiff/2eb6b1aab3ecb717ae76047fe8487f5505fe17a3
More information about the pld-cvs-commit
mailing list