From 2d6ce3438d2c883fc10cda30ddc43d50a35dabd3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Jan 2019 09:04:36 +0100 Subject: v1.2.0 --- phan.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phan.spec') diff --git a/phan.spec b/phan.spec index 7069509..673f402 100644 --- a/phan.spec +++ b/phan.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phan # -# Copyright (c) 2016-2018 Remi Collet +# Copyright (c) 2016-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit aa4901e47d6d90ec89884d8649b1e1f25bd2f08e +%global gh_commit e961f8e1458055488795adf3701535562baa526e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 1.1.10 +Version: 1.2.0 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -221,6 +221,9 @@ EOF %changelog +* Sun Jan 6 2019 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Mon Dec 31 2018 Remi Collet - 1.1.10-1 - update to 1.1.10 -- cgit