commit metis for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package metis for openSUSE:Factory checked 
in at 2014-07-08 13:01:53

Comparing /work/SRC/openSUSE:Factory/metis (Old)
 and  /work/SRC/openSUSE:Factory/.metis.new (New)


Package is metis

Changes:

--- /work/SRC/openSUSE:Factory/metis/metis.changes  2014-06-24 
22:47:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.metis.new/metis.changes 2014-07-08 
13:01:57.0 +0200
@@ -4 +4 @@
-- Update to version 5.1.0, changes sinse version 4.0
+- Update to version 5.1.0, changes since version 4.0
@@ -35 +35 @@
-- Use propper build parameters
+- Use proper build parameters



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit virt-manager for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-07-08 13:01:52

Comparing /work/SRC/openSUSE:Factory/virt-manager (Old)
 and  /work/SRC/openSUSE:Factory/.virt-manager.new (New)


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-06-16 21:36:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-07-08 13:01:55.0 +0200
@@ -1,0 +2,32 @@
+Tue Jul  1 09:55:29 MDT 2014 - carn...@suse.com
+
+- bnc#885094 - sles 12 beta 9 virt manager install of sles 12 pv
+  guest over nfs fails to reboot
+  virtman-dont-allow-grub.xen-to-be-deleted.patch
+- bnc#885273 - create virtual network wizard accept empty name
+  virtman-check-for-empty-network-name.patch
+
+---
+Fri Jun 27 10:23:09 MDT 2014 - carn...@suse.com
+
+- Upstream bug fixes
+  53ac1f8d-fix-show_err-typo.patch
+  53ac1f8d-createnet-validate-last-page-before-creating-network.patch
+- KVM: Don't check for /dev/kvm. It is now built into the kernel
+  virtman-kvm.patch
+
+---
+Tue Jun 24 10:26:35 MDT 2014 - carn...@suse.com
+
+- Upstream bug fix
+  53a995cb-fix-usb-storage-removable-syntax.patch
+
+---
+Wed Jun 17 10:52:15 MDT 2014 - carn...@suse.com
+
+- Upstream bug fixes
+  5397b647-createnet-enable-specifying-29-subnet.patch
+  539e8cca-createpool-fix-creation-of-gluster-pools.patch
+  53a05e73-fix-edit-maxvcpus.patch
+
+---

New:

  5397b647-createnet-enable-specifying-29-subnet.patch
  539e8cca-createpool-fix-creation-of-gluster-pools.patch
  53a05e73-fix-edit-maxvcpus.patch
  53a995cb-fix-usb-storage-removable-syntax.patch
  53ac1f8d-createnet-validate-last-page-before-creating-network.patch
  53ac1f8d-fix-show_err-typo.patch
  virtman-check-for-empty-network-name.patch
  virtman-dont-allow-grub.xen-to-be-deleted.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.2ZPQRn/_old  2014-07-08 13:01:56.0 +0200
+++ /var/tmp/diff_new_pack.2ZPQRn/_new  2014-07-08 13:01:56.0 +0200
@@ -28,7 +28,7 @@
 
 Name:   virt-manager
 Version:1.0.1
-Release:8.2
+Release:0
 Summary:Virtual Machine Manager
 License:GPL-2.0+
 Group:  System/Monitoring
@@ -72,6 +72,12 @@
 Patch34:538d00a4-xen-keyboard-cant-be-removed.patch
 Patch35:538e2f74-fix-pool-create-call.patch
 Patch36:538edb3b-manpage-fix-incorrect-description.patch
+Patch37:5397b647-createnet-enable-specifying-29-subnet.patch
+Patch38:539e8cca-createpool-fix-creation-of-gluster-pools.patch
+Patch39:53a05e73-fix-edit-maxvcpus.patch
+Patch40:53a995cb-fix-usb-storage-removable-syntax.patch
+Patch41:53ac1f8d-fix-show_err-typo.patch
+Patch42:
53ac1f8d-createnet-validate-last-page-before-creating-network.patch
 Patch50:virtman-desktop.patch
 Patch51:virtman-cdrom.patch
 Patch52:virtman-kvm.patch
@@ -93,6 +99,8 @@
 Patch70:virtman-prevent-double-click-starting-vm-twice.patch
 Patch71:virtman-default-lxc-uri.patch
 Patch72:virtman-add-connect-default.patch
+Patch73:virtman-dont-allow-grub.xen-to-be-deleted.patch
+Patch74:virtman-check-for-empty-network-name.patch
 Patch151:   virtinst-storage-ocfs2.patch
 Patch152:   virtinst-qed.patch
 Patch153:   virtinst-support-suse-distros.patch
@@ -229,6 +237,12 @@
 %patch34 -p1
 %patch35 -p1
 %patch36 -p1
+%patch37 -p1
+%patch38 -p1
+%patch39 -p1
+%patch40 -p1
+%patch41 -p1
+%patch42 -p1
 %patch50 -p1
 %patch51 -p1
 %patch52 -p1
@@ -250,6 +264,8 @@
 %patch70 -p1
 %patch71 -p1
 %patch72 -p1
+%patch73 -p1
+%patch74 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1

++ 5397b647-createnet-enable-specifying-29-subnet.patch ++
Subject: createnet: enable specify /29 subnet
From: Chen Hanxiao chenhanx...@cn.fujitsu.com Wed Jun 11 09:51:48 2014 +0800
Date: Wed Jun 11 09:52:07 2014 +0800:
Git: 17a11672b142028f6e15b80f3a30b3069792d37f

https://bugzilla.redhat.com/show_bug.cgi?id=1106913

Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com

