Hello community,

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

Package is "pluma"

Tue Mar  3 10:17:19 2020 rev:24 rq:780548 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pluma/pluma.changes      2019-07-31 
14:36:15.613870390 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new.26092/pluma.changes   2020-03-03 
10:18:32.582936223 +0100
@@ -1,0 +2,23 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.24.0 (changes since 1.23.1):
+  * pluma-view: Avoid static gboolean variable.
+  * Avoid g_type_class_add_private.
+  * Fix build with GtkSourceView 3.22.
+  * gla11y: Use version 0.3 which already defaults to using python3.
+  * Avoid to make new GSettings variables.
+  * Use GSettings pluma_prefs_manager instead.
+  * Taglist: Load the local translation string from lang.mo file.
+  * Ignore comment element in xml file.
+  * Add translator hints.
+  * Migrate from intltool to gettext.
+  * window: Do not override GdkWindowState.
+  * pluma-document: Avoid garbage value in file_with_bom function.
+  * preferences: Change Draw to Show.
+  * smart-converter: Fix memory leaks.
+  * Add gbk encoding.
+  * build: Show compiler flags on configuration summary.
+  * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------

Old:
----
  pluma-1.23.1.tar.xz

New:
----
  pluma-1.24.0.tar.xz

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

Other differences:
------------------
++++++ pluma.spec ++++++
--- /var/tmp/diff_new_pack.uGCd5T/_old  2020-03-03 10:18:33.702938541 +0100
+++ /var/tmp/diff_new_pack.uGCd5T/_new  2020-03-03 10:18:33.702938541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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
@@ -17,25 +17,23 @@
 
 
 %define typelib typelib-1_0-Pluma-1_0
-%define _version 1.23
+%define _version 1.24
 Name:           pluma
-Version:        1.23.1
+Version:        1.24.0
 Release:        0
 Summary:        Text editor for the MATE desktop
 License:        GPL-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:  fdupes
-# 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(enchant)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
@@ -61,7 +59,6 @@
 
 %package devel
 Summary:        Small and lightweight UTF-8 text editor
-Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
 Requires:       %{typelib} = %{version}
 Requires:       pkgconfig(gtksourceview-3.0)
@@ -78,7 +75,6 @@
 
 %package -n %{typelib}
 Summary:        Small and lightweight UTF-8 text editor introspection
-Group:          System/Libraries
 
 %description -n %{typelib}
 pluma is a small, but powerful text editor designed specifically
@@ -95,7 +91,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -104,19 +100,9 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-/sbin/ldconfig
-%if 0%{?suse_version} < 1500
-%desktop_database_post
-%glib2_gsettings_schema_post
-%endif
-
-%postun
-/sbin/ldconfig
-%if 0%{?suse_version} < 1500
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-%endif
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %license COPYING

++++++ pluma-1.23.1.tar.xz -> pluma-1.24.0.tar.xz ++++++
++++ 1162557 lines of diff (skipped)


Reply via email to