diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-09-16 08:53:18 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-09-16 08:53:18 +0200 | 
| commit | c5d4d4b81260bfd53861b25f408c83894a2a2893 (patch) | |
| tree | 1b3b38c674d52a2b1f3d0621e3de331aade4befe | |
| parent | 6599e921266607284b7a76ca519923e58432e751 (diff) | |
php-zendframework-zend-cache: 2.5.3
| -rwxr-xr-x | makesrc.sh | 1 | ||||
| -rw-r--r-- | php-zendframework-zend-cache.spec | 22 | 
2 files changed, 13 insertions, 10 deletions
@@ -15,6 +15,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT  echo "Getting commit..."  pushd $PROJECT-$COMMIT +cp composer.json ../composer-$VERSION.json  git checkout $COMMIT  popd diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index c2a5c1c..755e150 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    325afc68d4381cf8b95288ebb9b1d38dc32ed579 +%global gh_commit    7ff9d6b922ae29dbdc53f6a62b471fb6e58565df  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-cache @@ -20,8 +20,8 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.5.2 -Release:        2%{?dist} +Version:        2.5.3 +Release:        1%{?dist}  Summary:        Zend Framework %{library} component  Group:          Development/Libraries @@ -57,7 +57,6 @@ BuildRequires:  php-composer(%{gh_owner}/zend-loader)           >= 2.5  #        "php": ">=5.5",  #        "zendframework/zend-stdlib": "~2.5",  #        "zendframework/zend-servicemanager": "~2.5", -#        "zendframework/zend-serializer": "~2.5",  #        "zendframework/zend-eventmanager": "~2.5"  Requires:       php(language) >= 5.5  %if ! %{bootstrap} @@ -65,8 +64,6 @@ Requires:       php-composer(%{gh_owner}/zend-stdlib)           >= 2.5  Requires:       php-composer(%{gh_owner}/zend-stdlib)           <  3  Requires:       php-composer(%{gh_owner}/zend-servicemanager)   >= 2.5  Requires:       php-composer(%{gh_owner}/zend-servicemanager)   <  3 -Requires:       php-composer(%{gh_owner}/zend-serializer)       >= 2.5 -Requires:       php-composer(%{gh_owner}/zend-serializer)       <  3  Requires:       php-composer(%{gh_owner}/zend-eventmanager)     >= 2.5  Requires:       php-composer(%{gh_owner}/zend-eventmanager)     <  3  # From composer, "suggest": { @@ -82,6 +79,7 @@ Requires:       php-composer(%{gh_owner}/zend-eventmanager)     <  3  #        "ext-xcache": "XCache, to use the XCache storage adapter",  #        "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement"  %if 0%{?fedora} >= 21 +Suggests:       php-composer(%{gh_owner}/zend-serializer)  Suggests:       php-composer(%{gh_owner}/zend-session)  Suggests:       php-pecl(apcu)  Suggests:       php-dba @@ -136,11 +134,11 @@ mkdir vendor  cat << EOF | tee vendor/autoload.php  <?php  require_once '%{php_home}/Zend/Loader/AutoloaderFactory.php'; -Zend\\Loader\\AutoloaderFactory::factory(array( -    'Zend\\Loader\\StandardAutoloader' => array( +Zend\Loader\AutoloaderFactory::factory(array( +    'Zend\Loader\StandardAutoloader' => array(          'namespaces' => array( -           'ZendTest\\\\%{library}' => dirname(__DIR__).'/test/', -           'Zend\\\\%{library}'     => '%{buildroot}%{php_home}/Zend/%{library}' +           'ZendTest\\%{library}' => dirname(__DIR__).'/test/', +           'Zend\\%{library}'     => '%{buildroot}%{php_home}/Zend/%{library}'  ))));  require_once '%{php_home}/Zend/autoload.php';  EOF @@ -164,6 +162,10 @@ rm -rf %{buildroot}  %changelog +* Wed Sep 16 2015 Remi Collet <remi@fedoraproject.org> - 2.5.3-1 +- update to 2.5.3 +- zend-serializer is optional +  * Thu Aug  6 2015 Remi Collet <remi@fedoraproject.org> - 2.5.2-2  - add missing obsoletes  | 
