From 63fac54450ed770bbb017df7c5da973b82784f98 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Sep 25 2017 11:21:44 +0000
Subject: Update to 1.000007
- New upstream release 1.000007
- Added new interface: $obj->$_call_if_can
- This release by ETHER → update source URL
- Drop EL-5 support
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
---
diff --git a/perl-Safe-Isa.spec b/perl-Safe-Isa.spec
index f1c2e93..326fc90 100644
--- a/perl-Safe-Isa.spec
+++ b/perl-Safe-Isa.spec
@@ -1,19 +1,17 @@
Name: perl-Safe-Isa
-Version: 1.000006
-Release: 4%{?dist}
+Version: 1.000007
+Release: 1%{?dist}
Summary: Call isa, can, does and DOES safely on things that may not be
objects
-Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Safe-Isa/
-Source0:
http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Safe-Isa-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+Source0:
http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Safe-Isa-%{version}.tar.gz
BuildArch: noarch
# Build
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
-BuildRequires: perl-interpreter
BuildRequires: perl-generators
+BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
# Module
BuildRequires: perl(Exporter) >= 5.57
@@ -37,7 +35,6 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
-rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} -c %{buildroot}
@@ -45,15 +42,21 @@ find %{buildroot} -type f -name .packlist -delete
%check
make test
-%clean
-rm -rf %{buildroot}
-
%files
%doc Changes README
%{perl_vendorlib}/Safe/
%{_mandir}/man3/Safe::Isa.3*
%changelog
+* Mon Sep 25 2017 Paul Howarth <[email protected]> - 1.000007-1
+- Update to 1.000007
+ - Added new interface: $obj->$_call_if_can
+- This release by ETHER → update source URL
+- Drop EL-5 support
+ - Drop BuildRoot: and Group: tags
+ - Drop explicit buildroot cleaning in %%install section
+ - Drop explicit %%clean section
+
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> -
1.000006-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
diff --git a/sources b/sources
index 699e7de..a383da6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-795edbe605fbddba7f1301dd7e755419 Safe-Isa-1.000006.tar.gz
+SHA512 (Safe-Isa-1.000007.tar.gz) =
1a273b90f5664b1fde36abda0a9268cfc30c307c3fd4452a706bad6173e9f189050fccbbcbf71f0985af5eaa0c2e1745b21da3bcf4134be51bd389b8f8717e86
https://src.fedoraproject.org/rpms/perl-Safe-Isa/c/63fac54450ed770bbb017df7c5da973b82784f98?branch=master
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]