Update to 4.7.0 (#1759099)
Signed-off-by: Sundeep Anand <suanand@redhat.com>
This commit is contained in:
parent
30df04820d
commit
9e034803fb
4 changed files with 12 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -9,3 +9,5 @@
|
|||
/tests-v4.6.0.tar.bz2
|
||||
/Gettext-4.6.3.tar.gz
|
||||
/tests-v4.6.3.tar.bz2
|
||||
/tests-v4.7.0.tar.bz2
|
||||
/v4.7.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# This was borrowed from nodejs-grunt-contrib-concat
|
||||
|
||||
tag=v4.6.3
|
||||
tag=v4.7.0
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
|||
|
|
@ -3,14 +3,14 @@
|
|||
|
||||
|
||||
Name: php-gettext-gettext
|
||||
Version: 4.6.3
|
||||
Release: 2%{?dist}
|
||||
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
|
||||
|
|
@ -97,6 +97,10 @@ phpunit --bootstrap tests/bootstrap.php --filter ^\(\(?!\(testBlade\|testTwig\)\
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 10 2019 Sundeep Anand <suanand@fedoraproject.org> - 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 <suanand@fedoraproject.org> - 4.6.3-2
|
||||
- Fix dependencies.
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (Gettext-4.6.3.tar.gz) = 8c6aee575ff0d66c741dbe17106c716720c97f777ad1fcb27c282f85a0e21e2477bb35639af3eb4db16f69b60d3e0f196100910931e3586e7f23d2c8782810e0
|
||||
SHA512 (tests-v4.6.3.tar.bz2) = 5d84a1a4f91312b0f55c0d7ff304c16d62f3bcf6452cd09700d74bcd22bdaecde19c0139db9b8e7a08527a6e434fc1d1d0b57b38f3fd441814cc7a2bceb0b63e
|
||||
SHA512 (tests-v4.7.0.tar.bz2) = 2c9293836b2ec2d1caa4920f837bcc4aceb98668797cf06ab9e8ba175e13d65033866a504196f750325a598a5c511e1644adc9a9f7b3933d510434bfb8ad824d
|
||||
SHA512 (v4.7.0.tar.gz) = 7bba315db6da4c098bf75bfa8315e6ac360311c40f4a4c952ff877f6aa672f7ab0015cd6f2d043c91ac9b87321e6d4dea2ef0009b643faec1d685762172800f3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue