Update to 1.12

- New upstream release 1.12
  - Add new keyword fc (Unicode casefolding) for 5.16
  - Added diag before each big t/11keywords.t loop
- This release by RURBAN -> update source URL
- Don't use macros for commands
This commit is contained in:
Paul Howarth 2012-02-10 10:09:49 +00:00
parent b9e902e208
commit eec588400d
2 changed files with 13 additions and 6 deletions

View File

@ -1,17 +1,17 @@
Name: perl-B-Keywords
Version: 1.11
Version: 1.12
Release: 1%{?dist}
Summary: Lists of reserved barewords and symbol names
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/B-Keywords/
Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Keywords-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/B-Keywords-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More)
BuildRequires: perl(YAML)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@ -23,7 +23,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -51,6 +51,13 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 10 2012 Paul Howarth <paul@city-fan.org> - 1.12-1
- Update to 1.12
- Add new keyword fc (Unicode casefolding) for 5.16
- Added diag before each big t/11keywords.t loop
- This release by RURBAN -> update source URL
- Don't use macros for commands
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.11-1
- Update to 1.11
- Add new keywords for 5.16: __SUB__ and evalbytes

View File

@ -1 +1 @@
2c957056281623ad76ed65517e1c82c2 B-Keywords-1.11.tar.gz
47b5a1ca5388fe1ceb3338c0a43259d8 B-Keywords-1.12.tar.gz