Hello community, here is the log from the commit of package perl-prefork for openSUSE:Factory checked in at 2019-08-27 10:25:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-prefork (Old) and /work/SRC/openSUSE:Factory/.perl-prefork.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-prefork" Tue Aug 27 10:25:58 2019 rev:2 rq:726184 version:1.05 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-prefork/perl-prefork.changes 2018-09-24 13:11:30.549891814 +0200 +++ /work/SRC/openSUSE:Factory/.perl-prefork.new.7948/perl-prefork.changes 2019-08-27 10:26:01.143920573 +0200 @@ -1,0 +2,11 @@ +Thu Aug 22 21:28:25 CEST 2019 - Tina Mueller <[email protected]> + +- Remove patch and use PERL_USE_UNSAFE_INC + +------------------------------------------------------------------- +Wed Apr 3 07:47:37 UTC 2019 - Stephan Kulow <[email protected]> + +- updated to 1.05 + see /usr/share/doc/packages/perl-prefork/Changes + +------------------------------------------------------------------- Old: ---- fix-build.diff prefork-1.04.tar.gz New: ---- prefork-1.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-prefork.spec ++++++ --- /var/tmp/diff_new_pack.TXEUV7/_old 2019-08-27 10:26:01.999920510 +0200 +++ /var/tmp/diff_new_pack.TXEUV7/_new 2019-08-27 10:26:02.003920509 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-prefork # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,21 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-prefork -Version: 1.04 +Version: 1.05 Release: 0 %define cpan_name prefork Summary: Optimized module loading for forking or non-forking processes License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/prefork/ -Source0: https://cpan.metacpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -Patch0: fix-build.diff BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -43,14 +42,14 @@ %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -59,7 +58,7 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes CONTRIBUTING README %license LICENSE %changelog ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.TXEUV7/_old 2019-08-27 10:26:02.019920508 +0200 +++ /var/tmp/diff_new_pack.TXEUV7/_new 2019-08-27 10:26:02.023920508 +0200 @@ -7,8 +7,8 @@ #sources: # - source1 # - source2 -patches: - fix-build.diff: -p1 +#patches: +# fix-build.diff: -p1 #preamble: |- # BuildRequires: gcc-c++ #post_prep: |- ++++++ prefork-1.04.tar.gz -> prefork-1.05.tar.gz ++++++ ++++ 5798 lines of diff (skipped)
