-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
And update release instructions.
- Loading branch information
Showing
7 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "pgTAP", | ||
"abstract": "Unit testing for PostgreSQL", | ||
"description": "pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions.", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"maintainer": [ | ||
"David E. Wheeler <[email protected]>", | ||
"pgTAP List <[email protected]>" | ||
|
@@ -25,17 +25,17 @@ | |
"pgtap": { | ||
"abstract": "Unit testing for PostgreSQL", | ||
"file": "sql/pgtap.sql", | ||
"version": "1.1.0" | ||
"version": "1.2.0" | ||
}, | ||
"pgtap-core": { | ||
"abstract": "Unit testing for PostgreSQL", | ||
"file": "sql/pgtap-core.sql", | ||
"version": "1.1.0" | ||
"version": "1.2.0" | ||
}, | ||
"pgtap-schema": { | ||
"abstract": "Schema unit testing for PostgreSQL", | ||
"file": "sql/pgtap-schema.sql", | ||
"version": "1.1.0" | ||
"version": "1.2.0" | ||
} | ||
}, | ||
"resources": { | ||
|
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
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
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,7 +1,7 @@ | ||
Summary: Unit testing suite for PostgreSQL | ||
Name: pgtap | ||
Version: 1.1.0 | ||
Release: 2%{?dist} | ||
Version: 1.2.0 | ||
Release: 1%{?dist} | ||
Group: Applications/Databases | ||
License: PostgreSQL | ||
URL: https://pgtap.org/ | ||
|
@@ -41,6 +41,9 @@ make install USE_PGXS=1 DESTDIR=%{buildroot} | |
%{_docdir}/pgsql/contrib/README.pgtap | ||
|
||
%changelog | ||
* Sun Dec 5 2021 David E. Wheeler <[email protected]> 1.2.0-1 | ||
- Update to 1.2.0 | ||
|
||
* Sat Oct 24 2020 Jim Nasby <[email protected]> 1.1.0-2 | ||
- Remove last vestiges of pre-PostgreSQL 9.1 | ||
- Use https for URLs | ||
|
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
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