18 Commits

Author SHA256 Message Date
038980fb31 Add Gitea build results 2025-08-12 18:16:24 +02:00
19841125c5 Accepting request 1269380 from devel:languages:perl:autoupdate
- updated to 1.7.0 (1.007)
   see /usr/share/doc/packages/perl-PDF-Table/Changes

OBS-URL: https://build.opensuse.org/request/show/1269380
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=17
2025-04-27 00:55:56 +00:00
ae1343590c Accepting request 1160771 from devel:languages:perl:autoupdate
- updated to 1.006
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  === Version 1.006 (2024-03-20)
      examples/*.pl
       Add ability to read an ENV environmental variable 'PDF_prefLib' to get
        the preferred library to use (API2 or Builder). Checks for command line
        A or B (or -A -B), ENV{PDF_prefLib} A or B, PDF::API2 or PDF::Builder,
        examples/PDFpref file A or B, PDF::API2 or PDF::Builder. This is of
        real interest only when BOTH libraries are installed, and you need to
        pick one or the other to run with.
        Note that util/3_examples.pl also has the ability to give 'A' or 'B'
        on the command line to indicate a preference for API2 or Builder (if
        both are installed).
        Note that the t-tests use a dummy library PDFAPI2Mock, that provides
        enough of the interface to let the tests be run, regardless of whether
        you already have API2 or Builder installed! However, you will still need
        to have at least one of the two installed in order to run the examples
        or otherwise use PDF::Table.
      lib/PDF/Table.pm, examples/no_repeat.pl (new), util/3_examples
       Was incorrectly defaulting undefined header repeat switch, in a manner
        that did not allow the switch to be '0': no repeating the header (#77).
        Add new example of multipage table without repeating header.
      README.md  update to point to new Home Page structure on catskilltech.com
        including both full documentation and examples

OBS-URL: https://build.opensuse.org/request/show/1160771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=16
2024-04-06 12:55:06 +00:00
8625226312 Accepting request 1065466 from devel:languages:perl:autoupdate
- updated to 1.005
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  === Version 1.005 (2023-01-28)
    lib/PDF/Table.pm
     Update cell checking when using markup, so that anything which CAN be by
      default stringified, will be. Some customers are using default or implicit
      stringification of objects, which was being caught as an unsupported data
      type, and rendered as "(invalid)" in a cell. The downside is that if you
      send something nonsensical (e.g., reference to a SCALAR), you will see the
      stringified reference (address), as done in the 1.003 and earlier versions.
    Makefile.PL remove PROVIDES clause, as was getting build warnings about it.
  === Version 1.004 (2023-01-21)
    lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/SPONSORS (new), INFO/Table.html,
      MANIFEST
     For PDF::Builder ONLY, allow specification of cell 'markup' (Markdown
      or HTML), to permit great flexibility in cell content. See PDF::Builder's
      examples/Column.pl for an example of usage.
     This work (as well as markup changes for PDF::Builder) has been kindly
      sponsored by Amtivo Group (see INFO/SPONSORS).
    lib/PDF/Table.pm, examples/sample1-size-vsizes.pl
     The 'Times' font should be named 'Times-Roman', to conform with the correct
      core font naming. PDF::Builder no longer silently accepts 'Times' as an
      alias for 'Times-Roman', and now gives a warning.
    xt/manifest.t, xt/pod.t, MANIFEST, util/2_t-tests.pl
     Move author tests from t/ to xt/
    examples/chess.pl
     PDF::API2 (PREVIOUS to release 2.044) has a bug in its TTF
      handling, where it fails to translate some Unicode points ("U+nnnn" number)
      to the appropriate font glyph entry, and instead puts the Unicode point
      in the glyph list. This is incorrect, and usually results in a mismapping.
      As of PDF::API2 v 2.044, chess.pl seems to be working again.
    examples/*.pl
     If command line -A or -B, add prefix A_ or B_ to the output file name. This
      can be useful when using -A or -B with util/3_examples.pl to generate
      different output PDFs for PDF::API2 and PDF::Builder. Keep in mind that an
      example given without -A or -B will not add the prefix.
    lib/PDF/Table.pm, lib/PDF/Table.pod, INFO/Table.html,
      examples/vsizes.pl (new), util/3_examples.pl
     Dry run to return vertical size (overall, header, [footer], each row),
      no output to PDF, with "ink" set to 0.
    lib/PDF/Table.pod (moved), MANIFEST, util/pod2cpanhtml.pl, Makefile.PL
     Move .pod up a level (thanks to "perlpunk")
    lib/PDF/Table/Table.pod, INFO/Table.html, examples/chess.pl,
      INFO/Changes_2019, lib/PDF/Table.pm
     Typos caught by lintian (via emollier) and codespell (via mdeweerd).
   CONTRIBUTING, MANIFEST  add Contribution guide

OBS-URL: https://build.opensuse.org/request/show/1065466
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=15
2023-02-15 17:15:58 +00:00
a68ae1b45f Accepting request 998994 from devel:languages:perl:autoupdate
- updated to 1.003

OBS-URL: https://build.opensuse.org/request/show/998994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=14
2022-08-24 09:05:44 +00:00
7239963c1e Accepting request 859016 from devel:languages:perl:autoupdate
- updated to 1.002
   see /usr/share/doc/packages/perl-PDF-Table/Changes

OBS-URL: https://build.opensuse.org/request/show/859016
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=13
2021-01-04 14:23:08 +00:00
93489e5ceb Accepting request 846413 from devel:languages:perl:autoupdate
- updated to 1.001
   see /usr/share/doc/packages/perl-PDF-Table/Changes

OBS-URL: https://build.opensuse.org/request/show/846413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=12
2020-11-06 09:31:09 +00:00
2822a359c3 Accepting request 845914 from devel:languages:perl:autoupdate
- updated to 1.000
   see /usr/share/doc/packages/perl-PDF-Table/Changes

OBS-URL: https://build.opensuse.org/request/show/845914
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=11
2020-11-04 10:13:09 +00:00
0ee8591820 Accepting request 824889 from home:tinita:branches:devel:languages:perl
- updated to 0.12
   see /usr/share/doc/packages/perl-PDF-Table/Changes
  Version 0.12.0 (2020-04-09) 
   Permit either PDF::API2 or PDF::Builder (#51)
   Don't use UTF-8 with corefonts
   General cleanup of typos and misspellings in Table.pm
   Minimum Perl 5.10 in Makefile.PL (#53) 
   More cleanup of text in Table.pm
   Add tools (util) for running PerlCritic, t-tests, examples
   Clean up code to pass PerlCritic
   Clean up examples to run with either API2 or Builder. PDFpref file to declare
     which to use if both available
   Comments in t tests about use of Mock PDFAPI2
   Document needed and optional prerequisite modules

OBS-URL: https://build.opensuse.org/request/show/824889
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=10
2020-08-08 11:45:52 +00:00
Stephan Kulow
405a7e1dfa Accepting request 712683 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/712683
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=9
2019-07-02 05:35:34 +00:00
Stephan Kulow
92f8b052e1 Accepting request 598864 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/598864
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=8
2018-04-20 13:44:36 +00:00
Stephan Kulow
82e32688c3 Accepting request 581911 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/581911
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=7
2018-03-05 05:54:05 +00:00
f26f4a2c3f Accepting request 542760 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/542760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=6
2017-12-06 14:37:10 +00:00
Stephan Kulow
7c6d28765d Accepting request 504563 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/504563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=5
2017-06-20 06:23:44 +00:00
Stephan Kulow
88f352490b Accepting request 397469 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/397469
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=4
2016-05-25 07:39:25 +00:00
9fd6eae327 Accepting request 337575 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/337575
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=3
2015-10-10 11:10:32 +00:00
Stephan Kulow
7704754295 Accepting request 310928 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/310928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=2
2015-06-09 07:54:03 +00:00
Pascal Bleser
63db09b325 0.9.5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PDF-Table?expand=0&rev=1
2012-01-22 17:16:25 +00:00