Updated to 2.1.2 (RHBZ #1229011)

This commit is contained in:
Shawn Iwinski 2015-06-28 03:51:29 -04:00
commit f02e51155a
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
/php-masterminds-html5-2.1.1-28490e9e0caea10f5ca09ab68f88d1f26e80ff9d.tar.gz
/php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz

View file

@ -1,5 +1,5 @@
#
# RPM spec file for php-masterminds-html5
# Fedora spec file for php-masterminds-html5
#
# Copyright (c) 2015 Shawn Iwinski <shawn.iwinski@gmail.com>
#
@ -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 <shawn.iwinski@gmail.com> - 2.1.2-1
- Updated to 2.1.2 (RHBZ #1229011)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View file

@ -1 +1 @@
00319b338e3b311fc24a6ab876de8ca9 php-masterminds-html5-2.1.1-28490e9e0caea10f5ca09ab68f88d1f26e80ff9d.tar.gz
b7b0e67016c8fb45351f26e9cab7c704 php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz