Automatic update to v1.650.0 (1.65) #1

Open
cpanmirror wants to merge 1 commits from cpanmirror/perl-Filter:autoupdate into main
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13e7fb7e1d326598e3660103cf1974bee9f690ac5b43b339f2c022f2b5fcef2c
size 96733

BIN
Filter-1.65.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 8 12:46:10 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.650.0 (1.65)
see /usr/share/doc/packages/perl-Filter/Changes
1.65 2025-09-08 rurban
----
* Docs and CI only
-------------------------------------------------------------------
Wed Aug 17 03:08:17 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Filter
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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 Filter
Name: perl-Filter
Version: 1.640.0
Version: 1.650.0
Release: 0
# 1.64 -> normalize -> 1.640.0
%define cpan_version 1.64
# 1.65 -> normalize -> 1.650.0
%define cpan_version 1.65
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Source Filters
URL: https://metacpan.org/release/%{cpan_name}
@@ -30,7 +30,12 @@ Source1: cpanspec.yml
Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Filter::Decompress) = 1.20.0
Provides: perl(Filter::UUdecode) = 1.0.0
Provides: perl(Filter::Util::Call) = 1.65
Provides: perl(Filter::Util::Exec) = %{version}
Provides: perl(Filter::cpp) = %{version}
Provides: perl(Filter::decrypt) = %{version}
Provides: perl(Filter::exec) = %{version}
Provides: perl(Filter::m4) = %{version}
Provides: perl(Filter::sh) = %{version}
@@ -43,7 +48,7 @@ Recommends: perl(Test::More) >= 0.88
Source Filters
%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