From b0f1f0905ba3ec32f3c64ee0363e3fe7804b35d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 27 Mar 2020 07:55:46 +0100 Subject: v1.0.2 --- php-laminas-zendframework-bridge.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-laminas-zendframework-bridge.spec') diff --git a/php-laminas-zendframework-bridge.spec b/php-laminas-zendframework-bridge.spec index 39d29d1..3cb88eb 100644 --- a/php-laminas-zendframework-bridge.spec +++ b/php-laminas-zendframework-bridge.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 0fb9675b84a1666ab45182b6c5b29956921e818d +%global gh_commit faf68f6109ceeff24241226033ab59640c7eb63b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-zendframework-bridge @@ -21,8 +21,8 @@ %endif Name: php-%{gh_project} -Version: 1.0.1 -Release: 5%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents License: BSD @@ -83,7 +83,7 @@ Documentation: https://docs.laminas.dev/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p0 -b .rpm -#find . -name \*.rpm -delete +find . -name \*.rpm -delete mv LICENSE.md LICENSE @@ -185,6 +185,9 @@ exit $ret %changelog +* Fri Mar 27 2020 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Thu Feb 13 2020 Remi Collet - 1.0.1-5 - raise dependency on fedora/autoloader 1.0.1 - clean autoloader -- cgit