From e23fbcb2897aca3be615db2f500c3c79f033f982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 3 Jan 2023 17:48:38 +0100 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.2 --- rubygem-pg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-pg.spec b/rubygem-pg.spec index b677653..3c11e64 100644 --- a/rubygem-pg.spec +++ b/rubygem-pg.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Version: 1.4.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Ruby interface to the PostgreSQL RDBMS License: (BSD-2-Clause OR Ruby) AND PostgreSQL URL: https://github.com/ged/ruby-pg @@ -113,6 +113,9 @@ popd %{gem_instdir}/sample %changelog +* Tue Jan 03 2023 Vít Ondruch - 1.4.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_3.2 + * Thu Dec 15 2022 Vít Ondruch - 1.4.5-1 - Update to pg 1.4.5. Resolves: rhbz#2099059