OSDN Git Service

Change version to 1.3.5.
[pghintplan/pg_hint_plan.git] / SPECS / pg_hint_plan11.spec
index 627a63f..ba3ed3f 100644 (file)
@@ -16,7 +16,7 @@
 ## Set general information for pg_hint_plan.
 Summary:    Optimizer hint on PostgreSQL 11
 Name:       pg_hint_plan11
-Version:    1.3.4
+Version:    1.3.5
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -39,7 +39,7 @@ Note that this package is available for only PostgreSQL 11.
 
 %package llvmjit
 Requires: postgresql11-server, postgresql11-llvmjit
-Requires: pg_hint_plan11 = 1.3.4
+Requires: pg_hint_plan11 = 1.3.5
 Summary:  Just-in-time compilation support for pg_hint_plan11
 
 %description llvmjit
@@ -75,7 +75,8 @@ rm -rf %{buildroot}
 %defattr(0644,root,root)
 %{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
 %{_datadir}/extension/pg_hint_plan--1.3.3--1.3.4.sql
-%{_datadir}/extension/pg_hint_plan--1.3.4.sql
+%{_datadir}/extension/pg_hint_plan--1.3.4--1.3.5.sql
+%{_datadir}/extension/pg_hint_plan--1.3.5.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 %files llvmjit
@@ -87,6 +88,8 @@ rm -rf %{buildroot}
 
 # History of pg_hint_plan.
 %changelog
+* Thu Feb 21 2020 Kyotaro Horiguchi
+- Fix some bugs. Version 1.3.5.
 * Thu Jan 17 2019 Kyotaro Horiguchi
 - Fix some bugs. Version 1.3.4.
 * Tue Nov 13 2018 Kyotaro Horiguchi