-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Edit and timestamp `Changes` for Tuesday @ 22:52 * Update copyright statements * Update `xt/dependency_report` for changes in the MetaCPAN API * Regenerate `cpanfile` and the dependency report * Update the localization libraries * Add missing `:tableopts` to `pg.sql` (Only relevant to Postgres XC) * Fix a few typos
- Loading branch information
Showing
77 changed files
with
695 additions
and
618 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
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
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,5 +1,5 @@ | ||
Name: sqitch | ||
Version: 1.4.2-dev | ||
Version: 1.5.0 | ||
Release: 1%{?dist} | ||
Summary: Sensible database change management | ||
License: MIT | ||
|
@@ -238,7 +238,7 @@ package bundles the Sqitch Oracle support. | |
Summary: Sensible database change management for MySQL | ||
Group: Development/Libraries | ||
Requires: sqitch >= %{version} | ||
Requires: mysql >= 5.1.0 | ||
Requires: mariadb >= 5.1.0 | ||
Requires: perl(DBI) >= 1.631 | ||
Requires: perl(DBD::MariaDB) >= 1.0 | ||
Requires: perl(MySQL::Config) | ||
|
@@ -309,6 +309,11 @@ also be installed. | |
# No additional files required. | ||
|
||
%changelog | ||
* Tue Jan 7 2025 David E. Wheeler <[email protected]> 1.5.0-1 | ||
- Upgrade to v1.5.0. | ||
- Replace DBD::mysql with DBD::MariaDB. | ||
- Replace mysql with mariadb. | ||
|
||
* Sun Feb 4 2024 David E. Wheeler <[email protected]> 1.4.1-1 | ||
- Upgrade to v1.4.1. | ||
- Upgrade Test::Warn to 0.31 | ||
|
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
Oops, something went wrong.