From 67ad49830a6fd94588562d124a6d09729827b764 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Feb 2015 15:31:58 +0100 Subject: php-bartlett-PHP-CompatInfo: 4.0.0beta1 --- php-bartlett-PHP-CompatInfo-dev.spec | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'php-bartlett-PHP-CompatInfo-dev.spec') diff --git a/php-bartlett-PHP-CompatInfo-dev.spec b/php-bartlett-PHP-CompatInfo-dev.spec index 29f56b5..e313266 100644 --- a/php-bartlett-PHP-CompatInfo-dev.spec +++ b/php-bartlett-PHP-CompatInfo-dev.spec @@ -6,15 +6,15 @@ # # Please, preserve the changelog entries # -%global gh_commit d900ea4b174dd302b36ce0709f46b79d2da27e00 +%global gh_commit 6cd2777f2c9f035810f51e8ade838c0698cf5874 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20150116 +%global gh_date 20150204 %global gh_owner llaville %global gh_project php-compat-info Name: php-bartlett-PHP-CompatInfo Version: 4.0.0 -%global specrel 2 +%global specrel 3 Release: %{?gh_short:0.%{specrel}.%{?gh_date}git%{gh_short}}%{!?gh_short:%{specrel}}%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -24,11 +24,9 @@ URL: http://php5.laurent-laville.org/compatinfo/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?gh_short:-%{gh_short}}.tar.gz # Autoloader for RPM - die composer ! +# and sqlite database path Patch0: %{name}-4.0.0-rpm.patch -# https://github.com/llaville/php-compat-info/pull/163 -Patch1: %{name}-4.0.0-pr163.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php(language) >= 5.3.0 @@ -38,11 +36,12 @@ BuildRequires: %{_bindir}/phpunit BuildRequires: php-composer(bartlett/php-reflect) >= 3.0.0 # From composer.json, "require" -# "php": ">=5.3.0", +# "php": ">=5.3.2", # "ext-libxml": "*", # "ext-pcre": "*", # "ext-spl": "*", # "ext-json": "*", +# "ext-pdo_sqlite": "*", # "symfony/console": "~2.5", # "bartlett/php-reflect": "3.0.*@dev", Requires: php(language) >= 5.3.0 @@ -89,7 +88,6 @@ Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/ #setup -q -n %{gh_project}-%{version} %patch0 -p1 -b .rpm -%patch1 -p1 sed -e 's/@package_version@/%{version}/' \ -i $(find src -name \*.php) @@ -142,6 +140,9 @@ fi %changelog +* Wed Feb 4 2015 Remi Collet - 4.0.0-0.3.20150204git6cd2777 +- update to 4.0.0beta1 + * Tue Jan 20 2015 Remi Collet - 4.0.0-0.2.20150116gitd900ea4 - add patch for DB path (pr #163) - take care of test suite results only in f21 for now -- cgit