diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-13 18:30:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-13 18:30:51 +0200 |
commit | 98fe9456a4090be0e2ca72c08e998e93acfd93b2 (patch) | |
tree | 41da5dd5d3dda995ed5482030e1f1525a98d7127 | |
parent | 192a57284990dd09d1a89d7e1094a774827dbc86 (diff) |
php-psr-http-message: 0.10.1 (backport)
-rw-r--r-- | php-psr-http-message.spec | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/php-psr-http-message.spec b/php-psr-http-message.spec index 68d5738..371b479 100644 --- a/php-psr-http-message.spec +++ b/php-psr-http-message.spec @@ -11,8 +11,8 @@ %global github_owner php-fig %global github_name http-message -%global github_version 0.8.0 -%global github_commit 3e35e0ade470539fc29e8c1667691bc81d21c222 +%global github_version 0.10.1 +%global github_commit 9723465b3e7c8ecb0436f066bfb8a13e1bac1789 %global composer_vendor psr %global composer_project http-message @@ -32,7 +32,7 @@ Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_co BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -# phpcompatinfo (computed from version 0.6.0) +# phpcompatinfo (computed from version 0.10.1) Requires: php(language) >= 5.3.0 # Composer @@ -48,12 +48,6 @@ interface that describes a HTTP message. See the specification for more details. %prep %setup -qn %{github_name}-%{github_commit} -# W: spurious-executable-perm /usr/share/doc/php-psr-http-message/README.md -# W: spurious-executable-perm /usr/share/doc/php-psr-http-message/composer.json -# E: script-without-shebang /usr/share/licenses/php-psr-http-message/LICENSE -# https://github.com/php-fig/http-message/pull/10 -chmod a-x README.md composer.json LICENSE - %build # Empty build section, nothing required @@ -85,6 +79,12 @@ rm -rf %{buildroot} %changelog +* Mon Apr 13 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.10.1-1 +- Updated to 0.10.1 (BZ #1187918) + +* Sun Apr 12 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 0.9.2-1 +- Updated to 0.9.2 (BZ #1187918) + * Thu Jan 29 2015 Remi Collet <remi@fedoraproject.org> - 0.8.0-1 - Updated to 0.8.0 |