From 4804c70a4b3eaa8002a42d49811b1e9551ea9541 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Nov 2017 14:13:51 +0100 Subject: v1.5.1 --- php-simplepie.spec | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/php-simplepie.spec b/php-simplepie.spec index b72ed8c..98b3d7c 100644 --- a/php-simplepie.spec +++ b/php-simplepie.spec @@ -7,14 +7,14 @@ # # Please preserve changelog entries # -%global gh_commit 5de5551953f95feef12cf355a7a26a70f94aa3ab +%global gh_commit db9fff27b6d49eed3d4047cd3211ec8dba2f5d6e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner simplepie %global gh_project simplepie %global with_tests 0%{!?_without_tests:1} Name: php-simplepie -Version: 1.5 +Version: 1.5.1 Release: 1%{?dist} Summary: A simple Atom/RSS parsing library for PHP @@ -28,7 +28,6 @@ Source1: makesrc.sh # Adapt autoloader for installation tree Patch0: %{name}-rpm.patch -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch %if %{with_tests} BuildRequires: php-phpunit-PHPUnit @@ -75,7 +74,6 @@ rm -rf demo %install -rm -rf %{buildroot} mkdir -p %{buildroot}/%{_datadir}/php/ cp -ar library %{buildroot}/%{_datadir}/php/%{name} @@ -93,8 +91,7 @@ rm tests/IRITest.php rm tests/oldtests/first_item_title/SPtests/bugs/179.0.10.php ret=0 -# TODO 8 failures with php72 -for cmd in php php56 php70 php71; do +for cmd in php php56 php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi @@ -103,17 +100,15 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %doc LICENSE.txt %{_datadir}/php/%{name} %changelog +* Tue Nov 14 2017 Remi Collet - 1.5.1-1 +- Update to 1.5.1 + * Mon Apr 24 2017 Remi Collet - 1.5-1 - Update to 1.5 -- cgit