diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-04-07 15:54:50 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-04-07 15:54:50 +0200 | 
| commit | fda3c8f053669e0550a4beb34567129bd7abd84f (patch) | |
| tree | cc1ad8266e3c6b110edc46b92e441b6690c16200 | |
| parent | 8676af3dd55bd58630a80354d7192f64d944047d (diff) | |
php-phpspec-php-diff: 1.1.0
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-phpspec-php-diff.spec | 9 | 
2 files changed, 12 insertions, 3 deletions
| diff --git a/composer.json b/composer.json index 5e91b0f..145c613 100644 --- a/composer.json +++ b/composer.json @@ -15,5 +15,11 @@          "psr-0": {              "Diff": "lib/"          } +    }, +     +    "extra": { +        "branch-alias": { +            "dev-master": "1.0.x-dev" +        }      }  } diff --git a/php-phpspec-php-diff.spec b/php-phpspec-php-diff.spec index e710e46..f1749bb 100644 --- a/php-phpspec-php-diff.spec +++ b/php-phpspec-php-diff.spec @@ -6,13 +6,13 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    30e103d19519fe678ae64a60d77884ef3d71b28a +%global gh_commit    0464787bfa7cd13576c5a1e318709768798bec6a  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phpspec  %global gh_project   php-diff  Name:           php-phpspec-php-diff -Version:        1.0.2 +Version:        1.1.0  Release:        1%{?dist}  Summary:        A library for generating differences between two hashable objects @@ -88,5 +88,8 @@ rm -rf %{buildroot}  %changelog +* Thu Apr  7 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1 +- update to 1.1.0 +  * Tue Feb 17 2015 Remi Collet <remi@fedoraproject.org> - 1.0.2-1 -- initial package
\ No newline at end of file +- initial package | 
