SHA256
8
0
forked from pool/perl-Plack
Files
perl-Plack/cpanspec.yml
Stephan Kulow 41ef9ea138 - update to 1.0039
[BUG FIXES]
          - Revert the change to use the faster header builder because it breaks the legit
            Plack::Response constructor that sets HTTP::Header object directly (#541)
  
  1.0038  2015-11-25 12:36:29 PST
      [IMPROVEMENTS]
          - Added MIME type for apk files #514 (allanwhiteford)
          - Allow passing custom formatters to Plack::Middleware::AccessLog #515 (frew)
          - Allow '0' be a valid category for log4perl middleware #523
          - Doc fix for Plack::Runner #528 (polettix)
          - Doc improvements for -R/-M command line #529 (mickeyn)
          - Bind test server explicitly on 127.0.0.1, not 0.0.0.0
          - Support single-process manager in FCGI #535 (ianburrell)
          - Optimize Plack::Response header builder #540 (kazeburo)
  
  1.0037  2015-06-19 10:01:31 PDT
      [Improvements]
          - Lint: Support HTTP/2 in SERVER_PROTOCOL (kazuho) #511
          - Bump HTTP::Headers::Fast dependency #512
  
  1.0036  2015-06-03 12:01:53 PDT
      [BUG FIXES]
          - Fix CGIBin test to not use CGI.pm #509
  
  1.0035  2015-04-16 10:08:21 CEST
      [BUG FIXES]
          - Fixed parsing of empty query string pairs (aristotle) #500
  
      [IMPROVEMENTS]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Plack?expand=0&rev=30
2016-06-02 05:25:06 +00:00

29 lines
669 B
YAML

---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#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_build: |-
# rm unused.files
#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