OSDN Git Service

Change version to 1.1.1.
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 5 Sep 2014 04:24:03 +0000 (13:24 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Fri, 5 Sep 2014 04:24:03 +0000 (13:24 +0900)
Makefile
SPECS/pg_hint_plan93.spec
pg_hint_plan--1.0--1.1.1.sql [new file with mode: 0644]
pg_hint_plan--1.1.1.sql [moved from pg_hint_plan--1.0.sql with 100% similarity]
pg_hint_plan.control

index b7ecc09..a55235a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ REGRESSION_EXPECTED = expected/init.out expected/base_plan.out expected/pg_hint_
 REGRESS_OPTS = --encoding=UTF8
 
 EXTENSION = pg_hint_plan
-DATA = pg_hint_plan--1.0.sql
+DATA = pg_hint_plan--1.1.1.sql pg_hint_plan--1.0--1.1.1.sql
 
 EXTRA_CLEAN = sql/ut-fdw.sql expected/ut-fdw.out
 
index 5b43531..818b41b 100644 (file)
@@ -9,7 +9,7 @@
 ## Set general information for pg_hint_plan.
 Summary:    Optimizer hint for PostgreSQL 9.3
 Name:       pg_hint_plan93
-Version:    1.1.0
+Version:    1.1.1
 Release:    1%{?dist}
 License:    BSD
 Group:      Applications/Databases
@@ -48,7 +48,8 @@ rm -rf %{buildroot}
 install -d %{buildroot}%{_libdir}
 install pg_hint_plan.so %{buildroot}%{_libdir}/pg_hint_plan.so
 install -d %{buildroot}%{_datadir}/extension
-install -m 644 pg_hint_plan--1.0.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0.sql
+install -m 644 pg_hint_plan--1.1.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.1.1.sql
+install -m 644 pg_hint_plan--1.0--1.1.1.sql %{buildroot}%{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql
 install -m 644 pg_hint_plan.control %{buildroot}%{_datadir}/extension/pg_hint_plan.control
 
 %clean
@@ -58,11 +59,14 @@ rm -rf %{buildroot}
 %defattr(0755,root,root)
 %{_libdir}/pg_hint_plan.so
 %defattr(0644,root,root)
-%{_datadir}/extension/pg_hint_plan--1.0.sql
+%{_datadir}/extension/pg_hint_plan--1.1.1.sql
+%{_datadir}/extension/pg_hint_plan--1.0--1.1.1.sql
 %{_datadir}/extension/pg_hint_plan.control
 
 # History of pg_hint_plan.
 %changelog
+* Thu Sep 04 2014 Kyotaro Horiguchi
+- Bug fix.
 * Mon Sep 02 2013 Takashi Suzuki
 - Initial cut for 1.1.0
 * Mon Sep 24 2012 Shigeru Hanada <shigeru.hanada@gmail.com>
diff --git a/pg_hint_plan--1.0--1.1.1.sql b/pg_hint_plan--1.0--1.1.1.sql
new file mode 100644 (file)
index 0000000..e69de29
index e7020b3..a59641c 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.0'
+default_version = '1.1.1'
 relocatable = false
 schema = hint_plan