commit libxml2 for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libxml2 for openSUSE:Factory checked 
in at 2014-11-06 16:49:37

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


Package is libxml2

Changes:

--- /work/SRC/openSUSE:Factory/libxml2/libxml2.changes  2014-10-19 
19:27:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/libxml2.changes 2014-11-06 
16:49:40.0 +0100
@@ -1,0 +2,47 @@
+Mon Nov  3 17:13:24 UTC 2014 - vci...@suse.com
+
+- fix a missing entities after CVE-2014-3660 fix
+  (https://bugzilla.gnome.org/show_bug.cgi?id=738805)
+  * added patches:
+0001-Fix-missing-entities-after-CVE-2014-3660-fix.patch
+0002-Adding-example-from-bugs-738805-to-regression-tests.patch
+
+---
+Mon Nov  3 10:01:23 UTC 2014 - vci...@suse.com
+
+- fix a regression in libxml2 2.9.2
+  * https://bugzilla.redhat.com/show_bug.cgi?id=1153753
+- add libxml2-dont_initialize_catalog.patch
+
+---
+Fri Oct 31 10:55:27 UTC 2014 - vci...@suse.com
+
+- update to 2.9.2
+  * drop libxml2-CVE-2014-3660.patch (upstream)
+  * add keyring to verify tarball
+  Security:
+  Fix for CVE-2014-3660 billion laugh variant
+  CVE-2014-0191 Do not fetch external parameter entities
+  Improvements:
+  win32/libxml2.def.src after rebuild in doc
+  elfgcchack.h: more legacy needs xmlSAX2StartElement() and xmlSAX2EndElement()
+  elfgcchack.h: add xmlXPathNodeEval and xmlXPathSetContextNode
+  Provide cmake module
+  Fix a couple of issues raised by make dist
+  Fix and add const qualifiers
+  Preparing for upcoming release of 2.9.2
+  Fix zlib and lzma libraries check via command line
+  wrong error column in structured error when parsing end tag
+  doc/news.html: small update to avoid line join while generating NEWS.
+  Add methods for python3 iterator
+  Support element node traversal in document fragments
+  xmlNodeSetName: Allow setting the name to a substring of the currently set 
name
+  Added macros for argument casts
+  adding init calls to xml and html Read parsing entry points
+  Get rid of 'REPLACEMENT CHARACTER' Unicode chars in xmlschemas.c
+  Implement choice for name classes on attributes
+  Two small namespace tweaks
+  xmllint --memory should fail on empty files
+  Cast encoding name to char pointer to match arg type
+
+---
--- /work/SRC/openSUSE:Factory/libxml2/python-libxml2.changes   2013-07-08 
07:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxml2.new/python-libxml2.changes  
2014-11-06 16:49:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Oct 31 10:55:27 UTC 2014 - vci...@suse.com
+
+- Update to 2.9.2 version 
+
+---

Old:

  libxml2-2.9.1.tar.gz
  libxml2-CVE-2014-3660.patch

New:

  0001-Fix-missing-entities-after-CVE-2014-3660-fix.patch
  0002-Adding-example-from-bugs-738805-to-regression-tests.patch
  libxml2-2.9.2.tar.gz
  libxml2-2.9.2.tar.gz.asc
  libxml2-dont_initialize_catalog.patch
  libxml2.keyring



Other differences:
--
++ libxml2.spec ++
--- /var/tmp/diff_new_pack.fHeuZt/_old  2014-11-06 16:49:41.0 +0100
+++ /var/tmp/diff_new_pack.fHeuZt/_new  2014-11-06 16:49:41.0 +0100
@@ -19,7 +19,7 @@
 %define lname libxml2-2
 
 Name:   libxml2
-Version:2.9.1
+Version:2.9.2
 Release:0
 Summary:A Library to Manipulate XML Files
 License:MIT
@@ -27,9 +27,13 @@
 Url:http://xmlsoft.org
 # Source ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz changes every 
day
 Source: ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
+Source1:ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz.asc
 Source2:baselibs.conf
+Source3:%{name}.keyring
 Patch0: fix-perl.diff
-Patch1: libxml2-CVE-2014-3660.patch
+Patch1: libxml2-dont_initialize_catalog.patch
+Patch2: 0001-Fix-missing-entities-after-CVE-2014-3660-fix.patch
+Patch3: 0002-Adding-example-from-bugs-738805-to-regression-tests.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
@@ -125,6 +129,8 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 %configure --disable-static \
@@ -183,6 +189,7 @@
 %{_libdir}/libxml2.la
 %{_libdir}/*.sh
 %{_libdir}/pkgconfig/*.pc
+%{_libdir}/cmake
 %doc %{_mandir}/man1/xml2-config.1*
 %doc %{_mandir}/man3/libxml.3*
 

++ python-libxml2.spec ++
--- /var/tmp/diff_new_pack.fHeuZt/_old  2014-11-06 16:49:41.0 

commit xf86-video-qxl for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-qxl for openSUSE:Factory 
checked in at 2014-11-06 16:49:39

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


Package is xf86-video-qxl

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-qxl/xf86-video-qxl.changes
2014-09-10 17:02:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-qxl.new/xf86-video-qxl.changes   
2014-11-06 16:49:44.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  5 08:59:36 UTC 2014 - sndir...@suse.com
+
+- xf86-video-qxl 0.1.3
+  * bug fixes 
+
+---

Old:

  xf86-video-qxl-0.1.2.tar.bz2

New:

  xf86-video-qxl-0.1.3.tar.bz2



Other differences:
--
++ xf86-video-qxl.spec ++
--- /var/tmp/diff_new_pack.OVucef/_old  2014-11-06 16:49:45.0 +0100
+++ /var/tmp/diff_new_pack.OVucef/_new  2014-11-06 16:49:45.0 +0100
@@ -28,7 +28,7 @@
 %endif
 
 Name:   xf86-video-qxl
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:QXL virtual GPU video driver for the Xorg X server
 License:MIT

++ xf86-video-qxl-0.1.2.tar.bz2 - xf86-video-qxl-0.1.3.tar.bz2 ++
 4617 lines of diff (skipped)

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



commit kiwi for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2014-11-06 16:49:40

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


Package is kiwi

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2014-11-03 
13:11:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2014-11-06 
16:49:49.0 +0100
@@ -1,0 +2,86 @@
+Wed Nov  5 10:19:30 CET 2014 - m...@suse.de
+
+- v7.01.18 released
+  
+---
+Wed Nov  5 10:14:46 CET 2014 - m...@suse.de
+  
+- Revert Fixed check for revision file
+  
+  This reverts commit d288c9f7b2a52f42b86023f76e0b055bcd748925.
+  It was not the check itself which was broken it was the fact
+  that running make test and make valid in parallel conflicts
+  with each other
+  
+---
+Wed Nov  5 10:12:24 CET 2014 - m...@suse.de
+  
+- Fixed make test Makefile target
+  
+  Don't remove the .revision file as part of make test because
+  this conflicts with running make valid in parallel as done
+  on jenkins. Only the make clean target should remove it
+  
+---
+Wed Nov  5 10:10:10 CET 2014 - m...@suse.de
+  
+- Fixed logging of first message
+  
+  The file handle for the first message log was not available at the time
+  
+---
+Wed Nov  5 09:14:18 CET 2014 - m...@suse.de
+  
+- Fixed use of repository alias names containing spaces
+  
+  All spaces are replaced by an underscore
+  
+---
+Mon Nov  3 12:47:31 CET 2014 - m...@suse.de
+  
+- Fixed check for revision file
+  
+  make sure to create one if it does not exist and kiwi
+  is called locally from a git checkout
+  
+---
+Mon Nov  3 12:31:44 CET 2014 - m...@suse.de
+  
+- Fixed typo in suse-SLE12-JeOS, wrong indention
+  
+---
+Mon Nov  3 12:30:24 CET 2014 - m...@suse.de
+  
+- Delete obsolete openSUSE 12.2 based extra image templates
+  
+---
+Mon Nov  3 12:28:04 CET 2014 - m...@suse.de
+  
+- Fixed instsource plugin code to be perl critic clean
+  
+---
+Mon Nov  3 12:26:49 CET 2014 - m...@suse.de
+  
+- Fixed pre-commit git hook script
+  
+  correctly parse all existing instsource plugins and set
+  the include path to the plugin dirs when running perlcritic
+  
+---
+Mon Nov  3 12:26:09 CET 2014 - m...@suse.de
+  
+- Don't write to an undefined file handle
+  
+---
+Mon Nov  3 09:24:45 CET 2014 - m...@suse.de
+  
+- Delete obsolete instsource-plugins
+  
+---
+Sat Nov  1 01:13:54 CET 2014 - m...@suse.de
+  
+- openSUSE 13.2 is gold :-)
+  
+  delete obsolete openSUSE 12.2 JeOS template and boot descriptions
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.uvqbs7/_old  2014-11-06 16:49:52.0 +0100
+++ /var/tmp/diff_new_pack.uvqbs7/_new  2014-11-06 16:49:52.0 +0100
@@ -26,7 +26,7 @@
 Group:  System/Management
 Url:http://github.com/openSUSE/kiwi
 Name:   kiwi
-Version:7.01.17
+Version:7.01.18
 Release:0
 Provides:   kiwi-image:lxc
 Provides:   kiwi-image:tbz
@@ -761,7 +761,6 @@
 %doc %{_mandir}/man1/KIWI::config.sh.1.gz
 %doc %{_mandir}/man1/KIWI::kiwirc.1.gz
 %ifarch %ix86 x86_64
-%exclude %{_datadir}/kiwi/image/suse-12.2-JeOS
 %exclude %{_datadir}/kiwi/image/suse-12.3-JeOS
 %exclude %{_datadir}/kiwi/image/suse-13.1-JeOS
 %exclude %{_datadir}/kiwi/image/suse-13.2-JeOS
@@ -775,7 +774,6 @@
 %exclude %{_datadir}/kiwi/image/suse-SLE12-JeOS
 %endif
 %ifarch %arm aarch64
-%exclude %{_datadir}/kiwi/image/suse-12.2-JeOS
 %exclude %{_datadir}/kiwi/image/suse-12.3-JeOS
 %exclude %{_datadir}/kiwi/image/suse-13.1-JeOS
 %exclude %{_datadir}/kiwi/image/suse-13.2-JeOS
@@ -918,7 +916,6 @@
 %files -n kiwi-templates
 %defattr(-, root, root)
 %ifarch %ix86 x86_64
-%{_datadir}/kiwi/image/suse-12.2-JeOS
 %{_datadir}/kiwi/image/suse-12.3-JeOS
 %{_datadir}/kiwi/image/suse-13.1-JeOS
 %{_datadir}/kiwi/image/suse-13.2-JeOS
@@ -932,7 +929,6 @@
 

commit libreoffice for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2014-11-06 16:49:42

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


Package is libreoffice

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2014-10-19 
19:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2014-11-06 16:50:13.0 +0100
@@ -1,0 +2,15 @@
+Mon Nov  3 12:48:16 UTC 2014 - tchva...@suse.com
+
+- Remove no longer needed mergelib patch
+  * libreoffice-mergedlibs-circular-deps.patch
+- Add patch for plasma5 UI selector support
+  * libreoffice-4.3-plasma5-ui-decisions.patch
+
+---
+Fri Oct 31 12:01:24 UTC 2014 - tchva...@suse.com
+
+- Version bump to 4.3.3:
+  * Various upstream fixes included in maintenance branch
+  * fixes bnc#900218 and bnc#900214 CVE-2014-3693
+
+---

Old:

  libreoffice-4.3.2.2.tar.xz
  libreoffice-help-4.3.2.2.tar.xz
  libreoffice-mergedlibs-circular-deps.patch
  libreoffice-translations-4.3.2.2.tar.xz

New:

  libreoffice-4.3-plasma5-ui-decisions.patch
  libreoffice-4.3.3.2.tar.xz
  libreoffice-help-4.3.3.2.tar.xz
  libreoffice-translations-4.3.3.2.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.6RCyMU/_old  2014-11-06 16:50:19.0 +0100
+++ /var/tmp/diff_new_pack.6RCyMU/_new  2014-11-06 16:50:19.0 +0100
@@ -29,10 +29,10 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.2/
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/4.3.3/
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:4.3.2.2
+Version:4.3.3.2
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C
@@ -88,8 +88,8 @@
 # LO never worked well with it
 Patch13:jvmfwk-disable-gcj.diff
 Patch14:libreoffice-4.3.0.3-themes-symlinks.patch
-# Mergedlibs are broken as they circdep on each other
-Patch15:libreoffice-mergedlibs-circular-deps.patch
+# PATCH-FIX-UPSTREAM: detect properly kde5 and allow kde4 ui there; will be in 
4.4 series
+Patch16:libreoffice-4.3-plasma5-ui-decisions.patch
 # try to save space by using hardlinks
 Patch990:   install-with-hardlinks.diff
 BuildRequires:  ImageMagick
@@ -865,7 +865,7 @@
 %patch12
 %patch13 -p1
 %patch14 -p1
-%patch15 -p1
+%patch16 -p1
 %patch990 -p1
 # 256x256 icons
 tar -xjf %{SOURCE20}
@@ -963,7 +963,6 @@
 --enable-cairo-canvas \
 --enable-graphite \
 --enable-largefile \
---enable-mergelibs \
 --enable-python=system \
 --enable-randr \
 --enable-randr-link \







++ libreoffice-4.3-plasma5-ui-decisions.patch ++
From e04b8afe7aef5db535311630834bc25316433dae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= tomas.chva...@gmail.com
Date: Mon, 3 Nov 2014 10:01:52 +0100
Subject: Detect KDE5 and fallback to KDE4UI there

Change-Id: I8da53d7b81d28b0051be96c0c4ee0a29d8ed8360
Reviewed-on: https://gerrit.libreoffice.org/12209
Reviewed-by: Samuel Mehrbrodt s.mehrbr...@gmail.com
Tested-by: Samuel Mehrbrodt s.mehrbr...@gmail.com

diff --git a/vcl/unx/generic/desktopdetect/desktopdetector.cxx 
b/vcl/unx/generic/desktopdetect/desktopdetector.cxx
index 163d48e..e1f253d 100644
--- a/vcl/unx/generic/desktopdetect/desktopdetector.cxx
+++ b/vcl/unx/generic/desktopdetect/desktopdetector.cxx
@@ -272,6 +272,23 @@ static bool is_kde4_desktop( Display* pDisplay )
 return false;
 }
 
+static bool is_kde5_desktop( Display* pDisplay )
+{
+if ( NULL != getenv( KDE_FULL_SESSION ) )
+{
+OUString aVer( 5 );
+
+const char *pVer = getenv( KDE_SESSION_VERSION );
+if ( pVer  aVer.equalsIgnoreAsciiCaseAscii( pVer ) )
+return true;
+}
+
+if ( KDEVersion( pDisplay ) == 5 )
+return true;
+
+return false;
+}
+
 extern C
 {
 
@@ -285,6 +302,8 @@ DESKTOP_DETECTOR_PUBLIC DesktopType 
get_desktop_environment()
 
 if ( aOver.equalsIgnoreAsciiCase( tde ) )
 return DESKTOP_TDE;
+if ( aOver.equalsIgnoreAsciiCase( kde5 ) )
+return DESKTOP_KDE4;
 if ( 

commit emacs for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2014-11-06 16:49:45

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


Package is emacs

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2014-10-23 
14:20:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2014-11-06 
16:50:24.0 +0100
@@ -1,0 +2,13 @@
+Wed Oct 29 11:27:26 UTC 2014 - wer...@suse.de
+
+- Add patch emacs-24.4-bzr118021.patch which is baes on bzr#118021
+  to fix the Not an in-range integer, float, or cons of integers
+  on gtk-2.0 based systems
+
+---
+Fri Oct 24 14:35:43 UTC 2014 - wer...@suse.de
+
+- The gtk3 libraries are linked with libudev therefore add the
+  appropiate BuildRequire 
+
+---

New:

  emacs-24.4-bzr118021.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.CFG6gq/_old  2014-11-06 16:50:28.0 +0100
+++ /var/tmp/diff_new_pack.CFG6gq/_new  2014-11-06 16:50:28.0 +0100
@@ -54,6 +54,9 @@
 BuildRequires:  librsvg-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libtiff-devel
+%if 0%{?suse_version}  1140
+BuildRequires:  libudev-devel
+%endif
 BuildRequires:  libxml2-devel
 BuildRequires:  m17n-lib-devel
 BuildRequires:  ncurses-devel
@@ -99,6 +102,7 @@
 Patch5: emacs-24.4-ps-bdf.patch
 Patch7: emacs-24.1-ps-mule.patch
 Patch8: emacs-24.4-nonvoid.patch
+Patch9: emacs-24.4-bzr118021.patch
 Patch11:emacs-24.4-xim.patch
 Patch12:emacs-24.3-x11r7.patch
 Patch15:emacs-24.3-iconic.patch
@@ -209,6 +213,7 @@
 %patch5  -p0 -b .psbdf
 %patch7  -p0 -b .psmu
 %patch8  -p0 -b .nvoid
+%patch9  -p0 -b .inrange
 %patch11 -p0 -b .xim
 %patch12 -p0 -b .x11r7
 %patch15 -p0 -b .iconic

++ emacs-24.4-bzr118021.patch ++
---
 src/ChangeLog |   11 +++
 src/xselect.c |   42 --
 src/xterm.c   |   20 ++--
 src/xterm.h   |   16 
 4 files changed, 61 insertions(+), 28 deletions(-)

--- src/ChangeLog
+++ src/ChangeLog   2014-10-03 02:20:52.0 +
@@ -30,6 +30,17 @@
(font_matching_entity): Likewise.  If matching entity is found, insert
1-item vector with this entity instead of an entity itself (Bug#17125).
 
+2014-10-03  Paul Eggert  egg...@cs.ucla.edu
+
+   Fix x-focus-frame bug with Not an in-range integer (Bug#18586).
+   * xselect.c (X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX, X_LONG_MIN)
+   (X_ULONG_MAX): Move these macros to xterm.h.
+   (x_fill_property_data): Be more generous about allowing either
+   signed or unsigned data of the appropriate width.
+   * xterm.h (x_display_set_last_user_time): New function.
+   All setters of last_user_time changd to use this function.
+   If ENABLE_CHECKING, check that the times are in range.
+
 2014-10-02  Eli Zaretskii  e...@gnu.org
 
* xdisp.c (move_it_by_lines): Call reseat_1 after moving the
--- src/xselect.c
+++ src/xselect.c   2014-10-29 11:09:29.0 +
@@ -97,13 +97,6 @@ static Lisp_Object Qx_lost_selection_fun
is not necessarily sizeof (long).  */
 #define X_LONG_SIZE 4
 
-/* Extreme 'short' and 'long' values suitable for libX11.  */
-#define X_SHRT_MAX 0x7fff
-#define X_SHRT_MIN (-1 - X_SHRT_MAX)
-#define X_LONG_MAX 0x7fff
-#define X_LONG_MIN (-1 - X_LONG_MAX)
-#define X_ULONG_MAX 0xUL
-
 /* If this is a smaller number than the max-request-size of the display,
emacs will use INCR selection transfer when the selection is larger
than this.  The max-request-size is usually around 64k, so if you want
@@ -2307,10 +2300,10 @@ x_check_property_data (Lisp_Object data)
 void
 x_fill_property_data (Display *dpy, Lisp_Object data, void *ret, int format)
 {
-  long val;
-  long  *d32 = (long  *) ret;
-  short *d16 = (short *) ret;
-  char  *d08 = (char  *) ret;
+  unsigned long val;
+  unsigned long  *d32 = (unsigned long  *) ret;
+  unsigned short *d16 = (unsigned short *) ret;
+  unsigned char  *d08 = (unsigned char  *) ret;
   Lisp_Object iter;
 
   for (iter = data; CONSP (iter); iter = XCDR (iter))
@@ -2318,7 +2311,22 @@ x_fill_property_data (Display *dpy, Lisp
   Lisp_Object o = XCAR (iter);
 
   if (INTEGERP (o) || FLOATP (o) || CONSP (o))
-   val = cons_to_signed (o, LONG_MIN, LONG_MAX);
+   {
+ if (CONSP (o)
+  RANGED_INTEGERP (X_LONG_MIN  16, XCAR (o), X_LONG_MAX  16)
+  RANGED_INTEGERP (- (1  15), XCDR (o), -1))
+   {
+ /* 

commit libyajl for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libyajl for openSUSE:Factory checked 
in at 2014-11-06 16:49:43

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


Package is libyajl

Changes:

--- /work/SRC/openSUSE:Factory/libyajl/libyajl.changes  2012-02-14 
19:03:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.libyajl.new/libyajl.changes 2014-11-06 
16:50:22.0 +0100
@@ -1,0 +2,34 @@
+Wed Nov 05 12:00:00 UTC 2014 - k...@gmx.de
+
+- update to 2.1.0
+- 2.1.0
+- @nonodename, @patperry - fixed some compiler warnings
+- @yep, @emaste - documentation improvements
+- @sgravrock - build fix for NetBSD (and whenever sh != bash)
+- @rotty, @brimstone3, @lloyd - allow client to reset generator
+- @sgravrock - remove bash dependencies
+- @lloyd - add api tests
+- @rflynn - remove ruby dependency
+- @cloderic - nmake install works on windows
+- @shahbag - build fix for qnx
+- @breese - debugging improvements
+- @lloyd - json_verify supports -s flag for stream processing
+- @lloyd - json_reformat supports -s flag for stream processing
+- 2.0.4
+- @jcekstrom - additional checking in integer parsing
+- @jcekstrom - fix a bug in yajl_tree that would cause valid json 
integersto fail to parse
+- @plaguemorin - fix a memory leak in yajl_tree (error strings were being 
leaked)
+- @7AC - reset errno
+- @ConradIrwin - include flags to reformatter to allow toggling of escape 
solidus option
+- 2.0.3
+- John Stamp generation of a pkgconfig file at build time.
+- @robzuber bugfix in yajl_tree_get()
+- @lloyd - fix for compilation on 64 bit windows
+- 2.0.2
+- lth fix typos in yajl_tree.h macros YAJL_IS_INTEGER and YAJL_IS_DOUBLE,
+  contributed by Artem S Vybornov.
+- lth add #ifdef __cplusplus wrappers to yajl_tree to allow proper
+  usage from many populer C++ compilers.
+- fix array access
+
+---

Old:

  lloyd-yajl-2.0.1-0-gf4b2b1a.tar.gz

New:

  lloyd-yajl-2.1.0-0-g66cb08c.tar.gz



Other differences:
--
++ libyajl.spec ++
--- /var/tmp/diff_new_pack.linOtp/_old  2014-11-06 16:50:24.0 +0100
+++ /var/tmp/diff_new_pack.linOtp/_new  2014-11-06 16:50:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libyajl
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libyajl
-Version:2.0.1
+Version:2.1.0
 Release:0
 #
 # NB, upstream does not provide pre-built tar.gz downloads. Instead
@@ -37,7 +38,7 @@
 #
 # So for new versions, update 'githash' to match the hash of the
 # GIT tag associated with updated 'Version:' field just above
-%global githash f4b2b1a
+%global githash 66cb08c
 
 %define soname 2
 Summary:Yet Another JSON Library 
@@ -60,6 +61,7 @@
 BuildRequires:  glibc-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  make
+BuildRequires:  pkg-config
 
 %description
 YAJL is a small event-driven (SAX-style) JSON parser written in ANSI C, and a
@@ -114,39 +116,20 @@
 
 %prep
 %setup -q -n lloyd-yajl-%{githash}
-%patch1
-%patch2
+%patch1 -p1 -b .optflags
+%patch2 -p1 -b .lib_suffix
 
 %build
-LIBSUFFIX=$(echo %{_lib} | %__sed 's|^lib||')
-%__mkdir build
-pushd build
-OPTFLAGS=%{optflags} \
-cmake \
--DCMAKE_VERBOSE_MAKEFILE=TRUE \
--DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
--DLIB_INSTALL_DIR=%{_libdir} \
--DCMAKE_SKIP_RPATH=TRUE \
--DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
--DCMAKE_C_FLAGS_RELEASE:STRING=%{optflags} \
--DCMAKE_BUILD_TYPE=release \
--DCMAKE_STRIP=/usr/bin/touch \
--DLIB_SUFFIX=$LIBSUFFIX \
-..
-
-%__make %{?_smp_flags}
-popd build
+%cmake
+%{__make} %{_smp_mflags}
 
 %install
-pushd build
-%makeinstall
-popd build
+%cmake_install
 install -d -m 0755 $RPM_BUILD_ROOT%{_mandir}/man1
 install -m644 %SOURCE2 %SOURCE3 $RPM_BUILD_ROOT/%{_mandir}/man1
 
 %check
-cd test
-./run_tests.sh
+make test
 
 %post   -n %{name}%{soname} -p /sbin/ldconfig
 
@@ -162,6 +145,7 @@
 %defattr(-,root,root)
 %{_includedir}/yajl
 %{_libdir}/libyajl.so
+%{_datadir}/pkgconfig/yajl.pc
 
 %files -n %{name}-devel-static
 %defattr(-,root,root)

++ libyajl-lib_suffix.patch ++
--- /var/tmp/diff_new_pack.linOtp/_old  2014-11-06 16:50:24.0 +0100
+++ /var/tmp/diff_new_pack.linOtp/_new  2014-11-06 

commit poppler for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package poppler for openSUSE:Factory checked 
in at 2014-11-06 16:49:47

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


Package is poppler

Changes:

--- /work/SRC/openSUSE:Factory/poppler/poppler-qt.changes   2014-10-19 
19:27:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.poppler.new/poppler-qt.changes  2014-11-06 
16:50:29.0 +0100
@@ -1,0 +2,57 @@
+Tue Nov  4 19:41:03 UTC 2014 - zai...@opensuse.org
+
+- Update to version 0.28.1:
+  + Fix small typo that made pkg-config fail on some systems.
+- Changes from version 0.28.0:
+  + core:
+- Fix rendering of file with a wrong embedded font (fdo#84270).
+- Use alt colorspace to get CMYK values for an ICC based CMYK
+  colorspace (fdo#79019).
+- Map Standard/Expert encoding ligatures to AGLFN names
+  (fdo#80093).
+- Make Attribute::getName() work when UTF-16BE is used
+  (fdo#84722).
+- Fix memory leak in Dict::remove (fdo#84607).
+- Fix crashes in broken files.
+  + SplashOutputDev: Improve Overprintmode and shadings
+(fdo#80998).
+  + CairoOutputDev:
+- Fix crash when no group color space (fdo#85137).
+- Don't render text when text matrix is not invertable
+  (fdo#78042).
+- Only embed mime data for gray/rgb/cmyk colorspaces
+  (fdo#80719).
+- Only embed mime data if image decode map is identity.
+  + cairo:
+- Use matrix to determine pattern size (fdo#33364).
+- Fix compile warnings.
+- Regression test improvements.
+  + glib:
+- Fix use of uninitialized members in PopplerInputStream
+  (fdo#82630).
+- Documentation improvements.
+- Do not dist gir_DATA.
+- Remove use of GTK deprecated functions (fdo#82384,
+  fdo#82385).
+- Build introspection linking to the uninstalled libraries
+  (fdo#84526).
+  + qt4: Add a new Page::annotations() that let's you specify
+subtypes.
+  + qt5: Add a new Page::annotations() that let's you specify
+subtypes.
+  + utils:
+- pdfseparate: additonal handling for annotations (fdo#77549).
+- pdfdetach: fix crash when getPage() returns null (fdo#85145).
+- pdftocairo: Add support for printing to a Windows printer
+  (fdo#79936).
+  + build system:
+- Move automake version check from autogen.sh to configure.ac
+  (fdo#79797).
+- Makefile.am cleanups (fdo#79411).
+- Use poppler-data pkg-config.
+- Make autogen.sh work with variables with spaces.
+- Don't use -fPIC on mingw.
+- Fix build with --disable-utils (fdo#84448).
+- Bump poppler soname following upstream.
+
+---
poppler-qt5.changes: same change
poppler.changes: same change

Old:

  poppler-0.26.5.tar.xz

New:

  poppler-0.28.1.tar.xz



Other differences:
--
++ poppler-qt.spec ++
--- /var/tmp/diff_new_pack.fMVH2Q/_old  2014-11-06 16:50:31.0 +0100
+++ /var/tmp/diff_new_pack.fMVH2Q/_new  2014-11-06 16:50:31.0 +0100
@@ -21,11 +21,11 @@
 
 Name:   poppler-qt
 %define _name   poppler
-Version:0.26.5
+Version:0.28.1
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6
-%define poppler_soname 46
+%define poppler_soname 47
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 8
 %define poppler_qt4_soname 4

poppler-qt5.spec: same change
++ poppler.spec ++
--- /var/tmp/diff_new_pack.fMVH2Q/_old  2014-11-06 16:50:31.0 +0100
+++ /var/tmp/diff_new_pack.fMVH2Q/_new  2014-11-06 16:50:31.0 +0100
@@ -21,11 +21,11 @@
 
 Name:   poppler
 %define _name   poppler
-Version:0.26.5
+Version:0.28.1
 Release:0
 # Actual version of poppler-data:
 %define poppler_data_version 0.4.6
-%define poppler_soname 46
+%define poppler_soname 47
 %define poppler_cpp_soname 0
 %define poppler_glib_soname 8
 %define poppler_qt4_soname 4


++ poppler-0.26.5.tar.xz - poppler-0.28.1.tar.xz ++
 29582 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-lxml for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2014-11-06 16:49:51

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


Package is python-lxml

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2014-04-26 
19:33:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2014-11-06 16:50:32.0 +0100
@@ -1,0 +2,44 @@
+Tue Nov  4 07:43:22 UTC 2014 - m...@suse.com
+
+- Update to 3.4.0
+  * Features added
+  ** xmlfile(buffered=False) disables output buffering and flushes the
+ content after each API operation (starting/ending element blocks or
+ writes). A new method xf.flush() can alternatively be used to
+ explicitly flush the output.
+  ** lxml.html.document_fromstring has a new option ensure_head_body=True
+ which will add an empty head and/or body element to the result
+ document if missing.
+  ** lxml.html.iterlinks now returns links inside meta refresh tags.
+  ** New XMLParser option collect_ids=False to disable ID hash table
+ creation. This can substantially speed up parsing of documents with
+ many different IDs that are not used.
+  ** The parser uses per-document hash tables for XML IDs. This reduces
+ the load of the global parser dict and speeds up parsing for
+ documents with many different IDs.
+  ** ElementTree.getelementpath(element) returns a structural ElementPath
+ expression for the given element, which can be used for lookups later.
+  ** xmlfile() accepts a new argument close=True to close file(-like)
+ objects after writing to them. Before, xmlfile() only closed the file
+ if it had opened it internally.
+  ** Allow bytearray type for ASCII text input.
+
+  * Other changes
+  ** LP#400588: decoding errors have become hard errors even in recovery
+ mode. Previously, they could lead to an internal tree representation
+ in a mixed encoding state, which lead to very late errors or even
+ silently incorrect behaviour during tree traversal or serialisation.
+  ** Requires Python 2.6, 2.7, 3.2 or later. No longer supports Python 2.4,
+ 2.5 and 3.1, use lxml 3.3.x for those.
+  ** Requires libxml2 2.7.0 or later and libxslt 1.1.23 or later, use lxml
+ 3.3.x with older versions.
+- Add updatream patch lxml-dont-depend-on-URL-formatting-in-test.patch
+  * fix test
+- Changes in 3.3.6
+  * Bugs fixed
+  ** Prevent tree cycle creation when adding Elements as siblings.
+  ** LP#1361948: crash when deallocating Element siblings without parent.
+  ** LP#1354652: crash when traversing internally loaded documents in XSLT
+ extension functions.
+
+---

Old:

  lxml-3.3.5.tgz
  lxmldoc-3.3.5.pdf

New:

  lxml-3.4.0.tar.gz
  lxml-dont-depend-on-URL-formatting-in-test.patch
  lxmldoc-3.4.0.pdf



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.170bqU/_old  2014-11-06 16:50:33.0 +0100
+++ /var/tmp/diff_new_pack.170bqU/_new  2014-11-06 16:50:33.0 +0100
@@ -17,16 +17,17 @@
 
 
 Name:   python-lxml
-Version:3.3.5
+Version:3.4.0
 Release:0
 Summary:Powerful and Pythonic XML processing library
 License:BSD-3-Clause and GPL-2.0+
 Group:  Development/Languages/Python
 Url:http://lxml.de/
-Source: http://lxml.de/files/lxml-%{version}.tgz
+Source: 
http://pypi.python.org/packages/source/l/lxml/lxml-%{version}.tar.gz
 Source1:http://lxml.de/lxmldoc-%{version}.pdf
-BuildRequires:  libxml2-devel
-BuildRequires:  libxslt-devel
+Patch0: lxml-dont-depend-on-URL-formatting-in-test.patch
+BuildRequires:  libxml2-devel = 2.7.0
+BuildRequires:  libxslt-devel = 1.1.23
 BuildRequires:  python-Cython = 0.20
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -61,6 +62,7 @@
 
 %prep
 %setup -q -n lxml-%{version}
+%patch0 -p1
 cp %{SOURCE1} .
 
 %build

++ lxml-dont-depend-on-URL-formatting-in-test.patch ++
From 720e43d6a0036ac12c438a5e5c1914d30d8603ff Mon Sep 17 00:00:00 2001
From: Stefan Behnel stefan...@behnel.de
Date: Sun, 19 Oct 2014 08:39:35 +0200
Subject: [PATCH] do not depend on formatting of file: URL in test (differs
 across libxml2 versions)

---
 src/lxml/tests/test_etree.py | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/lxml/tests/test_etree.py b/src/lxml/tests/test_etree.py
index 1aa8cd7..6dafe04 100644
--- a/src/lxml/tests/test_etree.py
+++ b/src/lxml/tests/test_etree.py
@@ -1284,7 +1284,10 @@ class ETreeOnlyTestCase(HelperTestCase):
 
 class 

commit python3-setuptools for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2014-11-06 16:49:52

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


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2014-05-10 08:32:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2014-11-06 16:50:33.0 +0100
@@ -1,0 +2,161 @@
+Tue Nov  4 19:53:33 UTC 2014 - a...@gmx.de
+
+- update to 7.0. Here is a list of the changes for each version since 3.6:
+
+  7.0:
+- Issue #80, Issue #209: Eggs that are downloaded for
+  setup_requires, test_requires, etc. are now placed in a
+  ./.eggs directory instead of directly in the current
+  directory. This choice of location means the files can be
+  readily managed (removed, ignored). Additionally, later
+  phases or invocations of setuptools will not detect the
+  package as already installed and ignore it for permanent
+  install (See #209).
+
+- This change is indicated as backward-incompatible as
+  installations that depend on the installation in the
+  current directory will need to account for the new
+  location. Systems that ignore *.egg will probably need to
+  be adapted to ignore .eggs. The files will need to be
+  manually moved or will be retrieved again. Most use cases
+  will require no attention.
+
+  6.1:
+- Issue #268: When resolving package versions, a
+  VersionConflict now reports which package previously
+  required the conflicting version.
+
+  6.0.2:
+- Issue #262: Fixed regression in pip install due to egg-info
+  directories being omitted. Re-opens Issue #118.
+
+  6.0.1:
+- Issue #259: Fixed regression with namespace package handling
+  on single version, externally managed installs.
+
+  6.0:
+- Issue #100: When building a distribution, Setuptools will no
+  longer match default files using platform-dependent case
+  sensitivity, but rather will only match the files if their
+  case matches exactly. As a result, on Windows and other
+  case-insensitive file systems, files with names such as
+  'readme.txt' or 'README.TXT' will be omitted from the
+  distribution and a warning will be issued indicating that
+  'README.txt' was not found. Other filenames affected are:
+
+  README.rst
+  README
+  setup.cfg
+  setup.py (or the script name)
+  test/test*.py
+- Any users producing distributions with filenames that match
+  those above case-insensitively, but not case-sensitively,
+  should rename those files in their repository for better
+  portability.
+- Pull Request #72: When using
+  single_version_externally_managed, the exclusion list now
+  includes Python 3.2 __pycache__ entries.
+- Pull Request #76 and Pull Request #78: lines in
+  top_level.txt are now ordered deterministically.
+- Issue #118: The egg-info directory is now no longer included
+  in the list of outputs.
+- Issue #258: Setuptools now patches distutils msvc9compiler
+  to recognize the specially-packaged compiler package for
+  easy extension module support on Python 2.6, 2.7, and 3.2.
+
+  5.8:
+- Issue #237: pkg_resources now uses explicit detection of
+  Python 2 vs. Python 3, supporting environments where
+  builtins have been patched to make Python 3 look more like
+  Python 2.
+
+  5.7:
+- Issue #240: Based on real-world performance measures against
+  5.4, zip manifests are now cached in all circumstances. The
+  PKG_RESOURCES_CACHE_ZIP_MANIFESTS environment variable is no
+  longer relevant. The observed memory increase referenced
+  in the 5.4 release notes and detailed in Issue #154 was
+  likely not an increase over the status quo, but rather only
+  an increase over not storing the zip info at all.
+
+  5.6:
+- Issue #242: Use absolute imports in svn_utils to avoid
+  issues if the installing package adds an xml module to the
+  path.
+
+  5.5.1:
+- Issue #239: Fix typo in 5.5 such that fix did not take.
+
+  5.5:
+- Issue #239: Setuptools now includes the setup_requires
+  directive on Distribution objects and validates the syntax
+  just like install_requires and 

commit pulseaudio for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2014-11-06 16:49:55

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


Package is pulseaudio

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2014-10-25 
08:32:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2014-11-06 16:50:38.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  5 14:49:17 CET 2014 - ti...@suse.de
+
+- Fix wrong mixer setup / jack detection issues (bnc#851362)
+  0001-alsa-mixer-recognize-Dock-headphone-jack.patch
+  0002-alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
+
+---

New:

  alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
  alsa-mixer-recognize-Dock-headphone-jack.patch



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.kMpi13/_old  2014-11-06 16:50:39.0 +0100
+++ /var/tmp/diff_new_pack.kMpi13/_new  2014-11-06 16:50:39.0 +0100
@@ -44,6 +44,10 @@
 Patch2: pulseaudio-wrong-memset.patch
 # PATCH-FIX-UPSTREAM pulseaudio-bnc881524-rtp.patch sree...@suse.com
 Patch3: pulseaudio-bnc881524-rtp.patch
+# PATCH-FIX-UPSTREAM alsa-mixer-recognize-Dock-headphone-jack.patch 
ti...@suse.de
+Patch4: alsa-mixer-recognize-Dock-headphone-jack.patch
+# PATCH-FIX-UPSTREAM 
alsa-mixer-Ignore-some-elements-in-the-analog-output.patch ti...@suse.de
+Patch5: alsa-mixer-Ignore-some-elements-in-the-analog-output.patch
 BuildRequires:  alsa-devel = 1.0.19
 # require only minimal bluez, if we are on bluez 5 we will determine in %build 
phase
 BuildRequires:  bluez-devel = 4.99
@@ -298,6 +302,8 @@
 %patch1 -p1
 %patch2
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 echo 'HTML_TIMESTAMP=NO'  doxygen/doxygen.conf.in

++ alsa-mixer-Ignore-some-elements-in-the-analog-output.patch ++
From 717834086c57667823a34d76357a572f43e5313b Mon Sep 17 00:00:00 2001
From: Tanu Kaskinen tanu.kaski...@linux.intel.com
Date: Mon, 27 Oct 2014 13:00:00 +0200
Subject: [PATCH] alsa-mixer: Ignore some elements in the analog-output path

The analog-output path should be suppressed when there are more
specific paths available. Currently that usually doesn't happen. The
suppression can be done with the path subset detection, and this patch
makes that work (another approach would be to mark the elements as
required-absent, like analog-input does, but I like the subset
suppression more, because it requires less stuff in the configuration
files). The problem with listing the now-removed elements in
analog-output.conf was that if the sound card had e.g. a Speaker
element, then the switch behaviour was different between analog-output
and analog-output-speakers, so analog-output was not considered a
subset of analog-output-speakers.

BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=74609
---
 src/modules/alsa/mixer/paths/analog-output.conf |   30 
 1 file changed, 30 deletions(-)

--- a/src/modules/alsa/mixer/paths/analog-output.conf
+++ b/src/modules/alsa/mixer/paths/analog-output.conf
@@ -22,14 +22,6 @@
 [General]
 priority = 99
 
-[Jack Line Out]
-state.plugged = unknown
-state.unplugged = unknown
-
-[Jack Line Out Phantom]
-state.plugged = unknown
-state.unplugged = unknown
-
 [Element Hardware Master]
 switch = mute
 volume = merge
@@ -46,28 +38,6 @@ override-map.2 = all-left,all-right
 switch = off
 volume = off
 
-[Element Line HP Swap]
-switch = off
-
-; This profile path is intended to control the default output, not the
-; headphones. But it should not hurt if we leave the headphone jack
-; enabled nonetheless.
-[Element Headphone]
-switch = mute
-volume = zero
-
-[Element Headphone2]
-switch = mute
-volume = zero
-
-[Element Speaker]
-switch = mute
-volume = off
-
-[Element Desktop Speaker]
-switch = mute
-volume = off
-
 [Element Front]
 switch = mute
 volume = merge
++ alsa-mixer-recognize-Dock-headphone-jack.patch ++
From 594da41d07edcebc5fd319388852a66cc3f12ace Mon Sep 17 00:00:00 2001
From: Sjoerd Simons sjo...@luon.net
Date: Sun, 31 Aug 2014 20:11:21 +0200
Subject: [PATCH] alsa-mixer: recognize Dock headphone jack
References: bnc#851362

Recognize the Dock headphone jack in the same way the normal  front
headphone jacks are detected.

Reviewed-by: David Henningsson david.hennings...@canonical.com

---
 src/modules/alsa/mixer/paths/analog-output-headphones.conf | 8 
 src/modules/alsa/mixer/paths/analog-output-speaker.conf| 4 
 2 files changed, 12 insertions(+)

diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf 

commit yast2-theme for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-theme for openSUSE:Factory 
checked in at 2014-11-06 16:49:54

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


Package is yast2-theme

Changes:

--- /work/SRC/openSUSE:Factory/yast2-theme/yast2-theme.changes  2014-09-12 
15:25:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme.changes 
2014-11-06 16:50:36.0 +0100
@@ -1,0 +2,6 @@
+Fri Oct 24 08:12:51 UTC 2014 - co...@suse.com
+
+- change twm to look back on light gray again
+- 3.1.32
+
+---

Old:

  yast2-theme-3.1.31.tar.bz2

New:

  yast2-theme-3.1.32.tar.bz2



Other differences:
--
++ yast2-theme-SLE.spec ++
--- /var/tmp/diff_new_pack.xJcPkN/_old  2014-11-06 16:50:37.0 +0100
+++ /var/tmp/diff_new_pack.xJcPkN/_new  2014-11-06 16:50:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-theme-SLE
-Version:3.1.31
+Version:3.1.32
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

yast2-theme.spec: same change
++ yast2-theme-3.1.31.tar.bz2 - yast2-theme-3.1.32.tar.bz2 ++
/work/SRC/openSUSE:Factory/yast2-theme/yast2-theme-3.1.31.tar.bz2 
/work/SRC/openSUSE:Factory/.yast2-theme.new/yast2-theme-3.1.32.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 sbcl for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2014-11-06 16:50:20

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


Package is sbcl

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2014-09-03 
21:08:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2014-11-06 
16:51:26.0 +0100
@@ -1,0 +2,30 @@
+Wed Nov  5 08:17:38 UTC 2014 - tog...@opensuse.org
+
+- Update to version 1.2.5
+
+  * Enhancement
+   +  sb-bsd-sockets now has basic support for IPv6
+   + An sb-unicode package has been added, containing
+ many functions related to handling Unicode text
+   + The reader now normalizes symbols to Normalization
+ Form KC (NFKC). This behavior can be disabled with
+ SB-EXT:READTABLE-NORMALIZATION
+   + enhancement: a style-warning is signaled if OPTIMIZE
+ declarations multiply specify a quality with differing values.
+ (lp#310267)
+
+  * Bug fix:
++ conservatively pointed to pages wipe out unused dwords
+  so that they cannot act as false roots in turn.
++ the walker's handling of lexical variable and
+  symbol-macro bindings is improved (lp#375326, lp#1368305)
++ HANDLER-{BIND,CASE} no longer drop into ldb when a
+  clause contains an undefined condition type; regression
+  in 1.1.19( lp#1378939)
++ in interpreted code, inequality predicates did not
+  type-check arguments that weren't examined, and a 1-argument use
+  of MIN or MAX accepted a complex number. (lp#1373702)
++ APROPOS and APROPOS-LIST handle inherited symbols correctly.
+  (lp#1364413, thanks to Zach Beane)
+
+---

Old:

  sbcl-1.2.3-source.tar.bz2

New:

  sbcl-1.2.5-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.ISbZJJ/_old  2014-11-06 16:51:27.0 +0100
+++ /var/tmp/diff_new_pack.ISbZJJ/_new  2014-11-06 16:51:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.2.3
+Version:1.2.5
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause

++ sbcl-1.2.3-source.tar.bz2 - sbcl-1.2.5-source.tar.bz2 ++
 282631 lines of diff (skipped)

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



commit libsigrokdecode for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libsigrokdecode for openSUSE:Factory 
checked in at 2014-11-06 16:50:13

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


Package is libsigrokdecode

Changes:

--- /work/SRC/openSUSE:Factory/libsigrokdecode/libsigrokdecode.changes  
2014-08-07 12:37:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsigrokdecode.new/libsigrokdecode.changes 
2014-11-06 16:50:54.0 +0100
@@ -1,0 +2,13 @@
+Fri Oct 24 11:26:48 UTC 2014 - dims...@opensuse.org
+
+- Add libsigrokdecode-versioned-decoders.patch: move decoders to
+  a versioned subdirectory.
+- Change RPM Group of the library package to System/Libraries.
+
+---
+Thu Oct 23 11:52:31 UTC 2014 - m...@suse.com
+
+- Keep the decoders under /usr/share/libsigrokdecode (unversioned)
+  otherwise the library won't find them.
+
+---

New:

  libsigrokdecode-versioned-decoders.patch



Other differences:
--
++ libsigrokdecode.spec ++
--- /var/tmp/diff_new_pack.Ilt2MR/_old  2014-11-06 16:50:56.0 +0100
+++ /var/tmp/diff_new_pack.Ilt2MR/_new  2014-11-06 16:50:56.0 +0100
@@ -25,6 +25,7 @@
 Group:  Productivity/Scientific/Electronics
 Url:http://sigrok.org
 Source0:
http://sigrok.org/download/source/libsigrokdecode/%{name}-%{version}.tar.gz
+Patch0: libsigrokdecode-versioned-decoders.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  check-devel = 0.9.4
@@ -47,6 +48,7 @@
 
 %package -n %{libname}
 Summary:Protocol Decoder Library for sigrok
+Group:  System/Libraries
 Requires:   python3-base
 
 %description -n %{libname}
@@ -75,8 +77,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -fiv
 %configure \
 --disable-static
 make %{?_smp_mflags}
@@ -84,7 +88,6 @@
 %install
 %make_install
 find %{buildroot} -type f -name *.la -delete -print
-mv %{buildroot}/%{_datadir}/%{name} %{buildroot}/%{_datadir}/%{libname}
 
 %post -n %{libname} -p /sbin/ldconfig
 
@@ -94,7 +97,7 @@
 %defattr(-,root,root,-)
 %doc COPYING README HACKING NEWS
 %{_libdir}/*.so.*
-%{_datadir}/%{libname}
+%{_datadir}/%{name}-%{version}/
 
 %files devel
 %defattr(-,root,root,-)

++ libsigrokdecode-versioned-decoders.patch ++
diff -ur libsigrokdecode-0.3.0/configure.ac 
libsigrokdecode-0.3.0.patched/configure.ac
--- libsigrokdecode-0.3.0/configure.ac  2014-05-06 23:08:31.0 +0200
+++ libsigrokdecode-0.3.0.patched/configure.ac  2014-10-24 15:20:07.479481279 
+0200
@@ -143,15 +143,15 @@
 # These are already checked: inttypes.h stdint.h stdlib.h string.h unistd.h.
 AC_CHECK_HEADER([sys/resource.h], [], [build_runtc=no])
 
-AC_SUBST(DECODERS_DIR, $datadir/libsigrokdecode/decoders)
-AC_SUBST(MAKEFLAGS, '--no-print-directory')
-AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
-
 SRD_PACKAGE_VERSION_MAJOR=srd_package_version_major
 SRD_PACKAGE_VERSION_MINOR=srd_package_version_minor
 SRD_PACKAGE_VERSION_MICRO=srd_package_version_micro
 SRD_PACKAGE_VERSION=srd_package_version
 
+AC_SUBST(DECODERS_DIR, 
$datadir/libsigrokdecode-${SRD_PACKAGE_VERSION}/decoders)
+AC_SUBST(MAKEFLAGS, '--no-print-directory')
+AC_SUBST(AM_LIBTOOLFLAGS, '--silent')
+
 AC_SUBST(SRD_PACKAGE_VERSION_MAJOR)
 AC_SUBST(SRD_PACKAGE_VERSION_MINOR)
 AC_SUBST(SRD_PACKAGE_VERSION_MICRO)
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xf86-video-openchrome for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-openchrome for 
openSUSE:Factory checked in at 2014-11-06 16:50:24

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


Package is xf86-video-openchrome

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-video-openchrome/xf86-video-openchrome.changes  
2013-06-05 13:24:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-openchrome.new/xf86-video-openchrome.changes
 2014-11-06 16:51:31.0 +0100
@@ -1,0 +2,11 @@
+Wed Nov  5 10:35:23 UTC 2014 - sndir...@suse.com
+
+- u_xf86.h-cannot-be-included-without-first-including-xo.patch 
+  * fixes build with latest glibc
+
+---
+Mon Oct 27 09:10:25 UTC 2014 - sndir...@suse.com
+
+- fixed buildrequires (added pkgconfig(gl)) 
+
+---

New:

  u_xf86.h-cannot-be-included-without-first-including-xo.patch



Other differences:
--
++ xf86-video-openchrome.spec ++
--- /var/tmp/diff_new_pack.HrHUQZ/_old  2014-11-06 16:51:32.0 +0100
+++ /var/tmp/diff_new_pack.HrHUQZ/_new  2014-11-06 16:51:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-openchrome
 #
-# 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
@@ -25,7 +25,9 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch0: xf86-video-openchrome-abuild.patch
+Patch1: u_xf86.h-cannot-be-included-without-first-including-xo.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xorg-server)
@@ -38,6 +40,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure

++ u_xf86.h-cannot-be-included-without-first-including-xo.patch ++
From 879f098cf8b8dc134569b9943f9665bfae17467e Mon Sep 17 00:00:00 2001
From: Stefan Dirsch sndir...@suse.de
Date: Wed, 5 Nov 2014 11:29:37 +0100
Subject: [PATCH] xf86.h cannot be included without first including
 xorg-server.h.

Without this the build fails on systems with the latest glibc,
throwing this error:

In file included from /usr/include/string.h:634:0,
 from /usr/include/xorg/os.h:53,
 from /usr/include/xorg/misc.h:115,
 from /usr/include/xorg/xf86str.h:37,
 from /usr/include/xorg/xf86.h:44,
 from via_3d.h:28,
 from via_3d.c:24:
/usr/include/xorg/os.h:579:1: error: expected identifier or '(' before 
'__extension__'
 strndup(const char *str, size_t n);

This is caused by HAVE_STRNDUP not being set (it is set from xorg-server.h),
causing os.h to redefine it.

Signed-off-by: Stefan Dirsch sndir...@suse.de
---
 src/via_3d.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/via_3d.h b/src/via_3d.h
index c33228e..15be0be 100644
--- a/src/via_3d.h
+++ b/src/via_3d.h
@@ -24,6 +24,7 @@
 #ifndef VIA_3D_H
 #define VIA_3D_H
 
+#include xorg-server.h
 #include xf86.h
 #include via_dmabuffer.h
 
-- 
1.8.4.5

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



commit openlmi-tools for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package openlmi-tools for openSUSE:Factory 
checked in at 2014-11-06 16:50:23

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


Package is openlmi-tools

Changes:

--- /work/SRC/openSUSE:Factory/openlmi-tools/openlmi-tools.changes  
2014-09-10 10:19:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.openlmi-tools.new/openlmi-tools.changes 
2014-11-06 16:51:30.0 +0100
@@ -1,0 +2,14 @@
+Wed Oct 29 09:16:35 UTC 2014 - kkae...@suse.com
+
+- Upgrade to 0.10.2
+  - improve exception wrapping
+  - CIMError contains also an origin of the error
+  - scripts: added CONNECTION_TIMEOUT property
+  - added min_column_sizes param to the TableFormatter
+  - documentation overhaul
+  - restructured
+  - use readthedocs theme
+  - fix signal() behavior in non-main thread
+  - fix missing indication reply
+
+---

Old:

  openlmi-tools-0.10.1.tar.gz

New:

  openlmi-tools-0.10.2.tar.gz



Other differences:
--
++ openlmi-tools.spec ++
--- /var/tmp/diff_new_pack.PhuQMW/_old  2014-11-06 16:51:31.0 +0100
+++ /var/tmp/diff_new_pack.PhuQMW/_new  2014-11-06 16:51:31.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   openlmi-tools
-Version:0.10.1
+Version:0.10.2
 Release:2%{?dist}
 Summary:Tooling around openLMI
 License:GPL-2.0
@@ -44,6 +44,7 @@
 BuildRequires:  python-pywbem
 BuildRequires:  python-sphinx
 BuildRequires:  python-sphinx-theme-openlmi
+BuildRequires:  python-sphinx_rtd_theme
 %if 0%{?suse_version}  1120
 # SLE11 needs explicit BuildRoot
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ openlmi-tools-0.10.1.tar.gz - openlmi-tools-0.10.2.tar.gz ++
 15409 lines of diff (skipped)

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



commit xfce4-session for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-session for openSUSE:Factory 
checked in at 2014-11-06 16:50:16

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


Package is xfce4-session

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-session/xfce4-session.changes  
2014-10-22 16:23:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-session.new/xfce4-session.changes 
2014-11-06 16:50:58.0 +0100
@@ -7,0 +8,8 @@
+Sun Oct 19 18:35:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms in startxfce4 script (bxo#10828)
+- add patches:
+  * xfce4-session-4.10.1-fix-bashisms.patch (backported from
+upstream git)
+
+---

New:

  xfce4-session-4.10.1-fix-bashisms.patch



Other differences:
--
++ xfce4-session.spec ++
--- /var/tmp/diff_new_pack.l3bPgK/_old  2014-11-06 16:51:00.0 +0100
+++ /var/tmp/diff_new_pack.l3bPgK/_new  2014-11-06 16:51:00.0 +0100
@@ -34,6 +34,8 @@
 Patch2: xfce4-session-systemd-suspend-hibernate-support.patch
 # PATCH-FIX-UPSTREAM xfce4-session-set-desktop-name.patch bxo#11239 
g...@opensuse.org -- Set DesktopNames property in the xsession file
 Patch3: xfce4-session-set-desktop-name.patch
+# PATCH-FIX-UPSTREAM xfce4-session-4.10.1-fix-bashisms.patch bxo#10828 
led...@gmail.com -- Fix bashisms in startxfce4 script (backported from upstream 
git)
+Patch4: xfce4-session-4.10.1-fix-bashisms.patch
 BuildRequires:  iceauth
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
@@ -123,6 +125,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 xdt-autogen

++ xfce4-session-4.10.1-fix-bashisms.patch ++
From c55ce35bcdb030cd11ac5fe98ec749918e434157 Mon Sep 17 00:00:00 2001
From: Eric Koegel eric.koe...@gmail.com
Date: Sun, 20 Jul 2014 18:09:22 +0300
Subject: Non-POSIX compliant test used in startxfce4 (Bug 10828)

Patch and bug report by seejay
The command line arguments --help and --with-ck-launch
can't be used on systems which have a non-bash /bin/sh
(e.g. Debian, as far as I'm aware). This is due to the use
of ==  instead of = in test commands, which is a bash
extension.

diff --git a/scripts/startxfce4.in b/scripts/startxfce4.in
index b346d8f..d0a74a9 100644
--- a/scripts/startxfce4.in
+++ b/scripts/startxfce4.in
@@ -24,7 +24,7 @@ then
   OPTS=
   for OPT in $*
   do
-if test x$OPT == x--help
+if test x$OPT = x--help
 then
   # print help and exit
   echo Usage:
@@ -37,7 +37,7 @@ then
   echo
 
   exit 0
-elif test x$OPT == x--with-ck-launch
+elif test x$OPT = x--with-ck-launch
 then
   # try to launch xfce4-session with ck-launch-session in xinitrc
   XFCE4_SESSION_WITH_CK=1
-- 
cgit v0.10.1

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



commit java-1_8_0-openjdk for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2014-11-06 16:50:19

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


Package is java-1_8_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2014-10-29 21:11:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2014-11-06 16:51:08.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov  4 19:25:03 UTC 2014 - fst...@suse.com
+
+- Upgrade to upstream tag jdk8u40-b12
+  * Unstable snapshot in view of jdk8u40 release
+  * aarch64 hotspot merged to the level of jdk8u40-b12
+- Remove unneeded aarch64-jdk8u40-b09_b10.patch:
+  * the aarch64 hotspot merge contains all the changes
+
+---

Old:

  076b1f38a5cc.tar.bz2
  1053aeab6b12.tar.bz2
  1b3abbeee961.tar.bz2
  1f5248bc0714.tar.bz2
  337fb10bc4da.tar.bz2
  3ac6832f7901.tar.bz2
  69b84370397f.tar.bz2
  a6d92ff8b962.tar.bz2
  aarch64-jdk8u40-b09_b10.patch
  c3a4729c70fa.tar.bz2

New:

  04d6681092ca.tar.bz2
  375a3a3256d0.tar.bz2
  3e6d3c8810ee.tar.bz2
  6b93bf9ea3ea.tar.bz2
  b0cde44bdbfd.tar.bz2
  d78fb9203a27.tar.bz2
  e7560bceb36a.tar.bz2
  f5c47f0074b4.tar.bz2
  fb8db1363920.tar.bz2



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.xhBQ2c/_old  2014-11-06 16:51:11.0 +0100
+++ /var/tmp/diff_new_pack.xhBQ2c/_new  2014-11-06 16:51:11.0 +0100
@@ -30,20 +30,20 @@
 %global archname%{name}
 # Standard JPackage naming and versioning defines.
 %global updatever   40
-%global buildverb10
+%global buildverb12
 %global root_projectjdk8u
 %global root_repository jdk8u
-%global root_revision   1053aeab6b12
-%global corba_revision  a6d92ff8b962
-%global hotspot_revision 1b3abbeee961
-%global jaxp_revision   1f5248bc0714
-%global jaxws_revision  337fb10bc4da
-%global jdk_revisionc3a4729c70fa
-%global langtools_revision 69b84370397f
-%global nashorn_revision 076b1f38a5cc
+%global root_revision   3e6d3c8810ee
+%global corba_revision  f5c47f0074b4
+%global hotspot_revision 6b93bf9ea3ea
+%global jaxp_revision   b0cde44bdbfd
+%global jaxws_revision  d78fb9203a27
+%global jdk_revisionfb8db1363920
+%global langtools_revision e7560bceb36a
+%global nashorn_revision 375a3a3256d0
 %global aarch64_project aarch64-port
 %global aarch64_repository jdk8
-%global aarch64_hotspot_revision 3ac6832f7901
+%global aarch64_hotspot_revision 04d6681092ca
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority180%{updatever}
@@ -194,8 +194,6 @@
 Source100:  config.guess
 Source101:  config.sub
 # RPM/distribution specific patches
-# Bring the aarch64 hotspot tarball from b09 to b10 manually
-Patch1: aarch64-jdk8u40-b09_b10.patch
 # RHBZ 1015432
 Patch2: 1015432.patch
 # Restrict access to java-atk-wrapper classes
@@ -495,9 +493,6 @@
 %patch204 -p1
 %patch205 -p1
 
-%ifarch %{aarch64}
-%patch1
-%endif
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1

++ 076b1f38a5cc.tar.bz2 - 04d6681092ca.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/076b1f38a5cc.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/04d6681092ca.tar.bz2 differ: 
char 11, line 1

++ 076b1f38a5cc.tar.bz2 - 375a3a3256d0.tar.bz2 ++
 7298 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - 3e6d3c8810ee.tar.bz2 ++
 479151 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - 6b93bf9ea3ea.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/076b1f38a5cc.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/6b93bf9ea3ea.tar.bz2 differ: 
char 11, line 1

++ 076b1f38a5cc.tar.bz2 - b0cde44bdbfd.tar.bz2 ++
 969024 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - d78fb9203a27.tar.bz2 ++
 939518 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - e7560bceb36a.tar.bz2 ++
 951082 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - f5c47f0074b4.tar.bz2 ++
 598596 lines of diff (skipped)

++ 076b1f38a5cc.tar.bz2 - fb8db1363920.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_8_0-openjdk/076b1f38a5cc.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/fb8db1363920.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 apache2-mod_nss for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_nss for openSUSE:Factory 
checked in at 2014-11-06 16:50:15

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


Package is apache2-mod_nss

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_nss/apache2-mod_nss.changes  
2014-10-31 19:57:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 
2014-11-06 16:50:56.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov  4 14:13:46 UTC 2014 - kstreit...@suse.com
+
+- bnc#902068: added mod_nss-add_support_for_enabling_TLS_v1.2.patch
+  that adding small fixes for support of TLS v1.2 
+
+---

New:

  mod_nss-add_support_for_enabling_TLS_v1.2.patch



Other differences:
--
++ apache2-mod_nss.spec ++
--- /var/tmp/diff_new_pack.e5AH66/_old  2014-11-06 16:50:58.0 +0100
+++ /var/tmp/diff_new_pack.e5AH66/_new  2014-11-06 16:50:58.0 +0100
@@ -72,6 +72,8 @@
 Patch23:mod_nss-bnc863518-reopen_dev_tty.diff
 # PATCH-FIX-UPSTREAM bnc#897712 kstreit...@suse.com -- check for the 
misconfiguration of certificate's CN and virtual name
 Patch24:mod_nss-compare_subject_CN_and_VS_hostname.patch
+# PATCH-FIX-UPSTREAM bnc#902068 kstreit...@suse.com -- small fixes for TLS-v1.2
+Patch25:mod_nss-add_support_for_enabling_TLS_v1.2.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %defineapxs /usr/sbin/apxs2
@@ -112,6 +114,7 @@
 %patch20 -p0 -b .ciphers.doc.rpmpatch
 %patch23 -p0 -b .mod_nss-bnc863518-reopen_dev_tty.rpmpatch
 %patch24 -p1 -b .mod_nss-compare_subject_CN_and_VS_hostname.rpmpatch
+%patch25 -p1 -b .mod_nss-add_support_for_enabling_TLS_v1.2.rpmpatch
 
 # keep this last, otherwise we get fuzzyness from above
 %if 0%{?suse_version} = 1300

++ mod_nss-add_support_for_enabling_TLS_v1.2.patch ++
From 78c17097186a8cacfb237af67fdd87599a727e88 Mon Sep 17 00:00:00 2001
From: Rob Crittenden rcrit...@redhat.com
Date: Thu, 16 Oct 2014 14:05:05 -0400
Subject: [PATCH] Add support for enabling TLS v1.2

If support is available in NSS then it is just a matter of including
TLS 1.2 in the protocol range.
---
 docs/mod_nss.html | 97 ---
 mod_nss.c |  4 +--
 nss.conf.in   |  2 +-
 nss_engine_init.c | 51 +
 nss_engine_vars.c |  3 ++
 5 files changed, 86 insertions(+), 71 deletions(-)

Index: mod_nss-1.0.8/nss.conf.in
===
--- mod_nss-1.0.8.orig/nss.conf.in
+++ mod_nss-1.0.8/nss.conf.in
@@ -98,7 +98,7 @@ NSSCipherSuite +rsa_rc4_128_md5,+rsa_rc4
 # ECC enabled NSS and mod_nss and want to use Elliptical Curve Cryptography
 #NSSCipherSuite 
+rsa_rc4_128_md5,+rsa_rc4_128_sha,+rsa_3des_sha,-rsa_des_sha,-rsa_rc4_40_md5,-rsa_rc2_40_md5,-rsa_null_md5,-rsa_null_sha,+fips_3des_sha,-fips_des_sha,-fortezza,-fortezza_rc4_128_sha,-fortezza_null,-rsa_des_56_sha,-rsa_rc4_56_sha,+rsa_aes_128_sha,+rsa_aes_256_sha,-ecdh_ecdsa_null_sha,+ecdh_ecdsa_rc4_128_sha,+ecdh_ecdsa_3des_sha,+ecdh_ecdsa_aes_128_sha,+ecdh_ecdsa_aes_256_sha,-ecdhe_ecdsa_null_sha,+ecdhe_ecdsa_rc4_128_sha,+ecdhe_ecdsa_3des_sha,+ecdhe_ecdsa_aes_128_sha,+ecdhe_ecdsa_aes_256_sha,-ecdh_rsa_null_sha,+ecdh_rsa_128_sha,+ecdh_rsa_3des_sha,+ecdh_rsa_aes_128_sha,+ecdh_rsa_aes_256_sha,-echde_rsa_null,+ecdhe_rsa_rc4_128_sha,+ecdhe_rsa_3des_sha,+ecdhe_rsa_aes_128_sha,+ecdhe_rsa_aes_256_sha
 
-NSSProtocol SSLv3,TLSv1
+NSSProtocol TLSv1.0,TLSv1.1,TLSv1.2
 
 #   SSL Certificate Nickname:
 #   The nickname of the RSA server certificate you are going to use.
Index: mod_nss-1.0.8/nss_engine_vars.c
===
--- mod_nss-1.0.8.orig/nss_engine_vars.c
+++ mod_nss-1.0.8/nss_engine_vars.c
@@ -747,6 +747,9 @@ static char *nss_var_lookup_protocol_ver
 case SSL_LIBRARY_VERSION_TLS_1_1:
 result = TLSv1.1;
 break;
+case SSL_LIBRARY_VERSION_TLS_1_2:
+result = TLSv1.2;
+break;
 }
 }
 }
Index: mod_nss-1.0.8/nss_engine_init.c
===
--- mod_nss-1.0.8.orig/nss_engine_init.c
+++ mod_nss-1.0.8/nss_engine_init.c
@@ -758,12 +758,12 @@ static void nss_init_ctx_protocol(server
  * cannot be excluded from this range. NSS will automatically negotiate
  * to utilize the strongest acceptable protocol for a connection starting
  * with the maximum specified protocol and downgrading as necessary to the
- * minimum specified 

commit tomboy for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package tomboy for openSUSE:Factory checked 
in at 2014-11-06 16:50:27

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


Package is tomboy

Changes:

--- /work/SRC/openSUSE:Factory/tomboy/tomboy.changes2014-01-28 
12:03:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomboy.new/tomboy.changes   2014-11-06 
16:51:36.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov  5 10:01:53 UTC 2014 - dims...@opensuse.org
+
+- Update BuildRequires for mono packaging changes (split -devel):
+  + Remove mono-addins and mono-nunit BuildRequires.
+  + Add pkgconfig(mono-addins), pkgconfig(mono-addins-gui),
+pkgconfig(mono-addins-setup) and pkgconfig(mono-nunit).
+
+---



Other differences:
--
++ tomboy.spec ++
--- /var/tmp/diff_new_pack.bPZIuh/_old  2014-11-06 16:51:37.0 +0100
+++ /var/tmp/diff_new_pack.bPZIuh/_new  2014-11-06 16:51:37.0 +0100
@@ -43,11 +43,13 @@
 BuildRequires:  gtkspell-devel
 BuildRequires:  intltool
 BuildRequires:  libxslt-devel
-BuildRequires:  mono-addins
 BuildRequires:  mono-basic
 BuildRequires:  mono-data-sqlite
 BuildRequires:  mono-devel
-BuildRequires:  mono-nunit
+BuildRequires:  pkgconfig(mono-addins) = 0.3
+BuildRequires:  pkgconfig(mono-addins-gui) = 0.3
+BuildRequires:  pkgconfig(mono-addins-setup) = 0.3
+BuildRequires:  pkgconfig(mono-nunit)
 # We need the %%mime_database_* macros
 BuildRequires:  shared-mime-info
 BuildRequires:  tango-icon-theme

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



commit shorewall for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-11-06 16:50:17

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


Package is shorewall

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2014-09-22 
18:50:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-11-06 
16:51:01.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov  5 07:45:56 UTC 2014 - tog...@opensuse.org
+
+- Update to versioin 4.6.4.3 For more details see changelog.txt and
+  releasenotes.txt
+  
+  * The fix for LOG_BACKEND in 4.6.4.2 worked on some older
+distributions but not on newer ones. This release fixes the
+problem in the remaining cases.
+
+---

Old:

  shorewall-4.6.3.4.tar.bz2
  shorewall-core-4.6.3.4.tar.bz2
  shorewall-docs-html-4.6.3.4.tar.bz2
  shorewall-init-4.6.3.4.tar.bz2
  shorewall-lite-4.6.3.4.tar.bz2
  shorewall6-4.6.3.4.tar.bz2
  shorewall6-lite-4.6.3.4.tar.bz2

New:

  shorewall-4.6.4.3.tar.bz2
  shorewall-core-4.6.4.3.tar.bz2
  shorewall-docs-html-4.6.4.3.tar.bz2
  shorewall-init-4.6.4.3.tar.bz2
  shorewall-lite-4.6.4.3.tar.bz2
  shorewall6-4.6.4.3.tar.bz2
  shorewall6-lite-4.6.4.3.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.9jfBuN/_old  2014-11-06 16:51:04.0 +0100
+++ /var/tmp/diff_new_pack.9jfBuN/_new  2014-11-06 16:51:04.0 +0100
@@ -20,19 +20,19 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.3.4
+Version:4.6.4.3
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://www.shorewall.net/
-Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}-%version.tar.bz2
-Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}-core-%version.tar.bz2
-Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}-lite-%version.tar.bz2
-Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}-init-%version.tar.bz2
-Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}6-lite-%version.tar.bz2
-Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}6-%version.tar.bz2
-Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.3/%{name}-docs-html-%version.tar.bz2
+Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-%version.tar.bz2
+Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-core-%version.tar.bz2
+Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-lite-%version.tar.bz2
+Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-init-%version.tar.bz2
+Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}6-lite-%version.tar.bz2
+Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}6-%version.tar.bz2
+Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.4/%{name}-docs-html-%version.tar.bz2
 Source7:%{name}-4.4.22.rpmlintrc
 Source8:README.openSUSE
 # PATCH-FIX-UPSTREAM tog...@opensuse.org Shorewall-lite init.suse.sh Required 
Stop

++ shorewall-4.6.3.4.tar.bz2 - shorewall-4.6.4.3.tar.bz2 ++
 3229 lines of diff (skipped)

++ shorewall-core-4.6.3.4.tar.bz2 - shorewall-core-4.6.4.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.3.4/changelog.txt 
new/shorewall-core-4.6.4.3/changelog.txt
--- old/shorewall-core-4.6.3.4/changelog.txt2014-09-16 17:18:06.0 
+0200
+++ new/shorewall-core-4.6.4.3/changelog.txt2014-10-19 16:59:58.0 
+0200
@@ -1,3 +1,72 @@
+Changes in 4.6.4.3
+
+1)  Update release documents
+
+2)  Add xt_LOG to the helpers files.
+
+Changes in 4.6.4.2
+
+1)  Update release documents
+
+2)  Add ipt_LOG to the helpers files.
+
+Changes in 4.6.4.1
+
+1)  Update release documents
+
+2)  Eliminate confusing output during 'save', 'safe-*' and 'try'
+commands.
+
+3)  Remove 'optional' from the Universal interfaces file.
+
+Changes in 4.6.4 Final
+
+1)  Update release documents
+
+Changes in 4.6.4 RC 1
+
+1)  Update release documents
+
+2)  Added FAQ 104 (kernel log messages during compile).
+
+3)  Create INITD in the -lite installer.
+
+4)  Don't link init script if there is none.
+
+5)  Add 

commit clementine for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package clementine for openSUSE:Factory 
checked in at 2014-11-06 16:50:25

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


Package is clementine

Changes:

--- /work/SRC/openSUSE:Factory/clementine/clementine.changes2014-10-16 
18:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.clementine.new/clementine.changes   
2014-11-06 16:51:32.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov  2 18:12:19 UTC 2014 - 
bm-2ctd873dxoynd9nkerkefy9xmv8vy2g...@bitmessage.ch
+
+- check for 1230 in spec-file and do not use cmake-rpm-macro for 12.3
+
+---



Other differences:
--
++ clementine.spec ++
--- /var/tmp/diff_new_pack.uMB2fd/_old  2014-11-06 16:51:33.0 +0100
+++ /var/tmp/diff_new_pack.uMB2fd/_new  2014-11-06 16:51:33.0 +0100
@@ -99,6 +99,23 @@
 %endif
 
 %build
+
+%if 0%{?suse_version} == 1230
+cmake \
+-DBUILD_WERROR=OFF \
+-DCMAKE_INSTALL_PREFIX=%{_prefix} \
+-DUSE_SYSTEM_PROJECTM=ON \
+-DBUNDLE_PROJECTM_PRESETS=OFF \
+-DUSE_SYSTEM_QXT=ON \
+-DUSE_BUILTIN_TAGLIB=OFF \
+-DENABLE_GOOGLE_DRIVE=ON \
+-DENABLE_MOODBAR=ON \
+-DENABLE_DBUS=ON
+make %{?_smp_mflags}
+%install
+%make_install
+
+%else
 %cmake \
   -DBUILD_WERROR=OFF \
   -DUSE_SYSTEM_PROJECTM=ON \
@@ -114,6 +131,8 @@
 
 %install
 %cmake_install
+%endif
+
 %suse_update_desktop_file clementine Qt KDE AudioVideo Audio Player
 
 # Generate man page with help2man

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



commit rkhunter for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package rkhunter for openSUSE:Factory 
checked in at 2014-11-06 16:50:33

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


Package is rkhunter

Changes:

--- /work/SRC/openSUSE:Factory/rkhunter/rkhunter.changes2014-01-14 
15:10:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.rkhunter.new/rkhunter.changes   2014-11-06 
16:51:40.0 +0100
@@ -1,0 +2,16 @@
+Fri Oct 24 20:55:20 UTC 2014 - greg.freem...@gmail.com
+
+- update to v1.4.2
+   * See CHANGELOG at 
http://rkhunter.cvs.sourceforge.net/viewvc/rkhunter/rkhunter/files/CHANGELOG
+- change Source: field to full URL
+- change the spelling of README.SuSE to README.SUSE
+- delete patch rkhunter-1.4.0-crontab.patch, now upstream
+- add +%{_var}/lib/%{name}/db/signatures to %files section
+
+---
+Tue Oct 14 10:47:10 UTC 2014 - jeng...@inai.de
+
+- Remove bogus AutoReqProv: off
+- Remove ancient specfile tags and sections
+
+---

Old:

  rkhunter-1.4.0-crontab.patch
  rkhunter-1.4.0.tar.gz
  rkhunter-README.SuSE

New:

  rkhunter-1.4.2.tar.gz
  rkhunter-README.SUSE



Other differences:
--
++ rkhunter.spec ++
--- /var/tmp/diff_new_pack.4sg3IZ/_old  2014-11-06 16:51:41.0 +0100
+++ /var/tmp/diff_new_pack.4sg3IZ/_new  2014-11-06 16:51:41.0 +0100
@@ -18,20 +18,19 @@
 
 
 Name:   rkhunter
-Version:1.4.0
+Version:1.4.2
 Release:0
 Summary:Rootkit Hunter Scans for Rootkits, Backdoors, and Local 
Exploits
 License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://rkhunter.sourceforge.net/
-Source0:%{name}-%{version}.tar.gz
+Source0:
http://sourceforge.net/projects/rkhunter/files/%{name}-%{version}.tar.gz
 Source2:%{name}.sysconfig
 Source3:%{name}.cron
-Source5:%{name}-README.SuSE
+Source5:%{name}-README.SUSE
 Source6:%{name}.logrotate
 # PATCH-FIX-OPENSUSE -- saigk...@opensuse.org - Fix Pathes2
 Patch0: %{name}-installer-fix.patch
-Patch1: rkhunter-1.4.0-crontab.patch
 BuildRequires:  wget
 PreReq: %fillup_prereq
 Requires:   bash
@@ -41,7 +40,6 @@
 Recommends: netcfg
 Recommends: wget
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-AutoReqProv:no
 
 %description
 Rootkit Hunter scans files and systems for known and unknown rootkits,
@@ -68,7 +66,6 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p1
 
 %build
 sed -e 's/\${MYDIR}\/lib/\%{_prefix}\/share/;' files/rkhunter 
files/rkhunter.new
@@ -78,7 +75,7 @@
 sh ./installer.sh --layout RPM --install
 %{__install} -D -m640 %{SOURCE2} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %{__install} -d %{buildroot}%{_docdir}/%{name}-%{version}
-%{__install} -m644%{SOURCE5} 
%{buildroot}%{_docdir}/%{name}-%{version}/README.SuSE
+%{__install} -m644%{SOURCE5} 
%{buildroot}%{_docdir}/%{name}-%{version}/README.SUSE
 %{__install} -D -m640 %{SOURCE6} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 # Make a cron.daily file to mail us the reports
 %{__install} -d %{buildroot}%{_sysconfdir}/cron.daily/
@@ -124,10 +121,6 @@
 
 # strip %#{_libdir}/%{name}/%{name}/plugins/*.so
 
-%clean
-[ %{buildroot} != / ]  [ -d %{buildroot} ] \
-   rm -rf %{buildroot}
-
 %post
 %{fillup_only}
 
@@ -139,18 +132,20 @@
 %doc %{_docdir}/%{name}-%{version}/FAQ
 %doc %{_docdir}/%{name}-%{version}/LICENSE
 %doc %{_docdir}/%{name}-%{version}/README
-%doc %{_docdir}/%{name}-%{version}/README.SuSE
+%doc %{_docdir}/%{name}-%{version}/README.SUSE
 %doc %{_docdir}/%{name}-%{version}
 %dir %{_libdir}/%{name}
 %dir %{_libdir}/%{name}/scripts
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/db
 %dir %{_var}/lib/%{name}/db/i18n
+%dir %{_var}/lib/%{name}/db/signatures
 %dir %{_var}/lib/%{name}/tmp
 %defattr(640,root,root,-)
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %verify(not md5 size mtime) %{_var}/lib/%{name}/db/*.dat
 %{_var}/lib/%{name}/db/i18n/*
+%{_var}/lib/%{name}/db/signatures/*
 %config(noreplace) %{_sysconfdir}/logrotate.d/rkhunter
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %ghost %verify(not md5 size mtime) 
%config(noreplace)%{_localstatedir}/log/%{name}.log

++ rkhunter-1.4.0.tar.gz - rkhunter-1.4.2.tar.gz ++
 15477 lines of diff (skipped)

++ rkhunter-README.SUSE ++
RKHUNTER FAQ
The new Rootkit Hunter FAQ is located at:
 http://sourceforge.net/docman/display_doc.php?docid=35179group_id=155034

DATABASE UPDATES
To be able to run automatic database update, you will need to install wget 
and set 

commit libjansson for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package libjansson for openSUSE:Factory 
checked in at 2014-11-06 16:50:26

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


Package is libjansson

Changes:

--- /work/SRC/openSUSE:Factory/libjansson/libjansson.changes2014-09-12 
12:22:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libjansson.new/libjansson.changes   
2014-11-06 16:51:34.0 +0100
@@ -1,0 +2,26 @@
+Wed Nov 05 10:18:23 UTC 2014 - efimo...@gmail.com
+
+- Update to new upstream release 2.7
+* The json_pack et al functions recognize the specifiers s%, +%
+  and +#
+* Add length-aware string constructors json_stringn() and
+  json_stringn_nocheck(), length-aware string mutators
+  json_string_setn() and json_string_setn_nocheck(),
+  and a function for getting string's length json_string_length()
+* Support \u escapes in the decoder. The support can be
+  enabled by using the JSON_ALLOW_NUL decoding flag
+* Add json_boolean_value() as an alias for json_is_true()
+* Add JSON_REAL_PRECISION encoding flag/macro for controlling real
+  number precision
+* Define the maximum indentation as JSON_MAX_INDENT.
+* Fix cases when some malformed \u escapes could crash
+  the decoder with an assertion failure
+* Avoid integer overflows with very long strings in UTF-8 decoder
+   and hashtable
+* Check for *NULL* key in json_object_get()
+  and json_object_del()
+* json_unpack(): Allow mixing JSON_STRICT with optional keys.
+* Fix int/int32 mismatch
+* Parse subnormal numbers correctly
+
+---

Old:

  jansson-2.6.tar.bz2
  jansson-2.6.tar.bz2.asc

New:

  jansson-2.7.tar.bz2
  jansson-2.7.tar.bz2.asc



Other differences:
--
++ libjansson.spec ++
--- /var/tmp/diff_new_pack.W9F3UC/_old  2014-11-06 16:51:36.0 +0100
+++ /var/tmp/diff_new_pack.W9F3UC/_new  2014-11-06 16:51:36.0 +0100
@@ -21,7 +21,7 @@
 Summary:C library for encoding, decoding and manipulating JSON data
 License:MIT
 Group:  Development/Libraries/C and C++
-Version:2.6
+Version:2.7
 Release:0
 Url:http://digip.org/jansson/
 

++ jansson-2.6.tar.bz2 - jansson-2.7.tar.bz2 ++
 11355 lines of diff (skipped)

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



commit virt-manager for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2014-11-06 16:50:34

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


Package is virt-manager

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2014-10-25 08:33:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2014-11-06 16:51:41.0 +0100
@@ -1,0 +2,74 @@
+Mon Oct 22 13:33:25 MDT 2014 - carn...@suse.com
+
+- Update to virt-manager 1.1.0
+  virt-manager-1.1.0.tar.bz2
+  * Switch to libosinfo as OS metadata database (Giuseppe Scrivano)
+  * Use libosinfo for OS detection from CDROM media labels (Giuseppe Scrivano)
+  * Use libosinfo for improved OS defaults, like recommended disk size 
(Giuseppe Scrivano)
+  * virt-image tool has been removed, as previously announced
+  * Enable Hyper-V enlightenments for Windows VMs
+  * Revert virtio-console default, back to plain serial console
+  * Experimental q35 option in new VM ‘customize’ dialog
+  * UI for virtual network QoS settings (Giuseppe Scrivano)
+  * virt-install: –disk discard= support (Jim Minter)
+  * addhardware: Add spiceport UI (Marc-André Lureau)
+  * virt-install: –events on_poweroff etc. support (Chen Hanxiao)
+  * cli –network portgroup= support and UI support
+  * cli –boot initargs= and UI support
+  * addhardware: allow setting controller model (Chen Hanxiao)
+  * virt-install: support setting hugepage options (Chen Hanxiao)
+- Drop upstream patches and old tarball
+  virt-manager-1.0.1.tar.bz2
+  5332ee4d-enable-media-detection-for-ISO-images.patch
+  53341e7e-hide-hardware-removal-for-non-devices.patch
+  53342f31-set-right-ip-address-for-ipv6.patch
+  53375bad-raise-value-error-when-no-ipaddr-set.patch
+  53388de2-show-port-number-for-active-autoport-VM.patch
+  53397ae0-check-ip-address-format.patch
+  53399b45-hook-into-domain-balloon-event.patch
+  533d708d-fix-showing-vcpus-values.patch
+  533d7602-fix-changing-graphics-type.patch
+  533d7be7-clarify-iscsi-IQN-fields.patch
+  5345682c-addstorage-remove-whitespace-for-storage-path.patch
+  534bcfa0-use-uniformed-expression-of-Default.patch
+  534be092-early-detect-ftp-connection-errors.patch
+  534d45db-hiding-removebutton-for-USB-controller.patch
+  534d6406-display-the-domain-for-PCI-devices.patch
+  534eafe4-avoid-useless-errors-when-connection-closes.patch
+  5350d9cc-display-error-on-empty-installation-URL.patch
+  535584ed-fix-target-validation-when-editing-device.patch
+  535fb6f6-hide-scrollbar-until-something-scrollable.patch
+  535fe0c2-fix-screenshot-with-qxl-spice.patch
+  535feaca-fix-storage-when-directory-name-contains-whitespace.patch
+  535ff0b7-fix-install-when-one-package-is-already-installed.patch
+  536152fe-fix-error-detecting-OS-in-show-all-list.patch
+  536154d8-show-error-if-launching-delete-dialog-fails.patch
+  53615662-call-path_exists-before-getting-storage-volume.patch
+  536677aa-better-handling-of-keyboard-input-type.patch
+  5385d602-lxc-no-default-disk.patch
+  53869170-virt-install-add-events-support.patch
+  538a11dc-raise-error-if-populating-summary-page-fails.patch
+  538a3609-virtconv-fix-use-of-relative-OVF-file.patch
+  538a3ba9-diskbackend-start-pool-if-not-running.patch
+  538a6862-vnc-dont-force-keyboard-grab-before-widget-is-realized.patch
+  538ca3f3-use-correct-dictionary-keys-for-old-pool-net-polling.patch
+  538d00a4-xen-keyboard-cant-be-removed.patch
+  538e2f74-fix-pool-create-call.patch
+  538edb3b-manpage-fix-incorrect-description.patch
+  5397b647-createnet-enable-specifying-29-subnet.patch
+  539e8cca-createpool-fix-creation-of-gluster-pools.patch
+  53a05e73-fix-edit-maxvcpus.patch
+  53a995cb-fix-usb-storage-removable-syntax.patch
+  53ac1f8d-createnet-validate-last-page-before-creating-network.patch
+  53ac1f8d-fix-show_err-typo.patch
+  53ad17e6-createnet-fix-a-small-pylint.patch
+  53b39a13-dont-create-disk-images-world-readable-executable.patch
+  53b409bc-add-keep-alive-method-and-connection-check.patch
+  53b409bd-console-prevent-access-to-deleted-objects.patch
+  53b728c6-connection-handle-unsupported-KeepAlive.patch
+  53b728c6-report-error-during-connection-bring-up.patch
+  53bb1995-network-refresh-XML-definition-on-state-update.patch
+  53ce11d1-honor-untoggled-set-fixed-MAC-address.patch
+- Dropped xend based virtman-autorestart.patch
+
+---

Old:

  5332ee4d-enable-media-detection-for-ISO-images.patch
  53341e7e-hide-hardware-removal-for-non-devices.patch
  53342f31-set-right-ip-address-for-ipv6.patch
  53375bad-raise-value-error-when-no-ipaddr-set.patch
  53388de2-show-port-number-for-active-autoport-VM.patch
  

commit mate-branding-openSUSE for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package mate-branding-openSUSE for 
openSUSE:Factory checked in at 2014-11-06 16:50:41

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-10-25 11:13:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-branding-openSUSE.new/mate-branding-openSUSE.changes
   2014-11-06 16:51:49.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov  4 21:47:24 UTC 2014 - sor.ale...@meowr.ru
+
+- Fix default background filepath.
+- Make GSettings schema update after installing packages.
+- Spec cleanup.
+
+---



Other differences:
--
++ mate-branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.TSwfAq/_old  2014-11-06 16:51:50.0 +0100
+++ /var/tmp/diff_new_pack.TSwfAq/_new  2014-11-06 16:51:50.0 +0100
@@ -15,31 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define mate_panel_version %(rpm -q --queryformat '%%{VERSION}' mate-panel)
 %define mate_session_manager_version %(rpm -q --queryformat '%%{VERSION}' 
mate-session-manager)
 %define mate_control_center_version %(rpm -q --queryformat '%%{VERSION}' 
mate-control-center)
 %define mate_menus_version %(rpm -q --queryformat '%%{VERSION}' mate-menus)
-
 Name:   mate-branding-openSUSE
 Version:13.2
 Release:0
 Summary:openSUSE Branding of the Mate Desktop Environment
 License:MIT
 Group:  System/GUI/Other
-Url:http://www.mate-desktop.org/
+Url:http://mate-desktop.org/
 Source1:mate-session-branding-openSUSE-mate_defaults.conf
 Source2:mate-session-branding.gschema.override.in
-Source4:mate-panel-branding.gschema.override.in
+Source3:mate-panel-branding.gschema.override.in
 Patch0: mate-control-center-branding-add-YaST.patch
 # PATCH-FIX-OPENSUSE mate-menus-branding-remove-X-SuSE-ControlCenter.patch 
vu...@opensuse.org -- Remove the desktop files with X-SuSE-YaST category from 
the Applications menu and explicitly add YaST launcher
 Patch1: mate-menus-branding-remove-X-SuSE-ControlCenter.patch
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  mate-control-center-branding-upstream
 BuildRequires:  mate-menus-branding-upstream
 BuildRequires:  mate-panel-branding-upstream
 BuildRequires:  mate-session-manager-branding-upstream
 BuildRequires:  wallpaper-branding-openSUSE
+BuildRequires:  pkgconfig(glib-2.0)
 BuildArch:  noarch
 
 %description
@@ -50,9 +50,9 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Requires:   mate-control-center = %{mate_control_center_version}
-Conflicts:  otherproviders(mate-control-center-branding)
-Provides:   mate-control-center-branding = %{mate_control_center_version}
 Supplements:packageand(mate-control-center:branding-openSUSE)
+Provides:   mate-control-center-branding = %{mate_control_center_version}
+Conflicts:  otherproviders(mate-control-center-branding)
 
 %description -n mate-control-center-branding-openSUSE
 This package provides the openSUSE definition of what appears in the
@@ -63,9 +63,9 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Requires:   mate-panel = %{mate_panel_version}
-Conflicts:  otherproviders(mate-panel-branding)
-Provides:   mate-panel-branding = %{mate_panel_version}
 Supplements:packageand(mate-panel:branding-openSUSE)
+Provides:   mate-panel-branding = %{mate_panel_version}
+Conflicts:  otherproviders(mate-panel-branding)
 
 %description -n mate-panel-branding-openSUSE
 This package provides the openSUSE look and feel for the Mate Panel.
@@ -75,9 +75,9 @@
 License:GPL-2.0+
 Group:  System/GUI/Other
 Requires:   mate-menus = %{mate_menus_version}
-Conflicts:  otherproviders(mate-menus-branding)
-Provides:   mate-menus-branding = %{mate_menus_version}
 Supplements:packageand(mate-menus:branding-openSUSE)
+Provides:   mate-menus-branding = %{mate_menus_version}
+Conflicts:  otherproviders(mate-menus-branding)
 
 %description -n mate-menus-branding-openSUSE
 This package provides the openSUSE definitions for menus.
@@ -86,56 +86,66 @@
 Summary:openSUSE Branding of mate-session-manager
 License:GPL-2.0+
 Group:  System/GUI/Other
-Requires:   gtk3-metatheme-adwaita
 Requires:   gtk2-metatheme-adwaita
+Requires:   gtk3-metatheme-adwaita
+Requires:   mate-icon-theme
 Requires:   

commit perl-Net-OpenID-Common for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-OpenID-Common for 
openSUSE:Factory checked in at 2014-11-06 16:50:39

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


Package is perl-Net-OpenID-Common

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Net-OpenID-Common/perl-Net-OpenID-Common.changes
2014-03-25 13:19:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-OpenID-Common.new/perl-Net-OpenID-Common.changes
   2014-11-06 16:51:48.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov  5 15:15:24 UTC 2014 - apla...@suse.com
+
+- update package 1.19
+* bump HTTP::Message dependency to 5.814 (closes #90547)
+
+---

Old:

  Net-OpenID-Common-1.18.tar.gz

New:

  Net-OpenID-Common-1.19.tar.gz



Other differences:
--
++ perl-Net-OpenID-Common.spec ++
--- /var/tmp/diff_new_pack.He6OK6/_old  2014-11-06 16:51:49.0 +0100
+++ /var/tmp/diff_new_pack.He6OK6/_new  2014-11-06 16:51:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-OpenID-Common
-Version:1.18
+Version:1.19
 Release:0
 %define cpan_name Net-OpenID-Common
 Summary:Libraries shared between Net::OpenID::Consumer and 
Net::OpenID::Server

++ Net-OpenID-Common-1.18.tar.gz - Net-OpenID-Common-1.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/Changes 
new/Net-OpenID-Common-1.19/Changes
--- old/Net-OpenID-Common-1.18/Changes  2013-09-07 01:28:06.0 +0200
+++ new/Net-OpenID-Common-1.19/Changes  2014-09-15 23:28:54.0 +0200
@@ -1,5 +1,11 @@
+1.19  Sep 15 2014
+
+* bump HTTP::Message dependency to 5.814 (closes #90547)
+
 1.18  Sep 06 2013
 
+* bump Crypt::DH::GMP dependency to 0.00011 (closes #88464)
+
 1.17  Apr 12 2013
 
 1.16  Apr 01 2013
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/META.json 
new/Net-OpenID-Common-1.19/META.json
--- old/Net-OpenID-Common-1.18/META.json2013-09-07 01:28:06.0 
+0200
+++ new/Net-OpenID-Common-1.19/META.json2014-09-15 23:28:54.0 
+0200
@@ -26,6 +26,7 @@
 Encode : 0,
 HTML::Parser : 3.40,
 HTTP::Headers::Util : 0,
+HTTP::Message : 5.814,
 HTTP::Request : 0,
 HTTP::Status : 0,
 MIME::Base64 : 0,
@@ -53,6 +54,6 @@
  web : http://github.com/wrog/Net-OpenID-Common;
   }
},
-   version : 1.18
+   version : 1.19
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/META.yml 
new/Net-OpenID-Common-1.19/META.yml
--- old/Net-OpenID-Common-1.18/META.yml 2013-09-07 01:28:06.0 +0200
+++ new/Net-OpenID-Common-1.19/META.yml 2014-09-15 23:28:54.0 +0200
@@ -19,6 +19,7 @@
   Encode: 0
   HTML::Parser: 3.40
   HTTP::Headers::Util: 0
+  HTTP::Message: 5.814
   HTTP::Request: 0
   HTTP::Status: 0
   MIME::Base64: 0
@@ -29,4 +30,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-OpenID-Common
   homepage: http://groups.google.com/group/openid-perl
   repository: git://github.com/wrog/Net-OpenID-Common.git
-version: 1.18
+version: 1.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/Makefile.PL 
new/Net-OpenID-Common-1.19/Makefile.PL
--- old/Net-OpenID-Common-1.18/Makefile.PL  2013-09-07 01:28:06.0 
+0200
+++ new/Net-OpenID-Common-1.19/Makefile.PL  2014-09-15 23:28:54.0 
+0200
@@ -26,6 +26,7 @@
 Encode = 0,
 HTML::Parser = 3.40,
 HTTP::Headers::Util = 0,
+HTTP::Message = 5.814,
 HTTP::Request = 0,
 HTTP::Status = 0,
 MIME::Base64 = 0,
@@ -33,7 +34,7 @@
 Time::Local = 0,
 XML::Simple = 0
   },
-  VERSION = 1.18,
+  VERSION = 1.19,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/README 
new/Net-OpenID-Common-1.19/README
--- old/Net-OpenID-Common-1.18/README   2013-09-07 01:28:06.0 +0200
+++ new/Net-OpenID-Common-1.19/README   2014-09-15 23:28:54.0 +0200
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Net-OpenID-Common,
-version 1.18:
+version 1.19:
 
   Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-OpenID-Common-1.18/lib/Net/OpenID/Common.pm 

commit efl for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package efl for openSUSE:Factory checked in 
at 2014-11-06 16:50:37

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-10-18 09:10:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.efl.new/efl.changes 2014-11-06 
16:51:46.0 +0100
@@ -1,0 +2,7 @@
+Sun Oct 19 20:27:00 UTC 2014 - Led led...@gmail.com
+
+- fix bashisms
+- add patches:
+  * efl-1.11.3-fix-bashisms.patch
+
+---

New:

  efl-1.11.3-fix-bashisms.patch



Other differences:
--
++ efl.spec ++
--- /var/tmp/diff_new_pack.RhbNWQ/_old  2014-11-06 16:51:48.0 +0100
+++ /var/tmp/diff_new_pack.RhbNWQ/_new  2014-11-06 16:51:48.0 +0100
@@ -88,6 +88,7 @@
 Source: %{name}-%{version}.tar.xz
 Patch0: neon-cflags.patch
 Patch1: 0001-unbreak-nvidia-gl.patch
+Patch2: efl-1.11.3-fix-bashisms.patch
 BuildRequires:  autoconf = 2.5
 BuildRequires:  automake
 %if %build_doc
@@ -593,6 +594,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 # remove __DATE__ and __TIME__

++ efl-1.11.3-fix-bashisms.patch ++
diff -Ndurp efl-1.11.3/src/bin/eet/vieet 
efl-1.11.3-fix-bashisms/src/bin/eet/vieet
--- efl-1.11.3/src/bin/eet/vieet2014-06-03 13:38:57.0 +0300
+++ efl-1.11.3-fix-bashisms/src/bin/eet/vieet   2014-10-19 23:23:37.399172508 
+0300
@@ -50,7 +50,7 @@ do
 if [ $? -ne 0 ]; then
 echo Failed compiling eet file.
 echo Press 'Return' to reopen the editor, or ^C to abort.
-read
+read dummy
 else
 DONE=1
 fi
diff -Ndurp efl-1.11.3/src/modules/evas/engines/gl_common/shader/compile.sh 
efl-1.11.3-fix-bashisms/src/modules/evas/engines/gl_common/shader/compile.sh
--- efl-1.11.3/src/modules/evas/engines/gl_common/shader/compile.sh 
2014-08-27 11:11:11.0 +0300
+++ 
efl-1.11.3-fix-bashisms/src/modules/evas/engines/gl_common/shader/compile.sh
2014-10-19 23:24:16.445169867 +0300
@@ -1,9 +1,9 @@
-#!/bin/bash
+#!/bin/sh
 
 DIR=`dirname $0`
 MAKESTR=sh $DIR/make-c-str.sh
 
-function compile()
+compile()
 {
   F=$DIR/$1
 
@@ -68,4 +68,3 @@ compile yuy2_nomul
 
 compile rgb_a_pair
 compile rgb_a_pair_nomul
-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rxvt-unicode for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package rxvt-unicode for openSUSE:Factory 
checked in at 2014-11-06 16:50:31

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


Package is rxvt-unicode

Changes:

--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes
2014-06-16 21:33:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2014-11-06 16:51:38.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov  2 02:18:07 UTC 2014 - crrodrig...@opensuse.org
+
+- Switch to individual pkgconfig() build requires 
+  instead of using metapackage xorg-x11-devel
+
+---



Other differences:
--
++ rxvt-unicode.spec ++
--- /var/tmp/diff_new_pack.6Cn7cl/_old  2014-11-06 16:51:39.0 +0100
+++ /var/tmp/diff_new_pack.6Cn7cl/_new  2014-11-06 16:51:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxvt-unicode
 #
-# 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
@@ -22,18 +22,18 @@
 #
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gtk2-devel
+BuildRequires:  perl
 BuildRequires:  pkgconfig
-BuildRequires:  startup-notification-devel
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(libstartup-notification-1.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xft)
+BuildRequires:  pkgconfig(xrender)
 # for tic
 BuildRequires:  ncurses-devel
-%if 0%{?suse_version} == 0 || 0%{?suse_version} = 920
-BuildRequires:  xorg-x11-devel
-%else
-BuildRequires:  XFree86-devel
-%endif
 Provides:   locale(xorg-x11:ja;ko;zh)
 BuildRequires:  update-desktop-files
 #

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



commit btrfsmaintenance for openSUSE:Factory

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package btrfsmaintenance for 
openSUSE:Factory checked in at 2014-11-06 16:50:36

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


Package is btrfsmaintenance

Changes:

--- /work/SRC/openSUSE:Factory/btrfsmaintenance/btrfsmaintenance.changes
2014-10-14 07:10:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsmaintenance.new/btrfsmaintenance.changes   
2014-11-06 16:51:46.0 +0100
@@ -1,0 +2,12 @@
+Wed Oct 29 00:00:00 CET 2014 - dste...@suse.cz
+
+- add COPYING, README.md
+- add config option to specify log target (stdout, or journal)
+
+---
+Thu Oct  9 18:33:44 CEST 2014 - dste...@suse.cz
+
+- clean spec
+- add Url tag
+
+---



Other differences:
--
++ btrfsmaintenance.spec ++
--- /var/tmp/diff_new_pack.FvoJ1C/_old  2014-11-06 16:51:46.0 +0100
+++ /var/tmp/diff_new_pack.FvoJ1C/_new  2014-11-06 16:51:46.0 +0100
@@ -22,20 +22,21 @@
 Summary:Scripts for btrfs periodic maintenance tasks
 License:GPL-2.0
 Group:  System/Base
+Url:https://github.com/kdave/btrfsmaintenance
 Source0:%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
-Recommends: cron
 Requires:   zypp-plugin-python
 Requires:   libzypp(plugin:commit)
+Recommends: cron
+Supplements:btrfsprogs
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+%{?systemd_requires}
 %if 0%{?suse_version} = 1210
 BuildRequires:  systemd
 %endif
-%{?systemd_requires}
-Supplements:btrfsprogs
 
 %description
-Scripts for btrfs maintenance taks like periodic scrub, balance, trim or defrag
+Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or 
defrag
 on selected mountpoints or directories.
 
 %prep
@@ -49,22 +50,22 @@
 mkdir -p %{buildroot}%{_sysconfdir}/cron.weekly/
 mkdir -p %{buildroot}%{_sysconfdir}/cron.monthly/
 
-install -m 755 -d %{buildroot}/usr/share/%{name}
-install -m 755 btrfs-defrag.sh %{buildroot}/usr/share/%{name}
-install -m 755 btrfs-balance.sh %{buildroot}/usr/share/%{name}
-install -m 755 btrfs-scrub.sh %{buildroot}/usr/share/%{name}
-install -m 755 btrfs-trim.sh %{buildroot}/usr/share/%{name}
-install -m 755 btrfsmaintenance-refresh-cron.sh %{buildroot}/usr/share/%{name}
+install -m 755 -d %{buildroot}%{_datadir}/%{name}
+install -m 755 btrfs-defrag.sh %{buildroot}%{_datadir}/%{name}
+install -m 755 btrfs-balance.sh %{buildroot}%{_datadir}/%{name}
+install -m 755 btrfs-scrub.sh %{buildroot}%{_datadir}/%{name}
+install -m 755 btrfs-trim.sh %{buildroot}%{_datadir}/%{name}
+install -m 755 btrfsmaintenance-refresh-cron.sh %{buildroot}%{_datadir}/%{name}
 
 %if 0%{?suse_version} = 1210
 install -m 755 -d %{buildroot}%{_unitdir}
 install -m 644 -D btrfsmaintenance-refresh.service %{buildroot}%{_unitdir}
 install -m 755 -d %{buildroot}%{_sbindir}
-ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcbtrfsmaintenance-refresh
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcbtrfsmaintenance-refresh
 %else
 # just a hack, but sufficient
-install -m 755 -d %{buildroot}/etc/cron.hourly
-ln -s /usr/share/%{name}/btrfsmaintenance-refresh-cron.sh 
%{buildroot}/etc/cron.hourly/
+install -m 755 -d %{buildroot}%{_sysconfdir}/cron.hourly
+ln -s %{_datadir}/%{name}/btrfsmaintenance-refresh-cron.sh 
%{buildroot}%{_sysconfdir}/cron.hourly/
 %endif
 
 install -m 755 -d %{buildroot}/usr/lib/zypp/plugins/commit
@@ -80,27 +81,30 @@
 %endif
 
 %if 0%{?suse_version} = 1210
+
 %pre
 %service_add_pre btrfsmaintenance-refresh.service
 
 %preun
 %service_del_preun btrfsmaintenance-refresh.service
-/usr/share/%{name}/btrfsmaintenance-refresh-cron.sh uninstall
+%{_datadir}/%{name}/btrfsmaintenance-refresh-cron.sh uninstall
 
 %postun
 %service_del_postun btrfsmaintenance-refresh.service
 %endif
 
 %if 0%{?suse_version}  1210
+
 %preun
-/usr/share/%{name}/btrfsmaintenance-refresh-cron.sh uninstall
+%{_datadir}/%{name}/btrfsmaintenance-refresh-cron.sh uninstall
 %endif
 
 %files
 %defattr(-,root,root)
+%doc COPYING README.md
 %{_localstatedir}/adm/fillup-templates/sysconfig.btrfsmaintenance
-%dir /usr/share/%{name}
-/usr/share/%{name}/*
+%dir %{_datadir}/%{name}
+%{_datadir}/%{name}/*
 %dir /usr/lib/zypp/
 %dir /usr/lib/zypp/plugins
 %dir /usr/lib/zypp/plugins/commit
@@ -110,7 +114,7 @@
 %{_unitdir}/btrfsmaintenance-refresh.service
 %{_sbindir}/rcbtrfsmaintenance-refresh
 %else
-/etc/cron.hourly/btrfsmaintenance-refresh-cron.sh

commit unrar for openSUSE:Factory:NonFree

2014-11-06 Thread h_root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2014-11-06 18:07:57

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


Package is unrar

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2014-10-17 
11:30:59.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2014-11-06 
18:07:58.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov  3 17:59:31 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 5.2.2.
+  * Based on rar 5.20 beta 3.
+  * No changelog available.
+
+---

Old:

  unrarsrc-5.2.1.tar.gz

New:

  unrarsrc-5.2.2.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.z5zwcV/_old  2014-11-06 18:07:59.0 +0100
+++ /var/tmp/diff_new_pack.z5zwcV/_new  2014-11-06 18:07:59.0 +0100
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_2_1
+%define libsuffix 5_2_2
 
 Name:   unrar
-Version:5.2.1
+Version:5.2.2
 Release:0
 License:SUSE-NonFree
 Summary:A program to extract, test, and view RAR archives

++ unrarsrc-5.2.1.tar.gz - unrarsrc-5.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/arcread.cpp new/unrar/arcread.cpp
--- old/unrar/arcread.cpp   2014-10-05 20:17:48.0 +0200
+++ new/unrar/arcread.cpp   2014-11-03 09:39:29.0 +0100
@@ -811,7 +811,7 @@
 Raw.GetB((byte *)FileName,ReadNameSize);
 FileName[ReadNameSize]=0;
 
-UtfToWide(FileName,hd-FileName,ASIZE(hd-FileName)-1);
+UtfToWide(FileName,hd-FileName,ASIZE(hd-FileName));
 
 // Should do it before converting names, because extra fields can
 // affect name processing, like in case of NTFS streams.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc2014-10-05 20:14:34.0 +0200
+++ new/unrar/dll.rc2014-11-03 09:35:46.0 +0100
@@ -2,8 +2,8 @@
 #include commctrl.h
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 20, 1, 1376
-PRODUCTVERSION 5, 20, 1, 1376
+FILEVERSION 5, 20, 3, 1404
+PRODUCTVERSION 5, 20, 3, 1404
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
@@ -14,8 +14,8 @@
   VALUE CompanyName, Alexander Roshal\0
   VALUE ProductName, RAR decompression library\0
   VALUE FileDescription, RAR decompression library\0
-  VALUE FileVersion, 5.20.1\0
-  VALUE ProductVersion, 5.20.1\0
+  VALUE FileVersion, 5.20.3\0
+  VALUE ProductVersion, 5.20.3\0
   VALUE LegalCopyright, Copyright � Alexander Roshal 1993-2014\0
   VALUE OriginalFilename, Unrar.dll\0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/extract.cpp new/unrar/extract.cpp
--- old/unrar/extract.cpp   2014-10-05 20:17:48.0 +0200
+++ new/unrar/extract.cpp   2014-11-03 09:39:29.0 +0100
@@ -50,6 +50,10 @@
   DataIO.ProcessedArcSize+=FD.Size;
   }
 
+  // Clean user entered password. Not really required, just for extra safety.
+  if (Cmd-ManualPassword)
+Cmd-Password.Clean();
+
   if (TotalFileCount==0  Cmd-Command[0]!='I'  
   ErrHandler.GetErrorCode()!=RARX_BADPWD) // Not in case of wrong archive 
password.
   {
@@ -256,15 +260,11 @@
   int MatchNumber=Cmd-IsProcessFile(Arc.FileHead,EqualNames,MatchType);
   bool ExactMatch=MatchNumber!=0;
 #ifndef SFX_MODULE
-  if (*Cmd-ArcPath==0  Cmd-ExclPath==EXCL_BASEPATH)
+  if (*Cmd-ArcPath==0  Cmd-ExclPath==EXCL_BASEPATH  ExactMatch)
   {
-*Cmd-ArcPath=0;
-if (ExactMatch)
-{
-  Cmd-FileArgs.Rewind();
-  if 
(Cmd-FileArgs.GetString(Cmd-ArcPath,ASIZE(Cmd-ArcPath),MatchNumber-1))
-*PointToName(Cmd-ArcPath)=0;
-}
+Cmd-FileArgs.Rewind();
+if 
(Cmd-FileArgs.GetString(Cmd-ArcPath,ASIZE(Cmd-ArcPath),MatchNumber-1))
+  *PointToName(Cmd-ArcPath)=0;
   }
 #endif
   if (ExactMatch  !EqualNames)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/file.cpp new/unrar/file.cpp
--- old/unrar/file.cpp  2014-10-05 20:17:48.0 +0200
+++ new/unrar/file.cpp  2014-11-03 09:39:29.0 +0100
@@ -2,7 +2,7 @@
 
 File::File()
 {
-  hFile=BAD_HANDLE;
+  hFile=FILE_BAD_HANDLE;
   *FileName=0;
   NewFile=false;
   LastWrite=false;
@@ -22,7 +22,7 @@
 
 File::~File()
 {
-  if (hFile!=BAD_HANDLE  !SkipClose)
+  if (hFile!=FILE_BAD_HANDLE  !SkipClose)
 if (NewFile)
   Delete();