File perl-XML-RSS.changes of Package perl-XML-RSS
-------------------------------------------------------------------
Mon Feb 24 05:34:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.650.0 (1.65)
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.65 2025-02-23
- Fix <*:guid> outside a feed's item element
- https://github.com/shlomif/perl-XML-RSS/issues/24
- Thanks to @steve-piner
-------------------------------------------------------------------
Wed Oct 16 05:36:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.640.0 (1.64)
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.64 2024-10-16
- Avoid double $VERSION
- https://github.com/shlomif/perl-XML-RSS/pull/23
- https://github.com/shlomif/perl-XML-RSS/issues/18
- Thanks to @yoshikazusawa
- Thanks to @hvds
-------------------------------------------------------------------
Fri Mar 8 23:11:49 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Wed Dec 27 03:09:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.63
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.63 2023-12-26
- Add allow_empty .
- https://github.com/shlomif/perl-XML-RSS/issues/20
- Thanks to @johnhorner .
-------------------------------------------------------------------
Fri Oct 16 03:10:36 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 1.62
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.62 2020-10-15
- dist.ini / weaver.ini / .tidyallrc / etc. cleanup
- Move to @SHLOMIF
- Inspired by Lady_Aleena.
- Sympotamtic fix for item/link nested inside custom tags:
- https://github.com/shlomif/perl-XML-RSS/issues/7
- Thanks to @jkramer for the bug report and a test case.
-------------------------------------------------------------------
Sun Aug 25 05:39:03 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.61
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.61 2019-08-24
- Clarified the docs regarding DateTime objects.
- Thanks to shtrb
- Add 2.0 to the version list, fix broken links to versions
- Thanks to E. Choroba
- Changed to explicit imports in "use" statements.
-------------------------------------------------------------------
Mon Mar 5 07:13:21 UTC 2018 - coolo@suse.com
- updated to 1.60
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.60 2018-04-03
- Convert to Dist-Zilla.
- Add Travis-CI support.
-------------------------------------------------------------------
Tue Mar 8 11:21:19 UTC 2016 - coolo@suse.com
- updated to 1.59
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.59 2016-03-01
- Merge a pull request to add subcategory support.
- https://github.com/shlomif/perl-XML-RSS/pull/4
- https://rt.cpan.org/Public/Bug/Display.html?id=48426
- Thanks to @ozcoder for the changes.
-------------------------------------------------------------------
Sat Feb 13 10:57:00 UTC 2016 - coolo@suse.com
- updated to 1.58
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.58 2016-02-08
- Merge a pull-request regarding the handling of isPermaLink:
- https://github.com/shlomif/perl-XML-RSS/pull/2
- Thanks to @dwmc15873 for the changes.
-------------------------------------------------------------------
Tue Dec 15 10:37:30 UTC 2015 - coolo@suse.com
- updated to 1.57
see /usr/share/doc/packages/perl-XML-RSS/Changes
1.57 2015-12-13
- Update an old E-mail address for Shlomi Fish.
-------------------------------------------------------------------
Tue Apr 14 21:06:59 UTC 2015 - coolo@suse.com
- updated to 1.56
see /usr/share/doc/packages/perl-XML-RSS/Changes
-------------------------------------------------------------------
Sat May 11 21:53:48 UTC 2013 - lars@linux-schulserver.de
- update to 1.51:
+ Sort the XML namespaces before outputting
+ Update the repository URL to its new location on GitHub
-------------------------------------------------------------------
Mon Apr 11 08:35:52 UTC 2011 - vcizek@novell.com
- update to 1.49
- Some correctness and Modern Perl changes to the rss2html.pl
script (it still appears to be very hairy.)
- Add support for parsing rssCloud:
- https://rt.cpan.org/Ticket/Display.html?id=67241
- Thanks to STUIFZAND for the patch.
- corrected license to GPL+ or Artistic
-------------------------------------------------------------------
Wed Feb 2 13:42:05 UTC 2011 - vcizek@novell.com
- bzipped source tarball
-------------------------------------------------------------------
Wed Dec 1 13:36:17 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Aug 31 23:19:59 UTC 2010 - pascal.bleser@opensuse.org
- update to 1.48:
* fix the $rss->parse($string)->other_method() display (had to add spaces between the << and >>) RT#56848
- changes from 1.47:
* made sure XML::RSS::save() can do its thing when in taint mode, RT#52334
- changes from 1.46:
* removed the perl-5.6.x-specific workarounds and made perl-5.8.x as a requirement;
this was done in order to:
+ avoid a workaround that also caused an incomplete test coverage
+ avoid various test failures due to a problem with XML-Parser on 5.6.x
+ encourage people using ancient versions of perl in production
+ convert all occurences of "new XML::RSS" to "XML::RSS->new()" everywhere
- changes from 1.45:
* removed some unused module requirements statements from lib/**.pm
- changes from 1.44:
* add support for multiple enclosures
- changes from 1.42:
* when transforming elements with attributes into hash-refs - make sure they are placed in the correct namespace
- changes from 1.41:
* made the default keys for the channel link, description and title undef instead of ''. They become '' once they are opened; RT#40686
* now keeping track of rdf:resource of <image> in RSS 1.0, RT#3978
* made sure that channel/{link,description,title} are localized to the empty string before rendering, to allow for better backwards compatibility; RT#40686
- changes from 1.40:
* now outputting an arrayref of <skipDays>/<day>'s and <skipHours>/<hours> properly; RT#40978
* now parsing multiple <category>'ies inside an <item> into an array-reference; RT#38296
* now outputting an arrayref of <item>/<category> properly; RT#38296
* parsing multiple <channel>/<category> into arrays; RT#9729
* rendering multiple <channel>/<category> elements from array refs; RT#9729
* now parsing multiple dc:items into an array reference (at least inside an <item>); RT#6000
* added the modules_as_arrays option to parse repeatable module elements into an array ref
-------------------------------------------------------------------
Sun Oct 26 00:00:00 UTC 2008 - gerrit.beine@gmx.de
- update to 1.36
-------------------------------------------------------------------
Sun Jun 8 00:00:00 UTC 2008 - gerrit.beine@gmx.de
- first release 1.33