commit quilt for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package quilt for openSUSE:Factory checked 
in at 2014-04-26 06:06:21

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-03-25 
13:27:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.quilt.new/quilt.changes 2014-04-26 
06:06:22.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 17 10:49:29 CEST 2014 - jdelv...@suse.de
+
+- setup-check-for-rpmbuild.patch: setup: Check for rpmbuild
+  availability (bnc#873817)
+- Add recommends: rpmbuild (bnc#873817)
+
+---

New:

  setup-check-for-rpmbuild.patch



Other differences:
--
++ quilt.spec ++
--- /var/tmp/diff_new_pack.NKjGEb/_old  2014-04-26 06:06:22.0 +0200
+++ /var/tmp/diff_new_pack.NKjGEb/_new  2014-04-26 06:06:22.0 +0200
@@ -42,11 +42,13 @@
 Patch1: expand.diff
 Patch2: quilt-support-vimdiff.patch
 Patch3: patch-wrapper-rpm.diff
+Patch4: setup-check-for-rpmbuild.patch
 Patch5: suse-workaround-pseudo-release.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Recommends: procmail
 Recommends: bzip2
+Recommends: /usr/bin/rpmbuild
 %if 0%{?suse_version} > 1120
 Recommends: xz
 %endif
@@ -64,6 +66,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch5 -p1
 
 %build

++ setup-check-for-rpmbuild.patch ++
From: Jean Delvare 
Subject: setup: Check for rpmbuild availability
References: bnc#873817
Upstream: Not yet submitted

Before running inspect on a spec file, verify that rpmbuild is
available. Print a user-friendly error message if not.
---
 quilt/setup.in |8 
 1 file changed, 8 insertions(+)

--- a/quilt/setup.in
+++ b/quilt/setup.in
@@ -167,6 +167,14 @@ case "$1" in
 *.spec)
spec_file=$1
 
+   # check if rpmbuild is installed before running inspect
+   if ! type rpmbuild &> /dev/null
+   then
+   echo $"You have to install '%s' (from package %s) to use 'quilt 
%s'\n" \
+rpmbuild rpm-build setup >&2
+   exit 1
+   fi
+
if ! $QUILT_DIR/scripts/inspect $verbose $opt_sourcedir $opt_fuzz \
"$spec_file" 2>&1 > $tmpfile
then
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit virt-manager for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-04-26 06:06:27

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-04-13 13:20:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-04-26 06:06:28.0 +0200
@@ -1,0 +2,48 @@
+Tue Apr 22 09:31:58 MDT 2014 - carn...@suse.com
+
+- Upstream bug fix
+  535584ed-fix-target-validation-when-editing-device.patch 
+
+---
+Mon Apr 21 07:07:20 MDT 2014 - carn...@suse.com
+
+- bnc#874408 - virt-manager and libvirt issues persist - unable to
+  create or launch
+  virtman-vminstall.patch
+
+---
+Fri Apr 18 08:19:20 MDT 2014 - carn...@suse.com
+
+- Upstream bug fix
+  5350d9cc-display-error-on-empty-installation-URL.patch
+
+---
+Thu Apr 17 19:49:59 MDT 2014 - carn...@suse.com
+
+- Dropped unused and unnecessary patches
+  virtinst-cdrom.patch
+  virtman-update-backend.patch
+  virtman-slow-mouse.patch
+  virtman-reverse-serialcon.patch
+- Reordered some patches
+
+---
+Wed Apr 16 10:49:59 MDT 2014 - carn...@suse.com
+
+- Upstream bug fixes
+  534bcfa0-use-uniformed-expression-of-Default.patch
+  534be092-early-detect-ftp-connection-errors.patch
+  534d45db-hiding-removebutton-for-USB-controller.patch
+  534d6406-display-the-domain-for-PCI-devices.patch
+  534eafe4-avoid-useless-errors-when-connection-closes.patch
+
+---
+Mon Apr 14 11:48:37 MDT 2014 - carn...@suse.com
+
+- bnc#872789 - XEN domain fails to start when xen disk is atttached
+  virtinst-xenbus-disk-index-fix.patch
+- bnc#872777 - virt-manager - Error shutting down domain: internal
+  error: Failed to shutdown domain '3' with libxenlight
+  virtman-shutdown-with-acpi-button.patch
+
+---
@@ -10 +58 @@
-Wed Apr  8 11:06:41 MDT 2014 - carn...@suse.com
+Tue Apr  8 11:06:41 MDT 2014 - carn...@suse.com
@@ -19 +67 @@
-Wed Apr  3 19:25:41 MDT 2014 - carn...@suse.com
+Thu Apr  3 19:25:41 MDT 2014 - carn...@suse.com
@@ -52 +100 @@
-Fri Mar 31 13:47:38 MDT 2014 - carn...@suse.com
+Mon Mar 31 13:47:38 MDT 2014 - carn...@suse.com
@@ -75 +123 @@
-Wed Mar 27 18:54:21 MDT 2014 - carn...@suse.com
+Thu Mar 27 18:54:21 MDT 2014 - carn...@suse.com
@@ -81 +129 @@
-Wed Mar 27 08:28:21 MDT 2014 - carn...@suse.com
+Thu Mar 27 08:28:21 MDT 2014 - carn...@suse.com
@@ -95 +143 @@
-Wed Mar 24 13:58:36 MDT 2014 - carn...@suse.com
+Tue Mar 24 13:58:36 MDT 2014 - carn...@suse.com
@@ -173 +221 @@
-Tue Mar 13 08:19:52 MDT 2014 - carn...@suse.com
+Thu Mar 13 08:19:52 MDT 2014 - carn...@suse.com
@@ -200 +248 @@
-Fri Mar 10 07:46:16 MDT 2014 - carn...@suse.com
+Mon Mar 10 07:46:16 MDT 2014 - carn...@suse.com
@@ -235 +283 @@
-Wed Feb 27 08:00:39 MST 2014 - carn...@suse.com
+Thu Feb 27 08:00:39 MST 2014 - carn...@suse.com
@@ -257 +305 @@
-Thu Feb 14 15:45:58 MST 2014 - carn...@suse.com
+Fri Feb 14 15:45:58 MST 2014 - carn...@suse.com

Old:

  virtinst-cdrom.patch
  virtman-reverse-serialcon.patch
  virtman-slow-mouse.patch
  virtman-update-backend.patch

New:

  534bcfa0-use-uniformed-expression-of-Default.patch
  534be092-early-detect-ftp-connection-errors.patch
  534d45db-hiding-removebutton-for-USB-controller.patch
  534d6406-display-the-domain-for-PCI-devices.patch
  534eafe4-avoid-useless-errors-when-connection-closes.patch
  5350d9cc-display-error-on-empty-installation-URL.patch
  535584ed-fix-target-validation-when-editing-device.patch
  virtinst-xenbus-disk-index-fix.patch
  virtman-shutdown-with-acpi-button.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.BnHJcD/_old  2014-04-26 06:06:30.0 +0200
+++ /var/tmp/diff_new_pack.BnHJcD/_new  2014-04-26 06:06:30.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define with_guestfs   0
 %define askpass_package"openssh-askpass"
 %define qemu_user  "qemu"
@@ -47,28 +46,32 @@
 Patch9: 533d7602-fix-changing-graphics-type.patch
 Patch10:533d7be7-clarify-iscsi-IQN-fields.patch
 Patch11:5345682c-addstorage-remove-whitespace-for-storage-path.patch
+Patch12:534bcfa0-use-uniformed-expression-of-Default.patch
+Patch13:534be092-early

commit pcsc-cyberjack for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package pcsc-cyberjack for openSUSE:Factory 
checked in at 2014-04-26 06:06:15

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


Package is "pcsc-cyberjack"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-cyberjack/pcsc-cyberjack.changes
2012-10-19 08:50:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new/pcsc-cyberjack.changes   
2014-04-26 06:06:16.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 22 13:46:50 UTC 2014 - w...@rosenauer.org
+
+- Updated to version 3.99.5 Service Pack 05
+  * Add support for CyberJack Go
+  * Add support for CyberJack wav
+- removed obsolete pcsc-cyberjack-gcc47.patch
+
+---
+Mon Oct 29 12:54:19 UTC 2012 - w...@rosenauer.org
+
+- fixed typo in logmessage (pcsc-cyberjack-fprintf.patch)
+
+---

Old:

  pcsc-cyberjack-gcc47.patch
  pcsc-cyberjack_3.99.5final.SP03.tar.gz

New:

  pcsc-cyberjack-3.99.5final.SP05.tar.bz2
  pcsc-cyberjack-fprintf.patch



Other differences:
--
++ pcsc-cyberjack.spec ++
--- /var/tmp/diff_new_pack.E1Nnje/_old  2014-04-26 06:06:17.0 +0200
+++ /var/tmp/diff_new_pack.E1Nnje/_new  2014-04-26 06:06:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-cyberjack
 #
-# 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
@@ -38,18 +38,18 @@
 BuildRequires:  hal-devel
 BuildRequires:  libusb-devel
 %endif
-Version:3.99.5final.SP03
+Version:3.99.5final.SP05
 Release:0
 Url:http://www.reiner-sct.de/support/treiber_cyberjack.php
 Summary:PC/SC IFD Handler for the Reiner SCT Cyberjack USB-SmartCard 
Readers
 License:LGPL-2.1+
 Group:  Productivity/Security
-Source: %{name}_%{version}.tar.gz
+Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-README.SUSE
 Source2:40-cyberjack.rules
 Patch1: ctapi-cyberjack-configure.patch
 Patch2: ctapi-cyberjack-check.patch
-Patch3: pcsc-cyberjack-gcc47.patch
+Patch3: pcsc-cyberjack-fprintf.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define ifddir %(pkg-config --variable=usbdropdir libpcsclite)
 Supplements:modalias(usb:v0C4Bp0100d*dc*dsc*dp*ic*isc*ip*)
@@ -69,7 +69,7 @@
 
 
 %prep
-%setup -q
+%setup -q -n cyberjack-SP05
 cp -a %{S:1} README.SUSE
 %patch1
 %patch2

++ ctapi-cyberjack-configure.patch ++
--- /var/tmp/diff_new_pack.E1Nnje/_old  2014-04-26 06:06:17.0 +0200
+++ /var/tmp/diff_new_pack.E1Nnje/_new  2014-04-26 06:06:17.0 +0200
@@ -18,23 +18,3 @@
ETC_SUBDIRS="hal"
RPM_PCSC_DROPDIR="%{_libdir}/readers"
;;
 configure
-+++ configure
-@@ -18009,16 +18009,7 @@
- fi
- if test -n "${RPM_DIST_TAG}"; then
-   case "${RPM_DIST_TAG}${RPM_DIST_VER}" in
--suse9.*)
--  ETC_SUBDIRS="resmgr"
--  RPM_PCSC_DROPDIR="%{_libdir}/readers"
--  ;;
--suse10.0)
--  ETC_SUBDIRS="udev"
--  USE_UDEV=1
--  RPM_PCSC_DROPDIR="%{_libdir}/readers"
--  ;;
--suse10.1)
-+suse*)
-   ETC_SUBDIRS="hal"
-   RPM_PCSC_DROPDIR="%{_libdir}/readers"
-   ;;

