diff --git a/.gitignore b/.gitignore index 83469ab..c0e3aa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-masterminds-html5-2.1.1-28490e9e0caea10f5ca09ab68f88d1f26e80ff9d.tar.gz +/php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz diff --git a/php-masterminds-html5.spec b/php-masterminds-html5.spec index 34350f9..c35e171 100644 --- a/php-masterminds-html5.spec +++ b/php-masterminds-html5.spec @@ -1,5 +1,5 @@ # -# RPM spec file for php-masterminds-html5 +# Fedora spec file for php-masterminds-html5 # # Copyright (c) 2015 Shawn Iwinski # @@ -11,8 +11,8 @@ %global github_owner Masterminds %global github_name html5-php -%global github_version 2.1.1 -%global github_commit 28490e9e0caea10f5ca09ab68f88d1f26e80ff9d +%global github_version 2.1.2 +%global github_commit 8f782e0f01a6e33a319bdc8f6de9cfd6569979a4 %global composer_vendor masterminds %global composer_project html5 @@ -21,13 +21,13 @@ %global php_min_ver 5.3.0 # Build using "--without tests" to disable tests -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests 0%{!?_without_tests:1} %{!?phpdir: %global phpdir %{_datadir}/php} Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: An HTML5 parser and serializer Group: Development/Libraries @@ -43,7 +43,7 @@ BuildRequires: %{_bindir}/phpab ## composer.json BuildRequires: %{_bindir}/phpunit BuildRequires: php(language) >= %{php_min_ver} -## phpcompatinfo (computed from version 2.1.1) +## phpcompatinfo (computed from version 2.1.2) BuildRequires: php-ctype BuildRequires: php-dom BuildRequires: php-iconv @@ -57,11 +57,10 @@ BuildRequires: php-xml # composer.json Requires: php(language) >= %{php_min_ver} -# phpcompatinfo (computed from version 2.1.1) +# phpcompatinfo (computed from version 2.1.2) Requires: php-ctype Requires: php-dom Requires: php-iconv -Requires: php-json Requires: php-mbstring Requires: php-pcre Requires: php-spl @@ -121,7 +120,7 @@ require __DIR__ . '/../test/autoload.php'; AUTOLOAD : Run tests -%{_bindir}/phpunit +%{_bindir}/phpunit -v %else : Tests skipped %endif @@ -135,6 +134,9 @@ AUTOLOAD %changelog +* Sun Jun 28 2015 Shawn Iwinski - 2.1.2-1 +- Updated to 2.1.2 (RHBZ #1229011) + * Thu Jun 18 2015 Fedora Release Engineering - 2.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ab887ad..ab2c8ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00319b338e3b311fc24a6ab876de8ca9 php-masterminds-html5-2.1.1-28490e9e0caea10f5ca09ab68f88d1f26e80ff9d.tar.gz +b7b0e67016c8fb45351f26e9cab7c704 php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz