Package: libur-perl / 0.470+ds-3

Metadata

Package Version Patches format
libur-perl 0.470+ds-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Honour SOURCE_DATE_EPOCH for embedded timestamp in genera.patch | (download)

lib/Command/V1.pm | 2 1 + 1 - 0 !
lib/Command/View/DocMethods.pm | 2 1 + 1 - 0 !
lib/UR/Context.pm | 8 8 + 0 - 0 !
3 files changed, 10 insertions(+), 2 deletions(-)

 honour source_date_epoch for embedded timestamp in generated
 documentation.

When the environment variable SOURCE_DATE_EPOCH is set, use it instead of the
current time for the embedded build timestamp.

The specification of SOURCE_DATE_EPOCH is available here:
https://reproducible-builds.org/specs/source-date-epoch/

In the case it is not defined, fall back to current time.

sqlite case insensitve.patch | (download)

t/URT/t/04a_sqlite.t | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 fix test failure with newer (dbd::)sqlite
 ```
 t/URT/t/04a_sqlite.t
 
 not ok 80 - column details for table inline are correct
 #   Failed test 'column details for table inline are correct'
 #   at t/URT/t/04a_sqlite.t line 53.
Perl 5.40 Missing comma after first argument to return.patch | (download)

lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix (test) failure with perl 5.40
 #   Failed test 'use UR::All;'
 #   at t/URT/t/00_load.t line 11.
 #     Tried to use 'UR::All'.
 #     Error:  Missing comma after first argument to return at /build/libur-perl-0.470+ds/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm line 41, near ");"
.
 #   Failed test 'use UR::Namespace::Command::Define::Datasource::Sqlite;'
 #   at t/URT/t/80_command_define_datasource.t line 29.
 #     Tried to use 'UR::Namespace::Command::Define::Datasource::Sqlite'.
 #     Error:  Missing comma after first argument to return at /build/libur-perl-0.470+ds/lib/UR/Namespace/Command/Define/Datasource/Sqlite.pm line 41, near ");"