-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# incremental view maintenance extension_ | ||
comment = 'incremental view maintenance on PostgreSQL' | ||
default_version = '1.3' | ||
default_version = '1.4' | ||
module_pathname = '$libdir/pg_ivm' | ||
relocatable = false | ||
schema = pg_catalog |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: PostgreSQL-based distributed RDBMS | ||
Name: %{sname}_%{pgmajorversion} | ||
Version: 1.3 | ||
Version: 1.4 | ||
Release: 1%{dist} | ||
License: BSD | ||
Vendor: IVM Development Group | ||
|
@@ -55,8 +55,10 @@ PATH=%{pginstdir}/bin:$PATH %{__make} %{?_smp_mflags} INSTALL_PREFIX=%{buildroot | |
%endif | ||
|
||
%changelog | ||
* Fri Dec 16 2022 - Yugo Nagata <[email protected]> 1.4-1 | ||
- Update to 1.4 | ||
* Fri Sep 30 2022 - Yugo Nagata <[email protected]> 1.3-1 | ||
- Update to 1.2 | ||
- Update to 1.3 | ||
* Mon Jul 25 2022 - Yugo Nagata <[email protected]> 1.2-1 | ||
- Update to 1.2 | ||
* Thu Jun 23 2022 - Yugo Nagata <[email protected]> 1.1-1 | ||
|