diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-29 17:33:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-29 17:33:58 +0100 |
commit | 2c4a4e4ff409d907ffa47f153707e0def3b5b442 (patch) | |
tree | 074f4a773f087d771190f16b73c3d4b025ecaba4 | |
parent | 11c16be68c6849ad9fc78978bcc098e04d7c348a (diff) |
php-symfony-polyfill: 1.0.1
-rw-r--r-- | php-symfony-polyfill.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index 0eba2e4..982456a 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -12,8 +12,8 @@ %global github_owner symfony %global github_name polyfill -%global github_version 1.0.0 -%global github_commit fef21adc706d3bb8f31d37c503ded2160c76c64a +%global github_version 1.0.1 +%global github_commit dd9db1dc4013821a63f7afbd8340dd57939fe674 %global composer_vendor symfony %global composer_project polyfill @@ -28,7 +28,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 3%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Symfony polyfills backporting features to lower PHP versions Group: Development/Libraries @@ -170,6 +170,9 @@ rm -rf %{buildroot} %changelog +* Tue Dec 29 2015 Shawn Iwinski <shawn@iwin.ski> - 1.0.1-1 +- update to 1.0.1 + * Mon Dec 07 2015 Shawn Iwinski <shawn@iwin.ski> - 1.0.0-3 - Fixed Util docs - Added "%%dir %%{phpdir}/Symfony" to %%files |