Accepting request 930763 from home:expeehaa:branches:devel:languages:ruby:extensions
- Update to version 20211109. - Replace the source download service with a static source archive and a disabled service to update the sources manually. OBS-URL: https://build.opensuse.org/request/show/930763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=35
This commit is contained in:
parent
020eac390f
commit
2cf3f57c7d
11
_service
11
_service
@ -1,12 +1,3 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="protocol">https</param>
|
||||
<param name="host">github.com</param>
|
||||
<param name="path">rbenv/ruby-build/archive/v20211019.tar.gz</param>
|
||||
</service>
|
||||
<service name="verify_file">
|
||||
<param name="file">_service:download_url:v20211019.tar.gz</param>
|
||||
<param name="verifier">sha256</param>
|
||||
<param name="checksum">1e3e03bf36e5ab253803fd62a83acca246f78d5cbf96ccaec305a9ece02661a1</param>
|
||||
</service>
|
||||
<service name="download_files" mode="disabled" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e3e03bf36e5ab253803fd62a83acca246f78d5cbf96ccaec305a9ece02661a1
|
||||
size 73000
|
3
ruby-build-20211109.tar.gz
Normal file
3
ruby-build-20211109.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73d8f628bd15dc625d6ee6af7cec5d25bdec9a572b3f3c41b736912a18e5b59b
|
||||
size 72903
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 10 22:44:17 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
- Update to version 20211109.
|
||||
- Replace the source download service with a static source archive and a disabled service to update the sources manually.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 6 14:34:40 UTC 2021 - Lukas Müller <expeehaa@outlook.com>
|
||||
|
||||
|
@ -6,14 +6,14 @@
|
||||
%endif
|
||||
|
||||
Name: ruby-build
|
||||
Version: 20211019
|
||||
Version: 20211109
|
||||
Release: 0
|
||||
BuildArch: noarch
|
||||
License: MIT
|
||||
Group: Development/Languages/Ruby
|
||||
Url: https://github.com/rbenv/ruby-build
|
||||
Summary: Compile and install Ruby
|
||||
Source0: v%{version}.tar.gz
|
||||
Source0: https://github.com/rbenv/ruby-build/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch0: fix-test-requiring-git-repository.patch
|
||||
%if %{with test}
|
||||
BuildRequires: bats
|
||||
|
Loading…
Reference in New Issue
Block a user