diff --git a/File-MimeInfo-0.35.tar.gz b/File-MimeInfo-0.35.tar.gz deleted file mode 100644 index f1fbe18..0000000 --- a/File-MimeInfo-0.35.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9717cb6cc4998640100d5405a1594330d38a6ba37fb1dce482f59816c981fcc1 -size 35539 diff --git a/File-MimeInfo-0.36.tar.gz b/File-MimeInfo-0.36.tar.gz new file mode 100644 index 0000000..63e521c --- /dev/null +++ b/File-MimeInfo-0.36.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90bff48cacc03f44e8e62f27d4db7385c5f9c7374f3b97b0b5cb5c2061790b8 +size 36906 diff --git a/perl-File-MimeInfo.changes b/perl-File-MimeInfo.changes index fb515d2..18919fa 100644 --- a/perl-File-MimeInfo.changes +++ b/perl-File-MimeInfo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Jan 12 05:49:17 UTC 2026 - Tina Müller + +- updated to 0.360.0 (0.36) + see /usr/share/doc/packages/perl-File-MimeInfo/Changes + + 0.36 2026-01-11 + - Move to Codeberg + ------------------------------------------------------------------- Fri Apr 26 03:09:22 UTC 2024 - Tina Müller diff --git a/perl-File-MimeInfo.spec b/perl-File-MimeInfo.spec index b55ec75..47e132b 100644 --- a/perl-File-MimeInfo.spec +++ b/perl-File-MimeInfo.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-MimeInfo # -# Copyright (c) 2024 SUSE LLC +# 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 @@ -18,10 +18,10 @@ %define cpan_name File-MimeInfo Name: perl-File-MimeInfo -Version: 0.350.0 +Version: 0.360.0 Release: 0 -# 0.35 -> normalize -> 0.350.0 -%define cpan_version 0.35 +# 0.36 -> normalize -> 0.360.0 +%define cpan_version 0.36 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Determine file types URL: https://metacpan.org/release/%{cpan_name} @@ -32,12 +32,12 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Encode::Locale) -BuildRequires: perl(File::BaseDir) >= 0.03 -BuildRequires: perl(File::DesktopEntry) >= 0.04 +BuildRequires: perl(File::BaseDir) >= 0.30 +BuildRequires: perl(File::DesktopEntry) >= 0.40 BuildRequires: perl(Test::More) >= 0.88 Requires: perl(Encode::Locale) -Requires: perl(File::BaseDir) >= 0.03 -Requires: perl(File::DesktopEntry) >= 0.04 +Requires: perl(File::BaseDir) >= 0.30 +Requires: perl(File::DesktopEntry) >= 0.40 Provides: perl(File::MimeInfo) = %{version} Provides: perl(File::MimeInfo::Applications) = %{version} Provides: perl(File::MimeInfo::Magic) = %{version} @@ -66,7 +66,7 @@ This module loads the various data files when needed. If you want to hash data earlier see the 'rehash' methods below. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644