public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Iain Arnell <iarnell@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Translator] epel10: - add missing requires Class::Accessor::Fast and Class::Data::Inheritable
Date: Fri, 07 Aug 2026 12:46:05 GMT	[thread overview]
Message-ID: <178610676556.1.1732604030033880742.rpms-perl-SQL-Translator-30280ba2c031@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-SQL-Translator
Branch : epel10
Commit : 30280ba2c0313cd98e1eb51eaad61522bc9c47b9
Author : Iain Arnell <iarnell@fedoraproject.org>
Date   : 2009-05-27T03:29:43+00:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/30280ba2c0313cd98e1eb51eaad61522bc9c47b9?branch=epel10

Log:
- add missing requires Class::Accessor::Fast and Class::Data::Inheritable

---
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index f07072d..9f0dc4c 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,6 +1,6 @@
 Name:           perl-SQL-Translator
 Version:        0.09004
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manipulate structured data definitions (SQL and more)
 # see, e.g., lib/SQL/Translator.pm
 License:        GPLv2
@@ -10,6 +10,9 @@ Source0:        http://www.cpan.org/authors/id/J/JR/JROBINSON/SQL-Translator-%{v
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# not automatically detected
+Requires:       perl(Class::Accessor::Fast)
+Requires:       perl(Class::Data::Inheritable)
 
 # core
 BuildRequires: perl(File::Basename) 
@@ -110,6 +113,9 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Wed May 27 2009 Iain Arnell <iarnell@gmail.com> 0.09004-2
+- add missing requires Class::Accessor::Fast and Class::Data::Inheritable
+
 * Sun Mar 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.09004-1
 - update to 0.09004
 

                 reply	other threads:[~2026-08-07 12:46 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=178610676556.1.1732604030033880742.rpms-perl-SQL-Translator-30280ba2c031@fedoraproject.org \
    --to=iarnell@fedoraproject.org \
    --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