diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-13 15:44:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-13 15:44:36 +0100 |
commit | ade8d174c64af30f2d8b78e2c31f4d69a203d27b (patch) | |
tree | 01208c4c7263b4c17e0c2581d471bcaf5ac0a42b | |
parent | 57da35d601881cb75909aebcc8ec104f65aac116 (diff) |
v1.3.1
l--------- | makesrc.sh | 1 | ||||
-rw-r--r-- | php-doctrine-inflector.spec | 12 |
2 files changed, 8 insertions, 5 deletions
diff --git a/makesrc.sh b/makesrc.sh new file mode 120000 index 0000000..c23d64c --- /dev/null +++ b/makesrc.sh @@ -0,0 +1 @@ +php-doctrine-inflector-get-source.sh
\ No newline at end of file diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec index 5368b6c..c450363 100644 --- a/php-doctrine-inflector.spec +++ b/php-doctrine-inflector.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-doctrine-inflector # -# Copyright (c) 2013-2018 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2019 Shawn Iwinski <shawn.iwinski@gmail.com> # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name inflector -%global github_version 1.3.0 -%global github_commit 5527a48b7313d15261292c149e55e26eae771b0a +%global github_version 1.3.1 +%global github_commit ec3a55242203ffa6a4b27c58176da97ff0a7aec1 %global composer_vendor doctrine %global composer_project inflector @@ -31,7 +31,6 @@ Version: %{github_version} Release: 1%{?github_release}%{?dist} Summary: Common string manipulations with regard to casing and singular/plural rules -Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} @@ -104,7 +103,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 PHPUNIT=$(which phpunit) -for PHP_EXEC in "" php71 php72; do +for PHP_EXEC in "" php71 php72 php73 php74; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -127,6 +126,9 @@ exit $RETURN_CODE %changelog +* Wed Nov 13 2019 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Sun Apr 22 2018 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.3.0-1 - Update to 1.3.0 (RHBZ #1473993) - Add get source script |