WIP: Automatic update to v4.340.0 (4.34) #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-EV:autoupdate into main
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4aee8391b88113b42187f91fd49245fdc8e9b193a15ac202f519caae2aa8ea35
size 218067

BIN
EV-4.34.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 22 20:50:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 4.340.0 (4.34)
see /usr/share/doc/packages/perl-EV/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 6 13:45:13 UTC 2021 - Felix Niederwanger <felix.niederwanger@suse.com> Thu May 6 13:45:13 UTC 2021 - Felix Niederwanger <felix.niederwanger@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-EV # spec file for package perl-EV
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name EV %define cpan_name EV
Name: perl-EV Name: perl-EV
Version: 4.330.0 Version: 4.340.0
Release: 0 Release: 0
# 4.33 -> normalize -> 4.330.0 # 4.34 -> normalize -> 4.340.0
%define cpan_version 4.33 %define cpan_version 4.34
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl interface to libev, a high performance full-featured event loop Summary: Perl interface to libev, a high performance full-featured event loop
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -36,6 +36,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52
BuildRequires: perl(common::sense) BuildRequires: perl(common::sense)
Requires: perl(common::sense) Requires: perl(common::sense)
Provides: perl(EV) = %{version} Provides: perl(EV) = %{version}
Provides: perl(EV::MakeMaker)
%undefine __perllib_provides %undefine __perllib_provides
%{perl_requires} %{perl_requires}
@@ -55,7 +56,9 @@ you don't rely on any watcher types not available through it) and still be
faster than with any other event loop currently supported in Perl. faster than with any other event loop currently supported in Perl.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} -p0 %autosetup -n %{cpan_name}-%{cpan_version} -N
%patch -P0 -p0
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"