From 40a69b46f4c1c313fbf90d0530623731f16d8069 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 18 Mar 2016 10:50:59 +0000
Subject: Update to 0.26

- New upstream release 0.26
  - gailookup.pl.in: Add -P option to ease specification of port number
  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
  - gailookup.pl.in: Add -r option to do reverse lookup
  - System inet_ntop broken in darwin (CPAN RT#113005)
  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
- Simplify find commands using -delete
- Explicitly BR: perl-devel, needed for EXTERN.h
---
 .gitignore        |  3 +--
 perl-Socket6.spec | 25 ++++++++++++++++++++-----
 sources           |  2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 6514b2c..646dbcc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Socket6-0.23.tar.gz
-/Socket6-0.25.tar.gz
+/Socket6-[0-9.]*.tar.gz
diff --git a/perl-Socket6.spec b/perl-Socket6.spec
index 055c604..6e110ed 100644
--- a/perl-Socket6.spec
+++ b/perl-Socket6.spec
@@ -1,12 +1,17 @@
 Name:           perl-Socket6
-Version:        0.25
-Release:        8%{?dist}
+Version:        0.26
+Release:        1%{?dist}
 Summary:        IPv6 related part of the C socket.h defines and structure 
manipulators
 License:        BSD
 URL:            http://search.cpan.org/dist/Socket6/
 Source0:        
http://www.cpan.org/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  gcc
+BuildRequires:  make
 BuildRequires:  perl
+BuildRequires:  perl-devel
 BuildRequires:  perl(Config)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module:
@@ -39,20 +44,30 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
-%doc ChangeLog README
+%doc ChangeLog README gailookup.pl
 %{perl_vendorarch}/Socket6.pm
 %{perl_vendorarch}/auto/Socket6/
 %{_mandir}/man3/Socket6.3*
 
 %changelog
+* Fri Mar 18 2016 Paul Howarth <p...@city-fan.org> - 0.26-1
+- Update to 0.26
+  - gailookup.pl.in: Add -P option to ease specification of port number
+  - gailookup.pl.in: Add awareness of AI_ALL and AI_V4MAPPED
+  - gailookup.pl.in: Add -r option to do reverse lookup
+  - System inet_ntop broken in darwin (CPAN RT#113005)
+  - Makefile.PL: Make Socket6 buildable on Android (CPAN RT#98181)
+- Simplify find commands using -delete
+- Explicitly BR: perl-devel, needed for EXTERN.h
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.25-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index 3a88c2d..09183a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6c40d662b1fc5ffd436b7f50daa1f04  Socket6-0.25.tar.gz
+2ff9b2be0ed5ab6513802b8ad1b36974  Socket6-0.26.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Socket6.git/commit/?h=f24&id=40a69b46f4c1c313fbf90d0530623731f16d8069
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to