Hello community,

here is the log from the commit of package vala-panel-plugin-sntray for 
openSUSE:Factory checked in at 2016-05-17 17:15:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vala-panel-plugin-sntray (Old)
 and      /work/SRC/openSUSE:Factory/.vala-panel-plugin-sntray.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vala-panel-plugin-sntray"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/vala-panel-plugin-sntray/vala-panel-plugin-sntray.changes
        2015-08-19 09:29:54.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.vala-panel-plugin-sntray.new/vala-panel-plugin-sntray.changes
   2016-05-17 17:15:46.000000000 +0200
@@ -1,0 +2,8 @@
+Sat May  7 07:12:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Make vala-panel-plugin-sntray-lang recommend neither
+  vala-panel-plugin-sntray, nor xfce4-panel-plugin-sntray, to
+  avoid recommending one when other is being installed.
+- Fix build by using upstream glib-2.0.vapi.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vala-panel-plugin-sntray.spec ++++++
--- /var/tmp/diff_new_pack.W2pwCo/_old  2016-05-17 17:15:47.000000000 +0200
+++ /var/tmp/diff_new_pack.W2pwCo/_new  2016-05-17 17:15:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vala-panel-plugin-sntray
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -27,12 +27,13 @@
 Source:         
https://github.com/rilian-la-te/%{_name}/releases/download/%{version}/%{_name}-%{version}.tar.gz
 BuildRequires:  cmake >= 2.8
 BuildRequires:  gettext
+BuildRequires:  pkg-config
 BuildRequires:  vala >= 0.24
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.2
 BuildRequires:  pkgconfig(vala-panel)
 Recommends:     %{name}-lang
-%if 0%{?suse_version} >= 1315
+%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
 BuildRequires:  pkgconfig(libxfce4panel-2.0)
 BuildRequires:  pkgconfig(libxfconf-0)
 %endif
@@ -40,12 +41,12 @@
 %description
 StatusNotifierItem is the new D-Bus standard for system tray.
 
-%if 0%{?suse_version} >= 1315
+%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
 %package lang
 Summary:        Languages for package vala-panel-plugin-sntray
 Group:          System/Localization
-Recommends:     %{name} = %{version}
-Recommends:     xfce4-panel-plugin-sntray = %{version}
+Suggests:       %{name} = %{version}
+Suggests:       xfce4-panel-plugin-sntray = %{version}
 Supplements:    packageand(bundle-lang-other:%{name})
 Supplements:    packageand(bundle-lang-other:xfce4-panel-plugin-sntray)
 Provides:       %{name}-lang-all = %{version}
@@ -60,7 +61,7 @@
 %lang_package
 %endif
 
-%if 0%{?suse_version} >= 1315
+%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
 %package -n xfce4-panel-plugin-sntray
 Summary:        StatusNotifierItem (appindicator) plugin for xfce4-panel
 Group:          System/GUI/XFCE
@@ -73,6 +74,10 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%if 0%{?suse_version} != 1320
+# Use upstream glib-2.0.vapi.
+rm src/vapi/glib-2.0.vapi
+%endif
 
 %build
 %cmake \
@@ -101,7 +106,7 @@
 %files lang -f %{_name}.lang
 %defattr(-,root,root)
 
-%if 0%{?suse_version} >= 1315
+%if 0%{?suse_version} >= 1315 && 0%{?suse_version} != 1320
 %files -n xfce4-panel-plugin-sntray
 %defattr(-,root,root)
 %doc LICENSE README.md


Reply via email to