8
0

Accepting request 398554 from devel:languages:perl:autoupdate

- updated to 4.079
   see /usr/share/doc/packages/perl-NetAddr-IP/Changes
  Revision history for Perl extension NetAddr::IP

OBS-URL: https://build.opensuse.org/request/show/398554
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=43
This commit is contained in:
Stephan Kulow
2016-05-28 14:18:56 +00:00
committed by Git OBS Bridge
parent 773f5ef8d4
commit 35069504ad
5 changed files with 46 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0954a7deb840b934640d798bf57af4a5477a8744f73d320b0f0214f11784fc9d
size 211706

3
NetAddr-IP-4.079.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec5a82dfb7028bcd28bb3d569f95d87dd4166cc19867f2184ed3a59f6d6ca0e7
size 213896

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
license: Perl License
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat May 28 10:20:20 UTC 2016 - coolo@suse.com
- updated to 4.079
see /usr/share/doc/packages/perl-NetAddr-IP/Changes
Revision history for Perl extension NetAddr::IP
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com Sun Feb 9 13:33:36 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-NetAddr-IP # spec file for package perl-NetAddr-IP
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-NetAddr-IP Name: perl-NetAddr-IP
Version: 4.072 Version: 4.079
Release: 0 Release: 0
%define cpan_name NetAddr-IP %define cpan_name NetAddr-IP
Summary: Manages IPv4 and IPv6 addresses and subnets Summary: Manages IPv4 and IPv6 addresses and subnets
License: GPL-2.0+ or Artistic-1.0 License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/NetAddr-IP/ Url: http://search.cpan.org/dist/NetAddr-IP/
Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -41,7 +42,7 @@ IPv4 and IPv6 objects may be freely mixed.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -57,6 +58,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc About-NetAddr-IP.txt Artistic Changes Copying TODO %doc About-NetAddr-IP.txt Artistic Changes Copying docs TODO
%changelog %changelog