diff options
Diffstat (limited to 'php-gettext-gettext.spec')
-rw-r--r-- | php-gettext-gettext.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-gettext-gettext.spec b/php-gettext-gettext.spec index d030284..df943bf 100644 --- a/php-gettext-gettext.spec +++ b/php-gettext-gettext.spec @@ -13,7 +13,7 @@ Name: php-gettext-gettext -Version: 4.4.4 +Version: 4.5.0 Release: 1%{?dist} BuildArch: noarch @@ -25,10 +25,6 @@ Source0: %{url}/archive/v%{version}/%{gh_project}-%{version}.tar.gz # dltests.sh is used to do this, and is included in this repository. Source1: tests-v%{version}.tar.bz2 -# Skip some tests on bigendian as reference file are littleendian -# https://github.com/oscarotero/Gettext/pull/159 -Patch0: 0000-don-t-check-Po-file-content-on-bigendian.patch - BuildRequires: dos2unix BuildRequires: php-composer(gettext/languages) >= 2.3.0 BuildRequires: php-composer(gettext/languages) < 3.0.0 @@ -111,6 +107,10 @@ phpunit --bootstrap tests/bootstrap.php --filter ^\(\(?!\(testBlade\|testTwig\)\ %changelog +* Sun May 20 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.5.0-1 +- Update to 4.5.0 (#1571010). +- https://github.com/oscarotero/Gettext/blob/v4.5.0/CHANGELOG.md + * Sun Feb 25 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 4.4.4-1 - Update to 4.4.4 (#1548216). - https://github.com/oscarotero/Gettext/blob/v4.4.4/CHANGELOG.md |