From e4fca5b0869cbd32902e10a56e62b6136a561d33 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 15:38:48 +0100 Subject: v1.25.2 --- composer.json | 2 +- php-theseer-autoload.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9f57808..fa9bf98 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "src/" ] }, - "license": "BSD License", + "license": "BSD-3-Clause", "authors": [ { "name": "Arne Blankerts", diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 7525097..49c4c1a 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-theseer-autoload # -# Copyright (c) 2014-2018 Remi Collet +# Copyright (c) 2014-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 42e3aaea38bf10c2121d5c73153ba9f4862ca8ea +%global gh_commit 3353caee350a60a9ad19c452e9fd026881d1641f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -19,7 +19,7 @@ %global pear_channel pear.netpirates.net Name: php-theseer-autoload -Version: 1.25.1 +Version: 1.25.2 Release: 1%{?dist} Summary: A tool and library to generate autoload code @@ -146,6 +146,9 @@ fi %changelog +* Mon Feb 4 2019 Remi Collet - 1.25.2-1 +- update to 1.25.2 + * Sat Oct 20 2018 Remi Collet - 1.25.1-1 - update to 1.25.1 - drop patch merged upstream -- cgit