Hello community,

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

Package is "libmatemixer"

Tue Mar 20 21:56:30 2018 rev:7 rq:586529 version:1.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmatemixer/libmatemixer.changes        
2017-03-20 17:11:30.497388046 +0100
+++ /work/SRC/openSUSE:Factory/.libmatemixer.new/libmatemixer.changes   
2018-03-20 21:56:35.765813357 +0100
@@ -1,0 +2,8 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Require GLib 2.50.
+  * Update translations.
+- Add libmatemixer-glib-2.48.patch: Restore GLib 2.48 support.
+
+-------------------------------------------------------------------

Old:
----
  libmatemixer-1.18.0.tar.xz

New:
----
  libmatemixer-1.20.0.tar.xz
  libmatemixer-glib-2.48.patch

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

Other differences:
------------------
++++++ libmatemixer.spec ++++++
--- /var/tmp/diff_new_pack.LhP3AH/_old  2018-03-20 21:56:36.497787001 +0100
+++ /var/tmp/diff_new_pack.LhP3AH/_new  2018-03-20 21:56:36.501786857 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmatemixer
 #
-# 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
@@ -17,22 +17,22 @@
 
 
 %define sover   0
-%define _version 1.18
+%define _version 1.20
 Name:           libmatemixer
-Version:        1.18.0
+Version:        1.20.0
 Release:        0
 Summary:        Mixer library for MATE Desktop
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/Other
 Url:            https://mate-desktop.org/
 Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FEATURE-OPENSUSE eom-glib-2.48.patch -- Restore GLib 2.48 support.
+Patch0:         libmatemixer-glib-2.48.patch
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gmodule-2.0)
-BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libpulse)
 %glib2_gsettings_schema_requires
@@ -70,8 +70,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static    \
   --enable-pulseaudio \
@@ -88,8 +90,12 @@
 %postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n %{name}%{sover}
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %{_libdir}/%{name}.so.%{sover}*
 %dir %{_libdir}/%{name}/
 %{_libdir}/%{name}/libmatemixer-null.so
@@ -97,14 +103,17 @@
 %{_libdir}/%{name}/libmatemixer-alsa.so
 
 %files devel
-%defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %doc %{_datadir}/gtk-doc/html
 %{_includedir}/mate-mixer/
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++++++ libmatemixer-1.18.0.tar.xz -> libmatemixer-1.20.0.tar.xz ++++++
++++ 36142 lines of diff (skipped)

++++++ libmatemixer-glib-2.48.patch ++++++
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AM_GLIB_GNU_GETTEXT
 # =======================================================================
 PKG_PROG_PKG_CONFIG
 
-GLIB_REQUIRED_VERSION=2.50.0
+GLIB_REQUIRED_VERSION=2.48.0
 
 PKG_CHECK_MODULES(GLIB, [
         glib-2.0 >= $GLIB_REQUIRED_VERSION

Reply via email to