Hello community,

here is the log from the commit of package blueberry for openSUSE:Factory 
checked in at 2016-11-03 11:14:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blueberry (Old)
 and      /work/SRC/openSUSE:Factory/.blueberry.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blueberry"

Changes:
--------
--- /work/SRC/openSUSE:Factory/blueberry/blueberry.changes      2016-07-01 
09:59:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.blueberry.new/blueberry.changes 2016-11-03 
11:14:33.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov  2 19:25:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.1.6:
+  * Specify versions of Gtk and GnomeBluetooth before loading them
+    via GI.
+
+-------------------------------------------------------------------

Old:
----
  blueberry-1.1.5.tar.gz

New:
----
  blueberry-1.1.6.tar.gz

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

Other differences:
------------------
++++++ blueberry.spec ++++++
--- /var/tmp/diff_new_pack.4RcWlA/_old  2016-11-03 11:14:35.000000000 +0100
+++ /var/tmp/diff_new_pack.4RcWlA/_new  2016-11-03 11:14:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           blueberry
-Version:        1.1.5
+Version:        1.1.6
 Release:        0
 Summary:        A configuration tool for Bluetooth
 License:        GPL-3.0+
@@ -52,7 +52,7 @@
 
 %build
 ./makepot
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 cp -a .%{_prefix} %{buildroot}%{_prefix}

++++++ blueberry-1.1.5.tar.gz -> blueberry-1.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.5/debian/changelog 
new/blueberry-1.1.6/debian/changelog
--- old/blueberry-1.1.5/debian/changelog        2016-06-25 13:24:15.000000000 
+0200
+++ new/blueberry-1.1.6/debian/changelog        2016-11-02 15:39:57.000000000 
+0100
@@ -1,3 +1,9 @@
+blueberry (1.1.6) serena; urgency=medium
+
+  * Specify versions of Gtk and GnomeBluetooth before loading them via gir
+
+ -- Clement Lefebvre <r...@linuxmint.com>  Wed, 02 Nov 2016 14:39:16 +0000
+
 blueberry (1.1.5) sarah; urgency=medium
 
   * Renamed the tray option more accurately
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/blueberry-1.1.5/usr/lib/blueberry/blueberry-tray.py 
new/blueberry-1.1.6/usr/lib/blueberry/blueberry-tray.py
--- old/blueberry-1.1.5/usr/lib/blueberry/blueberry-tray.py     2016-06-25 
13:24:15.000000000 +0200
+++ new/blueberry-1.1.6/usr/lib/blueberry/blueberry-tray.py     2016-11-02 
15:39:57.000000000 +0100
@@ -2,6 +2,8 @@
 
 import sys
 import gettext
+gi.require_version('Gtk', '3.0')
+gi.require_version('GnomeBluetooth', '1.0')
 from gi.repository import Gtk, Gdk, GnomeBluetooth, Gio
 import rfkillMagic
 import blueberrySettings


Reply via email to