From 196f40b5a514e800a4c64b0ed5fe18db0ae18567 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jan 2021 11:05:24 +0100 Subject: fix description and summary --- php-friendsofphp-proxy-manager-lts.spec | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/php-friendsofphp-proxy-manager-lts.spec b/php-friendsofphp-proxy-manager-lts.spec index b59b6fc..bff099c 100644 --- a/php-friendsofphp-proxy-manager-lts.spec +++ b/php-friendsofphp-proxy-manager-lts.spec @@ -26,8 +26,8 @@ Name: php-%{composer_vendor}-%{composer_project}%{major} Version: %{github_version} -Release: 1%{?github_release}%{?dist} -Summary: A library for validating emails +Release: 2%{?github_release}%{?dist} +Summary: OOP proxy wrappers utilities License: MIT URL: https://github.com/%{github_owner}/%{github_name} @@ -85,7 +85,21 @@ Requires: php-composer(fedora/autoloader) Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} %description -%{summary}. +This package is a fork of the excellent ocramius/proxy-manager library +that adds long term support for a wider range of PHP versions. + +Unless they're caused by this very fork, please report issues and submit +new features to the origin library. + +This fork: + +* maintains compatibility with PHP >=7.1; + supporting new versions of PHP is considered as a bugfix; +* won't bump the minimum supported version of PHP in a minor release; +* does not depend on Composer 2, thus can be used with Composer 1 if + you need more time to migrate; +* uses a versioning policy that is friendly to progressive migrations + while providing the latest improvements from the origin lib. Autoloader: %{phpdir}/%{github_owner}/%{ns_project}%{major}/autoload.php @@ -168,5 +182,8 @@ exit $ret %changelog +* Thu Jan 28 2021 Remi Collet - 1.0.3-2 +- fix description and summary + * Thu Jan 28 2021 Remi Collet - 1.0.3-1 - Initial package -- cgit