commit python-Pygments for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-Pygments for openSUSE:Factory 
checked in at 2014-04-09 13:01:08

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


Package is python-Pygments

Changes:

--- /work/SRC/openSUSE:Factory/python-Pygments/python-Pygments.changes  
2013-10-25 11:29:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pygments.new/python-Pygments.changes 
2014-04-09 13:01:12.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  7 11:36:38 UTC 2014 - dmuel...@suse.com
+
+- add LICENSE to doc section 
+
+---



Other differences:
--
++ python-Pygments.spec ++
--- /var/tmp/diff_new_pack.1xAf50/_old  2014-04-09 13:01:13.0 +0200
+++ /var/tmp/diff_new_pack.1xAf50/_new  2014-04-09 13:01:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pygments
 #
-# 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
@@ -69,7 +69,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES TODO docs/build
+%doc LICENSE AUTHORS CHANGES TODO docs/build
 %{_bindir}/pygmentize
 %{_mandir}/man1/pygmentize.1*
 %{python_sitelib}/pygments/

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



commit llvm for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2014-04-09 13:01:04

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


Package is llvm

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2014-02-26 
23:20:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2014-04-09 
13:01:05.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  3 11:58:28 UTC 2014 - idon...@suse.com
+
+- Fix resource dir for libclang case (clang-resourcedirs.patch)
+- Always build tests
+
+---

New:

  clang-resourcedirs.patch



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.XRAivD/_old  2014-04-09 13:01:07.0 +0200
+++ /var/tmp/diff_new_pack.XRAivD/_new  2014-04-09 13:01:07.0 +0200
@@ -45,6 +45,7 @@
 Patch9: arm-remove-xfails.diff
 # PATCH-FIX-OPENSUSE asan-disable-hugemalloctest.patch -- Disable ASAN 
HugeMallocTest
 Patch10:asan-disable-hugemalloctest.patch
+Patch11:clang-resourcedirs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -153,6 +154,7 @@
 %patch8 -p1
 %patch9
 %patch10 -p1
+%patch11 -p1
 
 # We hardcode i586
 rm tools/clang/test/Driver/x86_features.c
@@ -172,6 +174,8 @@
 sed -i s,}lib{,}lib64{,g tools/clang/test/Preprocessor/iwithprefix.c
 %endif
 
+sed -i s,LLVM_LIBDIR,%{_lib}, tools/clang/lib/Driver/Driver.cpp
+
 # Only enable target archs otherwise llvm-config is messed up
 %ifarch %{ix86} x86_64
 sed -i s,subdirectories = .*,subdirectories = R600 X86, 
lib/Target/LLVMBuild.txt
@@ -196,6 +200,7 @@
 TOPLEVEL=$PWD
 mkdir stage1 stage2
 pushd stage1
+ln -sf lib lib64
 
 # Define host-triple
 %ifarch %{ix86}
@@ -272,7 +277,6 @@
 %endif
 %if %{_lib} == lib64
   -DLLVM_LIBDIR_SUFFIX=64 \
-  -DCLANG_RESOURCE_DIR=../%{_lib}/clang/%{_release_version} \
 %endif
   -DLLVM_REQUIRES_RTTI=ON \
   -DLLVM_ENABLE_TIMESTAMPS=OFF \
@@ -286,6 +290,7 @@
 %else
   -DLLVM_TARGETS_TO_BUILD=host \
 %endif
+  -DLLVM_BUILD_TESTS=ON \
   ..
 
 make %{?_smp_mflags} VERBOSE=1


++ clang-resourcedirs.patch ++
Index: llvm/tools/clang/lib/Driver/Driver.cpp
===
--- llvm.orig/tools/clang/lib/Driver/Driver.cpp
+++ llvm/tools/clang/lib/Driver/Driver.cpp
@@ -66,11 +66,11 @@ Driver::Driver(StringRef ClangExecutable
 
   // Compute the path to the resource directory.
   StringRef ClangResourceDir(CLANG_RESOURCE_DIR);
-  SmallString128 P(Dir);
+  SmallString128 P((Dir != ) ? Dir : /usr/bin/);
   if (ClangResourceDir != )
 llvm::sys::path::append(P, ClangResourceDir);
   else
-llvm::sys::path::append(P, .., lib, clang, CLANG_VERSION_STRING);
+llvm::sys::path::append(P, .., LLVM_LIBDIR, clang, 
CLANG_VERSION_STRING);
   ResourceDir = P.str();
 }
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub2 for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2014-04-09 13:01:02

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2014-03-04 
13:14:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2014-04-09 
13:01:03.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr  5 14:27:45 UTC 2014 - arvidj...@gmail.com
+
+- rename grub2.chrp back into grub.chrp, otherwise it is not found by
+  grub tools
+- replace grub2-use-DejaVuSansMono-for-starfield-theme.patch with
+  grub2-use-Unifont-for-starfield-theme-terminal.patch - use Unifont
+  font for terminal window
+
+---

Old:

  grub2-use-DejaVuSansMono-for-starfield-theme.patch

New:

  grub2-use-Unifont-for-starfield-theme-terminal.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.xVbv3q/_old  2014-04-09 13:01:04.0 +0200
+++ /var/tmp/diff_new_pack.xVbv3q/_new  2014-04-09 13:01:04.0 +0200
@@ -136,7 +136,7 @@
 Patch34:grub2-secureboot-use-linuxefi-on-uefi-in-os-prober.patch
 Patch35:grub2-linguas.sh-no-rsync.patch
 Patch36:0001-look-for-DejaVu-also-in-usr-share-fonts-truetype.patch
-Patch37:grub2-use-DejaVuSansMono-for-starfield-theme.patch
+Patch37:grub2-use-Unifont-for-starfield-theme-terminal.patch
 Patch38:
grub2-s390x-01-Changes-made-and-files-added-in-order-to-allow-s390x.patch
 # Btrfs snapshot booting related patches
 Patch101:   0002-btrfs-add-ability-to-boot-from-subvolumes.patch
@@ -473,6 +473,12 @@
 install -m 755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sbindir}/grub2-once
 install -m 755 -D %{SOURCE12} $RPM_BUILD_ROOT%{_libdir}/snapper/plugins/grub
 
+%ifarch ppc ppc64 ppc64le
+# Rename grub2.chrp back to grub.chrp so it is found by tools
+mv $RPM_BUILD_ROOT%{_libdir}/%{name}/%{grubarch}/%{name}.chrp \
+   $RPM_BUILD_ROOT%{_libdir}/%{name}/%{grubarch}/grub.chrp
+%endif
+
 %find_lang %{name}
 %fdupes %buildroot%{_bindir}
 
@@ -697,7 +703,8 @@
 %defattr(-,root,root,-)
 %dir %{_libdir}/%{name}/%{grubarch}
 %ifarch ppc ppc64 ppc64le
-%{_libdir}/%{name}/%{grubarch}/%{name}.chrp
+# This is intentionally grub.chrp and not %{name}.chrp
+%{_libdir}/%{name}/%{grubarch}/grub.chrp
 %{_libdir}/%{name}/%{grubarch}/bootinfo.txt
 %endif
 %ifnarch ppc ppc64 ppc64le s390x

++ grub2-use-Unifont-for-starfield-theme-terminal.patch ++
DejaVu Sans is proportional font and looks pretty bad in terminal
window. Use GNU Unifont instead.
Index: grub-2.02~beta2/themes/starfield/theme.txt
===
--- grub-2.02~beta2.orig/themes/starfield/theme.txt
+++ grub-2.02~beta2/themes/starfield/theme.txt
@@ -25,7 +25,7 @@ message-font: DejaVu Sans Regular 12
 message-color: #000
 message-bg-color: #fff
 terminal-box: terminal_box_*.png
-terminal-font: DejaVu Sans Regular 12
+terminal-font: Gnu Unifont Mono Regular 16
 desktop-image: starfield.png
 
 #help bar at the bottom
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit Mesa for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2014-04-09 13:01:10

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


Package is Mesa

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2014-04-06 
07:10:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2014-04-09 
13:01:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  7 14:15:39 UTC 2014 - sch...@suse.de
+
+- Include XA tracker sub packages on s390x
+
+---



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.3BdxKB/_old  2014-04-09 13:01:14.0 +0200
+++ /var/tmp/diff_new_pack.3BdxKB/_new  2014-04-09 13:01:14.0 +0200
@@ -630,7 +630,7 @@
 %post   -n libgbm1 -p /sbin/ldconfig
 %postun -n libgbm1 -p /sbin/ldconfig
 
-%ifarch %ix86 x86_64 %arm ppc64
+%ifarch %ix86 x86_64 %arm ppc64 s390x
 %post   -n libxatracker2 -p /sbin/ldconfig
 %postun -n libxatracker2 -p /sbin/ldconfig
 %endif
@@ -759,7 +759,7 @@
 %_libdir/libgbm.so
 %_libdir/pkgconfig/gbm.pc
 
-%ifarch %ix86 x86_64 %arm ppc64
+%ifarch %ix86 x86_64 %arm ppc64 s390x
 %files -n libxatracker2
 %defattr(-,root,root)
 %_libdir/libxatracker.so.2*

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



commit icu for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package icu for openSUSE:Factory checked in 
at 2014-04-09 13:01:06

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


Package is icu

Changes:

--- /work/SRC/openSUSE:Factory/icu/icu.changes  2014-03-15 17:36:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.icu.new/icu.changes 2014-04-09 
13:01:09.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  7 12:04:42 UTC 2014 - sch...@suse.de
+
+- Use a glob to avoid architecture dependent file list
+
+---



Other differences:
--
++ icu.spec ++
--- /var/tmp/diff_new_pack.nrxgDo/_old  2014-04-09 13:01:10.0 +0200
+++ /var/tmp/diff_new_pack.nrxgDo/_new  2014-04-09 13:01:10.0 +0200
@@ -235,11 +235,7 @@
 %defattr(-,root,root)
 %dir %_datadir/icu
 %dir %_datadir/icu/%version
-%ifarch %sparc mips hppa ppc ppc64 s390 s390x
-%_datadir/icu/%version/icudt52b.dat
-%else
-%_datadir/icu/%version/icudt52l.dat
-%endif
+%_datadir/icu/%version/icudt52[bl].dat
 
 %files -n libicu-devel
 %defattr(-, root, root)

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



commit gd for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2014-04-09 13:01:03

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


Package is gd

Changes:

