3150a0294b
Add Gitea build results
2025-08-12 18:18:37 +02:00
d7e9aacbb6
Accepting request 1182922 from devel:languages:perl:autoupdate
...
- updated to 2.003000
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.003000 2024-06-11
- lib/XML/LibXSLT/Quick.pm .
- Add an 'implicit' type to $dest
- Correct a type spelling ('file' instead of 'path')
OBS-URL: https://build.opensuse.org/request/show/1182922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=55
2024-06-24 07:36:25 +00:00
b502cc5c52
Accepting request 1065491 from devel:languages:perl:autoupdate
...
- updated to 2.002001
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.002001 2023-02-10
- Makefile.PL
- Corrections and refactorings
OBS-URL: https://build.opensuse.org/request/show/1065491
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=53
2023-02-13 16:03:49 +00:00
Lars Vogdt
2e7a123d30
Accepting request 979946 from devel:languages:perl:autoupdate
...
- updated to 2.002000
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.002000 2022-05-17
- lib/XML/LibXSLT/Quick.pm .
- clarify license
- https://github.com/shlomif/perl-XML-LibXSLT/issues/5
- add docs and a $source 'string' type
- Makefile.PL
- cleanups
- Require perl-5.14.0 at a minimum
- https://github.com/shlomif/supporting-older-perl5-releases
2.001000 2022-05-16
- lib/XML/LibXSLT/Quick.pm .
- Add 'params' support for generic_transform().
OBS-URL: https://build.opensuse.org/request/show/979946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=51
2022-06-02 09:30:39 +00:00
d19cd2eafa
Accepting request 969244 from devel:languages:perl:autoupdate
...
- updated to 2.000000
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
2.000000 2022-04-09
- Add lib/XML/LibXSLT/Quick.pm .
- Cleanups.
OBS-URL: https://build.opensuse.org/request/show/969244
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=49
2022-04-13 19:21:02 +00:00
08c7e5f8aa
Accepting request 765211 from devel:languages:perl:autoupdate
...
- Remove patch perl-XML-LibXSLT-lib-versions.patch (not needed anymore)
- updated to 1.99
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
1.99 2020-01-16
- Remove checks for libxslt versions
- https://rt.cpan.org/Ticket/Display.html?id=131155
- Thanks to SREZIC and others
- These checks were much maligned.
1.98 2020-01-16
- Replace xslt-config with plkg-config
- The former is going away
- https://github.com/shlomif/perl-XML-LibXSLT/pull/3
- Thanks to Debian.
OBS-URL: https://build.opensuse.org/request/show/765211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=47
2020-01-17 12:02:48 +00:00
c554ece74a
Accepting request 764754 from devel:languages:perl:autoupdate
...
- Fix cpanspec.yml (duplicate mentioning of patch)
- updated to 1.97
see /usr/share/doc/packages/perl-XML-LibXSLT/Changes
1.97 2020-01-14
- Tests hot fix for https://rt.cpan.org/Public/Bug/Display.html?id=131457
- Tests failed with XML::LibXML v 2.0202
- Thanks to jplesnik from Red Hat.
OBS-URL: https://build.opensuse.org/request/show/764754
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=46
2020-01-15 18:50:13 +00:00
add6f7eb9c
Accepting request 751665 from home:pmonrealgonzalez:branches:devel:languages:perl
...
- Fix basic test that fails when build and run time versions are the same
* Add patch perl-XML-LibXSLT-lib-versions.patch
OBS-URL: https://build.opensuse.org/request/show/751665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=44
2019-11-28 16:58:23 +00:00
f53f428376
Accepting request 749509 from home:pmonrealgonzalez:branches:devel:languages:perl
...
- Update spec file
* Use https and metacpan.org
* Use license tag for the LICENSE file
* Add cpanspec.yml file
OBS-URL: https://build.opensuse.org/request/show/749509
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=43
2019-11-19 13:33:47 +00:00
a27ddeb5a6
Accepting request 591934 from home:pmonrealgonzalez:branches:devel:languages:perl
...
- updated to 1.96
1.96 2018-02-21
- Apply patch from RT#83028
- $Config{libs} is not needed
- Move to git/GitHub:
- https://github.com/shlomif/perl-XML-LibXSLT .
- For Travis-CI/etc.
OBS-URL: https://build.opensuse.org/request/show/591934
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=41
2018-03-28 10:02:09 +00:00
7d47a42d4a
Accepting request 548165 from home:pmonrealgonzalez:branches:devel:languages:perl
...
- updated to 1.95
- Hopefully fix RT#116461
- https://rt.cpan.org/Public/Bug/Display.html?id=116461
- Makefile.PL shouldn't run "pkg-config libexslt" if LIBS
or INC were provided
- Thanks to NWELLNHOF for the report and a suggested fix.
OBS-URL: https://build.opensuse.org/request/show/548165
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=39
2017-12-06 14:58:15 +00:00
Stephan Kulow
adad3ee65f
- updated to 1.94
...
- Fix builds on older versions of libxslt.
- Breakage caused by the MaxVars change.
- https://rt.cpan.org/Ticket/Display.html?id=101605
- Thanks to Deyan Ginev for the report.
1.93 2015-01-17
- Add the ->max_vars function to set the MaxVars.
- https://rt.cpan.org/Ticket/Display.html?id=101413
- Thanks to Thomas Krichel for the report/request.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=37
2015-02-06 13:50:57 +00:00
Stephan Kulow
507c626ee8
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=35
2014-07-28 05:56:39 +00:00
Stephan Kulow
7f120aec5f
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=33
2014-02-24 06:18:33 +00:00
Stephan Kulow
34e25eda5a
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=31
2014-02-09 14:42:47 +00:00
Stephan Kulow
a2f9c86037
update
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=29
2013-11-26 08:17:55 +00:00
Stephan Kulow
fe707e1173
- updated to 1.81
...
- Fix a typo reported by dsteinbrunner:
- https://rt.cpan.org/Ticket/Display.html?id=86689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=27
2013-07-27 12:35:21 +00:00
Stephan Kulow
36311adfee
Accepting request 177551 from home:coolo:update-perl
...
- updated to 1.80
- Bump the minimum version of libxslt2 to 1.1.28.
- due to failures such as http://www.cpantesters.org/cpan/report/6f5029ee-639a-11e2-8465-2a97270fb964
- Die when libxslt is 1.1.27.
- Due to this bug - https://bugzilla.gnome.org/show_bug.cgi?id=684564
- Add output_method method, update documentation of media_type
(dorian@cpan).
- Thanks, Dorian!
- Apply a patch from Michael Ludwig clarifying the quoting of string
parameters to the XSLT transformation.
- Thanks, Michael!
OBS-URL: https://build.opensuse.org/request/show/177551
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=25
2013-06-04 17:16:15 +00:00
Vítězslav Čížek
df2eb6a0c7
- update to 1.76
...
- Made LibXSLT.xs compile with C compilers that don't accept declarations
inside blocks:
- https://rt.cpan.org/Public/Bug/Display.html?id=73905
- These include Microsoft Visual C++ (in C-mode).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=22
2012-01-13 12:40:37 +00:00
OBS User buildservice-autocommit
ecd2682f82
Updating link to change in openSUSE:Factory/perl-XML-LibXSLT revision 21.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=f24f0bef3c752847ec6041119448f0cd
2011-12-06 17:49:47 +00:00
Vítězslav Čížek
2d2aaf24de
- update to 1.75
...
- Convert the following test scripts from Test.pm to Test::More :
- t/03input.t
- Fix for https://rt.cpan.org/Public/Bug/Display.html?id=71345 by Tim
Brody:
- «segfault in free()»
- Thanks, Tim!
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=19
2011-10-31 08:39:14 +00:00
Vítězslav Čížek
4f3aabbc13
- update to 1.74
...
- Convert some test scripts from Test.pm to Test::More
- In the process made "Encode" and perl-5.8.1. pre-requisites of this
distribution.
- Add the "make runtest" and "make distruntest" targets to test using
Test-Run.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=16
2011-10-27 11:37:57 +00:00
Vítězslav Čížek
3a8082294e
- update to 1.73
...
- Possible fix for https://rt.cpan.org/Ticket/Display.html?id=71456 :
- made the port reservation on t/14security.t for the non-existent
URL more robust.
1.72 Thu Oct 6 13:37:13 IST 2011
- Moved the benchmarking code under benchmark/ so it won't be indexed
by CPAN (Tim Brody).
- Avoid leaking memory inside extension elements by cleaning up on
stylesheet DESTROY (Tim Brody).
- xsltInit() and xsltCleanupGlobals() to avoid leaking memory on
init/shutdown (Tim Brody).
- Added support for stylesheet context functions via a
$stylesheet->register_function() method with the same arguments as
XML::LibXSLT->register_function(). (Tim Brody)
- Added support for register_element() on stylesheet objects. The callback
may leak memory though - nothing frees the _private attributes of the
node + document owner for the passed arguments? (Tim Brody)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=15
2011-10-13 10:09:15 +00:00
Vítězslav Čížek
60a1ceb9e6
- corrected licence to same as Perl
...
- update to 1.71
- Fixed https://rt.cpan.org/Ticket/Display.html?id=50487 :
- add a blacklist for libxslt-1.1.25 which has a deadlock that
hangs a test.
- Fixed https://rt.cpan.org/Ticket/Display.html?id=52422 :
- Unexpected webserver dependency in test
- Updated the version control instructions in the README to bitbucket.org.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=12
2011-09-12 09:40:30 +00:00
Stephan Kulow
2eb2cdfb2a
always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=10
2010-12-03 14:56:17 +00:00
Stephan Kulow
21abeee9d6
siwtch to perl_requires macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXSLT?expand=0&rev=9
2010-12-01 13:57:56 +00:00
46f369a8d4
Autobuild autoformatter for 54126
...
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=13
2010-11-30 16:28:01 +00:00
336549ab3f
Accepting request 54126 from devel:languages:perl
...
Accepted submit request 54126 from user coolo
OBS-URL: https://build.opensuse.org/request/show/54126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=12
2010-11-30 16:27:52 +00:00
OBS User autobuild
f27e057208
Accepting request 29672 from devel:languages:perl
...
Copy from devel:languages:perl/perl-XML-LibXSLT based on submit request 29672 from user anicka
OBS-URL: https://build.opensuse.org/request/show/29672
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=8
2010-01-18 17:17:44 +00:00
OBS User autobuild
8a5ddbcffd
Accepting request 28951 from devel:languages:perl
...
Copy from devel:languages:perl/perl-XML-LibXSLT based on submit request 28951 from user coolo
OBS-URL: https://build.opensuse.org/request/show/28951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=7
2010-01-12 11:57:23 +00:00
OBS User unknown
efff831c64
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=5
2009-01-22 16:07:34 +00:00
OBS User unknown
992a58c270
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=3
2008-09-30 16:07:01 +00:00
OBS User unknown
17e94c10b4
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=2
2008-02-08 20:08:27 +00:00
OBS User unknown
0c77d3fa54
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXSLT?expand=0&rev=1
2007-01-15 23:32:14 +00:00