Package: libur-perl / 0.470+ds-2

Metadata

Package Version Patches format
libur-perl 0.470+ds-2 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.