diff options
-rw-r--r-- | php-phpdocumentor-reflection-common2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpdocumentor-reflection-common2.spec b/php-phpdocumentor-reflection-common2.spec index 8762ee2..8fc80b1 100644 --- a/php-phpdocumentor-reflection-common2.spec +++ b/php-phpdocumentor-reflection-common2.spec @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 1%{?github_release}%{?dist} +Release: 2%{?github_release}%{?dist} Summary: Common reflection classes used by phpdocumentor Group: Development/Libraries @@ -66,7 +66,7 @@ Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} %description Common reflection classes used by phpdocumentor to reflect the code structure. -Autoloader: %{phpdir}/phpDocumentor/Reflection/autoload-common.php +Autoloader: %{phpdir}/phpDocumentor/Reflection%{major}/autoload-common.php %prep @@ -118,6 +118,9 @@ exit $RETURN_CODE %changelog +* Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 2.0.0-2 +- fix autoloader path in description + * Fri Sep 13 2019 Remi Collet <remi@remirepo.net> - 2.0.0-1 - update to 2.0.0 - rename to php-phpdocumentor-reflection-common2 |