++ pcsc-cyberjack-fprintf.patch ++
diff --git a/cjeca32/ausb/ausb_libusb1.c b/cjeca32/ausb/ausb_libusb1.c
index e16be1f..a122e83 100644
--- a/cjeca32/ausb/ausb_libusb1.c
+++ b/cjeca32/ausb/ausb_libusb1.c
@@ -78,7 +78,7 @@ int ausb_libusb1_handle_events(){
   if (ausb_libusb1_context!=NULL)
 return libusb_handle_events(ausb_libusb1_context);
   else {
-fprintf(stderr, "RSCT: No USB context.}n");
+fprintf(stderr, "RSCT: No USB context.\n");
 return LIBUSB_ERROR_OTHER;
   }
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-support for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-support for openSUSE:Factory 
checked in at 2014-04-26 06:06:39

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


Package is "yast2-support"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-support/yast2-support.changes  
2013-10-19 11:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-support.new/yast2-support.changes 
2014-04-26 06:06:41.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 24 08:54:37 UTC 2014 - jsr...@suse.cz
+
+- adjusted help text - name technical support correctly
+  (bnc#872123)
+- 3.1.1
+
+---

Old:

  yast2-support-3.1.0.tar.bz2

New:

  yast2-support-3.1.1.tar.bz2



Other differences:
--
++ yast2-support.spec ++
--- /var/tmp/diff_new_pack.OKVEQs/_old  2014-04-26 06:06:42.0 +0200
+++ /var/tmp/diff_new_pack.OKVEQs/_new  2014-04-26 06:06:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-support
 #
-# 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-support
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-support-3.1.0.tar.bz2 -> yast2-support-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-support-3.1.0/CONTRIBUTING.md 
new/yast2-support-3.1.1/CONTRIBUTING.md
--- old/yast2-support-3.1.0/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-support-3.1.1/CONTRIBUTING.md 2014-04-24 11:20:40.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 `VERSION` and `*.changes` files as this could lead to
+conflicts.
+
+### Commits
+
+Each commit in the pull request should do only one thing, which is clearly
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used
+conv

commit xf86-video-ast for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ast for openSUSE:Factory 
checked in at 2014-04-26 06:06:33

Comparing /work/SRC/openSUSE:Factory/xf86-video-ast (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-ast.new (New)


Package is "xf86-video-ast"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ast/xf86-video-ast.changes
2014-03-18 14:07:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-ast.new/xf86-video-ast.changes   
2014-04-26 06:06:34.0 +0200
@@ -1,0 +2,28 @@
+Thu Apr 24 10:40:58 UTC 2014 - e...@suse.com
+
+- Updated to Version 0.99.9:
+  This obsoletes:
+  * u_ast-fix-falling-back-after-kernel-check.patch
+  * u_Fixed-driver-name-in-error-message-about-KMS-active.patch
+  It adds support for the AST 2400 chip as well as for the DP501 (and
+  some other) encoders (bnc#871134).
+- Added clean up patches:
+  * Fix compiler warnings:
+ u_01-Fix-compiler-warnings-get-rid-if-xf86PciInfo-h.patch
+ u_02-Fix-compiler-warnings-get-rid-of-deprecated-IOADDRESS.patch
+ u_03-Fix-compiler-warnings-add-DrawablePtr-argument-to-ASTPutImage.patch
+  * Clean up namespace:
+ u_04-Clean-up-namespace-in-ast_vgatools.c.patch
+ u_05-Clean-up-namespace-in-ast_2dtool.c.patch
+ u_06-Clean-up-namespace-in-ast_cursor.c.patch
+ u_07-Clean-up-namespace-in-ast_mode.c.patch
+ u_08-Clean-up-namespace-in-ast_accel.c.patch
+ u_09-Clean-up-namespace-in-ast_tool.c.patch
+  * Misc cleanup:
+ u_10-Include-local-headers-only-when-needed.patch
+ u_11-Fix-typo.patch
+ u_12-Fix-ABI-version-conflict-in-xf86UnclaimPciSlot.patch
+ u_13-Move-firmware-for-DP501-to-a-separate-file.patch
+ u_14-Add-_AST_H_-define-to-ast.h.patch
+
+---

Old:

  u_Fixed-driver-name-in-error-message-about-KMS-active.patch
  u_ast-fix-falling-back-after-kernel-check.patch
  xf86-video-ast-0.98.0.tar.bz2

New:

  u_01-Fix-compiler-warnings-get-rid-if-xf86PciInfo-h.patch
  u_02-Fix-compiler-warnings-get-rid-of-deprecated-IOADDRESS.patch
  u_03-Fix-compiler-warnings-add-DrawablePtr-argument-to-ASTPutImage.patch
  u_04-Clean-up-namespace-in-ast_vgatools.c.patch
  u_05-Clean-up-namespace-in-ast_2dtool.c.patch
  u_06-Clean-up-namespace-in-ast_cursor.c.patch
  u_07-Clean-up-namespace-in-ast_mode.c.patch
  u_08-Clean-up-namespace-in-ast_accel.c.patch
  u_09-Clean-up-namespace-in-ast_tool.c.patch
  u_10-Include-local-headers-only-when-needed.patch
  u_11-Fix-typo.patch
  u_12-Fix-ABI-version-conflict-in-xf86UnclaimPciSlot.patch
  u_13-Move-firmware-for-DP501-to-a-separate-file.patch
  u_14-Add-_AST_H_-define-to-ast.h.patch
  xf86-video-ast-0.99.9.tar.bz2



Other differences:
--
++ xf86-video-ast.spec ++
--- /var/tmp/diff_new_pack.K6w3RM/_old  2014-04-26 06:06:35.0 +0200
+++ /var/tmp/diff_new_pack.K6w3RM/_new  2014-04-26 06:06:35.0 +0200
@@ -17,15 +17,27 @@
 
 
 Name:   xf86-video-ast
-Version:0.98.0
+Version:0.99.9
 Release:0
 Summary:ASpeed Technologies video driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Patch0: u_ast-fix-falling-back-after-kernel-check.patch
-Patch1: u_Fixed-driver-name-in-error-message-about-KMS-active.patch
+Patch1: u_01-Fix-compiler-warnings-get-rid-if-xf86PciInfo-h.patch
+Patch2: 
u_02-Fix-compiler-warnings-get-rid-of-deprecated-IOADDRESS.patch
+Patch3: 
u_03-Fix-compiler-warnings-add-DrawablePtr-argument-to-ASTPutImage.patch
+Patch4: u_04-Clean-up-namespace-in-ast_vgatools.c.patch
+Patch5: u_05-Clean-up-namespace-in-ast_2dtool.c.patch
+Patch6: u_06-Clean-up-namespace-in-ast_cursor.c.patch
+Patch7: u_07-Clean-up-namespace-in-ast_mode.c.patch
+Patch8: u_08-Clean-up-namespace-in-ast_accel.c.patch
+Patch9: u_09-Clean-up-namespace-in-ast_tool.c.patch
+Patch10:u_10-Include-local-headers-only-when-needed.patch
+Patch11:u_11-Fix-typo.patch
+Patch12:u_12-Fix-ABI-version-conflict-in-xf86UnclaimPciSlot.patch
+Patch13:u_13-Move-firmware-for-DP501-to-a-separate-file.patch
+Patch14:u_14-Add-_AST_H_-define-to-ast.h.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
@@ -48,8 +60,20 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 

commit nagios-rpm-macros for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package nagios-rpm-macros for 
openSUSE:Factory checked in at 2014-04-26 06:06:10

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


Package is "nagios-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/nagios-rpm-macros/nagios-rpm-macros.changes  
2013-09-27 17:49:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.nagios-rpm-macros.new/nagios-rpm-macros.changes 
2014-04-26 06:06:11.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 15 18:08:12 UTC 2014 - l...@linux-schulserver.de
+
+- update to 0.09:
+  + added macros.icinga2
+
+---

New:

  macros.icinga2



Other differences:
--
++ nagios-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.g5TTNs/_old  2014-04-26 06:06:11.0 +0200
+++ /var/tmp/diff_new_pack.g5TTNs/_new  2014-04-26 06:06:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nagios-rpm-macros
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:RPM Macros for Nagios based packages
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:0.08
+Version:0.09
 Release:0
 Url:http://en.opensuse.org/Nagios
 Source0:macros.nagios
@@ -30,6 +30,7 @@
 Source4:macros.pnp4nagios
 Source5:macros.nagiosgrapher
 Source6:macros.icinga
+Source7:macros.icinga2
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -50,6 +51,7 @@
 cat %{S:4} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 cat %{S:5} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 cat %{S:6} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
+cat %{S:7} >> %{buildroot}%{_sysconfdir}/rpm/macros.nagios
 
 %clean
 rm -rf %buildroot

++ macros.icinga ++
--- /var/tmp/diff_new_pack.g5TTNs/_old  2014-04-26 06:06:12.0 +0200
+++ /var/tmp/diff_new_pack.g5TTNs/_new  2014-04-26 06:06:12.0 +0200
@@ -73,26 +73,26 @@
 #
 
 # User, Icinga runs under
-%icinga_usericinga
+%icinga2_usericinga
 # Group, Icinga runs under
-%icinga_group   icinga
+%icinga2_group   icinga
 # User, that can execute commands via %{icinga_command_file}
-%icinga_command_user   wwwrun
+%icinga2_command_user   wwwrun
 # Group, that can execute commands via %{icinga_command_file}
-%icinga_command_group  icingacmd
+%icinga2_command_group  icingacmd
 
 # Add Icinga user and groups
-%icinga_user_group_add() \
- /usr/sbin/groupadd -r %{icinga_group} 2>/dev/null || :\
- /usr/sbin/useradd  -r -g %{icinga_group} -d %{icinga_localstatedir} -s 
/bin/false -c "User for Icinga" %{icinga_user} 2>/dev/null || :\
+%icinga2_user_group_add() \
+ /usr/sbin/groupadd -r %{icinga2_group} 2>/dev/null || :\
+ /usr/sbin/useradd  -r -g %{icinga2_group} -d %{icinga2_localstatedir} -s 
/bin/false -c "User for Icinga" %{icinga2_user} 2>/dev/null || :\
  %{nil}
 
-%icinga_command_user_group_add() \
- /usr/sbin/groupadd -r %{icinga_command_group} 2>/dev/null || :\
+%icinga2_command_user_group_add() \
+ /usr/sbin/groupadd -r %{icinga2_command_group} 2>/dev/null || :\
  %if 0%{?suse_version} > 01220 \
- /usr/sbin/usermod -a -G %{icinga_command_group} %{icinga_user} || :\
+ /usr/sbin/usermod -a -G %{icinga2_command_group} %{icinga2_user} || :\
  %else \
- /usr/sbin/groupmod -A %{icinga_user} %{icinga_command_group} 2>/dev/null || :\
+ /usr/sbin/groupmod -A %{icinga2_user} %{icinga2_command_group} 2>/dev/null || 
:\
  %endif \
  %{nil}
 

++ macros.icinga2 ++
# macros.icinga file
# macros for Icinga (sub-)package building - handle with care
#

#
# directories
#

# install all plugins into this directory
# Please note: we use the old Nagios directory here, as plugins are
# currently compatible
%icinga2_plugindir   %{_prefix}/lib/nagios/plugins
# install all event handler scripts into this directory
%icinga2_eventhandlerdir %{_prefix}/lib/icinga/eventhandler
# files like p1.pl are located directly in this directory
%icinga2_libdir  %{_prefix}/lib/icinga2
# Icinga uses this directory for status files
%icinga2_localstatedir   %{_var}/lib/icinga2
# Icinga configuration should be stored here
%icinga2_sysconfdir  %{_sysconfdir}/icinga2
# Icinga static webpages, stylesheets and theme(s), online documentation
%icinga2_datadir %{_datadir}/icinga2
# Icinga spool dir
%icinga2_spooldir%{_var}/spool/icinga2
# Icinga run dir
%icing

commit libgphoto2 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2014-04-26 06:06:02

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-03-25 
13:23:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2014-04-26 06:06:03.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 24 09:54:12 UTC 2014 - dmuel...@suse.com
+
+- remove dependency on gpg-offline (blocks rebuilds and
+  tarball integrity is checked by source-validator anyway, plus
+  it was commented out)
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.iWwKYW/_old  2014-04-26 06:06:04.0 +0200
+++ /var/tmp/diff_new_pack.iWwKYW/_new  2014-04-26 06:06:04.0 +0200
@@ -57,9 +57,6 @@
 Source1:
http://downloads.sourceforge.net/project/gphoto/libgphoto/%{version}/%{name}-%{version}.tar.bz2.asc
 Source2:%name.keyring
 Source3:baselibs.conf
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-%{major}-lang = %{version}
 
@@ -113,9 +110,6 @@
 %lang_package -n libgphoto2-%{major}
 
 %prep
-#if 0%{?suse_version} > 1220
-#gpg_verify %{S:1}
-#endif
 %setup -q
 
 %build



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



commit guile for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2014-04-26 06:04:53

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


Package is "guile"

Changes:

--- /work/SRC/openSUSE:Factory/guile/guile.changes  2014-04-03 
16:38:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2014-04-26 
06:04:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 22 12:17:08 UTC 2014 - pgaj...@suse.com
+
+- install libguile*-gdb.scm into
+  %{_datadir}/gdb/auto-load%{_libdir}/  [bnc#874028]
+
+---



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.AOHmUH/_old  2014-04-26 06:04:56.0 +0200
+++ /var/tmp/diff_new_pack.AOHmUH/_new  2014-04-26 06:04:56.0 +0200
@@ -133,6 +133,9 @@
 make install DESTDIR=$RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/guile/site
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
+# bug #874028
+mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_libdir}
+mv %{buildroot}%{_libdir}/libguile*-gdb.scm 
%{buildroot}%{_datadir}/gdb/auto-load%{_libdir}/
 
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
@@ -194,5 +197,11 @@
 %doc %{_infodir}/r5rs.info.gz
 %{_libdir}/libguile-%{guilevers}.so
 %{_libdir}/pkgconfig/guile-%{guilevers}.pc
+# bug #874028
+%dir %{_datadir}/gdb
+%dir %{_datadir}/gdb/auto-load
+%dir %{_datadir}/gdb/auto-load%{_prefix}
+%dir %{_datadir}/gdb/auto-load/%{_libdir}
+%{_datadir}/gdb/auto-load/%{_libdir}/libguile*-gdb.scm
 
 %changelog

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



commit aspell for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package aspell for openSUSE:Factory checked 
in at 2014-04-26 06:04:49

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


Package is "aspell"

Changes:

--- /work/SRC/openSUSE:Factory/aspell/aspell.changes2013-03-08 
13:01:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.aspell.new/aspell.changes   2014-04-26 
06:04:51.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 14 14:04:48 UTC 2014 - pgaj...@suse.com
+
+- baselibs.conf: libaspell15
+   obsoletes "aspell- <= "
+   provides "aspell- = "
+
+---



Other differences:
--
++ aspell.spec ++
--- /var/tmp/diff_new_pack.jlDQN1/_old  2014-04-26 06:04:51.0 +0200
+++ /var/tmp/diff_new_pack.jlDQN1/_new  2014-04-26 06:04:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aspell
 #
-# 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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.jlDQN1/_old  2014-04-26 06:04:52.0 +0200
+++ /var/tmp/diff_new_pack.jlDQN1/_new  2014-04-26 06:04:52.0 +0200
@@ -1,2 +1,4 @@
 libaspell15
+  obsoletes "aspell- <= "
+  provides "aspell- = "
 libpspell15

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



commit libapr1 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libapr1 for openSUSE:Factory checked 
in at 2014-04-26 06:04:51

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


Package is "libapr1"

Changes:

--- /work/SRC/openSUSE:Factory/libapr1/libapr1.changes  2013-11-22 
07:11:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libapr1.new/libapr1.changes 2014-04-26 
06:04:52.0 +0200
@@ -1,0 +2,15 @@
+Fri Apr 18 03:05:58 UTC 2014 - crrodrig...@opensuse.org
+
+- apr 1.5.1 
+* avoid segfault on apr_os_proc_mutex_get() with cross-
+  process pthread mutexes
+* Fix POSIX shared memory (shm_open) use for named shared memory.
+  (reenabled in package as well)
+
+---
+Fri Apr 18 03:03:27 UTC 2014 - crrodrig...@opensuse.org
+
+- remove apr-1.3.0-testshm-apr_shm_remove.patch, no longer needed
+
+
+---

Old:

  apr-1.3.0-testshm-apr_shm_remove.patch
  apr-1.5.0.tar.bz2

New:

  apr-1.5.1.tar.bz2



Other differences:
--
++ libapr1.spec ++
--- /var/tmp/diff_new_pack.adpmUZ/_old  2014-04-26 06:04:53.0 +0200
+++ /var/tmp/diff_new_pack.adpmUZ/_new  2014-04-26 06:04:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libapr1
 #
-# 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
@@ -38,7 +38,7 @@
 Obsoletes:  libapr1-32bit
 %endif
 #
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:Apache Portable Runtime (APR) Library
 License:Apache-2.0
@@ -46,7 +46,6 @@
 Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2
 Source2:baselibs.conf
 Patch1: string-compare.diff
-Patch3: apr-1.3.0-testshm-apr_shm_remove.patch
 Patch4: apr-1.4.5-linux3.patch
 Patch5: apr-visibility.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -97,7 +96,6 @@
 %prep
 %setup -q -n apr-%{version}
 %patch1
-%patch3 -p1
 %patch4
 %patch5 -p1
 #
@@ -142,7 +140,6 @@
 #
 # --enable-pool-debug[=yes|no|verbose|verbose-alloc|lifetime|owner|all]
 ./buildconf
-export ac_cv_search_shm_open=no
 export apr_lock_method=USE_PROC_PTHREAD_SERIALIZE
 %configure --enable-other-child \
--with-installbuilddir=%{installbuilddir} \
@@ -156,6 +153,8 @@
 --enable-allocator-uses-mmap \
 --with-devrandom=/dev/urandom \
 --disable-static \
+--enable-posix-shm \
+--with-sendfile \
 --with-pic 
 %{__make} %{?jobs:-j%jobs} CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -fPIC"
 %if %{?suse_version:1}0

++ apr-1.4.5-linux3.patch ++
--- /var/tmp/diff_new_pack.adpmUZ/_old  2014-04-26 06:04:53.0 +0200
+++ /var/tmp/diff_new_pack.adpmUZ/_new  2014-04-26 06:04:53.0 +0200
@@ -9,7 +9,38 @@
  
  dnl AC_PROG_SED is only avaliable in recent autoconf versions.
  dnl Use AC_CHECK_PROG instead if AC_PROG_SED is not present.
-@@ -2060,6 +2060,8 @@ fi
+@@ -211,14 +211,7 @@ AC_CHECK_PROG(ASCPP, cpp, cpp)
+ AC_CHECK_TOOL(AR, ar, ar)
+ 
+ dnl Various OS checks that apparently set required flags
+-ifdef([AC_USE_SYSTEM_EXTENSIONS], [
+ AC_USE_SYSTEM_EXTENSIONS
+-], [
+-AC_AIX
+-AC_MINIX
+-])
+-
+-AC_ISC_POSIX
+ APR_EBCDIC
+ 
+ dnl this is our library name
+@@ -664,15 +657,7 @@ case $host in
+ fi
+ ;;
+ *linux*)
+-os_major=[`uname -r | sed -e 's/\([1-9][0-9]*\)\..*/\1/'`]
+-os_minor=[`uname -r | sed -e 's/[1-9][0-9]*\.\([0-9]\+\)\..*/\1/'`]
+-if test $os_major -lt 2 -o \( $os_major -eq 2 -a $os_minor -lt 4 \); 
then
+-AC_MSG_WARN([Configured for pre-2.4 Linux $os_major.$os_minor])
+-os_pre24linux=1
+-else
+ os_pre24linux=0
+-AC_MSG_NOTICE([Configured for Linux $os_major.$os_minor])
+-fi
+ ;;
+ *os390)
+ os_version=`uname -r | sed -e 's/\.//g'`
+@@ -2060,6 +2045,8 @@ fi
  
  AC_SUBST(have_proc_invoked)
  
@@ -18,7 +49,7 @@
  AC_MSG_CHECKING(for Variable Length Arrays)
  APR_TRY_COMPILE_NO_WARNING([],
  [
-@@ -2226,6 +2228,9 @@ APR_IFALLYES(header:OS.h func:create_sem
+@@ -2226,6 +2213,9 @@ APR_IFALLYES(header:OS.h func:create_sem
  if test "x$apr_lock_method" != "x"; then
  APR_DECISION_FORCE($apr_lock_method)
  fi

++ apr-1.5.0.tar.bz2 -> apr-1.5.1.tar.bz2 ++
 2015 lines of diff (skipped)

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

commit libxkbfile for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libxkbfile for openSUSE:Factory 
checked in at 2014-04-26 06:04:48

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


Package is "libxkbfile"

Changes:

--- /work/SRC/openSUSE:Factory/libxkbfile/libxkbfile.changes2013-03-22 
11:55:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxkbfile.new/libxkbfile.changes   
2014-04-26 06:04:50.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 13:25:31 UTC 2014 - sndir...@suse.com
+
+- added missing provides/obsoletes in baselibs.conf (bnc#873443)
+
+---



Other differences:
--
++ libxkbfile.spec ++
--- /var/tmp/diff_new_pack.zHESDl/_old  2014-04-26 06:04:51.0 +0200
+++ /var/tmp/diff_new_pack.zHESDl/_new  2014-04-26 06:04:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libxkbfile
 #
-# 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

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.zHESDl/_old  2014-04-26 06:04:51.0 +0200
+++ /var/tmp/diff_new_pack.zHESDl/_new  2014-04-26 06:04:51.0 +0200
@@ -1,4 +1,8 @@
 libxkbfile1
+   provides "xorg-x11-libxkbfile- = 7.6_"
+   obsoletes "xorg-x11-libxkbfile- < 7.6_"
 libxkbfile-devel
requires -libxkbfile-
requires "libxkbfile1- = "
+   provides "xorg-x11-libxkbfile-devel- = 7.6_"
+   obsoletes "xorg-x11-libxkbfile-devel- < 7.6_"

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



commit yast2-auth-client for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-client for 
openSUSE:Factory checked in at 2014-04-25 16:12:33

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


Package is "yast2-auth-client"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-client/yast2-auth-client.changes  
2014-04-05 16:48:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-auth-client.new/yast2-auth-client.changes 
2014-04-25 16:12:35.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 16 10:14:23 UTC 2014 - vark...@suse.com
+
+- 3.1.12
+- Add some ipa parameter.
+- Use ComboBox if only certain values are allowed for a parameter.
+- bnc#870645 - yast/wfm.rb:202 Internal error. undefined method `each_key' for 
nil:NilClass 
+
+---

Old:

  yast2-auth-client-3.1.11.tar.bz2

New:

  yast2-auth-client-3.1.12.tar.bz2



Other differences:
--
++ yast2-auth-client.spec ++
--- /var/tmp/diff_new_pack.7zSrCI/_old  2014-04-25 16:12:35.0 +0200
+++ /var/tmp/diff_new_pack.7zSrCI/_new  2014-04-25 16:12:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-auth-client-3.1.11.tar.bz2 -> yast2-auth-client-3.1.12.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.11/package/yast2-auth-client.changes 
new/yast2-auth-client-3.1.12/package/yast2-auth-client.changes
--- old/yast2-auth-client-3.1.11/package/yast2-auth-client.changes  
2014-04-04 15:32:49.0 +0200
+++ new/yast2-auth-client-3.1.12/package/yast2-auth-client.changes  
2014-04-23 09:58:42.0 +0200
@@ -1,4 +1,12 @@
 ---
+Wed Apr 16 10:14:23 UTC 2014 - vark...@suse.com
+
+- 3.1.12
+- Add some ipa parameter.
+- Use ComboBox if only certain values are allowed for a parameter.
+- bnc#870645 - yast/wfm.rb:202 Internal error. undefined method `each_key' for 
nil:NilClass 
+
+---
 Tue Apr  1 16:17:08 UTC 2014 - vark...@suse.com
 
 - bnc#870649 - Typo in yast2 sssd configuration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.11/package/yast2-auth-client.spec 
new/yast2-auth-client-3.1.12/package/yast2-auth-client.spec
--- old/yast2-auth-client-3.1.11/package/yast2-auth-client.spec 2014-04-04 
15:32:49.0 +0200
+++ new/yast2-auth-client-3.1.12/package/yast2-auth-client.spec 2014-04-23 
09:58:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-client
-Version:3.1.11
+Version:3.1.12
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-client-3.1.11/src/include/dialogs.rb 
new/yast2-auth-client-3.1.12/src/include/dialogs.rb
--- old/yast2-auth-client-3.1.11/src/include/dialogs.rb 2014-04-04 
15:32:49.0 +0200
+++ new/yast2-auth-client-3.1.12/src/include/dialogs.rb 2014-04-23 
09:58:42.0 +0200
@@ -227,6 +227,10 @@
 return ret
 end
 
+def MakeSelectedList(list,value)
+   return list.map { |k| k == value ? Item(Id(k),k,true) : Item(Id(k),k) }
+end
+
 def BuildSection(section)
 _term = VBox()
 #Empy section
@@ -258,6 +262,7 @@
 _params.each { |k|
type = GetParameterType(k)
v= AuthClient.auth["sssd_conf"][section][k]
+   vals = GetParameterValues(k)
case type 
  when "int"
 _term.params << Left( IntField( Id(k), k, 0, @MAXINT, v.to_i ))
@@ -268,7 +273,11 @@
_term.params << Left( CheckBox( Id(k), k, false ))
 end   
  when "string"
-_term.params << Left( InputField(Id(k), Opt(:hstretch), k, v))
+if vals.empty?
+   _term.params << Left( InputField(Id(k), Opt(:hstretch), k, 
v))
+else
+   _term.params << Left( ComboBox(Id(k),k, 
MakeSelectedList(vals,v)))
+end
end
 }
 return _term
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-client-3.1.11/src/include/sssd-parameters.rb 
new/yast2-auth-client-3.1.12/src/include/sssd-parameters.rb
--- old/yast2-auth-client-3.1.11/src/include/sssd-parameters.rb 2014-03-27 
10:18:

commit rpmlint for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2014-04-25 16:11:53

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2014-04-23 
17:28:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2014-04-25 
16:11:55.0 +0200
@@ -1,0 +2,4 @@
+Fri Apr 25 08:50:00 UTC 2014 - eviliss...@redhat.com
+
+- adding ovirtagent standard user and standard group names (uid/gid 175)
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.p7LeDs/_old  2014-04-25 16:11:57.0 +0200
+++ /var/tmp/diff_new_pack.p7LeDs/_new  2014-04-25 16:11:57.0 +0200
@@ -155,6 +155,7 @@
 'ntop',
 'ntp',
 'oinstall',
+'ovirtagent',
 'ceilometer',
 'cinder',
 'glance',
@@ -308,6 +309,7 @@
 'openstack-swift',
 'oracle',
 'otrs',
+'ovirtagent',
 'partimag',
 'pdns',
 'pegasus',

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



commit xf86-video-qxl for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-qxl for openSUSE:Factory 
checked in at 2014-04-25 16:11:59

Comparing /work/SRC/openSUSE:Factory/xf86-video-qxl (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-qxl.new (New)


Package is "xf86-video-qxl"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes
2013-10-31 10:13:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes   
2014-04-25 16:12:01.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 24 09:50:35 UTC 2014 - sndir...@suse.com
+
+- n_hardcode_libdrm_cflags.patch:
+  * Hardcode libdrm cflags in order to enable KMS support 
+(bnc#870501)
+
+---

New:

  n_hardcode_libdrm_cflags.patch



Other differences:
--
++ xf86-video-qxl.spec ++
--- /var/tmp/diff_new_pack.oBzN2X/_old  2014-04-25 16:12:02.0 +0200
+++ /var/tmp/diff_new_pack.oBzN2X/_new  2014-04-25 16:12:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-qxl
 #
-# 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
@@ -24,6 +24,10 @@
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Patch0: n_hardcode_libdrm_cflags.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
 BuildRequires:  pkgconfig(pciaccess) >= 0.10
@@ -47,8 +51,10 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 

++ n_hardcode_libdrm_cflags.patch ++
Author: Stefan Dirsch 
Subject: Hardcode libdrm cflags in order to enable KMS support
Reference: bnc#870501

--- configure.ac.orig   2014-04-23 14:59:22.611599882 +
+++ configure.ac2014-04-23 15:13:20.665715986 +
@@ -72,7 +72,7 @@
 CFLAGS="$save_CFLAGS"
 
 save_CFLAGS="$CFLAGS"
-CFLAGS="$XORG_CFLAGS"
+CFLAGS="-I/usr/include/libdrm"
 AC_CHECK_HEADER(qxl_drm.h,[QXL_DRM=yes],[QXL_DRM=no],[#include ])
 CFLAGS="$save_CFLAGS"
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2014-04-25 16:11:42

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2014-04-02 17:25:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2014-04-25 16:11:44.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr 21 06:30:54 UTC 2014 - m...@suse.com
+
+- Update to version 0.09
+  * Bugfix test suite.
+
+---
+Mon Apr 21 06:30:16 UTC 2014 - m...@suse.com
+
+- Update to version 0.08
+  * Logging now defaults to application log.
+  * Update requirements.
+  *Added commands.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.07.tar.gz

New:

  Mojolicious-Plugin-CHI-0.09.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.3gVFSR/_old  2014-04-25 16:11:45.0 +0200
+++ /var/tmp/diff_new_pack.3gVFSR/_new  2014-04-25 16:11:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.07
+Version:0.09
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI caches in Mojolicious
@@ -30,10 +30,11 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CHI)
-BuildRequires:  perl(Mojolicious) >= 3.43
+BuildRequires:  perl(Mojolicious) >= 4.77
 BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Output) >= 1.0
 Requires:   perl(CHI)
-Requires:   perl(Mojolicious) >= 3.43
+Requires:   perl(Mojolicious) >= 4.77
 %{perl_requires}
 
 %description

++ Mojolicious-Plugin-CHI-0.07.tar.gz -> Mojolicious-Plugin-CHI-0.09.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/Changes 
new/Mojolicious-Plugin-CHI-0.09/Changes
--- old/Mojolicious-Plugin-CHI-0.07/Changes 2014-04-01 17:37:46.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/Changes 2014-04-20 20:27:56.0 
+0200
@@ -1,3 +1,11 @@
+0.09 2014-04-20
+- Bugfix test suite.
+
+0.08 2014-04-17
+- Logging now defaults to application log.
+   - Update requirements.
+   - Added commands.
+
 0.07 2014-04-01
 - Update year.
- Documentation tweaks on CHI.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/MANIFEST 
new/Mojolicious-Plugin-CHI-0.09/MANIFEST
--- old/Mojolicious-Plugin-CHI-0.07/MANIFEST2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/MANIFEST2014-04-20 20:31:41.0 
+0200
@@ -1,6 +1,9 @@
 lib/Mojolicious/Plugin/CHI.pm
+lib/Mojolicious/Plugin/CHI/chi.pm
 t/CHI.t
 t/CHI-File.t
+t/CHI-Log.t
+t/CHI-Command.t
 t/CHI-NoIOLoop.t
 Changes
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/META.json 
new/Mojolicious-Plugin-CHI-0.09/META.json
--- old/Mojolicious-Plugin-CHI-0.07/META.json   2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/META.json   2014-04-20 20:31:41.0 
+0200
@@ -22,7 +22,8 @@
"prereqs" : {
   "build" : {
  "requires" : {
-"Test::More" : "0"
+"Test::More" : "0",
+"Test::Output" : "1"
  }
   },
   "configure" : {
@@ -33,7 +34,7 @@
   "runtime" : {
  "requires" : {
 "CHI" : "0",
-"Mojolicious" : "3.43",
+"Mojolicious" : "4.77",
 "perl" : "5.010001"
  }
   }
@@ -47,5 +48,5 @@
  "url" : "https://github.com/Akron/Mojolicious-Plugin-CHI";
   }
},
-   "version" : "0.07"
+   "version" : "0.09"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.07/META.yml 
new/Mojolicious-Plugin-CHI-0.09/META.yml
--- old/Mojolicious-Plugin-CHI-0.07/META.yml2014-04-01 17:39:15.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.09/META.yml2014-04-20 20:31:41.0 
+0200
@@ -4,6 +4,7 @@
   - 'Nils Diewald'
 build_requires:
   Test::More: '0'
+  Test::Output: '1'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -19,9 +20,9 @@
 - inc
 requires:
   CHI: '0'
-  Mojolicious: '3.43'
+  Mojolicious: '4.77'
  

commit perl-Moose for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Moose for openSUSE:Factory 
checked in at 2014-04-25 16:11:48

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


Package is "perl-Moose"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moose/perl-Moose.changes2014-04-17 
14:08:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moose.new/perl-Moose.changes   
2014-04-25 16:11:49.0 +0200
@@ -1,0 +2,19 @@
+Fri Apr 25 11:54:56 UTC 2014 - co...@suse.com
+
+- updated to 2.1205
+   [ENHANCEMENTS]
+ 
+   - new utility interface: Moose::Util::is_role
+ 
+   [BUG FIXES]
+ 
+   - better error message provided when trying to load a trait class that does
+ not exist in @INC (Upasana, RT#94731)
+ 
+   [OTHER]
+ 
+   - new test added, to run last, which runs `moose-outdated` as a possibly
+ more visible mechanism to provide important information to the user
+ (re RT#92780)
+
+---

Old:

  Moose-2.1204.tar.gz

New:

  Moose-2.1205.tar.gz



Other differences:
--
++ perl-Moose.spec ++
--- /var/tmp/diff_new_pack.iENGmp/_old  2014-04-25 16:11:50.0 +0200
+++ /var/tmp/diff_new_pack.iENGmp/_new  2014-04-25 16:11:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Moose
-Version:2.1204
+Version:2.1205
 Release:0
 %define cpan_name Moose
 Summary:A postmodern object system for Perl 5
@@ -25,24 +25,23 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Moose/
 Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
-# MANUAL BEGIN
-Provides:   perl-Class-MOP = %{version}
-Obsoletes:  perl-Class-MOP < %{version}
-Patch2: perl-Moose-apply_role.patch
-# MANUAL END
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
+BuildRequires:  perl(CPAN::Meta::Requirements)
 BuildRequires:  perl(Carp) >= 1.22
 BuildRequires:  perl(Class::Load) >= 0.09
 BuildRequires:  perl(Class::Load::XS) >= 0.01
 BuildRequires:  perl(Data::OptList) >= 0.107
 BuildRequires:  perl(Devel::GlobalDestruction)
-BuildRequires:  perl(Devel::StackTrace) => 1.30
+BuildRequires:  perl(Devel::StackTrace) >= 1.30
 BuildRequires:  perl(Dist::CheckConflicts) >= 0.02
 BuildRequires:  perl(Eval::Closure) >= 0.04
+BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
 BuildRequires:  perl(List::MoreUtils) >= 0.28
 BuildRequires:  perl(MRO::Compat) >= 0.05
+BuildRequires:  perl(Module::Runtime) >= 0.014
 BuildRequires:  perl(Package::DeprecationManager) >= 0.11
 BuildRequires:  perl(Package::Stash) >= 0.32
 BuildRequires:  perl(Package::Stash::XS) >= 0.24
@@ -55,16 +54,18 @@
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires) >= 0.05
 BuildRequires:  perl(Try::Tiny) >= 0.02
-BuildRequires:  perl(parent) => 0.223
+BuildRequires:  perl(parent) >= 0.223
 Requires:   perl(Carp) >= 1.22
 Requires:   perl(Class::Load) >= 0.09
 Requires:   perl(Class::Load::XS) >= 0.01
 Requires:   perl(Data::OptList) >= 0.107
 Requires:   perl(Devel::GlobalDestruction)
+Requires:   perl(Devel::StackTrace) >= 1.30
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Eval::Closure) >= 0.04
 Requires:   perl(List::MoreUtils) >= 0.28
 Requires:   perl(MRO::Compat) >= 0.05
+Requires:   perl(Module::Runtime) >= 0.014
 Requires:   perl(Package::DeprecationManager) >= 0.11
 Requires:   perl(Package::Stash) >= 0.32
 Requires:   perl(Package::Stash::XS) >= 0.24
@@ -74,8 +75,14 @@
 Requires:   perl(Sub::Name) >= 0.05
 Requires:   perl(Task::Weaken)
 Requires:   perl(Try::Tiny) >= 0.02
+Requires:   perl(parent) >= 0.223
 Recommends: perl(Devel::PartialDump) >= 0.14
 %{perl_requires}
+# MANUAL BEGIN
+Provides:   perl-Class-MOP = %{version}
+Obsoletes:  perl-Class-MOP < %{version}
+Patch2: perl-Moose-apply_role.patch
+# MANUAL END
 
 %description
 Moose is an extension of the Perl 5 object system.
@@ -121,6 +128,5 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes Changes.Class-MOP doc LICENSE README.md TODO
-#examples
 
 %changelog

++ Moose-2.1204.tar.gz -> Moose-2.1205.tar.gz ++
 11717 lines of diff (skipped)

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



commit patterns-openSUSE for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package patterns-openSUSE for 
openSUSE:Factory checked in at 2014-04-25 16:11:23

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


Package is "patterns-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/patterns-openSUSE/patterns-openSUSE.changes  
2014-04-22 07:42:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-openSUSE.new/patterns-openSUSE.changes 
2014-04-25 16:11:24.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr 23 22:43:19 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Adjust kde patterns to current status:
+  * Drop no longer necessary libsoprano-devel and strigi-devel
+  * Drop plasmoid-quickaccess, no longer in distro
+  * Recommend baloo-file and baloo-pim
+  * Swap kcm_gtk for kde-gtk-config
+  * Swap koffice components to calligra counterparts
+  * Swap gstreamer_0.10 backend and plugins for 1.0 versions
+
+---



Other differences:
--
++ patterns-openSUSE.spec ++
--- /var/tmp/diff_new_pack.vVVpXj/_old  2014-04-25 16:11:25.0 +0200
+++ /var/tmp/diff_new_pack.vVVpXj/_new  2014-04-25 16:11:25.0 +0200
@@ -592,7 +592,6 @@
 Recommends: libqimageblitz-devel
 Recommends: libqt4-devel
 Recommends: libsmbclient-devel
-Recommends: libsoprano-devel
 Recommends: libtiff-devel
 Recommends: libusb-compat-devel
 Recommends: libxklavier-devel
@@ -603,7 +602,6 @@
 Recommends: libqt4-devel-doc
 Recommends: libSDL-devel
 Recommends: sqlite3-devel
-Recommends: strigi-devel
 Recommends: wv2-devel
 Recommends: libbz2-devel
 Recommends: ggz-client-libs-devel
@@ -2654,9 +2652,9 @@
 Requires:   plasmoid-folderview
 # bnc#541820
 Recommends: susehelp
+Recommends: baloo-file
 Recommends: plasma-nm
 Recommends: plasma-addons
-Recommends: plasmoid-quickaccess
 Recommends: keditbookmarks
 Recommends: konqueror
 Recommends: konsole
@@ -2666,11 +2664,12 @@
 Recommends: akregator
 Recommends: kaddressbook
 Recommends: kmail
+Recommends: baloo-pim
 Recommends: kontact
 Recommends: korganizer
 Recommends: knotes
 Recommends: pinentry-qt4
-Recommends: kcm_gtk
+Recommends: kde-gtk-config
 Recommends: yast2-control-center-qt
 # we want useful bug reports
 Recommends: gdb
@@ -2694,8 +2693,6 @@
 Recommends: synaptiks
 Recommends: skanlite
 Recommends: kwebkitpart
-Recommends: soprano-backend-redland
-Recommends: soprano-backend-virtuoso
 Recommends: desktop-branding
 Suggests:   qtcurve-gtk2
 Suggests:   qtcurve-kde4
@@ -2859,8 +2856,8 @@
 Recommends: kgamma
 Recommends: skanlite
 Recommends: kruler
-Suggests:   koffice2-kpresenter
-Suggests:   koffice2-krita
+Suggests:   calligra-stage
+Suggests:   calligra-krita
 Suggests:   kolourpaint
 
 %description kde4_imaging
@@ -2940,8 +2937,8 @@
 Recommends: kio_audiocd
 Recommends: PackageKit-gstreamer-plugin
 Recommends: kaffeine
-Recommends: phonon-backend-gstreamer-0_10
-Recommends: gstreamer-0_10-plugins-good
+Recommends: phonon-backend-gstreamer
+Recommends: gstreamer-plugins-good
 Suggests:   krecord
 Suggests:   kdemultimedia4-thumbnailers
 Suggests:   dragonplayer

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



commit pari-galpol for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package pari-galpol for openSUSE:Factory 
checked in at 2014-04-25 16:10:27

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


Package is "pari-galpol"

Changes:

--- /work/SRC/openSUSE:Factory/pari-galpol/pari-galpol.changes  2014-02-05 
16:27:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.pari-galpol.new/pari-galpol.changes 
2014-04-25 16:10:28.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 18 15:05:14 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 20140228
+* No upstream changelog was provided
+
+---



Other differences:
--
++ pari-galpol.spec ++
--- /var/tmp/diff_new_pack.QJ2u14/_old  2014-04-25 16:10:29.0 +0200
+++ /var/tmp/diff_new_pack.QJ2u14/_new  2014-04-25 16:10:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pari-galpol
-Version:20140202
+Version:20140228
 Release:0
 Summary:GALPOL polynomial database for the PARI CAS
 License:GPL-2.0+

++ galpol.tgz ++
 13844 lines of diff (skipped)

++ galpol.tgz.asc ++
--- /var/tmp/diff_new_pack.QJ2u14/_old  2014-04-25 16:10:30.0 +0200
+++ /var/tmp/diff_new_pack.QJ2u14/_new  2014-04-25 16:10:30.0 +0200
@@ -1,7 +1,7 @@
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v1.4.9 (GNU/Linux)
+Version: GnuPG v1.4.12 (GNU/Linux)
 
-iEYEABECAAYFAkoOplsACgkQeDPs8bVESBUFhQCeJ2q1fFb6jM3BqFRaTnYZyT3q
-+WUAn2wKs/xuo7T15rbNOJ7WYEkcBICy
-=i4CB
+iEYEABECAAYFAlMDsiwACgkQeDPs8bVESBVTwACfU/BmZQrDcXZ6hh227dPTiqEd
+lPEAn2uOA+K1fNo4XW+1uDGBBFdr/W9C
+=pNSS
 -END PGP SIGNATURE-

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



commit pari-elldata for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package pari-elldata for openSUSE:Factory 
checked in at 2014-04-25 16:10:03

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


Package is "pari-elldata"

Changes:

--- /work/SRC/openSUSE:Factory/pari-elldata/pari-elldata.changes
2014-02-05 16:26:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.pari-elldata.new/pari-elldata.changes   
2014-04-25 16:10:05.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 18 15:02:31 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 20140330
+* No upstream changelog was provided
+
+---



Other differences:
--
++ pari-elldata.spec ++
--- /var/tmp/diff_new_pack.32WYYX/_old  2014-04-25 16:10:07.0 +0200
+++ /var/tmp/diff_new_pack.32WYYX/_new  2014-04-25 16:10:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pari-elldata
-Version:20140113
+Version:20140330
 Release:0
 Summary:Elliptic Curve Data for the PARI CAS
 License:GPL-2.0+

++ elldata.tgz ++
/work/SRC/openSUSE:Factory/pari-elldata/elldata.tgz 
/work/SRC/openSUSE:Factory/.pari-elldata.new/elldata.tgz differ: char 5, line 1


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



commit libqca2 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libqca2 for openSUSE:Factory checked 
in at 2014-04-25 16:09:50

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


Package is "libqca2"

Changes:

--- /work/SRC/openSUSE:Factory/libqca2/libqca2.changes  2014-04-17 
14:11:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqca2.new/libqca2.changes 2014-04-25 
16:09:51.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 19 04:59:22 UTC 2014 - crrodrig...@opensuse.org
+
+- qca-no-ssl-internals.patch + spec file: Never use 
+  the ssl library internals directly, instead use the proper
+  API accessors.
+
+---

New:

  qca-no-ssl-internals.patch



Other differences:
--
++ libqca2.spec ++
--- /var/tmp/diff_new_pack.zhJDaC/_old  2014-04-25 16:09:52.0 +0200
+++ /var/tmp/diff_new_pack.zhJDaC/_new  2014-04-25 16:09:52.0 +0200
@@ -60,6 +60,7 @@
 Patch3: qca-2.0.3-gcc47.patch
 # PATCH-FIX-UPSTREAM detect_ssl2_available.diff -- fix build with no-ssl2 in 
openssl lib
 Patch4: detect_ssl2_available.diff
+Patch5: qca-no-ssl-internals.patch
 Requires:   gpg2 >= 2.0.0
 %requires_eqlibqt4
 
@@ -194,6 +195,7 @@
 pushd qca-ossl-*
 %patch2
 %patch4 -p1
+%patch5 -p3
 popd
 cd ../../..
 %setup -D -q -n qca-%{tar_version}
@@ -203,7 +205,7 @@
 %build
 # I confess this is ugly..
 # but there are too many "pro" files to make a patch ( > 180)
-find -type f -name "*.pro" -exec sed -i "1i QMAKE_CXXFLAGS +=$RPM_OPT_FLAGS 
-DOPENSSL_LOAD_CONF -fvisibility-inlines-hidden" {} +
+find -type f -name "*.pro" -exec sed -i "1i QMAKE_CXXFLAGS +=$RPM_OPT_FLAGS 
-DOPENSSL_NO_SSL_INTERN -DOPENSSL_LOAD_CONF -fvisibility-inlines-hidden" {} +
 pushd plugins
 rm -rf CMakeLists.txt qca-%{version}
 for i in *; do
@@ -212,7 +214,7 @@
 popd
 export CXXFLAGS="$RPM_OPT_FLAGS"
 export CFLAGS="$RPM_OPT_FLAGS"
-export EXTRA_FLAGS="$RPM_OPT_FLAGS -fvisibility-inlines-hidden 
-DOPENSSL_LOAD_CONF"
+export EXTRA_FLAGS="$RPM_OPT_FLAGS -fvisibility-inlines-hidden 
-DOPENSSL_LOAD_CONF -DOPENSSL_NO_SSL_INTERN"
 export QMAKE_CXXFLAGS="$EXTRA_FLAGS"
 if [ %{_lib} = lib64 ]; then
   EXTRA_FLAGS="$EXTRA_FLAGS -DLIB_SUFFIX=64"

++ qca-no-ssl-internals.patch ++
--- qca-2.0.3.orig/plugins/qca-ossl-2.0.0-beta3/qca-ossl.cpp
+++ qca-2.0.3/plugins/qca-ossl-2.0.0-beta3/qca-ossl.cpp
@@ -5161,7 +5161,7 @@ public:
QStringList cipherList;
for(int i = 0; i < sk_SSL_CIPHER_num(sk); ++i) {
SSL_CIPHER *thisCipher = sk_SSL_CIPHER_value(sk, i);
-   cipherList += cipherIDtoString(version, thisCipher->id);
+   cipherList += cipherIDtoString(version, 
SSL_CIPHER_get_id(thisCipher));
}
 
SSL_free(ssl);
@@ -5538,13 +5538,13 @@ public:
{
SessionInfo sessInfo;
 
-   sessInfo.isCompressed = (0 != ssl->session->compress_meth);
+   sessInfo.isCompressed = (0 != 
SSL_SESSION_get_compress_id(SSL_get_session(ssl)));
 
-   if (ssl->version == TLS1_VERSION)
+   if (SSL_version(ssl) == TLS1_VERSION)
sessInfo.version = TLS::TLS_v1;
-   else if (ssl->version == SSL3_VERSION)
+   else if (SSL_version(ssl) == SSL3_VERSION)
sessInfo.version = TLS::SSL_v3;
-   else if (ssl->version == SSL2_VERSION)
+   else if (SSL_version(ssl) == SSL2_VERSION)
sessInfo.version = TLS::SSL_v2;
else {
qDebug("unexpected version response");
@@ -5552,7 +5552,7 @@ public:
}
 
sessInfo.cipherSuite = cipherIDtoString( sessInfo.version,
-
SSL_get_current_cipher(ssl)->id);
+
SSL_CIPHER_get_id(SSL_get_current_cipher(ssl)));
 
sessInfo.cipherMaxBits = SSL_get_cipher_bits(ssl, 
&(sessInfo.cipherBits));
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit icinga for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-04-25 16:09:33

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-03-14 
15:16:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-04-25 
16:09:35.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 14 13:54:01 UTC 2014 - thard...@suse.com
+
+- update to upstream version 1.11.1
+  * classic ui: add 'check_service' attribute to extinfo details (Icinga 2 
only) #5841 - MF
+  * classic ui: CVE-2014-2386: fix small buffer overflows when checking strlen 
against MAX_INPUT_BUFFER (Tim Landscheidt, Wikimedia) #5873 - RB
+  * idoutils: oracle: fix missing programstatus config_dump_in_progress #5080 
#5776 - TD
+  * idoutils: oracle: fix missing symbol for startup schema checks #5777 - TD
+  * idoutils: pgsql: fix table creates for icinga 2 endpoints #5850 - GB
+
+---

Old:

  icinga-1.11.0.tar.gz

New:

  icinga-1.11.1.tar.gz



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.mQ8Hqn/_old  2014-04-25 16:09:36.0 +0200
+++ /var/tmp/diff_new_pack.mQ8Hqn/_new  2014-04-25 16:09:36.0 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:   icinga
-Version:1.11.0
+Version:1.11.1
 Release:0
 
 Summary:Host/service/network monitoring program

++ icinga-1.11.0.tar.gz -> icinga-1.11.1.tar.gz ++
/work/SRC/openSUSE:Factory/icinga/icinga-1.11.0.tar.gz 
/work/SRC/openSUSE:Factory/.icinga.new/icinga-1.11.1.tar.gz differ: char 5, 
line 1


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



commit HepMC for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package HepMC for openSUSE:Factory checked 
in at 2014-04-25 16:09:24

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


Package is "HepMC"

Changes:

New Changes file:

--- /dev/null   2014-04-17 09:46:44.096034755 +0200
+++ /work/SRC/openSUSE:Factory/.HepMC.new/HepMC.changes 2014-04-25 
16:09:25.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Dec  6 23:09:36 UTC 2013 - badshah...@gmail.com
+
+- Initial version
+

New:

  HepMC-2.06.09.tar.gz
  HepMC.changes
  HepMC.spec



Other differences:
--
++ HepMC.spec ++
#
# spec file for package HepMC
#
# 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:   HepMC
Version:2.06.09
Release:0
Summary:An event record for High Energy Physics Monte Carlo Generators 
in C++
License:GPL-2.0
Group:  Development/Libraries/C and C++ 
Url:http://lcgapp.cern.ch/project/simu/HepMC/
Source: 
http://lcgapp.cern.ch/project/simu/HepMC/download/%{name}-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
The HepMC package is an object oriented event record written in C++
for High Energy Physics Monte Carlo Generators. Many extensions from
HEPEVT, the Fortran HEP standard, are supported: the number of entries
is unlimited, spin density matrices can be stored with each vertex,
flow patterns (such as color) can be stored and traced, integers
representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and
vertices are kept separate in a graph structure, physically similar to
a physics event. The added information supports the modularisation of
event generators. The package has been kept as simple as possible with
minimal internal/external dependencies. Event information is accessed
by means of iterators supplied with the package.
Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)
41. 

%package -n libHepMC4
Summary:Shared libraries for HepMC
Group:  Development/Libraries/C and C++ 

%description -n libHepMC4
The HepMC package is an object oriented event record written in C++
for High Energy Physics Monte Carlo Generators. Many extensions from
HEPEVT, the Fortran HEP standard, are supported: the number of entries
is unlimited, spin density matrices can be stored with each vertex,
flow patterns (such as color) can be stored and traced, integers
representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and
vertices are kept separate in a graph structure, physically similar to
a physics event. The added information supports the modularisation of
event generators. The package has been kept as simple as possible with
minimal internal/external dependencies. Event information is accessed
by means of iterators supplied with the package.
Reference: M. Dobbs and J.B. Hansen, Comput. Phys. Commun. 134 (2001)
41. 

This package provides the shared libraries for HepMC.

%package -n HepMC-devel
Summary:Header files for HepMC
Group:  Development/Libraries/C and C++ 
Requires:   libHepMC4 = %{version}

%description -n HepMC-devel
The HepMC package is an object oriented event record written in C++
for High Energy Physics Monte Carlo Generators. Many extensions from
HEPEVT, the Fortran HEP standard, are supported: the number of entries
is unlimited, spin density matrices can be stored with each vertex,
flow patterns (such as color) can be stored and traced, integers
representing random number generator states can be stored, and an
arbitrary number of event weights can be included. Particles and
vertices are kept separate in a graph structure, physically similar to
a physics event. The added information supports the modularisation of
event generators. The package has been kept as simple as possible with
minimal internal/external de

commit fcitx for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2014-04-25 16:09:05

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


Package is "fcitx"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2014-02-21 
06:55:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2014-04-25 
16:09:06.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 17 16:10:11 UTC 2014 - i...@marguerite.su
+
+- add patch: fcitx-context-variable-disable-punc-on-the-fly.patch
+  * To support the recently released Sogou Pinyin, we need this
+patch to allow Sogou to disable punc on the fly.
+
+---

New:

  fcitx-context-variable-disable-punc-on-the-fly.patch



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.SuVIIB/_old  2014-04-25 16:09:07.0 +0200
+++ /var/tmp/diff_new_pack.SuVIIB/_new  2014-04-25 16:09:07.0 +0200
@@ -34,6 +34,9 @@
 Source8:openSUSE-default.tar.gz
 Source9:macros.%{name}
 BuildRequires:  cairo-devel
+#PATCH-FEATURE-OPENSUSE marguer...@opensuse.org To support sougou IM, we need 
a context
+# variable to disable punc on the fly
+Patch:  fcitx-context-variable-disable-punc-on-the-fly.patch
 %if 0%{?suse_version}
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
@@ -368,6 +371,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch -p1
 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
 %if %suse_version < 1310
 sed -i \

++ fcitx-context-variable-disable-punc-on-the-fly.patch ++
From: Xuetian Weng 
Date: Tue, 11 Mar 2014 00:13:43 +0800
Subject: add a context variable to disable punc

---
 src/lib/fcitx/context.h |2 ++
 src/module/punc/punc.c  |   12 
 2 files changed, 14 insertions(+)

diff --git a/src/lib/fcitx/context.h b/src/lib/fcitx/context.h
index 32115af..05f0f91 100644
--- a/src/lib/fcitx/context.h
+++ b/src/lib/fcitx/context.h
@@ -70,6 +70,8 @@ extern "C" {
 #define CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT 
"CONTEXT_DISABLE_AUTO_FIRST_CANDIDATE_HIGHTLIGHT"
 /** disable auto first candidate highlight */
 #define CONTEXT_DISABLE_FULLWIDTH "CONTEXT_DISABLE_FULLWIDTH"
+/** disable punc module */
+#define CONTEXT_DISABLE_PUNC "CONTEXT_DISABLE_PUNC"
 
 /**
  * @brief register a new global context variable
diff --git a/src/module/punc/punc.c b/src/module/punc/punc.c
index be6dec3..3327f9c 100644
--- a/src/module/punc/punc.c
+++ b/src/module/punc/punc.c
@@ -154,6 +154,8 @@ void* PuncCreate(FcitxInstance* instance)
   PuncWhichCopy, PuncWhichFree,
   puncState);
 
+FcitxInstanceRegisterWatchableContext(instance, CONTEXT_DISABLE_PUNC, 
FCT_Boolean, FCF_ResetOnInputMethodChange);
+
 FcitxPuncAddFunctions(instance);
 return puncState;
 }
@@ -250,6 +252,11 @@ boolean PuncPreFilter(void* arg, FcitxKeySym sym, unsigned 
int state,
 {
 FCITX_UNUSED(retVal);
 FcitxPuncState *puncState = (FcitxPuncState*)arg;
+boolean disablePunc = FcitxInstanceGetContextBoolean(
+puncState->owner, CONTEXT_DISABLE_PUNC);
+if (disablePunc)
+return false;
+
 if (FcitxHotkeyIsHotKeySimple(sym, state) &&
 !FcitxHotkeyIsHotKeyDigit(sym, state) && !IsHotKeyPunc(sym, state))
 puncState->bLastIsNumber = false;
@@ -269,6 +276,11 @@ boolean ProcessPunc(void* arg, FcitxKeySym sym, unsigned 
int state, INPUT_RETURN
 if (*retVal != IRV_TO_PROCESS)
 return false;
 
+boolean disablePunc = FcitxInstanceGetContextBoolean(
+puncState->owner, CONTEXT_DISABLE_PUNC);
+if (disablePunc)
+return false;
+
 FcitxCandidateWordList *candList = FcitxInputStateGetCandidateList(input);
 if (FcitxCandidateWordGetListSize(candList) != 0) {
 if (FcitxCandidateWordGetHasGoneToNextPage(candList) &&
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit aranym for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package aranym for openSUSE:Factory checked 
in at 2014-04-25 16:08:37

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


Package is "aranym"

Changes:

--- /work/SRC/openSUSE:Factory/aranym/aranym.changes2014-04-02 
17:19:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.aranym.new/aranym.changes   2014-04-25 
16:08:38.0 +0200
@@ -1,0 +2,13 @@
+Sat Apr 12 20:36:17 UTC 2014 - sch...@linux-m68k.org
+
+- Update to aranym 0.9.16:
+  o JIT CPU compiler supported on 64-bit Linux and Mac OS X now!
+  o MFPR FPU emulation should be perfect
+  o Ethernet support under Mac OS X should be way better
+  o ARAnyM (with JIT?) now runs also on ARM platform driven by Linux
+  o new config setting "LoadToFastRAM" to load kernel in FastRAM
+  o David Gálvez improved NatFeat USB support (now requires FreeMiNT 1.17+)
+- Remove all patches
+- Enable JIT on x86_64 and arm
+
+---

Old:

  aranym-0.9.15.tar.gz
  byteswap.patch
  fpu-fbccl.patch
  fpu-nan-bits.patch
  fpu-rounding.patch
  lilo-load-to-fastram.patch
  no-map-32bit.patch

New:

  aranym-0.9.16.tar.gz



Other differences:
--
++ aranym.spec ++
--- /var/tmp/diff_new_pack.6sfAS7/_old  2014-04-25 16:08:39.0 +0200
+++ /var/tmp/diff_new_pack.6sfAS7/_new  2014-04-25 16:08:39.0 +0200
@@ -32,16 +32,10 @@
 Summary:Atari Running on Any Machine
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Emulators/Other
-Version:0.9.15
+Version:0.9.16
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source1:afros812.zip
-Patch1: byteswap.patch
-Patch2: fpu-rounding.patch
-Patch3: fpu-fbccl.patch
-Patch4: no-map-32bit.patch
-Patch5: fpu-nan-bits.patch
-Patch6: lilo-load-to-fastram.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -74,19 +68,13 @@
 
 %prep
 %setup -q -n %{name}-%{version} -a 1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 # Don't remove -g from CFLAGS
 sed -i -e 's,/-g,/-:,' configure.ac configure
 
 %build
 %define common_opts --enable-addressing=direct --enable-usbhost 
--enable-nfosmesa
 %define _configure ../configure
-%ifarch %ix86
+%ifarch %ix86 x86_64 %arm
 mkdir jit
 cd jit
 %configure %common_opts --enable-jit-compiler
@@ -107,7 +95,7 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT docdir=%{_docdir}
-%ifarch %ix86
+%ifarch %ix86 x86_64 %arm
 install -m 755 jit/aranym $RPM_BUILD_ROOT%{_bindir}/aranym-jit
 %endif
 install -m 755 mmu/aranym $RPM_BUILD_ROOT%{_bindir}/aranym-mmu
@@ -115,7 +103,7 @@
   install -d $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/
   install -m 644 contrib/icon-$s.png 
$RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x${s}/apps/aranym.png
 done
-%ifarch %ix86
+%ifarch %ix86 x86_64 %arm
 %suse_update_desktop_file -i aranym-jit
 %endif
 %suse_update_desktop_file -i aranym


++ aranym-0.9.15.tar.gz -> aranym-0.9.16.tar.gz ++
 6223 lines of diff (skipped)

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



commit bash for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2014-04-25 16:06:58

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


Package is "bash"

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2014-04-06 
09:54:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2014-04-25 
16:07:02.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 15 15:25:55 UTC 2014 - wer...@suse.de
+
+- Add bash upstream patch 47 to fix a problem where the function
+  that shortens pathnames for $PS1 according to the value of
+  $PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions
+  of memory, when it should use memmove.  The result is garbled
+  pathnames in prompt strings.
+- Remove bash-4.2-prompt-dirtrim.patch as this was the original
+  report of above.
+
+---



Other differences:
--
++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch 
new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch
--- old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  2014-01-31 
17:37:48.0 +0100
+++ new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  1970-01-01 
01:00:00.0 +0100
@@ -1,13 +0,0 @@
-https://lists.gnu.org/archive/html/bug-bash/2014-01/msg00130.html
-
 general.c
-+++ general.c  2014-01-31 16:34:21.006235991 +
-@@ -766,7 +766,7 @@ trim_pathname (name, maxlen)
-   *nbeg++ = '.';
- 
-   nlen = nend - ntail;
--  memcpy (nbeg, ntail, nlen);
-+  memmove (nbeg, ntail, nlen);
-   nbeg[nlen] = '\0';
- 
-   return name;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash42-047 
new/bash-4.2-patches/bash42-047
--- old/bash-4.2-patches/bash42-047 1970-01-01 01:00:00.0 +0100
+++ new/bash-4.2-patches/bash42-047 2014-04-14 16:17:08.0 +0200
@@ -0,0 +1,49 @@
+BASH PATCH REPORT
+=
+
+Bash-Release:  4.2
+Patch-ID:  bash42-047
+
+Bug-Reported-by:   Matthew Riley 
+Bug-Reference-ID:  

+Bug-Reference-URL: 
http://lists.gnu.org/archive/html/bug-bash/2013-03/msg00047.html
+
+Bug-Description:
+
+The function that shortens pathnames for $PS1 according to the value of
+$PROMPT_DIRTRIM uses memcpy on potentially-overlapping regions of memory,
+when it should use memmove.  The result is garbled pathnames in prompt
+strings.
+
+Patch (apply with `patch -p0'):
+
+*** ../bash-4.2-patched/general.c  2010-12-12 15:06:27.0 -0500
+--- general.c  2014-01-30 16:46:15.0 -0500
+***
+*** 767,771 
+  
+nlen = nend - ntail;
+!   memcpy (nbeg, ntail, nlen);
+nbeg[nlen] = '\0';
+  
+--- 767,771 
+  
+nlen = nend - ntail;
+!   memmove (nbeg, ntail, nlen);
+nbeg[nlen] = '\0';
+  
+*** ../bash-4.2-patched/patchlevel.h   Sat Jun 12 20:14:48 2010
+--- patchlevel.h   Thu Feb 24 21:41:34 2011
+***
+*** 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 46
+  
+  #endif /* _PATCHLEVEL_H_ */
+--- 26,30 
+ looks for to find the patch level (for the sccs version string). */
+  
+! #define PATCHLEVEL 47
+  
+  #endif /* _PATCHLEVEL_H_ */

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



commit lua51 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package lua51 for openSUSE:Factory checked 
in at 2014-04-25 16:06:56

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


Package is "lua51"

Changes:

--- /work/SRC/openSUSE:Factory/lua51/lua51.changes  2013-10-23 
19:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.lua51.new/lua51.changes 2014-04-25 
16:06:57.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr 14 06:56:18 UTC 2014 - pgaj...@suse.com
+
+- revert last change: breaks builds of dependent packages.
+  They include lua51-devel and expects rpm macros to be available. 
+  rpm macros use the interpreter.
+
+---
+Tue Mar 18 10:06:55 UTC 2014 - rene.vanpaas...@gmail.com
+
+- correct dependency of lua51-devel, to be on the lib package, not
+  on the interpreter binary 
+
+---



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

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



commit ncurses for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package ncurses for openSUSE:Factory checked 
in at 2014-04-25 16:06:57

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


Package is "ncurses"

Changes:

--- /work/SRC/openSUSE:Factory/ncurses/ncurses.changes  2014-04-06 
09:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.ncurses.new/ncurses.changes 2014-04-25 
16:06:58.0 +0200
@@ -1,0 +2,10 @@
+Mon Apr 14 17:01:36 UTC 2014 - wer...@suse.de
+
+- Add ncurses patch 20140412
+  + modify configure script:
++ drop the -no-gcc option from Intel compiler, from lynx changes.
++ extend the --with-hashed-db configure option to simplify building
+ with different versions of Berkeley database using FreeBSD ports.
+   + improve initialization for MinGW port (patch by Juergen Pfeifer):
+
+---



Other differences:
--
++ ncurses-5.9-patches.tar.bz2 ++
 2958 lines of diff (skipped)

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



commit xine-ui for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package xine-ui for openSUSE:Factory checked 
in at 2014-04-25 11:35:35

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


Package is "xine-ui"

Changes:

--- /work/SRC/openSUSE:Factory/xine-ui/xine-ui.changes  2014-03-30 
12:30:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xine-ui.new/xine-ui.changes 2014-04-25 
11:35:36.0 +0200
@@ -1,0 +2,10 @@
+Fri Apr 11 00:00:00 UTC 2014 - manfred.trem...@iiv.de
+
+- update to 0.99.8
+  * Fixed opening file using menus
+  * Fixed exit on panel close
+  * Fixed deadlocks
+  * Fixed segfault at exit
+  * Fixed keymap editor deadlock
+
+---

Old:

  xine-ui-0.99.7.tar.bz2
  xine-ui-libpng15.diff

New:

  xine-ui-0.99.8.tar.bz2



Other differences:
--
++ xine-ui.spec ++
--- /var/tmp/diff_new_pack.4124SG/_old  2014-04-25 11:35:38.0 +0200
+++ /var/tmp/diff_new_pack.4124SG/_new  2014-04-25 11:35:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xine-ui
 #
-# 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
@@ -35,7 +35,7 @@
 Summary:Video player with plugins
 License:GPL-2.0+ and SUSE-Public-Domain
 Group:  Productivity/Multimedia/Video/Players
-Version:0.99.7
+Version:0.99.8
 Release:0
 Url:http://xine.sourceforge.net
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,10 +52,6 @@
 Patch0: xine-ui-various.diff
 Patch2: xine-ui-lirc.diff
 Patch22:xine-ui-rpmlintrc.diff
-Patch23:xine-ui-array-overflow.diff
-# PATCH-FIX-UPSTREAM xine-ui-libpng15.patch -- pgaj...@suse.com; build with 
libpng15; sent today to f1...@users.sourceforge.net
-# build against libpng14 should not be affected, otherwise please let me know
-Patch24:xine-ui-libpng15.diff
 # *** SUSE only changes
 Patch50:xine-ui-crippled-LOCAL.diff
 Patch60:xine-ui-AUTOMAKE.diff
@@ -80,8 +76,6 @@
 %endif
 %patch0
 %patch22 -p1
-%patch23 -p1
-#%patch24 -p1
 %patch50 -p1
 %patch60
 install -m 0644 %SOURCE1 misc/splash-default/xine-ui_logo.png

++ xine-ui-0.99.7.tar.bz2 -> xine-ui-0.99.8.tar.bz2 ++
 18408 lines of diff (skipped)

++ xine-ui-AUTOMAKE.diff ++
--- /var/tmp/diff_new_pack.4124SG/_old  2014-04-25 11:35:39.0 +0200
+++ /var/tmp/diff_new_pack.4124SG/_new  2014-04-25 11:35:39.0 +0200
@@ -1,6 +1,6 @@
 config.h.in.orig   2012-06-10 17:44:46.285173374 +0200
-+++ config.h.in2012-06-10 17:44:46.300172986 +0200
-@@ -228,6 +228,9 @@
+--- config.h.in.orig   2014-02-25 18:11:42.0 +0100
 config.h.in2014-04-12 00:45:23.136645166 +0200
+@@ -225,6 +225,9 @@
  /* Location of documentation files */
  #undef XINE_DOCDIR
  

++ xine-ui-crippled-LOCAL.diff ++
--- /var/tmp/diff_new_pack.4124SG/_old  2014-04-25 11:35:39.0 +0200
+++ /var/tmp/diff_new_pack.4124SG/_new  2014-04-25 11:35:39.0 +0200
@@ -1,6 +1,6 @@
-diff -ur xine-ui-0.99.7.orig/configure.ac xine-ui-0.99.7/configure.ac
 xine-ui-0.99.7.orig/configure.ac   2012-02-19 20:36:56.0 +0100
-+++ xine-ui-0.99.7/configure.ac2012-06-10 17:37:43.479136483 +0200
+diff -ur xine-ui-0.99.8.orig/configure.ac xine-ui-0.99.8/configure.ac
+--- xine-ui-0.99.8.orig/configure.ac   2014-02-25 18:48:33.0 +0100
 xine-ui-0.99.8/configure.ac2014-04-12 00:42:35.065918676 +0200
 @@ -694,6 +694,7 @@
  ])
  
@@ -9,9 +9,9 @@
  XINE_LOCATE_MEDIA([XINE_SPLASH], [jpg png], [png], [xine_splash], [splash], 
[splash image filename])
  
  XINE_VISDIR="${datadir}/xine/visuals"
-diff -ur xine-ui-0.99.7.orig/misc/xine-check.sh.in 
xine-ui-0.99.7/misc/xine-check.sh.in
 xine-ui-0.99.7.orig/misc/xine-check.sh.in  2012-06-10 17:22:31.538813887 
+0200
-+++ xine-ui-0.99.7/misc/xine-check.sh.in   2012-06-10 17:34:07.029752044 
+0200
+diff -ur xine-ui-0.99.8.orig/misc/xine-check.sh.in 
xine-ui-0.99.8/misc/xine-check.sh.in
+--- xine-ui-0.99.8.orig/misc/xine-check.sh.in  2014-04-12 00:38:00.002818000 
+0200
 xine-ui-0.99.8/misc/xine-check.sh.in   2014-04-12 00:42:35.067918626 
+0200
 @@ -602,7 +602,13 @@
if test -f xine-ui_logo.mpv || test -f xine-ui_logo.png || test -f 
xine-ui_logo.jpg; then
  msg logo-exists
@@ -27,9 +27,9 @@
fi
skins=
for dir in *; do
-diff -ur xine-ui-0.99.7.orig/src/xitk/actions.c 
xine-ui-0.99.7/src/xitk/

commit python3-flake8 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package python3-flake8 for openSUSE:Factory 
checked in at 2014-04-25 11:35:17

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


Package is "python3-flake8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-flake8/python3-flake8.changes
2013-06-25 18:00:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-flake8.new/python3-flake8.changes   
2014-04-25 11:35:19.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 17 11:21:33 UTC 2014 - toddrme2...@gmail.com
+
+- update to 2.1.0:
+  - Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
+mercurial hooks
+  - Force git and mercurial hooks to repsect configuration in setup.cfg
+  - Only check staged files if that is specified
+  - Fix hook file permissions
+  - Fix the git hook on python 3
+  - Ignore non-python files when running the git hook
+  - Ignore .tox directories by default
+  - Flake8 now reports the column number for PyFlakes messages
+
+---

Old:

  flake8-2.0.tar.gz

New:

  flake8-2.1.0.tar.gz



Other differences:
--
++ python3-flake8.spec ++
--- /var/tmp/diff_new_pack.W91vJH/_old  2014-04-25 11:35:20.0 +0200
+++ /var/tmp/diff_new_pack.W91vJH/_new  2014-04-25 11:35:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flake8
 #
-# 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,7 +16,7 @@
 
 
 Name:   python3-flake8
-Version:2.0
+Version:2.1.0
 Release:0
 License:MIT
 Summary:Modular source code checker: pep8, pyflakes and co
@@ -27,6 +27,7 @@
 BuildRequires:  python3-distribute
 # Test requirements:
 BuildRequires:  python3-mccabe >= 0.2
+BuildRequires:  python3-mock
 BuildRequires:  python3-nose
 BuildRequires:  python3-pep8 >= 1.4.3
 BuildRequires:  python3-pyflakes >= 0.6.1

++ flake8-2.0.tar.gz -> flake8-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.0/CHANGES.rst new/flake8-2.1.0/CHANGES.rst
--- old/flake8-2.0/CHANGES.rst  2013-02-23 23:32:05.0 +0100
+++ new/flake8-2.1.0/CHANGES.rst2013-10-26 22:23:15.0 +0200
@@ -1,7 +1,20 @@
 CHANGES
 ===
 
-2.0.0 - 2013-02-xx
+2.1.0 - 2013-10-26
+--
+
+- Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
+  mercurial hooks
+- Force git and mercurial hooks to repsect configuration in setup.cfg
+- Only check staged files if that is specified
+- Fix hook file permissions
+- Fix the git hook on python 3
+- Ignore non-python files when running the git hook
+- Ignore .tox directories by default
+- Flake8 now reports the column number for PyFlakes messages
+
+2.0.0 - 2013-02-23
 --
 
 - Pyflakes errors are prefixed by an ``F`` instead of an ``E``
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.0/CONTRIBUTORS.txt 
new/flake8-2.1.0/CONTRIBUTORS.txt
--- old/flake8-2.0/CONTRIBUTORS.txt 2013-02-23 15:32:11.0 +0100
+++ new/flake8-2.1.0/CONTRIBUTORS.txt   2013-06-23 05:46:34.0 +0200
@@ -19,3 +19,4 @@
 - Marc Labbé
 - Bruno Miguel Custódio
 - Florent Xicluna
+- Austin Morton
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.0/LICENSE new/flake8-2.1.0/LICENSE
--- old/flake8-2.0/LICENSE  2013-02-23 15:32:11.0 +0100
+++ new/flake8-2.1.0/LICENSE2013-07-05 16:23:02.0 +0200
@@ -1,6 +1,7 @@
 == Flake8 License (MIT) ==
 
-Copyright (C) 2011 Tarek Ziade 
+Copyright (C) 2011-2013 Tarek Ziade 
+Copyright (C) 2012-2013 Ian Cordasco 
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.0/MANIFEST.in new/flake8-2.1.0/MANIFEST.in
--- old/flake8-2.0/MANIFEST.in  2013-02-23 15:32:11.0 +0100
+++ new/flake8-2.1.0/MANIFEST.in2013-06-23 05:46:34.0 +0200
@@ -1,4 +1,4 @@
 include *.rst
 include CONTRIBUTORS.txt
 include LICENSE
-recursive-include scripts flake8.*
+recursive-include flake8 *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/flake8-2.0/PK

commit wireshark for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2014-04-25 11:35:28

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2014-03-09 
20:28:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2014-04-25 
11:35:30.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 23 17:57:54 UTC 2014 - andreas.stie...@gmx.de
+
+- update to 1.10.7 [bnc#874760] 
+  + vulnerabilities fixed:
+* The RTP dissector could crash
+  wnpa-sec-2014-06 CVE-2014-2907
+  + Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-1.10.7.html
+
+---

Old:

  SIGNATURES-1.10.6.txt
  wireshark-1.10.6.tar.bz2

New:

  SIGNATURES-1.10.7.txt
  wireshark-1.10.7.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.Wp2631/_old  2014-04-25 11:35:31.0 +0200
+++ /var/tmp/diff_new_pack.Wp2631/_new  2014-04-25 11:35:31.0 +0200
@@ -23,7 +23,7 @@
 %define use_gtk3 0
 
 Name:   wireshark
-Version:1.10.6
+Version:1.10.7
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+

++ SIGNATURES-1.10.6.txt -> SIGNATURES-1.10.7.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-1.10.6.txt  2014-03-09 
20:28:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-1.10.7.txt 
2014-04-25 11:35:29.0 +0200
@@ -1,49 +1,49 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
-wireshark-1.10.6.tar.bz2: 26719003 bytes
-MD5(wireshark-1.10.6.tar.bz2)=c67435039d67ef1757bfff0ab88824ab
-SHA1(wireshark-1.10.6.tar.bz2)=081a2daf85e3257d7a2699e84a330712e3e5b9bb
-RIPEMD160(wireshark-1.10.6.tar.bz2)=3018f4d60d1ac86dfffd875a53373c85f5be44e8
-
-Wireshark-win64-1.10.6.exe: 27997568 bytes
-MD5(Wireshark-win64-1.10.6.exe)=e8f43d082c9e231d2e26ab425c813024
-SHA1(Wireshark-win64-1.10.6.exe)=b80d3ac8f5d5a8a117791e04f5dab535082a3b26
-RIPEMD160(Wireshark-win64-1.10.6.exe)=965df3d1d1d53651c92119215e8d3313b824567b
-
-Wireshark-win32-1.10.6.exe: 22144296 bytes
-MD5(Wireshark-win32-1.10.6.exe)=dbd18f81ddfc2b9ce7d9dafbb867c839
-SHA1(Wireshark-win32-1.10.6.exe)=677089c75cb133481d28e99c4a18d5fcc9cdde2d
-RIPEMD160(Wireshark-win32-1.10.6.exe)=0a66f96cb9a38e5d95394939afdbf87e52ad550b
-
-Wireshark-1.10.6.u3p: 30626145 bytes
-MD5(Wireshark-1.10.6.u3p)=b2e091e1ed46892c786499aa99a4370d
-SHA1(Wireshark-1.10.6.u3p)=b729564b9f2ba91b0506b8745c7ae6d251b163b0
-RIPEMD160(Wireshark-1.10.6.u3p)=48a6d9f6cd95992cf8a0b5258a3b70f7115e8507
-
-WiresharkPortable-1.10.6.paf.exe: 23510304 bytes
-MD5(WiresharkPortable-1.10.6.paf.exe)=5521237175d8e6c49d657739d18ff7c6
-SHA1(WiresharkPortable-1.10.6.paf.exe)=bcd9d4456e201ccbc1ff4099920d86a6c4fc6394
-RIPEMD160(WiresharkPortable-1.10.6.paf.exe)=6ae8d157fb52f55122d357e9cf2d96c98a7f7656
-
-Wireshark 1.10.6 Intel 32.dmg: 20440930 bytes
-MD5(Wireshark 1.10.6 Intel 32.dmg)=676dba2204867b2eea02e4538369f805
-SHA1(Wireshark 1.10.6 Intel 32.dmg)=883aa4f8a295d2d81a86ea1489e5ee5afea20345
-RIPEMD160(Wireshark 1.10.6 Intel 
32.dmg)=2a4656286f9c9069e25b05bcee53f1ab7143859d
-
-Wireshark 1.10.6 Intel 64.dmg: 24759668 bytes
-MD5(Wireshark 1.10.6 Intel 64.dmg)=2b7869244d5be26b1c041789fa734702
-SHA1(Wireshark 1.10.6 Intel 64.dmg)=2e03a4ee893ccf1f6bd27a665ace99bdd9b78c98
-RIPEMD160(Wireshark 1.10.6 Intel 
64.dmg)=c70679036eb3cdc8edc3774e6ed0ef22ac4f65aa
-
-patch-wireshark-1.10.5-to-1.10.6.bz2: 522044 bytes
-MD5(patch-wireshark-1.10.5-to-1.10.6.bz2)=4ed579c3ddb27818f020c2a213d7cd08
-SHA1(patch-wireshark-1.10.5-to-1.10.6.bz2)=b32555c43935c537b1602277f978b9c421acb83d
-RIPEMD160(patch-wireshark-1.10.5-to-1.10.6.bz2)=f85b7f2eab0945ef808edbb483cb1f24ded5db24
+wireshark-1.10.7.tar.bz2: 26711577 bytes
+MD5(wireshark-1.10.7.tar.bz2)=0e8a111d24c11255eae139c8f27fd25b
+SHA1(wireshark-1.10.7.tar.bz2)=5e5ce4fdc9aa53e545fc0fbd22eea6adcf7dfc0b
+RIPEMD160(wireshark-1.10.7.tar.bz2)=67fcd4cce612a5af705e1db5a57549444d4c4e57
+
+Wireshark-win32-1.10.7.exe: 22150416 bytes
+MD5(Wireshark-win32-1.10.7.exe)=9de8117b2c92331b704f144eaded26b4
+SHA1(Wireshark-win32-1.10.7.exe)=6eaf0e877f5e40cc64d2f97bc7b09c13bcce
+RIPEMD160(Wireshark-win32-1.10.7.exe)=8fb78374e77a3d7f9e1f70b2f76f9530621cfdf2
+
+Wireshark-win64-1.10.7.exe: 28001672 bytes
+MD5(Wireshark-win64-1.10.7.exe)=b7ae72bd50159e33b7aacb7dedc09977
+SHA1(Wireshark-win64-1.10.7.exe)=23b543c4de03d5deb6b103d52bbc4b07df0741c2
+RIPEMD160(Wireshark-win64-1.10.7.exe)=aa2f1d59b0417fafcbfddf42aad20c7ee749e43e

commit python-pep8 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package python-pep8 for openSUSE:Factory 
checked in at 2014-04-25 11:35:23

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


Package is "python-pep8"

Changes:

--- /work/SRC/openSUSE:Factory/python-pep8/python-pep8.changes  2013-10-25 
11:26:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pep8.new/python-pep8.changes 
2014-04-25 11:35:24.0 +0200
@@ -1,0 +2,48 @@
+Mon Apr 14 15:40:34 UTC 2014 - dmuel...@suse.com
+
+- update to 1.5.4:
+  * Fix negative offset with E303 before a multi-line docstring.
+  * Fix wrong offset computation when error is on the last char
+of a physical line. (Issue #268)
+  * Distribute a universal wheel file.
+  * Report correct line number for E303 with comments. (Issue #60)
+  * Do not allow newline after parameter equal. (Issue #252)
+  * Fix line number reported for multi-line strings. (Issue #220)
+  * Fix false positive E121/E126 with multi-line strings. (Issue #265)
+  * Fix E501 not detected in comments with Python 2.5.
+  * Fix caret position with ``--show-source`` when line contains tabs.
+  * Fix a crash with E125 on multi-line strings. (Issue #263)
+  * Report E129 instead of E125 for visually indented line with same
+indent as next logical line.  (Issue #126)
+  * Report E265 for space before block comment. (Issue #190)
+  * Allow long lines in multiline strings and comments if they cannot
+be wrapped. (Issue #224).
+  * Optionally disable physical line checks inside multiline strings,
+using ``# noqa``. (Issue #242)
+  * Change text for E121 to report "continuation line under-indented
+for hanging indent" instead of indentation not being a
+multiple of 4.
+  * Report E131 instead of E121 / E126 if the hanging indent is not
+consistent within the same continuation block.  It helps when
+error E121 or E126 is in the ``ignore`` list.
+  * Report E126 instead of E121 when the continuation line is hanging
+with extra indentation, even if indentation is not a multiple of 4.
+  * Allow the checkers to report errors on empty files. (Issue #240)
+  * Fix ignoring too many checks when ``--select`` is used with codes
+declared in a flake8 extension. (Issue #216)
+  * Fix regression with multiple brackets. (Issue #214)
+  * Fix ``StyleGuide`` to parse the local configuration if the
+keyword argument ``paths`` is specified. (Issue #246)
+  * Fix a false positive E124 for hanging indent. (Issue #254)
+  * Fix a false positive E126 with embedded colon. (Issue #144)
+  * Fix a false positive E126 when indenting with tabs. (Issue #204)
+  * Fix behaviour when ``exclude`` is in the configuration file and
+the current directory is not the project directory. (Issue #247)
+  * The logical checks can return ``None`` instead of an empty iterator.
+(Issue #250)
+  * Do not report multiple E101 if only the first indentation starts
+with a tab. (Issue #237)
+  * Fix a rare false positive W602. (Issue #34)
+- remove no-tox-test.diff
+
+---
@@ -4,0 +53,6 @@
+
+---
+Fri Oct 18 16:54:53 UTC 2013 - dmuel...@suse.com
+
+- add 0001-reverted-fix-for-issue-204-added-check-for-214.patch:
+  * Add fix for regression in 1.4.6

Old:

  no-tox-test.diff
  pep8-1.4.6.tar.gz

New:

  pep8-1.5.4.tar.gz



Other differences:
--
++ python-pep8.spec ++
--- /var/tmp/diff_new_pack.wDMP0C/_old  2014-04-25 11:35:24.0 +0200
+++ /var/tmp/diff_new_pack.wDMP0C/_new  2014-04-25 11:35:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pep8
 #
-# 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,13 @@
 
 
 Name:   python-pep8
-Version:1.4.6
+Version:1.5.4
 Release:0
 Url:http://github.com/jcrocholl/pep8
 Summary:Python style guide checker
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pep8/pep8-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE: speili...@suse.com -- Upstream forgot tox.init in sdist
-# release, seems to be present in never codebase
-Patch0: no-tox-test.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -44,7 +41,6 @@
 
 %prep
 %setup -q -n pep8-%{version}
-%patch0
 
 %bui

commit plasma-nm for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm for openSUSE:Factory 
checked in at 2014-04-25 11:35:04

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


Package is "plasma-nm"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm/plasma-nm.changes  2014-03-18 
17:16:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-nm.new/plasma-nm.changes 2014-04-25 
11:35:06.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 25 01:35:26 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Manually create lang package, so it can obsolete 
NetworkManager-kde4-libs-lang
+
+---



Other differences:
--
++ plasma-nm.spec ++
--- /var/tmp/diff_new_pack.ZWIzQ1/_old  2014-04-25 11:35:06.0 +0200
+++ /var/tmp/diff_new_pack.ZWIzQ1/_new  2014-04-25 11:35:06.0 +0200
@@ -143,7 +143,18 @@
 %description pptp
 pptp plugin for plasma-nm components.
 
-%lang_package
+%package lang 
+Summary:Languages for package %{name}
+Group:  System/Localization
+Requires:   %{name} = %{version}
+Provides:   %{name}-lang-all = %{version}
+Obsoletes:  NetworkManager-kde4-libs-lang
+Supplements:packageand(bundle-lang-other:%{name})
+BuildArch:  noarch
+
+%description lang
+Provides translations to the package %{name}
+
 %prep
 %setup -qn %{name}-%{version} -a 1
 %if 0%{?suse_version} > 1310

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



commit enblend-enfuse for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2014-04-25 11:34:15

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


Package is "enblend-enfuse"

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2014-01-07 13:52:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2014-04-25 11:34:16.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 23 17:12:11 UTC 2014 - fcro...@suse.com
+
+- Update to patchlevel 3 of version 4.1:
+  + Bug Fixes:
+[Enblend only] Fix problem of multiple, almost-identical 
+seamlines that produce inexplicable black areas in the output
+panorama.
+  + LCMS 2.5 is now required to build.
+
+---

Old:

  enblend-enfuse-4.1.2.tar.gz

New:

  enblend-enfuse-4.1.3.tar.gz



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.LsDRWF/_old  2014-04-25 11:34:16.0 +0200
+++ /var/tmp/diff_new_pack.LsDRWF/_new  2014-04-25 11:34:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# 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
@@ -21,7 +21,7 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.1.2
+Version:4.1.3
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
@@ -35,7 +35,7 @@
 BuildRequires:  gnuplot
 BuildRequires:  gsl-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms2-devel
+BuildRequires:  liblcms2-devel >= 2.5
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2-tools

++ enblend-enfuse-4.1.2.tar.gz -> enblend-enfuse-4.1.3.tar.gz ++
 2371 lines of diff (skipped)

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



commit cmocka for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package cmocka for openSUSE:Factory checked 
in at 2014-04-25 11:33:51

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


Package is "cmocka"

Changes:

--- /work/SRC/openSUSE:Factory/cmocka/cmocka.changes2013-11-19 
10:44:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmocka.new/cmocka.changes   2014-04-25 
11:33:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 11 14:16:07 UTC 2014 - a...@cryptomilk.org
+
+- Update to version 0.4.0
+  * Added support for group testing.
+  * Added assert_return_code().
+  * Added better messages for errors.
+  * Added cmake config mode support.
+  * Fixed bug with unit_test_setup and unit_test_teardown.
+  * Fixed a lot of small bugs.
+
+---

Old:

  cmocka-0.3.2.tar.xz

New:

  cmocka-0.4.0.tar.xz



Other differences:
--
++ cmocka.spec ++
--- /var/tmp/diff_new_pack.CZmLRS/_old  2014-04-25 11:33:53.0 +0200
+++ /var/tmp/diff_new_pack.CZmLRS/_new  2014-04-25 11:33:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cmocka
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 BuildRequires:  glibc-devel
 
 Name:   cmocka
-Version:0.3.2
+Version:0.4.0
 Release:0
 #
 Summary:Lightweight library to simplify and generalize unit tests for C
@@ -99,10 +99,10 @@
 %setup -q
 
 %build
-if test ! -e "build"; then
-  mkdir build
+if test ! -e "obj"; then
+  mkdir obj
 fi
-pushd build
+pushd obj
 cmake \
   -DCMAKE_C_FLAGS:STRING="%{optflags}" \
   -DCMAKE_BUILD_TYPE=RelWithDebInfo \
@@ -115,10 +115,10 @@
   %{_builddir}/%{name}-%{version}
 
 make %{?_smp_mflags} VERBOSE=1
-popd build
+popd obj
 
 %install
-pushd build
+pushd obj
 %makeinstall
 popd
 
@@ -141,6 +141,8 @@
 %{_includedir}/cmocka.h
 %{_libdir}/libcmocka.so
 %{_libdir}/pkgconfig/cmocka.pc
+%{_libdir}/cmake/cmocka-config-version.cmake
+%{_libdir}/cmake/cmocka-config.cmake
 
 %files -n libcmocka-devel-static
 %defattr(-,root,root)

++ cmocka-0.3.2.tar.xz -> cmocka-0.4.0.tar.xz ++
 5779 lines of diff (skipped)

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



commit dispcalGUI for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package dispcalGUI for openSUSE:Factory 
checked in at 2014-04-25 11:33:58

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


Package is "dispcalGUI"

Changes:

--- /work/SRC/openSUSE:Factory/dispcalGUI/dispcalGUI.changes2014-02-19 
06:54:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.dispcalGUI.new/dispcalGUI.changes   
2014-04-25 11:34:00.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 23 02:16:43 UTC 2014 - dispcal...@hoech.net
+
+- update to 2.0.0.0: see README.html#changelog-2.0.0.0
+
+---

Old:

  dispcalGUI-1.7.5.7.tar.gz

New:

  dispcalGUI-2.0.0.0.tar.gz



Other differences:
--
++ dispcalGUI.spec ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -26,7 +26,7 @@
 License:GPL-3.0+
 Group:  Applications/Multimedia
 Name:   dispcalGUI
-Version:1.7.5.7
+Version:2.0.0.0
 Release:0
 Source0:http://%{name}.hoech.net/download/%{name}-%version.tar.gz
 Source1:copyright
@@ -48,6 +48,7 @@
 %if 0%{?suse_version} > 0
 BuildRequires:  gcc
 BuildRequires:  python-devel
+BuildRequires:  python-xml
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel

++ copyright ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -1,7 +1,7 @@
 Format-Specification: 
http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
 Name: dispcalGUI
 Maintainer: Florian Höch 
-Source: http://dispcalGUI.hoech.net/
+Source: http://dispcalgui.hoech.net/
 
 Copyright: 2008-2014, Florian Höch 
 License: GPL-3+

++ debian.changelog ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -1,5 +1,5 @@
-dispcalgui (1.7.5.7) stable; urgency=low
+dispcalgui (2.0.0.0) stable; urgency=low
 
-  * Version 1.7.5.7
+  * Version 2.0.0.0
 
- -- Florian Höch   Sun, 09 Feb 2014 22:34:19 +0100
+ -- Florian Höch   Wed, 23 Apr 2014 02:16:43 +0100

++ debian.control ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -8,7 +8,7 @@
 Package: dispcalgui
 Architecture: any
 Depends: ${shlibs:Depends}, ${python:Depends}, python-wxgtk2.8 (>= 2.8.6), 
python-numpy (>= 1.0)
-Recommends: argyll, gir1.2-colord-1.0
+Recommends: argyll
 Description: A graphical front-end for display calibration and profiling using 
Argyll CMS
  Calibrates and characterizes display devices using a hardware sensor,
  driven by the open source color management system Argyll CMS.

++ debian.rules ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -19,7 +19,7 @@
 
 # The DESTDIR Has To Be Exactly  /usr/src/packages/BUILD/debian/
 export name=dispcalGUI
-export version=1.7.5.7
+export version=2.0.0.0
 export DEB_BUILD_ROOT=/usr/src/packages/BUILD/debian/dispcalgui
 export install_prefix=/usr
 export install_exec_prefix=/usr

++ dispcalGUI-1.7.5.7.tar.gz -> dispcalGUI-2.0.0.0.tar.gz ++
 17738 lines of diff (skipped)

++ dispcalGUI.dsc ++
--- /var/tmp/diff_new_pack.fK49rx/_old  2014-04-25 11:34:01.0 +0200
+++ /var/tmp/diff_new_pack.fK49rx/_new  2014-04-25 11:34:01.0 +0200
@@ -1,11 +1,11 @@
-Debtransform-Tar: dispcalGUI-1.7.5.7.tar.gz
+Debtransform-Tar: dispcalGUI-2.0.0.0.tar.gz
 Format: 1.0
 Source: dispcalgui
-Version: 1.7.5.7
+Version: 2.0.0.0
 Binary: dispcalgui
 Maintainer: Florian Höch 
 Architecture: any
 Build-Depends: debhelper (>= 5.0.38), doc-base, gcc, python-dev, 
libxinerama-dev, libxrandr-dev, libxxf86vm-dev
 Files: 
-  1 dispcalgui_1.7.5.7.orig.tar.gz
-  1 dispcalgui_1.7.5.7-1.diff.tar.gz
+  1 dispcalgui_2.0.0.0.orig.tar.gz
+  1 dispcalgui_2.0.0.0-1.diff.tar.gz

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



commit cluster-glue for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package cluster-glue for openSUSE:Factory 
checked in at 2014-04-25 11:33:42

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


Package is "cluster-glue"

Changes:

--- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes
2014-04-03 16:38:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.cluster-glue.new/cluster-glue.changes   
2014-04-25 11:33:44.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr 11 14:38:34 UTC 2014 - kgronl...@suse.com
+
+- hb_report: pcmk lib changed permissions (bnc#872958)
+
+- added patches:
+  * Low-hb_report-pcmk-lib-changed-permissions.patch
+
+---

New:

  Low-hb_report-pcmk-lib-changed-permissions.patch



Other differences:
--
++ cluster-glue.spec ++
--- /var/tmp/diff_new_pack.FkFhDW/_old  2014-04-25 11:33:45.0 +0200
+++ /var/tmp/diff_new_pack.FkFhDW/_new  2014-04-25 11:33:45.0 +0200
@@ -55,6 +55,8 @@
 Patch9: 0001-hb_report-Don-t-use-deprecated-corosync-fplay-bnc-87.patch
 # PATCH-FIX-UPSTREAM: hb_report: Update FSF address in license
 Patch10:0002-hb_report-Update-FSF-address-in-license.patch
+# PATCH-FIX-UPSTREAM: hb_report: pcmk lib changed permissions (bnc#872958)
+Patch11:Low-hb_report-pcmk-lib-changed-permissions.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  OpenIPMI-devel
@@ -164,6 +166,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 ###
 
 %build

++ Low-hb_report-pcmk-lib-changed-permissions.patch ++
changeset:   2782:2d376c7eb9d7
parent:  2778:b5f160509785
user:Dejan Muhamedagic 
date:Thu Apr 10 15:02:10 2014 +0200
summary: Low: hb_report: pcmk lib changed permissions

diff --git a/hb_report/ha_cf_support.sh b/hb_report/ha_cf_support.sh
--- a/hb_report/ha_cf_support.sh
+++ b/hb_report/ha_cf_support.sh
@@ -76,7 +76,7 @@ essential_files() {
cat<

commit iproute2 for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2014-04-25 11:33:41

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


Package is "iproute2"

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2.changes2013-12-19 
12:40:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2.changes   2014-04-25 
11:33:42.0 +0200
@@ -1,0 +2,19 @@
+Wed Apr 16 19:46:36 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.14
+* ip link: support for High Availability Seamless Redundancy
+  (HSR) network devices.
+* ip link: support for creating/deleting bonding devices
+* ip link: support for specifying interface indexes during
+  creation of devices
+* tc/pkt_sched: add support for the "FQ" Fair Queue packet scheduler
+* tc: support for the BPF-based traffic classifier
+* tc, netem: support 64-bit quantity rate speeds
+* tc: support for the new "PIE" Proportional Integral controller
+  Enhanced scheduler
+* ss: display PF_LOCAL-SOCK_SEQPACKET sockets as such rather than
+  SOCK_DGRAM
+* ss: display zone names when so needed
+* ss: add support for retrieving SELinux contexts
+
+---

Old:

  iproute2-3.12.0.tar.sign
  iproute2-3.12.0.tar.xz

New:

  iproute2-3.14.0.tar.sign
  iproute2-3.14.0.tar.xz



Other differences:
--
++ iproute2.spec ++
--- /var/tmp/diff_new_pack.3J7mxh/_old  2014-04-25 11:33:43.0 +0200
+++ /var/tmp/diff_new_pack.3J7mxh/_new  2014-04-25 11:33:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iproute2
 #
-# 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,9 +17,9 @@
 
 
 Name:   iproute2
-Version:3.12
+Version:3.14
 Release:0
-%define rversion   3.12.0
+%define rversion   3.14.0
 Summary:Linux network configuration utilities
 License:GPL-2.0
 Group:  Productivity/Networking/Routing
@@ -68,8 +68,10 @@
 %define with_xt 1
 %if 0%{?with_xt}
 %if 0%{?suse_version} >= 1140
+BuildRequires:  pkgconfig(libselinux)
 BuildRequires:  pkgconfig(xtables) >= 1.4.11
 %else
+BuildRequires:  libselinux-devel
 BuildRequires:  libxtables-devel >= 1.4.11
 %endif
 %endif

++ iproute2-3.12.0.tar.xz -> iproute2-3.14.0.tar.xz ++
 5155 lines of diff (skipped)

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



commit duperemove for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2014-04-25 11:34:03

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


Package is "duperemove"

Changes:

--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes2014-04-13 
13:14:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes   
2014-04-25 11:34:04.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 20 22:13:45 UTC 2014 - mfas...@suse.com
+
+- update to duperemove v0.08
+  - fixes many bugs
+  - a few more usability improvements
+  - adds fiemap support to better estimate space savings
+
+---

Old:

  duperemove-v0.07.tar.gz

New:

  duperemove-v0.08.tar.gz



Other differences:
--
++ duperemove.spec ++
--- /var/tmp/diff_new_pack.FYfHI4/_old  2014-04-25 11:34:05.0 +0200
+++ /var/tmp/diff_new_pack.FYfHI4/_new  2014-04-25 11:34:05.0 +0200
@@ -21,7 +21,7 @@
 Name:   duperemove
 BuildRequires:  gcc-c++
 BuildRequires:  libgcrypt-devel
-Version:0.07
+Version:0.08
 Release:0
 Summary:Software to find duplicate extents in files and remove them
 License:GPL-2.0

++ duperemove-v0.07.tar.gz -> duperemove-v0.08.tar.gz ++
 1684 lines of diff (skipped)

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



commit libsolv for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2014-04-25 11:33:40

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


Package is "libsolv"

Changes:

--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2014-04-13 
13:13:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes 2014-04-25 
11:33:41.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 17 14:47:42 CEST 2014 - m...@suse.de
+
+- support BREAK_ORPHANS and KEEP_ORPHANS solver flags
+- adapt to AppStream 0.6
+- reduce memory usage in repo_write and repodata_internalize
+- make repodata_stringify return the result string
+- bump version to 0.6.1
+
+---

Old:

  libsolv-0.6.0.tar.bz2

New:

  libsolv-0.6.1.tar.bz2



Other differences:
--
++ libsolv.spec ++
--- /var/tmp/diff_new_pack.aZtVY8/_old  2014-04-25 11:33:42.0 +0200
+++ /var/tmp/diff_new_pack.aZtVY8/_new  2014-04-25 11:33:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libsolv
-Version:0.6.0
+Version:0.6.1
 Release:0
 Url:git://gitorious.org/opensuse/libsolv.git
 Source: libsolv-%{version}.tar.bz2

++ libsolv-0.6.0.tar.bz2 -> libsolv-0.6.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.0/VERSION.cmake 
new/libsolv-0.6.1/VERSION.cmake
--- old/libsolv-0.6.0/VERSION.cmake 2014-04-07 15:45:11.0 +0200
+++ new/libsolv-0.6.1/VERSION.cmake 2014-04-17 14:50:44.0 +0200
@@ -49,5 +49,5 @@
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "0")
+SET(LIBSOLV_PATCH "1")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.0/ext/repo_appdata.c 
new/libsolv-0.6.1/ext/repo_appdata.c
--- old/libsolv-0.6.0/ext/repo_appdata.c2014-03-05 15:50:54.0 
+0100
+++ new/libsolv-0.6.1/ext/repo_appdata.c2014-04-17 11:25:45.0 
+0200
@@ -62,7 +62,9 @@
 /* !! must be sorted by first column !! */
 static struct stateswitch stateswitches[] = {
   { STATE_START,   "applications",  STATE_START, 0 },
+  { STATE_START,   "components",STATE_START, 0 },
   { STATE_START,   "application",   STATE_APPLICATION,   0 },
+  { STATE_START,   "component", STATE_APPLICATION,   0 },
   { STATE_APPLICATION, "id",STATE_ID,1 },
   { STATE_APPLICATION, "pkgname",   STATE_PKGNAME,   1 },
   { STATE_APPLICATION, "product_license", STATE_LICENCE, 1 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.0/ext/repo_content.c 
new/libsolv-0.6.1/ext/repo_content.c
--- old/libsolv-0.6.0/ext/repo_content.c2014-03-12 15:35:49.0 
+0100
+++ new/libsolv-0.6.1/ext/repo_content.c2014-04-16 14:00:44.0 
+0200
@@ -408,7 +408,6 @@
}
  /* create new solvable */
  s = pool_id2solvable(pool, repo_add_solvable(repo));
- repodata_extend(data, s - pool->solvables);
  handle = s - pool->solvables;
  s->name = pool_str2id(pool, join(&pd, "product", ":", value), 1);
  if (datadir)
@@ -425,7 +424,6 @@
  if (!s)
{
  s = pool_id2solvable(pool, repo_add_solvable(repo));
- repodata_extend(data, s - pool->solvables);
  handle = s - pool->solvables;
}
 
@@ -546,7 +544,6 @@
   for (i = 0; i < numotherarchs; ++i)
{
  Solvable *p = pool_id2solvable(pool, repo_add_solvable(repo));
- repodata_extend(data, p - pool->solvables);
  p->name = s->name;
  p->evr = s->evr;
  p->vendor = s->vendor;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.0/ext/repo_rpmdb.c 
new/libsolv-0.6.1/ext/repo_rpmdb.c
--- old/libsolv-0.6.0/ext/repo_rpmdb.c  2014-04-07 13:07:13.0 +0200
+++ new/libsolv-0.6.1/ext/repo_rpmdb.c  2014-04-15 18:15:59.0 +0200
@@ -1045,6 +1045,7 @@
   DB_ENV *dbenv;   /* database environment */
   DB *db;  /* packages database */
   int byteswapped; /* endianess of packages database */
+  int is_ostree;   /* read-only db that lives in /usr/share/rpm */
 };
 
 struct rpmdbentry {
@@ -1135,6 +1136,10 @@
   snprintf(dbpath, PATH_MAX, "%s/var/lib/rpm", rootdir ? rootdir : "");
   if (access(dbpath, W_OK) == -1)
 {
+  snprintf(dbpath, PATH_MAX, "%s/usr/share/rpm/Packages", rootdir ? 
rootdir : "");
+  if (access(d

commit xorg-x11-server for openSUSE:12.3:Update

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for 
openSUSE:12.3:Update checked in at 2014-04-25 10:07:28

Comparing /work/SRC/openSUSE:12.3:Update/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:12.3:Update/.xorg-x11-server.new (New)


Package is "xorg-x11-server"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.wP47ww/_old  2014-04-25 10:07:29.0 +0200
+++ /var/tmp/diff_new_pack.wP47ww/_new  2014-04-25 10:07:29.0 +0200
@@ -1 +1 @@
-
+

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



commit xorg-x11-server for openSUSE:13.1:Update

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-server for 
openSUSE:13.1:Update checked in at 2014-04-25 10:07:30

Comparing /work/SRC/openSUSE:13.1:Update/xorg-x11-server (Old)
 and  /work/SRC/openSUSE:13.1:Update/.xorg-x11-server.new (New)


Package is "xorg-x11-server"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.MvdQ7g/_old  2014-04-25 10:07:31.0 +0200
+++ /var/tmp/diff_new_pack.MvdQ7g/_new  2014-04-25 10:07:31.0 +0200
@@ -1 +1 @@
-
+

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