summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-17 08:57:14 +0200
committerRemi Collet <remi@remirepo.net>2018-08-17 08:57:14 +0200
commit33345bf6be9897af457da77dfe52dcebe5d22d5a (patch)
tree453589c2831389030a58099ca2f4272a9afdfb48
parent45b1172ac143d5d20002de8bad329a152f42b37f (diff)
v2.4.0 from Fedora
-rw-r--r--php-gettext-languages.spec21
1 files changed, 14 insertions, 7 deletions
diff --git a/php-gettext-languages.spec b/php-gettext-languages.spec
index feec9be..6853009 100644
--- a/php-gettext-languages.spec
+++ b/php-gettext-languages.spec
@@ -8,14 +8,8 @@
# Please preserve changelog entries
#
-%global gh_commit 49c39e51569963cc917a924b489e7025bfb9d8c7
-%global gh_short %(c=%{gh_commit}; echo ${c:0:8})
-%global gh_owner mlocati
-%global gh_project cldr-to-gettext-plural-rules
-
-
Name: php-gettext-languages
-Version: 2.3.0
+Version: 2.4.0
Release: 1%{?dist}
BuildArch: noarch
@@ -23,6 +17,15 @@ License: MIT and Unicode
Summary: Generate gettext language lists with plural rules
URL: https://github.com/mlocati/cldr-to-gettext-plural-rules
# Upstream removes the tests from the archive, so the tarball is manually built from a checkout.
+# https://github.com/mlocati/cldr-to-gettext-plural-rules/issues/11
+#
+# To build the tarball:
+#
+# $ git clone git@github.com:mlocati/cldr-to-gettext-plural-rules.git
+# $ cd cldr-to-gettext-plural-rules
+# $ rm .gitattributes
+# $ touch .gitattributes
+# $ git archive -o cldr-to-gettext-plural-rules-VERSION.tar.gz --prefix cldr-to-gettext-plural-rules-VERSION/ --worktree-attributes VERSION
Source0: cldr-to-gettext-plural-rules-%{version}.tar.gz
BuildRequires: php-composer(fedora/autoloader)
@@ -82,6 +85,10 @@ phpunit --bootstrap tests/bootstrap.php
%changelog
+* Sun Jul 29 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.4.0-1
+- Update to 2.4.0 (#1594776).
+- https://github.com/mlocati/cldr-to-gettext-plural-rules/releases/tag/2.4.0
+
* Sat Jan 13 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.3.0-1
- Update to 2.3.0 (#1435488).