From 6dafa16b4a59dc80973ec9c5096f52be1d905baa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Feb 2017 08:05:02 +0100 Subject: php-sabre-uri: 1.2.1 --- composer.json | 2 +- php-sabre-uri.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index efa5a69..49d69e7 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ }, "require-dev": { "sabre/cs": "~1.0.0", - "phpunit/phpunit" : "*" + "phpunit/phpunit" : ">=4.0,<6.0" }, "config" : { "bin-dir" : "bin/" diff --git a/php-sabre-uri.spec b/php-sabre-uri.spec index a39d272..a2546ec 100644 --- a/php-sabre-uri.spec +++ b/php-sabre-uri.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 258b72540fe3f2c0bb395cb40e56f9ae409f93b5 +%global gh_commit ada354d83579565949d80b2e15593c2371225e61 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-uri @@ -14,8 +14,8 @@ Name: php-%{gh_project} Summary: Functions for making sense out of URIs -Version: 1.1.1 -Release: 2%{?dist} +Version: 1.2.1 +Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} License: BSD @@ -29,7 +29,7 @@ BuildArch: noarch BuildRequires: php(language) > 5.4.7 # From composer.json, "require-dev": { # "sabre/cs": "~1.0.0", -# "phpunit/phpunit" : "*" +# "phpunit/phpunit" : ">=4.0,<6.0" BuildRequires: php-pcre BuildRequires: php-composer(phpunit/phpunit) # Autoloader @@ -126,6 +126,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 21 2017 Remi Collet - 1.2.1-1 +- update to 1.2.1 + * Sat Oct 29 2016 Remi Collet - 1.1.1-2 - switch from symfony/class-loader to fedora/autoloader -- cgit