Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package font-manager for openSUSE:Factory 
checked in at 2022-09-25 15:35:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/font-manager (Old)
 and      /work/SRC/openSUSE:Factory/.font-manager.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "font-manager"

Sun Sep 25 15:35:32 2022 rev:5 rq:1005773 version:0.8.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/font-manager/font-manager.changes        
2022-02-14 22:37:14.265580458 +0100
+++ /work/SRC/openSUSE:Factory/.font-manager.new.2275/font-manager.changes      
2022-09-25 15:35:57.819718394 +0200
@@ -1,0 +2,9 @@
+Fri Sep 23 17:31:21 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Disable pkgconfig(libnautilus-extension) BuildRequires and pass
+  nautilus=false to meson, no longer build nautilus support.
+  Font-manager needs to be ported to gtk4. See upstream issue:
+  https://github.com/FontManager/font-manager/issues/286
+- Add obsoletes nautilus-fontmanager to ease upgrades.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ font-manager.spec ++++++
--- /var/tmp/diff_new_pack.26FhKM/_old  2022-09-25 15:35:58.203719318 +0200
+++ /var/tmp/diff_new_pack.26FhKM/_new  2022-09-25 15:35:58.207719328 +0200
@@ -38,7 +38,8 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(json-glib-1.0)
-BuildRequires:  pkgconfig(libnautilus-extension)
+# Disable nautilus until font-manager is ported to gtk4
+#BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(libnemo-extension)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -50,6 +51,7 @@
 Requires:       font-viewer
 Requires:       fontconfig
 Requires:       webkit2gtk-4_0-injected-bundles
+Obsoletes:      nautilus-%{name} <= %{version}
 
 %description
 Font Manager is intended to provide a way for average users to easily
@@ -104,7 +106,12 @@
 %autosetup
 
 %build
-%meson --buildtype=release -Dnautilus=True -Dnemo=True -Dthunar=true 
-Dreproducible=true
+%meson \
+  --buildtype=release \
+  -Dnautilus=false \
+  -Dnemo=True \
+  -Dthunar=true \
+  -Dreproducible=true
 %meson_build
 
 %install
@@ -149,8 +156,8 @@
 %{_datadir}/icons/hicolor/128x128/apps/%{DBusName2}.png
 %{_datadir}/icons/hicolor/256x256/apps/%{DBusName2}.png
 
-%files -n nautilus-%{name}
-%{_libdir}/nautilus/extensions-3.0/nautilus-%{name}.so
+#%%files -n nautilus-%%{name}
+#%%{_libdir}/nautilus/extensions-3.0/nautilus-%%{name}.so
 
 %files -n nemo-%{name}
 %{_libdir}/nemo/extensions-3.0/nemo-%{name}.so

Reply via email to