commit codelite for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package codelite for openSUSE:Factory 
checked in at 2014-03-20 07:04:03

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


Package is codelite

Changes:

--- /work/SRC/openSUSE:Factory/codelite/codelite.changes2013-11-12 
15:48:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.codelite.new/codelite.changes   2014-03-20 
07:04:05.0 +0100
@@ -1,0 +2,25 @@
+Tue Mar 18 12:37:38 UTC 2014 - fi...@opensuse.org
+
+- Fix source tarball url.
+
+---
+Fri Jan 24 16:34:01 UTC 2014 - fi...@opensuse.org
+
+- Update to 5.4:
+  + New cmake plugin.
+  + New tweak plugin.
+  + Improved git plugin.
+  + codelite-terminal: new terminal emulator.
+  + Many enhancements and bug fixes.
+
+---
+Fri Jan 24 15:49:42 UTC 2014 - fi...@opensuse.org
+
+- Update to 5.3:
+  + Brand new SFTP plugin.
+  + codelite-make: a command-line tool to generate Makefiles from codelite's 
+project. 
+  + Improved git, database explorer, cscope and Wizard plugins.
+  + Bug fixes.
+
+---

Old:

  codelite-5.2-gtk.src.tar.gz

New:

  codelite-5.4-gtk.src.tar.gz



Other differences:
--
++ codelite.spec ++
--- /var/tmp/diff_new_pack.ipF5p7/_old  2014-03-20 07:04:07.0 +0100
+++ /var/tmp/diff_new_pack.ipF5p7/_new  2014-03-20 07:04:07.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package codelite
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012-2013 Mariusz Fik fi...@opensuse.org.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2014 Mariusz Fik fi...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 
 Name:   codelite
-Version:5.2
+Version:5.4
 Release:0
 Summary:Powerful open-source, cross platform code editor for the C/C++
 License:GPL-3.0+
 Group:  Development/Tools/IDE
 Url:http://codelite.org/
-Source0:
http://downloads.sourceforge.net/project/codelite/Releases/%{name}-%{version}/%{name}-%{version}-gtk.src.tar.gz
+Source0:
https://downloads.sourceforge.net/project/codelite/Mirrors/%{name}-%{version}-gtk.src.tar.gz
 Source1:%{name}.desktop
 # PATCH-FIX-OPENSUSE codelite-date-time-usage-fix.patch fi...@opensuse.org -- 
It removes usage of __DATE__ and __TIME__
 Patch0: %{name}-date-time-usage-fix.patch
@@ -39,11 +39,14 @@
 %endif
 BuildRequires:  libmysqlclient-devel
 BuildRequires:  llvm-clang-devel
-BuildRequires:  wxWidgets-devel = 2.9.4
+BuildRequires:  wxWidgets-devel = 3.0.0
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libssh)
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 Requires:   xterm
+Recommends: gcc
+Recommends: wxWidgets-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +58,8 @@
 %setup -q
 %patch0 -p0
 %patch1 -p0
+### FIXME: Bug reported, remove line belowe with next codelite version update.
+mv -v translations/cz translations/zh_CN
 
 %build
 mkdir build  cd build
@@ -125,6 +130,7 @@
 %{_datadir}/icons/hicolor/32x32/mimetypes/application-x-%{name}-project.png
 ### TODO Shoould we put it in separate -lang package?
 %{_datadir}/locale/cs/LC_MESSAGES/codelite.mo
+%{_datadir}/locale/zh_CN/LC_MESSAGES/codelite.mo
 
 %post
 update-mime-database %{_datadir}/mime  /dev/null || :

++ codelite-5.2-gtk.src.tar.gz - codelite-5.4-gtk.src.tar.gz ++
/work/SRC/openSUSE:Factory/codelite/codelite-5.2-gtk.src.tar.gz 
/work/SRC/openSUSE:Factory/.codelite.new/codelite-5.4-gtk.src.tar.gz differ: 
char 5, line 1

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



commit brltty for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2014-03-20 07:03:57

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


Package is brltty

Changes:

--- /work/SRC/openSUSE:Factory/brltty/brltty.changes2014-01-13 
10:52:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes   2014-03-20 
07:03:59.0 +0100
@@ -1,0 +2,18 @@
+Sat Mar  1 21:27:25 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 5.0
+  + Too many changes; please read ChangeLog :
+usr/share/doc/packages/brltty/ChangeLog
+- Define a sover and soname macro for further easy API number changes
+- Use download Url as source
+- Remove brltty-java-jni-dir.patch and brltty-cppflags.patch; no longer
+  needed
+- Add byacc and linux-glibc-devel requires; new upstream dependencies
+- Replace pyrex with python-Cython build require; upstream change
+- Create brlapi.key file; now needed to access to brlapi; fix rhbz#1010656
+- Create an associated user
+- Add shadow dependency; needed to create user
+- Adapt brltty-speechd.diff to upstream changes
+- Add systemd support to allow users to start brltty at startup
+
+---

Old:

  brltty-4.3.tar.gz
  brltty-cppflags.patch
  brltty-java-jni-dir.patch
  brltty-speechd.diff

New:

  brltty-5.0-speechd.diff
  brltty-5.0.tar.xz



Other differences:
--
++ brltty.spec ++
--- /var/tmp/diff_new_pack.AdGjBh/_old  2014-03-20 07:03:59.0 +0100
+++ /var/tmp/diff_new_pack.AdGjBh/_new  2014-03-20 07:03:59.0 +0100
@@ -18,7 +18,9 @@
 
 %{!?tcl_version: %global tcl_version %(echo 'puts $tcl_version' | tclsh)}
 %{!?tcl_sitearch: %global tcl_sitearch %{_libdir}/tcl/tcl%{tcl_version}}
-%define api_version 0.5.6
+%define api_version 0.6.1
+%define sover 0_6
+%define soname libbrlapi%{sover}
 %ifarch aarch64
 %bcond_with ocaml
 %else
@@ -26,7 +28,7 @@
 %endif
 
 Name:   brltty
-Version:4.3
+Version:5.0
 Release:0
 # FIXME libbraille driver when libbraille is in factory
 Summary:Braille display driver for Linux/Unix
@@ -34,43 +36,38 @@
 Group:  System/Daemons
 Url:http://mielke.cc/brltty/
 
-#SVN-Clone:svn://mielke.cc/main/brltty
-Source0:%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM brltty-cppflags.patch -- Taken from Fedora, to fix build 
of java bindings
-Patch0: brltty-cppflags.patch
+Source0:http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM brltty-python-prefix.patch vu...@opensuse.org -- 
Correctly install the python bindings
 Patch1: brltty-python-prefix.patch
-# PATCH-FIX-OPENSUSE brltty-java-jni-dir.patch vu...@opensuse.org -- Install 
java file in correct paths (openSUSE use %{_lib})
-Patch2: brltty-java-jni-dir.patch
-Patch3: brltty-speechd.diff
+Patch3: brltty-5.0-speechd.diff
 
-BuildRequires:  alsa-devel
 BuildRequires:  bison
-BuildRequires:  bluez-devel
-BuildRequires:  dbus-1-devel
+BuildRequires:  byacc
+BuildRequires:  libbraille-devel
+BuildRequires:  linux-glibc-devel
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(bluez)
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  espeak-devel
 BuildRequires:  fdupes
