Hello community,
here is the log from the commit of package perl-Net-IDN-Nameprep for
openSUSE:Factory checked in at 2015-04-15 16:26:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2012-03-02 13:49:37.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Net-IDN-Nameprep.new/perl-Net-IDN-Nameprep.changes
2015-04-15 16:26:22.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Apr 14 19:49:15 UTC 2015 - [email protected]
+
+- updated to 1.101
+ see /usr/share/doc/packages/perl-Net-IDN-Nameprep/Changes
+
+ 1.101 (2011-12-08)
+
+ - FIXES: #72615 faulty data in Build.PL causes a lack of
+ meta files, which breaks carton.
+
+-------------------------------------------------------------------
Old:
----
Net-IDN-Nameprep-1.100.tar.gz
New:
----
Net-IDN-Nameprep-1.101.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-IDN-Nameprep.spec ++++++
--- /var/tmp/diff_new_pack.L6fRuu/_old 2015-04-15 16:26:23.000000000 +0200
+++ /var/tmp/diff_new_pack.L6fRuu/_new 2015-04-15 16:26:23.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Net-IDN-Nameprep
#
-# Copyright (c) 2012 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
@@ -18,64 +17,49 @@
Name: perl-Net-IDN-Nameprep
-Version: 1.100
+Version: 1.101
Release: 0
-Summary: Stringprep Profile for Internationalized Domain Names (RFC
3491)
+%define cpan_name Net-IDN-Nameprep
+Summary: A Stringprep Profile for Internationalized Domain Names (S<RFC
3491>)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Net-IDN-Nameprep-%{version}.tar.gz
Url: http://search.cpan.org/dist/Net-IDN-Nameprep/
+Source:
http://www.cpan.org/authors/id/C/CF/CFAERBER/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
-BuildRequires: make
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::NoWarnings)
-BuildRequires: perl(Unicode::Stringprep)
-Requires: perl(Unicode::Stringprep)
+BuildRequires: perl(Unicode::Stringprep) >= 1.1
+Requires: perl(Unicode::Stringprep) >= 1.1
+%{perl_requires}
%description
-This module implements the nameprep specification, which describes how to
+This module implements the _nameprep_ specification, which describes how to
prepare internationalized domain name (IDN) labels in order to increase the
-likelihood that name input and name comparison work in ways that make sense for
-typical users throughout the world. Nameprep is a profile of the stringprep
-protocol and is used as part of a suite of on-the-wire protocols for
-internationalizing the Domain Name System (DNS).
+likelihood that name input and name comparison work in ways that make sense
+for typical users throughout the world. Nameprep is a profile of the
+stringprep protocol and is used as part of a suite of on-the-wire protocols
+for internationalizing the Domain Name System (DNS).
%prep
-%setup -q -n "Net-IDN-Nameprep-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
-%__chmod -x Changes
-find . -name '*.pm' -exec %__chmod -x {} \;
+%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
-
-%__perl ./Build.PL
-./Build
-
-%install
-%perl_make_install
-./Build pure_install --destdir "%{buildroot}" --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
%check
-%__make test
./Build test
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%install
+./Build install destdir=%{buildroot} create_packlist=0
+%perl_gen_filelist
-%files
-%defattr(-,root,root)
-%doc Changes README
-%dir %{perl_vendorlib}/Net
-%dir %{perl_vendorlib}/Net/IDN
-%{perl_vendorlib}/Net/IDN/Nameprep.pm
-%dir %{perl_vendorarch}/auto/Net
-%dir %{perl_vendorarch}/auto/Net/IDN
-%{perl_vendorarch}/auto/Net/IDN/Nameprep
-%doc %{perl_man3dir}/Net::IDN::Nameprep.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
%changelog
++++++ Net-IDN-Nameprep-1.100.tar.gz -> Net-IDN-Nameprep-1.101.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/Build.PL
new/Net-IDN-Nameprep-1.101/Build.PL
--- old/Net-IDN-Nameprep-1.100/Build.PL 2010-05-31 14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/Build.PL 2011-12-08 22:08:03.000000000 +0100
@@ -24,7 +24,7 @@
'Test::NoWarnings' => 0,
},
'no_index' => {
- 'directory' => 'eg'
+ 'directory' => ['eg']
},
'resources' => {
'homepage' => 'http://search.cpan.org/dist/Net-IDN-Encode',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/Changes
new/Net-IDN-Nameprep-1.101/Changes
--- old/Net-IDN-Nameprep-1.100/Changes 2010-05-31 14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/Changes 2011-12-08 22:08:03.000000000 +0100
@@ -1,5 +1,10 @@
Revision history for Perl extension Net::IDN::Nameprep
+1.101 (2011-12-08)
+
+ - FIXES: #72615 faulty data in Build.PL causes a lack of
+ meta files, which breaks carton.
+
1.100 (2010-05-31)
- support for stored strings (new AllowUnassigned parameter)
patch by Loïc Etienne
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/LICENSE
new/Net-IDN-Nameprep-1.101/LICENSE
--- old/Net-IDN-Nameprep-1.100/LICENSE 2010-05-31 14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/LICENSE 2011-12-08 22:08:03.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Claus F�rber <[email protected]>.
+This software is copyright (c) 2011 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,21 +12,22 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2010 by Claus F�rber <[email protected]>.
+This software is Copyright (c) 2011 by Claus F�rber <[email protected]>.
This is free software, licensed under:
The GNU General Public License, Version 1, February 1989
- GNU GENERAL PUBLIC LICENSE
- Version 1, February 1989
+ GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Suite 500, Boston, MA 02110-1335 USA
+
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
- Preamble
+ Preamble
The license agreements of most software companies try to keep users
at the mercy of those companies. By contrast, our General Public
@@ -67,7 +68,7 @@
The precise terms and conditions for copying, distribution and
modification follow.
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
- NO WARRANTY
+ NO WARRANTY
9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@@ -207,9 +208,9 @@
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
- END OF TERMS AND CONDITIONS
+ END OF TERMS AND CONDITIONS
- Appendix: How to Apply These Terms to Your New Programs
+ Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301
USA
+
Also add information on how to contact you by electronic and paper mail.
@@ -270,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2010 by Claus F�rber <[email protected]>.
+This software is Copyright (c) 2011 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.100/MANIFEST
new/Net-IDN-Nameprep-1.101/MANIFEST
--- old/Net-IDN-Nameprep-1.100/MANIFEST 2010-05-31 14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/MANIFEST 2011-12-08 22:08:03.000000000 +0100
@@ -8,4 +8,5 @@
t/nameprep_vec.t
LICENSE
META.yml
+META.json
SIGNATURE Added here by Module::Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/META.json
new/Net-IDN-Nameprep-1.101/META.json
--- old/Net-IDN-Nameprep-1.100/META.json 1970-01-01 01:00:00.000000000
+0100
+++ new/Net-IDN-Nameprep-1.101/META.json 2011-12-08 22:08:03.000000000
+0100
@@ -0,0 +1,52 @@
+{
+ "abstract" : "A Stringprep Profile for Internationalized Domain Names (RFC
3491)",
+ "author" : [
+ "Claus Färber <[email protected]>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version
2.112621",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Net-IDN-Nameprep",
+ "no_index" : {
+ "directory" : [
+ "eg"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "Test::More" : 0,
+ "Test::NoWarnings" : 0
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "Module::Build" : "0.38"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Unicode::Stringprep" : "1.1"
+ }
+ }
+ },
+ "provides" : {
+ "Net::IDN::Nameprep" : {
+ "file" : "lib/Net/IDN/Nameprep.pm",
+ "version" : "1.101"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "version" : "1.101"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/META.yml
new/Net-IDN-Nameprep-1.101/META.yml
--- old/Net-IDN-Nameprep-1.100/META.yml 2010-05-31 14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/META.yml 2011-12-08 22:08:03.000000000 +0100
@@ -1,26 +1,28 @@
---
abstract: 'A Stringprep Profile for Internationalized Domain Names (RFC 3491)'
author:
- - 'Claus F�rber <[email protected]>'
+ - 'Claus Färber <[email protected]>'
build_requires:
Test::More: 0
Test::NoWarnings: 0
configure_requires:
- Module::Build: 0.36
-generated_by: 'Module::Build version 0.3603'
+ Module::Build: 0.38
+dynamic_config: 1
+generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version
2.112621'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Net-IDN-Nameprep
no_index:
- directory: eg
+ directory:
+ - eg
provides:
Net::IDN::Nameprep:
file: lib/Net/IDN/Nameprep.pm
- version: 1.100
+ version: 1.101
requires:
Unicode::Stringprep: 1.1
resources:
license: http://dev.perl.org/licenses/
-version: 1.100
+version: 1.101
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/Makefile.PL
new/Net-IDN-Nameprep-1.101/Makefile.PL
--- old/Net-IDN-Nameprep-1.100/Makefile.PL 2010-05-31 14:25:13.000000000
+0200
+++ new/Net-IDN-Nameprep-1.101/Makefile.PL 2011-12-08 22:08:03.000000000
+0100
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.3603
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
use ExtUtils::MakeMaker;
WriteMakefile
(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/SIGNATURE
new/Net-IDN-Nameprep-1.101/SIGNATURE
--- old/Net-IDN-Nameprep-1.100/SIGNATURE 2010-05-31 14:25:15.000000000
+0200
+++ new/Net-IDN-Nameprep-1.101/SIGNATURE 2011-12-08 22:08:05.000000000
+0100
@@ -1,5 +1,5 @@
This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.61.
+signed via the Module::Signature module, version 0.66.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -14,20 +14,21 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 81a199925c7d9a7bd4c3b43c5191cb1b17fa0bb2 Build.PL
-SHA1 1fc37e89b22ba70cf7783f4663ce3f424c57035f Changes
-SHA1 9b37c74ac55bf4a1d347a873f9936ca24cab4f3b LICENSE
-SHA1 79cf971966eeaf91b8c559b20fa37b5e2126a42d MANIFEST
-SHA1 a35565aa008babcb32287bd63ed6b8a19f542c36 META.yml
-SHA1 4e68f497b94cc56d6c83279004943fdfe0079b21 Makefile.PL
+SHA1 8f8f9f24aea7ecedda63fdd995a581b9195687c1 Build.PL
+SHA1 b110619ec9d5fc037737f8880bfc58257ffa7aa5 Changes
+SHA1 db6132facac62a3a2dcc70d64533ba437679c966 LICENSE
+SHA1 02ad6e80ad8159a7f17c74f5d4f30e04d587f7c6 MANIFEST
+SHA1 547b178d65a37675824dbb30e0aeec41ef177c92 META.json
+SHA1 8c0726c493f24d5143c1ba01f161d6837dad46a9 META.yml
+SHA1 92df53166509376a20a6ed2193c3a88db918f453 Makefile.PL
SHA1 a87566f0c784efc2cc1ef70d5999ec0576fbc13b README
-SHA1 769d64ea58760da3289bebb2118360600bbfcb11 lib/Net/IDN/Nameprep.pm
+SHA1 bed449f53fdc44ef6c6183a856919415dea8d6f5 lib/Net/IDN/Nameprep.pm
SHA1 d2abc42c82f13fb54a186b17f9d3cc2e11b78b6d t/00use.t
SHA1 b0f67b92afa9b0b553d84924e5d2f97f41c2b5c9 t/nameprep_vec.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (Darwin)
+Version: GnuPG v1.4.11 (Darwin)
-iEYEARECAAYFAkwDqqkACgkQSKUOY2OWgPCH5QCfWk0bcGqd3BFZla9h0ASoHX1o
-IK4AoMKS8VCWJ0Csldn4tQkL7FKJggoE
-=2gQD
+iEYEARECAAYFAk7hJzMACgkQSKUOY2OWgPABOACfbeU53DFDE4YWWjx4eITwwrkV
+Qv4AoMRIgKFUdE4bUxVyaM+dItXcYJJn
+=qKde
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Net-IDN-Nameprep-1.100/lib/Net/IDN/Nameprep.pm
new/Net-IDN-Nameprep-1.101/lib/Net/IDN/Nameprep.pm
--- old/Net-IDN-Nameprep-1.100/lib/Net/IDN/Nameprep.pm 2010-05-31
14:25:13.000000000 +0200
+++ new/Net-IDN-Nameprep-1.101/lib/Net/IDN/Nameprep.pm 2011-12-08
22:08:03.000000000 +0100
@@ -4,7 +4,7 @@
use utf8;
use warnings;
-our $VERSION = "1.100";
+our $VERSION = "1.101";
$VERSION = eval $VERSION;
require Exporter;