commit okteta for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2014-05-07 06:55:28

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


Package is "okteta"

Changes:

--- /work/SRC/openSUSE:Factory/okteta/okteta.changes2014-04-18 
12:26:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes   2014-05-07 
06:55:29.0 +0200
@@ -1,0 +2,7 @@
+Sat May  3 23:54:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libqca2-devel BuildRequires, needed for algorithms of the
+  checksum tool
+- Remove ancient Obsoletes/provides
+
+---



Other differences:
--
++ okteta.spec ++
--- /var/tmp/diff_new_pack.lbSbtu/_old  2014-05-07 06:55:30.0 +0200
+++ /var/tmp/diff_new_pack.lbSbtu/_new  2014-05-07 06:55:30.0 +0200
@@ -18,6 +18,7 @@
 
 Name:   okteta
 BuildRequires:  libkde4-devel
+BuildRequires:  libqca2-devel
 Summary:Hex Editor
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
@@ -26,8 +27,6 @@
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   kde4-okteta = 4.0.81
-Obsoletes:  kde4-okteta <= 4.0.81
 %kde4_runtime_requires
 
 %description
@@ -54,9 +53,7 @@
   make
 
 %install
-  cd build
-  %makeinstall
-  cd ..
+  %kde4_makeinstall -C build
   %suse_update_desktop_fileokteta Utility Editor
   %kde_post_install
 

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



commit libyui-gtk for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-gtk for openSUSE:Factory 
checked in at 2014-05-07 06:55:22

