-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt rubygems for ruby 3.3.5 Signed-off-by: Saul Paredes <[email protected]>
- Loading branch information
Showing
5 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Summary: A fast, open source AsciiDoc implementation in Ruby | ||
Name: rubygem-%{gem_name} | ||
Version: 2.0.20 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Group: Development/Languages | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
|
@@ -46,6 +46,7 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} --bindir %{b | |
%{gem_libdir} | ||
%{gem_spec} | ||
%{_bindir}/asciidoctor | ||
%{_bindir}/asciidoctor.lock | ||
%{gem_instdir}/bin | ||
%{gem_instdir}/man/asciidoctor.* | ||
%exclude %{gem_cache} | ||
|
@@ -55,6 +56,9 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} --bindir %{b | |
%doc %{gem_docdir} | ||
|
||
%changelog | ||
* Thu Nov 18 2024 Saul Paredes <[email protected]> - 2.0.20-2 | ||
- Upgrade ruby to 3.3.5 | ||
|
||
* Thu Nov 02 2023 CBL-Mariner Servicing Account <[email protected]> - 2.0.20-1 | ||
- Auto-upgrade to 2.0.20 - Azure Linux 3.0 - package upgrades | ||
|
||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Summary: Fluentd event collector | ||
Name: rubygem-%{gem_name} | ||
Version: 1.16.2 | ||
Release: 3%{?dist} | ||
Release: 4%{?dist} | ||
License: ASL 2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -53,12 +53,25 @@ gem install -V --local --force --install-dir %{buildroot}%{gemdir} --bindir %{bu | |
%{_bindir}/fluent-plugin-config-format | ||
%{_bindir}/fluent-plugin-generate | ||
%{_bindir}/fluentd | ||
%{_bindir}/fluent-binlog-reader.lock | ||
%{_bindir}/fluent-ca-generate.lock | ||
%{_bindir}/fluent-cap-ctl.lock | ||
%{_bindir}/fluent-cat.lock | ||
%{_bindir}/fluent-ctl.lock | ||
%{_bindir}/fluent-debug.lock | ||
%{_bindir}/fluent-gem.lock | ||
%{_bindir}/fluent-plugin-config-format.lock | ||
%{_bindir}/fluent-plugin-generate.lock | ||
%{_bindir}/usr/bin/fluentd.lock | ||
%{gemdir} | ||
%doc %{gemdir}/doc/fluentd-%{version} | ||
%{gemdir}/cache/fluentd-%{version}.gem | ||
%{gemdir}/specifications/fluentd-%{version}.gemspec | ||
|
||
%changelog | ||
* Thu Nov 18 2024 Saul Paredes <[email protected]> - 1.16.2-4 | ||
- Upgrade ruby to 3.3.5 | ||
|
||
* Wed Apr 23 2024 Andrew Phelps <[email protected]> - 1.16.2-3 | ||
- Modify `rubygem-sigdump` runtime version requirement | ||
|
||
|
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 @@ | |
Summary: Mustache is a framework-agnostic way to render logic-free views | ||
Name: rubygem-%{gem_name} | ||
Version: 1.1.1 | ||
Release: 4%{?dist} | ||
Release: 5%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -83,6 +83,7 @@ popd | |
%dir %{gem_instdir} | ||
%doc *.html | ||
%{_bindir}/mustache | ||
%{_bindir}/mustache.lock | ||
%license %{gem_instdir}/LICENSE | ||
%{gem_instdir}/bin | ||
%{gem_libdir} | ||
|
@@ -99,6 +100,9 @@ popd | |
%{gem_instdir}/test | ||
|
||
%changelog | ||
* Thu Nov 18 2024 Saul Paredes <[email protected]> - 1.1.1-5 | ||
- Upgrade ruby to 3.3.5 | ||
|
||
* Wed Sep 28 2022 Suresh Babu Chalamalasetty <[email protected]> - 1.1.1-4 | ||
- Cleanup SPEC file and move to SPECS directory from Extended. | ||
|
||
|
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 @@ | |
Summary: Rake is a Make-like program implemented in Ruby | ||
Name: rubygem-%{gem_name} | ||
Version: 13.0.6 | ||
Release: 6%{?dist} | ||
Release: 7%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -70,6 +70,7 @@ popd | |
%{gem_spec} | ||
%{_mandir}/man1/* | ||
%{_bindir}/rake | ||
%{_bindir}/rake.lock | ||
%exclude %{gem_instdir}/.* | ||
%exclude %{gem_instdir}/rake.gemspec | ||
|
||
|
@@ -79,6 +80,9 @@ popd | |
%doc %{gem_instdir}/*.rdoc | ||
|
||
%changelog | ||
* Thu Nov 18 2024 Saul Paredes <[email protected]> - 13.0.6-7 | ||
- Upgrade ruby to 3.3.5 | ||
|
||
* Mon Oct 24 2022 Pawel Winogrodzki <[email protected]> - 13.0.6-6 | ||
- Adding 'Obsoletes: ruby <= 3.1.2-2'. | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: Manual authoring tool | ||
Name: rubygem-%{gem_name} | ||
Version: 0.7.3 | ||
Release: 18%{?dist} | ||
Release: 19%{?dist} | ||
License: MIT | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
|
@@ -64,13 +64,17 @@ rm -rf %{buildroot}%{gem_instdir}/{INSTALLING,Rakefile,test,man,ronn.gemspec,con | |
%{gem_cache} | ||
%{gem_spec} | ||
%{_bindir}/%{gem_name} | ||
%{_bindir}/%{gem_name}.lock | ||
%{_mandir}/man1/%{gem_name}.1* | ||
%{_mandir}/man7/%{gem_name}-format.7* | ||
|
||
%files doc | ||
%{gem_docdir} | ||
|
||
%changelog | ||
* Thu Nov 18 2024 Saul Paredes <[email protected]> - 0.7.3-19 | ||
- Upgrade ruby to 3.3.5 | ||
|
||
* Wed Sep 28 2022 Suresh Babu Chalamalasetty <[email protected]> - 0.7.3-18 | ||
- Cleanup SPEC file and move to SPECS directory from Extended. | ||
|
||
|