-%if 0%{?suse_version}  1130
 BuildRequires:  gpm-devel
-%else
-BuildRequires:  gpm
-%endif
+BuildRequires:  gettext
 BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
-BuildRequires:  libbraille-devel
-BuildRequires:  libicu-devel
-BuildRequires:  libspeechd-devel = 0.8
-BuildRequires:  libusb-1_0-devel
+BuildRequires:  pkgconfig(speech-dispatcher)
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  ncurses-devel
 %if %{with ocaml}
 BuildRequires:  ocaml
 %endif
-BuildRequires:  pyrex
+BuildRequires:  pkg-config
+BuildRequires:  python-Cython
 BuildRequires:  python-devel
-# BuildRequires:  subversion
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcl-devel
 BuildRequires:  xorg-x11-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%{?systemd_requires}
 
 %description
 BRLTTY is a background process (daemon) which provides access to the
@@ -96,7 +93,7 @@
 Summary:BrlAPI driver for BRLTTY
 Group:  System/Daemons
 Requires:   %{name} = %{version}
-Supplements:packageand(brltty:libbrlapi0_5)
+Supplements:packageand(brltty:%{soname})
 
 %description driver-brlapi
 BRLTTY is a background process (daemon) which provides access to the
@@ -179,17 +176,18 @@
 Summary:X BrlAPI helper
 Group:  System/Daemons
 Requires:   %{name} = %{version}
-Supplements:

commit ebtables for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package ebtables for openSUSE:Factory 
checked in at 2014-03-20 07:04:55

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


Package is ebtables

Changes:

--- /work/SRC/openSUSE:Factory/ebtables/ebtables.changes2012-12-19 
20:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.ebtables.new/ebtables.changes   2014-03-20 
07:04:56.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 28 08:42:42 UTC 2014 - vci...@suse.com
+
+- add missing BuildRequires: sed (bnc#865848)
+
+---



Other differences:
--
++ ebtables.spec ++
--- /var/tmp/diff_new_pack.Qu1aK6/_old  2014-03-20 07:04:56.0 +0100
+++ /var/tmp/diff_new_pack.Qu1aK6/_new  2014-03-20 07:04:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ebtables
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Patch0: %name-v2.0.8-makefile.diff
 Patch1: %name-v2.0.8-initscript.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  sed
 BuildRequires:  xz
 %if 0%{?suse_version} = 1140
 BuildRequires:  linux-glibc-devel = 2.6.20

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



commit ibus for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package ibus for openSUSE:Factory checked in 
at 2014-03-20 07:05:53

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


Package is ibus

Changes:

--- /work/SRC/openSUSE:Factory/ibus/ibus.changes2014-03-18 
14:14:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.ibus.new/ibus.changes   2014-03-20 
07:05:54.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar 17 15:37:25 UTC 2014 - ft...@geeko.jp
+
+- Update to 1.5.6
+  * Support python3 (not enabled for this package)
+  * Fix Property Panel is sometimes not shown when the focus is changed
+  * Let Property Panel not to follow cursor if it is always shown
+  * Fix a build error of Gdk.EventKey with vala 0.23.2
+  * Use XKB layout strings instead of the ibus-keyboard icon on the panel
+- Update reload-preload-engines-until-users-customize-the-list.patch
+- Update ibus-python-install-dir.patch
+  * modify Python 2 path in configure.ac instead of Makefile.am
+- Refresh add-libgnomekbd-and-load-preload-engines.patch 
+
+---

Old:

  ibus-1.5.5.tar.gz

New:

  ibus-1.5.6.tar.gz



Other differences:
--
++ ibus.spec ++
--- /var/tmp/diff_new_pack.dBlvpO/_old  2014-03-20 07:05:55.0 +0100
+++ /var/tmp/diff_new_pack.dBlvpO/_new  2014-03-20 07:05:55.0 +0100
@@ -19,22 +19,23 @@
 %define with_automatic_config 1
 
 Name:   ibus
-Version:1.5.5
+Version:1.5.6
 Release:0
 Url:http://code.google.com/p/ibus/
 Summary:Intelligent Input Bus for Linux OS
 License:LGPL-2.1+
 Group:  System/I18n/Chinese
 
-Source: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+Source: 
https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source2:ibus-README.suse  
 Source3:xim.ibus.suse.template
 Source4:xim.d-ibus-121
 Source5:kde.tar.gz
 Source6:kde-12.2.tar.gz
+# PATCH-FIX-OPENSUSE ibus-python-install-dir.patch ft...@geeko.jp
 Patch0: ibus-python-install-dir.patch
-# PATCH-FEATURE-UPSTREAM add-libgnomekbd-and-load-preload-engines.patch Issue 
1641 ft...@geeko.jp
 %if %{with_automatic_config}
+# PATCH-FEATURE-UPSTREAM add-libgnomekbd-and-load-preload-engines.patch Issue 
1641 ft...@geeko.jp
 Patch1: add-libgnomekbd-and-load-preload-engines.patch
 # PATCH-FEATURE-UPSTREAM 
reload-preload-engines-until-users-customize-the-list.patch Issue 1641 
ft...@geeko.jp
 Patch2: reload-preload-engines-until-users-customize-the-list.patch
@@ -73,7 +74,7 @@
 BuildRequires:  python = 2.5
 BuildRequires:  python-gobject2-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(vapigen) = 0.16
+BuildRequires:  pkgconfig(vapigen) = 0.18
 Requires:   dbus-1-python
 Requires:   dconf
 Requires:   iso-codes
@@ -87,7 +88,6 @@
 #Fix cursor following problem in KDE4 for libreoffice.
 Supplements:packageand(libreoffice:libreoffice-gnome)
 
-%define python_sitelib %(%{__python} -c from distutils.sysconfig import 
get_python_lib; print get_python_lib(1))
 %define gtk_binary_version %(pkg-config  --variable=gtk_binary_version 
gtk+-2.0)
 
 %description
@@ -342,7 +342,7 @@
 
 %files -n python-ibus
 %defattr(-,root,root,-)
-%{_libdir}/python2.7/site-packages/ibus
+%{python_sitearch}/ibus
 
 %files devel
 %defattr(-,root,root,-)

++ add-libgnomekbd-and-load-preload-engines.patch ++
--- /var/tmp/diff_new_pack.dBlvpO/_old  2014-03-20 07:05:55.0 +0100
+++ /var/tmp/diff_new_pack.dBlvpO/_new  2014-03-20 07:05:55.0 +0100
@@ -1,6 +1,6 @@
-From 8085ca38cb9c2ea370ebe64d80a4d7894a485960 Mon Sep 17 00:00:00 2001
+From 167a8f31107dc3a4c6e06a7cf3674372654db2a9 Mon Sep 17 00:00:00 2001
 From: fujiwarat takao.fujiwa...@gmail.com
-Date: Tue, 14 Jan 2014 15:27:50 +0900
+Date: Fri, 7 Mar 2014 16:41:37 +0900
 Subject: [PATCH] Add libgnomekbd and load preload engines.
 
 ---
@@ -130,7 +130,7 @@
  continue;
  g_variant_builder_add (
 diff --git a/configure.ac b/configure.ac
-index d71c415..779e29e 100644
+index 9a502ec..3ec629d 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -261,6 +261,45 @@ else
@@ -179,7 +179,7 @@
  # GObject introspection
  GOBJECT_INTROSPECTION_CHECK([0.6.8])
  
-@@ -619,6 +658,7 @@ Build options:
+@@ -640,6 +679,7 @@ Build options:
Panel icon$IBUS_ICON_KEYBOARD
Enable surrounding-text   $enable_surrounding_text
Enable libnotify  $enable_libnotify
@@ -188,7 +188,7 @@
  ])
  
 diff --git a/data/ibus.schemas.in b/data/ibus.schemas.in
