1
0

8 Commits

Author SHA256 Message Date
3803da27a1 Accepting request 1285043 from devel:languages:perl
- updated to 0.350.0 (0.35)
   see /usr/share/doc/packages/perl-File-Find-Rule/Changes
  0.35 Thursday 5th June, 2025
    Fix for CVE-2011-10007 https://github.com/richardc/perl-file-find-rule/pull/4
    bsc#1244148 (forwarded request 1284892 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1285043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Find-Rule?expand=0&rev=15
2025-06-12 13:52:04 +00:00
OBS User buildservice-autocommit
740e135a32 Updating link to change in openSUSE:Factory/perl-File-Find-Rule revision 15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=cc9f08b136e798c8f5e8277cdc19b316
2025-06-12 13:52:04 +00:00
ab417f0ca5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=24 2025-06-12 10:25:01 +00:00
8250e0d14e - updated to 0.350.0 (0.35)
see /usr/share/doc/packages/perl-File-Find-Rule/Changes
  0.35 Thursday 5th June, 2025
    Fix for CVE-2011-10007 https://github.com/richardc/perl-file-find-rule/pull/4
    bsc#1244148

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=23
2025-06-12 07:28:33 +00:00
f59c545bbd checkin
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=21
2025-06-11 08:10:14 +00:00
677079f793 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=20 2025-06-11 06:46:49 +00:00
233f92d33c Accepting request 1279836 from devel:languages:perl
Normalize CPAN version
  See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/request/show/1279836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-File-Find-Rule?expand=0&rev=14
2025-05-27 16:49:30 +00:00
3c0c72fbdc Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Find-Rule?expand=0&rev=19
2025-05-24 16:27:57 +00:00
4 changed files with 36 additions and 19 deletions

BIN
File-Find-Rule-0.34.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
File-Find-Rule-0.35.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 11 14:56:08 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.350.0 (0.35)
see /usr/share/doc/packages/perl-File-Find-Rule/Changes
0.35 Thursday 5th June, 2025
Fix for CVE-2011-10007 https://github.com/richardc/perl-file-find-rule/pull/4
bsc#1244148
-------------------------------------------------------------------
Sat May 24 16:27:42 UTC 2025 - Tina Müller <tina.mueller@suse.com>
- Normalize CPAN version
See https://github.com/openSUSE/cpanspec/issues/47 for details
-------------------------------------------------------------------
Thu Apr 21 09:50:03 UTC 2022 - Marcus Meissner <meissner@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-File-Find-Rule
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,26 @@
#
Name: perl-File-Find-Rule
Version: 0.34
Release: 0
%define cpan_name File-Find-Rule
Name: perl-File-Find-Rule
Version: 0.350.0
Release: 0
# 0.35 -> normalize -> 0.350.0
%define cpan_version 0.35
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Alternative interface to File::Find
License: GPL-1.0-or-later OR Artistic-1.0
Group: Development/Libraries/Perl
URL: https://search.cpan.org/dist/File-Find-Rule/
Source0: https://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Number::Compare)
BuildRequires: perl(Text::Glob) >= 0.07
BuildRequires: perl(Text::Glob) >= 0.70
Requires: perl(Number::Compare)
Requires: perl(Text::Glob) >= 0.07
Requires: perl(Text::Glob) >= 0.70
Provides: perl(File::Find::Rule) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -41,14 +43,14 @@ File::Find::Rule is a friendlier interface to File::Find. It allows you to
build rules which specify the desired files and directories.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -56,7 +58,6 @@ build rules which specify the desired files and directories.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes findrule
%changelog