public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Iain Arnell <iarnell@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-SQL-Translator] epel10: update to 0.11010
Date: Fri, 07 Aug 2026 12:46:14 GMT	[thread overview]
Message-ID: <178610677407.1.13388022185412389078.rpms-perl-SQL-Translator-e72dbebe4784@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-SQL-Translator
Branch : epel10
Commit : e72dbebe47841db79d21b53c03ba161c85924e92
Author : Iain Arnell <iarnell@gmail.com>
Date   : 2011-10-12T05:40:08+02:00
Stats  : +12/-17 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/e72dbebe47841db79d21b53c03ba161c85924e92?branch=epel10

Log:
update to 0.11010

---
diff --git a/.gitignore b/.gitignore
index 49d48f2..8a5f115 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 SQL-Translator-0.11005.tar.gz
 /SQL-Translator-0.11006.tar.gz
+/SQL-Translator-0.11010.tar.gz

diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index dbf19b6..1f7b9ff 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -1,12 +1,11 @@
 Name:           perl-SQL-Translator
 Summary:        Manipulate structured data definitions (SQL and more)
-Version:        0.11006
-Release:        6%{?dist}
+Version:        0.11010
+Release:        1%{?dist}
 License:        GPLv2
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/SQL-Translator-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/J/JR/JROBINSON/SQL-Translator-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/SQL-Translator/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -30,8 +29,10 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(IO::Scalar) >= 2.11
 BuildRequires:  perl(Log::Log4perl)
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Moo) >= 0.009007
 BuildRequires:  perl(Parse::RecDescent) >= 1.963
 BuildRequires:  perl(Pod::Usage)
+BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Spreadsheet::ParseExcel)
 BuildRequires:  perl(Template)
 BuildRequires:  perl(Test::Differences)
@@ -44,19 +45,13 @@ BuildRequires:  perl(XML::Writer) >= 0.5
 BuildRequires:  perl(XML::XPath)
 BuildRequires:  perl(YAML) >= 0.66
 
-Requires:       perl(Carp::Clan)
-Requires:       perl(Class::Accessor::Fast)
-Requires:       perl(Class::Base)
 Requires:       perl(Class::Data::Inheritable) >= 0.02
 Requires:       perl(Class::MakeMethods)
-Requires:       perl(DBI)
 Requires:       perl(Digest::SHA1) >= 2
 Requires:       perl(File::ShareDir) >= 1
 Requires:       perl(File::Spec)
-Requires:       perl(IO::Dir)
 Requires:       perl(IO::Scalar) >= 2.11
 Requires:       perl(Parse::RecDescent) >= 1.963
-Requires:       perl(Pod::Usage)
 Requires:       perl(XML::Writer) >= 0.5
 
 
@@ -93,8 +88,6 @@ perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' t/*.t
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
@@ -106,17 +99,18 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS BUGS Changes LICENSE README
 %{_bindir}/*
 %{perl_vendorlib}/*
 %{_mandir}/man[13]/*
 
 %changelog
+* Wed Oct 12 2011 Iain Arnell <iarnell@gmail.com> 0.11010-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+- remove unnecessary explicit requires
+
 * Thu Jul 21 2011 Iain Arnell <iarnell@gmail.com> 0.11006-6
 - update filtering for rpm 4.9
 

diff --git a/sources b/sources
index 621afe7..10aca04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27f06358cb8c34447deb845d8ab9ba1e  SQL-Translator-0.11006.tar.gz
+4a1578519f535f5df19deae8e3661242  SQL-Translator-0.11010.tar.gz

                 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=178610677407.1.13388022185412389078.rpms-perl-SQL-Translator-e72dbebe4784@fedoraproject.org \
    --to=iarnell@gmail.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