From 1338e2d9d913c668f1bcf0d19de48b228c0739c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Oct 2019 15:44:33 +0200 Subject: sync with Fedora --- php-gettext-gettext.spec | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/php-gettext-gettext.spec b/php-gettext-gettext.spec index 54ee46a..44729fa 100644 --- a/php-gettext-gettext.spec +++ b/php-gettext-gettext.spec @@ -13,21 +13,22 @@ Name: php-gettext-gettext -Version: 4.6.0 +Version: 4.7.0 Release: 1%{?dist} BuildArch: noarch License: MIT Summary: PHP gettext manager URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: %{url}/archive/v%{version}/%{gh_project}-%{version}.tar.gz +Source0: %{url}/archive/v%{version}.tar.gz # Upstream strips the tests from the tarball, so we have to generate it manually. # dltests.sh is used to do this, and is included in this repository. Source1: tests-v%{version}.tar.bz2 BuildRequires: dos2unix -BuildRequires: php-composer(gettext/languages) >= 2.3.0 -BuildRequires: php-composer(gettext/languages) < 3.0.0 +#BuildRequires: php-composer(gettext/languages) >= 2.3.0 +#BuildRequires: php-composer(gettext/languages) < 3.0.0 +BuildRequires: php-gettext-languages BuildRequires: phpunit Requires: php(language) >= 5.4.0 @@ -107,6 +108,17 @@ phpunit --bootstrap tests/bootstrap.php --filter ^\(\(?!\(testBlade\|testTwig\)\ %changelog +* Thu Oct 10 2019 Sundeep Anand - 4.7.0-1 +- Update to 4.7.0 (#1759099). +- https://github.com/oscarotero/Gettext/blob/v4.7.0/CHANGELOG.md + +* Wed Sep 11 2019 Sundeep Anand - 4.6.3-2 +- Fix dependencies. + +* Tue Sep 10 2019 Sundeep Anand - 4.6.3-1 +- Update to 4.6.3 (#1742047). +- https://github.com/oscarotero/Gettext/blob/v4.6.3/CHANGELOG.md + * Sun Jul 29 2018 Randy Barlow - 4.6.0-1 - Update to 4.6.0 (#1595474). - https://github.com/oscarotero/Gettext/blob/v4.6.0/CHANGELOG.md -- cgit