From dd1e2dcd8011e96af4355f8fd41960427ede6ba5 Mon Sep 17 00:00:00 2001
From: Tom Callaway <s...@fedoraproject.org>
Date: Fri, 14 Oct 2016 10:52:56 -0400
Subject: 1.22

---
 .gitignore                        |  1 +
 perl-Log-Dispatch-FileRotate.spec | 26 ++++++--------------------
 sources                           |  2 +-
 3 files changed, 8 insertions(+), 21 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6395e64..cf86509 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Log-Dispatch-FileRotate-1.19.tar.gz
+/Log-Dispatch-FileRotate-1.22.tar.gz
diff --git a/perl-Log-Dispatch-FileRotate.spec 
b/perl-Log-Dispatch-FileRotate.spec
index c8255d0..ec014f0 100644
--- a/perl-Log-Dispatch-FileRotate.spec
+++ b/perl-Log-Dispatch-FileRotate.spec
@@ -1,21 +1,16 @@
 Name:           perl-Log-Dispatch-FileRotate
-Version:        1.19
-Release:        21%{?dist}
+Version:        1.22
+Release:        1%{?dist}
 Summary:        Log to files that archive/rotate themselves
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Log-Dispatch-FileRotate/
 Source0:        
http://www.cpan.org/authors/id/M/MA/MARKPF/Log-Dispatch-FileRotate-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:      noarch
 BuildRequires:  perl-generators
 BuildRequires:  perl(Date::Manip)
 BuildRequires:  perl(Log::Dispatch)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# See comment in the %%check section
-%{?_with_tests:BuildRequires:  perl(Log::Log4perl) >= 1.0}
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -24,41 +19,32 @@ Log::Dispatch::* system, and automatically rotating them 
according to
 different constraints. This is basically a Log::Dispatch::File wrapper
 with additions.
 
-
 %prep
 %setup -q -n Log-Dispatch-FileRotate-%{version}
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
-# Test suite disabled: circular dependencies with Log::Log4perl
-%{?_with_tests:make test}
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
+make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Log/Dispatch/
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Fri Oct 14 2016 Tom Callaway <s...@fedoraproject.org> - 1.22-1
+- update to 1.22
+
 * Mon May 16 2016 Jitka Plesnikova <jples...@redhat.com> - 1.19-21
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index fb550f8..e61a9bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fabfe387bb070580f7c97c18853ae25  Log-Dispatch-FileRotate-1.19.tar.gz
+904b198de252edbdce1b49307486e849  Log-Dispatch-FileRotate-1.22.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Log-Dispatch-FileRotate.git/commit/?h=master&id=dd1e2dcd8011e96af4355f8fd41960427ede6ba5
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to