From a8281f07003a7c3b0cf0f1b4422fc04226fd8805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 20 Mar 2017 16:00:44 +0100 Subject: 0.14 bump
--- .gitignore | 1 + perl-Net-DAVTalk.spec | 13 +++++++------ sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 6be45bb..b5887df 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Net-DAVTalk-0.11.tar.gz /Net-DAVTalk-0.12.tar.gz +/Net-DAVTalk-0.14.tar.gz diff --git a/perl-Net-DAVTalk.spec b/perl-Net-DAVTalk.spec index 170d89c..2899223 100644 --- a/perl-Net-DAVTalk.spec +++ b/perl-Net-DAVTalk.spec @@ -1,18 +1,17 @@ Name: perl-Net-DAVTalk -Version: 0.12 -Release: 2%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Client for DAV servers License: Artistic 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Net-DAVTalk/ Source0: http://www.cpan.org/authors/id/B/BR/BRONG/Net-DAVTalk-%{version}.tar.gz BuildArch: noarch -BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(:VERSION) >= 5.6.0 -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -49,12 +48,11 @@ This is a Perl library for accessing DAV servers. %setup -q -n Net-DAVTalk-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -67,6 +65,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Mar 20 2017 Petr Pisar <ppi...@redhat.com> - 0.14-1 +- 0.14 bump + * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild diff --git a/sources b/sources index eebbf4d..3c81af0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c084264152b4d7c9b97855f648279c4 Net-DAVTalk-0.12.tar.gz +SHA512 (Net-DAVTalk-0.14.tar.gz) = bf31736edb871a6351d121155b1b4be574e35d686cb9658a7c5e72f3e974c35cf97493535c976d5303abb3fdd0e1e40272fca767f73e3a48ab1cbc5e441cafa7 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Net-DAVTalk.git/commit/?h=f26&id=a8281f07003a7c3b0cf0f1b4422fc04226fd8805 _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org