Update to 0.98

- New upstream release 0.98
  - Fix indexing of YAML::Any
  - Change IRC to irc.perl.org#yaml
- Use %license
- Drop workaround for #1115971
This commit is contained in:
Paul Howarth 2014-07-31 14:55:59 +01:00
parent 9c99f2c289
commit 39fd9de002
2 changed files with 11 additions and 8 deletions

View File

@ -1,5 +1,5 @@
Name: perl-YAML
Version: 0.97
Version: 0.98
Release: 1%{?dist}
Summary: YAML Ain't Markup Language (tm)
License: GPL+ or Artistic
@ -42,11 +42,6 @@ specification.
%prep
%setup -q -n YAML-%{version}
# Inject VERSION into each module, bug #1115971,
# https://github.com/ingydotnet/yaml-pm/issues/30
find lib -name '*.pm' \! -exec grep -q '^our $VERSION ' {} \; -print0 | \
xargs -0 -- sed -i -e '/^package /a\our $VERSION = %{version};'
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -67,7 +62,8 @@ rm -f %{buildroot}%{perl_vendorlib}/Test/YAML* \
make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%files
%doc Changes CONTRIBUTING LICENSE README
%license LICENSE
%doc Changes CONTRIBUTING README
%dir %{perl_vendorlib}/YAML/
%dir %{perl_vendorlib}/YAML/Dumper/
%dir %{perl_vendorlib}/YAML/Loader/
@ -107,6 +103,13 @@ make test %{!?perl_bootstrap:RELEASE_TESTING=1}
%{_mandir}/man3/YAML::Types.3pm*
%changelog
* Thu Jul 31 2014 Paul Howarth <paul@city-fan.org> - 0.98-1
- Update to 0.98
- Fix indexing of YAML::Any
- Change IRC to irc.perl.org#yaml
- Use %%license
- Drop workaround for #1115971
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.97-1
- Update to 0.97
- Move remaining docs to Swim

View File

@ -1 +1 @@
d8a8bb9611ebae31f63835127cf4f6c2 YAML-0.97.tar.gz
8446a110117f463850ac69de872daa91 YAML-0.98.tar.gz