From b11eca04402870ffa4fff9cc4732d863d61840f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Dec 2021 15:36:38 +0100 Subject: update to 1.2.0 switch to classmap autoloader --- phar-utils-autoload.php | 9 --------- php-seld-phar-utils.spec | 18 ++++++++++-------- 2 files changed, 10 insertions(+), 17 deletions(-) delete mode 100644 phar-utils-autoload.php diff --git a/phar-utils-autoload.php b/phar-utils-autoload.php deleted file mode 100644 index 622780c..0000000 --- a/phar-utils-autoload.php +++ /dev/null @@ -1,9 +0,0 @@ -= 5.3 # For test BuildRequires: php-cli # Autoloader -BuildRequires: php-composer(fedora/autoloader) +BuildRequires: php-fedora-autoloader-devel # From composer.json # "php": ">=5.3.0", @@ -54,7 +51,7 @@ To use this library, you just have to add, in your project: %prep %setup -q -n %{gh_project}-%{gh_commit} -cp %{SOURCE1} src/autoload.php +phpab --template fedora --output src/autoload.php src %build @@ -78,6 +75,7 @@ exit(0); %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md @@ -86,6 +84,10 @@ exit(0); %changelog +* Fri Dec 10 2021 Remi Collet - 1.2.0-1 +- update to 1.2.0 +- switch to classmap autoloader + * Mon Aug 23 2021 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit