From ade8d174c64af30f2d8b78e2c31f4d69a203d27b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Nov 2019 15:44:36 +0100 Subject: v1.3.1 --- makesrc.sh | 1 + php-doctrine-inflector.spec | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) create mode 120000 makesrc.sh 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 +# Copyright (c) 2013-2019 Shawn Iwinski # # 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 - 1.3.1-1 +- update to 1.3.1 + * Sun Apr 22 2018 Shawn Iwinski - 1.3.0-1 - Update to 1.3.0 (RHBZ #1473993) - Add get source script -- cgit