Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dc78539689 | |||
| 9552b2ac99 | |||
| bd5c6781bc | |||
| ca3e73e414 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<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.8.0</param>
|
||||
<param name="revision">v0.8.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
BIN
rav1e-0.8.0.obscpio
LFS
BIN
rav1e-0.8.0.obscpio
LFS
Binary file not shown.
3
rav1e-0.8.1.obscpio
Normal file
3
rav1e-0.8.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:221af4286bd820bf688683e121753ec90fc1c54dd2e3527810a69f1332685dc9
|
||||
size 12314125
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 10:18:33 UTC 2025 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to version 0.8.1:
|
||||
- Fix bit overflows when writing headers b0bd2ad thanks to
|
||||
@sdroege
|
||||
- Update dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 11:09:59 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: rav1e
|
||||
version: 0.8.0
|
||||
mtime: 1748021621
|
||||
commit: 1fd67cd1b4a39f69303f28ed27c5d2d3833110c4
|
||||
version: 0.8.1
|
||||
mtime: 1750066517
|
||||
commit: 1fe82de02510767539e89b2ee6fa846920ae2686
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rav1e
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2020 Andreas Schneider <asn@cryptomilk.org>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,7 +20,7 @@
|
||||
%define sover 0_8
|
||||
|
||||
Name: rav1e
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: Fastest and safest AV1 encoder
|
||||
# rav1e is published under the terms of the BSD-2-Clause license,
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user