[phoronix-test-suite/epel7] * update to 5.0.0 * remove unsatisfied dependencies on EPEL7

Markus Mayer lotharlutz at fedoraproject.org
Thu Mar 13 18:54:46 UTC 2014


commit 8239c2209ce9d74fa07a57dba12882d49208214d
Author: Markus Mayer <lotharlutz at gmx.de>
Date:   Thu Mar 13 19:53:05 2014 +0100

    * update to 5.0.0
    * remove unsatisfied dependencies on EPEL7

 .gitignore               |    1 +
 phoronix-test-suite.spec |   11 +++++++++--
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2792c7b..15ff149 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ phoronix-test-suite-1.8.1.tar.gz
 /phoronix-test-suite-4.8.4.tar.gz
 /phoronix-test-suite-4.8.5.tar.gz
 /phoronix-test-suite-4.8.6.tar.gz
+/phoronix-test-suite-5.0.0.tar.gz
diff --git a/phoronix-test-suite.spec b/phoronix-test-suite.spec
index 58e25b0..aea2018 100644
--- a/phoronix-test-suite.spec
+++ b/phoronix-test-suite.spec
@@ -1,5 +1,5 @@
 Name:       phoronix-test-suite
-Version:    4.8.6
+Version:    5.0.0
 Release:    1%{?dist}
 Summary:    An Automated, Open-Source Testing Framework
 
@@ -15,11 +15,14 @@ BuildRequires: desktop-file-utils
 
 Requires: php-cli
 Requires: php-gd
-Requires: php-fpdf
 Requires: php-process
 Requires: php-xml
 Requires: hicolor-icon-theme
 
+%if 0%{?fedora}
+Requires: php-fpdf
+%endif
+
 #These packages are not included anymore
 #Packages required by tests. Use the following command to create this list:
 #cat phoronix-test-suite/pts-core/external-test-dependencies/xml/fedora-packages.xml phoronix-test-suite/pts-core/external-test-dependencies/xml/generic-packages.xml| grep PackageName |sed -e 's/^.*<PackageName>\([^<]*\)<\/PackageName>.*$/\1/g' |xargs yum info|grep Name|sed -e 's/.*:\s\([^\s]*\)/\1/g'|grep -v devel$|sort|uniq|xargs
@@ -88,6 +91,10 @@ fi
 %{_datadir}/mime/packages/*
 
 %changelog
+* Thu Mar 13 2014 Markus Mayer <lotharlutz at gmx.de> - 5.0.0-1
+- new upstream release
+- disable dependencies not found on epel7
+
 * Tue Dec 24 2013 Markus Mayer <lotharlutz at gmx.de> - 4.8.6-1
 - new upstream
 
diff --git a/sources b/sources
index 77f0370..8f3236a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93197df8276650f6a820f170ef10a36e  phoronix-test-suite-4.8.6.tar.gz
+83f17243e05bc93c83e74a22135f22dc  phoronix-test-suite-5.0.0.tar.gz


More information about the scm-commits mailing list