summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-03-30 09:59:54 +0200
committerRemi Collet <remi@remirepo.net>2020-03-30 09:59:54 +0200
commit6cf0705675726908fe337339355c4582224a2e30 (patch)
treef7adfab089f2d478907cb84c46416ee576c8c66f
parent6edf99c2b82b485ade92b60b13f22a2b9e78949b (diff)
update to 2.7.4
not bootstrap build
-rw-r--r--composer.json2
-rw-r--r--php-laminas-mime.spec12
2 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 7bcef78..c64388f 100644
--- a/composer.json
+++ b/composer.json
@@ -58,6 +58,6 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
- "zendframework/zend-mime": "self.version"
+ "zendframework/zend-mime": "^2.7.2"
}
}
diff --git a/php-laminas-mime.spec b/php-laminas-mime.spec
index 56ef4ab..0be6a82 100644
--- a/php-laminas-mime.spec
+++ b/php-laminas-mime.spec
@@ -7,8 +7,8 @@
# Please, preserve the changelog entries
#
# When build without laminas-mail
-%global bootstrap 1
-%global gh_commit e844abb02e868fae154207929190292ad25057cc
+%global bootstrap 0
+%global gh_commit e45a7d856bf7b4a7b5bd00d6371f9961dc233add
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-mime
@@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_project}
-Version: 2.7.3
+Version: 2.7.4
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -88,7 +88,7 @@ Requires: php-spl
Obsoletes: php-ZendFramework2-%{library} < 2.5
Provides: php-ZendFramework2-%{library} = %{version}
# Compatibily ensure by the bridge
-Obsoletes: php-zendframework-%{zf_name} < 2.7.2-99
+Obsoletes: php-zendframework-%{zf_name} < 2.7.3
Provides: php-zendframework-%{zf_name} = %{version}-99
Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version}
Provides: php-composer(zendframework/%{zf_name}) = %{version}
@@ -191,6 +191,10 @@ exit $ret
%changelog
+* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.7.4-1
+- update to 2.7.4
+- not bootstrap build
+
* Fri Mar 6 2020 Remi Collet <remi@remirepo.net> - 2.7.3-1
- update to 2.7.3
- switch to phpunit7