Updated to 2.2.2 (RHBZ #1378444)
This commit is contained in:
parent
7e2318a199
commit
0405be6c02
3 changed files with 12 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-masterminds-html5-2.1.1-28490e9e0caea10f5ca09ab68f88d1f26e80ff9d.tar.gz
|
||||
/php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz
|
||||
/php-masterminds-html5-2.2.2-7866e93dcf0245de22378414e0c2c7350abc45af.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Fedora spec file for php-masterminds-html5
|
||||
#
|
||||
# Copyright (c) 2015 Shawn Iwinski <shawn.iwinski@gmail.com>
|
||||
# Copyright (c) 2015-2016 Shawn Iwinski <shawn.iwinski@gmail.com>
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
|
|
@ -11,8 +11,8 @@
|
|||
|
||||
%global github_owner Masterminds
|
||||
%global github_name html5-php
|
||||
%global github_version 2.1.2
|
||||
%global github_commit 8f782e0f01a6e33a319bdc8f6de9cfd6569979a4
|
||||
%global github_version 2.2.2
|
||||
%global github_commit 7866e93dcf0245de22378414e0c2c7350abc45af
|
||||
|
||||
%global composer_vendor masterminds
|
||||
%global composer_project html5
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
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.2)
|
||||
## phpcompatinfo (computed from version 2.2.2)
|
||||
BuildRequires: php-ctype
|
||||
BuildRequires: php-dom
|
||||
BuildRequires: php-iconv
|
||||
|
|
@ -57,7 +57,7 @@ BuildRequires: php-xml
|
|||
|
||||
# composer.json
|
||||
Requires: php(language) >= %{php_min_ver}
|
||||
# phpcompatinfo (computed from version 2.1.2)
|
||||
# phpcompatinfo (computed from version 2.2.2)
|
||||
Requires: php-ctype
|
||||
Requires: php-dom
|
||||
Requires: php-iconv
|
||||
|
|
@ -85,7 +85,7 @@ refactoring work, we began a new parser.
|
|||
%prep
|
||||
%setup -qn %{github_name}-%{github_commit}
|
||||
|
||||
# Docs
|
||||
: Docs
|
||||
mkdir -p docs/{Parser,Serializer}
|
||||
mv composer.json *.md docs/
|
||||
mv src/HTML5/Parser/*.md docs/Parser/
|
||||
|
|
@ -134,6 +134,9 @@ AUTOLOAD
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Sep 25 2016 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.2.2-1
|
||||
- Updated to 2.2.2 (RHBZ #1378444)
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b7b0e67016c8fb45351f26e9cab7c704 php-masterminds-html5-2.1.2-8f782e0f01a6e33a319bdc8f6de9cfd6569979a4.tar.gz
|
||||
538a37d3b8410ef019474022c9e75c0b php-masterminds-html5-2.2.2-7866e93dcf0245de22378414e0c2c7350abc45af.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue