Hello community,

here is the log from the commit of package mate-netbook for openSUSE:Factory 
checked in at 2015-07-05 18:02:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-netbook (Old)
 and      /work/SRC/openSUSE:Factory/.mate-netbook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-netbook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes        
2014-10-05 20:33:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes   
2015-07-05 18:02:19.000000000 +0200
@@ -1,0 +2,21 @@
+Fri May  8 09:34:32 UTC 2015 - [email protected]
+
+- Update to 1.10.0:
+  * Do not memory leak.
+  * Require GLib >= 2.36.
+  * [mate-maximus] Respect "undecorate" setting.
+  * [window picker applet] Use
+    mate_gdk_spawn_command_line_on_screen always.
+  * [mate-maximus] First connect to settings, then read them.
+  * [window picker applet] Fix indentation.
+  * [window picker applet] Do not mess with mate-maximus settings.
+  * Update translations.
+
+-------------------------------------------------------------------
+Sun Oct 26 18:59:47 UTC 2014 - [email protected]
+
+- Update to version 1.9.0
+  + Use MateAboutDialog
+- Fix version requirements
+
+-------------------------------------------------------------------

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

New:
----
  mate-netbook-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-netbook.spec ++++++
--- /var/tmp/diff_new_pack.6sKCTk/_old  2015-07-05 18:02:20.000000000 +0200
+++ /var/tmp/diff_new_pack.6sKCTk/_new  2015-07-05 18:02:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-netbook
+# spec file for package mate-netbook
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,28 +13,32 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
+%define _version 1.10
 Name:           mate-netbook
-Version:        1.8.1
+Version:        1.10.0
 Release:        0
-License:        GPL-3.0
 Summary:        MATE Desktop window management tool
-Url:            http://mate-desktop.org
+License:        GPL-3.0
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Requires:       mate-panel >= 1.8.0
-Recommends:     %{name}-lang
-%glib2_gsettings_schema_requires
-
+Url:            http://mate-desktop.org/
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  mate-common
+# To own /usr/share/mate-panel/ directory.
+BuildRequires:  mate-applets
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libwnck-1.0)
-BuildRequires:  pkgconfig(libmatepanelapplet-4.0)
 BuildRequires:  pkgconfig(libfakekey)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.8.0
+BuildRequires:  pkgconfig(libmatepanelapplet-4.0) >= 1.9.0
+BuildRequires:  pkgconfig(libwnck-1.0)
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(xtst)
+Requires:       mate-panel >= 1.9.0
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
 This package provides a simple window management tool which provides the
@@ -51,14 +55,15 @@
 %setup -q
 
 %build
-%configure --libexecdir=%{_libexecdir}/%{name}
+%configure \
+  --libexecdir=%{_libexecdir}/%{name}
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
-   rm -r %{buildroot}%{_datadir}/MateConf
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+    rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
 
 %post
@@ -68,18 +73,19 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README COPYING
-%dir %{_libexecdir}/%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING NEWS README
 %config %{_sysconfdir}/xdg/autostart/mate-maximus-autostart.desktop
 %{_bindir}/mate-maximus
-%{_mandir}/man1/mate-maximus.1.gz
-%{_libexecdir}/%{name}/mate-window-picker-applet
+%{_libexecdir}/%{name}/
+%{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet
+%dir %{_datadir}/mate-panel/ui/
+%{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/mate-panel/
+%{_mandir}/man?/mate-maximus.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-netbook-1.8.1.tar.xz -> mate-netbook-1.10.0.tar.xz ++++++
++++ 2583 lines of diff (skipped)


Reply via email to