commit grepmail for openSUSE:Factory
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.changes2015-05-24 19:33:32.0 +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 - dims...@opensuse.org + +- 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)
commit grepmail for openSUSE:Factory
Hello community, here is the log from the commit of package grepmail for openSUSE:Factory checked in at 2015-05-24 19:33:31 Comparing /work/SRC/openSUSE:Factory/grepmail (Old) and /work/SRC/openSUSE:Factory/.grepmail.new (New) Package is "grepmail" Changes: --- /work/SRC/openSUSE:Factory/grepmail/grepmail.changes2014-07-24 00:31:32.0 +0200 +++ /work/SRC/openSUSE:Factory/.grepmail.new/grepmail.changes 2015-05-24 19:33:32.0 +0200 @@ -1,0 +2,12 @@ +Fri May 22 18:11:31 UTC 2015 - opens...@cboltz.de + +- update to 5.3104 (now hosted on cpan) +- remove upstreamed grepmail_midnight.patch +- remove grepmail-empty-file-not-error.patch (disabled some tests that + no longer fail) +- disable grepmail-buildfix.patch for > 13.2 (breaks the build for + factory, but is still needed for <= 13.2) +- update (Build)Requires according to what cpanspec lists +- run spec-cleaner + +--- Old: grepmail-5.3033.tar.bz2 grepmail-empty-file-not-error.patch grepmail_midnight.patch New: grepmail-5.3104.tar.gz Other differences: -- ++ grepmail.spec ++ --- /var/tmp/diff_new_pack.9OxdgN/_old 2015-05-24 19:33:33.0 +0200 +++ /var/tmp/diff_new_pack.9OxdgN/_new 2015-05-24 19:33:33.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package grepmail # -# Copyright (c) 2014 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,29 +17,27 @@ Name: grepmail -BuildRequires: perl -BuildRequires: perl-macros -Version:5.3033 +Version:5.3104 Release:0 Summary:Search Mailboxes for a Particular E-Mail License:GPL-2.0+ Group: Productivity/Networking/Email/Utilities -Url:http://grepmail.sourceforge.net/ -Requires: perl(Date::Manip) -Requires: perl(Date::Parse) -Requires: perl(Inline) -Requires: perl(Mail::Mbox::MessageParser) >= 1.4001 -Requires: perl(Time::Local) -## not in factory ## BuildRequires: perl(Benchmark::Timer) => 0.7100 -BuildRequires: perl(Date::Manip) +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 +BuildRequires: perl-macros BuildRequires: perl(Date::Parse) -BuildRequires: perl(Inline) +BuildRequires: perl(File::Slurp) BuildRequires: perl(Mail::Mbox::MessageParser) >= 1.4001 -BuildRequires: perl(Time::Local) -Source: http://prdownloads.sourceforge.net/grepmail/grepmail-%{version}.tar.bz2 -Patch0: grepmail_midnight.patch -Patch1: grepmail-empty-file-not-error.patch -Patch2: grepmail-buildfix.patch +BuildRequires: perl(Time::Local) >= 1.2300 +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 +# Date::Manip is only used as fallback +Recommends: perl(Date::Manip) BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %{perl_requires} @@ -51,38 +49,36 @@ %prep %setup -q -%patch0 -%patch1 +%if 0%{?suse_version} <= 1320 +# needed for <= 13.2, but breaks 'make test' in > 13.2 %patch2 +%endif rm inc/Scalar/Util.pm -%if 0%{suse_version} >= 1320 +%if 0%{?suse_version} >= 1320 rm -rf inc/File/Spec* %endif %build PERL_EXTUTILS_AUTOINSTALL=--skip perl Makefile.PL INSTALLDIRS=site -make +make %{?_smp_mflags} %check -make test +make %{?_smp_mflags} test %install %perl_make_install # do not perl_process_packlist (noarch) # remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch +rm -rf %{buildroot}%{perl_vendorarch} # remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +rm -rf %{buildroot}%{perl_archlib} %perl_gen_filelist -install -m 755 anonymize_mailbox $RPM_BUILD_ROOT/usr/bin - -%clean -rm -rf $RPM_BUILD_ROOT +install -m 755 anonymize_mailbox %{buildroot}%{_prefix}/bin %files %defattr (-, root, root) %doc README CHANGES LICENSE -%doc %{_mandir}/man?/* +%{_mandir}/man?/* %{_bindir}/anonymize_mailbox %{_bindir}/grepmail
commit grepmail for openSUSE:Factory
Hello community, here is the log from the commit of package grepmail for openSUSE:Factory checked in at 2014-07-23 22:07:14 Comparing /work/SRC/openSUSE:Factory/grepmail (Old) and /work/SRC/openSUSE:Factory/.grepmail.new (New) Package is "grepmail" Changes: --- /work/SRC/openSUSE:Factory/grepmail/grepmail.changes2012-09-13 00:02:15.0 +0200 +++ /work/SRC/openSUSE:Factory/.grepmail.new/grepmail.changes 2014-07-24 00:31:32.0 +0200 @@ -1,0 +2,5 @@ +Tue Jul 22 18:19:58 CEST 2014 - m...@suse.de + +- do not use bundled File::Spec, it is included in perl-5.20 + +--- Other differences: -- ++ grepmail.spec ++ --- /var/tmp/diff_new_pack.LuvUvz/_old 2014-07-24 00:31:33.0 +0200 +++ /var/tmp/diff_new_pack.LuvUvz/_new 2014-07-24 00:31:33.0 +0200 @@ -1,7 +1,7 @@ # # spec file for package grepmail # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -55,6 +55,9 @@ %patch1 %patch2 rm inc/Scalar/Util.pm +%if 0%{suse_version} >= 1320 +rm -rf inc/File/Spec* +%endif %build PERL_EXTUTILS_AUTOINSTALL=--skip perl Makefile.PL INSTALLDIRS=site -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit grepmail for openSUSE:Factory
Hello community, here is the log from the commit of package grepmail for openSUSE:Factory checked in at 2012-09-13 00:02:13 Comparing /work/SRC/openSUSE:Factory/grepmail (Old) and /work/SRC/openSUSE:Factory/.grepmail.new (New) Package is "grepmail", Maintainer is "dlova...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/grepmail/grepmail.changes2012-06-16 07:31:46.0 +0200 +++ /work/SRC/openSUSE:Factory/.grepmail.new/grepmail.changes 2012-09-13 00:02:15.0 +0200 @@ -1,0 +2,5 @@ +Wed Sep 12 09:03:34 UTC 2012 - co...@suse.com + +- do not overwrite new perl with old perl modules + +--- Other differences: -- ++ grepmail.spec ++ --- /var/tmp/diff_new_pack.fXFKBu/_old 2012-09-13 00:02:18.0 +0200 +++ /var/tmp/diff_new_pack.fXFKBu/_new 2012-09-13 00:02:18.0 +0200 @@ -54,6 +54,7 @@ %patch0 %patch1 %patch2 +rm inc/Scalar/Util.pm %build PERL_EXTUTILS_AUTOINSTALL=--skip perl Makefile.PL INSTALLDIRS=site -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit grepmail for openSUSE:Factory
Hello community, here is the log from the commit of package grepmail for openSUSE:Factory checked in at 2012-06-16 07:31:44 Comparing /work/SRC/openSUSE:Factory/grepmail (Old) and /work/SRC/openSUSE:Factory/.grepmail.new (New) Package is "grepmail", Maintainer is "dlova...@suse.com" Changes: --- /work/SRC/openSUSE:Factory/grepmail/grepmail.changes2011-09-23 02:01:59.0 +0200 +++ /work/SRC/openSUSE:Factory/.grepmail.new/grepmail.changes 2012-06-16 07:31:46.0 +0200 @@ -1,0 +2,10 @@ +Fri Jun 15 18:52:35 UTC 2012 - opens...@cboltz.de + +- add missing perl(Date::Manip) to requires and buildrequires + +--- +Fri Mar 16 17:29:54 UTC 2012 - co...@suse.com + +- fix perl requires (and make them buildrequires) + +--- Other differences: -- ++ grepmail.spec ++ --- /var/tmp/diff_new_pack.bTyP4R/_old 2012-06-16 07:31:47.0 +0200 +++ /var/tmp/diff_new_pack.bTyP4R/_new 2012-06-16 07:31:47.0 +0200 @@ -1,7 +1,7 @@ # -# spec file for package grepmail (Version 5.3033) +# spec file for package grepmail # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,22 +15,27 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: grepmail -BuildRequires: perl-DateManip perl-Inline perl-Mail-Mbox-MessageParser perl-TimeDate BuildRequires: perl BuildRequires: perl-macros Version:5.3033 -Release:97 +Release:0 Summary:Search Mailboxes for a Particular E-Mail License:GPL-2.0+ -Url:http://grepmail.sourceforge.net/ Group: Productivity/Networking/Email/Utilities -Requires: perl-TimeDate perl-DateManip perl-Inline -Requires: perl-Mail-Mbox-MessageParser >= 1.4001 -AutoReqProv:on +Url:http://grepmail.sourceforge.net/ +Requires: perl(Date::Manip) +Requires: perl(Date::Parse) +Requires: perl(Inline) +Requires: perl(Mail::Mbox::MessageParser) >= 1.4001 +Requires: perl(Time::Local) +## not in factory ## BuildRequires: perl(Benchmark::Timer) => 0.7100 +BuildRequires: perl(Date::Manip) +BuildRequires: perl(Date::Parse) +BuildRequires: perl(Inline) +BuildRequires: perl(Mail::Mbox::MessageParser) >= 1.4001 +BuildRequires: perl(Time::Local) Source: http://prdownloads.sourceforge.net/grepmail/grepmail-%{version}.tar.bz2 Patch0: grepmail_midnight.patch Patch1: grepmail-empty-file-not-error.patch @@ -44,12 +49,6 @@ given regular expression, and returns any e-mails that match that expression. Piped input is allowed and date restrictions are supported. - - -Authors: - -David Coppit - %prep %setup -q %patch0 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit grepmail for openSUSE:Factory
Hello community, here is the log from the commit of package grepmail for openSUSE:Factory checked in at 2011-12-06 18:16:14 Comparing /work/SRC/openSUSE:Factory/grepmail (Old) and /work/SRC/openSUSE:Factory/.grepmail.new (New) Package is "grepmail", Maintainer is "vci...@suse.com" Changes: Other differences: -- ++ grepmail.spec ++ --- /var/tmp/diff_new_pack.knrP0n/_old 2011-12-06 18:24:57.0 +0100 +++ /var/tmp/diff_new_pack.knrP0n/_new 2011-12-06 18:24:57.0 +0100 @@ -25,7 +25,7 @@ Version:5.3033 Release:97 Summary:Search Mailboxes for a Particular E-Mail -License:GPLv2+ +License:GPL-2.0+ Url:http://grepmail.sourceforge.net/ Group: Productivity/Networking/Email/Utilities Requires: perl-TimeDate perl-DateManip perl-Inline -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org