8
0

WIP: Automatic update to File-MimeInfo-0.36.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-File-MimeInfo:autoupdate into main
4 changed files with 21 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9717cb6cc4998640100d5405a1594330d38a6ba37fb1dce482f59816c981fcc1
size 35539

BIN
File-MimeInfo-0.36.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jan 12 05:49:17 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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