Hello community,
here is the log from the commit of package perl-Net-IDN-Encode for
openSUSE:Factory checked in at 2019-10-28 16:58:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-IDN-Encode"
Mon Oct 28 16:58:45 2019 rev:13 rq:743339 version:2.500
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-IDN-Encode/perl-Net-IDN-Encode.changes
2015-10-06 13:24:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Encode.new.2990/perl-Net-IDN-Encode.changes
2019-10-28 17:00:04.929737371 +0100
@@ -1,0 +2,14 @@
+Mon Oct 21 15:16:27 UTC 2019 - Tina Mueller <[email protected]>
+
+- Remove patch encodeoffbyone.diff
+ * The corresponding code has been refactored, so the patch does not apply
+ anymore. Tests are passing without the patch, so I assume it was fixed.
+ I could not figure out the corresponding RT Ticket or github issue.
+
+-------------------------------------------------------------------
+Wed Apr 3 07:17:25 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 2.500
+ see /usr/share/doc/packages/perl-Net-IDN-Encode/Changes
+
+-------------------------------------------------------------------
Old:
----
Net-IDN-Encode-2.300.tar.gz
encodeoffbyone.diff
New:
----
Net-IDN-Encode-2.500.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-IDN-Encode.spec ++++++
--- /var/tmp/diff_new_pack.F0sd4W/_old 2019-10-28 17:00:06.093738770 +0100
+++ /var/tmp/diff_new_pack.F0sd4W/_new 2019-10-28 17:00:06.093738770 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-IDN-Encode
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,21 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Net-IDN-Encode
-Version: 2.300
+Version: 2.500
Release: 0
%define cpan_name Net-IDN-Encode
Summary: Internationalizing Domain Names in Applications (IDNA)
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/Net-IDN-Encode/
-Source0:
http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
+Url: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.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
@@ -42,22 +41,21 @@
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today
-(letter-digit-hypen, '/[A-Z0-9-]/i').
+(letter-digit-hyphen, '/[A-Z0-9-]/i').
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.
+correctly encoded input. See perlunitut, perluniintro and perlunicode for
+details.
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
-%patch0
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs
-0 chmod 644
%build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
+perl Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}
%check
@@ -69,6 +67,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes eg LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ Net-IDN-Encode-2.300.tar.gz -> Net-IDN-Encode-2.500.tar.gz ++++++
++++ 35677 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.F0sd4W/_old 2019-10-28 17:00:06.777739592 +0100
+++ /var/tmp/diff_new_pack.F0sd4W/_new 2019-10-28 17:00:06.785739601 +0100
@@ -4,8 +4,8 @@
#sources:
# - source1
# - source2
-patches:
- encodeoffbyone.diff:
+#patches:
+# encodeoffbyone.diff:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-