Accepting request 1205488 from GNOME:Factory
SCripted push of GNOME 47 OBS-URL: https://build.opensuse.org/request/show/1205488 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapshot?expand=0&rev=7
This commit is contained in:
5
_service
5
_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.3</param>
|
||||
<param name="revision">47.0.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -18,8 +18,5 @@
|
||||
<param name="srcdir">snapshot</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">snapshot</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e34bf73659aae4658d6189535156513ffa52c0795010915cdaa449fef55b23d
|
||||
size 1924108
|
3
snapshot-47.0.1.obscpio
Normal file
3
snapshot-47.0.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1c2bfd3839cad9e8fa5c2485dc9591c9d40ca6c459574f21e33dc9d6a4271e3
|
||||
size 2016780
|
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 19:10:21 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0.1:
|
||||
+ Fix a build issue where the tarballs would be generated with
|
||||
missing vendor packages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 15:02:12 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Improve recording pipeline
|
||||
+ Improve video player performance
|
||||
+ Offload DMABUFs in Viewfinder
|
||||
+ Squash various bugs
|
||||
+ Update dependencies
|
||||
+ Use glycin for viewing images
|
||||
+ Updated translations.
|
||||
- Cleanup spec for old obsolete rust exports.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 08:54:27 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.beta:
|
||||
+ Offload DMABUFs in Viewfinder
|
||||
+ Improve recording pipeline
|
||||
+ Update dependencies
|
||||
+ Squash various bugs
|
||||
+ Updated translations.
|
||||
- Add liblcms2-devel and libseccomp-devel BuildRequires: new
|
||||
dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 10:11:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: snapshot
|
||||
version: 46.3
|
||||
mtime: 1715016467
|
||||
commit: 7a925aabf13bd07829614a917924aa8ca42b894f
|
||||
version: 47.0.1
|
||||
mtime: 1726426120
|
||||
commit: eaf7099eca503e93807c0d7d9d3af9b3dbd5c522
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define gstreamer_version 1.20
|
||||
|
||||
Name: snapshot
|
||||
Version: 46.3
|
||||
Version: 47.0.1
|
||||
Release: 0
|
||||
Summary: Take pictures and videos
|
||||
License: GPL-3.0-or-later
|
||||
@@ -30,6 +30,8 @@ Source1: vendor.tar.zst
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: liblcms2-devel
|
||||
BuildRequires: libseccomp-devel
|
||||
BuildRequires: libxml2-tools
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkgconfig
|
||||
@@ -51,17 +53,14 @@ BuildRequires: pkgconfig(gstreamer-video-1.0) >= %{gstreamer_version}
|
||||
%autosetup -p1 -a1
|
||||
|
||||
%build
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
%meson_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
|
||||
%check
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
%{cargo_test}
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Snapshot.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Snapshot.metainfo.xml
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c52c3a8bf03ec807c5271488785168e640be1aac588ce8e3557aa6ba8118856
|
||||
size 22078322
|
||||
oid sha256:76f6ede1e8ab6138305ce7d73f71e632595f53b66385ecbab7c600db2554173c
|
||||
size 26140694
|
||||
|
Reference in New Issue
Block a user