Hello community,

here is the log from the commit of package mate-polkit for openSUSE:Leap:15.2 
checked in at 2020-03-06 12:39:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-polkit (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mate-polkit.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-polkit"

Fri Mar  6 12:39:41 2020 rev:15 rq:781506 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/mate-polkit/mate-polkit.changes        
2020-01-15 15:28:29.758679638 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.mate-polkit.new.26092/mate-polkit.changes     
2020-03-06 12:42:19.698795537 +0100
@@ -1,0 +2,44 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0:
+  * build: Show warning flags on configure summary.
+  * build: Warning flags are already defined.
+  * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG.
+  * Migrate from intltool to gettext.
+  * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
+Wed Jul 17 14:36:37 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+  * Translations update
+  * Migrate from GSimpleAsyncResult to GTask
+  * drop deprecated gtk_dialog_get_action_area
+  * Avoid deprecated g_type_class_add_private
+  * polkitmateauthenticationdialog: avoid GtkStock
+  * Change url project's website
+- remove patch:
+  * mate-polkit-gtk-3.20.patch: we don't support gtk3.20 anymore
+- build require gtk >= 3.22 and glib >= 2.50
+
+-------------------------------------------------------------------
+Tue Mar  5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+  * Update translations.
+
+-------------------------------------------------------------------
+Sat Dec 22 20:48:48 UTC 2018 - [email protected]
+
+- Update to version 1.20.2:
+  * Disable deprecation warnings for distcheck.
+  * Update translations.
+
+-------------------------------------------------------------------
+Sat Jun 16 15:48:41 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  mate-polkit-1.20.0.tar.xz
  mate-polkit-gtk-3.20.patch

New:
----
  mate-polkit-1.24.0.tar.xz

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

Other differences:
------------------
++++++ mate-polkit.spec ++++++
--- /var/tmp/diff_new_pack.TSKs4c/_old  2020-03-06 12:42:20.214795850 +0100
+++ /var/tmp/diff_new_pack.TSKs4c/_new  2020-03-06 12:42:20.214795850 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-polkit
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,24 +20,21 @@
 %define sover   0
 %define typelib typelib-1_0-PolkitGtkMate-1.0
 %define _name   polkit-mate-1
-%define _version 1.20
+%define _version 1.24
 Name:           mate-polkit
-Version:        1.20.0
+Version:        1.24.0
 Release:        0
 Summary:        MATE authentification agent for polkit
 License:        LGPL-2.0-or-later
-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-polkit-gtk-3.20.patch -- Restore GLib 2.48 and 
GTK+ 3.20 support.
-Patch0:         mate-polkit-gtk-3.20.patch
+URL:            https://mate-desktop.org/
+Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(polkit-agent-1)
 Recommends:     %{name}-lang
 # typelib-1_0-PolkitGtkMate-1.0 was last used in openSUSE Leap 42.3.
@@ -58,13 +55,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/polkit-mate
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -73,11 +69,7 @@
 %suse_update_desktop_file 
%{buildroot}%{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_sysconfdir}/xdg/autostart/polkit-mate-authentication-agent-1.desktop
 %dir %{_libexecdir}/polkit-mate/

++++++ mate-polkit-1.20.0.tar.xz -> mate-polkit-1.24.0.tar.xz ++++++
++++ 45793 lines of diff (skipped)


Reply via email to