From 1f2285732acc54e875ec80ef370abf6b36205714 Mon Sep 17 00:00:00 2001 From: sindhu-karri <33163197+sindhu-karri@users.noreply.github.com> Date: Fri, 22 Dec 2023 14:55:30 +0530 Subject: [PATCH] Move rubygem-hocon from Extended to Core (#7103) --- .../rubygem-hocon/rubygem-hocon.signatures.json | 0 {SPECS-EXTENDED => SPECS}/rubygem-hocon/rubygem-hocon.spec | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename {SPECS-EXTENDED => SPECS}/rubygem-hocon/rubygem-hocon.signatures.json (100%) rename {SPECS-EXTENDED => SPECS}/rubygem-hocon/rubygem-hocon.spec (89%) diff --git a/SPECS-EXTENDED/rubygem-hocon/rubygem-hocon.signatures.json b/SPECS/rubygem-hocon/rubygem-hocon.signatures.json similarity index 100% rename from SPECS-EXTENDED/rubygem-hocon/rubygem-hocon.signatures.json rename to SPECS/rubygem-hocon/rubygem-hocon.signatures.json diff --git a/SPECS-EXTENDED/rubygem-hocon/rubygem-hocon.spec b/SPECS/rubygem-hocon/rubygem-hocon.spec similarity index 89% rename from SPECS-EXTENDED/rubygem-hocon/rubygem-hocon.spec rename to SPECS/rubygem-hocon/rubygem-hocon.spec index a6f2190590..8034955396 100644 --- a/SPECS-EXTENDED/rubygem-hocon/rubygem-hocon.spec +++ b/SPECS/rubygem-hocon/rubygem-hocon.spec @@ -5,7 +5,7 @@ Summary: A port of the Java Typesafe Config library to Ruby Name: rubygem-%{gem_name} Version: 1.3.1 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT Vendor: Microsoft Corporation @@ -32,6 +32,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}- %{gemdir} %changelog +* Thu Dec 21 2023 Sindhu Karri - 1.3.1-3 +- Promote package to Mariner Base repo + * Tue Mar 22 2022 Neha Agarwal - 1.3.1-2 - Build from .tar.gz source.