7
0
forked from pool/perl-GraphViz

14 Commits

Author SHA256 Message Date
3c1b0823ec Add Gitea build results 2025-08-12 18:14:26 +02:00
9b9febdb8b Accepting request 1070675 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1070675
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=13
2023-03-10 21:08:45 +00:00
2978e434cf Accepting request 1070485 from devel:languages:perl:autoupdate
- updated to 2.26
   see /usr/share/doc/packages/perl-GraphViz/Changes
  2.26 2023-03-03
  - unchanged from 2.25 (except for deps adjustment) which also got deleted from CPAN by co-maint

OBS-URL: https://build.opensuse.org/request/show/1070485
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=14
2023-03-10 10:43:12 +00:00
e2f03ba412 Accepting request 998971 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/998971
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=12
2022-08-24 13:11:36 +00:00
5d4c5b77b2 Accepting request 998835 from devel:languages:perl:autoupdate
- updated to 2.25
   see /usr/share/doc/packages/perl-GraphViz/Changes

OBS-URL: https://build.opensuse.org/request/show/998835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=12
2022-08-24 07:42:20 +00:00
08a33724ae Accepting request 533860 from devel:languages:perl
- updated to 2.24
        - Test with Test::More V 1.001002 rather than V 1.302019, and all tests still pass.
                See RT#115236. Thanx to Kent Fredric for again (sorry!) prompting me over this.
                Lowering the version of Test::More in Makefile.PL is the only change in this version.
        - Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to Lisa Hare for a
                very well-crafted set of patches provided via github.
        - Revert change so we use Test::More instead of Test2::Bundle::Extended.
                See RT#115236. Thanx to ribasushi for this report, and my apologies for not acting sooner.
        - Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven Rezic.
        - Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385.
        - See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the
                modernization of the repo.
                This includes updating Makefile.PL and removing Build.PL, MANIFEST and *META.*.
        - Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx Karen Etheridge.
        - Update docs to point to a copy of the Perl licence.
        - Update docs in GraphViz.pm to point to the github repo.
        - Move t/pod.t into xt/author/.
        - Merge patch from ntyni via github. This concerned use of defined(@some_array). With thanx.
        - Accept pull request from Patrice Clement to add the x_deprecated flag to both META.json and
                META.yml. The docs already had various references to 'deprecated', including directing users
                to GraphViz2, so no change is needed there. Thanx Patrice.
        - Add .gitignore to MANIFEST.SKIP.
        - All patches to this version are from chrony, via a github pull request. With thanx.
        - Use File::Which on Windows to detect if Graphviz is present.
        - Clean up the code, including Build.PL and Makefile.PL.

OBS-URL: https://build.opensuse.org/request/show/533860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=11
2017-10-19 17:32:18 +00:00
Stephan Kulow
6ea2047f44 - Test with Test::More V 1.001002 rather than V 1.302019, and all tests still pass.
See RT#115236. Thanx to Kent Fredric for again (sorry!) prompting me over this.
                Lowering the version of Test::More in Makefile.PL is the only change in this version.
        - Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to Lisa Hare for a
                very well-crafted set of patches provided via github.
        - Revert change so we use Test::More instead of Test2::Bundle::Extended.
                See RT#115236. Thanx to ribasushi for this report, and my apologies for not acting sooner.
        - Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven Rezic.
        - Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385.
        - See http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes on the
                modernization of the repo.
                This includes updating Makefile.PL and removing Build.PL, MANIFEST and *META.*.
        - Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx Karen Etheridge.
        - Update docs to point to a copy of the Perl licence.
        - Update docs in GraphViz.pm to point to the github repo.
        - Move t/pod.t into xt/author/.
        - Merge patch from ntyni via github. This concerned use of defined(@some_array). With thanx.
        - Accept pull request from Patrice Clement to add the x_deprecated flag to both META.json and
                META.yml. The docs already had various references to 'deprecated', including directing users
                to GraphViz2, so no change is needed there. Thanx Patrice.
        - Add .gitignore to MANIFEST.SKIP.
        - All patches to this version are from chrony, via a github pull request. With thanx.
        - Use File::Which on Windows to detect if Graphviz is present.
        - Clean up the code, including Build.PL and Makefile.PL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=10
