summaryrefslogtreecommitdiffstats
path: root/php-liuggio-statsd-php-client.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-10 14:03:20 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-10 14:03:20 +0200
commit13dc07fb3f31bc4ebe680cee50200b8e8dfc9bf0 (patch)
treef3ca1512ee398a6dd4384754996669b19bb22940 /php-liuggio-statsd-php-client.spec
parent8e71918cb0b763bc31fdf4a3f4637d26e2e8705a (diff)
php-liuggio-statsd-php-client: 1.0.18
Diffstat (limited to 'php-liuggio-statsd-php-client.spec')
-rw-r--r--php-liuggio-statsd-php-client.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-liuggio-statsd-php-client.spec b/php-liuggio-statsd-php-client.spec
index 37cb7e8..c7df1ff 100644
--- a/php-liuggio-statsd-php-client.spec
+++ b/php-liuggio-statsd-php-client.spec
@@ -6,7 +6,7 @@
# Please preserve changelog entries
#
Name: php-liuggio-statsd-php-client
-Version: 1.0.16
+Version: 1.0.18
Release: 1%{?dist}
Summary: Object Oriented Client for etsy/statsd written in php
Group: Development/Libraries
@@ -19,7 +19,7 @@ Source1: autoload.php
Buildarch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# For tests
-BuildRequires: %{_bindir}/phpunit
+BuildRequires: php-composer(phpunit/phpunit) >= 4.7
BuildRequires: php-composer(symfony/class-loader)
BuildRequires: php-composer(monolog/monolog) >= 1.2.0
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Aug 10 2015 Remi Collet <remi@remirepo.net> - 1.0.18-1
+- update to 1.0.18
+
* Tue Jun 16 2015 Remi Collet <remi@remirepo.net> - 1.0.16-1
- add backport stuff for remirepo
- run test suite during build