Hello community,
here is the log from the commit of package perl-Unicode-Stringprep for
openSUSE:Factory checked in at 2014-07-26 09:42:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Unicode-Stringprep (Old)
and /work/SRC/openSUSE:Factory/.perl-Unicode-Stringprep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Unicode-Stringprep"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Unicode-Stringprep/perl-Unicode-Stringprep.changes
2012-02-27 18:35:47.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Unicode-Stringprep.new/perl-Unicode-Stringprep.changes
2014-07-26 09:42:21.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 25 09:32:00 UTC 2014 - [email protected]
+
+- updated to 1.104
+ - FIXES: #72615 faulty data in Build.PL causes a lack of
+ meta files, which breaks carton.
+
+-------------------------------------------------------------------
Old:
----
Unicode-Stringprep-1.103.tar.gz
New:
----
Unicode-Stringprep-1.104.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Unicode-Stringprep.spec ++++++
--- /var/tmp/diff_new_pack.ksVryF/_old 2014-07-26 09:42:23.000000000 +0200
+++ /var/tmp/diff_new_pack.ksVryF/_new 2014-07-26 09:42:23.000000000 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Unicode-Stringprep
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,63 +17,52 @@
Name: perl-Unicode-Stringprep
-Version: 1.103
+Version: 1.104
Release: 0
-Summary: Preparation of Internationalized Strings (RFC 3454)
+%define cpan_name Unicode-Stringprep
+Summary: Preparation of Internationalized Strings (S<RFC 3454>)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-%{version}.tar.gz
-Url: http://search.cpan.org/dist/Unicode-Stringprep
+Url: http://search.cpan.org/dist/Unicode-Stringprep/
+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: perl
BuildRequires: perl-macros
-BuildRequires: perl(Module::Build)
-BuildRequires: perl(Module::Build) >= 0.35
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::NoWarnings)
-BuildRequires: perl(Test::Pod)
-BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Unicode::Normalize) >= 1
Requires: perl(Unicode::Normalize) >= 1
+%{perl_requires}
%description
-This module implements the *stringprep* framework for preparing Unicode
+This module implements the _stringprep_ framework for preparing Unicode
text strings in order to increase the likelihood that string input and
-string comparison work in ways that make sense for typical users
-throughout the world. The *stringprep* protocol is useful for protocol
-identifier values, company and personal names, internationalized domain
-names, and other text strings.
-The *stringprep* framework does not specify how protocols should prepare
+string comparison work in ways that make sense for typical users throughout
+the world. The _stringprep_ protocol is useful for protocol identifier
+values, company and personal names, internationalized domain names, and
+other text strings.
+
+The _stringprep_ framework does not specify how protocols should prepare
text strings. Protocols must create profiles of stringprep in order to
fully specify the processing options.
%prep
-%setup -q -n "Unicode-Stringprep-%{version}"
+%setup -q -n %{cpan_name}-%{version}
%build
-%__perl ./Build.PL
-./Build
-
-%install
-./Build pure_install --destdir "%{buildroot}" --installdirs vendor
-%perl_process_packlist
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
%check
./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}/Unicode
-%{perl_vendorlib}/Unicode/Stringprep.pm
-%{perl_vendorlib}/Unicode/Stringprep
-%dir %{perl_vendorarch}/auto/Unicode
-%{perl_vendorarch}/auto/Unicode/Stringprep
-%doc %{perl_man3dir}/Unicode::Stringprep.%{perl_man3ext}%{ext_man}
-%doc %{perl_man3dir}/Unicode::Stringprep::*.%{perl_man3ext}%{ext_man}
+%files -f %{name}.files
+%defattr(-,root,root,755)
+%doc Changes eg LICENSE README
%changelog
++++++ Unicode-Stringprep-1.103.tar.gz -> Unicode-Stringprep-1.104.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/Build.PL
new/Unicode-Stringprep-1.104/Build.PL
--- old/Unicode-Stringprep-1.103/Build.PL 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/Build.PL 2011-12-08 22:45:47.000000000
+0100
@@ -24,7 +24,7 @@
'Test::More' => 0,
},
'no_index' => {
- 'directory' => 'eg'
+ 'directory' => ['eg'],
},
'resources' => {
'homepage' => 'http://search.cpan.org/dist/Unicode-Stringprep',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/Changes
new/Unicode-Stringprep-1.104/Changes
--- old/Unicode-Stringprep-1.103/Changes 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/Changes 2011-12-08 22:45:47.000000000
+0100
@@ -1,5 +1,9 @@
Revision history for Perl extension Unicode::Stringprep
+1.104 (2011-12-08)
+ - FIXES: #72615 faulty data in Build.PL causes a lack of
+ meta files, which breaks carton.
+
1.103 (2010-01-16)
- fix 'couldn't find diagnostic data' in tests on some machines
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/LICENSE
new/Unicode-Stringprep-1.104/LICENSE
--- old/Unicode-Stringprep-1.103/LICENSE 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/LICENSE 2011-12-08 22:45:47.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/Unicode-Stringprep-1.103/MANIFEST
new/Unicode-Stringprep-1.104/MANIFEST
--- old/Unicode-Stringprep-1.103/MANIFEST 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/MANIFEST 2011-12-08 22:45:47.000000000
+0100
@@ -28,4 +28,5 @@
eg/Nameprep.pm
eg/SASLprep.pm
META.yml
+META.json
SIGNATURE Added here by Module::Build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/META.json
new/Unicode-Stringprep-1.104/META.json
--- old/Unicode-Stringprep-1.103/META.json 1970-01-01 01:00:00.000000000
+0100
+++ new/Unicode-Stringprep-1.104/META.json 2011-12-08 22:45:47.000000000
+0100
@@ -0,0 +1,69 @@
+{
+ "abstract" : "Preparation of Internationalized Strings (RFC 3454)",
+ "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" : "Unicode-Stringprep",
+ "no_index" : {
+ "directory" : [
+ "eg"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "Test::More" : 0,
+ "Test::NoWarnings" : 0
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "Module::Build" : "0.38"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "Unicode::Normalize" : "1",
+ "perl" : "5.008003"
+ }
+ }
+ },
+ "provides" : {
+ "Unicode::Stringprep" : {
+ "file" : "lib/Unicode/Stringprep.pm",
+ "version" : "1.104"
+ },
+ "Unicode::Stringprep::BiDi" : {
+ "file" : "lib/Unicode/Stringprep/BiDi.pm",
+ "version" : "1.10"
+ },
+ "Unicode::Stringprep::Mapping" : {
+ "file" : "lib/Unicode/Stringprep/Mapping.pm",
+ "version" : "1.10"
+ },
+ "Unicode::Stringprep::Prohibited" : {
+ "file" : "lib/Unicode/Stringprep/Prohibited.pm",
+ "version" : "1.10"
+ },
+ "Unicode::Stringprep::Unassigned" : {
+ "file" : "lib/Unicode/Stringprep/Unassigned.pm",
+ "version" : "1.10"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "version" : "1.104"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/META.yml
new/Unicode-Stringprep-1.104/META.yml
--- old/Unicode-Stringprep-1.103/META.yml 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/META.yml 2011-12-08 22:45:47.000000000
+0100
@@ -1,24 +1,26 @@
---
-name: Unicode-Stringprep
-version: 1.103
+abstract: 'Preparation of Internationalized Strings (RFC 3454)'
author:
- - 'Claus Färber <[email protected]>'
-abstract: Preparation of Internationalized Strings (RFC 3454)
-license: perl
-resources:
- license: http://dev.perl.org/licenses/
+ - 'Claus Färber <[email protected]>'
build_requires:
Test::More: 0
Test::NoWarnings: 0
-requires:
- Unicode::Normalize: 1
- perl: 5.008003
configure_requires:
- Module::Build: 0.35
+ 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: Unicode-Stringprep
+no_index:
+ directory:
+ - eg
provides:
Unicode::Stringprep:
file: lib/Unicode/Stringprep.pm
- version: 1.103
+ version: 1.104
Unicode::Stringprep::BiDi:
file: lib/Unicode/Stringprep/BiDi.pm
version: 1.10
@@ -31,9 +33,9 @@
Unicode::Stringprep::Unassigned:
file: lib/Unicode/Stringprep/Unassigned.pm
version: 1.10
-no_index:
- directory: eg
-generated_by: Module::Build version 0.35
-meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+requires:
+ Unicode::Normalize: 1
+ perl: 5.008003
+resources:
+ license: http://dev.perl.org/licenses/
+version: 1.104
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/Makefile.PL
new/Unicode-Stringprep-1.104/Makefile.PL
--- old/Unicode-Stringprep-1.103/Makefile.PL 2010-01-16 01:52:55.000000000
+0100
+++ new/Unicode-Stringprep-1.104/Makefile.PL 2011-12-08 22:45:47.000000000
+0100
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.35
+# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.008003;
use ExtUtils::MakeMaker;
WriteMakefile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/SIGNATURE
new/Unicode-Stringprep-1.104/SIGNATURE
--- old/Unicode-Stringprep-1.103/SIGNATURE 2010-01-16 01:52:59.000000000
+0100
+++ new/Unicode-Stringprep-1.104/SIGNATURE 2011-12-08 22:45:49.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,17 +14,18 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 7d67d18e897a3902c21cb4559487c31a14675930 Build.PL
-SHA1 b5028a90b5905e5ac8a7c6317dbf0e13e4c1aded Changes
-SHA1 4dae24b8996f71e9778ca53e9da378795b12b9cd LICENSE
-SHA1 a46b7a173679fc5812e15d7956e54b0a21fb93fd MANIFEST
-SHA1 e843538769f53c2527e7dd8fa67d3a7ce74fc0c3 META.yml
-SHA1 2e3a733b6c4b86437e9edf93363ca6d6bb45e9e4 Makefile.PL
+SHA1 6701a8831679bf0bef1a00ee92e3c8227d6ac1af Build.PL
+SHA1 56997ad02c8bb6444b2d82a457217867145a0b77 Changes
+SHA1 be42753051b0a286712b2df238e1654a883be73b LICENSE
+SHA1 5947211a7123cedadfe1fe4d58b0274a32045212 MANIFEST
+SHA1 2e87438f9a4c4b36a9adbd6e01ade962b4fce8d2 META.json
+SHA1 7e555241921865cf50a930ea467f4997ee792433 META.yml
+SHA1 ff5e339153c6a8874192cd2f10020ce759166622 Makefile.PL
SHA1 76b5306b21e526d332660e5ca9ad9a5f77eacaea README
SHA1 f6829baa052c940d0bd9ccecff132671f97395b3 eg/Nameprep.pm
SHA1 85a3ac0c5d7af229a576358a738c1bc0ddf03848 eg/Readme-Examples.pod
SHA1 43f88ca4db5e7eb71e2e01f068dac3006530d093 eg/SASLprep.pm
-SHA1 f2eb7415dd126ea534ab44ccc80739e92e86569a lib/Unicode/Stringprep.pm
+SHA1 a011532784b72ad3e6ab57435338c83358dcdd79 lib/Unicode/Stringprep.pm
SHA1 06b50c467935acee6dce848b6a7a236d0c702bfb lib/Unicode/Stringprep/BiDi.pm
SHA1 2c2b5f45dec9a663690a614c3a7cbc324368f346 lib/Unicode/Stringprep/Mapping.pm
SHA1 321adeb3c3cc69b7d34bbce5a6ed9d0a7f01b96d
lib/Unicode/Stringprep/Prohibited.pm
@@ -45,9 +46,9 @@
SHA1 f5053025cd885fb2828897100235fbb1eb57c9df t/saslprep.t
SHA1 34c09f6db7be90d9c8ebd3be1d10979d2af901b8 t/saslprep_bytes.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.10 (Darwin)
+Version: GnuPG v1.4.11 (Darwin)
-iEYEARECAAYFAktRDecACgkQSKUOY2OWgPB1gwCfX3e1Z8qShNI1M8DIxdMd4cC6
-ZCAAnR1yraTM1+KkxNQ0pUWJsaj7CX1D
-=OjYa
+iEYEARECAAYFAk7hMAsACgkQSKUOY2OWgPDM0wCfQx/XtQQibl1/fEBzJ5OMzDZP
+9ZgAnj3cSv+BJtRW4l71JGahNRymsZEB
+=u6Vt
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Unicode-Stringprep-1.103/lib/Unicode/Stringprep.pm
new/Unicode-Stringprep-1.104/lib/Unicode/Stringprep.pm
--- old/Unicode-Stringprep-1.103/lib/Unicode/Stringprep.pm 2010-01-16
01:52:55.000000000 +0100
+++ new/Unicode-Stringprep-1.104/lib/Unicode/Stringprep.pm 2011-12-08
22:45:47.000000000 +0100
@@ -6,7 +6,7 @@
use utf8;
use warnings;
-our $VERSION = "1.103";
+our $VERSION = "1.104";
$VERSION = eval $VERSION;
require Exporter;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]