summaryrefslogtreecommitdiffstats
path: root/php-robrichards-xmlseclibs3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-robrichards-xmlseclibs3.spec')
-rw-r--r--php-robrichards-xmlseclibs3.spec21
1 files changed, 14 insertions, 7 deletions
diff --git a/php-robrichards-xmlseclibs3.spec b/php-robrichards-xmlseclibs3.spec
index 1817e25..127013e 100644
--- a/php-robrichards-xmlseclibs3.spec
+++ b/php-robrichards-xmlseclibs3.spec
@@ -12,14 +12,14 @@
%global github_owner robrichards
%global github_name xmlseclibs
-%global github_version 3.0.0
-%global github_commit a29eb3100eb6c5a427d6a3f9e61aff37492405ae
+%global github_version 3.0.1
+%global github_commit d937712f70f93a584eb0299ccd87dc6374003781
%global composer_vendor robrichards
%global composer_project xmlseclibs
-# "php": ">= 5.6"
-%global php_min_ver 5.6
+# "php": ">= 5.4"
+%global php_min_ver 5.4
# Build using "--without tests" to disable tests
%global with_tests 0%{!?_without_tests:1}
@@ -34,7 +34,11 @@ Summary: A PHP library for XML Security (version 3)
Group: Development/Libraries
License: BSD
URL: https://github.com/%{github_owner}/%{github_name}
-Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
+
+# GitHub export does not include tests.
+# Run php-robrichards-xmlseclibs3-get-source.sh to create full source.
+Source0: %{name}-%{version}-%{github_commit}.tar.gz
+Source1: %{name}-get-source.sh
BuildArch: noarch
# Tests
@@ -44,7 +48,7 @@ BuildRequires: php-composer(phpunit/phpunit)
BuildRequires: php(language) >= %{php_min_ver}
## composer.json: optional
BuildRequires: php-openssl
-## phpcompatinfo (computed from version 3.0.0)
+## phpcompatinfo (computed from version 3.0.1)
BuildRequires: php-dom
BuildRequires: php-hash
## Autoloader
@@ -55,7 +59,7 @@ BuildRequires: php-composer(fedora/autoloader)
Requires: php(language) >= %{php_min_ver}
# composer.json: suggest
Requires: php-openssl
-# phpcompatinfo (computed from version 3.0.0)
+# phpcompatinfo (computed from version 3.0.1)
Requires: php-dom
Requires: php-hash
# Autoloader
@@ -134,5 +138,8 @@ exit $RETURN_CODE
%changelog
+* Fri Sep 08 2017 Shawn Iwinski <shawn@iwin.ski> - 3.0.1-1
+- Update to 3.0.1 (RHBZ #1487196)
+
* Wed Jul 12 2017 Shawn Iwinski <shawn@iwin.ski> - 3.0.0-1
- Initial package