Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Mail-SPF for openSUSE:Factory checked in at 2024-11-09 20:52:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Mail-SPF (Old) and /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Mail-SPF" Sat Nov 9 20:52:48 2024 rev:24 rq:1222669 version:3.202.406.170 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Mail-SPF/perl-Mail-SPF.changes 2024-06-24 20:51:27.276276343 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new.2017/perl-Mail-SPF.changes 2024-11-09 20:52:52.116686165 +0100 @@ -1,0 +2,5 @@ +Thu Nov 7 15:22:33 UTC 2024 - Dirk Stoecker <[email protected]> + +- fix conflict with spfd daemon in libspf2 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Mail-SPF.spec ++++++ --- /var/tmp/diff_new_pack.WSSUTo/_old 2024-11-09 20:52:52.852716790 +0100 +++ /var/tmp/diff_new_pack.WSSUTo/_new 2024-11-09 20:52:52.852716790 +0100 @@ -126,6 +126,10 @@ %autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 +# MANUAL BEGIN +mv bin/spfd bin/spfd_perl +sed -i s/spfd/spfd_perl/ Makefile.PL +# MANUAL END %build perl Makefile.PL INSTALLDIRS=vendor ++++++ cpanspec.yml ++++++ --- /var/tmp/diff_new_pack.WSSUTo/_old 2024-11-09 20:52:52.888718288 +0100 +++ /var/tmp/diff_new_pack.WSSUTo/_new 2024-11-09 20:52:52.892718454 +0100 @@ -5,13 +5,21 @@ skip_test.patch: -p1 #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_prep: |- + mv %{buildroot}%{_bindir}/spfd %{buildroot}%{_bindir}/spfd_perl + sed -i s/spfd/spfd_perl/ Makefile.PL #post_install: |- -# sed on %{name}.files +# mv %{buildroot}%{_bindir}/spfd %{buildroot}%{_bindir}/spfd_perl #license: SUSE-NonFree #skip_noarch: 1 #custom_build: - #./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +# %exclude %{_bindir}/spfd +# %{_bindir}/spfd_perl