Comparing /work/SRC/openSUSE:Factory/libyui-gtk (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-gtk.new (New)


Package is "libyui-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-gtk/libyui-gtk.changes2014-04-05 
16:47:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-gtk.new/libyui-gtk.changes   
2014-05-07 06:55:23.0 +0200
@@ -1,0 +2,13 @@
+Tue May  6 09:58:49 UTC 2014 - co...@suse.com
+
+- don't error out on deprecated gtk widgets
+- 2.44.5
+
+---
+Fri Apr 25 15:40:31 CEST 2014 - anase...@linux.it
+
+- Fixed YGDateField and YGTimeField input validity check
+- Fixed YGImage::setImage implementation (gh#libyui/libyui-gtk#44)
+- 2.44.4
+
+---

Old:

  libyui-gtk-2.44.3.tar.bz2

New:

  libyui-gtk-2.44.5.tar.bz2



Other differences:
--
++ libyui-gtk-doc.spec ++
--- /var/tmp/diff_new_pack.1v9vHN/_old  2014-05-07 06:55:24.0 +0200
+++ /var/tmp/diff_new_pack.1v9vHN/_new  2014-05-07 06:55:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk-doc
-Version:2.44.3
+Version:2.44.5
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 

++ libyui-gtk.spec ++
--- /var/tmp/diff_new_pack.1v9vHN/_old  2014-05-07 06:55:24.0 +0200
+++ /var/tmp/diff_new_pack.1v9vHN/_new  2014-05-07 06:55:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-gtk
-Version:2.44.3
+Version:2.44.5
 Release:0
 Source: libyui-gtk-%{version}.tar.bz2
 
@@ -81,8 +81,8 @@
 
 %build
 
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations"
+export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations"
 
 ./bootstrap.sh %{_prefix}
 

++ libyui-gtk-2.44.3.tar.bz2 -> libyui-gtk-2.44.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/ChangeLog 
new/libyui-gtk-2.44.5/ChangeLog
--- old/libyui-gtk-2.44.3/ChangeLog 2014-04-04 17:39:45.0 +0200
+++ new/libyui-gtk-2.44.5/ChangeLog 2014-05-06 12:45:48.0 +0200
@@ -1,4 +1,17 @@
 ---
+Tue May  6 09:58:49 UTC 2014 - co...@suse.com
+
+- don't error out on deprecated gtk widgets
+- 2.44.5
+
+---
+Fri Apr 25 15:40:31 CEST 2014 - anase...@linux.it
+
+- Fixed YGDateField and YGTimeField input validity check
+- Fixed YGImage::setImage implementation (gh#libyui/libyui-gtk#44)
+- 2.44.4
+
+---
 Thu Mar 20 14:13:03 CET 2014 - anase...@linux.it
 
 - Fixed smaller dialog (gh#libyui/libyui-gtk#41)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/VERSION.cmake 
new/libyui-gtk-2.44.5/VERSION.cmake
--- old/libyui-gtk-2.44.3/VERSION.cmake 2014-04-04 17:39:45.0 +0200
+++ new/libyui-gtk-2.44.5/VERSION.cmake 2014-05-06 12:45:48.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "2" )
 SET( VERSION_MINOR "44" )
-SET( VERSION_PATCH "3" )
+SET( VERSION_PATCH "5" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${VERSION_SHA1}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/libyui-gtk.spec.in 
new/libyui-gtk-2.44.5/libyui-gtk.spec.in
--- old/libyui-gtk-2.44.3/libyui-gtk.spec.in2014-02-24 11:39:44.0 
+0100
+++ new/libyui-gtk-2.44.5/libyui-gtk.spec.in2014-05-06 12:45:48.0 
+0200
@@ -75,8 +75,8 @@
 
 %build
 
-export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
-export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
+export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations"
+export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG -Wno-error=deprecated-declarations"
 
 ./bootstrap.sh %{_prefix}
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-gtk-2.44.3/src/YGImage.cc 
new/libyui-gtk-2.44.5/src/YGImage.cc
--- old/libyui-gtk-2.44.3/src/YGImage.cc2014-02-21 15:08:01.0 
+0100
+++ new/libyui-gtk-2.44.5/src/YGImage.cc2014-05-06 11:45:52.0 
+0200
@@ -25,6 +25,13 @@
: YImage (NULL, filename, animated),
  YGWidget (this, parent, YGTK_TYPE_IMAGE, NULL)
{
+   setImage( filenam

commit psi+ for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2014-05-07 06:55:41

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


Package is "psi+"

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2014-02-28 
16:24:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2014-05-07 
06:55:42.0 +0200
@@ -1,0 +2,7 @@
+Tue May  6 13:41:09 UTC 2014 - jsl...@suse.com
+
+- update to 20140505
+  * updated translations
+  * many bugfixes (see ChangeLog)
+
+---

Old:

  psi+-20140217.tar.xz

New:

  psi+-20140505.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.fEQIQt/_old  2014-05-07 06:55:43.0 +0200
+++ /var/tmp/diff_new_pack.fEQIQt/_new  2014-05-07 06:55:43.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20140217
+Version:20140505
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+

++ psi+-20140217.tar.xz -> psi+-20140505.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20140217.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20140505.tar.xz differ: char 25, line 
1

++ psi-plus-l10n-1.tar.xz ++
 272634 lines of diff (skipped)

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



commit libqt5-qtdeclarative for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2014-05-07 06:55:16

Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new (New)


Package is "libqt5-qtdeclarative"

Changes:

--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes
2014-03-27 09:29:48.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new/libqt5-qtdeclarative.changes
   2014-05-07 06:55:17.0 +0200
@@ -1,0 +2,5 @@
+Tue May  6 18:56:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Explicitly BuildRequire python-base
+
+---



Other differences:
--
++ libqt5-qtdeclarative.spec ++
--- /var/tmp/diff_new_pack.EpFOuj/_old  2014-05-07 06:55:18.0 +0200
+++ /var/tmp/diff_new_pack.EpFOuj/_new  2014-05-07 06:55:18.0 +0200
@@ -41,6 +41,7 @@
 BuildRequires:  libQt5Gui-private-headers-devel >= %{version}
 BuildRequires:  libQt5Test-private-headers-devel >= %{version}
 BuildRequires:  libQt5Widgets-private-headers-devel >= %{version}
+BuildRequires:  python-base
 BuildRequires:  pkgconfig(Qt5Core) >= %{version}
 BuildRequires:  pkgconfig(Qt5Gui) >= %{version}
 BuildRequires:  pkgconfig(Qt5Network) >= %{version}

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



commit yast2-firstboot for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2014-05-06 17:43:12

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2013-10-11 09:05:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2014-05-06 17:43:13.0 +0200
@@ -1,0 +2,7 @@
+Tue May  6 11:07:48 UTC 2014 - mfi...@suse.com
+
+- bnc#858978
+  - updated control file (workflow) to enable NIC autoconfiguration
+- 3.1.1 
+
+---

Old:

  yast2-firstboot-3.1.0.tar.bz2

New:

  yast2-firstboot-3.1.1.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.h01Vdz/_old  2014-05-06 17:43:13.0 +0200
+++ /var/tmp/diff_new_pack.h01Vdz/_new  2014-05-06 17:43:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-firstboot
 #
-# 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:   yast2-firstboot
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools >= 3.0.6
+BuildRequires:  yast2-devtools >= 3.1.10
 
 # yast2/NeworkDevices -> yast2/NetworkInterfaces
 Requires:   yast2 >= 2.16.23

++ yast2-firstboot-3.1.0.tar.bz2 -> yast2-firstboot-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.0/CONTRIBUTING.md 
new/yast2-firstboot-3.1.1/CONTRIBUTING.md
--- old/yast2-firstboot-3.1.0/CONTRIBUTING.md   1970-01-01 01:00:00.0 
+0100
+++ new/yast2-firstboot-3.1.1/CONTRIBUTING.md   2014-05-06 13:33:53.0 
+0200
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
+
+  4. Make sure your change didn't break anything by building the RPM package
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. YaST developers will review your change and possibly point out issues.
+ Adapt the code under their guidance until they are all resolved.
+
+  7. Finally, the pull request will get merged or rejected.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+If you want to do multiple unrelated changes, use separate branches and pull
+requests.
+
+Do not change the

commit vm-install for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package vm-install for openSUSE:Factory 
checked in at 2014-05-06 17:43:06

Comparing /work/SRC/openSUSE:Factory/vm-install (Old)
 and  /work/SRC/openSUSE:Factory/.vm-install.new (New)


Package is "vm-install"

Changes:

--- /work/SRC/openSUSE:Factory/vm-install/vm-install.changes2014-05-02 
14:04:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.vm-install.new/vm-install.changes   
2014-05-06 17:43:08.0 +0200
@@ -1,0 +2,6 @@
+Fri May  2 08:18:31 MDT 2014 - carn...@suse.com
+
+- Fix invalid use of parameter in loopclean  
+- Version 0.8.16
+
+---



Other differences:
--
++ vm-install.spec ++
--- /var/tmp/diff_new_pack.wdLsIU/_old  2014-05-06 17:43:08.0 +0200
+++ /var/tmp/diff_new_pack.wdLsIU/_new  2014-05-06 17:43:08.0 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   vm-install
 %if %suse_version <= 1230
 %define with_vminstall_as_default_installer 1

++ vm-install-0.8.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py 
new/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py
--- old/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py2014-05-02 
01:16:54.0 +0200
+++ new/vm-install-0.8.16/src/vminstall/ParaVirtGuest.py2014-05-02 
16:18:19.0 +0200
@@ -47,7 +47,7 @@
 """
 retries = 10
 while retries:
-fd = os.popen("losetup -d %s" % ndev)
+fd = os.popen("losetup -d %s" % ldev)
 if not fd.close():
 break
 else:

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



commit virtualbox for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2014-05-06 17:43:01

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2014-03-26 
16:42:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2014-05-06 17:43:03.0 +0200
@@ -1,0 +2,25 @@
+Mon May  5 21:52:39 UTC 2014 - speili...@suse.com
+
+- Update to version 4.3.10:
+  + VMM: more work on improving the emulation of certain MSR registers on 
certain host CPUs (e.g. bugs #12734, #12736, #12744, #12748, #12686, #12770)
+  + VMM: fixed single-stepping for real-mode guests (VT-x without unrestricted 
guest execution) and some I/O instructions (bug #12636)
+  + VMM: fixed a potential problem with COW pages if nested paging is not 
available
+  + GUI: Mac OS X: experimental native full screen support for Mountain Lion 
and Mavericks (bug #12292)
+  + GUI: Mac OS X: removed the mini-toolbar minimize button which doesn't work 
under Mac OS X full screen mode anyway
+  + GUI: experimental HID LEDs synchronization for Windows and Mac OS X hosts: 
fixed keyboard re-synchronization if the feature is disabled (as done by 
default; bug #12758)
+  + GUI: fixed a potential crash when opening the preferences menu (bug #12862)
+  + OVF: fixed a crash of the VirtualBox Manager when re-starting guest export 
(bug #12586)
+  + 3D support: several fixes
+  + HGCM: fixed a problem with saved states which could cause several guest 
misbehavior after a VM was started from a saved state
+  + Storage: fixed a bug preventing to compact differential snapshots under 
certain conditions
+  + VBoxSVC: fixed a segmentation fault on Linux hosts if a very long path 
exists under /dev (bug #12760)
+  + API: fixed guest misbehavior under certain conditions if a storage medium 
was attached or removed at VM runtime
+  + Windows installer: make the --silent parameter work again (bug #12764)
+  + Linux Additions: install correctly on Ubuntu guest systems with a 
/usr/lib64 directory (bug #12513)
+  + X11 Additions: fix for the VBoxClient process not exiting correctly (bug 
#12348) and consuming too much processor time 
+- Refresh virtualbox-xserver-116.patch to xorg-server-1.15.99.902 with
+  x.org video driver protocol version 17.0
+- Set mode of /usr/lib/virtualbox/VirtualBox to 4750 to match 
/etc/permissions.easy
+  as newly complained by chkstat (due to ro's change)
+
+---

Old:

  VirtualBox-4.3.8-patched.tar.bz2
  Virtualbox-xserver-1.16.patch
  virtualbox-4.3.8-UserManual.pdf

New:

  VirtualBox-4.3.10-patched.tar.bz2
  virtualbox-4.3.10-UserManual.pdf
  virtualbox-xserver-116.patch



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.850sRA/_old  2014-05-06 17:43:05.0 +0200
+++ /var/tmp/diff_new_pack.850sRA/_new  2014-05-06 17:43:05.0 +0200
@@ -94,7 +94,7 @@
 %endif
 #
 ExclusiveArch:  %ix86 x86_64
-Version:4.3.8
+Version:4.3.10
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+
@@ -147,7 +147,7 @@
 #use pie/fPIE for setuid binaries (bnc#743143) 
 Patch104:   vbox-fpie.diff
 # PATCH-FIX-UPSTREAM speili...@suse.com
-Patch105:   Virtualbox-xserver-1.16.patch
+Patch105:   virtualbox-xserver-116.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: pwdutils permissions
 Requires:   %{name}-host-kmp = %version
@@ -281,7 +281,7 @@
 %patch101 -p1
 %patch103
 %patch104 -p1
-%patch105 -p0
+%patch105 -p1
 #copy user manual
 %__cp %{S:1} UserManual.pdf
 #copy kbuild config
@@ -800,7 +800,7 @@
 %files qt
 %defattr(-, root, root)
 %attr(0755,root,vboxusers) %{_vbox_instdir}/VBoxPermissionMessage
-%verify(not mode) %attr(4755,root,vboxusers) %{_vbox_instdir}/VirtualBox
+%verify(not mode) %attr(4750,root,vboxusers) %{_vbox_instdir}/VirtualBox
 #wrapper script is in bindir
 %attr(0755,root,root) %{_bindir}/VirtualBox
 #ldd shows libQt* dependency

++ VirtualBox-4.3.8-patched.tar.bz2 -> VirtualBox-4.3.10-patched.tar.bz2 
++
/work/SRC/openSUSE:Factory/virtualbox/VirtualBox-4.3.8-patched.tar.bz2 
/work/SRC/openSUSE:Factory/.virtualbox.new/VirtualBox-4.3.10-patched.tar.bz2 
differ: char 11, line 1


++ virtualbox-4.3.8-UserManual.pdf -> virtualbox-4.3.10-UserManual.pdf 
++
(binary differes)


++ virtualbox-xserver-116.patch ++
 36656 lines (skipped)

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

commit umbrello for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package umbrello for openSUSE:Factory 
checked in at 2014-05-06 17:42:54

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


Package is "umbrello"

Changes:

--- /work/SRC/openSUSE:Factory/umbrello/umbrello.changes2014-04-18 
12:26:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.umbrello.new/umbrello.changes   2014-05-06 
17:42:56.0 +0200
@@ -1,0 +2,7 @@
+Sat May  3 23:07:23 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libxml2-devel and libxslt-devel BuildRequires (they where
+  pulled in via libkde4-devel previously)
+- Remove boost-devel and subversion-devel, not needed
+
+---



Other differences:
--
++ umbrello.spec ++
--- /var/tmp/diff_new_pack.ymvvjN/_old  2014-05-06 17:42:57.0 +0200
+++ /var/tmp/diff_new_pack.ymvvjN/_new  2014-05-06 17:42:57.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   umbrello
-BuildRequires:  boost-devel
 BuildRequires:  libkde4-devel
-BuildRequires:  subversion-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
 Summary:UML Modeller
 License:GPL-2.0 and GFDL-1.2
 Group:  Development/Tools/Other
@@ -28,8 +28,6 @@
 Release:0
 Source0:%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Provides:   kde4-umbrello = 4.3.0
-Obsoletes:  kde4-umbrello < 4.3.0
 %kde4_runtime_requires
 
 %description
@@ -44,13 +42,11 @@
 %endif
 export CXXFLAGS="$RPM_OPT_FLAGS -fPIC"
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
-  %cmake_kde4 -d build -- -DCMAKE_CXXFLAGS="$RPM_OPT_FLAGS" 
-DCMAKE_CFLAGS="$RPM_OPT_FLAGS" 
-#make_jobs
-  make
+  %cmake_kde4 -d build
+  %make_jobs
 
 %install
-  cd build
-  %makeinstall
+  %kde4_makeinstall -C build
   %suse_update_desktop_fileumbrello   Development Design
   %kde_post_install
 

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



commit plasma-addons for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2014-05-06 17:42:32

Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-addons.new (New)


Package is "plasma-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes  
2014-04-18 12:37:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2014-05-06 17:42:33.0 +0200
@@ -1,0 +2,6 @@
+Sun May  4 00:26:13 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libattica-devel BuildRequires, it was pulled in via
+  libkde4-devel previously
+
+---



Other differences:
--
++ plasma-addons.spec ++
--- /var/tmp/diff_new_pack.Ms293u/_old  2014-05-06 17:42:34.0 +0200
+++ /var/tmp/diff_new_pack.Ms293u/_new  2014-05-06 17:42:34.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
+BuildRequires:  libattica-devel
 BuildRequires:  libdbusmenu-qt-devel
 BuildRequires:  libeigen2-devel
 BuildRequires:  libkdepimlibs4-devel

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



commit storeBackup for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package storeBackup for openSUSE:Factory 
checked in at 2014-05-06 17:42:50

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


Package is "storeBackup"

Changes:

--- /work/SRC/openSUSE:Factory/storeBackup/storeBackup.changes  2013-11-19 
10:49:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.storeBackup.new/storeBackup.changes 
2014-05-06 17:42:51.0 +0200
@@ -1,0 +2,17 @@
+Mon Apr 21 08:44:25 UTC 2014 - s...@bugs.jan.ritzerfeld.org
+
+- Update to 3.5:
+  * Added wildcard support to series names and option
+--createNewSeries for replication in storeBackupUpdateBackup.pl
+  * Fixed ownership and permissions of sysmlinks and their targets
+in linkToDirs.pl
+  * Added option --force to storeBackupIsolatedMode.pl
+  * Added options --suppressTime, --maxFilelen, --noOfOldFiles,
+--saveLogs, and --compressWith to storeBackupMount.pl
+  * Added auto-detection for cpIsGnu on Linux in storeBackup.pl
+  * Fixed exit on error message "no permissions to read ..." in
+storeBackup.pl
+  * Added option stayInFileSystem to storeBackup.pl
+  * Renamed option --noOldFiles to --noOfOldFiles in multiTail.pl
+
+---

Old:

  storeBackup-3.4.3.config.default
  storeBackup-3.4.3.diff
  storeBackup-3.4.3.tar.bz2

New:

  storeBackup-3.5.config.default
  storeBackup-3.5.diff
  storeBackup-3.5.tar.bz2



Other differences:
--
++ storeBackup.spec ++
--- /var/tmp/diff_new_pack.dvCYFm/_old  2014-05-06 17:42:52.0 +0200
+++ /var/tmp/diff_new_pack.dvCYFm/_new  2014-05-06 17:42:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package storeBackup
 #
-# 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:   storeBackup
-Version:3.4.3
+Version:3.5
 Release:0
 Summary:A disk-to-disk backup tool for Linux
 License:GPL-3.0+

++ storeBackup-3.4.3.config.default -> storeBackup-3.5.config.default ++
--- /work/SRC/openSUSE:Factory/storeBackup/storeBackup-3.4.3.config.default 
2013-11-19 10:49:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.storeBackup.new/storeBackup-3.5.config.default  
2014-05-06 17:42:51.0 +0200
@@ -1,7 +1,9 @@
 # configuration file for storeBackup.pl
-# Generated by storeBackup.pl, 3.4.3
+# Generated by storeBackup.pl, 3.5
 
+
 ### explanations ###
+
 
 # You can set a value specified with '-cf_key' (eg. logFiles) and
 # continue at the next lines which have to begin with a white space:
@@ -26,7 +28,9 @@
 # the setting also in the command by using the --unset feature, eg.:
 # '--unset doNotDelete' or '--unset --doNotDelete'
 
+#
 ### configuration ###
+#
 
 # source directory (*** must be specified ***)
 ;sourceDir=
@@ -37,16 +41,16 @@
 # used --lateLinks.
 ;backupDir=
 
-# series directory, default is 'default'
-# relative path from backupDir
-;series=
-
 # 
 # you do not need specify the options below to get a running configuration
 # (but they give you more features and more control)
 #
 
 
+# series directory, default is 'default'
+# relative path from backupDir
+;series=
+
 # directory for temporary file, default is /tmp
 ;tmpDir=
 
@@ -65,6 +69,8 @@
 # 0:myBackup to the last backup of series 'myBackup'. If you specify
 # backup series with otherBackupSeries, then only these backups will be
 # used for hard linking.
+# You can also use wildcards in series names. See documentation,
+# section 'Using Wildcards for Replication' for details.
 # Default value is to link to the last backup of all series stored in
 # 'backupDir'.
 ;otherBackupSeries=
@@ -160,6 +166,11 @@
 # follow links
 ;followLinks=
 
+# only store the contents of file systems named by
+# sourceDir and symlinked via followLinks
+# possible values are 'yes' and 'no'; default is 'no'
+;stayInFileSystem=
+
 # use this only if you write your backup over a high latency line
 # like a vpn over the internet
 # storebackup will use more parallelization at the cost of more
@@ -580,7 +591,7 @@
 ;noOfOldFiles=
 
 # save log files with date and time instead of deleting the
-# old (with [-noOldFiles]): 'yes' or 'no', default = 'no'
+# old (with [-noOfOldFiles]): 'yes' or 'no', default = 'no'
 ;saveLogs=
 
 # compress saved l

commit rpmlint-tests for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package rpmlint-tests for openSUSE:Factory 
checked in at 2014-05-06 17:42:45

Comparing /work/SRC/openSUSE:Factory/rpmlint-tests (Old)
 and  /work/SRC/openSUSE:Factory/.rpmlint-tests.new (New)


Package is "rpmlint-tests"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-tests/rpmlint-tests.changes  
2014-03-09 20:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint-tests.new/rpmlint-tests.changes 
2014-05-06 17:42:46.0 +0200
@@ -1,0 +2,6 @@
+Tue May  6 09:12:18 UTC 2014 - lnus...@suse.de
+
+- adjust for new var/run check
+- use service file
+
+---

Old:

  rpmlint-tests-1.tar.bz2

New:

  rpmlint-tests-13.2+git20140506.829452f.tar.xz



Other differences:
--
++ rpmlint-tests.spec ++
--- /var/tmp/diff_new_pack.VK0KhH/_old  2014-05-06 17:42:47.0 +0200
+++ /var/tmp/diff_new_pack.VK0KhH/_new  2014-05-06 17:42:47.0 +0200
@@ -22,14 +22,14 @@
 BuildRequires:  rpmlint-mini
 
 Name:   rpmlint-tests
-Version:1
+Version:13.2+git20140506.829452f
 Release:0
 Summary:rpmlint regression tests
 License:SUSE-Public-Domain
 Group:  Development/Tools/Building
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.opensuse.org/
-Source: rpmlint-tests-%version.tar.bz2
+Source: rpmlint-tests-%version.tar.xz
 
 %description
 This package doesn't actually contain any files and is not meant to

++ _service ++
--- /var/tmp/diff_new_pack.VK0KhH/_old  2014-05-06 17:42:47.0 +0200
+++ /var/tmp/diff_new_pack.VK0KhH/_new  2014-05-06 17:42:47.0 +0200
@@ -1,11 +1,13 @@
 
   
 1
+13.2+git%cd.%h
 http://github.com/openSUSE/rpmlint-tests.git
 git
   
   
-bz2
+xz
 *.tar
   
+  
 

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



commit pv for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package pv for openSUSE:Factory checked in 
at 2014-05-06 17:42:37

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


Package is "pv"

Changes:

--- /work/SRC/openSUSE:Factory/pv/pv.changes2013-08-23 11:08:43.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pv.new/pv.changes   2014-05-06 
17:42:38.0 +0200
@@ -1,0 +2,9 @@
+Mon May  5 06:12:30 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.5.3
+* Added new display options --buffer-percent, --last-written
+* New transfer option --no-splice
+* New option --watchfd to monitor file descriptor status of another
+  process, rather than moving data from stdin to stdout.
+
+---

Old:

  pv-1.4.12.tar.bz2
  pv-1.4.12.tar.bz2.txt

New:

  pv-1.5.3.tar.bz2
  pv-1.5.3.tar.bz2.txt



Other differences:
--
++ pv.spec ++
--- /var/tmp/diff_new_pack.FpgUDz/_old  2014-05-06 17:42:39.0 +0200
+++ /var/tmp/diff_new_pack.FpgUDz/_new  2014-05-06 17:42:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pv
 #
-# 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:   pv
-Version:1.4.12
+Version:1.5.3
 Release:0
 Summary:PipeViewer - Monitor the Progress of Data through Pipes
 License:Artistic-2.0
@@ -32,9 +32,6 @@
 BuildRequires:  gettext
 BuildRequires:  gettext-devel
 BuildRequires:  glibc-devel
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  intltool
 BuildRequires:  make
 %if 0%{?suse_version} && 0%{?suse_version} <= 1200
@@ -52,8 +49,6 @@
 will be until completion.
 
 %prep
-cp "%_sourcedir/%name-%version.tar.bz2.txt" 
"%_sourcedir/%name-%version.tar.bz2.asc"
-%{?gpg_verify: %gpg_verify %_sourcedir/%name-%version.tar.bz2.asc}
 %setup -q
 
 %build

++ pv-1.4.12.tar.bz2 -> pv-1.5.3.tar.bz2 ++
 4622 lines of diff (skipped)


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



commit parley for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package parley for openSUSE:Factory checked 
in at 2014-05-06 17:42:24

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


Package is "parley"

Changes:

--- /work/SRC/openSUSE:Factory/parley/parley.changes2014-04-18 
12:35:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.parley.new/parley.changes   2014-05-06 
17:42:26.0 +0200
@@ -1,0 +2,6 @@
+Sat May  3 23:13:36 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libattica-devel BuildRequires, was pulled in via libkde4-devel
+  previously
+
+---



Other differences:
--
++ parley.spec ++
--- /var/tmp/diff_new_pack.BCeNxN/_old  2014-05-06 17:42:27.0 +0200
+++ /var/tmp/diff_new_pack.BCeNxN/_new  2014-05-06 17:42:27.0 +0200
@@ -24,6 +24,7 @@
 Group:  Amusements/Teaching/Language
 Url:http://edu.kde.org
 Source0:%{name}-%{version}.tar.xz
+BuildRequires:  libattica-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libkdeedu4-devel
 BuildRequires:  libxml2-devel

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



commit lxc for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2014-05-06 17:42:17

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


Package is "lxc"

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2014-03-04 13:14:09.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2014-05-06 
17:42:18.0 +0200
@@ -1,0 +2,12 @@
+Mon May  5 13:08:04 UTC 2014 - opensuse_buildserv...@ojkastl.de
+
+- added file /usr/sbin/rxlcx that links to /usr/sbin/service 
+
+---
+Mon May  5 10:14:06 UTC 2014 - opensuse_buildserv...@ojkastl.de
+
+- upgrade to version 1.0.3
+- deleted patch patch_bash_completion.d_lxc.patch, as it is included upstream 
already
+- added file /usr/sbin/init.lxc 
+
+---

Old:

  lxc-1.0.0.tar.gz
  patch_bash_completion.d_lxc.patch

New:

  lxc-1.0.3.tar.gz



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.txDvsq/_old  2014-05-06 17:42:19.0 +0200
+++ /var/tmp/diff_new_pack.txDvsq/_new  2014-05-06 17:42:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lxc
-Version:1.0.0
+Version:1.0.3
 Release:0
 Url:http://linuxcontainers.org/
 Summary:Userspace tools for the Linux kernel containers
@@ -27,9 +27,6 @@
 Source1:README.SUSE
 Source2:lxc-createconfig.in
 
-# PATCH-FIX-UPSTREAM patch_bash_completion.d_lxc.patch 
opensuse_buildserv...@ojkastl.de -- removes shebang from bash_completion-file
-Patch0: patch_bash_completion.d_lxc.patch
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  docbook-utils
@@ -45,9 +42,14 @@
 BuildRequires:  lua-devel
 BuildRequires:  pkg-config
 BuildRequires:  python3-devel
+
+%if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
+%endif
+
 Requires:   /sbin/setcap
 Requires:   rsync
+
 %{?systemd_requires}
 # needed to create openSUSE containers using template
 Recommends: build
@@ -73,7 +75,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 chmod 755 configure
@@ -89,9 +90,9 @@
 install -d -m 755 %{buildroot}/var/lib/lxc
 find %buildroot -type f -name '*.la' -delete
 chmod u-s %{buildroot}/usr/lib/lxc/lxc-user-nic
-
 ./config.status --file=%{buildroot}%{_bindir}/lxc-createconfig:%{S:2}
 chmod a+x %{buildroot}%{_bindir}/lxc-createconfig
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%name
 
 %clean
 %__rm -rf %buildroot
@@ -126,6 +127,8 @@
 %{_datadir}/lua/%name.lua
 %dir /var/lib/lxc
 %{_bindir}/%{name}-*
+%{_sbindir}/init.lxc
+%{_sbindir}/rclxc
 %{_mandir}/man[^3]/*
 %_unitdir/%{name}.service
 %python3_sitearch/%{name}/

++ lxc-1.0.0.tar.gz -> lxc-1.0.3.tar.gz ++
 8452 lines of diff (skipped)

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



commit kstars for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kstars for openSUSE:Factory checked 
in at 2014-05-06 17:41:34

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


Package is "kstars"

Changes:

--- /work/SRC/openSUSE:Factory/kstars/kstars.changes2014-04-18 
12:35:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kstars.new/kstars.changes   2014-05-06 
17:41:35.0 +0200
@@ -1,0 +2,7 @@
+Sun May  4 00:20:28 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libqjson-devel BuildRequires: enables KStars to utilize
+  online web services to perform astrometric solving for images in
+  Ekos alignment module
+
+---



Other differences:
--
++ kstars.spec ++
--- /var/tmp/diff_new_pack.3MfwOJ/_old  2014-05-06 17:41:36.0 +0200
+++ /var/tmp/diff_new_pack.3MfwOJ/_new  2014-05-06 17:41:36.0 +0200
@@ -31,6 +31,7 @@
 BuildRequires:  libindi
 BuildRequires:  libindi-devel
 BuildRequires:  libkde4-devel
+BuildRequires:  libqjson-devel
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
@@ -38,8 +39,6 @@
 BuildRequires:  xz
 Recommends: libindi
 Recommends: xplanet
-Provides:   kde4-kstars = 4.3.0
-Obsoletes:  kde4-kstars < 4.3.0
 Provides:   kstars-data = %{version}
 Obsoletes:  kstars-data < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -60,9 +59,7 @@
 %make_jobs
 
 %install
-cd build
-%kde4_makeinstall
-cd ..
+%kde4_makeinstall -C build
 
 # Remove static library
 rm -f %{buildroot}%{_kde4_libdir}/libhtmesh.a

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



commit kopete for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kopete for openSUSE:Factory checked 
in at 2014-05-06 17:41:26

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


Package is "kopete"

Changes:

--- /work/SRC/openSUSE:Factory/kopete/kopete.changes2014-04-18 
12:26:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes   2014-05-06 
17:41:27.0 +0200
@@ -1,0 +2,6 @@
+Sat May  3 23:17:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added BuildRequires previously pulled in via libkde4-devel:
+  giflib-devel, libidn-devel, libxml2-devel and libxslt-devel
+
+---



Other differences:
--
++ kopete.spec ++
--- /var/tmp/diff_new_pack.5BQVuP/_old  2014-05-06 17:41:28.0 +0200
+++ /var/tmp/diff_new_pack.5BQVuP/_new  2014-05-06 17:41:28.0 +0200
@@ -18,13 +18,17 @@
 
 Name:   kopete
 BuildRequires:  alsa-devel
+BuildRequires:  giflib-devel
 BuildRequires:  libgadu-devel
+BuildRequires:  libidn-devel
 BuildRequires:  libjasper-devel
 BuildRequires:  libkdepimlibs4-devel
 BuildRequires:  libmsn-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libqimageblitz-devel
 BuildRequires:  libv4l-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  libxslt-devel
 BuildRequires:  meanwhile-devel
 BuildRequires:  mediastreamer2-devel
 BuildRequires:  openslp-devel

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



commit kfilemetadata for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kfilemetadata for openSUSE:Factory 
checked in at 2014-05-06 17:41:14

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


Package is "kfilemetadata"

Changes:

--- /work/SRC/openSUSE:Factory/kfilemetadata/kfilemetadata.changes  
2014-04-18 12:37:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kfilemetadata.new/kfilemetadata.changes 
2014-05-06 17:41:16.0 +0200
@@ -1,0 +2,10 @@
+Sat May  3 23:06:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added mobipocket-devel BuildRequires to add epub support
+
+---
+Fri May  2 10:27:24 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added optimize.patch: Optimize word count in PlainTextExtractor
+
+---

New:

  optimize.patch



Other differences:
--
++ kfilemetadata.spec ++
--- /var/tmp/diff_new_pack.UvMCS3/_old  2014-05-06 17:41:16.0 +0200
+++ /var/tmp/diff_new_pack.UvMCS3/_new  2014-05-06 17:41:16.0 +0200
@@ -23,10 +23,13 @@
 License:GPL-2.0+ and LGPL-2.1+ and LGPL-3.0
 Group:  System/GUI/KDE
 Source0:%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM optimize.patch -- Optimize word count in 
PlainTextExtractor
+Patch0: optimize.patch
 BuildRequires:  libepub-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libpoppler-qt4-devel
+BuildRequires:  mobipocket-devel
 BuildRequires:  taglib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,6 +47,7 @@
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
   %cmake_kde4 -d build

++ optimize.patch ++
From: Milian Wolff 
Date: Fri, 02 May 2014 09:53:33 +
Subject: Optimize word count in PlainTextExtractor.
X-Git-Url: 
http://quickgit.kde.org/?p=kfilemetadata.git&a=commitdiff&h=a5b76bbd287d504477a9f27d64747f9bcfe50dbc
---
Optimize word count in PlainTextExtractor.

Regular expressions are notoriously slow. Implementing a simple
word-count directly in C++ is much faster, as shown by the benchmark:

Before:
RESULT : IndexerExtractorTests::benchMarkPlainTextExtractor():
697.0 msecs per iteration (total: 6,970, iterations: 10)

After:
RESULT : IndexerExtractorTests::benchMarkPlainTextExtractor():
88.2 msecs per iteration (total: 883, iterations: 10)

REVIEW: 117789
---


--- a/src/extractors/plaintextextractor.cpp
+++ b/src/extractors/plaintextextractor.cpp
@@ -25,6 +25,32 @@
 
 using namespace KFileMetaData;
 
+namespace {
+inline bool isWordCharacter(const QChar& c)
+{
+// The Qt docs say for word characters:
+//  \w  - Matches a word character (QChar::isLetterOrNumber(), 
QChar::isMark(), or '_').
+// see also: http://qt-project.org/doc/qt-4.8/qregexp.html
+return c.isLetterOrNumber() || c.isMark() || c.unicode() == '_';
+}
+
+inline int countWords(const QString &string)
+{
+int words = 0;
+bool inWord = false;
+foreach(QChar c, string) {
+if (isWordCharacter(c) != inWord) {
+inWord = !inWord;
+if (inWord) {
+++words;
+}
+}
+}
+
+return words;
+}
+}
+
 PlainTextExtractor::PlainTextExtractor(QObject* parent, const QVariantList&)
 : ExtractorPlugin(parent)
 {
@@ -48,15 +74,13 @@
 int lines = 0;
 int words = 0;
 
-QRegExp wordsRegex("\\b\\w+\\b");
-
 QTextStream ts(&file);
 while (!ts.atEnd()) {
 QString str = ts.readLine();
 result->append(str);
 
 lines += 1;
-words += str.count(wordsRegex);
+words += countWords(str);
 }
 
 result->add(Property::WordCount, words);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdepimlibs4 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2014-05-06 17:40:44

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


Package is "kdepimlibs4"

Changes:

--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2014-04-18 
12:37:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes 
2014-05-06 17:40:45.0 +0200
@@ -1,0 +2,5 @@
+Sun May  4 00:14:38 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added libxslt-devel, previously pulled in via libkde4-devel
+
+---



Other differences:
--
++ kdepimlibs4.spec ++
--- /var/tmp/diff_new_pack.EuFKiz/_old  2014-05-06 17:40:46.0 +0200
+++ /var/tmp/diff_new_pack.EuFKiz/_new  2014-05-06 17:40:46.0 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  libprison-devel
 BuildRequires:  libpth-devel
 BuildRequires:  libqjson-devel
+BuildRequires:  libxslt-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  xz
 %if !0%{?sles_version}

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



commit kdepim4-runtime for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdepim4-runtime for openSUSE:Factory 
checked in at 2014-05-06 17:40:03

Comparing /work/SRC/openSUSE:Factory/kdepim4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdepim4-runtime.new (New)


Package is "kdepim4-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/kdepim4-runtime/kdepim4-runtime.changes  
2014-05-01 07:51:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdepim4-runtime.new/kdepim4-runtime.changes 
2014-05-06 17:40:07.0 +0200
@@ -1,0 +2,11 @@
+Sun May  4 00:10:12 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added boost-devel >= 1.34.0, libakonadiprotocolinternals-devel >= 1.11.80,
+  libkde4-devel >= %{version}, libkolabxml-devel >= 1.0, libxslt-devel,
+  and shared-mime-info BuildRequires
+- Drop akonadi.png, correct icon is now provided upstream
+- Don't install libkdepim-copy.so, kdepim4-runtime has no development
+  components
+- Recommend baloo-pim package
+
+---

Old:

  akonadi.png



Other differences:
--
++ kdepim4-runtime.spec ++
--- /var/tmp/diff_new_pack.J9CPnB/_old  2014-05-06 17:40:09.0 +0200
+++ /var/tmp/diff_new_pack.J9CPnB/_new  2014-05-06 17:40:09.0 +0200
@@ -24,22 +24,24 @@
 Group:  System/GUI/KDE
 Url:http://www.kde.org
 Source0:kdepim-runtime-%{version}.tar.xz
-Source1:akonadi.png
 # PATCH-FIX-UPSTREAM   After migration also start using the already existing 
notes
 Patch1: use_existing_notes.diff
+BuildRequires:  boost-devel >= 1.34.0
 BuildRequires:  fdupes
+BuildRequires:  libakonadiprotocolinternals-devel >= 1.11.80
+BuildRequires:  libkde4-devel >= %{version}
 BuildRequires:  libkdepimlibs4-devel >= %{version}
-BuildRequires:  libkfbapi-devel
-BuildRequires:  libkgapi-devel
-BuildRequires:  libkolab-devel >= 0.2.0
+BuildRequires:  libkfbapi-devel >= 1.0
+BuildRequires:  libkgapi-devel >= 1.9.81
+BuildRequires:  libkolab-devel >= 0.5.0
+BuildRequires:  libkolabxml-devel >= 1.0
+BuildRequires:  libxslt-devel
+BuildRequires:  shared-mime-info
 BuildRequires:  xz
 Suggests:   kontact
-Obsoletes:  kde4-akonadi < 4.2.90
-Provides:   kde4-akonadi = 4.2.90
-Obsoletes:  kdepim4-runtime-devel < 4.5.81svn1202101
-Provides:   kdepim4-runtime-devel = 4.5.81svn1202101
-Obsoletes:  akonadi-google <= 0.3.1
-Provides:   akonadi-google = 0.3.1
+Requires(post): shared-mime-info
+Requires(postun):   shared-mime-info
+Recommends: baloo-pim >= %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_akonadi_requires
 %kde4_pimlibs_requires
@@ -60,12 +62,8 @@
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
-  cd ..
+  %kde4_makeinstall -C build
   #remove menu entries of development tools
-  mkdir -p %{buildroot}%{_kde4_datadir}/pixmaps
-  install $RPM_SOURCE_DIR/akonadi.png %{buildroot}%{_kde4_datadir}/pixmaps/
   %suse_update_desktop_file -u akonaditray  Network  Email
   %fdupes -s %{buildroot}
   # remove stuff we don't want to package
@@ -73,15 +71,16 @@
   rm %{buildroot}%_kde4_libdir/libkmindexreader.so
   rm %{buildroot}%_kde4_libdir/libmaildir.so
   rm %{buildroot}%_kde4_libdir/libfolderarchivesettings.so
+  rm %{buildroot}%_kde4_libdir/libkdepim-copy.so
   %kde_post_install
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-  rm -rf %{buildroot}
-  rm -rf filelists
+%post
+/sbin/ldconfig
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+
+%postun
+/sbin/ldconfig
+%{_kde4_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
 
 %files
 %defattr(-,root,root)
@@ -98,10 +97,8 @@
 %{_kde4_datadir}/autostart/kaddressbookmigrator.desktop
 %{_kde4_datadir}/dbus-1/interfaces/*
 %{_kde4_datadir}/mime/packages/*.xml
-%{_kde4_datadir}/pixmaps/akonadi.png
 %{_kde4_iconsdir}/hicolor/*/apps/*
 %{_kde4_libdir}/libakonadi-filestore.so.4*
-%{_kde4_libdir}/libkdepim-copy.so
 %{_kde4_libdir}/libkdepim-copy.so.4*
 %{_kde4_libdir}/libkmindexreader.so.4*
 %{_kde4_libdir}/libfolderarchivesettings.so.4*

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



commit kdebase4-runtime for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2014-05-06 17:39:35

Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New)


Package is "kdebase4-runtime"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2014-04-18 12:37:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2014-05-06 17:39:36.0 +0200
@@ -1,0 +2,6 @@
+Sun May  4 00:06:47 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added pkgconfig(bzip2) and libgcrypt-devel >= 1.5.0 BuildRequires,
+  previously pulled in via libkde4-devel
+
+---



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.AJvGy4/_old  2014-05-06 17:39:37.0 +0200
+++ /var/tmp/diff_new_pack.AJvGy4/_new  2014-05-06 17:39:37.0 +0200
@@ -44,9 +44,11 @@
 BuildRequires:  libattica-devel >= 0.1.4
 BuildRequires:  libcanberra-devel
 BuildRequires:  libexiv2-devel
+BuildRequires:  libgcrypt-devel >= 1.5.0
 BuildRequires:  libgpgme-devel
 BuildRequires:  libkactivities-devel >= %{version}
 BuildRequires:  libkde4-devel >= %{version}
+BuildRequires:  pkgconfig(bzip2)
 #!BuildIgnore:  kdebase4-runtime
 BuildRequires:  libkdepimlibs4-devel >= %{version}
 BuildRequires:  libksuseinstall-devel


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



commit jrosetta for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package jrosetta for openSUSE:Factory 
checked in at 2014-05-06 17:38:55

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


Package is "jrosetta"

Changes:

New Changes file:

--- /dev/null   2014-04-28 00:21:37.460033756 +0200
+++ /work/SRC/openSUSE:Factory/.jrosetta.new/jrosetta.changes   2014-05-06 
17:38:56.0 +0200
@@ -0,0 +1,34 @@
+---
+Fri May  2 16:56:14 UTC 2014 - dmitr...@opensuse.org
+
+- Use original source archive
+- Repack ant build files as jrosetta-build-ant-1.0.4.tar.gz
+
+---
+Thu Aug  1 04:04:09 UTC 2013 - iert...@ieee.org
+
+- Update to version 1.0.4
+- Repack as ant project
+
+---
+Sat Nov 28 22:55:45 UTC 2009 - kirill.kiril...@gmail.com
+
+- update to 1.0.2
+
+---
+Wed Dec 24 2008 Andrea Florio - 
+
+- OpenSUSE-EDU porting
+
+---
+Tue Dec 09 2008 Andrea Florio -  1.0.1
+
+- packman porting
+
+---
+Sun Nov 09 2008 Tomasz Pawel Gajc  1.0.1-0.0.1mdv2009.1
+
+- Revision: 301435
+  + add source and spec files
+  + Created package structure for jrosetta.
+

New:

  jrosetta-1.0.4-sources.jar
  jrosetta-build-ant-1.0.4.tar.gz
  jrosetta.changes
  jrosetta.spec



Other differences:
--
++ jrosetta.spec ++
#
# spec file for package jrosetta
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Summary:API and graphical components for console
License:GPL-2.0
Group:  Development/Libraries/Java
Name:   jrosetta
Version:1.0.4
Release:0
Url:http://dev.artenum.com/projects/JRosetta
Source0:
http://maven.artenum.com/content/groups/public/com/artenum/jrosetta/%{version}/jrosetta-%{version}-sources.jar
Source1:jrosetta-build-ant-1.0.4.tar.gz
BuildRequires:  ant
BuildRequires:  ant-junit 
BuildRequires:  java-devel >= 1.6
BuildRequires:  jpackage-utils >= 1.5
BuildRequires:  junit4
BuildRequires:  unzip

Requires:   java >= 1.6
Requires:   jpackage-utils >= 1.5
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
JRosetta provides a common base for graphical component that could be used
to build a graphical console in Swing with the latest requirements, such as
command history, completion and so on for instance for scripting language
or command line.


%prep
%setup -q -c -n %{name}-%{version}-sources -a1
cp -r %{name}-%{version}/modules/* .
rm -r %{name}-%{version}/
rm -r META-INF
rm %{name}-*/pom.xml

%build
cd jrosetta-api
ant build-jar

cd ../jrosetta-engine
ant -Djava.encoding=UTF-8 \
build-jar

%install
mkdir -p %{buildroot}%{_javadir}

mkdir -p $RPM_BUILD_ROOT%{_javadir}

cp -p %{name}-api/build/%{name}-API-%{version}.jar \
$RPM_BUILD_ROOT%{_javadir}/%{name}-API-%{version}.jar
ln -s %{name}-API-%{version}.jar \
$RPM_BUILD_ROOT%{_javadir}/%{name}-API.jar
cp -p %{name}-engine/build/%{name}-engine-%{version}.jar \
$RPM_BUILD_ROOT%{_javadir}/%{name}-engine-%{version}.jar
ln -s %{name}-engine-%{version}.jar \
$RPM_BUILD_ROOT%{_javadir}/%{name}-engine.jar

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
# %doc CHANGE.txt COPYRIGHT LICENSE.txt
%{_javadir}/jrosetta*.jar

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



commit kdebase4 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2014-05-06 17:39:01

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


Package is "kdebase4"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes2014-04-18 
12:37:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2014-05-06 
17:39:02.0 +0200
@@ -1,0 +2,5 @@
+Sun May  4 00:41:33 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Remove ancient Provides/Obsoletes
+
+---



Other differences:
--
++ kdebase4.spec ++
--- /var/tmp/diff_new_pack.rrnvWB/_old  2014-05-06 17:39:03.0 +0200
+++ /var/tmp/diff_new_pack.rrnvWB/_new  2014-05-06 17:39:03.0 +0200
@@ -81,8 +81,6 @@
 Summary:KDE File Manager
 Group:  Productivity/File utilities
 Requires:   %{name}-libkonq = %{version}
-Provides:   kde4-dolphin = 4.3.0
-Obsoletes:  kde4-dolphin < 4.3.0
 %kde4_runtime_requires
 
 %description -n dolphin
@@ -91,8 +89,6 @@
 %package -n kdepasswd
 Summary:KDE Password Changer
 Group:  System/GUI/KDE
-Provides:   kde4-kdepasswd = 4.3.0
-Obsoletes:  kde4-kdepasswd < 4.3.0
 %kde4_runtime_requires
 
 %description -n kdepasswd
@@ -101,8 +97,6 @@
 %package -n kdialog
 Summary:KDE version of xdialog
 Group:  System/GUI/KDE
-Provides:   kde4-kdialog = 4.3.0
-Obsoletes:  kde4-kdialog < 4.3.0
 %kde4_runtime_requires
 
 %description -n kdialog
@@ -111,8 +105,6 @@
 %package -n keditbookmarks
 Summary:KDE Bookmark Editor
 Group:  System/GUI/KDE
-Provides:   kde4-keditbookmarks = 4.3.0
-Obsoletes:  kde4-keditbookmarks < 4.3.0
 %kde4_runtime_requires
 
 %description -n keditbookmarks
@@ -121,8 +113,6 @@
 %package -n kfind
 Summary:KDE Find File Utility
 Group:  Productivity/File utilities
-Provides:   kde4-kfind = 4.3.0
-Obsoletes:  kde4-kfind < 4.3.0
 %kde4_runtime_requires
 
 %description -n kfind
@@ -137,8 +127,6 @@
 Recommends: dolphin
 Recommends: kwebkitpart
 Recommends: kdebase4-nsplugin
-Provides:   kde4-konqueror = 4.3.0
-Obsoletes:  kde4-konqueror < 4.3.0
 %kde4_runtime_requires
 
 %description -n konqueror
@@ -179,8 +167,6 @@
 Summary:KDE Konqueror Libraries
 Group:  System/GUI/KDE
 # naming error, make seamless upgrade possible
-Provides:   libkonq4 = 4.0.85
-Obsoletes:  libkonq4 < 4.0.85
 %requires_gelibqt4-x11
 
 %description -n libkonq5

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



commit entangle for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package entangle for openSUSE:Factory 
checked in at 2014-05-06 17:38:10

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


Package is "entangle"

Changes:

--- /work/SRC/openSUSE:Factory/entangle/entangle.changes2013-12-19 
15:02:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.entangle.new/entangle.changes   2014-05-06 
17:38:16.0 +0200
@@ -1,0 +2,34 @@
+Sat May  3 07:07:31 UTC 2014 - meiss...@suse.com
+
+- Release 0.6.0 - "Down" - 2014-05-02
+ * Add a demonstration plugin for setting up a captive photo box display mode
+ * Switch to use Python3 for plugin engine instead of JavaScript
+ * Use GTK dark theme
+ * Require GNOME symbolic icon theme to be installed
+ * Switch to require lcms2 instead of lcms
+ * Move application icon into a standard directory mandated to work with the 
appdata tools
+ * Make manual focus work with Canon EOS cameras
+ * Disable flickering progress bar in preview mode with Canon EOS cameras
+ * Remove use of deprecated GTK methods/classes/constants
+ * Remove use of gexiv2 method which is not long exported
+ * Remove use of deprecated libpeas methods
+ * Add GTK-DOC transfer annotations / docs to all methods
+ * Avoid loosing camera capabilities on disconnect
+ * Fix off by one in histogram tables causing memory corruption
+ * Mark appdata / desktop files for translation
+ * Fix typos in README file
+ * Fix inverted tests when checking if range widget changed
+ * Avoid storm of expose events due to auto-drawer widget
+ * Avoid never ending circular update of controls causing errors in some 
camera modes
+ * Add workaround for crazy D5100 camera serial number
+ * Add customizable highlight/background for images
+ * Avoid reference leak of windows preventing proper cleanup
+ * Remove camera manual/about/driver help windows since it did not contain any 
info useful to users
+ * Filter list of cameras in connect dialog to only those which support 
capture/preview
+ * Don't auto connect to cameras which don't support capture or preview
+ * Ensure parent window is set on dialogs to prevent them falling behind main 
window
+ * Fix crash with latest GTK due to incorrect overriding of GtkApplication 
startup method
+ * Update to cope with changed GExiv API version
+ * Refreshed translations from transifex
+
+---

Old:

  entangle-0.5.4.tar.gz
  entangle-0.5.4.tar.gz.asc

New:

  entangle-0.6.0.tar.gz
  entangle-0.6.0.tar.gz.asc



Other differences:
--
++ entangle.spec ++
--- /var/tmp/diff_new_pack.jtPXb0/_old  2014-05-06 17:38:17.0 +0200
+++ /var/tmp/diff_new_pack.jtPXb0/_new  2014-05-06 17:38:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package entangle
 #
-# 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
@@ -19,6 +19,7 @@
 Name:   entangle
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-tools
+BuildRequires:  gnome-icon-theme-symbolic
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
@@ -34,7 +35,7 @@
 Summary:A photobooth like application for libgphoto2
 License:GPL-3.0+
 Group:  Development/Tools/Other
-Version:0.5.4
+Version:0.6.0
 Release:0
 Url:http://entangle-photo.org/
 Source0:
http://entangle-photo.org/download/sources/%name-%version.tar.gz
@@ -97,31 +98,16 @@
 %dir %{_datadir}/appdata
 %{_datadir}/appdata/%{name}.appdata.xml
 %dir %{_datadir}/%{name}
-%{_datadir}/%{name}/%{name}-camera-info.ui
+#%{_datadir}/%{name}/%{name}-camera-info.ui
 %{_datadir}/%{name}/%{name}-camera-manager.ui
 %{_datadir}/%{name}/%{name}-camera-picker.ui
 %{_datadir}/%{name}/%{name}-camera-support.ui
 %{_datadir}/%{name}/%{name}-help-about.ui
 %{_datadir}/%{name}/%{name}-image-popup.ui
 %{_datadir}/%{name}/%{name}-preferences-display.ui
-%{_datadir}/%{name}/%{name}-16x16.png
-%{_datadir}/%{name}/%{name}-32x32.png
-%{_datadir}/%{name}/%{name}-48x48.png
-%{_datadir}/%{name}/%{name}-64x64.png
-%{_datadir}/%{name}/%{name}-128x128.png
-%{_datadir}/%{name}/%{name}-256x256.png
-%{_datadir}/%{name}/%{name}.svg
-%{_datadir}/%{name}/icons
-%{_datadir}/%{name}/plugins.png
-%{_datadir}/%{name}/plugins-22.png
-%{_datadir}/%{name}/capture.png
-%{_datadir}/%{name}/capture-22.png
-%{_datadir}/%{name}/color-management.png
-%{_datadir}/%{name}/color-management-22.png
-%{_datadir}/%{name}/i

commit chromium for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2014-05-06 17:37:56

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2014-04-23 
17:31:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2014-05-06 
17:38:01.0 +0200
@@ -1,0 +2,21 @@
+Mon Apr 28 08:48:49 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 34.0.1847.132
+  * Security update:
+
+- CVE-2014-1730: Type confusion in V8
+- CVE-2014-1731: Type confusion in DOM
+- CVE-2014-1732: Use-after-free in Speech Recognition
+- CVE-2014-1733: Compiler bug in Seccomp-BPF
+- CVE-2014-1734: Various fixes from internal audits, fuzzing 
+ and other initiatives
+- CVE-2014-1735: Multiple vulnerabilities in V8 fixed in 
+ version 3.24.35.33
+
+---
+Fri Apr 25 16:20:59 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 34.0.1847.131
+  * Bugfixes
+
+---

Old:

  chromium-34.0.1847.116.tar.xz

New:

  chromium-34.0.1847.132.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.T3oQEq/_old  2014-05-06 17:38:13.0 +0200
+++ /var/tmp/diff_new_pack.T3oQEq/_new  2014-05-06 17:38:13.0 +0200
@@ -24,7 +24,7 @@
 %define glibc_version 12664
 
 Name:   chromium
-Version:34.0.1847.116
+Version:34.0.1847.132
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+


++ chromium-34.0.1847.116.tar.xz -> chromium-34.0.1847.132.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-34.0.1847.116.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-34.0.1847.132.tar.xz differ: 
char 26, line 1


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



commit cadaver for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package cadaver for openSUSE:Factory checked 
in at 2014-05-06 17:37:51

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


Package is "cadaver"

Changes:

--- /work/SRC/openSUSE:Factory/cadaver/cadaver.changes  2013-06-29 
14:23:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.cadaver.new/cadaver.changes 2014-05-06 
17:37:52.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr 27 16:25:25 UTC 2014 - crrodrig...@opensuse.org
+
+- Fix build with SSLv2 disabled, use of bundled neon library 
+  was the cause (cadaver-neon.patch)
+
+---

New:

  cadaver-neon.patch



Other differences:
--
++ cadaver.spec ++
--- /var/tmp/diff_new_pack.GTGhgL/_old  2014-05-06 17:37:53.0 +0200
+++ /var/tmp/diff_new_pack.GTGhgL/_new  2014-05-06 17:37:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cadaver
 #
-# 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
@@ -19,8 +19,6 @@
 Name:   cadaver
 #BuildRequires:  automake
 BuildRequires:  libneon-devel
-BuildRequires:  libxml2-devel
-BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 Version:0.23.3
 Release:0
@@ -30,6 +28,7 @@
 Url:http://www.webdav.org/cadaver/
 Source0:%{name}-%{version}.tar.bz2
 Patch0: %{name}-0.23.2-strncat.patch
+Patch1: cadaver-neon.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,6 +39,9 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
+# Forcibly prevent use of bundled neon/expat/gettext sources.
+rm -rf lib/neon/*.[ch] lib/intl/*.[ch]
 
 %build
 #gettextize --force

++ cadaver-neon.patch ++
--- cadaver-0.23.3.orig/configure
+++ cadaver-0.23.3/configure
@@ -9595,7 +9595,7 @@ fi
 $as_echo "$ne_cv_lib_neon" >&6; }
 if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
-   for v in 27 28 29; do
+   for v in 27 28 29 30 31; do
   case $ne_libver in
   0.$v.*) ne_cv_lib_neonver=yes ;;
   esac
@@ -10328,7 +10328,7 @@ fi
 $as_echo "$ne_cv_lib_neon" >&6; }
 if test "$ne_cv_lib_neon" = "yes"; then
ne_cv_lib_neonver=no
-   for v in 27 28 29; do
+   for v in 27 28 29 30 31; do
   case $ne_libver in
   0.$v.*) ne_cv_lib_neonver=yes ;;
   esac
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit 4ti2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package 4ti2 for openSUSE:Factory checked in 
at 2014-05-06 17:37:39

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


Package is "4ti2"

Changes:

New Changes file:

--- /dev/null   2014-04-28 00:21:37.460033756 +0200
+++ /work/SRC/openSUSE:Factory/.4ti2.new/4ti2.changes   2014-05-06 
17:37:41.0 +0200
@@ -0,0 +1,29 @@
+---
+Fri Apr 18 09:33:38 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.6.2
+* Support for newer libglpk API "glp_"
+  (which replaced the "lpx_" API)
+
+---
+Tue Feb  4 18:39:35 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.6
+* Restore the functionality of "hilbert" to accept "rel" files
+* When the cone is not pointed, "hilbert" now outputs a "zfree" file,
+  containing a lattice basis, in addition to the "hil" file.
+- Remove 4ti2-gcc.diff, 4ti2-nonvoid-return.diff, 4ti2-libtool.diff
+  (merged upstream)
+
+---
+Wed Apr 17 08:05:30 UTC 2013 - jeng...@inai.de
+
+- Combine shared library packages lib4ti2{gmp0,int32-0,int64-0}
+  as they are updated in lockstep
+
+---
+Fri Dec  7 09:02:56 UTC 2012 - jeng...@inai.de
+
+- Initial package (version 1.3.2) for build.opensuse.org
+- Add 4ti2-missing-libs.diff, 4ti2-docdir.diff to address build
+  problems

New:

  4ti2-1.6.2.tar.gz
  4ti2-docdir.diff
  4ti2-missing-libs.diff
  4ti2.changes
  4ti2.spec



Other differences:
--
++ 4ti2.spec ++
#
# spec file for package 4ti2
#
# Copyright (c) 2013 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   4ti2
Version:1.6.2
Release:0
Summary:Package for algebraic, geometric and combinatorial problems on 
linear spaces
License:GPL-2.0+
Group:  Productivity/Scientific/Math
Url:http://4ti2.de/

Source: http://4ti2.de/version_%version/%name-%version.tar.gz
Patch1: 4ti2-missing-libs.diff
Patch3: 4ti2-docdir.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  autoconf >= 2.59
BuildRequires:  automake
BuildRequires:  gcc-c++ >= 4.3
BuildRequires:  glpk-devel >= 4.52
BuildRequires:  gmp-devel >= 4.1.4
BuildRequires:  libtool

%description
4ti2 is a collection of programs that compute and solve algebraic,
geometric and combinational problems on linear spaces.

%package -n lib4ti2-0
Summary:Library for computation of Gröbner bases with 4ti2
Group:  System/Libraries

%description -n lib4ti2-0
This package contains the 4ti2 program library, which comes in three
flavors:
- 32-bit precision integers
- 64-bit precision integers
- arbitrary precision integer support through use of GNU MP

%package -n libzsolve0
Summary:Library for solving linear systems over integers for 4ti2
Group:  System/Libraries

%description -n libzsolve0
This package contains the 4ti2 library for solving systems linear systems over
integers (\mathbb{Z}).

%package devel
Summary:Development files for 4ti2
Group:  Development/Libraries/C and C++
Requires:   lib4ti2-0 = %version
Requires:   libzsolve0 = %version

%description devel
This subpackage contains the include files and library links for
developing against 4ti2's libraries.

%prep
%setup -q
%patch -P 1 -P 3 -p1

%build
autoreconf -fi;
%configure --enable-shared --disable-static \
--includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name"
make %{?_smp_mflags};

%install
b="%buildroot";
make install DESTDIR="$b";
cp COPYING doc/* "$b/%_docdir/%name/"
rm -f "$b/%_libdir"/*.la;
mkdir -p "$b/%_bindir" "$b/%_libexecdir/%name";
mv "$b/%_bindir"/* "$b/%_libexecdir/%name/";
pushd "$b/%_libexecdir/%name";
for i in *; do
ln -s "%_libexecdir/%name/$i" "$b/%_bindir/4ti2_$i";
done;

%post   -n lib4ti2-0 -p /sbin/ldconfig
%postun -n lib4ti2-0 -p /sbin/ldconfig
%po

commit booth for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package booth for openSUSE:Factory checked 
in at 2014-05-06 17:37:46

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


Package is "booth"

Changes:

--- /work/SRC/openSUSE:Factory/booth/booth.changes  2014-04-17 
14:07:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.booth.new/booth.changes 2014-05-06 
17:37:47.0 +0200
@@ -1,0 +2,47 @@
+Mon May  5 11:30:48 UTC 2014 - dmuhameda...@suse.com
+
+- doc: hawk uses booth, not crm_ticket
+- upstream version: 7f10ce
+
+---
+Mon May  5 11:01:30 UTC 2014 - dmuhameda...@suse.com
+
+- raft: accept valid heartbeats in the candidate state
+- raft: elections not allowed if the term's still valid (bnc#876300)
+- raft: on vote request reply to sender only
+- upstream version: 8be1aa
+
+---
+Fri May  2 17:25:23 UTC 2014 - dmuhameda...@suse.com
+
+- status: test TCP socket bind instead of UDP (bnc#874139)
+- doc: update the man page and add section on booth ticket management
+- raft: always run election before acquiring tickets
+- raft: reset expired tickets on load
+- ticket: query status on startup (bnc#873205)
+- config: use only address for the site id (bnc#875237)
+- raft: update election logic (bnc#872103)
+- ticket: adjust acquire-after use to the manpage
+- doc: clarify the acquire-after use (bnc#874148)
+- transport: use local address for address matching (bnc#875148)
+- ticket: increment lease time only when majority held
+- raft: reduce the default timeout to 5 seconds
+- ticket: allow revoke only on leaders
+- ticket: write ticket to CIB on revoke
+- raft: no vote on revoked tickets (bnc#872918)
+- raft: increment the term on new election when ticket lost (bnc#873643)
+- raft: don't broadcast req_vote twice on ticket grant
+- raft: expire tickets on no heartbeat acks (bnc#873483)
+- ticket: start election if the ticket was granted to us (bnc#873400)
+- transport: reuse port/address on bind (bnc#873382)
+- ticket: write ticket on majority heartbeat acks (bnc#873175)
+- upstream version: 36d94a
+
+---
+Mon Apr 14 11:50:44 UTC 2014 - dmuhameda...@suse.com
+
+- transport: reuse port/address on bind (bnc#873382)
+- ticket: write ticket on majority heartbeat acks (bnc#873175)
+- upstream version: 3af8b0
+
+---



Other differences:
--
++ booth.tar.bz2 ++
 2084 lines of diff (skipped)

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



commit whois for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2014-05-06 14:03:52

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


Package is "whois"

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2014-01-13 
10:56:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2014-05-06 
14:03:53.0 +0200
@@ -1,0 +2,15 @@
+Sat May  3 10:05:59 UTC 2014 - andreas.stie...@gmx.de
+
+- whois 5.1.2:
+   * Always query whois.nic.$TLD for the "new" gTLDs, because the
+ ICANN  contract requires that it works.
+   * Added the .aw and .zm TLD servers.
+   * Updated the .mk, .tc and .vu TLD servers.
+   * Added more ASN entries for Japan and Korea.
+   * Fixed some invalid ASN and networks entries which would never
+ be matched
+- drop whois-5.0.25-nb.patch, committed upstream
+- update upstream developer signing key
+- use parallel build
+
+---

Old:

  whois-5.0.25-nb.patch
  whois_5.1.1.tar.xz

New:

  whois_5.1.2.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.tOd9rY/_old  2014-05-06 14:03:54.0 +0200
+++ /var/tmp/diff_new_pack.tOd9rY/_new  2014-05-06 14:03:54.0 +0200
@@ -17,27 +17,25 @@
 
 
 Name:   whois
-Version:5.1.1
+Version:5.1.2
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.linux.it/~md/software/
 Source: 
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
-Source2:
http://db.debian.org/fetchkey.cgi?fingerprint=1F2232EEE56FD048EAEFE47F1467F0D8E1EE3FB1#/%{name}.keyring
+# https://db.debian.org/ - Debian login "md", m...@linux.it
+# 
https://db.debian.org/search.cgi?id=&authtoken=&cn=&sn=&uid=md&ircnick=&fingerprint=
+Source2:
https://db.debian.org/fetchkey.cgi?fingerprint=6791403B68AE2690517C42EAE6FFF1E38DC968B0#/%{name}.keyring
 # rename .dsc to not build the package in OBS
 Source3:
http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.dsc#/%{name}.asc
-Patch1: whois-5.0.25-nb.patch
 BuildRequires:  libidn-devel
 BuildRequires:  xz
+Provides:   ripe-whois-tools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} <= 1140
 BuildRequires:  libxcrypt-devel
 %endif
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
-Provides:   ripe-whois-tools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package provides a commandline client for the WHOIS (RFC 3912)
@@ -49,18 +47,15 @@
 password encryption function crypt(3).
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:3}}
 # the signature is on the Debian .dsc. Extract the checksums and verify 
against source
-echo "`grep -A1 "Files:" %{S:3} | grep %{name}_%{version}.tar.xz | cut -d\  
-f2`  %{S:0}" | md5sum -c
-echo "`grep -A1 "Checksums-Sha1" %{S:3} | grep %{name}_%{version}.tar.xz | cut 
-d\  -f2`  %{S:0}" | sha1sum -c
-echo "`grep -A1 "Checksums-Sha256" %{S:3} | grep %{name}_%{version}.tar.xz | 
cut -d\  -f2`  %{S:0}" | sha256sum -c
+echo "`grep -A1 "Files:" %{SOURCE3} | grep %{name}_%{version}.tar.xz | cut -d\ 
 -f2`  %{SOURCE0}" | md5sum -c
+echo "`grep -A1 "Checksums-Sha1" %{SOURCE3} | grep %{name}_%{version}.tar.xz | 
cut -d\  -f2`  %{SOURCE0}" | sha1sum -c
+echo "`grep -A1 "Checksums-Sha256" %{SOURCE3} | grep %{name}_%{version}.tar.xz 
| cut -d\  -f2`  %{SOURCE0}" | sha256sum -c
 
 %setup -q
-%patch1 -p1
-rename no nb po/no.*
 
 %build
-make all mkpasswd HAVE_LIBIDN=1 HAVE_ICONV=1 \
+make all mkpasswd HAVE_LIBIDN=1 HAVE_ICONV=1 %{?_smp_mflags} \
 %if 0%{?suse_version} <= 1140
HAVE_XCRYPT=1 \
 %else
@@ -69,14 +64,11 @@
CFLAGS="%{optflags}"
 
 %install
-mkdir -p %{buildroot}{/usr/bin,%{_mandir}/man1}
+mkdir -p %{buildroot}{%{_prefix}/bin,%{_mandir}/man1}
 make BASEDIR=%{buildroot} mandir=%{_mandir} prefix=/usr \
install install-mkpasswd install-pos
 %find_lang %{name}
 
-%clean
-rm -rf  %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc README debian/changelog debian/copyright

++ whois.asc ++
--- /var/tmp/diff_new_pack.tOd9rY/_old  2014-05-06 14:03:54.0 +0200
+++ /var/tmp/diff_new_pack.tOd9rY/_new  2014-05-06 14:03:54.0 +0200
@@ -1,29 +1,36 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
+Hash: SHA256
 
 Format: 3.0 (native)
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.1.1
+Version: 5.1.2
 Maintainer: Marco d'Itri 
 Standards-Version: 3.9.5
 Vcs-Browser: https://github.com/rfc1036/whois
 Vcs-Git: git:

commit yast2-iscsi-lio-server for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-lio-server for 
openSUSE:Factory checked in at 2014-05-06 14:04:06

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


Package is "yast2-iscsi-lio-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-iscsi-lio-server/yast2-iscsi-lio-server.changes
2014-05-01 07:54:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-lio-server.new/yast2-iscsi-lio-server.changes
   2014-05-06 14:04:07.0 +0200
@@ -1,0 +2,6 @@
+Tue May  6 09:20:58 CEST 2014 - g...@suse.de
+
+- fixed integer conversion to string (bnc #874963)
+- 3.1.6
+
+---

Old:

  yast2-iscsi-lio-server-3.1.5.tar.bz2

New:

  yast2-iscsi-lio-server-3.1.6.tar.bz2



Other differences:
--
++ yast2-iscsi-lio-server.spec ++
--- /var/tmp/diff_new_pack.RLk2ym/_old  2014-05-06 14:04:08.0 +0200
+++ /var/tmp/diff_new_pack.RLk2ym/_new  2014-05-06 14:04:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-lio-server-3.1.5.tar.bz2 -> 
yast2-iscsi-lio-server-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.5/package/yast2-iscsi-lio-server.changes 
new/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.changes
--- old/yast2-iscsi-lio-server-3.1.5/package/yast2-iscsi-lio-server.changes 
2014-04-30 12:35:48.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.changes 
2014-05-06 09:40:49.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue May  6 09:20:58 CEST 2014 - g...@suse.de
+
+- fixed integer conversion to string (bnc #874963)
+- 3.1.6
+
+---
 Wed Apr 30 12:12:38 CEST 2014 - g...@suse.de
 
 - fixed typos in help text (bnc #873026)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.5/package/yast2-iscsi-lio-server.spec 
new/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.spec
--- old/yast2-iscsi-lio-server-3.1.5/package/yast2-iscsi-lio-server.spec
2014-04-30 12:35:48.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.6/package/yast2-iscsi-lio-server.spec
2014-05-06 09:40:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-lio-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-lio-server-3.1.5/src/modules/IscsiLioData.rb 
new/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioData.rb
--- old/yast2-iscsi-lio-server-3.1.5/src/modules/IscsiLioData.rb
2014-04-14 12:55:39.0 +0200
+++ new/yast2-iscsi-lio-server-3.1.6/src/modules/IscsiLioData.rb
2014-05-06 09:40:50.0 +0200
@@ -1004,7 +1004,7 @@
 Ops.add(
   Ops.get_integer(
 tgmap,
-[Ops.get_string(ls2, 0, ""), Ops.get_string(ls2, 1, ""), 
"conn"],
+[Ops.get_string(ls2, 0, ""), Ops.get_integer(ls2, 1, -1), 
"conn"],
 0
   ),
   1

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



commit ucode-intel for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package ucode-intel for openSUSE:Factory 
checked in at 2014-05-06 14:03:46

Comparing /work/SRC/openSUSE:Factory/ucode-intel (Old)
 and  /work/SRC/openSUSE:Factory/.ucode-intel.new (New)


Package is "ucode-intel"

Changes:

--- /work/SRC/openSUSE:Factory/ucode-intel/ucode-intel.changes  2014-04-12 
21:44:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.ucode-intel.new/ucode-intel.changes 
2014-05-06 14:03:48.0 +0200
@@ -1,0 +2,5 @@
+Mon May  5 15:45:49 UTC 2014 - tr...@suse.de
+
+- Update to Intel microcode version 20140430 (bnc#876073)
+
+---

Old:

  microcode-20140122.tgz

New:

  microcode-20140430.tgz



Other differences:
--
++ ucode-intel.spec ++
--- /var/tmp/diff_new_pack.XxaYjw/_old  2014-05-06 14:03:50.0 +0200
+++ /var/tmp/diff_new_pack.XxaYjw/_new  2014-05-06 14:03:50.0 +0200
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   ucode-intel
-Version:20140122
+Version:20140430
 Release:0
 Summary:Microcode Updates for Intel x86/x86-64 CPUs
 License:SUSE-Firmware

++ microcode-20140122.tgz -> microcode-20140430.tgz ++
 2429 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-reipl for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-reipl for openSUSE:Factory 
checked in at 2014-05-06 14:04:17

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


Package is "yast2-reipl"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-reipl/yast2-reipl.changes  2014-05-02 
19:23:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-reipl.new/yast2-reipl.changes 
2014-05-06 14:04:19.0 +0200
@@ -1,0 +2,7 @@
+Mon May  5 15:42:32 UTC 2014 - jreidin...@suse.com
+
+- call chreipl without target prefix as it is called in chroot
+  ( patch by Ihno )
+- 3.1.3
+
+---

Old:

  yast2-reipl-3.1.2.tar.bz2

New:

  yast2-reipl-3.1.3.tar.bz2



Other differences:
--
++ yast2-reipl.spec ++
--- /var/tmp/diff_new_pack.KyQbB1/_old  2014-05-06 14:04:20.0 +0200
+++ /var/tmp/diff_new_pack.KyQbB1/_new  2014-05-06 14:04:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-reipl-3.1.2.tar.bz2 -> yast2-reipl-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.2/package/yast2-reipl.changes 
new/yast2-reipl-3.1.3/package/yast2-reipl.changes
--- old/yast2-reipl-3.1.2/package/yast2-reipl.changes   2014-05-02 
14:49:51.0 +0200
+++ new/yast2-reipl-3.1.3/package/yast2-reipl.changes   2014-05-05 
17:54:51.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon May  5 15:42:32 UTC 2014 - jreidin...@suse.com
+
+- call chreipl without target prefix as it is called in chroot
+  ( patch by Ihno )
+- 3.1.3
+
+---
 Fri May  2 12:21:49 UTC 2014 - jreidin...@suse.com
 
 - adapt module to SLE12 code base (bcn#875515) ( patch by Ihno )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.2/package/yast2-reipl.spec 
new/yast2-reipl-3.1.3/package/yast2-reipl.spec
--- old/yast2-reipl-3.1.2/package/yast2-reipl.spec  2014-05-02 
14:49:51.0 +0200
+++ new/yast2-reipl-3.1.3/package/yast2-reipl.spec  2014-05-05 
17:54:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-reipl
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-reipl-3.1.2/src/modules/Reipl.rb 
new/yast2-reipl-3.1.3/src/modules/Reipl.rb
--- old/yast2-reipl-3.1.2/src/modules/Reipl.rb  2014-05-02 14:49:51.0 
+0200
+++ new/yast2-reipl-3.1.3/src/modules/Reipl.rb  2014-05-05 17:54:51.0 
+0200
@@ -114,7 +114,7 @@
 # @return a map of the new target configuration.
 def IPL_from_boot_zipl
   # get target information
-  result = Yast::SCR.Execute(path(".target.bash_output"), "chreipl node 
/mnt/boot/zipl")
+  result = Yast::SCR.Execute(path(".target.bash_output"), "chreipl node 
/boot/zipl")
   return result["exit"] == 0
 end
 

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



commit wxWidgets-3_0 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory 
checked in at 2014-05-06 14:04:00

Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new (New)


Package is "wxWidgets-3_0"

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0.changes  
2014-04-17 14:11:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxWidgets-3_0.changes 
2014-05-06 14:04:00.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 25 21:53:59 UTC 2014 - jeng...@inai.de
+
+- Remove unused "ansi" configuration: wxWidgets 3 in Unicode mode
+  supports both char* and wchar_t*.
+
+---

Old:

  wxWidgets-3_0-ansi.spec.disabled



Other differences:
--
++ wxWidgets-3_0.spec ++
 1040 lines (skipped)
 between /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxWidgets-3_0.spec
 and /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxWidgets-3_0.spec

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



commit systemtap for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package systemtap for openSUSE:Factory 
checked in at 2014-05-06 14:03:28

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


Package is "systemtap"

Changes:

--- /work/SRC/openSUSE:Factory/systemtap/systemtap-docs.changes 2013-12-22 
19:37:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap-docs.changes
2014-05-06 14:03:30.0 +0200
@@ -1,0 +2,8 @@
+Fri May  2 19:50:28 UTC 2014 - to...@suse.com
+
+- Update to version 2.5. See systemtap.spec for changelog
+- Drop patch: langref.tex-add-option-to-babel-setup.patch (upstream)
+- Patch systemtap-docs-autoconf-version.diff was still present
+  despite being "dropped" in 2.4,  really delete it
+
+---
--- /work/SRC/openSUSE:Factory/systemtap/systemtap.changes  2013-11-22 
19:09:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemtap.new/systemtap.changes 2014-05-06 
14:03:30.0 +0200
@@ -1,0 +2,7 @@
+Fri May  2 19:48:19 UTC 2014 - to...@suse.com
+
+- Update to version 2.5
+  Changelog: 
+2.5: https://sourceware.org/ml/systemtap/2014-q2/msg00103.html
+
+---

Old:

  langref.tex-add-option-to-babel-setup.patch
  systemtap-2.4.tar.gz
  systemtap-docs-autoconf-version.diff

New:

  systemtap-2.5.tar.gz



Other differences:
--
++ systemtap-docs.spec ++
--- /var/tmp/diff_new_pack.mKnNWY/_old  2014-05-06 14:03:31.0 +0200
+++ /var/tmp/diff_new_pack.mKnNWY/_new  2014-05-06 14:03:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package systemtap-docs
 #
-# 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
@@ -37,7 +37,7 @@
 BuildRequires:  tex(float.sty)
 BuildRequires:  tex(fullpage.sty)
 
-Version:2.4
+Version:2.5
 Release:0
 Summary:Documents and examples for systemtap
 License:GPL-2.0+
@@ -47,7 +47,6 @@
 Source2:README-BEFORE-ADDING-PATCHES
 Patch1: systemtap-docdir-fix.diff
 Patch2: systemtap-xmlto-fop.diff
-Patch3: langref.tex-add-option-to-babel-setup.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -59,7 +58,6 @@
 %setup -n systemtap-%{version} -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 # fix interpreter

++ systemtap.spec ++
--- /var/tmp/diff_new_pack.mKnNWY/_old  2014-05-06 14:03:31.0 +0200
+++ /var/tmp/diff_new_pack.mKnNWY/_new  2014-05-06 14:03:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package systemtap
 #
-# 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
@@ -27,7 +27,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  systemd
-Version:2.4
+Version:2.5
 Release:0
 Summary:Instrumentation System
 License:GPL-2.0+
@@ -139,6 +139,7 @@
 %{_libexecdir}/%{name}/stap-env
 %{_libexecdir}/%{name}/stap-authorize-cert
 %{_mandir}/man8/staprun.8*
+%{_mandir}/man8/systemtap.8*
 %{_mandir}/man8/stapsh.8*
 
 %files server

++ systemtap-2.4.tar.gz -> systemtap-2.5.tar.gz ++
 82497 lines of diff (skipped)

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



commit sblim-sfcb for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package sblim-sfcb for openSUSE:Factory 
checked in at 2014-05-06 14:03:23

Comparing /work/SRC/openSUSE:Factory/sblim-sfcb (Old)
 and  /work/SRC/openSUSE:Factory/.sblim-sfcb.new (New)


Package is "sblim-sfcb"

Changes:

--- /work/SRC/openSUSE:Factory/sblim-sfcb/sblim-sfcb.changes2014-03-30 
12:28:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.sblim-sfcb.new/sblim-sfcb.changes   
2014-05-06 14:03:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 25 10:02:31 UTC 2014 - kkae...@suse.com
+
+- Ensure cmpi-provider-register is present (bnc#874811)
+
+---



Other differences:
--
++ sblim-sfcb.spec ++
--- /var/tmp/diff_new_pack.GBJeeK/_old  2014-05-06 14:03:25.0 +0200
+++ /var/tmp/diff_new_pack.GBJeeK/_new  2014-05-06 14:03:25.0 +0200
@@ -96,7 +96,9 @@
 Requires:   pam
 # Added NWP - dependency on cim-schema instead of inbuilt schema
 Requires:   cim-schema
-PreReq: /usr/sbin/groupadd /usr/sbin/groupmod
+PreReq: /usr/sbin/groupadd
+PreReq: /usr/sbin/groupmod
+PreReq: cmpi-provider-register > 1.0
 
 %description
 Small Footprint CIM Broker (sfcb) is a CIM server conforming to the CIM

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



commit salt for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2014-05-06 14:03:03

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2014-04-30 
15:12:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2014-05-06 
14:03:04.0 +0200
@@ -1,0 +2,18 @@
+Mon May  5 18:19:29 UTC 2014 - abo...@gmail.com
+
+- Updated to 2014.1.4
+  - Fix setup.py dependency issue (issue 12031)
+  - Fix handling for IOErrors under certain circumstances (issue 11783 and 
issue 11853)
+  - Fix fatal exception when `/proc/1/cgroup` is not readable (issue 11619)
+  - Fix os grains for OpenSolaris (issue 11907)
+  - Fix `lvs.zero` module argument pass-through (issue 9001)
+  - Fix bug in `debian_ip` interaction with `network.system` state (issue 
11164)
+  - Remove bad binary package verification code (issue 12177)
+  - Fix traceback in solaris package installation (issue 12237)
+  - Fix `file.directory` state symlink handling (issue 12209)
+  - Remove `external_ip` grain
+  - Fix `file.managed` makedirs issues (issue 10446)
+  - Fix hang on non-existent Windows drive letter for `file` module (issue 
9880)
+  - Fix salt minion caching all users on the server (issue 9743)
+
+---

Old:

  salt-2014.1.3.tar.gz

New:

  salt-2014.1.4.tar.gz



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.K0JUnN/_old  2014-05-06 14:03:05.0 +0200
+++ /var/tmp/diff_new_pack.K0JUnN/_new  2014-05-06 14:03:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   salt
-Version:2014.1.3
+Version:2014.1.4
 Release:0
 Summary:A parallel remote execution system
 License:Apache-2.0

++ salt-2014.1.3.tar.gz -> salt-2014.1.4.tar.gz ++
 3624 lines of diff (skipped)

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



commit rng-tools for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package rng-tools for openSUSE:Factory 
checked in at 2014-05-06 14:02:58

Comparing /work/SRC/openSUSE:Factory/rng-tools (Old)
 and  /work/SRC/openSUSE:Factory/.rng-tools.new (New)


Package is "rng-tools"

Changes:

--- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes  2013-12-30 
10:39:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2014-05-06 
14:02:59.0 +0200
@@ -1,0 +2,13 @@
+Wed Apr 30 03:54:36 UTC 2014 - crrodrig...@opensuse.org
+
+- Fix automagic startup with udev/systemd virtio-rng KERNEL
+  name is hw_random not hwrng..
+
+---
+Wed Apr 30 03:15:22 UTC 2014 - crrodrig...@opensuse.org
+
+- in some parallel universe --fill-watermark took a percentage
+  value, not in this incarnation at least, where it takes
+  an integer. just use the sane builtin default 
+
+---



Other differences:
--
++ rng-tools.spec ++
--- /var/tmp/diff_new_pack.z4AzTx/_old  2014-05-06 14:03:00.0 +0200
+++ /var/tmp/diff_new_pack.z4AzTx/_new  2014-05-06 14:03:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rng-tools
 #
-# 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

++ 90-hwrng.rules ++
--- /var/tmp/diff_new_pack.z4AzTx/_old  2014-05-06 14:03:00.0 +0200
+++ /var/tmp/diff_new_pack.z4AzTx/_new  2014-05-06 14:03:00.0 +0200
@@ -1 +1,2 @@
-ACTION=="add", KERNEL=="hwrng", SUBSYSTEM=="misc", TAG+="systemd", 
ENV{SYSTEMD_WANTS}+="rng-tools.service"
+ACTION=="add", KERNEL=="hwrng|hw_random", SUBSYSTEM=="misc", TAG+="systemd", 
ENV{SYSTEMD_WANTS}+="rng-tools.service"
+

++ rng-tools.service ++
--- /var/tmp/diff_new_pack.z4AzTx/_old  2014-05-06 14:03:00.0 +0200
+++ /var/tmp/diff_new_pack.z4AzTx/_new  2014-05-06 14:03:00.0 +0200
@@ -3,7 +3,7 @@
 
 [Service]
 CapabilityBoundingSet=CAP_SYS_ADMIN
-ExecStart=/usr/sbin/rngd --foreground --fill-watermark=90%
+ExecStart=/usr/sbin/rngd --foreground
 
 [Install]
 WantedBy=multi-user.target

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



commit pcre for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package pcre for openSUSE:Factory checked in 
at 2014-05-06 14:02:23

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


Package is "pcre"

Changes:

--- /work/SRC/openSUSE:Factory/pcre/pcre.changes2014-04-06 
09:54:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcre.new/pcre.changes   2014-05-06 
14:02:24.0 +0200
@@ -1,0 +2,13 @@
+Sat May  3 06:07:56 UTC 2014 - co...@suse.com
+
+- update to 0.35:
+  There have been performance improvements for classes containing non-ASCII
+  characters and the "auto-possessification" feature has been extended. Other
+  minor improvements have been implemented and bugs fixed. There is a new 
callout
+  feature to enable applications to do detailed stack checks at compile time, 
to
+  avoid running out of stack for deeply nested parentheses. The JIT compiler 
has
+  been extended with experimental support for ARM-64, MIPS-64, and PPC-LE.
+- add pcre-commit1472.patch from SVN to work with gcc49, see
+  http://bugs.exim.org/show_bug.cgi?id=1463
+
+---

Old:

  pcre-8.34.tar.bz2
  pcre-8.34.tar.bz2.sig

New:

  pcre-8.35.tar.bz2
  pcre-8.35.tar.bz2.sig
  pcre-commit1472.patch



Other differences:
--
++ pcre.spec ++
--- /var/tmp/diff_new_pack.0UJHOA/_old  2014-05-06 14:02:25.0 +0200
+++ /var/tmp/diff_new_pack.0UJHOA/_new  2014-05-06 14:02:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pcre
-Version:8.34
+Version:8.35
 Release:0
 Summary:A library for Perl-compatible regular expressions
 License:BSD-3-Clause
@@ -33,6 +33,8 @@
 Patch0: pcre-8.32-visibility.patch
 #PATCH-FIX-OPENSUSE tchva...@suse.cz upstream thinks it is good idea to use 
rpath, taken from RH
 Patch1: pcre-8.21-multilib.patch
+#PATCH-FIX-UPSTREAM http://bugs.exim.org/show_bug.cgi?id=1463
+Patch2: pcre-commit1472.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -153,6 +155,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2
 
 %build
 # Available JIT archs see sljit/sljitConfig.h

++ pcre-8.34.tar.bz2 -> pcre-8.35.tar.bz2 ++
 43179 lines of diff (skipped)

++ pcre-commit1472.patch ++
Index: configure.ac
===
--- configure.ac(Revision 1471)
+++ configure.ac(Revision 1472)
@@ -9,9 +9,9 @@
 dnl be defined as -RC2, for example. For real releases, it should be empty.
 
 m4_define(pcre_major, [8])
-m4_define(pcre_minor, [35])
-m4_define(pcre_prerelease, [])
-m4_define(pcre_date, [2014-04-04])
+m4_define(pcre_minor, [36])
+m4_define(pcre_prerelease, [-RC1])
+m4_define(pcre_date, [2014-04-21])
 
 # NOTE: The CMakeLists.txt file searches for the above variables in the first
 # 50 lines of this file. Please update that if the variables above are moved.
Index: pcrecpp.cc
===
--- pcrecpp.cc  (Revision 1471)
+++ pcrecpp.cc  (Revision 1472)
@@ -511,7 +511,7 @@
 return 0;
   }
 
-  pcre_extra extra = { 0, 0, 0, 0, 0, 0 };
+  pcre_extra extra = { 0, 0, 0, 0, 0, 0, 0, 0 };
   if (options_.match_limit() > 0) {
 extra.flags |= PCRE_EXTRA_MATCH_LIMIT;
 extra.match_limit = options_.match_limit();
@@ -660,6 +660,8 @@
 /* Parsers for various types */
 
 bool Arg::parse_null(const char* str, int n, void* dest) {
+  (void)str;
+  (void)n; 
   // We fail if somebody asked us to store into a non-NULL void* pointer
   return (dest == NULL);
 }
Index: ChangeLog
===
--- ChangeLog   (Revision 1471)
+++ ChangeLog   (Revision 1472)
@@ -1,6 +1,18 @@
 ChangeLog for PCRE
 --
 
+Version 8.36 xx-xxx-2014
+
+
+1.  Got rid of some compiler warnings in the C++ modules that were shown up by
+-Wmissing-field-initializers and -Wunused-parameter.
+
+2.  The tests for quantifiers being too big (greater than 65535) were being
+applied after reading the number, and stupidly assuming that integer 
+overflow would give a negative number. The tests are now applied as the 
+numbers are read.
+
+
 Version 8.35 04-April-2014
 --
 
Index: pcre_stringpiece_unittest.cc
===
--- pcre_stringpiece_unittest.cc(Revision 1471)
+++ pcre_stringpiece_unittest.cc(Revision 1472)
@@ -142,6 +142,8 @@
 }
 
 int main(int argc, char** argv) {
+  (void)argc;
+  (void)argv; 
   CheckComparisonOperators();
   CheckSTLComparator();
 

commit qtcurve-kde4 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package qtcurve-kde4 for openSUSE:Factory 
checked in at 2014-05-06 14:02:37

Comparing /work/SRC/openSUSE:Factory/qtcurve-kde4 (Old)
 and  /work/SRC/openSUSE:Factory/.qtcurve-kde4.new (New)


Package is "qtcurve-kde4"

Changes:

--- /work/SRC/openSUSE:Factory/qtcurve-kde4/qtcurve-kde4.changes
2014-02-02 17:39:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtcurve-kde4.new/qtcurve-kde4.changes   
2014-05-06 14:02:38.0 +0200
@@ -1,0 +2,11 @@
+Mon May  5 17:21:14 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Build Qt5 style for 13.1 and newer:
+  * Create qtcurve-qt5 subpackage
+  * Added omit_deprecated_apis.patch, removes usage of filehooks API
+removed with Qt 5.3
+  * Added BuildRequires:  pkgconfig(Qt5Core), pkgconfig(Qt5Gui),
+pkgconfig(Qt5Widgets), pkgconfig(Qt5Svg), pkgconfig(Qt5DBus),
+pkgconfig(Qt5X11Extras) and libQt5Widgets-private-headers-devel
+
+---

New:

  omit_deprecated_apis.patch



Other differences:
--
++ qtcurve-kde4.spec ++
--- /var/tmp/diff_new_pack.kbbMQe/_old  2014-05-06 14:02:39.0 +0200
+++ /var/tmp/diff_new_pack.kbbMQe/_new  2014-05-06 14:02:39.0 +0200
@@ -24,10 +24,26 @@
 Group:  System/GUI/KDE
 Url:https://github.com/QtCurve/qtcurve
 Source0:qtcurve-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM omit_deprecated_apis.patch -- filedialog hooks are 
removed from Qt 5.3
+Patch0: omit_deprecated_apis.patch
 BuildRequires:  gtk2-devel
 BuildRequires:  kdebase4-workspace-devel
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb)
+%if %suse_version > 1230
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Quick)
+BuildRequires:  pkgconfig(Qt5Svg)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+%if %suse_version > 1310
+BuildRequires:  libQt5Widgets-private-headers-devel
+%else
+BuildRequires:  libqt5-qtbase-private-headers-devel
+%endif
+%endif
 Requires:   libqtcurve-utils1 = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -63,12 +79,26 @@
 This package contains the QtCurve engine for GTK+ 2. QtCurve is a set
 of widget styles available for Qt and GTK+.
 
+%if %suse_version > 1230
+%package -n qtcurve-qt5
+Summary:QtCurve style for Qt 5
+Group:  System/GUI/KDE
+
+%description -n qtcurve-qt5
+This package contains the QtCurve style for Qt 5. QtCurve is a set
+of widget styles available for Qt and GTK+.
+%endif
+
 %prep
 %setup -q -n qtcurve-%{version}
+%patch0 -p1
 
 %build
-# Don't build Qt5 deco/style yet
+%if %suse_version > 1230
+  %cmake_kde4 -d build -- -DENABLE_QT5=ON -DENABLE_GTK2=ON
+%else
   %cmake_kde4 -d build -- -DENABLE_QT5=OFF -DENABLE_GTK2=ON
+%endif
   %make_jobs
 
 %install
@@ -121,4 +151,11 @@
 %{_kde4_libdir}/gtk-2.0/*/engines/libqtcurve.*
 %{_kde4_datadir}/themes/QtCurve/
 
+%if %suse_version > 1230
+%files -n qtcurve-qt5
+%defattr(-,root,root)
+%doc ChangeLog.md COPYING README.md TODO.md
+%{_libqt5_plugindir}/
+%endif
+
 %changelog

++ omit_deprecated_apis.patch ++
--- qtcurve-1.8.18.orig/qt5/style/qtcurve_api.cpp   2014-01-25 
21:13:54.0 +0100
+++ qtcurve-1.8.18/qt5/style/qtcurve_api.cpp2014-05-05 19:13:12.045008210 
+0200
@@ -67,25 +67,6 @@
 
 #include 
 
-extern QString (*qt_filedialog_existing_directory_hook)(
-QWidget *parent, const QString &caption, const QString &dir,
-QFileDialog::Options options);
-
-extern QString (*qt_filedialog_open_filename_hook)(
-QWidget *parent, const QString &caption, const QString &dir,
-const QString &filter, QString *selectedFilter,
-QFileDialog::Options options);
-
-extern QStringList (*qt_filedialog_open_filenames_hook)(
-QWidget * parent, const QString &caption, const QString &dir,
-const QString &filter, QString *selectedFilter,
-QFileDialog::Options options);
-
-extern QString (*qt_filedialog_save_filename_hook)(
-QWidget *parent, const QString &caption, const QString &dir,
-const QString &filter, QString *selectedFilter,
-QFileDialog::Options options);
-
 namespace QtCurve {
 
 void
@@ -163,13 +144,6 @@ Style::polish(QApplication *app)
 opts.menuBgndAppearance = APPEARANCE_FLAT;
 }
 
-if (opts.useQtFileDialogApps.contains(appName)) {
-qt_filedialog_existing_directory_hook = 0L;
-qt_filedialog_open_filename_hook = 0L;
-qt_filedialog_open_filenames_hook = 0L;
-qt_filedialog_save_filename_hook = 0L;
-}
-
 QCommonStyle::polish(app);
 if (opts.hideShortcutUnderline) {
   

commit quilt for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2014-05-06 14:02:46

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


Package is "quilt"

Changes:

--- /work/SRC/openSUSE:Factory/quilt/quilt.changes  2014-04-26 
06:06:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2014-05-06 
14:02:47.0 +0200
@@ -1,0 +2,23 @@
+Fri Apr 25 18:16:09 CEST 2014 - jdelv...@suse.de
+
+- quilt-bash_completion-fix-completion-of-patch-names.patch: Fix
+  bash completion of patch names (bnc#872719)
+- quilt-boost-the-speed-of-series-applied-and-unapplied.patch:
+  Performance boost for series, applied and unapplied commands
+  (bnc#872719)
+- quilt-enable-patch-wrapper-test.patch: Re-enable testing of
+  patch-wrapper (bnc#872719)
+- quilt-files-return-nothing-if-there-are-no-files.patch: Fix quilt
+  files output when there are no files (bnc#872719)
+- quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch: Fix
+  quilt diff -z on file names including spaces (bnc#872719)
+- quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch:
+  Fix patches heuristic for unapplied patches with timestamps
+  (bnc#872719)
+- quilt-patches-optimize-processing-of-unapplied-patches.patch,
+  quilt-patches-optimize-the-multiple-files-case.patch: Fix
+  performance regression in quilt patches (bnc#872719)
+- quilt-refresh-fix-error-message.patch: Fix refresh error message
+ (bnc#872719)
+
+---

New:

  quilt-bash_completion-fix-completion-of-patch-names.patch
  quilt-boost-the-speed-of-series-applied-and-unapplied.patch
  quilt-enable-patch-wrapper-test.patch
  quilt-files-return-nothing-if-there-are-no-files.patch
  quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch
  quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch
  quilt-patches-optimize-processing-of-unapplied-patches.patch
  quilt-patches-optimize-the-multiple-files-case.patch
  quilt-refresh-fix-error-message.patch



Other differences:
--
++ quilt.spec ++
--- /var/tmp/diff_new_pack.sg4auw/_old  2014-05-06 14:02:48.0 +0200
+++ /var/tmp/diff_new_pack.sg4auw/_new  2014-05-06 14:02:48.0 +0200
@@ -44,6 +44,15 @@
 Patch3: patch-wrapper-rpm.diff
 Patch4: setup-check-for-rpmbuild.patch
 Patch5: suse-workaround-pseudo-release.patch
+Patch6: quilt-bash_completion-fix-completion-of-patch-names.patch
+Patch7: quilt-refresh-fix-error-message.patch
+Patch8: quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch
+Patch9: quilt-files-return-nothing-if-there-are-no-files.patch
+Patch10:quilt-patches-optimize-processing-of-unapplied-patches.patch
+Patch11:quilt-patches-optimize-the-multiple-files-case.patch
+Patch12:quilt-boost-the-speed-of-series-applied-and-unapplied.patch
+Patch13:
quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch
+Patch14:quilt-enable-patch-wrapper-test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: procmail
@@ -68,6 +77,15 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
 
 %build
 # --with-rpmbuild=/usr/lib/rpm/rpmb:

++ quilt-bash_completion-fix-completion-of-patch-names.patch ++
From: Jean Delvare 
Date: Tue, 7 Jan 2014 16:56:16 +0100
Subject: bash_completion: Fix completion of patch names
Patch-mainline: yes
Git-commit: f535e6f731668035a3fa2472628ba82146ea7262
References: bnc#872719

When the user's quilt configuration file (~/.quiltrc or
/etc/quilt.quiltrc) contains QUILT_PATCHES_PREFIX=yes (and the
default /etc/quilt.quiltrc does), bash completion chokes on patch
names. This is because quilt series, applied and unapplied return
relative patch names instead of the expected absolute patch names.

This can be solved by skipping configuration files when quilt is
called from the bash completion script.

This fixes bug #27111:
https://savannah.nongnu.org/bugs/index.php?27111

diff --git a/bash_completion b/bash_completion
index 19736cb..0918598 100644
--- a/bash_completion
+++ b/bash_completion
@@ -6,6 +6,11 @@
 # This file is part of the distribution of quilt, and is distributed under
 # the same licence than quilt itself
 
+# WARNING: This script doesn't read user or system quiltrc files, and assumes
+# that QUILT_PC is left unchanged. If you have changed QUILT_PC and want
+# completion to work then you must set QUILT_PC in your global environment
+# (for example in ~/.profi

commit rabbitmq-server for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2014-05-06 14:02:53

Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old)
 and  /work/SRC/openSUSE:Factory/.rabbitmq-server.new (New)


Package is "rabbitmq-server"

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2014-04-20 11:36:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2014-05-06 14:02:54.0 +0200
@@ -1,0 +2,13 @@
+Mon May  5 12:49:05 UTC 2014 - dmuel...@suse.com
+
+- update to 3.3.1:
+  * Bug fixes
+  * Security fixes to MQTT and shovel
+  * see http://www.rabbitmq.com/release-notes/README-3.3.1.txt
+
+---
+Wed Apr 30 00:08:33 UTC 2014 - dmuel...@suse.com
+
+- do not install init script on systemd distros 
+
+---

Old:

  rabbitmq-server-3.3.0.tar.gz

New:

  rabbitmq-server-3.3.1.tar.gz



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.DHTOHh/_old  2014-05-06 14:02:56.0 +0200
+++ /var/tmp/diff_new_pack.DHTOHh/_new  2014-05-06 14:02:56.0 +0200
@@ -24,7 +24,7 @@
 %endif
 
 Name:   rabbitmq-server
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:The RabbitMQ Server
 License:MPL-1.1
@@ -119,14 +119,15 @@
   DOC_INSTALL_DIR=%{buildroot}/%{_docdir} \
   VERSION=%{version}
 
+%if 0%{?have_systemd}
+install -p -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
+%else
 # Install init scripts
 install -p -D -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/rabbitmq-server
 mkdir -p %{buildroot}%{_sbindir}
 ln -sf %{_initddir}/rabbitmq-server %{buildroot}%{_sbindir}/rcrabbitmq-server
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -p -D -m 644 %{SOURCE5} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.rabbitmq-server
-%if 0%{?have_systemd}
-install -p -D -m 644 %{SOURCE6} %{buildroot}%{_unitdir}/%{name}.service
 %endif
 
 # Install wrapper scripts
@@ -185,23 +186,26 @@
 exit 0
 
 %post
-%fillup_and_insserv rabbitmq-server
 %if 0%{?have_systemd}
 %service_add_post %{name}.service
 systemd-tmpfiles --create --clean /usr/lib/tmpfiles.d/rabbitmq-server.conf
+%else
+%fillup_and_insserv rabbitmq-server
 %endif
 
 %preun
-%stop_on_removal rabbitmq-server
 %if 0%{?have_systemd}
 %service_del_preun %{name}.service
+%else
+%stop_on_removal rabbitmq-server
 %endif
 
 %postun
-%restart_on_update rabbitmq-server
-%insserv_cleanup
 %if 0%{?have_systemd}
 %service_del_postun %{name}.service
+%else
+%restart_on_update rabbitmq-server
+%insserv_cleanup
 %endif
 
 %files -f ../filelist.%{name}.rpm
@@ -213,11 +217,12 @@
 %{_rabbit_libdir}/bin
 %dir %{_rabbit_libdir}/lib
 %{_rabbit_erllibdir}
-%{_initddir}/rabbitmq-server
-%{_sbindir}/rcrabbitmq-server
 %if 0%{?have_systemd}
 %{_unitdir}/%{name}.service
 /usr/lib/tmpfiles.d/rabbitmq-server.conf
+%else
+%{_sbindir}/rcrabbitmq-server
+%{_initddir}/rabbitmq-server
 %endif
 %dir /usr/lib/ocf
 %dir /usr/lib/ocf/resource.d

++ rabbitmq-server-3.3.0.tar.gz -> rabbitmq-server-3.3.1.tar.gz ++
 2690 lines of diff (skipped)

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



commit python-sphinxcontrib-pecanwsme for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-pecanwsme for 
openSUSE:Factory checked in at 2014-05-06 14:02:30

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new (New)


Package is "python-sphinxcontrib-pecanwsme"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-pecanwsme/python-sphinxcontrib-pecanwsme.changes
2014-03-07 07:06:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-pecanwsme.new/python-sphinxcontrib-pecanwsme.changes
   2014-05-06 14:02:31.0 +0200
@@ -1,0 +2,14 @@
+Tue May  6 08:46:27 UTC 2014 - dmuel...@suse.com
+
+- update to version 0.8:
+  + Fix make rst for method not using wsme
+
+---
+Tue Mar 18 08:15:57 UTC 2014 - speili...@suse.com
+
+- Update to version 0.7.1:
+  + update announce.rst for 0.7.1 release
+  + Fix formatting issue for docstrings without param list
+  + fix tags syntax
+
+---

Old:

  sphinxcontrib-pecanwsme-0.7.tar.gz

New:

  sphinxcontrib-pecanwsme-0.8.0.tar.gz



Other differences:
--
++ python-sphinxcontrib-pecanwsme.spec ++
--- /var/tmp/diff_new_pack.wSn1uh/_old  2014-05-06 14:02:32.0 +0200
+++ /var/tmp/diff_new_pack.wSn1uh/_new  2014-05-06 14:02:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-pecanwsme
-Version:0.7
+Version:0.8.0
 Release:0
 Summary:Extension to Sphinx for documenting APIs built with Pecan and 
WSME
 License:Apache-2.0

++ sphinxcontrib-pecanwsme-0.7.tar.gz -> 
sphinxcontrib-pecanwsme-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/AUTHORS 
new/sphinxcontrib-pecanwsme-0.8.0/AUTHORS
--- old/sphinxcontrib-pecanwsme-0.7/AUTHORS 2014-02-20 17:27:23.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/AUTHORS   2014-04-28 16:54:01.0 
+0200
@@ -5,3 +5,4 @@
 Imre Farkas 
 Mehdi Abaakouk 
 Monty Taylor 
+Pierre Padrixe 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-pecanwsme-0.7/ChangeLog 
new/sphinxcontrib-pecanwsme-0.8.0/ChangeLog
--- old/sphinxcontrib-pecanwsme-0.7/ChangeLog   2014-02-20 17:27:23.0 
+0100
+++ new/sphinxcontrib-pecanwsme-0.8.0/ChangeLog 2014-04-28 16:54:01.0 
+0200
@@ -1,158 +1,55 @@
-commit 6b412cceb19d9a0b521012ec6bccca30e701f032
-Author: Doug Hellmann 
-Date:   Thu Feb 20 11:24:36 2014 -0500
-
-Update announcement for 0.7 release
-
-Change-Id: I326f5497f3450a8cd5e42a5d5680e3d2e4d60bca
-
-commit 55c36f7d1608d5a807fffcc38cb3e3cc8abce17e
-Merge: c5655da 5357d09
-Author: Doug Hellmann 
-Date:   Thu Feb 20 11:05:48 2014 -0500
-
-Merge pull request #12 from ildikov/master
-
-Remove trailing slash from URLs
-
-commit 5357d09a13e5211d624ce7c6a4d9f46c6aae5d7e
-Author: Ildiko Vancsa 
-Date:   Tue Feb 11 18:56:52 2014 +0100
-
-Remove trailing slash from URLs
-
-Remove the trailing slash from the end of the URLs, as it results
-in misleading feature documentation, see Ceilometer bug #1202744.
-
-commit c5655da204d9a2c16fdc048662cd5a7c5bf01812
-Author: Doug Hellmann 
-Date:   Fri Jan 10 11:57:56 2014 -0500
-
-update announcement file for 0.6 release
-
-commit 8c4646bcad772a5add271e32437639b1a8834821
-Merge: 6c01ed3 d4fb0fa
-Author: Doug Hellmann 
-Date:   Fri Jan 10 08:54:44 2014 -0800
-
-Merge pull request #11 from ifarkas/add_missing_http_methods
-
-Add support for PATCH and DELETE methods
-
-commit d4fb0fa28defe6783fde66fa01ac9acd51a8d220
-Author: Imre Farkas 
-Date:   Thu Jan 9 14:20:12 2014 +0100
-
-Add support for PATCH and DELETE methods
-
-While Sphinx supports both the DELETE and the PATCH HTTP methods, the WSME 
extension doesn't.
-
-All credit goes to Haomeng Wang, by whom the solution was suggested:
-https://bugs.launchpad.net/ironic/+bug/1261917
-
-Fixes #10
-
-commit 6c01ed34ba0348cd81ec83c398da77468704acee
-Author: Doug Hellmann 
-Date:   Wed Oct 2 08:43:49 2013 -0400
-
-add link to pypi page
-
-commit d739f25cf684e8d60c81853500bfd69f6bfe39e1
-Author: Doug Hellmann 
-Date:   Wed Oct 2 08:40:22 2013 -0400
-
-add announcement file before tagging release
-
-commit 3530f37352c26869352e1baf0545c58831eab7ff
-Merge: 4dba9ab 0f9e154
-Author: Doug Hellmann 
-Date:   Mon Sep 23 13:35:47 2013 -0700
-
-Merge pull request #5 from enovance/sileht/multiple_method_for_one_verb
-
-Add rest verb as prefix for custom_acti

commit nagios for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package nagios for openSUSE:Factory checked 
in at 2014-05-06 14:02:14

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


Package is "nagios"

Changes:

--- /work/SRC/openSUSE:Factory/nagios/nagios.changes2014-04-15 
11:46:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios.changes   2014-05-06 
14:02:16.0 +0200
@@ -1,0 +2,19 @@
+Sat May  3 18:27:45 UTC 2014 - l...@linux-schulserver.de
+
+- update to 4.0.6:
+  ENHANCEMENTS
+  * Added name of authenticated user to JSON CGI results object
+  * Added Nagios Core version to the Status JSON CGI programstatus query
+  * Added daemon status to main page
+  FIXES
+  * Fixed bug #600: Service Check Timeout State always returns OK (0) status
+  * Fixed bug #583: Status Check Output of (No output on stdout) stderr
+  * Fixed bug #573: Service checks returns (No output on stdout) stderr
+  * Fixed bug #438: Reloads during downtime causes wrong availability
+ calculations
+  * Fixed feed updates when daemon can not access external networks
+  * Archive JSON: Fixed bugs calculating availability
+  * Archive JSON: Allow missing logs to be skipped 
+- refreshed patches to apply with latest source
+
+---

Old:

  nagios-4.0.4-remove-date-time.patch
  nagios-4.0.5.tar.bz2

New:

  nagios-4.0.6-remove-date-time.patch
  nagios-4.0.6.tar.bz2



Other differences:
--
++ nagios.spec ++
--- /var/tmp/diff_new_pack.1rre8V/_old  2014-05-06 14:02:17.0 +0200
+++ /var/tmp/diff_new_pack.1rre8V/_new  2014-05-06 14:02:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nagios
-Version:4.0.5
+Version:4.0.6
 Release:0
 Summary:The Nagios Network Monitor
 License:GPL-2.0+
@@ -43,9 +43,10 @@
 Patch4: nagios-random_data.patch
 # PATCH-FIX-OPENSUSE disable Nagios online update checks for distributed 
packages
 Patch11:nagios-disable_phone_home.patch
-Patch12:nagios-4.0.4-remove-date-time.patch
 # PATCH-FIX-UPSTREAM fix against CVE-2014-1878
 Patch13:nagios-CVE-2014-1878.patch
+# PATCH-FIX-OPENSUSE fake compile time in json sources to avoid problems in OBS
+Patch14:nagios-4.0.6-remove-date-time.patch
 BuildRequires:  doxygen
 # yes: we still build for SLE10
 %if 0%{?suse_version} > 1020
@@ -198,12 +199,12 @@
 
 %prep
 %setup -q
-%patch2 -p0
-%patch3 -p0
+%patch2 -p1
+%patch3 -p1
 %patch4 -p1
 %patch11 -p1
-%patch12 -p1
 %patch13 -p1
+%patch14 -p1
 find -name ".gitignore" | xargs rm
 # fixing permissions the dirty way
 chmod 644 Changelog LEGAL LICENSE README sample-config/README 
sample-config/template-object/README

++ nagios-4.0.4-remove-date-time.patch -> 
nagios-4.0.6-remove-date-time.patch ++
--- /work/SRC/openSUSE:Factory/nagios/nagios-4.0.4-remove-date-time.patch   
2014-03-30 12:19:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.nagios.new/nagios-4.0.6-remove-date-time.patch  
2014-05-06 14:02:15.0 +0200
@@ -1,57 +1,45 @@
-From: Andreas Stieger 
-Date: Mon, 17 Mar 2014 19:18:34 +
-Subject: prevent unneccessary rebuilds due to __DATE__ and __TIME__ macros
-Upstream: no
-
-Fixes build warnings:
-nagios-www.i586: W: file-contains-date-and-time 
/usr/lib/nagios/cgi/statusjson.cgi
-nagios-www.i586: W: file-contains-date-and-time 
/usr/lib/nagios/cgi/objectjson.cgi
-nagios-www.i586: W: file-contains-date-and-time 
/usr/lib/nagios/cgi/archivejson.cgi
-Your file uses  __DATE and __TIME__ this causes the package to rebuild when
-not needed
-

- cgi/archivejson.c |2 +-
- cgi/objectjson.c  |2 +-
- cgi/statusjson.c  |2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
-Index: nagios-4.0.4/cgi/archivejson.c
+Index: nagios-4.0.6/cgi/archivejson.c
 ===
 nagios-4.0.4.orig/cgi/archivejson.c
-+++ nagios-4.0.4/cgi/archivejson.c
-@@ -742,7 +742,7 @@ int main(void) {
+--- nagios-4.0.6.orig/cgi/archivejson.c
 nagios-4.0.6/cgi/archivejson.c
+@@ -1,4 +1,4 @@
+-/**
++/**
+  *
+  * ARCHIVEJSON.C -  Nagios CGI for returning JSON-formatted archive data
+  *
+@@ -757,7 +757,7 @@ int main(void) {
json_result(query_time, THISCGI, 
svm_get_string_from_value(cgi_data.query, 
valid_queries), 
get_query_status(query_status, cgi_data.query),
--  compile_time(__DATE__, __T

commit lsvpd for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package lsvpd for openSUSE:Factory checked 
in at 2014-05-06 14:02:05

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


Package is "lsvpd"

Changes:

--- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes  2014-03-20 
07:06:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2014-05-06 
14:02:06.0 +0200
@@ -1,0 +2,7 @@
+Fri May  2 14:57:16 UTC 2014 - jloe...@suse.com
+
+- license amendment needs to be added to lsvpd (BNC#875781) 
+
+- added patches:
+  * lsvpd.grant_permission_to_link_with_librtas_library.patch
+---

New:

  lsvpd.grant_permission_to_link_with_librtas_library.patch



Other differences:
--
++ lsvpd.spec ++
--- /var/tmp/diff_new_pack.tIXDMS/_old  2014-05-06 14:02:07.0 +0200
+++ /var/tmp/diff_new_pack.tIXDMS/_new  2014-05-06 14:02:07.0 +0200
@@ -35,6 +35,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64 ppc64le
 Patch0: lsvpd.no-return-in-nonvoid-function.patch 
+Patch1: lsvpd.grant_permission_to_link_with_librtas_library.patch 
 
 %description
 The lsvpd package contains both the lsvpd, lscfg and lsmcode commands.
@@ -49,6 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="%{optflags} -UPCI_IDS -DPCI_IDS='\"/usr/share/pci.ids\"' 
-UUSB_IDS -DUSB_IDS='\"/usr/share/usb.ids\"'"

++ lsvpd.grant_permission_to_link_with_librtas_library.patch ++
--- a/COPYING
+++ b/COPYING
@@ -1,3 +1,11 @@
+Special Exception:
+  As a special exception, IBM gives permission to link the code
+of portions of this program against the librtas library, and
+distribute linked combinations including the two. You must obey
+the GNU General Public License in all respects for all of the
+code used other than librtas.
+
+
GNU GENERAL PUBLIC LICENSE
   Version 2, June 1991
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libgphoto2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-05-06 14:01:53

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


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2014-04-26 
06:06:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-05-06 14:01:59.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr 27 18:52:40 UTC 2014 - meiss...@suse.com
+
+- updated to 2.5.4.1 snapshot
+  - more nikon 1 fix work
+  - generate udev rules for /dev/sg* again
+
+---

Old:

  libgphoto2-2.5.4.tar.bz2
  libgphoto2-2.5.4.tar.bz2.asc

New:

  libgphoto2-2.5.4.1.tar.bz2
  libgphoto2-2.5.4.1.tar.bz2.asc



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.sAY7Um/_old  2014-05-06 14:02:01.0 +0200
+++ /var/tmp/diff_new_pack.sAY7Um/_new  2014-05-06 14:02:01.0 +0200
@@ -51,10 +51,10 @@
 Summary:A Digital Camera Library
 License:LGPL-2.1+
 Group:  Hardware/Camera
-Version:2.5.4
+Version:2.5.4.1
 Release:0
-Source0:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2
-Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
+Source0:%{name}-%{version}.tar.bz2
+Source1:%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -141,6 +141,9 @@
 %if 0%{?suse_version} > 1230
install -m 0755 -d $RPM_BUILD_ROOT/%{_udevhwdbdir}
./print-camera-list hwdb > 
$RPM_BUILD_ROOT/%{_udevhwdbdir}/20-gphoto.hwdb
+   # We still need UDEV rules for /dev/sg* and /dev/sd* for picture frames.
+   install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
+   ./print-camera-list udev-rules version 201 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
 %else
install -m 0755 -d   
$RPM_BUILD_ROOT%{_udevrulesdir}
./print-camera-list udev-rules version 175 > 
$RPM_BUILD_ROOT%{_udevrulesdir}/40-libgphoto2.rules
@@ -169,9 +172,8 @@
 %{_mandir}/man3/libgphoto2_port.3*
 %if 0%{?suse_version} > 1230
 %{_udevhwdbdir}/20-gphoto.hwdb
-%else
-%{_udevrulesdir}/40-libgphoto2.rules
 %endif
+%{_udevrulesdir}/40-libgphoto2.rules
 
 %files -n libgphoto2-%{major}-lang -f libgphoto2-all.lang
 
@@ -190,9 +192,8 @@
 /sbin/ldconfig
 %if 0%{?suse_version} > 1230
 %udev_hwdb_update
-%else
-udevadm control --reload 2>&1 > /dev/null || :
 %endif
+udevadm control --reload 2>&1 > /dev/null || :
 
 %postun -n %name-%major
 /sbin/ldconfig
@@ -200,9 +201,8 @@
 %if 0%{?suse_version} > 1230
 %udev_hwdb_update
 %udev_rules_update
-%else
-udevadm control --reload 2>&1 > /dev/null || :
 %endif
+udevadm control --reload 2>&1 > /dev/null || :
 fi
 
 %{nil}

++ libgphoto2-2.5.4.tar.bz2 -> libgphoto2-2.5.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.4.tar.bz2 
/work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2-2.5.4.1.tar.bz2 differ: 
char 11, line 1


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



commit LHAPDF for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package LHAPDF for openSUSE:Factory checked 
in at 2014-05-06 14:01:46

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


Package is "LHAPDF"

Changes:

--- /work/SRC/openSUSE:Factory/LHAPDF/LHAPDF.changes2014-05-05 
21:10:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.LHAPDF.new/LHAPDF.changes   2014-05-06 
14:01:47.0 +0200
@@ -1,0 +2,13 @@
+Sun May  4 07:20:17 UTC 2014 - badshah...@gmail.com
+
+- Update to version 6.1.0:
+  + Lots of changes since previously packaged version, see
+/usr/share/doc/packages/ChangeLog for a full list
+  + Now installs a pkgconfig file (introduces BuildRequires on
+pkg-config)
+  + Requires boost >= 1.53.0 (not available on <= 12.3).
+- Unnecessary rpaths and linker flags have been properly removed
+  from lhapdf-config by upstream, remove the temporary workaround
+  which was put in the spec file.
+
+---

Old:

  LHAPDF-6.0.4.tar.gz

New:

  LHAPDF-6.1.0.tar.gz



Other differences:
--
++ LHAPDF.spec ++
--- /var/tmp/diff_new_pack.aYhNGd/_old  2014-05-06 14:01:48.0 +0200
+++ /var/tmp/diff_new_pack.aYhNGd/_new  2014-05-06 14:01:48.0 +0200
@@ -17,21 +17,22 @@
 
 
 %define so_name libLHAPDF
+%define execname lhapdf
 
 Name:   LHAPDF
-Version:6.0.4
+Version:6.1.0
 Release:0
 Summary:A library for unified and easy to use interface to modern PDF 
sets
 License:GPL-3.0
 Group:  Development/Libraries/C and C++
 Url:http://lhapdf.hepforge.org
-Source: http://www.hepforge.org/archive/lhapdf/LHAPDF-6.0.4.tar.gz
-BuildRequires:  boost-devel
+Source: 
http://www.hepforge.org/archive/lhapdf/%{name}-%{version}.tar.gz
+BuildRequires:  boost-devel >= 1.53.0
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
 BuildRequires:  texlive-latex-bin
-BuildRequires:  yaml-cpp-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -116,11 +117,6 @@
 
 find %{buildroot}%{_libdir}/ -name "*.la" -delete
 
-# FIXME: Patch out unnecessary rpaths and linker flags, until upstream comes 
up with better fix
-# This has no consequence on application usage
-sed -i "s|-Wl,-R,/usr/local/lib ||g" %{buildroot}%{_bindir}/lhapdf-config
-sed -i "s|-L/usr/local/lib ||g" %{buildroot}%{_bindir}/lhapdf-config
-
 %post -n %{so_name}
 /sbin/ldconfig
 
@@ -134,13 +130,15 @@
 %files devel
 %defattr(-, root, root)
 %doc AUTHORS ChangeLog COPYING
-%{_bindir}/lhapdf-*
+%{_bindir}/%{execname}
+%{_bindir}/%{execname}-*
 %{_datadir}/%{name}/
 %{_includedir}/%{name}
+%{_libdir}/pkgconfig/%{execname}.pc
 
 %files -n python-%{name}
 %defattr(-, root, root)
 %{python_sitearch}/%{name}-*.egg-info
-%{python_sitearch}/lhapdf.so
+%{python_sitearch}/%{execname}.so
 
 %changelog

++ LHAPDF-6.0.4.tar.gz -> LHAPDF-6.1.0.tar.gz ++
 35919 lines of diff (skipped)

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



commit ksh for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package ksh for openSUSE:Factory checked in 
at 2014-05-06 14:01:19

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


Package is "ksh"

Changes:

--- /work/SRC/openSUSE:Factory/ksh/ksh.changes  2014-03-05 15:36:38.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ksh.new/ksh.changes 2014-05-06 
14:01:20.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 23 10:10:17 UTC 2014 - dmuel...@suse.com
+
+- avoid hanging build on probe run
+
+---



Other differences:
--
++ ksh.spec ++
--- /var/tmp/diff_new_pack.4vlivu/_old  2014-05-06 14:01:22.0 +0200
+++ /var/tmp/diff_new_pack.4vlivu/_new  2014-05-06 14:01:22.0 +0200
@@ -618,6 +618,7 @@
 s@^\+ g?cc@$SHELL msgcc -M-set=ast $includes@
s@[[:blank:]]-c[[:blank:]]([^[:blank:]\.]+/([^[:blank:]\.\/]+))\.c@ -c 
\1\.c -o msgs/\2\.mso@p
   }" ${root}/lib/package/gen/make.out > src/cmd/ksh93/doit
+%if %use_locale
   pushd src/cmd/ksh93
   mkdir msgs
   ${root}/lib/probe/C/pp/probe $(type -p gcc) > pp_default.h
@@ -626,6 +627,7 @@
   rm -rf msgs/
   popd
   msggen share/locale/C/LC_MESSAGES/libshell src/cmd/ksh93/libshell.msg
+%endif
   pushd ${root}/bin
   PATH=$PATH:.
   set -- $(shcomp --version 2>&1)

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



commit kdump for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-05-06 13:59:09

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


Package is "kdump"

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2014-04-22 
16:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-05-06 
13:59:10.0 +0200
@@ -1,0 +2,10 @@
+Mon May  5 11:40:52 UTC 2014 - ptesa...@suse.cz
+
+- Update to 0.8.11
+  o Use fast xz compression with dracut (bnc#870549)
+  o Mount boot/root partition only if needed
+  o Copy required programs to the initrd (bnc#874571).
+
+- kdump-0.8.10-dracut-xz-opt.patch: Dropped.
+
+---

Old:

  kdump-0.8.10-dracut-xz-opt.patch
  kdump-0.8.10-rpmlintrc
  kdump-0.8.10.tar.bz2

New:

  kdump-0.8.11-rpmlintrc
  kdump-0.8.11.tar.bz2



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.bAOUfr/_old  2014-05-06 13:59:11.0 +0200
+++ /var/tmp/diff_new_pack.bAOUfr/_new  2014-05-06 13:59:11.0 +0200
@@ -31,7 +31,7 @@
 Url:http://freehg.org/u/bwalle/kdump/
 
 Name:   kdump
-Version:0.8.10
+Version:0.8.11
 Release:0
 Requires:   curl
 Requires:   makedumpfile
@@ -59,7 +59,6 @@
 Source: %{name}-%{version}.tar.bz2
 Source2:%{name}-%{version}-rpmlintrc
 Source3:kdump.service
-Patch1: %{name}-%{version}-dracut-xz-opt.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
 Provides:   kdump-helpers = %{version}
@@ -97,7 +96,6 @@
 
 %prep
 %setup
-%patch1 -p1
 
 %build
 export CFLAGS="%optflags"

++ kdump-0.8.10-rpmlintrc -> kdump-0.8.11-rpmlintrc ++

++ kdump-0.8.10.tar.bz2 -> kdump-0.8.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-0.8.10/.hg_archival.txt 
new/kdump-0.8.11/.hg_archival.txt
--- old/kdump-0.8.10/.hg_archival.txt   2014-03-27 16:50:27.0 +0100
+++ new/kdump-0.8.11/.hg_archival.txt   1970-01-01 01:00:00.0 +0100
@@ -1,5 +0,0 @@
-repo: bc186d1ee81e4dfdc5721d6a5743a6ed8b3cc457
-node: cdc64f0f5ccaf1cb29344e7b6b02ab090f75d078
-branch: default
-latesttag: v0.8.9
-latesttagdistance: 29
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-0.8.10/.hgignore new/kdump-0.8.11/.hgignore
--- old/kdump-0.8.10/.hgignore  2014-03-27 16:50:27.0 +0100
+++ new/kdump-0.8.11/.hgignore  1970-01-01 01:00:00.0 +0100
@@ -1,48 +0,0 @@
-# editor-generatd files
-syntax: glob
-*.swp
-*~
-
-# the build system
-syntax: glob
-CMakeCache.txt
-CMakeFiles/
-cmake_install.cmake
-Makefile
-config.h
-DartConfiguration.tcl
-
-CPackConfig.cmake
-CPackSourceConfig.cmake
-_CPack_Packages/
-
-CTestTestfile.cmake
-Testing/
-
-# resulting binaries
-syntax: regexp
-^kdumptool/kdumptool
-^kdumptool/testcanonical
-^kdumptool/testconfig
-^kdumptool/testio
-^kdumptool/testkconfig
-^kdumptool/testmail
-^kdumptool/testreadlink
-^kdumptool/testurlparser
-^kdumptool/testlistdir
-
-# generated documentation
-syntax: glob
-man/*.txt
-man/*.[1-8].gz
-
-syntax: regexp
-^doc/implementation/Implementation_Guide.html
-
-# release packages
-syntax: regexp
-^kdump-[0-9.]*\.tar\.bz2$
-
-# other
-build/
-tests/data/tmp/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdump-0.8.10/.hgtags new/kdump-0.8.11/.hgtags
--- old/kdump-0.8.10/.hgtags2014-03-27 16:50:27.0 +0100
+++ new/kdump-0.8.11/.hgtags1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@
-4e2c1718fdf68ee5d5e2e4bffe1650db813cf245 v0.5.0
-d4b4b8805f1be520fcf392aa7560e6a7fd9b0382 v0.5.1
-e9990ad7a4f9c0dddfc5e9a7173ebd0ed0250ea6 v0.5.2
-43157d26c474cd0253e8f7fdbbe655d2199deffb v0.5.3
-28fbf19fec3fc1a668d85b91a057ad4b79be1726 v0.5.4
-d1aabeaa0fdfbcc294fbfbc4a9f4c8fd130f5660 v0.5.5
-893baa67fe94da4ff43ee86efe466534b57ca644 v0.6.0
-3b2c51c3c8379bcdaadaf6dc19939050388173b2 v0.6.1
-36463ceccc2e839a4679fa2b8a85bf64bf094304 v0.6.4
-f55d64c64ea6994fe328dc6a79479050c1a7d216 v0.6.5
-1e61bab2f023b1bda7b89d8c44d9a9797548ef09 v0.6.6
-3a3623a48886cb178707a8412c4daaed5a2fb61e v0.6.7
-2c5f915eb87119727c36851336fcf7bbb9bcd79d v0.7.0
-9e3352acdbf95d2eb8330e89c1fab7eb5e95dd41 v0.7.1
-1827a55a9c250040f3371a856e01637514105f53 v0.7.2
-325916887ce56dd5a034dd5f5e40da18007a3133 v0.7.3
-da179225bff1c55084ea0b3cbe874a23f6c335d3 v0.7.4
-4be6f66af4dc2c5dca1e5b7ddd11986debf3e849 v0.8.0
-d2e9b17943e4b167446228373dc0e3f6ee2a93eb v0.8.1
-d441f2ef4f58d9c85bbb3a79a1994bda61f369a5 v0.8.2
-136fd1ff12a

commit icedtea-web for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2014-05-06 13:57:08

Comparing /work/SRC/openSUSE:Factory/icedtea-web (Old)
 and  /work/SRC/openSUSE:Factory/.icedtea-web.new (New)


Package is "icedtea-web"

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/icedtea-web.changes  2014-02-19 
07:02:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.icedtea-web.new/icedtea-web.changes 
2014-05-06 13:57:09.0 +0200
@@ -1,0 +2,8 @@
+Mon May  5 09:58:04 UTC 2014 - fst...@suse.com
+
+- Trying to modify some dependencies so that it builds on SLE11
+- Patches:
+  * add icedtea-web-1.4.2-gthread.patch to allow linking with
+libgthread-2.0
+
+---

New:

  icedtea-web-1.4.2-gthread.patch



Other differences:
--
++ icedtea-web.spec ++
--- /var/tmp/diff_new_pack.JpE1aw/_old  2014-05-06 13:57:10.0 +0200
+++ /var/tmp/diff_new_pack.JpE1aw/_new  2014-05-06 13:57:10.0 +0200
@@ -27,7 +27,7 @@
 
 # for openSUSE 11.1 we need use update repo as it were not
 # released with this version
-%define xulrunner_ver 191
+%define xulrunner_ver 192
 %if 0%{?suse_version} >= 1140
 %define xulrunner_ver 20
 %endif
@@ -72,6 +72,8 @@
 Patch2: icedtea-web-1.4.2-mkdir.patch
 #PATCH-FIX-UPSTREAM: add -lX11 on the end of cc's command line
 Patch3: icedtea-web-1.4.2-softkiller-link.patch
+#PATCH: add gthread that is needed to link on SLE11
+Patch4: icedtea-web-1.4.2-gthread.patch
 Patch1000:  icedtea-web-suse-desktop-files.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -92,7 +94,11 @@
 %endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+%if 0%{suse_version} > 1140
 BuildRequires:  libX11-devel
+%else
+BuildRequires:  xorg-x11-devel
+%endif
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  procps
@@ -151,6 +157,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %patch1000 -p1
 

++ icedtea-web-1.4.2-gthread.patch ++
--- icedtea-web-1.4.2/acinclude.m4  2014-02-04 10:11:22.733582815 +0100
+++ icedtea-web-1.4.2/acinclude.m4  2014-05-05 12:14:08.158722528 +0200
@@ -365,7 +365,7 @@
 dnl FIXME: use unstable
 AC_REQUIRE([IT_CHECK_PLUGIN])
 if test "x${enable_plugin}" = "xyes" ; then
-  PKG_CHECK_MODULES(GLIB, glib-2.0)
+  PKG_CHECK_MODULES(GLIB, glib-2.0 gthread-2.0)
   AC_SUBST(GLIB_CFLAGS)
   AC_SUBST(GLIB_LIBS)
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit kdelibs4 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2014-05-06 13:57:14

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


Package is "kdelibs4"

Changes:

--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes
2014-04-18 12:37:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2014-05-06 13:57:15.0 +0200
@@ -1,0 +2,23 @@
+Sun May  4 00:28:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Cut down Requires of devel subpackage, as those libraries are used
+  privately: OpenEXR-devel, avahi-compat-mDNSResponder-devel,
+  enchant-devel, giflib-devel, libacl-devel, libattica-devel,
+  libbz2-devel, libidn-devel, libpolkit-qt-1-devel, libxslt-devel,
+  pcre-devel and pkgconfig(libxml-2.0)
+  * This on average reduces number of installed packages that need
+libkde4-devel as BuildRequires by 40
+
+---
+Thu May  1 23:18:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added silence-warnings-with-cmake-3.patch: since cmake 3.0 use of
+  the LOCATION target property is disallowed while it is used in
+  KDE4Macros.cmake -- makes build logs more readable
+
+---
+Tue Apr 15 09:32:22 UTC 2014 - sweet_...@gmx.de
+
+- remove unused and unmaintained ssl certificates (bnc#873680)
+
+---
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4.changes2014-04-18 
12:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4.changes   2014-05-06 
13:57:15.0 +0200
@@ -1,0 +2,18 @@
+Sun May  4 00:28:57 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Cut down Requires of devel subpackage, as those libraries are used
+  privately: OpenEXR-devel, avahi-compat-mDNSResponder-devel,
+  enchant-devel, giflib-devel, libacl-devel, libattica-devel,
+  libbz2-devel, libidn-devel, libpolkit-qt-1-devel, libxslt-devel,
+  pcre-devel and pkgconfig(libxml-2.0)
+  * This on average reduces number of installed packages that need
+libkde4-devel as BuildRequires by 40
+
+---
+Thu May  1 23:18:42 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added silence-warnings-with-cmake-3.patch: since cmake 3.0 use of
+  the LOCATION target property is disallowed while it is used in
+  KDE4Macros.cmake -- makes build logs more readable
+
+---

New:

  silence-warnings-with-cmake-3.patch



Other differences:
--
++ kdelibs4.spec ++
--- /var/tmp/diff_new_pack.y3jvRu/_old  2014-05-06 13:57:16.0 +0200
+++ /var/tmp/diff_new_pack.y3jvRu/_new  2014-05-06 13:57:16.0 +0200
@@ -85,6 +85,9 @@
 Patch12:0001-Ommit-Solid-s-qDebug-and-qWarning-messages.patch
 # PATCH-FIX-OPENSUSE make-strigi-optional.patch -- kill, kill, kill!!
 Patch13:make-strigi-optional.patch
+# PATCH-FIX-UPSTREAM silence-warnings-with-cmake-3.patch -- since cmake 3.0 
use of the LOCATION target property
+# is disallowed while it is used in KDE4Macros.cmake -- makes build logs more 
readable; will be in 4.14
+Patch14:silence-warnings-with-cmake-3.patch
 PreReq: permissions
 Requires:   libattica0_4 >= %( echo `rpm -q --queryformat '%{VERSION}' 
libattica-devel`)
 Recommends: media-player-info
@@ -144,6 +147,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
   EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \
@@ -308,7 +312,7 @@
 Requires:   cmake
 Requires:   kdelibs4-core = %{version}
 Requires:   libkdecore4 = %{version}
-Requires:   libqt4-devel
+Requires:   libqt4-devel >= 4.8.0
 
 %description -n libkdecore4-devel
 This package contains all necessary include files and libraries needed
@@ -384,26 +388,14 @@
 Summary:KDE Base Libraries: Build Environment
 License:LGPL-2.1+
 Group:  Development/Libraries/KDE
-Requires:   OpenEXR-devel
-Requires:   avahi-compat-mDNSResponder-devel
 Requires:   docbook-xsl-stylesheets
-Requires:   enchant-devel
-Requires:   giflib-devel
 Requires:   kdelibs4 = %{version}
 Requires:   kdelibs4-doc = %{version}
 Requires:   libQtWebKit-devel
-Requires:   libacl-devel
-Requires:   libattica-devel
-Requires:   libbz2-devel
-Requires:   libidn-devel
 Requires:   libkde4 = %{version}
 Requires:   libkdecore4-devel = %{version}
-Requires:   libpolkit-qt-1-devel
-Requires:   libxslt-devel
-Requires:   pcre-devel
 Requires:   phonon-devel
 Require

commit eog-plugins for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package eog-plugins for openSUSE:Factory 
checked in at 2014-05-06 13:56:24

Comparing /work/SRC/openSUSE:Factory/eog-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.eog-plugins.new (New)


Package is "eog-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/eog-plugins/eog-plugins.changes  2013-10-17 
14:02:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.eog-plugins.new/eog-plugins.changes 
2014-05-06 13:56:25.0 +0200
@@ -1,0 +2,36 @@
+Tue Apr 15 05:42:07 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Export to Folder: bgo#727218, Make export-to-folder plugin less
+chatty.
+  + Slideshow Shuffle: bgo#727222, Switch slideshowshuffle to
+python3 loader.
+
+---
+Tue Mar 25 12:21:07 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.0:
+  + Stable release, no changes since version 3.11.92.
+
+---
+Wed Mar 19 10:03:27 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + Export to Folder: Fix PyGObject deprecation warnings.
+  + Python Console: Fix PyGObject deprecation warnings.
+  + Updated translations.
+
+---
+Mon Jan 13 21:26:31 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.4:
+  + Multiplpe plugins: convert to python 3:
+- Export to Folder.
+- Fullscreen Background.
+- Python Console.
+  + Fullscreen Background: Adapt to API changes in eog 3.11.3
+  + Modernize build system.
+  + Raise Python and eog dependencies.
+- Add python3 BuildRequires: required for the move to python3.
+
+---

Old:

  eog-plugins-3.10.1.tar.xz

New:

  eog-plugins-3.12.1.tar.xz



Other differences:
--
++ eog-plugins.spec ++
--- /var/tmp/diff_new_pack.hTOTcG/_old  2014-05-06 13:56:26.0 +0200
+++ /var/tmp/diff_new_pack.hTOTcG/_new  2014-05-06 13:56:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package eog-plugins
 #
-# 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,16 +17,17 @@
 
 
 Name:   eog-plugins
-Version:3.10.1
+Version:3.12.1
 Release:0
 #FIXME: add postr BuildRequires when we have a package
 Summary:A collection of plugins for Eye of GNOME
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://live.gnome.org/EyeOfGnome/Plugins
-Source: 
http://download.gnome.org/sources/eog-plugins/3.10/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/eog-plugins/3.12/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  python3 >= 3.2
 BuildRequires:  translation-update-upstream
 BuildRequires:  pkgconfig(champlain-gtk-0.12) >= 0.9.0
 BuildRequires:  pkgconfig(clutter-gtk-1.0) >= 1.1.2
@@ -73,6 +74,7 @@
 %defattr(-,root,root)
 %{_libdir}/eog/plugins/*.py*
 %{_libdir}/eog/plugins/*.so
+%{_libdir}/eog/plugins/__pycache__/
 %{_libdir}/eog/plugins/pythonconsole/
 # Explicit list of plugins
 %{_libdir}/eog/plugins/exif-display.plugin

++ eog-plugins-3.10.1.tar.xz -> eog-plugins-3.12.1.tar.xz ++
 23768 lines of diff (skipped)

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



commit exiv2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package exiv2 for openSUSE:Factory checked 
in at 2014-05-06 13:56:35

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


Package is "exiv2"

Changes:

--- /work/SRC/openSUSE:Factory/exiv2/exiv2.changes  2014-04-15 
11:46:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.exiv2.new/exiv2.changes 2014-05-06 
13:56:36.0 +0200
@@ -1,0 +2,5 @@
+Mon May  5 09:49:40 UTC 2014 - co...@suse.com
+
+- add fix-parallel-build.patch to fix -j, notified upstream about it
+
+---

New:

  fix-parallel-build.patch



Other differences:
--
++ exiv2.spec ++
--- /var/tmp/diff_new_pack.NPLTiv/_old  2014-05-06 13:56:38.0 +0200
+++ /var/tmp/diff_new_pack.NPLTiv/_new  2014-05-06 13:56:38.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.exiv2.org/
 Source0:http://www.exiv2.org/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
+# PATCH-FIX-UPSTREAM co...@suse.de -- broken Makefile, emailed A.Huggel
+Patch0: fix-parallel-build.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -64,6 +66,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static --with-pic

++ fix-parallel-build.patch ++
Index: exiv2-0.24/src/Makefile
===
--- exiv2-0.24.orig/src/Makefile
+++ exiv2-0.24/src/Makefile
@@ -215,7 +215,7 @@ ifdef DEP_TRACKING
 endif
 
 # Be sure to rewrite exv_conf.h before compiling anything
-$(SRC): exv_conf.h
+$(OBJ): exv_conf.h
 
 exv_conf.h: $(top_srcdir)/config/config.h
LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef 
\([A-Z]\)/#undef EXV_\1/' < $< > $@
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit empathy for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package empathy for openSUSE:Factory checked 
in at 2014-05-06 13:56:19

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


Package is "empathy"

Changes:

--- /work/SRC/openSUSE:Factory/empathy/empathy.changes  2014-01-29 
19:19:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.empathy.new/empathy.changes 2014-05-06 
13:56:20.0 +0200
@@ -1,0 +2,67 @@
+Mon Apr 14 14:59:38 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Updated translations.
+
+---
+Mon Mar 24 17:33:15 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.0:
+  + Updated translations.
+
+---
+Mon Mar 17 15:38:44 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + Updated translations.
+
+---
+Mon Mar  3 14:55:14 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.11.91:
+  + Bugs fixed: bgo#724711, bgo#725070.
+  + Updated translations.
+
+---
+Mon Feb 17 17:24:38 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.11.90:
+  + Bugs fixed: bgo#692793, bgo#723713, bgo#723766.
+  + Updated translations.
+
+---
+Mon Feb  3 14:46:35 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.5:
+  + Use the new license-type property in the about dialog
+(bgo#637316).
+  + Updated translations.
+
+---
+Fri Jan 24 23:59:59 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.4:
+  + Bugs fixed: bgo#710919, bgo#710252, bgo#712566, bgo#719889,
+bgo#720114, bgo#721484.
+  + Updated translations.
+
+---
+Fri Jan 24 23:43:53 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.3:
+  + Bugs fixed: bgo#685899, bgo#707747, bgo#709611, bgo#711226,
+bgo#712839.
+  + Updated translations.
+
+---
+Fri Jan 24 22:43:53 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.1:
+  + GStreamer 1.0 is now mandatory as 0.10 support has been
+removed.
+  + The nautilus-sendto plugin has been removed as latest
+nautilus-sendo versions don't support plugins any more.
+  + Bugs fixed: bgo#630896, bgo#708897, bgo#710453.
+  + Updated translations.
+
+---

Old:

  empathy-3.10.3.tar.xz

New:

  empathy-3.12.1.tar.xz



Other differences:
--
++ empathy.spec ++
--- /var/tmp/diff_new_pack.1KWBeC/_old  2014-05-06 13:56:21.0 +0200
+++ /var/tmp/diff_new_pack.1KWBeC/_new  2014-05-06 13:56:21.0 +0200
@@ -19,14 +19,14 @@
 %define with_geocode 1
 
 Name:   empathy
-Version:3.10.3
+Version:3.12.1
 Release:0
 # FIXME: re-enable parallel build
 Summary:Instant Messenger Client for GNOME, based on Telepathy
 License:GPL-2.0+
 Group:  Productivity/Networking/Instant Messenger
 Url:http://live.gnome.org/Empathy
-Source: 
http://download.gnome.org/sources/empathy/3.10/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/empathy/3.12/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
 BuildRequires:  fdupes
 BuildRequires:  intltool
@@ -67,7 +67,7 @@
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(mission-control-plugins) >= 5.13.1
 BuildRequires:  pkgconfig(telepathy-farstream) >= 0.6.0
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.19.9
+BuildRequires:  pkgconfig(telepathy-glib) >= 0.23.2
 BuildRequires:  pkgconfig(telepathy-logger-0.2) >= 0.8.0
 BuildRequires:  pkgconfig(webkitgtk-3.0) >= 1.9.1
 # Not strictly required but empathy now relies on gnome-contacts to

++ empathy-3.10.3.tar.xz -> empathy-3.12.1.tar.xz ++
 137716 lines of diff (skipped)

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



commit fping for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package fping for openSUSE:Factory checked 
in at 2014-05-06 13:56:47

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


Package is "fping"

Changes:

--- /work/SRC/openSUSE:Factory/fping/fping.changes  2014-03-09 
18:22:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2014-05-06 
13:56:48.0 +0200
@@ -1,0 +2,12 @@
+Sun May  4 21:13:42 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.10:
+  + Fix confusing error message with -g and IPv6 addresses (#58).
+  + Allow option '-f' also for non-root (since setuid privileges
+are dropped).
+  + Do not retry twice DNS lookup on DNS lookup problem.
+  + Remove support for NIS groups.
+  + Better document -B backoff-factor and when it can be used (#33)
+  + More tests added.
+
+---

Old:

  fping-3.9.tar.gz

New:

  fping-3.10.tar.gz



Other differences:
--
++ fping.spec ++
--- /var/tmp/diff_new_pack.M0KseQ/_old  2014-05-06 13:56:49.0 +0200
+++ /var/tmp/diff_new_pack.M0KseQ/_new  2014-05-06 13:56:49.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   fping
 Url:http://www.fping.org
-Version:3.9
+Version:3.10
 Release:0
 Summary:A program to ping multiple hosts
 License:MIT

++ fping-3.9.tar.gz -> fping-3.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fping-3.9/ChangeLog new/fping-3.10/ChangeLog
--- old/fping-3.9/ChangeLog 2014-03-08 21:02:53.0 +0100
+++ new/fping-3.10/ChangeLog2014-05-04 22:33:12.0 +0200
@@ -1,3 +1,12 @@
+2014-05-03  David Schweikert  
+  * Version 3.10
+  * Fix confusing error message with -g and IPv6 addresses (#58, reported by 
Axel Beckert)
+  * Allow option '-f' also for non-root (since setuid privileges are dropped)
+  * Do not retry twice DNS lookup on DNS lookup problem
+  * Remove support for NIS groups
+  * Better document -B backoff-factor and when it can be used (#33, Oleksiy 
Zagorskyi)
+  * More tests added
+
 2014-03-08  David Schweikert  
   * Version 3.9
   * Fix random output on socket error (reported by Aleksandrs Saveljevs, #56)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fping-3.9/configure new/fping-3.10/configure
--- old/fping-3.9/configure 2014-03-08 21:03:58.0 +0100
+++ new/fping-3.10/configure2014-05-04 22:34:29.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fping 3.9.
+# Generated by GNU Autoconf 2.69 for fping 3.10.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='fping'
 PACKAGE_TARNAME='fping'
-PACKAGE_VERSION='3.9'
-PACKAGE_STRING='fping 3.9'
+PACKAGE_VERSION='3.10'
+PACKAGE_STRING='fping 3.10'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1284,7 +1284,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures fping 3.9 to adapt to many kinds of systems.
+\`configure' configures fping 3.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1355,7 +1355,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of fping 3.9:";;
+ short | recursive ) echo "Configuration of fping 3.10:";;
esac
   cat <<\_ACEOF
 
@@ -1451,7 +1451,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-fping configure 3.9
+fping configure 3.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1816,7 +1816,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fping $as_me 3.9, which was
+It was created by fping $as_me 3.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2834,7 +2834,7 @@
 
 # Define the identity of the package.
  PACKAGE='fping'
- VERSION='3.9'
+ VERSION='3.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5062,7 +5062,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by fping $as_me 3.9, which was
+This file was extended by fping $as_me 3.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_F

commit dtb-source for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package dtb-source for openSUSE:Factory 
checked in at 2014-05-06 13:56:03

Comparing /work/SRC/openSUSE:Factory/dtb-source (Old)
 and  /work/SRC/openSUSE:Factory/.dtb-source.new (New)


Package is "dtb-source"

Changes:

New Changes file:

--- /dev/null   2014-04-28 00:21:37.460033756 +0200
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-aarch64.changes  
2014-05-06 13:56:05.0 +0200
@@ -0,0 +1,96 @@
+---
+Thu Apr 17 11:51:33 UTC 2014 - guilla...@opensuse.org
+
+- Add aarch64 dtbs:
+  * dtb-apm-mustang
+  * dtb-foundation-v8
+  * dtb-rtsm_ve-aemv8a
+
+---
+Thu Apr  3 16:07:04 UTC 2014 - dmuel...@suse.com
+
+- build against kernel-source instead of a local copy
+  of kernel sources
+
+---
+Thu Apr  3 14:31:18 UTC 2014 - dmuel...@suse.com
+
+- update pre_checkin.pl: generate all DTB's from a single
+  spec file per architecture.
+
+---
+Thu Apr  3 09:18:01 UTC 2014 - guilla...@opensuse.org
+
+- Add Rockchip RK3XXX dtbs
+
+---
+Thu Apr  3 09:01:22 UTC 2014 - guilla...@opensuse.org
+
+- Fix dtb-keystone by using 'k2hk-evm' as only keystone board
+
+---
+Thu Apr  3 08:19:35 UTC 2014 - guilla...@opensuse.org
+
+- Update to 3.14
+
+---
+Sat Mar  8 08:37:27 UTC 2014 - matwey.korni...@gmail.com
+
+- Update to 3.13.6
+  +  Remove am33xx.patch.
+
+---
+Wed Jan  8 13:43:55 UTC 2014 - matwey.korni...@gmail.com
+
+- Add am33xx.patch: improve support Beagle Bone Black
+
+---
+Fri Jan  3 20:42:41 UTC 2014 - ag...@suse.com
+
+- Expose bigger groups of devices to catch new ones more
+  easily
+
+---
+Fri Jan  3 20:00:38 UTC 2014 - ag...@suse.com
+
+- Add i.MX 53 dtbs
+
+---
+Tue Dec 17 15:57:17 UTC 2013 - guilla...@opensuse.org
+
+- Add dtb-am335x which supports Beagle Bone,
+  Beagle Bone Black, TI AM335x EVM and TI AM335x EVM-SK 
+
+---
+Tue Dec 17 13:53:37 UTC 2013 - guilla...@opensuse.org
+
+- Update to 3.12.5
+
+---
+Thu Nov 21 11:04:57 UTC 2013 - guilla...@opensuse.org
+
+- Fix pre_checkin.pl script to update *.changes hardlinks even if 
+files exist before (-f option)
+
+---
+Thu Nov 21 10:53:31 UTC 2013 - guilla...@opensuse.org
+
+- Add chromebook 5250 support
+
+---
+Thu Nov 14 14:00:52 UTC 2013 - guilla...@opensuse.org
+
+- Add Arndaleboard 5250 support
+
+---
+Fri Sep 27 14:18:38 UTC 2013 - dmuel...@suse.com
+
+- make dtb-source buildable 
+- change *.changes to be hardlinks
+- install COPYING
+
+---
+Thu Sep 26 15:06:59 UTC 2013 - guilla...@opensuse.org
+
+- Initial release - Version 3.11.1 
+
--- /work/SRC/openSUSE:Factory/dtb-source/dtb-armv6l.changes2014-04-06 
07:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtb-source.new/dtb-armv6l.changes   
2014-05-06 13:56:05.0 +0200
@@ -1,0 +2,8 @@
+Thu Apr 17 11:51:33 UTC 2014 - guilla...@opensuse.org
+
+- Add aarch64 dtbs:
+  * dtb-apm-mustang
+  * dtb-foundation-v8
+  * dtb-rtsm_ve-aemv8a
+
+---
dtb-armv7l.changes: same change
dtb-source.changes: same change

New:

  dtb-aarch64.changes
  dtb-aarch64.spec



Other differences:
--
++ dtb-aarch64.spec ++
#
# spec file for package dtb-aarch64
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 

commit darts for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package darts for openSUSE:Factory checked 
in at 2014-05-06 13:55:58

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


Package is "darts"

Changes:

--- /work/SRC/openSUSE:Factory/darts/darts.changes  2012-09-25 
09:35:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.darts.new/darts.changes 2014-05-06 
13:55:59.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 29 08:44:01 UTC 2014 - pgaj...@suse.com
+
+- fix url
+
+---



Other differences:
--
++ darts.spec ++
--- /var/tmp/diff_new_pack.EiQ5Xb/_old  2014-05-06 13:55:59.0 +0200
+++ /var/tmp/diff_new_pack.EiQ5Xb/_new  2014-05-06 13:55:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package darts
 #
-# 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
@@ -22,7 +22,7 @@
 Summary:Double Array Trie System
 License:LGPL-2.1+
 Group:  System/Libraries
-Url:http://cl.aist-nara.ac.jp/~taku-ku/software/darts/
+Url:http://chasen.org/~taku/software/darts/
 Source0:
http://chasen.org/~taku/software/darts/src/darts-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  gcc-c++

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



commit dtb-aarch64 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package dtb-aarch64 for openSUSE:Factory 
checked in at 2014-05-06 13:56:12

Comparing /work/SRC/openSUSE:Factory/dtb-aarch64 (Old)
 and  /work/SRC/openSUSE:Factory/.dtb-aarch64.new (New)


Package is "dtb-aarch64"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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



commit armadillo for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-05-06 13:53:37

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-04-09 
13:11:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-05-06 
13:53:39.0 +0200
@@ -1,0 +2,12 @@
+Sat May  3 00:47:07 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.300 (Medieval Cornea Scraper):
+  + Faster find()
+  + Added find_finite() and find_nonfinite() for finding indices
+of finite and non-finite elements
+  + Expressions X=inv(A)*B*C and X=A.i()*B*C are automatically
+converted to X=solve(A,B*C)
+  + Cmake-based installer enables use of C++11 random number
+generator when using gcc 4.9+ in C++11 mode
+ 
+---

Old:

  armadillo-4.200.0.tar.gz

New:

  armadillo-4.300.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.2pDTq0/_old  2014-05-06 13:53:40.0 +0200
+++ /var/tmp/diff_new_pack.2pDTq0/_new  2014-05-06 13:53:40.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.200.0
+Version:4.300.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.200.0.tar.gz -> armadillo-4.300.0.tar.gz ++
 2719 lines of diff (skipped)

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



commit bsd-games for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package bsd-games for openSUSE:Factory 
checked in at 2014-05-06 13:53:43

Comparing /work/SRC/openSUSE:Factory/bsd-games (Old)
 and  /work/SRC/openSUSE:Factory/.bsd-games.new (New)


Package is "bsd-games"

Changes:

--- /work/SRC/openSUSE:Factory/bsd-games/bsd-games.changes  2013-10-06 
14:23:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.bsd-games.new/bsd-games.changes 2014-05-06 
13:53:44.0 +0200
@@ -1,0 +2,5 @@
+Fri May  2 12:24:53 UTC 2014 - seife+...@b1-systems.com
+
+- fix word list location for hangman and boggle
+
+---



Other differences:
--
++ bsd-games.spec ++
--- /var/tmp/diff_new_pack.DFHRXd/_old  2014-05-06 13:53:46.0 +0200
+++ /var/tmp/diff_new_pack.DFHRXd/_new  2014-05-06 13:53:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bsd-games
 #
-# 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
@@ -72,6 +72,9 @@
 %patch9
 
 %build
+# easier than patching :-)
+sed -i -e 's#/usr/share/dict/words#/var/lib/dict/words#' configure
+
 (echo %{buildroot}
 echo "fortune" # don't build fortune
 echo

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



commit yast2-update for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2014-05-06 13:40:35

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


Package is "yast2-update"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2014-04-05 14:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2014-05-06 13:40:43.0 +0200
@@ -1,0 +2,22 @@
+Fri May  2 12:36:53 UTC 2014 - jreidin...@suse.com
+
+- Fix internal error caused by wrong type passed as string append
+  (bnc#876136)
+- 3.1.7
+
+---
+Tue Apr 22 10:52:06 CEST 2014 - loci...@suse.com
+
+- Replaced old Product.patterns with new Packages.default_patterns
+  (bnc#873923)
+- 3.1.6
+
+---
+Tue Apr 15 15:57:20 CEST 2014 - loci...@suse.com
+
+- Warning user that changing update mode from "patterns" to
+  "update only installed rpms" might lead into broken system.
+  Only if "patterns" were the default selection (bnc#873122).
+- 3.1.5
+
+---

Old:

  yast2-update-3.1.4.tar.bz2

New:

  yast2-update-3.1.7.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.DDdVqe/_old  2014-05-06 13:40:44.0 +0200
+++ /var/tmp/diff_new_pack.DDdVqe/_new  2014-05-06 13:40:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.4
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,8 +43,9 @@
 # OSRelease
 Requires:   yast2 >= 3.1.28
 Requires:   yast2-installation
-# Function SelectKernelPackages has been moved to Packages module (bnc 
#326269).
-Requires:   yast2-packager >= 2.17.27
+
+# Packages.default_patterns
+Requires:   yast2-packager >= 3.1.10
 
 # moved into yast2-update from yast2-installation
 # to remove dependency on yast2-storage

++ yast2-update-3.1.4.tar.bz2 -> yast2-update-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.4/package/yast2-update.changes 
new/yast2-update-3.1.7/package/yast2-update.changes
--- old/yast2-update-3.1.4/package/yast2-update.changes 2014-03-28 
15:53:02.0 +0100
+++ new/yast2-update-3.1.7/package/yast2-update.changes 2014-05-02 
14:43:50.0 +0200
@@ -1,4 +1,26 @@
 ---
+Fri May  2 12:36:53 UTC 2014 - jreidin...@suse.com
+
+- Fix internal error caused by wrong type passed as string append
+  (bnc#876136)
+- 3.1.7
+
+---
+Tue Apr 22 10:52:06 CEST 2014 - loci...@suse.com
+
+- Replaced old Product.patterns with new Packages.default_patterns
+  (bnc#873923)
+- 3.1.6
+
+---
+Tue Apr 15 15:57:20 CEST 2014 - loci...@suse.com
+
+- Warning user that changing update mode from "patterns" to
+  "update only installed rpms" might lead into broken system.
+  Only if "patterns" were the default selection (bnc#873122).
+- 3.1.5
+
+---
 Fri Mar 28 15:02:22 CET 2014 - loci...@suse.com
 
 - Fixed loading kernel modules while probing disks (bnc#869091)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.4/package/yast2-update.spec 
new/yast2-update-3.1.7/package/yast2-update.spec
--- old/yast2-update-3.1.4/package/yast2-update.spec2014-03-28 
15:53:02.0 +0100
+++ new/yast2-update-3.1.7/package/yast2-update.spec2014-05-02 
14:43:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.4
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -45,8 +45,9 @@
 # OSRelease
 Requires:  yast2 >= 3.1.28
 Requires:  yast2-installation
-# Function SelectKernelPackages has been moved to Packages module (bnc 
#326269).
-Requires:  yast2-packager >= 2.17.27
+
+# Packages.default_patterns
+Requires:  yast2-packager >= 3.1.10
 
 # moved into yast2-update from yast2-installation
 # to remove dependency on yast2-storage
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.4/src/clients/inst_update.rb 
new/yast2-update-3.1.7/src/clients/inst_update.rb
--- old/yast2-update-3.1.4/src/clients/inst_update.rb   2014-03-28 
15:53:02.0 +0100
++

commit yast2-inetd for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-inetd for openSUSE:Factory 
checked in at 2014-05-06 13:40:38

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


Package is "yast2-inetd"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-inetd/yast2-inetd.changes  2014-04-05 
14:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-inetd.new/yast2-inetd.changes 
2014-05-06 13:40:45.0 +0200
@@ -1,0 +2,8 @@
+Mon May  5 13:21:51 CEST 2014 - loci...@suse.com
+
+- Replaced obsolete Service.* calls with new ones
+- Inetd.netd_status* are now boolean values
+- Adapted testsuite
+- 3.1.5
+
+---

Old:

  yast2-inetd-3.1.4.tar.bz2

New:

  yast2-inetd-3.1.5.tar.bz2



Other differences:
--
++ yast2-inetd.spec ++
--- /var/tmp/diff_new_pack.O6MBf4/_old  2014-05-06 13:40:46.0 +0200
+++ /var/tmp/diff_new_pack.O6MBf4/_new  2014-05-06 13:40:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-inetd
-Version:3.1.4
+Version:3.1.5
 Release:0
 Url:https://github.com/yast/yast-inetd
 

++ yast2-inetd-3.1.4.tar.bz2 -> yast2-inetd-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-inetd-3.1.4/package/yast2-inetd.changes 
new/yast2-inetd-3.1.5/package/yast2-inetd.changes
--- old/yast2-inetd-3.1.4/package/yast2-inetd.changes   2014-03-28 
14:34:06.0 +0100
+++ new/yast2-inetd-3.1.5/package/yast2-inetd.changes   2014-05-05 
13:49:49.0 +0200
@@ -1,4 +1,12 @@
 ---
+Mon May  5 13:21:51 CEST 2014 - loci...@suse.com
+
+- Replaced obsolete Service.* calls with new ones
+- Inetd.netd_status* are now boolean values
+- Adapted testsuite
+- 3.1.5
+
+---
 Fri Mar 28 09:56:24 UTC 2014 - vmora...@suse.com
 
 - Fix failing testsuite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-inetd-3.1.4/package/yast2-inetd.spec 
new/yast2-inetd-3.1.5/package/yast2-inetd.spec
--- old/yast2-inetd-3.1.4/package/yast2-inetd.spec  2014-03-28 
14:34:06.0 +0100
+++ new/yast2-inetd-3.1.5/package/yast2-inetd.spec  2014-05-05 
13:49:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-inetd
-Version:3.1.4
+Version:3.1.5
 Release:0
 Url:https://github.com/yast/yast-inetd
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-inetd-3.1.4/src/clients/inetd_auto.rb 
new/yast2-inetd-3.1.5/src/clients/inetd_auto.rb
--- old/yast2-inetd-3.1.4/src/clients/inetd_auto.rb 2014-03-28 
14:34:06.0 +0100
+++ new/yast2-inetd-3.1.5/src/clients/inetd_auto.rb 2014-05-05 
13:49:49.0 +0200
@@ -100,7 +100,7 @@
 @po = Progress.set(false)
 @ret = Inetd.Read
 Progress.set(@po)
-Inetd.netd_status = Service.Status("xinetd")
+Inetd.netd_status = Service.active?("xinetd")
 Inetd.netd_conf = Builtins.maplist(Inetd.netd_conf) do |s|
   Builtins.add(s, "changed", true)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-inetd-3.1.4/src/include/inetd/dialogs.rb 
new/yast2-inetd-3.1.5/src/include/inetd/dialogs.rb
--- old/yast2-inetd-3.1.4/src/include/inetd/dialogs.rb  2014-03-28 
14:34:06.0 +0100
+++ new/yast2-inetd-3.1.5/src/include/inetd/dialogs.rb  2014-05-05 
13:49:49.0 +0200
@@ -426,7 +426,7 @@
   new_state = false
 
   # if service active, enable editting
-  new_state = true if Inetd.netd_status == 0
+  new_state = Inetd.netd_status
   UI.ChangeWidget(Id(:editable), :Value, new_state)
   UI.ChangeWidget(Id(:table), :Enabled, new_state)
   UI.ChangeWidget(Id(:create), :Enabled, new_state)
@@ -468,11 +468,7 @@
   UI.ChangeWidget(Id(:toggle_menu), :Enabled, new_state2)
   UI.ChangeWidget(Id(:switch_active), :Enabled, new_state2)
 
-  if new_state2
-Inetd.netd_status = 0
-  else
-Inetd.netd_status = -1
-  end
+  Inetd.netd_status = new_state2
 # create new entry
 elsif ret == :create
   selected_item = Convert.to_string(
@@ -779,8 +775,8 @@
   end
 
   if ret == :next
-if Inetd.netd_status == 0 && IsAnyServiceEnabled(Inetd.netd_conf) == 
:no
-  Inetd.netd_status = -1
+if Inetd.netd_status && IsAnyServiceEnabled(Inetd.netd_conf) == :no
+  Inetd.net

commit yast2-bootloader for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2014-05-06 13:40:33

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2014-04-26 11:45:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2014-05-06 13:40:39.0 +0200
@@ -1,0 +2,19 @@
+Fri May  2 08:31:32 UTC 2014 - jreidin...@suse.com
+
+- fix activating partitions with number bigger then 4 on GPT disks
+  with legacy x86 boot (bnc#875757)
+- 3.1.32
+
+---
+Wed Apr 30 16:23:57 UTC 2014 - jreidin...@suse.com
+
+- handle diskless nfs setup for ppc (bnc#874466)
+- 3.1.31
+
+---
+Tue Apr 29 19:47:03 UTC 2014 - jreidin...@suse.com
+
+- fix reading of previous bootloader (bnc#874646)
+- 3.1.30
+
+---

Old:

  yast2-bootloader-3.1.29.tar.bz2

New:

  yast2-bootloader-3.1.32.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.6bgmBk/_old  2014-05-06 13:40:42.0 +0200
+++ /var/tmp/diff_new_pack.6bgmBk/_new  2014-05-06 13:40:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.29
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.29.tar.bz2 -> yast2-bootloader-3.1.32.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.29/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.32/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.29/package/yast2-bootloader.changes
2014-04-22 11:18:41.0 +0200
+++ new/yast2-bootloader-3.1.32/package/yast2-bootloader.changes
2014-05-02 12:43:49.0 +0200
@@ -1,4 +1,23 @@
 ---
+Fri May  2 08:31:32 UTC 2014 - jreidin...@suse.com
+
+- fix activating partitions with number bigger then 4 on GPT disks
+  with legacy x86 boot (bnc#875757)
+- 3.1.32
+
+---
+Wed Apr 30 16:23:57 UTC 2014 - jreidin...@suse.com
+
+- handle diskless nfs setup for ppc (bnc#874466)
+- 3.1.31
+
+---
+Tue Apr 29 19:47:03 UTC 2014 - jreidin...@suse.com
+
+- fix reading of previous bootloader (bnc#874646)
+- 3.1.30
+
+---
 Tue Apr 22 08:44:57 UTC 2014 - jreidin...@suse.com
 
 - Use correct check for partition setup for grub2 on s390
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.29/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.32/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.29/package/yast2-bootloader.spec   2014-04-22 
11:18:41.0 +0200
+++ new/yast2-bootloader-3.1.32/package/yast2-bootloader.spec   2014-05-02 
12:43:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.29
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.29/src/clients/bootloader_proposal.rb 
new/yast2-bootloader-3.1.32/src/clients/bootloader_proposal.rb
--- old/yast2-bootloader-3.1.29/src/clients/bootloader_proposal.rb  
2014-04-22 11:18:41.0 +0200
+++ new/yast2-bootloader-3.1.32/src/clients/bootloader_proposal.rb  
2014-05-02 12:43:49.0 +0200
@@ -19,6 +19,7 @@
   Yast.import "BootCommon"
   Yast.import "Bootloader"
   Yast.import "GfxMenu"
+  Yast.import "Installation"
   Yast.import "Storage"
   Yast.import "Mode"
   Yast.import "BootSupportCheck"
@@ -54,7 +55,7 @@
 end
 
 if Mode.update
-  if ["grub2", "grub2-efi"].include? Bootloader.getLoaderType
+  if ["grub2", "grub2-efi"].include? old_bootloader
 Builtins.y2milestone "update of grub2, do not repropose"
 Bootloader.blRead(true, true)
   else
@@ -231,7 +232,25 @@
 
   deep_copy(@ret)
 end
-  end
+
+  private
+BOOT_SYSCONFIG_PATH = "/etc/sysconfig/bootloader"
+# read bootloader from /mnt as SCR is not yet switched in proposal
+

commit yast2-packager for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2014-05-06 13:40:30

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2014-04-13 13:13:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2014-05-06 13:40:35.0 +0200
@@ -1,0 +2,22 @@
+Mon Apr 28 13:55:39 CEST 2014 - loci...@suse.com
+
+- Logging status of all changed resolvables to be able to debug
+  and reproduce reported issues better (bnc#875350)
+- 3.1.12
+
+---
+Wed Apr 23 10:41:25 CEST 2014 - loci...@suse.com
+
+- Fixed function call that identified ComputeSystemPatternList
+  function as a constant (bnc#874725)
+- 3.1.11
+
+---
+Fri Apr 18 13:29:58 CEST 2014 - loci...@suse.com
+
+- Removed obsolete Product.patterns functionality and replaced
+  by new definition in control file software->default_patterns;
+  with little refactoring (bnc#873923)
+- 3.1.10
+
+---

Old:

  yast2-packager-3.1.9.tar.bz2

New:

  yast2-packager-3.1.12.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.Z27zZM/_old  2014-05-06 13:40:36.0 +0200
+++ /var/tmp/diff_new_pack.Z27zZM/_new  2014-05-06 13:40:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.9
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.9.tar.bz2 -> yast2-packager-3.1.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.9/package/yast2-packager.changes 
new/yast2-packager-3.1.12/package/yast2-packager.changes
--- old/yast2-packager-3.1.9/package/yast2-packager.changes 2014-04-11 
16:29:40.0 +0200
+++ new/yast2-packager-3.1.12/package/yast2-packager.changes2014-04-28 
16:09:49.0 +0200
@@ -1,4 +1,26 @@
 ---
+Mon Apr 28 13:55:39 CEST 2014 - loci...@suse.com
+
+- Logging status of all changed resolvables to be able to debug
+  and reproduce reported issues better (bnc#875350)
+- 3.1.12
+
+---
+Wed Apr 23 10:41:25 CEST 2014 - loci...@suse.com
+
+- Fixed function call that identified ComputeSystemPatternList
+  function as a constant (bnc#874725)
+- 3.1.11
+
+---
+Fri Apr 18 13:29:58 CEST 2014 - loci...@suse.com
+
+- Removed obsolete Product.patterns functionality and replaced
+  by new definition in control file software->default_patterns;
+  with little refactoring (bnc#873923)
+- 3.1.10
+
+---
 Fri Apr 11 16:07:19 CEST 2014 - loci...@suse.cz
 
 - Test for Packages rewritten in RSpec to fix the build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.9/package/yast2-packager.spec 
new/yast2-packager-3.1.12/package/yast2-packager.spec
--- old/yast2-packager-3.1.9/package/yast2-packager.spec2014-04-11 
16:29:40.0 +0200
+++ new/yast2-packager-3.1.12/package/yast2-packager.spec   2014-04-28 
16:09:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.9
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.9/src/clients/inst_rpmcopy.rb 
new/yast2-packager-3.1.12/src/clients/inst_rpmcopy.rb
--- old/yast2-packager-3.1.9/src/clients/inst_rpmcopy.rb2014-04-11 
16:29:40.0 +0200
+++ new/yast2-packager-3.1.12/src/clients/inst_rpmcopy.rb   2014-04-28 
16:09:49.0 +0200
@@ -153,6 +153,9 @@
   # move the progress to the packages stage
   SlideShow.MoveToStage("packages")
 
+  # bnc#875350: Log the current user/app_high software selection
+  Packages.log_software_selection
+
   # install packages from CD current_cd_no to CD maxnumbercds
   @result = InstallPackagesFromMedia(@current_cd_no, @maxnumbercds)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.9/src/modules/Packages.rb 
new/yast2-pac

commit yast2-nfs-client for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-client for 
openSUSE:Factory checked in at 2014-05-06 13:40:43

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


Package is "yast2-nfs-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-client/yast2-nfs-client.changes
2014-04-05 14:42:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-client.new/yast2-nfs-client.changes   
2014-05-06 13:40:53.0 +0200
@@ -1,0 +2,6 @@
+Mon May  5 14:49:12 CEST 2014 - loci...@suse.com
+
+- Obsolete Service.Status replaced with new Service.active?
+- 3.1.4
+
+---

Old:

  yast2-nfs-client-3.1.3.tar.bz2

New:

  yast2-nfs-client-3.1.4.tar.bz2



Other differences:
--
++ yast2-nfs-client.spec ++
--- /var/tmp/diff_new_pack.p5u0Ck/_old  2014-05-06 13:40:54.0 +0200
+++ /var/tmp/diff_new_pack.p5u0Ck/_new  2014-05-06 13:40:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:3.1.3
+Version:3.1.4
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 

++ yast2-nfs-client-3.1.3.tar.bz2 -> yast2-nfs-client-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-client-3.1.3/package/yast2-nfs-client.changes 
new/yast2-nfs-client-3.1.4/package/yast2-nfs-client.changes
--- old/yast2-nfs-client-3.1.3/package/yast2-nfs-client.changes 2014-03-28 
17:57:03.0 +0100
+++ new/yast2-nfs-client-3.1.4/package/yast2-nfs-client.changes 2014-05-05 
15:52:50.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May  5 14:49:12 CEST 2014 - loci...@suse.com
+
+- Obsolete Service.Status replaced with new Service.active?
+- 3.1.4
+
+---
 Fri Mar 28 16:54:19 UTC 2014 - vmora...@suse.com
 
 - Fix failing tests again
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.3/package/yast2-nfs-client.spec 
new/yast2-nfs-client-3.1.4/package/yast2-nfs-client.spec
--- old/yast2-nfs-client-3.1.3/package/yast2-nfs-client.spec2014-03-28 
17:57:03.0 +0100
+++ new/yast2-nfs-client-3.1.4/package/yast2-nfs-client.spec2014-05-05 
15:52:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-client
-Version:3.1.3
+Version:3.1.4
 Release:0
 Url:https://github.com/yast/yast-nfs-client
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.3/src/modules/Nfs.rb 
new/yast2-nfs-client-3.1.4/src/modules/Nfs.rb
--- old/yast2-nfs-client-3.1.3/src/modules/Nfs.rb   2014-03-28 
17:57:03.0 +0100
+++ new/yast2-nfs-client-3.1.4/src/modules/Nfs.rb   2014-05-05 
15:52:50.0 +0200
@@ -34,6 +34,7 @@
   Yast.import "PackageSystem"
   Yast.import "PackagesProposal"
   Yast.import "Wizard"
+  Yast.import "Message"
 
   Yast.include self, "nfs/routines.rb"
 
@@ -519,15 +520,17 @@
 
 Progress.NextStage
 if Ops.greater_than(Builtins.size(@nfs_entries), 0)
-  if Service.Status(@portmapper) != 0
-# portmap must not be started if it is running already (see bug # 
)
-Service.Start(@portmapper)
+  # portmap must not be started if it is running already (see bug # 
)
+  Service.Start(@portmapper) unless Service.active?(@portmapper)
+
+  unless Service.active?(@portmapper)
+Report.Error(Message.CannotStartService(@portmapper))
+return false
   end
 
   Service.Start("nfs")
-  # #74597: if all mounts are noauto, $? is 6 (unconfigured)
-  status = Service.Status("nfs")
-  if status != 0 && status != 6
+
+  unless Service.active?("nfs")
 # error popup message
 Report.Error(_("Unable to mount the NFS entries from /etc/fstab."))
 return false
@@ -614,8 +617,8 @@
 
 
   # start portmapper if it isn't running
-  if Service.Status(portmapper) != 0
-if Service.Start(portmapper) == false
+  unless Service.active?(portmapper)
+unless Service.Start(portmapper)
   Builtins.y2warning("%1 cannot be started", portmapper)
   return nil
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-client-3.1.3/testsuite/tests/readwrite.out 
new/yast2-nfs-client-3.1.4/testsuite/tests/readwrite.out
--- ol

commit libyui for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2014-05-06 13:40:25

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


Package is "libyui"

Changes:

--- /work/SRC/openSUSE:Factory/libyui/libyui.changes2014-04-13 
13:13:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new/libyui.changes   2014-05-06 
13:40:27.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 17 07:01:08 UTC 2014 - jsr...@suse.cz
+
+- Added handling of logo bar in wizard (bnc#868722)
+- 3.1.2
+
+---
+Wed Apr 16 14:20:41 UTC 2014 - mvid...@suse.com
+
+- Fix YQUI destruction (bnc#867296).
+- 3.1.1
+
+---

Old:

  libyui-3.1.0.tar.bz2

New:

  libyui-3.1.2.tar.bz2



Other differences:
--
++ libyui-doc.spec ++
--- /var/tmp/diff_new_pack.FJ345s/_old  2014-05-06 13:40:28.0 +0200
+++ /var/tmp/diff_new_pack.FJ345s/_new  2014-05-06 13:40:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-doc
-Version:3.1.0
+Version:3.1.2
 Release:0
 Source: libyui-%{version}.tar.bz2
 

++ libyui.spec ++
--- /var/tmp/diff_new_pack.FJ345s/_old  2014-05-06 13:40:28.0 +0200
+++ /var/tmp/diff_new_pack.FJ345s/_new  2014-05-06 13:40:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui
-Version:3.1.0
+Version:3.1.2
 Release:0
 Source: libyui-%{version}.tar.bz2
 

++ libyui-3.1.0.tar.bz2 -> libyui-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.0/ChangeLog new/libyui-3.1.2/ChangeLog
--- old/libyui-3.1.0/ChangeLog  2014-04-10 11:27:37.0 +0200
+++ new/libyui-3.1.2/ChangeLog  2014-04-18 13:07:40.0 +0200
@@ -1,4 +1,16 @@
 ---
+Thu Apr 17 07:01:08 UTC 2014 - jsr...@suse.cz
+
+- Added handling of logo bar in wizard (bnc#868722)
+- 3.1.2
+
+---
+Wed Apr 16 14:20:41 UTC 2014 - mvid...@suse.com
+
+- Fix YQUI destruction (bnc#867296).
+- 3.1.1
+
+---
 Wed Apr  9 12:44:17 UTC 2014 - mvid...@suse.com
 
 - Added YUIOpt_titleOnLeft, YWizardMode_TitleOnLeft (bnc#868859)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.0/Rakefile new/libyui-3.1.2/Rakefile
--- old/libyui-3.1.0/Rakefile   2014-03-12 15:47:44.0 +0100
+++ new/libyui-3.1.2/Rakefile   2014-04-22 17:47:44.0 +0200
@@ -13,10 +13,17 @@
 Packaging.configuration do |conf|
   spec_template = Dir.glob("*.spec.{in,cmake}").first
 
-  conf.obs_project = "devel:libraries:libyui"
-  conf.obs_sr_project = "openSUSE:Factory"
+  if ENV["LIBYUI_SUBMIT"] == "SLES"
+conf.obs_api= "https://api.suse.de/";
+conf.obs_project= "Devel:YaST:Head"
+conf.obs_target = "SLE-12"
+conf.obs_sr_project = "SUSE:SLE-12:GA"
+  else
+conf.obs_project= "devel:libraries:libyui"
+conf.obs_sr_project = "openSUSE:Factory"
+  end
   conf.package_name = spec_template[/(.*)\.spec\..*/, 1]
-  conf.package_dir = "#{BUILDDIR}/package"
+  conf.package_dir  = "#{BUILDDIR}/package"
 
   conf.skip_license_check << /.*/ if conf.package_name =~ /gtk|bindings/
   conf.skip_license_check << /bootstrap.sh|ChangeLog|Makefile.cvs/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.0/VERSION.cmake 
new/libyui-3.1.2/VERSION.cmake
--- old/libyui-3.1.0/VERSION.cmake  2014-04-10 11:27:37.0 +0200
+++ new/libyui-3.1.2/VERSION.cmake  2014-04-18 13:07:40.0 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "3")
 SET( VERSION_MINOR "1" )
-SET( VERSION_PATCH "0" )
+SET( VERSION_PATCH "2" )
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-3.1.0/src/Notes.h new/libyui-3.1.2/src/Notes.h
--- old/libyui-3.1.0/src/Notes.h1970-01-01 01:00:00.0 +0100
+++ new/libyui-3.1.2/src/Notes.h2014-04-17 10:45:29.0 +0200
@@ -0,0 +1,43 @@
+/*
+  Copyright (C) 2014 SUSE LLC
+  This library is free software; you can redistribute it and/or modify
+  it under the terms of the GNU Lesser General Public License as
+  published by the Free Software Foundation; either version 2.1 of the
+  License, or (at your option) version 3.0 of t

commit branding-openSUSE for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2014-05-06 13:40:27

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


Package is "branding-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2014-03-01 21:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2014-05-06 13:40:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 25 15:51:12 UTC 2014 - rbrown...@opensuse.org
+
+- Update YaST installer look to similar to sle12
+
+---
kde-branding-openSUSE.changes: same change



Other differences:
--
kde-branding-openSUSE.spec: same change
++ openSUSE.tar.xz ++
/work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.xz 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.tar.xz differ: char 
25, line 1

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



commit yast2-nfs-server for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-nfs-server for 
openSUSE:Factory checked in at 2014-05-06 13:40:44

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


Package is "yast2-nfs-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-nfs-server/yast2-nfs-server.changes
2014-04-05 14:42:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-nfs-server.new/yast2-nfs-server.changes   
2014-05-06 13:40:54.0 +0200
@@ -1,0 +2,8 @@
+Mon May  5 15:54:01 CEST 2014 - loci...@suse.com
+
+- Obsolete Service.Status calls replaced with Service.active?
+- Finally dropped obsolete 'portmap' support (using only rpcbind)
+- Adapted testsuite
+- 3.1.6
+
+---

Old:

  yast2-nfs-server-3.1.5.tar.bz2

New:

  yast2-nfs-server-3.1.6.tar.bz2



Other differences:
--
++ yast2-nfs-server.spec ++
--- /var/tmp/diff_new_pack.lNcvWK/_old  2014-05-06 13:40:56.0 +0200
+++ /var/tmp/diff_new_pack.lNcvWK/_new  2014-05-06 13:40:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 Url:https://github.com/yast/yast-nfs-server
 

++ yast2-nfs-server-3.1.5.tar.bz2 -> yast2-nfs-server-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-nfs-server-3.1.5/package/yast2-nfs-server.changes 
new/yast2-nfs-server-3.1.6/package/yast2-nfs-server.changes
--- old/yast2-nfs-server-3.1.5/package/yast2-nfs-server.changes 2014-03-28 
17:30:51.0 +0100
+++ new/yast2-nfs-server-3.1.6/package/yast2-nfs-server.changes 2014-05-05 
16:39:50.0 +0200
@@ -1,4 +1,12 @@
 ---
+Mon May  5 15:54:01 CEST 2014 - loci...@suse.com
+
+- Obsolete Service.Status calls replaced with Service.active?
+- Finally dropped obsolete 'portmap' support (using only rpcbind)
+- Adapted testsuite
+- 3.1.6
+
+---
 Fri Mar 28 15:47:26 UTC 2014 - vmora...@suse.com
 
 - Fix testsuite again
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.5/package/yast2-nfs-server.spec 
new/yast2-nfs-server-3.1.6/package/yast2-nfs-server.spec
--- old/yast2-nfs-server-3.1.5/package/yast2-nfs-server.spec2014-03-28 
17:30:51.0 +0100
+++ new/yast2-nfs-server-3.1.6/package/yast2-nfs-server.spec2014-05-05 
16:39:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-nfs-server
-Version:3.1.5
+Version:3.1.6
 Release:0
 URL:https://github.com/yast/yast-nfs-server
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-nfs-server-3.1.5/src/modules/NfsServer.rb 
new/yast2-nfs-server-3.1.6/src/modules/NfsServer.rb
--- old/yast2-nfs-server-3.1.5/src/modules/NfsServer.rb 2014-03-28 
17:30:51.0 +0100
+++ new/yast2-nfs-server-3.1.6/src/modules/NfsServer.rb 2014-05-05 
16:39:50.0 +0200
@@ -76,7 +76,8 @@
   @have_nfslock = true
 
 
-  @portmapper = nil
+  # Since SLE 11, there's no portmapper, but rpcbind
+  @portmapper = "rpcbind"
 end
 
 # Function sets internal variable, which indicates, that any
@@ -202,19 +203,6 @@
   true
 end
 
-# Get the used port mapper: since SLE11A3 we have rpcbind
-# instead of portmap as the default (bnc#423026)
-def Portmapper
-  if @portmapper == nil
-@portmapper = Service.Find(["rpcbind", "portmap"])
-if @portmapper == ""
-  Builtins.y2error("No portmapper found")
-  @portmapper = "rpcbind"
-end
-  end
-  @portmapper
-end
-
 # Saves NFS server configuration. (exports(5))
 # Creates any missing directories.
 # @return true on success
@@ -292,7 +280,7 @@
   end
 end
   else
-if !Service.Enable(Portmapper())
+if !Service.Enable(@portmapper)
   Report.Error(Service.Error)
   ok = false
 end
@@ -308,23 +296,22 @@
 end
 
 if @enable_nfsv4
-  if Service.Status("idmapd") == 3
-if !Service.Start("idmapd")
+  if !Service.active?("idmapd")
+unless Service.Start("idmapd")
   Report.Error(
 _("Unable to start idmapd. Check your domain setting.")
   )
   ok = false
 end
-  end
-  if Service.Status("idmapd") == 0
-if !Service.Restart("idmapd")
+  else
+ 

commit yast2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2014-05-06 13:40:40

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2014-04-13 
13:13:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2014-05-06 
13:40:49.0 +0200
@@ -1,0 +2,110 @@
+Mon May  5 11:38:34 UTC 2014 - vmora...@suse.com
+
+- Fix getting the status of sysvinit services (bnc#876144)
+- 3.1.60
+
+---
+Fri May  2 14:22:48 UTC 2014 - jreidin...@suse.com
+
+- save_y2logs: store target of symlinks as symlinks are useless
+- 3.1.59
+
+---
+Fri May  2 08:43:37 UTC 2014 - jsr...@suse.cz
+
+- fixed incorrect function name (bnc#876105)
+- 3.1.58
+
+---
+Tue Apr 29 12:46:18 CEST 2014 - loci...@suse.com
+
+- Fixed Product lazy loading in Update mode (bnc#875605)
+- 3.1.57
+
+---
+Tue Apr 29 11:27:09 CEST 2014 - g...@suse.de
+
+- Add support for 'stop' and 'restart' of services in inst-sys
+  (related to bnc #873057, bnc #873448)
+- 3.1.56
+
+---
+Mon Apr 28 16:41:57 CEST 2014 - loci...@suse.com
+
+- Fixed SlideShow table header to match the reality (bnc#874823)
+- 3.1.55
+
+---
+Thu Apr 24 15:59:44 CEST 2014 - loci...@suse.com
+
+- Product library changed to read data only from os-release and
+  libzypp (bnc#873877), no more from content file
+- 3.1.54
+
+---
+Tue Apr 22 15:05:41 CEST 2014 - loci...@suse.com
+
+- Published Service.Active (used from Perl)
+- 3.1.53
+
+---
+Tue Apr 22 11:03:21 CEST 2014 - loci...@suse.com
+
+- Removed Product.patterns (replaced by Packages.default_patterns)
+  (bnc#873923)
+- 3.1.52
+
+---
+Thu Apr 17 15:08:41 UTC 2014 - mvid...@suse.com
+
+- rewrote URLRecode.pm to URLRecode.rb so that 'yast2 repositories'
+  can run without Perl bindings
+- 3.1.51
+
+---
+Thu Apr 17 11:11:01 CEST 2014 - loci...@suse.com
+
+- Decreased number of logs coming from Hooks (to enhance logs
+  readability)
+- 3.1.50
+
+---
+Thu Apr 17 08:22:23 UTC 2014 - vmora...@suse.com
+
+- Add path to deprecation warnings (bnc#873973)
+- Fix enabling LSB services during installation (bnc#873929)
+- 3.1.49
+
+---
+Wed Apr 16 13:02:54 UTC 2014 - jreidin...@suse.com
+
+- ensure that dialog was closed even if exception is raised
+  (bnc#873916)
+- save_y2logs: store versions of packages in inst-sys
+- 3.1.48
+
+---
+Wed Apr 16 11:46:55 UTC 2014 - mfi...@suse.com
+
+- bnc#869661
+  - fixed internal error raised in inst_lan during update
+- 3.1.47
+
+---
+Tue Apr 15 09:09:57 CEST 2014 - loci...@suse.com
+
+- Changed Product.FindBaseProducts to throw an exception if no
+  base products are found in installation (bnc#873458, bnc#873377)
+- 3.1.46
+
+---
+Mon Apr 14 15:11:22 CEST 2014 - loci...@suse.com
+
+- Changed OSRelease not to read content file instead of os-release
+  file in inst-sys (bnc#873366)
+- Changed Product to use OSRelease.ReleaseInformation as :name
+  instead of creating it from ReleaseName and ReleaseVersion,
+  these are only used as fallback (bnc#873366)
+- 3.1.45
+
+---

Old:

  yast2-3.1.44.tar.bz2

New:

  yast2-3.1.60.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.7wyPeG/_old  2014-05-06 13:40:50.0 +0200
+++ /var/tmp/diff_new_pack.7wyPeG/_new  2014-05-06 13:40:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.44
+Version:3.1.60
 Release:0
 Url:https://github.com/yast/yast-yast2
 

++ yast2-3.1.44.tar.bz2 -> yast2-3.1.60.tar.bz2 ++
 1885 lines of diff (skipped)

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

commit yast2-installation for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2014-05-06 13:40:32

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2014-04-05 14:43:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2014-05-06 13:40:37.0 +0200
@@ -1,0 +2,94 @@
+Wed Apr 30 11:01:12 UTC 2014 - jreidin...@suse.com
+
+- use correct keywords for cio ignore kernel params (bnc#874902)
+- move cio_ignore step after bootloader step to have sections 
+  generated (bnc#873996)
+- 3.1.76
+
+---
+Fri Apr 25 13:21:52 UTC 2014 - mfi...@suse.com
+
+- bnc#872086
+  - always copy network configuration. Even if network is not
+running during installation
+- 3.1.75
+
+---
+Fri Apr 25 08:22:06 UTC 2014 - jsr...@suse.cz
+
+- enhanced handling of release notes from media (contrary to those
+  downloaded on-line) (bnc#874996)
+- 3.1.74
+
+---
+Thu Apr 24 16:02:13 CEST 2014 - loci...@suse.com
+
+- Changed inst_system_analysis to read Product information
+  (that uses libzypp) after initializing libzypp (bnc#873877)
+- 3.1.73
+
+---
+Wed Apr 23 08:48:13 UTC 2014 - jsr...@suse.cz
+
+- enable top bar with logo during installation (bnc#868722)
+- 3.1.72
+
+---
+Tue Apr 15 16:51:58 CEST 2014 - loci...@suse.com
+
+- Switched from the old to the new network setup client for remote
+  repositories (bnc#869640)
+- 3.1.71
+
+---
+Tue Apr 15 07:02:35 UTC 2014 - jreidin...@suse.com
+
+- fix crash from last fix and adapt it to cooperate nice with
+  autoinstallation (bnc#873458)
+- 3.1.70
+
+---
+Mon Apr 14 14:38:22 UTC 2014 - jreidin...@suse.com
+
+- return error message if base product not found and continue in
+  installation(bnc#873458)
+- 3.1.69
+
+---
+Mon Apr 14 10:11:52 CEST 2014 - loci...@suse.com
+
+- removed loading 'pciehp' Kernel module (added for SLE 11 by FATE
+  #311991) - it is now built-in Kernel (bnc#865834)
+- 3.1.68
+
+---
+Fri Apr 11 08:44:10 UTC 2014 - jsr...@suse.cz
+
+- added missing files to package (bnc#872925)
+- 3.1.67
+
+---
+Thu Apr 10 09:34:30 UTC 2014 - mvid...@suse.com
+
+- Put wizard title on the left instead of on top (bnc#868859)
+- 3.1.66
+
+---
+Thu Apr 10 09:15:56 UTC 2014 - jsr...@suse.cz
+
+- added handling of release notes for slide show (bnc#871158)
+- 3.1.65
+
+---
+Wed Apr  9 10:07:02 CEST 2014 - snw...@suse.de
+
+- save a copy of pbl.log
+- 3.1.64
+
+---
+Fri Apr  4 15:33:40 CEST 2014 - snw...@suse.de
+
+- remove LIBGL_ALWAYS_INDIRECT (bnc #869172)
+- 3.1.63
+
+---

Old:

  yast2-installation-3.1.62.tar.bz2

New:

  yast2-installation-3.1.76.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.U4l4Xw/_old  2014-05-06 13:40:38.0 +0200
+++ /var/tmp/diff_new_pack.U4l4Xw/_new  2014-05-06 13:40:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.62
+Version:3.1.76
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,13 +41,13 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 
 # Linuxrc.keys
-BuildRequires:  yast2 >= 3.1.9
+BuildRequires:  yast2 >= 3.1.41
 
 # clone_system client
 Requires:   autoyast2-installation >= 3.1.5
 
-# ProductProfile
-Requires:   yast2 >= 3.1.9
+# Wizard.OpenLeftTitleNextBackDialog
+Requires:   yast2 >= 3.1.43
 
 # Language::GetLanguageItems and other API
 # Language::Set (handles downloading the translation extensions)
@@ -92,8 +92,8 @@
 # Added new function WFM::ClientExists
 Conflicts:  yast2-core < 2.17.10
 
-# ButtonBox widget
-Conflicts:  yast2-ycp-ui-bindings < 2.17.3
+# Top bar with logo
+

commit yast2-network for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2014-05-06 13:40:46

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2014-04-26 11:45:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2014-05-06 13:40:57.0 +0200
@@ -1,0 +2,22 @@
+Mon May  5 22:31:45 UTC 2014 - mfi...@suse.com
+
+- fixed testsuite - adapted to API changes
+- 3.1.53 
+
+---
+Mon May  5 08:50:48 UTC 2014 - mfi...@suse.com
+
+- bnc#870896
+  - fixed proposed DNS / Hostname configuration to be same as in
+SLE-11
+- 3.1.52 
+
+---
+Mon Apr 28 11:06:47 UTC 2014 - mfi...@suse.com
+
+- bnc#867451 
+  - when virtual machine is installed, propose virtual interface
+configuration
+- 3.1.51
+
+---

Old:

  yast2-network-3.1.50.tar.bz2

New:

  yast2-network-3.1.53.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.qz1C7S/_old  2014-05-06 13:40:59.0 +0200
+++ /var/tmp/diff_new_pack.qz1C7S/_new  2014-05-06 13:40:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.50
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.50.tar.bz2 -> yast2-network-3.1.53.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.50/package/yast2-network.changes 
new/yast2-network-3.1.53/package/yast2-network.changes
--- old/yast2-network-3.1.50/package/yast2-network.changes  2014-04-25 
14:38:44.0 +0200
+++ new/yast2-network-3.1.53/package/yast2-network.changes  2014-05-06 
07:33:51.0 +0200
@@ -1,4 +1,26 @@
 ---
+Mon May  5 22:31:45 UTC 2014 - mfi...@suse.com
+
+- fixed testsuite - adapted to API changes
+- 3.1.53 
+
+---
+Mon May  5 08:50:48 UTC 2014 - mfi...@suse.com
+
+- bnc#870896
+  - fixed proposed DNS / Hostname configuration to be same as in
+SLE-11
+- 3.1.52 
+
+---
+Mon Apr 28 11:06:47 UTC 2014 - mfi...@suse.com
+
+- bnc#867451 
+  - when virtual machine is installed, propose virtual interface
+configuration
+- 3.1.51
+
+---
 Fri Apr 25 07:15:25 UTC 2014 - mfi...@suse.com
 
 - bnc#872319
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.50/package/yast2-network.spec 
new/yast2-network-3.1.53/package/yast2-network.spec
--- old/yast2-network-3.1.50/package/yast2-network.spec 2014-04-25 
14:38:44.0 +0200
+++ new/yast2-network-3.1.53/package/yast2-network.spec 2014-05-06 
07:33:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.50
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.50/src/Makefile.am 
new/yast2-network-3.1.53/src/Makefile.am
--- old/yast2-network-3.1.50/src/Makefile.am2014-04-25 14:38:44.0 
+0200
+++ new/yast2-network-3.1.53/src/Makefile.am2014-05-06 07:33:51.0 
+0200
@@ -32,14 +32,12 @@
   clients/routing.rb \
   clients/lan.rb \
   clients/host_auto.rb \
-  clients/general_proposal.rb \
   clients/inst_ask_net_test.rb \
   clients/inst_hostname.rb \
   clients/firewall_stage1_proposal.rb \
   clients/routing_auto.rb \
   clients/remote.rb \
   clients/dns.rb \
-  clients/lan_proposal.rb \
   clients/host.rb \
   clients/inst_install_inf.rb
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.50/src/clients/general_proposal.rb 
new/yast2-network-3.1.53/src/clients/general_proposal.rb
--- old/yast2-network-3.1.50/src/clients/general_proposal.rb2014-04-25 
14:38:44.0 +0200
+++ new/yast2-network-3.1.53/src/clients/general_proposal.rb1970-01-01 
01:00:00.0 +0100
@@ -1,126 +0,0 @@
-# encoding: utf-8
-
-#***
-#
-# Copyright (c) 2012 Novell, Inc.
-# All Rights Reserved.
-#

commit libyui-qt for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libyui-qt for openSUSE:Factory 
checked in at 2014-05-06 13:40:26

Comparing /work/SRC/openSUSE:Factory/libyui-qt (Old)
 and  /work/SRC/openSUSE:Factory/.libyui-qt.new (New)


Package is "libyui-qt"

Changes:

--- /work/SRC/openSUSE:Factory/libyui-qt/libyui-qt.changes  2014-04-13 
13:13:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.libyui-qt.new/libyui-qt.changes 2014-05-06 
13:40:29.0 +0200
@@ -1,0 +2,12 @@
+Thu Apr 17 07:13:17 UTC 2014 - jsr...@suse.cz
+
+- added title bar with product logo (bnc#868722)
+- 2.46.7
+
+---
+Mon Apr 14 15:11:09 CEST 2014 - tgoettlic...@suse.de
+
+- Improve styleability of dialog heading
+- 2.46.6
+
+---

Old:

  libyui-qt-2.46.5.tar.bz2

New:

  libyui-qt-2.46.7.tar.bz2



Other differences:
--
++ libyui-qt-doc.spec ++
--- /var/tmp/diff_new_pack.jtB6fG/_old  2014-05-06 13:40:30.0 +0200
+++ /var/tmp/diff_new_pack.jtB6fG/_new  2014-05-06 13:40:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt-doc
-Version:2.46.5
+Version:2.46.7
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 

++ libyui-qt.spec ++
--- /var/tmp/diff_new_pack.jtB6fG/_old  2014-05-06 13:40:30.0 +0200
+++ /var/tmp/diff_new_pack.jtB6fG/_new  2014-05-06 13:40:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libyui-qt
-Version:2.46.5
+Version:2.46.7
 Release:0
 Source: libyui-qt-%{version}.tar.bz2
 
@@ -26,7 +26,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 
-%define libyui_devel_version libyui-devel >= 3.0.4
+%define libyui_devel_version libyui-devel >= 3.1.2
 BuildRequires:  %{libyui_devel_version}
 BuildRequires:  fontconfig-devel
 BuildRequires:  pkgconfig(Qt5Core)

++ libyui-qt-2.46.5.tar.bz2 -> libyui-qt-2.46.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.5/ChangeLog 
new/libyui-qt-2.46.7/ChangeLog
--- old/libyui-qt-2.46.5/ChangeLog  2014-04-10 11:25:37.0 +0200
+++ new/libyui-qt-2.46.7/ChangeLog  2014-04-18 13:40:41.0 +0200
@@ -1,4 +1,16 @@
 ---
+Thu Apr 17 07:13:17 UTC 2014 - jsr...@suse.cz
+
+- added title bar with product logo (bnc#868722)
+- 2.46.7
+
+---
+Mon Apr 14 15:11:09 CEST 2014 - tgoettlic...@suse.de
+
+- Improve styleability of dialog heading
+- 2.46.6
+
+---
 Tue Apr  8 13:17:38 UTC 2014 - mvid...@suse.com
 
 - Enable wizard title on the left instead of on top (bnc#868859).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.5/VERSION.cmake 
new/libyui-qt-2.46.7/VERSION.cmake
--- old/libyui-qt-2.46.5/VERSION.cmake  2014-04-10 11:25:37.0 +0200
+++ new/libyui-qt-2.46.7/VERSION.cmake  2014-04-18 13:40:41.0 +0200
@@ -1,6 +1,6 @@
 SET(VERSION_MAJOR "2")
 SET(VERSION_MINOR "46")
-SET(VERSION_PATCH "5")
+SET(VERSION_PATCH "7")
 SET( VERSION 
"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}${GIT_SHA1_VERSION}" )
 
 # This is need for the libyui core, ONLY.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.5/libyui-qt.spec.in 
new/libyui-qt-2.46.7/libyui-qt.spec.in
--- old/libyui-qt-2.46.5/libyui-qt.spec.in  2014-03-12 16:11:26.0 
+0100
+++ new/libyui-qt-2.46.7/libyui-qt.spec.in  2014-04-18 13:40:41.0 
+0200
@@ -26,7 +26,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 
-%define libyui_devel_version libyui-devel >= 3.0.4
+%define libyui_devel_version libyui-devel >= 3.1.2
 BuildRequires:  %{libyui_devel_version}
 BuildRequires:  fontconfig-devel
 BuildRequires:  pkgconfig(Qt5Core)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-qt-2.46.5/src/YQWizard.cc 
new/libyui-qt-2.46.7/src/YQWizard.cc
--- old/libyui-qt-2.46.5/src/YQWizard.cc2014-04-10 11:25:37.0 
+0200
+++ new/libyui-qt-2.46.7/src/YQWizard.cc2014-04-18 13:40:41.0 
+0200
@@ -128,6 +128,7 @@
 _clientArea= 0;
 _menuBar   = 0;
 _dialogIcon= 0;
+_dialogLogo = 0;
 _dialogHeading = 0;
 _contents  = 0;
 _backButton= 0;
@@ -682,13 +683,33 @@
 QWidget *YQWizard::layoutWorkArea( QWidget * parent )
 {
 _workArea = new QFrame(

commit autoyast2 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2014-05-06 13:40:24

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2014-04-05 
14:43:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2014-05-06 
13:40:25.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr 22 10:17:55 CEST 2014 - loci...@suse.com
+
+- Replaced old Product.patterns with new Packages.default_patterns
+  (bnc#873923)
+- 3.1.24
+
+---
+Thu Apr 17 15:05:11 CEST 2014 - tgoettlic...@suse.de
+
+- added disklabel for autoyast.xml needed for gpt partition
+  tables (bnc#873766)
+- 3.1.23
+
+---

Old:

  autoyast2-3.1.22.tar.bz2

New:

  autoyast2-3.1.24.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.NbKqGP/_old  2014-05-06 13:40:26.0 +0200
+++ /var/tmp/diff_new_pack.NbKqGP/_new  2014-05-06 13:40:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.22
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -89,7 +89,8 @@
 Requires:   yast2-core
 Requires:   yast2-country
 Requires:   yast2-ncurses
-Requires:   yast2-packager
+# Packages.default_patterns
+Requires:   yast2-packager >= 3.1.10
 # ServicesManagerTargetClass::BaseTargets
 Requires:   yast2-services-manager >= 3.1.10
 Requires:   yast2-slp

++ autoyast2-3.1.22.tar.bz2 -> autoyast2-3.1.24.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.22/package/autoyast2.changes 
new/autoyast2-3.1.24/package/autoyast2.changes
--- old/autoyast2-3.1.22/package/autoyast2.changes  2014-04-03 
11:19:49.0 +0200
+++ new/autoyast2-3.1.24/package/autoyast2.changes  2014-04-22 
10:35:43.0 +0200
@@ -1,4 +1,18 @@
 ---
+Tue Apr 22 10:17:55 CEST 2014 - loci...@suse.com
+
+- Replaced old Product.patterns with new Packages.default_patterns
+  (bnc#873923)
+- 3.1.24
+
+---
+Thu Apr 17 15:05:11 CEST 2014 - tgoettlic...@suse.de
+
+- added disklabel for autoyast.xml needed for gpt partition
+  tables (bnc#873766)
+- 3.1.23
+
+---
 Thu Apr  3 10:33:34 CEST 2014 - tgoettlic...@suse.de
 
 - removed check for "eth" prefix for network devices (bnc#871090)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.22/package/autoyast2.spec 
new/autoyast2-3.1.24/package/autoyast2.spec
--- old/autoyast2-3.1.22/package/autoyast2.spec 2014-04-03 11:19:49.0 
+0200
+++ new/autoyast2-3.1.24/package/autoyast2.spec 2014-04-22 10:35:43.0 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.22
+Version:3.1.24
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -89,7 +89,8 @@
 Requires:   yast2-core
 Requires:   yast2-country
 Requires:   yast2-ncurses
-Requires:   yast2-packager
+# Packages.default_patterns
+Requires:   yast2-packager >= 3.1.10
 # ServicesManagerTargetClass::BaseTargets
 Requires:   yast2-services-manager >= 3.1.10
 Requires:   yast2-slp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/autoyast2-3.1.22/src/clients/inst_autosetup_upgrade.rb 
new/autoyast2-3.1.24/src/clients/inst_autosetup_upgrade.rb
--- old/autoyast2-3.1.22/src/clients/inst_autosetup_upgrade.rb  2014-04-03 
11:19:50.0 +0200
+++ new/autoyast2-3.1.24/src/clients/inst_autosetup_upgrade.rb  2014-04-22 
10:35:43.0 +0200
@@ -9,6 +9,8 @@
 # $Id: inst_autosetup.ycp 61521 2010-03-29 09:10:07Z ug $
 module Yast
   class InstAutosetupUpgradeClient < Client
+include Yast::Logger
+
 def main
   Yast.import "Pkg"
   Yast.import "UI"
@@ -286,18 +288,12 @@
 Builtins.foreach(@restore) { |res| Pkg.ResolvableInstall(res, 
:product) }
 Update.SetDesktopPattern if !Update.onlyUpdateInstalled
 
-if !Update.onlyUpdateInstalled && # just consider already installed 
packages
-!ProductFeatures.GetBooleanFeature(
-  "software",
-  "only_update_installed"
-)
-  Builtins.foreach(Product.patterns) do |pat|
-Builtins.y

commit yast2-kdump for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2014-05-06 13:40:41

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


Package is "yast2-kdump"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2014-03-21 
12:14:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2014-05-06 13:40:51.0 +0200
@@ -1,0 +2,13 @@
+Mon May  5 11:03:34 UTC 2014 - jreidin...@suse.com
+
+- use directly kdump service instead of boot.kdump wrapper
+  (bnc#873733)
+- 3.1.11
+
+---
+Wed Apr 30 12:02:41 CEST 2014 - snw...@suse.de
+
+- require kdump, but not yet on aarch64 (bnc #875765)
+- 3.1.10
+
+---

Old:

  yast2-kdump-3.1.9.tar.bz2

New:

  yast2-kdump-3.1.11.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.VgBhdz/_old  2014-05-06 13:40:52.0 +0200
+++ /var/tmp/diff_new_pack.VgBhdz/_new  2014-05-06 13:40:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.9
+Version:3.1.11
 Release:0
 
 Url:https://github.com/yast/yast-kdump
@@ -36,7 +36,12 @@
 BuildRequires:  yast2-storage
 BuildRequires:  yast2-testsuite
 
-Recommends: kdump makedumpfile
+Recommends: makedumpfile
+%ifarch aarch64
+Recommends: kdump
+%else
+Requires:   kdump
+%endif
 
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires:  yast2 >= 2.21.22

++ yast2-kdump-3.1.9.tar.bz2 -> yast2-kdump-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/package/yast2-kdump.changes 
new/yast2-kdump-3.1.11/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.9/package/yast2-kdump.changes   2014-03-19 
14:30:26.0 +0100
+++ new/yast2-kdump-3.1.11/package/yast2-kdump.changes  2014-05-05 
15:10:48.0 +0200
@@ -1,4 +1,17 @@
 ---
+Mon May  5 11:03:34 UTC 2014 - jreidin...@suse.com
+
+- use directly kdump service instead of boot.kdump wrapper
+  (bnc#873733)
+- 3.1.11
+
+---
+Wed Apr 30 12:02:41 CEST 2014 - snw...@suse.de
+
+- require kdump, but not yet on aarch64 (bnc #875765)
+- 3.1.10
+
+---
 Wed Mar 19 13:28:54 CET 2014 - snw...@suse.de
 
 - kdump for all (bnc #869086, bnc #804512)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/package/yast2-kdump.spec 
new/yast2-kdump-3.1.11/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.9/package/yast2-kdump.spec  2014-03-19 
14:30:26.0 +0100
+++ new/yast2-kdump-3.1.11/package/yast2-kdump.spec 2014-05-05 
15:10:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.9
+Version:3.1.11
 Release:0
 
 Url:https://github.com/yast/yast-kdump
@@ -31,7 +31,12 @@
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem-rspec
 
-Recommends: kdump makedumpfile
+Recommends: makedumpfile
+%ifarch aarch64
+Recommends: kdump
+%else
+Requires:   kdump
+%endif
 
 # Wizard::SetDesktopTitleAndIcon
 BuildRequires: yast2 >= 2.21.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.9/src/include/kdump/uifunctions.rb 
new/yast2-kdump-3.1.11/src/include/kdump/uifunctions.rb
--- old/yast2-kdump-3.1.9/src/include/kdump/uifunctions.rb  2014-03-19 
14:30:26.0 +0100
+++ new/yast2-kdump-3.1.11/src/include/kdump/uifunctions.rb 2014-05-05 
15:10:48.0 +0200
@@ -227,19 +227,12 @@
 
 # Function initializes option "Enable/Disable kdump"
 def InitEnableDisalbeKdump(key)
-  if Mode.installation
-if Kdump.add_crashkernel_param
-  UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "enable_kdump")
-else
-  UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "disable_kdump")
-end
-  else
-if Kdump.add_crashkernel_param && Service.Status("boot.kdump") == 0
-  UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "enable_kdump")
-else
-  UI.ChangeWidget(Id("EnableDisalbeKdump"), :Value, "disable_kdump")
-end
-  end
+  enable = Kdump.add_crashkernel_param
+  enable &&= Service.enabled?(KdumpClass::KDUMP_SERVICE_NAME) unless 
Mode.installation
+
+  value = enable ? "e

commit yast2-storage for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-05-06 13:40:39

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2014-04-13 13:13:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-05-06 13:40:47.0 +0200
@@ -1,0 +2,19 @@
+Mon May 05 12:04:00 CEST 2014 - aschn...@suse.de
+
+- fixed space adjustment in proposal for snapshots (bnc#876127)
+- version 3.1.22
+
+---
+Wed Apr 30 15:28:35 CEST 2014 - aschn...@suse.de
+
+- fixed importing mount points with btrfs (bnc#874288)
+- version 3.1.21
+
+---
+Tue Apr 29 17:51:15 CEST 2014 - aschn...@suse.de
+
+- do not create boot subvolumes in the proposal if a boot partition
+  is proposed (bnc#874551)
+- version 3.1.20
+
+---

Old:

  yast2-storage-3.1.19.tar.bz2

New:

  yast2-storage-3.1.22.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.dlk2Oi/_old  2014-05-06 13:40:48.0 +0200
+++ /var/tmp/diff_new_pack.dlk2Oi/_new  2014-05-06 13:40:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.19
+Version:3.1.22
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.19.tar.bz2 -> yast2-storage-3.1.22.tar.bz2 ++
 1784 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-ycp-ui-bindings for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-ycp-ui-bindings for 
openSUSE:Factory checked in at 2014-05-06 13:40:23

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


Package is "yast2-ycp-ui-bindings"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-ycp-ui-bindings/yast2-ycp-ui-bindings.changes  
2014-04-13 13:13:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ycp-ui-bindings.new/yast2-ycp-ui-bindings.changes
 2014-05-06 13:40:24.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 17 08:01:25 UTC 2014 - jsr...@suse.cz
+
+- Added built-in for setting wizard logo (bnc#868722)
+- 3.1.7
+
+---

Old:

  yast2-ycp-ui-bindings-3.1.6.tar.bz2

New:

  yast2-ycp-ui-bindings-3.1.7.tar.bz2



Other differences:
--
++ yast2-ycp-ui-bindings.spec ++
--- /var/tmp/diff_new_pack.K8zfU8/_old  2014-05-06 13:40:25.0 +0200
+++ /var/tmp/diff_new_pack.K8zfU8/_new  2014-05-06 13:40:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,7 +41,7 @@
 Conflicts:  yast2 < 2.23.0
 Conflicts:  yast2-libyui < 2.42.0
 
-BuildRequires:  libyui-devel >= 3.0.11
+BuildRequires:  libyui-devel >= 3.1.2
 
 # libyui ImplPtr
 BuildRequires:  boost-devel

++ yast2-ycp-ui-bindings-3.1.6.tar.bz2 -> 
yast2-ycp-ui-bindings-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.changes 
new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.changes
--- old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.changes   
2014-04-11 11:11:35.0 +0200
+++ new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.changes   
2014-04-18 13:42:41.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Apr 17 08:01:25 UTC 2014 - jsr...@suse.cz
+
+- Added built-in for setting wizard logo (bnc#868722)
+- 3.1.7
+
+---
 Wed Apr  9 12:53:42 UTC 2014 - mvid...@suse.com
 
 - Enable wizard title on the left instead of on top (bnc#868859)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.spec 
new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.spec
--- old/yast2-ycp-ui-bindings-3.1.6/package/yast2-ycp-ui-bindings.spec  
2014-04-11 11:11:35.0 +0200
+++ new/yast2-ycp-ui-bindings-3.1.7/package/yast2-ycp-ui-bindings.spec  
2014-04-18 13:42:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ycp-ui-bindings
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +43,7 @@
 Conflicts: yast2 < 2.23.0
 Conflicts: yast2-libyui < 2.42.0
 
-BuildRequires: libyui-devel >= 3.0.11
+BuildRequires: libyui-devel >= 3.1.2
 
 # libyui ImplPtr
 BuildRequires: boost-devel
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.cc 
new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.cc
--- old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.cc   2014-04-11 
11:11:35.0 +0200
+++ new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.cc   2014-04-18 
13:42:41.0 +0200
@@ -1665,5 +1665,15 @@
 return YCPVoid();
 }
 
+YCPValue YCP_UI::SetProductLogo( const YCPBoolean & show_logo )
+{
+yuiMilestone() << "Setting heading log to " << show_logo << std::endl;
+
+YUI::application()->setShowProductLogo( show_logo->value() );
+
+return YCPVoid();
+}
+
+
 
 // EOF
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.h 
new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.h
--- old/yast2-ycp-ui-bindings-3.1.6/src/YCP_UI.h2014-04-11 
11:11:35.0 +0200
+++ new/yast2-ycp-ui-bindings-3.1.7/src/YCP_UI.h2014-04-18 
13:42:41.0 +0200
@@ -98,6 +98,8 @@
 static YCPValuePollInput   ();
 static YCPBoolean  TextMode();
 static YCPValueSetReleaseNotes ( const YCPMap & 
relnotes );
+static YCPValueSetProductLogo  ( const YCPBoolean & 
show_logo);
+
 
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ycp-ui-bindi

commit yast2-samba-server for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2014-05-06 13:40:48

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


Package is "yast2-samba-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2014-04-05 14:42:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2014-05-06 13:40:59.0 +0200
@@ -1,0 +2,12 @@
+Tue May  6 05:34:49 UTC 2014 - mfi...@suse.com
+
+- Adapted testsuite to last changes in Service module.
+- 3.1.8 
+
+---
+Tue Apr 22 15:49:38 CEST 2014 - loci...@suse.com
+
+- Deprecated Service method calls replaced with new ones
+- 3.1.7
+
+---

Old:

  yast2-samba-server-3.1.6.tar.bz2

New:

  yast2-samba-server-3.1.8.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.JRSphT/_old  2014-05-06 13:41:00.0 +0200
+++ /var/tmp/diff_new_pack.JRSphT/_new  2014-05-06 13:41:00.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.6
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 Url:https://github.com/yast/yast-samba-server
 
-# Service module switched to systemd
+# Service.Active
 BuildRequires:  libsmbclient
 BuildRequires:  libsmbclient-devel
 BuildRequires:  perl-Crypt-SmbHash
@@ -32,7 +32,7 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  samba-client
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 2.23.15
+BuildRequires:  yast2 >= 3.1.53
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-ldap
 BuildRequires:  yast2-perl-bindings
@@ -41,8 +41,8 @@
 BuildRequires:  yast2-users
 
 Requires:   perl-Crypt-SmbHash
-# Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# Service.Active
+Requires:   yast2 >= 3.1.53
 Requires:   yast2-ldap >= 3.1.2
 Requires:   yast2-network
 Requires:   yast2-perl-bindings

++ yast2-samba-server-3.1.6.tar.bz2 -> yast2-samba-server-3.1.8.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.6/package/yast2-samba-server.changes 
new/yast2-samba-server-3.1.8/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.1.6/package/yast2-samba-server.changes 
2014-03-28 15:48:02.0 +0100
+++ new/yast2-samba-server-3.1.8/package/yast2-samba-server.changes 
2014-05-06 08:38:49.0 +0200
@@ -1,4 +1,16 @@
 ---
+Tue May  6 05:34:49 UTC 2014 - mfi...@suse.com
+
+- Adapted testsuite to last changes in Service module.
+- 3.1.8 
+
+---
+Tue Apr 22 15:49:38 CEST 2014 - loci...@suse.com
+
+- Deprecated Service method calls replaced with new ones
+- 3.1.7
+
+---
 Fri Mar 28 14:38:00 UTC 2014 - vmora...@suse.com
 
 - Fix failing testsuite
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.6/package/yast2-samba-server.spec 
new/yast2-samba-server-3.1.8/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.1.6/package/yast2-samba-server.spec
2014-03-28 15:48:02.0 +0100
+++ new/yast2-samba-server-3.1.8/package/yast2-samba-server.spec
2014-05-06 08:38:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.6
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,14 +26,14 @@
 
 Group:  System/YaST
 License:GPL-2.0
-# Service module switched to systemd
-BuildRequires: yast2 >= 2.23.15
+# Service.Active
+BuildRequires: yast2 >= 3.1.53
 BuildRequires: libsmbclient libsmbclient-devel perl-Crypt-SmbHash perl-X500-DN 
samba-client yast2-samba-client perl-XML-Writer update-desktop-files 
yast2-testsuite yast2-perl-bindings yast2-ldap yast2-users
 BuildRequires:  yast2-devtools >= 3.1.10
 
 Requires:  perl-Crypt-SmbHash
-# Wizard::SetDesktopTitleAndIcon
-Requires:  yast2 >= 2.21.22
+# Service.Active
+Requires:  yast2 >= 3.1.53
 Requires:  yast2-ldap >= 3.1.2
 Requires:  yast2-perl-bindings
 Requires:  yast2-network
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.

commit linuxrc for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-05-06 13:39:21

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-04-26 
11:45:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2014-05-06 
13:39:22.0 +0200
@@ -1,0 +2,6 @@
+Fri May  2 15:41:33 CEST 2014 - snw...@suse.de
+
+- iscsi detection also looks for iscsi_boot* (bnc #876104)
+- 4.2.21
+
+---

Old:

  linuxrc-4.2.20.tar.bz2

New:

  linuxrc-4.2.21.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.vUMclz/_old  2014-05-06 13:39:23.0 +0200
+++ /var/tmp/diff_new_pack.vUMclz/_new  2014-05-06 13:39:23.0 +0200
@@ -25,9 +25,9 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:4.2.20
+Version:4.2.21
 Release:0
-Source: linuxrc-4.2.20.tar.bz2
+Source: linuxrc-4.2.21.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

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



commit libdrm for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2014-05-06 13:39:30

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


Package is "libdrm"

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2014-04-26 
17:01:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2014-05-06 
13:39:35.0 +0200
@@ -1,0 +2,22 @@
+Sun May  4 22:30:38 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Fix typos in package description
+
+---
+Fri May  2 21:56:08 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 2.4.54:
+  + Use signed location for drmModeSetPlane
+  + nouveau: safen up nouveau_device list usage against concurrent access
+  + amend previous commit to actually compile
+  + modetest: add cursor support
+  + freedreno: add missing fxn prototype
+  + radeon: add Mullins chip family
+  + radeon: add Mullins pci ids
+  + Mark functions printf-like where possible
+  + intel: Fix some format strings
+  + libdrm: Remove extraneous parameter
+  + tests: Use drmFreeVersion() instead of drmFree()
+  + intel/chv: Add Cherryview PCI IDs
+
+---

Old:

  libdrm-2.4.53.tar.bz2

New:

  libdrm-2.4.54.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.KgLtrP/_old  2014-05-06 13:39:36.0 +0200
+++ /var/tmp/diff_new_pack.KgLtrP/_new  2014-05-06 13:39:36.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.53
+Version:2.4.54
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23 < %{version}
@@ -88,7 +88,7 @@
 
 %description devel
 libdrm is a library for accessing the Direct Rendering Manager on
-Linux, BSD and other operating systes that support the ioctl
+Linux, BSD and other operating systems that support the ioctl
 interface, and for chipsets with DRM memory manager, support for
 tracking relocations and buffers. libdrm is a low-level library,
 typically used by graphics drivers such as the Mesa DRI and X
@@ -103,7 +103,7 @@
 
 %description -n libdrm2
 libdrm is a library for accessing the Direct Rendering Manager on
-Linux, BSD and other operating systes that support the ioctl
+Linux, BSD and other operating systems that support the ioctl
 interface, and for chipsets with DRM memory manager, support for
 tracking relocations and buffers. libdrm is a low-level library,
 typically used by graphics drivers such as the Mesa DRI and X
@@ -244,7 +244,6 @@
 %_includedir/xf86drmMode.h
 %_libdir/libdrm*.so
 %_libdir/pkgconfig/libdrm*.pc
-#%_mandir/man3/drm*
 
 %files -n libdrm2
 %defattr(-,root,root)

++ libdrm-2.4.53.tar.bz2 -> libdrm-2.4.54.tar.bz2 ++
 16907 lines of diff (skipped)

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



commit libpng12 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libpng12 for openSUSE:Factory 
checked in at 2014-05-06 13:39:36

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


Package is "libpng12"

Changes:

--- /work/SRC/openSUSE:Factory/libpng12/libpng12.changes2014-02-09 
13:17:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpng12.new/libpng12.changes   2014-05-06 
13:39:41.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 22 14:12:09 UTC 2014 - pgaj...@suse.com
+
+- security update:
+  * CVE-2013-7353.patch [bnc#873124]
+  * CVE-2013-7354.patch [bnc#873123]
+
+---

New:

  libpng-1.2.51-CVE-2013-7353.patch
  libpng-1.2.51-CVE-2013-7354.patch



Other differences:
--
++ libpng12.spec ++
--- /var/tmp/diff_new_pack.nTeWWh/_old  2014-05-06 13:39:42.0 +0200
+++ /var/tmp/diff_new_pack.nTeWWh/_new  2014-05-06 13:39:42.0 +0200
@@ -32,6 +32,8 @@
 Group:  System/Libraries
 Source: 
http://downloads.sourceforge.net/project/libpng/%{name}/%{version}/libpng-%{version}.tar.xz
 Source2:baselibs.conf
+Patch0: libpng-1.2.51-CVE-2013-7353.patch
+Patch1: libpng-1.2.51-CVE-2013-7354.patch
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
@@ -96,6 +98,8 @@
 
 %prep
 %setup -n libpng-%{version}
+%patch0 
+%patch1
 
 %build
 # We'll never use the old pgcc-2.95.1 with the buggy -O3, so having

++ libpng-1.2.51-CVE-2013-7353.patch ++
http://sourceforge.net/p/libpng/code/ci/1a3d6e3cf3082a0da998dbf402d384a589488859
http://sourceforge.net/p/libpng/code/ci/77a817bfc298a221e3e623acf73c2a1e726c4ec6
http://sourceforge.net/p/libpng/code/ci/bec9ca9b8aa0cf16d2cde1757379afbe9adbe7d9
Index: pngset.c
===
--- pngset.c.orig   2014-04-22 16:08:23.458978035 +0200
+++ pngset.c2014-04-22 16:09:15.921977136 +0200
@@ -986,9 +986,17 @@
if (png_ptr == NULL || info_ptr == NULL || num_unknowns == 0)
   return;
 
-   np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
-   (png_uint_32)((info_ptr->unknown_chunks_num + num_unknowns) *
-   png_sizeof(png_unknown_chunk)));
+   if (num_unknowns < 0 ||
+   num_unknowns > INT_MAX-info_ptr->unknown_chunks_num ||
+  (unsigned int)/*SAFE*/(num_unknowns +/*SAFE*/
+info_ptr->unknown_chunks_num) >=
+ PNG_SIZE_MAX/png_sizeof(png_unknown_chunk))
+  np=NULL;
+
+   else
+  np = (png_unknown_chunkp)png_malloc_warn(png_ptr,
+  (png_size_t)(info_ptr->unknown_chunks_num + num_unknowns) *
+  png_sizeof(png_unknown_chunk));
if (np == NULL)
{
   png_warning(png_ptr,
++ libpng-1.2.51-CVE-2013-7354.patch ++
http://sourceforge.net/p/libpng/code/ci/798d3de5f66b6df6d6605f968da641c24725b15e
http://sourceforge.net/p/libpng/code/ci/77a0a2ea113e699c7021caf1a530d2e2dd90b497
Index: pngset.c
===
--- pngset.c.orig   2014-04-24 14:13:43.144134631 +0200
+++ pngset.c2014-04-24 14:23:31.461124549 +0200
@@ -664,6 +664,17 @@
/* Make sure we have enough space in the "text" array in info_struct
 * to hold all of the incoming text_ptr objects.
 */
+
+   if (num_text < 0 ||
+   num_text > INT_MAX - info_ptr->num_text - 8 ||
+   (unsigned int)/*SAFE*/(num_text +/*SAFE*/
+   info_ptr->num_text + 8) >=
+   PNG_SIZE_MAX/png_sizeof(png_text))
+   {
+  png_warning(png_ptr, "too many text chunks");
+  return(0);
+   }
+
if (info_ptr->num_text + num_text > info_ptr->max_text)
{
   int old_max_text = info_ptr->max_text;
@@ -921,9 +932,19 @@
if (png_ptr == NULL || info_ptr == NULL)
   return;
 
-   np = (png_sPLT_tp)png_malloc_warn(png_ptr,
-   (info_ptr->splt_palettes_num + nentries) *
-(png_uint_32)png_sizeof(png_sPLT_t));
+   if (nentries < 0 ||
+   nentries > INT_MAX-info_ptr->splt_palettes_num ||
+   (unsigned int)/*SAFE*/(nentries +/*SAFE*/
+   info_ptr->splt_palettes_num) >=
+   PNG_SIZE_MAX/png_sizeof(png_sPLT_t))
+  np=NULL;
+
+   else
+
+  np = (png_sPLT_tp)png_malloc_warn(png_ptr,
+  (info_ptr->splt_palettes_num + nentries) *
+  (png_size_t)png_sizeof(png_sPLT_t));
+
if (np == NULL)
{
   png_warning(png_ptr, "No memory for sPLT palettes.");
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit cmake for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2014-05-06 13:39:39

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


Package is "cmake"

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes  2014-04-26 
17:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake-gui.changes 2014-05-06 
13:39:45.0 +0200
@@ -1,0 +2,5 @@
+Sun May  4 20:52:05 UTC 2014 - arichardson@gmail.com
+
+- Use Qt5 for building the GUI
+
+---



Other differences:
--
++ cmake-gui.spec ++
--- /var/tmp/diff_new_pack.EWoimC/_old  2014-05-06 13:39:46.0 +0200
+++ /var/tmp/diff_new_pack.EWoimC/_new  2014-05-06 13:39:46.0 +0200
@@ -37,7 +37,11 @@
 %endif
 BuildRequires:  curl-devel
 BuildRequires:  gcc-c++
+%if 0%{?suse_version} >= 1320
+BuildRequires:  pkgconfig(Qt5Widgets)
+%else
 BuildRequires:  libqt4-devel
+%endif
 BuildRequires:  openssl-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel

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



commit emacs for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2014-05-06 13:39:26

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


Package is "emacs"

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2014-03-01 
21:20:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2014-05-06 
13:39:31.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 30 16:10:14 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on bind-devel (I don't see any usage of
+  bind in the source, and I see no such dependency in packaging
+  on other distros)
+
+---



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.1yrta5/_old  2014-05-06 13:39:33.0 +0200
+++ /var/tmp/diff_new_pack.1yrta5/_new  2014-05-06 13:39:33.0 +0200
@@ -24,7 +24,6 @@
 BuildRequires:  automake
 %endif
 BuildRequires:  alsa-devel
-BuildRequires:  bind-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  fdupes
 BuildRequires:  fonts-config

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



commit openssl for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package openssl for openSUSE:Factory checked 
in at 2014-05-06 13:39:32

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


Package is "openssl"

Changes:

--- /work/SRC/openSUSE:Factory/openssl/openssl.changes  2014-04-26 
17:01:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssl.new/openssl.changes 2014-05-06 
13:39:37.0 +0200
@@ -1,0 +2,6 @@
+Mon May  5 06:45:19 UTC 2014 - cit...@gmail.com
+
+- Fixed bug[ bnc#876282], CVE-2014-0198 openssl: OpenSSL NULL pointer 
dereference in do_ssl3_write
+  Add file: CVE-2014-0198.patch
+
+---

New:

  CVE-2014-0198.patch



Other differences:
--
++ openssl.spec ++
--- /var/tmp/diff_new_pack.uvgYfL/_old  2014-05-06 13:39:38.0 +0200
+++ /var/tmp/diff_new_pack.uvgYfL/_new  2014-05-06 13:39:38.0 +0200
@@ -67,6 +67,7 @@
 Patch19:openssl-gcc-attributes.patch
 Patch20:openssl-buffreelistbug-aka-CVE-2010-5298.patch
 Patch21:openssl-libssl-noweakciphers.patch
+Patch22:CVE-2014-0198.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -175,6 +176,7 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
+%patch22 -p1
 cp -p %{S:10} .
 cp -p %{S:11} .
 echo "adding/overwriting some entries in the 'table' hash in Configure"

++ CVE-2014-0198.patch ++
Index: openssl-1.0.1g/ssl/s3_pkt.c
===
--- openssl-1.0.1g.orig/ssl/s3_pkt.c
+++ openssl-1.0.1g/ssl/s3_pkt.c
@@ -657,6 +657,10 @@ static int do_ssl3_write(SSL *s, int typ
if (i <= 0)
return(i);
/* if it went, fall through and send more stuff */
+   /* we may have released our buffer, so get it again */
+   if (wb->buf == NULL)
+   if (!ssl3_setup_write_buffer(s))
+   return -1;
}
 
if (len == 0 && !create_empty_fragment)


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



commit Mesa for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-05-06 13:39:34

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


Package is "Mesa"

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2014-04-26 
19:34:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-05-06 
13:39:39.0 +0200
@@ -1,0 +2,9 @@
+Sat May  3 22:15:22 UTC 2014 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to 10.2-rc1:
+- Remove U_gallium_util_add_missing_u_math_include.patch (patch27)
+- Remove U_nouveau_create_only_one_shared_screen.patch (patch28)
+- Remove U_nouveau_add_valid_range_tracking.patch (patch29)
+- Remove U_nouveau_fix_fence_waiting_logic.patch (patch30)
+
+---

Old:

  MesaLib-10.1.0.tar.bz2
  U_gallium_util_add_missing_u_math_include.patch
  U_nouveau_add_valid_range_tracking.patch
  U_nouveau_create_only_one_shared_screen.patch
  U_nouveau_fix_fence_waiting_logic.patch

New:

  MesaLib-10.2.0-rc1.tar.bz2



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.aYB5RD/_old  2014-05-06 13:39:40.0 +0200
+++ /var/tmp/diff_new_pack.aYB5RD/_new  2014-05-06 13:39:40.0 +0200
@@ -49,11 +49,11 @@
 %define egl_gallium 0
 %endif
 
-%define _version 10.1.0
 %define _name_archive MesaLib
+%define _version 10.2.0-rc1
 
 Name:   Mesa
-Version:10.1.0
+Version:10.2.0~rc1
 Release:0
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -68,9 +68,9 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libtalloc-devel
 BuildRequires:  libtool
-BuildRequires:  libxml2-python
 BuildRequires:  pkgconfig
 BuildRequires:  python-base
+BuildRequires:  python-xml
 BuildRequires:  pkgconfig(dri2proto)
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(glproto)
@@ -134,17 +134,13 @@
 Source3:README.updates
 Source4:manual-pages.tar.bz2
 Source6:%name-rpmlintrc
+
 # to be upstreamed
 Patch11:u_Fix-crash-in-swrast-when-setting-a-texture-for-a-pix.patch
 # Patch from Fedora, fix 16bpp in llvmpipe
 Patch13:u_mesa-8.0.1-fix-16bpp.patch
 # Patch from Fedora, use shmget when available, under llvmpipe
 Patch15:u_mesa-8.0-llvmpipe-shmget.patch
-# BNC#866445
-Patch27:U_gallium_util_add_missing_u_math_include.patch
-Patch28:U_nouveau_create_only_one_shared_screen.patch
-Patch29:U_nouveau_add_valid_range_tracking.patch
-Patch30:U_nouveau_fix_fence_waiting_logic.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -510,10 +506,6 @@
 #%patch15 -p1
 #%patch13 -p1
 ###
-%patch27 -p1
-%patch28 -p1
-%patch29 -p1
-%patch30 -p1
 
 %build
 rm -f src/mesa/depend
@@ -549,7 +541,7 @@
--with-dri-drivers=i915,i965,nouveau,r200,radeon \
--enable-opencl-icd \
 %if %llvm_r600
-   --with-llvm-shared-libs \
+   --enable-llvm-shared-libs \
--enable-r600-llvm-compiler \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,swrast,svga \
 %else

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



commit snapper for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2014-05-06 13:39:39

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


Package is "snapper"

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2014-04-26 
11:45:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2014-05-06 
13:39:43.0 +0200
@@ -1,0 +2,5 @@
+Mon May 05 12:27:17 CEST 2014 - aschn...@suse.de
+
+- updated translations
+
+---



Other differences:
--
++ snapper-0.2.2.tar.bz2 ++
 18809 lines of diff (skipped)

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



commit dbus-1 for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package dbus-1 for openSUSE:Factory checked 
in at 2014-05-06 13:39:25

Comparing /work/SRC/openSUSE:Factory/dbus-1 (Old)
 and  /work/SRC/openSUSE:Factory/.dbus-1.new (New)


Package is "dbus-1"

Changes:

--- /work/SRC/openSUSE:Factory/dbus-1/dbus-1-x11.changes2014-01-23 
15:41:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.dbus-1.new/dbus-1-x11.changes   2014-05-06 
13:39:29.0 +0200
@@ -1,0 +2,20 @@
+Sat May  3 17:21:00 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 1.8.2:
+  + Enhancements:
+- in the CMake build system, add some hints for Linux users
+  cross-compiling Windows D-Bus binaries to be able to run
+  tests under Wine (fdo#41252)
+- add Documentation key to dbus.service (fdo#77447)
+  + Fixes:
+- in "dbus-uuidgen --ensure", try to copy systemd's
+  /etc/machine-id to /var/lib/dbus/machine-id instead
+  of generating an entirely new ID (fdo#77941)
+- if dbus-launch receives an X error very quickly, do not kill
+  unrelated processes (fdo#74698)
+- on Windows, allow up to 8K connections to the dbus-daemon,
+  instead of the previous 64 (fdo#71297)
+- cope with \r\n newlines in regression tests, since on
+  Windows, dbus-daemon.exe uses text mode (fdo#75863)
+  
+---
dbus-1.changes: same change

Old:

  dbus-1.8.0.tar.gz

New:

  dbus-1.8.2.tar.gz



Other differences:
--
++ dbus-1-x11.spec ++
--- /var/tmp/diff_new_pack.AGRlAu/_old  2014-05-06 13:39:30.0 +0200
+++ /var/tmp/diff_new_pack.AGRlAu/_new  2014-05-06 13:39:30.0 +0200
@@ -46,7 +46,7 @@
 BuildRequires:  libexpat-devel
 BuildRequires:  libtool
 BuildRequires:  pkg-config
-Version:1.8.0
+Version:1.8.2
 Release:0
 #
 Source0:
http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz

dbus-1.spec: same change
++ dbus-1.8.0.tar.gz -> dbus-1.8.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-1.8.0/NEWS new/dbus-1.8.2/NEWS
--- old/dbus-1.8.0/NEWS 2014-01-20 15:25:29.0 +0100
+++ new/dbus-1.8.2/NEWS 2014-04-30 20:49:38.0 +0200
@@ -1,3 +1,31 @@
+D-Bus 1.8.2 (2014-04-30)
+==
+
+The “nobody wants red” release.
+
+Enhancements:
+
+• in the CMake build system, add some hints for Linux users cross-compiling
+  Windows D-Bus binaries to be able to run tests under Wine
+  (fd.o #41252, Ralf Habacker)
+
+• add Documentation key to dbus.service (fd.o #77447, Cameron Norman)
+
+Fixes:
+
+• in "dbus-uuidgen --ensure", try to copy systemd's /etc/machine-id
+  to /var/lib/dbus/machine-id instead of generating an entirely new ID
+  (fd.o #77941, Simon McVittie)
+
+• if dbus-launch receives an X error very quickly, do not kill
+  unrelated processes (fd.o #74698, Роман Донченко)
+
+• on Windows, allow up to 8K connections to the dbus-daemon, instead of the
+  previous 64 (fd.o #71297; Cristian Onet, Ralf Habacker)
+
+• cope with \r\n newlines in regression tests, since on Windows,
+  dbus-daemon.exe uses text mode (fd.o #75863, Руслан Ижбулатов)
+
 D-Bus 1.8.0 (2014-01-20)
 ==
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-1.8.0/aclocal.m4 new/dbus-1.8.2/aclocal.m4
--- old/dbus-1.8.0/aclocal.m4   2014-01-20 15:10:25.0 +0100
+++ new/dbus-1.8.2/aclocal.m4   2014-04-30 21:14:37.0 +0200
@@ -573,7 +573,8 @@
 END
 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
   fi
-fi])
+fi
+])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-1.8.0/bus/dbus.service.in 
new/dbus-1.8.2/bus/dbus.service.in
--- old/dbus-1.8.0/bus/dbus.service.in  2013-10-08 19:40:39.0 +0200
+++ new/dbus-1.8.2/bus/dbus.service.in  2014-04-28 16:41:32.0 +0200
@@ -1,5 +1,6 @@
 [Unit]
 Description=D-Bus System Message Bus
+Documentation=man:dbus-daemon(1)
 Requires=dbus.socket
 
 [Service]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-1.8.0/cmake/CMakeLists.txt 
new/dbus-1.8.2/cmake/CMakeLists.txt
--- old/dbus-1.8.0/cmake/CMakeLists.txt 2014-01-17 18:15:36.0 +0100
+++ new/dbus-1.8.2/cmake/CMakeLists.txt 2014-03-03 16:41:30.0 +0100
@@ -107,6 +107,10 @@
 
 option (DBUS_ENABLE_STATS "enable bus daemon usage statistics" OFF)
 
+if(WIN32)
+set(FD_SETSIZE "8192" CACHE STRING "The maximum number of connections that 
can be handled at once")
+endif()
+
 find_package(EXP

commit yast2-iscsi-client for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-iscsi-client for 
openSUSE:Factory checked in at 2014-05-06 13:39:23

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


Package is "yast2-iscsi-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-iscsi-client/yast2-iscsi-client.changes
2014-04-26 11:44:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-iscsi-client.new/yast2-iscsi-client.changes   
2014-05-06 13:39:25.0 +0200
@@ -1,0 +2,7 @@
+Fri May  2 13:57:34 CEST 2014 - g...@suse.de
+
+- try auto login to target when called from partitioner
+  (bnc #876104)
+- 3.1.7
+
+---

Old:

  yast2-iscsi-client-3.1.6.tar.bz2

New:

  yast2-iscsi-client-3.1.7.tar.bz2



Other differences:
--
++ yast2-iscsi-client.spec ++
--- /var/tmp/diff_new_pack.y9dneV/_old  2014-05-06 13:39:25.0 +0200
+++ /var/tmp/diff_new_pack.y9dneV/_new  2014-05-06 13:39:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-iscsi-client-3.1.6.tar.bz2 -> yast2-iscsi-client-3.1.7.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.6/package/yast2-iscsi-client.changes 
new/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.changes
--- old/yast2-iscsi-client-3.1.6/package/yast2-iscsi-client.changes 
2014-04-14 13:23:39.0 +0200
+++ new/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.changes 
2014-05-02 15:53:49.0 +0200
@@ -1,4 +1,11 @@
 ---
+Fri May  2 13:57:34 CEST 2014 - g...@suse.de
+
+- try auto login to target when called from partitioner
+  (bnc #876104)
+- 3.1.7
+
+---
 Mon Apr 14 12:28:33 CEST 2014 - g...@suse.de
 
 - reintroduce exception in case of socket not found
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-iscsi-client-3.1.6/package/yast2-iscsi-client.spec 
new/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.spec
--- old/yast2-iscsi-client-3.1.6/package/yast2-iscsi-client.spec
2014-04-14 13:23:39.0 +0200
+++ new/yast2-iscsi-client-3.1.7/package/yast2-iscsi-client.spec
2014-05-02 15:53:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-iscsi-client
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-iscsi-client-3.1.6/src/modules/IscsiClient.rb 
new/yast2-iscsi-client-3.1.7/src/modules/IscsiClient.rb
--- old/yast2-iscsi-client-3.1.6/src/modules/IscsiClient.rb 2014-04-14 
13:23:40.0 +0200
+++ new/yast2-iscsi-client-3.1.7/src/modules/IscsiClient.rb 2014-05-02 
15:53:49.0 +0200
@@ -208,6 +208,8 @@
   #Progress::NextStep();
   # read status of service
   return false if !IscsiClientLib.getServiceStatus
+  # try auto login to target
+  IscsiClientLib.autoLogOn
   Builtins.sleep(sl)
 
   # read current settings

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



commit hunspell for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package hunspell for openSUSE:Factory 
checked in at 2014-05-06 13:39:29

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


Package is "hunspell"

Changes:

--- /work/SRC/openSUSE:Factory/hunspell/hunspell.changes2014-02-23 
07:28:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.hunspell.new/hunspell.changes   2014-05-06 
13:39:33.0 +0200
@@ -1,0 +2,14 @@
+Mon May  5 07:43:37 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner.
+- Do not provide static package. Nothing should staticaly link here
+  anyway. With this also remove libtool archive.
+- Explicitely disable rpath and name all switches.
+- Autoreconf the sources after the patching. Also makes aarch64
+  happy this way.
+- Paralelize the check phase, no need to run it in just one thread.
+
+- Added patches:
+  * hunspell-1.3.2-static-lib.patch
+
+---

New:

  hunspell-1.3.2-static-lib.patch



Other differences:
--
++ hunspell.spec ++
--- /var/tmp/diff_new_pack.hLzJnq/_old  2014-05-06 13:39:34.0 +0200
+++ /var/tmp/diff_new_pack.hLzJnq/_new  2014-05-06 13:39:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hunspell
 #
-# 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
@@ -16,19 +16,19 @@
 #
 
 
-Summary:Hunspell - a spell checker and morphological analyzer library
-License:(GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
-Group:  System/Libraries
-
-Name:   hunspell
 %define ver 1.3
-Version:%{ver}.2
+Name:   hunspell
+Version:1.3.2
 Release:0
+Summary:A spell checker and morphological analyzer library
+License:(GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
+Group:  System/Libraries
 Url:http://hunspell.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/project/%{name}/Hunspell/%{version}/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
 Patch0: hashmgr-add-word.patch
-BuildRequires:  autoconf >= 2.59
+Patch1: hunspell-1.3.2-static-lib.patch
+BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
@@ -64,33 +64,31 @@
 %description devel
 Includes and definitions for developing with hunspell.
 
-%package static
-Summary:Static hunspell library
-Group:  Development/Libraries/Other
-Requires:   %{name}-devel = %{version}
-
-%description static
-Static hunspell library.
-
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
+autoreconf -vi
 %configure \
+   --enable-nls \
+   --disable-static \
+   --disable-rpath \
--with-ui \
--with-readline
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 rm -f %{buildroot}%{_bindir}/example
 install -m 644 src/tools/{,un}munch.h %{buildroot}%{_includedir}
 ln -sf %{_libdir}/libhunspell-%{ver}.so.0.0.0 
%{buildroot}%{_libdir}/libhunspell.so
 %find_lang %{name}
 
 %check
-make check
+make check %{?_smp_mflags}
 
 %post  -p /sbin/ldconfig
 
@@ -130,16 +128,9 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libhunspell*.so
-%{_libdir}/libhunspell-*.la
-%{_libdir}/libparsers.a
 %{_includedir}/%{name}
 %{_includedir}/munch.h
 %{_includedir}/unmunch.h
-#%{_pkgconfigdir}/hunspell.pc
 %{_libdir}/pkgconfig/hunspell.pc
 
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/libhunspell-*.a
-
 %changelog

++ hunspell-1.3.2-static-lib.patch ++
diff -urN hunspell-1.3.2.old/src/parsers/Makefile.am 
hunspell-1.3.2/src/parsers/Makefile.am
--- hunspell-1.3.2.old/src/parsers/Makefile.am  2011-09-15 11:50:40.251441126 
+0200
+++ hunspell-1.3.2/src/parsers/Makefile.am  2011-09-17 06:06:50.469615528 
+0200
@@ -1,4 +1,4 @@
-lib_LIBRARIES=libparsers.a
+noinst_LIBRARIES=libparsers.a
 libparsers_a_SOURCES=firstparser.cxx htmlparser.cxx \
  latexparser.cxx  manparser.cxx \
  textparser.cxx 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit systemd for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-05-06 13:39:41

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2014-05-02 
20:51:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2014-05-06 13:39:47.0 +0200
@@ -1,0 +2,11 @@
+Mon May  5 14:02:16 UTC 2014 - wer...@suse.de
+
+- Port upstream patch
+  0001-sd-rtnl-message-append-fix-uninitialized-memory.patch
+  back to 210
+- Add patch keep-crypt-password-prompt.patch from Thomas Blume
+  to fix bnc#875502 - fails to boot when swap space is encrypted
+- Port upstream patch set for net_id back in patch
+  upstream-net_id-changes.patch
+
+---
systemd.changes: same change

New:

  0001-sd-rtnl-message-append-fix-uninitialized-memory.patch
  keep-crypt-password-prompt.patch
  upstream-net_id-changes.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.HU7dku/_old  2014-05-06 13:39:50.0 +0200
+++ /var/tmp/diff_new_pack.HU7dku/_new  2014-05-06 13:39:50.0 +0200
@@ -399,6 +399,10 @@
 Patch203:   respect-nfs-bg-option.patch
 # PATCH-FIX-UPSTREAM Stop useless messages on dual_timestamp_is_set is failed.
 Patch204:   shut-up-annoying-assertion-monotonic-clock-message.patch
+# PATCH-FIX-SUSE Do not override the passphrase prompts due messages of busy 
jobs
+Patch205:   keep-crypt-password-prompt.patch
+# PATCH-FIX-UPSTREAM Fix uninitialized memory
+Patch206:   0001-sd-rtnl-message-append-fix-uninitialized-memory.patch
 
 # UDEV PATCHES
 # 
@@ -432,6 +436,8 @@
 Patch1012:  1012-Skip-persistent-device-link-creation-on-multipath-de.patch
 # PATCH-FIX-SUSE Do not use runtime PM for some IBM consoles (bnc#868931)
 Patch1013:  1013-no-runtime-PM-for-IBM-consoles.patch
+# PATCH-FIX-UPSTREAM Move forward to git Head for net_id
+Patch1014:  upstream-net_id-changes.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -784,6 +790,8 @@
 %patch202 -p0
 %patch203 -p1
 %patch204 -p1
+%patch205 -p1
+%patch206 -p0
 
 # udev patches
 %patch1001 -p1
@@ -800,6 +808,9 @@
 %patch1011 -p1
 %patch1012 -p1
 %patch1013 -p1
+%if 0%{?suse_version} > 1310
+%patch1014 -p0
+%endif
 
 # ensure generate files are removed
 rm -f units/emergency.service

systemd.spec: same change
++ 0001-sd-rtnl-message-append-fix-uninitialized-memory.patch ++
Backport of 7ca1d31964a2553f7bd011bc10ac42e0ebc1f975 Mon Sep 17 00:00:00 2001
From: Tom Gundersen 
Date: Fri, 2 May 2014 22:29:18 +0200
Subject: [PATCH] sd-rtnl-message: append - fix uninitialized memory

We were not properly clearing the padding at the front of some containers.
---
 src/libsystemd/sd-rtnl/rtnl-message.c |   42 +-
 1 file changed, 27 insertions(+), 15 deletions(-)

--- src/libsystemd/sd-rtnl/rtnl-message.c
+++ src/libsystemd/sd-rtnl/rtnl-message.c   2014-05-05 13:33:01.998235340 
+
@@ -314,24 +314,28 @@ int sd_rtnl_message_link_get_flags(sd_rt
 /* If successful the updated message will be correctly aligned, if
unsuccessful the old message is untouched. */
 static int add_rtattr(sd_rtnl_message *m, unsigned short type, const void 
*data, size_t data_length) {
-uint32_t rta_length, message_length;
+uint32_t rta_length;
+size_t message_length, padding_length;
 struct nlmsghdr *new_hdr;
 struct rtattr *rta;
 char *padding;
 unsigned i;
+int offset;
 
 assert(m);
 assert(m->hdr);
 assert(!m->sealed);
 assert(NLMSG_ALIGN(m->hdr->nlmsg_len) == m->hdr->nlmsg_len);
-assert(!data || data_length > 0);
-assert(data || m->n_containers < RTNL_CONTAINER_DEPTH);
+assert(!data || data_length);
+
+/* get offset of the new attribute */
+offset = m->hdr->nlmsg_len;
 
 /* get the size of the new rta attribute (with padding at the end) */
 rta_length = RTA_LENGTH(data_length);
 
 /* get the new message size (with padding at the end) */
-message_length = m->hdr->nlmsg_len + RTA_ALIGN(rta_length);
+message_length = offset + RTA_ALIGN(rta_length);
 
 /* realloc to fit the new attribute */
 new_hdr = realloc(m->hdr, message_length);
@@ -340,32 +344,35 @@ static int add_rtattr(sd_rtnl_message *m
 m->hdr = new_hdr;
 
 /* get pointer to the attribute we are about to add */
-rta = (struct rtattr *) ((uint8_t *) m->h

commit libstorage for openSUSE:Factory

2014-05-06 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2014-05-06 13:39:42

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2014-04-26 
11:45:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2014-05-06 13:39:50.0 +0200
@@ -1,0 +2,6 @@
+Mon May 05 16:12:16 CEST 2014 - aschn...@suse.de
+
+- fixed parsing of /proc/mdstat to properly detect IMSM and DDF
+  containers (bnc#858226)
+
+---



Other differences:
--
++ libstorage-2.25.12.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.25.12/storage/SystemInfo/ProcMdstat.cc 
new/libstorage-2.25.12/storage/SystemInfo/ProcMdstat.cc
--- old/libstorage-2.25.12/storage/SystemInfo/ProcMdstat.cc 2014-03-13 
14:54:46.0 +0100
+++ new/libstorage-2.25.12/storage/SystemInfo/ProcMdstat.cc 2014-05-05 
16:29:25.0 +0200
@@ -121,7 +121,7 @@
if( (pos=line.find_first_not_of( app_ws ))!=string::npos && pos!=0 )
line.erase( 0, pos );
}
-   else if( !entry.inactive )
+   else
{
entry.is_container = true;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-2.25.12/testsuite/single.out/proc-mdstat.out 
new/libstorage-2.25.12/testsuite/single.out/proc-mdstat.out
--- old/libstorage-2.25.12/testsuite/single.out/proc-mdstat.out 2014-01-22 
10:39:57.0 +0100
+++ new/libstorage-2.25.12/testsuite/single.out/proc-mdstat.out 2014-05-05 
16:29:25.0 +0200
@@ -4,10 +4,10 @@
 parse2
 data[md125] -> md_type:raid1 super:external:/md127/0 size_k:4194304 readonly 
devices: has_container container_name:md127 
container_member:0
 data[md126] -> md_type:raid0 super:external:/md127/1 chunk_k:128 
size_k:8378790 devices: has_container container_name:md127 
container_member:1
-data[md127] -> md_type:unknown super:external:imsm size_k:5104 readonly 
inactive devices:<> spares:
+data[md127] -> md_type:unknown super:external:imsm size_k:5104 readonly 
inactive devices:<> spares: is_container
 
 parse3
 data[md125] -> md_type:raid1 super:external:/md127/1 size_k:7355904 
devices: has_container container_name:md127 
container_member:1
 data[md126] -> md_type:raid0 super:external:/md127/0 chunk_k:512 
size_k:1999872 devices: has_container container_name:md127 
container_member:0
-data[md127] -> md_type:unknown super:external:ddf size_k:65536 readonly 
inactive devices:<> spares:
+data[md127] -> md_type:unknown super:external:ddf size_k:65536 readonly 
inactive devices:<> spares: is_container
 

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