--- /work/SRC/openSUSE:Factory/gd/gd.changes2013-12-30 09:52:09.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gd.new/gd.changes   2014-04-09 
13:01:05.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  4 12:21:22 UTC 2014 - pgaj...@suse.com
+
+- fixed NULL ptr deref in GD XPM decoder [bnc#868624]
+   * CVE-2014-2497.patch 
+
+---

New:

  gd-2.1.0-CVE-2014-2497.patch



Other differences:
--
++ gd.spec ++
--- /var/tmp/diff_new_pack.lwTyn3/_old  2014-04-09 13:01:05.0 +0200
+++ /var/tmp/diff_new_pack.lwTyn3/_new  2014-04-09 13:01:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gd
 #
-# 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
@@ -36,6 +36,7 @@
 Patch3: gd-aliasing.patch
 # could be upstreamed?
 Patch4: gd-autoconf.patch
+Patch5: gd-2.1.0-CVE-2014-2497.patch
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  libjpeg-devel
@@ -78,6 +79,7 @@
 %patch2
 %patch3
 %patch4
+%patch5
 
 %build
 autoreconf -fiv

++ gd-2.1.0-CVE-2014-2497.patch ++
Description: Patch to fix PHP bug 66901.
Author: Andres Mejia mej...@amazon.com
Forwarded: no

Index: src/gdxpm.c
===
--- src/gdxpm.c.orig2014-04-04 12:56:02.570160501 +0200
+++ src/gdxpm.c 2014-04-04 13:01:24.031976322 +0200
@@ -62,6 +62,14 @@
 
for(i = 0; i  number; i++) {
char *c_color = image.colorTable[i].c_color;
+if (!image.colorTable[i].c_color)
+{
+/* unsupported color key or color key not defined */
+gdImageDestroy(im);
+gdFree(colors);
+im = 0;
+goto done;
+}
if(strcmp(c_color, None) == 0) {
colors[i] = gdImageGetTransparent(im);
if(colors[i] == -1) colors[i] = 
gdImageColorAllocate(im, 0, 0, 0);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit latex2html for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package latex2html for openSUSE:Factory 
checked in at 2014-04-09 13:01:05

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


Package is latex2html

Changes:

--- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes2013-12-05 
07:13:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.latex2html.new/latex2html.changes   
2014-04-09 13:01:07.0 +0200
@@ -1,0 +2,5 @@
+Mon Mar 31 11:25:21 UTC 2014 - pgaj...@suse.com
+
+- fixed url
+
+---



Other differences:
--
++ latex2html.spec ++
--- /var/tmp/diff_new_pack.m8M3W0/_old  2014-04-09 13:01:08.0 +0200
+++ /var/tmp/diff_new_pack.m8M3W0/_new  2014-04-09 13:01:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package latex2html
 #
-# 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
@@ -28,7 +28,7 @@
 BuildRequires:  xorg-x11-devel
 %{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
 %define share_dir /usr/share/latex2html
-Url:http://www.latex2html.org/
+Url:http://www.ctan.org/tex-archive/support/latex2html
 Requires:   ghostscript_any
 Requires:   latex2html-pngicons
 Requires:   netpbm

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



commit ca-certificates for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package ca-certificates for openSUSE:Factory 
checked in at 2014-04-09 13:01:11

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


Package is ca-certificates

Changes:

--- /work/SRC/openSUSE:Factory/ca-certificates/ca-certificates.changes  
2014-04-06 09:56:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ca-certificates.new/ca-certificates.changes 
2014-04-09 13:01:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  7 15:07:44 UTC 2014 - lnus...@suse.de
+
+- Fix typo in man page
+
+---

Old:

  ca-certificates-1_201312061005.tar.xz

New:

  ca-certificates-1_201403302107.tar.xz



Other differences:
--
++ ca-certificates.spec ++
--- /var/tmp/diff_new_pack.H5zQM7/_old  2014-04-09 13:01:15.0 +0200
+++ /var/tmp/diff_new_pack.H5zQM7/_new  2014-04-09 13:01:15.0 +0200
@@ -29,7 +29,7 @@
 %define ssletcdir %{_sysconfdir}/ssl
 %define cabundle  /var/lib/ca-certificates/ca-bundle.pem
 %define sslcerts  %{ssletcdir}/certs
-Version:1_201312061005
+Version:1_201403302107
 Release:0
 Summary:Utilities for system wide CA certificate installation
 License:GPL-2.0+

++ ca-certificates-1_201312061005.tar.xz - 
ca-certificates-1_201403302107.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ca-certificates-1_201312061005/README 
new/ca-certificates-1_201403302107/README
--- old/ca-certificates-1_201312061005/README   2013-12-06 10:05:00.0 
+0100
+++ new/ca-certificates-1_201403302107/README   2014-03-30 21:07:42.0 
+0200
@@ -35,7 +35,7 @@
 
 
 - Packages are expected to install their CA certificates in
-  /usr/share/pki/trust/anchors or /usr/share/pki/trust (no extra subdir) intead
+  /usr/share/pki/trust/anchors or /usr/share/pki/trust (no extra subdir) 
instead
   of /usr/share/ca-certificates/vendor now. The anchors subdirectory is for
   regular pem files, the directory one above for pem files in
   openssl's 'trusted' format.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ca-certificates-1_201312061005/update-ca-certificates.8 
new/ca-certificates-1_201403302107/update-ca-certificates.8
--- old/ca-certificates-1_201312061005/update-ca-certificates.8 2013-12-06 
10:05:00.0 +0100
+++ new/ca-certificates-1_201403302107/update-ca-certificates.8 2014-03-30 
21:07:42.0 +0200
@@ -59,7 +59,7 @@
 .I /etc/pki/trust/anchors
 Directory of CA certificate trust anchors for use by the admin
 .TP
-.I /etc/pki/trust/anchors
+.I /etc/pki/trust/blacklist
 Directory of blacklisted CA certificates for use by the admin
 .SH SEE ALSO
 .BR c_rehash (1),

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



commit pacemaker for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2014-04-09 13:01:13

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


Package is pacemaker

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2014-02-22 
20:44:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2014-04-09 
13:01:16.0 +0200
@@ -1,0 +2,187 @@
+Wed Apr  9 04:41:38 UTC 2014 - y...@suse.com
+
+- pengine: Support id-ref in nvpair with optional name (FATE#316118)
+  Drop the patches that have been merged upstream:
+  * pacemaker-pengine-nvpair-id-ref.patch
+  * pacemaker-pengine-nvpair-id-ref-test.patch
+- Upstream version cs: 6442c5a67cdd4cbaeedb2c532e0dc0667a79c202
+
+---
+Tue Apr  8 13:34:59 UTC 2014 - y...@suse.com
+
+- xml: INFINITY could overflow for 16-bit ints - explicitly cast it
+- xml: Correctly determine the lowest allowed schema version
+- xml: Construct the table of supported schemas
+- cib: All schema upgrade requests must go via the DC
+- cib: Determine the best value of validate-with if one is not supplied
+- acl: Ensure known users are not able to read the cib by default
+- xml: Add missing schema file
+- Upstream version cs: d9fbba56804a7a7bcceaa5d4b7e29e3f15fc0e59
+
+---
+Fri Apr  4 10:46:58 UTC 2014 - y...@suse.com
+
+- crmd: Correctly react to successful unfencing operations
+- PE: Delay unfencing until after we know the state of all resources that 
require unfencing
+- PE: Fencing devices default to only requiring quorum in order to start
+- PE: Automatically re-unfence a node if the fencing device definition changes
+- pengine: Only report 'migrate' in transition summary if migration is 
actually taking place
+- crm_node: Set correct subsystem in node rm cache msg
+- crm_node: Prevent use-after-free in tools_remove_node_cache()
+- crmd: make resource ID case sensitive
+- fencing: Correction of the registration from a difference.
+- crm_report: Add support for ISO8601 time format in logs (bnc#870886)
+- PE: Potential memory leak
+- xml: Support resources that require unfencing
+- crmd: make node_state erase correctly
+- xml: Add the ability to have lightweight schema revisions
+- xml: Split up the RelaxNG schema files so they're easier to version 
individually
+- crm_get_msec: prevent integer overflow
+- corosync: Reduce log severity for a redundant message (bnc#870624)
+- attrd: Reduce log severity for normal messages (bnc#870624)
+- cib: When data was old, it fixed so that the newest cib might not be 
acquired.
+- crm_attribute: Default --lifetime to forever when using --node (bnc#870696)
+- Upstream version cs: 76579e813b5aaa1972d400055233519f58bbc0c6
+
+---
+Mon Mar 31 07:19:00 UTC 2014 - y...@suse.com
+
+- pengine: Do not fence remote-node entries left over in the node section that 
have no connection rsc
+- pengine: properly handle remote-node without connection resource.
+- xml: Update xml validation to allow 'node type=remote /'
+- cib: allow setting permanent remote-node attributes
+- Upstream version cs: d63eaf41fa8173de3e29873d0461bfb888b83b37
+
+---
+Fri Mar 28 07:52:07 UTC 2014 - y...@suse.com
+
+- xml: Allow first-acl-match-wins semantics to be supported if desired
+- crm_report: extract additional DLM lockspace data
+- xml: If validate-with is missing, we find the most recent schema that 
accepts it and go from there
+- tools: fix crm_shadow --reset name
+- controld: Remove '-q 0' from default dlm_controld arguments
+- acl: Authenticate pacemaker-remote requests with the node name as the client
+- controld: Verify killall is available on resource start
+- Prevent use-of-NULL spotted by coverity
+- crmd: Correctly detect changes to the configuration root
+- crmd: Fenced nodes that return prior to an election do not need to have 
their status section reset
+- xml: Do not log deleted attributes
+- xml: Correctly mark the parent's of deleted attributes as dirty
+- crm_diff: Allow the generation of xml patchsets without digests
+- crmd: Prevent memory leak when accepting a new DC
+- xml: Find the minimal set of changes when part of a document is replaced
+- xml: Create the correct diff when only part of a document is changed
+- Upstream version cs: 61e95e4864be0301be528874eed65266f4e62cf0
+
+---
+Fri Mar 21 05:51:05 UTC 2014 - y...@suse.com
+
+- pengine: fixes invalid transition caused by clones with more than 10 
instances
+- services_action_cancel: Interpret return 

commit python3 for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2014-04-09 13:01:07

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


Package is python3

Changes:

--- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2014-03-31 
20:42:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes
2014-04-09 13:01:10.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr  4 16:21:40 UTC 2014 - jmate...@suse.com
+
+- CVE-2014-2667-mkdir.patch: race condition with reseting umask
+  in os.makedirs
+  (CVE-2014-2667, bnc#869222)
+- updated multilib patch to include ~/.local/lib64 (bnc#637176)
+
+---
python3.changes: same change

New:

  CVE-2014-2667-mkdir.patch



Other differences:
--
++ python3-base.spec ++
--- /var/tmp/diff_new_pack.A5ClVq/_old  2014-04-09 13:01:12.0 +0200
+++ /var/tmp/diff_new_pack.A5ClVq/_new  2014-04-09 13:01:12.0 +0200
@@ -85,6 +85,8 @@
 Patch14:python-3.4.0rc2-sqlite-3.8.4-tests.patch
 # Raise timeout value for test_subprocess
 Patch15:subprocess-raise-timeout.patch
+# CVE-2014-2667 - race condition with umask in os.makedirs
+Patch16:CVE-2014-2667-mkdir.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -216,6 +218,7 @@
 %patch13 -p0
 %patch14 -p1
 %patch15 -p1
+%patch16 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3-doc.spec ++
--- /var/tmp/diff_new_pack.A5ClVq/_old  2014-04-09 13:01:12.0 +0200
+++ /var/tmp/diff_new_pack.A5ClVq/_new  2014-04-09 13:01:12.0 +0200
@@ -70,6 +70,10 @@
 Patch13:libffi-ppc64le.diff
 # Fix tests for sqlite 3.8.4
 Patch14:python-3.4.0rc2-sqlite-3.8.4-tests.patch
+# Raise timeout value for test_subprocess
+Patch15:subprocess-raise-timeout.patch
+# CVE-2014-2667 - race condition with umask in os.makedirs
+Patch16:CVE-2014-2667-mkdir.patch
 ### COMMON-PATCH-END ###
 ### COMMON-DEF-BEGIN ###
 
@@ -139,6 +143,8 @@
 %patch12 -p1
 %patch13 -p0
 %patch14 -p1
+%patch15 -p1
+%patch16 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ python3.spec ++
--- /var/tmp/diff_new_pack.A5ClVq/_old  2014-04-09 13:01:12.0 +0200
+++ /var/tmp/diff_new_pack.A5ClVq/_new  2014-04-09 13:01:12.0 +0200
@@ -82,6 +82,10 @@
 Patch13:libffi-ppc64le.diff
 # Fix tests for sqlite 3.8.4
 Patch14:python-3.4.0rc2-sqlite-3.8.4-tests.patch
+# Raise timeout value for test_subprocess
+Patch15:subprocess-raise-timeout.patch
+# CVE-2014-2667 - race condition with umask in os.makedirs
+Patch16:CVE-2014-2667-mkdir.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -184,6 +188,8 @@
 %patch12 -p1
 %patch13 -p0
 %patch14 -p1
+%patch15 -p1
+%patch16 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++ CVE-2014-2667-mkdir.patch ++

# HG changeset patch
# User Benjamin Peterson benja...@python.org
# Date 1396394328 14400
# Node ID c24dd53ab4b9ebc13671051d524e25305266994f
# Parent  1039d4ebc4bb8655060cf016f5681867d07b7e44# Parent  
6370d44013f7e7e0892dd7f78b91d3a929e2d343
merge 3.3 (#21082)

Index: Python-3.4.0/Doc/library/os.rst
===
--- Python-3.4.0.orig/Doc/library/os.rst2014-04-04 18:06:50.821300387 
+0200
+++ Python-3.4.0/Doc/library/os.rst 2014-04-04 18:06:59.558350425 +0200
@@ -1619,11 +1619,8 @@
The default *mode* is ``0o777`` (octal).  On some systems, *mode* is
ignored.  Where it is used, the current umask value is first masked out.
 
-   If *exist_ok* is ``False`` (the default), an :exc:`OSError` is raised if
-   the target directory already exists.  If *exist_ok* is ``True`` an
-   :exc:`OSError` is still raised if the umask-masked *mode* is different from
-   the existing mode, on systems where the mode is used.  :exc:`OSError` will
-   also be raised if the directory creation fails.
+   If *exist_ok* is ``False`` (the default), an :exc:`OSError` is raised if the
+   target directory already exists.
 
.. note::
 
@@ -1635,6 +1632,13 @@
.. versionadded:: 3.2
   The *exist_ok* parameter.
 
+   .. versionchanged:: 3.3.6
+
+  Before Python 3.3.6, if *exist_ok* was ``True`` and the directory 
existed,
+  :func:`makedirs` would still raise an error if *mode* did not match the
+  mode of the existing directory. Since this behavior was impossible to
+  implement safely, it was 

commit avrdude for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package avrdude for openSUSE:Factory checked 
in at 2014-04-09 13:11:35

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


Package is avrdude

Changes:

--- /work/SRC/openSUSE:Factory/avrdude/avrdude.changes  2014-02-12 
07:01:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.avrdude.new/avrdude.changes 2014-04-09 
13:11:36.0 +0200
@@ -1,0 +2,16 @@
+Thu Apr  3 14:23:45 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- include released tarball from upstream
+- disable source service
+- refresh patch avrdude-5.11-no-builddate.diff 
+
+---
+Mon Feb 10 15:25:41 UTC 2014 - m...@suse.com
+
+- Bump version number to 6.1 in _service to reflect upstream.
+- Generate udev rules from avrdude-usbdevices, which has a simpler
+  and easier to maintain format. This also simplifies following
+  further upstream changes in udev rules syntax.
+- IPv6-enable the -P net:host:port option (avrdude-ipv6.patch).
+
+---

Old:

  avrdude-5.11svn.1275.tar.gz
  avrdude-udev.rules

New:

  avrdude-6.1.tar.gz
  avrdude-ipv6.patch
  avrdude-usbdevices



Other differences:
--
++ avrdude.spec ++
--- /var/tmp/diff_new_pack.5NY5Fk/_old  2014-04-09 13:11:37.0 +0200
+++ /var/tmp/diff_new_pack.5NY5Fk/_new  2014-04-09 13:11:37.0 +0200
@@ -26,7 +26,7 @@
 BuildRequires:  libelf-devel
 BuildRequires:  automake
 BuildRequires:  texinfo
-Version:5.11svn.1275
+Version:6.1
 Release:0
 Url:http://savannah.nongnu.org/projects/avrdude
 Group:  Development/Tools/Other
@@ -34,8 +34,9 @@
 Summary:Upload tool for AVR microcontrollers
 Source0:%name-%version.tar.gz
 Source3:modprobe.avrdude_parport
-Source4:avrdude-udev.rules
+Source4:avrdude-usbdevices
 Patch0: avrdude-5.11-no-builddate.diff
+Patch1: avrdude-ipv6.patch
 Provides:   avr-programmer
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/cat /sbin/modprobe
@@ -50,6 +51,7 @@
 %setup -q
 # avrdude-5.11-no-builddate.diff
 %patch0 -p1
+%patch1
 touch lexer.l
 
 %build
@@ -64,14 +66,23 @@
 %makeinstall DOC_INST_DIR=%buildroot%_docdir/%name
 make -C doc install-info DESTDIR=%buildroot
 install -D -m 644 %{S:3} $RPM_BUILD_ROOT/etc/modprobe.d/50-avrdude_parport.conf
+
 %if 0%{?suse_version} = 1230
-%define udevdir /usr/lib/udev
-sed -i 's/udev-acl/uaccess/g' %{S:4}
+%global udevdir /usr/lib/udev
+%global tag uaccess
 %else
-%define udevdir /etc/udev
-sed -i 's/uaccess/udev-acl/g' %{S:4}
+%global udevdir /etc/udev
+%global tag udev-acl
 %endif
-install -D -m 644 %{S:4} %buildroot%udevdir/rules.d/50-avrdude.rules
+RULESFILE=%buildroot%udevdir/rules.d/50-avrdude.rules
+mkdir -p ${RULESFILE%/*}
+echo 'KERNEL==parport*, TAG+=%tag'  $RULESFILE
+while IFS=  read major minor comment;do
+echo # $comment
+echo 'ATTRS{idVendor}=='$major', ATTRS{idProduct}=='$minor', 
TAG+=%tag'
+done %{S:4}  $RULESFILE
+chmod 644 $RULESFILE
+
 install -d -m 755 %buildroot%_docdir/%name
 install -m 644 AUTHORS COPYING NEWS README %buildroot%_docdir/%name
 

++ _service ++
--- /var/tmp/diff_new_pack.5NY5Fk/_old  2014-04-09 13:11:37.0 +0200
+++ /var/tmp/diff_new_pack.5NY5Fk/_new  2014-04-09 13:11:37.0 +0200
@@ -1,13 +1,13 @@
 services
-  service name=tar_scm mode='localonly'
+  service name=tar_scm mode='disabled'
 param name=scmsvn/param
 param 
name=urlsvn://svn.savannah.nongnu.org/avrdude/trunk/avrdude/param
 param name=filenameavrdude/param
-param name=versionprefix5.11svn/param
+param name=versionprefix6.1svn/param
   /service
-  service name=recompress mode='localonly'
+  service name=recompress mode='disabled'
 param name=file*tar/param
 param name=compressiongz/param
   /service
-  service name=set_version mode='localonly'/
+  service name=set_version mode='disabled'/
 /services

++ avrdude-5.11-no-builddate.diff ++
--- /var/tmp/diff_new_pack.5NY5Fk/_old  2014-04-09 13:11:37.0 +0200
+++ /var/tmp/diff_new_pack.5NY5Fk/_new  2014-04-09 13:11:37.0 +0200
@@ -2,24 +2,20 @@
  main.c |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: avrdude-5.11/main.c
+Index: avrdude-6.1/main.c
 ===
 avrdude-5.11.orig/main.c
-+++ avrdude-5.11/main.c
-@@ -563,14 +563,14 @@ int main(int argc, char * argv [])
- /*
-  * Print out an identifying string so folks can tell what version
+--- avrdude-6.1.orig/main.c
 avrdude-6.1/main.c

commit armadillo for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2014-04-09 13:11:22

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


Package is armadillo

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2014-03-18 
13:38:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2014-04-09 
13:11:23.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr  7 11:22:36 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.200.0 (Flintlock Swoop):
+  + Faster transpose of sparse matrices
+  + More efficient handling of aliasing during matrix
+multiplication
+  + Faster inverse of matrices marked as diagonal. 
+
+---

Old:

  armadillo-4.100.2.tar.gz

New:

  armadillo-4.200.0.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.qL7bYf/_old  2014-04-09 13:11:24.0 +0200
+++ /var/tmp/diff_new_pack.qL7bYf/_new  2014-04-09 13:11:24.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo4
 
 Name:   armadillo
-Version:4.100.2
+Version:4.200.0
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-4.100.2.tar.gz - armadillo-4.200.0.tar.gz ++
 2240 lines of diff (skipped)

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



commit crmsh for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-04-09 13:12:07

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


Package is crmsh

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-03-28 
16:20:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-04-09 
13:12:08.0 +0200
@@ -1,0 +2,23 @@
+Mon Apr  7 20:40:20 UTC 2014 - kgronl...@suse.com
+
+- utils: Don't crash on missing reply to y/n question (bnc#872380)
+- ui_resource: Don't create extra nvpairs (bnc#865024)
+- Allow building without PyYAML on targets that lack it
+- upstream: 2.0.0-5-g69af99663efd
+
+---
+Mon Apr  7 06:20:51 UTC 2014 - kgronl...@suse.com
+
+- Upstream release 2.0
+- Upstream moved to http://crmsh.github.io
+- upstream cs: 0baa5a6 
+
+---
+Thu Apr  3 08:13:03 UTC 2014 - kgronl...@suse.com
+
+- history: Improve output when using crm_report (bnc#870886)
+- make sanity check of node name not case sensitive 
+- hb_report: Don't use deprecated ifconfig (bnc#871089)
+- upstream cs: e4d5b0a985fa 
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.T8tyHf/_old  2014-04-09 13:12:09.0 +0200
+++ /var/tmp/diff_new_pack.T8tyHf/_new  2014-04-09 13:12:09.0 +0200
@@ -41,9 +41,9 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.0
+Version:2.0+git5
 Release:%{?crmsh_release}%{?dist}
-Url:http://savannah.nongnu.org/projects/crmsh
+Url:http://crmsh.github.io
 Source0:crmsh.tar.bz2
 # PATCH-FEATURE-OPENSUSE crmsh-cibadmin_can_patch.patch
 # de...@suse.de -- enable atomic CIB updates here, because our
@@ -53,14 +53,14 @@
 Requires(pre):  pacemaker
 Requires:   pssh
 Requires:   python = 2.6
-Requires:   python-PyYAML
 Requires:   python-dateutil
 Requires:   python-lxml
 Requires:   which
-BuildRequires:  python-PyYAML
 BuildRequires:  python-lxml
 
 %if 0%{?suse_version}
+Requires:   python-PyYAML
+BuildRequires:  python-PyYAML
 # Suse splits this off into a separate package
 Requires:   python-curses
 BuildRequires:  fdupes
@@ -72,6 +72,11 @@
 BuildRequires:  pacemaker-libs-devel
 %endif
 
+%if 0%{?fedora_version}
+Requires:   PyYAML
+BuildRequires:  PyYAML
+%endif
+
 # Required for core functionality
 BuildRequires:  asciidoc
 BuildRequires:  autoconf

++ crmsh.tar.bz2 ++
 4689 lines of diff (skipped)

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



commit dtv-scan-tables for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package dtv-scan-tables for openSUSE:Factory 
checked in at 2014-04-09 13:12:29

Comparing /work/SRC/openSUSE:Factory/dtv-scan-tables (Old)
 and  /work/SRC/openSUSE:Factory/.dtv-scan-tables.new (New)


Package is dtv-scan-tables

Changes:

--- /work/SRC/openSUSE:Factory/dtv-scan-tables/dtv-scan-tables.changes  
2013-05-27 09:45:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.dtv-scan-tables.new/dtv-scan-tables.changes 
2014-04-09 13:12:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 30 18:39:56 UTC 2014 - seife+...@b1-systems.com
+
+- add BuildRoot: to allow build on SLES11
+
+---



Other differences:
--
++ dtv-scan-tables.spec ++
--- /var/tmp/diff_new_pack.qTzZYq/_old  2014-04-09 13:12:31.0 +0200
+++ /var/tmp/diff_new_pack.qTzZYq/_new  2014-04-09 13:12:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dtv-scan-tables
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Name:   dtv-scan-tables
-Url:http://linuxtv.org/
 Version:20130412
 Release:0
 Summary:Scan files for digital TV applications
 License:GPL-2.0+ and LGPL-2.1
 Group:  Hardware/TV
+Url:http://linuxtv.org/
 Source0:%{name}-%{version}.tar.xz
-BuildArch:  noarch
 BuildRequires:  fdupes
 BuildRequires:  xz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %prep
 %setup -q
@@ -40,7 +41,7 @@
install -m 0644 -t $DEST $DIR/*
 done
 
-%fdupes $RPM_BUILD_ROOT/%{_datadir}/dvb/
+%fdupes %{buildroot}/%{_datadir}/dvb/
 
 %description
 Scan data needed for some scanning applications from dvb package and maybe

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



commit efl for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2014-04-09 13:12:52

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


Package is efl

Changes:

--- /work/SRC/openSUSE:Factory/efl/efl.changes  2014-02-28 18:52:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2014-04-09 
13:12:55.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr  8 06:15:47 UTC 2014 - si...@simotek.net
+
+- bump to 1.9.2 
+  * Fixes 2 Api breaks introduced in 1.9.0
+  
+   * Evas filters: Fix 1-D blurs on a single buffer
+   * Evas filters: Fix memory leak when destroying the object
+   * Ecore x: Add back the two symbols removed in 1.9.
+   * eet: fix tokenizer's escape logic.
+   * edje: check font change in edje text part cache infra.
+   * Evas cserve2: Fix client crashes when a file changed
+   * Evas gl: Fix clip in image_draw if it's not set
+   * edje_cc no longer fails on collections.group{}
+   * edje_cc now correctly handles lack of state int in STATE_SET action
+   * edje_cc also checks min args correctly for STATE_SET actions
+   * Evas filters: fix potential memory leak
+   * edje_cc uses macros for some of its handler setup
+   * evas/gl - fill up missed blend mode.
+
+
+---

Old:

  efl-1.9.0.tar.bz2

New:

  efl-1.9.2.tar.bz2



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.FiUYuQ/_old  2014-04-09 13:12:56.0 +0200
+++ /var/tmp/diff_new_pack.FiUYuQ/_new  2014-04-09 13:12:56.0 +0200
@@ -53,7 +53,7 @@
 %define physics_present 0
 
 Name:   efl
-Version:   1.9.0
+Version:   1.9.2
 Release:1
 # TODO: split package to separate packages and specify licenses correctly
 License:BSD-2-Clause and LGPL-2.1 and Zlib

++ efl-1.9.0.tar.bz2 - efl-1.9.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/efl/efl-1.9.0.tar.bz2 
/work/SRC/openSUSE:Factory/.efl.new/efl-1.9.2.tar.bz2 differ: char 11, line 1

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



commit enlightenment for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package enlightenment for openSUSE:Factory 
checked in at 2014-04-09 13:12:58

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


Package is enlightenment

Changes:

--- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes  
2014-03-09 18:22:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 
2014-04-09 13:13:01.0 +0200
@@ -1,0 +2,33 @@
+Tue Apr  8 08:13:25 UTC 2014 - si...@simotek.net
+
+- Update to 0.18.6 (No idea where the 1.8.X version numbers where coming from
+  Should have been 0.18.*
+  
+  Release Notes:
+  
+This bugfix release primarily focuses on fixing issues reported by the
+Coverity static analyzer.
+
+* wl_desktop_shell builds out of source tree
+* get entry width based on viewport size, not entry size
+* fix hiding of windows when delete is requested
+* don't deref teamwork pointer after null check
+* don't deref possibly-null value in mouse bindings
+* correctly calculate minimum flowlayout rows
+* efm_op no longer tries to close invalid fds during delete ops
+* don't use external log domain in systray
+* don't use external log domain in music player
+* don't crash when saving screenshots with no file extension
+* don't crash on possibly-null gadman bg string extensions
+* check for unicode string end in client menu
+* don't crash when passing NULL desk to e_border_under_pointer_get
+* set connman pending.disconnect when disconnecting a service
+* don't iterate with or access freed pointer in comp match dialog
+* ensure use of non-garbage values for menu item icon placeholders
+* use more descriptive + accurate buffer size in batget iterator
+* prevent out of bounds access in systray theme setup
+* prevent out of bounds write in e_intl_locale_parts_get()
+* ensure null termination of string in xsettings config
+* dim/undim actions don't require acpi triggers
+
+---

Old:

  enlightenment-0.18.5.tar.bz2

New:

  enlightenment-0.18.6.tar.bz2



Other differences:
--
++ enlightenment.spec ++
--- /var/tmp/diff_new_pack.5nOtRP/_old  2014-04-09 13:13:02.0 +0200
+++ /var/tmp/diff_new_pack.5nOtRP/_new  2014-04-09 13:13:02.0 +0200
@@ -15,7 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define efl_version1.9.0
+%define efl_version1.9.2
 
 %if 0%{?suse_version} = 1230 || 0%{?fedora} = 18
 %define systemd_present 1
@@ -26,7 +26,7 @@
 %define generate_manpages 0
 
 Name:   enlightenment
-Version:0.18.5
+Version:0.18.6
 Release:1
 License:BSD-2-Clause
 Summary:The window manager

++ enlightenment-0.18.5.tar.bz2 - enlightenment-0.18.6.tar.bz2 ++
/work/SRC/openSUSE:Factory/enlightenment/enlightenment-0.18.5.tar.bz2 
/work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment-0.18.6.tar.bz2 
differ: char 11, line 1

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



commit e16 for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package e16 for openSUSE:Factory checked in 
at 2014-04-09 13:12:38

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


Package is e16

Changes:

--- /work/SRC/openSUSE:Factory/e16/e16.changes  2014-02-02 22:19:22.0 
+0100
+++ /work/SRC/openSUSE:Factory/.e16.new/e16.changes 2014-04-09 
13:12:40.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr  8 03:54:16 UTC 2014 - si...@simotek.net
+
+- Update to 1.0.14 - Release Notes Below
+
+
+There are apparently still a couple of e16 users out there, so
+
+e16-1.0.14 is available for download:
+http://sourceforge.net/projects/enlightenment/files/
+
+There are no major changes since e16-1.0.13.
+Mostly a couple of minor bug fixes and some internal reworkings.
+
+---

Old:

  e16-1.0.13.tar.bz2

New:

  e16-1.0.14.tar.gz



Other differences:
--
++ e16.spec ++
--- /var/tmp/diff_new_pack.4clfMm/_old  2014-04-09 13:12:40.0 +0200
+++ /var/tmp/diff_new_pack.4clfMm/_new  2014-04-09 13:12:40.0 +0200
@@ -27,7 +27,7 @@
 License:MIT and GPL-2.0+
 Group:  System/GUI/Other
 Url:http://www.enlightenment.org
-Version:1.0.13
+Version:1.0.14
 Release:0
 Requires:   imlib2-loaders
 BuildRequires:  imlib2-devel = 1.2.0
@@ -45,7 +45,7 @@
 %if %{?suse_version} = 1100
 BuildRequires:  fdupes
 %endif
-Source: e16-%{version}.tar.bz2
+Source: e16-%{version}.tar.gz
 Provides:   windowmanager
 Obsoletes:  enlight  %{version}
 Provides:   enlight = %{version}

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



commit eric5 for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

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

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


Package is eric5

Changes:

--- /work/SRC/openSUSE:Factory/eric5/eric5.changes  2014-03-18 
13:42:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.eric5.new/eric5.changes 2014-04-09 
13:13:09.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  5 17:42:22 UTC 2014 - ter...@gmail.com
+
+- Update to 5.4.3
+  - bug fixes
+---

Old:

  eric5-5.4.2.tar.gz
  eric5-i18n-cs-5.4.2.tar.gz
  eric5-i18n-de-5.4.2.tar.gz
  eric5-i18n-en-5.4.2.tar.gz
  eric5-i18n-es-5.4.2.tar.gz
  eric5-i18n-fr-5.4.2.tar.gz
  eric5-i18n-it-5.4.2.tar.gz
  eric5-i18n-ru-5.4.2.tar.gz
  eric5-i18n-tr-5.4.2.tar.gz
  eric5-i18n-zh_CN.GB2312-5.4.2.tar.gz

New:

  eric5-5.4.3.tar.gz
  eric5-i18n-cs-5.4.3.tar.gz
  eric5-i18n-de-5.4.3.tar.gz
  eric5-i18n-en-5.4.3.tar.gz
  eric5-i18n-es-5.4.3.tar.gz
  eric5-i18n-fr-5.4.3.tar.gz
  eric5-i18n-it-5.4.3.tar.gz
  eric5-i18n-ru-5.4.3.tar.gz
  eric5-i18n-tr-5.4.3.tar.gz
  eric5-i18n-zh_CN.GB2312-5.4.3.tar.gz



Other differences:
--
++ eric5.spec ++
--- /var/tmp/diff_new_pack.RsMzK9/_old  2014-04-09 13:13:10.0 +0200
+++ /var/tmp/diff_new_pack.RsMzK9/_new  2014-04-09 13:13:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eric5
-Version:5.4.2
+Version:5.4.3
 Release:0
 Summary:Python IDE based on Qt4
 License:GPL-3.0+

++ eric5-5.4.2.tar.gz - eric5-5.4.3.tar.gz ++
/work/SRC/openSUSE:Factory/eric5/eric5-5.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.eric5.new/eric5-5.4.3.tar.gz differ: char 5, line 1

++ eric5-i18n-cs-5.4.2.tar.gz - eric5-i18n-cs-5.4.3.tar.gz ++
 7600 lines of diff (skipped)

++ eric5-i18n-de-5.4.2.tar.gz - eric5-i18n-de-5.4.3.tar.gz ++
 7586 lines of diff (skipped)

++ eric5-i18n-en-5.4.2.tar.gz - eric5-i18n-en-5.4.3.tar.gz ++
 7383 lines of diff (skipped)

++ eric5-i18n-es-5.4.2.tar.gz - eric5-i18n-es-5.4.3.tar.gz ++
 7474 lines of diff (skipped)

++ eric5-i18n-fr-5.4.2.tar.gz - eric5-i18n-fr-5.4.3.tar.gz ++
 7670 lines of diff (skipped)

++ eric5-i18n-it-5.4.2.tar.gz - eric5-i18n-it-5.4.3.tar.gz ++
 7603 lines of diff (skipped)

++ eric5-i18n-ru-5.4.2.tar.gz - eric5-i18n-ru-5.4.3.tar.gz ++
 7659 lines of diff (skipped)

++ eric5-i18n-tr-5.4.2.tar.gz - eric5-i18n-tr-5.4.3.tar.gz ++
 7479 lines of diff (skipped)

++ eric5-i18n-zh_CN.GB2312-5.4.2.tar.gz - 
eric5-i18n-zh_CN.GB2312-5.4.3.tar.gz ++
 7611 lines of diff (skipped)


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



commit leveldb for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package leveldb for openSUSE:Factory checked 
in at 2014-04-09 13:14:11

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


Package is leveldb

Changes:

--- /work/SRC/openSUSE:Factory/leveldb/leveldb.changes  2014-02-12 
20:53:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.leveldb.new/leveldb.changes 2014-04-09 
13:14:11.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr  7 15:33:22 UTC 2014 - dd...@suse.com
+
+- updated to 1.16.0
+  + Make Log::Reader not report a corruption when the last record in a
+log file is truncated.
+  + Fix issue 224: variable created but not utilized.
+  + Remove comment that referenced a removed feature.
+
+---

Old:

  leveldb-1.15.0.tar.gz

New:

  leveldb-1.16.0.tar.bz2



Other differences:
--
++ leveldb.spec ++
--- /var/tmp/diff_new_pack.tSbjXD/_old  2014-04-09 13:14:12.0 +0200
+++ /var/tmp/diff_new_pack.tSbjXD/_new  2014-04-09 13:14:12.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   leveldb
-Version:1.15.0
+Version:1.16.0
 Release:0
 Summary:A key/value-store
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/leveldb/
-Source: leveldb-%{version}.tar.gz
+Source: leveldb-%{version}.tar.bz2
 Patch0: 0001-debian-ports.patch
 BuildRequires:  gcc-c++
 BuildRequires:  snappy-devel

++ leveldb-1.15.0.tar.gz - leveldb-1.16.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/leveldb-1.15.0/Makefile new/leveldb-1.16.0/Makefile
--- old/leveldb-1.15.0/Makefile 2013-12-10 20:15:00.0 +0100
+++ new/leveldb-1.16.0/Makefile 2014-02-10 20:36:06.0 +0100
@@ -72,7 +72,7 @@
 else
 # Update db.h if you change these.
 SHARED_MAJOR = 1
-SHARED_MINOR = 15
+SHARED_MINOR = 16
 SHARED1 = libleveldb.$(PLATFORM_SHARED_EXT)
 SHARED2 = $(SHARED1).$(SHARED_MAJOR)
 SHARED3 = $(SHARED1).$(SHARED_MAJOR).$(SHARED_MINOR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/leveldb-1.15.0/db/log_reader.cc 
new/leveldb-1.16.0/db/log_reader.cc
--- old/leveldb-1.15.0/db/log_reader.cc 2013-12-10 20:15:01.0 +0100
+++ new/leveldb-1.16.0/db/log_reader.cc 2014-02-10 20:36:06.0 +0100
@@ -133,7 +133,9 @@
 
   case kEof:
 if (in_fragmented_record) {
-  ReportCorruption(scratch-size(), partial record without end(3));
+  // This can be caused by the writer dying immediately after
+  // writing a physical record but before completing the next; don't
+  // treat it as a corruption, just ignore the entire logical record.
   scratch-clear();
 }
 return false;
@@ -193,13 +195,12 @@
   eof_ = true;
 }
 continue;
-  } else if (buffer_.size() == 0) {
-// End of file
-return kEof;
   } else {
-size_t drop_size = buffer_.size();
+// Note that if buffer_ is non-empty, we have a truncated header at the
+// end of the file, which can be caused by the writer crashing in the
+// middle of writing the header. Instead of considering this an error,
+// just report EOF.
 buffer_.clear();
-ReportCorruption(drop_size, truncated record at end of file);
 return kEof;
   }
 }
@@ -213,8 +214,14 @@
 if (kHeaderSize + length  buffer_.size()) {
   size_t drop_size = buffer_.size();
   buffer_.clear();
-  ReportCorruption(drop_size, bad record length);
-  return kBadRecord;
+  if (!eof_) {
+ReportCorruption(drop_size, bad record length);
+return kBadRecord;
+  }
+  // If the end of the file has been reached without reading |length| bytes
+  // of payload, assume the writer died in the middle of writing the 
record.
+  // Don't report a corruption.
+  return kEof;
 }
 
 if (type == kZeroType  length == 0) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/leveldb-1.15.0/db/log_test.cc 
new/leveldb-1.16.0/db/log_test.cc
--- old/leveldb-1.15.0/db/log_test.cc   2013-12-10 20:15:01.0 +0100
+++ new/leveldb-1.16.0/db/log_test.cc   2014-02-10 20:36:06.0 +0100
@@ -351,20 +351,32 @@
   ASSERT_EQ(OK, MatchError(unknown record type));
 }
 
-TEST(LogTest, TruncatedTrailingRecord) {
+TEST(LogTest, TruncatedTrailingRecordIsIgnored) {
   Write(foo);
   ShrinkSize(4);   // Drop all payload as well as a header byte
   ASSERT_EQ(EOF, Read());
-  

commit java-1_7_0-openjdk for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2014-04-09 13:13:53

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


Package is java-1_7_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2014-02-11 10:55:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2014-04-09 13:13:57.0 +0200
@@ -1,0 +2,69 @@
+Tue Apr  8 10:25:59 UTC 2014 - fst...@suse.com
+
+- Update to 2.4.6
+  * gstackbounds.patch: removed unneeded patch
+* Backports
+  - S8009062: poor performance of JNI AttachCurrentThread after fix for 7017193
+  - S8035893: JVM_GetVersionInfo fails to zero structure
+  - Re-enable the 'gamma' test at the end of the HotSpot build, but only for 
HotSpot based bootstrap JDKs.
+* Bug fixes
+  - PR1101: Undefined symbols on GNU/Linux SPARC
+  - PR1659: OpenJDK 7 returns incorrect TrueType font metrics when bold style 
is set
+  - PR1677, G498288: Update PaX support to detect running PaX kernel and use 
newer tools
+  - PR1679: Allow OpenJDK to build on PaX-enabled kernels
+  - PR1684: Build fails with empty PAX_COMMAND
+  - RH1015432: java-1.7.0-openjdk: Fails on PPC with StackOverflowError 
(revised fix)
+  - Link against $(LIBDL) if SYSTEM_CUPS is not true
+  - Perform configure checks using ecj.jar when --with-gcj (native ecj build) 
is enabled.
+* ARM32 port
+  - Add arm_port from IcedTea 6
+  - Add patches/arm.patch from IcedTea 6
+  - Add patches/arm-debug.patch from IcedTea 6
+  - Add patches/arm-hsdis.patch from IcedTea 6
+  - added jvmti event generation for dynamic_generate and compiled_method_load 
events to ARM JIT compiler
+  - Adjust saved SP when safepointing.
+  - First cut of invokedynamic
+  - Fix trashed thread ptr after recursive re-entry from asm JIT.
+  - JIT-compilation of ldc methodHandle
+  - Rename a bunch of misleadingly-named functions
+  - Changes for HSX22
+  - Rename a bunch of misleadingly-named functions
+  - Patched method handle adapter code to deal with failures in TCK
+  - Phase 1
+  - Phase 2
+  - RTC Thumb2 JIT enhancements.
+  - Zero fails to build in hsx22+, fix for hsx22 after runs gamma OK, hsx23 
still nogo.
+  - Use ldrexd for atomic reads on ARMv7.
+  - Use unified syntax for thumb code.
+  - Corrected call from fast_method_handle_entry to 
CppInterpreter::method_handle_entry so that thread is loaded into r2
+  - Don't save locals at a return.
+  - Fix call to handle_special_method(). Fix compareAndSwapLong.
+  - Fix JIT bug that miscompiles 
org.eclipse.ui.internal.contexts.ContextAuthority.sourceChanged
+  - invokedynamic and aldc for JIT
+  - Modified safepoint check to rely on memory protect signal instead of 
polling
+  - Minor review cleanups.
+  - PR1188: ASM Interpreter and Thumb2 JIT javac miscompile modulo reminder on 
armel
+  - PR1363: Fedora 19 / rawhide FTBFS SIGILL
+  - Changes for HSX23
+  - Remove fragment from method that has been removed
+  - Remove C++ flags from CC_COMPILE and fix usage in zeroshark.make.
+  - Use $(CC) to compile mkbc instead of $(CC_COMPILE) to avoid C++-only flags
+  - Add note about use of $(CFLAGS)/$(CXXFLAGS)/$(CPPFLAGS) at present.
+  - Override automatic detection of source language for bytecodes_arm.def
+  - Include $(CFLAGS) in assembler stage
+  - PR1626: ARM32 assembler update for hsx24. Use ARM32JIT to turn it on/off.
+  - Replace literal offsets for METHOD_SIZEOFPARAMETERS and ISTATE_NEXT_FRAME 
with correct symbolic names.
+  - Turn ARM32 JIT on by default
+* AArch64 port
+  - PR1713: Support AArch64 Port
+* Shark
+  - Add Shark definitions from S8003868
+  - Drop compile_method argument removed in S7083786 from sharkCompiler.cpp
+
+---
+Wed Apr  2 09:01:39 UTC 2014 - sch...@suse.de
+
+- java-1_7_0-openjdk-javadoc-verbose.patch: avoid too much silence from
+  javadoc in zero build
+
+---

Old:

  2cb58882dac3.tar.gz
  32ea8b1ed91a.tar.gz
  3594dbde270d.tar.gz
  410eb7fef869.tar.gz
  8fe156ad49e2.tar.gz
  9db88c18e114.tar.gz
  dabd37b7e295.tar.gz
  gstackbounds.patch
  icedtea-2.4.5.tar.xz
  icedtea-2.4.5.tar.xz.sig

New:

  06eeb77dac24.tar.gz
  172674e0ab65.tar.gz
  48ef1bb6d120.tar.gz
  4bd947cd146b.tar.gz
  b028e58c1b77.tar.gz
  b5282042aae0.tar.gz
  e0ba4b9a8b91.tar.gz
  icedtea-2.4.6.tar.xz
  icedtea-2.4.6.tar.xz.sig
  java-1_7_0-openjdk-javadoc-verbose.patch



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.8jTYpJ/_old  2014-04-09 

commit geoclue2 for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package geoclue2 for openSUSE:Factory 
checked in at 2014-04-09 13:13:40

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


Package is geoclue2

Changes:

--- /work/SRC/openSUSE:Factory/geoclue2/geoclue2.changes2014-04-05 
16:46:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.geoclue2.new/geoclue2.changes   2014-04-09 
13:13:41.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  5 14:11:08 UTC 2014 - dims...@opensuse.org
+
+- Actually drop the rpmlintrc: the dbus service has been
+  authorized.
+
+---

Old:

  geoclue2-rpmlintrc



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



commit libmikmod for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libmikmod for openSUSE:Factory 
checked in at 2014-04-09 13:14:19

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


Package is libmikmod

Changes:

--- /work/SRC/openSUSE:Factory/libmikmod/libmikmod.changes  2013-04-09 
10:27:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmikmod.new/libmikmod.changes 2014-04-09 
13:14:20.0 +0200
@@ -1,0 +2,27 @@
+Mon Apr  7 10:39:46 UTC 2014 - idon...@suse.com
+
+- Fix Source URL
+
+---
+Sun Apr  6 11:55:15 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.3.6 from 3.3.5
+  Changes description from upstream:
+  This release adds updates to the umx loader, a fix for a dynamic loading
+  issue for ALSA and ESD drivers, a small update to the OSS driver to cover
+  less common setups, a minor fix to PulseAudio driver, and build system
+  updates (configure and cmake).
+
+---
+Fri Mar  7 14:01:25 UTC 2014 - reddw...@opensuse.org
+
+- Update to version 3.3.5
+  + Lots of changes. See NEWS file or http://mikmod.sourceforge.net/#news
+- Remove CVE-2007-6720.diff, libmikmod-3.2.0-loopingvolume-fix.diff,
+  libmikmod-altivec.patch and libmikmod-lp64.patch. Applied upstream.
+- Remove libmikmod-rpmlintrc. Doesn't apply anymore.
+- Remove esound-devel BuildRequires
+- Add pkg-config, pkgconfig(alsa) and pkgconfig(libpulse-simple) BuildRequires
+- Disable OSS sound output
+
+---

Old:

  CVE-2007-6720.diff
  libmikmod-3.2.0-loopingvolume-fix.diff
  libmikmod-3.2.0.tar.gz
  libmikmod-altivec.patch
  libmikmod-lp64.patch
  libmikmod-rpmlintrc

New:

  libmikmod-3.3.6.tar.gz



Other differences:
--
++ libmikmod.spec ++
--- /var/tmp/diff_new_pack.FiVOza/_old  2014-04-09 13:14:21.0 +0200
+++ /var/tmp/diff_new_pack.FiVOza/_new  2014-04-09 13:14:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmikmod
 #
-# 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
@@ -18,24 +18,18 @@
 
 Name:   libmikmod
 %define lname  libmikmod3
-BuildRequires:  esound-devel
-BuildRequires:  libtool
-%if 0%{suse_version}  1220
 BuildRequires:  makeinfo
-%endif
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(libpulse-simple)
 Url:http://mikmod.raphnet.net/
 Summary:MikMod Sound Library
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
-Version:3.2.0
+Version:3.3.6
 Release:0
-Source: http://mikmod.shlomifish.org/files/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
-Source2:baselibs.conf
-Patch0: libmikmod-lp64.patch
-Patch1: CVE-2007-6720.diff
-Patch2: libmikmod-3.2.0-loopingvolume-fix.diff
-Patch3: libmikmod-altivec.patch
+Source: 
http://sourceforge.net/projects/mikmod/files/%{name}/%{version}/%{name}-%{version}.tar.gz
+Source1:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,7 +62,6 @@
 Summary:Development files for MikMod Sound Library
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
-Requires:   audiofile-devel
 Requires:   glibc-devel
 PreReq: %install_info_prereq
 # bug437293
@@ -91,13 +84,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
-%configure --disable-static --with-pic
+%configure --disable-static --disable-oss
 make %{?_smp_mflags}
 
 %install
@@ -127,6 +116,7 @@
 %{_bindir}/*-config
 %{_datadir}/aclocal/libmikmod.m4
 %{_includedir}/*
+%{_libdir}/pkgconfig/libmikmod.pc
 %doc %{_infodir}/mikmod*
 %{_libdir}/libmikmod.so
 %doc %{_mandir}/man1/*-config.*

++ libmikmod-3.2.0.tar.gz - libmikmod-3.3.6.tar.gz ++
 113015 lines of diff (skipped)

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



commit mate-applets for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package mate-applets for openSUSE:Factory 
checked in at 2014-04-09 13:14:49

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


Package is mate-applets

Changes:

--- /work/SRC/openSUSE:Factory/mate-applets/mate-applets.changes
2014-03-22 18:01:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applets.new/mate-applets.changes   
2014-04-09 13:14:50.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  6 15:04:30 UTC 2014 - p.drou...@gmail.com
+
+- Build with stickynotes support
+
+---



Other differences:
--
++ mate-applets.spec ++
--- /var/tmp/diff_new_pack.EC05Pw/_old  2014-04-09 13:14:50.0 +0200
+++ /var/tmp/diff_new_pack.EC05Pw/_new  2014-04-09 13:14:50.0 +0200
@@ -61,7 +61,7 @@
 export CFLAGS=%{optflags} -I%{_includedir}/gio-unix-2.0/
 %configure  \
--disable-static \
-   --disable-scrollkeeper   \
+   --enable-stickynotes \
--disable-frequency-selector \
--libexecdir=%{_libexecdir}/%{name}   
 make %{?_smp_mflags} V=1
@@ -75,7 +75,7 @@
rm -r %{buildroot}%{_datadir}/MateConf
 fi
 
-# We don't build with stickynotes support
+# Probably a mistake from upstream during migration to glib
 rm -rf %{buildroot}%{_libdir}/matecomponent/servers
 
 %post

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



commit libvdpau-va-gl for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libvdpau-va-gl for openSUSE:Factory 
checked in at 2014-04-09 13:14:28

Comparing /work/SRC/openSUSE:Factory/libvdpau-va-gl (Old)
 and  /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new (New)


Package is libvdpau-va-gl

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:Factory/.libvdpau-va-gl.new/libvdpau-va-gl.changes   
2014-04-09 13:14:30.0 +0200
@@ -0,0 +1,28 @@
+---
+Sat Apr  5 13:12:38 UTC 2014 - tittiatc...@gmail.com
+
+- Correct the usage of cmake and use make install to install 
+  the libraries
+
+---
+Sat Apr  5 09:22:59 UTC 2014 - sor.ale...@meowr.ru
+
+- Remove _service and upload tarball locally.
+
+---
+Fri Apr  4 16:08:12 UTC 2014 - sor.ale...@meowr.ru
+
+- Fixes for /etc/profile.d/
+
+---
+Wed Apr  2 21:09:54 UTC 2014 - p.drou...@gmail.com
+
+- Does not Provides/Obsoletes libvdpau-va-gl as the package never
+  exist
+- Remove useless %files section
+- The profile script do not need to get executable bits;
+
+---
+Wed Apr  2 16:52:14 UTC 2014 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  libvdpau-va-gl-0.3.4.tar.gz
  libvdpau-va-gl.changes
  libvdpau-va-gl.spec



Other differences:
--
++ libvdpau-va-gl.spec ++
#
# spec file for package libvdpau-va-gl
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

%define _libname libvdpau_va_gl
%define _sover 1

Name:   libvdpau-va-gl
Version:0.3.4
Release:0
License:LGPL-3.0+
Summary:VDPAU driver with OpenGL/VAAPI backend
Url:https://github.com/i-rinat/libvdpau-va-gl
Group:  System/Libraries
Source: %{name}-%{version}.tar.gz

BuildRequires:  pkg-config
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(libswscale)
BuildRequires:  pkgconfig(libva-glx)
BuildRequires:  pkgconfig(vdpau)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(glu)

%description
Many applications can use VDPAU to accelerate portions of the video
decoding process and video post-processing to the GPU video hardware.
Unfortunately, there is no such library for many graphic chipsets. Some
applications also support VA-API but many of them, including
Adobe Flash Player, don't.
This library proposes a generic VDPAU library. It uses OpenGL under the
hood to accelerate drawing and scaling and VA-API (if available) to
accelerate video decoding.

%package -n %{_libname}%{_sover}
Summary:VDPAU driver with OpenGL/VAAPI backend
Group:  System/Libraries

%description -n %{_libname}%{_sover}
Many applications can use VDPAU to accelerate portions of the video
decoding process and video post-processing to the GPU video hardware.
Unfortunately, there is no such library for many graphic chipsets. Some
applications also support VA-API but many of them, including
Adobe Flash Player, don't.
This library proposes a generic VDPAU library. It uses OpenGL under the
hood to accelerate drawing and scaling and VA-API (if available) to
accelerate video decoding.

%prep
%setup -q

%build
cmake . \
  -DCMAKE_INSTALL_PREFIX=/usr\
  -DCMAKE_BUILD_TYPE=release \
  -DCMAKE_C_FLAGS='%{optflags}'  \
%ifarch x86_64 aarch64 ppc64 ppc64p7 ppc64le
  -DLIB_SUFFIX=64\
%endif
  -DCMAKE_CXX_FLAGS='%{optflags}'
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install
mkdir -p %{buildroot}%{_sysconfdir}/profile.d/
cat  %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh  EOF
export VDPAU_DRIVER='va_gl'
EOF
cat  %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh  EOF
setenv VDPAU_DRIVER 'va_gl'
EOF

%files -n %{_libname}%{_sover}
%defattr(-,root,root)
%doc ChangeLog COPYING README.md
%ghost 

commit mate-branding-openSUSE for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package mate-branding-openSUSE for 
openSUSE:Factory checked in at 2014-04-09 13:15:07

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


Package is mate-branding-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-branding-openSUSE/mate-branding-openSUSE.changes
2014-03-22 18:02:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-branding-openSUSE.new/mate-branding-openSUSE.changes
   2014-04-09 13:15:09.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr  8 17:03:39 UTC 2014 - p.drou...@gmail.com
+
+- Revert last change; we don't provide indicator applets
+
+---
+Tue Apr  8 14:03:41 UTC 2014 - p.drou...@gmail.com
+
+- Use indicator-applets by default
+
+---



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



commit pam for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2014-04-09 13:15:13

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


Package is pam

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2014-01-30 19:24:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2014-04-09 
13:15:15.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  1 15:35:56 UTC 2014 - ckornac...@suse.com
+
+- adding sclp_line0/ttysclp0 to /etc/securetty on s390 (bnc#869664)
+
+---



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.F4JJQq/_old  2014-04-09 13:15:15.0 +0200
+++ /var/tmp/diff_new_pack.F4JJQq/_new  2014-04-09 13:15:15.0 +0200
@@ -144,6 +144,8 @@
 echo hvc5  $RPM_BUILD_ROOT/etc/securetty
 echo hvc6  $RPM_BUILD_ROOT/etc/securetty
 echo hvc7  $RPM_BUILD_ROOT/etc/securetty
+echo sclp_line0  $RPM_BUILD_ROOT/etc/securetty
+echo ttysclp0  $RPM_BUILD_ROOT/etc/securetty
 %endif
 # install other.pamd and common-*.pamd
 install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/pam.d/other

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



commit python-halite for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-halite for openSUSE:Factory 
checked in at 2014-04-09 13:15:38

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


Package is python-halite

Changes:

--- /work/SRC/openSUSE:Factory/python-halite/python-halite.changes  
2014-01-09 15:31:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-halite.new/python-halite.changes 
2014-04-09 13:15:39.0 +0200
@@ -1,0 +2,19 @@
+Mon Apr  7 18:56:25 UTC 2014 - abo...@gmail.com
+
+- Updated to 0.1.16
+- new features:
+  - Add highstate consistency check. (As a result of a brainstorming session 
with  Dan Garthwaite at Salt Conf - 2014)
+  - New service to handle alerts
+  - Add job service
+  - Documentation changes
+  - Change e2e framework to Protractor
+- Bug Fixes:
+  - Refactor events to own service
+  - Refactor Job handling to be in it's own service
+  - Refactor Minion, Command, Event and Job storage so that App Data is the 
single source of information for them
+  - Move preload cache to base scope
+  - Move methods to base scope so that they are available to all views
+  - Add tests
+ - rpmlint quickfix see https://github.com/saltstack/lattice/issues/15
+
+---

Old:

  halite-0.1.15.tar.gz

New:

  halite-0.1.16.tar.gz



Other differences:
--
++ python-halite.spec ++
--- /var/tmp/diff_new_pack.hBZIOI/_old  2014-04-09 13:15:40.0 +0200
+++ /var/tmp/diff_new_pack.hBZIOI/_new  2014-04-09 13:15:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-halite
-Version:0.1.15
+Version:0.1.16
 Release:1%{?dist}
 Summary:Halite the salt Web UI
 License:Apache-2.0
@@ -54,6 +54,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes %{buildroot}%{_prefix}
+# quick fix for rpmlint
+# upstream issue:
+# https://github.com/saltstack/lattice/issues/15
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/i18n/*.js
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js
+chmod a-x %{buildroot}%{python_sitelib}/halite/lattice/lib/angular/*.js.map
 
 %files
 %defattr(-,root,root)

++ halite-0.1.15.tar.gz - halite-0.1.16.tar.gz ++
 65504 lines of diff (skipped)

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



commit python-fixtures for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2014-04-09 13:15:29

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


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2014-03-09 18:47:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2014-04-09 13:15:30.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  8 08:43:05 UTC 2014 - dmuel...@suse.com
+
+- fix license declaration 
+
+---



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.1mPuMR/_old  2014-04-09 13:15:31.0 +0200
+++ /var/tmp/diff_new_pack.1mPuMR/_new  2014-04-09 13:15:31.0 +0200
@@ -20,7 +20,7 @@
 Version:0.3.14
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
-License:Apache-2.0 and BSD-3-Clause
+License:Apache-2.0 or BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz

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



commit puppet for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package puppet for openSUSE:Factory checked 
in at 2014-04-09 13:15:25

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


Package is puppet

Changes:

--- /work/SRC/openSUSE:Factory/puppet/puppet.changes2014-01-03 
14:59:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.puppet.new/puppet.changes   2014-04-09 
13:15:26.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  7 10:57:44 CEST 2014 - mhruse...@suse.cz
+
+- finish migration to systemd
+- drop puppet-3.0.2-client-init-masterport.patch as there is no init
+  script anymore
+- drop useless sysconfig files and provide compatibility %post scripts
+- puppet user is needed only for server
+- use upstream service names (and warn users)
+- little bit polished upstream unit files
+  * added puppet-3.3.1-systemd-units.patch
+  * https://github.com/puppetlabs/puppet/pull/2510
+
+---

Old:

  puppet-3.0.2-client-init-masterport.patch
  puppet.sysconfig
  puppetagent.service

New:

  puppet-3.3.1-systemd-units.patch



Other differences:
--
++ puppet.spec ++
--- /var/tmp/diff_new_pack.BCOu0j/_old  2014-04-09 13:15:27.0 +0200
+++ /var/tmp/diff_new_pack.BCOu0j/_new  2014-04-09 13:15:27.0 +0200
@@ -31,16 +31,10 @@
 Source: 
http://downloads.puppetlabs.com/puppet/%{name}-%{version}.tar.gz
 Source1:puppetmaster.fw
 Source2:puppet.fw
-Source3:puppet.sysconfig
-Source4:puppetmasterd.sysconfig
-Source5:   puppetagent.service
-Source6:puppet.changelog
-# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Source7:puppet.changelog
 Patch0: puppet-2.6.6-yumconf.diff
-# PATCH-FIX-OPENSUSE puppet-3.0.2-init.diff aesz...@gwdg.de -- 2013-11-02 
refactored bo...@steki.net fix masterport
-# PATCH-OBSOLETE -- Obsolete previous puppet-3.0.2-init.diff which causes a 
stop of the puppet client to
-# to shutdown the puppetmaster. Kept the original fix for masterport
-Patch1: puppet-3.0.2-client-init-masterport.patch
+# PATCH-FIX_UPSTREAM puppet-3.3.1-systemd-units.patch 
https://github.com/puppetlabs/puppet/pull/2510
+Patch1: puppet-3.3.1-systemd-units.patch
 Obsoletes:  hiera-puppet  1.0.0
 Provides:   hiera-puppet = 1.0.0
 Requires:   facter = 1.6.4
@@ -56,19 +50,12 @@
 BuildRequires:  emacs-nox
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
 Requires(pre):  /usr/sbin/groupadd
 Requires(pre):  /usr/sbin/useradd
-%if 0%{?suse_version} = 1210
 BuildRequires:  systemd
-%endif
+%{?systemd_requires}
 
-%if %suse_version  1220
 %define _unitdir /usr/lib/systemd
-%else
-%define _unitdir /lib/systemd
-%endif
 
 %description
 Puppet lets you centrally manage every important aspect of your system
@@ -80,9 +67,7 @@
 %package server
 Summary:A network tool for managing many disparate systems
 Group:  Productivity/Networking/System
-Requires(pre):  %fillup_prereq
-Requires(pre):  %insserv_prereq
-Requires(pre):  puppet = %{version}
+%{?systemd_requires}
 
 %description server
 Puppet lets you centrally manage every important aspect of your system
@@ -95,36 +80,27 @@
 %setup -q
 %patch0
 %patch1
-cp %{S:6} ChangeLog
+cp %{S:7} ChangeLog
 
 %build
 
 %install
 ruby install.rb install --destdir=%{buildroot} 
--sitelibdir=%{_libdir}/ruby/vendor_ruby/%{rb_ver}
 mkdir -p %{buildroot}%{_sysconfdir}/puppet
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}/%{_sbindir}
 mkdir -p %{buildroot}%{_localstatedir}/lib/puppet
 mkdir -p %{buildroot}%{_localstatedir}/log/puppet
 mkdir -p %{buildroot}/%{_fwdefdir}
-%if 0%{?suse_version} = 1210
 mkdir -p %{buildroot}%{_unitdir}/system
-%endif
 install -m0644 ext/redhat/puppet.conf 
%{buildroot}%{_sysconfdir}/puppet/puppet.conf
 install -m0644 conf/auth.conf %{buildroot}%{_sysconfdir}/puppet/auth.conf
-install -m0755 ext/suse/client.init %{buildroot}%{_initddir}/puppet
-install -m0755 ext/suse/server.init %{buildroot}%{_initddir}/puppetmasterd
-ln -sf ../../etc/init.d/puppet %{buildroot}/%{_sbindir}/rcpuppet
-ln -sf ../../etc/init.d/puppetmasterd %{buildroot}/%{_sbindir}/rcpuppetmasterd
+ln -sf service %{buildroot}/%{_sbindir}/rcpuppet
+ln -sf service %{buildroot}/%{_sbindir}/rcpuppetmaster
 install -m 644 %{SOURCE1} %{buildroot}/%{_fwdefdir}/puppetmasterd
 install -m 644 %{SOURCE2} %{buildroot}/%{_fwdefdir}/puppet
-%if 0%{?suse_version} = 1210
-install -m 644 %{SOURCE5} %{buildroot}%{_unitdir}/system/puppetagent.service
+# Latest git calls the service for agent puppet again

commit perl-DBD-Pg for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-Pg for openSUSE:Factory 
checked in at 2014-04-09 13:15:17

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


Package is perl-DBD-Pg

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-Pg/perl-DBD-Pg.changes  2014-03-26 
16:41:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DBD-Pg.new/perl-DBD-Pg.changes 
2014-04-09 13:15:18.0 +0200
@@ -1,0 +2,14 @@
+Tue Apr  8 05:17:01 UTC 2014 - stephan.ba...@suse.com
+
+- update to version 3.1.1 from 3.0.0
+  Changes from upstream:
+  Version 3.1.1  Released April 6, 2014
+  - Minor adjustments so tests pass in varying locales.
+
+  Version 3.1.0  Released April 4, 2014
+  - Make sure UTF-8 enabled notifications are handled correctly
+[Greg Sabino Mullane]
+  - Allow WITH and VALUES as valid words starting a DML statement
+[Greg Sabino Mullane] (CPAN bug #92724)
+
+---

Old:

  DBD-Pg-3.0.0.tar.gz

New:

  DBD-Pg-3.1.1.tar.gz



Other differences:
--
++ perl-DBD-Pg.spec ++
--- /var/tmp/diff_new_pack.PbB1MC/_old  2014-04-09 13:15:19.0 +0200
+++ /var/tmp/diff_new_pack.PbB1MC/_new  2014-04-09 13:15:19.0 +0200
@@ -21,7 +21,7 @@
 Summary:PostgreSQL database driver for the DBI module
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:3.0.0
+Version:3.1.1
 Release:0
 Url:http://search.cpan.org/dist/DBD-Pg/
 Source: 
http://www.cpan.org/authors/id/T/TU/TURNSTEP/DBD-Pg-%{version}.tar.gz

++ DBD-Pg-3.0.0.tar.gz - DBD-Pg-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Changes new/DBD-Pg-3.1.1/Changes
--- old/DBD-Pg-3.0.0/Changes2014-02-01 16:33:42.0 +0100
+++ new/DBD-Pg-3.1.1/Changes2014-04-06 15:14:12.0 +0200
@@ -1,7 +1,21 @@
  'GSM' is Greg Sabino Mullane, g...@turnstep.com
 
 
-Version 3.0.0
+Version 3.1.1  Released April 6, 2014 (git commit 
d337f93133e67267d54b65dc22a23f06e6883ad0)
+
+  - Minor adjustments so tests pass in varying locales.
+
+
+Version 3.1.0  Released April 4, 2014 (git commit 
26517a3531f93de79375a02da45a79789cd3caae)
+
+  - Make sure UTF-8 enabled notifications are handled correctly
+[Greg Sabino Mullane]
+
+  - Allow WITH and VALUES as valid words starting a DML statement
+[Greg Sabino Mullane] (CPAN bug #92724)
+
+
+Version 3.0.0  Released February 3, 2014 (git commit 
9725314f27a8d65fc05bdeda3da8ce9c251f79bd)
 
   - Major change in UTF-8 handling. If client_encoding is set to UTF-8, 
 always mark returned Perl strings as utf8. See the pg_enable_utf8 docs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/META.yml new/DBD-Pg-3.1.1/META.yml
--- old/DBD-Pg-3.0.0/META.yml   2014-01-25 21:58:51.0 +0100
+++ new/DBD-Pg-3.1.1/META.yml   2014-04-06 15:11:14.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: DBD-Pg
-version : 3.0.0
+version : 3.1.1
 abstract: DBI PostgreSQL interface
 author:  
   - Greg Sabino Mullane g...@turnstep.com
@@ -30,10 +30,10 @@
 provides:
   DBD::Pg:
 file: Pg.pm
-version : 3.0.0
+version : 3.1.1
   Bundle::DBD::Pg:
 file: lib/Bundle/DBD/Pg.pm
-version : 3.0.0
+version : 3.1.1
 
 keywords:
   - Postgres
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Makefile.PL new/DBD-Pg-3.1.1/Makefile.PL
--- old/DBD-Pg-3.0.0/Makefile.PL2014-01-25 21:59:05.0 +0100
+++ new/DBD-Pg-3.1.1/Makefile.PL2014-04-06 15:11:31.0 +0200
@@ -5,7 +5,7 @@
 use 5.008001;
 
 ## No version.pm for this one, as the prereqs are not loaded yet.
-my $VERSION = '3.0.0';
+my $VERSION = '3.1.1';
 
 ## App::Info is stored inside t/lib
 ## Create a proper path so we can use it below
@@ -109,7 +109,8 @@
 
 if (! defined $POSTGRES_INCLUDE) {
if (! defined $ENV{POSTGRES_HOME}) {
-   die No POSTGRES_HOME defined, cannot find automatically\n;
+   warn No POSTGRES_HOME defined, cannot find automatically\n;
+   exit 0;
}
$POSTGRES_INCLUDE = $ENV{POSTGRES_HOME}/include;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-Pg-3.0.0/Pg.pm new/DBD-Pg-3.1.1/Pg.pm
--- old/DBD-Pg-3.0.0/Pg.pm  2014-02-03 

commit python-SQLAlchemy for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2014-04-09 13:15:49

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


Package is python-SQLAlchemy

Changes:

--- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes  
2013-11-04 07:08:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2014-04-09 13:15:49.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  8 09:11:18 UTC 2014 - dmuel...@suse.com
+
+- update to 0.8.6:
+  + See 
http://docs.sqlalchemy.org/en/rel_0_9/changelog/changelog_08.html#change-0.8.6
+
+---

Old:

  SQLAlchemy-0.8.3.tar.gz

New:

  SQLAlchemy-0.8.6.tar.gz



Other differences:
--
++ python-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.cJpCqS/_old  2014-04-09 13:15:50.0 +0200
+++ /var/tmp/diff_new_pack.cJpCqS/_new  2014-04-09 13:15:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-SQLAlchemy
 #
-# 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:   python-SQLAlchemy
-Version:0.8.3
+Version:0.8.6
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-0.8.3.tar.gz - SQLAlchemy-0.8.6.tar.gz ++
 64771 lines of diff (skipped)

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



commit roundcubemail for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-04-09 13:15:56

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


Package is roundcubemail

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2014-03-09 20:22:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-04-09 13:15:57.0 +0200
@@ -1,0 +2,15 @@
+Tue Apr  8 06:55:11 UTC 2014 - a...@ajaissle.de
+
+- Update to 1.0.0
+  * Cleaned up the configuration into a single file
+  * Importing email messages and contact group assignments
+  * Advanced LDAP address book functionality
+  * A toggle to switch between HTML and plaintext view
+  * Save drafts in local storage for recovery
+  * Canned responses to save and recall boilerplate texts
+  * Improved keyboard navigation in messages list
+  * Optimized UI to work on tablet devices
+  * Attachment reminder plugin
+  + many bug fixes
+
+---
@@ -6,0 +22,11 @@
+Fri Feb 28 16:52:47 UTC 2014 - a...@ajaissle.de
+
+- Require php-pear-Net_Sieve for managesieve plugin
+
+---
+Thu Feb 27 16:39:07 UTC 2014 - a...@ajaissle.de
+
+- Be more verbose if migration happened
+- Deny web access to roundcubemail/{migration,migrated}
+
+---
@@ -12,0 +39,27 @@
+Thu Feb 13 09:35:39 UTC 2014 - a...@ajaissle.de
+
+- Renamed logrotate config to just 'roundcubemail'
+
+---
+Wed Feb 12 16:57:46 UTC 2014 - a...@ajaissle.de
+
+- Fixed logrotate config installation path (bnc#863569)
+
+---
+Wed Feb 12 14:41:25 UTC 2014 - a...@ajaissle.de
+
+- Add %ghost for /migration and /migrated
+
+---
+Wed Feb 12 10:18:43 UTC 2014 - a...@ajaissle.de
+
+- Update to roundcubemail-1.0-rc
+- Removed roundcubemail-1.0.beta_SQL_dir.patch
+
+---
+Wed Jan 22 11:15:31 UTC 2014 - a...@ajaissle.de
+
+- Update to roundcubemail-1.0-beta
+- Rebased roundcubemail-0.9.5_SQL_dir.patch as 
roundcubemail-1.0.beta_SQL_dir.patch
+
+---
@@ -43 +96 @@
-- New upstream release 0.9.5
+- New upstream release 0.9.5 (bnc#847179) (CVE-2013-6172)

Old:

  roundcubemail-0.9.5-dep.tar.gz

New:

  roundcubemail-1.0.0-dep.tar.gz



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.Pt3vkl/_old  2014-04-09 13:15:58.0 +0200
+++ /var/tmp/diff_new_pack.Pt3vkl/_new  2014-04-09 13:15:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   roundcubemail
-Version:0.9.5
+Version:1.0.0
 Release:0
 Summary:A modern browser-based multilingual IMAP client
 License:GPL-3.0+ and GPL-2.0 and BSD-3-Clause
@@ -29,6 +29,7 @@
 Source2:%{name}-httpd.conf
 Source4:README.openSUSE
 Source5:%{name}.logrotate
+Source100:  %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE roundcubemail-0.9.1_config-dir.patch -- use the general 
config directory /etc
 Patch0: %{name}-0.9.1_config-dir.patch
 
@@ -41,7 +42,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Requires:   http_daemon
-Requires:   mod_php_any
+Requires:   mod_php_any = 5.3
 Requires:   php-exif
 Requires:   php-gettext
 Requires:   php-iconv
@@ -59,11 +60,10 @@
 Requires:   php-pear-Net_IDNA2 = 0.1.1
 Requires:   php-pear-Net_LDAP2
 Requires:   php-pear-Net_SMTP
+Requires:   php-pear-Net_Sieve
 Requires:   php-pear-Net_Socket
 
-%if 0%{?suse_version}
 Recommends: logrotate
-%endif
 Recommends: php-mysql
 Recommends: php5-intl
 Recommends: php5-fileinfo
@@ -90,27 +90,26 @@
 %setup -q -n %{name}-%{version}-dep
 %patch0 -p1
 cp %{SOURCE4} .
-cp %{SOURCE5} .
 
 # remove cruft from source archive
 find . -name .gitignore -delete
 # no need to check .htaccess each time, the apache config takes care of the 
restrictions
 find . -name .htaccess -delete
 # remove mssql scripts (not needed on openSUSE)
-rm -rf \
+%{__rm} -rf \
 SQL/mssql/ \
 SQL/mssql.*.sql
 # remove shebang from chpass-wrapper
 sed -i '1d' plugins/password/helpers/chpass-wrapper.py
 # remove INSTALL doc
-rm INSTALL
+%{__rm} INSTALL
 
 %build
 
 %install
 # install roundcubemail.logrotate
-%{__install} -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate
-mv 

commit rubygem-childprocess for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2014-04-09 13:16:22

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


Package is rubygem-childprocess

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2014-02-25 07:35:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2014-04-09 13:16:24.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  6 05:38:47 UTC 2014 - co...@suse.com
+
+- updated to version 0.5.2
+
+---

Old:

  childprocess-0.5.1.gem

New:

  childprocess-0.5.2.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.JL2hta/_old  2014-04-09 13:16:25.0 +0200
+++ /var/tmp/diff_new_pack.JL2hta/_new  2014-04-09 13:16:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-childprocess
-Version:0.5.1
+Version:0.5.2
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}

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



commit rubygem-hike for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-hike for openSUSE:Factory 
checked in at 2014-04-09 13:16:39

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


Package is rubygem-hike

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-hike/rubygem-hike.changes
2013-06-13 22:23:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-hike.new/rubygem-hike.changes   
2014-04-09 13:16:40.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  6 05:38:48 UTC 2014 - co...@suse.com
+
+- updated to version 2.0.0
+
+---

Old:

  hike-1.2.3.gem

New:

  hike-2.0.0.gem



Other differences:
--
++ rubygem-hike.spec ++
--- /var/tmp/diff_new_pack.s9oiks/_old  2014-04-09 13:16:40.0 +0200
+++ /var/tmp/diff_new_pack.s9oiks/_new  2014-04-09 13:16:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-hike
 #
-# 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,13 +17,15 @@
 
 
 Name:   rubygem-hike
-Version:1.2.3
+Version:2.0.0
 Release:0
 %define mod_name hike
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
+Requires:   ruby = 1.9.3
+BuildRequires:  ruby = 1.9.3
 Url:http://github.com/sstephenson/hike
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:Find files in a set of paths
@@ -52,18 +54,18 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE 
%buildroot/%{_docdir}/%{name}/LICENSE
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %changelog

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



commit units for openSUSE:Factory

2014-04-09 Thread h_root


bintwHCETNMfk.bin
Description: Binary data


commit rubygem-ruby_parser for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ruby_parser for 
openSUSE:Factory checked in at 2014-04-09 13:17:19

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


Package is rubygem-ruby_parser

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ruby_parser/rubygem-ruby_parser.changes  
2014-02-25 07:41:39.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-ruby_parser.new/rubygem-ruby_parser.changes 
2014-04-09 13:17:21.0 +0200
@@ -1,0 +2,18 @@
+Sun Apr  6 05:38:51 UTC 2014 - co...@suse.com
+
+- updated to version 3.5.0
+ * 1 major enhancement:
+ 
+   * Added initial support for ruby 2.1 syntax. Doesn't have numeric 
extensions yet.
+ 
+ * 2 minor enhancements:
+ 
+   * Converted ruby_lexer.rex to use new grouping mechanism. ~15% improvement 
in speed.
+   * Various lexer cleanup.
+ 
+ * 2 bug fixes:
+ 
+   * 2.0/2.1: Fixed block kw args.
+   * Fixed env for kwargs and friends.
+
+---

Old:

  ruby_parser-3.4.1.gem

New:

  ruby_parser-3.5.0.gem



Other differences:
--
++ rubygem-ruby_parser.spec ++
--- /var/tmp/diff_new_pack.eayW4z/_old  2014-04-09 13:17:22.0 +0200
+++ /var/tmp/diff_new_pack.eayW4z/_new  2014-04-09 13:17:22.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   rubygem-ruby_parser
-Version:3.4.1
+Version:3.5.0
 Release:0
 %define mod_name ruby_parser
 %define mod_full_name %{mod_name}-%{version}
 %define mod_branch -%{version}
-%define mod_weight 30401
+%define mod_weight 30500
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 3

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



commit uwsgi for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package uwsgi for openSUSE:Factory checked 
in at 2014-04-09 13:17:40

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


Package is uwsgi

Changes:

--- /work/SRC/openSUSE:Factory/uwsgi/uwsgi.changes  2014-03-28 
16:29:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.uwsgi.new/uwsgi.changes 2014-04-09 
13:17:41.0 +0200
@@ -1,0 +2,31 @@
+Sat Mar 29 17:28:02 UTC 2014 - jf...@funktronics.ca
+
+- Update to 2.0.3:
+  * Bugfixes
+* fixed spooler 'at' key usage
+* fixed a memory and fd leak with on-demand Emperor sockets
+* on __APPLE__ use LOG_NOTICE for syslog plugin
+* fixed mongrel2 support
+* hack for avoiding libmongoclient to crash on broken cursor
+* log alarm is now a uwsgi_log_verbose() wrapper
+* fixed tuntap router memory corruption
+* Set ECDHE curve independently from DHE parameters (Hynek Schlawack)
+* do not wait for a whole Emperor cycle before checking for each waitpid
+* fix a regression with caller() not indicating the starting *.psgi program
+  (Ævar Arnfjörð Bjarmason)
+  * New features
+* The Emperor now responds to two new signals:
+  * SIGWINCH: force an emperor rescan of vassals
+  * SIGURG: cleanup the Emperor states (for now it only clears its 
blacklist)
+* --build-plugin. Building plugins on-the-fly from git repositories
+* uwsgi.add_var(key, value). You can now set request variables directly
+  from your app, for better integration with the internal routing
+  subsystem
+* 'disableheaders' routing action. This new action disables the sending of
+  response headers, independently by the current request state
+* Smarter Emperor on bad conditions. Now the Emperor completely destroys
+  internal vassal-related structures when it is impossible to correctly
+  kill a broken vassal (both for inconsistent Emperor state or for
+  internal system problems)
+
+---
@@ -4 +35 @@
-- Update to 2.0.1:
+- Update to 2.0.2:

Old:

  uwsgi-2.0.2.tar.gz

New:

  uwsgi-2.0.3.tar.gz



Other differences:
--
++ uwsgi.spec ++
--- /var/tmp/diff_new_pack.jQl7rt/_old  2014-04-09 13:17:42.0 +0200
+++ /var/tmp/diff_new_pack.jQl7rt/_new  2014-04-09 13:17:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   uwsgi
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:Application Container Server for Networked/Clustered Web 
Applications
 License:GPL-2.0-with-GCC-exception

++ uwsgi-2.0.2.tar.gz - uwsgi-2.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uwsgi-2.0.2/.gitignore new/uwsgi-2.0.3/.gitignore
--- old/uwsgi-2.0.2/.gitignore  2014-02-26 17:06:47.0 +0100
+++ new/uwsgi-2.0.3/.gitignore  2014-03-17 06:33:04.0 +0100
@@ -7,6 +7,7 @@
 
 /uwsgi
 /uwsgibuild.*
+/core/config_py.c
 
 /t/ring/target
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uwsgi-2.0.2/CONTRIBUTORS new/uwsgi-2.0.3/CONTRIBUTORS
--- old/uwsgi-2.0.2/CONTRIBUTORS2014-02-26 17:06:47.0 +0100
+++ new/uwsgi-2.0.3/CONTRIBUTORS2014-03-17 06:33:04.0 +0100
@@ -26,3 +26,4 @@
 Roberto Leandrini
 Ryan Petrello
 Danila Shtan dan...@shtan.ru
+Ævar Arnfjörð Bjarmason
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uwsgi-2.0.2/core/alarm.c new/uwsgi-2.0.3/core/alarm.c
--- old/uwsgi-2.0.2/core/alarm.c2014-02-26 17:06:47.0 +0100
+++ new/uwsgi-2.0.3/core/alarm.c2014-03-17 06:33:04.0 +0100
@@ -18,18 +18,18 @@
 void uwsgi_alarm_func_log(struct uwsgi_alarm_instance *uai, char *msg, size_t 
len) {
if (msg[len-1] != '\n') {
if (uai-arg  strlen(uai-arg)  0) {
-   uwsgi_log_alarm(] %s %.*s\n, uai-arg, len, msg);
+   uwsgi_log_verbose(ALARM: %s %.*s\n, uai-arg, len, 
msg);
}
else {
-   uwsgi_log_alarm(] %.*s\n, len, msg);
+   uwsgi_log_verbose(ALARM: %.*s\n, len, msg);
}
}
else {
if (uai-arg  strlen(uai-arg)  0) {
-   uwsgi_log_alarm(] %s %.*s, uai-arg, len, msg);
+   uwsgi_log_verbose(ALARM: %s %.*s, uai-arg, len, msg);
}
else {
-   uwsgi_log_alarm(] %.*s, len, msg);
+   uwsgi_log_verbose(ALARM: %.*s, len, msg);
}
}
 }
diff -urN '--exclude=CVS' 

commit python3-base for openSUSE:13.1:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python3-base for 
openSUSE:13.1:Update checked in at 2014-04-09 18:03:25

Comparing /work/SRC/openSUSE:13.1:Update/python3-base (Old)
 and  /work/SRC/openSUSE:13.1:Update/.python3-base.new (New)


Package is python3-base

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package='python3-base.2695' cicount='copy' /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit chromium for openSUSE:12.3:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:12.3:Update 
checked in at 2014-04-09 18:03:52

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


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Fsa7Ra/_old  2014-04-09 18:04:04.0 +0200
+++ /var/tmp/diff_new_pack.Fsa7Ra/_new  2014-04-09 18:04:04.0 +0200
@@ -1 +1 @@
-link package='chromium.2598' cicount='copy' /
+link package='chromium.2689' cicount='copy' /

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



commit chromium for openSUSE:13.1:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:13.1:Update 
checked in at 2014-04-09 18:03:55

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


Package is chromium

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.qAXYJ7/_old  2014-04-09 18:04:11.0 +0200
+++ /var/tmp/diff_new_pack.qAXYJ7/_new  2014-04-09 18:04:11.0 +0200
@@ -1 +1 @@
-link package='chromium.2598' cicount='copy' /
+link package='chromium.2689' cicount='copy' /

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



commit chromium.2689 for openSUSE:12.3:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package chromium.2689 for 
openSUSE:12.3:Update checked in at 2014-04-09 18:03:51

Comparing /work/SRC/openSUSE:12.3:Update/chromium.2689 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.chromium.2689.new (New)


Package is chromium.2689

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:12.3:Update/.chromium.2689.new/chromium.changes  
2014-04-09 18:03:56.0 +0200
@@ -0,0 +1,2003 @@
+---
+Mon Mar 17 07:33:21 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 33.0.1750.152
+  Stable channel uodate:
+  - Security fixes:
+* CVE-2014-1713: Use-after-free in Blink bindings
+* CVE-2014-1714: Windows clipboard vulnerability
+* CVE-2014-1705: Memory corruption in V8
+* CVE-2014-1715: Directory traversal issue
+
+---
+Thu Mar 13 06:31:45 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 33.0.1750.149
+  Stable channel uodate:
+  - Security fixes:
+* CVE-2014-1700: Use-after-free in speech
+* CVE-2014-1701: UXSS in events
+* CVE-2014-1702: Use-after-free in web database
+* CVE-2014-1703: Potential sandbox escape due to a 
+ use-after-free in web sockets
+* CVE-2014-1704: Multiple vulnerabilities in V8 fixed in 
+ version 3.23.17.18
+
+---
+Fri Feb 21 12:52:21 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 33.0.1750.117
+  Stable channel update:
+  - Security Fixes:
+* CVE-2013-6653: Use-after-free related to web contents
+* CVE-2013-6654: Bad cast in SVG
+* CVE-2013-6655: Use-after-free in layout
+* CVE-2013-6656: Information leak in XSS auditor
+* CVE-2013-6657: Information leak in XSS auditor
+* CVE-2013-6658: Use-after-free in layout
+* CVE-2013-6659: Issue with certificates validation in TLS 
+ handshake
+* CVE-2013-6660: Information leak in drag and drop
+* CVE-2013-6661: Various fixes from internal audits, fuzzing 
+ and other initiatives. Of these, seven are 
+ fixes for issues that could have allowed for 
+ sandbox escapes from compromised renderers.
+  - Other:
+- Google Chrome Frame has been retired
+
+- Added gn-binaries.tar.xz to have the right version of the Google 
+  depot tools during build.
+- Added patch arm_disable_gn.patch to disable GN on ARM builds
+
+---
+Tue Jan 28 17:50:25 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 32.0.1700.102
+  Stable channel update:
+  - Security Fixes: 
+* CVE-2013-6649: Use-after-free in SVG images
+* CVE-2013-6650: Memory corruption in V8
+* and 12 other fixes
+  - Other:
+* Mouse Pointer disappears after exiting full-screen mode
+* Drag and drop files into Chromium may not work properly
+* Quicktime Plugin crashes in Chromium
+* Chromium becomes unresponsive
+* Trackpad users may not be able to scroll horizontally
+* Scrolling does not work in combo box
+* Chromium does not work with all CSS minifiers such as 
+  whitespace around a media query's `and` keyword
+
+---
+Thu Jan 16 20:58:04 UTC 2014 - tittiatc...@gmail.com
+
+- Update to Chromium 32.0.1700.77
+  Stable channel update:
+  - Security fixes:
+* CVE-2013-6646: Use-after-free in web workers
+* CVE-2013-6641: Use-after-free related to forms
+* CVE-2013-6643: Unprompted sync with an attacker’s 
+ Google account
+* CVE-2013-6645: Use-after-free related to speech input 
+ elements
+* CVE-2013-6644: Various fixes from internal audits, fuzzing 
+ and other initiatives
+  - Other:
+* Tab indicators for sound, webcam and casting 
+* Automatically blocking malware files 
+* Lots of under the hood changes for stability and performance 
+- Remove patch chromium-fix-chromedriver-build.diff as that 
+  chromedriver is fixed upstream
+
+---
+Thu Dec  5 11:34:03 UTC 2013 - tittiatc...@gmail.com
+
+- Update to Chromium 31.0.1650.63
+  Stable channel update:
+  - Security fixes:
+* CVE-2013-6634: Session fixation in sync related to 302 redirects
+* CVE-2013-6635: Use-after-free in editing
+* CVE-2013-6636: Address bar spoofing related to modal dialogs
+* CVE-2013-6637: Various fixes from internal audits, fuzzing and other 
initiatives.
+* CVE-2013-6638: Buffer overflow in v8
+* CVE-2013-6639: Out of 

commit libyaml.2694 for openSUSE:13.1:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libyaml.2694 for 
openSUSE:13.1:Update checked in at 2014-04-09 18:04:32

Comparing /work/SRC/openSUSE:13.1:Update/libyaml.2694 (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libyaml.2694.new (New)


Package is libyaml.2694

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.libyaml.2694.new/libyaml.changes
2014-04-09 18:04:33.0 +0200
@@ -0,0 +1,46 @@
+---
+Wed Mar 19 15:52:52 UTC 2014 - jmassaguer...@suse.com
+
+- fix CVE-2014-2525: libyaml: heap overflow during parsing (bnc#868944)
+
+- added patches:
+  * CVE-2014-2525.patch
+---
+Fri Mar  7 16:43:46 UTC 2014 - jmassaguer...@suse.com
+
+- fix regression introduced by the patch. see
+  https://bugzilla.novell.com/show_bug.cgi?id=860617#c17
+ 
+
+- modified patches:
+  * CVE-2013-6393.patch
+---
+Fri Feb  7 14:50:25 UTC 2014 - jmassaguer...@suse.com
+
+- fix CVE-2013-6393: libyaml: heap based buffer, overflow due to
+  integer misuse, bnc#860617
+
+- added patches:
+  * CVE-2013-6393.patch
+---
+Tue Mar 26 12:25:02 UTC 2013 - dmuel...@suse.com
+
+- update to 0.1.4:
+  * documentation update
+  * add pkgconfig support 
+
+---
+Sun Jan 29 21:44:24 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+
+---
+Wed Feb  9 19:05:55 UTC 2011 - pascal.ble...@opensuse.org
+
+- fixed erroneous license from GPLv2 to MIT, bnc#670525
+
+---
+Tue Apr  6 22:55:47 UTC 2010 - mrueck...@suse.de
+
+- initial package of version 0.1.3
+

New:

  CVE-2013-6393.patch
  CVE-2014-2525.patch
  libyaml.changes
  libyaml.spec
  yaml-0.1.4.tar.gz



Other differences:
--
++ libyaml.spec ++
#
# spec file for package libyaml
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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:   libyaml
Version:0.1.4
Release:0
#
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
#
Url:http://pyyaml.org/wiki/LibYAML
Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
Patch:  CVE-2013-6393.patch
Patch1: CVE-2014-2525.patch
#
Summary:A YAML 1.1 parser and emitter written in C
License:MIT
Group:  Development/Libraries/C and C++

%description
A YAML 1.1 parser and emitter written in C

%define lib_name libyaml-0-2

%package -n %{lib_name}

#
Summary:Shared library from libyaml
Group:  Development/Libraries/C and C++

%description -n %{lib_name}
A YAML 1.1 parser and emitter written in C

This package holds the shared library of libyaml.

%package devel
Requires:   %{lib_name} = %{version}
#
Summary:Development files for libyaml
Group:  Development/Libraries/C and C++

%description devel
A YAML 1.1 parser and emitter written in C

This package holds the development files for libyaml.

%prep
%setup -n yaml-%{version}
%patch -p1
%patch1 -p1

%build
%configure --with-pic --disable-static
make %{?_smp_flags}

%install
%makeinstall
find %{buildroot} -name \*.la -delete -print

%check
make check

%post   -n %{lib_name} -p /sbin/ldconfig

%postun -n %{lib_name} -p /sbin/ldconfig

%files -n %{lib_name}
%defattr(-,root,root,-)
%{_libdir}/libyaml-0.so.2
%{_libdir}/libyaml-0.so.2.0.*

%files devel
%defattr(-,root,root,-)
%{_includedir}/yaml.h
%{_libdir}/libyaml.so
%{_libdir}/pkgconfig/yaml-0.1.pc

%changelog
++ CVE-2013-6393.patch ++
diff -Naur a/src/api.c b/src/api.c
--- a/src/api.c 2009-08-30 21:50:47.0 +0200
+++ b/src/api.c 2014-03-07 17:33:59.345442851 +0100
@@ -117,7 +117,12 @@
 YAML_DECLARE(int)
 yaml_stack_extend(void **start, void **top, void **end)
 {
-  

commit libyaml.2694 for openSUSE:12.3:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libyaml.2694 for 
openSUSE:12.3:Update checked in at 2014-04-09 18:04:29

Comparing /work/SRC/openSUSE:12.3:Update/libyaml.2694 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.libyaml.2694.new (New)


Package is libyaml.2694

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:12.3:Update/.libyaml.2694.new/libyaml.changes
2014-04-09 18:04:30.0 +0200
@@ -0,0 +1,33 @@
+---
+Wed Mar 19 15:42:14 UTC 2014 - jmassaguer...@suse.com
+
+- fix CVE-2014-2525: libyaml: heap overflow during parsing (bnc#868944)
+
+- added patches:
+  * CVE-2014-2525.patch
+---
+Fri Mar  7 16:42:40 UTC 2014 - jmassaguer...@suse.com
+
+- fix regression introduced by the patch. see
+  https://bugzilla.novell.com/show_bug.cgi?id=860617#c17 
+
+- modified patches:
+  * CVE-2013-6393.patch
+---
+Fri Feb  7 14:11:39 UTC 2014 - jmassaguer...@suse.com
+
+- fix CVE-2013-6393: libyaml: heap based buffer, overflow due to
+  integer misuse, bnc#860617
+
+- added patches:
+  * CVE-2013-6393.patch
+---
+Wed Feb  9 19:05:55 UTC 2011 - pascal.ble...@opensuse.org
+
+- fixed erroneous license from GPLv2 to MIT, bnc#670525
+
+---
+Tue Apr  6 22:55:47 UTC 2010 - mrueck...@suse.de
+
+- initial package of version 0.1.3
+

New:

  CVE-2013-6393.patch
  CVE-2014-2525.patch
  libyaml.changes
  libyaml.spec
  yaml-0.1.3.tar.gz



Other differences:
--
++ libyaml.spec ++
#
# spec file for package libyaml
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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:   libyaml
Version:0.1.3
Release:0
#
#
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
#
Url:http://pyyaml.org/wiki/LibYAML
Source: http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz
Patch:  CVE-2013-6393.patch
Patch1: CVE-2014-2525.patch
#
Summary:A YAML 1.1 parser and emitter written in C
License:MIT
Group:  Development/Libraries/C and C++

%description
A YAML 1.1 parser and emitter written in C

%define lib_name libyaml-0-2

%package -n %{lib_name}

#
Summary:Shared library from libyaml
Group:  Development/Libraries/C and C++

%description -n %{lib_name}
A YAML 1.1 parser and emitter written in C

This package holds the shared library of libyaml.

%package devel
Requires:   %{lib_name} = %{version}
#
Summary:Development files for libyaml
Group:  Development/Libraries/C and C++

%description devel
A YAML 1.1 parser and emitter written in C

This package holds the development files for libyaml.

%prep
%setup -n yaml-%{version}
%patch -p1
%patch1 -p1

%build
%configure --with-pic --disable-static
make %{?_smp_flags}

%install
%makeinstall
find %{buildroot} -name \*.la -delete -print

%check
make check

%clean
rm -rf %{buildroot}

%post   -n %{lib_name} -p /sbin/ldconfig

%postun -n %{lib_name} -p /sbin/ldconfig

%files -n %{lib_name}
%defattr(-,root,root,-)
%{_libdir}/libyaml-0.so.2
%{_libdir}/libyaml-0.so.2.0.1

%files devel
%defattr(-,root,root,-)
%{_includedir}/yaml.h
%{_libdir}/libyaml.so

%changelog
++ CVE-2013-6393.patch ++
diff -Naur a/src/api.c b/src/api.c
--- a/src/api.c 2009-08-30 21:50:47.0 +0200
+++ b/src/api.c 2014-03-07 17:33:59.345442851 +0100
@@ -117,7 +117,12 @@
 YAML_DECLARE(int)
 yaml_stack_extend(void **start, void **top, void **end)
 {
-void *new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2);
+void *new_start;
+
+if ((char *)*end - (char *)*start = INT_MAX / 2)
+ return 0;
+
+new_start = yaml_realloc(*start, ((char *)*end - (char *)*start)*2);
 
 if (!new_start) return 0;
 
diff -Naur a/src/scanner.c b/src/scanner.c
--- a/src/scanner.c 2009-08-30 21:50:47.0 +0200
+++ b/src/scanner.c  

commit libyaml for openSUSE:13.1:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libyaml for openSUSE:13.1:Update 
checked in at 2014-04-09 18:04:35

Comparing /work/SRC/openSUSE:13.1:Update/libyaml (Old)
 and  /work/SRC/openSUSE:13.1:Update/.libyaml.new (New)


Package is libyaml

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.lv4L7u/_old  2014-04-09 18:04:37.0 +0200
+++ /var/tmp/diff_new_pack.lv4L7u/_new  2014-04-09 18:04:37.0 +0200
@@ -1 +1 @@
-link package='libyaml.2631' cicount='copy' /
+link package='libyaml.2694' cicount='copy' /

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



commit libyaml for openSUSE:12.3:Update

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libyaml for openSUSE:12.3:Update 
checked in at 2014-04-09 18:04:31

Comparing /work/SRC/openSUSE:12.3:Update/libyaml (Old)
 and  /work/SRC/openSUSE:12.3:Update/.libyaml.new (New)


Package is libyaml

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.aR8eEO/_old  2014-04-09 18:04:32.0 +0200
+++ /var/tmp/diff_new_pack.aR8eEO/_new  2014-04-09 18:04:32.0 +0200
@@ -1 +1 @@
-link package='libyaml.2631' cicount='copy' /
+link package='libyaml.2694' cicount='copy' /

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



commit systemd for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-04-09 18:17:19

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


Package is systemd

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2014-04-03 
16:38:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2014-04-09 18:17:26.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr  8 07:27:49 UTC 2014 - wer...@suse.de
+
+- Add patch portmap-wants-rpcbind-socket.patch to make sure that
+  rpcbind socket as well as service is up with the target
+- Add or port upstram bugfix patches:
+  0001-journal-fix-export-of-messages-containing-newlines.patch
+  0002-systemctl-update-NAME-to-PATTERN-in-help.patch
+  0003-tty-ask-password-agent-return-negative-errno.patch
+  0004-systemd-python-use-.hex-instead-of-.get_hex.patch
+  0005-systemd-python-fix-failing-assert.patch
+
+---
systemd.changes: same change

New:

  0001-journal-fix-export-of-messages-containing-newlines.patch
  0002-systemctl-update-NAME-to-PATTERN-in-help.patch
  0003-tty-ask-password-agent-return-negative-errno.patch
  0004-systemd-python-use-.hex-instead-of-.get_hex.patch
  0005-systemd-python-fix-failing-assert.patch
  portmap-wants-rpcbind-socket.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.thRW3z/_old  2014-04-09 18:17:28.0 +0200
+++ /var/tmp/diff_new_pack.thRW3z/_new  2014-04-09 18:17:28.0 +0200
@@ -329,6 +329,16 @@
 Patch170:   0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch
 # PATCH-FIX-USTREAM added at 2014/03/28
 Patch171:   0009-ask-password-when-the-user-types-a-overly-long-passw.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch172:   0001-journal-fix-export-of-messages-containing-newlines.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch173:   0002-systemctl-update-NAME-to-PATTERN-in-help.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch174:   0003-tty-ask-password-agent-return-negative-errno.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch175:   0004-systemd-python-use-.hex-instead-of-.get_hex.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch176:   0005-systemd-python-fix-failing-assert.patch
 # PATCH-FIX-OPENSUSE 1009-make-xsltproc-use-correct-ROFF-links.patch -- Make 
ROFF links working again in manual pages (bnc#842844)
 Patch1009:  1009-make-xsltproc-use-correct-ROFF-links.patch
 # PATCH-FIX-OPENSUSE 1010-do-not-install-sulogin-unit-with-poweroff.patch -- 
Avoid installing console-shell.service (bnc#849071)
@@ -362,6 +372,9 @@
 Patch2000:  systemd-dbus-system-bus-address.patch
 # PATCH-FIX-SUSE During linkage of systemd-cryptsetup let linker find libudev 
for libdevmapper
 Patch2001:  let-linker-find-libudev-for-libdevmapper.patch
+# PATCH-FIX-SUSE Make sure that rpcbind socket as well as service is up with 
the target
+Patch2002:  portmap-wants-rpcbind-socket.patch
+
 # udev patches
 # PATCH-FIX-USTREAM added at 2014/03/03
 Patch1034:  0013-cdrom_id-use-the-old-MMC-fallback.patch
@@ -689,6 +702,11 @@
 %patch169 -p0
 %patch170 -p0
 %patch171 -p0
+%patch172 -p0
+%patch173 -p0
+%patch174 -p0
+%patch175 -p0
+%patch176 -p0
 %patch1009 -p1
 %patch1010 -p1
 %patch1012 -p1
@@ -705,6 +723,7 @@
 %patch1999 -p1
 %patch2000 -p1
 %patch2001 -p1
+%patch2002 -p1
 # udev patches
 %patch1034 -p0
 %patch1035 -p0

++ systemd.spec ++
--- /var/tmp/diff_new_pack.thRW3z/_old  2014-04-09 18:17:28.0 +0200
+++ /var/tmp/diff_new_pack.thRW3z/_new  2014-04-09 18:17:28.0 +0200
@@ -324,6 +324,16 @@
 Patch170:   0008-systemctl-kill-mode-is-long-long-gone-don-t-mention-.patch
 # PATCH-FIX-USTREAM added at 2014/03/28
 Patch171:   0009-ask-password-when-the-user-types-a-overly-long-passw.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch172:   0001-journal-fix-export-of-messages-containing-newlines.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch173:   0002-systemctl-update-NAME-to-PATTERN-in-help.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch174:   0003-tty-ask-password-agent-return-negative-errno.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch175:   0004-systemd-python-use-.hex-instead-of-.get_hex.patch
+# PATCH-FIX-USTREAM added at 2014/04/08
+Patch176:   0005-systemd-python-fix-failing-assert.patch
 # PATCH-FIX-OPENSUSE 1009-make-xsltproc-use-correct-ROFF-links.patch -- Make 
ROFF links working again in manual pages (bnc#842844)
 Patch1009:  1009-make-xsltproc-use-correct-ROFF-links.patch
 # PATCH-FIX-OPENSUSE 

commit linuxrc for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-04-09 18:17:13

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


Package is linuxrc

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-03-27 
06:14:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2014-04-09 
18:17:23.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr  8 09:08:37 CEST 2014 - snw...@suse.de
+
+- Introduce detection of z/VM or LPAR hypervisors.
+- Moved the check for config.net.ptp to the correct spot in the logic.
+- If running on z/VM always try to modprobe the netiucv kernel module
+- Don't prompt for DHCP if using a pont-to-point network interface. (bnc 
#865097)
+
+---

Old:

  linuxrc-4.2.15.tar.bz2

New:

  linuxrc-4.2.16.tar.bz2



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.jQm3wk/_old  2014-04-09 18:17:25.0 +0200
+++ /var/tmp/diff_new_pack.jQm3wk/_new  2014-04-09 18:17:25.0 +0200
@@ -25,9 +25,9 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:4.2.15
+Version:4.2.16
 Release:0
-Source: linuxrc-4.2.15.tar.bz2
+Source: linuxrc-4.2.16.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ linuxrc-4.2.15.tar.bz2 - linuxrc-4.2.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.15/VERSION new/linuxrc-4.2.16/VERSION
--- old/linuxrc-4.2.15/VERSION  2014-03-26 08:22:33.0 +0100
+++ new/linuxrc-4.2.16/VERSION  2014-04-08 09:08:35.0 +0200
@@ -1 +1 @@
-4.2.15
+4.2.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.15/changelog new/linuxrc-4.2.16/changelog
--- old/linuxrc-4.2.15/changelog2014-03-26 08:22:34.0 +0100
+++ new/linuxrc-4.2.16/changelog2014-04-08 09:08:36.0 +0200
@@ -1,4 +1,14 @@
-2014-03-26:HEAD
+2014-04-08:HEAD
+   - Merge pull request #6 from openSUSE/iucvtest
+   - Introduce detection of z/VM or LPAR hypervisors.
+   - Added util_umount('/sys/hypervisor/s390'); to lxrc_end.
+   - Moved the check for config.net.ptp to the correct spot in the logic.
+   - Add #if/#endif to last change to net.c
+   - Introduce detection of z/VM or LPAR hypervisors.
+   - If running on z/VM always try to modprobe the netiucv kernel module
+   - Don\'t prompt for DHCP if using a pont-to-point network interface. 
(bnc #865097)
+
+2014-03-26:4.2.15
- fix gcc aliasing warning
- ctc0 is now slccw0.0.
- don't do arping on ptp interfaces
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.15/global.h new/linuxrc-4.2.16/global.h
--- old/linuxrc-4.2.15/global.h 2014-03-26 08:09:51.0 +0100
+++ new/linuxrc-4.2.16/global.h 2014-04-08 08:07:11.0 +0200
@@ -646,6 +646,7 @@
 int layer2;
 int portno;
 char* osahwaddr;
+char* hypervisor;
   } hwp;
   
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-4.2.15/linuxrc.c new/linuxrc-4.2.16/linuxrc.c
--- old/linuxrc-4.2.15/linuxrc.c2014-03-20 11:59:54.0 +0100
+++ new/linuxrc-4.2.16/linuxrc.c2014-04-08 08:07:11.0 +0200
@@ -475,6 +475,9 @@
 
   if(!config.test) {
 util_umount(/dev/pts);
+#if defined(__s390__) || defined(__s390x__)
+util_umount(/sys/hypervisor/s390);
+#endif
 util_umount(/sys);
 util_umount(/proc/bus/usb);
 if (!config.rescue)
@@ -679,6 +682,9 @@
   if(!config.test) {
 if(config.had_segv) {
   umount(/dev/pts);
+  #if defined(__s390__) || defined(__s390x__)
+  umount(/sys/hypervisor/s390);
+  #endif
   umount(/sys);
   umount(/proc);
 }
@@ -687,6 +693,36 @@
 mount(devpts, /dev/pts, devpts, 0, 0);
   }
 
+  #if defined(__s390__) || defined(__s390x__)
+  if(util_check_exist(/sys/hypervisor/s390)) {
+mount(s390_hypfs,/sys/hypervisor/s390,s390_hypfs, 0, 0);
+if(util_check_exist(/sys/hypervisor/s390/hyp/type)) {
+
+  FILE *hyp_type;
+  *buf = 0;
+
+  hyp_type = fopen(/sys/hypervisor/s390/hyp/type, r);
+  if(hyp_type) {
+fgets(buf, sizeof buf -1 , hyp_type);
+if(*buf) {
+  if(strncmp(buf,z/VM,4)==0) {
+config.hwp.hypervisor=z/VM;
+  }
+  else if(strncmp(buf,LPAR,4)==0) {
+   config.hwp.hypervisor=LPAR;

commit btrfsprogs for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2014-04-09 18:17:26

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


Package is btrfsprogs

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2013-11-28 
16:50:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2014-04-09 18:17:36.0 +0200
@@ -1,0 +2,22 @@
+Tue Apr  8 11:42:43 UTC 2014 - dste...@suse.cz
+
+- fsck: fixes and enahancements to --init-extent-tree mode
+- fsck: chunk-recover updates
+- scrub: add force option -f
+- send: check if subvolumes are read-only
+- subvol snapshot: add options to affect commit behaviour
+- btrfs: add properties command group
+- restore: add dry-run option
+- restore: fix restoring of compressed files
+- mkfs: support for no-holes feature
+- mkfs: option -r deals with hardlinks and relative paths
+- mkfs: discard phase is interruptible
+- documentation updates
+
+- cleaned spec file
+- Removed patches:
+  * 0162-btrfs-progs-fix-loop-device-mount-checks.patch
+  * 0165-Revert-btrfs-progs-update-options-in-find-root.c.patch
+  * 0166-Btrfs-progs-add-some-verbose-output-to-find-root.patch
+
+---

Old:

  0162-btrfs-progs-fix-loop-device-mount-checks.patch
  0165-Revert-btrfs-progs-update-options-in-find-root.c.patch
  0166-Btrfs-progs-add-some-verbose-output-to-find-root.patch
  btrfs-progs-v3.12.tar.bz2

New:

  btrfs-progs-v3.14.tar.bz2



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.cro9ME/_old  2014-04-09 18:17:38.0 +0200
+++ /var/tmp/diff_new_pack.cro9ME/_new  2014-04-09 18:17:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package btrfsprogs
 #
-# 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,34 +16,27 @@
 #
 
 
+%define tar_version v3.14
 Name:   btrfsprogs
-Url:http://btrfs.wiki.kernel.org/index.php/Main_Page
-Version:3.12
+Version:3.14
 Release:0
-%define tar_version v3.12
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0
 Group:  System/Filesystems
+Url:http://btrfs.wiki.kernel.org/index.php/Main_Page
 #Git-Web:  
http://git.kernel.org/cgit/linux/kernel/git/mason/btrfs-progs.git
 #Git-Clone:git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs
 # git archive --format=tar --prefix=btrfs-progs-`git describe --tags --match 
v*`/ HEAD  %D/btrfs-progs-`git describe --tags --match v*`.tar
 Source: btrfs-progs-%{tar_version}.tar.bz2
 Source1:boot-btrfs.sh
 Source4:setup-btrfs.sh
-
-Patch162:   0162-btrfs-progs-fix-loop-device-mount-checks.patch
 Patch163:   0163-btrfs-progs-fsck-fix-segfault.patch
 Patch164:   0164-btrfs-progs-convert-set-label-or-copy-from-origin.patch
-Patch165:   0165-Revert-btrfs-progs-update-options-in-find-root.c.patch
-Patch166:   0166-Btrfs-progs-add-some-verbose-output-to-find-root.patch
 Patch167:   0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch
 Patch168:   0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
 Patch169:   0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
 Patch170:   0170-btrfs-progs-In-find-root-dump-bytenr-for-every-slot.patch
-
 Patch1000:  local-version-override.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libblkid-devel
@@ -55,6 +48,7 @@
 # for /bin/true
 Requires:   coreutils
 Supplements:filesystem(btrfs)
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Utilities needed to create and maintain btrfs file systems under Linux.
@@ -70,7 +64,7 @@
 %package -n libbtrfs-devel
 Summary:Include Files and Libraries for developing with Btrfs
 Group:  Development/Libraries/C and C++
-Requires:   %{name} = %{version}-%{release}
+Requires:   libbtrfs0
 
 %description -n libbtrfs-devel
 This package contains the libraries and headers files for developers to
@@ -78,11 +72,8 @@
 
 %prep
 %setup -q -n btrfs-progs-%{tar_version}
-%patch162 -p1
 %patch163 -p1
 %patch164 -p1
-%patch165 -p1
-%patch166 -p1
 %patch167 -p1
 %patch168 -p1
 %patch169 -p1
@@ -95,43 +86,40 @@
btrfs-find-root
 
 %install
-make install DESTDIR=${RPM_BUILD_ROOT} 

commit vim for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2014-04-09 18:17:25

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


Package is vim

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2014-03-27 06:16:51.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2014-04-09 
18:17:32.0 +0200
@@ -1,0 +2,65 @@
+Mon Apr  7 13:43:01 UTC 2014 - idon...@suse.com
+
+- Updated to revision 253, fixes the following problems
+  * Crash for vim -u NONE -N  -c ''.
+  * Configure message for detecting smack are out of sequence.
+  * When passing input to system() there is no way to keep NUL and
+NL characters separate.
+  * Cannot distinguish between NL and NUL in output of system().
+  * Some test files missing from distribution.
+  * Crash when BufAdd autocommand wipes out the buffer.
+  * Critical error in GTK, removing timer twice.
+  * Crash when using cpp syntax file with pattern using external
+match. (Havard Garnes)
+
+---
+Thu Apr  3 12:12:45 UTC 2014 - idon...@suse.com
+
+- Updated to revision 244, fixes the following problems
+  * :tjump shows \n as \\n.
+  * The string returned by submatch() does not distinguish between a
+NL from a line break and a NL that stands for a NUL character.
+  * getreg() does not distinguish between a NL used for a line break
+and a NL used for a NUL character.
+  * Cannot use setreg() to add text that includes a NUL.
+  * The smack feature causes stray error messages.
+
+---
+Wed Apr  2 13:34:20 UTC 2014 - idon...@suse.com
+
+- Updated to revision 239, fixes the following problems
+  * Compilation problems on HP_nonStop (Tandem).
+  * Inconsistency: :sp foo does not reload foo, unless foo is
+the current buffer. (Liang Li)
+  * Compiler warnings. (Tony Mechelynck)
+  * When src/auto/configure was updated, make clean would run
+configure pointlessly.
+  * It's not easy to remove duplicates from a list.
+  * When 'relativenumber' or 'cursorline' are set the window is
+redrawn much to often. (Patrick Hemmer, Dominique Pelle)
+  * Test 105 does not work in a shadow dir. (James McCoy)
+  * Quickfix doesn't resize on :copen 20. (issue 199)
+  * The Ruby directory is constructed from parts.
+  * Still using an older autoconf version.
+  * /usr/bin/grep on Solaris does not support -F.
+  * Dynamic Ruby doesn't work on Solaris.
+  * Cursurline highlighting not redrawn when scrolling. (John
+Marriott)
+  * Can't build with Ruby 1.8.
+  * Compiler warnings when building with Python 3.2.
+  * Using :let for listing variables and the second one is a curly
+braces expression may fail.
+  * Error when using :options.
+  * An error in :options is not caught by the tests.
+  * :%s/\n// uses a lot of memory. (Aidan Marlin)
+  * Escaping special characters for using % with a shell command is
+inconsistant, parenthesis are escaped but spaces are not.
+  * Can't get the command that was used to start Vim.
+  * It is not easy to get the full path of a command.
+  * It's not that easy to check the Vim patch version.
+  * When some patches was not included has(patch-7.4.123) may return
+true falsely.
+  * Vim does not support the smack library.
+  * :e + does not position cursor at end of the file.
+
+---



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.82vRZa/_old  2014-04-09 18:17:35.0 +0200
+++ /var/tmp/diff_new_pack.82vRZa/_new  2014-04-09 18:17:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 7.4
-%define official_ptchlvl 213
+%define official_ptchlvl 253
 %define VIM_SUBDIR vim74
 %define site_runtimepath /usr/share/vim/site
 %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current 
MAKE=make -e %{?_smp_mflags}

++ vim-7.4-patches.tar.bz2 ++
 14172 lines of diff (skipped)

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



commit check-create-certificate for openSUSE:Factory

2014-04-09 Thread h_root


binZBB_7eHFUk.bin
Description: Binary data


commit elementary for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package elementary for openSUSE:Factory 
checked in at 2014-04-09 18:21:40

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


Package is elementary

Changes:

--- /work/SRC/openSUSE:Factory/elementary/elementary.changes2014-02-28 
21:13:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.elementary.new/elementary.changes   
2014-04-09 18:21:42.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr  8 07:35:09 UTC 2014 - si...@simotek.net
+
+- Bump to 1.9.2
+ Changelog:
+   * theme overlays - fix to prepend on overlay to be semantically consistent
+   * entry - fixed calc issue of the wrap none mode.
+   * segment_control, toolbar: Fixed broken scale of widget item.
+   * entry - entry did word wrapping even the mode was ELM_WRAP_NONE.
+   * list/genlist: Fixed Home and End key event handling routine.
+   * diskselector: Compare correct variables. (CID1193236)
+   * atspi_object: Added missing comma. (CID1193238)
+   * index: Set variable to NULL after free. (CID1193250)
+   * access: Fixed memory leak. (CID1193244)
+   * fix scrollbar to be clickable even if vieport is tiny compared to content
+   * naviframe : Fixed the overlap issue during multiple push.
+   * genlist needs to iterate exactly once over a fixed list when deselcting 
all items
+   * list: Fixed item multi/single selection routine to skip disabled item 
correctly.
+   * genlist: Fixed item multi/single selection routine to skip disabled item 
correctly.
+   * prefs: Add EVIL_LIBS to build to avoid problems with missing regex.h 
under mingw
+
+---

Old:

  elementary-1.9.0.tar.bz2

New:

  elementary-1.9.2.tar.bz2



Other differences:
--
++ elementary.spec ++
--- /var/tmp/diff_new_pack.Dg86A1/_old  2014-04-09 18:21:43.0 +0200
+++ /var/tmp/diff_new_pack.Dg86A1/_new  2014-04-09 18:21:43.0 +0200
@@ -19,7 +19,7 @@
 %define build_doc 0%{?mandriva_version} == 20101 || 0%{?centos_version} == 6
 
 Name:   elementary
-Version:1.9.0
+Version:1.9.2
 Release:0
 Summary:The widget set for enlightenment
 License:LGPL-2.1

++ elementary-1.9.0.tar.bz2 - elementary-1.9.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/elementary/elementary-1.9.0.tar.bz2 
/work/SRC/openSUSE:Factory/.elementary.new/elementary-1.9.2.tar.bz2 differ: 
char 11, line 1

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



commit gstreamer-plugins-base for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-base for 
openSUSE:Factory checked in at 2014-04-09 18:22:12

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


Package is gstreamer-plugins-base

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes
2014-02-12 11:08:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes
   2014-04-09 18:22:13.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  9 09:27:49 UTC 2014 - dims...@opensuse.org
+
+- Add gstreamer-plugins-base-discid.patch: fix MB discids for
+  trailing data tracks (bnc#872575, bgo#708991).
+
+---

New:

  gstreamer-plugins-base-discid.patch



Other differences:
--
++ gstreamer-plugins-base.spec ++
--- /var/tmp/diff_new_pack.EGiPLF/_old  2014-04-09 18:22:14.0 +0200
+++ /var/tmp/diff_new_pack.EGiPLF/_new  2014-04-09 18:22:14.0 +0200
@@ -28,7 +28,9 @@
 Group:  Productivity/Multimedia/Other
 Source: 
http://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
 Source2:baselibs.conf
-Patch:  aarch64-no-neon.patch
+Patch0: aarch64-no-neon.patch
+# PATCH-FIX-UPSTREAM gstreamer-plugins-base-discid.patch bnc#872575 bgo#708991 
dims...@opensuse.org -- fix MB discids for trailing data tracks
+Patch1: gstreamer-plugins-base-discid.patch
 BuildRequires:  cdparanoia-devel
 BuildRequires:  glib2-devel = 2.32
 BuildRequires:  gstreamer-devel = 1.0.10
@@ -423,7 +425,8 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 translation-update-upstream po gst-plugins-base-%{gst_branch}
 
 %build

++ gstreamer-plugins-base-discid.patch ++
From 3e2add20f53d2543d495d32ab581e145be254013 Mon Sep 17 00:00:00 2001
From: Johannes Dewender gn...@jonnyjd.net
Date: Sat, 28 Sep 2013 13:19:02 +0200
Subject: [PATCH] bug 708991: fix MB discids for trailing data tracks

MusicBrainz removes trailing data tracks from releases on the server
and also for the calculation of the MusicBrainz Disc ID.
---
 gst-libs/gst/audio/gstaudiocdsrc.c | 20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/gst-libs/gst/audio/gstaudiocdsrc.c 
b/gst-libs/gst/audio/gstaudiocdsrc.c
index 716ea0a..8296ab2 100644
--- a/gst-libs/gst/audio/gstaudiocdsrc.c
+++ b/gst-libs/gst/audio/gstaudiocdsrc.c
@@ -1189,13 +1189,23 @@ gst_audio_cd_src_calculate_musicbrainz_discid 
(GstAudioCdSrc * src)
   gchar *ptr;
   gchar tmp[9];
   gulong i;
+  unsigned int last_audio_track;
   guint leadout_sector;
   gsize digest_len;
 
   s = g_string_new (NULL);
 
+  /* MusicBrainz doesn't consider trailing data tracks
+   * data tracks up front stay, since the disc has to start with 1 */
+  last_audio_track = 0;
+  for (i = 0; i  src-priv-num_tracks; i++) {
+if (src-priv-tracks[i].is_audio) {
+  last_audio_track = src-priv-tracks[i].num;
+}
+  }
+
   leadout_sector =
-  src-priv-tracks[src-priv-num_tracks - 1].end + 1 + CD_MSF_OFFSET;
+  src-priv-tracks[last_audio_track - 1].end + 1 + CD_MSF_OFFSET;
 
   /* generate SHA digest */
   sha = g_checksum_new (G_CHECKSUM_SHA1);
@@ -1203,10 +1213,8 @@ gst_audio_cd_src_calculate_musicbrainz_discid 
(GstAudioCdSrc * src)
   g_string_append_printf (s, %02X, src-priv-tracks[0].num);
   g_checksum_update (sha, (guchar *) tmp, 2);
 
-  g_snprintf (tmp, sizeof (tmp), %02X,
-  src-priv-tracks[src-priv-num_tracks - 1].num);
-  g_string_append_printf (s,  %02X,
-  src-priv-tracks[src-priv-num_tracks - 1].num);
+  g_snprintf (tmp, sizeof (tmp), %02X, last_audio_track);
+  g_string_append_printf (s,  %02X, last_audio_track);
   g_checksum_update (sha, (guchar *) tmp, 2);
 
   g_snprintf (tmp, sizeof (tmp), %08X, leadout_sector);
@@ -1214,7 +1222,7 @@ gst_audio_cd_src_calculate_musicbrainz_discid 
(GstAudioCdSrc * src)
   g_checksum_update (sha, (guchar *) tmp, 8);
 
   for (i = 0; i  99; i++) {
-if (i  src-priv-num_tracks) {
+if (i  last_audio_track) {
   guint frame_offset = src-priv-tracks[i].start + CD_MSF_OFFSET;
 
   g_snprintf (tmp, sizeof (tmp), %08X, frame_offset);
-- 
1.8.1.3


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



commit kdebase4-session for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-session for 
openSUSE:Factory checked in at 2014-04-09 18:47:23

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


Package is kdebase4-session

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-session/kdebase4-session.changes
2013-07-08 07:34:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-session.new/kdebase4-session.changes   
2014-04-09 18:47:24.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr  9 10:21:06 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Added DesktopNames=KDE property to kde-plasma desktop file, as
+  per latest fdo spec
+
+---
+Thu Dec 19 23:28:16 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 4.12
+
+---



Other differences:
--
++ kdebase4-session.spec ++
--- /var/tmp/diff_new_pack.l3OPmX/_old  2014-04-09 18:47:27.0 +0200
+++ /var/tmp/diff_new_pack.l3OPmX/_new  2014-04-09 18:47:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdebase4-session
 #
-# 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:   kdebase4-session
-Version:4.11
+Version:4.12
 Release:0
 Summary:The KDE Session
 License:GPL-2.0+

++ kde-plasma.desktop ++
--- /var/tmp/diff_new_pack.l3OPmX/_old  2014-04-09 18:47:27.0 +0200
+++ /var/tmp/diff_new_pack.l3OPmX/_new  2014-04-09 18:47:27.0 +0200
@@ -4,6 +4,7 @@
 Type=XSession
 Exec=/usr/bin/startkde
 TryExec=/usr/bin/startkde
+DesktopNames=KDE
 Name=KDE Plasma Workspace
 Comment=The desktop made by KDE
 

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



commit libhugetlbfs for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package libhugetlbfs for openSUSE:Factory 
checked in at 2014-04-09 18:47:35

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


Package is libhugetlbfs

Changes:

--- /work/SRC/openSUSE:Factory/libhugetlbfs/libhugetlbfs.changes
2014-02-11 11:19:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.libhugetlbfs.new/libhugetlbfs.changes   
2014-04-09 18:47:36.0 +0200
@@ -1,0 +2,18 @@
+Wed Mar 26 12:37:06 UTC 2014 - dmuel...@suse.com
+
+- update to 2.17:
+ * PPC segement alignment restrictions can be disabled
+ * Added Aarch64 support
+ * Allow compiler overrides for 64 and 32 bit builds
+ * hugeadm now handles /etc/mtab being a simlink properly
+
+  * ppc64 fixes
+- remove libhugetlbfs.ia64-libdir.patch:
+  ia64 is no longer supported by openSUSE
+- add ignore-perl-modules.diff: do not install perl modules, unused
+  and are installed in the wrong place to be found anyway
+- add ARM support
+- add disable-rw-on-non-ldscripts.diff: Skip rw tests
+- Do not install tests anymore
+
+---

Old:

  libhugetlbfs-2.16.tar.gz
  libhugetlbfs.ia64-libdir.patch

New:

  disable-rw-on-non-ldscripts.diff
  ignore-perl-modules.diff
  libhugetlbfs-2.17.tar.gz



Other differences:
--
++ libhugetlbfs.spec ++
--- /var/tmp/diff_new_pack.ljDpYp/_old  2014-04-09 18:47:37.0 +0200
+++ /var/tmp/diff_new_pack.ljDpYp/_new  2014-04-09 18:47:37.0 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   libhugetlbfs
 
 %if 0%{?suse_version}  1140
@@ -32,16 +31,13 @@
 Obsoletes:  libhugetlbfs-64bit
 %endif
 #
-Version:2.16
+Version:2.17
 Release:0
 Url:http://libhugetlbfs.sourceforge.net/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define my_make_flags V=1 CFLAGS=$RPM_OPT_FLAGS -fPIC BUILDTYPE=NATIVEONLY 
PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT
-Source0:libhugetlbfs-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/libhugetlbfs/libhugetlbfs/%{version}/libhugetlbfs-%{version}.tar.gz
 Source1:baselibs.conf
-# Sources have no support for arm (and they depend on the architecture)
-ExcludeArch:%arm
-Patch1: libhugetlbfs.ia64-libdir.patch
 Patch2: libhugetlbfs.s390.patch
 Patch4: libhugetlbfs.tests-malloc.patch
 Patch7: libhugetlbfs_ia64_fix_missing_test.patch
@@ -50,6 +46,8 @@
 Patch10:libhugetlbfs.ppc64le.step2.patch
 Patch11:libhugetlbfs.ppc64le.step3.patch
 Patch12:libhugetlbfs.ppc64le.step4.patch
+Patch13:ignore-perl-modules.diff
+Patch14:disable-rw-on-non-ldscripts.diff
 
 %description
 The libhugetlbfs package interacts with the Linux hugetlbfs to
@@ -65,7 +63,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 %patch2 -p1
 %patch4 -p1
 %patch7 -p1
@@ -74,26 +71,22 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13
+%patch14
 
 %build
 make %{my_make_flags}
 
 %install
-tests=install-tests
-make %{my_make_flags} install $tests
+make %{my_make_flags} install
 make \
 %ifarch sparc sparcv9
CC32=gcc CC64= NATIVEONLY=1 \
 %endif
-   %{my_make_flags} install $tests
+   %{my_make_flags} install
 mkdir -p $RPM_BUILD_ROOT/usr/include
 cp -avL hugetlbfs.h $RPM_BUILD_ROOT/usr/include
 chmod 644 $RPM_BUILD_ROOT%{_libdir}/*.a
-for file in $RPM_BUILD_ROOT/%_libdir/libhugetlbfs/tests/*/*; do
-  strip $file || :
-done
-# Do not pack in a 268MB file..
-rm $RPM_BUILD_ROOT/%_libdir/libhugetlbfs/tests/obj32/linkhuge_rw || :
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,14 +99,6 @@
 %{_mandir}/man*/*.gz
 %{_libdir}/libhugetlbfs_privutils.so
 %{_libdir}/libhugetlbfs.so
-%dir %{_libdir}/libhugetlbfs
-%{_libdir}/libhugetlbfs/*
-# ToDo: What are these for...
-%dir /usr/lib/perl5/TLBC
-/usr/lib/perl5/TLBC/DataCollect.pm
-/usr/lib/perl5/TLBC/OpCollect.pm
-/usr/lib/perl5/TLBC/Report.pm
-/usr/lib/perl5/TLBC/PerfCollect.pm
 
 %files libhugetlb-devel
 %defattr(-, root, root)

++ disable-rw-on-non-ldscripts.diff ++
--- tests/Makefile
+++ tests/Makefile
@@ -46,7 +46,7 @@
 TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_TESTS:%=xB.%) \
$(HUGELINK_TESTS:%=xBDT.%) $(HUGELINK_RW_TESTS)
 else
-TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_RW_TESTS)
+TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS)
 endif
 
 else
@@ -55,7 +55,7 @@
 TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_TESTS:%=xB.%) \
$(HUGELINK_TESTS:%=xBDT.%)
 else
-TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS) $(HUGELINK_RW_TESTS)
+TESTS += $(LDSCRIPT_TESTS) $(HUGELINK_TESTS)
 endif
 
 endif
++ ignore-perl-modules.diff 

commit python-cinderclient for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-cinderclient for 
openSUSE:Factory checked in at 2014-04-09 19:09:51

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


Package is python-cinderclient

Changes:

--- /work/SRC/openSUSE:Factory/python-cinderclient/python-cinderclient.changes  
2014-03-09 18:44:17.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cinderclient.new/python-cinderclient.changes 
2014-04-09 19:09:52.0 +0200
@@ -2 +2 @@
-Fri Feb 14 10:50:57 UTC 2014 - speili...@suse.com
+Thu Mar 27 10:01:59 UTC 2014 - dmuel...@suse.com
@@ -3,0 +4,68 @@
+- switch to released version (1.0.8) 
+
+---
+Fri Mar 21 01:31:17 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.23.g7240040:
+  * Allow list_extensions to work in cinderclient v2
+  * Remove vim header
+
+---
+Sat Mar 15 00:59:10 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.19.g98dade0:
+  * Update service function name for service enable
+  * Remove call to undefined install.post_process()
+
+---
+Fri Mar 14 01:04:37 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.15.gbd98d32:
+  * Updated from global requirements
+  * Import access module from keystoneclient to handle V3 endpoints
+  * Update doc string for service disable
+
+---
+Thu Mar 13 01:52:20 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.10.gde4f9c4:
+  * Client support for export and import backup service metadata
+
+---
+Mon Mar  3 00:38:55 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.8.g3ec28c3:
+  * Fix type-delete to allow deletion by name and ID
+
+---
+Thu Feb 27 01:16:52 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.7.gea8c955:
+  * Fix typos in the volumes and snapshots docstrings
+  * Set v2 commands available for v2 service_type
+
+---
+Wed Feb 26 00:45:48 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.4.g0b9e2f5:
+  * Updated from global requirements
+
+---
+Fri Feb 14 08:09:32 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.3.g6fd8d8e:
+  * Require ctrl_location for encryption-type-create
+
+---
+Wed Feb 12 01:05:44 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-cinderclient-1.0.8.2.g7914e46:
+  * Remove tox locale overrides
+
+---
+Tue Feb 11 15:38:05 UTC 2014 - speili...@suse.com
+
+- Update to version python-cinderclient-1.0.8.1.g4273bbe:
+  * Fix typos in cinderclient
+  1.0.8
+  * Revert Update cinderclient to skip the additional GET during create
@@ -6 +74,105 @@
-- Only require argparse on SLE
+- Require argparse only on SLE
+
+---
+Tue Feb  4 00:56:22 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.54:
+  + Fixed image_name from image-name in upload-to-image
+
+---
+Mon Feb  3 00:42:18 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.52:
+  + Update release notes for push to pypi
+
+---
+Fri Jan 31 01:31:59 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.51:
+  + Sync up with oslo-incubator
+
+---
+Tue Jan 28 01:35:21 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.49:
+  + Add shell tests for snapshot_delete
+
+---
+Mon Jan 27 10:03:57 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.48:
+  + Remove RAX-specific auth in cinderclient
+
+---
+Mon Jan 27 01:11:24 UTC 2014 - opensuse-cl...@opensuse.org
+
+- Update to version 1.0.7.46:
+  + Add volume retype command
+  + Add retype to index.rst
+
+---
+Sun Jan 26 01:26:34 UTC 2014 - 

commit openstack-suse for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package openstack-suse for openSUSE:Factory 
checked in at 2014-04-09 19:09:34

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


Package is openstack-suse

Changes:

--- /work/SRC/openSUSE:Factory/openstack-suse/openstack-suse.changes
2014-01-23 15:50:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-suse.new/openstack-suse.changes   
2014-04-09 19:09:35.0 +0200
@@ -1,0 +2,26 @@
+Wed Apr  2 13:22:52 UTC 2014 - dmuel...@suse.com
+
+- remove yet another case of magic sed'ing that breaks OpenStack (bnc#871199) 
+
+---
+Mon Mar 24 10:50:02 UTC 2014 - dmuel...@suse.com
+
+- add optional support for -u, -g and -s in creating openstack users 
+
+---
+Wed Feb 19 16:00:15 UTC 2014 - dmuel...@suse.com
+
+- add macro for creating openstack users (and removing the non-prefixed
+  variants)
+
+---
+Thu Feb  6 16:34:52 UTC 2014 - dmuel...@suse.com
+
+- raise version to 2014.1 
+
+---
+Tue Feb  4 16:28:46 UTC 2014 - speili...@suse.com
+
+- Drop eventlet_backdoor.py and it's sole usage in oslo-incubator code 
(bnc#847189#c9)
+
+---



Other differences:
--
++ openstack-suse.spec ++
--- /var/tmp/diff_new_pack.bANMir/_old  2014-04-09 19:09:36.0 +0200
+++ /var/tmp/diff_new_pack.bANMir/_new  2014-04-09 19:09:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openstack-suse
-Version:2013.2
+Version:2014.1
 Release:0
 Summary:OpenStack SUSE
 License:Apache-2.0

++ macros.openstack ++
--- /var/tmp/diff_new_pack.bANMir/_old  2014-04-09 19:09:36.0 +0200
+++ /var/tmp/diff_new_pack.bANMir/_new  2014-04-09 19:09:36.0 +0200
@@ -3,14 +3,12 @@
 # Copyright: (c) 2012 SUSE Linux Products GmbH
 
 # Cleanup unnecessary files, avoid usage of 'git' to generate timestamps and
-# do not use intersphinx module, it requires internet access and fix 
-# non-executable scripts in Python module paths (sitelib/sitearch):
+# do not use intersphinx module as it requires internet access:
 %openstack_cleanup_prep() \
 find . -name *.placeholder -delete -print \
 find . -name *.git* -delete -print \
 sed -i -e s|html_last_updated_fmt = .*|html_last_updated_fmt = '%{version}'| 
doc/source/conf.py || : \
 sed -i -e s|'sphinx.ext.intersphinx',\\?|| doc/source/conf.py || : \
-find %{component} -type f -exec sed -i s|^#!.*|| {} \\; \
 sed -i -e /^\\[testenv\\]/ a\\sitepackages = True tox.ini \
 # We use obs-service-git_tarballs, thus we don't need to depend on 
python-setuptools-git: \
 sed -i -e s|'setuptools[-_]git.*'|| setup.py \
@@ -28,6 +26,35 @@
 rm -r doc/source-man doc/build/man/.doctrees \
 %nil
 
+# Create given user with given group (to be used as %pre scriptlet for
+# openstack related daemons). Also migrates away from openstack- prefixed
+# users/group if it exists
+# Optional:
+#   -u userid to pick
+#   -g groupid to pick
+#   -s shell to pick
+# Example: openstack_pre_user_group_create keystone keystone
+
+%openstack_pre_user_group_create(u:g:s:) \
+# Migrate away from old openstack- prefix \
+oldu=$(getent passwd openstack-%1 |cut -d: -f3) || : \
+[ -n $oldu ]  { \
+oldu=-o -u $oldu   \
+userdel openstack-%1  \
+} \
+getent group %2 /dev/null || { \
+# Migrate away from old openstack- prefix \
+oldg=$(getent group openstack-%2 |cut -d: -f3) || : \
+[ -n $oldg ]  oldg=-o -g $oldg \
+[ -n $oldg ]  groupdel openstack-%2 || : \
+[ -z $oldg ]  oldg=%{-g:-g %{-g*}} \
+groupadd -r %2 $oldg \
+} \
+[ -z $oldu ]  oldu=%{-u:-u %{-u*}} \
+getent passwd %1 /dev/null || { \
+useradd -r -g %2 $oldu -d %{_localstatedir}/lib/%1 %{-s:-s 
%{-s*}}%{!-s: -s /sbin/nologin} -c OpenStack %1 Daemon %1 \
+} \
+%nil
 
 # Installing init scripts is always done the same way. Arguments:
 #  1) daemon name (lowercase, e.g. 'api' for 'nova-api')
@@ -46,15 +73,21 @@
 ln -s ../..%{_initddir}/openstack-%{component}-%1 
%{buildroot}%{_sbindir}/rcopenstack-%{component}-%1 \
 %nil
 
+
 %openstack_test_package_buildroot_dir 
%{buildroot}%{_localstatedir}/lib/%{name}-test
 
 # Installing a test package is always done the same way:
 %openstack_test_package_install() \
-install -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}-test \
+install -d -m 755 

commit pdftk for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package pdftk for openSUSE:Factory checked 
in at 2014-04-09 19:09:41

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


Package is pdftk

Changes:

--- /work/SRC/openSUSE:Factory/pdftk/pdftk.changes  2014-01-15 
16:26:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdftk.new/pdftk.changes 2014-04-09 
19:09:42.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  9 10:57:31 UTC 2014 - sch...@suse.de
+
+- Don't strip the binary
+- Use %optflags also for gcj
+
+---



Other differences:
--
++ pdftk.spec ++
--- /var/tmp/diff_new_pack.OTvUgr/_old  2014-04-09 19:09:43.0 +0200
+++ /var/tmp/diff_new_pack.OTvUgr/_new  2014-04-09 19:09:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pdftk
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2013 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -96,8 +96,7 @@
 %__chmod 644 changelog.txt license_gpl_pdftk/*.txt license_gpl_pdftk/*/*.txt
 
 %build
-%__make -C pdftk CXXFLAGS=%optflags GXXV=%gxxv
-%__strip pdftk/%name
+%__make -C pdftk CXXFLAGS=%optflags GCJFLAGS=$(echo  %optflags | sed 's/ 
-D/ -Wp,-D/g') GXXV=%gxxv
 
 %install
 %__install -Dm 0755 pdftk/%name %{buildroot}%{_bindir}/%name


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



commit python-openstackclient for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-04-09 19:09:57

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


Package is python-openstackclient

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-03-09 20:16:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-04-09 19:09:58.0 +0200
@@ -2 +2,108 @@
-Fri Feb 14 10:34:45 UTC 2014 - speili...@suse.com
+Thu Mar 27 10:25:53 UTC 2014 - dmuel...@suse.com
+
+- go back to released version (0.3.1) for Icehouse 
+
+---
+Mon Mar 24 01:10:32 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.23.gee22070:
+  * Correct display of project/tenant id on display of credentials
+
+---
+Sun Mar 23 01:11:42 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.21.g4900c64:
+  * Produce a useful error message for NoUniqueMatch
+
+---
+Fri Mar 14 00:44:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.20.g0c0803d:
+  * identity v3 allow project list filtering by domain
+  * Add ability to set key value pairs in projects
+
+---
+Thu Mar 13 00:55:17 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.17.g65f094e:
+  * Updated from global requirements
+
+---
+Tue Mar 11 00:58:06 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.16.gcf8506d:
+  * Fix 'keypair show' command output
+
+---
+Mon Mar 10 15:39:48 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.1.14.g4632238:
+  * add interface and url to endpoint list
+  * Fixed spelling error, compatability to compatibility
+  * Fixed Spelling errors - compatability to compatibility
+  * Fixed spelling errors - occurance to occurence
+  * Updated from global requirements
+  * Add --volume option to image create command
+  0.3.1
+
+---
+Sat Mar  1 00:55:19 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.50.g808fa65:
+  * Update release notes for 0.3.1
+  * Fix format errors in nova security group rule list
+
+---
+Thu Feb 27 01:40:09 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.46.gb7f673c:
+  * Use cacert values when creating identity client
+  * Fix volume commands with multiple regions
+
+---
+Tue Feb 25 01:02:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.43.g1253932:
+  * Updated from global requirements
+
+---
+Mon Feb 24 01:13:45 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.42.g8fe50fc:
+  * Fix some help strings
+
+---
+Sun Feb 23 00:39:05 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.40.g034a9d1:
+  * Add ability to prompt for passwords for user create and set
+
+---
+Sat Feb 22 01:34:54 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.38.g8b494f0:
+  * Update oslo incubator bits
+  * Rename Openstack to OpenStack
+
+---
+Fri Feb 21 01:42:34 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.34.g2958421:
+  * Python 3: the content of a FakeResponse must be bytes
+  * Glance client no longer isa http client
+
+---
+Fri Feb 14 09:04:45 UTC 2014 - speili...@suse.com
+
+- Run testr directly
+
+---
+Wed Feb 12 00:57:21 UTC 2014 -  cloud-de...@suse.de
+
+- Update to version python-openstackclient-0.3.0.31.g2f5e823:
+  * FakeResponse: use a default status code
+  * Python 3: fix a syntax error
+  * Fix misspellings in python openstackclient
+

commit xscreensaver for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package xscreensaver for openSUSE:Factory 
checked in at 2014-04-09 19:10:02

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


Package is xscreensaver

Changes:

--- /work/SRC/openSUSE:Factory/xscreensaver/xscreensaver.changes
2013-08-05 20:55:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xscreensaver.new/xscreensaver.changes   
2014-04-09 19:10:04.0 +0200
@@ -1,0 +2,27 @@
+Wed Apr  9 13:20:10 UTC 2014 - seife+...@b1-systems.com
+
+- de-censor xscreensaver by reenabling webcollage
+- fix dictionary path for webcollage
+  = xscreensaver-webcollage-dictpath.patch
+
+---
+Sun Apr  6 22:16:20 UTC 2014 - seife+...@b1-systems.com
+
+- update to 5.26, most important changes:
+  * New hack, `geodesic'.
+  * Updated `webcollage' for recent Google changes.
+  * Updated `webcollage' for recent Flickr changes.
+  * Added Instagram and Bing as `webcollage' image sources.
+  * Updated feed-loading for recent Flickr changes.
+  * More heuristics for using RSS feeds as image sources.
+  * Improved Wikipedia parser.
+  * Added Android to `bsod'.
+  * Made `quasicrystal' work on weak graphics cards.
+  * Better compression on icons, plists and XML files: smaller
+distribution and installation footprint.
+  * `Phosphor' now supports amber as well as green.
+  * Reverted that DEACTIVATE change. Bad idea.
+  * Updated to latest autoconf.
+  * Bug fixes.
+
+---

Old:

  xscreensaver-5.22.tar.gz

New:

  xscreensaver-5.26.tar.gz
  xscreensaver-webcollage-dictpath.patch



Other differences:
--
++ xscreensaver.spec ++
--- /var/tmp/diff_new_pack.cGFbbA/_old  2014-04-09 19:10:07.0 +0200
+++ /var/tmp/diff_new_pack.cGFbbA/_new  2014-04-09 19:10:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xscreensaver
 #
-# 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
@@ -39,7 +39,7 @@
 Requires:   desktop-data
 Requires:   pam-modules
 Suggests:   %{name}-data-extra
-Version:5.22
+Version:5.26
 Release:0
 Summary:A screen saver and locker for the X Window System
 License:BSD-3-Clause and GPL-2.0+
@@ -55,6 +55,8 @@
 Patch24:xscreensaver-slideshow-dri-detect.patch
 Patch29:xscreensaver-ignore-no-pwent-password.patch
 Patch32:xscreensaver-fireworkx-man.patch
+# PATCH-FIX-OPENSUSE xscreensaver-webcollage-dictpath.patch -- add 
/var/lib/dict/words to search path for word dictionaries -- 
seife+...@b1-systems.com
+Patch42:xscreensaver-webcollage-dictpath.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -116,6 +118,7 @@
 %patch24
 %patch29
 %patch32
+%patch42 -p1
 # KDE and GNOME have its own screensavers:
 echo 'NotShowIn=KDE;GNOME;' driver/screensaver-properties.desktop.in
 
@@ -128,19 +131,8 @@
 s/^-([[:space:]]*(juggle))/\1/;
 s/^@GL_KLUDGE@([[:space:]]*GL:[[:space:]]*(sproingies|Molecule 
\(lumpy\)|circuit|atunnel|glmatrix|stairs|pulsar|starwars|GLText|boxed|GLForestFire|sballs|cubenetic|queens|endgame))/-\1/;
 s/^-([[:space:]]*GL:[[:space:]]*(fireflies))/\1/;
-/.*[Ww]eb[Cc]ollage/D;
 /.*vidwhacker -stdin -stdout/D;
 ' driver/XScreenSaver.ad.in  driver/XScreenSaver.ad.in.tmp  mv 
driver/XScreenSaver.ad.in.tmp driver/XScreenSaver.ad.in
-# we don't want webcollage:
-sed -e '/webcollage/D' driver/xscreensaver.man  driver/xscreensaver.man.tmp 
 mv driver/xscreensaver.man.tmp driver/xscreensaver.man
-sed -re '
-/^webcollage-helper.o:/D;
-/^webcollage-helper:/,+1D;
-s/webcollage(-helper.[co]|.man)//;
-s/webcollage//;
-s/@JPEG_EXES@//;
-/JPEG_EXES/D;
-' hacks/Makefile.in hacks/Makefile.in.tmp  mv 
hacks/Makefile.in.tmp hacks/Makefile.in
 intltoolize --copy --force
 sed -i s:@install_sh@:../install-sh -c: po/Makefile.in.in
 chmod +x install-sh
@@ -168,7 +160,7 @@
 make %{?jobs:-j%jobs} all
 
 %install
-rm hacks/config/{vidwhacker,webcollage}.xml
+rm hacks/config/vidwhacker.xml
 mkdir -p $RPM_BUILD_ROOT/tmp/bin
 make install_prefix=$RPM_BUILD_ROOT \
  KDEDIR=/tmp \

++ xscreensaver-5.22.tar.gz - xscreensaver-5.26.tar.gz ++
/work/SRC/openSUSE:Factory/xscreensaver/xscreensaver-5.22.tar.gz 
/work/SRC/openSUSE:Factory/.xscreensaver.new/xscreensaver-5.26.tar.gz differ: 
char 5, line 1

++ 

commit hplip for openSUSE:Factory

2014-04-09 Thread h_root
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2014-04-10 07:38:34

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


Package is hplip

Changes:

--- /work/SRC/openSUSE:Factory/hplip/hplip.changes  2013-12-06 
11:45:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2014-04-10 
07:38:36.0 +0200
@@ -1,0 +2,64 @@
+Wed Apr  9 16:02:02 CEST 2014 - jsm...@suse.de
+
+- do_not_open_mdns_port.diff: Adapted for HPLIP 3.14.4.
+- Version upgrade to 3.14.4:
+  Added Support for the Following New Printers:
+HP Color LaserJet Enterprise M651dn Printer
+HP Color LaserJet Enterprise M651n Printer
+HP Color LaserJet Enterprise M651xh Printer
+HP Color LaserJet Enterprise Multifunction M680dn Printer
+HP Color LaserJet Enterprise Multifunction M680f Printer
+HP Color LaserJet Enterprise Flow Multifunction M680z Printer
+HP Color Laserjet Pro MFP M476dw
+HP Color Laserjet Pro MFP M476nw
+HP Color Laserjet Pro MFP M476dn
+HP Designjet T795 44-in ePrinter
+HP DeskJet 1511 All-in-One Printer
+HP DeskJet 1011 Printer
+HP LaserJet Pro MFP M128fn
+HP LaserJet Pro MFP M128fp
+HP LaserJet Pro MFP M128fw
+HP LaserJet Pro M701a Printer
+HP LaserJet Pro M701n Printer
+HP LaserJet Pro M706n Printer
+HP Officejet Enterprise Color X555dn Printer
+HP Officejet Enterprise Color X555xh Printer
+HP Officejet Enterprise Color X585dn Multifunction Printer
+HP Officejet Enterprise Color X585f Multifunction Printer
+HP Officejet Enterprise Color Flow X585z Multifunction Printer
+HP OfficeJet Pro 8610 e-All-in-One Printer
+HP OfficeJet Pro 8615 e-All-in-One Printer
+HP OfficeJet Pro 8620 e-All-in-One Printer
+HP OfficeJet Pro 8625 e-All-in-One Printer
+HP OfficeJet Pro 8630 e-All-in-One Printer
+HP OfficeJet 4631 e-All-in-One Printer
+HP OfficeJet 4634 e-All-in-One printer
+HP OfficeJet 4636 e-All-in-One Printer
+  Fixed hp-logcapture (captured personal information), see
+  http://hplipopensource.com/hplip-web/release_notes.html
+- change-udev-rules.diff: Adapted for HPLIP 3.14.3.
+- Version upgrade to 3.14.3:
+  Added Support for the Following New Printers:
+HP Deskjet Ink Advantage 4640 e-All-in-One Printer series
+HP Deskjet Ink Advantage 4645 e-All-in-One Printer
+HP Deskjet Ink Advantage 4646 e-All-in-One Printer
+HP Deskjet Ink Advantage 4648 e-All-in-One Printer
+HP LaserJet Pro MFP M125a
+HP LaserJet Pro MFP M125nw
+HP LaserJet Pro MFP M125rnw
+HP LaserJet Pro MFP M126a
+HP LaserJet Pro MFP M126nw
+HP LaserJet Pro MFP M127fp
+  Fixed hpcups filter crash.
+  Run hp-firmware from udev separately.
+  Some other bug fixes.
+  For details see
+  http://hplipopensource.com/hplip-web/release_notes.html
+- Version upgrade to 3.14.1:
+  Added digital signature validation in HPLIP upgrade feature.
+  CVE-2013-6427: insecure auto update feature.
+  CVE-2013-6402: insecure temporary file handling in pkit.py.
+- The whole HPLIP upgrade feature is still disabled, see the
+  entry dated Wed Dec  4 14:25:51 CET 2013 below.
+
+---

Old:

  hplip-3.13.11.tar.gz
  hplip-3.13.11.tar.gz.asc

New:

  hplip-3.14.4.tar.gz
  hplip-3.14.4.tar.gz.asc



Other differences:
--
++ hplip.spec ++
--- /var/tmp/diff_new_pack.zeeaFa/_old  2014-04-10 07:42:25.0 +0200
+++ /var/tmp/diff_new_pack.zeeaFa/_new  2014-04-10 07:42:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hplip
 #
-# 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
@@ -59,15 +59,15 @@
 # where 'a' or 'b' do not mean 'alpha' or 'beta' but 'second' or 'third' 
release in the month
 # (usually bugfix releases have the suffix like 3.12.10a = first bugfix 
release for 3.12.10).
 # Official releases have a 3 digit number and release candidates have a 4 
digit number: x.y.m.rc
-Version:3.13.11
+Version:3.14.4
 Release:0
 Url:http://hplipopensource.com
 # Source0...Source9 is for sources from HP:
-# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.13.9.tar.gz
-# URL to verify Source0: 
http://prdownloads.sourceforge.net/hplip/hplip-3.13.9.tar.gz.asc
+# URL for Source0: http://prdownloads.sourceforge.net/hplip/hplip-3.14.4.tar.gz
+# URL to verify Source0: