Hello community,

here is the log from the commit of package lxmusic for openSUSE:Factory checked 
in at 2016-08-05 18:18:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxmusic (Old)
 and      /work/SRC/openSUSE:Factory/.lxmusic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxmusic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxmusic/lxmusic.changes  2014-09-08 
21:30:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxmusic.new/lxmusic.changes     2016-08-05 
18:18:10.000000000 +0200
@@ -1,0 +2,9 @@
+Wed Aug  3 20:14:22 UTC 2016 - antoine.belv...@laposte.net
+
+- Update to 0.4.7:
+  * Update translations
+  * Add option to compile with GTK3
+- Add xmms2-plugin-restricted as recommended package (boo#980920)
+- Add bcond to build with or without GTK3 (not used by default)
+
+-------------------------------------------------------------------

Old:
----
  lxmusic-0.4.6.tar.xz

New:
----
  lxmusic-0.4.7.tar.xz

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

Other differences:
------------------
++++++ lxmusic.spec ++++++
--- /var/tmp/diff_new_pack.laRqYJ/_old  2016-08-05 18:18:11.000000000 +0200
+++ /var/tmp/diff_new_pack.laRqYJ/_new  2016-08-05 18:18:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxmusic
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,8 +16,10 @@
 #
 
 
+%bcond_with gtk3
+
 Name:           lxmusic
-Version:        0.4.6
+Version:        0.4.7
 Release:        0
 Summary:        Lightweight Audio Player
 License:        GPL-2.0+
@@ -26,7 +28,11 @@
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  docbook-utils
 BuildRequires:  fdupes
+%if %{with gtk3}
+BuildRequires:  gtk3-devel
+%else
 BuildRequires:  gtk2-devel
+%endif
 BuildRequires:  intltool
 BuildRequires:  libnotify-devel
 BuildRequires:  pkg-config
@@ -34,6 +40,7 @@
 BuildRequires:  xmms2-devel >= 0.7
 Requires:       xmms2
 Recommends:     %{name}-lang
+Recommends:     xmms2-plugin-restricted
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -48,7 +55,11 @@
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-%configure
+%configure \
+%if %{with gtk3}
+  --enable-gtk3
+%endif
+
 make %{?_smp_mflags}
 
 %install

++++++ lxmusic-0.4.6.tar.xz -> lxmusic-0.4.7.tar.xz ++++++
++++ 4303 lines of diff (skipped)


Reply via email to