public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jitka Plesnikova <jplesnik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Class-C3-Componentised] epel10: 1.001002 bump
Date: Mon, 03 Aug 2026 07:08:02 GMT [thread overview]
Message-ID: <178574088219.1.1553782077048299033.rpms-perl-Class-C3-Componentised-35290538fb83@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Class-C3-Componentised
Branch : epel10
Commit : 35290538fb834dc2706603d774af47406561060f
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date : 2018-02-26T09:28:14+01:00
Stats : +18/-29 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Class-C3-Componentised/c/35290538fb834dc2706603d774af47406561060f?branch=epel10
Log:
1.001002 bump
---
diff --git a/.gitignore b/.gitignore
index cc21610..ccc6231 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
Class-C3-Componentised-1.0006.tar.gz
/Class-C3-Componentised-1.0008.tar.gz
/Class-C3-Componentised-1.001000.tar.gz
+/Class-C3-Componentised-1.001002.tar.gz
diff --git a/perl-Class-C3-Componentised.spec b/perl-Class-C3-Componentised.spec
index b19a3fe..7c2924e 100644
--- a/perl-Class-C3-Componentised.spec
+++ b/perl-Class-C3-Componentised.spec
@@ -1,42 +1,34 @@
Name: perl-Class-C3-Componentised
-Version: 1.001000
-Release: 18%{?dist}
+Version: 1.001002
+Release: 1%{?dist}
Summary: Load mix-ins or components to your C3-based class
License: GPL+ or Artistic
-Group: Development/Libraries
URL: http://search.cpan.org/dist/Class-C3-Componentised/
-Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Class-C3-Componentised-%{version}.tar.gz
+Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Class-C3-Componentised-%{version}.tar.gz
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: coreutils
-BuildRequires: findutils
BuildRequires: make
-BuildRequires: perl-interpreter
BuildRequires: perl-generators
-BuildRequires: perl(inc::Module::Install)
-BuildRequires: perl(Module::Install::Metadata)
-BuildRequires: perl(Module::Install::WriteAll)
-BuildRequires: sed
+BuildRequires: perl-interpreter
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires: perl(strict)
+BuildRequires: perl(warnings)
# Run-time
BuildRequires: perl(Carp)
BuildRequires: perl(Class::C3) >= 0.20
-BuildRequires: perl(Class::Inspector)
+BuildRequires: perl(Class::Inspector) >= 1.32
BuildRequires: perl(List::Util)
-BuildRequires: perl(MRO::Compat)
-BuildRequires: perl(strict)
-BuildRequires: perl(warnings)
+BuildRequires: perl(MRO::Compat) >= 0.09
# Tests
BuildRequires: perl(base)
BuildRequires: perl(FindBin)
BuildRequires: perl(lib)
-BuildRequires: perl(Test::Exception)
-BuildRequires: perl(Test::More)
-BuildRequires: perl(Test::Pod) >= 1.14
-BuildRequires: perl(Test::Pod::Coverage) >= 1.04
+BuildRequires: perl(Test::Exception) >= 0.31
+BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Class::C3) >= 0.20
-Requires: perl(Class::Inspector)
+Requires: perl(Class::Inspector) >= 1.32
%{?perl_default_filter}
@@ -48,23 +40,16 @@ Please note: these are not plugins that can take precedence over methods
declared in MyModule. If you want something like that, consider
MooseX::Object::Pluggable.
-
%prep
%setup -q -n Class-C3-Componentised-%{version}
-
-# Remove bundled libraries
-rm -r inc
-sed -i -e '/^inc\// d' MANIFEST
-
perl -pi -e 's|^#!perl|#!%{__perl}|' t/*.t
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}/*
%check
@@ -76,6 +61,9 @@ make test
%{_mandir}/man3/*
%changelog
+* Mon Feb 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.001002-1
+- 1.001002 bump
+
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.001000-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 137a21c..c8ae268 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ab792bbcf6fc72468c06bf9faa3427d Class-C3-Componentised-1.001000.tar.gz
+SHA512 (Class-C3-Componentised-1.001002.tar.gz) = 11f7d752fec271e0e1274fcfe56dadece07e79b0986bbad86fff569e74900d9fb2e68a3aeb1e465073f01e3e4dda3f4644117084880321f8213ef05ec7e2bdc0
reply other threads:[~2026-08-03 7:08 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178574088219.1.1553782077048299033.rpms-perl-Class-C3-Componentised-35290538fb83@fedoraproject.org \
--to=jplesnik@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox