[perl-YAML] Update to 0.98

Paul Howarth pghmcfc at fedoraproject.org
Thu Jul 31 13:56:43 UTC 2014


commit 39fd9de00244bc07986791202f6423f8d2b4691d
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Jul 31 14:55:59 2014 +0100

    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

 perl-YAML.spec |   17 ++++++++++-------
 sources        |    2 +-
 2 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/perl-YAML.spec b/perl-YAML.spec
index 7094d50..156b3fc 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -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 at 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 at city-fan.org> - 0.97-1
 - Update to 0.97
   - Move remaining docs to Swim
diff --git a/sources b/sources
index 0c05729..5723852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d8a8bb9611ebae31f63835127cf4f6c2  YAML-0.97.tar.gz
+8446a110117f463850ac69de872daa91  YAML-0.98.tar.gz



More information about the perl-devel mailing list