forked from pool/sushi
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
ea157ac144 | |||
f19ef0c8b0 |
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/sushi.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/sushi.git</param>
|
||||||
<param name="revision">46.0</param>
|
<param name="revision">master</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
3
sushi-46.0+11.obscpio
Normal file
3
sushi-46.0+11.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f1b4cd3760289a99e6b2a8fbdcdab9924256d5f8643e4e59713bafb635fc8d7
|
||||||
|
size 517132
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:11862db666ae359a38ef462dea5e9e593410558ea88a997f8cfc6da46c657a51
|
|
||||||
size 513548
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 08:42:25 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 46.0+11:
|
||||||
|
+ Fix a crash caused by missing gvariant parameter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 5 06:37:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Apr 5 06:37:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: sushi
|
name: sushi
|
||||||
version: 46.0
|
version: 46.0+11
|
||||||
mtime: 1712251592
|
mtime: 1736928654
|
||||||
commit: a54d0f195b5abdcc64af8b71a2c1e193d8953f9b
|
commit: 1b9e009d26a2a8414b92bfd01a26b8ba4e8f6019
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sushi
|
# spec file for package sushi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global __requires_exclude typelib\\(LOKDocView\\)
|
%global __requires_exclude typelib\\(LOKDocView\\)
|
||||||
|
|
||||||
Name: sushi
|
Name: sushi
|
||||||
Version: 46.0
|
Version: 46.0+11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Quick Previewer for Nautilus
|
Summary: Quick Previewer for Nautilus
|
||||||
License: SUSE-GPL-2.0-with-plugin-exception
|
License: SUSE-GPL-2.0-with-plugin-exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user