This commit is contained in:
Riken Maharjan 2024-04-01 12:40:03 -07:00 коммит произвёл GitHub
Родитель 75db9b8afc
Коммит 597dfa9d56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 8 добавлений и 20 удалений

Просмотреть файл

@ -1,14 +0,0 @@
diff -ruN a/msgpack.gemspec b/msgpack.gemspec
--- a/msgpack.gemspec 2022-02-15 04:14:50.000000000 -0800
+++ b/msgpack.gemspec 2022-06-27 18:44:14.849982046 -0700
@@ -15,8 +15,9 @@
s.files = Dir['lib/**/*.rb', 'lib/**/*.jar']
s.platform = Gem::Platform.new('java')
else
- s.files = `git ls-files`.split("\n")
+ s.files = Dir['**/*']
s.extensions = ["ext/msgpack/extconf.rb"]
+ s.require_paths = ["lib"]
end
s.required_ruby_version = ">= 2.4"

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"msgpack-ruby-1.4.5.tar.gz": "eb7e53471673e630c69219857a972325a4cd4d09d1b53678356cf0dfff3f0346"
"msgpack-ruby-1.7.2.tar.gz": "f92a6d2212f4c5b42c1ae19a9617902d2dbc666d144e6e23d074172b14f6871e"
}
}

Просмотреть файл

@ -2,7 +2,7 @@
%global gem_name msgpack
Summary: MessagePack implementation for Ruby
Name: rubygem-%{gem_name}
Version: 1.4.5
Version: 1.7.2
Release: 1%{?dist}
License: Apache 2.0
Vendor: Microsoft Corporation
@ -10,7 +10,6 @@ Distribution: Azure Linux
Group: Development/Languages
URL: http://msgpack.org/
Source0: https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v%{version}.tar.gz#/%{gem_name}-ruby-%{version}.tar.gz
Patch0: fix-file_list.patch
BuildRequires: git
BuildRequires: ruby
Provides: rubygem(%{gem_name}) = %{version}-%{release}
@ -29,10 +28,13 @@ gem install -V --local --force --install-dir %{buildroot}/%{gemdir} %{gem_name}-
%files
%defattr(-,root,root,-)
%license %{gemdir}/gems/%{gem_name}-%{version}/LICENSE
%license LICENSE
%{gemdir}
%changelog
* Mon Apr 1 2024 Riken Maharjan <rmaharjan@microsoft.com> - 1.7.2-1
- Upgrade to 1.7.2 - azl3.0
* Fri Apr 01 2022 Neha Agarwal <nehaagarwal@microsoft.com> - 1.4.5-1
- Update to v1.4.5.
- Build from .tar.gz source.

Просмотреть файл

@ -26394,8 +26394,8 @@
"type": "other",
"other": {
"name": "rubygem-msgpack",
"version": "1.4.5",
"downloadUrl": "https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v1.4.5.tar.gz"
"version": "1.7.2",
"downloadUrl": "https://github.com/msgpack/msgpack-ruby/archive/refs/tags/v1.7.2.tar.gz"
}
}
},