diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-08 07:32:39 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-08 07:32:39 +0100 |
commit | 5a0512f571b1968750db6a696a1545c3e024086f (patch) | |
tree | 5f3d7d1ab8f54f98a315826e3ea4d2227b7f8f2e /php-pecl-protobuf.spec | |
parent | ddb2416ea84fe8d92a691f4711950d22f69916b5 (diff) |
v3.5.1.1
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r-- | php-pecl-protobuf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 1b3059a..139d669 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-protobuf # -# Copyright (c) 2016-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -21,7 +21,7 @@ Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 3.5.1 +Version: 3.5.1.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -214,6 +214,9 @@ fi %changelog +* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 3.5.1.1-1 +- Update to 3.5.1.1 + * Thu Dec 21 2017 Remi Collet <remi@remirepo.net> - 3.5.1-1 - Update to 3.5.1 |