SHA256
1
0
forked from pool/snapshot

Accepting request 1102930 from GNOME:Next

Let's get new things moving up, so we can initialize all the links needed

OBS-URL: https://build.opensuse.org/request/show/1102930
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/snapshot?expand=0&rev=4
This commit is contained in:
Luciano Santos 2023-08-10 00:26:19 +00:00 committed by Git OBS Bridge
parent 4a3d1fa6cf
commit ab184309e8
7 changed files with 51 additions and 25 deletions

View File

@ -1,20 +1,20 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.gnome.org/Incubator/snapshot.git</param>
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/snapshot.git</param>
<param name="scm">git</param>
<param name="revision">b81780b4</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
<param name="versionformat">0.0.1~%cd.%h</param>
<!-- <param name="versionrewrite-pattern">(.*)\+0</param> -->
<!-- <param name="versionrewrite-replacement">\1</param> -->
<!-- <param name="changesgenerate">enable</param> -->
<param name="revision">refs/tags/45.alpha</param>
<param name="versionformat">45.alpha</param>
<!--<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>-->
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
<param name="compression">zstd</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">snapshot</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e305517cd7f049665736e390c049dd2632aa0d28e9651b55b977204c873961d
size 685068

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:affdb6b4351136472de19ecf9dfc645109222e1ea599e920a8db52b2049ddafc
size 1576460

View File

@ -1,8 +1,29 @@
-------------------------------------------------------------------
Wed Jun 28 10:09:30 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
Mon Jul 24 12:38:11 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Use %build_rustflags instead of the deprecated
%__rustflags macro. Requires at least cargo-packaging 1.2.0+3.
- Add back cargo_audit to _service, now that it is back in working
order.
-------------------------------------------------------------------
Tue Jul 11 19:15:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 45.alpha:
+ Minor release with updates to various dependencies.
+ Update Aperture to v0.2, update Rust to 1.70
+ Update to Libadwaita 1.4, use new adaptive components
+ Show all window controls on the top of the window
+ Improved accessibility
+ Squash various bugs
+ Updated translations.
-------------------------------------------------------------------
Mon May 22 23:16:06 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 44.2:
+ Many improvements and fixes.
+ Updated translations.
- Add gstreamer-plugins-bad-1.0 pkgconfig module as a new build
requirement for camerabin.
-------------------------------------------------------------------
Fri Mar 31 19:07:56 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: snapshot
version: 0.0.1~20230413.b81780b
mtime: 1681408932
commit: b81780b43569c264899a75b5e204c5e4df1ad1a8
version: 45.alpha
mtime: 1688163709
commit: 38f2d2aff3103861ac335222a1ce55cb74e2fc53

View File

@ -16,27 +16,32 @@
#
%define gstreamer_version 1.20
Name: snapshot
Version: 0.0.1~20230413.b81780b
Version: 45.alpha
Release: 0
Summary: Take pictures and videos
License: GPL-3.0-or-later
URL: https://gitlab.gnome.org/GNOME/Incubator/snapshot
Source: %{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.zst
Source2: vendor.tar.zst
Source3: cargo_config
BuildRequires: appstream-glib
BuildRequires: cargo-packaging >= 1.2.0+3
BuildRequires: cargo-packaging
BuildRequires: desktop-file-utils
BuildRequires: libxml2-tools
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.75
BuildRequires: pkgconfig(gtk4) >= 4.9.0
BuildRequires: pkgconfig(libadwaita-1) >= 1.2.0
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.20
BuildRequires: pkgconfig(gstreamer-video-1.0) >= 1.20
BuildRequires: pkgconfig(libadwaita-1) >= 1.4.alpha
BuildRequires: pkgconfig(gstreamer-1.0) >= %{gstreamer_version}
## Needed for camerabin
BuildRequires: pkgconfig(gstreamer-plugins-bad-1.0) >= %{gstreamer_version}
##
BuildRequires: pkgconfig(gstreamer-video-1.0) >= %{gstreamer_version}
%description
%{summary}.

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:567bffd28fab5eeedb43a2255f97e7db0d458f1996bbe3ab7ca3bea91d64c06b
size 44299589
oid sha256:d5b4b82d35c8badb4529b48014c6c0ed62e276a9de60bf548c63fd933b1bffab
size 39434951