diff --git a/perl-Encode.spec b/perl-Encode.spec index 7fa9d6e..e522751 100644 --- a/perl-Encode.spec +++ b/perl-Encode.spec @@ -1,9 +1,11 @@ Name: perl-Encode Epoch: 2 Version: 2.70 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Character encodings in Perl -License: GPL+ or Artistic +# ucm: UCD +# other files: GPL+ or Artistic +License: (GPL+ or Artistic) and UCD Group: Development/Libraries URL: http://search.cpan.org/dist/Encode/ Source0: http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-%{version}.tar.gz @@ -66,6 +68,7 @@ of the system. Perl strings are sequences of characters. %package -n perl-encoding Summary: Write your Perl script in non-ASCII or non-UTF-8 +License: GPL+ or Artistic Group: Development/Libraries # Keeping this sub-package arch-specific because it installs files into # arch-specific directories. @@ -149,6 +152,9 @@ make test %{perl_vendorarch}/Encode/encode.h %changelog +* Wed Mar 04 2015 Petr Pisar - 2:2.70-2 +- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and UCD) + * Thu Feb 05 2015 Petr Pisar - 2:2.70-1 - 2.70 bump