Accepting request 930408 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/930408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rav1e?expand=0&rev=12
This commit is contained in:
commit
c12a5b4d09
23
_service
23
_service
@ -1,5 +1,26 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/xiph/rav1e.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.5.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="tar" />
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">rav1e-0.5.0</param>
|
||||
<param name="srcdir">rav1e</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">rav1e</param>
|
||||
</service>
|
||||
</services>
|
||||
|
3
rav1e-0.5.0+0.tar.xz
Normal file
3
rav1e-0.5.0+0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0b1a76737ea3d69131a510bdcd3d0c914add98a46e9c08ad77261225b9eaa5d
|
||||
size 2222296
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee56c49dbb50a0810257445e434edb99da01c968da0635403f31bd9677886871
|
||||
size 2697707
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 9 11:02:17 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not hardcode an author in the changes generator service:
|
||||
Attribution happens by the user that actually runs the service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 5 03:49:45 UTC 2021 - William Brown <william.brown@suse.com>
|
||||
|
||||
- Integrate obs_scm, cargo_vendor and cargo_audit to assist automation
|
||||
of updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 31 14:16:20 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: rav1e
|
||||
Version: 0.5.0
|
||||
Version: 0.5.0+0
|
||||
Release: 0
|
||||
Summary: Fastest and safest AV1 encoder
|
||||
License: BSD-2-Clause
|
||||
Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
URL: https://github.com/xiph/rav1e
|
||||
#
|
||||
Source0: https://github.com/xiph/rav1e/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: vendor.tar.xz
|
||||
Source2: cargo_config
|
||||
Source98: README.suse-maint
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:498cce3edb73e7df7d0c8bf0e9b82c59d39a429772422c2201e9e5d0a9c40239
|
||||
size 17564144
|
||||
oid sha256:7be3a35b71e4aadae4aa8834d19bb1c58d6ed8c86980e82e6431ebef7a4c06cf
|
||||
size 17545160
|
||||
|
Loading…
x
Reference in New Issue
Block a user