public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Translator] epel10.2: fix broken deps for perl(Parse::RecDescent), due to mismatch between perl
@ 2026-08-07 12:47 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-08-07 12:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/perl-SQL-Translator
Branch : epel10.2
Commit : 348400ee4e45a4f18dc42e3020e729b9366f277a
Author : Paul Howarth <pghmcfc@fedoraproject.org>
Date : 2010-02-10T13:59:32+00:00
Stats : +9/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/348400ee4e45a4f18dc42e3020e729b9366f277a?branch=epel10.2
Log:
fix broken deps for perl(Parse::RecDescent), due to mismatch between perl
and rpm versioning schemes
---
diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index eb9c746..0cafcd2 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,6 +1,6 @@
Name: perl-SQL-Translator
Version: 0.11003
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Manipulate structured data definitions (SQL and more)
# see, e.g., lib/SQL/Translator.pm
License: GPLv2
@@ -33,7 +33,7 @@ BuildRequires: perl(GraphViz)
BuildRequires: perl(IO::Scalar) >= 2.11
BuildRequires: perl(Log::Log4perl)
BuildRequires: perl(Module::Build)
-BuildRequires: perl(Parse::RecDescent) >= 1.962002
+BuildRequires: perl(Parse::RecDescent) >= 1.963
# >= 0.2602 avail in FC-5+
BuildRequires: perl(Spreadsheet::ParseExcel)
BuildRequires: perl(Template) >= 2.1
@@ -61,7 +61,7 @@ Requires: perl(File::ShareDir) >= 1
Requires: perl(File::Spec)
Requires: perl(IO::Dir)
Requires: perl(IO::Scalar) >= 2.11
-Requires: perl(Parse::RecDescent) >= 1.962002
+Requires: perl(Parse::RecDescent) >= 1.963
Requires: perl(Pod::Usage)
Requires: perl(XML::Writer) >= 0.5
@@ -122,6 +122,11 @@ rm -rf %{buildroot}
%{_mandir}/man[13]/*
%changelog
+* Wed Feb 10 2010 Paul Howarth <paul@city-fan.org> 0.11003-3
+- fix broken deps for perl(Parse::RecDescent)
+- altered br on perl(Parse::RecDescent) (1.962002 => 1.963)
+- altered req on perl(Parse::RecDescent) (1.962002 => 1.963)
+
* Fri Feb 05 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.11003-2
- PERL_INSTALL_ROOT => DESTDIR
- add perl_default_subpackage_tests
@@ -184,7 +189,7 @@ rm -rf %{buildroot}
- additional br's now required
* Thu Mar 06 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.08001-3
-Rebuild for new perl
+- Rebuild for new perl
* Wed Oct 24 2007 Chris Weyl <cweyl@alumni.drew.edu> 0.08001-2
- bump
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 12:47 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:47 [rpms/perl-SQL-Translator] epel10.2: fix broken deps for perl(Parse::RecDescent), due to mismatch between perl Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox