diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-28 09:20:52 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-28 09:20:52 +0100 | 
| commit | 6f27b3a46c4b034fe5ebb7e938c9c6b3064e33ec (patch) | |
| tree | fee92f96549aa0742c56fb5cd8f67c9a05962dc2 | |
| parent | 76c185e1fb1862ef61a57e2346bb551c625d18b9 (diff) | |
php-slim3: 3.7.0
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-slim3.spec | 11 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 808eb9d..ed19202 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@      "type": "library",      "description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",      "keywords": ["framework","micro","api","router"], -    "homepage": "http://slimframework.com", +    "homepage": "https://slimframework.com",      "license": "MIT",      "authors": [          { diff --git a/php-slim3.spec b/php-slim3.spec index 600f192..eeb53b0 100644 --- a/php-slim3.spec +++ b/php-slim3.spec @@ -7,12 +7,12 @@  #  # Please preserve changelog entries -%global gh_commit   a685fe91a9435e1432e8eeb7cf516e2f5cee7f64 +%global gh_commit   4254e40d81559e35cdf856bcbaca5f3af468b7ef  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    slimphp  %global gh_project  Slim  %global pk_project  slim -%global gh_version  3.6.0 +%global gh_version  3.7.0  %global php_home    %{_datadir}/php  %global slim_home   %{php_home}/Slim3 @@ -27,7 +27,7 @@ Source0:       %{name}-%{gh_version}-%{gh_short}.tgz  # Script to pull the git snapshot  Source1:       %{name}-makesrc.sh -URL:            http://www.slimframework.com/ +URL:            https://slimframework.com  License:        MIT  Group:          Development/Libraries @@ -168,7 +168,10 @@ rm -rf %{buildroot}  %changelog -* Sun Nov 27 2016 Johan Cwiklinski <Johan AT x-tnd DOT be> - 3.6.0-1 +* Sun Dec 25 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.7.0-1 +- New upstream release + +* Sun Nov 27 2016 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.6.0-1  - New upstream release  * Tue Jun 21 2016 Remi Collet <remi@fedoraproject.org> - 3.4.2-1  | 
