From 4caad769212a14a9e64c832b65bc32ce159113e3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 09:49:16 +0200 Subject: update to 2.12.2 (no change) --- composer.json | 2 +- php-laminas-feed.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index eff74be..0b0f8e9 100644 --- a/composer.json +++ b/composer.json @@ -71,6 +71,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zend-feed": "self.version" + "zendframework/zend-feed": "^2.12.0" } } diff --git a/php-laminas-feed.spec b/php-laminas-feed.spec index 6e4de9b..a9f7a24 100644 --- a/php-laminas-feed.spec +++ b/php-laminas-feed.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit c9356994eb80d0f6b46d7e12ba048d450bf0cd72 +%global gh_commit 8a193ac96ebcb3e16b6ee754ac2a889eefacb654 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-feed @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.12.1 +Version: 2.12.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -132,7 +132,7 @@ Requires: php-tidy Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} # Compatibily ensure by the bridge -Obsoletes: php-zendframework-%{zf_name} < 2.12.0-99 +Obsoletes: php-zendframework-%{zf_name} < 2.12.1 Provides: php-zendframework-%{zf_name} = %{version}-99 Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} Provides: php-composer(zendframework/%{zf_name}) = %{version} @@ -234,6 +234,9 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet - 2.12.2-1 +- update to 2.12.2 (no change) + * Mon Mar 23 2020 Remi Collet - 2.12.1-1 - update to 2.12.1 - switch to phpunit7 -- cgit