diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-doctrine-annotations.spec | 9 | 
3 files changed, 10 insertions, 7 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/composer.json b/composer.json index 2f3318a..e14ce93 100644 --- a/composer.json +++ b/composer.json @@ -35,12 +35,8 @@              "Doctrine\\Tests\\Common\\Annotations\\": "tests/Doctrine/Tests/Common/Annotations"          },          "files": [ +            "tests/Doctrine/Tests/Common/Annotations/Fixtures/functions.php",              "tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php"          ] -    }, -    "extra": { -        "branch-alias": { -            "dev-master": "1.11.x-dev" -        }      }  } diff --git a/php-doctrine-annotations.spec b/php-doctrine-annotations.spec index 41dc9cc..84daaf3 100644 --- a/php-doctrine-annotations.spec +++ b/php-doctrine-annotations.spec @@ -15,8 +15,8 @@  %global github_owner     doctrine  %global github_name      annotations -%global github_version   1.11.1 -%global github_commit    ce77a7ba1770462cd705a91a151b6c3746f9c6ad +%global github_version   1.12.1 +%global github_commit    b17c5014ef81d212ac539f07a1001832df1b6d3b  %global composer_vendor  doctrine  %global composer_project annotations @@ -153,6 +153,8 @@ cat <<'BOOTSTRAP' | tee bootstrap.php  <?php  require_once '%{phpdir}/Doctrine/Common/Cache/autoload.php';  require_once __DIR__.'/tests/Doctrine/Tests/TestInit.php'; +require_once __DIR__.'/tests/Doctrine/Tests/Common/Annotations/Fixtures/functions.php'; +require_once __DIR__.'/tests/Doctrine/Tests/Common/Annotations/Fixtures/SingleClassLOC1000.php';  BOOTSTRAP  : Upstream tests @@ -182,6 +184,9 @@ exit $RETURN_CODE  %changelog +* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 1.12.1-1 +- update to 1.12.1 +  * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 1.11.1-1  - update to 1.11.1  | 
