diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-mongodb.spec | 11 | 
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  | 
