diff --git a/EV-4.33.tar.gz b/EV-4.33.tar.gz deleted file mode 100644 index 9d08c27..0000000 --- a/EV-4.33.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aee8391b88113b42187f91fd49245fdc8e9b193a15ac202f519caae2aa8ea35 -size 218067 diff --git a/EV-4.34.tar.gz b/EV-4.34.tar.gz new file mode 100644 index 0000000..8d5eb91 --- /dev/null +++ b/EV-4.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1211683dce7b6771f4ab710cc153712bdd77ba6157a13294d0bb73491fd06560 +size 220047 diff --git a/perl-EV.changes b/perl-EV.changes index 3a3d317..778d796 100644 --- a/perl-EV.changes +++ b/perl-EV.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Aug 22 20:50:03 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-EV.spec b/perl-EV.spec index 216a029..05bb1a5 100644 --- a/perl-EV.spec +++ b/perl-EV.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name EV Name: perl-EV -Version: 4.330.0 +Version: 4.340.0 Release: 0 -# 4.33 -> normalize -> 4.330.0 -%define cpan_version 4.33 +# 4.34 -> normalize -> 4.340.0 +%define cpan_version 4.34 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl interface to libev, a high performance full-featured event loop URL: https://metacpan.org/release/%{cpan_name} @@ -36,6 +36,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.52 BuildRequires: perl(common::sense) Requires: perl(common::sense) Provides: perl(EV) = %{version} +Provides: perl(EV::MakeMaker) %undefine __perllib_provides %{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. %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p0 +%autosetup -n %{cpan_name}-%{cpan_version} -N + +%patch -P0 -p0 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"