summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-21 17:19:05 +0100
committerRemi Collet <remi@remirepo.net>2019-01-21 17:19:05 +0100
commit2a6014726b78c5a39e94c1afd3e22d9314bb0a66 (patch)
tree391e31098dc08dc4443bac5dc48199d472159fa5 /php-bartlett-php-compatinfo-db.spec
parenta75febd64858a98fd72b63206cd0d6822da50a35 (diff)
v2.0.0
Diffstat (limited to 'php-bartlett-php-compatinfo-db.spec')
-rw-r--r--php-bartlett-php-compatinfo-db.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index 5a9cb4a..35aac98 100644
--- a/php-bartlett-php-compatinfo-db.spec
+++ b/php-bartlett-php-compatinfo-db.spec
@@ -1,19 +1,19 @@
# remirepo/fedora spec file for php-bartlett-php-compatinfo-db
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
# See https://github.com/llaville/php-compatinfo-db/releases
-%global gh_commit 85d25a5c230cc2285b8a548021ff6b5ae28e985e
+%global gh_commit a95fad981d14265644360d579f0f6741969dbec9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20151031
%global gh_owner llaville
%global gh_project php-compatinfo-db
%global upstream_version 2.0.0
-%global upstream_prever RC1
+#global upstream_prever RC1
# Namespace
%global ns_vendor Bartlett
%global ns_project CompatInfoDb
@@ -43,8 +43,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
Patch0: %{name}-2.0-rpm.patch
# CURL_SSLVERSION constants have been backported
Patch1: %{name}-curltls.patch
-# Upstream
-Patch2: https://github.com/llaville/php-compatinfo-db/commit/accda679038e2e4239229521f643758b02557105.patch
BuildArch: noarch
# Needed to build the database from sources
@@ -149,7 +147,6 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5
%patch0 -p1 -b .rpm
%patch1 -p0 -b .curltls
-%patch2 -p1 -b .up
cat << 'EOF' | tee src/autoload.php
<?php
@@ -270,6 +267,9 @@ EOF
%changelog
+* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 2.0.0-1
+- update to 2.0.0
+
* Thu Jan 3 2019 Remi Collet <remi@remirepo.net> - 2.0.0~RC1-1
- update to 2.0.0RC1
- bump dependency on PHP 7.1