Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5906cc98ca | ||
|
|
14630e40c8 |
||
|
|
3a0fa2950f |
3 changed files with 25 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
||||||
/php-paragonie-constant-time-encoding-d96e63b.tar.gz
|
/php-paragonie-constant-time-encoding-d96e63b.tar.gz
|
||||||
/php-paragonie-constant-time-encoding-6111a38.tar.gz
|
/php-paragonie-constant-time-encoding-6111a38.tar.gz
|
||||||
/php-paragonie-constant-time-encoding-75e54b9.tar.gz
|
/php-paragonie-constant-time-encoding-75e54b9.tar.gz
|
||||||
|
/php-paragonie-constant-time-encoding-2132f0f.tar.gz
|
||||||
|
/php-paragonie-constant-time-encoding-317718f.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@
|
||||||
%global github_owner paragonie
|
%global github_owner paragonie
|
||||||
%global github_name constant_time_encoding
|
%global github_name constant_time_encoding
|
||||||
|
|
||||||
%global commit0 75e54b9bc1d8eddc59bca721cd0f3d263c70503c
|
%global commit0 317718fb438e60151f72b20404f040cb5ae1d494
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
|
|
||||||
Name: php-%{composer_vendor}-constant-time-encoding
|
Name: php-%{composer_vendor}-constant-time-encoding
|
||||||
Version: 1.0.3
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Constant-Time Character Encoding in PHP Projects
|
Summary: Constant-Time Character Encoding in PHP Projects
|
||||||
|
|
||||||
|
|
@ -19,9 +19,15 @@ License: MIT
|
||||||
|
|
||||||
URL: https://github.com/%{github_owner}/%{github_name}
|
URL: https://github.com/%{github_owner}/%{github_name}
|
||||||
Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
Source0: %{url}/archive/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
# "require": {
|
||||||
|
# "php": "^5.3|^7|^8"
|
||||||
|
# },
|
||||||
|
# "require-dev": {
|
||||||
|
# "phpunit/phpunit": ">= 4",
|
||||||
|
# "paragonie/random_compat": "^1.4|^2"
|
||||||
|
# },
|
||||||
BuildRequires: php(language) >= 5.3.0
|
BuildRequires: php(language) >= 5.3.0
|
||||||
BuildRequires: php-mbstring
|
BuildRequires: php-mbstring
|
||||||
BuildRequires: php-spl
|
BuildRequires: php-spl
|
||||||
|
|
@ -30,6 +36,9 @@ BuildRequires: php-composer(fedora/autoloader)
|
||||||
BuildRequires: php-composer(paragonie/random_compat)
|
BuildRequires: php-composer(paragonie/random_compat)
|
||||||
BuildRequires: %{_bindir}/phpunit
|
BuildRequires: %{_bindir}/phpunit
|
||||||
|
|
||||||
|
# "require": {
|
||||||
|
# "php": "^5.3|^7|^8"
|
||||||
|
# },
|
||||||
Requires: php(language) >= 5.3.0
|
Requires: php(language) >= 5.3.0
|
||||||
Requires: php-mbstring
|
Requires: php-mbstring
|
||||||
Requires: php-spl
|
Requires: php-spl
|
||||||
|
|
@ -74,6 +83,16 @@ phpunit --no-coverage --verbose
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 03 2022 François Kooman <fkooman@tuxed.net> - 1.1.0-1
|
||||||
|
- update to 1.1.0
|
||||||
|
- remove upstreamed patch (PR#16)
|
||||||
|
|
||||||
|
* Mon Aug 20 2018 François Kooman <fkooman@tuxed.net> - 1.0.4-2
|
||||||
|
- add patch to fix unit tests on EPEL
|
||||||
|
|
||||||
|
* Fri May 11 2018 François Kooman <fkooman@tuxed.net> - 1.0.4-1
|
||||||
|
- update to 1.0.4
|
||||||
|
|
||||||
* Mon Apr 30 2018 François Kooman <fkooman@tuxed.net> - 1.0.3-1
|
* Mon Apr 30 2018 François Kooman <fkooman@tuxed.net> - 1.0.3-1
|
||||||
- update to 1.0.3
|
- update to 1.0.3
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-paragonie-constant-time-encoding-75e54b9.tar.gz) = f13e4168dfaf1e34ae9d7c560f0814d0f4b6233ba49e9b3d714e55761340ce0c3e5a85d197bf67eb4b6edbd763a4f4f37f48ba6615609fca19236f1f95c98418
|
SHA512 (php-paragonie-constant-time-encoding-317718f.tar.gz) = 367a30584c46af56e39838cc8421c45e2d6f9123dbe5c571b68f69145eb594643595921dabfe8a591c0be3dac8a7db7d214c6664fe38cd0acb58106f3b1db67c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue