diff options
-rw-r--r-- | php-bartlett-PHP-Reflect.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php-bartlett-PHP-Reflect.spec b/php-bartlett-PHP-Reflect.spec index 1d6edaa..ff20278 100644 --- a/php-bartlett-PHP-Reflect.spec +++ b/php-bartlett-PHP-Reflect.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-bartlett-PHP-Reflect # -# Copyright (c) 2011-2017 Remi Collet +# Copyright (c) 2011-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -30,13 +30,13 @@ Summary: Adds the ability to reverse-engineer PHP License: BSD URL: http://php5.laurent-laville.org/reflect/ -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}%{?prever}-%{gh_short}.tar.gz +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz # Autoloader for RPM - die composer ! Source1: %{name}-autoload.php # Enable cache plugin -Patch0: %{name}-4.3.0-rpm.patch +Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php(language) >= 7.1 |