Skip to content

Commit

Permalink
Update rubygem-fast_gettext to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Foreman Packaging Automation authored and ehelms committed Aug 13, 2024
1 parent e26c39d commit 15fc807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
%global gem_name fast_gettext

Name: rubygem-%{gem_name}
Version: 2.3.0
Version: 2.4.0
Release: 1%{?dist}
Summary: A simple, fast, memory-efficient and threadsafe implementation of GetText
License: MIT and Ruby
URL: https://github.com/grosser/fast_gettext
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

Requires: (rubygem(prime) or ruby-default-gems < 3.4)

# start specfile generated dependencies
Requires: ruby >= 2.5.0
BuildRequires: ruby >= 2.5.0
Expand All @@ -31,6 +33,8 @@ Documentation for %{name}.
%prep
%setup -q -n %{gem_name}-%{version}

%gemspec_remove_dep -g prime

%build
# Create the gem as gem install only works on a gem file
gem build ../%{gem_name}-%{version}.gemspec
Expand All @@ -57,6 +61,9 @@ cp -a .%{gem_dir}/* \
%doc %{gem_instdir}/Readme.md

%changelog
* Tue Aug 13 2024 Foreman Packaging Automation <packaging@theforeman.org> - 2.4.0-1
- Update to 2.4.0

* Fri Mar 01 2024 Evgeni Golov - 2.3.0-1
- Update to 2.3.0

Expand Down

0 comments on commit 15fc807

Please sign in to comment.