-index d256cbb..8fd7e15 100644
+index 2f76ce3..caec315 100644
 

commit man-pages for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2014-03-20 07:06:57

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


Package is man-pages

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2014-03-18 
13:55:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2014-03-20 
07:06:59.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 19 06:23:20 UTC 2014 - pgaj...@suse.com
+
+- update to version 3.63:
+  * new and rewritten pages:
+- duplocale.3, newlocale.3, towlower.3, towupper.3, uselocale.3
+  * for more information, see Changes
+
+---

Old:

  man-pages-3.62.tar.xz

New:

  man-pages-3.63.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.d7QzBz/_old  2014-03-20 07:07:00.0 +0100
+++ /var/tmp/diff_new_pack.d7QzBz/_new  2014-03-20 07:07:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:3.62
+Version:3.63
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT

++ man-pages-3.62.tar.xz - man-pages-3.63.tar.xz ++
 15717 lines of diff (skipped)

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



commit lsvpd for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package lsvpd for openSUSE:Factory checked 
in at 2014-03-20 07:06:41

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


Package is lsvpd

Changes:

--- /work/SRC/openSUSE:Factory/lsvpd/lsvpd.changes  2014-02-02 
07:36:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.lsvpd.new/lsvpd.changes 2014-03-20 
07:06:42.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 17 15:25:18 UTC 2014 - jloe...@suse.com
+
+- version update to 1.7.4 (BNC#868688)
+  - see changelog for changes
+  - fix version number typo in changelog (in tarball)
+  - added new patch: lsvpd.no-return-in-nonvoid-function.patch
+final 'else' part is missing, 'return 0;' should do the trick 
+
+---

Old:

  lsvpd-1.7.3.tar.gz

New:

  lsvpd-1.7.4.tar.gz
  lsvpd.no-return-in-nonvoid-function.patch



Other differences:
--
++ lsvpd.spec ++
--- /var/tmp/diff_new_pack.eRWm7N/_old  2014-03-20 07:06:43.0 +0100
+++ /var/tmp/diff_new_pack.eRWm7N/_new  2014-03-20 07:06:43.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   lsvpd
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:VPD Hardware Inventory Utilities for Linux
 License:GPL-2.0+
@@ -34,6 +34,7 @@
 Requires:   /bin/sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ppc ppc64 ppc64le
+Patch0: lsvpd.no-return-in-nonvoid-function.patch 
 
 %description
 The lsvpd package contains both the lsvpd, lscfg and lsmcode commands.
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CFLAGS=%{optflags} -UPCI_IDS -DPCI_IDS='\/usr/share/pci.ids\' 
-UUSB_IDS -DUSB_IDS='\/usr/share/usb.ids\'

++ lsvpd-1.7.3.tar.gz - lsvpd-1.7.4.tar.gz ++
 2434 lines of diff (skipped)

++ lsvpd.no-return-in-nonvoid-function.patch ++
Index: lsvpd-1.7.4/src/internal/sys_interface/devicetreecollector.cpp
===
--- lsvpd-1.7.4.orig/src/internal/sys_interface/devicetreecollector.cpp
+++ lsvpd-1.7.4/src/internal/sys_interface/devicetreecollector.cpp
@@ -395,6 +395,8 @@ error:
return parseRtasVPDHeader(buf, fruName, recordStart);
else if (isPlatformOPAL())
return parseOpalVPDHeader(buf, fruName, recordStart);
+else
+  return 0;
}
 
