6 Commits

Author SHA256 Message Date
94ec4d1206 Accepting request 1314202 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1314202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/identity?expand=0&rev=6
2025-10-29 20:05:50 +00:00
9e8e9c6cc8 - Update to Version 25.10.1
* Fixed a bug causing Identity to fail to open on GNOME

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/identity?expand=0&rev=13
2025-10-28 21:00:24 +00:00
6ad2c80fd0 Accepting request 1313931 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1313931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/identity?expand=0&rev=5
2025-10-28 13:47:18 +00:00
25a0e86820 - Update to Version 25.10
* Added a context menu on the images, mirroring the tab context
    menu. This makes the context menu accessible in row and column
    display modes where there are no tabs.
  * Updated to the GNOME 49 platform.
  * Updated translations.
- change pkgconfig(lcms2) & pkgconfig(libseccomp) with 
  pkgconfig(glycin-gtk4-2) BuildRequires: Identity now dynamically
  links libglycin instead of using the Rust glycin crate. This
  means that lcms2/seccomp are no longer Identity's direct
  dependencies (they are libglycin's dependencies).

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/identity?expand=0&rev=11
2025-10-27 19:08:40 +00:00
6a12f4b064 Accepting request 1265598 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1265598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/identity?expand=0&rev=4
2025-03-31 09:43:53 +00:00
94a8d13e25 - Update to Version 25.03
* Changed the versioning scheme to year.month.
  * Updated to the GNOME 48 platform.
  * Updated translations.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/identity?expand=0&rev=9
2025-03-30 19:40:16 +00:00
4 changed files with 36 additions and 8 deletions

View File

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

3
identity-25.10.1.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Oct 28 20:53:49 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to Version 25.10.1
* Fixed a bug causing Identity to fail to open on GNOME
-------------------------------------------------------------------
Mon Oct 27 19:01:02 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to Version 25.10
* Added a context menu on the images, mirroring the tab context
menu. This makes the context menu accessible in row and column
display modes where there are no tabs.
* Updated to the GNOME 49 platform.
* Updated translations.
- change pkgconfig(lcms2) & pkgconfig(libseccomp) with
pkgconfig(glycin-gtk4-2) BuildRequires: Identity now dynamically
links libglycin instead of using the Rust glycin crate. This
means that lcms2/seccomp are no longer Identity's direct
dependencies (they are libglycin's dependencies).
-------------------------------------------------------------------
Sun Mar 30 19:29:39 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to Version 25.03
* Changed the versioning scheme to year.month.
* Updated to the GNOME 48 platform.
* Updated translations.
-------------------------------------------------------------------
Wed Oct 23 14:51:23 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@@ -1,7 +1,7 @@
#
# spec file for package identity
#
# Copyright (c) 2024 mantarimay
# Copyright (c) 2025 mantarimay
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
%define _lto_cflags %{nil}
%define appid org.gnome.gitlab.YaLTeR.Identity
%define rurl abddc256d6b3b7fce433a40eae4588fe
%define rurl 9d5a220c7a70c698a72755825adfd93b
Name: identity
Version: 0.7.0
Version: 25.10.1
Release: 0
Summary: Compare images and videos
License: GPL-3.0-or-later
@@ -36,11 +36,10 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-video-1.0)
BuildRequires: pkgconfig(glycin-gtk4-2)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libadwaita-1) >= 1.6.0
BuildRequires: pkgconfig(libwebpdemux)
BuildRequires: pkgconfig(libseccomp)
Requires: glycin-loaders
%description