From c2f7c07547cf30e99a186383ab836af10a903f13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Jun 2016 13:15:54 +0200 Subject: php-nette-application: 2.3.13 --- php-nette-application.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php-nette-application.spec') 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 - 2.3.13-1 +- update to 2.3.12 + * Mon May 30 2016 Remi Collet - 2.3.12-3 - add upstream patch for tests, fix FTBFS, thanks Koschei -- cgit