From 933ca3750456791c7737470c5a6b313d7d49825e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Jun 2018 12:17:18 +0200 Subject: v0.10.2 --- composer.json | 2 +- phinx.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 4273ea4..86693d8 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["phinx", "migrations", "database", "db", "database migrations"], "homepage": "https://phinx.org", "license": "MIT", - "version": "0.10.1", + "version": "0.10.2", "authors": [{ "name": "Rob Morgan", "email": "robbym@gmail.com", diff --git a/phinx.spec b/phinx.spec index 8e2750a..29f1c8c 100644 --- a/phinx.spec +++ b/phinx.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6724fa6890bedae59952e88f7431a3d68ec15728 +%global gh_commit e82b979dba1d93f87f5dc20c93caf9a97d97f8a9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner robmorgan #global gh_date 20150820 @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.10.1 +Version: 0.10.2 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: Manage the database migrations for your PHP app @@ -53,7 +53,7 @@ BuildRequires: php-spl # For tests, from composer.json "require-dev": { # "phpunit/phpunit": ">=5.7", # "sebastian/comparator": ">=1.2.3", -%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 25 || 0%{?rhel} >= 8 %global phpunit %{_bindir}/phpunit6 BuildRequires: phpunit6 %else @@ -192,6 +192,9 @@ exit $ret %changelog +* Tue Jun 19 2018 Remi Collet - 0.10.2-1 +- update to 0.10.2 + * Tue Jun 19 2018 Remi Collet - 0.10.1-1 - update to 0.10.1 -- cgit