Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-BaseDir for
openSUSE:Factory checked in at 2021-07-20 15:38:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-BaseDir (Old)
and /work/SRC/openSUSE:Factory/.perl-File-BaseDir.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-BaseDir"
Tue Jul 20 15:38:59 2021 rev:9 rq:907028 version:0.09
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-File-BaseDir/perl-File-BaseDir.changes
2018-04-19 15:28:06.170455046 +0200
+++
/work/SRC/openSUSE:Factory/.perl-File-BaseDir.new.2632/perl-File-BaseDir.changes
2021-07-20 15:39:26.365469731 +0200
@@ -1,0 +2,6 @@
+Fri Jul 9 03:06:17 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 0.09
+ see /usr/share/doc/packages/perl-File-BaseDir/Changes
+
+-------------------------------------------------------------------
Old:
----
File-BaseDir-0.08.tar.gz
New:
----
File-BaseDir-0.09.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-BaseDir.spec ++++++
--- /var/tmp/diff_new_pack.af85K4/_old 2021-07-20 15:39:27.801472300 +0200
+++ /var/tmp/diff_new_pack.af85K4/_new 2021-07-20 15:39:27.805472307 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-BaseDir
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+%define cpan_name File-BaseDir
Name: perl-File-BaseDir
-Version: 0.08
+Version: 0.09
Release: 0
-%define cpan_name File-BaseDir
Summary: Use the Freedesktop.org base directory specification
License: Artistic-1.0 OR GPL-1.0-or-later
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/File-BaseDir/
-Source0:
https://cpan.metacpan.org/authors/id/K/KI/KIMRYAN/%{cpan_name}-%{version}.tar.gz
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Which)
BuildRequires: perl(IPC::System::Simple)
-BuildRequires: perl(Module::Build) >= 0.420000
+BuildRequires: perl(Test::More) >= 0.98
Requires: perl(IPC::System::Simple)
%{perl_requires}
@@ -40,7 +38,7 @@
This module can be used to find directories and files as specified by the
Freedesktop.org Base Directory Specification. This specifications gives a
mechanism to locate directories for configuration, application data and
-cache data. It is suggested that desktop applications for e.g. the Gnome,
+cache data. It is suggested that desktop applications for e.g. the GNOME,
KDE or Xfce platforms follow this layout. However, the same layout can just
as well be used for non-GUI applications.
@@ -49,21 +47,22 @@
This module follows version 0.6 of BaseDir specification.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
%build
-%{__perl} Build.PL installdirs=vendor
-./Build build flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-./Build test
+make test
%install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes README
+%doc author.yml Changes README
+%license LICENSE
%changelog
++++++ File-BaseDir-0.08.tar.gz -> File-BaseDir-0.09.tar.gz ++++++
++++ 2767 lines of diff (skipped)