Hello community,
here is the log from the commit of package perl-Net-IDN-Encode for
openSUSE:Factory checked in at 2015-10-06 13:24:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-IDN-Encode"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode/perl-Net-IDN-Encode.changes
2014-09-17 17:26:18.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new/perl-Net-IDN-Encode.changes
2015-10-06 13:24:49.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Sep 30 04:31:52 UTC 2015 - [email protected]
+
+- add cpanspec.yml
+
+-------------------------------------------------------------------
+Wed Sep 30 01:50:52 CEST 2015 - [email protected]
+
+- update to 2.300
+ - update to Unicode 8.0.0
+- update to 2.202
+ - use updated IdnaTest.txt from Unicode 7.0.0 database
+ FIXES: #96749: Fails with bleadperl
+ - documentation updates, point to perl Unicode tutorials
+ - tests for domain xn--zcaa.de;
+ REJECTED: #103205 for Net-IDN-Encode: conversion of domain name
+
+-------------------------------------------------------------------
Old:
----
Net-IDN-Encode-2.201.tar.gz
New:
----
Net-IDN-Encode-2.300.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-IDN-Encode.spec ++++++
--- /var/tmp/diff_new_pack.K6H0xU/_old 2015-10-06 13:24:50.000000000 +0200
+++ /var/tmp/diff_new_pack.K6H0xU/_new 2015-10-06 13:24:50.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-IDN-Encode
#
-# 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,20 +17,21 @@
Name: perl-Net-IDN-Encode
-Version: 2.201
+Version: 2.300
Release: 0
%define cpan_name Net-IDN-Encode
Summary: Internationalizing Domain Names in Applications (IDNA)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-IDN-Encode/
-Source:
http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
Patch0: encodeoffbyone.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder)
-BuildRequires: perl(Module::Build) >= 0.4200
+BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(Test::NoWarnings)
%{perl_requires}
@@ -46,10 +47,14 @@
Use this module if you just want to convert domain names (or email
addresses), using whatever IDNA standard is the best choice at the moment.
+You should be familiar with Unicode support in perl, as this module expects
+correctly encoded input. See the perlunitut manpage, the perluniintro
+manpage and the perlunicode manpage for details.
+
%prep
%setup -q -n %{cpan_name}-%{version}
-%patch0
find . -type f -print0 | xargs -0 chmod 644
+%patch0
%build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
++++++ Net-IDN-Encode-2.201.tar.gz -> Net-IDN-Encode-2.300.tar.gz ++++++
++++ 27152 lines of diff (skipped)
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
patches:
encodeoffbyone.diff:
#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_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