summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-10-19 14:29:36 +0200
committerRemi Collet <fedora@famillecollet.com>2015-10-19 14:29:36 +0200
commit9fc3a97d40cff13f2c1e302738d24df24e39019a (patch)
tree7b4ba0536c0f70c8a0490bf6262ed1d41b45781f
parent0484a61ff3ab798bbdb4d640600ef61187139489 (diff)
php-udan11-sql-parser: 3.0.3
-rw-r--r--php-udan11-sql-parser.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-udan11-sql-parser.spec b/php-udan11-sql-parser.spec
index 87a2d55..38d61b1 100644
--- a/php-udan11-sql-parser.spec
+++ b/php-udan11-sql-parser.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 1b2988f296611f7294593fd1fff07c70ac514e2a
+%global gh_commit 42c34ddd1fee261da43331e855c80bc432d66247
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner udan11
#global gh_date 20150820
@@ -15,13 +15,10 @@
%global psr0 SqlParser
Name: php-%{gh_owner}-%{gh_project}
-Version: 1.0.0
-Release: 2%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
+Version: 3.0.3
+Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist}
Summary: A validating SQL lexer and parser with a focus on MySQL dialect
-# https://github.com/udan11/sql-parser/commit/1415469b34b1fc33189e2c801302597b5b50f704
-Patch0: %{gh_project}-upstream.patch
-
Group: Development/Libraries
License: GPLv2+
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -70,8 +67,6 @@ To use this library, you just have to add, in your project:
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p1
-
%build
: generate an simple autoloader
@@ -114,6 +109,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Oct 19 2015 Remi Collet <remi@fedoraproject.org> - 3.0.3-1
+- update to 3.0.3 (for upcoming phpMyAdmin 4.5.1)
+
* Wed Sep 23 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-2
- upstream patch for phpMyAdmin 4.5.0.2