Hello community,

here is the log from the commit of package mate-panel for openSUSE:Factory 
checked in at 2014-03-22 14:44:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-panel (Old)
 and      /work/SRC/openSUSE:Factory/.mate-panel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-panel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-panel/mate-panel.changes    2013-12-18 
19:34:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-panel.new/mate-panel.changes       
2014-03-22 18:01:40.000000000 +0100
@@ -1,0 +2,41 @@
+Wed Mar  5 10:57:28 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+- Do not require hicolor-icon-theme; it's wrong
+
+-------------------------------------------------------------------
+Wed Feb 19 16:07:14 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.90
+  + added support for multiple layouts, stored in
+    $(datadir)/mate-panel/layouts
+  + added --layout parameter
+  + add hook to support run dialog and main menu opening with metacity
+  + switch to libwnck
+  + use yelp-tools instead of mate-doc-utils
+
+-------------------------------------------------------------------
+Fri Feb 14 15:17:34 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.7.2
+  + fix various help documentation issues
+  + fix GTK3 support
+  + update translations
+- Changes from version 1.7.1
+  + better GTK3 support
+  + bugs fix release
+- Changes from version 1.7.0
+  + initial GTK3 support
+  + use yelp-tools instead of mate-doc-utils to build documentation
+  + use libwnck instead of libmatewnck
+- Replace libmatewnck-devel requirement with pkgconfig(libwnck-3.0)
+- Replace pkgconfig(mate-doc-utils) requirement with yelp-tools
+- Remove useless xz requirement
+
+-------------------------------------------------------------------
+Thu Oct 31 20:32:37 UTC 2013 - p.drou...@gmail.com
+
+- Fix libexecdir definition
+
+-------------------------------------------------------------------

Old:
----
  mate-panel-1.6.1.tar.xz

New:
----
  mate-panel-1.8.0.tar.xz

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

Other differences:
------------------
++++++ mate-panel.spec ++++++
--- /var/tmp/diff_new_pack.x9uzpS/_old  2014-03-22 18:01:41.000000000 +0100
+++ /var/tmp/diff_new_pack.x9uzpS/_new  2014-03-22 18:01:41.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-panel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 Name:           mate-panel
 %define _name   libmate-panel-applet-4-1
 %define typelib typelib-1_0-MatePanelApplet-4_0
-Version:        1.6.1
+Version:        1.8.0
 Release:        0
 License:        GPL-2.0+
 Summary:        MATE Desktop Panel
 Url:            http://mate-desktop.org/
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
-Requires:       hicolor-icon-theme
+Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 Requires:       gvfs-backends
 Requires:       NetworkManager-gnome
 Requires:       gsettings-backend-dconf
@@ -36,7 +35,6 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  libmatewnck-devel
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig(NetworkManager)
@@ -50,13 +48,13 @@
 BuildRequires:  pkgconfig(libcanberra-gtk)
 BuildRequires:  pkgconfig(libmate-menu)
 BuildRequires:  pkgconfig(librsvg-2.0)
+BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(mate-desktop-2.0)
-BuildRequires:  pkgconfig(mate-doc-utils)
 BuildRequires:  pkgconfig(mateweather)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  popt-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
+BuildRequires:  yelp-tools
 Requires:       %{name}-branding = %{version}
 Recommends:     %{name}-lang
 
@@ -122,9 +120,8 @@
 %setup -q
 
 %build
-#NOCONFIGURE=1 ./autogen.sh
 %configure \
-    --libexecdir=%{_libdir}/mate-panel                                  \
+    --libexecdir=%{_libexecdir}/%{name}                                 \
     --disable-static                                                    \
     --enable-introspection                                              \
     --disable-scrollkeeper
@@ -133,8 +130,6 @@
 %install
 %makeinstall
 %find_lang %{name} %{?no_lang_C}
-%find_lang mate-applet-clock %{name}.lang
-%find_lang mate-applet-fish %{name}.lang
 find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
 %fdupes %{buildroot}%{_datadir}/mate/
 %fdupes %{buildroot}%{_datadir}/mate-panel/
@@ -143,6 +138,8 @@
 if [ -d %{buildroot}%{_datadir}/MateConf ]; then
    rm -r %{buildroot}%{_datadir}/MateConf
 fi
+# Install a default layout to avoid empty package
+cp data/default.layout %{buildroot}%{_datadir}/mate-panel
 
 %post
 %desktop_database_post
@@ -161,26 +158,26 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
-%doc %{_mandir}/man?/mate-panel.*
-%doc %{_mandir}/man1/mate-desktop-item-edit.1.gz
-%doc %{_mandir}/man1/mate-panel-test-applets.1.gz
+%{_mandir}/man?/mate-panel.*
+%{_mandir}/man1/mate-desktop-item-edit.1.gz
+%{_mandir}/man1/mate-panel-test-applets.1.gz
 %{_bindir}/mate-desktop-item-edit
 %{_bindir}/mate-panel
 %{_bindir}/mate-panel-test-applets
-%{_libdir}/%{name}/
+%{_libexecdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/glib-2.0/schemas/*.xml
-%{_datadir}/icons/hicolor/*/*/*.png
-%{_datadir}/icons/hicolor/*/*/*.svg
+%{_datadir}/help/C/
+%{_datadir}/icons/
 %{_datadir}/%{name}/
 #%{_datadir}/mate-panelrc
 # Files from branding-upstream
-%exclude %{_datadir}/mate-panel/panel-default-layout.mate
+%exclude %{_datadir}/mate-panel/default.layout
 
 %files branding-upstream
 %defattr (-, root, root)
-%{_datadir}/mate-panel/panel-default-layout.mate
+%{_datadir}/mate-panel/default.layout
 
 %files -n %{_name}
 %defattr(-,root,root)
@@ -200,7 +197,7 @@
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)
-%{_datadir}/mate/help/mate-applet-clock
-%{_datadir}/mate/help/mate-applet-fish
+%{_datadir}/help/
+%exclude %{_datadir}/help/C/
 
 %changelog

++++++ mate-panel-1.6.1.tar.xz -> mate-panel-1.8.0.tar.xz ++++++
++++ 135409 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to