summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json3
-rw-r--r--php-nette-http.spec14
2 files changed, 7 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index b2cd6c0..e31f18b 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,7 @@
{
"name": "nette/http",
- "description": "Nette HTTP Component",
+ "description": "🌐 Nette Http: abstraction for HTTP request, response and session. Provides careful data sanitization and utility for URL and cookies manipulation.",
+ "keywords": ["nette", "http", "request", "response", "session", "security", "url", "proxy", "cookies"],
"homepage": "https://nette.org",
"license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"authors": [
diff --git a/php-nette-http.spec b/php-nette-http.spec
index f66a88c..94898e7 100644
--- a/php-nette-http.spec
+++ b/php-nette-http.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 920984c48f59a91415dab9d231eb264cb42ec00e
+%global gh_commit 234d02d2fb6d65b728ddd3816608b47e6a2f21ae
#global gh_date 20150728
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner nette
@@ -17,7 +17,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.4.6
+Version: 2.4.7
%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Nette HTTP Component
@@ -29,7 +29,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# pull a git snapshot to get test sutie
Source1: makesrc.sh
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php-composer(theseer/autoload)
%if %{with_tests}
@@ -96,7 +95,6 @@ EOF
%install
-rm -rf %{buildroot}
mkdir -p %{buildroot}%{php_home}/%{ns_vendor}
cp -pr src/* %{buildroot}%{php_home}/%{ns_vendor}/
@@ -132,12 +130,7 @@ exit $ret
%endif
-%clean
-rm -rf %{buildroot}
-
-
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license license.md
%doc readme.md contributing.md
@@ -147,6 +140,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Aug 30 2017 Remi Collet <remi@remirepo.net> - 2.4.7-1
+- Update to 2.4.7
+
* Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 2.4.6-1
- Update to 2.4.6