Hello community, here is the log from the commit of package mate-utils for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-utils (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-utils.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-utils" Fri Mar 6 12:39:27 2020 rev:15 rq:781492 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-utils/mate-utils.changes 2020-01-15 15:28:35.282682724 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-utils.new.26092/mate-utils.changes 2020-03-06 12:41:52.746779153 +0100 @@ -1,0 +2,107 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.24.0 (changes since 1.23.0): + * Add MATE Disk Image Mounter utility. + * WARN_CFLAGS makes MAINTAINER_CFLAGS obsolete for now. + * Use MATE_DEBUG_CHECK for setting compiler debug flags. + * Print compiler warning flags in summary. + * Add WARN_CFLAGS to CFLAGS. + * logview: Fix infinite loop parsing logs containing at least one + line. + * Add hicolor_apps_24x24_mate-system-log.png. + * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png. + * Avoid g_type_class_add_private. + * logview: i18n date format in side pane. + * logview: Use preferred date&time representation for current + locale. + * mate-disk-usage-analyzer: Remove blank space before right + parenthesis. + * Add scroll tabs with mouse wheel. + * gettext: Fix locale dir. + * Migrate from intltool to gettext. + * Use gresources for UI files. + * Avoid redundant redeclarations. + * Fix build using the -fno-common flag. + * Update translations. +- Add a mate-disk-image-mounter package for the newly added + utility. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- +Wed Oct 23 17:28:57 CEST 2019 - [email protected] + +- fix build-requires for factory/tumbleweed + rsvg-convert tool is now in rsvg-convert package + +------------------------------------------------------------------- +Thu Jul 18 13:31:40 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations. + * Remove unused variables + * Make inkscape and rsvg-convert optional + * mate-screenshot: Variable is assigned a value that is never used + * gdict-applet: Variable 'detail' is allocated memory that is never used + * logview-prefs: Variable 'removed' is assigned a value that is never used + * Fix -Werror=cast-function-type with GCC 8 + * Improve performance by removing unused assignments +- remove patch: + * mate-utils-gtk-3.20.patch: we don't support gtk3.22 anymore +- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50 + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * Fix -Werror=cast-function-type with GCC 8. + * mate-disk-usage-analyzer: Fix a memory leak. + * GEN png icons from svg files. + * Update documenters in the about dialogue. + * mate-dictionary: Use g_strjoin to build licence text. + * Use program-name and title in gtk_show_about_dialog call. + * help: Update copyright. + * Update translations. +- Rebase mate-utils-gtk-3.20.patch. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * Add support for non-interactive screenshot directly to + clipboard. + * Avoid deprecated GtkStock. + * mate-dictionary: Fix memory leak. + * Replace deprecated gtk_menu_popup. + * screenshot: Replace deprecated gdk_flush. + * dictionary: Replace deprecated gdk_flush. + * dictionary: Replace deprecated GtkFontButton accessors. + * baobab help: Terminal command updated to + mate-disk-usage-analyzer. + * baobab-chart: Avoid deprecated gtk_style_context_set_background. + * gsearchtool: Avoid deprecated gtk_window_set_wmclass. + * Make translatable the copyright in the About dialogue. + * help: Bump docbook 4.5. + * eggsmclient: Avoid deprecated g_type_class_add_private. + * Move appdata to the metainfo/ directory. + * Update translations. +- Rebase mate-utils-gtk-3.20.patch. +- Do not build the pt lingua for the search tool help to solve + build issues. + +------------------------------------------------------------------- +Wed Dec 26 23:25:34 UTC 2018 - [email protected] + +- Update to version 1.20.2: + * Disable deprecation warnings for distcheck. + * Use make functions for HELP_LINGUAS. + * Replace -Dokumentationsprojekt with Documentation Project. + * Fix spelling and grammar mistakes. + * Update translations. + +------------------------------------------------------------------- +Fri Jun 22 17:10:44 UTC 2018 - [email protected] + +- Update to version 1.20.1: + * Update translations. + +------------------------------------------------------------------- Old: ---- mate-utils-1.20.0.tar.xz mate-utils-gtk-3.20.patch New: ---- mate-utils-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-utils.spec ++++++ --- /var/tmp/diff_new_pack.TjIaWY/_old 2020-03-06 12:41:54.006779919 +0100 +++ /var/tmp/diff_new_pack.TjIaWY/_new 2020-03-06 12:41:54.010779921 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-utils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,26 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define soname_dict libmatedict %define sover_dict 6 -%define _version 1.20 +%define _version 1.24 Name: mate-utils -Version: 1.20.0 +Version: 1.24.0 Release: 0 Summary: MATE Desktop utilities License: GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.1-only -Group: System/GUI/Other -Url: https://mate-desktop.org/ -Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz -# PATCH-FEATURE-OPENSUSE mate-utils-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support. -Patch0: mate-utils-gtk-3.20.patch +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: itstool +BuildRequires: inkscape BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: popt-devel @@ -40,22 +37,29 @@ BuildRequires: pkgconfig(atk) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(dbus-glib-1) -BuildRequires: pkgconfig(gio-2.0) >= 2.48 -BuildRequires: pkgconfig(glib-2.0) >= 2.48 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libgtop-2.0) BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= %{_version} BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(udisks2) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(zlib) %glib2_gsettings_schema_requires +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 +BuildRequires: rsvg-convert +%else +BuildRequires: rsvg-view +%endif %description This package provides all the tools bundled with MATE utilities: + - mate-disk-image-mounter, a disc image mounter. - mate-disk-usage-analyzer, a disc usage analyser. - mate-dictionary, a program which can look up definitions of words. - mate-search-tool, with which one can find files by name or content. @@ -65,8 +69,8 @@ %package common-lang Summary: Languages for MATE utilities License: GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.1-only -Group: System/Localization Provides: mate-dictionary-lang = %{version} +Provides: mate-disk-image-mounter-lang = %{version} Provides: mate-disk-usage-analyzer-lang = %{version} Provides: mate-screenshot-lang = %{version} Provides: mate-search-tool-lang = %{version} @@ -79,7 +83,6 @@ %package -n mate-search-tool Summary: MATE Search Tool License: GPL-2.0-or-later -Group: System/GUI/Other Requires: mate-desktop-gschemas >= %{_version} Recommends: mate-search-tool-lang @@ -87,10 +90,19 @@ This is the MATE Seach Tool as shipped with the MATE utilities. It uses command-line tools such as find and locate to get results. +%package -n mate-disk-image-mounter +Summary: MATE disk image mounter +License: GPL-2.0-or-later +Recommends: mate-disk-image-mounter-lang + +%description -n mate-disk-image-mounter +This is the MATE Disk Image Mounter as shipped with the MATE +utilities. mate-disk-image-mounter shows up in Caja for .ISO files +to be conviniently mounted. + %package -n mate-disk-usage-analyzer Summary: MATE disk usage analyser License: GPL-2.0-or-later -Group: System/GUI/Other Recommends: mate-disk-usage-analyzer-lang %description -n mate-disk-usage-analyzer @@ -99,12 +111,11 @@ the wholefilesystem, in order to give the user a graphical tree representation including each directory size or percentage in the branch. It also auto-detects in real-time any change made to your home -folder as far as any mounted/unmounted device. +directory as far as any mounted/unmounted device. %package -n mate-dictionary Summary: MATE dictionary License: GPL-2.0-or-later -Group: System/GUI/Other Recommends: mate-dictionary-lang %description -n mate-dictionary @@ -115,7 +126,6 @@ %package -n mate-system-log Summary: MATE system log viewer License: GPL-3.0-or-later AND GPL-2.0-or-later -Group: System/GUI/Other Requires: mate-desktop-gschemas >= %{_version} Recommends: mate-system-log-lang @@ -127,7 +137,6 @@ %package -n mate-screenshot Summary: MATE screenshot maker License: GPL-2.0-or-later -Group: System/GUI/Other Recommends: mate-screenshot-lang %description -n mate-screenshot @@ -138,7 +147,6 @@ %package -n %{soname_dict}%{sover_dict} Summary: Library to look up words in dictionary sources License: GPL-2.0-or-later -Group: System/Libraries %description -n %{soname_dict}%{sover_dict} The matedict library is an engine to look up words in dictionary sources. @@ -146,7 +154,6 @@ %package -n %{soname_dict}-devel Summary: Library to look up words in dictionary sources -- Development Files License: GPL-2.0-or-later -Group: Development/Libraries/C and C++ Requires: %{soname_dict}%{sover_dict} = %{version} %description -n %{soname_dict}-devel @@ -155,7 +162,9 @@ %prep %setup -q -%patch0 -p1 + +# Do not build the pt lingua for the search tool help to solve build issues. +sed -i 's/^\(IGNORE_HELP_LINGUAS =\)/\1 pt/' gsearchtool/help/Makefile.am %build NOCONFIGURE=1 mate-autogen @@ -164,7 +173,7 @@ --libexecdir=%{_libexecdir}/%{name} \ --with-x \ --enable-ipv6=yes -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -182,71 +191,26 @@ %postun -n %{soname_dict}%{sover_dict} -p /sbin/ldconfig -%if 0%{?suse_version} < 1500 -%post -n mate-disk-usage-analyzer -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -n mate-disk-usage-analyzer -%desktop_database_postun -%glib2_gsettings_schema_postun - -%post -n mate-dictionary -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -n mate-dictionary -%desktop_database_postun -%glib2_gsettings_schema_post - -%post -n mate-screenshot -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -n mate-screenshot -%desktop_database_postun -%glib2_gsettings_schema_postun - -%post -n mate-search-tool -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -n mate-search-tool -%desktop_database_postun -%glib2_gsettings_schema_postun - -%post -n mate-system-log -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -n mate-system-log -%desktop_database_postun -%glib2_gsettings_schema_postun -%endif +%files -n mate-disk-image-mounter +%license COPYING* +%doc AUTHORS NEWS README +%{_bindir}/mate-disk-image-mounter +%{_datadir}/applications/mate-disk-image-mounter.desktop %files -n mate-disk-usage-analyzer -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README %{_datadir}/help/C/mate-disk-usage-analyzer/ %{_bindir}/mate-disk-usage-analyzer -%{_datadir}/mate-disk-usage-analyzer/ %{_datadir}/glib-2.0/schemas/org.mate.disk-usage-analyzer.gschema.xml %{_datadir}/applications/mate-disk-usage-analyzer.desktop %{_datadir}/icons/hicolor/*/apps/mate-disk-usage-analyzer.* -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/mate-disk-usage-analyzer.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/mate-disk-usage-analyzer.appdata.xml %{_mandir}/man?/mate-disk-usage-analyzer.?%{?ext_man} %files -n mate-dictionary -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README %{_datadir}/help/C/mate-dictionary/ %{_bindir}/mate-dictionary @@ -259,71 +223,53 @@ %dir %{_libexecdir}/mate-utils/ %{_libexecdir}/mate-utils/mate-dictionary-applet %{_datadir}/applications/mate-dictionary.desktop -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/mate-dictionary.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/mate-dictionary.appdata.xml %{_mandir}/man?/mate-dictionary.?%{?ext_man} %files -n mate-screenshot -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README %{_bindir}/mate-panel-screenshot %{_bindir}/mate-screenshot %{_datadir}/glib-2.0/schemas/org.mate.screenshot.gschema.xml -%{_datadir}/mate-screenshot/ %{_datadir}/applications/mate-screenshot.desktop -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/mate-screenshot.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/mate-screenshot.appdata.xml %{_mandir}/man?/mate-panel-screenshot.?%{?ext_man} %{_mandir}/man?/mate-screenshot.?%{?ext_man} %files -n mate-search-tool -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README %{_datadir}/help/C/mate-search-tool/ %{_bindir}/mate-search-tool %{_datadir}/glib-2.0/schemas/org.mate.search-tool.gschema.xml %{_datadir}/applications/mate-search-tool.desktop %{_datadir}/pixmaps/mate-search-tool/ -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/mate-search-tool.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/mate-search-tool.appdata.xml %{_mandir}/man?/mate-search-tool.?%{?ext_man} %files -n mate-system-log -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README %{_datadir}/help/C/mate-system-log/ %{_bindir}/mate-system-log %{_datadir}/applications/mate-system-log.desktop %{_datadir}/glib-2.0/schemas/org.mate.system-log.gschema.xml -%{_datadir}/mate-utils/ %{_datadir}/icons/hicolor/*/apps/mate-system-log* %{_mandir}/man?/mate-system-log.?%{?ext_man} %files -n %{soname_dict}%{sover_dict} -%if 0%{?suse_version} >= 1500 %license COPYING* -%else -%doc COPYING* -%endif %doc AUTHORS NEWS README -%{_datadir}/mate-dict/ %{_libdir}/%{soname_dict}.so.%{sover_dict}* %files -n %{soname_dict}-devel %doc %{_datadir}/gtk-doc/html/mate-dict/ %{_includedir}/mate-dict/ +%{_datadir}/mate-dict/ %{_libdir}/%{soname_dict}.so %{_libdir}/pkgconfig/mate-dict.pc ++++++ mate-utils-1.20.0.tar.xz -> mate-utils-1.24.0.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/mate-utils/mate-utils-1.20.0.tar.xz /work/SRC/openSUSE:Leap:15.2/.mate-utils.new.26092/mate-utils-1.24.0.tar.xz differ: char 25, line 1
