Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nemiver for openSUSE:Factory checked in at 2022-03-23 20:17:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nemiver (Old) and /work/SRC/openSUSE:Factory/.nemiver.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nemiver" Wed Mar 23 20:17:20 2022 rev:52 rq:963383 version:0.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/nemiver/nemiver.changes 2021-09-21 21:13:55.902692175 +0200 +++ /work/SRC/openSUSE:Factory/.nemiver.new.25692/nemiver.changes 2022-03-23 20:18:59.874483790 +0100 @@ -1,0 +2,7 @@ +Thu Jan 13 13:34:39 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org> + +- Disable memory view on Tumbleweed: nemiver (a no longer + maintained upstream project, yet, still usable) is not compatible + with ghex 4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nemiver.spec ++++++ --- /var/tmp/diff_new_pack.ZY3VMk/_old 2022-03-23 20:19:00.358484064 +0100 +++ /var/tmp/diff_new_pack.ZY3VMk/_new 2022-03-23 20:19:00.362484066 +0100 @@ -1,7 +1,7 @@ # # spec file for package nemiver # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,11 @@ %define scm_bootstrap 0 +%if 0%{?suse_version} >= 1550 +%bcond_with memoryview +%else +%bcond_without memoryview +%endif Name: nemiver Version: 0.9.6 Release: 0 @@ -39,7 +44,9 @@ BuildRequires: pkgconfig(gdlmm-3.0) >= 3.0 BuildRequires: pkgconfig(giomm-2.4) >= 2.15.2 BuildRequires: pkgconfig(gsettings-desktop-schemas) +%if %{with memoryview} BuildRequires: pkgconfig(gtkhex-3) >= 2.90 +%endif BuildRequires: pkgconfig(gtkmm-3.0) >= 3.0 BuildRequires: pkgconfig(gtksourceviewmm-3.0) >= 3.0 BuildRequires: pkgconfig(vte-2.91) >= 0.28 @@ -82,7 +89,12 @@ NOCONFIGURE=1 gnome-autogen.sh %endif %configure --disable-static --with-pic\ - --enable-gsettings + --enable-gsettings \ +%if %{with memoryview} + --enable-memoryview +%else + --disable-memoryview +%endif make %{?_smp_mflags} %install @@ -96,14 +108,14 @@ # create hardlinks for the rest %fdupes %{buildroot} -%if 0%{?suse_version} > 1130 +%if 0%{?suse_version} > 1130 && 0%{?suse_version} < 1550 %post %desktop_database_post %icon_theme_cache_post %glib2_gsettings_schema_post %endif -%if 0%{?suse_version} > 1130 +%if 0%{?suse_version} > 1130 && 0%{?suse_version} < 1550 %postun %desktop_database_postun %icon_theme_cache_postun