summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-14 16:13:41 +0200
committerRemi Collet <remi@remirepo.net>2017-04-14 16:13:41 +0200
commit73d8ff83f2168afa5c5d0f74ccf16e3d333ce0a6 (patch)
tree56e06d64bc53fb00ab726b75500b6cdf09101511
parent34f5527fb9b84a4e182bd8396fdb9101654182f0 (diff)
v1.20.0
-rw-r--r--.gitignore7
-rw-r--r--php-bartlett-php-compatinfo-db.spec7
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..1ab5c4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec
index 77a597a..f6c1c73 100644
--- a/php-bartlett-php-compatinfo-db.spec
+++ b/php-bartlett-php-compatinfo-db.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# See https://github.com/llaville/php-compatinfo-db/releases
-%global gh_commit 87fcfd99b5ad894affa07d307817d963eb62098e
+%global gh_commit 1ac5977037bf4b6ac9fee7c5373cbbd7a95666fc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20151031
%global gh_owner llaville
@@ -27,7 +27,7 @@
%endif
Name: php-%{c_vendor}-%{c_project}
-Version: 1.19.0
+Version: 1.20.0
%global specrel 1
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
Summary: Reference Database to be used with php-compatinfo library
@@ -188,6 +188,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite
%changelog
+* Fri Apr 14 2017 Remi Collet <remi@remirepo.net> - 1.20.0-1
+- Update to 1.20.0
+
* Fri Mar 17 2017 Remi Collet <remi@remirepo.net> - 1.19.0-1
- Update to 1.19.0
- adapt patch fixing DB location