Hello community,

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

Package is "mate-media"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-media/mate-media.changes    2014-03-22 
18:01:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-media.new/mate-media.changes       
2015-07-05 18:02:21.000000000 +0200
@@ -1,0 +2,40 @@
+Mon May  4 21:20:07 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+  * No changes since version 1.9.2
+
+-------------------------------------------------------------------
+Sun Nov 23 16:40:59 UTC 2014 - [email protected]
+
+- Update to version 1.9.2 (unstable) 
+  + Do not create the volume slider when not supported by the
+    libmatemixer backend
+  + Remove the add_effects_control function as it does the same as
+    bar_set_stream_control
+  + Move the widget construction code from constructor to its own
+    function
+  + Remove some extraneous variables and improve debugging messages
+  + Bugs fixed
+
+-------------------------------------------------------------------
+Tue Nov 11 17:30:39 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+  + Removed PulseAudio dependency
+- Remove pkgconfig(libpulse) and "--enable-pulse" configue option;
+  pulseaudio dependency has been dropped by upstream
+- Add libmatemixer-devel build requirement; new dependency
+
+-------------------------------------------------------------------
+Sun Oct 26 14:59:59 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+  + Removed gst-mixer and gst-mixer-applet
+  + mate-volume-control: Port from PulseAudio to libmatemixer
+  + mate-volume-control: Allow selecting input and output connectors
+  + mate-volume-control: Speaker test widget now contains a Close button
+  + mate-volume-control: Device and stream lists are now sorted
+  + mate-volume-control-applet: Do not show icons when on a vertical panel
+  + mate-volume-control-applet: Allow clicking in the popup window
+
+-------------------------------------------------------------------

Old:
----
  mate-media-1.8.0.tar.xz

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

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

Other differences:
------------------
++++++ mate-media.spec ++++++
--- /var/tmp/diff_new_pack.VZ44NU/_old  2015-07-05 18:02:22.000000000 +0200
+++ /var/tmp/diff_new_pack.VZ44NU/_new  2015-07-05 18:02:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-media
 #
-# 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,31 +13,32 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:           mate-media
-Version:        1.8.0
+Version:        1.10.0
 Release:        0
-License:        GPL-2.0+ and LGPL-2.1+
 Summary:        MATE Desktop multimedia stack
-Url:            http://mate-desktop.org
+License:        GPL-2.0+ and LGPL-2.1+
 Group:          System/GUI/Other
-Source:         
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-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:  fdupes
 BuildRequires:  itstool
 BuildRequires:  libxml2-python
-BuildRequires:  mate-common
-BuildRequires:  mate-control-center-devel
+BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  mate-control-center-devel >= 1.9.0
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcanberra-gtk)
-BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libmatemixer) >= 1.9.0
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  update-desktop-files
+Recommends:     %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
 
 %description
 This package provides the Multimedia stack used by the MATE Desktop.
@@ -51,12 +52,11 @@
 %configure                                                             \
     --libexecdir=%{_libexecdir}/%{name}                                \
     --disable-static                                                   \
-    --enable-profiles                                                  \
-    --enable-pulseaudio
-make %{?_smp_mflags} V=1
+  --enable-profiles
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 %suse_update_desktop_file mate-volume-control
@@ -71,7 +71,7 @@
 %glib2_gsettings_schema_postun
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_sysconfdir}/xdg/autostart/mate-volume-control-applet.desktop
 %{_bindir}/mate-volume-control
@@ -79,10 +79,10 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/mate-media/
 %{_datadir}/sounds/mate/
-%{_mandir}/man1/mate-volume-control-applet.1.gz
-%{_mandir}/man1/mate-volume-control.1.gz
+%{_mandir}/man?/mate-volume-control-applet.?%{?ext_man}
+%{_mandir}/man?/mate-volume-control.?%{?ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ mate-media-1.8.0.tar.xz -> mate-media-1.10.0.tar.xz ++++++
++++ 236653 lines of diff (skipped)


Reply via email to