summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-20 13:15:54 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-20 13:15:54 +0200
commitc2f7c07547cf30e99a186383ab836af10a903f13 (patch)
treef74be7b938cdc5b8fa8251f40879a2afd6d77c23
parent1566b328652bf5cc405f07f78fd54f712239c3b9 (diff)
php-nette-application: 2.3.13
-rw-r--r--php-nette-application.spec13
1 files changed, 6 insertions, 7 deletions
diff --git a/php-nette-application.spec b/php-nette-application.spec
index 4584b59..d218fd1 100644
--- a/php-nette-application.spec
+++ b/php-nette-application.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit bd834c6a97a86d384cb71a9f16d59d78990f61d8
+%global gh_commit ab1ed67f4b85e1be7af5d13bf00de61391544be6
#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.3.12
-%global specrel 3
+Version: 2.3.13
+%global specrel 1
Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Nette Application MVC Component
@@ -29,8 +29,6 @@ Source0: %{name}-%{version}-%{gh_short}.tgz
# pull a git snapshot to get test sutie
Source1: makesrc.sh
-Patch0: %{name}-upstream.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: php-composer(theseer/autoload)
@@ -105,8 +103,6 @@ To use this library, you just have to add, in your project:
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1 -b .upstream
-
%build
: Generate a classmap autoloader
@@ -184,6 +180,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Jun 20 2016 Remi Collet <remi@fedoraproject.org> - 2.3.13-1
+- update to 2.3.12
+
* Mon May 30 2016 Remi Collet <remi@fedoraproject.org> - 2.3.12-3
- add upstream patch for tests, fix FTBFS, thanks Koschei