diff options
| -rw-r--r-- | composer-rpm.patch | 16 | ||||
| -rw-r--r-- | composer.spec | 11 | 
2 files changed, 7 insertions, 20 deletions
diff --git a/composer-rpm.patch b/composer-rpm.patch index 2c3b7e2..108900f 100644 --- a/composer-rpm.patch +++ b/composer-rpm.patch @@ -22,22 +22,6 @@ diff -up ./src/Composer/Autoload/AutoloadGenerator.php.rpm ./src/Composer/Autolo           if ($this->runScripts) {               $this->eventDispatcher->dispatchScript(ScriptEvents::POST_AUTOLOAD_DUMP, $this->devMode, array(), array( -diff -up ./src/Composer/Command/DiagnoseCommand.php.rpm ./src/Composer/Command/DiagnoseCommand.php ---- ./src/Composer/Command/DiagnoseCommand.php.rpm	2016-01-27 14:04:22.000000000 +0100 -+++ ./src/Composer/Command/DiagnoseCommand.php	2016-01-27 16:33:31.333845672 +0100 -@@ -134,12 +134,6 @@ EOT -         $io->write('Checking disk free space: ', false); -         $this->outputResult($this->checkDiskSpace($config)); -  --        $io->write('Checking pubkeys: ', false); --        $this->outputResult($this->checkPubKeys($config)); -- --        $io->write('Checking composer version: ', false); --        $this->outputResult($this->checkVersion()); -- -         return $this->failures; -     } -   diff -up ./src/Composer/Json/JsonFile.php.rpm ./src/Composer/Json/JsonFile.php  --- ./src/Composer/Json/JsonFile.php.rpm	2016-01-27 14:04:22.000000000 +0100  +++ ./src/Composer/Json/JsonFile.php	2016-01-27 16:32:11.313455545 +0100 diff --git a/composer.spec b/composer.spec index 5c3a3fe..f3bbed6 100644 --- a/composer.spec +++ b/composer.spec @@ -6,19 +6,19 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    4c0e163977f8289288df7b37e0fd0469d3e8cbc6 +%global gh_commit    5cb2b522637a941d608c58bd522f3b2a7bda4a1c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    1.0-dev -%global gh_date      20160220 +#global gh_date      20160220  %global gh_owner     composer  %global gh_project   composer  %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}  %global api_version  1.0.0 -#global prever       alpha11 +%global prever       beta1  Name:           composer  Version:        1.0.0 -Release:        0.20.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}%{?dist} +Release:        0.21.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}%{?dist}  Summary:        Dependency Manager for PHP  Group:          Development/Libraries @@ -221,6 +221,9 @@ rm -rf %{buildroot}  %changelog +* Fri Mar  4 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.21.beta1 +- update to 1.0.0beta1 +  * Tue Feb 23 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.20.201602git4c0e163  - new snapshot  | 
