summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-20 07:37:52 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-20 07:37:52 +0200
commitdebccfcb9d35ad67aee81b5296cfd0bbb64a2e8d (patch)
tree34bac3fcbfed513407a914fcff410a363b0d9372
parent7484aba3e1a9eff353a917d81cd5b3cdfd25c124 (diff)
php-tecnickcom-tc-lib-barcode: 1.4.7
-rw-r--r--php-tecnickcom-tc-lib-barcode.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-tecnickcom-tc-lib-barcode.spec b/php-tecnickcom-tc-lib-barcode.spec
index 982eed9..375e2fc 100644
--- a/php-tecnickcom-tc-lib-barcode.spec
+++ b/php-tecnickcom-tc-lib-barcode.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit b439a37a8879d09a2e557c628816f1c2ff68585c
+%global gh_commit b676da28cc5f7d3e611824173fc237deaa69cfc6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
@@ -15,7 +15,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.4.6
+Version: 1.4.7
Release: 1%{?dist}
Summary: PHP library to generate linear and bidimensional barcodes
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%if %{with_tests}
# For tests
-BuildRequires: %{_bindir}/phpunit
+BuildRequires: php-composer(phpunit/phpunit)
BuildRequires: php(language) >= 5.3.3
BuildRequires: php-composer(%{c_vendor}/tc-lib-color)
BuildRequires: php-bcmath
@@ -122,6 +122,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Oct 20 2015 Remi Collet <remi@fedoraproject.org> - 1.4.7-1
+- update to 1.4.7 (no change)
+
* Fri Sep 25 2015 Remi Collet <remi@fedoraproject.org> - 1.4.6-1
- update to 1.4.6 (no change)