forked from pool/snapshot
Accepting request 1164508 from GNOME:Next
- Update to version 46.1: + Require only rustc 1.70. + Fix framerate comparison. + Filter out more IR cameras. + Update translations. OBS-URL: https://build.opensuse.org/request/show/1164508 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/snapshot?expand=0&rev=14
This commit is contained in:
parent
355001ee8f
commit
7f9d9d1a85
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/snapshot.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">46.0</param>
|
||||
<param name="revision">46.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d6e0af9a303a8d09ca2373511ac00baa683774b145ee1e0494d68fb1a1ef377
|
||||
size 1889292
|
3
snapshot-46.1.obscpio
Normal file
3
snapshot-46.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3279c5a066ede4a4285d60eeba228c17b79a23e6fc5361f5bb0c0ead3cc684d6
|
||||
size 1916940
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 08:06:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 46.1:
|
||||
+ Require only rustc 1.70.
|
||||
+ Fix framerate comparison.
|
||||
+ Filter out more IR cameras.
|
||||
+ Update translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 21:02:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: snapshot
|
||||
version: 46.0
|
||||
mtime: 1710523221
|
||||
commit: ed57948c34bd540772c71ebdac2d892fd0c3b162
|
||||
version: 46.1
|
||||
mtime: 1711880119
|
||||
commit: 9b8b37b057c0dc15887d7ef4ddb299faf17f331c
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define gstreamer_version 1.20
|
||||
|
||||
Name: snapshot
|
||||
Version: 46.0
|
||||
Version: 46.1
|
||||
Release: 0
|
||||
Summary: Take pictures and videos
|
||||
License: GPL-3.0-or-later
|
||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.75
|
||||
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.13.6
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.0
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.5.alpha
|
||||
## Needed for camerabin
|
||||
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{gstreamer_version}
|
||||
##
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13420318463d0dceea4c6122f55c67f1e9ce0d929b02f54553b3785f9a390b17
|
||||
size 27510522
|
||||
oid sha256:c8064375d00b2846836b6e0be4a44b63ef92a73159ae68fd7891aace81aae152
|
||||
size 27529014
|
||||
|
Loading…
Reference in New Issue
Block a user