8
0
Files
perl-Mail-IMAPClient/cpanspec.yml
Stephan Kulow ebfa5fd84f Accepting request 667188 from home:alois:branches:devel:languages:perl
- Fixed shebangs in example scripts

- updated to 3.40
   see /usr/share/doc/packages/perl-Mail-IMAPClient/Changes
  version 3.40: Thu Dec  6 01:44:16 UTC 2018
  	- rt.cpan.org#122373 support IPv6 by using IO::Socket::IP over IO::Socket::INET
  	  [Gilles Lamiral and Mark Overmeer]
  	- rt.cpan.org#127103 flags() undef value as an ARRAY reference on a bogus message
  	  [Gilles Lamiral]
  	- rt.cpan.org#124523 update examples/populate_mailbox.pl timegm usage
  	  [Bernhard M. W.]
  	- t/capability.t: added first set of tests
  	- t/quota.t: minor fix when tests skipped
  
  version 3.39: Fri Feb  3 00:43:00 UTC 2017
  	- rt.cpan.org#115726: uninitialized value via fetch_hash
  	  [Malte Stretz]
  	- rt.cpan.org#119523: better error reporting on failed TLS connections
  	  [Matthew Horsfall]
  	- rt.cpan.org#114904: document noop()
  	  [Glenn Golden]
  	- rt.cpan.org#97718: (redux) never retry DONE
  	  [Laurence Darby]
  	- _imap_command() new doretry => 0|1 option to suppress/allow retry
  	- updated copyright for 2017
  
  version 3.38: Tue Feb  9 02:48:21 UTC 2016
  	- rt.cpan.org#107592: redact credentials via debug if !Showcredentials
  	  [Gilles Lamiral]
  	- rt.cpan.org#110273: failure to quote password values

OBS-URL: https://build.opensuse.org/request/show/667188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Mail-IMAPClient?expand=0&rev=17
2019-01-27 11:02:38 +00:00

28 lines
634 B
YAML

---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
post_prep: |-
for f in examples/*.pl
do
sed -i 's|^#!/usr/local/bin/perl|%{__perl}|' ${f}
done
# 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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module