Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2018-03-20 21:57:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-netbook (Old)
 and      /work/SRC/openSUSE:Factory/.mate-netbook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-netbook"

Tue Mar 20 21:57:17 2018 rev:14 rq:586570 version:1.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes        
2017-11-09 13:57:08.864535583 +0100
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2018-03-20 21:57:56.310913244 +0100
@@ -1,0 +2,13 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Require GTK+ 3.22 and GLib 2.50.
+  * An implementation of WidthOfScreen and HeightOfScreen.
+  * window picker: Add an icon to the Preferences dialogue.
+  * window picker: Disable vertical expand of a button in the
+    Preferences dialogue.
+  * window picker: Add an icon for taskbar to the About dialogue.
+- Add mate-netbook-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20
+  support.
+
+-------------------------------------------------------------------

Old:
----
  mate-netbook-1.18.2.tar.xz

New:
----
  mate-netbook-1.20.0.tar.xz
  mate-netbook-gtk-3.20.patch

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

Other differences:
------------------
++++++ mate-netbook.spec ++++++
--- /var/tmp/diff_new_pack.SGA2VO/_old  2018-03-20 21:57:57.054886456 +0100
+++ /var/tmp/diff_new_pack.SGA2VO/_new  2018-03-20 21:57:57.054886456 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-netbook
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,21 @@
 #
 
 
-%define _version 1.18
+%define _version 1.20
 Name:           mate-netbook
-Version:        1.18.2
+Version:        1.20.0
 Release:        0
 Summary:        MATE Desktop window management tool
-License:        GPL-3.0
+License:        GPL-3.0-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-netbook-gtk-3.20.patch -- Restore GLib 2.48 and 
GTK+ 3.20 support.
+Patch0:         mate-netbook-gtk-3.20.patch
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(glib-2.0) >= 2.48
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(libfakekey)
 BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= %{_version}
 BuildRequires:  pkgconfig(libwnck-3.0)
@@ -50,6 +52,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -61,14 +64,21 @@
 %make_install
 %find_lang %{name} %{?no_lang_C}
 
+%if 0%{?suse_version} < 1500
 %post
 %glib2_gsettings_schema_post
 
 %postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
 %{_bindir}/mate-maximus
 %{_libexecdir}/%{name}/

++++++ mate-netbook-1.18.2.tar.xz -> mate-netbook-1.20.0.tar.xz ++++++
++++ 25301 lines of diff (skipped)

++++++ mate-netbook-gtk-3.20.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -30,8 +30,8 @@ AM_GLIB_GNU_GETTEXT
 
 AC_SUBST(GCC_FLAGS)
 
-GLIB_REQUIRED=2.50.0
-GTK_REQUIRED=3.22.0
+GLIB_REQUIRED=2.48.0
+GTK_REQUIRED=3.20.0
 
 PKG_CHECK_MODULES(MAXIMUS_DEPS, 
                   gtk+-3.0 >= $GTK_REQUIRED

Reply via email to