Index: virt-manager-1.0.1/virtManager/createnet.py
===
--- virt-manager-1.0.1.orig/virtManager/createnet.py
+++ virt-manager-1.0.1/virtManager/createnet.py
@@ -268,9 +268,9 @@ class vmmCreateNetwork(vmmGObjectUI):
 return self.err.val_err(_(Invalid Network 

commit xfce4-panel-plugin-whiskermenu for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-whiskermenu for 
openSUSE:Factory checked in at 2014-07-08 13:01:59

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new (New)


Package is xfce4-panel-plugin-whiskermenu

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-whiskermenu/xfce4-panel-plugin-whiskermenu.changes
2014-03-21 13:51:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-whiskermenu.new/xfce4-panel-plugin-whiskermenu.changes
   2014-07-08 13:02:05.0 +0200
@@ -1,0 +2,18 @@
+Mon Jun 30 22:21:38 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.4.0.
+  * Add option to switch position of categories and launchers.
+  * Add waiting for grabs.
+  * Allows modifier as shortcut.
+  * Add padding to username.
+  * Add single panel row option.
+  * Add about entry to context menu.
+  * Load applications immediately.
+  * Recognize keypad enter as return for searching.
+  * Set menu window type hint to DIALOG.
+  * Translation updates: Bulgarian, Catalan, Chinese (Taiwan),
+Czech, Dutch, French, German, Hebrew, Italian, Japanese, Malay,
+Norwegian Bokmål, Polish, Portuguese, Russian, Slovak, Spanish,
+Swedish.
+
+---

Old:

  xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2

New:

  xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-whiskermenu.spec ++
--- /var/tmp/diff_new_pack.lwgvWq/_old  2014-07-08 13:02:06.0 +0200
+++ /var/tmp/diff_new_pack.lwgvWq/_new  2014-07-08 13:02:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xfce4-panel-plugin-whiskermenu
-Version:1.3.2
+Version:1.4.0
 Release:0
 Summary:Alternate Xfce Menu
 License:GPL-2.0+

++ xfce4-whiskermenu-plugin-1.3.2-src.tar.bz2 - 
xfce4-whiskermenu-plugin-1.4.0-src.tar.bz2 ++
 16044 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-slide-show for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2014-07-08 13:01:57

Comparing /work/SRC/openSUSE:Factory/yast2-slide-show (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-slide-show.new (New)


Package is yast2-slide-show

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2014-06-16 21:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2014-07-08 13:02:02.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  7 09:44:45 UTC 2014 - k...@suse.de
+
+- 3.1.7
+- Update some SLES slides (bnc#885972; bnc#885971).
+
+---
+Mon Jul  7 07:54:58 UTC 2014 - k...@suse.de
+
+- 3.1.6
+- Update SLES translations.
+
+---

Old:

  yast2-slide-show-3.1.5.tar.bz2

New:

  yast2-slide-show-3.1.7.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.pDMPh1/_old  2014-07-08 13:02:03.0 +0200
+++ /var/tmp/diff_new_pack.pDMPh1/_new  2014-07-08 13:02:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.5
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ slideshow-sles-po.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/po/cs.po new/po/cs.po
--- old/po/cs.po2014-06-12 13:53:19.0 +0200
+++ new/po/cs.po2014-06-30 12:15:39.0 +0200
@@ -5,7 +5,7 @@
 msgstr 
 Project-Id-Version: slideshow-sles\n
 POT-Creation-Date: 2014-05-28 14:46+\n
-PO-Revision-Date: 2014-06-12 10:05\n
+PO-Revision-Date: 2014-06-26 15:04\n
 Last-Translator: Novell language langu...@novell.com\n
 Language-Team: Novell language langu...@novell.com\n
 MIME-Version: 1.0\n
@@ -154,7 +154,7 @@
 
 #: slideshow.xml:232(para)
 msgid … Module
-msgstr Modul ...
+msgstr ... modul
 
 #: slideshow.xml:240(title)
 msgid Lifecycle and LTSS

++ yast2-slide-show-3.1.5.tar.bz2 - yast2-slide-show-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.5/SLES/slideshow.xml 
new/yast2-slide-show-3.1.7/SLES/slideshow.xml
--- old/yast2-slide-show-3.1.5/SLES/slideshow.xml   2014-05-15 
15:37:46.0 +0200
+++ new/yast2-slide-show-3.1.7/SLES/slideshow.xml   2014-07-07 
11:47:28.0 +0200
@@ -22,7 +22,7 @@
   itemizedlist
listitem
 para
- Continuously Running Systems
+ Towards Zero Downtime
 /para
/listitem
listitem
@@ -49,7 +49,8 @@
  /section
 
  section label=02_cont_running_sys
-  titleContinuously Running Systems/title
+  !-- bnc#885972 --
+  titleTowards Zero Downtime/title
   para
Snapshot amp; rollback for the full system
   /para
@@ -117,7 +118,8 @@
 itemizedlist
  listitem
   para
-   KVM and Xen support included/para
+   KVM and Xen support included
+  /para
/listitem
listitem
 para
@@ -229,8 +231,9 @@
 /para
/listitem
listitem
+!-- bnc#885971 --
 para
- … Module
+ Advanced Systems Management
 /para
/listitem
   /itemizedlist
Files old/yast2-slide-show-3.1.5/package/slideshow-sles-po.tar.gz and 
new/yast2-slide-show-3.1.7/package/slideshow-sles-po.tar.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.5/package/yast2-slide-show.changes 
new/yast2-slide-show-3.1.7/package/yast2-slide-show.changes
--- old/yast2-slide-show-3.1.5/package/yast2-slide-show.changes 2014-06-16 
15:27:48.0 +0200
+++ new/yast2-slide-show-3.1.7/package/yast2-slide-show.changes 2014-07-07 
11:47:28.0 +0200
@@ -1,4 +1,16 @@
 ---
+Mon Jul  7 09:44:45 UTC 2014 - k...@suse.de
+
+- 3.1.7
+- Update some SLES slides (bnc#885972; bnc#885971).
+
+---
+Mon Jul  7 07:54:58 UTC 2014 - k...@suse.de
+
+- 3.1.6
+- Update SLES translations.
+
+---
 Mon Jun 16 13:24:07 UTC 2014 - k...@suse.de
 
 - 3.1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.5/package/yast2-slide-show.spec 
new/yast2-slide-show-3.1.7/package/yast2-slide-show.spec
--- old/yast2-slide-show-3.1.5/package/yast2-slide-show.spec2014-06-16 
15:27:48.0 +0200
+++ new/yast2-slide-show-3.1.7/package/yast2-slide-show.spec2014-07-07 

commit pragha for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package pragha for openSUSE:Factory checked 
in at 2014-07-08 13:01:59

Comparing /work/SRC/openSUSE:Factory/pragha (Old)
 and  /work/SRC/openSUSE:Factory/.pragha.new (New)


Package is pragha

Changes:

--- /work/SRC/openSUSE:Factory/pragha/pragha.changes2014-05-14 
10:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pragha.new/pragha.changes   2014-07-08 
13:02:04.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul  5 15:32:37 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.2.2.
+  * Fix some segfault when use Glib = 2.40. (Change requirements
+to Glib = 2.32).
+  * Fix segfault when change preferences and mpris2 is disabled.
+  * Fix segfault when close Pragha and Mpris2 is disabled.
+- Add BuildRequires: pkgconfig(glib-2.0) = 2.32.
+
+---

Old:

  pragha-1.2.1.tar.bz2

New:

  pragha-1.2.2.tar.bz2



Other differences:
--
++ pragha.spec ++
--- /var/tmp/diff_new_pack.mw8xcu/_old  2014-07-08 13:02:05.0 +0200
+++ /var/tmp/diff_new_pack.mw8xcu/_new  2014-07-08 13:02:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pragha
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:Lightweight Music Player
 License:GPL-3.0+
@@ -31,6 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  libtool
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(glib-2.0) = 2.32
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(gthread-2.0) = 2.31
@@ -93,7 +94,7 @@
 for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
 install -dm 0755 \
 %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
-convert -resize ${size} data/%{name}.png \
+convert -strip -resize ${size} data/%{name}.png \
 %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
 done
 %fdupes -s %{buildroot}%{_datadir}/

++ pragha-1.2.1.tar.bz2 - pragha-1.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pragha-1.2.1/Makefile.in new/pragha-1.2.2/Makefile.in
--- old/pragha-1.2.1/Makefile.in2014-04-30 18:09:38.0 +0200
+++ new/pragha-1.2.2/Makefile.in2014-07-03 14:53:45.0 +0200
@@ -83,7 +83,7 @@
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in COPYING compile config.guess config.sub \
-   depcomp install-sh missing ltmain.sh
+   install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pragha-1.2.1/NEWS new/pragha-1.2.2/NEWS
--- old/pragha-1.2.1/NEWS   2014-04-30 17:57:33.0 +0200
+++ new/pragha-1.2.2/NEWS   2014-07-03 14:51:48.0 +0200
@@ -1,8 +1,18 @@
 ==
-Overview of changes in Pragha 1.2.1 since 1.2
+Overview of changes in Pragha 1.2.2 since 1.2.1
 ==
 
 Bugs fixed:
+   Fix some segfault when use Glib = 2.40. (Change requirements to Glib 
= 2.32)
+   Fix segfault when change preferences and mpris2 is disabled. Issue #68
+   Fix segfault when close Pragha and Mpris2 is disabled. Issue #68
+
+==
+OTHERS REALESES:
+==
+
+V1.2.1
+Bugs fixed:
Create cache folders when init album-art-cache.
Lastfm: Backport some changes from Pragha 1.3.1.
  * Better protect tags and time_t on threads.
@@ -13,9 +23,6 @@
Fix Segfault when edit song tags from systray menu.
Not import empty playlists when scan the library.
 
-==
-OTHERS REALESES:
-==
 
 Pragha V1.2
 Bugs fixed:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pragha-1.2.1/configure new/pragha-1.2.2/configure
--- old/pragha-1.2.1/configure  2014-04-30 18:09:39.0 +0200
+++ new/pragha-1.2.2/configure  2014-07-03 14:53:46.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pragha 1.2.1.
+# Generated by GNU Autoconf 2.69 for pragha 1.2.2.
 #
 # Report bugs to mati8...@gmail.com.
 #
@@ -593,8 

commit yast2-cluster for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-cluster for openSUSE:Factory 
checked in at 2014-07-08 13:01:56

Comparing /work/SRC/openSUSE:Factory/yast2-cluster (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-cluster.new (New)


Package is yast2-cluster

Changes:

--- /work/SRC/openSUSE:Factory/yast2-cluster/yast2-cluster.changes  
2014-07-04 17:18:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-cluster.new/yast2-cluster.changes 
2014-07-08 13:02:00.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul  7 07:47:28 UTC 2014 - nw...@suse.com
+
+- BNC#885319. Change text nodeid to Node ID. Change string
+  to translation.
+- Version 3.1.11
+
+---

Old:

  yast2-cluster-3.1.10.tar.bz2

New:

  yast2-cluster-3.1.11.tar.bz2



Other differences:
--
++ yast2-cluster.spec ++
--- /var/tmp/diff_new_pack.ftqsIy/_old  2014-07-08 13:02:01.0 +0200
+++ /var/tmp/diff_new_pack.ftqsIy/_new  2014-07-08 13:02:01.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-cluster-3.1.10.tar.bz2 - yast2-cluster-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.10/package/yast2-cluster.changes 
new/yast2-cluster-3.1.11/package/yast2-cluster.changes
--- old/yast2-cluster-3.1.10/package/yast2-cluster.changes  2014-07-02 
11:24:50.0 +0200
+++ new/yast2-cluster-3.1.11/package/yast2-cluster.changes  2014-07-07 
09:52:32.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Jul  7 07:47:28 UTC 2014 - nw...@suse.com
+
+- BNC#885319. Change text nodeid to Node ID. Change string
+  to translation.
+- Version 3.1.11
+
+---
 Tue Jul  1 06:53:46 UTC 2014 - nw...@suse.com
 
 - BNC#883228 and BNC#885113. Fix various issues with YaST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.10/package/yast2-cluster.spec 
new/yast2-cluster-3.1.11/package/yast2-cluster.spec
--- old/yast2-cluster-3.1.10/package/yast2-cluster.spec 2014-07-02 
11:24:50.0 +0200
+++ new/yast2-cluster-3.1.11/package/yast2-cluster.spec 2014-07-07 
09:52:32.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   yast2-cluster
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-cluster-3.1.10/src/include/cluster/dialogs.rb 
new/yast2-cluster-3.1.11/src/include/cluster/dialogs.rb
--- old/yast2-cluster-3.1.10/src/include/cluster/dialogs.rb 2014-07-02 
11:24:50.0 +0200
+++ new/yast2-cluster-3.1.11/src/include/cluster/dialogs.rb 2014-07-07 
09:52:32.0 +0200
@@ -112,7 +112,7 @@
 HSpacing(1),
 MinWidth(40, InputField(Id(:addr2), _(Redundant IP Address), 
value[:addr2])),
 HSpacing(1),
-MinWidth(20, InputField(Id(:mynodeid), _(nodeid) , 
value[:nodeid]))
+MinWidth(20, InputField(Id(:mynodeid), _(Node ID) , 
value[:nodeid]))
 ),
 VSpacing(1),
 Right(
@@ -160,14 +160,14 @@
 
   Builtins.foreach(Cluster.memberaddr) do |value|
 if  value[:nodeid].to_i = 0
-  Popup.Message(Node ID has to be fulfilled with a positive integer)
+  Popup.Message(_(Node ID has to be fulfilled with a positive 
integer))
   UI.ChangeWidget(:memberaddr, :CurrentItem, i)
   i = 0
   raise Break
 end
 
 if idset.include?(value[:nodeid].to_i)
-  Popup.Message(Node ID must be unique)
+  Popup.Message(_(Node ID must be unique))
   UI.ChangeWidget(:memberaddr, :CurrentItem, i)
   i = 0
   raise Break
@@ -188,13 +188,13 @@
 def ValidateCommunication
   i = 0
   if IP.Check(Convert.to_string(UI.QueryWidget(Id(:bindnetaddr1), 
:Value))) == false
-Popup.Message(The Bind Network Address has to be fulfilled)
+Popup.Message(_(The Bind Network Address has to be fulfilled))
 UI.SetFocus(:bindnetaddr1)
 return false
   end
 
   if UI.QueryWidget(Id(:cluster_name), :Value) == 
-Popup.Message(The cluster name has to be fulfilled)
+Popup.Message(_(The cluster name has to be fulfilled))
 

commit ca-certificates for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2014-07-08 13:01:48

Comparing /work/SRC/openSUSE:Factory/ca-certificates (Old)
 and  /work/SRC/openSUSE:Factory/.ca-certificates.new (New)


Package is ca-certificates

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2014-06-18 10:59:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2014-07-08 13:01:49.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 23 15:24:13 UTC 2014 - lnus...@suse.de
+
+- fix directory permissions for real this time (bnc#871639)
+
+---



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.hRGtF1/_old  2014-07-08 13:01:50.0 +0200
+++ /var/tmp/diff_new_pack.hRGtF1/_new  2014-07-08 13:01:50.0 +0200
@@ -67,13 +67,13 @@
 rm -f certbundle.run
 %endif
 %make_install
-install -d m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
-install -d m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
-install -d m 755 %{buildroot}%{ssletcdir}
-install -d m 755 %{buildroot}/etc/ca-certificates/update.d
-install -d m 755 %{buildroot}%{_prefix}/lib/ca-certificates/update.d
-install -d m 555 %{buildroot}/var/lib/ca-certificates/pem
-install -d m 555 %{buildroot}/var/lib/ca-certificates/openssl
+install -d -m 755 %{buildroot}%{trustdir_cfg}/{anchors,blacklist}
+install -d -m 755 %{buildroot}%{trustdir_static}/{anchors,blacklist}
+install -d -m 755 %{buildroot}%{ssletcdir}
+install -d -m 755 %{buildroot}/etc/ca-certificates/update.d
+install -d -m 755 %{buildroot}%{_prefix}/lib/ca-certificates/update.d
+install -d -m 555 %{buildroot}/var/lib/ca-certificates/pem
+install -d -m 555 %{buildroot}/var/lib/ca-certificates/openssl
 ln -s /var/lib/ca-certificates/pem %{buildroot}%{sslcerts}
 %if %{with cabundle}
 install -D -m 644 /dev/null %{buildroot}/%{cabundle}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gpg2 for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2014-07-08 13:01:50

Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and  /work/SRC/openSUSE:Factory/.gpg2.new (New)


Package is gpg2

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2014-06-25 
21:20:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2014-07-08 
13:01:51.0 +0200
@@ -1,0 +2,20 @@
+Tue Jul  1 21:05:55 UTC 2014 - andreas.stie...@gmx.de
+
+- gnupg-add_legacy_FIPS_mode_option.patch (part of [bnc#856312])
+  mentions GCRYCTL_INACTIVATE_FIPS_FLAG, raising the requirement
+  for gcrypt from 1.4.0 (from configure) to 1.6.1 where said flag
+  was introduced. Require this version to build.
+
+---
+Mon Jun 30 18:52:36 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 2.0.25:
+ * gpg: Fix a regression in 2.0.24 if more than one keyid is given
+   to --recv-keys et al.
+ * gpg: Cap RSA and Elgamal keysize at 4096 bit also for unattended
+   key generation.
+ * gpgsm: Fix a DISPLAY related problem with
+   --export-secret-key-p12.
+ * scdaemon: Support reader Gemalto IDBridge CT30.
+
+---

Old:

  gnupg-2.0.24.tar.bz2
  gnupg-2.0.24.tar.bz2.sig

New:

  gnupg-2.0.25.tar.bz2
  gnupg-2.0.25.tar.bz2.sig



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.6gvmZ1/_old  2014-07-08 13:01:53.0 +0200
+++ /var/tmp/diff_new_pack.6gvmZ1/_new  2014-07-08 13:01:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpg2
-Version:2.0.24
+Version:2.0.25
 Release:0
 BuildRequires:  automake = 1.10
 BuildRequires:  expect
@@ -26,7 +26,9 @@
 BuildRequires:  libassuan-devel = 2.0.0
 BuildRequires:  libbz2-devel
 BuildRequires:  libcurl-devel = 7.10
-BuildRequires:  libgcrypt-devel = 1.4.0
+# patch11 (gnupg-add_legacy_FIPS_mode_option.patch) mentions 
GCRYCTL_INACTIVATE_FIPS_FLAG
+# raising gcrypt requirement from 1.4.0
+BuildRequires:  libgcrypt-devel = 1.6.1
 BuildRequires:  libgpg-error-devel = 1.11
 BuildRequires:  libksba-devel = 1.0.7
 BuildRequires:  libusb-devel

++ gnupg-2.0.24.tar.bz2 - gnupg-2.0.25.tar.bz2 ++
 28845 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tintii for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package tintii for openSUSE:Factory checked 
in at 2014-07-08 13:02:01

Comparing /work/SRC/openSUSE:Factory/tintii (Old)
 and  /work/SRC/openSUSE:Factory/.tintii.new (New)


Package is tintii

Changes:

--- /work/SRC/openSUSE:Factory/tintii/tintii.changes2013-10-21 
12:33:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.tintii.new/tintii.changes   2014-07-08 
13:02:07.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  7 17:26:56 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 2.9.0.
+  * Improvements to behaviour of lightness sliders, now influenced
+by saturation decay.
+  * Performance improvements.
+- Changes in 2.8.2.
+  * Fixed crash bug for particular image sizes.
+- Changes in 2.8.1.
+  * Retina display support.
+
+---

Old:

  tintii-2.8.0.tar.gz

New:

  tintii-2.9.0.tar.gz



Other differences:
--
++ tintii.spec ++
--- /var/tmp/diff_new_pack.a405gm/_old  2014-07-08 13:02:08.0 +0200
+++ /var/tmp/diff_new_pack.a405gm/_new  2014-07-08 13:02:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tintii
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,14 +20,14 @@
 %define __find_requires %wx_requires
 
 Name:   tintii
-Version:2.8.0
+Version:2.9.0
 Release:0
 Summary:Selective Colour Photo Filter
 License:GPL-2.0
 Group:  Productivity/Graphics/Bitmap Editors
 Url:http://www.indii.org/software/tintii
-Source0:
http://cdn.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
-Source1:%{name}_128.png
+Source0:
http://www.indii.org/files/tint/releases/%{name}-%{version}.tar.gz
+Source1:http://www.indii.org/images/%{name}_128.png
 BuildRequires:  ImageMagick
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
@@ -74,7 +74,7 @@
 for size in 96x96 64x64 48x48 32x32 22x22 16x16 ; do
 install -dm 0755 \
 %{buildroot}%{_datadir}/icons/hicolor/${size}/apps
-convert -resize ${size} %{SOURCE1} \
+convert -strip -resize ${size} %{SOURCE1} \
 %{buildroot}%{_datadir}/icons/hicolor/${size}/apps/%{name}.png
 done
 %suse_update_desktop_file %{name}

++ tintii-2.8.0.tar.gz - tintii-2.9.0.tar.gz ++
 6490 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libdbi for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package libdbi for openSUSE:Factory checked 
in at 2014-07-08 13:02:02

Comparing /work/SRC/openSUSE:Factory/libdbi (Old)
 and  /work/SRC/openSUSE:Factory/.libdbi.new (New)


Package is libdbi

Changes:

--- /work/SRC/openSUSE:Factory/libdbi/libdbi.changes2014-05-13 
20:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdbi.new/libdbi.changes   2014-07-08 
13:02:09.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 30 19:17:12 UTC 2014 - jeng...@inai.de
+
+- Update to git snapshot 0.9.0+git30
+* dbi: make a distinction between SQL strings and decimals
+  (add new type DBI_TYPE_XDECIMAL)
+
+---

Old:

  libdbi-0.9.0.g27.tar.xz

New:

  libdbi-0.9.0.g30.tar.xz



Other differences:
--
++ libdbi.spec ++
--- /var/tmp/diff_new_pack.hof7ZD/_old  2014-07-08 13:02:10.0 +0200
+++ /var/tmp/diff_new_pack.hof7ZD/_new  2014-07-08 13:02:10.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   libdbi
 %define lname  libdbi3
-Version:0.9.0.g27
-#Snapshot: libdbi-0.9.0-27-g814d7ea
+Version:0.9.0.g30
+#Snapshot: libdbi-0.9.0-30-g812a059
 Release:0
 Summary:Database Independent Abstraction Layer for C
 License:LGPL-2.1+

++ libdbi-0.9.0.g27.tar.xz - libdbi-0.9.0.g30.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdbi/drivers/example/dbd_example.c 
new/libdbi/drivers/example/dbd_example.c
--- old/libdbi/drivers/example/dbd_example.c2013-11-14 15:09:43.0 
+0100
+++ new/libdbi/drivers/example/dbd_example.c2014-06-27 19:39:15.0 
+0200
@@ -295,7 +295,14 @@
 _attribs |= DBI_DATETIME_TIME;
 break;

-  case FIELD_TYPE_DECIMAL: /* decimal is actually a string, has arbitrary 
precision, no floating point rounding */
+  case FIELD_TYPE_DECIMAL:
+/*
+ * Decimal is actually a string, has arbitrary precision, no
+ * floating point rounding. But we need a way to distinguish it
+ * from real strings, so here goes.
+ */
+_type = DBI_TYPE_XDECIMAL;
+break;
   case FIELD_TYPE_ENUM:
   case FIELD_TYPE_SET:
   case FIELD_TYPE_VAR_STRING:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdbi/include/dbi/Makefile.am 
new/libdbi/include/dbi/Makefile.am
--- old/libdbi/include/dbi/Makefile.am  2013-11-14 15:09:43.0 +0100
+++ new/libdbi/include/dbi/Makefile.am  2014-06-27 19:37:17.0 +0200
@@ -5,3 +5,5 @@
 includeexec_HEADERS = dbi.h dbi-dev.h dbd.h
 
 EXTRA_DIST = dbi.h.in
+
+config.status: dbi.h.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdbi/include/dbi/dbi.h.in 
new/libdbi/include/dbi/dbi.h.in
--- old/libdbi/include/dbi/dbi.h.in 2014-01-05 13:48:31.0 +0100
+++ new/libdbi/include/dbi/dbi.h.in 2014-06-27 19:39:15.0 +0200
@@ -122,6 +122,7 @@
 #define DBI_TYPE_STRING 3
 #define DBI_TYPE_BINARY 4
 #define DBI_TYPE_DATETIME 5
+#define DBI_TYPE_XDECIMAL 6 /* exact decimal (as string) */
 
 /* values for the bitmask in field_type_attributes[] */
 #define DBI_INTEGER_UNSIGNED   (1  0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libdbi/src/dbi_result.c new/libdbi/src/dbi_result.c
--- old/libdbi/src/dbi_result.c 2014-05-03 20:30:39.0 +0200
+++ new/libdbi/src/dbi_result.c 2014-06-30 14:18:56.0 +0200
@@ -26,6 +26,7 @@
 #include config.h
 #endif
 
+#include ctype.h
 #include stdio.h
 #include stdlib.h
 #include stdarg.h
@@ -652,8 +653,9 @@
 if (!result-rows[rowidx]) continue;

 for (fieldidx = 0; fieldidx  result-numfields; fieldidx++) {
-  if ((result-field_types[fieldidx] == DBI_TYPE_STRING
-|| result-field_types[fieldidx] == DBI_TYPE_BINARY) 
+  if ((result-field_types[fieldidx] == DBI_TYPE_STRING ||
+   result-field_types[fieldidx] == DBI_TYPE_XDECIMAL ||
+   result-field_types[fieldidx] == DBI_TYPE_BINARY) 
  result-rows[rowidx]-field_values[fieldidx].d_string)
   {
 free(result-rows[rowidx]-field_values[fieldidx].d_string);
@@ -1089,6 +1091,8 @@
 _error_handler(RESULT-conn, DBI_ERROR_BADIDX);
 return my_ERROR;
   }
+  if (RESULT-field_types[fieldidx] == DBI_TYPE_XDECIMAL)
+return dbi_result_get_double_idx(Result, fieldidx);
   if (RESULT-field_types[fieldidx] != DBI_TYPE_DECIMAL) {
 _verbose_handler(RESULT-conn, %s: field `%s` is not float type\n,
  __func__, dbi_result_get_field_name(Result, fieldidx+1));
@@ -1134,6 +1138,25 @@
 

commit cyreal-lora-fonts for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package cyreal-lora-fonts for 
openSUSE:Factory checked in at 2014-07-08 13:02:04

Comparing /work/SRC/openSUSE:Factory/cyreal-lora-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.cyreal-lora-fonts.new (New)


Package is cyreal-lora-fonts

Changes:

--- /work/SRC/openSUSE:Factory/cyreal-lora-fonts/cyreal-lora-fonts.changes  
2012-09-26 16:14:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.cyreal-lora-fonts.new/cyreal-lora-fonts.changes 
2014-07-08 13:02:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  1 09:28:44 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 1.014.
+  * Add cyrillic glyphs.
+
+---



Other differences:
--
++ cyreal-lora-fonts.spec ++
--- /var/tmp/diff_new_pack.aHC1Dq/_old  2014-07-08 13:02:12.0 +0200
+++ /var/tmp/diff_new_pack.aHC1Dq/_new  2014-07-08 13:02:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cyreal-lora-fonts
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,12 +17,12 @@
 
 
 Name:   cyreal-lora-fonts
-Version:1.000
+Version:1.014
 Release:0
-License:OFL-1.1
 Summary:Lora Fonts
-Url:http://cyreal.org/archives/803
+License:OFL-1.1
 Group:  System/X11/Fonts
+Url:http://cyreal.org/archives/803
 #Source0:   wget 
http://www.google.com/webfonts/download?kit=iwrHM7FQEcKgsUvDuXxrPg -O 
cyreal-lora-fonts.zip
 Source0:cyreal-lora-fonts.zip
 BuildRequires:  fontpackages-devel

++ cyreal-lora-fonts.zip ++
Files /var/tmp/diff_new_pack.aHC1Dq/_old and /var/tmp/diff_new_pack.aHC1Dq/_new 
differ

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-geo-cluster for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-geo-cluster for 
openSUSE:Factory checked in at 2014-07-08 13:02:02

Comparing /work/SRC/openSUSE:Factory/yast2-geo-cluster (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new (New)


Package is yast2-geo-cluster

Changes:

--- /work/SRC/openSUSE:Factory/yast2-geo-cluster/yast2-geo-cluster.changes  
2014-07-02 15:04:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-geo-cluster.new/yast2-geo-cluster.changes 
2014-07-08 13:02:10.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  8 03:27:06 UTC 2014 - nw...@suse.com
+
+- BNC3885955. Support multiple arbitrators in one conf.
+- Version 3.1.5
+
+---

Old:

  yast2-geo-cluster-3.1.4.tar.bz2

New:

  yast2-geo-cluster-3.1.5.tar.bz2



Other differences:
--
++ yast2-geo-cluster.spec ++
--- /var/tmp/diff_new_pack.zNy597/_old  2014-07-08 13:02:11.0 +0200
+++ /var/tmp/diff_new_pack.zNy597/_new  2014-07-08 13:02:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++ yast2-geo-cluster-3.1.4.tar.bz2 - yast2-geo-cluster-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.4/package/yast2-geo-cluster.changes 
new/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.changes
--- old/yast2-geo-cluster-3.1.4/package/yast2-geo-cluster.changes   
2014-07-01 04:26:23.0 +0200
+++ new/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.changes   
2014-07-08 05:31:32.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jul  8 03:27:06 UTC 2014 - nw...@suse.com
+
+- BNC3885955. Support multiple arbitrators in one conf.
+- Version 3.1.5
+
+---
 Thu Jun 26 05:35:15 UTC 2014 - nw...@suse.com
 
 - BNC#882820  BNC#882788. Support multiple confs configure in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.4/package/yast2-geo-cluster.spec 
new/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.spec
--- old/yast2-geo-cluster-3.1.4/package/yast2-geo-cluster.spec  2014-07-01 
04:26:23.0 +0200
+++ new/yast2-geo-cluster-3.1.5/package/yast2-geo-cluster.spec  2014-07-08 
05:31:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-geo-cluster
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-geo-cluster-3.1.4/src/include/geo-cluster/dialogs.rb 
new/yast2-geo-cluster-3.1.5/src/include/geo-cluster/dialogs.rb
--- old/yast2-geo-cluster-3.1.4/src/include/geo-cluster/dialogs.rb  
2014-07-01 04:26:23.0 +0200
+++ new/yast2-geo-cluster-3.1.5/src/include/geo-cluster/dialogs.rb  
2014-07-08 05:31:32.0 +0200
@@ -50,21 +50,15 @@
 Opt(:hstretch),
 _(configuration file),
 conf
-  )
-),
-HBox(
-  InputField(
-Id(:arbitrator),
-Opt(:hstretch),
-_(arbitrator ip),
-Ops.get(GeoCluster.global_files[conf], arbitrator, )
   ),
+  HSpacing(1),
   ComboBox(
 Id(:transport),
 Opt(:hstretch, :notify),
 _(transport),
 [Ops.get(GeoCluster.global_files[conf], transport, UDP)]
   ),
+  HSpacing(1),
   InputField(
 Id(:port),
 Opt(:hstretch),
@@ -73,6 +67,16 @@
   )
 ),
 VBox(
+  SelectionBox(Id(:arbitrator_box), _(arbitrator)),
+  Left(
+HBox(
+  PushButton(Id(:arbitrator_add), _(Add)),
+  PushButton(Id(:arbitrator_edit), _(Edit)),
+  PushButton(Id(:arbitrator_del), _(Delete))
+)
+  )
+),
+VBox(
   SelectionBox(Id(:site_box), _(site)),
   Left(
 HBox(
@@ -82,16 +86,16 @@
 )
   )
 ),
-   VSpacing(1),
-   VBox(
-Left(Label(_(ticket))),
-Table(Id(:ticket_box), Header(ticket, timeout, retries, 
weights, expire, acquire-after, before-acquire-handler), []),
-Left(
-  HBox(
-PushButton(Id(:ticket_add), Add),
-PushButton(Id(:ticket_edit), Edit),
-PushButton(Id(:ticket_del), Delete))
-)),
+

commit LibVNCServer for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package LibVNCServer for openSUSE:Factory 
checked in at 2014-07-08 16:58:47

Comparing /work/SRC/openSUSE:Factory/LibVNCServer (Old)
 and  /work/SRC/openSUSE:Factory/.LibVNCServer.new (New)


Package is LibVNCServer

Changes:

--- /work/SRC/openSUSE:Factory/LibVNCServer/LibVNCServer.changes
2013-03-20 11:49:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.LibVNCServer.new/LibVNCServer.changes   
2014-07-08 16:58:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  1 13:35:34 UTC 2014 - co...@suse.com
+
+- remove old .bz2 file
+
+---

Old:

  LibVNCServer-0.9.9.tar.bz2



Other differences:
--
++ LibVNCServer.spec ++
--- /var/tmp/diff_new_pack.OOw9Pm/_old  2014-07-08 16:58:49.0 +0200
+++ /var/tmp/diff_new_pack.OOw9Pm/_new  2014-07-08 16:58:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package LibVNCServer
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit alsa-utils for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2014-07-08 16:58:48

Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-utils.new (New)


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2014-06-25 
06:57:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2014-07-08 16:58:49.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul  1 16:42:31 CEST 2014 - ti...@suse.de
+
+- Remove obsoleted *.po files
+- Backport upstream fixes:
+  0001-alsactl-save-state-do-not-call-rename-for-stdio.patch
+  0002-alsamixer-include-missing-mixer_controls.h.patch
+
+---

Old:

  de.po
  fr.po
  ja.po

New:

  0001-alsactl-save-state-do-not-call-rename-for-stdio.patch
  0002-alsamixer-include-missing-mixer_controls.h.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.9gR0uL/_old  2014-07-08 16:58:52.0 +0200
+++ /var/tmp/diff_new_pack.9gR0uL/_new  2014-07-08 16:58:52.0 +0200
@@ -43,11 +43,10 @@
 Url:http://www.alsa-project.org/
 Source: 
ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{package_version}.tar.bz2
 Source1:01beep.conf
-Source10:   de.po
-Source11:   fr.po
-Source12:   ja.po
 # Patch:  alsa-utils-git-fixes.diff
 # upstream fix patches
+Patch1: 0001-alsactl-save-state-do-not-call-rename-for-stdio.patch
+Patch2: 0002-alsamixer-include-missing-mixer_controls.h.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -74,11 +73,9 @@
 # fix stupid automake's automatic action
 sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
 # rm -f po/Makefile* po/*.gmo po/*.pot po/*.header po/stamp-*
-# temporarily use the original *.po files instead of the ones in tarball
-cp %{SOURCE10} po/
-cp %{SOURCE11} po/
-cp %{SOURCE12} po/
 # patch -p1
+%patch1 -p1
+%patch2 -p1
 #
 %if 0%{?suse_version}  1020
 %patch99 -p1

++ 0001-alsactl-save-state-do-not-call-rename-for-stdio.patch ++
From 03a652e18ddc2eaad9b6ff3653515d54bd273d75 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Wed, 25 Jun 2014 10:47:21 +0200
Subject: [PATCH 1/2] alsactl: save state - do not call rename for stdio

Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 alsactl/state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alsactl/state.c b/alsactl/state.c
index c33f5017999f..e0c6f2e02e9b 100644
--- a/alsactl/state.c
+++ b/alsactl/state.c
@@ -1626,7 +1626,7 @@ int save_state(const char *file, const char *cardname)
snd_output_close(out);
if (err  0) {
error(snd_config_save: %s, snd_strerror(err));
-   } else {
+   } else if (nfile) {
err = rename(nfile, file);
if (err  0)
error(rename failed: %s (%s), strerror(-err), file);
-- 
2.0.0

++ 0002-alsamixer-include-missing-mixer_controls.h.patch ++
From c788ce9b6088e2c937f77231eab520c3d16e0c76 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Wed, 25 Jun 2014 10:49:23 +0200
Subject: [PATCH 2/2] alsamixer: include missing mixer_controls.h

---
 alsamixer/mainloop.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alsamixer/mainloop.c b/alsamixer/mainloop.c
index 351f57f8590e..79d81a99cfc1 100644
--- a/alsamixer/mainloop.c
+++ b/alsamixer/mainloop.c
@@ -29,6 +29,7 @@
 #include widget.h
 #include mixer_widget.h
 #include mixer_display.h
+#include mixer_controls.h
 #include mainloop.h
 
 static WINDOW *curses_initialized;
-- 
2.0.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit clutter-gst for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package clutter-gst for openSUSE:Factory 
checked in at 2014-07-08 16:58:49

Comparing /work/SRC/openSUSE:Factory/clutter-gst (Old)
 and  /work/SRC/openSUSE:Factory/.clutter-gst.new (New)


Package is clutter-gst

Changes:

--- /work/SRC/openSUSE:Factory/clutter-gst/clutter-gst.changes  2014-05-05 
21:19:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.clutter-gst.new/clutter-gst.changes 
2014-07-08 16:58:53.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  1 08:30:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.0.12:
+  + Depend on GStreamer 1.2.0.
+  + Fix build issues.
+
+---

Old:

  clutter-gst-2.0.10.tar.xz

New:

  clutter-gst-2.0.12.tar.xz



Other differences:
--
++ clutter-gst.spec ++
--- /var/tmp/diff_new_pack.5aJ7wD/_old  2014-07-08 16:58:53.0 +0200
+++ /var/tmp/diff_new_pack.5aJ7wD/_new  2014-07-08 16:58:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   clutter-gst
-Version:2.0.10
+Version:2.0.12
 Release:0
 Url:http://clutter-project.org/
 Summary:GStreamer integration for Clutter
@@ -28,7 +28,7 @@
 BuildRequires:  pkgconfig(clutter-1.0) = 1.6.0
 BuildRequires:  pkgconfig(cogl-1.0) = 1.8.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gstreamer-1.0) = 1.0.0
+BuildRequires:  pkgconfig(gstreamer-1.0) = 1.2.0
 BuildRequires:  pkgconfig(gstreamer-audio-1.0)
 BuildRequires:  pkgconfig(gstreamer-base-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)

++ clutter-gst-2.0.10.tar.xz - clutter-gst-2.0.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-2.0.10/NEWS new/clutter-gst-2.0.12/NEWS
--- old/clutter-gst-2.0.10/NEWS 2014-01-10 11:51:26.0 +0100
+++ new/clutter-gst-2.0.12/NEWS 2014-06-01 11:36:58.0 +0200
@@ -1,3 +1,18 @@
+clutter-gst 2.0.12 (1/06/2014)
+===
+
+List of changes since 2.0.10
+
+ o Depend on GStreamer 2.0
+
+ o Fix build issues
+
+
+Many Thanks to:
+
+Antoine Jacoutot
+Ryan Lortie
+
 clutter-gst 2.0.10 (10/01/2014)
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/clutter-gst-2.0.10/aclocal.m4 
new/clutter-gst-2.0.12/aclocal.m4
--- old/clutter-gst-2.0.10/aclocal.m4   2014-01-10 11:45:00.0 +0100
+++ new/clutter-gst-2.0.12/aclocal.m4   2014-06-01 11:38:03.0 +0200
@@ -20,6 +20,221 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+# pkg.m4 - Macros to locate and utilise pkg-config.-*- Autoconf -*-
+# serial 1 (pkg-config-0.24)
+# 
+# Copyright © 2004 Scott James Remnant sc...@netsplit.com.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# PKG_PROG_PKG_CONFIG([MIN-VERSION])
+# --
+AC_DEFUN([PKG_PROG_PKG_CONFIG],
+[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
+m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
+m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$])
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])
+AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
+AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search 
path])
+
+if test x$ac_cv_env_PKG_CONFIG_set != xset; then
+   AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
+fi
+if test -n $PKG_CONFIG; then
+   

commit spec-cleaner for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2014-07-08 16:59:00

Comparing /work/SRC/openSUSE:Factory/spec-cleaner (Old)
 and  /work/SRC/openSUSE:Factory/.spec-cleaner.new (New)


Package is spec-cleaner

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2014-06-24 15:16:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2014-07-08 16:59:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul  8 11:32:40 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.5.9:
+  * Fix parsing %endif #comment
+  * Fix parsing %if rigth after %clean section
+
+---

Old:

  spec-cleaner-0.5.8.tar.gz

New:

  spec-cleaner-0.5.9.tar.gz



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.AvVDkU/_old  2014-07-08 16:59:11.0 +0200
+++ /var/tmp/diff_new_pack.AvVDkU/_new  2014-07-08 16:59:11.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   spec-cleaner
-Version:0.5.8
+Version:0.5.9
 Release:0
 Summary:.spec file cleaner
 License:BSD-3-Clause

++ spec-cleaner-0.5.8.tar.gz - spec-cleaner-0.5.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.8/data/excludes-bracketing.txt 
new/spec-cleaner-spec-cleaner-0.5.9/data/excludes-bracketing.txt
--- old/spec-cleaner-spec-cleaner-0.5.8/data/excludes-bracketing.txt
2014-06-23 17:00:21.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.9/data/excludes-bracketing.txt
2014-07-08 13:17:58.0 +0200
@@ -34,6 +34,7 @@
 install
 install_info
 install_info_delete
+jpackage_script
 ix86
 lang
 lang_package
@@ -51,6 +52,7 @@
 prep
 pretrans
 preun
+py_compile
 requires_eq
 restart_on_update
 setup
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/__init__.py 
new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/__init__.py
--- old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/__init__.py
2014-06-23 17:00:21.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/__init__.py
2014-07-08 13:17:58.0 +0200
@@ -5,7 +5,7 @@
 # All rights reserved.
 # See COPYING for details.
 
-__version__ = '0.5.8'
+__version__ = '0.5.9'
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmcleaner.py 
new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/rpmcleaner.py
--- old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmcleaner.py  
2014-06-23 17:00:21.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/rpmcleaner.py  
2014-07-08 13:17:58.0 +0200
@@ -122,6 +122,14 @@
 if self._previous_line == '' and line == '':
 return RpmPreamble
 
+# If we are in clean section and encounter whitespace
+# we need to stop deleting
+# This avoids deleting %if before %files section that could
+# be deleted otherwise
+if isinstance(self.current_section, RpmClean):
+   if line == '':
+   return RpmPreamble
+
 # we are staying in the section
 return None
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmregexp.py 
new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/rpmregexp.py
--- old/spec-cleaner-spec-cleaner-0.5.8/spec_cleaner/rpmregexp.py   
2014-06-23 17:00:21.0 +0200
+++ new/spec-cleaner-spec-cleaner-0.5.9/spec_cleaner/rpmregexp.py   
2014-07-08 13:17:58.0 +0200
@@ -35,8 +35,8 @@
 
 # rpmpreamble
 re_if = re.compile('^\s*(?:%if\s|%ifarch\s|%ifnarch\s)', re.IGNORECASE)
-re_else = re.compile('^\s*%else\s*$', re.IGNORECASE)
-re_endif = re.compile('^\s*%endif\s*$', re.IGNORECASE)
+re_else = re.compile('^\s*%else(\s.*|)$', re.IGNORECASE)
+re_endif = re.compile('^\s*%endif(\s.*|)$', re.IGNORECASE)
 re_name = re.compile('^Name:\s*(\S*)', re.IGNORECASE)
 re_version = re.compile('^Version:\s*(\S*)', re.IGNORECASE)
 re_release = re.compile('^Release:\s*(\S*)', re.IGNORECASE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/spec-cleaner-spec-cleaner-0.5.8/tests/in/cleansection.spec 
new/spec-cleaner-spec-cleaner-0.5.9/tests/in/cleansection.spec
--- old/spec-cleaner-spec-cleaner-0.5.8/tests/in/cleansection.spec  
1970-01-01 01:00:00.0 +0100
+++ 

commit pango for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2014-07-08 16:58:51

Comparing /work/SRC/openSUSE:Factory/pango (Old)
 and  /work/SRC/openSUSE:Factory/.pango.new (New)


Package is pango

Changes:

--- /work/SRC/openSUSE:Factory/pango/pango.changes  2014-03-31 
20:43:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2014-07-08 
16:58:58.0 +0200
@@ -1,0 +2,11 @@
+Tue Jul  1 14:30:36 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.36.5:
+  + Lower the harfbuzz requirement.
+- Changes from version 1.36.4:
+  + Improve thread-safety on Windows (bgo#695913).
+  + Add missing annotations (bgo#729840).
+  + Update PangoWeight documentation.
+  + Require harfbuzz 0.9.29.
+
+---

Old:

  pango-1.36.3.tar.xz

New:

  pango-1.36.5.tar.xz



Other differences:
--
++ pango.spec ++
--- /var/tmp/diff_new_pack.Hqilzc/_old  2014-07-08 16:59:00.0 +0200
+++ /var/tmp/diff_new_pack.Hqilzc/_new  2014-07-08 16:59:00.0 +0200
@@ -20,7 +20,7 @@
 %define pango_binary_version 1.8.0
 
 Name:   pango
-Version:1.36.3
+Version:1.36.5
 Release:0
 Summary:Library for Layout and Rendering of Text
 License:LGPL-2.1+

++ pango-1.36.3.tar.xz - pango-1.36.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pango-1.36.3/ChangeLog new/pango-1.36.5/ChangeLog
--- old/pango-1.36.3/ChangeLog  2014-03-18 02:15:44.0 +0100
+++ new/pango-1.36.5/ChangeLog  2014-06-24 19:37:34.0 +0200
@@ -1,3 +1,230 @@
+commit 41b2e15167bf3a6ef2d682ccaf8530a4ba44f061
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Tue Jun 24 13:29:00 2014 -0400
+
+1.36.5
+
+ NEWS | 4 
+ 1 file changed, 4 insertions(+)
+
+commit 858704140e35058ee074f2929d7d06a3c2bb1951
+Author: Behdad Esfahbod beh...@behdad.org
+Date:   Tue Jun 24 10:26:37 2014 -0600
+
+Revert build: Require Harfbuzz 0.9.29
+
+This reverts commit e728c4c3659cc0ead406344b4cf98c0676cb769e.
+
+See previous commit for explanation.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 394b2789c7a4f7c6071f4e5b83e3cf9876d50608
+Author: Behdad Esfahbod beh...@behdad.org
+Date:   Tue Jun 24 10:26:08 2014 -0600
+
+Revert ot-info: Update after API break in HarfBuzz
+
+This reverts commit 4901fb74b3c1137d13a6b7e4e8784577c1816e47.
+
+The removed API was added back to HarfBuzz.  So, no need for this.
+
+ pango/pango-ot-info.c | 9 -
+ 1 file changed, 4 insertions(+), 5 deletions(-)
+
+commit a788c729989f4f116ecd6742895d06da1a75c80c
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Mon Jun 23 14:05:51 2014 -0400
+
+Bump version
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 64113b70adff816d1d7885500abfb99461e40838
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Mon Jun 23 13:35:22 2014 -0400
+
+1.36.4
+
+ NEWS | 7 +++
+ 1 file changed, 7 insertions(+)
+
+commit 4901fb74b3c1137d13a6b7e4e8784577c1816e47
+Author: Emmanuele Bassi eba...@gnome.org
+Date:   Fri Jun 20 11:39:15 2014 +0100
+
+ot-info: Update after API break in HarfBuzz
+
+ pango/pango-ot-info.c | 9 +
+ 1 file changed, 5 insertions(+), 4 deletions(-)
+
+commit e728c4c3659cc0ead406344b4cf98c0676cb769e
+Author: Emmanuele Bassi eba...@gnome.org
+Date:   Fri Jun 20 11:38:19 2014 +0100
+
+build: Require Harfbuzz 0.9.29
+
+There has been an API change in HB:
+
+-hb_ot_layout_language_get_required_feature_index
++hb_ot_layout_language_get_required_feature
+
+Commit: da132937989acb4d8ca9bd41c79f98750e7dda30
+
+So we need to bump the dependency.
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 715ed720eced19967a88871c9712d8e4e4de03b9
+Author: Emmanuele Bassi eba...@gnome.org
+Date:   Fri Jun 20 11:26:33 2014 +0100
+
+Fix introspection annotation
+
+Missing colon broke the g-ir-scanner.
+
+ pango/shape.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit aee1d73950792744af73d7cec5cb867906c225af
+Author: Matthias Clasen mcla...@redhat.com
+Date:   Tue Jun 10 19:46:55 2014 -0400
+
+Update PangoWeight documentation
+
+A while ago, we added a weight of 1000 to the enumeration, but
+neglected to update the allowed values in the documentation.
+Fix that.
+
+ pango/pango-font.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 809246a62d5ca91f7321f8239db50b77eaaef021
+Author: Chun-wei Fan fanchun...@src.gnome.org
+Date:   Mon Jun 9 10:49:53 2014 +0800
+
+MSVC 2010+ Projects: Update 

commit glade3 for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package glade3 for openSUSE:Factory checked 
in at 2014-07-08 16:58:50

Comparing /work/SRC/openSUSE:Factory/glade3 (Old)
 and  /work/SRC/openSUSE:Factory/.glade3.new (New)


Package is glade3

Changes:

--- /work/SRC/openSUSE:Factory/glade3/glade3.changes2013-09-23 
12:09:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.glade3.new/glade3.changes   2014-07-08 
16:58:54.0 +0200
@@ -1,0 +2,12 @@
+Tue Jul  1 10:38:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.8.5:
+  + Backported topological sort object dependancy.
+  + Change way of sorting before writing XML output (bgo#709609).
+  + editing glade project results in long CPU usage spikes after
+upgrading to 3.16 and GTK+3.10 (bgo#711858).
+  + backport support for GtkComboBoxText (bgo#689667).
+  + Backported feature to make GladeProject remember unknown object
+classes.
+
+---

Old:

  glade3-3.8.4.tar.xz

New:

  glade3-3.8.5.tar.xz



Other differences:
--
++ glade3.spec ++
--- /var/tmp/diff_new_pack.a6HL3m/_old  2014-07-08 16:58:56.0 +0200
+++ /var/tmp/diff_new_pack.a6HL3m/_new  2014-07-08 16:58:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glade3
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   glade3
-Version:3.8.4
+Version:3.8.5
 Release:0
 Summary:User Interface Builder for GTK+ 2
 License:GPL-2.0+

++ glade3-3.8.4.tar.xz - glade3-3.8.5.tar.xz ++
 48751 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gtk2 for openSUSE:Factory

2014-07-08 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2014-07-08 16:58:52

Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.gtk2.new (New)


Package is gtk2

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2014-04-05 
16:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2014-07-08 
16:59:01.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  1 12:52:34 UTC 2014 - dims...@opensuse.org
+
+- Update to version 2.24.24:
+  + This release changes the default behavior of
+gtk-update-icon-cache to not include image data into the icon
+cache. Use the new --include-image-data flag to get the old
+behavior back.
+  + Bugs fixed: bgo#686170, bgo#693200, bgo#696232, bgo#711177,
+bgo#711553, bgo#721895, bgo#723366, bgo#728745, bgo#731967.
+  + Updated translations.
+- Drop gtk2-print-to-file.patch: fixed upstream.
+
+---

Old:

  gtk+-2.24.23.tar.xz
  gtk2-print-to-file.patch

New:

  gtk+-2.24.24.tar.xz



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.KSKKBA/_old  2014-07-08 16:59:04.0 +0200
+++ /var/tmp/diff_new_pack.KSKKBA/_new  2014-07-08 16:59:04.0 +0200
@@ -21,7 +21,7 @@
 
 Name:   gtk2
 %define _name gtk+
-Version:2.24.23
+Version:2.24.24
 Release:0
 # FIXME: when updating to next version, check whether we can remove the 
workaround for bgo#596977 below (removing -fomit-frame-pointer)
 Summary:The GTK+ toolkit library (version 2)
@@ -51,8 +51,6 @@
 # be here instead.
 # PATCH-FIX-OPENSUSE gtk-path-local.patch Search in /usr/local/%{_lib} by 
default. bnc369696 bgo534474
 Patch53:gtk-path-local.patch
-# PATCH-FIX-UPSTREAM gtk2-print-to-file.patch bnc#839089 bgo#710746 bgo#711177 
mgo...@suse.com -- Fix printing to file with no directory specified. bnc839089 
bgo711177
-Patch54:gtk2-print-to-file.patch
 # PATCH-FIX-UPSTREAM gtk2-default-printer.patch bgo#577642 mgo...@suse.com -- 
Save selected printer as default
 Patch55:gtk2-default-printer.patch
 BuildRequires:  atk-devel
@@ -331,7 +329,6 @@
 %patch23 -p1
 %patch24 -p1
 %patch53
-%patch54 -p1
 %patch55 -p1
 gnome-patch-translation-update
 

++ gtk+-2.24.23.tar.xz - gtk+-2.24.24.tar.xz ++
/work/SRC/openSUSE:Factory/gtk2/gtk+-2.24.23.tar.xz 
/work/SRC/openSUSE:Factory/.gtk2.new/gtk+-2.24.24.tar.xz differ: char 27, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org