diff --git a/gnome-photos-43.0.tar.xz b/gnome-photos-44.0.tar.xz similarity index 62% rename from gnome-photos-43.0.tar.xz rename to gnome-photos-44.0.tar.xz index 0545894..c18d6b4 100644 Binary files a/gnome-photos-43.0.tar.xz and b/gnome-photos-44.0.tar.xz differ diff --git a/gnome-photos.spec b/gnome-photos.spec index b9e3cf4..b056acb 100644 --- a/gnome-photos.spec +++ b/gnome-photos.spec @@ -14,12 +14,12 @@ %global tracker_miners_version 3.0.0 Name: gnome-photos -Version: 43.0 -Release: 2 +Version: 44.0 +Release: 1 Summary: Access, organize and share your photos on GNOME -License: GPLv3+ and LGPLv2+ +License: GPL-3.0-or-later AND LGPL-2.1-or-later URL: https://wiki.gnome.org/Apps/Photos -Source0: https://download.gnome.org/sources/%{name}/43/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz Patch1: 0001-wip-item-manager-Handle-collection-COLUMNS_URNs-with.patch @@ -31,7 +31,7 @@ BuildRequires: gettext >= %{gettext_version} BuildRequires: itstool BuildRequires: libxslt BuildRequires: meson -BuildRequires: pkgconfig(babl) +BuildRequires: pkgconfig(babl-0.1) BuildRequires: pkgconfig(cairo) >= %{cairo_version} BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version} BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version} @@ -61,7 +61,6 @@ Requires: libdazzle%{?_isa} >= %{dazzle_version} Requires: libgexiv2%{?_isa} >= %{gexiv2_version} Requires: libhandy%{?_isa} >= %{handy_version} Requires: tracker3-miners >= %{tracker_miners_version} -Requires: dleyna-renderer Provides: bundled(libgd) @@ -123,6 +122,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml %{_datadir}/installed-tests %changelog +* Thu Apr 11 2024 misaka00251 - 44.0-1 +- Delete dleyna-renderer & Fix build dependency +- Upgrade to 44.0 + * Thu Mar 02 2023 wenlong ding - 43.0-2 - Move '%%find_lang %{name}' to %%install, fix not found %{name}.lang if disable %%check build