summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-19 15:46:38 +0200
committerRemi Collet <remi@remirepo.net>2019-08-19 15:46:38 +0200
commit3e8ef083c408ef2fb8a2599721a0b6847c89e77a (patch)
tree5f173ff1ea6129b5aebb6eb6fc636cb1d2628e66
parent1b2cf233bcee10075c8a226923b1332531d97958 (diff)
v1.4.3
-rw-r--r--composer.json5
-rw-r--r--php-mongodb.spec11
2 files changed, 7 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index b45c2fc..c98ab12 100644
--- a/composer.json
+++ b/composer.json
@@ -24,10 +24,5 @@
},
"autoload-dev": {
"psr-4": { "MongoDB\\Tests\\": "tests/" }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
}
}
diff --git a/php-mongodb.spec b/php-mongodb.spec
index 234de60..b61fe2b 100644
--- a/php-mongodb.spec
+++ b/php-mongodb.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit bd148eab0493e38354e45e2cd7db59b90fdcad79
+%global gh_commit 18fca8cc8d0c2cc07f76605760d20632bb3dab96
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner mongodb
#global gh_date 20151102
@@ -17,11 +17,11 @@
#global prever beta2
Name: php-%{gh_owner}
-Version: 1.4.2
+Version: 1.4.3
%if 0%{?gh_date}
-Release: 3%{gh_date}git%{gh_short}%{?dist}
+Release: 1%{gh_date}git%{gh_short}%{?dist}
%else
-Release: 3%{?dist}
+Release: 1%{?dist}
%endif
Summary: MongoDB driver library
@@ -152,6 +152,9 @@ exit $ret
%changelog
+* Mon Aug 19 2019 Remi Collet <remi@remirepo.net> - 1.4.3-1
+- update to 1.4.3
+
* Tue Feb 5 2019 Remi Collet <remi@remirepo.net> - 1.4.2-3
- disable test suite and so mongodb-server build dependency
for https://fedoraproject.org/wiki/Changes/MongoDB_Removal