Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-File-DesktopEntry for
openSUSE:Factory checked in at 2026-06-08 14:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-File-DesktopEntry (Old)
and /work/SRC/openSUSE:Factory/.perl-File-DesktopEntry.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-File-DesktopEntry"
Mon Jun 8 14:19:54 2026 rev:2 rq:1357764 version:0.230.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-File-DesktopEntry/perl-File-DesktopEntry.changes
2016-01-11 19:11:25.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-File-DesktopEntry.new.2375/perl-File-DesktopEntry.changes
2026-06-08 14:25:34.353685328 +0200
@@ -1,0 +2,9 @@
+Mon Jan 12 05:48:43 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.230.0 (0.23)
+ see /usr/share/doc/packages/perl-File-DesktopEntry/Changes
+
+ 0.23 2026-01-11
+ - Move to Codeberg
+
+-------------------------------------------------------------------
Old:
----
File-DesktopEntry-0.22.tar.gz
New:
----
File-DesktopEntry-0.23.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-File-DesktopEntry.spec ++++++
--- /var/tmp/diff_new_pack.q6GyYW/_old 2026-06-08 14:25:36.713783195 +0200
+++ /var/tmp/diff_new_pack.q6GyYW/_new 2026-06-08 14:25:36.729783858 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-File-DesktopEntry
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,31 @@
# 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-DesktopEntry
Name: perl-File-DesktopEntry
-Version: 0.22
+Version: 0.230.0
Release: 0
-%define cpan_name File-DesktopEntry
-Summary: Object to handle .desktop files
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/File-DesktopEntry/
-Source0:
http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
+# 0.23 -> normalize -> 0.230.0
+%define cpan_version 0.23
+License: Artistic-1.0 OR GPL-1.0-or-later
+Summary: Module to handle .desktop files
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(File::BaseDir) >= 0.03
+BuildRequires: perl(File::BaseDir) >= 0.30
BuildRequires: perl(URI::Escape)
-Requires: perl(File::BaseDir) >= 0.03
+Requires: perl(File::BaseDir) >= 0.30
Requires: perl(URI::Escape)
+Provides: perl(File::DesktopEntry) = %{version}
+%undefine __perllib_provides
%{perl_requires}
%description
@@ -49,14 +52,14 @@
Please remember: case is significant for the names of Desktop Entry keys.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
-%{__make} test
+make test
%install
%perl_make_install
@@ -64,6 +67,5 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc Changes README.md
++++++ File-DesktopEntry-0.22.tar.gz -> File-DesktopEntry-0.23.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/Changes
new/File-DesktopEntry-0.23/Changes
--- old/File-DesktopEntry-0.22/Changes 2015-12-10 23:43:52.000000000 +0100
+++ new/File-DesktopEntry-0.23/Changes 2026-01-11 18:47:26.000000000 +0100
@@ -1,3 +1,6 @@
+0.23 2026-01-11
+ - Move to Codeberg
+
0.22 2015-12-10
- Fix issue on Windows with File URIs
- Correctly state runtime dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/META.json
new/File-DesktopEntry-0.23/META.json
--- old/File-DesktopEntry-0.22/META.json 2015-12-10 23:56:35.000000000
+0100
+++ new/File-DesktopEntry-0.23/META.json 2026-01-11 20:36:36.000000000
+0100
@@ -4,13 +4,13 @@
"Jaap Karssenberg <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter
version 2.150005",
+ "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter
version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
- "version" : "2"
+ "version" : 2
},
"name" : "File-DesktopEntry",
"no_index" : {
@@ -45,12 +45,12 @@
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "https://github.com/mbeijen/File-DesktopEntry/issues"
+ "web" : "https://codeberg.org/michielb/File-DesktopEntry/issues"
},
"repository" : {
- "url" : "https://github.com/mbeijen/File-DesktopEntry"
+ "url" : "https://codeberg.org/michielb/File-DesktopEntry"
}
},
- "version" : "0.22",
- "x_serialization_backend" : "JSON::PP version 2.27300"
+ "version" : "0.23",
+ "x_serialization_backend" : "JSON::PP version 4.07"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/META.yml
new/File-DesktopEntry-0.23/META.yml
--- old/File-DesktopEntry-0.22/META.yml 2015-12-10 23:56:35.000000000 +0100
+++ new/File-DesktopEntry-0.23/META.yml 2026-01-11 20:36:36.000000000 +0100
@@ -7,7 +7,7 @@
configure_requires:
ExtUtils::MakeMaker: '6.30'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version
2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,7 +26,7 @@
URI::Escape: '0'
perl: '5.008006'
resources:
- bugtracker: https://github.com/mbeijen/File-DesktopEntry/issues
- repository: https://github.com/mbeijen/File-DesktopEntry
-version: '0.22'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.017'
+ bugtracker: https://codeberg.org/michielb/File-DesktopEntry/issues
+ repository: https://codeberg.org/michielb/File-DesktopEntry
+version: '0.23'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/Makefile.PL
new/File-DesktopEntry-0.23/Makefile.PL
--- old/File-DesktopEntry-0.22/Makefile.PL 2015-12-10 23:39:48.000000000
+0100
+++ new/File-DesktopEntry-0.23/Makefile.PL 2026-01-11 18:47:26.000000000
+0100
@@ -36,8 +36,8 @@
},
META_MERGE => {
resources => {
- repository => 'https://github.com/mbeijen/File-DesktopEntry',
- bugtracker => 'https://github.com/mbeijen/File-DesktopEntry/issues',
+ repository => 'https://codeberg.org/michielb/File-DesktopEntry',
+ bugtracker => 'https://codeberg.org/michielb/File-DesktopEntry/issues',
},
},
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/lib/File/DesktopEntry.pm
new/File-DesktopEntry-0.23/lib/File/DesktopEntry.pm
--- old/File-DesktopEntry-0.22/lib/File/DesktopEntry.pm 2015-12-10
23:49:03.000000000 +0100
+++ new/File-DesktopEntry-0.23/lib/File/DesktopEntry.pm 2026-01-11
18:47:26.000000000 +0100
@@ -10,7 +10,7 @@
use File::BaseDir 0.03 qw/data_files data_home/;
use URI::Escape;
-our $VERSION = '0.22';
+our $VERSION = '0.23';
our $VERBOSE = 0;
if ($^O eq 'MSWin32') {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/File-DesktopEntry-0.22/t/04_pod_ok.t
new/File-DesktopEntry-0.23/t/04_pod_ok.t
--- old/File-DesktopEntry-0.22/t/04_pod_ok.t 2015-11-22 21:22:46.000000000
+0100
+++ new/File-DesktopEntry-0.23/t/04_pod_ok.t 2026-01-11 18:45:11.000000000
+0100
@@ -1,4 +1,4 @@
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-all_pod_files_ok( Test::Pod::all_pod_files(qw/bin lib/) );
+all_pod_files_ok( Test::Pod::all_pod_files() );
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1768196923
commit: c19ff9f6aabdad1b6a34e637c1cb636678c5307bc75473c3802b6aaed64f9d8a
url: https://src.opensuse.org/perl/perl-File-DesktopEntry
revision: c19ff9f6aabdad1b6a34e637c1cb636678c5307bc75473c3802b6aaed64f9d8a
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-01-12 06:48:43.000000000 +0100
@@ -0,0 +1 @@
+.osc