commit bash for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package bash for openSUSE:Factory checked in 
at 2014-02-01 09:40:12

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


Package is bash

Changes:

--- /work/SRC/openSUSE:Factory/bash/bash.changes2013-07-12 
20:42:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash.new/bash.changes   2014-02-01 
09:40:12.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 31 16:39:08 UTC 2014 - wer...@suse.de
+
+- Add upstream patch bash-4.2-prompt-dirtrim.patch
+  bash patch tar ball to solve some some cases strange output
+  displayed in the prompt if PROMPT_DIRTRIM i sset.
+
+---



Other differences:
--
++ bash.spec ++
--- /var/tmp/diff_new_pack.o78wzP/_old  2014-02-01 09:40:14.0 +0100
+++ /var/tmp/diff_new_pack.o78wzP/_new  2014-02-01 09:40:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bash
 #
-# 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

++ bash-4.2-patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch 
new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch
--- old/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  1970-01-01 
01:00:00.0 +0100
+++ new/bash-4.2-patches/bash-4.2-prompt-dirtrim.patch  2014-01-31 
17:37:48.0 +0100
@@ -0,0 +1,13 @@
+https://lists.gnu.org/archive/html/bug-bash/2014-01/msg00130.html
+
+--- general.c
 general.c  2014-01-31 16:34:21.006235991 +
+@@ -766,7 +766,7 @@ trim_pathname (name, maxlen)
+   *nbeg++ = '.';
+ 
+   nlen = nend - ntail;
+-  memcpy (nbeg, ntail, nlen);
++  memmove (nbeg, ntail, nlen);
+   nbeg[nlen] = '\0';
+ 
+   return name;

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



commit alsa-utils for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2014-02-01 09:39:31

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


Package is alsa-utils

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2013-11-28 
07:14:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2014-02-01 09:39:32.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 31 12:13:49 CET 2014 - ti...@suse.de
+
+- Backport minor fix patches for alsactl and aplay from upstream:
+  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
+  0018-aplay-fix-pcm_read-return-value.patch
+  0019-alsa-restore.rules-refer-to-correct-attr.patch
+  0020-aplay-fix-timespec-to-msec-conversion.patch
+
+---

New:

  0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
  0018-aplay-fix-pcm_read-return-value.patch
  0019-alsa-restore.rules-refer-to-correct-attr.patch
  0020-aplay-fix-timespec-to-msec-conversion.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.Cn7wBN/_old  2014-02-01 09:39:33.0 +0100
+++ /var/tmp/diff_new_pack.Cn7wBN/_new  2014-02-01 09:39:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-utils
 #
-# 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
@@ -74,6 +74,10 @@
 Patch14:0014-alsactl-Add-monitor-command.patch
 Patch15:0015-alsactl-Fix-REMOVE-event-handling-in-monitor-command.patch
 Patch16:0016-alsactl-monitor-all-cards-as-default.patch
+Patch17:0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch
+Patch18:0018-aplay-fix-pcm_read-return-value.patch
+Patch19:0019-alsa-restore.rules-refer-to-correct-attr.patch
+Patch20:0020-aplay-fix-timespec-to-msec-conversion.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 Url:http://www.alsa-project.org/
@@ -105,6 +109,10 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
+%patch19 -p1
+%patch20 -p1
 #
 %if %suse_version  1020
 %patch99 -p1

++ 0017-alsactl-Fix-the-va_list-initialization-in-cerror_-an.patch ++
From f4be3f88b6e80e3f3ea19ba5784cff49ab6e6277 Mon Sep 17 00:00:00 2001
From: Jaroslav Kysela pe...@perex.cz
Date: Sun, 29 Dec 2013 20:03:21 +0100
Subject: [PATCH] alsactl: Fix the va_list initialization in cerror_() and
 dbg_()

The ap argument for syslog_() was uninitialized.

From: Alan Hamilton al...@arizonaroads.com
Signed-off-by: Jaroslav Kysela pe...@perex.cz
---
 alsactl/utils.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/alsactl/utils.c b/alsactl/utils.c
index 072c23998e45..b5d183cb437c 100644
--- a/alsactl/utils.c
+++ b/alsactl/utils.c
@@ -150,10 +150,10 @@ void cerror_(const char *fcn, long line, int cond, const 
char *fmt, ...)
 
