7
0
forked from pool/perl-XML-Feed
Files
perl-XML-Feed/perl-XML-Feed.changes
Dirk Stoecker a7d708351f Accepting request 1186641 from devel:languages:perl:autoupdate
- updated to 0.650.0 (0.65)
   see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
  ## [0.65] - 2024-07-08
  ### Fixed
  * Packaging errors in version 0.64 (thanks @perlpunk for spotting them)
  ## [0.64] - 2024-07-07
  ### Added
  * Include parse error message in output (thanks @renderorange)

OBS-URL: https://build.opensuse.org/request/show/1186641
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Feed?expand=0&rev=19
2024-07-11 11:50:33 +00:00

186 lines
6.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Jul 10 05:30:15 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.650.0 (0.65)
see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
## [0.65] - 2024-07-08
### Fixed
* Packaging errors in version 0.64 (thanks @perlpunk for spotting them)
## [0.64] - 2024-07-07
### Added
* Include parse error message in output (thanks @renderorange)
-------------------------------------------------------------------
Wed May 26 03:08:22 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.63
see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
## [0.63] - 2021-05-25
### Fixed
* Fixed a bug with non-UTC time zones (thanks @nanto)
## [0.62] - 2021-05-24
### Fixed
* Fixed a broken constructor call (thanks @bbkr)
* Reduced some code complexity
### Added
* Added an explicit "use" statement
-------------------------------------------------------------------
Fri Jan 29 03:10:47 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.61
see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
## [0.61] - 2021-01-28
### Fixed
* Reformated Build.PL
-------------------------------------------------------------------
Fri Jan 15 03:10:51 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.60
see /usr/share/doc/packages/perl-XML-Feed/ChangeLog.md
-------------------------------------------------------------------
Thu Feb 7 06:35:18 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.59
see /usr/share/doc/packages/perl-XML-Feed/Changes
2019-02-06 Dave Cross <dave@dave.org.uk>
* lib/XML/Feed.pm, lib/XML/Feed/Content.pm, lib/XML/Feed/Enclosure.pm,
lib/XML/Feed/Entry.pm, lib/XML/Feed/Entry/Format/Atom.pm,
lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version for release
* MANIFEST: Added missing files to MANIFEST
-------------------------------------------------------------------
Wed Feb 6 06:35:10 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.58
see /usr/share/doc/packages/perl-XML-Feed/Changes
2019-02-05 Dave Cross <dave@dave.org.uk>
* lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
lib/XML/Feed/Entry/Format/Atom.pm,
lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version
* t/12-multi-categories-atom.t, t/12-multi-categories-rss.t, t/12
-multi-subjects-rss.t: Don't hard-code 'require' paths.
-------------------------------------------------------------------
Tue Feb 5 06:36:22 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.57
see /usr/share/doc/packages/perl-XML-Feed/Changes
2019-02-04 Dave Cross <dave@dave.org.uk>
* lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
lib/XML/Feed/Entry/Format/Atom.pm,
lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump versions for
release.
2019-02-04 Mohammad S Anwar <mohammad.anwar@yahoo.com>
* Build.PL: Fixed github repo meta not showing up.
2019-02-04 Dave Cross <dave@dave.org.uk>
* Changes: Update Changes
2019-02-03 Dave Cross <dave@dave.org.uk>
* eg/check_feed.pl: Improve one of the example programs
* t/29-date-parsing.t: Improved tests
2019-01-11 Nicolas R <atoomic@cpan.org>
* MANIFEST, t/relative-links.t: Add a unit test for relative links
RT 53661 - GH #45 This is adding a unit test from an upstream
ticket. Not really a bug, more a question about behavior and
relative links. Make sure we are processing correctly.
2019-01-11 Dave Cross <dave@dave.org.uk>
* lib/XML/Feed.pm, lib/XML/Feed/Content.pm,
lib/XML/Feed/Enclosure.pm, lib/XML/Feed/Entry.pm,
lib/XML/Feed/Entry/Format/Atom.pm,
lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm: Bump version
numbers
2019-01-11 Nicolas R <atoomic@cpan.org>
* Build.PL: Advertise GitHub as default bugtracker Also set repo url
and web entries
2019-01-10 Nicolas R <atoomic@cpan.org>
* .travis.yml: add Perl 5.22 to 5.26 to travis
2018-10-28 Tim Gim Yee <tim.gim.yee@gmail.com>
* lib/XML/Feed/Util.pm: Rename undocumented private subroutine for
Pod::Coverage
2018-10-26 Tim Gim Yee <tim.gim.yee@gmail.com>
* Build.PL, MANIFEST, MANIFEST.SKIP,
lib/XML/Feed/Entry/Format/Atom.pm,
lib/XML/Feed/Entry/Format/RSS.pm, lib/XML/Feed/Format/Atom.pm,
lib/XML/Feed/Format/RSS.pm, lib/XML/Feed/Util.pm, t/29-date-
parsing.t, t/samples/rss10-invalid-date.xml: Parse incorrectly
formatted dates
-------------------------------------------------------------------
Thu Nov 8 07:08:01 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.55
see /usr/share/doc/packages/perl-XML-Feed/Changes
-------------------------------------------------------------------
Tue Dec 15 10:37:07 UTC 2015 - coolo@suse.com
- updated to 0.53
see /usr/share/doc/packages/perl-XML-Feed/Changes
-------------------------------------------------------------------
Thu Apr 16 21:40:45 UTC 2015 - coolo@suse.com
- updated to 0.52
see /usr/share/doc/packages/perl-XML-Feed/Changes
-------------------------------------------------------------------
Thu Apr 16 21:40:43 UTC 2015 - coolo@suse.com
- updated to 0.46
see /usr/share/doc/packages/perl-XML-Feed/Changes
-------------------------------------------------------------------
Wed Dec 1 13:36:11 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Nov 29 18:32:27 UTC 2010 - coolo@novell.com
- remove /var/adm/perl-modules
-------------------------------------------------------------------
Tue Jul 22 00:00:00 UTC 2008 - guru@unixtech.be
- new package