public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-SQL-Translator] epel10.2: 1.63 bump
@ 2026-08-07 12:48 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-08-07 12:48 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-SQL-Translator
Branch : epel10.2
Commit : 96ec666b415954929486e483f918e849f343af43
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2023-02-27T12:46:21+01:00
Stats  : +11/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-SQL-Translator/c/96ec666b415954929486e483f918e849f343af43?branch=epel10.2

Log:
1.63 bump

---
diff --git a/.gitignore b/.gitignore
index a4f09dc..bb2d5a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ SQL-Translator-0.11005.tar.gz
 /SQL-Translator-1.60.tar.gz
 /SQL-Translator-1.61.tar.gz
 /SQL-Translator-1.62.tar.gz
+/SQL-Translator-1.63.tar.gz

diff --git a/perl-SQL-Translator.spec b/perl-SQL-Translator.spec
index f080f80..9628fcf 100644
--- a/perl-SQL-Translator.spec
+++ b/perl-SQL-Translator.spec
@@ -3,10 +3,10 @@
 
 Name:           perl-SQL-Translator
 Summary:        Manipulate structured data definitions (SQL and more)
-Version:        1.62
-Release:        9%{?dist}
+Version:        1.63
+Release:        1%{?dist}
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
-Source0:        https://cpan.metacpan.org/authors/id/I/IL/ILMARI/SQL-Translator-%{version}.tar.gz
+Source0:        https://cpan.metacpan.org/authors/id/V/VE/VEESH/SQL-Translator-%{version}.tar.gz
 URL:            https://metacpan.org/release/SQL-Translator
 BuildArch:      noarch
 BuildRequires:  coreutils
@@ -17,7 +17,6 @@ BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(File::ShareDir::Install)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
@@ -85,6 +84,7 @@ BuildRequires:  perl(XML::Parser)
 #BuildRequires:  perl(Test::EOL) >= 1.1
 #BuildRequires:  perl(Test::NoTabs) >= 1.1
 #BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(DBD::SQLite)
 Requires:       perl(CGI)
 Requires:       perl(CGI::Pretty)
 Requires:       perl(DBI) >= 1.54
@@ -148,13 +148,13 @@ depending on Graphviz.
 %prep
 %setup -q -n SQL-Translator-%{version}
 # Fix shell-bangs
-sed -i -e '1 s|^#!/usr/bin/env perl|#!%{__perl}|' script/*
+perl -MConfig -pi -e 's|^#!.*perl\b|$Config{startperl}|' script/*
 # Fix permission, CPAN RT#100532
 chmod -x lib/SQL/Translator/Parser/JSON.pm
 %if %{without perl_SQL_Translator_enables_excel}
 # Remove Excel support
 rm lib/SQL/Translator/Parser/Excel.pm
-sed -i -e '/^lib\/SQL\/Translator\/Parser\/Excel\.pm/d' MANIFEST
+perl -i -ne 'print $_ unless m{^lib/SQL/Translator/Parser/Excel\.pm}' MANIFEST
 %endif
 
 %build
@@ -193,6 +193,9 @@ make test
 %{_mandir}/man1/sqlt-graph.*
 
 %changelog
+* Mon Feb 27 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.63-1
+- 1.63 bump
+
 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
 

diff --git a/sources b/sources
index 460e47a..eb59395 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (SQL-Translator-1.62.tar.gz) = 80096bf42cff406b896d96fd4374cb69c4bbe6ce037d58bb520d5c8ac31a15454772217730fac4249960cd81ac02ff9b5419b8dc80fd0a0901802e525ff863c8
+SHA512 (SQL-Translator-1.63.tar.gz) = e1809cbe110238f8fd1f2e35a1107d833b9c94754c331fccae60c89eb3ce38448b18f03b2497f13ffb7a9bcd1419c63a728e24654b92b04dd2d23b5a82a6a66e

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

only message in thread, other threads:[~2026-08-07 12:48 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:48 [rpms/perl-SQL-Translator] epel10.2: 1.63 bump Jitka Plesnikova

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