summaryrefslogtreecommitdiffstats
path: root/php-sebastian-resource-operations3.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sebastian-resource-operations3.spec')
-rw-r--r--php-sebastian-resource-operations3.spec20
1 files changed, 10 insertions, 10 deletions
diff --git a/php-sebastian-resource-operations3.spec b/php-sebastian-resource-operations3.spec
index 0d64b8a..fece303 100644
--- a/php-sebastian-resource-operations3.spec
+++ b/php-sebastian-resource-operations3.spec
@@ -6,8 +6,10 @@
#
# Please, preserve the changelog entries
#
-%global bootstrap 0
-%global gh_commit 0653718a5a629b065e91f774595267f8dc32e213
+
+%bcond_without tests
+
+%global gh_commit 0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8
#global gh_date 20150728
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -20,17 +22,12 @@
%global ns_vendor SebastianBergmann
%global ns_project ResourceOperations
%global major 3
-%if %{bootstrap}
-%bcond_with tests
-%else
-%bcond_without tests
-%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.2
+Version: 3.0.3
%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
-Summary: Provides a list of PHP built-in functions that operate on resources
+Summary: Provides a list of PHP built-in functions that operate on resources, version %{major}
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -47,7 +44,7 @@ BuildRequires: phpunit9
%endif
# from composer.json
-# "php": "^7.3 || ^8.0"
+# "php": ">=7.3"
Requires: php(language) >= 7.3
# Autoloader
Requires: php-composer(fedora/autoloader)
@@ -106,6 +103,9 @@ exit $ret
%changelog
+* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 3.0.3-1
+- update to 3.0.3 (no change)
+
* Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1
- update to 3.0.2 (no change)