commit perl-Glib for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Glib for openSUSE:Factory checked in at 2013-07-30 16:42:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Glib (Old) and /work/SRC/openSUSE:Factory/.perl-Glib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-Glib" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Glib/perl-Glib.changes 2013-06-06 13:22:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Glib.new/perl-Glib.changes 2013-07-30 16:42:06.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Jul 27 11:58:52 UTC 2013 - coolo@suse.com + +- updated to 1.301 + * t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490 + +------------------------------------------------------------------- Old: ---- Glib-1.300.tar.gz New: ---- Glib-1.301.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Glib.spec ++++++ --- /var/tmp/diff_new_pack.NPGaXq/_old 2013-07-30 16:42:07.000000000 +0200 +++ /var/tmp/diff_new_pack.NPGaXq/_new 2013-07-30 16:42:07.000000000 +0200 @@ -17,7 +17,7 @@ Name: perl-Glib -Version: 1.300 +Version: 1.301 Release: 0 %define cpan_name Glib Summary: Perl wrappers for the GLib utility and Object libraries @@ -26,18 +26,18 @@ Url: http://search.cpan.org/dist/Glib/ Source: http://www.cpan.org/authors/id/X/XA/XAOC/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -# MANUAL BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(ExtUtils::Depends) >= 0.300 BuildRequires: perl(ExtUtils::PkgConfig) >= 1.000 -BuildRequires: pkgconfig(glib-2.0) #BuildRequires: perl(Glib) #BuildRequires: perl(Glib::Object::Subclass) #BuildRequires: perl(Gtk2) Requires: perl(ExtUtils::Depends) >= 0.300 Requires: perl(ExtUtils::PkgConfig) >= 1.000 %{perl_requires} +# MANUAL +BuildRequires: pkgconfig(glib-2.0) %description This wrapper attempts to provide a perlish interface while remaining as ++++++ Glib-1.300.tar.gz -> Glib-1.301.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/META.json new/Glib-1.301/META.json --- old/Glib-1.300/META.json 2013-05-20 02:54:53.000000000 +0200 +++ new/Glib-1.301/META.json 2013-07-07 08:11:01.000000000 +0200 @@ -4,7 +4,7 @@ "gtk2-perl Team <gtk-perl-list at gnome dot org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.112621", + "generated_by" : "ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560", "license" : [ "lgpl_2_1" ], @@ -44,11 +44,22 @@ ] }, "prereqs" : { + "build" : { + "requires" : { + "ExtUtils::MakeMaker" : "0" + } + }, "configure" : { "requires" : { "ExtUtils::Depends" : "0.300", "ExtUtils::PkgConfig" : "1.000" } + }, + "runtime" : { + "requires" : { + "ExtUtils::Depends" : "0.300", + "ExtUtils::PkgConfig" : "1.000" + } } }, "release_status" : "stable", @@ -68,5 +79,5 @@ }, "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list" }, - "version" : "1.300" + "version" : "1.301" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/META.yml new/Glib-1.301/META.yml --- old/Glib-1.300/META.yml 2013-05-20 02:54:53.000000000 +0200 +++ new/Glib-1.301/META.yml 2013-07-07 08:11:01.000000000 +0200 @@ -2,12 +2,13 @@ abstract: 'Perl wrappers for the GLib utility and Object libraries' author: - 'gtk2-perl Team <gtk-perl-list at gnome dot org>' -build_requires: {} +build_requires: + ExtUtils::MakeMaker: 0 configure_requires: ExtUtils::Depends: 0.300 ExtUtils::PkgConfig: 1.000 dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 2.112621' +generated_by: 'ExtUtils::MakeMaker version 6.68, CPAN::Meta::Converter version 2.131560' license: lgpl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -39,10 +40,13 @@ - xsapi.pod.foot package: - MY +requires: + ExtUtils::Depends: 0.300 + ExtUtils::PkgConfig: 1.000 resources: + MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=Glib homepage: http://gtk2-perl.sourceforge.net license: http://www.gnu.org/licenses/lgpl-2.1.html repository: git://git.gnome.org/perl-Glib - x_MailingList: https://mail.gnome.org/mailman/listinfo/gtk-perl-list -version: 1.300 +version: 1.301 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/NEWS new/Glib-1.301/NEWS --- old/Glib-1.300/NEWS 2013-05-20 02:41:33.000000000 +0200 +++ new/Glib-1.301/NEWS 2013-07-07 08:08:36.000000000 +0200 @@ -1,3 +1,8 @@ +Overview of changes in Glib 1.301 (stable) +========================================== + +* t/options.t: skip tests in non-UTF-8 locales; fixes RT#83490 + Overview of changes in Glib 1.300 (stable) ========================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib/CodeGen.pm new/Glib-1.301/lib/Glib/CodeGen.pm --- old/Glib-1.300/lib/Glib/CodeGen.pm 2013-05-20 02:43:23.000000000 +0200 +++ new/Glib-1.301/lib/Glib/CodeGen.pm 2013-07-07 08:09:17.000000000 +0200 @@ -5,7 +5,7 @@ use Carp; use IO::File; -our $VERSION = '1.300'; +our $VERSION = '1.301'; # type handlers should look like this: # sub gen_foo_stuff { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib/GenPod.pm new/Glib-1.301/lib/Glib/GenPod.pm --- old/Glib-1.300/lib/Glib/GenPod.pm 2013-05-20 02:43:33.000000000 +0200 +++ new/Glib-1.301/lib/Glib/GenPod.pm 2013-07-07 08:09:30.000000000 +0200 @@ -9,7 +9,7 @@ package Glib::GenPod; -our $VERSION = '1.300'; +our $VERSION = '1.301'; use strict; use warnings; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib/MakeHelper.pm new/Glib-1.301/lib/Glib/MakeHelper.pm --- old/Glib-1.300/lib/Glib/MakeHelper.pm 2013-05-20 02:43:41.000000000 +0200 +++ new/Glib-1.301/lib/Glib/MakeHelper.pm 2013-07-07 08:09:42.000000000 +0200 @@ -4,7 +4,7 @@ package Glib::MakeHelper; -our $VERSION = '1.300'; +our $VERSION = '1.301'; =head1 NAME diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib/Object/Subclass.pm new/Glib-1.301/lib/Glib/Object/Subclass.pm --- old/Glib-1.300/lib/Glib/Object/Subclass.pm 2013-05-20 02:43:55.000000000 +0200 +++ new/Glib-1.301/lib/Glib/Object/Subclass.pm 2013-07-07 08:10:05.000000000 +0200 @@ -20,7 +20,7 @@ package Glib::Object::Subclass; -our $VERSION = '1.300'; +our $VERSION = '1.301'; use Glib; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib/ParseXSDoc.pm new/Glib-1.301/lib/Glib/ParseXSDoc.pm --- old/Glib-1.300/lib/Glib/ParseXSDoc.pm 2013-05-20 02:44:05.000000000 +0200 +++ new/Glib-1.301/lib/Glib/ParseXSDoc.pm 2013-07-07 08:10:20.000000000 +0200 @@ -13,7 +13,7 @@ xsdocparse ); -our $VERSION = '1.300'; +our $VERSION = '1.301'; our $NOISY = $ENV{NOISYDOC}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/lib/Glib.pm new/Glib-1.301/lib/Glib.pm --- old/Glib-1.300/lib/Glib.pm 2013-05-20 02:43:14.000000000 +0200 +++ new/Glib-1.301/lib/Glib.pm 2013-07-07 08:09:04.000000000 +0200 @@ -27,7 +27,7 @@ require DynaLoader; our @ISA = qw(DynaLoader Exporter); -our $VERSION = '1.300'; +our $VERSION = '1.301'; use constant { TRUE => 1, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glib-1.300/t/options.t new/Glib-1.301/t/options.t --- old/Glib-1.300/t/options.t 2013-01-15 07:47:46.000000000 +0100 +++ new/Glib-1.301/t/options.t 2013-07-07 08:02:23.000000000 +0200 @@ -156,7 +156,22 @@ } # Test that there is no double-encoding for utf8-encoded strings. - { +SKIP: { + my $codeset; + # This eval() was taken from <https://metacpan.org/module/I18N::Langinfo> + # and from a suggestion from Kevin Ryde + eval { + require I18N::Langinfo; + $codeset = I18N::Langinfo::langinfo(I18N::Langinfo::CODESET()); + }; + # If there was an error requiring I18N::Langinfo, then skip this block of + # tests; we need I18N::Langinfo to check LC_ALL/LANG + skip("Can't check LC_ALL/LANG, I18N::Langinfo unavailable; $@", 4) + if ( length($@) > 0 ); + # If LC_ALL/LANG is not some variant of UTF-8 (8-bit, wide/multibyte + # characters), skip this block of tests + skip("Can't test parsing of wide-byte args (non-UTF-8 locale: $codeset)", 4) + if ( $codeset !~ /UTF-8|utf8/i ); @ARGV = qw(-s ❤ ❤); $context -> parse(); -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de