Hello community,

here is the log from the commit of package grepmail for openSUSE:Factory 
checked in at 2017-10-20 14:47:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grepmail (Old)
 and      /work/SRC/openSUSE:Factory/.grepmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grepmail"

Fri Oct 20 14:47:38 2017 rev:25 rq:535341 version:5.3104

Changes:
--------
--- /work/SRC/openSUSE:Factory/grepmail/grepmail.changes        2015-05-24 
19:33:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grepmail.new/grepmail.changes   2017-10-20 
14:47:39.419231140 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 12:23:01 UTC 2017 - [email protected]
+
+- Fix build with perl 5.26.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grepmail.spec ++++++
--- /var/tmp/diff_new_pack.ks9kx0/_old  2017-10-20 14:47:40.055201400 +0200
+++ /var/tmp/diff_new_pack.ks9kx0/_new  2017-10-20 14:47:40.071200652 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grepmail
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,7 +22,7 @@
 Summary:        Search Mailboxes for a Particular E-Mail
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
-Url:            https://metacpan.org/release/grepmail
+URL:            https://metacpan.org/release/grepmail
 Source:         
http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/grepmail-%{version}.tar.gz
 Patch2:         grepmail-buildfix.patch
 BuildRequires:  perl
@@ -30,15 +30,14 @@
 BuildRequires:  perl(Date::Parse)
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(Mail::Mbox::MessageParser) >= 1.4001
-BuildRequires:  perl(Time::Local) >= 1.2300
+BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(URI::Escape)
 ## not in factory ## BuildRequires:  perl(Benchmark::Timer) => 0.7100
 Requires:       perl(Date::Parse)
 Requires:       perl(Mail::Mbox::MessageParser) >= 1.4001
-Requires:       perl(Time::Local) >= 1.2300
+Requires:       perl(Time::Local)
 # Date::Manip is only used as fallback
 Recommends:     perl(Date::Manip)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %{perl_requires}
 
@@ -49,6 +48,7 @@
 
 %prep
 %setup -q
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
 %if 0%{?suse_version} <= 1320
 # needed for <= 13.2, but breaks 'make test' in > 13.2
 %patch2
@@ -73,7 +73,7 @@
 # remove perllocal.pod file
 rm -rf %{buildroot}%{perl_archlib}
 %perl_gen_filelist
-install -m 755 anonymize_mailbox %{buildroot}%{_prefix}/bin
+install -m 755 anonymize_mailbox %{buildroot}%{_bindir}
 
 %files
 %defattr (-, root, root)


Reply via email to