Accepting request 1129989 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1129989 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=5
This commit is contained in:
commit
69d4035d95
5
_service
5
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/45.1</param>
|
||||
<param name="revision">refs/tags/45.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -20,8 +20,5 @@
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual">
|
||||
<param name="srcdir">loupe</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0cbb9095620d5a265cf140b5eb6df2f85eabe18853f1c7e876d43f72dd6853e
|
||||
size 1522188
|
3
loupe-45.2.obscpio
Normal file
3
loupe-45.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:217d14abbbacddb66000b3b738a998cf30c0ffb2e3ea530d8a1423c413b7d16c
|
||||
size 1523724
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 30 09:47:03 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.2:
|
||||
+ Fix order of images gets confused after deleting image
|
||||
+ Fix image is not shown when sucessfully reloaded after error
|
||||
+ Fix keyboard shortcuts shows the swipe gestures the wrong way
|
||||
round
|
||||
- Following changes in obs-service-cargo, drop cargo_config as
|
||||
source from spec and source, and remove cargo_audit from
|
||||
_service, as these are now automated as part of cargo_vendor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 20:16:47 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: loupe
|
||||
version: 45.1
|
||||
mtime: 1699989855
|
||||
commit: 23153056aeb6b0afbacec2e6fb2c6022d7a6e9d2
|
||||
version: 45.2
|
||||
mtime: 1701290726
|
||||
commit: 92a3496c6035e63198a794ff7ee279a1753d3f1f
|
||||
|
11
loupe.spec
11
loupe.spec
@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: loupe
|
||||
Version: 45.1
|
||||
Version: 45.2
|
||||
Release: 0
|
||||
Summary: A simple image viewer application
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/loupe
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
Source2: vendor.tar.zst
|
||||
Source3: cargo_config
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: cargo-packaging >= 1.2.0+3
|
||||
@ -45,9 +44,7 @@ Requires: glycin-loaders
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a2
|
||||
mkdir .cargo
|
||||
cp %{SOURCE3} .cargo/config
|
||||
%autosetup -p1 -a1
|
||||
|
||||
%build
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f21e38ccb216787b8a1047f72fa8d9c663da485138ac38eb4e7ef76135d2e884
|
||||
size 24995610
|
||||
oid sha256:6877348f7840ea7ea6fe7b3be56ffd10c413a8dced0fb2b92ae3bc6626ceb001
|
||||
size 28649905
|
||||
|
Loading…
x
Reference in New Issue
Block a user