diff --git a/gnome-desktop-41.3.tar.xz b/gnome-desktop-41.3.tar.xz deleted file mode 100644 index 53ad4ef..0000000 --- a/gnome-desktop-41.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cd1caab9311828c0452468c6a5067a9bc4463835b23a14be44e8fd9b03001c6 -size 732804 diff --git a/gnome-desktop-42.0.tar.xz b/gnome-desktop-42.0.tar.xz new file mode 100644 index 0000000..d770459 --- /dev/null +++ b/gnome-desktop-42.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3caa293a5e86f6ccad18f817273db1c67061e680d79d839aa8a7528e5bb26d6 +size 743484 diff --git a/gnome-desktop.changes b/gnome-desktop.changes index 2e6f603..22040ef 100644 --- a/gnome-desktop.changes +++ b/gnome-desktop.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sun Mar 20 18:14:38 UTC 2022 - Bjørn Lie + +- Update to version 42.0: + + No changes, stable bump only. + +------------------------------------------------------------------- +Mon Mar 14 10:55:35 UTC 2022 - Bjørn Lie + +- Update to version 42.rc: + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 18 09:02:26 UTC 2022 - Bjørn Lie + +- Update to version 42.beta: + + Add async methods for thumbnail creation + + thumbnail: Resolve symlinks before exporting them with Flatpak + + Make table:cangjie5 the default input method for zh_HK + + Updated translations. + +------------------------------------------------------------------- +Wed Jan 12 16:59:53 UTC 2022 - Dominique Leuenberger + +- Update to version 42.alpha.1: + + build: fix soversion in libgnome-desktop-4. +- Drop 129.patch: fixed upstream. + +------------------------------------------------------------------- +Wed Jan 12 11:56:57 UTC 2022 - Dominique Leuenberger + +- Update to version 42.alpha: + + gnome-languages: fix translation of 3-letter code languages. + + Introduce gnome-desktop-4, libgnome-desktop-3.0 is still + available with a build flag. + + Split libgnome-desktop into three, gnome-desktop, gnome-rr, + gnome-bg. -rr and -bg depend on gtk4. + + Refactor gnome-gettext-portable.h. + + Updated translations. +- Add pgkconfig(gtk4) BuildReuires: new dependency. +- Split out new packages for the API 4.0 variant: + libgnome-desktop-4-devel, libgnome-desktop-4-1, + typelib-1_0-GnomeDesktop-4-0, typelib-1_0-GnomeBG-4-0, and + typelib-1_0-GnomeRR-4-0 +- Add 129.patch: Fix soname of the new libgnome-desktop-4 + libraries. + ------------------------------------------------------------------- Tue Jan 11 17:15:39 UTC 2022 - Bjørn Lie diff --git a/gnome-desktop.spec b/gnome-desktop.spec index e1aaec4..d00e758 100644 --- a/gnome-desktop.spec +++ b/gnome-desktop.spec @@ -17,13 +17,13 @@ Name: gnome-desktop -Version: 41.3 +Version: 42.0 Release: 0 Summary: The GNOME Desktop API Library License: LGPL-2.1-or-later Group: System/GUI/GNOME URL: https://www.gnome.org -Source0: https://download.gnome.org/sources/gnome-desktop/41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-desktop/42/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE gnome-desktop-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition. Patch1: gnome-desktop-switch-Japanese-default-input-to-mozc.patch @@ -41,6 +41,7 @@ BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.53.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.31.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6 +BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsystemd) @@ -115,6 +116,71 @@ The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. +%package -n libgnome-desktop-4-devel +Summary: Development files for the GNOME Desktop API library +Group: Development/Libraries/GNOME +Requires: libgnome-desktop-4-1 = %{version} +Requires: typelib-1_0-GnomeBG-4_0 = %{version} +Requires: typelib-1_0-GnomeDesktop-4_0 = %{version} +Requires: typelib-1_0-GnomeRR-4_0 = %{version} + +%description -n libgnome-desktop-4-devel +The libgnome-desktop library provides API shared by several applications +on the desktop, but that cannot live in the platform for various +reasons. + +%package -n libgnome-desktop-4-1 +Summary: The GNOME Desktop API Library +Group: System/Libraries +# the library calls out to bwrap in order to fire up thumbnailers in a secure container +Requires: bubblewrap +Requires: gsettings-desktop-schemas +# Data files for libgnome-desktop, split in an own package for SLPP compliancy +Requires: libgnome-desktop-3_0-common >= %{version} +Provides: %{name} = %{version} +Obsoletes: %{name} < %{version} + +%description -n libgnome-desktop-4-1 +The libgnome-desktop library provides API shared by several applications +on the desktop, but that cannot live in the platform for various +reasons. + +%package -n typelib-1_0-GnomeDesktop-4_0 +Summary: Introspection bindings for the GNOME Desktop API library +Group: System/Libraries + +%description -n typelib-1_0-GnomeDesktop-4_0 +The libgnome-desktop library provides API shared by several applications +on the desktop, but that cannot live in the platform for various +reasons. + +This package provides the GObject Introspection bindings for +libgnome-desktop. + +%package -n typelib-1_0-GnomeBG-4_0 +Summary: Introspection bindings for the GNOME Desktop API library +Group: System/Libraries + +%description -n typelib-1_0-GnomeBG-4_0 +The libgnome-desktop library provides API shared by several applications +on the desktop, but that cannot live in the platform for various +reasons. + +This package provides the GObject Introspection bindings for +libgnome-desktop. + +%package -n typelib-1_0-GnomeRR-4_0 +Summary: Introspection bindings for the GNOME Desktop API library +Group: System/Libraries + +%description -n typelib-1_0-GnomeRR-4_0 +The libgnome-desktop library provides API shared by several applications +on the desktop, but that cannot live in the platform for various +reasons. + +This package provides the GObject Introspection bindings for +libgnome-desktop. + %lang_package %prep @@ -142,6 +208,9 @@ reasons. %post -n libgnome-desktop-3-19 -p /sbin/ldconfig %postun -n libgnome-desktop-3-19 -p /sbin/ldconfig +%post -n libgnome-desktop-4-1 -p /sbin/ldconfig +%postun -n libgnome-desktop-4-1 -p /sbin/ldconfig + %files -n libgnome-desktop-3-19 %license COPYING.LIB %doc AUTHORS NEWS @@ -161,7 +230,7 @@ reasons. %{_includedir}/gnome-desktop-3.0/ %{_libdir}/libgnome-desktop-3.so %{_libdir}/pkgconfig/gnome-desktop-3.0.pc -%{_datadir}/gir-1.0/*.gir +%{_datadir}/gir-1.0/GnomeDesktop-3.0.gir %doc %{_datadir}/gtk-doc/html/gnome-desktop3/ %files lang -f %{name}-3.0.lang @@ -172,4 +241,30 @@ reasons. %dir %{_datadir}/gnome %{_datadir}/gnome/gnome-version.xml +%files -n libgnome-desktop-4-devel +%{_datadir}/gir-1.0/GnomeBG-4.0.gir +%{_datadir}/gir-1.0/GnomeDesktop-4.0.gir +%{_datadir}/gir-1.0/GnomeRR-4.0.gir +%{_includedir}/gnome-desktop-4.0 +%{_libdir}/libgnome-bg-4.so +%{_libdir}/libgnome-desktop-4.so +%{_libdir}/libgnome-rr-4.so +%{_libdir}/pkgconfig/gnome-bg-4.pc +%{_libdir}/pkgconfig/gnome-desktop-4.pc +%{_libdir}/pkgconfig/gnome-rr-4.pc + +%files -n typelib-1_0-GnomeBG-4_0 +%{_libdir}/girepository-1.0/GnomeBG-4.0.typelib + +%files -n typelib-1_0-GnomeDesktop-4_0 +%{_libdir}/girepository-1.0/GnomeDesktop-4.0.typelib + +%files -n typelib-1_0-GnomeRR-4_0 +%{_libdir}/girepository-1.0/GnomeRR-4.0.typelib + +%files -n libgnome-desktop-4-1 +%{_libdir}/libgnome-desktop-4.so.1* +%{_libdir}/libgnome-bg-4.so.1* +%{_libdir}/libgnome-rr-4.so.1* + %changelog