Hello community, here is the log from the commit of package perl-File-BaseDir for openSUSE:Factory checked in at 2018-04-19 15:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-File-BaseDir (Old) and /work/SRC/openSUSE:Factory/.perl-File-BaseDir.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-BaseDir" Thu Apr 19 15:27:54 2018 rev:8 rq:593462 version:0.08 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-File-BaseDir/perl-File-BaseDir.changes 2015-04-22 01:19:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-File-BaseDir.new/perl-File-BaseDir.changes 2018-04-19 15:28:06.170455046 +0200 @@ -1,0 +2,9 @@ +Fri Mar 30 05:21:25 UTC 2018 - [email protected] + +- updated to 0.08 + see /usr/share/doc/packages/perl-File-BaseDir/Changes + + 0.08 13 Mar 2018 + Fix for failing test in 03_userdirs.t, thanks to Pierre Labastie + +------------------------------------------------------------------- Old: ---- File-BaseDir-0.07.tar.gz New: ---- File-BaseDir-0.08.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-File-BaseDir.spec ++++++ --- /var/tmp/diff_new_pack.8igL4U/_old 2018-04-19 15:28:06.906424995 +0200 +++ /var/tmp/diff_new_pack.8igL4U/_new 2018-04-19 15:28:06.910424831 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-File-BaseDir # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,14 +17,14 @@ Name: perl-File-BaseDir -Version: 0.07 +Version: 0.08 Release: 0 %define cpan_name File-BaseDir Summary: Use the Freedesktop.org base directory specification -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/File-BaseDir/ -Source0: http://www.cpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -44,7 +44,7 @@ KDE or Xfce platforms follow this layout. However, the same layout can just as well be used for non-GUI applications. -This module forked from the File::MimeInfo manpage. +This module forked from File::MimeInfo. This module follows version 0.6 of BaseDir specification. ++++++ File-BaseDir-0.07.tar.gz -> File-BaseDir-0.08.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/Changes new/File-BaseDir-0.08/Changes --- old/File-BaseDir-0.07/Changes 2015-04-21 03:29:12.000000000 +0200 +++ new/File-BaseDir-0.08/Changes 2018-03-13 02:04:09.000000000 +0100 @@ -1,5 +1,8 @@ Revision history for Perl extension File::BaseDir. +0.08 13 Mar 2018 + Fix for failing test in 03_userdirs.t, thanks to Pierre Labastie + 0.07 21 Apr 2015 Use temporary files for 03_userdirs.t test, fix for RT bug 103805 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/META.json new/File-BaseDir-0.08/META.json --- old/File-BaseDir-0.07/META.json 2015-04-21 03:32:02.000000000 +0200 +++ new/File-BaseDir-0.08/META.json 2018-03-13 02:05:50.000000000 +0100 @@ -4,7 +4,7 @@ "Jaap Karssenberg <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.421", + "generated_by" : "Module::Build version 0.4208", "license" : [ "perl_5" ], @@ -39,15 +39,15 @@ "provides" : { "File::BaseDir" : { "file" : "lib/File/BaseDir.pm", - "version" : "0.07" + "version" : "0.08" }, "File::IconTheme" : { "file" : "lib/File/IconTheme.pm", - "version" : "0.07" + "version" : "0.08" }, "File::UserDirs" : { "file" : "lib/File/UserDirs.pm", - "version" : "0.07" + "version" : "0.08" } }, "release_status" : "stable", @@ -56,5 +56,6 @@ "http://dev.perl.org/licenses/" ] }, - "version" : "0.07" + "version" : "0.08", + "x_serialization_backend" : "JSON::PP version 2.27300" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/META.yml new/File-BaseDir-0.08/META.yml --- old/File-BaseDir-0.07/META.yml 2015-04-21 03:32:02.000000000 +0200 +++ new/File-BaseDir-0.08/META.yml 2018-03-13 02:05:50.000000000 +0100 @@ -10,7 +10,7 @@ configure_requires: Module::Build: '0.42' dynamic_config: 1 -generated_by: 'Module::Build version 0.421, CPAN::Meta::Converter version 2.142060' +generated_by: 'Module::Build version 0.4208, CPAN::Meta::Converter version 2.150005' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -19,13 +19,13 @@ provides: File::BaseDir: file: lib/File/BaseDir.pm - version: '0.07' + version: '0.08' File::IconTheme: file: lib/File/IconTheme.pm - version: '0.07' + version: '0.08' File::UserDirs: file: lib/File/UserDirs.pm - version: '0.07' + version: '0.08' requires: Carp: '0' Exporter: '0' @@ -33,4 +33,5 @@ IPC::System::Simple: '0' resources: license: http://dev.perl.org/licenses/ -version: '0.07' +version: '0.08' +x_serialization_backend: 'CPAN::Meta::YAML version 0.016' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/Makefile.PL new/File-BaseDir-0.08/Makefile.PL --- old/File-BaseDir-0.07/Makefile.PL 2015-04-21 03:32:02.000000000 +0200 +++ new/File-BaseDir-0.08/Makefile.PL 2018-03-13 02:05:50.000000000 +0100 @@ -1,4 +1,4 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.4210 +# Note: this file was auto-generated by Module::Build::Compat version 0.4208 use Module::Build::Compat 0.02; Module::Build::Compat->run_build_pl(args => \@ARGV); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/lib/File/BaseDir.pm new/File-BaseDir-0.08/lib/File/BaseDir.pm --- old/File-BaseDir-0.07/lib/File/BaseDir.pm 2015-04-21 03:25:32.000000000 +0200 +++ new/File-BaseDir-0.08/lib/File/BaseDir.pm 2018-03-13 02:01:10.000000000 +0100 @@ -5,7 +5,7 @@ require File::Spec; require Exporter; -our $VERSION = 0.07; +our $VERSION = 0.08; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/lib/File/IconTheme.pm new/File-BaseDir-0.08/lib/File/IconTheme.pm --- old/File-BaseDir-0.07/lib/File/IconTheme.pm 2015-04-21 03:26:06.000000000 +0200 +++ new/File-BaseDir-0.08/lib/File/IconTheme.pm 2018-03-13 02:01:20.000000000 +0100 @@ -5,7 +5,7 @@ require File::Spec; use parent qw(Exporter); -our $VERSION = '0.07'; +our $VERSION = '0.08'; our @EXPORT_OK = qw(xdg_icon_theme_search_dirs); sub xdg_icon_theme_search_dirs { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/lib/File/UserDirs.pm new/File-BaseDir-0.08/lib/File/UserDirs.pm --- old/File-BaseDir-0.07/lib/File/UserDirs.pm 2015-04-21 03:25:56.000000000 +0200 +++ new/File-BaseDir-0.08/lib/File/UserDirs.pm 2018-03-13 02:01:35.000000000 +0100 @@ -4,7 +4,7 @@ use IPC::System::Simple qw(capturex); use parent qw(Exporter); -our $VERSION = '0.07'; +our $VERSION = '0.08'; our %EXPORT_TAGS = ( all => [ qw(xdg_desktop_dir xdg_documents_dir xdg_download_dir xdg_music_dir diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/File-BaseDir-0.07/t/03_userdirs.t new/File-BaseDir-0.08/t/03_userdirs.t --- old/File-BaseDir-0.07/t/03_userdirs.t 2015-04-21 03:31:30.000000000 +0200 +++ new/File-BaseDir-0.08/t/03_userdirs.t 2018-03-13 02:00:58.000000000 +0100 @@ -19,6 +19,7 @@ my $temphomedir = tempdir(CLEANUP => 1); local $ENV{HOME} = $temphomedir; +local $ENV{XDG_CONFIG_HOME} = ''; mkdir "$temphomedir/.config"; my $udd = "$temphomedir/.config/user-dirs.dirs";
