public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Translator] epel10: - add missing requires Class::Accessor::Fast and Class::Data::Inheritable
@ 2026-08-07 12:46 Iain Arnell
  0 siblings, 0 replies; only message in thread
From: Iain Arnell @ 2026-08-07 12:46 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-07 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 12:46 [rpms/perl-SQL-Translator] epel10: - add missing requires Class::Accessor::Fast and Class::Data::Inheritable Iain Arnell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox