Notification time stamped 2018-10-28 16:15:12 UTC

From b18390bf98298e76c335d3ab39deacdcd3da0a63 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Oct 28 2018 16:14:34 +0000
Subject: Update to 0.43


- New upstream release 0.43
  - Optimized compile-time operations to make Specio itself quicker to load;
    Specio's load time is a non-trivial part of the load time of DateTime (and
    presumably other things that use it)
  - Based on https://github.com/houseabsolute/DateTime.pm/issues/85
- Package new CODE_OF_CONDUCT.md file

---

diff --git a/.rpmlint b/.rpmlint
deleted file mode 100644
index 6eb9262..0000000
--- a/.rpmlint
+++ /dev/null
@@ -1,2 +0,0 @@
-from Config import *
-addFilter("spelling-error Summary\(en_US\) coercions -> ");
diff --git a/perl-Specio.rpmlintrc b/perl-Specio.rpmlintrc
new file mode 100644
index 0000000..6eb9262
--- /dev/null
+++ b/perl-Specio.rpmlintrc
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error Summary\(en_US\) coercions -> ");
diff --git a/perl-Specio.spec b/perl-Specio.spec
index c6b12f6..890935d 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -6,8 +6,8 @@
 %endif
 
 Name:          perl-Specio
-Version:       0.42
-Release:       5%{?dist}
+Version:       0.43
+Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 License:       Artistic 2.0
 URL:           https://metacpan.org/release/Specio
@@ -109,7 +109,7 @@ make test
 
 %files
 %license LICENSE
-%doc Changes CONTRIBUTING.md README.md TODO.md
+%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md
 %{perl_vendorlib}/Specio.pm
 %{perl_vendorlib}/Specio/
 %{_mandir}/man3/Specio.3*
@@ -157,6 +157,14 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Sun Oct 28 2018 Paul Howarth <p...@city-fan.org> - 0.43-1
+- Update to 0.43
+  - Optimized compile-time operations to make Specio itself quicker to load;
+    Specio's load time is a non-trivial part of the load time of DateTime (and
+    presumably other things that use it)
+  - Based on https://github.com/houseabsolute/DateTime.pm/issues/85
+- Package new CODE_OF_CONDUCT.md file
+
 * Fri Jul 13 2018 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.42-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
 
diff --git a/sources b/sources
index 356d72c..1966da7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.42.tar.gz) = 
7a9ff3e96cf3957d7857cd5f6af5efd9e35fc4c888fcd8177041e34a2388f54269e7a3da84ec60961fb61307beb882ebf54e19ae4346876e06197b1ff57891a0
+SHA512 (Specio-0.43.tar.gz) = 
6523fab79df4a66824da554ee86d6bad1953a4e542a7ef09d1b0727b7449f54e903234ba34587a52592c7397b51cd6d2ae9c555813e121aa7096d60a90998274


        
https://src.fedoraproject.org/rpms/perl-Specio/c/b18390bf98298e76c335d3ab39deacdcd3da0a63?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to