Hello community, here is the log from the commit of package perl-BSD-Resource for openSUSE:Factory checked in at 2013-07-29 17:45:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-BSD-Resource (Old) and /work/SRC/openSUSE:Factory/.perl-BSD-Resource.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-BSD-Resource" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-BSD-Resource/perl-BSD-Resource.changes 2011-11-21 12:36:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-BSD-Resource.new/perl-BSD-Resource.changes 2013-07-29 17:45:32.000000000 +0200 @@ -1,0 +2,44 @@ +Fri Jul 26 05:37:59 UTC 2013 - [email protected] + +- updated to 1.2907 + * Address rt.cpan.org #86857: t/setrlimit.t failure + Skip setrlimit() tests also if the hard limit is RLIM_INFINITY. + + * Release 1.2907. + + 2013-07-07 Jarkko Hietaniemi <[email protected]> + + * Skip number-of-files and stack setrlimit tests in Cygwin: + the constants exist but the implementation doesn't really + seem to be there. Document this in the pod. Testing by dsolimano. + + * For setrlimit tests involving byte sizes (memory or file size) + round the byte sizes down to 4 kB boundaries. + + * Fix some pod nits. + + * Release 1.2906. + + 2013-06-22 Jarkko Hietaniemi <[email protected]> + + * Address rt.cpan.org #86334: typo fixes + + * Address rt.cpan.org #62504: Disable user/system + timing tests if workload accumulate too little time + + * Attempt harder in getrusage.t to burn enough user and system time, + refactor the "burn some cpu" utility into t/burn.pl, use that also + in t/times.t. + + * Fix a testing problem in NetBSD for t/setrlimit.t, + the tests were misnumbered. + + * Silence compilation warnings coming from Perl 5.18.0. + + * Clarify the license to be Artistic 2.0 or LGPL 2.0. + + * Regenerate ppport.h with Perl 5.18.0. + + * Release 1.2905. + +------------------------------------------------------------------- Old: ---- BSD-Resource-1.2904.tar.gz New: ---- BSD-Resource-1.2907.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-BSD-Resource.spec ++++++ --- /var/tmp/diff_new_pack.RXsqLG/_old 2013-07-29 17:45:33.000000000 +0200 +++ /var/tmp/diff_new_pack.RXsqLG/_new 2013-07-29 17:45:33.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-BSD-Resource # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,58 +16,42 @@ # - Name: perl-BSD-Resource -Version: 1.2904 -Release: 5 -AutoReqProv: on +Version: 1.2907 +Release: 0 +%define cpan_name BSD-Resource +Summary: BSD process resource limit and priority functions +License: Apache-2.0 or LGPL-2.0 Group: Development/Libraries/Perl -License: Artistic-1.0 -Url: http://cpan.org/modules/by-module/BSD -Summary: BSD::Resource Perl Module -Source: BSD-Resource-%{version}.tar.gz +Url: http://search.cpan.org/dist/BSD-Resource/ +Source: http://www.cpan.org/authors/id/J/JH/JHI/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(BSD::Resource) +%{perl_requires} %description -BSD::Resource is a class implementing access to process resource limit -and priority functions (e.g. getrusage, setrlimit, etc). - - - -Authors: --------- - Jarkko Hietaniemi <[email protected]> +BSD process resource limit and priority functions %prep -%setup -q -n BSD-Resource-%{version} +%setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} %check -# The testsuite tries to set a nice level of (current_nice_level + 1) - -# and checks for the same, so running the testsuite with nice 19 will -# fail, because renice(20) will yield a nice level of 19 instead. -%ifnarch %arm -make test -%endif +%{__make} test %install -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc README -%doc %{_mandir}/man?/* -%{perl_vendorarch}/auto/BSD -%{perl_vendorarch}/BSD +%files -f %{name}.files +%defattr(-,root,root,755) +%doc ChangeLog README %changelog ++++++ BSD-Resource-1.2904.tar.gz -> BSD-Resource-1.2907.tar.gz ++++++ ++++ 3414 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
