8
0
Files
perl-Domain-PublicSuffix/cpanspec.yml
Lars Vogdt a916936a31 Accepting request 743805 from devel:languages:perl:autoupdate
- updated to 0.16
   see /usr/share/doc/packages/perl-Domain-PublicSuffix/Changes
  0.16    2019-10-18 20:00 GMT
    - Refresh PublicSuffix list
    - Add publicsuffix.org unit tests
    - Force lower case on ASCII domains
    - Rewrite suffix parser to both more closely match publicsuffix intentions,
      as well as reduce needless complexity, also solving a comment on issue
      #3
  
  0.15    2019-04-23 20:00 GMT
    - Refresh PublicSuffix list
    - Merged pull request from Gavin Carr to explicitly open a file with UTF-8
      encoding
    - Bump Net::IDN::Encode requirement to 2.401 to avoid unicode issues
    - (#3) Provide a tld and suffix even with asking get_root_domain for a valid
      suffix that is not a valid domain. Will still report 'Domain not valid',
      but ->suffix and ->tld will resolve.
    - Make sure that the error condition from get_root_domain still throws when
      a root domain is already fired, but that it still returns.

OBS-URL: https://build.opensuse.org/request/show/743805
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Domain-PublicSuffix?expand=0&rev=2
2019-10-29 22:10:11 +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