Hello community,

here is the log from the commit of package engrampa for openSUSE:Factory 
checked in at 2020-03-03 10:16:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/engrampa (Old)
 and      /work/SRC/openSUSE:Factory/.engrampa.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "engrampa"

Tue Mar  3 10:16:03 2020 rev:22 rq:780515 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/engrampa/engrampa.changes        2019-11-06 
13:56:39.444192307 +0100
+++ /work/SRC/openSUSE:Factory/.engrampa.new.26092/engrampa.changes     
2020-03-03 10:16:26.498675355 +0100
@@ -1,0 +2,64 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.24.0 (changes since 1.23.2):
+  * fr-command-rpm: Use rpm2cpio binary shipped with rpm package.
+  * Add source rpm to supported mime-types.
+  * Use cpio if no binary is found.
+  * Add a configure environment variable to select the cpio path.
+  * 7z: Don't set the work directory, i.e. use temporary directory.
+  * Check if a mime-type is an alias in
+    compute_supported_archive_types.
+  * Define LOCALEDIR for bindtextdomain().
+  * Migrate from intltool to gettext.
+  * Clean file type selection in the new archive dialogue.
+  * Automatically sets the maximum size of static arrays.
+  * Fix localised pause UI logic.
+  * dlg-extract: GtkFileChooserDialog instead of set extra widget.
+  * dlg-batch-add: Set dialog image from icon-name instead of
+    pixbuf.
+  * Fix build using the -fno-common flag.
+  * fr-process: Do not override LC_CTYPE.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
+Fri Jan  3 08:18:37 UTC 2020 - Maurizio Galli <maurizio.ga...@gmail.com>
+
+- Update to version 1.23.2
+  * tx: sync with transifex
+  * LHA: add test for checking compressed file integrity
+  * Add application/(x-compress|x-rpm|x-lzh-compressed) in local magic
+  * Show archive type in properties dialog
+  * Zstandard: read .tar.zst files
+  * Zstandard: add test for checking compressed file integrity
+  * Zstandard: Update MIME type
+  * Ar: Update MIME type and add magic numbers
+  * fr-command-ar: fetch dates with strptime
+  * Remove internal mkdtemp and define feature test macro
+  * fr-command-tar: fetch dates with strptime
+  * Use mate-compiler-flags.m4 provided by mate-common
+  * ar: don't remove leading whitespaces in filename field
+  * i18n caja extension copyright
+  * LHA: make compatible with content-type response from gio file query
+  * fr-command-dpkg: fetch dates with strptime
+  * dlg-prop: set property label in ui file
+  * Add extract-dialog-options.ui
+  * LHA: Fix internet media type
+  * Use g_list_free_full and g_slist_free_full
+  * dlg-prop: show the exact number of bytes as part of the size
+  * dlg-prop: allow to open the archive's folder
+  * remove warnings: ‘gtk_image_new_from_stock’ is deprecated
+  * glib-utils & gtk-utils: Remove unused functions
+  * dlg-package-installer: show icons in error dialog buttons
+  * dlg-package-installer: remove warning ‘GtkStock’ is deprecated
+  * gio-utils: Remove unused functions
+  * glib-utils: Remove get_time_string()
+  * unace 2.5: Don't show archive summary in file listing
+  * tar: don't remove leading whitespaces in filename field
+  * Initialization discards ‘const’ qualifier from pointer target type
+  * remove warnings: "ENABLE_MAGIC" is not defined, evaluates to 0
+  * comparison of integer expressions of different signedness: ‘size_t’
+  * Missing initializer for struct field
+  * remove warnings: cast from function call [-Wbad-function-cast]
+  * remove build warning: local variable shadows another variable
+
+-------------------------------------------------------------------

Old:
----
  engrampa-1.23.1.tar.xz

New:
----
  engrampa-1.24.0.tar.xz

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

Other differences:
------------------
++++++ engrampa.spec ++++++
--- /var/tmp/diff_new_pack.JC4QB7/_old  2020-03-03 10:16:27.182676770 +0100
+++ /var/tmp/diff_new_pack.JC4QB7/_new  2020-03-03 10:16:27.182676770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engrampa
 #
-# Copyright (c) 2019 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
@@ -16,24 +16,22 @@
 #
 
 
-%define _version 1.23
+%define _version 1.24
 Name:           engrampa
-Version:        1.23.1
+Version:        1.24.0
 Release:        0
 Summary:        MATE Desktop archive manager
 License:        GPL-2.0-or-later AND LGPL-2.0-or-later
-Group:          System/GUI/Other
 URL:            https://mate-desktop.org/
 Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  caja >= %{_version}
 BuildRequires:  hicolor-icon-theme
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libcaja-extension) >= %{_version}
 BuildRequires:  pkgconfig(sm)
 Recommends:     %{name}-lang
@@ -78,7 +76,6 @@
 
 %package -n caja-%{name}
 Summary:        MATE Desktop engrampa plugin for caja
-Group:          System/GUI/Other
 Requires:       %{name} = %{version}-%{release}
 # mate-file-manager-engrampa was last used in openSUSE 13.1.
 Provides:       mate-file-manager-%{name} = %{version}
@@ -99,25 +96,13 @@
   --disable-static                    \
   --disable-scrollkeeper              \
   --libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
 %files
 %license COPYING
 %doc AUTHORS NEWS README

++++++ engrampa-1.23.1.tar.xz -> engrampa-1.24.0.tar.xz ++++++
++++ 374589 lines of diff (skipped)


Reply via email to