summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-30 08:43:01 +0200
committerRemi Collet <remi@php.net>2022-08-30 08:43:01 +0200
commit9b464eb5bff73b11f3fb5c1bb66a514689cdb3af (patch)
tree37c45d331d85e90815f67ccd407c08e78d376fb4
parent25a094210011014afaa9bc6dd2828055cc4538f4 (diff)
update to 3.1.0
-rw-r--r--composer.json2
-rw-r--r--php-sebastian-type3.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 10b32cd..cccfab2 100644
--- a/composer.json
+++ b/composer.json
@@ -44,7 +44,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "3.0-dev"
+ "dev-master": "3.1-dev"
}
}
}
diff --git a/php-sebastian-type3.spec b/php-sebastian-type3.spec
index f93896e..d29b2aa 100644
--- a/php-sebastian-type3.spec
+++ b/php-sebastian-type3.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# github
-%global gh_commit b233b84bc4465aff7b57cf1c4bc75c86d00d6dad
+%global gh_commit fb44e1cc6e557418387ad815780360057e40753e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project type
@@ -24,8 +24,8 @@
%global ns_project Type
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.0
-Release: 2%{?dist}
+Version: 3.1.0
+Release: 1%{?dist}
Summary: Collection of value objects that represent the types of the PHP type system, v%{major}
License: BSD
@@ -115,6 +115,9 @@ exit $ret
%changelog
+* Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 3.1.0-1
+- update to 3.1.0
+
* Mon Jun 27 2022 Remi Collet <remi@remirepo.net> - 3.0.0-2
- improve package description and summary