/**
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mlocate for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package mlocate for openSUSE:Factory checked 
in at 2014-03-20 07:29:57

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


Package is mlocate

Changes:

--- /work/SRC/openSUSE:Factory/mlocate/mlocate.changes  2014-03-18 
14:15:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlocate.new/mlocate.changes 2014-03-20 
07:29:58.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 19 09:09:44 UTC 2014 - tchva...@suse.com
+
+- Also respect the UPDATEDB_ when not running as root in the
+  cron job.
+
+---



Other differences:
--
++ mlocate.cron ++
--- /var/tmp/diff_new_pack.gXI1Ac/_old  2014-03-20 07:29:59.0 +0100
+++ /var/tmp/diff_new_pack.gXI1Ac/_new  2014-03-20 07:29:59.0 +0100
@@ -26,24 +26,24 @@
 
# Compat code for including variables from findutils-locate
# where the values were store in /etc/sysconfig/locate
-   if [ -n ${UPDATEDB_PRUNEFS} ] ; then
-   UPDATEDB_PRUNEFS=--add-prunefs ${UPDATEDB_PRUNEFS}
+   if [ -n ${UPDATEDB_PRUNEFS} ] ; then
+   UPDATEDB_PRUNEFS=--add-prunefs=\${UPDATEDB_PRUNEFS}\
fi
-   if [ -n ${UPDATEDB_PRUNEPATHS} ] ; then
-   UPDATEDB_PRUNEPATHS=--add-prunepaths ${UPDATEDB_PRUNEPATHS}
+   if [ -n ${UPDATEDB_PRUNEPATHS} ] ; then
+   
UPDATEDB_PRUNEPATHS=--add-prunepaths=\${UPDATEDB_PRUNEPATHS}\
fi
 fi
 
 
 # check if user said he want the db generated
-if [ -z $RUN_UPDATEDB ] || [ $RUN_UPDATEDB != yes ] ; then
+if [ -z ${RUN_UPDATEDB} ] || [ ${RUN_UPDATEDB} != yes ] ; then
exit 0
 fi
 
 # check the config file
 NODEVS=
 if [ ! -f /etc/updatedb.conf ]; then
-   NODEVS=$( /proc/filesystems awk '$1 == nodev  $2 != rootfs { 
print $2 }')
+   NODEVS=-f $( /proc/filesystems awk '$1 == nodev  $2 != rootfs { 
print $2 }')
 fi
 
 # alter the priority of the updatedb process
@@ -60,10 +60,10 @@
# change the perms to the var directory to our desired user
chown -R ${RUN_UPDATEDB_AS}:root /var/lib/mlocate
# change the user and run the updatedb under it
-   /usr/bin/su ${RUN_UPDATEDB_AS} -c /usr/bin/updatedb -- -f 
${NODEVS}
+   /usr/bin/su ${RUN_UPDATEDB_AS} -c /usr/bin/updatedb 
${NODEVS} ${UPDATEDB_PRUNEFS} ${UPDATEDB_PRUNEPATHS}
else
# just run it as root
-   /usr/bin/updatedb -f ${NODEVS} ${UPDATEDB_PRUNEFS} 
${UPDATEDB_PRUNEPATHS}
+   /usr/bin/updatedb ${NODEVS} ${UPDATEDB_PRUNEFS} 
${UPDATEDB_PRUNEPATHS}
fi
 else
echo 2 Warning: \/usr/bin/updatedb\ is not executable, unable to 
run updatedb.

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



commit nsca for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package nsca for openSUSE:Factory checked in 
at 2014-03-20 07:31:44

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


Package is nsca

Changes:

--- /work/SRC/openSUSE:Factory/nsca/nsca.changes2013-02-15 
18:48:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.nsca.new/nsca.changes   2014-03-20 
07:31:45.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 18 15:14:24 UTC 2014 - l...@linux-schulserver.de
+
+- add apparmor profile in /etc/apparmor.d/usr.bin.nsca
+- do not self obsolete nagios-nsca* itself, use lower version 
+
+---

New:

  usr.bin.nsca



Other differences:
--
++ nsca.spec ++
--- /var/tmp/diff_new_pack.qAuHNh/_old  2014-03-20 07:31:46.0 +0100
+++ /var/tmp/diff_new_pack.qAuHNh/_new  2014-03-20 07:31:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nsca
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Source3:nsca-SuSEfirewall2
 Source4:send_nsca.1
 Source5:nsca.1
+Source6:usr.bin.nsca
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
 Patch1: nsca.abuild.patch
 # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches
@@ -38,9 +39,10 @@
 BuildRequires:  libmcrypt-devel
 BuildRequires:  nagios-rpm-macros
 BuildRequires:  tcpd-devel
+Recommends: apparmor-parser
 Recommends: monitoring_daemon
 Provides:   nagios-nsca = %{version}
-Obsoletes:  nagios-nsca  2.9.2
+Obsoletes:  nagios-nsca  2.9.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -53,7 +55,7 @@
 Summary:The Nagios Service Check Acceptor Client
 Group:  System/Monitoring
 Provides:   nagios-nsca-client = %{version}
-Obsoletes:  nagios-nsca-client  2.9.2
+Obsoletes:  nagios-nsca-client  2.9.0
 
 %description client
 The purpose of this add-on is to allow the execution of NetSaint and
@@ -100,6 +102,8 @@
 # install man pages
 install -Dm644 %{SOURCE4} %{buildroot}%{_mandir}/man1/send_nsca.1
 install -m644  %{SOURCE5} %{buildroot}%{_mandir}/man1/nsca.1
+# install apparmor profile
+install -Dm644 %{SOURCE6} %{buildroot}%{_sysconfdir}/apparmor.d/usr.bin.nsca
 
 %preun
 %stop_on_removal nsca
@@ -160,9 +164,11 @@
 
 %files
 %defattr(-,root,root)
+%dir %{_sysconfdir}/apparmor.d
 %{_bindir}/nsca
 %{_sysconfdir}/init.d/nsca
 %{_sbindir}/rcnsca
+%config(noreplace) %{_sysconfdir}/apparmor.d/usr.bin.nsca
 %config(noreplace) %{_sysconfdir}/nsca.cfg
 %config(noreplace) %{_sysconfdir}/xinetd.d/nsca
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}

++ usr.bin.nsca ++
# Last Modified: Tue Mar 18 11:12:55 2014
#include tunables/global

/usr/bin/nsca {
  #include abstractions/base
  #include abstractions/nameservice

  capability chown,
  capability dac_override,
  capability setgid,
  capability setuid,

  /etc/hosts.allow r,
  /etc/hosts.deny r,
  /etc/nsca.cfg r,
  /etc/nagios/nsca.cfg r,

  /var/run/icinga/icinga.cmd w,
  /var/run/nagios/nagios.cmd w,
  /var/run/nsca.pid w,

  /var/spool/icinga/** w,
  /var/spool/nagios/** w,
}
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-keyring for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package python-keyring for openSUSE:Factory 
checked in at 2014-03-20 07:32:44

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


Package is python-keyring

Changes:

--- /work/SRC/openSUSE:Factory/python-keyring/python-keyring.changes
2013-12-09 17:00:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-keyring.new/python-keyring.changes   
2014-03-20 07:32:45.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 17 10:12:00 UTC 2014 - speili...@suse.com
+
+- Update to version 3.6:
+  * Add support for packages that wish to bundle keyring by using relative
+imports throughout.
+- Changes from version 3.5:
+  * Issue #49: Give the backend priorities a 1.5 multiplier bump when an
+XDG_CURRENT_DESKTOP environment variable matches the keyring's target
+environment.
+  * Issue #99: Clarified documentation on location of config and data files.
+Prepared the code base to treat the two differently on Unix-based systems.
+For now, the behavior is unchanged.
+- Changes from version 3.4:
+  * Extracted FileBacked and Encrypted base classes.
+  * Add a pyinstaller hook to expose backend modules. Ref #124
+  * Pull request #41: Use errno module instead of hardcoding error codes.
+  * SecretService backend: correctly handle cases when user dismissed
+the collection creation or unlock prompt.
+
+---

Old:

  keyring-3.3.zip

New:

  keyring-3.6.zip



Other differences:
--
++ python-keyring.spec ++
--- /var/tmp/diff_new_pack.E5zOw0/_old  2014-03-20 07:32:45.0 +0100
+++ /var/tmp/diff_new_pack.E5zOw0/_new  2014-03-20 07:32:45.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-keyring
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-keyring
-Version:3.3
+Version:3.6
 Release:0
 Url:http://bitbucket.org/kang/python-keyring-lib
 Summary:Store and access your passwords safely
 License:Python-2.0
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip
+Source: 
https://pypi.python.org/packages/source/k/keyring/keyring-%{version}.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  unzip

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



commit pcb for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package pcb for openSUSE:Factory checked in 
at 2014-03-20 07:32:30

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


Package is pcb

Changes:

--- /work/SRC/openSUSE:Factory/pcb/pcb.changes  2013-03-21 22:10:55.0 
+0100
+++ /work/SRC/openSUSE:Factory/.pcb.new/pcb.changes 2014-03-20 
07:32:33.0 +0100
@@ -1,0 +2,38 @@
+Tue Mar 18 22:02:26 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 20140316
+  Featires:
+  * GTK gui uses GL now, including a pseudo-3D mode.
+  * Brazilian translation added, others updated.
+  * Many internationalization tweaks.
+  * Mice with right-left scroll wheels now supported.
+  * Major upgrades to the GCode exporter.
+  * rat-thickness parameter can take a 'px' suffix.
+  * metric and imperial grids are now more independent.
+  * photo exporter supports multiple color schemes.
+  * gerbers can be output in metric.
+  * There's now a difference between found (what the netlist wants)
+and connected (what the copper says).
+  * PNG exporter has --fill-holes to omit the drill helper completely.
+  * gerber drill files now 0.1mil resolution.
+  * XY file is now IPC 7531 compliant.
+  Bug Fixes:
+  * Fix pan locking up pcb if you leave the window.
+  * Many bugfixes related to the metric conversion, including the
+two autorouters.
+  * ps alignment marks fixed.
+  * route styles in *.pcb files may contain units.
+  * able to select more parts by their mark when their mark is on-grid.
+  * gtk route selector may now have nothing selected, if the board
+has custom route settings.
+  * drc no longer hangs when some layers are skipped.
+  * ps_bloat works again.
+  * EPS header is more standards-compliant.
+  * PS outlines are only drawn on copper layers, not mask layers.
+  * cursor position and zoom are no longer written to the *.pcb file.
+  * lines with different clearances aren't auto-merged.
+  * pin names are drawn in the pinout window.
+  * gerber aperture numbers won't increase between runs.
+  * misc doc tweaks and fixes.
+
+---

Old:

  pcb-20110918.tar.gz

New:

  pcb-20140316.tar.gz



Other differences:
--
++ pcb.spec ++
--- /var/tmp/diff_new_pack.5sGPIO/_old  2014-03-20 07:32:34.0 +0100
+++ /var/tmp/diff_new_pack.5sGPIO/_new  2014-03-20 07:32:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcb
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,11 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   pcb
-Version:20110918
+Version:20140316
 Release:0
-License:GPL-2.0
 Summary:CAD Program for the Design of Printed Circuit Boards
+License:GPL-2.0
 Group:  Productivity/Scientific/Electronics
 
 Url:http://pcb.geda-project.org/
@@ -27,6 +28,7 @@
 # PATCH-FIX-OPENSUSE grenum-no-build-time.patch -- fix W: 
file-contains-date-and-time
 Patch0: pcb-no-build-time.patch
 
+BuildRequires:  ImageMagick
 BuildRequires:  Mesa-devel
 BuildRequires:  bison
 BuildRequires:  dbus-1-devel
@@ -38,7 +40,6 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  gtkglext-devel
 BuildRequires:  intltool
-BuildRequires:  ImageMagick
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  perl-XML-Parser
@@ -83,7 +84,10 @@
 --disable-rpath \
 --enable-dbus \
 --disable-update-desktop-database \
---disable-update-mime-database
+--disable-update-mime-database \
+--enable-gl \
+--enable-toporouter \
+--enable-toporouter-output
 
 make %{?_smp_mflags}
 
@@ -103,7 +107,7 @@
 rm -f %{buildroot}%{_datadir}/%{name}/tools/pcb2ncap.tgz
 
 # fix W: non-executable-script
-chmod 755 %{buildroot}%{_datadir}/%{name}/tools/{Merge*,PCB2HPGL,tgo2pcb.tcl}
+chmod 755 
%{buildroot}%{_datadir}/%{name}/tools/{Merge*,PCB2HPGL,pcbdiff,tgo2pcb.tcl}
 
 # remove static library, header and source file
 rm -f %{buildroot}%{_libdir}/libgts.a \
@@ -142,6 +146,8 @@
 %dir %{_datadir}/mimelnk/
 %dir %{_datadir}/mimelnk/application
 %{_datadir}/mimelnk/application/x-*.desktop
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/pcb.appdata.xml
 
 %files doc
 %defattr(-,root,root)

++ pcb-20110918.tar.gz - pcb-20140316.tar.gz ++
 97066 lines of diff (skipped)

++ 

commit MozillaThunderbird for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2014-03-20 07:33:17

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


Package is MozillaThunderbird

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2014-02-05 16:23:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2014-03-20 07:33:18.0 +0100
@@ -1,0 +2,23 @@
+Tue Mar 18 21:45:43 UTC 2014 - w...@rosenauer.org
+
+- update to Thunderbird 24.4.0 (bnc#868603)
+  * MFSA 2014-15/CVE-2014-1493/CVE-2014-1494
+Miscellaneous memory safety hazards
+  * MFSA 2014-17/CVE-2014-1497 (bmo#966311)
+Out of bounds read during WAV file decoding
+  * MFSA 2014-26/CVE-2014-1508 (bmo#963198)
+Information disclosure through polygon rendering in MathML
+  * MFSA 2014-27/CVE-2014-1509 (bmo#966021)
+Memory corruption in Cairo during PDF font rendering
+  * MFSA 2014-28/CVE-2014-1505 (bmo#941887)
+SVG filters information disclosure through feDisplacementMap
+  * MFSA 2014-29/CVE-2014-1510/CVE-2014-1511 (bmo#982906, bmo#982909)
+Privilege escalation using WebIDL-implemented APIs
+  * MFSA 2014-30/CVE-2014-1512 (bmo#982957)
+Use-after-free in TypeObject
+  * MFSA 2014-31/CVE-2014-1513 (bmo#982974)
+Out-of-bounds read/write through neutering ArrayBuffer objects
+  * MFSA 2014-32/CVE-2014-1514 (bmo#983344)
+Out-of-bounds write through TypedArrayObject after neutering
+
+---

Old:

  l10n-24.3.0.tar.bz2
  thunderbird-24.3.0-source.tar.bz2

New:

  l10n-24.4.0.tar.bz2
  thunderbird-24.4.0-source.tar.bz2



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.5HCqaB/_old  2014-03-20 07:33:26.0 +0100
+++ /var/tmp/diff_new_pack.5HCqaB/_new  2014-03-20 07:33:26.0 +0100
@@ -17,7 +17,7 @@
 #
 
 
-%define mainversion 24.3.0
+%define mainversion 24.4.0
 %define update_channel release
 %define gstreamer_ver 0.10
 %define with_kde 1
@@ -50,7 +50,7 @@
 %endif
 Version:%{mainversion}
 Release:0
-%define releasedate 2014013100
+%define releasedate 2014031500
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.bz2 ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.5HCqaB/_old  2014-03-20 07:33:26.0 +0100
+++ /var/tmp/diff_new_pack.5HCqaB/_new  2014-03-20 07:33:26.0 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL=esr24
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_24_3_0_RELEASE
-VERSION=24.3.0
+RELEASE_TAG=THUNDERBIRD_24_4_0_RELEASE
+VERSION=24.4.0
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-24.3.0.tar.bz2 - l10n-24.4.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-24.3.0.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-24.4.0.tar.bz2 differ: 
char 11, line 1

++ thunderbird-24.3.0-source.tar.bz2 - thunderbird-24.4.0-source.tar.bz2 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-24.3.0-source.tar.bz2 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-24.4.0-source.tar.bz2
 differ: char 11, line 1

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



commit samba-doc.2643 for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package samba-doc.2643 for 
openSUSE:12.3:Update checked in at 2014-03-20 07:34:46

Comparing /work/SRC/openSUSE:12.3:Update/samba-doc.2643 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.samba-doc.2643.new (New)


Package is samba-doc.2643

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit samba.2642 for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package samba.2642 for openSUSE:13.1:Update 
checked in at 2014-03-20 07:34:30

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


Package is samba.2642

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:13.1:Update/.samba.2642.new/samba.changes
2014-03-20 07:34:32.0 +0100
@@ -0,0 +1,9268 @@
+---
+Wed Mar 12 13:57:29 UTC 2014 - lmue...@suse.com
+
+- Depend only on %version with all manual Provides and Requires; (bnc#844307).
+
+---
+Tue Mar 11 18:07:47 UTC 2014 - lmue...@suse.com
+
+- Update to 4.1.6.
+  + Password lockout not enforced for SAMR password changes; CVE-2013-4496;
+(bnc#849224).
+  + smbcacls can remove a file or directory ACL by mistake; CVE-2013-6442;
+(bnc#855866).
+
+---
+Tue Mar 11 13:10:59 UTC 2014 - lmue...@suse.com
+
+- Password lockout not enforced for SAMR password changes;
+  CVE-2013-4496; (bnc#849224).
+
+---
+Tue Mar 11 10:21:46 UTC 2014 - lmue...@suse.com
+
+- Call update-apparmor-samba-profile via ExecStartPre too; (bnc#867665).
+
+---
+Mon Mar 10 16:00:03 UTC 2014 - nopo...@suse.com
+
+- samba4 smbcalcs --chown | --chgrp dacl regression; CVE-2013-6442;
+  (bnc#855866).
+
+---
+Tue Mar  4 17:20:33 UTC 2014 - dd...@suse.com
+
+- Retry named pipe open requests on STATUS_PIPE_NOT_AVAILABLE; (bso#10484);
+  (bnc#865095).
+
+---
+Thu Feb 27 15:19:56 UTC 2014 - dd...@suse.com
+
+- Propagate snapshot enumeration permissions errors to SMB clients;
+  (bnc#865641).
+
+---
+Wed Feb 26 12:48:58 CET 2014 - nopo...@suse.de
+
+- Properly handle empty 'requires_membership_of' entries in
+  /etc/security/pam_winbind.conf; (bnc#865771).
+
+---
+Tue Feb 25 13:12:25 UTC 2014 - dd...@suse.com
+
+- Fix problem with server taking too long to respond to a
+  MSG_PRINTER_DRVUPGRADE message; (bso#9942); (bnc#863748).
+- Fix memory leak in printer_list_get_printer(); (bso#9993); (bnc#865561).
+
+---
+Mon Feb 24 18:44:59 UTC 2014 - dd...@suse.com
+
+- Fix stream_depot VFS module on Btrfs; (bso#10467); (bnc#865397).
+
+---
+Fri Feb 21 17:57:57 UTC 2014 - dd...@suse.com
+
+- Use libarchive to provide improved smbclient tarmode functionality;
+  (bso#9667); (bnc#861135).
+
+---
+Fri Feb 21 16:02:12 UTC 2014 - lmue...@suse.com
+
+- Depend on %version-%release with all manual Provides and Requires;
+  (bnc#844307).
+
+---
+Fri Feb 21 13:16:01 UTC 2014 - lmue...@suse.com
+
+- Update to 4.1.5.
+  + Fix 100% CPU utilization in winbindd when trying to free memory in
+winbindd_reinit_after_fork; (bso#10358); (bnc#786677).
+  + smbd: Fix memory overwrites; (bso#10415).
+
+  + s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done();
+(bso#2191).
+  + ntlm_auth sometimes returns the wrong username to mod_ntlm_auth_winbind;
+(bso#10087).
+  + s3: smbpasswd: Fix crashes on invalid input; (bso#10320).
+  + s3: vfs_dirsort module: Allow dirsort to work when multiple simultaneous
+directories are open; (bso#10406).
+  + Add support for Heimdal's unified krb5 and hdb plugin system, cope with
+first element in hdb_method having a different name in different heimdal
+versions and fix INTERNAL ERROR: Signal 11 in the kdc pid; (bso#10418).
+  + vfs_btrfs: Fix incorrect zero length server-side copy request handling;
+(bso#10424).
+  + s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we
+can't cope with a symlink when lp_posix_pathnames() is true; (bso#10429).
+  + smbd: Fix an ancient oplock bug; (bso#10436).
+  + Fix crash bug in smb2_notify code; (bso#10442).
+
+---
+Tue Feb 18 13:04:37 UTC 2014 - lmue...@suse.com
+
+- Remove superfluous obsoletes *-64bit in the ifarch ppc64 case; (bnc#437293).
+
+---
+Fri Feb 14 00:31:35 UTC 2014 - dd...@suse.com
+
+- Migrate @GMT token 

commit patchinfo.2643 for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2643 for 
openSUSE:12.3:Update checked in at 2014-03-20 07:34:54

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


Package is patchinfo.2643

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=755663 tracker=bncwinbind fails initially/issue
  issue id=854520 tracker=bncupstream fixes tracker bug for Dec 2013 
update/issue
  issue id=853021 tracker=bnclibsmbclient0 package description contains 
comments/issue
  issue id=844720 tracker=bncVUL-0: CVE-2013-4408: samba: DCERPC frag_len 
not checked/issue
  issue id=786677 tracker=bncwinbindd 100% CPU/issue
  issue id=853347 tracker=bncVUL-0: CVE-2012-6150: samba: winbind pam 
security problem/issue
  issue id=865561 tracker=bncmemory leak in 
printer_list_get_printer()/issue
  issue id=863748 tracker=bncunable to export printer when server is 
under heavy load/issue
  issue id=437293 tracker=bncobsolete -XXbit packages during system 
upgrade/issue
  issue id=741623 tracker=bncSamba fileshare not working with server 
signing =auto/issue
  issue id=849224 tracker=bncVUL-0: CVE-2013-4496: samba: Password 
lockout not enforced for SAMR password changes/issue
  issue id=844307 tracker=bnczypper up does not pull needed 
updates/issue
  issue id=CVE-2013-4496 tracker=cve /
  issue id=CVE-2012-6150 tracker=cve /
  issue id=CVE-2013-4408 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerlmuelle/packager
  description
Samba was updated to fix security issues and bugs:

Security issues fixed:
- Password lockout was not enforced for SAMR password changes, this allowed 
brute force attacks on passwords.
  CVE-2013-4496; (bnc#849224).

- The DCE-RPC fragment length field is incorrectly checked, which could expose 
samba clients to
  buffer overflow exploits caused by malicious servers; CVE-2013-4408; 
(bnc#844720).

- The pam_winbind login without require_membership_of restrictions could allow 
fallbacks to local
  users even if they were not intended to be allowed; CVE-2012-6150; 
(bnc#853347).

Also non security bugs were fixed:
- Fix problem with server taking too long to respond to a
  MSG_PRINTER_DRVUPGRADE message; (bso#9942); (bnc#863748).

- Fix memory leak in printer_list_get_printer(); (bso#9993); (bnc#865561).

- Depend on %version-%release with all manual Provides and Requires;
  (bnc#844307).

- Remove superfluous obsoletes *-64bit in the ifarch ppc64 case; (bnc#437293).

- Fix Winbind 100% CPU utilization caused by domain list corruption;
  (bso#10358); (bnc#786677).

- Samba is chatty about being unable to open a printer; (bso#10118).
- nsswitch: Fix short writes in winbind_write_sock; (bso#10195).
- xattr: fix listing EAs on *BSD for non-root users; (bso#10247).
- spoolss: accept XPS_PASS datatype used by Windows 8; (bso#10267).
- The preceding bugs are tracked by (bnc#854520) too.


- Make use of the full gpg pub key file name including the key ID.

- Remove bogus libsmbclient0 package description and cleanup the libsmbclient
  line from baselibs.conf; (bnc#853021).

- Allow smbcacls to take a '--propagate-inheritance' flag to indicate that
  the add, delete, modify and set operations now support automatic
  propagation of inheritable ACE(s); (FATE#316474).

- Attempt to use samlogon validation level 6; (bso#7945); (bnc#741623).

- Recover from ncacn_ip_tcp ACCESS_DENIED/SEC_PKG_ERROR lsa errors;
  (bso#7944); (bnc#755663).
- Fix lsa_LookupSids3 and lsa_LookupNames4 arguments.


- Use simplified smb signing infrastructure; (bnc#741623)./description
  summarysamba: security and bugfix update/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit samba for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:12.3:Update 
checked in at 2014-03-20 07:34:50

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


Package is samba

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.eLrgQs/_old  2014-03-20 07:34:50.0 +0100
+++ /var/tmp/diff_new_pack.eLrgQs/_new  2014-03-20 07:34:50.0 +0100
@@ -1 +1 @@
-link package='samba.2227' cicount='copy' /
+link package='samba.2643' cicount='copy' /

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



commit samba-doc for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package samba-doc for openSUSE:12.3:Update 
checked in at 2014-03-20 07:34:47

Comparing /work/SRC/openSUSE:12.3:Update/samba-doc (Old)
 and  /work/SRC/openSUSE:12.3:Update/.samba-doc.new (New)


Package is samba-doc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TptIFp/_old  2014-03-20 07:34:49.0 +0100
+++ /var/tmp/diff_new_pack.TptIFp/_new  2014-03-20 07:34:49.0 +0100
@@ -1 +1 @@
-link package='samba-doc.2227' cicount='copy' /
+link package='samba-doc.2643' cicount='copy' /

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



commit samba for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:13.1:Update 
checked in at 2014-03-20 07:34:42

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


Package is samba

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TWd9D6/_old  2014-03-20 07:34:43.0 +0100
+++ /var/tmp/diff_new_pack.TWd9D6/_new  2014-03-20 07:34:43.0 +0100
@@ -1 +1 @@
-link package='samba.2357' cicount='copy' /
+link package='samba.2642' cicount='copy' /

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



commit patchinfo.2642 for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2642 for 
openSUSE:13.1:Update checked in at 2014-03-20 07:34:43

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


Package is patchinfo.2642

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=726937 tracker=bncSLES 11 SP 1 winbind not printing revision 
number in log/issue
  issue id=860832 tracker=bncvfs_btrfs fails to build/issue
  issue id=861135 tracker=bncsmbclient tarmode can't handle modern 
archives/issue
  issue id=857454 tracker=bncmissing /etc/sysconfig/samba/issue
  issue id=844307 tracker=bnczypper up does not pull needed 
updates/issue
  issue id=846586 tracker=bncsmbd nt_printing_init error on starting 
smb/issue
  issue id=855866 tracker=bncVUL-0: CVE-2013-6442: samba: samba4 smbcalcs 
--chown | --chgrp dacl regression/issue
  issue id=849224 tracker=bncVUL-0: CVE-2013-4496: samba: Password 
lockout not enforced for SAMR password changes/issue
  issue id=865641 tracker=bncsnapshot enumeration error codes should be 
propagated to SMB clients/issue
  issue id=862370 tracker=bncdouble-free in SMB2 ioctl code-path/issue
  issue id=860648 tracker=bncSamba FSRVP Server fails selftest/issue
  issue id=865771 tracker=bncempty values for require_membership_of make 
ssh domain\\user fail/issue
  issue id=862558 tracker=bncvfs_btrfs should check for zero-length 
server-side copy requests/issue
  issue id=863748 tracker=bncunable to export printer when server is 
under heavy load/issue
  issue id=860809 tracker=bncsmbtorture test srv_mgmt.inq_princ_name 
segfaults/issue
  issue id=867665 tracker=bncupdate-apparmor-samba-profile not called at 
samba startup/issue
  issue id=856759 tracker=bncsamba 4.1.3: /usr/sbin/rcsmb and 
/usr/sbin/rcnmb are nonworking links./issue
  issue id=865561 tracker=bncmemory leak in 
printer_list_get_printer()/issue
  issue id=437293 tracker=bncobsolete -XXbit packages during system 
upgrade/issue
  issue id=786677 tracker=bncwinbindd 100% CPU/issue
  issue id=865397 tracker=bncsamba.vfstest.stream_depot test fails 
against Btrfs/issue
  issue id=865095 tracker=bncWindows Server returns 
STATUS_PIPE_NOT_AVAILABLE for an initial FSRVP client request/issue
  issue id=863079 tracker=bncSamba's snapper VFS module requires extra 
configuration to expose previous file versions/issue
  issue id=CVE-2013-4496 tracker=cve /
  issue id=CVE-2013-6442 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagerlmuelle/packager
  description
Samba was updated to 4.1.6, fixing bugs and security issues:


- Password lockout not enforced for SAMR password changes, this allowed brute 
forcing of passwords; CVE-2013-4496; (bnc#849224).

- smbcacls can remove a file or directory ACL by mistake; CVE-2013-6442; 
(bnc#855866).

Also the following bugs were fixed:
- Call update-apparmor-samba-profile via ExecStartPre too; (bnc#867665).

- Retry named pipe open requests on STATUS_PIPE_NOT_AVAILABLE; (bso#10484);
  (bnc#865095).

- Propagate snapshot enumeration permissions errors to SMB clients;
  (bnc#865641).

- Properly handle empty 'requires_membership_of' entries in
  /etc/security/pam_winbind.conf; (bnc#865771).

- Fix problem with server taking too long to respond to a
  MSG_PRINTER_DRVUPGRADE message; (bso#9942); (bnc#863748).
- Fix memory leak in printer_list_get_printer(); (bso#9993); (bnc#865561).

- Fix stream_depot VFS module on Btrfs; (bso#10467); (bnc#865397).

- Use libarchive to provide improved smbclient tarmode functionality;
  (bso#9667); (bnc#861135).

- Depend on %version-%release with all manual Provides and Requires;
  (bnc#844307).

- Update to 4.1.5.
  + Fix 100% CPU utilization in winbindd when trying to free memory in
winbindd_reinit_after_fork; (bso#10358); (bnc#786677).
  + smbd: Fix memory overwrites; (bso#10415).
  + s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done();
(bso#2191).
  + ntlm_auth sometimes returns the wrong username to mod_ntlm_auth_winbind;
(bso#10087).
  + s3: smbpasswd: Fix crashes on invalid input; (bso#10320).
  + s3: vfs_dirsort module: Allow dirsort to work when multiple simultaneous
directories are open; (bso#10406).
  + Add support for Heimdal's unified krb5 and hdb plugin system, cope with
first element in hdb_method having a different name in different heimdal
versions and fix INTERNAL ERROR: Signal 11 in the kdc pid; (bso#10418).
  + vfs_btrfs: Fix incorrect zero length server-side copy request handling;
(bso#10424).
  + s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we
can't cope 

commit lldb for openSUSE:Factory

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package lldb for openSUSE:Factory checked in 
at 2014-03-20 09:11:31

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


Package is lldb

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.2648 for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2648 for 
openSUSE:13.1:Update checked in at 2014-03-20 10:27:58

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


Package is patchinfo.2648

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2648
  categoryrecommended/category
  ratinglow/rating
  packagersumski/packager
  summaryoxygen-gtk2: Update to latest bugfix release 1.4.4/summary
  descriptionThis update fixes the following issues with oxygen-gtk2:
- Update from version 1.4.0 to version 1.4.4 (no changelog provided from 
upstream)
  + fixes for kde#329112, kde#324438, kde#328495 and kde#325196.
  + bnc#867253: Fixed segfault in gnucash 2.6.2/description
  issue tracker=bnc id=867253 documented=falseKDE Oxygen Theme 
segfaults gnucash 2.6.2/issue
  issue tracker=kde id=329112/
  issue tracker=kde id=324438/
  issue tracker=kde id=328495/
  issue tracker=kde id=325196/
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.2647 for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2647 for 
openSUSE:13.1:Update checked in at 2014-03-20 10:28:03

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


Package is patchinfo.2647

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2647
  categoryrecommended/category
  ratinglow/rating
  packagersumski/packager
  summaryoxygen-gtk3: Update to latest bugfix release 1.3.4/summary
  descriptionThis update fixes the following issues with oxygen-gtk3:
- Update from version 1.2.0 to version 1.3.4 (no changelog provided from 
upstream)
- Bump minimal pkgconfig(gtk+-3.0) BuildRequires to = 3.10.0
- bnc#867253: Fixed segfault in gnucash 2.6.2/description
  issue tracker=bnc id=867253 documented=falseKDE Oxygen Theme 
segfaults gnucash 2.6.2/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit osc for openSUSE:13.1:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:13.1:Update checked 
in at 2014-03-20 10:34:06

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


Package is osc

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Lu8UHU/_old  2014-03-20 10:34:07.0 +0100
+++ /var/tmp/diff_new_pack.Lu8UHU/_new  2014-03-20 10:34:07.0 +0100
@@ -1 +1 @@
-link package='osc.2337' cicount='copy' /
+link package='osc.2649' cicount='copy' /

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



commit ipsec-tools.2651 for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package ipsec-tools.2651 for 
openSUSE:12.3:Update checked in at 2014-03-20 10:35:01

Comparing /work/SRC/openSUSE:12.3:Update/ipsec-tools.2651 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.ipsec-tools.2651.new (New)


Package is ipsec-tools.2651

Changes:

New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ /work/SRC/openSUSE:12.3:Update/.ipsec-tools.2651.new/ipsec-tools.changes
2014-03-20 10:35:02.0 +0100
@@ -0,0 +1,416 @@
+---
+Thu Mar  6 22:25:55 CET 2014 - jbo...@suse.cz
+
+- Remove ipsec-tools-linux-3.7-compat.diff which caused bnc#867055 
+  by including wrong headers; fix by installing
+  linux-glibc-devel and including /usr/include for kernel headers
+
+---
+Thu Jan 31 06:48:18 UTC 2013 - m...@suse.com
+
+- Add ipsec-tools-linux-3.7-compat.diff(partly from openwrt)
+  * since pfkeyv2.h moved to include/uapi/linux as 
+http://lwn.net/Articles/507794/ explained, make the compiler found
+header in valid path. there is a discussion about this issue at 
+https://dev.openwrt.org/ticket/12813
+
+---
+Wed Oct 31 12:47:22 UTC 2012 - mvysko...@suse.com
+
+- unify the permissions of psk.txt to avoid false duplicate warnings
+  from fdupes (bnc#784670)
+
+---
+Tue Jan 31 15:18:55 CET 2012 - meiss...@suse.de
+
+- remove suse_update_config macro usage
+
+---
+Sat Oct 15 04:47:06 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---
+Sun Sep  4 18:13:45 UTC 2011 - mkube...@suse.cz
+
+- create /var/run/racoon in the init script rather than including
+  it in the package as it doesn't work if /var/run is on tmpfs
+  (bnc#710277)
+
+---
+Sun May 15 15:42:28 UTC 2011 - ch...@computersalat.de
+
+- remove Author from description
+- add racoon.psk patch
+
+---
+Wed May  4 12:02:13 UTC 2011 - idoen...@novell.com
+
+- Add ipsec-tools-0.7.3-linkerflag.patch: remove wrong linker flag
+- Add ipsec-tools-0.7.2-nodevel.patch: don't install development 
+  files, instead of manually removing them in the spec file.
+- Drop no_werror.patch: Remove Werror flag by sed, its all over the
+  configure file, old patch was incomplete anyway.
+
+---
+Tue Nov  3 19:09:21 UTC 2009 - co...@novell.com
+
+- updated patches to apply with fuzz=0
+
+---
+Tue Oct  6 20:09:15 CEST 2009 - ch...@computersalat.de
+
+- cleanup spec
+  o sorted sections
+  o simplify clean
+  o sort install section
+  o sort files section
+- added missing /etc/racoon/cert DIR
+
+---
+Fri Sep 18 22:48:07 CEST 2009 - ch...@computersalat.de
+
+- cleanup spec
+  o sorted TAGS
+  o added configure macro
+- rpmlint
+  o added fdupes
+- fix selinux build
+  o if suse_version = 1100
+
+---
+Thu Jun 11 17:45:45 CEST 2009 - jbo...@suse.cz
+
+- upgrade to 0.7.3
+- integrated security patch
+- enabled selinux support (--enable-security-context=yes)
+
+---
+Thu Jun 11 17:45:45 CEST 2009 - jbo...@suse.cz
+
+- fix_sockaddr_overflow_in_ipsec_doi.c.diff (bnc#506710)
+
+---
+Wed May  6 15:54:01 CEST 2009 - jbo...@suse.cz
+
+- Upgrade to 0.7.2
+- fixed some rpmlint warnings/errors
+- racoon.conf_macros.patch updates the .in file, not the result
+- added /etc/pam.d/racoon
+- added --with-libldap
+
+---
+Tue Sep 23 15:08:40 CEST 2008 - jbo...@suse.cz
+
+- fixed a memory leak in PH1 (bnc#416906, CVE-2008-3652)
+
+---
+Thu Aug 14 19:30:51 CEST 2008 - jbo...@suse.cz
+
+- Upgrade to 0.7.1
+  o Fixes a memory leak when invalid proposal received
+  o Some fixes in DPD
+  o do not set default gss id if xauth is used
+  o fixed hybrid enabled builds
+  o fixed compilation on FreeBSD8
+  o cleanup in network port value manipulation
+  o gets ports from SADB_X_EXT_NAT_T_[SD]PORT if present in purge_ipsec_spi()
+  o Generates a log if cert validation has been disabled by configuration
+  o better 

commit patchinfo.2651 for openSUSE:12.3:Update

2014-03-20 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.2651 for 
openSUSE:12.3:Update checked in at 2014-03-20 10:35:04

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


Package is patchinfo.2651

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo incident=2651
  categoryrecommended/category
  ratinglow/rating
  packagerjbohac/packager
  summaryipsec-tools: One recommended fix/summary
  descriptionThis update fixes the following issue with ipsec-tools:
- Remove ipsec-tools-linux-3.7-compat.diff which caused bnc#867055 by including 
wrong headers; fix by installing linux-glibc-devel and including /usr/include 
for kernel headers/description
  issue tracker=bnc id=867055ipsec-tools not working in specific 
setup/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org