summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-08-30 20:44:37 +0000
committerRemi Collet <remi@remirepo.net>2017-09-04 12:53:31 +0200
commitb0b6c28d4ebf64a07f78024d5c5f5e4f403a5506 (patch)
tree5e9038f238726c1de439bac0baabe45073bd31f9
parentf39a813e106a1a843767e3f5858aded79cc6ccfc (diff)
Update to 3.1.11 (RHBZ #1482728)
-rw-r--r--php-consolidation-output-formatters.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-consolidation-output-formatters.spec b/php-consolidation-output-formatters.spec
index 2ca54a3..c29cb97 100644
--- a/php-consolidation-output-formatters.spec
+++ b/php-consolidation-output-formatters.spec
@@ -12,8 +12,8 @@
%global github_owner consolidation-org
%global github_name output-formatters
-%global github_version 3.1.10
-%global github_commit 3872f19517bfc9da0e14c9e5b6fe0f8c7439ea3a
+%global github_version 3.1.11
+%global github_commit 3a1160440819269e6d8d9c11db67129384b8fb35
%global composer_vendor consolidation
%global composer_project output-formatters
@@ -32,7 +32,7 @@
Name: php-%{composer_vendor}-%{composer_project}
Version: %{github_version}
-Release: 2%{?github_release}%{?dist}
+Release: 1%{?github_release}%{?dist}
Summary: Format text by applying transformations provided by plug-in formatters
Group: Development/Libraries
@@ -50,7 +50,7 @@ BuildRequires: php-composer(symfony/console) < %{symfony_max_ver}
BuildRequires: php-composer(symfony/console) >= %{symfony_min_ver}
BuildRequires: php-composer(symfony/finder) < %{symfony_max_ver}
BuildRequires: php-composer(symfony/finder) >= %{symfony_min_ver}
-## phpcompatinfo (computed from version 3.1.10)
+## phpcompatinfo (computed from version 3.1.11)
BuildRequires: php-dom
BuildRequires: php-json
BuildRequires: php-pcre
@@ -66,7 +66,7 @@ Requires: php-composer(symfony/console) < %{symfony_max_ver}
Requires: php-composer(symfony/console) >= %{symfony_min_ver}
Requires: php-composer(symfony/finder) < %{symfony_max_ver}
Requires: php-composer(symfony/finder) >= %{symfony_min_ver}
-# phpcompatinfo (computed from version 3.1.10)
+# phpcompatinfo (computed from version 3.1.11)
Requires: php-dom
Requires: php-json
Requires: php-pcre
@@ -155,6 +155,9 @@ exit $RETURN_CODE
%changelog
+* Wed Aug 30 2017 Shawn Iwinski <shawn@iwin.ski> - 3.1.11-1
+- Update to 3.1.11 (RHBZ #1482728)
+
* Sat Jul 08 2017 Shawn Iwinski <shawn@iwin.ski> - 3.1.10-1
- Update to 3.1.10 (RHBZ #1449852)