From 028d385f8646b875a8aee3242c48c85ca597182a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <[email protected]>
Date: Sun, 10 Apr 2016 03:02:18 +0200
Subject: New upstream release (#1325567)
---
.gitignore | 1 +
perl-Growl-GNTP.spec | 17 +++++++++++------
sources | 2 +-
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index 60f4262..f0afbc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/Growl-GNTP-0.15.tar.gz
/Growl-GNTP-0.16.tar.gz
/Growl-GNTP-0.20.tar.gz
+/Growl-GNTP-0.21.tar.gz
diff --git a/perl-Growl-GNTP.spec b/perl-Growl-GNTP.spec
index 6b4bb0d..3d8d396 100644
--- a/perl-Growl-GNTP.spec
+++ b/perl-Growl-GNTP.spec
@@ -1,6 +1,6 @@
Name: perl-Growl-GNTP
-Version: 0.20
-Release: 8%{?dist}
+Version: 0.21
+Release: 1%{?dist}
Summary: Perl implementation of GNTP Protocol (Client Part)
License: GPL+ or Artistic
Group: Development/Libraries
@@ -13,8 +13,7 @@ BuildRequires: perl(Digest::MD5) >= 2.36
BuildRequires: perl(Digest::SHA) >= 5.45
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.36
BuildRequires: perl(Filter::Util::Call)
-BuildRequires: perl(IO::Socket::PortState)
-BuildRequires: perl(Module::Build)
+BuildRequires: perl(Module::Build::Tiny)
BuildRequires: perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo
$version))
@@ -25,11 +24,11 @@ Growl::GNTP is Perl implementation of GNTP Protocol (Client
Part)
%setup -q -n Growl-GNTP-%{version}
%build
-perl Build.PL installdirs=vendor
+perl Build.PL --installdirs=vendor
./Build
%install
-./Build install destdir=%{buildroot} create_packlist=0
+./Build install --destdir=%{buildroot} --create_packlist=0
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
@@ -44,6 +43,12 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} \;
%{_mandir}/man3/*
%changelog
+* Sun Apr 10 2016 Miro HronĨok <[email protected]> - 0.21-1
+- New upstream release (#1325567)
+- removed dependency of IO::Socket::PortState
+- Use Module::Build::Tiny instead of Module::Build
+- add -- for options, otherwise it doesn't work
+
* Thu Feb 04 2016 Fedora Release Engineering <[email protected]> -
0.20-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
diff --git a/sources b/sources
index 8e802a2..2422298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-482e242fc8d274d1138c361200e0b65d Growl-GNTP-0.20.tar.gz
+cfb18c0e214f5d80fd6e44b68d218b31 Growl-GNTP-0.21.tar.gz
--
cgit v0.12
http://pkgs.fedoraproject.org/cgit/perl-Growl-GNTP.git/commit/?h=master&id=028d385f8646b875a8aee3242c48c85ca597182a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]