diff options
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-nette-deprecated.spec | 9 | 
2 files changed, 9 insertions, 3 deletions
| diff --git a/composer.json b/composer.json index 4509dd6..e164dcf 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,9 @@  			"homepage": "https://nette.org/contributors"  		}  	], +	"require": { +		"php": "<7.2" +	},  	"require-dev": {  		"nette/application": "^2.2",  		"nette/bootstrap": "^2.2.1", diff --git a/php-nette-deprecated.spec b/php-nette-deprecated.spec index 843e76b..6c0b3a3 100644 --- a/php-nette-deprecated.spec +++ b/php-nette-deprecated.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    d03c5bfd679d15ddf39abf99dedf054b1078c7ff +%global gh_commit    348e284192f6f6451692b1763b6ed235c28b25ae  #global gh_date      20150728  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     nette @@ -17,8 +17,8 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.4.1 -%global specrel 2 +Version:        2.4.2 +%global specrel 1  Release:        %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}  Summary:        APIs and features removed from Nette Framework @@ -148,6 +148,9 @@ exit $ret  %changelog +* Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 2.4.2-1 +- Update to 2.4.2 (no change) +  * Thu Nov  9 2017 Remi Collet <remi@remirepo.net> - 2.4.1-2  - fix FTBFS from Koschei, add patch for PHP 7.2 | 