2017-10-13 09:41:15 +00:00
Stephan Kulow
da5a821066 - updated to 2.24
see /usr/share/doc/packages/perl-GraphViz/Changelog.ini

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=9
2017-10-13 09:40:19 +00:00
Stephan Kulow
a2906645af Accepting request 233538 from devel:languages:perl
- update to 2.15
  * fixes build on Factory
  * changes:
    - Fix double-quote escaping bug in GraphViz's _attributes() method. See RT#90528.
    - Patch t/foo.t to not assume text appears on specific lines of the output test files.
    - Re-package distro because users get errors during testing. See RT#80709.
    - For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
	Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
    - Add VDX as an output format.
    - Accept a patch kindly supplied by Alexander Kriegisch, to change handling of the rankdir attribute.
    - Patch this file to replace BST with GMT, since both DateTime::Format::HTTP and DateTime::Format::Strptime (forwarded request 233537 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/233538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=9
2014-05-13 18:46:45 +00:00
Stephan Kulow
cfff37bd4d Accepting request 233537 from home:vitezslav_cizek:branches:devel:languages:perl
- update to 2.15
  * fixes build on Factory
  * changes:
    - Fix double-quote escaping bug in GraphViz's _attributes() method. See RT#90528.
    - Patch t/foo.t to not assume text appears on specific lines of the output test files.
    - Re-package distro because users get errors during testing. See RT#80709.
    - For pre-reqs such as strict, warnings, etc, which ship with Perl, set the version # to 0.
	Reported as RT#80663 by Father Chrysostomos for Tree::DAG_Node.
    - Add VDX as an output format.
    - Accept a patch kindly supplied by Alexander Kriegisch, to change handling of the rankdir attribute.
    - Patch this file to replace BST with GMT, since both DateTime::Format::HTTP and DateTime::Format::Strptime

OBS-URL: https://build.opensuse.org/request/show/233537
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-GraphViz?expand=0&rev=7
2014-05-12 08:25:03 +00:00
Stephan Kulow
58e7410ae5 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=5
2011-12-06 17:42:08 +00:00
Stephan Kulow
db71da404d Accepting request 92441 from devel:languages:perl
- update to 2.08
    - Wind back pre-reqs for various modules to match what was shipped with Perl V 5.8.1.
      Many thanx to Brian Cassidy for the error report: https://rt.cpan.org/Ticket/Display.html?id=72068.
    - Rewrite Build.PL and Makefile.PL to try loading File::Which rather than assuming it is installed.
      This avoids the chicken-and-egg problem whereby these 2 programs need File::Which::which to find 'dot'.
      Many thanx to Richard Clamp for the error report: https://rt.cpan.org/Public/Bug/Display.html?id=71971.
    - Add File::Which to the pre-reqs in Build.PL and Makefile.PL.
    - Add 'Deprecated. See GraphViz2' to the docs.
    - Add Build.PL.
    - Add ability to set ORIENTATION. Thanx to Christian Lackas for the patch. See RT#71787.
    - Add Changelog.ini.
    - Add META.json, MYMETA.json and MYMETA.yml.
    - Add MANIFEST.SKIP.
    - Ensure all modules contain a version number.
    - Update the docs regarding the list of modules shipped in this distro.
    - Remove examples/remote.pl because GraphViz::Remote is no longer shipped.
    - Clean up examples/clusters2.pl.
    - Clean up Makefile.PL.

OBS-URL: https://build.opensuse.org/request/show/92441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=4
2011-11-21 11:40:44 +00:00
Sascha Peilicke
b7254dd737 Autobuild autoformatter for 66728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=2
2011-04-14 08:47:38 +00:00
Sascha Peilicke
b189c7e40f Accepting request 66728 from devel:languages:perl
Accepted submit request 66728 from user babelworx

OBS-URL: https://build.opensuse.org/request/show/66728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-GraphViz?expand=0&rev=1
2011-04-14 08:47:26 +00:00