8
0

- updated to 1.50

- Removed normalize as a supported parameter, normalizing columns turns
     out not to work in practice. However, we always normalize tables to
     get the class name for the table as that seems to result in class
     names that make much more sense.
   - Adding normalize support to turn columnName into column_name

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-NetAddr-IP?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2011-06-08 13:17:31 +00:00
committed by Git OBS Bridge
parent 251a8cdc03
commit b97ad0dd46
4 changed files with 14 additions and 9 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 8 13:10:29 UTC 2011 - coolo@novell.com
- updated to 4.044
added missing support for ->compactref(\@list) which is described
in the documentation but not implemented.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 7 05:25:11 UTC 2011 - coolo@novell.com Thu Apr 7 05:25:11 UTC 2011 - coolo@novell.com

View File

@@ -1,5 +1,5 @@
# #
# spec file for package perl-NetAddr-IP # spec file for package perl-NetAddr-IP (Version 4.044)
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@@ -15,18 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-NetAddr-IP Name: perl-NetAddr-IP
Version: 4.043 Version: 4.044
Release: 1 Release: 1
License: GPL+ or Artistic License: GPL+ or Artistic
%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
Url: http://search.cpan.org/dist/NetAddr-IP/ Url: http://search.cpan.org/dist/NetAddr-IP/
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz Source: http://www.cpan.org/authors/id/M/MI/MIKER/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -43,6 +40,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
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"