-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aa4224
commit f489382
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../.git/annex/objects/V8/zx/SHA256E-s39424--6f71db957840ceae44211531eff3e2f7e0dd4645fefb5f535dbaeb6307ab6464.0.gem/SHA256E-s39424--6f71db957840ceae44211531eff3e2f7e0dd4645fefb5f535dbaeb6307ab6464.0.gem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
%global gem_name mime-types | ||
|
||
Name: rubygem-%{gem_name} | ||
Version: 3.5.2 | ||
Version: 3.6.0 | ||
Release: 1%{?dist} | ||
Summary: The mime-types library provides a library and registry for information about MIME content type definitions | ||
License: MIT | ||
|
@@ -75,6 +75,9 @@ cp -a .%{gem_dir}/* \ | |
%{gem_instdir}/test | ||
|
||
%changelog | ||
* Wed Nov 27 2024 Foreman Packaging Automation <[email protected]> - 3.6.0-1 | ||
- Update to 3.6.0 | ||
|
||
* Mon Jan 08 2024 Foreman Packaging Automation <[email protected]> - 3.5.2-1 | ||
- Update to 3.5.2 | ||
|
||
|