openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

Encoding broken when changes file is latin1 #26

Closed perlpunk closed 3 years ago

perlpunk commented 3 years ago

Example: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-IMAPClient

The .changes file is in utf8, while the distributions Changes file is latin1.

When reading the new and the old changes, we should let perl guess the encoding and decode it.

perlpunk commented 3 years ago

Working on a fix and will let it run with the next updates to test

perlpunk commented 3 years ago

Merged #27