commit kdebase4-workspace for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-workspace for 
openSUSE:Factory checked in at 2013-09-17 21:56:16

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


Package is "kdebase4-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-workspace/kdebase4-workspace.changes
2013-09-11 12:17:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdebase4-workspace.new/kdebase4-workspace.changes   
2013-09-17 21:56:19.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 15:04:42 UTC 2013 - alarr...@suse.com
+
+- Added kwin-fix-crash.diff:
+  Fixes a crash when trying to use GLX, which happened when starting
+  KDE inside qemu (bnc#840490)
+
+---

New:

  kwin-fix-crash.diff



Other differences:
--
++ kdebase4-workspace.spec ++
--- /var/tmp/diff_new_pack.J8mfxj/_old  2013-09-17 21:56:24.0 +0200
+++ /var/tmp/diff_new_pack.J8mfxj/_new  2013-09-17 21:56:24.0 +0200
@@ -60,9 +60,9 @@
 BuildRequires:  python-devel
 BuildRequires:  xcb-util-image-devel
 BuildRequires:  xcb-util-renderutil-devel
-BuildRequires:  pkgconfig(xcb-keysyms)
 BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(xcb-keysyms)
 %if %suse_version > 1220
 BuildRequires:  pkgconfig(glu)
 %endif
@@ -158,6 +158,8 @@
 Patch1051:  0002-Add-the-full-name-of-completion-matches-to-history.patch
 # PATCH-FIX-UPSTREAM 0003-Delay-KDE-class-initialization-to-main-loop.patch -- 
kde#324574
 Patch2000:  0003-Delay-KDE-class-initialization-to-main-loop.patch
+# PATCH-FIX-UPSTREAM kwin-fix-crash.diff -- Check for null value to fix kwin 
crashing under qemu (bnc#840490)
+Patch2001:  kwin-fix-crash.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   %{name}-branding = %{_kde_branding_version}
 Requires:   %{name}-ksysguardd = %{version}
@@ -379,6 +381,7 @@
 %patch1050 -p1
 %patch1051 -p1
 %patch2000 -p1
+%patch2001 -p1
 cp %{SOURCE3} kwin/effects/cube/data/cubecap.png
 
 %build


++ kwin-fix-crash.diff ++
Index: kde-workspace-4.11.1/kwin/glxbackend.cpp
===
--- kde-workspace-4.11.1.orig/kwin/glxbackend.cpp
+++ kde-workspace-4.11.1/kwin/glxbackend.cpp
@@ -222,6 +222,10 @@ bool GlxBackend::initBuffer()
 if (overlayWindow()->create()) {
 // Try to create double-buffered window in the overlay
 XVisualInfo* visual = glXGetVisualFromFBConfig(display(), fbconfig);
+if (!visual) {
+   kError(1212) << "Failed to get visual from fbconfig";
+   return false;
+}
 XSetWindowAttributes attrs;
 attrs.colormap = XCreateColormap(display(), rootWindow(), 
visual->visual, AllocNone);
 window = XCreateWindow(display(), overlayWindow()->window(), 0, 0, 
displayWidth(), displayHeight(),

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



commit osc for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2013-09-17 16:27:41

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2013-06-28 11:51:16.0 
+0200
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2013-09-17 
16:27:43.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 17 11:52:07 UTC 2013 - adr...@suse.de
+
+- 0.141.0
+  - crash fixes
+  - support for kiwi appliance builds using obsrepositories:/ directive
+  - support for manual release of sources and binaries
+  - add --last parameter for build logs to show last finished log file, if 
currently building
+  - add signkey --sslcert option to fetch the optional create ssl certificate 
instead of gpg key
+
+---
@@ -5 +15 @@
-  - improved compatibility with old pligins
+  - improved compatibility with old plugins

Old:

  osc-0.140.1.tar.gz

New:

  osc-0.141.0.tar.gz



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.N1THy6/_old  2013-09-17 16:27:43.0 +0200
+++ /var/tmp/diff_new_pack.N1THy6/_new  2013-09-17 16:27:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   osc
-Version:0.140.1
+Version:0.141.0
 Release:0
 Summary:openSUSE Build Service Commander
 License:GPL-2.0+

++ PKGBUILD ++
--- /var/tmp/diff_new_pack.N1THy6/_old  2013-09-17 16:27:43.0 +0200
+++ /var/tmp/diff_new_pack.N1THy6/_new  2013-09-17 16:27:43.0 +0200
@@ -1,5 +1,5 @@
 pkgname=osc
-pkgver=0.140.1
+pkgver=0.141.0
 pkgrel=0
 pkgdesc="Open Build Service client"
 arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@
 groups=('base-devel')
 depends=('python')
 source=(osc-${pkgver}.tar.gz)
-md5sums=('73fea2d9fc3674173641761c0d758d37')
+md5sums=('0691859fd496aa1f76ccb145711eed8a')
 
 package() {
   msg "Installing osc ..."

++ _service ++
--- /var/tmp/diff_new_pack.N1THy6/_old  2013-09-17 16:27:43.0 +0200
+++ /var/tmp/diff_new_pack.N1THy6/_new  2013-09-17 16:27:43.0 +0200
@@ -1,7 +1,7 @@
 
   
-0.140.1
-0.140
+0.141.0
+0.141.0
 git://github.com/openSUSE/osc.git
 git
   

++ osc-0.140.1.tar.gz -> osc-0.141.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.140.1/NEWS new/osc-0.141.0/NEWS
--- old/osc-0.140.1/NEWS2013-06-26 20:33:49.0 +0200
+++ new/osc-0.141.0/NEWS2013-09-17 13:51:37.0 +0200
@@ -1,3 +1,10 @@
+0.141
+  - crash fixes
+  - support for kiwi appliance builds using obsrepositories:/ directive
+  - support for manual release of sources and binaries
+  - add --last parameter for build logs to show last finished log file, if 
currently building
+  - add signkey --sslcert option to fetch the optional create ssl certificate 
instead of gpg key
+
 0.140
   - support python 2.7 and python 3 in parallel now
   - reworked plugin loading mechanism in order to avoid the (mass) breakage of 
existing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.140.1/osc/OscConfigParser.py 
new/osc-0.141.0/osc/OscConfigParser.py
--- old/osc-0.140.1/osc/OscConfigParser.py  2013-06-26 20:33:49.0 
+0200
+++ new/osc-0.141.0/osc/OscConfigParser.py  2013-09-17 13:51:37.0 
+0200
@@ -15,11 +15,14 @@
 
 from __future__ import print_function
 
-try:
+import sys
+
+if sys.version_info >= ( 3, ):
 import configparser
-except ImportError:
+else:
 #python 2.x
 import ConfigParser as configparser
+
 import re
 
 # inspired from http://code.google.com/p/iniparse/ - although their 
implementation is
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/osc-0.140.1/osc/babysitter.py 
new/osc-0.141.0/osc/babysitter.py
--- old/osc-0.140.1/osc/babysitter.py   2013-06-26 20:33:49.0 +0200
+++ new/osc-0.141.0/osc/babysitter.py   2013-09-17 13:51:37.0 +0200
@@ -51,13 +51,13 @@
 signal.signal(num, catchterm)
 
 
-def run(prg):
+def run(prg, argv=None):
 try:
 try:
 if '--debugger' in sys.argv:
 pdb.set_trace()
 # here we actually run the program:
-return prg.main()
+return prg.main(argv)
 except:
 # look for an option in the prg.options object and in the config
 # dict print stack trace, if desired
@@ -165,6 +165,8 @@
 except oscerr.ExtRuntimeError as e:
 print(e.file + ':', e.msg, file=sys.stderr)
 return 1
+except oscerr.ServiceRuntimeError

commit openvas-scanner for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package openvas-scanner for openSUSE:Factory 
checked in at 2013-09-17 16:27:33

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


Package is "openvas-scanner"

Changes:

--- /work/SRC/openSUSE:Factory/openvas-scanner/openvas-scanner.changes  
2013-04-09 07:09:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvas-scanner.new/openvas-scanner.changes 
2013-09-17 16:27:34.0 +0200
@@ -2 +2 @@
-Mon Mar 18 08:44:57 UTC 2013 - co...@suse.com
+Wed Aug 28 13:47:07 UTC 2013 - johann.l...@wanadoo.fr
@@ -4 +4 @@
-- make factory-auto happy in adding a %changelog section
+- Fix OBS Warning
@@ -7 +7 @@
-Mon Feb 13 10:51:27 UTC 2012 - co...@suse.com
+Tue Aug 27 15:27:32 UTC 2013 - johann.l...@wanadoo.fr
@@ -9 +9,77 @@
-- patch license to follow spdx.org standard
+- Adding systemd native init script
+- Adding doc package
+- Cleaning spec files
+
+---
+Thu Apr 18 09:49:10 UTC 2013 - johann.l...@wanadoo.fr
+
+- Update to 3.4.0 (first release for OpenVAS-6)
+  * Minimum requirements for openvas-libraries: Increased from 5.0 to 6.0.
+  * Minimum requirements for GnuTLS: Increased from 2.2 to 2.8.
+  * New optional OTP version 1.1 which is like 1.0 but sends less info
+to the client initially.
+  * Changed behaviour of NVT sync script "openvas-nvt-sync":
+It will now delete scripts not part of the when using rsync,
+except for the directory "private/".
+  * A Migration option "--migrate-to-private" of the sync-script will
+move private scripts into the "private/" directory.
+The Feed Sync will stop with an error until the "private/" is created.
+As soon as this directory is created, the synchronisation will ultimately
+delete all files in the local feed directory that are not part of the
+regular Feed.
+  * Changed: The magic that NVTs of category ACT_SETTINGS were always enabled
+even when user disabled them has been removed. OTP clients now have
+to take care to enable as needed.
+  * Send NODESC and NOSUMMARY instead of whole plugin description and summary 
when
+no result is returned and plugin has all new nvt tags.
+  * Newline in script tags are now escaped.
+  * The size of tags is not limited anymore.
+  * Internal use of NVTI references by OID to allow using the NVTI
+cache properly. This significantly lowers the memory consumption
+per Scanner process.
+  * Improve bug tracking by directing diagnostics to the log file.
+  * Removed deprecated code.
+  * Various code and build cleanups.
+  * Removed built-in logfile rotation. It is not a good idea to try
+to circumvent system environment technology for logrotate.
+  * New command line switch "--only-cache" to just build the cache and exit.
+  * Fixed a bug when NVT lacks family specification.
+  * Add private directory for RSYNC_DELETE to greenbone-nvt-sync.
+  * Improve bug tracking by directing diagnostics to the log file.
+  * Internal code cleanups for NVTI cache handling.
+  * Fixed a bug when NVT lacks family specification.
+  * Closed a number of memory leaks.
+
+---
+Sat May 12 13:48:31 UTC 2012 - bitshuff...@opensuse.org
+
+- Updated to 3.3.1
+  * The CMake infrastructure has been cleaned up to ensure that compilation 
with
+modern gccs works.
+  * The greenbone-nvt-sync script has been updated.
+  * OpenVAS Scanner now requires at least glib 2.16 and gnutls 2.2, matching 
the
+requirements of OpenVAS Libraries.
+  * New scanner preference "reverse_lookup", defaulting to "no" (the previous
+behaviour)
+  * For network wide scanning, mandatory keys are ignored.
+  * Don't start the second scan phase when network scan is enabled and
+user requests "stop" during the first phase.
+  * Send an ERRMSG to the client when terminating a process.
+  * Furter improvements to the build system.
+
+---
+Sat Nov 12 18:07:30 UTC 2011 - bitshuff...@opensuse.org
+
+- Updated to 3.3+beta2
+  * NVT management code has been updated to reflect the updated 
openvas-libraries
+API.
+  * The optional use of the external tool "ovaldi" has been made more secure.
+  * OpenVAS Scanner now uses UTC internally.
+  * The greenbone-nvt-sync script has been updated.
+  * Changed: Do not force execution of ACT_INIT category.
+  * Fixed: A number of potential resource leaks.
+  * Fixed: A number of compiler warnings when compiling with gcc 4.6.
+  * Fixed: Usage of the mktemp template in openvas-nvt-sync.
+  * Removed: Support for shared sockets.
+  * New: The scanner options "network_scan" and "report_host_details" have been
+added to t

commit rpmlint for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2013-09-17 16:27:55

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2013-09-12 
07:10:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2013-09-17 
16:27:57.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 17 10:03:53 UTC 2013 - abergm...@suse.com
+
+- whitelisted mate DBUS Service (bnc#831404) 
+
+---
+Sat Sep 14 17:16:49 UTC 2013 - matwey.korni...@gmail.com
+
+- add requirement for ErlangCheck.py (pull request #2)
+
+---



Other differences:
--
++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.X8uupK/_old  2013-09-17 16:27:58.0 +0200
+++ /var/tmp/diff_new_pack.X8uupK/_new  2013-09-17 16:27:58.0 +0200
@@ -47,6 +47,8 @@
 Requires:   findutils
 Requires:   python-magic
 Requires:   rpm-python
+# Requirement for ErlangCheck.py (pull-request #2).
+Requires:   python-pybeam
 BuildArch:  noarch
 #
 # Read README.packaging.txt before making any changes to this

++ config ++
--- /var/tmp/diff_new_pack.X8uupK/_old  2013-09-17 16:27:58.0 +0200
+++ /var/tmp/diff_new_pack.X8uupK/_new  2013-09-17 16:27:58.0 +0200
@@ -567,6 +567,9 @@
 # GeoClue2 DBUS Service (bnc#838360)
 "org.freedesktop.GeoClue2.service",
 "org.freedesktop.GeoClue2.conf",
+# mate dbus serice (bnc#831404)
+"org.mate.SettingsDaemon.DateTimeMechanism.service",
+"org.mate.SettingsDaemon.DateTimeMechanism.conf",
 ))
 
 setOption("PAMModules.WhiteList", (

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



commit openvas-administrator for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package openvas-administrator for 
openSUSE:Factory checked in at 2013-09-17 16:27:21

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


Package is "openvas-administrator"

Changes:

--- 
/work/SRC/openSUSE:Factory/openvas-administrator/openvas-administrator.changes  
2012-06-16 11:45:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openvas-administrator.new/openvas-administrator.changes
 2013-09-17 16:27:23.0 +0200
@@ -2 +2 @@
-Wed Apr 11 17:41:09 UTC 2012 - dims...@opensuse.org
+Wed Aug 28 14:55:47 UTC 2013 - johann.l...@wanadoo.fr
@@ -4,2 +4,45 @@
-- Add openvas-administrator-glib2.31.patch: Fix build with newer
-  glib versions.
+- Add systemd init script for openSUSE
+  fix OBS warning
+
+---
+Thu Apr 18 11:05:08 UTC 2013 - johann.l...@wanadoo.fr
+
+- Update to 1.3.0
+  * Increase GnuTLS dependency version from 2.2 to 2.8.
+  * Install pwpolicy.conf to ensure there is always one password policy.
+  * New feature: Opportunity to specify a password policy.
+  * Extended OAP to manage SCAP synchronisation script
+(commands DESCRIBE_SCAP and SYNC_SCAP).
+  * Added command line option "--scap-script".
+  * Extended OAP to manage CERT synchronisation script
+(commands DESCRIBE_CERT and SYNC_CERT).
+  * Added command line option "--cert-script".
+  * Some small fixes and code maintenance.
+  * Improved build system to allow out-of-source build.
+  * A linker warning has been addressed.
+  * GnuTLS compatibility in been improved.
+  * Remove the test framework.
+  * Install pwpolicy.conf to ensure there is always one password policy.
+
+---
+Fri Aug 10 21:22:24 UTC 2012 - bitshuff...@opensuse.org
+
+- Updated to 1.2.1
+  * Improve build system to work with newer glib and gcc versions.
+  * Prevent segfault when sync script does not end properly.
+
+---
+Sat May 12 16:05:59 UTC 2012 - bitshuff...@opensuse.org
+
+- Updated to 1.2.0
+  * Some bug fixes for the per-user ldap authentication.
+  * Clean up CMake infrastructure and ensure that compilation with modern
+gccs works.
+  * Added support of per-user LDAP authentication 
+  * OAP protocol version now 1.1
+
+---
+Sat Nov 12 19:16:51 UTC 2011 - bitshuff...@opensuse.org
+
+- Updated to 1.2+beta1
+  * Support for task observers has been added.

Old:

  debian.changelog
  debian.compat
  debian.control
  debian.dirs
  debian.install
  debian.openvas-administrator.init
  debian.openvas-administrator.logrotate
  debian.rules
  debian.series
  openvas-administrator-1.1.1-linking.patch
  openvas-administrator-1.1.2.tar.gz
  openvas-administrator-glib2.31.patch
  openvas-administrator.dsc

New:

  openvas-administrator-1.3.0.tar.gz
  openvas-administrator.service



Other differences:
--
++ openvas-administrator.spec ++
--- /var/tmp/diff_new_pack.rIOzs8/_old  2013-09-17 16:27:24.0 +0200
+++ /var/tmp/diff_new_pack.rIOzs8/_new  2013-09-17 16:27:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openvas-administrator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,9 +16,12 @@
 #
 
 
+
 Name:   openvas-administrator
-Version:1.1.2
-Release:0
+Version:1.3.0
+Release:2.2
+License:GPL-2.0+
+Group:  Productivity/Networking/Security
 Url:http://www.openvas.org
 Source0:%{name}-%{version}.tar.gz
 Source1:openvasad.logrotate
@@ -26,24 +29,31 @@
 Source3:openvasad.init.suse
 Source4:openvasad.init.fedora
 Source5:openvasad.init.mandriva
-Patch0: openvas-administrator-1.1.1-linking.patch
-Patch1: openvas-administrator-glib2.31.patch
+Source6:   openvas-administrator.service
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?mandriva_version}
 BuildRequires:  pinentry-gtk2
 %endif
 
+%if 0%{?suse_version}
+PreReq: %insserv_prereq
+PreReq: %fillup_prereq
+BuildRequires:  fdupes
+%if 0%{?suse_version} > 1220
+BuildRequires:  systemd
+%systemd_requires
+%endif
+%endif
+
 BuildRequires:  cmake >= 2.6.0
 BuildRequires:  doxygen
 BuildRequires:  glib2-devel
-BuildRequires:  libgcrypt-devel
-BuildReq

commit openvas-cli for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package openvas-cli for openSUSE:Factory 
checked in at 2013-09-17 16:27:29

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


Package is "openvas-cli"

Changes:

--- /work/SRC/openSUSE:Factory/openvas-cli/openvas-cli.changes  2013-07-29 
17:44:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.openvas-cli.new/openvas-cli.changes 
2013-09-17 16:27:30.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 18 11:44:31 UTC 2013 - johann.l...@wanadoo.fr
+
+- Update to 1.2.0 (for OpenVAS-6)
+  * New OMP based Nagios plugin.
+  * New ncurses based OMP interface.
+  * Observed task are now shown per default.
+  * Out-of-sources builds are now possible for all targets.
+  * The openvas-libraries dependency has been raised to 6.0.0.
+  * The GnuTLS dependency has been raised from 2.2 to 2.8.
+  * Support for building a statically linked version of the OMP based Nagios
+plugin has been added.
+  * Use omp_get_tasks_ext instead of omp_get_tasks so that observed tasks show 
up.
+
+---

Old:

  debian.changelog
  debian.compat
  debian.control
  debian.rules
  debian.series
  openvas-cli-1.1.3-linking.patch
  openvas-cli-1.1.4.tar.gz
  openvas-cli.dsc

New:

  openvas-cli-1.2.0.tar.gz



Other differences:
--
++ openvas-cli.spec ++
--- /var/tmp/diff_new_pack.DNKxln/_old  2013-09-17 16:27:31.0 +0200
+++ /var/tmp/diff_new_pack.DNKxln/_new  2013-09-17 16:27:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openvas-cli
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,12 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   openvas-cli
-Version:1.1.4
-Release:0
+Version:1.2.0
+Release:1.9
 Url:http://www.openvas.org
 Source: %{name}-%{version}.tar.gz
-Patch0: openvas-cli-1.1.3-linking.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?mandriva_version}
@@ -31,6 +31,7 @@
 BuildRequires:  glib2-devel
 BuildRequires:  libopenvas-devel
 BuildRequires:  pkgconfig
+BuildRequires:  doxygen
 Summary:Command Line Tools for OpenVAS
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
@@ -43,7 +44,6 @@
 
 %prep
 %setup -q
-%patch0
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -55,10 +55,11 @@
 -DCMAKE_BUILD_TYPE=Release
 
 %__make %{?_smp_mflags}
-
 %install
 cd build
 %__make install DESTDIR=%{buildroot}
+%__ln_s %{_mandir}/man8/omp.8.gz %{buildroot}%{_mandir}/man8/check_omp.8.gz
+%__ln_s %{_mandir}/man8/omp.8.gz %{buildroot}%{_mandir}/man8/omp-dialog.8.gz
 
 %clean
 test "%{buildroot}" != "/" && %__rm -rf %{buildroot}
@@ -67,6 +68,10 @@
 %defattr(-,root,root)
 %doc CHANGES COPYING README
 %{_bindir}/omp
+%{_bindir}/check_omp
+%{_bindir}/omp-dialog
 %{_mandir}/man8/omp.8*
+%{_mandir}/man8/check_omp.8*
+%{_mandir}/man8/omp-dialog.8*
 
 %changelog

++ openvas-cli-1.1.4.tar.gz -> openvas-cli-1.2.0.tar.gz ++
 2685 lines of diff (skipped)

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



commit libopenvas for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package libopenvas for openSUSE:Factory 
checked in at 2013-09-17 16:27:15

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


Package is "libopenvas"

Changes:

--- /work/SRC/openSUSE:Factory/libopenvas/libopenvas.changes2012-06-18 
10:03:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libopenvas.new/libopenvas.changes   
2013-09-17 16:27:17.0 +0200
@@ -2 +2 @@
-Thu Jun 14 12:38:45 UTC 2012 - meiss...@suse.com
+Wed Sep 11 14:54:43 UTC 2013 - johann.l...@wanadoo.fr
@@ -4 +4,2 @@
-- fixed build with current gnutls
+- Fix problem about files are not in the good package for factory 
+  Fix problem in the changes file for factory
@@ -7 +8 @@
-Fri Nov  4 20:21:34 UTC 2011 - bitshuff...@opensuse.org
+Sat Sep  7 15:13:47 UTC 2013 - johann.l...@wanadoo.fr
@@ -9 +10,59 @@
-- Update to 4.0.6
+- Update to 6.0.0 version
+  deleted openvas-fix-gnutls.patch 
+  deleted  openvas-libraries-4.0-rc4-no_Werror.patch 
+  deleted  openvas-libraries-4.0.5-removelowat.patch
+
+  Main changes compared to 5.0.x:
+
+   * The GnuTLS dependency has been increased from 2.2 to 2.8.
+   * Support for checking if an NVT has all "new style" tags has been added.
+   * License change from GPLv2 to GPLv2+ for nasl_builtin_nmap.c file for 
license
+ harmonization purposes.
+   * Support for enforcing a password policy has been moved to
+ openvas-libraries.
+   * CVSS and Risk Factor are now computed from the CVSS Base
+ vector, if available.
+   * NASL tags setting a risk_factor are now ignored. It will therefore not be
+ stored in nvti files and not transferred via OTP.
+   * Internal memory storage for NVTI has been changed to use caching.
+   * Binding procedures for MS Active Directory Services have been improved.
+   * Support for LDAPS has been added.
+   * WMI registry functions have been added.
+   * An issue which caused credentials to be not transferred correctly when
+ scanning through a slave has been fixed.
+   * Library detection and handling of library flags during the build
+ process have been improved.
+   * Handling of system report requests has been improved.
+   * TLS support has been added to the NASL API to allow x509 certificate 
testing
+ in NVTs.
+   * Support of libssh for SSH connection handling has been improved.
+ The environment variable "OPENVAS_DISABLE_LIBSSH" can be used to disable
+ the new functionality.
+   * Performance has been improved by avoiding excessive "gpg --version" calls.
+   * Code that prevented special functions from being executed by
+ non-authenticated NVTs has been removed. Background is that either the 
whole
+ feed is treated as authenticated or as non-authenticated, but not a 
mixture
+ of it.
+   * The deprecated NASL variable "OPENVAS_NASL_LEVEL" has been removed.
+   * Several memory leaks have been fixed.
+   * Various compile issues have been fixed.
+   * Internal code cleanups and refactoring has taken place.
+   * The documentation has been updated.
+
+  Main changes compared to 4.0.x:
+   
+   * New NASL function get_script_oid().
+   * NASL function debug_message() renamed to error_message().
+   * New NASL function security_message().
+   * Added "Observer" role for LDAP users.
+   * Extended support for LDAP authentication
+   * The LDAP auth DN validation has been improved.
+   * Vulnerability references (CVE, BID) are not added to result text anymore.
+   * Built-in NVT Find Services now sends only log messages.
+   * Built-in NVT Nmap: Improved efficiency and support CPE sent by Nmap.
+   * Removed copy of regexp and use system functions always.
+   * Replaced deprecated gnutls function calls by proper replacements
+ to simplify build process.
+   * Some support for simpler MacOS compilation.
+   * Removed NASL variable NASL_LEVEL (was already marked deprecated) 
+   * Various improvements to build process.
@@ -12,16 +71,10 @@
-  * Compiler warnings from gcc 4.6 have been addressed.
-

-Sat Oct 15 08:40:01 UTC 2011 - co...@suse.com
-
-- Fix build in factory again
-

-Wed Aug 24 21:10:23 UTC 2011 - crrodrig...@opensuse.org
-
-- Fix build in Factory 
-

-Wed Jun  1 17:55:26 UTC 2011 - bitshuff...@opensuse.org
-
-- Update to 4.0.5
+   * Code cleanup and refactoring has taken place in NVT meta data management.
+   * Libssh detection has been improved.
+   * Support for the observer role has been added and functionality for user
+ management has been moved from openvas-administrator to openvas-libraries.
+   * Support for name conver

commit python-pyparsing for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-pyparsing for 
openSUSE:Factory checked in at 2013-09-17 16:19:02

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


Package is "python-pyparsing"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyparsing/python-pyparsing.changes
2013-03-21 22:12:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyparsing.new/python-pyparsing.changes   
2013-09-17 16:25:48.0 +0200
@@ -1,0 +2,29 @@
+Tue Sep 17 13:15:51 UTC 2013 - speili...@suse.com
+
+- Update to version 2.0.1:
+  - Removed use of "nonlocal" that prevented using this version of 
+pyparsing with Python 2.6 and 2.7. This will make it easier to 
+install for packages that depend on pyparsing, under Python 
+versions 2.6 and later. Those using older versions of Python
+will have to manually install pyparsing 1.5.7.
+  - Fixed implementation of <<= operator to return self; reported by
+Luc J. Bourhis, with patch fix by Mathias Mamsch - thanks, Luc
+and Mathias!
+- Changes from version 2.0.0:
+  - Rather than release another combined Python 2.x/3.x release
+I've decided to start a new major version that is only 
+compatible with Python 3.x (and consequently Python 2.7 as
+well due to backporting of key features). This version will
+be the main development path from now on, with little follow-on
+development on the 1.5.x path.
+  - Operator '<<' is now deprecated, in favor of operator '<<=' for
+attaching parsing expressions to Forward() expressions. This is
+being done to address precedence of operations problems with '<<'.
+Operator '<<' will be removed in a future version of pyparsing.
+
+---
+Tue Sep 17 12:45:24 UTC 2013 - dmuel...@suse.com
+
+- remove nonsensical tarball 
+
+---
@@ -10 +38,0 @@
- 
@@ -14 +41,0 @@
- 
@@ -18 +44,0 @@
- 
@@ -21 +46,0 @@
- 
@@ -26 +50,0 @@
- 
@@ -30 +53,0 @@
- 
@@ -34 +56,0 @@
- 
@@ -38 +59,0 @@
- 
@@ -45 +65,0 @@
- 
@@ -52 +71,0 @@
- 
@@ -56 +74,0 @@
- 
@@ -59 +76,0 @@
- 
@@ -61 +77,0 @@
- 
@@ -67 +82,0 @@
- 

Old:

  pyparsing-1.5.7.tar.gz
  pyparsing-2.0.0.tar.gz

New:

  pyparsing-2.0.1.tar.gz



Other differences:
--
++ python-pyparsing.spec ++
--- /var/tmp/diff_new_pack.MdSIxj/_old  2013-09-17 16:25:49.0 +0200
+++ /var/tmp/diff_new_pack.MdSIxj/_new  2013-09-17 16:25:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pyparsing
-Version:1.5.7
+Version:2.0.1
 Release:0
 Url:http://pyparsing.wikispaces.com/
 Summary:Grammar Parser Library for Python

++ pyparsing-1.5.7.tar.gz -> pyparsing-2.0.1.tar.gz ++
 40879 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-docutils for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-docutils for openSUSE:Factory 
checked in at 2013-09-17 16:18:15

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


Package is "python-docutils"

Changes:

--- /work/SRC/openSUSE:Factory/python-docutils/python-docutils.changes  
2013-07-04 10:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-docutils.new/python-docutils.changes 
2013-09-17 16:25:46.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 16 12:09:22 UTC 2013 - tchva...@suse.com
+
+- Fix the symlink creation.
+
+---
+Mon Sep 16 10:32:48 UTC 2013 - tchva...@suse.com
+
+- Drop r7486-python33-compat.patch as it is not needed.
+
+---
+Mon Sep 16 10:31:09 UTC 2013 - tchva...@suse.com
+
+- Use update-alternatives to allow switching between py2 and py3
+  version of doctool binaries.
+
+---

Old:

  r7486-python33-compat.patch



Other differences:
--
++ python-docutils.spec ++
--- /var/tmp/diff_new_pack.9KJRu8/_old  2013-09-17 16:25:46.0 +0200
+++ /var/tmp/diff_new_pack.9KJRu8/_new  2013-09-17 16:25:46.0 +0200
@@ -37,6 +37,8 @@
 %else
 BuildArch:  noarch
 %endif
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description
 Docutils is a modular system for processing documentation into useful formats,
@@ -47,22 +49,64 @@
 %setup -n docutils-%{version}
 %patch0
 # Remove useless ".py" ending from executables:
-for i in tools/rst*; do mv "$i" "${i/.py}"; done
-sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1'|" setup.py
+for i in tools/rst*; do mv "$i" "${i/.py}-%{py_ver}"; done
+sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1-%{py_ver}'|" setup.py
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+binaries="rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml 
rst2s5 rst2xetex rst2xml rstpep2html"
+for i in $binaries; do
+ln -s %{_bindir}/${i}-%{py_ver} %{buildroot}%{_bindir}/${i}
+done
 
 %check
 nosetests
 
+%pre
+# Since binaries became ghosted to be used with update-alternatives,
+# we have to get rid of the old binary resulting from the
+# non-update-alternativies-ified package.
+binaries="rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml 
rst2s5 rst2xetex rst2xml rstpep2html"
+for i in $binaries; do
+[[ ! -L %{_bindir}/${i} ]] && rm -f %{_bindir}/${i}
+done
+exit 0
+
+%post
+update-alternatives \
+--install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py_ver} 20 \
+--slave %{_bindir}/rst2latex rst2latex %{_bindir}/rst2latex-%{py_ver} \
+--slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py_ver} \
+--slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py_ver} \
+--slave %{_bindir}/rst2odt_prepstyles rst2odt_prepstyles 
%{_bindir}/rst2odt_prepstyles-%{py_ver} \
+--slave %{_bindir}/rst2pseudoxml rst2pseudoxml 
%{_bindir}/rst2pseudoxml-%{py_ver} \
+--slave %{_bindir}/rst2s5 rst2s5 %{_bindir}/rst2s5-%{py_ver} \
+--slave %{_bindir}/rst2xetex rst2xetex %{_bindir}/rst2xetex-%{py_ver} \
+--slave %{_bindir}/rst2xml rst2xml %{_bindir}/rst2xml-%{py_ver} \
+--slave %{_bindir}/rstpep2html rstpep2html %{_bindir}/rstpep2html-%{py_ver}
+
+%preun
+if [ $1 -eq 0 ] ; then
+update-alternatives --remove rst2html %{_bindir}/rst2html-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc COPYING.txt FAQ.txt HISTORY.txt README.txt THANKS.txt BUGS.txt docs/* 
licenses
-%{_bindir}/rst*
+%ghost %{_bindir}/rst2html
+%ghost %{_bindir}/rst2latex
+%ghost %{_bindir}/rst2man
+%ghost %{_bindir}/rst2odt
+%ghost %{_bindir}/rst2odt_prepstyles
+%ghost %{_bindir}/rst2pseudoxml
+%ghost %{_bindir}/rst2s5
+%ghost %{_bindir}/rst2xetex
+%ghost %{_bindir}/rst2xml
+%ghost %{_bindir}/rstpep2html
+%{_bindir}/rst*-%{py_ver}
 %{python_sitelib}/docutils/
 %{python_sitelib}/docutils-%{version}-py%{py_ver}.egg-info
 

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



commit python-flickrapi for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-flickrapi for 
openSUSE:Factory checked in at 2013-09-17 16:18:53

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


Package is "python-flickrapi"

Changes:

--- /work/SRC/openSUSE:Factory/python-flickrapi/python-flickrapi.changes
2012-01-19 16:57:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-flickrapi.new/python-flickrapi.changes   
2013-09-17 16:25:47.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 08:58:45 UTC 2013 - mvysko...@suse.com
+
+- don't use distribute bootstrapping code as it attempt to download files 
+  * flickrapi-drop-bootstrap-distribute.patch
+
+---

New:

  flickrapi-drop-bootstrap-distribute.patch



Other differences:
--
++ python-flickrapi.spec ++
--- /var/tmp/diff_new_pack.JnN91X/_old  2013-09-17 16:25:48.0 +0200
+++ /var/tmp/diff_new_pack.JnN91X/_new  2013-09-17 16:25:48.0 +0200
@@ -23,11 +23,12 @@
 Summary:Python interface to Flickr
 License:Python-2.0
 Group:  Development/Libraries/Python
-Source: flickrapi-%{version}.zip
+Source0:flickrapi-%{version}.zip
+Patch0: flickrapi-drop-bootstrap-distribute.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-docutils
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 BuildRequires:  python-xml
 BuildRequires:  unzip
 Requires:   python-xml
@@ -53,6 +54,7 @@
 %prep
 %setup -q -n flickrapi-%{version}
 sed -i "1d" flickrapi/__init__.py # Fix non-executable script
+%patch0 -p1
 
 %build
 python setup.py build


++ flickrapi-drop-bootstrap-distribute.patch ++
Index: flickrapi-1.4.2/setup.py
===
--- flickrapi-1.4.2.orig/setup.py
+++ flickrapi-1.4.2/setup.py
@@ -5,9 +5,6 @@
 Run with "python setup.py install" to install FlickrAPI
 '''
 
-import distribute_setup
-distribute_setup.use_setuptools()
-
 import sys
 
 # Check the Python version
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-eventlet for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-eventlet for openSUSE:Factory 
checked in at 2013-09-17 16:18:32

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


Package is "python-eventlet"

Changes:

--- /work/SRC/openSUSE:Factory/python-eventlet/python-eventlet.changes  
2013-07-04 10:14:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-eventlet.new/python-eventlet.changes 
2013-09-17 16:25:46.0 +0200
@@ -1,0 +2,13 @@
+Tue Sep 17 08:56:56 UTC 2013 - dmuel...@suse.com
+
+- update to 0.14.0:
+  * wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
+  * wsgi: close timed out client connections
+  * greenio: socket pypy compatibility; Thanks to Alex Gaynor
+  * wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
+  * green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
+  * websocket: allow "websocket" in lowercase in Upgrade header; Compatibility 
with current Google Chrome; Thanks to Dmitry Orlov
+  * wsgi: allow minimum_chunk_size to be overriden on a per request basis; 
Thanks to David Goetz
+  * wsgi: configurable socket_timeout
+
+---

Old:

  eventlet-0.13.0.tar.gz

New:

  eventlet-0.14.0.tar.gz



Other differences:
--
++ python-eventlet.spec ++
--- /var/tmp/diff_new_pack.b5bfbY/_old  2013-09-17 16:25:47.0 +0200
+++ /var/tmp/diff_new_pack.b5bfbY/_new  2013-09-17 16:25:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-eventlet
-Version:0.13.0
+Version:0.14.0
 Release:0
 Url:http://eventlet.net
 Summary:Highly concurrent networking library
@@ -68,7 +68,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE NEWS README README.twisted
+%doc AUTHORS LICENSE NEWS README.rst README.twisted
 %{python_sitelib}/*
 
 %files doc

++ eventlet-0.13.0.tar.gz -> eventlet-0.14.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.13.0/AUTHORS new/eventlet-0.14.0/AUTHORS
--- old/eventlet-0.13.0/AUTHORS 2013-07-02 18:25:04.0 +0200
+++ new/eventlet-0.14.0/AUTHORS 2013-09-13 18:36:48.0 +0200
@@ -33,6 +33,8 @@
 * Geoff Salmon
 * Edward George
 * Floris Bruynooghe
+* Paul Oppenheim
+* Jakub Stasiak
 
 Linden Lab Contributors
 ---
@@ -84,6 +86,7 @@
 * Peter Portante, save syscalls in socket.dup(), environ[REMOTE_PORT] in wsgi
 * Peter Skirko, fixing socket.settimeout(0) bug
 * Derk Tegeler, Pre-cache proxied GreenSocket methods (Bitbucket #136)
-* Jakub Stasiak, Travis integration, wsgi fix
-* Paul Oppenheim, bug reports
 * David Malcolm, optional "timeout" argument to the subprocess module 
(Bitbucket #89)
+* Eric Urban, fix wsgi.input 1-byte (Bitbucket #150)
+* David Goetz, wsgi: Allow minimum_chunk_size to be overriden on a per request 
basis
+* Dmitry Orlov, websocket: accept Upgrade: websocket (lowercase)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.13.0/MANIFEST.in 
new/eventlet-0.14.0/MANIFEST.in
--- old/eventlet-0.13.0/MANIFEST.in 2013-07-02 18:25:04.0 +0200
+++ new/eventlet-0.14.0/MANIFEST.in 2013-09-13 15:50:20.0 +0200
@@ -1,4 +1,4 @@
 recursive-include tests *.py *.crt *.key
 recursive-include doc *.rst *.txt *.py Makefile *.png
 recursive-include examples *.py *.html
-include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README
+include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.13.0/NEWS new/eventlet-0.14.0/NEWS
--- old/eventlet-0.13.0/NEWS2013-07-02 18:25:04.0 +0200
+++ new/eventlet-0.14.0/NEWS2013-09-13 18:34:13.0 +0200
@@ -1,3 +1,14 @@
+0.14
+
+* wsgi: handle connection socket timeouts; Thanks to Paul Oppenheim
+* wsgi: close timed out client connections
+* greenio: socket pypy compatibility; Thanks to Alex Gaynor
+* wsgi: env['wsgi.input'] was returning 1 byte strings; Thanks to Eric Urban
+* green.ssl: fix NameError; Github #17; Thanks to Jakub Stasiak
+* websocket: allow "websocket" in lowercase in Upgrade header; Compatibility 
with current Google Chrome; Thanks to Dmitry Orlov
+* wsgi: allow minimum_chunk_size to be overriden on a per request basis; 
Thanks to David Goetz
+* wsgi: configurable socket_timeout
+
 0.13
 
 * hubs: kqueue support! Thanks to YAMAMOTO Takashi, Edward George
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/eventlet-0.13.0/PKG-INFO new/eventlet-0.

commit shadow for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package shadow for openSUSE:Factory checked 
in at 2013-09-17 16:19:10

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


Package is "shadow"

Changes:

--- /work/SRC/openSUSE:Factory/shadow/shadow.changes2013-02-05 
15:46:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.shadow.new/shadow.changes   2013-09-17 
16:25:49.0 +0200
@@ -1,0 +2,10 @@
+Tue Sep 17 14:56:44 CEST 2013 - ku...@suse.de
+
+- Add some fixes from Fedora:
+  - shadow-4.1.5.1-backup-mode.patch: open backup file with correct
+permissions.
+  - shadow-4.1.5.1-logmsg.patch: fix error message
+  - shadow-4.1.5.1-errmsg.patch: print error reason
+  - shadow-4.1.5.1-manfix.patch: fix manual page
+
+---

New:

  shadow-4.1.5.1-backup-mode.patch
  shadow-4.1.5.1-errmsg.patch
  shadow-4.1.5.1-logmsg.patch
  shadow-4.1.5.1-manfix.patch



Other differences:
--
++ shadow.spec ++
--- /var/tmp/diff_new_pack.MA2FXw/_old  2013-09-17 16:25:50.0 +0200
+++ /var/tmp/diff_new_pack.MA2FXw/_new  2013-09-17 16:25:50.0 +0200
@@ -35,6 +35,10 @@
 Patch3: chkname-regex.diff
 Patch4: useradd-default.diff
 Patch5: getdef-new-defs.diff
+Patch6: shadow-4.1.5.1-manfix.patch
+Patch7: shadow-4.1.5.1-logmsg.patch
+Patch8: shadow-4.1.5.1-errmsg.patch
+Patch9: shadow-4.1.5.1-backup-mode.patch
 BuildRequires:  audit-devel
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
@@ -59,6 +63,10 @@
 %patch3 -p0
 %patch4 -p0
 %patch5 -p0
+%patch6 -p1
+%patch7 -p1
+%patch8 -p0
+%patch9 -p1
 
 iconv -f ISO88591 -t utf-8  doc/HOWTO > doc/HOWTO.utf8
 mv -v doc/HOWTO.utf8 doc/HOWTO

++ shadow-4.1.5.1-backup-mode.patch ++
diff -up shadow-4.1.5.1/lib/commonio.c.backup-mode shadow-4.1.5.1/lib/commonio.c
--- shadow-4.1.5.1/lib/commonio.c.backup-mode   2012-05-18 21:44:54.0 
+0200
+++ shadow-4.1.5.1/lib/commonio.c   2012-09-19 20:27:16.089444234 +0200
@@ -301,15 +301,12 @@ static int create_backup (const char *ba
struct utimbuf ub;
FILE *bkfp;
int c;
-   mode_t mask;
 
if (fstat (fileno (fp), &sb) != 0) {
return -1;
}
 
-   mask = umask (077);
-   bkfp = fopen (backup, "w");
-   (void) umask (mask);
+   bkfp = fopen_set_perms (backup, "w", &sb);
if (NULL == bkfp) {
return -1;
}
++ shadow-4.1.5.1-errmsg.patch ++
--- src/useradd.c
+++ src/useradd.c   2013/09/17 12:30:31
@@ -1759,6 +1759,9 @@
if (access (user_home, F_OK) != 0) {
 #ifdef WITH_SELINUX
if (set_selinux_file_context (user_home) != 0) {
+   fprintf (stderr,
+ _("%s: cannot set SELinux context for home 
directory %s\n"),
+ Prog, user_home);
fail_exit (E_HOMEDIR);
}
 #endif
@@ -1788,6 +1791,9 @@
 #ifdef WITH_SELINUX
/* Reset SELinux to create files with default contexts */
if (reset_selinux_file_context () != 0) {
+   fprintf (stderr,
+_("%s: cannot reset SELinux file creation 
context\n"),
+Prog);
fail_exit (E_HOMEDIR);
}
 #endif
++ shadow-4.1.5.1-logmsg.patch ++
diff -up shadow-4.1.5.1/src/useradd.c.logmsg shadow-4.1.5.1/src/useradd.c
--- shadow-4.1.5.1/src/useradd.c.logmsg 2013-02-20 15:41:44.0 +0100
+++ shadow-4.1.5.1/src/useradd.c2013-03-19 18:40:04.908292810 +0100
@@ -275,7 +275,7 @@ static void fail_exit (int code)
  user_name, AUDIT_NO_ID,
  SHADOW_AUDIT_FAILURE);
 #endif
-   SYSLOG ((LOG_INFO, "failed adding user '%s', data deleted", user_name));
+   SYSLOG ((LOG_INFO, "failed adding user '%s', exit code: %d", user_name, 
code));
exit (code);
 }
 
++ shadow-4.1.5.1-manfix.patch ++
diff -up shadow-4.1.5.1/man/useradd.8.xml.manfix 
shadow-4.1.5.1/man/useradd.8.xml
--- shadow-4.1.5.1/man/useradd.8.xml.manfix 2013-06-14 15:25:44.0 
+0200
+++ shadow-4.1.5.1/man/useradd.8.xml2013-07-19 07:33:53.768619759 +0200
@@ -161,7 +161,7 @@
   
   

- -d, --home
+ -d, --home-dir
  HOME_DIR


@@ -362,7 +362,7 @@
   
   

- -M
+ -M, --no-create-home


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

commit python-django for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-django for openSUSE:Factory 
checked in at 2013-09-17 16:17:36

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


Package is "python-django"

Changes:

--- /work/SRC/openSUSE:Factory/python-django/python-django.changes  
2013-08-15 20:03:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-django.new/python-django.changes 
2013-09-17 16:25:45.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 12:37:53 UTC 2013 - speili...@suse.com
+
+- Update to version 1.5.4:
+  + Fixed denial-of-service via large passwords
+- Changes from version 1.5.3:
+  + Fixed directory traversal with ssi template tag
+
+---

Old:

  Django-1.5.2.tar.bz2

New:

  Django-1.5.4.tar.gz



Other differences:
--
++ python-django.spec ++
--- /var/tmp/diff_new_pack.78fsLk/_old  2013-09-17 16:25:46.0 +0200
+++ /var/tmp/diff_new_pack.78fsLk/_new  2013-09-17 16:25:46.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-django
-Version:1.5.2
+Version:1.5.4
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://www.djangoproject.com
-Source: Django-%{version}.tar.bz2
+Source: Django-%{version}.tar.gz
 Source1:python-django-rpmlintrc
 # PATCH-FIX-UPSTREAM Django-1.2-completion-only-for-bash.patch
 Patch1: Django-1.2-completion-only-for-bash.patch

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



commit gsd for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package gsd for openSUSE:Factory checked in 
at 2013-09-17 16:14:44

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


Package is "gsd"

Changes:

--- /work/SRC/openSUSE:Factory/gsd/gsd.changes  2012-06-14 17:15:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gsd.new/gsd.changes 2013-09-17 
16:19:35.0 +0200
@@ -1,0 +2,13 @@
+Fri Sep 13 14:32:58 UTC 2013 - johann.l...@wanadoo.fr
+
+- fix %changelog problem in spec file for factory
+
+---
+Mon May 20 09:48:21 UTC 2013 - johann.l...@wanadoo.fr
+
+- move to security:OpenVAS:STABLE:v6
+- added patches
+  * gsd-build-with-qt-no-keywords.patch
+  * gsd-qt-compat.patch
+
+---

Old:

  debian.changelog
  debian.compat
  debian.control
  debian.gsd.dirs
  debian.gsd.install
  debian.rules
  debian.series
  gsd.dsc

New:

  gsd-build-with-qt-no-keywords.patch
  gsd-qt-compat.patch



Other differences:
--
++ gsd.spec ++
--- /var/tmp/diff_new_pack.p0NBJA/_old  2013-09-17 16:19:37.0 +0200
+++ /var/tmp/diff_new_pack.p0NBJA/_new  2013-09-17 16:19:37.0 +0200
@@ -18,11 +18,13 @@
 
 Name:   gsd
 Version:1.2.2
-Release:0
+Release:33.9
 Url:http://www.openvas.org
 Source: %{name}-%{version}.tar.gz
 Patch0: gsd-1.2.0-linking.patch
 Patch1: gsd-gcc47-compat.patch
+Patch2: gsd-qt-compat.patch
+Patch3:gsd-build-with-qt-no-keywords.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  doxygen
@@ -57,13 +59,20 @@
 %setup -q
 %patch0
 %patch1 -p1
+%if 0%{?sles_version} >= 11
+%patch2
+%endif
+%if 0%{?mandriva_version} || 0%{?suse_version}
+%patch3 -p1
+%endif
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS"
 
 %__mkdir build
 cd build
-cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON \
+cmake ..  -Wno-dev \
+-DCMAKE_VERBOSE_MAKEFILE=ON \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 -DSYSCONFDIR=%{_sysconfdir} \
 -DLOCALSTATEDIR=%{_localstatedir} \

++ gsd-build-with-qt-no-keywords.patch ++
 2103 lines (skipped)

++ gsd-qt-compat.patch ++
diff -uNr ../gsd-1.2.2.orig/src/dock_details.cpp ./src/dock_details.cpp
--- ../gsd-1.2.2.orig/src/dock_details.cpp  2012-04-20 23:23:00.0 
+0200
+++ ./src/dock_details.cpp  2012-07-02 16:32:52.090349041 +0200
@@ -593,7 +593,7 @@
   QVariant var_prot_version = qApp->property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   if (id == NULL || id.compare ("") == 0)
 return;
diff -uNr ../gsd-1.2.2.orig/src/omp_command.cpp ./src/omp_command.cpp
--- ../gsd-1.2.2.orig/src/omp_command.cpp   2012-04-20 23:23:00.0 
+0200
+++ ./src/omp_command.cpp   2012-07-02 16:47:58.193510097 +0200
@@ -523,7 +523,7 @@
   QVariant var_prot_version = qApp->property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   QString str_type ("");
   omp_utilities::omp_type type;
diff -uNr ../gsd-1.2.2.orig/src/omp_string_builder.cpp 
./src/omp_string_builder.cpp
--- ../gsd-1.2.2.orig/src/omp_string_builder.cpp2012-04-20 
23:23:00.0 +0200
+++ ./src/omp_string_builder.cpp2012-07-02 16:49:08.377430111 +0200
@@ -56,7 +56,7 @@
   QVariant var_prot_version = qApp->property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   QString command ("property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   QString command ("property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   QString command ("property("protocol_version");
   float protocol_version = -1;
   if (var_prot_version.isValid())
-protocol_version = var_prot_version.toFloat();
+protocol_version = var_prot_version.toDouble();
 
   QString com ("");
   if (type == omp_utilities::TASK)
@@ -864,7 +864,7 @@
   QVariant var_prot_version = qApp->property("protocol_version");
  

commit pulseaudio for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2013-09-17 16:09:39

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


Package is "pulseaudio"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2013-09-16 
09:19:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2013-09-17 16:09:40.0 +0200
@@ -2,7 +1,0 @@
-Sat Sep  7 11:30:40 UTC 2013 - dims...@opensuse.org
-
-- Update to git snapshot (rev: gbf9b3)/ bluez5 branch.
-  Note: this is not HEAD of the bluez5 branch, as in local tests,
-  this did fail to load the bluetooth modules.
-


Old:

  pulseaudio-4.0-140-gbf9b3.tar.xz

New:

  pulseaudio-4.0.tar.xz



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.z1C3ma/_old  2013-09-17 16:09:41.0 +0200
+++ /var/tmp/diff_new_pack.z1C3ma/_new  2013-09-17 16:09:41.0 +0200
@@ -17,9 +17,8 @@
 
 
 Name:   pulseaudio
-Version:4.0+git
+Version:4.0
 Release:0
-%define _version 4.0-140-gbf9b3
 %define drvver  4.0
 %define soname  0
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
@@ -28,8 +27,7 @@
 License:GPL-2.0+ and LGPL-2.1+
 Group:  System/Sound Daemons
 Url:http://pulseaudio.org
-# git clone of http://cgit.freedesktop.org/pulseaudio/pulseaudio/log/?h=bluez5
-Source: %{name}-%{_version}.tar.xz
+Source: 
http://www.freedesktop.org/software/pulseaudio/releases/%{name}-%{version}.tar.xz
 Source1:default.pa-for-gdm
 Source2:setup-pulseaudio
 Source3:sysconfig.sound-pulseaudio
@@ -42,7 +40,7 @@
 BuildRequires:  pkgconfig(systemd)
 %endif
 BuildRequires:  alsa-devel >= 1.0.24
-BuildRequires:  bluez-devel >= 5
+BuildRequires:  bluez-devel >= 4.99
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -67,6 +65,8 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-devel
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(dbus-1) >= 1.4.12
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -162,7 +162,7 @@
 Summary:Bluetooth support for the PulseAudio sound server
 Group:  System/Sound Daemons
 Requires:   %{name} = %{version}
-Requires:   bluez >= 5
+Requires:   bluez >= 4.99
 
 %description module-bluetooth
 pulseaudio is a networked sound server for Linux and other Unix like
@@ -263,13 +263,14 @@
 
 %lang_package
 %prep
-%setup -q -T -b0 -n %{name}-%{_version}
+%setup -q -T -b0
+translation-update-upstream
 %patch0
 %patch1 -p1
 %patch2
 
 %build
-NOCONFIGURE=1 ./bootstrap.sh
+autoreconf -fiv
 %configure \
 --disable-static \
 --disable-rpath \
@@ -281,8 +282,7 @@
 --with-system-group=pulse \
 --with-access-group=pulse-access \
 --disable-hal-compat \
---with-udev-rules-dir=%{_udevrulesdir} \
---enable-bluez5 --disable-bluez4
+--with-udev-rules-dir=%{_udevrulesdir}
 make %{?_smp_mflags} V=1
 make doxygen
 

++ pulseaudio-4.0-140-gbf9b3.tar.xz -> pulseaudio-4.0.tar.xz ++
 94493 lines of diff (skipped)

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



commit autoyast2 for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2013-09-17 16:14:20

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2013-09-14 
19:09:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2013-09-17 
16:14:21.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 14:52:35 CEST 2013 - f...@suse.de
+
+- version 3.0.5 
+- fix missing setting of ignoreAlreadyRecommended to false when
+  client for software proposal is skipped (bnc#838079)
+
+---

Old:

  autoyast2-3.0.4.tar.bz2

New:

  autoyast2-3.0.5.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.exn6s6/_old  2013-09-17 16:14:22.0 +0200
+++ /var/tmp/diff_new_pack.exn6s6/_new  2013-09-17 16:14:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.0.4
+Version:3.0.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.0.4.tar.bz2 -> autoyast2-3.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.4/VERSION new/autoyast2-3.0.5/VERSION
--- old/autoyast2-3.0.4/VERSION 2013-09-13 16:51:48.0 +0200
+++ new/autoyast2-3.0.5/VERSION 2013-09-17 15:11:48.0 +0200
@@ -1 +1 @@
-3.0.4
+3.0.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.4/configure 
new/autoyast2-3.0.5/configure
--- old/autoyast2-3.0.4/configure   2013-09-13 16:52:03.0 +0200
+++ new/autoyast2-3.0.5/configure   2013-09-17 15:12:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for autoyast2 3.0.4.
+# Generated by GNU Autoconf 2.69 for autoyast2 3.0.5.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='autoyast2'
 PACKAGE_TARNAME='autoyast2'
-PACKAGE_VERSION='3.0.4'
-PACKAGE_STRING='autoyast2 3.0.4'
+PACKAGE_VERSION='3.0.5'
+PACKAGE_STRING='autoyast2 3.0.5'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1249,7 +1249,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures autoyast2 3.0.4 to adapt to many kinds of systems.
+\`configure' configures autoyast2 3.0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1320,7 +1320,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of autoyast2 3.0.4:";;
+ short | recursive ) echo "Configuration of autoyast2 3.0.5:";;
esac
   cat <<\_ACEOF
 
@@ -1400,7 +1400,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-autoyast2 configure 3.0.4
+autoyast2 configure 3.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1417,7 +1417,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by autoyast2 $as_me 3.0.4, which was
+It was created by autoyast2 $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2356,7 +2356,7 @@
 
 # Define the identity of the package.
  PACKAGE='autoyast2'
- VERSION='3.0.4'
+ VERSION='3.0.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2479,7 +2479,7 @@
 
 
 
-VERSION="3.0.4"
+VERSION="3.0.5"
 RPMNAME="autoyast2"
 MAINTAINER="Thomas Fehr "
 
@@ -3436,7 +3436,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by autoyast2 $as_me 3.0.4, which was
+This file was extended by autoyast2 $as_me 3.0.5, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -3489,7 +3489,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-autoyast2 config.status 3.0.4
+autoyast2 config.status 3.0.5
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.0.4/configure.ac 
new/autoyast2-3.0.5/configure.ac
--- old/autoyast2-3.0.4/c

commit yast2-storage for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2013-09-17 15:07:54

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2013-09-13 14:51:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2013-09-17 15:07:55.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 10:54:46 CEST 2013 - aschn...@suse.de
+
+- fixed snapper setup during installation
+- version 3.0.4
+
+---

Old:

  yast2-storage-3.0.3.tar.bz2

New:

  yast2-storage-3.0.4.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.UtN4IU/_old  2013-09-17 15:07:56.0 +0200
+++ /var/tmp/diff_new_pack.UtN4IU/_new  2013-09-17 15:07:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.0.3
+Version:3.0.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.0.3.tar.bz2 -> yast2-storage-3.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.3/VERSION 
new/yast2-storage-3.0.4/VERSION
--- old/yast2-storage-3.0.3/VERSION 2013-09-13 11:35:41.0 +0200
+++ new/yast2-storage-3.0.4/VERSION 2013-09-17 10:56:54.0 +0200
@@ -1 +1 @@
-3.0.3
+3.0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.0.3/configure 
new/yast2-storage-3.0.4/configure
--- old/yast2-storage-3.0.3/configure   2013-09-13 12:42:23.0 +0200
+++ new/yast2-storage-3.0.4/configure   2013-09-17 10:57:24.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.3.
+# Generated by GNU Autoconf 2.69 for yast2-storage 3.0.4.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-storage'
 PACKAGE_TARNAME='yast2-storage'
-PACKAGE_VERSION='3.0.3'
-PACKAGE_STRING='yast2-storage 3.0.3'
+PACKAGE_VERSION='3.0.4'
+PACKAGE_STRING='yast2-storage 3.0.4'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1380,7 +1380,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures yast2-storage 3.0.3 to adapt to many kinds of systems.
+\`configure' configures yast2-storage 3.0.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1451,7 +1451,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-storage 3.0.3:";;
+ short | recursive ) echo "Configuration of yast2-storage 3.0.4:";;
esac
   cat <<\_ACEOF
 
@@ -1569,7 +1569,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-yast2-storage configure 3.0.3
+yast2-storage configure 3.0.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2022,7 +2022,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-storage $as_me 3.0.3, which was
+It was created by yast2-storage $as_me 3.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2961,7 +2961,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-storage'
- VERSION='3.0.3'
+ VERSION='3.0.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3084,7 +3084,7 @@
 
 
 
-VERSION="3.0.3"
+VERSION="3.0.4"
 RPMNAME="yast2-storage"
 MAINTAINER="Arvin Schnell "
 
@@ -16761,7 +16761,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by yast2-storage $as_me 3.0.3, which was
+This file was extended by yast2-storage $as_me 3.0.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16827,7 +16827,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-yast2-storage config.status 3.0.3
+yast2-storage config.status 3.0.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svn

commit xorg-x11-Xvnc for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-Xvnc for openSUSE:Factory 
checked in at 2013-09-17 15:07:28

Comparing /work/SRC/openSUSE:Factory/xorg-x11-Xvnc (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new (New)


Package is "xorg-x11-Xvnc"

Changes:

--- /work/SRC/openSUSE:Factory/xorg-x11-Xvnc/xorg-x11-Xvnc.changes  
2013-09-11 13:25:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new/xorg-x11-Xvnc.changes 
2013-09-17 15:07:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 21:24:29 UTC 2013 - m...@suse.com
+
+- u_tigervnc-1.3.0-fix-use-after-free.patch
+  * Fix use after free. (bnc#840433)
+
+---

New:

  u_tigervnc-1.3.0-fix-use-after-free.patch



Other differences:
--
++ xorg-x11-Xvnc.spec ++
--- /var/tmp/diff_new_pack.F0IJE2/_old  2013-09-17 15:07:29.0 +0200
+++ /var/tmp/diff_new_pack.F0IJE2/_new  2013-09-17 15:07:29.0 +0200
@@ -64,6 +64,7 @@
 Patch1: tigervnc-1.2.80-fix-int-to-pointer.patch
 Patch2: u_aarch64-support.patch
 Patch3: N_xorg-server-xdmcp.patch
+Patch4: u_tigervnc-1.3.0-fix-use-after-free.patch
 %else
 Source0:Xvnc.pl
 %endif
@@ -84,6 +85,9 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+pushd ../..
+%patch4 -p1
+popd
 %endif
 
 %build

++ u_tigervnc-1.3.0-fix-use-after-free.patch ++
Author: Michal Srb 
Subject: Fix use after free in ZRLEEncoder.
Patch-Mainline: To be upstreamed
References: bnc#840433

There is use after free crash when client using zrle disconnects:
ZRLEEncoder contains zos variable (rdr::ZlibOutStream) and mos variable 
(pointer to rdr::MemOutStream).
mos is always allocated in constructor (it could be a copy of static sharedMos 
pointer if sharedMos != 0, but it is always 0). 
When ZRLEEncoder::writeRect is called, any of zrleEncode* functions sets mos as 
an underlying stream of zos.
When ZRLEEncoder is destructed, mos is deleted (sharedMos is always 0), then 
zos is implicitly destructed, but zos accesses it's underlying stream in it's 
destructor!

We need to destruct mos first and zos second when ZRLEEncoder is destructed.
As sharedMos is never used, we can remove that, simplify ZRLEEncoder and turn 
zos into a member variable same as mos. They will be both implicitly destructed 
in reverse order of declaration.

diff -ur tigervnc-1.3.0-orig/common/rfb/ZRLEEncoder.cxx 
tigervnc-1.3.0/common/rfb/ZRLEEncoder.cxx
--- tigervnc-1.3.0-orig/common/rfb/ZRLEEncoder.cxx  2013-09-17 
00:18:28.557911306 +0300
+++ tigervnc-1.3.0/common/rfb/ZRLEEncoder.cxx   2013-09-17 00:19:57.487915741 
+0300
@@ -26,7 +26,6 @@
 
 using namespace rfb;
 
-rdr::MemOutStream* ZRLEEncoder::sharedMos = 0;
 int ZRLEEncoder::maxLen = 4097 * 1024; // enough for width 16384 32-bit pixels
 
 IntParameter zlibLevel("ZlibLevel","Zlib compression level",-1);
@@ -55,33 +54,27 @@
 }
 
 ZRLEEncoder::ZRLEEncoder(SMsgWriter* writer_)
-  : writer(writer_), zos(0,0,zlibLevel)
+  : writer(writer_), zos(0,0,zlibLevel), mos(129*1024)
 {
-  if (sharedMos)
-mos = sharedMos;
-  else
-mos = new rdr::MemOutStream(129*1024);
 }
 
 ZRLEEncoder::~ZRLEEncoder()
 {
-  if (!sharedMos)
-delete mos;
 }
 
 bool ZRLEEncoder::writeRect(const Rect& r, TransImageGetter* ig, Rect* actual)
 {
   rdr::U8* imageBuf = writer->getImageBuf(64 * 64 * 4 + 4);
-  mos->clear();
+  mos.clear();
   bool wroteAll = true;
   *actual = r;
 
   switch (writer->bpp()) {
   case 8:
-wroteAll = zrleEncode8(r, mos, &zos, imageBuf, maxLen, actual, ig);
+wroteAll = zrleEncode8(r, &mos, &zos, imageBuf, maxLen, actual, ig);
 break;
   case 16:
-wroteAll = zrleEncode16(r, mos, &zos, imageBuf, maxLen, actual, ig);
+wroteAll = zrleEncode16(r, &mos, &zos, imageBuf, maxLen, actual, ig);
 break;
   case 32:
 {
@@ -94,16 +87,16 @@
   if ((fitsInLS3Bytes && pf.isLittleEndian()) ||
   (fitsInMS3Bytes && pf.isBigEndian()))
   {
-wroteAll = zrleEncode24A(r, mos, &zos, imageBuf, maxLen, actual, ig);
+wroteAll = zrleEncode24A(r, &mos, &zos, imageBuf, maxLen, actual, ig);
   }
   else if ((fitsInLS3Bytes && pf.isBigEndian()) ||
(fitsInMS3Bytes && pf.isLittleEndian()))
   {
-wroteAll = zrleEncode24B(r, mos, &zos, imageBuf, maxLen, actual, ig);
+wroteAll = zrleEncode24B(r, &mos, &zos, imageBuf, maxLen, actual, ig);
   }
   else
   {
-wroteAll = zrleEncode32(r, mos, &zos, imageBuf, maxLen, actual, ig);
+wroteAll = zrleEncode32(r, &mos, &zos, imageBuf, maxLen, actual, ig);
   }
   break;
 }
@@ -111,8 +104,8 @@
 
   writer->startRect(*actual, encodingZRLE);
   rdr::OutStream* os = writer->getOut

commit xinput for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package xinput for openSUSE:Factory checked 
in at 2013-09-17 15:07:15

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


Package is "xinput"

Changes:

--- /work/SRC/openSUSE:Factory/xinput/xinput.changes2013-04-06 
19:58:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinput.new/xinput.changes   2013-09-17 
15:07:16.0 +0200
@@ -1,0 +2,12 @@
+Mon Sep 16 17:13:45 UTC 2013 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.6.1:
+- Three new user-visible features:
+  + map-to-output now takes reflections and rotations into account
+  + test-xi2 now takes a --root flag for tracking events on the root window
+  + the environment variable XINPUT_XI2_VERSION can override the XI2 version
+xinput registers 
+  On top of that, leak fixes and removal of buffering to get a more complete
+  ouput.
+
+---

Old:

  xinput-1.6.0.tar.bz2

New:

  xinput-1.6.1.tar.bz2



Other differences:
--
++ xinput.spec ++
--- /var/tmp/diff_new_pack.YFKJu3/_old  2013-09-17 15:07:16.0 +0200
+++ /var/tmp/diff_new_pack.YFKJu3/_new  2013-09-17 15:07:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xinput
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Utility to configure and test X input devices
 License:MIT and HPND

++ xinput-1.6.0.tar.bz2 -> xinput-1.6.1.tar.bz2 ++
 17516 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xinput-1.6.0/ChangeLog new/xinput-1.6.1/ChangeLog
--- old/xinput-1.6.0/ChangeLog  2012-05-15 07:49:07.0 +0200
+++ new/xinput-1.6.1/ChangeLog  2013-09-16 01:03:55.0 +0200
@@ -1,3 +1,156 @@
+commit 82f1902fef60569680f3a27bf6d0c8da5bafc8a6
+Author: Peter Hutterer 
+Date:   Mon Sep 16 09:02:05 2013 +1000
+
+xinput 1.6.1
+
+Signed-off-by: Peter Hutterer 
+
+commit 157d147fe10dd31d7c6a286c046348b8699ba9ea
+Author: Peter Hutterer 
+Date:   Thu Aug 8 09:55:18 2013 +1000
+
+Fix version selection condition
+
+If XI22 is true, XI21 is set too so we'd never actually register for XI 2.2
+
+Signed-off-by: Peter Hutterer 
+
+commit 39ac9d85f464ca3195e8b3b2d3f6c3188f83e25e
+Merge: a10f48d 852ed7c
+Author: Peter Hutterer 
+Date:   Mon Jul 15 15:02:55 2013 +1000
+
+Merge branch 'test-root-flag'
+
+commit 852ed7c7064be60acb25a574563e95b4c5800205
+Author: Peter Hutterer 
+Date:   Sun Mar 10 15:22:25 2013 +1000
+
+test-xi2: add support for test-xi2 --root
+
+Select on the root window instead of a newly created one
+
+Signed-off-by: Peter Hutterer 
+
+commit d08c42788cc711a7abfc51279d450847684cad7c
+Author: Peter Hutterer 
+Date:   Sun Mar 10 15:07:17 2013 +1000
+
+test-xi2: group event selection down
+
+No real functional changes, just group the two selection requests together.
+
+Signed-off-by: Peter Hutterer 
+
+commit cac73b0cddc5a3d9a97e1698a5498c26fd1b5e0f
+Author: Peter Hutterer 
+Date:   Sun Mar 10 15:02:18 2013 +1000
+
+test-xi2: allocate both masks at the same time
+
+no functional changes for now, prep work for the --root flag
+
+Signed-off-by: Peter Hutterer 
+
+commit 11e355174ee28892ec028559ee85d327ef3a2325
+Author: Peter Hutterer 
+Date:   Sun Mar 10 15:03:35 2013 +1000
+
+test-xi2: drop unused grab code
+
+Not sure why this code is still here
+
+Signed-off-by: Peter Hutterer 
+
+commit a10f48d2dcd24fc4211d69b388f499398891c577
+Author: Jon TURNEY 
+Date:   Mon Jul 1 18:36:28 2013 +0100
+
+Use setvbuf() instead of setlinebuf()
+
+setlinebuf() added in commit bcfa9123b41da8048450ed27aae17b8eee99 is 
not in
+SuS v3, use the exactly equivalent C89 setvbuf() invocation for portability
+
+Signed-off-by: Jon TURNEY 
+Signed-off-by: Peter Hutterer 
+
+commit 5dce5636d23f366d72f88c341ca1ff9da4427f66
+Author: Peter Hutterer 
+Date:   Sun Mar 10 15:25:38 2013 +1000
+
+Add support for XINPUT_XI2_VERSION environment variable to override version
+
+By default, xinput announces whatever version it was built against. For
+debugging it can be useful to set this version on-the-fly.
+
+Signed-off-by: Peter Hutterer 
+
+commit bcfa9123b41da8048450ed27aae17b8eee99
+Author: Nikolai Kondrashov 
+Date:   Fri Aug 17 13

commit xinit for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2013-09-17 15:05:52

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


Package is "xinit"

Changes:

--- /work/SRC/openSUSE:Factory/xinit/xinit.changes  2013-09-13 
14:47:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2013-09-17 
15:05:53.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 15:09:42 UTC 2013 - sndir...@suse.com
+
+- fixed loading of .xkb files (bnc#840408)
+
+---



Other differences:
--
++ xinit.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc.common 
new/etc/X11/xinit/xinitrc.common
--- old/etc/X11/xinit/xinitrc.common2012-12-05 10:27:13.0 +0100
+++ new/etc/X11/xinit/xinitrc.common2013-09-16 16:39:49.0 +0200
@@ -125,13 +125,20 @@
 fi
 
 #
-# Handle the the users Xmodmap or Xkbmap.
+# Handle system's and/or user's Xkbmap (x)or user's Xmodmap.
 # Note that xkb and xmodmap should not be mixed.
+# Priority: 1. User's xkb -> 2. User's xmodmap -> 3. System's xkb
 #
-if test -s $XETCDIR/Xkbmap ; then
-test -r "$xkbmap"  && cat "$xkbmap" | setxkbmap
-else
+if test -s "$xkbmap" ; then
+# apply system's xkb first
+if test -s $XETCDIR/Xkbmap; then
+test -r $XETCDIR/Xkbmap && cat $XETCDIR/Xkbmap | xkbcomp - $DISPLAY
+fi
+test -r "$xkbmap"  && cat "$xkbmap" | xkbcomp - $DISPLAY
+elif test -s "$xmodmap"; then
 test -r "$xmodmap" && xmodmap "$xmodmap"
+elif test -s $XETCDIR/Xkbmap ; then
+test -r $XETCDIR/Xkbmap && cat $XETCDIR/Xkbmap | xkbcomp - $DISPLAY
 fi
 
 #

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



commit xchat for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package xchat for openSUSE:Factory checked 
in at 2013-09-17 15:04:43

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


Package is "xchat"

Changes:

--- /work/SRC/openSUSE:Factory/xchat/xchat.changes  2012-02-15 
16:19:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.xchat.new/xchat.changes 2013-09-17 
15:04:44.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 18:22:08 UTC 2013 - dims...@opensuse.org
+
+- Run autogen.sh instead of gettextize and autoreconf to ensure we
+  have a full bootstrap cycle.
+
+---



Other differences:
--
++ xchat.spec ++
--- /var/tmp/diff_new_pack.rArflB/_old  2013-09-17 15:04:45.0 +0200
+++ /var/tmp/diff_new_pack.rArflB/_new  2013-09-17 15:04:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xchat
 #
-# 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
@@ -136,8 +136,7 @@
 gnome-patch-translation-update
 
 %build
-gettextize -f
-autoreconf -f -i
+./autogen.sh
 test -f po/Makevars || mv po/Makevars.template po/Makevars
 %configure\
--libexecdir=%{_prefix}/lib/%{name}\








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



commit xdm for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package xdm for openSUSE:Factory checked in 
at 2013-09-17 15:04:48

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


Package is "xdm"

Changes:

--- /work/SRC/openSUSE:Factory/xdm/xdm.changes  2013-08-23 11:08:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2013-09-17 
15:04:49.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 16 19:17:39 UTC 2013 - sndir...@suse.com
+
+- fixed typo in /etc/X11/xdm/Xsetup 
+
+---
+Mon Sep 16 11:38:10 UTC 2013 - sndir...@suse.com
+
+- fixed loading of .xkb files (bnc#840408)
+
+---



Other differences:
--
++ xdm.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/RunChooser new/etc/X11/xdm/RunChooser
--- old/etc/X11/xdm/RunChooser  2006-08-22 16:20:19.0 +0200
+++ new/etc/X11/xdm/RunChooser  2013-09-16 13:33:27.0 +0200
@@ -50,7 +50,8 @@
 hostxkbmap=${ETCDIR}/Xkbmap.${DISPLAY%:*}
   xset=${BINDIR}/xset
xmodmap=${BINDIR}/xmodmap
-xkbmap=${BINDIR}/xkbmap
+xkbmap=${BINDIR}/setxkbmap
+   xkbcomp=${BINDIR}/xkbcomp
xpmroot=${BINDIR}/xpmroot
   xsetroot=${BINDIR}/xsetroot
 kdmdesktop=/opt/kde/bin/kdmdesktop
@@ -97,23 +98,23 @@
 #
 # Set keymap for various displays
 #
-if test -x $xmodmap -o -x $xkbmap ; then
+if test -x $xmodmap -o -x $xkbcomp ; then
 if test -z "${DISPLAY%:*}" ; then
# local connection
-   if test -s $sysxkbmap -a -x $xkbmap ; then
-   cat $sysxkbmap | $xkbmap
+   if test -s $sysxkbmap -a -x $xkbcomp ; then
+   cat $sysxkbmap | $xkbcomp - $DISPLAY
elif test -r $sysmodmap ; then
$xmodmap $sysmodmap
fi
 else
# TCP/IP connection (remote or local)
-   if test -s $defxkbmap -a -x $xkbmap ; then
-   cat $defxkbmap | $xkbmap
+   if test -s $defxkbmap -a -x $xkbcomp ; then
+   cat $defxkbmap | $xkbcomp - $DISPLAY
elif test -r $defmodmap ; then
$xmodmap $defmodmap
fi
-   if test -s $hostxkbmap -a -x $xkbmap ; then
-   cat $hostxkbmap | $xkbmap
+   if test -s $hostxkbmap -a -x $xkbcomp ; then
+   cat $hostxkbmap | $xkbcomp - $DISPLAY
elif test -r $hostmodmap ; then
$xmodmap $hostmodmap
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xdm/Xsetup new/etc/X11/xdm/Xsetup
--- old/etc/X11/xdm/Xsetup  2011-10-11 15:42:22.0 +0200
+++ new/etc/X11/xdm/Xsetup  2013-09-16 21:17:05.0 +0200
@@ -59,6 +59,7 @@
   xset=${BINDIR}/xset
xmodmap=${BINDIR}/xmodmap
 xkbmap=${BINDIR}/setxkbmap
+   xkbcomp=${BINDIR}/xkbcomp
xpmroot=${BINDIR}/xpmroot
   xsetroot=${BINDIR}/xsetroot
   xconsole=${BINDIR}/xconsole
@@ -192,23 +193,23 @@
 #
 # Set keymap for various displays
 #
-if test -x $xmodmap -o -x $xkbmap ; then
+if test -x $xmodmap -o -x $xkbcomp ; then
 if test -z "${DISPLAY%:*}" ; then
# local connection
-   if test -s $sysxkbmap -a -x $xkbmap ; then
-   cat $sysxkbmap | $xkbmap
+   if test -s $sysxkbmap -a -x $xkbcomp ; then
+   cat $sysxkbmap | $xkbcomp - $DISPLAY
elif test -r $sysmodmap ; then
$xmodmap $sysmodmap
fi
 else
# TCP/IP connection (remote or local)
-   if test -s $defxkbmap -a -x $xkbmap ; then
-   cat $defxkbmap | $xkbmap
+   if test -s $defxkbmap -a -x $xkbcomp ; then
+   cat $defxkbmap | $xkbcomp - $DISPLAY
elif test -r $defmodmap ; then
$xmodmap $defmodmap
fi
-   if test -s $hostxkbmap -a -x $xkbmap ; then
-   cat $hostxkbmap | $xkbmap
+   if test -s $hostxkbmap -a -x $xkbcomp ; then
+   cat $hostxkbmap | $xkbcomp - $DISPLAY
elif test -r $hostmodmap ; then
$xmodmap $hostmodmap
fi

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



commit systemd for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2013-09-17 15:04:22

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2013-09-16 
16:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2013-09-17 15:04:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 17:41:24 UTC 2013 - crrodrig...@opensuse.org
+
+- 0008-swap-create-.wants-symlink-to-auto-swap-devices.patch 
+  really fixes the swap unit problem mentioned in previous 
+  commit & the opensuse-factory mailing list.
+
+---
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2013-09-16 
16:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd.changes 2013-09-17 
15:04:23.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 17:41:24 UTC 2013 - crrodrig...@opensuse.org
+
+- 0008-swap-create-.wants-symlink-to-auto-swap-devices.patch 
+  really fixes the swap unit problem mentioned in previous 
+  commit & the opensuse-factory mailing list.
+
+---

New:

  0008-swap-create-.wants-symlink-to-auto-swap-devices.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.MNMeLR/_old  2013-09-17 15:04:24.0 +0200
+++ /var/tmp/diff_new_pack.MNMeLR/_new  2013-09-17 15:04:24.0 +0200
@@ -185,6 +185,8 @@
 Patch52:0005-core-cgroup-first-print-then-free.patch
 # PATCH-FIX-UPSTREAM 0006-swap-fix-reverse-dependencies.patch -- SWAP does not 
mount properly
 Patch53:0006-swap-fix-reverse-dependencies.patch
+# PATCH-FIX-UPSTREAM 
0008-swap-create-.wants-symlink-to-auto-swap-devices.patch really fix swap units
+Patch54:0008-swap-create-.wants-symlink-to-auto-swap-devices.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -438,6 +440,7 @@
 %patch51 -p1
 %patch52 -p1
 %patch53 -p1
+%patch54 -p1
 
 # udev patches
 %patch1001 -p1

++ systemd.spec ++
--- /var/tmp/diff_new_pack.MNMeLR/_old  2013-09-17 15:04:24.0 +0200
+++ /var/tmp/diff_new_pack.MNMeLR/_new  2013-09-17 15:04:24.0 +0200
@@ -180,6 +180,8 @@
 Patch52:0005-core-cgroup-first-print-then-free.patch
 # PATCH-FIX-UPSTREAM 0006-swap-fix-reverse-dependencies.patch -- SWAP does not 
mount properly
 Patch53:0006-swap-fix-reverse-dependencies.patch
+# PATCH-FIX-UPSTREAM 
0008-swap-create-.wants-symlink-to-auto-swap-devices.patch really fix swap units
+Patch54:0008-swap-create-.wants-symlink-to-auto-swap-devices.patch
 
 # udev patches
 # PATCH-FIX-OPENSUSE 1001-re-enable-by_path-links-for-ata-devices.patch
@@ -433,6 +435,7 @@
 %patch51 -p1
 %patch52 -p1
 %patch53 -p1
+%patch54 -p1
 
 # udev patches
 %patch1001 -p1

++ 0008-swap-create-.wants-symlink-to-auto-swap-devices.patch ++
>From 9981460a8f2d5587fef5216d556b5fb502281be6 Mon Sep 17 00:00:00 2001
From: Tom Gundersen 
Date: Mon, 16 Sep 2013 01:08:32 +0200
Subject: [PATCH 8/8] swap: create .wants symlink to 'auto' swap devices

As we load unit files lazily, we need to make sure something pulls in swap
units that should be started automatically, otherwise the default dependencies
will never be applied.

This partially reinstates code removed in
commit 64347fc2b983f33e7efb0fd2bb44e133fb9f30f4.

Also don't order swap devices after swap.target when they are 'nofail'.
---
 src/core/swap.c   |  8 ++--
 src/fstab-generator/fstab-generator.c | 18 --
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/src/core/swap.c b/src/core/swap.c
index 3950860..76c7d45 100644
--- a/src/core/swap.c
+++ b/src/core/swap.c
@@ -220,8 +220,12 @@ static int swap_add_default_dependencies(Swap *s) {
 }
 
 if (!noauto) {
-r = unit_add_two_dependencies_by_name_inverse(UNIT(s), 
UNIT_AFTER, (nofail ? UNIT_WANTS : UNIT_REQUIRES),
-  SPECIAL_SWAP_TARGET, 
NULL, true);
+if (nofail)
+r = unit_add_dependency_by_name_inverse(UNIT(s),
+UNIT_WANTS, SPECIAL_SWAP_TARGET, NULL, true);
+else
+r = unit_add_two_dependencies_by_name_inverse(UNIT(s),
+UNIT_AFTER, UNIT_REQUIRES, 
SPECIAL_SWAP_TARGET, NULL, true);
 if (r < 0)
 return r;
 }
diff --git a/src/fstab-generator/fstab-generator.c 
b/src/fstab-gener

commit soprano for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package soprano for openSUSE:Factory checked 
in at 2013-09-17 15:03:23

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


Package is "soprano"

Changes:

--- /work/SRC/openSUSE:Factory/soprano/soprano-backend-sesame.changes   
2013-07-22 17:21:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.soprano.new/soprano-backend-sesame.changes  
2013-09-17 15:03:26.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep 16 14:49:22 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added 0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch
+  from upstream 2.9 branch, which resolves the situation when e.g. 
+  soprano log got corrupted, and that prevented nepomuk from opening 
+  the database
+
+---
soprano-backend-virtuoso.changes: same change
soprano.changes: same change

New:

  0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch



Other differences:
--
++ soprano-backend-sesame.spec ++
--- /var/tmp/diff_new_pack.Uz4pCf/_old  2013-09-17 15:03:27.0 +0200
+++ /var/tmp/diff_new_pack.Uz4pCf/_new  2013-09-17 15:03:27.0 +0200
@@ -27,6 +27,9 @@
 Url:http://soprano.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/soprano/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch -- resolves 
the situation when e.g. 
+# soprano log got corrupted, and that prevented nepomuk from opening the 
database
+Patch0: 
0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  kde4-filesystem
@@ -54,6 +57,7 @@
 # COMMON2-BEGIN
 # COMMON2-BEGIN
 %setup -q -n soprano-%{version}
+%patch0 -p1
 # COMMON2-END
 # COMMON2-END
 

soprano-backend-virtuoso.spec: same change
++ soprano.spec ++
--- /var/tmp/diff_new_pack.Uz4pCf/_old  2013-09-17 15:03:27.0 +0200
+++ /var/tmp/diff_new_pack.Uz4pCf/_new  2013-09-17 15:03:27.0 +0200
@@ -26,6 +26,9 @@
 Url:http://soprano.sourceforge.net/
 Source0:
http://downloads.sourceforge.net/soprano/soprano-%{version}.tar.bz2
 Source100:  baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch -- resolves 
the situation when e.g. 
+# soprano log got corrupted, and that prevented nepomuk from opening the 
database
+Patch0: 
0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  kde4-filesystem
@@ -53,6 +56,7 @@
 %prep
 # COMMON2-BEGIN
 %setup -q -n soprano-%{version}
+%patch0 -p1
 # COMMON2-END
 
 %package backend-redland

++ 0001-VirtuosoBackend-Automatic-delete-faulty-transaction-log.patch ++
>From 3747314ba490570106b7959d4feb6d16878e7345 Mon Sep 17 00:00:00 2001
From: Vishesh Handa 
Date: Sun, 1 Sep 2013 19:36:42 +0530
Subject: [PATCH 1/1] VirtuosoBackend: Automatic delete faulty transaction log
 if indicated by virtuoso

Sometimes the virtuoso transaction log gets corrupted, and the user is
told to delete the transaction log. Do that automatiacallly.
---
 backends/virtuoso/virtuosocontroller.cpp | 24 +---
 backends/virtuoso/virtuosocontroller.h   |  4 +++-
 2 files changed, 24 insertions(+), 4 deletions(-)

diff --git a/backends/virtuoso/virtuosocontroller.cpp 
b/backends/virtuoso/virtuosocontroller.cpp
index e8804b1..928487f 100644
--- a/backends/virtuoso/virtuosocontroller.cpp
+++ b/backends/virtuoso/virtuosocontroller.cpp
@@ -166,7 +166,7 @@ bool Soprano::VirtuosoController::start( const QString 
&virtuosoExe, const Backe
 m_virtuosoProcess.start( virtuosoExe, args, QIODevice::ReadOnly );
 m_virtuosoProcess.setReadChannel( QProcess::StandardError );
 m_virtuosoProcess.closeReadChannel( QProcess::StandardOutput );
-if ( waitForVirtuosoToInitialize() ) {
+if ( waitForVirtuosoToInitialize(virtuosoExe, args) ) {
 clearError();
 m_status = Running;
 qDebug() << "Virtuoso started:" << m_virtuosoProcess.pid();
@@ -179,7 +179,7 @@ bool Soprano::VirtuosoController::start( const QString 
&virtuosoExe, const Backe
 }
 
 
-bool Soprano::VirtuosoController::waitForVirtuosoToInitialize()
+bool Soprano::VirtuosoController::waitForVirtuosoToInitialize(const QString& 
exe, const QStringList& args)
 {
 // FIXME: timeout
 if ( m_virtuosoProcess.waitForStarted() ) {
@@ -187,7 +187,25 @@ bool 
Soprano::VirtuosoController::waitForVirtuosoToInitialize()
 while( m_virtuosoProcess.canReadLine() ) {
 QStr

commit shim for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2013-09-17 15:03:17

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


Package is "shim"

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2013-09-11 
13:09:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2013-09-17 
15:03:18.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep 17 10:53:50 CEST 2013 - fcro...@suse.com
+
+- Update microsoft.asc: shim signed by UEFI signing service, based
+  on code from "Fri Sep  6 13:57:36 UTC 2013".
+- Improve extract_signature.sh to work on current path.
+
+---



Other differences:
--
++ extract_signature.sh ++
--- /var/tmp/diff_new_pack.40paP1/_old  2013-09-17 15:03:19.0 +0200
+++ /var/tmp/diff_new_pack.40paP1/_new  2013-09-17 15:03:19.0 +0200
@@ -20,5 +20,5 @@
 
 # wtf?
 (pesign -n "$nssdir" -h -P -i "$infile";
-${0%/*}/timestamp.pl "$infile";
+perl $(dirname $0)/timestamp.pl "$infile";
 pesign -n "$nssdir" -a -f -e /dev/stdout -i "$infile")|cat

++ microsoft.asc ++
--- /var/tmp/diff_new_pack.40paP1/_old  2013-09-17 15:03:19.0 +0200
+++ /var/tmp/diff_new_pack.40paP1/_new  2013-09-17 15:03:19.0 +0200
@@ -1,11 +1,11 @@
-hash: 9c259fcb301d5fc7397ed5759963e0ef6b36e42057fd73046e6bd08b149f751c
-# 2013-08-29 08:45:28
-timestamp: 521f0a28
-checksum: bd3e
+hash: 9dd2dcb72f5e741627f2e9e03ab18503a3403cf6a904a479a4db05d97e2250a9
+# 2013-09-09 08:13:59
+timestamp: 522d8347
+checksum: 6727
 -BEGIN AUTHENTICODE SIGNATURE-
 MIIhngYJKoZIhvcNAQcCoIIhjzCCIYsCAQExDzANBglghkgBZQMEAgEFADBcBgor
 BgEEAYI3AgEEoE4wTDAXBgorBgEEAYI3AgEPMAkDAQCgBKICgAAwMTANBglghkgB
-ZQMEAgEFAAQgnCWfyzAdX8c5ftV1mWPg72s25CBX/XMEbmvQixSfdRygggrpMIIE
+ZQMEAgEFAAQgndLcty9edBYn8ungOrGFA6NAPPapBKR5pNsF2X4iUKmgggrpMIIE
 0TCCA7mgAwIBAgITMwgesX6cFfyDegABCDANBgkqhkiG9w0BAQsFADCB
 gTELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1Jl
 ZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjErMCkGA1UEAxMi
@@ -69,24 +69,24 @@
 Q29ycG9yYXRpb24xKzApBgNVBAMTIk1pY3Jvc29mdCBDb3Jwb3JhdGlvbiBVRUZJ
 IENBIDIwMTECEzMIHrF+nBX8g3oAAQgwDQYJYIZIAWUDBAIBBQCgggER
 MBkGCSqGSIb3DQEJAzEMBgorBgEEAYI3AgEEMBwGCisGAQQBgjcCAQsxDjAMBgor
-BgEEAYI3AgEVMC8GCSqGSIb3DQEJBDEiBCBS5Kww7Vp9GTSzYl0ETiSOSzPtmBUV
-zygB6+YZJOjQ/DCBpAYKKwYBBAGCNwIBDDGBlTCBkqBegFwAaAB0AHQAcAA6AC8A
+BgEEAYI3AgEVMC8GCSqGSIb3DQEJBDEiBCBA/P8iJTGhFZqjAlTPUjht5f2UYtM6
+E9rKs2KkNG6rrTCBpAYKKwYBBAGCNwIBDDGBlTCBkqBegFwAaAB0AHQAcAA6AC8A
 LwB3AHcAdwAuAG0AaQBjAHIAbwBzAG8AZgB0AC4AYwBvAG0ALwB3AGgAZABjAC8A
 aABjAGwALwBkAGUAZgBhAHUAbAB0AC4AbQBzAHAAeKEwgC5odHRwOi8vd3d3Lm1p
 Y3Jvc29mdC5jb20vd2hkYy9oY2wvZGVmYXVsdC5tc3B4MA0GCSqGSIb3DQEBAQUA
-BIIBALoEW5yyw2YtVS3lSj8F//twwjORHHvMF2jC805z5mqdAmsdUDfthKKofBLJ
-LIOylgbXW11Vax7ZfnZ2WHs9JBCrTVDjc5+sI34kpYA98lHAywYVfEfIrvHPAC6O
-JZXF0cV5Qqe3hjRGd3SGmQkzC6lecVD+3uBmfCnzfE2Rahfy8C3ugLuEutvCGY07
-RB4/sKz6bGoYjx+MIS2hk65Ieip5htZaYirn+5IBMHX3xrTxpIhomOmyL4CpeW7B
-48IUvekaQal+/ePEg/bnDzqUFJ2PdEH03fP0VsKS7z7nJdxfu2XP4wdx/KJin61d
-N0oWjcyKpy7wKHSFWrAMRAs5zW2hghNKMIITRgYKKwYBBAGCNwMDATGCEzYwghMy
+BIIBAFAituzjMzXSk4wYYwJa8sxkXImhBElRZahlWo/9L0zZmPEEc7X3iHZtaVKP
+99sx6xnKEs6yRlo2Ayfg3d4BvM6AXKdoswGzhBUCxKstoFGhBEuH6K2rdJBTTZ4i
+NafSTHk65HDxGPetF7/ekCHqrEg2JTwTukaYFcwllBGcOqR+73UbzQBaiibH4faR
+9qg+I43s3nVI3q1nwFBBlq1js4tvI2dKK3XsmkmhW7gxauK+G8Xfv8adpMaTbKyG
+lebnb+JVc6m9JwopBqwq0raIXYJ3wwYxruDC4yrdr8bn6IcKVElCteahjmdPdBkZ
+ms8BA9upfnH7cMuHXjgipkN8e/2hghNKMIITRgYKKwYBBAGCNwMDATGCEzYwghMy
 BgkqhkiG9w0BBwKgghMjMIITHwIBAzEPMA0GCWCGSAFlAwQCAQUAMIIBPQYLKoZI
 hvcNAQkQAQSgggEsBIIBKDCCASQCAQEGCisGAQQBhFkKAwEwMTANBglghkgBZQME
-AgEFAAQgDiEkqbSjOTIMfAFQV0jV58xTCE9vCJ2mmQQvVlsMEB8CBlIjIBHCFxgT
-MjAxMzA5MDYwNjM2NDYuNTkyWjAHAgEBgAIB9KCBuaSBtjCBszELMAkGA1UEBhMC
+AgEFAAQgL31xoUHdzzBFLPcF2LjQFMTZ/1x9rGb7c261B8wCQ90CBlHXBjs6pRgT
+MjAxMzA5MTYxNzE3MzkuMDQzWjAHAgEBgAIB9KCBuaSBtjCBszELMAkGA1UEBhMC
 VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV
 BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjENMAsGA1UECxMETU9QUjEnMCUGA1UE
-CxMebkNpcGhlciBEU0UgRVNOOjMxQzUtMzBCQS03QzkxMSUwIwYDVQQDExxNaWNy
+CxMebkNpcGhlciBEU0UgRVNOOkY1MjgtMzc3Ny04QTc2MSUwIwYDVQQDExxNaWNy
 b3NvZnQgVGltZS1TdGFtcCBTZXJ2aWNloIIOzTCCBnEwggRZoAMCAQICCmEJgSoA
 AAIwDQYJKoZIhvcNAQELBQAwgYgxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpX
 YXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQg
@@ -122,65 +122,65 @@
 ObJb2sgNVZl6h3M7COaYLeqN4DMuEin1wC9UJyH3yKxO2ii4sanblrKnQqLJzxlB
 TeCG+SqaoxFmMNO7dDJL32N79ZmKLxvHIa9Zta7cRDyXUHHXodLFVeNp3lfB0d4w
 wP3M5k37Db9dT+mdHhk4L7zPWAUu7w2gUDXa7wknHNWzfjUeCLraNtvTX4/edIhJ
-EjCCBNowggPCoAMCAQICEzMrcqou9km77NcAACswDQYJKoZIhvcNAQEL
+EjCCB

commit reiserfs for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package reiserfs for openSUSE:Factory 
checked in at 2013-09-17 15:03:04

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


Package is "reiserfs"

Changes:

--- /work/SRC/openSUSE:Factory/reiserfs/reiserfs.changes2013-07-02 
07:43:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.reiserfs.new/reiserfs.changes   2013-09-17 
15:03:05.0 +0200
@@ -1,0 +2,31 @@
+Mon Sep 16 16:56:07 UTC 2013 - je...@suse.com
+
+- silent-rules.patch: Add workaround for missing AM_SILENT_RULES
+
+---
+Mon Sep 16 16:49:43 UTC 2013 - je...@suse.com
+
+- Update to upstream master (19566d0)
+ - build: introduce shared libreiserfscore.so and export it
+ - reiserfsprogs: convert reiserfs_filsys_t from structure to 
pointer-to-structure
+ - reiserfsprogs: annotate for endian safeness
+ - reiserfsprogs: fix remaining sparse warnings
+ - reiserfsprogs: Fix sparse "warning: Using plain integer as NULL pointer"
+ - sparse: move bitops functions to include/misc.h
+ - reiserfscore: rename usearch_by_position to reiserfs_search_by_position
+ - reiserfscore: make reiserfs_open's filename argument const
+ - swab: protect le32_to_cpu and friends against being defined twice
+ - reiserfs_fs.h: Eliminate overlays in offset_v2 helpers
+ - reiserfscore: move endian helpers for offset_v2 into header
+ - reiserfs_fs.h: Fix ifndef for multiple inclusion
+
+---
+Tue Aug 27 00:43:06 UTC 2013 - je...@suse.com
+
+- Update to 3.6.24.
+ - reiserfsprogs: autogenerate the version number in the man pages
+ - journal: fix division by 0 with one transaction in log (crash)
+ - resize_reiserfs: fix > 8TB printf formatting
+ - Packaging cleanups.
+
+---

Old:

  reiserfsprogs-3.6.23.tar.xz

New:

  reiserfsprogs-3.6.24-21-g19566d0.tar.bz2
  silent-rules.patch



Other differences:
--
++ reiserfs.spec ++
--- /var/tmp/diff_new_pack.Wau6C7/_old  2013-09-17 15:03:05.0 +0200
+++ /var/tmp/diff_new_pack.Wau6C7/_new  2013-09-17 15:03:05.0 +0200
@@ -20,27 +20,48 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
+BuildRequires:  libtool
 BuildRequires:  linux-kernel-headers
+BuildRequires:  pkg-config
 Url:http://www.namesys.com/download.html
 Conflicts:  libreiserfs-progs
 Supplements:filesystem(reiserfs)
-Version:3.6.23
+%define tar_version 3.6.24-21-g19566d0
+Version:3.6.24
 Release:0
 Summary:Reiser File System utilities
 License:GPL-2.0+
 Group:  System/Filesystems
-Source: reiserfsprogs-%{version}.tar.xz
+Source: reiserfsprogs-%{tar_version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: silent-rules.patch
 
 %description
 This package includes utilities for making the file system
 (mkreiserfs), checking for consistency (reiserfsck), and resizing
 (resize_reiserfs).
 
+%package -n libreiserfscore-devel
+Summary:Reiser File System Core Library Development Files
+Group:  Development/Libraries/C and C++
+Requires:   libreiserfscore0 = %{version}
+
+%description -n libreiserfscore-devel
+This package contains the headers and linkable libraries for
+libreiserfscore, which is used to provide reiserfs services for external
+programs.
 
+%package -n libreiserfscore0
+Summary:Reiser File System Core Library
+Group:  System/Filesystems
+
+%description -n libreiserfscore0
+This package contains the library that provides core functionality
+for the reiserfs file system.
 
 %prep
-%setup -q -n reiserfsprogs-%{version}
+%setup -q -n reiserfsprogs-%{tar_version}
+%patch1 -p1
 
 %build
 autoreconf -fiv
@@ -57,4 +78,21 @@
 /sbin/*
 %doc %{_mandir}/man8/*
 
+%files -n libreiserfscore-devel
+%defattr(-, root, root)
+%dir %{_includedir}/reiserfs
+%{_includedir}/reiserfs/*.h
+%{_libdir}/pkgconfig/reiserfscore.pc
+%{_libdir}/libreiserfscore.a
+%{_libdir}/libreiserfscore.la
+%{_libdir}/libreiserfscore.so
+%{_libdir}/libreiserfscore.so.0
+
+%files -n libreiserfscore0
+%defattr(-, root, root)
+%{_libdir}/libreiserfscore.so.0.0.0
+
+%post -n libreiserfscore0 -p /sbin/ldconfig
+%postun -n libreiserfscore0 -p /sbin/ldconfig
+
 %changelog

++ silent-rules.patch ++
From: Matthias Eckermann 
Subject: AM_SILENT_RULES doesn't exist in older automake releases

AM_SILENT_RULES was introduced in automake v1.11, which isn't present
in SLES 11.

Signed-off-by: Jeff Mahoney 
---
 configure.ac |5 +++--
 1 file changed, 3 insertion

commit gpg2 for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2013-09-17 15:02:35

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


Package is "gpg2"

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2013-08-21 
13:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2013-09-17 
15:02:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep 16 11:08:55 UTC 2013 - vci...@suse.com
+
+- fix CVE-2013-4351 (bnc#840510)
+
+---

New:

  gpg2-CVE-2013-4351.patch



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.CwZzc6/_old  2013-09-17 15:02:37.0 +0200
+++ /var/tmp/diff_new_pack.CwZzc6/_new  2013-09-17 15:02:37.0 +0200
@@ -64,6 +64,7 @@
 Patch9: gnupg-detect_FIPS_mode.patch
 # PATCH-FIX-OPENSUSE co...@suse.de -- automake 1.13 already includes $SHELL
 Patch10:gnupg-2.0.20-automake113.diff
+Patch11:gpg2-CVE-2013-4351.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -83,6 +84,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 %build
 autoreconf -fi


++ gpg2-CVE-2013-4351.patch ++
commit 8f8f3984e82a025cf1384132a419f67f39c7e07d 
Author: Werner Koch  gnupg.org>
Date:   Fri Mar 15 15:46:03 2013 +0100

gpg: Distinguish between missing and cleared key flags.

* include/cipher.h (PUBKEY_USAGE_NONE): New.
* g10/getkey.c (parse_key_usage): Set new flag.
--

We do not want to use the default capabilities (derived from the
algorithm) if any key flags are given in a signature.  Thus if key
flags are used in any way, the default key capabilities are never
used.

This allows to create a key with key flags set to all zero so it can't
be used.  This better reflects common sense.

Modified g10/getkey.c
Index: gnupg-2.0.9/g10/getkey.c
===
--- gnupg-2.0.9.orig/g10/getkey.c   2013-09-16 16:51:02.752624501 +0200
+++ gnupg-2.0.9/g10/getkey.c2013-09-16 16:54:20.955952692 +0200
@@ -1457,13 +1457,19 @@ parse_key_usage(PKT_signature *sig)
 
   if(flags)
key_usage |= PUBKEY_USAGE_UNKNOWN;
+
+  if (!key_usage)
+   key_usage |= PUBKEY_USAGE_NONE;
 }
+  else if (p) /* Key flags of length zero.  */
+key_usage |= PUBKEY_USAGE_NONE;
 
   /* We set PUBKEY_USAGE_UNKNOWN to indicate that this key has a
  capability that we do not handle.  This serves to distinguish
  between a zero key usage which we handle as the default
  capabilities for that algorithm, and a usage that we do not
- handle. */
+ handle.  Likewise we use PUBKEY_USAGE_NONE to indicate that
+ key_flags have been given but they do not specify any usage.  */
 
   return key_usage;
 }
Index: gnupg-2.0.9/include/cipher.h
===
--- gnupg-2.0.9.orig/include/cipher.h   2013-09-16 16:51:02.752624501 +0200
+++ gnupg-2.0.9/include/cipher.h2013-09-16 16:56:27.028429026 +0200
@@ -62,6 +62,11 @@
 #define PUBKEY_USAGE_CERTGCRY_PK_USAGE_CERT  /* Also good to certify keys. 
*/
 #define PUBKEY_USAGE_AUTHGCRY_PK_USAGE_AUTH  /* Good for authentication. */
 #define PUBKEY_USAGE_UNKNOWN GCRY_PK_USAGE_UNKN  /* Unknown usage flag. */
+#define PUBKEY_USAGE_NONE256 /* No usage given. */
+#if  (GCRY_PK_USAGE_SIGN | GCRY_PK_USAGE_ENCR | GCRY_PK_USAGE_CERT \
+  | GCRY_PK_USAGE_AUTH | GCRY_PK_USAGE_UNKN) >= 256
+# error Please choose another value for PUBKEY_USAGE_NONE
+#endif
 
 #define DIGEST_ALGO_MD5   /*  1 */ GCRY_MD_MD5
 #define DIGEST_ALGO_SHA1  /*  2 */ GCRY_MD_SHA1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gitg for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2013-09-17 15:02:17

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


Package is "gitg"

Changes:

--- /work/SRC/openSUSE:Factory/gitg/gitg.changes2013-04-16 
06:44:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2013-09-17 
15:02:18.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep 16 09:23:53 UTC 2013 - mvysko...@suse.com
+
+- Add gitg-fix-includes.patch: add missing includes to fix build
+  with gtksourceview 3.9.x.
+
+---

New:

  gitg-fix-includes.patch



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.hLO577/_old  2013-09-17 15:02:19.0 +0200
+++ /var/tmp/diff_new_pack.hLO577/_new  2013-09-17 15:02:19.0 +0200
@@ -23,7 +23,9 @@
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://trac.novowork.com/gitg/
-Source: 
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gitg/0.2/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE gitg-fix-includes.patch mvysko...@opensuse.org -- 
Includes gtksourcestylescheme.h; no interest upstream, as it's rewritten in 
vala.
+Patch0: gitg-fix-includes.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -80,13 +82,14 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
 %configure --disable-static \
 --enable-glade-catalog \
 --disable-maintainer-mode
-make %{?jobs:-j%jobs}
+make V=1 %{?jobs:-j%jobs}
 
 %install
 %makeinstall

++ gitg-fix-includes.patch ++
From: "Michal Vyskocil" 
Subject: fix missing includes

The gitg-commit-view picks individual gtksourceview headers, so lets add one
for gtk_source_style_scheme_get_style

Index: gitg-0.2.7/gitg/gitg-commit-view.c
===
--- gitg-0.2.7.orig/gitg/gitg-commit-view.c
+++ gitg-0.2.7/gitg/gitg-commit-view.c
@@ -27,6 +27,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-pytz for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package python-pytz for openSUSE:Factory 
checked in at 2013-09-17 15:02:50

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


Package is "python-pytz"

Changes:

--- /work/SRC/openSUSE:Factory/python-pytz/python-pytz.changes  2013-05-02 
11:44:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytz.new/python-pytz.changes 
2013-09-17 15:02:51.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 08:54:44 UTC 2013 - dmuel...@suse.com
+
+- update to 2013d:
+  * sync with timezone 2013d release
+
+---

Old:

  pytz-2013b.tar.bz2

New:

  pytz-2013d.tar.bz2



Other differences:
--
++ python-pytz.spec ++
--- /var/tmp/diff_new_pack.7vadOL/_old  2013-09-17 15:02:52.0 +0200
+++ /var/tmp/diff_new_pack.7vadOL/_new  2013-09-17 15:02:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-pytz
-Version:2013b
+Version:2013d
 Release:0
 Url:http://pytz.sourceforge.net
 Summary:World timezone definitions, modern and historical

++ pytz-2013b.tar.bz2 -> pytz-2013d.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013b/PKG-INFO new/pytz-2013d/PKG-INFO
--- old/pytz-2013b/PKG-INFO 2013-03-14 18:51:06.0 +0100
+++ new/pytz-2013d/PKG-INFO 2013-09-05 16:15:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pytz
-Version: 2013b
+Version: 2013d
 Summary: World timezone definitions, modern and historical
 Home-page: http://pytz.sourceforge.net
 Author: Stuart Bishop
@@ -542,7 +542,7 @@
   it. pytz is a direct translation of the Olson timezone database, and
   changes to the timezone definitions need to be made to this source.
   If you find errors they should be reported to the time zone mailing
-  list, linked from http://www.twinsun.com/tz/tz-link.htm
+  list, linked from http://www.iana.org/time-zones.
 
 
 Further Reading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013b/README.txt new/pytz-2013d/README.txt
--- old/pytz-2013b/README.txt   2013-03-14 18:46:41.0 +0100
+++ new/pytz-2013d/README.txt   2013-09-05 15:42:03.0 +0200
@@ -533,7 +533,7 @@
   it. pytz is a direct translation of the Olson timezone database, and
   changes to the timezone definitions need to be made to this source.
   If you find errors they should be reported to the time zone mailing
-  list, linked from http://www.twinsun.com/tz/tz-link.htm
+  list, linked from http://www.iana.org/time-zones.
 
 
 Further Reading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytz-2013b/pytz/__init__.py 
new/pytz-2013d/pytz/__init__.py
--- old/pytz-2013b/pytz/__init__.py 2013-03-14 18:46:41.0 +0100
+++ new/pytz-2013d/pytz/__init__.py 2013-09-05 15:42:03.0 +0200
@@ -9,7 +9,7 @@
 '''
 
 # The Olson database is updated several times a year.
-OLSON_VERSION = '2013b'
+OLSON_VERSION = '2013d'
 VERSION = OLSON_VERSION
 # Version format for a patch release - only one so far.
 #VERSION = OLSON_VERSION + '.2'
@@ -26,10 +26,6 @@
 ]
 
 import sys, datetime, os.path, gettext
-try:
-from UserDict import DictMixin
-except ImportError:
-from collections import Mapping as DictMixin
 
 try:
 from pkg_resources import resource_stream
@@ -40,6 +36,7 @@
 from pytz.exceptions import InvalidTimeError
 from pytz.exceptions import NonExistentTimeError
 from pytz.exceptions import UnknownTimeZoneError
+from pytz.lazy import LazyDict, LazyList, LazySet
 from pytz.tzinfo import unpickler
 from pytz.tzfile import build_tzinfo, _byte_string
 
@@ -292,36 +289,8 @@
 _p.__safe_for_unpickling__ = True
 
 
-class _LazyDict(DictMixin):
-"""Dictionary populated on first use."""
-data = None
-def __getitem__(self, key):
-if self.data is None:
-self._fill()
-return self.data[key.upper()]
-
-def __contains__(self, key):
-if self.data is None:
-self._fill()
-return key in self.data
-
-def __iter__(self):
-if self.data is None:
-self._fill()
-return iter(self.data)
-
-def __len__(self):
-if self.data is None:
-self._fill()
-return len(self.data)
-
-def keys(self):
-if self.data is None:
-self._fill()
-return self.data.keys()
-
 
-class _CountryTimezoneDict(_LazyDict):
+class _CountryTimezoneDict(LazyDict):
 """Map ISO 3166 country code 

commit libtorrent-rasterbar for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package libtorrent-rasterbar for 
openSUSE:Factory checked in at 2013-09-17 15:02:45

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


Package is "libtorrent-rasterbar"

Changes:

--- 
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2013-06-11 09:34:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
   2013-09-17 15:02:46.0 +0200
@@ -1,0 +2,20 @@
+Mon Sep 16 19:43:59 UTC 2013 - fi...@opensuse.org
+
+- Update to 0.16.11:
+  * fix web seed URL double escape issue
+  * fix string encoding issue in alert messages
+  * fix SSL authentication issue
+  * deprecate std::wstring overloads. long live utf-8
+  * improve time-critical pieces feature (streaming)
+  * introduce bandwidth exhaustion attack-mitigation in allowed-fast pieces
+  * python binding fix issue where torrent_info objects where
+destructing when their torrents were deleted
+  * added missing field to scrape_failed_alert in python bindings
+  * GCC 4.8 fix
+  * fix proxy failure semantics with regards to anonymous mode
+  * fix round-robin seed-unchoke algorithm
+  * add bootstrap.sh to generage configure script and run configure
+  * fix bug in SOCK5 UDP support
+  * fix issue where torrents added by URL would not be started immediately
+
+---

Old:

  libtorrent-rasterbar-0.16.10.tar.gz

New:

  libtorrent-rasterbar-0.16.11.tar.gz



Other differences:
--
++ libtorrent-rasterbar.spec ++
--- /var/tmp/diff_new_pack.mxGpP8/_old  2013-09-17 15:02:47.0 +0200
+++ /var/tmp/diff_new_pack.mxGpP8/_new  2013-09-17 15:02:47.0 +0200
@@ -23,7 +23,7 @@
 %bcond_with examples
 
 Name:   libtorrent-rasterbar
-Version:0.16.10
+Version:0.16.11
 Release:0
 Summary:Libtorrent is a C++ implementation of the BitTorrent protocol
 License:BSD-3-Clause

++ libtorrent-rasterbar-0.16.10.tar.gz -> 
libtorrent-rasterbar-0.16.11.tar.gz ++
 11674 lines of diff (skipped)

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



commit go-couch-go for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package go-couch-go for openSUSE:Factory 
checked in at 2013-09-17 15:02:28

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


Package is "go-couch-go"

Changes:

--- /work/SRC/openSUSE:Factory/go-couch-go/go-couch-go.changes  2013-08-21 
10:29:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.go-couch-go.new/go-couch-go.changes 
2013-09-17 15:02:29.0 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 07:40:59 UTC 2013 - speili...@suse.com
+
+- Only recommend couchdb to not depend on having it on the same
+  machine
+
+---



Other differences:
--
++ go-couch-go.spec ++
--- /var/tmp/diff_new_pack.dJDTb8/_old  2013-09-17 15:02:29.0 +0200
+++ /var/tmp/diff_new_pack.dJDTb8/_new  2013-09-17 15:02:29.0 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package go-couch-go
 #
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Sascha Peilicke 
-# Copyright (c) 2013 SUSE Linux Products GmbH
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   go-couch-go
 Version:0.0.0+hg20120329.56.80177d89e264
 Release:0
 Summary:Simple CouchDB API for Google Go
-Group:  Development/Languages/Other
 License:MIT
-URL:http://code.google.com/p/couch-go/
+Group:  Development/Languages/Other
+Url:http://code.google.com/p/couch-go/
 Source0:couch-go-%{version}.tar.bz2
 Source1:README.SUSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  go-devel
-Requires:   couchdb
 %if 0%{?suse_version} >= 1100
 Recommends: go-couch-go-doc
+Recommends: couchdb
 %endif
 %{go_provides}
 %{go_requires}

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



commit gbrainy for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package gbrainy for openSUSE:Factory checked 
in at 2013-09-17 15:02:10

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


Package is "gbrainy"

Changes:

--- /work/SRC/openSUSE:Factory/gbrainy/gbrainy.changes  2013-06-25 
14:40:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.gbrainy.new/gbrainy.changes 2013-09-17 
15:02:11.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 16 18:30:56 UTC 2013 - zai...@opensuse.org
+
+- Update to version 2.2.2:
+  + 1 bug fix (bgo#704354).
+  + Updated translations.
+
+---

Old:

  gbrainy-2.2.1.tar.gz

New:

  gbrainy-2.2.2.tar.gz



Other differences:
--
++ gbrainy.spec ++
--- /var/tmp/diff_new_pack.YbcykW/_old  2013-09-17 15:02:12.0 +0200
+++ /var/tmp/diff_new_pack.YbcykW/_new  2013-09-17 15:02:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gbrainy
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:A brain teaser game and trainer
 License:GPL-2.0+

++ gbrainy-2.2.1.tar.gz -> gbrainy-2.2.2.tar.gz ++
 29130 lines of diff (skipped)

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



commit bundle-lang-common for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2013-09-17 15:02:00

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is "bundle-lang-common"

Changes:

bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change
--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-other.changes 
2011-09-23 01:52:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-other.changes
2013-09-17 15:02:02.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 17 07:14:03 UTC 2013 - co...@suse.com
+
+- remove el
+
+---



Other differences:
--
++ bundle-lang-common.spec ++
--- /var/tmp/diff_new_pack.W0yv5f/_old  2013-09-17 15:02:03.0 +0200
+++ /var/tmp/diff_new_pack.W0yv5f/_new  2013-09-17 15:02:03.0 +0200
@@ -66,7 +66,7 @@
 #!BuildIgnore:  typelib-1_0-Vte-0_0
 #!BuildIgnore: gimp-unstable
 #!BuildIgnore: gnuchess
-Version:12.3
+Version:13.1
 Release:0
 Summary:Translations for a Group of Programs
 License:MIT

bundle-lang-gnome.spec: same change
bundle-lang-kde.spec: same change
++ bundle-lang-other.spec ++
--- /var/tmp/diff_new_pack.W0yv5f/_old  2013-09-17 15:02:03.0 +0200
+++ /var/tmp/diff_new_pack.W0yv5f/_new  2013-09-17 15:02:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bundle-lang-other
-Version:12.3
+Version:13.1
 Release:0
 Summary:Translations for languages not covered by one of the 
bundle-lang-*-* packages
 License:MIT
@@ -25,7 +25,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Provides:   locale(aa;af;am;ang;as;az;be;bg;bn;bo;br;bs;byn)
-Provides:   locale(csb;cy;dv;dz;ee;el;eo;et;eu)
+Provides:   locale(csb;cy;dv;dz;ee;eo;et;eu)
 Provides:   locale(fa;fo;fy;ga;gd;gez;gl;gn;gu;gv;haw;he;hi;hr)
 Provides:   locale(hy;ia;id;is;iu;ka;kk;kl;km)
 Provides:   
locale(kn;kok;ku;kw;ky;lg;li;lo;lt;lv;mg;mi;mk;ml;mn;mr;ms;mt;my;nds;ne)

++ bundle-lang.spec.in ++
--- /var/tmp/diff_new_pack.W0yv5f/_old  2013-09-17 15:02:03.0 +0200
+++ /var/tmp/diff_new_pack.W0yv5f/_new  2013-09-17 15:02:03.0 +0200
@@ -30,7 +30,7 @@
 #!BuildIgnore: gnuchess
 License:license
 Group:  group
-Version:12.3
+Version:13.1
 Release:1
 Summary:summary
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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



commit bluez for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2013-09-17 15:01:55

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


Package is "bluez"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2013-09-16 
09:18:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2013-09-17 
15:01:56.0 +0200
@@ -1,0 +2,5 @@
+Sat Sep 14 08:01:17 UTC 2013 - crrodrig...@opensuse.org
+
+- place socket in /run , not /var/run (bluez-sdp-unix-path.patch)
+
+---

New:

  bluez-sdp-unix-path.patch



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.4L14xu/_old  2013-09-17 15:01:56.0 +0200
+++ /var/tmp/diff_new_pack.4L14xu/_new  2013-09-17 15:01:56.0 +0200
@@ -35,6 +35,7 @@
 Source7:bluetooth.modprobe
 Source99:   README.packagers
 Patch1: bluez-5.4-compilerwarning.diff
+Patch2: bluez-sdp-unix-path.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  check-devel
@@ -113,7 +114,7 @@
 %prep
 %setup -q
 %patch1 -p1
-
+%patch2 -p1
 cp %{SOURCE6} .
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/

++ bluez-sdp-unix-path.patch ++
--- bluez-5.8.orig/lib/sdp.h
+++ bluez-5.8/lib/sdp.h
@@ -34,7 +34,7 @@ extern "C" {
 #include 
 #include 
 
-#define SDP_UNIX_PATH "/var/run/sdp"
+#define SDP_UNIX_PATH "/run/sdp"
 #define SDP_RESPONSE_TIMEOUT   20
 #define SDP_REQ_BUFFER_SIZE2048
 #define SDP_RSP_BUFFER_SIZE65535
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit apparmor for openSUSE:Factory

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package apparmor for openSUSE:Factory 
checked in at 2013-09-17 15:01:33

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.changes2013-09-13 
14:51:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.apparmor.new/apparmor.changes   2013-09-17 
15:01:34.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep 16 18:23:46 UTC 2013 - seife+...@b1-systems.com
+
+- fix ntp by allowing read access to openssl.cnf
+
+---
+Fri Sep 13 22:41:18 UTC 2013 - opens...@cboltz.de
+
+- add apparmor-utils-po-de-r2091.diff: fix some (mis)translations
+
+---

New:

  apparmor-2.8.2-fix-ntpd-profile.diff
  apparmor-utils-po-de-r2091.diff



Other differences:
--
++ apparmor.spec ++
--- /var/tmp/diff_new_pack.3driUv/_old  2013-09-17 15:01:35.0 +0200
+++ /var/tmp/diff_new_pack.3driUv/_new  2013-09-17 15:01:35.0 +0200
@@ -97,6 +97,12 @@
 # make apparmor/__init__.py ready for the new tools developed in GSoC. 
Submitted upstream 2013-09-12
 Patch6: apparmor-init.py-gsoc.diff
 
+# fix some (mis)translations in utils/po/de.po (upstream trunk r2186, 2.8 
r2091)
+Patch7: apparmor-utils-po-de-r2091.diff
+
+# fix ntpd after configuration change (submitted upstream 2013-09-16)
+Patch8: apparmor-2.8.2-fix-ntpd-profile.diff
+
 # Add support for eDirectory calls in abstractions/nameservice. Not accepted 
upstream (yet) because of open questions
 Patch12:apparmor-2.5.1-edirectory-profile
 
@@ -467,6 +473,8 @@
 %patch4
 %patch5 -p1
 %patch6
+%patch7
+%patch8
 %patch12 -p1
 
 # only create Immunix::SubDomain perl module for openSUSE <= 12.1 

++ apparmor-2.8.2-fix-ntpd-profile.diff ++
Patch-Author: Stefan Seyfried 

After this change in ntp:

* Mo Aug 19 2013 crrodrig...@opensuse.org
- Build with -DOPENSSL_LOAD_CONF , ntp must respect and use
  the system's openssl configuration.

we need to read openssl.cnf or starting of ntpd will fail silently(!)



Patch v2 by Christian Boltz: use abstractions/openssl instead of
allowing /etc/ssl/openssl.cnf directly


=== modified file 'profiles/apparmor.d/usr.sbin.ntpd'
--- profiles/apparmor.d/usr.sbin.ntpd   2011-08-08 20:16:06 +
+++ profiles/apparmor.d/usr.sbin.ntpd   2013-09-16 20:28:39 +
@@ -14,6 +14,7 @@
 /usr/sbin/ntpd {
   #include 
   #include 
+  #include 
   #include 
 
   capability dac_override,



++ apparmor-utils-po-de-r2091.diff ++
=== modified file 'utils/po/de.po'
--- utils/po/de.po  2011-02-09 00:29:59 +
+++ utils/po/de.po  2013-09-13 19:12:39 +
@@ -1,19 +1,23 @@
 # Copyright (C) 2006 SuSE Linux Products GmbH, Nuernberg
+# Copyright (C) 2013 Christian Boltz
 # This file is distributed under the same license as the package.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: apparmor-utils\n"
 "Report-Msgid-Bugs-To: apparmor-gene...@forge.novell.com\n"
 "POT-Creation-Date: 2008-09-22 22:56-0700\n"
-"PO-Revision-Date: 2009-02-05 13:38\n"
-"Last-Translator: Novell Language \n"
+"PO-Revision-Date: 2013-09-13 21:05+0200\n"
+"Last-Translator: Christian Boltz \n"
 "Language-Team: Novell Language \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../genprof:69
+#, fuzzy
 msgid "Please enter the program to profile: "
 msgstr "Geben Sie das Programm für das Profil ein: "
 
@@ -52,12 +57,12 @@
 #: ../logprof:72
 #, perl-format
 msgid "usage: %s [ -d /path/to/profiles ] [ -f /path/to/logfile ] [ -m \"mark 
in log to start processing after\""
-msgstr "Syntax: %s [ -d /pfad/zu/profilen ] [ -f /pfad/zu/protokolldatei ] [ 
-m \"markierng im protokoll, nach der die verarbeitung gestartet werden soll\""
+msgstr "Syntax: %s [ -d /pfad/zu/profilen ] [ -f /pfad/zu/protokolldatei ] [ 
-m \"Markierng im Protokoll, nach der die Verarbeitung gestartet werden soll\""
 
 #: ../autodep:63
 #, perl-format
 msgid "Can't find AppArmor profiles in %s."
-msgstr "In %s wurden keine Unterdomänenprofile gefunden."
+msgstr "In %s wurden keine AppArmor-Profile gefunden."
 
 #: ../autodep:71
 msgid "Please enter the program to create a profile for: "
@@ -86,7 +91,7 @@
 #: ../audit:131
 #, perl-format
 msgid "usage: %s [ -d /path/to/profiles ] [ program to switch to audit mode ]"
-msgstr "Syntax: %s [ -d /pfad/zu/profilen ] [ programm, das in den prüfmodus 
versetzt werden soll ]"
+msgstr "Syntax: %s [ -d /pfad/zu/profilen ] [ Programm, das in den Prüfm

commit NetworkManager for openSUSE:12.3:Update

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for 
openSUSE:12.3:Update checked in at 2013-09-17 13:42:58

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


Package is "NetworkManager"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.RhGwLB/_old  2013-09-17 13:43:00.0 +0200
+++ /var/tmp/diff_new_pack.RhGwLB/_new  2013-09-17 13:43:00.0 +0200
@@ -1 +1 @@
-
+

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



commit transmageddon.1993 for openSUSE:12.3:Update

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package transmageddon.1993 for 
openSUSE:12.3:Update checked in at 2013-09-17 13:43:40

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


Package is "transmageddon.1993"

Changes:

New Changes file:

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ 
/work/SRC/openSUSE:12.3:Update/.transmageddon.1993.new/transmageddon.changes
2013-09-17 13:43:41.0 +0200
@@ -0,0 +1,107 @@
+---
+Thu Aug  8 09:26:42 UTC 2013 - dims...@opensuse.org
+
+- Add transmageddon-gtk3.patch: require GTK 3.0 from the python
+  code. We know we can't use GTK2, as introspection support is not
+  really given there (bnc#830725).
+
+---
+Thu Aug  8 08:05:57 UTC 2013 - dims...@opensuse.org
+
+- Add python3-gobject Requires: as transmageddon makes use of
+  gobject-introspection, we need to pull in the python gi loader.
+
+---
+Wed Oct 10 19:59:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.25:
+  + Fixed critical bug for remuxing.
+
+---
+Mon Oct  1 19:05:50 UTC 2012 - dims...@opensuse.org
+
+- Update to version 0.24:
+  + Switched to Python 3.
+  + Improved handling of missing codecs.
+- Changes from version 0.23:
+  + Switched to GTK3.
+  + Switched to GStreamer 1.0.
+  + Added notifications once file is finished.
+  + Re-enabled support for multipass encoding.
+- Add gobect-introspecton BuildRequires: needed so we can parse
+  the source code and produce typelib()-Requires.
+- Add python3 BuildRequires and Requires. Note: python
+  BuildRequires is still needed, as py-compile references python
+  (without suffix).
+- Drop python-gobject2, python-gtk, python-gstreamer-0_10 and
+  python-xml Requires: they are incorrect as transmageddon has been
+  ported to use the dynamic gi-bindins.
+- Move suse_update_desktop_file call to install, where it belongs.
+- Remove outdated openSUSE version conditions (<= 11.3).
+- Replace GStramer 0.10 Requires/Recommends with GStreamer 1.0:
+  + 0.10: gstreamer-0_10-plugins-base, gstreamer-0_10-plugins-bad,
+gstreamer-0_10-plugins-good
+  + 1.0: gstreamer-0_10-plugins-base, gstreamer-plugins-bad,
+gstreamer-plugins-bad.
+
+---
+Tue Jun  5 10:45:45 UTC 2012 - dims...@opensuse.org
+
+- Change python-gstreamer-0_10 Requires to 0.10.22 despite
+  configure.ac mentioning 0.10.23, as this version is not avaialble
+  and the only point where this requirement is versioned is in
+  transmageddon.spec.in.
+
+---
+Thu Mar 22 19:17:56 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.21:
+  + Fix MPEG4 profiles to work with new caps in GStreamer
+  + Move preset directory to be Transmageddon specific
+  + Stop using XDG python library and just use glib
+  + Fix bug with repeated remuxings of same file
+  + Updated translations.
+
+---
+Mon Feb 13 10:57:11 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---
+Mon Nov  7 00:08:43 UTC 2011 - dims...@opensuse.org
+
+- Update to version 0.20:
+  + Port to new plugins-base discoverer and encodebin
+  + Replace radiobutton lists with a combobox instead
+  + Add support for audio only transcoding
+  + Add support for outputting audio only from video+audio files
+  + Add deinterlacing
+  + Support container free audio formats such as FLAC, mp3 and AAC
+  + Add HTML5 and Nokia 900 profile
+  + Add support for video only transcoding
+  + Add support for mpeg1 video and mpeg2 audio
+
+---
+Mon Feb 14 19:49:24 CET 2011 - sbra...@suse.cz
+
+- Added support for translation-update-upstream.
+
+---
+Sat Feb 12 19:54:39 CET 2011 - vu...@opensuse.org
+
+- Call relevant macros in %post/%postun:
+  + %desktop_database_post/postun because the package ships at
+least one desktop file.
+- Pass %{?no_lang_C} to %find_lang so that english documentation
+  can be packaged with the program, and not in the lang subpackage.
+
+---
+Wed Nov 10 09:50:43 UTC 2010 - co...@novell.com
+
+- own gstreamer directories
+
+---
+Tue Aug 31 15:48:58 UTC 2010 - dims...@opensuse.org
+
+- Initial

commit flash-player for openSUSE:12.3:NonFree:Update

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.3:NonFree:Update checked in at 2013-09-17 11:22:55

Comparing /work/SRC/openSUSE:12.3:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:12.3:NonFree:Update/.flash-player.new (New)


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HTgGAD/_old  2013-09-17 11:22:56.0 +0200
+++ /var/tmp/diff_new_pack.HTgGAD/_new  2013-09-17 11:22:56.0 +0200
@@ -1 +1 @@
-
+

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



commit flash-player for openSUSE:12.2:NonFree:Update

2013-09-17 Thread h_root
Hello community,

here is the log from the commit of package flash-player for 
openSUSE:12.2:NonFree:Update checked in at 2013-09-17 11:22:50

Comparing /work/SRC/openSUSE:12.2:NonFree:Update/flash-player (Old)
 and  /work/SRC/openSUSE:12.2:NonFree:Update/.flash-player.new (New)


Package is "flash-player"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.iLNXpo/_old  2013-09-17 11:22:51.0 +0200
+++ /var/tmp/diff_new_pack.iLNXpo/_new  2013-09-17 11:22:51.0 +0200
@@ -1 +1 @@
-
+

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