Hello community,
here is the log from the commit of package perl-Net-IDN-Nameprep for
openSUSE:Factory checked in at 2016-05-25 21:29:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-IDN-Nameprep (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-IDN-Nameprep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-IDN-Nameprep"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Net-IDN-Nameprep/perl-Net-IDN-Nameprep.changes
2015-04-15 16:26:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Nameprep.new/perl-Net-IDN-Nameprep.changes
2016-05-25 21:29:29.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 23 12:18:23 UTC 2016 - [email protected]
+
+- updated to 1.102
+ see /usr/share/doc/packages/perl-Net-IDN-Nameprep/Changes
+
+-------------------------------------------------------------------
Old:
----
Net-IDN-Nameprep-1.101.tar.gz
New:
----
Net-IDN-Nameprep-1.102.tar.gz
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-IDN-Nameprep.spec ++++++
--- /var/tmp/diff_new_pack.fQfatW/_old 2016-05-25 21:29:30.000000000 +0200
+++ /var/tmp/diff_new_pack.fQfatW/_new 2016-05-25 21:29:30.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-IDN-Nameprep
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,19 +17,20 @@
Name: perl-Net-IDN-Nameprep
-Version: 1.101
+Version: 1.102
Release: 0
%define cpan_name Net-IDN-Nameprep
-Summary: A Stringprep Profile for Internationalized Domain Names (S<RFC
3491>)
+Summary: Stringprep Profile for Internationalized Domain Names
(S<RFC�3491>)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-IDN-Nameprep/
-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
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build) >= 0.38
+BuildRequires: perl(Module::Build) >= 0.420000
BuildRequires: perl(Test::NoWarnings)
BuildRequires: perl(Unicode::Stringprep) >= 1.1
Requires: perl(Unicode::Stringprep) >= 1.1
@@ -45,7 +46,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
++++++ Net-IDN-Nameprep-1.101.tar.gz -> Net-IDN-Nameprep-1.102.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/Build.PL
new/Net-IDN-Nameprep-1.102/Build.PL
--- old/Net-IDN-Nameprep-1.101/Build.PL 2011-12-08 22:08:03.000000000 +0100
+++ new/Net-IDN-Nameprep-1.102/Build.PL 2015-06-01 22:03:24.000000000 +0200
@@ -17,7 +17,7 @@
'requires' => {
'Unicode::Stringprep' => 1.1,
- ## 'perl' => 5.008003, ## whatever U::S needs
+ 'perl' => 5.008003, ## whatever U::S needs
},
'build_requires' => {
'Test::More' => 0,
@@ -26,9 +26,11 @@
'no_index' => {
'directory' => ['eg']
},
- 'resources' => {
+ 'meta_add' => {
+ 'resources' => {
'homepage' => 'http://search.cpan.org/dist/Net-IDN-Encode',
'repository' => 'http://github.com/cfaerber/Net-IDN-Encode',
+ },
},
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/Changes
new/Net-IDN-Nameprep-1.102/Changes
--- old/Net-IDN-Nameprep-1.101/Changes 2011-12-08 22:08:03.000000000 +0100
+++ new/Net-IDN-Nameprep-1.102/Changes 2015-06-01 22:03:24.000000000 +0200
@@ -1,7 +1,10 @@
Revision history for Perl extension Net::IDN::Nameprep
-1.101 (2011-12-08)
+1.102 (2015-06-01)
+ - FIXES: #104799 [PATCH] add encoding directive to POD
+ - re-package with updated metadata
+1.101 (2011-12-08)
- FIXES: #72615 faulty data in Build.PL causes a lack of
meta files, which breaks carton.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/LICENSE
new/Net-IDN-Nameprep-1.102/LICENSE
--- old/Net-IDN-Nameprep-1.101/LICENSE 2011-12-08 22:08:03.000000000 +0100
+++ new/Net-IDN-Nameprep-1.102/LICENSE 2015-06-01 22:03:24.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2011 by Claus F�rber <[email protected]>.
+This software is copyright (c) 2015 by Claus F�rber <[email protected]>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2011 by Claus F�rber <[email protected]>.
+This software is Copyright (c) 2015 by Claus F�rber <[email protected]>.
This is free software, licensed under:
@@ -22,7 +22,7 @@
Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -272,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2011 by Claus F�rber <[email protected]>.
+This software is Copyright (c) 2015 by Claus F�rber <[email protected]>.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/META.json
new/Net-IDN-Nameprep-1.102/META.json
--- old/Net-IDN-Nameprep-1.101/META.json 2011-12-08 22:08:03.000000000
+0100
+++ new/Net-IDN-Nameprep-1.102/META.json 2015-06-01 22:03:24.000000000
+0200
@@ -4,7 +4,7 @@
"Claus Färber <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version
2.112621",
+ "generated_by" : "Module::Build version 0.421",
"license" : [
"perl_5"
],
@@ -21,32 +21,28 @@
"prereqs" : {
"build" : {
"requires" : {
- "Test::More" : 0,
- "Test::NoWarnings" : 0
+ "Test::More" : "0",
+ "Test::NoWarnings" : "0"
}
},
"configure" : {
"requires" : {
- "Module::Build" : "0.38"
+ "Module::Build" : "0.42"
}
},
"runtime" : {
"requires" : {
- "Unicode::Stringprep" : "1.1"
+ "Unicode::Stringprep" : "1.1",
+ "perl" : "5.008003"
}
}
},
- "provides" : {
- "Net::IDN::Nameprep" : {
- "file" : "lib/Net/IDN/Nameprep.pm",
- "version" : "1.101"
- }
- },
"release_status" : "stable",
"resources" : {
- "license" : [
- "http://dev.perl.org/licenses/"
- ]
+ "homepage" : "http://search.cpan.org/dist/Net-IDN-Encode",
+ "repository" : {
+ "url" : "http://github.com/cfaerber/Net-IDN-Encode"
+ }
},
- "version" : "1.101"
+ "version" : "1.102"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/META.yml
new/Net-IDN-Nameprep-1.102/META.yml
--- old/Net-IDN-Nameprep-1.101/META.yml 2011-12-08 22:08:03.000000000 +0100
+++ new/Net-IDN-Nameprep-1.102/META.yml 2015-06-01 22:03:24.000000000 +0200
@@ -3,26 +3,24 @@
author:
- 'Claus Färber <[email protected]>'
build_requires:
- Test::More: 0
- Test::NoWarnings: 0
+ Test::More: '0'
+ Test::NoWarnings: '0'
configure_requires:
- Module::Build: 0.38
+ Module::Build: '0.42'
dynamic_config: 1
-generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version
2.112621'
+generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version
2.142690'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ version: '1.4'
name: Net-IDN-Nameprep
no_index:
directory:
- eg
-provides:
- Net::IDN::Nameprep:
- file: lib/Net/IDN/Nameprep.pm
- version: 1.101
requires:
- Unicode::Stringprep: 1.1
+ Unicode::Stringprep: '1.1'
+ perl: '5.008003'
resources:
- license: http://dev.perl.org/licenses/
-version: 1.101
+ homepage: http://search.cpan.org/dist/Net-IDN-Encode
+ repository: http://github.com/cfaerber/Net-IDN-Encode
+version: '1.102'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/Makefile.PL
new/Net-IDN-Nameprep-1.102/Makefile.PL
--- old/Net-IDN-Nameprep-1.101/Makefile.PL 2011-12-08 22:08:03.000000000
+0100
+++ new/Net-IDN-Nameprep-1.102/Makefile.PL 2015-06-01 22:03:24.000000000
+0200
@@ -1,16 +1,17 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3800
+# Note: this file was auto-generated by Module::Build::Compat version 0.4210
+require 5.008003;
use ExtUtils::MakeMaker;
WriteMakefile
(
- 'PL_FILES' => {},
- 'INSTALLDIRS' => 'site',
- 'NAME' => 'Net::IDN::Nameprep',
- 'EXE_FILES' => [],
- 'VERSION_FROM' => 'lib/Net/IDN/Nameprep.pm',
- 'PREREQ_PM' => {
- 'Test::More' => 0,
- 'Test::NoWarnings' => 0,
- 'Unicode::Stringprep' => '1.1'
- }
- )
+ 'PL_FILES' => {},
+ 'INSTALLDIRS' => 'site',
+ 'EXE_FILES' => [],
+ 'NAME' => 'Net::IDN::Nameprep',
+ 'PREREQ_PM' => {
+ 'Test::More' => 0,
+ 'Unicode::Stringprep' => '1.1',
+ 'Test::NoWarnings' => 0
+ },
+ 'VERSION_FROM' => 'lib/Net/IDN/Nameprep.pm'
+)
;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/SIGNATURE
new/Net-IDN-Nameprep-1.102/SIGNATURE
--- old/Net-IDN-Nameprep-1.101/SIGNATURE 2011-12-08 22:08:05.000000000
+0100
+++ new/Net-IDN-Nameprep-1.102/SIGNATURE 2015-06-01 22:03:26.000000000
+0200
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.66.
+signed via the Module::Signature module, version 0.73.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -12,23 +12,26 @@
not run its Makefile.PL or Build.PL.
-----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
+Hash: SHA256
-SHA1 8f8f9f24aea7ecedda63fdd995a581b9195687c1 Build.PL
-SHA1 b110619ec9d5fc037737f8880bfc58257ffa7aa5 Changes
-SHA1 db6132facac62a3a2dcc70d64533ba437679c966 LICENSE
+SHA1 18de50069179a66f2c7d95b97a6680e755cae311 Build.PL
+SHA1 91e34855a25fbd6e2546f80944eeda8ba66e32df Changes
+SHA1 1309c5bc950d6d1df18220502647c8e5ca3afd94 LICENSE
SHA1 02ad6e80ad8159a7f17c74f5d4f30e04d587f7c6 MANIFEST
-SHA1 547b178d65a37675824dbb30e0aeec41ef177c92 META.json
-SHA1 8c0726c493f24d5143c1ba01f161d6837dad46a9 META.yml
-SHA1 92df53166509376a20a6ed2193c3a88db918f453 Makefile.PL
+SHA1 c8446ac0075053f7122abd019c050a68a4bd3560 META.json
+SHA1 acdc4b52c336e34116fc423e41d0a30cb57ef446 META.yml
+SHA1 c36ac3e7c2e98721cd4110972afe394ec8a7b42f Makefile.PL
SHA1 a87566f0c784efc2cc1ef70d5999ec0576fbc13b README
-SHA1 bed449f53fdc44ef6c6183a856919415dea8d6f5 lib/Net/IDN/Nameprep.pm
+SHA1 2e929caa246ac03a30e8333616f6f8973a9a7c45 lib/Net/IDN/Nameprep.pm
SHA1 d2abc42c82f13fb54a186b17f9d3cc2e11b78b6d t/00use.t
SHA1 b0f67b92afa9b0b553d84924e5d2f97f41c2b5c9 t/nameprep_vec.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.11 (Darwin)
-iEYEARECAAYFAk7hJzMACgkQSKUOY2OWgPABOACfbeU53DFDE4YWWjx4eITwwrkV
-Qv4AoMRIgKFUdE4bUxVyaM+dItXcYJJn
-=qKde
+iQEcBAEBCAAGBQJVbLqMAAoJEIS+srvgrWBmmHkH/0jdoXfI75yJ0+waTSreFNhH
+Q0Xqss8iRomG/yBXVHETSGh/9X9coEdgVmFH1xRLMTYo++ZYX0Fmdt52u5mEDmFo
+luhG0eVUp3n67DqOVzpeS0Rbq7aG2GgyUWtS9C5J5qvqRb55hJG7+rDr70H8rDKY
+KtYza5aeSfjEQmJ0hFNTUTZn/P4NkXhMvbJq0ERYmgCtxhrzwmHAIBCIeBPgDT1K
+X0uGWLO3fRRbOydTVAt2XcBPSHSFbPVU3rVXroKbio79Ou2S9JAy8lNr9C65LFMD
+TlGVfsT+K8H5J9vI3D1W5oXRewL8N7XG9o4NqYNIUl+tzcR7Dw4deka8Ikct08c=
+=c1do
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.101/lib/Net/IDN/Nameprep.pm
new/Net-IDN-Nameprep-1.102/lib/Net/IDN/Nameprep.pm
--- old/Net-IDN-Nameprep-1.101/lib/Net/IDN/Nameprep.pm 2011-12-08
22:08:03.000000000 +0100
+++ new/Net-IDN-Nameprep-1.102/lib/Net/IDN/Nameprep.pm 2015-06-01
22:03:24.000000000 +0200
@@ -4,7 +4,7 @@
use utf8;
use warnings;
-our $VERSION = "1.101";
+our $VERSION = "1.102";
$VERSION = eval $VERSION;
require Exporter;
@@ -67,6 +67,8 @@
1;
__END__
+=encoding UTF-8
+
=head1 NAME
Net::IDN::Nameprep - A Stringprep Profile for Internationalized Domain Names
(S<RFC 3491>)
@@ -125,7 +127,7 @@
=head1 LICENSE
-Copyright 2007-2010 Claus FE<auml>rber.
+Copyright 2007-2015 Claus FE<auml>rber.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
++++++ cpanspec.yml ++++++
---
#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