Hello community, here is the log from the commit of package perl-IO-Interface for openSUSE:Factory checked in at 2015-04-25 09:52:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IO-Interface (Old) and /work/SRC/openSUSE:Factory/.perl-IO-Interface.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IO-Interface" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IO-Interface/perl-IO-Interface.changes 2012-11-28 14:32:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IO-Interface.new/perl-IO-Interface.changes 2015-04-25 09:54:27.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Apr 14 19:27:06 UTC 2015 - [email protected] + +- updated to 1.09 + see /usr/share/doc/packages/perl-IO-Interface/Changes + + 1.09 Tue Dec 9 11:22:56 EST 2014 + -Converted to use Module::Build + + 1.08 Mon Dec 8 10:38:42 EST 2014 + -First Git version + -Apply segfault patches for OpenBSD from Mikolaj Kucharski. + + 1.07 Sun Jun 8 21:29:58 EDT 2014 + -Apply patch from Miolaj Kucharski to fix segfault on OpenBSD. + +------------------------------------------------------------------- Old: ---- IO-Interface-1.06.tar.gz New: ---- IO-Interface-1.09.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Interface.spec ++++++ --- /var/tmp/diff_new_pack.FnS81T/_old 2015-04-25 09:54:27.000000000 +0200 +++ /var/tmp/diff_new_pack.FnS81T/_new 2015-04-25 09:54:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IO-Interface # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,46 +17,46 @@ Name: perl-IO-Interface +Version: 1.09 +Release: 0 +%define cpan_name IO-Interface Summary: Perl extension for access to network card configuration information -License: Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Version: 1.06 -Release: 0 Url: http://search.cpan.org/dist/IO-Interface/ -Source: http://www.cpan.org/modules/by-module/IO/IO-Interface-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/L/LD/LDS/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::CBuilder) +BuildRequires: perl(Module::Build) >= 0.42 +%{perl_requires} %description IO::Interface adds methods to IO::Socket objects that allows them to be - used to retrieve and change information about the network interfaces on - your system. In addition to the object-oriented access methods, you can - use a function-oriented style. +used to retrieve and change information about the network interfaces on +your system. In addition to the object-oriented access methods, you can use +a function-oriented style. + +THIS API IS DEPRECATED. Please see the IO::Interface::Simple manpage for +the preferred way to get and set interface configuration information. %prep -%setup -q -n IO-Interface-%{version} +%setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +./Build build flags=%{?_smp_mflags} %check -%if ! 0%{?qemu_user_space_build} -%{__make} test -%endif +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf $RPM_BUILD_ROOT - %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes README +%defattr(-,root,root,755) +%doc Changes LICENSE README.md %changelog ++++++ IO-Interface-1.06.tar.gz -> IO-Interface-1.09.tar.gz ++++++ ++++ 3360 lines of diff (skipped)
