OSDN Git Service

Change version to 1.3.3
[pghintplan/pg_hint_plan.git] / SPECS / pg_hint_plan11.spec
index 98afd92..ecb685b 100644 (file)
@@ -16,7 +16,7 @@
 ## Set general information for pg_store_plans.
 Summary:    Optimizer hint on PostgreSQL 11
 Name:       pg_hint_plan11
-Version:    1.3.2
+Version:    1.3.3
 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.1
+Requires: pg_hint_plan11 = 1.3.3
 Summary:  Just-in-time compilation support for pg_hint_plan11
 
 %description llvmjit
@@ -73,7 +73,8 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.3.2.sql
+%{_datadir}/extension/pg_hint_plan--1.3.2--1.3.3.sql
+%{_datadir}/extension/pg_hint_plan--1.3.3.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 %files llvmjit
@@ -85,9 +86,11 @@ rm -rf %{buildroot}
 
 # History of pg_hint_plan.
 %changelog
+* Thu Jan 17 2019 Kyotaro Horiguchi
+- Fix some bugs. Version 1.3.3.
 * Tue Nov 13 2018 Kyotaro Horiguchi
 - Support PostgreSQL 11. Version 1.3.2.
-* Tue Jun 08 2018 Kyotaro Horiguchi
+* Fri Jun 08 2018 Kyotaro Horiguchi
 - Fixed a crash bug. Version 1.3.1.
 * Tue Oct 10 2017 Kyotaro Horiguchi
 - Support PostgreSQL 10. Version 1.3.0.