if (!cond  !debugflag)
return;
+   va_start(ap, fmt);
if (use_syslog) {
syslog_(LOG_ERR, fcn, line, fmt, ap);
} else {
-   va_start(ap, fmt);
fprintf(stderr, %s: %s:%ld: , command, fcn, line);
vfprintf(stderr, fmt, ap);
putc('\n', stderr);
@@ -167,10 +167,10 @@ void dbg_(const char *fcn, long line, const char *fmt, 
...)
 
if (!debugflag)
return;
+   va_start(ap, fmt);
if (use_syslog) {
syslog_(LOG_DEBUG, fcn, line, fmt, ap);
} else {
-   va_start(ap, fmt);
fprintf(stderr, %s: %s:%ld: , command, fcn, line);
vfprintf(stderr, fmt, ap);
putc('\n', stderr);
-- 
1.8.4.5

++ 0018-aplay-fix-pcm_read-return-value.patch ++
From 8aa13eec80eac312e4b99423909387660fb99b8f Mon Sep 17 00:00:00 2001
From: Olivier Langlois oliv...@trillion01.com
Date: Tue, 7 Jan 2014 23:18:17 -0500
Subject: [PATCH] aplay: fix pcm_read() return value

Because of the way the pcm_read() functions are currently used, returning
rcount or result is equivalent but I feel it is more accurate to
return 'result'.

Signed-off-by: Olivier Langlois oliv...@trillion01.com
Signed-off-by: Takashi Iwai ti...@suse.de
---
 aplay/aplay.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aplay/aplay.c b/aplay/aplay.c
index e0631c4aa752..69e8bdab63b7 100644
--- a/aplay/aplay.c
+++ b/aplay/aplay.c
@@ -2039,7 

commit python-lxml for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2014-02-01 09:40:21

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-01-28 
15:38:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2014-02-01 09:40:22.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 31 14:22:51 UTC 2014 - speili...@suse.com
+
+- Fix requires
+
+---



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.QnFUYq/_old  2014-02-01 09:40:23.0 +0100
+++ /var/tmp/diff_new_pack.QnFUYq/_new  2014-02-01 09:40:23.0 +0100
@@ -27,7 +27,7 @@
 Source1:http://lxml.de/lxmldoc-%{version}.pdf
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
-BuildRequires:  python-Cython
+BuildRequires:  python-Cython = 0.20
 BuildRequires:  python-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110

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



commit ocfs2-tools for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2014-02-01 09:40:17

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


Package is ocfs2-tools

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2014-01-10 
07:16:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2014-02-01 09:40:18.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 22:21:11 UTC 2014 - rgold...@suse.com
+
+- Use libcmap.so.4 for dlopen in 0001-Use-cmap-for-getting-cluster-name.patch
+  to remove dependency on devel package (bnc#860982)
+
+---



Other differences:
--
++ 0001-Use-cmap-for-getting-cluster-name.patch ++
--- /var/tmp/diff_new_pack.3XsAVq/_old  2014-02-01 09:40:19.0 +0100
+++ /var/tmp/diff_new_pack.3XsAVq/_new  2014-02-01 09:40:19.0 +0100
@@ -1,8 +1,9 @@
-From 1110d13d756406a6188299bf68db4743cf7c41a3 Mon Sep 17 00:00:00 2001
+From 6423caf73ef9d0f22acf294e100523bc2af3acc9 Mon Sep 17 00:00:00 2001
 From: Goldwyn Rodrigues rgold...@suse.com
 Date: Sat, 21 Dec 2013 18:41:04 -0600
 Subject: [PATCH] Use cmap for getting cluster name
 
+Signed-off-by: Goldwyn Rodrigues rgold...@suse.com
 ---
  debugfs.ocfs2/Makefile |  2 +-
  libo2cb/o2cb_abi.c | 79 +++---
@@ -24,7 +25,7 @@
  MANS = debugfs.ocfs2.8
  
 diff --git a/libo2cb/o2cb_abi.c b/libo2cb/o2cb_abi.c
-index ae03595..40f8176 100644
+index ae03595..6c3ad73 100644
 --- a/libo2cb/o2cb_abi.c
 +++ b/libo2cb/o2cb_abi.c
 @@ -35,6 +35,8 @@
@@ -69,7 +70,7 @@
 -  break;
 -  }
 +
-+  lib_handle = dlopen(libcmap.so, RTLD_NOW | RTLD_LOCAL);
++  lib_handle = dlopen(libcmap.so.4, RTLD_NOW | RTLD_LOCAL);
 +  if (!lib_handle)
 +  return ret;
 +

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



commit argyllcms for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package argyllcms for openSUSE:Factory 
checked in at 2014-02-01 09:39:51

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


Package is argyllcms

Changes:

--- /work/SRC/openSUSE:Factory/argyllcms/argyllcms.changes  2013-12-23 
19:31:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.argyllcms.new/argyllcms.changes 2014-02-01 
09:39:52.0 +0100
@@ -1,0 +2,47 @@
+Fri Jan 31 14:35:20 UTC 2014 - fcro...@suse.com
+
+- Release 1.6.3:
+  + Added ProPhoto.icm and ProPhotoLin.icm to ref profiles.
+  + Fix bug in xicclu -py conversion.
+  + Added code to minimize ICC rounding error on matrix profile
+white point accuracy. Re-generated all reference profiles with
+this change.
+  + Changed i1d3 driver to completely ignore any EEPROM checksum
+errors for non A-01 rev. instruments.
+  + Made transplot handle RGB-RGB device link.
+  + Removed colprof -y option. Use profcheck -v2 instead, as it
+is more developed.
+  + Fixed bug in dispcal - it was not using the final measurement
+pass to update the calibration curves.
+  + Fixed bug in spotread, dispcal  dispread for CCSS capable
+instruments where refresh display types was being ignored if a
+custom observer was used, and/or the custom observer as being
+ignored, and/or a  CCMX was being ignored.
+  + Renamed verify to colverify to avoid clash with MSWin program
+of the same name. Made it print the patch location for -v2 if
+it is present in the file.
+  + Changed targen to ensure that -V and -p options effects are
+reflected in the resulting expected CIE values of the .ti1
+file.
+  + Changed targen so that -V parameter also affects single
+channel, grey wedge, grid  body centered grid point
+distribution.
+  + Changed colprof to deal with variable grid distribution in a
+more neuanced way, to reduce overshoot artifacts when the -V
+parameter is used.
+  + Changed colprof to used a power_like function for the grid
+distribution shape from the -V parameter, so as to avoid issues
+with a power curve infinte slope near zero.
+  + Changed colprof to used a scaled down value of the targen -V
+parameter as the default for its -V parameter.
+  + Added a special case to collink for RGB video input encoding to
+(attempt) to fine tune the black point to compensate for it
+(probably) not falling on a cLUT grid point.  out encoding.
+  + Tweaked dispcal to try and improve accuracy of black point
+calibration.
+  + Switch dispread to use NoClamp readings, so that average black
+point value is not biased.
+  + Fixed bug introduced into 1.6.2 oeminst that prevents .ccss
+files being installed.
+
+---

Old:

  Argyll_V1.6.2_src.zip

New:

  Argyll_V1.6.3_src.zip



Other differences:
--
++ argyllcms.spec ++
--- /var/tmp/diff_new_pack.WiwNL5/_old  2014-02-01 09:39:53.0 +0100
+++ /var/tmp/diff_new_pack.WiwNL5/_new  2014-02-01 09:39:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package argyllcms
 #
-# 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,7 @@
 %define archivename Argyll_V%{version}%{?alphaversion}_src.zip
 
 Name:   argyllcms
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:ICC compatible color management system
 License:AGPL-3.0 and GPL-2.0+ and MIT



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



commit skelcd-control-openSUSE for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2014-02-01 09:40:33

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


Package is skelcd-control-openSUSE

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2014-01-28 19:30:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2014-02-01 09:40:34.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 13:39:41 UTC 2014 - lsle...@suse.cz
+
+- fixed package dependencies
+- 13.2.6
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-13.2.5.tar.bz2

New:

  skelcd-control-openSUSE-13.2.6.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.zmNEw4/_old  2014-02-01 09:40:35.0 +0100
+++ /var/tmp/diff_new_pack.zmNEw4/_new  2014-02-01 09:40:35.0 +0100
@@ -54,20 +54,20 @@
 Requires:   yast2-proxy
 Requires:   yast2-services-manager
 Requires:   yast2-slp
-Requires:   yast2-trans-allpacks
 Requires:   yast2-trans-stats
 Requires:   yast2-tune
 Requires:   yast2-update
 Requires:   yast2-users
 Requires:   yast2-x11
 # this is the default theme
+Requires:   yast2-qt-branding-openSUSE
 Requires:   yast2-theme-openSUSE-Oxygen
 
 # Architecture specific packages
 #
 
 %ifarch %ix86 x86_64
-BuildRequires:  yast2-vm
+Requires:   yast2-vm
 %endif
 
 #
@@ -75,7 +75,7 @@
 
 Url:https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:off
-Version:13.2.5
+Version:13.2.6
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

++ skelcd-control-openSUSE.spec ++
--- /var/tmp/diff_new_pack.zmNEw4/_old  2014-02-01 09:40:35.0 +0100
+++ /var/tmp/diff_new_pack.zmNEw4/_new  2014-02-01 09:40:35.0 +0100
@@ -54,20 +54,20 @@
 Requires:   yast2-proxy
 Requires:   yast2-services-manager
 Requires:   yast2-slp
-Requires:   yast2-trans-allpacks
 Requires:   yast2-trans-stats
 Requires:   yast2-tune
 Requires:   yast2-update
 Requires:   yast2-users
 Requires:   yast2-x11
 # this is the default theme
+Requires:   yast2-qt-branding-openSUSE
 Requires:   yast2-theme-openSUSE-Oxygen
 
 # Architecture specific packages
 #
 
 %ifarch %ix86 x86_64
-BuildRequires:  yast2-vm
+Requires:   yast2-vm
 %endif
 
 #
@@ -75,7 +75,7 @@
 
 Url:https://github.com/yast/skelcd-control-openSUSE
 AutoReqProv:off
-Version:13.2.5
+Version:13.2.6
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

++ skelcd-control-openSUSE-13.2.5.tar.bz2 - 
skelcd-control-openSUSE-13.2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.5/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-13.2.6/package/skelcd-control-openSUSE.changes
--- old/skelcd-control-openSUSE-13.2.5/package/skelcd-control-openSUSE.changes  
2014-01-28 11:37:50.0 +0100
+++ new/skelcd-control-openSUSE-13.2.6/package/skelcd-control-openSUSE.changes  
2014-01-31 15:08:36.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Jan 31 13:39:41 UTC 2014 - lsle...@suse.cz
+
+- fixed package dependencies
+- 13.2.6
+
+---
 Tue Jan 28 08:40:22 UTC 2014 - lsle...@suse.cz
 
 - add Yast dependencies to include the installer packages into
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-13.2.5/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-13.2.6/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-13.2.5/package/skelcd-control-openSUSE.spec 
2014-01-28 11:37:50.0 +0100
+++ new/skelcd-control-openSUSE-13.2.6/package/skelcd-control-openSUSE.spec 
2014-01-31 15:08:36.0 +0100
@@ -53,7 +53,6 @@
 Requires:   yast2-proxy
 Requires:   yast2-services-manager
 Requires:   yast2-slp
-Requires:   yast2-trans-allpacks
 Requires:   yast2-trans-stats
 Requires:   yast2-tune
 Requires:   yast2-update
@@ -61,12 +60,13 @@
 Requires:   yast2-x11
 # this is the default theme
 Requires:   yast2-theme-openSUSE-Oxygen
+Requires:   

commit wayland for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2014-02-01 09:40:38

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


Package is wayland

Changes:

--- /work/SRC/openSUSE:Factory/wayland/wayland.changes  2014-01-04 
18:33:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes 2014-02-01 
09:40:39.0 +0100
@@ -1,0 +2,35 @@
+Fri Jan 24 11:59:47 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.4.0
+* SHM Buffer SIBGUS protection
+* Subsurfaces protocol moved to wayland
+- Remove wayland-1.3.93-resourcestest.patch
+
+---
+Tue Jan 21 11:10:29 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.3.93:
+  * Various bugfixes to another RC release
+- Add patch wayland-1.3.93-resourcestest.patch fixing tests from
+  upstream git
+- Cleanup the spec with spec-cleaner
+- Always run tests do not conditionalize them. They wether fail or
+  not
+- Add missing dep on xsltproc as per configure
+
+---
+Tue Dec 24 21:15:33 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.3.91
+* protocol: add sub-surfaces to the core
+
+---
+Thu Oct 17 22:10:02 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.3.0:
+* More pixel formats for wl_shm, such as RGB565
+* Multi resource support.
+* Support for language bindings
+* Release requests for wl_pointer, wl_keyboard and wl_touch
+
+---

Old:

  wayland-1.2.1.tar.xz

New:

  wayland-1.4.0.tar.xz



Other differences:
--
++ wayland.spec ++
--- /var/tmp/diff_new_pack.cxgezc/_old  2014-02-01 09:40:40.0 +0100
+++ /var/tmp/diff_new_pack.cxgezc/_new  2014-02-01 09:40:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wayland
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,29 @@
 #
 
 
-Name:   wayland
 %define lname  libwayland0
-Version:1.2.1
+Name:   wayland
+Version:1.4.0
 Release:0
 Summary:Wayland Compositor Infrastructure
 License:HPND
 Group:  Development/Libraries/C and C++
-Url:http://wayland.freedesktop.org/
-
+URL:http://wayland.freedesktop.org/
 #Git-Clone:git://anongit.freedesktop.org/wayland/wayland
 #Git-Web:  http://cgit.freedesktop.org/wayland/wayland/
 Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf = 2.64
 #git#BuildRequires:  automake = 1.11
 #git#BuildRequires:libtool = 2.2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
-BuildRequires:  libexpat-devel
+BuildRequires:  libxml2-tools
+BuildRequires:  libxslt-tools
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(libffi)
+BuildRoot:  %_tmppath/%name-%version-build
 
 %description
 Wayland is a protocol for a compositor to talk to its clients as well
@@ -106,27 +107,32 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
-# Ensure people will use pkgconfig to locate headers
 %configure --disable-static --includedir=%_includedir/pkg/%name
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-b=%buildroot;
-make install DESTDIR=$b;
-rm -f $b/%_libdir/*.la;
+make DESTDIR=%buildroot install %{?_smp_mflags}
+find %buildroot -type f -name *.la -delete -print
 %fdupes %buildroot/%_prefix
 
 %check
-%if ! 0%{?qemu_user_space_build}
-mkdir -m go-rwx xdg;
-XDG_RUNTIME_DIR=$PWD/xdg make check %{?_smp_mflags};
+%if !0%{?qemu_user_space_build}
+mkdir xdg
+chmod 700 xdg
+export XDG_RUNTIME_DIR=$PWD/xdg
+make check %{?_smp_mflags} V=1
 %endif
 
 %post -n libwayland-client0 -p /sbin/ldconfig
+
 %postun -n libwayland-client0 -p /sbin/ldconfig
+
 %post -n libwayland-cursor0 -p /sbin/ldconfig
+
 %postun -n libwayland-cursor0 -p /sbin/ldconfig
+
 %post -n libwayland-server0 -p /sbin/ldconfig
+
 %postun -n libwayland-server0 -p /sbin/ldconfig
 
 %files -n libwayland-client0

++ wayland-1.2.1.tar.xz - wayland-1.4.0.tar.xz ++
 6715 lines of diff (skipped)

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

commit yast2-installation for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2014-02-01 09:40:42

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2014-01-31 11:51:14.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2014-02-01 09:40:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 12:04:52 UTC 2014 - lsle...@suse.cz
+
+- inst_inc_all.rb - added missing import (bnc#860263)
+- 3.1.28
+
+---

Old:

  yast2-installation-3.1.27.tar.bz2

New:

  yast2-installation-3.1.28.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.EAJuA7/_old  2014-02-01 09:40:44.0 +0100
+++ /var/tmp/diff_new_pack.EAJuA7/_new  2014-02-01 09:40:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.27
+Version:3.1.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.27.tar.bz2 - yast2-installation-3.1.28.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.27/MAINTAINER 
new/yast2-installation-3.1.28/MAINTAINER
--- old/yast2-installation-3.1.27/MAINTAINER2014-01-30 17:19:57.0 
+0100
+++ new/yast2-installation-3.1.28/MAINTAINER2014-01-31 14:55:36.0 
+0100
@@ -1 +1 @@
-Jiří Suchomel jsuch...@suse.cz
+Ladislav Slezák lsle...@suse.cz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.27/package/yast2-installation.changes 
new/yast2-installation-3.1.28/package/yast2-installation.changes
--- old/yast2-installation-3.1.27/package/yast2-installation.changes
2014-01-30 17:19:57.0 +0100
+++ new/yast2-installation-3.1.28/package/yast2-installation.changes
2014-01-31 14:55:36.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Jan 31 12:04:52 UTC 2014 - lsle...@suse.cz
+
+- inst_inc_all.rb - added missing import (bnc#860263)
+- 3.1.28
+
+---
 Thu Jan 30 15:43:05 UTC 2014 - jreidin...@suse.com
 
 - Remove write to non-existing /etc/sysconfig/suseconfig
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.27/package/yast2-installation.spec 
new/yast2-installation-3.1.28/package/yast2-installation.spec
--- old/yast2-installation-3.1.27/package/yast2-installation.spec   
2014-01-30 17:19:57.0 +0100
+++ new/yast2-installation-3.1.28/package/yast2-installation.spec   
2014-01-31 14:55:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.27
+Version:3.1.28
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.27/src/include/installation/inst_inc_all.rb 
new/yast2-installation-3.1.28/src/include/installation/inst_inc_all.rb
--- old/yast2-installation-3.1.27/src/include/installation/inst_inc_all.rb  
2014-01-30 17:19:57.0 +0100
+++ new/yast2-installation-3.1.28/src/include/installation/inst_inc_all.rb  
2014-01-31 14:55:36.0 +0100
@@ -71,6 +71,7 @@
 
   # gh#86 No control file found
   if ProductControl.current_control_file.nil?
+Yast.import InstError
 InstError.ShowErrorPopupWithLogs(
   # TRANSLATORS: Error message
   _(No installation control file has been found,\nthe installer 
cannot continue.)

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



commit Test-DVD-x86_64 for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2014-02-01 14:40:13

Comparing /work/SRC/openSUSE:Factory/Test-DVD-x86_64 (Old)
 and  /work/SRC/openSUSE:Factory/.Test-DVD-x86_64.new (New)


Package is Test-DVD-x86_64

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.QFQGQQ/_old  2014-02-01 14:40:14.0 +0100
+++ /var/tmp/diff_new_pack.QFQGQQ/_new  2014-02-01 14:40:14.0 +0100
@@ -23,7 +23,7 @@
 productoptions
   productvar name=DISTNAMEopenSUSE/productvar
   productvar name=FLAVORdvd/productvar
-  productvar name=MEDIUM_NAMETest-68/productvar
+  productvar name=MEDIUM_NAMETest-69/productvar
   productvar name=MULTIPLE_MEDIAno/productvar
   productvar name=PRODUCT_DIR//productvar
   productvar name=PRODUCT_NAME$DISTNAME-$FLAVOR/productvar
@@ -74,7 +74,6 @@
   repopackage name=augeas-lenses/
   repopackage name=autoyast2-installation/
   repopackage name=bash/
-  repopackage name=bash-completion/
   repopackage name=bash-lang/
   repopackage name=bind-libs/
   repopackage name=bind-utils/


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



commit installation-images for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package installation-images for 
openSUSE:Factory checked in at 2014-02-01 17:30:35

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


Package is installation-images

Changes:

--- /work/SRC/openSUSE:Factory/installation-images/installation-images.changes  
2014-02-01 08:43:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.installation-images.new/installation-images.changes 
2014-02-01 17:30:36.0 +0100
@@ -1,0 +2,5 @@
+Sat Feb  1 16:29:55 UTC 2014 - co...@suse.com
+
+- yast2-trans-allpacks is still needed
+
+---



Other differences:
--
++ installation-images.spec ++
--- /var/tmp/diff_new_pack.FNLG1G/_old  2014-02-01 17:30:37.0 +0100
+++ /var/tmp/diff_new_pack.FNLG1G/_new  2014-02-01 17:30:37.0 +0100
@@ -234,6 +234,7 @@
 BuildRequires:  xterm
 BuildRequires:  xz
 BuildRequires:  yast2-devtools
+BuildRequires:  yast2-trans-allpacks
 
 %if %with_sles
 # used also for SLED

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



commit python-Cython for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2014-02-01 18:04:47

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


Package is python-Cython

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2013-10-21 20:01:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2014-02-01 18:04:48.0 +0100
@@ -1,0 +2,49 @@
+Fri Jan 31 10:19:40 UTC 2014 - speili...@suse.com
+
+- Update to version 0.20:
+  * Support for CPython 3.4.
+  * Support for calling C++ template functions.
+  * yield is supported in finally clauses.
+  * The C code generated for finally blocks is duplicated for each exit
+case to allow for better optimisations by the C compiler.
+  * Cython tries to undo the Python optimisationism of assigning a bound
+method to a local variable when it can generate better code for the
+direct call.
+  * Constant Python float values are cached.
+  * String equality comparisons can use faster type specific code in
+more cases than before.
+  * String/Unicode formatting using the '%' operator uses a faster
+C-API call.
+  * bytearray has become a known type and supports coercion from and
+to C strings.  Indexing, slicing and decoding is optimised. Note that
+this may have an impact on existing code due to type inference.
+  * Using cdef basestring stringvar and function arguments typed as
+basestring is now meaningful and allows assigning exactly
+str and unicode objects, but no subtypes of these types.
+  * Support for the __debug__ builtin.
+  * Assertions in Cython compiled modules are disabled if the running
+Python interpreter was started with the -O option.
+  * Some types that Cython provides internally, such as functions and
+generators, are now shared across modules if more than one Cython
+implemented module is imported.
+  * The type inference algorithm works more fine granular by taking the
+results of the control flow analysis into account.
+  * A new script in bin/cythonize provides a command line frontend
+to the cythonize() compilation function (including distutils build).
+  * The new extension type decorator @cython.no_gc_clear prevents
+objects from being cleared during cyclic garbage collection, thus
+making sure that object attributes are kept alive until deallocation.
+  * During cyclic garbage collection, attributes of extension types that
+cannot create reference cycles due to their type (e.g. strings) are
+no longer considered for traversal or clearing.  This can reduce the
+processing overhead when searching for or cleaning up reference cycles.
+  * Package compilation (i.e. __init__.py files) now works, starting
+with Python 3.3.
+  * The cython-mode.el script for Emacs was updated.  Patch by Ivan Andrus.
+  * An option common_utility_include_dir was added to cythonize() to save
+oft-used utility code once in a separate directory rather than as
+part of each generated file.
+  * unraisable_tracebacks directive added to control printing of
+tracebacks of unraisable exceptions.
+
+---
@@ -6,2 +55,2 @@
-incorrect declaration of ``PyBuffer_FillInfo()`` and some missing bits in
-``libc.math``.
+incorrect declaration of PyBuffer_FillInfo() and some missing bits in
+libc.math.
@@ -9 +58 @@
-* Heap allocated subtypes of ``type`` used the wrong base type struct at 
the
+* Heap allocated subtypes of type used the wrong base type struct at the
@@ -38,2 +87,2 @@
-  of default arguments and argument types.  Specifically, ``bint`` arguments
-  now appear as type ``bool``.
+  of default arguments and argument types.  Specifically, bint arguments
+  now appear as type bool.
@@ -41 +90 @@
-  a code section that disables ``wraparound`` handling.  This helps with
+  a code section that disables wraparound handling.  This helps with

Old:

  Cython-0.19.2.tar.gz

New:

  Cython-0.20.tar.gz



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.Vursyh/_old  2014-02-01 18:04:48.0 +0100
+++ /var/tmp/diff_new_pack.Vursyh/_new  2014-02-01 18:04:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cython
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   

commit apparmor for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2014-02-02 07:29:02

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


Package is apparmor

Changes:

--- /work/SRC/openSUSE:Factory/apparmor/apparmor.changes2014-01-30 
11:23:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2014-02-02 
07:29:03.0 +0100
@@ -1,0 +2,6 @@
+Sat Feb  1 11:23:45 UTC 2014 - co...@suse.com
+
+- use current ruby macros, the rb_sitearch is obsolete since at least
+  12.1
+
+---



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.DxE1WR/_old  2014-02-02 07:29:04.0 +0100
+++ /var/tmp/diff_new_pack.DxE1WR/_new  2014-02-02 07:29:04.0 +0100
@@ -856,7 +856,7 @@
 
 %files -n ruby-apparmor
 %defattr(-,root,root)
-%{rb_sitearch}/LibAppArmor.so
+%{rb_sitearchdir}/LibAppArmor.so
 %endif
 
 %if %{with pam}



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



commit aide for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

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

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


Package is aide

Changes:

--- /work/SRC/openSUSE:Factory/aide/aide.changes2014-01-16 
14:12:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.aide.new/aide.changes   2014-02-02 
07:28:56.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 23 08:33:09 UTC 2014 - meiss...@suse.com
+
+- seperate a -test package to help with externalized testing.
+
+---

New:

  aide-test.sh



Other differences:
--
++ aide.spec ++
--- /var/tmp/diff_new_pack.HkZRfp/_old  2014-02-02 07:28:57.0 +0100
+++ /var/tmp/diff_new_pack.HkZRfp/_new  2014-02-02 07:28:57.0 +0100
@@ -35,6 +35,7 @@
 Source0:http://www.cs.tut.fi/~rammer/aide-%{version}.tar.bz2
 Source1:aide.conf
 Source2:aide-cron_daily.sh
+Source3:aide-test.sh
 Patch1: aide-%{version}-as-needed.patch
 Patch2: aide-no_m4_dir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -43,6 +44,13 @@
 %description
 AIDE is an intrusion detection system that checks file integrity.
 
+%package test
+Summary:Simple AIDE testing
+Group:  Productivity/Security
+
+%description test
+Simple AIDE test script for externalized testing.
+
 %prep
 %setup -q
 %patch1 -p1
@@ -70,8 +78,11 @@
 install -m 700 -d $RPM_BUILD_ROOT/var/lib/aide
 install -m 700 -d $RPM_BUILD_ROOT/etc
 install -m 600%{S:1} $RPM_BUILD_ROOT/etc/aide.conf
+install -m 700 %{S:3} $RPM_BUILD_ROOT/usr/bin/
 mkdir -p doc/examples/etc/cron.daily/
 cp -a %{S:2} doc/examples/etc/cron.daily/aide.sh
+
+%check
 mkdir /var/tmp/aide-test
 export TESTDIR=/var/tmp/aide-test
 make DESTDIR=$TESTDIR install
@@ -98,4 +109,8 @@
 /var/lib/aide
 %config(noreplace) /etc/aide.conf
 
+%files test
+%defattr(-,root,root)
+/usr/bin/aide-test.sh
+
 %changelog

++ aide-test.sh ++
#!/bin/sh
export TESTDIR=`mktemp -d /tmp/aide.XX`
install -m 700 -d $TESTDIR/var/lib/aide
install -m 700 -d $TESTDIR/etc
install -m 600  /etc/aide.conf $TESTDIR/etc/aide.conf.new
sed -e s#/var/lib/aide#$TESTDIR/var/lib/aide#g $TESTDIR/etc/aide.conf.new 
$TESTDIR/etc/aide.conf
/usr/bin/aide -c $TESTDIR/etc/aide.conf --init || exit 1
mv $TESTDIR/var/lib/aide/aide.db.new $TESTDIR/var/lib/aide/aide.db
/usr/bin/aide -c $TESTDIR/etc/aide.conf --check --verbose || exit 1

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



commit dante for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package dante for openSUSE:Factory checked 
in at 2014-02-02 07:32:59

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


Package is dante

Changes:

--- /work/SRC/openSUSE:Factory/dante/dante.changes  2013-12-30 
09:51:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.dante.new/dante.changes 2014-02-02 
07:33:01.0 +0100
@@ -1,0 +2,7 @@
+Fri Jan 24 15:06:14 UTC 2014 - dval...@suse.com
+
+- Fix HAVE_SENDBUF_IOCTL macro 
+
+- added patches:
+  * dante-1.4.0-sendbuf_macro.patch
+---

New:

  dante-1.4.0-sendbuf_macro.patch



Other differences:
--
++ dante.spec ++
--- /var/tmp/diff_new_pack.bdPKNo/_old  2014-02-02 07:33:01.0 +0100
+++ /var/tmp/diff_new_pack.bdPKNo/_new  2014-02-02 07:33:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dante
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,6 +39,7 @@
 Patch2: dante-1.4.0-sockd_conf_man_format.patch
 Patch3: dante-1.4.0-socksify_man_format.patch
 Patch4: dante-1.4.0-glibc-2.17.patch
+Patch5: dante-1.4.0-sendbuf_macro.patch
 # SuSE series: sec
 
 %description
@@ -92,6 +93,7 @@
 %if 0%{?suse_version}  1220
 %patch4 
 %endif
+%patch5 -p1
 
 %build
 DANTELIBC=`find /%{_lib}/ -maxdepth 1 -iname libc.so.*`

++ dante-1.4.0-sendbuf_macro.patch ++
Index: dante-1.4.0/libscompat.m4
===
--- dante-1.4.0.orig/libscompat.m4
+++ dante-1.4.0/libscompat.m4
@@ -373,7 +373,7 @@ main(void)
 
return 0;
 }], [AC_MSG_RESULT(yes)
- AC_DEFINE(HAVE_SENDBUF_IOCTL, TIOCOUTQ, [send buffer data])
+ AC_DEFINE(HAVE_SENDBUF_IOCTL, 1, [send buffer data])
  AC_DEFINE(SENDBUF_IOCTLVAL, TIOCOUTQ, [send buffer ioctl])],
 [AC_MSG_RESULT(no)])],
 [dnl assume no when cross-compiling
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit evolution for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2014-02-02 07:33:22

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


Package is evolution

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2014-01-28 
12:02:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2014-02-02 
07:33:24.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 30 16:50:04 UTC 2014 - dli...@suse.com
+
+- Add evolution-migrate-kmail-kcontact.patch (fate#316619):
+  + Implement mail migrate and contact migrate.
+  + Support kmail-4.3.
+
+---

New:

  evolution-migrate-kmail-kcontact.patch



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.ZPzBYY/_old  2014-02-02 07:33:25.0 +0100
+++ /var/tmp/diff_new_pack.ZPzBYY/_new  2014-02-02 07:33:25.0 +0100
@@ -38,6 +38,8 @@
 Source0:
http://download.gnome.org/sources/evolution/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM bnc-435722-book-uri-long.patch bnc#435722 
abhar...@suse.de -- Book URI: Spills Into Second Column.
 Patch0: bnc-435722-book-uri-long.patch
+# PATCH-FEATURE-OPENSUSE evolution-migrate-kmail-kcontact.patch fate#316619 
dli...@suse.com -- Migrate Kmail/Kcontact into evolution
+Patch1: evolution-migrate-kmail-kcontact.patch
 BuildRequires:  bison
 BuildRequires:  bogofilter
 BuildRequires:  fdupes
@@ -132,6 +134,7 @@
 translation-update-upstream
 # Needs rebase
 #patch0 -p1
+%patch1 -p1
 
 %build
 %if %{need_autogen}

++ evolution-migrate-kmail-kcontact.patch ++
 1310 lines (skipped)

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



commit folks for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package folks for openSUSE:Factory checked 
in at 2014-02-02 07:33:57

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


Package is folks

Changes:

--- /work/SRC/openSUSE:Factory/folks/folks.changes  2013-11-24 
11:27:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.folks.new/folks.changes 2014-02-02 
07:33:59.0 +0100
@@ -1,0 +2,6 @@
+Mon Jan 27 12:52:07 CST 2014 - feder...@suse.com
+
+- Added folks-bnc855848-individual-crash.patch to fix bnc#855848.
+  Empathy would crash when using IRC channels; this fixes the crash.
+
+---

New:

  folks-bnc855848-individual-crash.patch



Other differences:
--
++ folks.spec ++
--- /var/tmp/diff_new_pack.YBhBTH/_old  2014-02-02 07:33:59.0 +0100
+++ /var/tmp/diff_new_pack.YBhBTH/_new  2014-02-02 07:33:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package folks
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,8 @@
 Group:  System/Libraries
 Url:http://telepathy.freedesktop.org/wiki/Folks
 Source: 
http://download.gnome.org/sources/folks/0.9/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM: folks-bnc855848-individual-crash.patch bnc855848 
feder...@suse.com - Fix crash when using IRC channels
+Patch1: folks-bnc855848-individual-crash.patch
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool = 0.50.0
 BuildRequires:  readline-devel
@@ -168,6 +170,7 @@
 %lang_package
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++ folks-bnc855848-individual-crash.patch ++
Fix crash when connecting to and using IRC channels.

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


diff --git a/folks/individual.vala b/folks/individual.vala
index 7b3eccd..5ff00b2 100644
--- a/folks/individual.vala
+++ b/folks/individual.vala
@@ -231,12 +231,12 @@ public class Folks.Individual : Object,
*
* @since 0.6.0
*/
-  public string presence_status { get; set; }
+  public string presence_status { get; set; default = ; }
 
   /**
* {@inheritDoc}
*/
-  public string presence_message { get; set; }
+  public string presence_message { get; set; default = ; }
 
   /**
* {@inheritDoc}
@@ -286,8 +286,11 @@ public class Folks.Individual : Object,
* instead. For example, if storing references to Individuals who are tagged
* in a photo, it may be safer to store the UID of the Persona whose backend
* provided the photo (e.g. Facebook).
+   *
+   * As a special case, the ID defaults to an empty string when the individual
+   * has no personas (i.e. if it’s just been constructed).
*/
-  public string id { get; private set; }
+  public string id { get; private set; default = ; }
 
   /**
* Emitted when the last of the Individual's {@link Persona}s has been
@@ -1228,14 +1231,41 @@ public class Folks.Individual : Object,
 
   private void _persona_notify_cb (Object obj, ParamSpec ps)
 {
-  assert (obj is Persona);
-  assert (ps.name == individual || (obj as Persona).individual == this);
+  var persona = (Persona) obj;  /* will abort on failure */
+
+  /* It should not be possible for two Individuals to be simultaneously
+   * connected to the same Persona (as _connect_to_persona() will 
disconnect
+   * any previous Persona.individual), but warn (rather than asserting) 
just
+   * in case, since this is a critical code path. */
+  if (ps.name != individual 
+  persona.individual != this 
+  persona.individual != null)
+{
+  warning (Notification on property ‘%s’ of Persona %p (‘%s’) where  
+
+  Persona.individual is %p but was expected to be %p.,
+  ps.name, persona, persona.uid, persona.individual, this);
+  return;
+}
+  else if (ps.name == individual)
+{
+  if (persona.individual != this)
+{
+  /* Remove the notified persona from our set of personas. */
+  var remaining_personas = new SmallSetPersona ();
+  remaining_personas.add_all (this._persona_set);
+  remaining_personas.remove (persona);
+
+  this._set_personas (remaining_personas, null);
+}
+
+  return;
+}
 
   foreach (var notifier in Individual._notifiers)
 {
   if (ps.name == notifier.property)
 

commit git for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2014-02-02 07:35:06

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


Package is git

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2014-01-23 15:43:45.0 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2014-02-02 
07:35:07.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 15:03:34 UTC 2014 - jeng...@inai.de
+
+- Put additional documentation formats (~8 MB) into a separate
+  subpackage
+
+---



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.u47z1c/_old  2014-02-02 07:35:08.0 +0100
+++ /var/tmp/diff_new_pack.u47z1c/_new  2014-02-02 07:35:08.0 +0100
@@ -90,6 +90,21 @@
 
 These are the core tools with minimal dependencies.
 
+%package doc
+Summary:Documentation for the Git version control system
+Group:  Documentation/HTML
+%if 0%{?suse_version} = 1210
+BuildArch:  noarch
+%endif
+
+%description doc
+Git is a fast, scalable, distributed revision control system with an
+unusually rich command set that provides both high-level operations and
+full access to internals.
+
+This subpackage contains Git's documentation in text/plain and
+text/html formats. (The manpages are in the main package.)
+
 %package svn
 Summary:Git tools for importing Subversion repositories
 Group:  Development/Tools/Version Control
@@ -281,6 +296,11 @@
   echo git-add is not a regular file, apparmor profile won't work! 2
   exit 1
 fi
+
+mkdir -p %buildroot/%_docdir/git
+cp -a README COPYING Documentation/*.txt %buildroot/%_docdir/git/
+%{!?_without_docs: cp -a Documentation/*.html %buildroot/%_docdir/git/}
+
 %find_lang %{name}
 cat %{name}.lang bin-man-doc-files
 # use symlinks instead of hardlinks in sub-commands
@@ -306,7 +326,13 @@
 
 %files
 %defattr(-,root,root)
-%doc README
+%dir %_docdir/%name
+%_docdir/%name/README
+
+%files doc
+%defattr(-,root,root)
+%_docdir/%name/
+%exclude %_docdir/%name/README
 
 %files svn
 %defattr(-,root,root)
@@ -378,8 +404,6 @@
 %{_datadir}/git-core/
 %dir %{gitexecdir}
 %dir %{gitexecdir}/mergetools
-%doc README COPYING Documentation/*.txt
-%{!?_without_docs: %doc Documentation/*.html }
 %if 0%{?suse_version}  1140
 /var/adm/perl-modules/%{name}
 %endif

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



commit libopenssl0_9_8 for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

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

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


Package is libopenssl0_9_8

Changes:

--- /work/SRC/openSUSE:Factory/libopenssl0_9_8/libopenssl0_9_8.changes  
2014-01-09 15:30:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.libopenssl0_9_8.new/libopenssl0_9_8.changes 
2014-02-02 07:36:02.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 15:06:20 UTC 2014 - dmuel...@suse.com
+
+- avoid test suite on user mode build
+
+---
@@ -5,0 +11 @@
+



Other differences:
--
++ libopenssl0_9_8.spec ++
--- /var/tmp/diff_new_pack.X5E61V/_old  2014-02-02 07:36:02.0 +0100
+++ /var/tmp/diff_new_pack.X5E61V/_new  2014-02-02 07:36:02.0 +0100
@@ -130,7 +130,7 @@
make depend
make
LD_LIBRARY_PATH=`pwd` make rehash
-   %ifnarch armv4l
+   %if !0%{?qemu_user_space_build:1}
LD_LIBRARY_PATH=`pwd` make test
%endif
 #%endif

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



commit hylafax for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package hylafax for openSUSE:Factory checked 
in at 2014-02-02 07:35:43

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


Package is hylafax

Changes:

--- /work/SRC/openSUSE:Factory/hylafax/hylafax.changes  2012-05-22 
08:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.hylafax.new/hylafax.changes 2014-02-02 
07:35:44.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 27 13:06:17 UTC 2013 - axel.br...@gmx.de
+
+- Version 6.0.6:
+  + removed patch for TIFF 4.0
+  + configure.patch adapted
+
+---

Old:

  hylafax-6.0.5-TIFF-4.0.patch
  hylafax-6.0.5.tar.gz

New:

  hylafax-6.0.6.tar.gz



Other differences:
--
++ hylafax.spec ++
--- /var/tmp/diff_new_pack.VyNfCE/_old  2014-02-02 07:35:45.0 +0100
+++ /var/tmp/diff_new_pack.VyNfCE/_new  2014-02-02 07:35:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hylafax
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,7 +37,7 @@
 Requires:   smtp_daemon
 Requires:   tiff
 Conflicts:  sendfax
-Version:6.0.5
+Version:6.0.6
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source1:latex-cover-1.04.tar.lzma
@@ -56,10 +56,6 @@
 Patch10:hylafax-6.0.4-DESTDIR.patch
 Patch11:hylafax-6.0.4-configure.patch
 Patch12:hylafax-changed_options.patch
-# PATCH-FIX-OPENSUSE hylafax-6.0.5-TIFF-4.0.patch zai...@opensuse.org -- Fixes 
build with TIFF 4.0 we now have in 12.2. Patch taken from gentoo ( 
http://gentoo-overlays.zugaina.org/bgo-overlay/portage/net-misc/hylafax/files/hylafax-6.0.5-tiff-4.0.patch
 )
-%if 0%{?suse_version}  1210
-Patch13:hylafax-6.0.5-TIFF-4.0.patch
-%endif
 Url:http://www.hylafax.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Very Powerful Fax Server
@@ -96,9 +92,6 @@
 %patch10
 %patch11
 %patch12
-%if 0%{?suse_version}  1210
-%patch13 -p1
-%endif
 # needs to be executable 
 chmod 755 SuSE/usr/lib/fax/a2pswrap
 find ../ -name .cvsignore -exec rm {} \;  

++ hylafax-6.0.4-configure.patch ++
--- /var/tmp/diff_new_pack.VyNfCE/_old  2014-02-02 07:35:45.0 +0100
+++ /var/tmp/diff_new_pack.VyNfCE/_new  2014-02-02 07:35:45.0 +0100
@@ -140,13 +140,13 @@
  {
  printf( header_ver=%d lib_ver=%s, TIFFLIB_VERSION, TIFFGetVersion() );
  exit(0);
-@@ -2882,7 +2883,7 @@
+@@ -2904,7 +2905,7 @@
  CheckForFunc fchmod  {
echo '#define HAS_FCHMOD 1'
Note ... configure use of fchmod
 -  CheckFuncDecl fchmod 'extern int fchmod(int, mode_t);' \
 +  CheckFuncDecl fchmod 'extern int fchmod(int, __mode_t) __THROW;' \
-   unistd.h libc.h $OSFCNH sys/stat.h
+   unistd.h $OSFCNH sys/stat.h libc.h
  }
  CheckFuncDecl mknod 'extern int mknod(const char*, mode_t, dev_t);' \
 @@ -3259,8 +3260,9 @@

++ hylafax-6.0.5.tar.gz - hylafax-6.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hylafax-6.0.5/VERSION new/hylafax-6.0.6/VERSION
--- old/hylafax-6.0.5/VERSION   2010-09-15 16:42:36.0 +0200
+++ new/hylafax-6.0.6/VERSION   2012-06-06 02:58:38.0 +0200
@@ -1 +1 @@
-6.0.5
+6.0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hylafax-6.0.5/configure new/hylafax-6.0.6/configure
--- old/hylafax-6.0.5/configure 2010-09-15 16:42:36.0 +0200
+++ new/hylafax-6.0.6/configure 2012-06-06 02:58:38.0 +0200
@@ -2523,13 +2523,18 @@
 }
 
 #
-# Check if TIFF library is compatible. If successful,
-# set $tiff_runlen_t on exit to uint16 or uint32
+# Check if TIFF library is compatible, checking:
+#   $tiff_runlen_t: uint16 or uint32
+#   $tiff_offset_t: uint32 or uint64
+#   $tiff_bytecount_t: uint32 or uint64
+#   Classic structure names
 #
 CheckLibtiff()
 {
 Note ... checking TIFF library version
 tiff_runlen_t=
+tiff_offset_t=
+tiff_bytecount_t=
 catt.cEOF
 #include stdio.h
 #include tiffio.h
@@ -2550,8 +2555,21 @@
Note   Found libtiff version ${lib_ver}
if [ ${header_ver} -ge 19960307 ]; then
case ${lib_ver} in
-   3.4)tiff_runlen_t=uint16 ;;
-   3.[56789])  tiff_runlen_t=uint32 ;;
+   3.4)tiff_runlen_t=uint16
+   tiff_offset_t=uint32
+   

commit lsvpd for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package lsvpd for openSUSE:Factory checked 
in at 2014-02-02 07:36:10

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


Package is lsvpd

Changes:

--- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes  2013-12-11 
11:30:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2014-02-02 
07:36:12.0 +0100
@@ -1,0 +2,25 @@
+Thu Jan 16 11:57:24 UTC 2014 - jloe...@suse.com
+
+- update to version 1.7.3 (FATE#315458)
+  - vpdupdate: Find the PCI/USB ids files at runtime
+  - lscfg: allow -z, -d with -p
+  - lsvpd.spec.in: run vpdupdate in background post rpm install
+  
+  - Remove unused variables in invscout, lscfg.
+  - lscfg -vp: Skip empty record
+  - lscfg: Display Microcode Image level (MI)
+
+  - lscfg -vpl sysplaner0 ouptut alignment fix
+  - Display Machine Model information in lscfg output
+
+  - Support for device listing using location code with lsvpd -l
+  - Added man page for invscout
+  - Man pages updated to remove license info.
+  - Man pages updated to use correct vpd DB filename, document 
+-l feature.
+
+- Drop upstreamed patches:
+gcc47-fix.patch
+invscout-no-return-fix.patch
+
+---

Old:

  gcc47-fix.patch
  invscout-no-return-fix.patch
  lsvpd-1.7.0.tar.gz

New:

  lsvpd-1.7.3.tar.gz



Other differences:
--
++ lsvpd.spec ++
--- /var/tmp/diff_new_pack.LzRB7D/_old  2014-02-02 07:36:13.0 +0100
+++ /var/tmp/diff_new_pack.LzRB7D/_new  2014-02-02 07:36:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lsvpd
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   lsvpd
-Version:1.7.0
+Version:1.7.3
 Release:0
 Summary:VPD Hardware Inventory Utilities for Linux
 License:GPL-2.0+
 Group:  System/Monitoring
 Url:http://sourceforge.net/projects/linux-diag/
 Source0:%{name}-%{version}.tar.gz
-Patch0: gcc47-fix.patch
-Patch1: invscout-no-return-fix.patch
 BuildRequires:  gcc-c++
 BuildRequires:  librtas-devel
 BuildRequires:  libvpd2-devel
@@ -49,8 +47,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 export CFLAGS=%{optflags} -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'

++ lsvpd-1.7.0.tar.gz - lsvpd-1.7.3.tar.gz ++
 39894 lines of diff (skipped)

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



commit libqmi for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2014-02-02 07:36:05

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


Package is libqmi

Changes:

--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes2013-12-03 
09:50:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes   2014-02-02 
07:36:06.0 +0100
@@ -1,0 +2,55 @@
+Sun Jan 26 21:38:29 UTC 2014 - zai...@opensuse.org
+
+- Update to version 1.8.0:
+  + This version comes with one small API break: Enum value
+QMI_SERVICE_RMTFS is not 0x14, but 14.
+  + Support for sharing the QMI port through multiple processes
+with the new 'qmi-proxy' infrastructure.
+  + api: Added new known service ID enumeration values.
+  + wds: Added Get Profile List, Get Profile Settings, Get
+Default Settings request/response.
+  + cli: Add --wds-get-profile-list  --wds-get-default-settings.
+  + man: Added qmi-network manpage, autogenerated from --help-all.
+- Changes from version 1.6.0:
+  + This version comes with one small API break: dms: 'SID' TLV in
+Activate Manual is a guint8, not a string.
+  + Extended API with macros to check for the libqmi-glib version
+in use.
+  + Setup libtool versioning in libqmi-glib.
+  + Added initial support for the PBM (phonebook) service.
+  + Added initial support for the UIM service.
+  + Added initial support for the OMA (Open Mobile Alliance)
+service.
+  + nas: added Get Tx Rx Info request/response.
+  + wds: added Get Packet Statistics request/response.
+  + dms: added support for the 'PRL' TLV in Activate Manual.
+  + cli: add --nas-get-tx-rx-info, --wds-get-packet-statistics,
+--get-service-version-info, --uim-read-transparent,
+--uim-get-file-attributes.
+  + cli: fix following network status until disconnected.
+  + tests: use gtester to run unit tests.
+  + man: added qmicli manpage, autogenerated from --help-all.
+  + Also fixed several minor bugs and memory leaks.
+- Bump soname following upstream changes, this means that
+  package libqmi-glib0 will be renamed to libqmi-glib1.
+
+---
+Wed Jan 22 12:23:01 UTC 2014 - dims...@opensuse.org
+
+- Update to version 1.4.0:
+  + dms: fix minimum version requirement for DMS Get/Set Operating
+Mode.
+  + nas: added 'Network Time' indication.
+  + utils: fix reading sized uints in BE systems.
+  + cli: add --dms-activate-manual.
+  + cli: implemented setting System Selection Preference.
+  + cli: fix technology preference persistence reporting.
+  + cli: fix reading new PIN in '--dms-uim-change-pin'.
+  + docs: always generate documentation at dist time.
+  + tests: fixed BE/LE tests in BE systems.
+- Changes from version 1.2.0:
+  + Builds with Python3.
+  + Fixed DMS activation code string handling.
+  + Enhanced start network functionality in qmicli.
+
+---

Old:

  libqmi-1.0.tar.xz

New:

  libqmi-1.8.0.tar.xz



Other differences:
--
++ libqmi.spec ++
--- /var/tmp/diff_new_pack.CqX1lb/_old  2014-02-02 07:36:06.0 +0100
+++ /var/tmp/diff_new_pack.CqX1lb/_new  2014-02-02 07:36:06.0 +0100
@@ -1,6 +1,7 @@
 #
-# spec file for package
+# spec file for package libqmi
 #
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,16 +16,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   libqmi
-%define _soname libqmi-glib0
-Version:1.0
+%define _soname libqmi-glib1
+Version:1.8.0
 Release:0
 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream 
intended license is LIBRARY GPL 2.0+
-License:LGPL-2.0+
 Summary:Library to control QMI devices
-Url:http://cgit.freedesktop.org/libqmi/
+License:LGPL-2.0+
 Group:  System/Libraries
-Source0:
http://ftp.gnome.org/pub/GNOME/sources/libqmi/1.0/%{name}-%{version}.tar.xz
+Url:http://cgit.freedesktop.org/libqmi/
+Source0:
http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
 Source99:   libqmi-rpmlintrc
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) = 2.32
@@ -82,6 +84,9 @@
 %defattr(-,root,root)
 %{_bindir}/qmi-network
 %{_bindir}/qmicli
+%{_libexecdir}/qmi-proxy
+%{_mandir}/man1/qmi-network.1%{?ext_man}
+%{_mandir}/man1/qmicli.1%{?ext_man}
 
 %files -n %{_soname}
 %defattr(-,root,root)
@@ -89,6 +94,7 @@
 
 

commit pidgin for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

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

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


Package is pidgin

Changes:

--- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes2014-01-28 
12:03:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.pidgin.new/pidgin.changes   2014-02-02 
07:37:02.0 +0100
@@ -1,0 +2,93 @@
+Wed Jan 29 20:55:39 UTC 2014 - zai...@opensuse.org
+
+- Update to version 2.10.8:
+  + General: Python build scripts and example plugins are now
+compatible with Python 3 (pidgin.im#15624).
+  + libpurple:
+- Fix potential crash if libpurple gets an error attempting to
+  read a reply from a STUN server (CVE-2013-6484).
+- Fix potential crash parsing a malformed HTTP response
+  (CVE-2013-6479).
+- Fix buffer overflow when parsing a malformed HTTP response
+  with chunked Transfer-Encoding (CVE-2013-6485).
+- Better handling of HTTP proxy responses with negative
+  Content-Lengths.
+- Fix handling of SSL certificates without subjects when
+  using libnss.
+- Fix handling of SSL certificates with timestamps in the
+  distant future when using libnss (pidgin.im#15586).
+- Impose maximum download size for all HTTP fetches.
+  + Pidgin:
+- Fix crash displaying tooltip of long URLs (CVE-2013-6478).
+- Better handling of URLs longer than 1000 letters.
+- Fix handling of multibyte UTF-8 characters in smiley themes
+  (pidgin.im#15756).
+  + AIM: Fix untrusted certificate error.
+  + AIM and ICQ: Fix a possible crash when receiving a malformed
+message in a Direct IM session.
+  + Gadu-Gadu:
+- Fix buffer overflow with remote code execution potential.
+  Only triggerable by a Gadu-Gadu server or a
+  man-in-the-middle (CVE-2013-6487).
+- Disabled buddy list import/export from/to server.
+- Disabled new account registration and password change
+  options.
+  + IRC:
+- Fix bug where a malicious server or man-in-the-middle
+  could trigger a crash by not sending enough arguments with
+  various messages (CVE-2014-0020).
+- Fix bug where initial IRC status would not be set correctly.
+- Fix bug where IRC wasn't available when libpurple was
+  compiled with Cyrus SASL support (pidgin.im#15517).
+  + MSN:
+- Fix NULL pointer dereference parsing headers in MSN
+  (CVE-2013-6482).
+- Fix NULL pointer dereference parsing OIM data in MSN
+  (CVE-2013-6482).
+- Fix NULL pointer dereference parsing SOAP data in MSN
+  (CVE-2013-6482).
+- Fix possible crash when sending very long messages. Not
+  remotely-triggerable.
+  + MXit:
+- Fix buffer overflow with remote code execution potential
+  (CVE-2013-6487).
+- Fix sporadic crashes that can happen after user is
+  disconnected.
+- Fix crash when attempting to add a contact via search
+  results.
+- Show error message if file transfer fails.
+- Fix compiling with InstantBird.
+- Fix display of some custom emoticons.
+  + SILC: Correctly set whiteboard dimensions in whiteboard
+sessions.
+  + SIMPLE: Fix buffer overflow with remote code execution
+potential (CVE-2013-6487).
+  + XMPP:
+- Prevent spoofing of iq replies by verifying that the
+  'from' address matches the 'to' address of the iq request
+  (CVE-2013-6483).
+- Fix crash on some systems when receiving fake delay
+  timestamps with extreme values (CVE-2013-6477).
+- Fix possible crash or other erratic behavior when selecting a
+  very small file for your own buddy icon.
+- Fix crash if the user tries to initiate a voice/video session
+  with a resourceless JID.
+- Fix login errors when the first two available auth mechanisms
+  fail but a subsequent mechanism would otherwise work when
+  using Cyrus SASL (pidgin.im#15524).
+- Fix dropping incoming stanzas on BOSH connections when we
+  receive multiple HTTP responses at once (pidgin.im#15684).
+  + Yahoo!:
+- Fix possible crashes handling incoming strings that are not
+  UTF-8 (CVE-2012-6152).
+- Fix a bug reading a peer to peer message where a remote user
+  could trigger a crash (CVE-2013-6481).
+  + Plugins:
+- Fix crash in contact availability plugin.
+- Fix perl function Purple::Network::ip_atoi.
+- Add Unity integration plugin.
+  + Windows specific fixes: (CVE-2013-6486, pidgin.im#15520,
+pidgin.im#15521, bgo#668154).
+- Drop pidgin-irc-sasl.patch, fixed upstream.
+
+---

Old:

  pidgin-2.10.7.tar.bz2
  pidgin-irc-sasl.patch

New:

  pidgin-2.10.8.tar.bz2


commit perl-Readonly for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package perl-Readonly for openSUSE:Factory 
checked in at 2014-02-02 07:36:50

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


Package is perl-Readonly

Changes:

--- /work/SRC/openSUSE:Factory/perl-Readonly/perl-Readonly.changes  
2014-01-10 21:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Readonly.new/perl-Readonly.changes 
2014-02-02 07:36:51.0 +0100
@@ -1,0 +2,16 @@
+Mon Dec 30 14:30:37 UTC 2013 - rschweik...@suse.com
+
+- eliminate attempt to remove the benchmark test. The new install process
+  no longer installs the benchmark test into the target tree, thus the
+  removal of the file to hide it from the package is obsolete.
+  + Fixes the build failure on all distros
+
+---
+Tue Nov 26 07:33:04 UTC 2013 - co...@suse.com
+
+- updated to 1.04
+- Module now maintained by Sanko Robinson. Please see TODO for a possible
+  set of changes to this module that may effect code written for old, pre-
+  perl 5.14.0 platforms!!!
+
+---

Old:

  Readonly-1.03.tar.gz

New:

  Readonly-1.04.tar.gz



Other differences:
--
++ perl-Readonly.spec ++
--- /var/tmp/diff_new_pack.fuQwY7/_old  2014-02-02 07:36:51.0 +0100
+++ /var/tmp/diff_new_pack.fuQwY7/_new  2014-02-02 07:36:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Readonly
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,53 +15,45 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Readonly
+Version:1.04
+Release:0
 %define cpan_name Readonly
 Summary:Facility for creating read-only scalars, arrays, hashes
-Version:1.03
-Release:7
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Readonly/
-Source0:%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz
+BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-Provides:   %{cpan_name}
+BuildRequires:  perl(CPAN::Meta)
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+BuildRequires:  perl(Module::Build) = 0.38
+Recommends: perl(Readonly::XS) = 1.06
+%{perl_requires}
 
 %description
-Readonly.pm provides a facility for creating non-modifiable scalars,
-arrays, and hashes.
-
-Authors:
-Eric J. Roode, ro...@cpan.org
+Facility for creating read-only scalars, arrays, hashes
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build build flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/benchmark.pl
-%perl_process_packlist
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc Changes README benchmark.pl
+%defattr(-,root,root,755)
+%doc Changes cpanfile LICENSE README.md TODO
 
 %changelog

++ Readonly-1.03.tar.gz - Readonly-1.04.tar.gz ++
 3937 lines of diff (skipped)

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



commit pesign for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2014-02-02 07:36:56

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


Package is pesign

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2013-12-03 
14:27:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2014-02-02 
07:36:58.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 31 08:49:12 UTC 2014 - lnus...@suse.de
+
+- mark dir in /var/run as %ghost
+
+---



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.e5iopv/_old  2014-02-02 07:36:58.0 +0100
+++ /var/tmp/diff_new_pack.e5iopv/_new  2014-02-02 07:36:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pesign
 #
-# 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
@@ -107,7 +107,7 @@
 %{_unitdir}/pesign.service
 /usr/lib/tmpfiles.d/pesign.conf
 %dir %attr(0775,pesign,pesign) %{_sysconfdir}/pki/pesign
-%dir %attr(0770,pesign,pesign) %{_localstatedir}/run/%{name}
+%ghost %dir %attr(0770,pesign,pesign) %{_localstatedir}/run/%{name}
 %dir %attr(0770,pesign,pesign) %{_localstatedir}/lib/%{name}
 
 %changelog

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



commit msmtp for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2014-02-02 07:36:41

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


Package is msmtp

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2013-11-28 
16:51:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2014-02-02 
07:36:42.0 +0100
@@ -1,0 +2,23 @@
+Mon Jan 13 20:49:38 UTC 2014 - benoit.mo...@gmx.fr
+
+- rework the path lookup for the vim syntax file: fix fedora and
+  redhat build
+
+---
+Sun Dec 29 14:13:09 UTC 2013 - benoit.mo...@gmx.fr
+
+- update to version 1.4.31:
+  * Updated the msmtpq script.
+  * Fixed building of the documentation with texinfo = 5.0.
+- additional changes from version 1.4.30:
+  * Fix a bug in msmtp_read_addresses() that was introduced in
+version 1.4.29 by fixing a problem in the wrong way.
+- additional changes from version 1.4.29:
+  * Fix bugs in msmtp_read_addresses(), including a crash.
+  * Removed autotools files that are automatically copied by
+'autoreconf -i' from repository.
+  * Properly require an argument to --passwordeval. Fixes a crash
+when none is given.
+  * Replace old service name ssmtp with current one: smtps.
+
+---

Old:

  msmtp-1.4.28.tar.bz2

New:

  msmtp-1.4.31.tar.bz2



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.N0J3hA/_old  2014-02-02 07:36:42.0 +0100
+++ /var/tmp/diff_new_pack.N0J3hA/_new  2014-02-02 07:36:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msmtp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.4.28
+Version:1.4.31
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel
@@ -123,8 +123,14 @@
 scripts/find_alias/*.sh \
 %{buildroot}%{_bindir}
 
-vimver=`readlink %{_datadir}/vim/current`
-install -D -m 0644 scripts/vim/msmtp.vim 
%{buildroot}/%{_datadir}/vim/$vimver/syntax/msmtp.vim
+# find where to install vim syntax
+# start with the site directory, then current and finally any vim??
+for vimsyntax in %{_datadir}/vim/{site,current,vim[0-9][0-9]}/syntax; do
+if [ -d $vimsyntax ]; then
+break
+fi
+done
+install -D -m 0644 scripts/vim/msmtp.vim %{buildroot}$vimsyntax/msmtp.vim
 
 # main package doc files
 for f in \

++ msmtp-1.4.28.tar.bz2 - msmtp-1.4.31.tar.bz2 ++
 7838 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-Levenshtein for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package python-Levenshtein for 
openSUSE:Factory checked in at 2014-02-02 07:39:03

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


Package is python-Levenshtein

Changes:

--- /work/SRC/openSUSE:Factory/python-Levenshtein/python-Levenshtein.changes
2013-10-25 11:20:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-Levenshtein.new/python-Levenshtein.changes   
2014-02-02 07:39:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 13:50:25 UTC 2014 - elchev...@opensuse.org
+
+- updated to version 0.11.1
+   Added Python 3 support
+
+---

Old:

  python-Levenshtein-0.10.2.tar.bz2

New:

  python-Levenshtein-0.11.1.tar.gz



Other differences:
--
++ python-Levenshtein.spec ++
--- /var/tmp/diff_new_pack.Ci9Dpe/_old  2014-02-02 07:39:04.0 +0100
+++ /var/tmp/diff_new_pack.Ci9Dpe/_new  2014-02-02 07:39:04.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-Levenshtein
-Version:0.10.2
+Version:0.11.1
 Release:0
 Summary:Python extension computing string distances and similarities
 License:GPL-2.0+
-Group:  Development/Libraries/Python
-Url:http://github.com/miohtama/python-Levenshtein
-Source0:python-Levenshtein-%{version}.tar.bz2
+Group:  Development/Languages/Python
+Url:https://github.com/ztane/python-Levenshtein/
+Source0:
https://pypi.python.org/packages/source/p/python-Levenshtein/python-Levenshtein-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,7 +53,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING HISTORY.txt README.rst NEWS
+%doc HISTORY.txt README.rst
 %{python_sitearch}/*
 
 %changelog

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



commit python-wsgi_intercept for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

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

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


Package is python-wsgi_intercept

Changes:

--- 
/work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes  
2014-01-23 15:54:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-wsgi_intercept.new/python-wsgi_intercept.changes
 2014-02-02 07:39:09.0 +0100
@@ -1,0 +2,20 @@
+Thu Jan 30 16:44:30 UTC 2014 - speili...@suse.com
+
+- Added wsgi_intercept-disable-testbogusdomain.patch: Disable some tests
+  on 12.3 where patching fails
+
+---
+Thu Jan 30 15:22:14 UTC 2014 - speili...@suse.com
+
+- Update to version 0.6.1:
+  + Better testing dependency structure
+- Dropped patches:
+  + 0001-Depend-on-requests-2.0.1.patch (merged upstream)
+
+---
+Thu Jan 30 14:01:10 UTC 2014 - speili...@suse.com
+
+- Added 0001-Depend-on-requests-2.0.1.patch: Require requests=2.0.1.
+  Really a requirement
+
+---

Old:

  wsgi_intercept-0.6.0.tar.gz

New:

  wsgi_intercept-0.6.1.tar.gz
  wsgi_intercept-disable-testbogusdomain.patch



Other differences:
--
++ python-wsgi_intercept.spec ++
--- /var/tmp/diff_new_pack.TpjsA8/_old  2014-02-02 07:39:09.0 +0100
+++ /var/tmp/diff_new_pack.TpjsA8/_new  2014-02-02 07:39:09.0 +0100
@@ -17,21 +17,23 @@
 
 
 Name:   python-wsgi_intercept
-Version:0.6.0
+Version:0.6.1
 Release:0
 Summary:Installs a WSGI application in place of a real URI for testing
 License:MIT
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/wsgi-intercept/
 Source: 
http://pypi.python.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE speili...@suse.com -- Patching fails
+Patch0: wsgi_intercept-disable-testbogusdomain.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-httplib2
 BuildRequires:  python-nose
 BuildRequires:  python-pytest = 2.4
-BuildRequires:  python-requests
-Recommends: python-requests
+BuildRequires:  python-requests = 2.0.1
+Recommends: python-requests = 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -48,6 +50,9 @@
 
 %prep
 %setup -q -n wsgi_intercept-%{version}
+%if 0%{?suse_version} == 1230
+%patch0 -p1
+%endif
 
 %build
 python setup.py build

++ wsgi_intercept-0.6.0.tar.gz - wsgi_intercept-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/PKG-INFO 
new/wsgi_intercept-0.6.1/PKG-INFO
--- old/wsgi_intercept-0.6.0/PKG-INFO   2013-11-05 22:15:44.0 +0100
+++ new/wsgi_intercept-0.6.1/PKG-INFO   2014-01-30 15:46:01.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: wsgi_intercept
-Version: 0.6.0
+Version: 0.6.1
 Summary: wsgi_intercept installs a WSGI application in place of a real URI for 
testing.
 Home-page: http://pypi.python.org/pypi/wsgi_intercept
 Author: Titus Brown, Kumar McMillan, Chris Dent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/setup.cfg 
new/wsgi_intercept-0.6.1/setup.cfg
--- old/wsgi_intercept-0.6.0/setup.cfg  2013-11-05 22:15:44.0 +0100
+++ new/wsgi_intercept-0.6.1/setup.cfg  2014-01-30 15:46:01.0 +0100
@@ -5,7 +5,7 @@
 ignore = E128,E127,E126
 
 [egg_info]
+tag_build = 
 tag_date = 0
 tag_svn_revision = 0
-tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/setup.py 
new/wsgi_intercept-0.6.1/setup.py
--- old/wsgi_intercept-0.6.0/setup.py   2013-11-02 01:24:42.0 +0100
+++ new/wsgi_intercept-0.6.1/setup.py   2014-01-30 15:37:07.0 +0100
@@ -32,7 +32,7 @@
 'testing': [
 'pytest=2.4',
 'httplib2',
-'requests'
+'requests=2.0.1'
 ],
 },
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wsgi_intercept-0.6.0/test/__init__.py 
new/wsgi_intercept-0.6.1/test/__init__.py
--- 

commit tboot for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package tboot for openSUSE:Factory checked 
in at 2014-02-02 07:40:14

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


Package is tboot

Changes:

--- /work/SRC/openSUSE:Factory/tboot/tboot.changes  2013-08-12 
10:17:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.tboot.new/tboot.changes 2014-02-02 
07:40:15.0 +0100
@@ -1,0 +2,16 @@
+Thu Jan 30 21:59:46 UTC 2014 - meiss...@suse.com
+
+- updated to 1.8.0/20130705
+  Update README for TPM2 support
+  tpm2 support
+  Adding sha256 algorithm implementation
+  Update README for TPM NV measuring
+  Update README for EFI support
+  Fix typo in tboot/Makefile
+  Increase the supported maximum number of cpus from 256 to 512
+  Extend tboot policy supporting measuring TPM NV
+  EFI support via multiboot2 changes
+  Fix typo in common/hash.c
+  Fix verification for extended data elements in txt heap
+
+---

Old:

  tboot-1.7.4.tar.gz

New:

  tboot-1.8.0.tar.gz



Other differences:
--
++ tboot.spec ++
--- /var/tmp/diff_new_pack.1tEPJN/_old  2014-02-02 07:40:15.0 +0100
+++ /var/tmp/diff_new_pack.1tEPJN/_new  2014-02-02 07:40:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tboot
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
 
 
 Name:   tboot
-%define ver 1.7.4
-Version:20130705_1.7.4
+%define ver 1.8.0
+Version:20130705_1.8.0
 Release:0
 Summary:Performs a verified launch using Intel(R) TXT
 License:BSD-3-Clause

++ tboot-1.7.4.tar.gz - tboot-1.8.0.tar.gz ++
 14881 lines of diff (skipped)

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



commit texlive for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2014-02-02 07:40:32

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


Package is texlive

Changes:

--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2014-01-15 
22:59:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes 2014-02-02 
07:40:33.0 +0100
@@ -1,0 +2,15 @@
+Fri Jan 31 20:28:55 UTC 2014 - rschweik...@suse.com
+
+- The Perl Readonly module changes semantics with version 1.04 such that
+  Readonly variables are read only across contexts. Therefore using
+  a read only variable as an XML namespace context name triggers an
+  error when the context gets unregistered and an attempt is made to
+  reset the variable.
+  ~ add patch biber-noreadonly.diff to address the issue
+
+---
+Sat Jan 25 09:25:19 UTC 2014 - co...@suse.com
+
+- remove buildrequire kernel-devel, there are no kmps in here
+
+---

New:

  biber-noreadonly.diff



Other differences:
--
++ texlive.spec ++
--- /var/tmp/diff_new_pack.C8IK3k/_old  2014-02-02 07:40:36.0 +0100
+++ /var/tmp/diff_new_pack.C8IK3k/_new  2014-02-02 07:40:36.0 +0100
@@ -117,7 +117,6 @@
 %endif
 BuildRequires:  gsl-devel
 BuildRequires:  jpeg
-BuildRequires:  kernel-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libopenssl-devel
@@ -230,6 +229,8 @@
 Patch42:biblatex-encoding.dif
 # PATCH-FIX-UPSTREAM Make biber work without Data::diver perl module but 
autovivification
 Patch43:biber-av.patch
+# PATCH-FIX-UPSTREAM deal with semantic change of Perl Readonly implementation 
in version 1.04
+Patch44:biber-noreadonly.diff
 Prefix: %{_bindir}
 
 %{expand: %%global options %(mktemp /tmp/texlive-opts.)}
@@ -2290,6 +2291,7 @@
 %patch41 -p0 -b .ca
 %patch42 -p0 -b .en
 %patch43 -p1 -b .av
+%patch44 -p1 -b .ro
 popd
 %endif
 

++ biber-noreadonly.diff ++
# Perl Readonly semantics changed with version 1.04. Readonly variable are
# readonly across contexts and thus unregistration of namespaces fails if
# the namespace variable is readoonly as the unregistration attempts to
# modify the value
diff -ru biblatex-biber-1.7.org/lib/Biber/Input/file/biblatexml.pm 
biblatex-biber-1.7/lib/Biber/Input/file/biblatexml.pm
--- biblatex-biber-1.7.org/lib/Biber/Input/file/biblatexml.pm   2014-01-31 
14:22:27.906441935 -0500
+++ biblatex-biber-1.7/lib/Biber/Input/file/biblatexml.pm   2014-01-31 
14:25:36.144787433 -0500
@@ -23,7 +23,6 @@
 use List::AllUtils qw( uniq );
 use XML::LibXML;
 use XML::LibXML::Simple;
-use Readonly;
 use Data::Dump qw(dump);
 use Unicode::Normalize;
 use Unicode::GCString;
@@ -32,8 +31,8 @@
 my $logger = Log::Log4perl::get_logger('main');
 my $orig_key_order = {};
 
-Readonly::Scalar our $BIBLATEXML_NAMESPACE_URI = 
'http://biblatex-biber.sourceforge.net/biblatexml';
-Readonly::Scalar our $NS = 'bltx';
+our $BIBLATEXML_NAMESPACE_URI = 
'http://biblatex-biber.sourceforge.net/biblatexml';
+our $NS = 'bltx';
 
 # Determine handlers from data model
 my $dm = Biber::Config-get_dm;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yast2-security for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2014-02-02 07:41:16

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


Package is yast2-security

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2013-11-15 14:25:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2014-02-02 07:41:17.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 30 16:04:59 UTC 2014 - jreidin...@suse.com
+
+- Remove writting to dropped /etc/sysconfig/suseconfig
+  (FATE#100011)
+- 3.1.2
+
+---

Old:

  yast2-security-3.1.1.tar.bz2

New:

  yast2-security-3.1.2.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.4kgJ4h/_old  2014-02-02 07:41:17.0 +0100
+++ /var/tmp/diff_new_pack.4kgJ4h/_new  2014-02-02 07:41:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-security
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,7 @@
 BuildRequires:  perl-XML-Writer
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 BuildRequires:  yast2-pam
 BuildRequires:  yast2-testsuite
 

++ yast2-security-3.1.1.tar.bz2 - yast2-security-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.1/VERSION 
new/yast2-security-3.1.2/VERSION
--- old/yast2-security-3.1.1/VERSION2013-11-15 13:20:27.0 +0100
+++ new/yast2-security-3.1.2/VERSION1970-01-01 01:00:00.0 +0100
@@ -1 +0,0 @@
-3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.1/package/yast2-security.changes 
new/yast2-security-3.1.2/package/yast2-security.changes
--- old/yast2-security-3.1.1/package/yast2-security.changes 2013-11-15 
13:20:27.0 +0100
+++ new/yast2-security-3.1.2/package/yast2-security.changes 2014-01-31 
10:22:33.0 +0100
@@ -1,4 +1,11 @@
 ---
+Thu Jan 30 16:04:59 UTC 2014 - jreidin...@suse.com
+
+- Remove writting to dropped /etc/sysconfig/suseconfig
+  (FATE#100011)
+- 3.1.2
+
+---
 Wed Nov 13 15:56:18 UTC 2013 - jreidin...@suse.com
 
 - Add explicit COPYING file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.1/package/yast2-security.spec 
new/yast2-security-3.1.2/package/yast2-security.spec
--- old/yast2-security-3.1.1/package/yast2-security.spec2013-11-15 
13:20:27.0 +0100
+++ new/yast2-security-3.1.2/package/yast2-security.spec2014-01-31 
10:22:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.1.1
+Version:3.1.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 Group:  System/YaST
 License:GPL-2.0
 BuildRequires: doxygen pkg-config perl-XML-Writer update-desktop-files 
yast2-pam yast2-testsuite
-BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-devtools = 3.1.10
 
 # new Pam.ycp API
 Requires:  yast2-pam = 2.14.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.1/src/include/security/dialogs.rb 
new/yast2-security-3.1.2/src/include/security/dialogs.rb
--- old/yast2-security-3.1.1/src/include/security/dialogs.rb2013-11-15 
13:20:27.0 +0100
+++ new/yast2-security-3.1.2/src/include/security/dialogs.rb2014-01-31 
10:22:33.0 +0100
@@ -70,12 +70,6 @@
 DISPLAYMANAGER_REMOTE_ACCESS  = _(
   Remote access to the display manager
 ),
-CWD_IN_ROOT_PATH  = _(
-  Use current directory in root's path
-),
-CWD_IN_USER_PATH  = _(
-  Use current directory in path of regular users
-),
 SYSTOHC   = _(
   Write back 

commit wine for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-02-02 07:40:58

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


Package is wine

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2013-12-30 
10:47:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-02-02 
07:40:59.0 +0100
@@ -1,0 +2,36 @@
+Fri Jan 24 08:15:18 UTC 2014 - meiss...@suse.com
+
+- require p11-kit-32bit in -32bit package.
+
+---
+Fri Jan 17 20:16:01 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.11 development snapshot
+  - Uniscribe support in the RichEdit control.
+  - Support for condition variables and Slim Reader/Writer locks.
+  - More D3D command stream preparation work.
+  - Optional Start Menu in desktop mode.
+  - Improved support for vertical fonts metrics.
+  - Various bug fixes.
+
+---
+Tue Jan  7 08:09:39 UTC 2014 - meiss...@suse.com
+
+- recommend alsa-plugins-pulse and alsa-plugins for the x86 -32bit
+  package, otherwise there would be no sound.
+  bnc#857621
+
+---
+Sat Jan  4 09:56:25 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.10 development snapshot
+  - Window maximization in the Mac driver.
+  - AVI compressor implementation.
+  - Thread local storage support in dynamically loaded libraries.
+  - Beginnings of a Task Scheduler implementation.
+  - Extended IPX protocol support.
+  - Various bug fixes.
+- require samba-winbind for the ntlm_auth helper binary
+  bnc#857302
+
+---

Old:

  wine-1.7.9.tar.bz2
  wine-1.7.9.tar.bz2.sign

New:

  wine-1.7.11.tar.bz2
  wine-1.7.11.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.djX5Wl/_old  2014-02-02 07:41:01.0 +0100
+++ /var/tmp/diff_new_pack.djX5Wl/_new  2014-02-02 07:41:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine
 #
-# 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
@@ -55,7 +55,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.9
+Version:1.7.11
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+
@@ -79,6 +79,9 @@
 # not packaged in distro...
 Recommends: wine-mono
 Recommends: dosbox
+Recommends: alsa-plugins
+Recommends: alsa-plugins-pulse
+Requires:   samba-winbind
 Conflicts:  wine-gecko  1.3
 %ifarch x86_64
 Requires:   %{name}-32bit = %{version}
@@ -153,6 +156,11 @@
 echo   +^/usr/lib/wine/fakedlls  %SOURCE7
 grep SONAME_ config.log
 grep SONAME_ config.log|grep -v 'so'|sed -e 's/^.*\(.*\).*$/ requires 
\1/;'|sort -u %SOURCE7
+echo  recommends \alsa-plugins-pulse-32bit\ %SOURCE7
+echo  recommends \alsa-plugins-32bit\   %SOURCE7
+%if 0%{?suse_version} = 1310
+echo  requires \p11-kit-32bit\  %SOURCE7
+%endif
 echo %name-devel  %SOURCE7
 echo   +^/usr/lib/wine/.*def  %SOURCE7
 cat %SOURCE7

++ wine-1.7.9.tar.bz2 - wine-1.7.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.9.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.11.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 post-build-checks for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package post-build-checks for 
openSUSE:Factory checked in at 2014-02-02 07:43:48

Comparing /work/SRC/openSUSE:Factory/post-build-checks (Old)
 and  /work/SRC/openSUSE:Factory/.post-build-checks.new (New)


Package is post-build-checks

Changes:

--- /work/SRC/openSUSE:Factory/post-build-checks/post-build-checks.changes  
2014-01-09 17:36:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.post-build-checks.new/post-build-checks.changes 
2014-02-02 07:43:49.0 +0100
@@ -1,0 +2,13 @@
+Fri Jan 31 15:31:34 CET 2014 - r...@suse.de
+
+- adapt uname linking in specfile to /usr move (bnc#860600) 
+
+---
+Fri Jan 31 14:26:05 UTC 2014 - r...@suse.com
+
+- adapt uname.sh helper to 3.XX.Y kernel versioning scheme
+- obs removes dashes...
+- fix mktar to match service file
+- do not mount and umount /proc in checks - the build script handles that
+
+---

Old:

  post-build-checks-13.2+git20140109.507e5c2.tar.xz

New:

  post-build-checks-13.2+git20140131.590c07b.tar.xz



Other differences:
--
++ post-build-checks.spec ++
--- /var/tmp/diff_new_pack.F7JlGf/_old  2014-02-02 07:43:50.0 +0100
+++ /var/tmp/diff_new_pack.F7JlGf/_new  2014-02-02 07:43:50.0 +0100
@@ -20,7 +20,7 @@
 Summary:post checks for build after rpms have been created
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:13.2+git20140109.507e5c2
+Version:13.2+git20140131.590c07b
 Release:0
 PreReq: aaa_base permissions sed
 Requires:   aaa_base-malloccheck
@@ -88,17 +88,25 @@
 fi
 sed -i -e s@^PERMISSION_SECURITY=.*@PERMISSION_SECURITY=\secure\@ 
/etc/sysconfig/security
 sed -i -e s@^TIMEZONE=.*@TIMEZONE=\UTC\@ /etc/sysconfig/clock
-if test -f /bin/uname -a ! -L /bin/uname ; then
-mv /bin/uname /bin/uname.bin
-ln -s /usr/lib/build/helper/uname.sh /bin/uname
+UNAME=/bin/uname
+if test -f /usr/bin/uname ; then
+UNAME=/usr/bin/uname
+fi
+if test -f $UNAME -a ! -L $UNAME ; then
+mv $UNAME $UNAME.bin
+ln -s /usr/lib/build/helper/uname.sh $UNAME
 fi
 
 %preun
 if ! test -e /.buildenv; then
 exit 0
 fi
-if test $1 = 0 -a -f /bin/uname.bin ; then
-mv /bin/uname.bin /bin/uname
+UNAME=/bin/uname
+if test -f /usr/bin/uname.bin ; then
+UNAME=/usr/bin/uname
+fi
+if test $1 = 0 -a -f $UNAME.bin ; then
+mv $UNAME.bin $UNAME
 fi
 
 %files

++ post-build-checks-13.2+git20140109.507e5c2.tar.xz - 
post-build-checks-13.2+git20140131.590c07b.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20140109.507e5c2/helper/uname.sh 
new/post-build-checks-13.2+git20140131.590c07b/helper/uname.sh
--- old/post-build-checks-13.2+git20140109.507e5c2/helper/uname.sh  
2014-01-09 12:05:49.0 +0100
+++ new/post-build-checks-13.2+git20140131.590c07b/helper/uname.sh  
2014-01-31 15:24:53.0 +0100
@@ -29,7 +29,7 @@
 fi
 
 if test -n $MREL ; then
-echo $OUTPUT | sed -e s/[0-9]\.[0-9]\.[0-9][-.0-9a-zA-Z_]*/$MREL/
+echo $OUTPUT | sed -e s/[0-9]\.[0-9]\+\.[0-9][-.0-9a-zA-Z_]*/$MREL/
 else
 echo $OUTPUT
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/post-build-checks-13.2+git20140109.507e5c2/obs/mkpackage 
new/post-build-checks-13.2+git20140131.590c07b/obs/mkpackage
--- old/post-build-checks-13.2+git20140109.507e5c2/obs/mkpackage
2014-01-09 12:05:49.0 +0100
+++ new/post-build-checks-13.2+git20140131.590c07b/obs/mkpackage
2014-01-31 15:24:53.0 +0100
@@ -22,12 +22,12 @@
 cd $src
 $src/obs/mkchanges $name/$name.changes | tee $name/.changes
 #test ! -s $name/.changes || git push
-for i in *.bz2; do
+for i in *.xz; do
/bin/rm -vi $i
 done
 cd $src
 $src/obs/mktar
-mv *bz2 $name
+mv *xz $name
 cd $name
 osc vc $name.changes .changes  rm -f .changes
 cd $src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/post-build-checks-13.2+git20140109.507e5c2/obs/mktar 
new/post-build-checks-13.2+git20140131.590c07b/obs/mktar
--- old/post-build-checks-13.2+git20140109.507e5c2/obs/mktar2014-01-09 
12:05:49.0 +0100
+++ new/post-build-checks-13.2+git20140131.590c07b/obs/mktar2014-01-31 
15:24:53.0 +0100
@@ -1,13 +1,10 @@
 #!/bin/sh
 set -e
 NAME=post-build-checks
-VERSION=1.0
-datefmt=%Y.%m.%d.%H%M
-LAST_COMMIT=(`git rev-list --timestamp HEAD^..HEAD`)
-DATE=`date +$datefmt -d 1970-01-01 00:00 UTC $LAST_COMMIT seconds`
-#scmver=$DATE
-fullver=$VERSION${scmver:+_}$scmver

commit duplicity for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package duplicity for openSUSE:Factory 
checked in at 2014-02-02 07:50:25

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


Package is duplicity

Changes:

--- /work/SRC/openSUSE:Factory/duplicity/duplicity.changes  2013-09-16 
12:35:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.duplicity.new/duplicity.changes 2014-02-02 
07:50:27.0 +0100
@@ -1,0 +2,9 @@
+Sat Feb  1 19:20:58 UTC 2014 - w...@rosenauer.org
+
+- Update to version 0.6.23
+  * lot of bugfixes
+  * see details here
+http://duplicity.nongnu.org/CHANGELOG
+- requires python-lockfile
+
+---
@@ -7 +16 @@
-some highlights_
+some highlights:

Old:

  duplicity-0.6.22.tar.gz

New:

  duplicity-0.6.23.tar.gz



Other differences:
--
++ duplicity.spec ++
--- /var/tmp/diff_new_pack.IZ75Mq/_old  2014-02-02 07:50:28.0 +0100
+++ /var/tmp/diff_new_pack.IZ75Mq/_new  2014-02-02 07:50:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duplicity
 #
-# 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
@@ -29,13 +29,14 @@
 Summary:Encrypted bandwidth-efficient backup using the rsync algorithm
 License:GPL-3.0+
 Group:  Productivity/Archiving/Backup
-Version:0.6.22
+Version:0.6.23
 Release:0
 Url:http://duplicity.nongnu.org/
 Source: 
http://code.launchpad.net/%{name}/0.6-series/%{version}/+download/%{name}-%{version}.tar.gz
 Source99:   duplicity-rpmlintrc
 Patch1: duplicity-remove_shebang.patch
 Requires:   gpg
+Requires:   python-lockfile
 Recommends: python-boto ncftp
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{py_requires}

++ duplicity-0.6.22.tar.gz - duplicity-0.6.23.tar.gz ++
 5689 lines of diff (skipped)

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



commit duply for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package duply for openSUSE:Factory checked 
in at 2014-02-02 07:50:36

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


Package is duply

Changes:

--- /work/SRC/openSUSE:Factory/duply/duply.changes  2013-06-07 
06:57:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.duply.new/duply.changes 2014-02-02 
07:50:37.0 +0100
@@ -1,0 +2,18 @@
+Sat Feb  1 18:59:13 UTC 2014 - w...@rosenauer.org
+
+- Update to version 1.6.0:
+  + support gs backend
+  + support dropbox backend
+  + add gpg-agent support to gpg test routines
+  + autoenable --use-agent if passwords were not defined in config
+  + GPG_OPTS are now honored everywhere, keyrings or complete gpg
+homedir can thus be configured to be located anywhere
+  + always import both secret and public key if avail from config profile
+  + new explanatory comments in initial exclude file
+  + bugfix 7: Duply only imports one key at a time
+- Update to version 1.5.11:
+  + purge-incr command for remove-all-inc-of-but-n-full feature added
+patch provided by Moritz Augsburger, thanks!
+  + documented version command in man page
+
+---

Old:

  duply_1.5.10.tgz

New:

  duply_1.6.0.tgz



Other differences:
--
++ duply.spec ++
--- /var/tmp/diff_new_pack.94zwAT/_old  2014-02-02 07:50:37.0 +0100
+++ /var/tmp/diff_new_pack.94zwAT/_new  2014-02-02 07:50:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package duply
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Malcolm J Lewis malcolmle...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,13 +18,13 @@
 
 
 Name:   duply
-Version:1.5.10
+Version:1.6.0
 Release:0
 Summary:A frontend for the mighty duplicity magic
 License:GPL-2.0
 Group:  Productivity/Archiving/Compression
 Url:http://duply.net/
-Source0:
http://surfnet.dl.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.5.x/duply_1.5.10.tgz
+Source0:
http://surfnet.dl.sourceforge.net/project/ftplicity/duply%20%28simple%20duplicity%29/1.6.x/duply_1.6.0.tgz
 Requires:   duplicity
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ duply_1.5.10.tgz - duply_1.6.0.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duply_1.5.10/INSTALL.txt new/duply_1.6.0/INSTALL.txt
--- old/duply_1.5.10/INSTALL.txt2013-03-26 17:45:30.0 +0100
+++ new/duply_1.6.0/INSTALL.txt 2014-01-04 18:34:51.0 +0100
@@ -20,7 +20,9 @@
 3. run 'duply usage' to get usage help
 
 
-TIP
+TIPS
+
+INSTALL MULTIPLE VERSIONS
 
 Sometimes a new version of duplicity has bugs. The default setup routine is not
 designed to install multiple versions of duplicity in parallel. But doing this 
@@ -46,6 +48,9 @@
 If this works flawlessly than you will find the duplicity executable under
 $PREFIX/bin/duplicity
 
+ADD LOCAL DUPLY/DUPLICITY TO SYSTEM PATH
+
+First make sure '/usr/local/bin' is in your PATH env var.
 To change the systemwide used duplicity don't symlink it! It won't find it's 
 script file structure it depends on then. Rather hack short wrapper like
 
@@ -69,3 +74,8 @@
 PATH=~user/path/to/duplicity-0.6.18/bin:$PATH
 duplicity $@
 --
+
+UNINSTALL DUPLICITY
+
+python setup.py install --record files.txt
+cat files.txt | xargs rm -rf
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duply_1.5.10/duply new/duply_1.6.0/duply
--- old/duply_1.5.10/duply  2013-03-26 17:45:30.0 +0100
+++ new/duply_1.6.0/duply   2014-01-04 18:34:51.0 +0100
@@ -28,16 +28,31 @@
 #   --short-filenames
 #  --old-filenames
 #  - add 'exclude_command' list usage eg. exclude_verify
-#  - a download/install duplicity option
-#  - bug: on key import it tries to import again and fails because 
-#of already existing key, probably caused by legacy gpgkey 
+#  - featreq 25: a download/install duplicity option
 #  - hint on install software if a piece is missing
-#  - featreq 2995409: Prevent concurrent runs for same profile
-#  - featreq 3042778: check success of commands and react in batches 
+#  - featreq 5: Prevent concurrent runs for same profile
+#  - featreq 7: check success of commands and react in batches 
 #e.g. backup_AND_verify_AND_purge, 

commit klatexformula for openSUSE:Factory

2014-02-01 Thread h_root
Hello community,

here is the log from the commit of package klatexformula for openSUSE:Factory 
checked in at 2014-02-02 07:50:41

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


Package is klatexformula

Changes:

--- /work/SRC/openSUSE:Factory/klatexformula/klatexformula.changes  
2013-08-10 11:04:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.klatexformula.new/klatexformula.changes 
2014-02-02 07:50:43.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan 31 19:32:24 UTC 2014 - badshah...@gmail.com
+
+- Update to version 3.2.8:
+  - Fixes a bug caused by recent versions of ghostscript  
+
+---

Old:

  klatexformula-3.2.7.tar.gz

New:

  klatexformula-3.2.8.tar.gz



Other differences:
--
++ klatexformula.spec ++
--- /var/tmp/diff_new_pack.sznune/_old  2014-02-02 07:50:44.0 +0100
+++ /var/tmp/diff_new_pack.sznune/_new  2014-02-02 07:50:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klatexformula
 #
-# 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
@@ -49,7 +49,7 @@
 #  --
 
 Name:   klatexformula
-Version:3.2.7
+Version:3.2.8
 Release:0
 Summary:An easy-to-use graphical application for generating images 
from LaTeX equations
 License:GPL-2.0+

++ klatexformula-3.2.7.tar.gz - klatexformula-3.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klatexformula-3.2.7/VERSION 
new/klatexformula-3.2.8/VERSION
--- old/klatexformula-3.2.7/VERSION 2013-06-23 12:52:36.0 +0200
+++ new/klatexformula-3.2.8/VERSION 2013-11-23 20:25:38.0 +0100
@@ -1 +1 @@
-3.2.7
+3.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klatexformula-3.2.7/src/CMakeLists.txt 
new/klatexformula-3.2.8/src/CMakeLists.txt
--- old/klatexformula-3.2.7/src/CMakeLists.txt  2013-06-23 12:52:34.0 
+0200
+++ new/klatexformula-3.2.8/src/CMakeLists.txt  2013-11-23 20:25:37.0 
+0100
@@ -1,7 +1,7 @@
 #  #
 # CMake project file for klatexformula/src #
 #  #
-# $Id: CMakeLists.txt 742 2011-10-09 11:02:08Z phfaist $
+# $Id: CMakeLists.txt 864 2013-11-23 13:52:28Z phfaist $
 #  #
 
 if(KLF_MACOSX_BUNDLES)
@@ -503,9 +503,12 @@
 if(WIN32 AND KLF_INSTALL_QTLIBS)
   # Install Qt libs
   #  QT_BINARY_DIR and QT_PLUGINS_DIR are set by FindQt4 CMake module
-  install(DIRECTORY ${QT_BINARY_DIR}/ DESTINATION ${KLF_INSTALL_LIB_DIR}
-   FILES_MATCHING REGEX /Qt(Core|Gui|Sql|Xml)4?\\.dll$ REGEX 
/libgcc.*\\.dll REGEX /mingw.*\\.dll
-)
+  #message(STATUS QT_BINARY_DIR is ${QT_BINARY_DIR})
+  install(DIRECTORY ${QT_BINARY_DIR}/ DESTINATION ${KLF_INSTALL_LIB_DIR} 
FILES_MATCHING
+PATTERN libgcc*.dll
+PATTERN mingw*.dll
+REGEX /Qt(Core|Gui|Sql|Xml)4?\\.dll$
+  )
   set(qtplugin_list ${KLF_INSTALL_QTPLUGINS_LIST})
   set(qtplugin_list dummyitem ${qtplugin_list})
   string(REGEX REPLACE ; ;${QT_PLUGINS_DIR}/ qtplugin_list_temp 
${qtplugin_list})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/klatexformula-3.2.7/src/klfbackend/klfbackend.cpp 
new/klatexformula-3.2.8/src/klfbackend/klfbackend.cpp
--- old/klatexformula-3.2.7/src/klfbackend/klfbackend.cpp   2013-06-23 
12:52:33.0 +0200
+++ new/klatexformula-3.2.8/src/klfbackend/klfbackend.cpp   2013-11-23 
20:25:36.0 +0100
@@ -19,7 +19,7 @@
  *   Free Software Foundation, Inc.,   *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. *
  ***/
-/* $Id: klfbackend.cpp 748 2012-01-01 15:06:40Z phfaist $ */
+/* $Id: klfbackend.cpp 863 2013-11-23 13:14:34Z phfaist $ */
 
 #include stdio.h
 #include stdlib.h
@@ -33,7 +33,6 @@
 #include qbuffer.h
 #include qdir.h
 
-
 #include klfblockprocess.h
 #include klfbackend.h
 
@@ -205,6 +204,22 @@
 
 
 
+// utilities for dealing with bounding boxes in EPS file
+// (backported from 3.3)
+
+// A Bounding Box
+struct klfbbox {
+  double x1, x2, y1, y2;
+};
+static bool read_eps_bbox(const QByteArray epsdata, klfbbox *bbox, 
KLFBackend::klfOutput * resError);
+static void correct_eps_bbox(const QByteArray