commit yate for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2013-04-24 09:22:26

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


Package is yate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2013-03-21 
11:19:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2013-04-24 
09:22:29.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 23:33:38 UTC 2013 - dims...@opensuse.org
+
+- Add yate-fix-ssl-detection.patch: Fix openssl detection: checkin
+  for the return value of pkg-config --cflags $pkg, and relying on
+  pkg-config returning an empty string 'when package exists but
+  does not specify CFLAGS' is just wrong.
+
+---

New:

  yate-fix-ssl-detection.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.JCziWF/_old  2013-04-24 09:22:35.0 +0200
+++ /var/tmp/diff_new_pack.JCziWF/_new  2013-04-24 09:22:35.0 +0200
@@ -29,6 +29,7 @@
 Patch1: yate-3.3.2-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
+Patch4: yate-fix-ssl-detection.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 rm configure

++ yate-fix-ssl-detection.patch ++
Index: configure.in
===
--- configure.in.orig
+++ configure.in
@@ -1229,7 +1229,7 @@ if [[ x$ac_cv_use_openssl = xyes ]];
 fi
 incssl=`(pkg-config --cflags $pkg) 2/dev/null`
 libssl=`(pkg-config --libs $pkg) 2/dev/null`
-if [[ x$incssl != x -a x$libssl != x ]]; then
+if [[ x$verssl != x ]]; then
HAVE_OPENSSL=yes
OPENSSL_VER=$verssl
OPENSSL_INC=$incssl
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit calligra for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2013-04-24 09:25:45

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


Package is calligra, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2013-03-20 
11:35:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2013-04-24 
09:25:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  8 23:07:17 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to 2.6.3:
+  * Bugfix release
+
+---

Old:

  calligra-2.6.2.tar.bz2

New:

  calligra-2.6.3.tar.bz2



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.ASBBy4/_old  2013-04-24 09:26:47.0 +0200
+++ /var/tmp/diff_new_pack.ASBBy4/_new  2013-04-24 09:26:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   calligra
-Version:2.6.2
+Version:2.6.3
 Release:0
 Summary:Libraries and Base Files for the KDE Office Suite
 License:GPL-2.0+ and LGPL-2.1+ and GFDL-1.2

++ calligra-2.6.2.tar.bz2 - calligra-2.6.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/calligra/calligra-2.6.2.tar.bz2 
/work/SRC/openSUSE:Factory/.calligra.new/calligra-2.6.3.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 gle for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package gle for openSUSE:Factory checked in 
at 2013-04-24 09:45:27

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


Package is gle, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/gle/gle.changes  2012-02-20 16:11:01.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gle.new/gle.changes 2013-04-24 
09:45:32.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 08:15:38 UTC 2013 - dims...@opensuse.org
+
+- Add libXmu-devel and libXi-devel BuildRequires: configure
+  explicitly checks for the presence of those libraries.
+
+---



Other differences:
--
++ gle.spec ++
--- /var/tmp/diff_new_pack.1LIQCT/_old  2013-04-24 09:45:38.0 +0200
+++ /var/tmp/diff_new_pack.1LIQCT/_new  2013-04-24 09:45:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gle
 #
-# 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
@@ -15,8 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gle
 BuildRequires:  freeglut-devel
+BuildRequires:  libXi-devel
+BuildRequires:  libXmu-devel
 BuildRequires:  libdrm-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool

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



commit kdebase4-runtime for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2013-04-24 09:46:09

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


Package is kdebase4-runtime, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes
2013-04-18 10:20:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2013-04-24 09:46:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 22 17:38:46 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Disable building of NTrack backend (bnc#810232, kde#294441)
+
+---



Other differences:
--
++ kdebase4-runtime.spec ++
--- /var/tmp/diff_new_pack.x2uqbZ/_old  2013-04-24 09:46:17.0 +0200
+++ /var/tmp/diff_new_pack.x2uqbZ/_new  2013-04-24 09:46:17.0 +0200
@@ -47,7 +47,8 @@
 #!BuildIgnore:  kdebase4-runtime
 BuildRequires:  libkdepimlibs4-devel = %{version}
 BuildRequires:  libksuseinstall-devel
-BuildRequires:  libntrack-qt4-devel
+# NTrack backend is used when ther is no NM or wicd, however it breaks ifup 
method, for details see https://bugs.kde.org/show_bug.cgi?id=294441#c23
+#BuildRequires:  libntrack-qt4-devel
 BuildRequires:  libpulse-devel
 BuildRequires:  libqca2-devel
 BuildRequires:  libsmbclient-devel


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



commit pfstmo for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package pfstmo for openSUSE:Factory checked 
in at 2013-04-24 09:46:24

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


Package is pfstmo, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pfstmo/pfstmo.changes2011-12-25 
17:40:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.pfstmo.new/pfstmo.changes   2013-04-24 
09:46:27.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 19:51:26 UTC 2013 - dims...@opensuse.org
+
+- Add pfsmto-no-debug-mangling.patch: don't drop occurences of
+  -g from CFLAGS. It destroys -grecord-gcc-flags.
+- Add libtool BuildRequires and call autoreconf, as above patch
+  touches the build system.
+
+---

New:

  pfstmo-no-debug-mangling.patch



Other differences:
--
++ pfstmo.spec ++
--- /var/tmp/diff_new_pack.w6usTS/_old  2013-04-24 09:46:30.0 +0200
+++ /var/tmp/diff_new_pack.w6usTS/_new  2013-04-24 09:46:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pfstmo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define vversion 1.4
 
 Name:   pfstmo
@@ -23,10 +24,12 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fftw3-devel
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  pfstools-devel
 BuildRequires:  pkgconfig
 Source: %{name}-%{vversion}.tar.bz2
-Patch:  %{name}-gcc.patch
+Patch1: %{name}-gcc.patch
+Patch2: pfstmo-no-debug-mangling.patch
 Url:http://www.mpii.mpg.de/resources/tmo/
 Summary:Tone Mapping Operators for High Dynamic Range Images
 License:GPL-2.0+
@@ -38,24 +41,14 @@
 of tone mapping operators suitable for convenient processing of both
 static images and animations.
 
-
-
-Authors:
-
-Grzegorz Krawczyk krawc...@mpi-sb.mpg.de
-
 %prep
 %setup -q -n %{name}-%{vversion}
-%patch
+%patch1
+%patch2 -p1
 
 %build
-#autoreconf -fi
-CFLAGS=$RPM_OPT_FLAGS \
-CXXFLAGS=$RPM_OPT_FLAGS \
-./configure \
---prefix=/usr \
---mandir=%{_mandir} \
---libdir=%{_libdir}
+autoreconf -fi
+%configure
 make %{?jobs:-j%jobs}
 
 %install

++ pfstmo-no-debug-mangling.patch ++
Index: pfstmo-1.4/configure.ac
===
--- pfstmo-1.4.orig/configure.ac
+++ pfstmo-1.4/configure.ac
@@ -37,12 +37,12 @@ AC_ARG_ENABLE(debug,
AC_HELP_STRING([--enable-debug],
 [Enable debug symbols and asserts]),
 [if test $enable_debug = yes ; then
- temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /; s/-g//`
+ temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /;`
 CXXFLAGS=-g $temp_CXXFLAGS
 AC_DEFINE([DEBUG])
  fi],
   [enable_debug=no
- temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /; s/-g//`
+ temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /;`
 CXXFLAGS=-O3 $temp_CXXFLAGS
  AC_DEFINE(NDEBUG, 1, [Disable assertion checks])
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pfstools for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package pfstools for openSUSE:Factory 
checked in at 2013-04-24 09:47:21

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


Package is pfstools, Maintainer is posta...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/pfstools/pfstools.changes2012-09-23 
08:09:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.pfstools.new/pfstools.changes   2013-04-24 
09:47:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 19:47:49 UTC 2013 - dims...@opensuse.org
+
+- Add pfstools-no-debug-mangling.patch: don't drop occurences of
+  -g from CFLAGS. It destroys -grecord-gcc-flags.
+
+---

New:

  pfstools-no-debug-mangling.patch



Other differences:
--
++ pfstools.spec ++
--- /var/tmp/diff_new_pack.mjBRRm/_old  2013-04-24 09:47:27.0 +0200
+++ /var/tmp/diff_new_pack.mjBRRm/_new  2013-04-24 09:47:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pfstools
 #
-# 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
@@ -25,6 +25,7 @@
 Patch2: pfstools-stringcompare.patch
 Patch4: pfstools-stdlib.patch
 Patch5: pfstools-1.8.1-fix-return-in-nonvoid.patch
+Patch6: pfstools-no-debug-mangling.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.mpi-sb.mpg.de/resources/pfstools/
 BuildRequires:  Mesa
@@ -74,6 +75,7 @@
 %patch2
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 autoreconf -f -i

++ pfstools-no-debug-mangling.patch ++
Index: pfstools-1.8.4/configure.ac
===
--- pfstools-1.8.4.orig/configure.ac
+++ pfstools-1.8.4/configure.ac
@@ -24,12 +24,12 @@ dnl
 AC_ARG_ENABLE(debug,
AS_HELP_STRING([--enable-debug],[Enable debug symbols and 
asserts]),
 [if test $enable_debug = yes ; then
- temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /; s/-g//`
+ temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /`
 CXXFLAGS=-g $temp_CXXFLAGS
 AC_DEFINE([DEBUG])
  fi],
   [enable_debug=no
- temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /; s/-g//`
+ temp_CXXFLAGS=`echo $CXXFLAGS | sed s/-O./ /;`
 CXXFLAGS=-O3 $temp_CXXFLAGS
  AC_DEFINE(NDEBUG, 1, [Disable assertion checks])
   ])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-kde4 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2013-04-24 09:48:21

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


Package is python-kde4, Maintainer is kde-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2013-04-22 
14:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2013-04-24 09:48:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 19:17:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Recommend all subpackages for the main package, so users don't 
+  have go guess which module is required (bnc#816432, bnc#816562)
+
+---
--- /work/SRC/openSUSE:Factory/python-kde4/python3-kde4.changes 2013-04-22 
14:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python3-kde4.changes
2013-04-24 09:48:22.0 +0200
@@ -2 +2,7 @@
-Sun Apr 14 07:59:22 UTC 2013 - lbeltr...@kde.org
+Mon Apr 22 19:17:45 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Recommend all subpackages for the main package, so users don't 
+  have go guess which module is required (bnc#816432, bnc#816562)
+
+---
+Sun Apr 14 07:58:14 UTC 2013 - lbeltr...@kde.org



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.IEKGMO/_old  2013-04-24 09:48:23.0 +0200
+++ /var/tmp/diff_new_pack.IEKGMO/_new  2013-04-24 09:48:23.0 +0200
@@ -34,6 +34,13 @@
 BuildRequires:  xz
 Requires:   python-qt4
 Requires:   update-alternatives
+Recommends: %{name}-akonadi
+Recommends: %{name}-khtml
+Recommends: %{name}-knewstuff
+Recommends: %{name}-nepomuk
+Recommends: %{name}-plasma
+Recommends: %{name}-phonon
+Recommends: %{name}-soprano
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}

++ python3-kde4.spec ++
--- /var/tmp/diff_new_pack.IEKGMO/_old  2013-04-24 09:48:24.0 +0200
+++ /var/tmp/diff_new_pack.IEKGMO/_new  2013-04-24 09:48:24.0 +0200
@@ -34,6 +34,13 @@
 BuildRequires:  xz
 Requires:   python3-qt4
 Requires:   update-alternatives
+Recommends: %{name}-akonadi
+Recommends: %{name}-khtml
+Recommends: %{name}-knewstuff
+Recommends: %{name}-nepomuk
+Recommends: %{name}-plasma
+Recommends: %{name}-phonon
+Recommends: %{name}-soprano
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 

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



commit spyder for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package spyder for openSUSE:Factory checked 
in at 2013-04-24 09:48:41

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


Package is spyder, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/spyder/spyder.changes2013-03-07 
07:34:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.spyder.new/spyder.changes   2013-04-24 
09:48:43.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 22 21:48:07 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Added version_check.patch, fixes detection of pyqt version
+
+---

New:

  version_check.patch



Other differences:
--
++ spyder.spec ++
--- /var/tmp/diff_new_pack.AMVwvs/_old  2013-04-24 09:48:47.0 +0200
+++ /var/tmp/diff_new_pack.AMVwvs/_new  2013-04-24 09:48:47.0 +0200
@@ -25,6 +25,8 @@
 License:MIT
 Group:  Development/Languages/Python
 Source: http://%{modname}.googlecode.com/files/%{name}-%{version}.zip
+# PATCH-FIX-UPSTREAM version_check.patch -- Fixes detection of pyqt version
+Patch0: version_check.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  IPython
 BuildRequires:  fdupes
@@ -89,6 +91,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 # add icon line to the .desktop file
 sed -i '9 i Icon=spyder' scripts/spyder.desktop


++ version_check.patch ++
diff -urNB spyder-2.1.13.orig/spyderlib/requirements.py 
spyder-2.1.13/spyderlib/requirements.py
--- spyder-2.1.13.orig/spyderlib/requirements.py2013-01-04 
20:09:16.0 +0100
+++ spyder-2.1.13/spyderlib/requirements.py 2013-04-22 23:45:41.138802817 
+0200
@@ -9,13 +9,7 @@
 import sys
 import os
 import os.path as osp
-
-def check_version(actual_str, required_str):
-Return True if actual_str version fit required_str requirement
-actual = actual_str.split('.')
-required = required_str.split('.')
-return actual[0]  required[0] or \
-   (actual[0] == required[0] and actual[1]  required[1])
+from distutils.version import LooseVersion
 
 def show_warning(message):
 Show warning using Tkinter if available
@@ -43,12 +37,12 @@
 qt_infos = dict(pyqt=(PyQt4, 4.4), pyside=(PySide, 1.0))
 try:
 from spyderlib import qt
-package_name, required_str = qt_infos[qt.API]
-actual_str = qt.__version__
-if check_version(actual_str, required_str):
+package_name, required_ver = qt_infos[qt.API]
+actual_ver = qt.__version__
+if LooseVersion(actual_ver)  LooseVersion(required_ver):
 show_warning(Please check Spyder installation requirements:\n
  %s %s+ is required (found v%s).
- % (package_name, required_str, actual_str))
+ % (package_name, required_ver, actual_ver))
 except ImportError:
 show_warning(Please check Spyder installation requirements:\n
  %s %s+ (or %s %s+) is required.
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sushi for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package sushi for openSUSE:Factory checked 
in at 2013-04-24 09:49:40

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


Package is sushi, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/sushi/sushi.changes  2013-04-05 
17:29:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.sushi.new/sushi.changes 2013-04-24 
09:49:42.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 16 08:24:45 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Fix a crash while loading PDF documents.
+
+---

Old:

  sushi-3.8.0.tar.xz

New:

  sushi-3.8.1.tar.xz



Other differences:
--
++ sushi.spec ++
--- /var/tmp/diff_new_pack.g5CWZk/_old  2013-04-24 09:49:45.0 +0200
+++ /var/tmp/diff_new_pack.g5CWZk/_new  2013-04-24 09:49:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sushi
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:Quick Previewer for Nautilus
 License:SUSE-GPL-2.0-with-plugin-exception

++ sushi-3.8.0.tar.xz - sushi-3.8.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.8.0/NEWS new/sushi-3.8.1/NEWS
--- old/sushi-3.8.0/NEWS2013-03-25 16:25:32.0 +0100
+++ new/sushi-3.8.1/NEWS2013-04-15 23:24:52.0 +0200
@@ -1,3 +1,8 @@
+3.8.1 - Merchandise
+=
+
+- Fix a crash while loading PDF documents (Philippe Coval)
+
 3.8.0 - Bla
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.8.0/config/compile 
new/sushi-3.8.1/config/compile
--- old/sushi-3.8.0/config/compile  2012-11-12 23:06:01.0 +0100
+++ new/sushi-3.8.1/config/compile  2013-04-15 23:26:02.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-03-05.13; # UTC
+scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2012 Free Software Foundation, Inc.
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -112,6 +112,11 @@
   lib=$dir/$lib.lib
   break
 fi
+if test -f $dir/lib$lib.a; then
+  found=yes
+  lib=$dir/lib$lib.a
+  break
+fi
   done
   IFS=$save_IFS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sushi-3.8.0/config/config.guess 
new/sushi-3.8.1/config/config.guess
--- old/sushi-3.8.0/config/config.guess 2012-11-12 23:06:01.0 +0100
+++ new/sushi-3.8.1/config/config.guess 2013-04-15 23:26:02.0 +0200
@@ -2,13 +2,13 @@
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
-#   2011, 2012 Free Software Foundation, Inc.
+#   2011, 2012, 2013 Free Software Foundation, Inc.
 
-timestamp='2012-06-10'
+timestamp='2012-12-29'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
@@ -22,19 +22,17 @@
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-
-# Originally written by Per Bothner.  Please send patches (context
-# diff format) to config-patc...@gnu.org and include a ChangeLog
-# entry.
+# the same distribution terms that you use for the rest of that
+# program.  This Exception is an additional permission under section 7
+# of the GNU General Public License, version 3 (GPLv3).
 #
-# This script attempts to guess a canonical system name similar to
-# config.sub.  If it succeeds, it prints the system name on stdout, and
-# exits with 0.  Otherwise, it exits with 1.
+# Originally written by Per Bothner. 
 #
 # You can get the latest version of this script from:
 # 
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
+#
+# Please send patches with a ChangeLog entry to config-patc...@gnu.org.
+
 
 me=`echo $0 | sed -e 's,.*/,,'`
 
@@ -55,8 +53,8 @@
 
 Originally written by Per 

commit bundle-lang-common for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2013-04-24 10:19:15

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


Package is bundle-lang-common, Maintainer is co...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2013-04-18 16:09:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2013-04-24 10:19:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 08:55:44 UTC 2013 - co...@suse.com
+
+- remove the gnome-extras bundle as I'm the only one who has
+  to suffer the pain
+
+---
--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-gnome.changes 
2013-02-12 16:25:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-gnome.changes
2013-04-24 10:19:18.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 23 08:55:44 UTC 2013 - co...@suse.com
+
+- remove the gnome-extras bundle as I'm the only one who has
+  to suffer the pain
+
+---
+Thu Apr 18 11:47:17 UTC 2013 - co...@suse.com
+
+- update package list
+
+---
bundle-lang-kde.changes: same change

Old:

  bundle-lang-gnome-extras.changes
  bundle-lang-gnome-extras.spec



Other differences:
--
++ bundle-lang-common.spec ++
 719 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.spec

bundle-lang-gnome.spec: same change
++ bundle-lang-kde.spec ++
--- /var/tmp/diff_new_pack.UowFUz/_old  2013-04-24 10:19:24.0 +0200
+++ /var/tmp/diff_new_pack.UowFUz/_new  2013-04-24 10:19:24.0 +0200
@@ -20,9 +20,11 @@
 # @BREQUIRES@
 BuildRequires:  NetworkManager-kde4-libs-lang
 BuildRequires:  amarok-lang
+BuildRequires:  apper-lang
 BuildRequires:  digikam-lang
 BuildRequires:  fdupes
 BuildRequires:  k3b-lang
+BuildRequires:  kdebase4-openSUSE-lang
 BuildRequires:  kipi-plugins-lang
 BuildRequires:  ktorrent-lang
 BuildRequires:  kwebkitpart-lang
@@ -76,8 +78,10 @@
 Group:  System/Localization
 Provides:   NetworkManager-kde4-libs-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-kde4-libs-lang)
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
+Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   digikam-lang = %(rpm -q --queryformat '%{VERSION}' 
digikam-lang)
 Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
+Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   kipi-plugins-lang = %(rpm -q --queryformat '%{VERSION}' 
kipi-plugins-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -85,8 +89,10 @@
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
 Provides:   locale(NetworkManager-kde4-libs:en)
 Provides:   locale(amarok:en)
+Provides:   locale(apper:en)
 Provides:   locale(digikam:en)
 Provides:   locale(k3b:en)
+Provides:   locale(kdebase4-openSUSE:en)
 Provides:   locale(kipi-plugins:en)
 Provides:   locale(ktorrent:en)
 Provides:   locale(kwebkitpart:en)
@@ -118,8 +124,10 @@
 Group:  System/Localization
 Provides:   NetworkManager-kde4-libs-lang = %(rpm -q --queryformat 
'%{VERSION}' NetworkManager-kde4-libs-lang)
 Provides:   amarok-lang = %(rpm -q --queryformat '%{VERSION}' amarok-lang)
+Provides:   apper-lang = %(rpm -q --queryformat '%{VERSION}' apper-lang)
 Provides:   digikam-lang = %(rpm -q --queryformat '%{VERSION}' 
digikam-lang)
 Provides:   k3b-lang = %(rpm -q --queryformat '%{VERSION}' k3b-lang)
+Provides:   kdebase4-openSUSE-lang = %(rpm -q --queryformat '%{VERSION}' 
kdebase4-openSUSE-lang)
 Provides:   kipi-plugins-lang = %(rpm -q --queryformat '%{VERSION}' 
kipi-plugins-lang)
 Provides:   ktorrent-lang = %(rpm -q --queryformat '%{VERSION}' 
ktorrent-lang)
 Provides:   kwebkitpart-lang = %(rpm -q --queryformat '%{VERSION}' 
kwebkitpart-lang)
@@ -127,8 +135,10 @@
 Provides:   libktorrent5-lang = %(rpm -q --queryformat '%{VERSION}' 
libktorrent5-lang)
 Provides:   locale(NetworkManager-kde4-libs:de)
 Provides:   locale(amarok:de)

commit diffstat for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package diffstat for openSUSE:Factory 
checked in at 2013-04-24 10:19:43

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


Package is diffstat, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/diffstat/diffstat.changes2013-03-08 
11:20:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.diffstat.new/diffstat.changes   2013-04-24 
10:19:45.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 16 05:36:24 UTC 2013 - pascal.ble...@opensuse.org
+
+- updated to 1.57:
+  * improve treatment of binary files in ambiguous message introduced in
+diffutils 2.8.4, and finally corrected in 3.0
+  * use mkdtemp instead of the insecure mktemp
+
+---



Other differences:
--
++ diffstat.spec ++
--- /var/tmp/diff_new_pack.5S0PAn/_old  2013-04-24 10:19:52.0 +0200
+++ /var/tmp/diff_new_pack.5S0PAn/_new  2013-04-24 10:19:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   diffstat
-Version:1.56
+Version:1.57
 Release:0
 Url:http://dickey.his.com/diffstat/diffstat.html
 Summary:Utility That Provides Statistics Based on the Output of diff
@@ -49,7 +49,7 @@
 %files
 %defattr(-,root,root)
 %doc README CHANGES
-%doc %{_mandir}/man?/*
-%{_bindir}/*
+%{_bindir}/diffstat
+%doc %{_mandir}/man1/diffstat.1*
 
 %changelog

++ diffstat.diff ++
--- /var/tmp/diff_new_pack.5S0PAn/_old  2013-04-24 10:19:52.0 +0200
+++ /var/tmp/diff_new_pack.5S0PAn/_new  2013-04-24 10:19:52.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- config_h.in.orig
 +++ config_h.in
-@@ -5,4 +5,10 @@
+@@ -5,4 +5,11 @@
   * config.h -- Kevin Buettner.
   */
  
@@ -14,6 +14,7 @@
 +#define HAVE_STRING_H 0
 +#define HAVE_UNISTD_H 0
 +#define STDC_HEADERS 0
++#define HAVE_MKDTEMP 1
 Index: makefile.in
 ===
 --- makefile.in.orig

++ diffstat.tar.gz ++
 1697 lines of diff (skipped)

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



commit findutils for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package findutils for openSUSE:Factory 
checked in at 2013-04-24 10:20:29

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


Package is findutils, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/findutils/findutils.changes  2013-03-28 
13:11:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.findutils.new/findutils.changes 2013-04-24 
10:20:31.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 12:24:12 CEST 2013 - p...@suse.de
+
+- Add /var/run/media to UPDATEDB_PRUNEPATHS in sysconfig.locate
+  so that updatedb doesn't index removable media (bnc#807170).
+
+---



Other differences:
--
++ sysconfig.locate ++
--- /var/tmp/diff_new_pack.RCX38m/_old  2013-04-24 10:20:40.0 +0200
+++ /var/tmp/diff_new_pack.RCX38m/_new  2013-04-24 10:20:40.0 +0200
@@ -1,5 +1,8 @@
 ## Path:   Applications/Locate
 ## Description:Configuration of updatedb
+#
+# NOTE: These variables only apply when updatedb is run via cron
+#
 ## Type:   yesno
 ## Default:yes
 #
@@ -35,7 +38,7 @@
 # uptdatedb can skip directories for its database. The following parameter
 # says which ones.
 #
-UPDATEDB_PRUNEPATHS=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc 
/media /sys /.snapshot
+UPDATEDB_PRUNEPATHS=/mnt /cdrom /tmp /usr/tmp /var/tmp /var/spool /proc 
/media /sys /.snapshot /var/run/media
 
 ## Type:   string(,nobody)
 ## Default:

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



commit flac for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package flac for openSUSE:Factory checked in 
at 2013-04-24 10:24:09

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


Package is flac, Maintainer is ti...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/flac/flac.changes2013-03-01 
10:47:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.flac.new/flac.changes   2013-04-24 
10:24:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:32:21 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-3-Clause and GPL-2.0+ and GFDL-1.2
+  Numerous GPL-2.0+ licensed files;documtation is GFDL-1.2
+
+---



Other differences:
--
++ flac.spec ++
--- /var/tmp/diff_new_pack.S1WoxK/_old  2013-04-24 10:24:21.0 +0200
+++ /var/tmp/diff_new_pack.S1WoxK/_new  2013-04-24 10:24:21.0 +0200
@@ -34,7 +34,7 @@
 Release:0
 #
 Summary:Free Lossless Audio Codec
-License:BSD-3-Clause
+License:BSD-3-Clause and GPL-2.0+ and GFDL-1.2
 Group:  Productivity/Multimedia/Sound/Utilities
 Url:http://flac.sourceforge.net/
 Source: %{name}-%{version}.tar.xz

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



commit glom for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package glom for openSUSE:Factory checked in 
at 2013-04-24 10:26:56

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


Package is glom, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/glom/glom.changes2012-12-14 
06:55:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.glom.new/glom.changes   2013-04-24 
10:27:00.0 +0200
@@ -1,0 +2,42 @@
+Wed Mar 27 21:04:03 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.23.4:
+  + Fix the build with --enable-warnings=fatal.
+Do not use ev_view_set_loading() because it is deprecated.
+  + Fix the build on Ubuntu Raring.
+  + Reduce the libgda dependency version again.
+- Changes from version 1.23.3:
+  + Added an --enable-mysql configure option.
+  + libglom: Added a dependency on libgda-mysql-5.0, because
+libglom always supports all backends regardless of the build
+option.
+  + Tests:
+- Simplify the code a litte.
+- Test the use of a relationship to get data.
+- Add a test that uses an example with text primary keys.
+- Changes from version 1.23.2:
+  + Tests:
+- Use the locally-built glom.
+- Use the locally-built python module.
+  + Examples: Remove unused list_related_* layouts.
+- Changes from version 1.23.1:
+  + Document:
+- Save static image data as a child text node, not an
+  attribute.
+- Save image data (example data or static images) in base64
+  format, instead of the GDA format.
+  + Export to po files:
+- Also export static text items, and print layouts.
+- Avoid duplicates.
+  + Examples: Add a static image item to the Project Manager
+example. This is just so that the feature gets some testing.
+  + Tests: Add new tests using GdkPixbufLoader to check that we can
+interpret image data as an image.
+- Add pkgconfig(libgda-mysql-5.0) BuildRequires: new dependency.
+- Add pkgconfig(gdkmm-3.0) BuildRequires: new explicit dependency.
+- Introduce api and apiRPM set to 1.24, resp 1_24 and use it in 
+  the files section and to name the shared library packages.
+  This also bumps the shared library package names from
+  libglom-1_22-0 to libglom-1_24-0.
+
+---

Old:

  glom-1.22.1.tar.xz

New:

  glom-1.23.4.tar.xz



Other differences:
--
++ glom.spec ++
--- /var/tmp/diff_new_pack.j00Guh/_old  2013-04-24 10:27:08.0 +0200
+++ /var/tmp/diff_new_pack.j00Guh/_new  2013-04-24 10:27:08.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package glom
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +17,17 @@
 #
 
 
+%define api1.24
+%define apiRPM 1_24
+
 Name:   glom
 Summary:Database designer and user interface
 License:GPL-3.0+
 Group:  Productivity/Databases/Clients
-Version:1.22.1
+Version:1.23.4
 Release:0
 # FIXME: once bnc#793882 is fixed, re-enable %%check section
-Source: 
http://download.gnome.org/sources/glom/1.22/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/glom/1.23/%{name}-%{version}.tar.xz
 # This is indeed GPL-3.0+, see 
http://git.gnome.org/browse/glom/commit/?id=6b16a90f8ea902d91db85656cc11c6a951d42ced
 Url:http://www.glom.org/
 BuildRequires:  boost-devel
@@ -38,6 +41,7 @@
 BuildRequires:  python-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(evince-view-3.0)
+BuildRequires:  pkgconfig(gdkmm-3.0) = 3.4.0
 BuildRequires:  pkgconfig(giomm-2.4) = 2.32.0
 BuildRequires:  pkgconfig(goocanvas-2.0) = 2.0.1
 BuildRequires:  pkgconfig(goocanvasmm-2.0) = 1.90.8
@@ -45,6 +49,7 @@
 BuildRequires:  pkgconfig(gtksourceviewmm-3.0)
 BuildRequires:  pkgconfig(libepc-1.0) = 0.4.0
 BuildRequires:  pkgconfig(libgda-5.0) = 5.0.3
+BuildRequires:  pkgconfig(libgda-mysql-5.0)
 BuildRequires:  pkgconfig(libgda-postgres-5.0)
 BuildRequires:  pkgconfig(libgdamm-5.0) = 4.99.6
 BuildRequires:  pkgconfig(libxml++-2.6) = 2.23.1
@@ -81,7 +86,7 @@
 Summary:Database designer and user interface - Development files
 Group:  Development/Libraries/C and C++
 Requires:   glibmm2-devel
-Requires:   lib%{name}-1_22-0 = %{version}
+Requires:   lib%{name}-%{apiRPM}-0 = %{version}
 Requires:   libgdamm-devel
 
 %description -n lib%{name}-devel
@@ -100,11 +105,11 @@
 
 This package contains development files to create extensions for glom.
 
-%package -n 

commit lvm2 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2013-04-24 10:41:32

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


Package is lvm2, Maintainer is dmzh...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2013-04-17 
23:06:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2013-04-24 
10:41:35.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:01:29 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0 and LGPL-2.1
+  Presence of multiple files (both GPL and LGPL) with only licenses
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.K0Vjcu/_old  2013-04-24 10:41:40.0 +0200
+++ /var/tmp/diff_new_pack.K0Vjcu/_new  2013-04-24 10:41:40.0 +0200
@@ -31,7 +31,7 @@
 Version:2.02.98
 Release:0
 Summary:Logical Volume Manager Tools
-License:GPL-2.0+ and LGPL-2.1+
+License:GPL-2.0 and LGPL-2.1
 Group:  System/Base
 Source: ftp://sources.redhat.com/pub/%{name}/LVM2.%{version}.tgz
 Source1:lvm.conf

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



commit meld for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2013-04-24 10:47:24

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


Package is meld, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2013-03-08 
09:22:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2013-04-24 
10:47:26.0 +0200
@@ -1,0 +2,21 @@
+Tue Apr 16 17:14:56 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.7.2:
+  + Features:
+- In version control view, conflicts now open in a three-way
+  merge mode for Bazaar and Git, with other VCs to follow.
+- The Ignore blank lines setting is now used in folder
+  comparisons, in same manner as text filters.
+  + Fixes:
+- Many minor Windows compatibility fixes.
+- Version control compatibility updates and fixes.
+- Better handling of Unicode filenames.
+- Better support for cross-platform newline behaviour,
+  particularly on Windows.
+- Sensitivity fixes for file and folder comparisons.
+- Build and installation fixes.
+  + Updated translations.
+- Drop meld-no-updates.patch: no longer needed when installing to
+  DESTDIR.
+
+---

Old:

  meld-1.7.1.tar.xz
  meld-no-updates.patch

New:

  meld-1.7.2.tar.xz



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.WiMrS2/_old  2013-04-24 10:47:35.0 +0200
+++ /var/tmp/diff_new_pack.WiMrS2/_new  2013-04-24 10:47:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   meld
-Version:1.7.1
+Version:1.7.2
 Release:0
 Summary:Visual diff and merge tool
 License:GPL-2.0+
@@ -26,8 +26,6 @@
 Source: 
http://download.gnome.org/sources/meld/1.7/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE meld-1.3.0-scrollkeeper.patch prus...@suse.cz -- don't 
use env
 Patch1: %{name}-1.3.0-env.patch
-# PATCH-FIX-OPENSUSE meld-no-updates.patch dims...@opensuse.org -- Do not 
execute mime-cache-update and desktop-database-update in the buildroot. We do 
not package the cache files
-Patch2: meld-no-updates.patch
 BuildRequires:  fdupes
 # Needed for highcolor macros
 BuildRequires:  hicolor-icon-theme
@@ -74,7 +72,6 @@
 %setup -q
 translation-update-upstream
 %patch1
-%patch2 -p1
 
 %build
 make prefix=%{_prefix} libdir=%{_datadir}
@@ -84,7 +81,7 @@
 # Remove scrollkeeper files
 rm -rf %{buildroot}%{_prefix}%{_localstatedir}/lib/scrollkeeper
 %find_lang %{name} %{?no_lang_C}
-%suse_update_desktop_file -G Diff Viewer meld IDE
+%suse_update_desktop_file meld IDE
 %fdupes %{buildroot}%{_datadir}
 
 %clean

++ meld-1.7.1.tar.xz - meld-1.7.2.tar.xz ++
 10220 lines of diff (skipped)

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



commit mozilla-nss for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2013-04-24 10:47:42

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is mozilla-nss, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2013-04-05 
09:29:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2013-04-24 10:47:43.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 10:27:04 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  nss-3.14.3.tar.bz2

New:

  nss-3.14.3.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.suJjEk/_old  2013-04-24 10:47:58.0 +0200
+++ /var/tmp/diff_new_pack.suJjEk/_new  2013-04-24 10:47:58.0 +0200
@@ -37,7 +37,7 @@
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
 # cvs -d :pserver:anonym...@cvs-mirror.mozilla.org:/cvsroot co -r RTM_TAG NSS
-Source: nss-%{version}.tar.bz2
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_14_3_RTM/src/nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in
 Source4:%{name}-rpmlintrc



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



commit mpi-selector for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package mpi-selector for openSUSE:Factory 
checked in at 2013-04-24 10:50:04

Comparing /work/SRC/openSUSE:Factory/mpi-selector (Old)
 and  /work/SRC/openSUSE:Factory/.mpi-selector.new (New)


Package is mpi-selector, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mpi-selector/mpi-selector.changes
2012-05-21 07:54:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.mpi-selector.new/mpi-selector.changes   
2013-04-24 10:50:07.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 10:22:37 UTC 2013 - idon...@suse.com
+
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+---

Old:

  mpi-selector-1.0.3.tar.bz2

New:

  mpi-selector-1.0.3.tar.gz



Other differences:
--
++ mpi-selector.spec ++
--- /var/tmp/diff_new_pack.pmmz3L/_old  2013-04-24 10:50:11.0 +0200
+++ /var/tmp/diff_new_pack.pmmz3L/_new  2013-04-24 10:50:11.0 +0200
@@ -23,7 +23,7 @@
 Release:0
 License:BSD-3-Clause
 Group:  System/Console
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.openfabrics.org/downloads/mpi-selector/%{name}-%{version}.tar.gz
 Patch3: mpi-selector-perl_path.patch
 Patch4: mpi-selector-no_bang_line.patch
 BuildArch:  noarch

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



commit python-tweepy for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-tweepy for openSUSE:Factory 
checked in at 2013-04-24 10:50:22

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


Package is python-tweepy, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-tweepy.new/python-tweepy.changes 
2013-04-24 10:50:25.0 +0200
@@ -0,0 +1,28 @@
+---
+Mon Feb 11 07:22:46 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.0:
+  * No changelog available
+
+---
+Mon Jan 14 18:50:35 UTC 2013 - p.drou...@gmail.com
+
+- Update to 1.12 version:
+  * No changelog available
+
+---
+Mon Jun 25 15:15:57 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.9:
+  + Upstream provides no changelog
+
+---
+Tue May 31 13:24:54 UTC 2011 - sasc...@suse.de
+
+- Re-generated with py2pack
+
+---
+Wed Sep 15 19:02:32 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial version 1.7.1
+

New:

  python-tweepy.changes
  python-tweepy.spec
  tweepy-2.0.tar.gz



Other differences:
--
++ python-tweepy.spec ++
#
# spec file for package python-tweepy
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:   python-tweepy
Version:2.0
Release:0
Url:http://github.com/joshthecoder/tweepy
Summary:Twitter library for python
License:MIT
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/t/tweepy/tweepy-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-simplejson
Requires:   python-simplejson
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
%else
BuildArch:  noarch
%endif

%description
A library for accessing the Twitter.com API. Supports OAuth, covers the entire
API, and streaming API.

%prep
%setup -q -n tweepy-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%{python_sitelib}/*

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



commit xchat-gnome for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package xchat-gnome for openSUSE:Factory 
checked in at 2013-04-24 10:55:35

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


Package is xchat-gnome, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/xchat-gnome/xchat-gnome.changes  2011-09-23 
12:51:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xchat-gnome.new/xchat-gnome.changes 
2013-04-24 10:55:37.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 19:38:16 UTC 2013 - dims...@opensuse.org
+
+- Add xchat-gnome-perl-plugin.patch: Fix build with
+  -Werror=missing-protorypes.
+
+---

New:

  xchat-gnome-perl-plugin.patch



Other differences:
--
++ xchat-gnome.spec ++
--- /var/tmp/diff_new_pack.IphnGq/_old  2013-04-24 10:55:41.0 +0200
+++ /var/tmp/diff_new_pack.IphnGq/_new  2013-04-24 10:55:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xchat-gnome
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   xchat-gnome
+Summary:A more simple IRC Client
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
-Summary:A more simple IRC Client
 Version:0.26.1
-Release:19
+Release:0
 Source: 
http://download.gnome.org/sources/%{name}/0.24/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM xchat-gnome-gtk2.19.7.patch dims...@opensuse.org -- Fix 
build with gtk 2.19.7. Patch taken from upstream git.
 Patch0: xchat-gnome-gtk2.19.7.patch
@@ -33,6 +31,8 @@
 Patch2: xchat-gnome-0.26.1-libnotify.patch
 # PATCH-FIX-UPSTREAM xchat-gnome-dso-linking.patch vu...@opensuse.org -- Fix 
linking issue, taken from git
 Patch3: xchat-gnome-dso-linking.patch
+# PATCH-FIX-UPSTREAM xchat-gnome-perl-plugin.patch bgo#698232 
dims...@opensuse.org -- Fix building with -Werror=missing-prototypes.
+Patch4: xchat-gnome-perl-plugin.patch
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
@@ -89,6 +89,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 translation-update-upstream
 
 %build

++ xchat-gnome-perl-plugin.patch ++
commit fa86953132e7b9500430bd125276e755d963db01
Author: Dominique Leuenberger dims...@opensuse.org
Date:   Wed Apr 17 21:33:18 2013 +0200

plugin/perl: add function prototypes.

https://bugzilla.gnome.org/show_bug.cgi?id=698232

Index: xchat-gnome-0.26.1/plugins/perl/perl.c
===
--- xchat-gnome-0.26.1.orig/plugins/perl/perl.c
+++ xchat-gnome-0.26.1/plugins/perl/perl.c
@@ -37,7 +37,9 @@
 static xchat_plugin *ph; /* plugin handle */
 
 static int perl_load_file (char *script_name);
-
+void xchat_plugin_get_info   (char **plugin_name, char **plugin_desc, char 
**plugin_version, void **reserved);
+int  xchat_plugin_init   (xchat_plugin *plugin_handle, char **plugin_name, 
char **plugin_desc, char **plugin_version, char *arg);
+int  xchat_plugin_deinit (xchat_plugin * plugin_handle);
 #ifdef WIN32
 
 static DWORD
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit darktable for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2013-04-24 11:50:19

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


Package is darktable, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2013-04-07 
14:20:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2013-04-24 
11:50:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 23 23:20:01 UTC 2013 - tog...@opensuse.org
+
+- Fix factory build with OpenEXR-2.0
+  added 0001-OpenEXR-2.0-fixes.patch 
+
+---

New:

  0001-OpenEXR-2.0-fixes.patch



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.PIafYS/_old  2013-04-24 11:50:30.0 +0200
+++ /var/tmp/diff_new_pack.PIafYS/_new  2013-04-24 11:50:30.0 +0200
@@ -22,6 +22,8 @@
 Url:http://darktable.sourceforge.net
 Source0:
https://downloads.sourceforge.net/project/darktable/darktable/1.2/%name-%version.tar.xz
 Source1:
http://sourceforge.net/projects/darktable/files/darktable/1.2/darktable-usermanual.pdf
+# PATCH-FIX-OPENSUSE Fixes build with OpenEXR-2.0 toganmusers.sourceforge.net
+Patch0: 0001-OpenEXR-2.0-fixes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  dbus-1-glib-devel
@@ -87,6 +89,9 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} 1230
+%patch0 -p1
+%endif
 chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh
 cp %{S:1} darktable-usermanual.pdf
 

++ 0001-OpenEXR-2.0-fixes.patch ++
From 161eaf014c4846679e0ee5366aee4beb4113b205 Mon Sep 17 00:00:00 2001
From: Togan Muftuoglu tog...@users.sourceforge.net
Date: Wed, 24 Apr 2013 00:58:29 +0200
Subject: [PATCH] OpenEXR 2.0 fixes

Use Imf_2_0 as the name space for OpenEXR 2.0 version

Signed-off-by: Togan Muftuoglu tog...@users.sourceforge.net
---
 src/common/imageio_exr.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/imageio_exr.hh b/src/common/imageio_exr.hh
index 47a4b1d..46db4de 100644
--- a/src/common/imageio_exr.hh
+++ b/src/common/imageio_exr.hh
@@ -31,7 +31,7 @@
 #include OpenEXR/ImfStandardAttributes.h
 
 // this stores our exif data as a blob.
-namespace Imf
+namespace Imf_2_0
 {
 class Blob
 {
@@ -54,7 +54,7 @@ public:
 };
 
 
-typedef Imf::TypedAttributeImf::Blob BlobAttribute;
+typedef Imf_2_0::TypedAttributeImf_2_0::Blob BlobAttribute;
 template  const char *BlobAttribute::staticTypeName()
 {
   return blob;
-- 
1.8.2.1

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



commit edje for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package edje for openSUSE:Factory checked in 
at 2013-04-24 11:50:29

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


Package is edje, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/edje/edje.changes2013-04-17 
23:03:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.edje.new/edje.changes   2013-04-24 
11:50:31.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 11:38:53 UTC 2013 - sleep_wal...@suse.cz
+
+- remove manpages completely
+
+---

Old:

  edje-man.filter



Other differences:
--
++ edje.spec ++
--- /var/tmp/diff_new_pack.texBXj/_old  2013-04-24 11:50:33.0 +0200
+++ /var/tmp/diff_new_pack.texBXj/_new  2013-04-24 11:50:33.0 +0200
@@ -24,7 +24,6 @@
 Group:  Development/Libraries/C and C++
 Url:http://www.enlightenment.org
 Source: %{name}-%{version}.tar.bz2
-Source2:%{name}-man.filter
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
 BuildRequires:  ecore-devel = %{version}
@@ -90,13 +89,6 @@
 %description doc-html
 Documentation of Edje library in form of HTML pages.
 
-%package doc-man
-Summary:Man documentation of Edje
-Group:  Documentation/Man
-
-%description doc-man
-Documentation of Edje library in form of man pages.
-
 %package examples
 Summary:Examples of Edje usage
 Group:  Documentation/Man
@@ -119,9 +111,6 @@
 echo Copying HTML documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
-find doc/man -type f -print | grep -v -f %{SOURCE2} | xargs rm
-echo Copying MAN pages
-/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # remove duplicates
@@ -163,10 +152,6 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
-%files doc-man
-%defattr(-, root, root)
-%{_mandir}/*/*
-
 %files examples
 %defattr(-, root, root)
 %{_datadir}/%{name}/examples

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



commit hugin for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2013-04-24 11:51:20

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


Package is hugin, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/hugin/hugin.changes  2013-01-30 
22:22:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2013-04-24 
11:51:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 20:34:16 UTC 2013 - dims...@opensuse.org
+
+- Add libXi-devel and libXmu-devel BuildRequires: cmake checks for
+  their presence.
+
+---



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.Q2m32U/_old  2013-04-24 11:51:23.0 +0200
+++ /var/tmp/diff_new_pack.Q2m32U/_new  2013-04-24 11:51:23.0 +0200
@@ -30,6 +30,8 @@
 BuildRequires:  glew-devel
 BuildRequires:  lapack
 BuildRequires:  lensfun-devel
+BuildRequires:  libXi-devel
+BuildRequires:  libXmu-devel
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblapack3

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



commit yast2-firewall for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2013-04-24 11:58:41

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


Package is yast2-firewall, Maintainer is yast2-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2013-02-28 10:24:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2013-04-24 11:58:43.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 15:37:01 CEST 2013 - loci...@suse.cz
+
+- Fixed checking for running firewall service (bnc#812606)
+- 2.21.4
+
+---

Old:

  yast2-firewall-2.21.3.tar.bz2

New:

  yast2-firewall-2.21.4.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.01Yow7/_old  2013-04-24 11:58:48.0 +0200
+++ /var/tmp/diff_new_pack.01Yow7/_new  2013-04-24 11:58:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:2.21.3
+Version:2.21.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-firewall-2.21.3.tar.bz2 - yast2-firewall-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-2.21.3/Makefile.am 
new/yast2-firewall-2.21.4/Makefile.am
--- old/yast2-firewall-2.21.3/Makefile.am   2013-02-22 10:51:25.0 
+0100
+++ new/yast2-firewall-2.21.4/Makefile.am   2013-04-16 09:41:38.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-2.21.3/Makefile.am.common 
new/yast2-firewall-2.21.4/Makefile.am.common
--- old/yast2-firewall-2.21.3/Makefile.am.common2013-02-22 
10:51:25.0 +0100
+++ new/yast2-firewall-2.21.4/Makefile.am.common2013-04-16 
09:41:38.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-2.21.3/Makefile.in 
new/yast2-firewall-2.21.4/Makefile.in
--- old/yast2-firewall-2.21.3/Makefile.in   2013-02-22 10:51:35.0 
+0100
+++ new/yast2-firewall-2.21.4/Makefile.in   2013-04-16 09:41:44.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 

commit yast2-instserver for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-instserver for 
openSUSE:Factory checked in at 2013-04-24 11:59:07

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


Package is yast2-instserver, Maintainer is lsle...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-instserver/yast2-instserver.changes
2013-02-28 10:24:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-instserver.new/yast2-instserver.changes   
2013-04-24 11:59:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr 15 10:51:57 UTC 2013 - lsle...@suse.cz
+
+- dialogs.ycp - added missing import/include (found by YCP - Ruby
+  translation)
+- 2.24.0
+
+---

Old:

  yast2-instserver-2.21.1.tar.bz2

New:

  yast2-instserver-2.24.0.tar.bz2



Other differences:
--
++ yast2-instserver.spec ++
--- /var/tmp/diff_new_pack.1zuWpc/_old  2013-04-24 11:59:16.0 +0200
+++ /var/tmp/diff_new_pack.1zuWpc/_new  2013-04-24 11:59:16.0 +0200
@@ -18,7 +18,7 @@
 
 #
 Name:   yast2-instserver
-Version:2.21.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-instserver-2.21.1.tar.bz2 - yast2-instserver-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-instserver-2.21.1/Makefile.am 
new/yast2-instserver-2.24.0/Makefile.am
--- old/yast2-instserver-2.21.1/Makefile.am 2013-02-22 11:14:49.0 
+0100
+++ new/yast2-instserver-2.24.0/Makefile.am 2013-04-15 13:01:38.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-instserver-2.21.1/Makefile.am.common 
new/yast2-instserver-2.24.0/Makefile.am.common
--- old/yast2-instserver-2.21.1/Makefile.am.common  2013-02-22 
11:14:49.0 +0100
+++ new/yast2-instserver-2.24.0/Makefile.am.common  2013-04-15 
13:01:37.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-instserver-2.21.1/Makefile.in 
new/yast2-instserver-2.24.0/Makefile.in
--- old/yast2-instserver-2.21.1/Makefile.in 2013-02-22 11:14:53.0 
+0100
+++ new/yast2-instserver-2.24.0/Makefile.in 2013-04-15 13:01:43.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \

commit yast2-mouse for openSUSE:Factory

2013-04-24 Thread h_root


bin2C8NO3TvM5.bin
Description: Binary data


commit yast2-network for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2013-04-24 12:00:09

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


Package is yast2-network, Maintainer is mfi...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2013-04-03 13:10:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2013-04-24 12:00:11.0 +0200
@@ -1,0 +2,55 @@
+Fri Apr 19 07:30:38 UTC 2013 - mfi...@suse.com
+
+- Fix detection of properly configured LCS and CTC devices (bnc#741071#c20)
+- Only save LLADDR (persistent MAC) for some s390 card types,
+  avoiding softsetup, also after the installation (bnc#728611).
+- Ensure persistent interface names by retriggering udev events
+  after we have written an incomplete 70-persistent-net.rules
+  (bnc#721520).
+
+---
+Fri Apr 12 10:49:56 UTC 2013 - mfi...@suse.com
+
+- Changed way how list of slave candidates for bridge is created
+- Improved conditions for slave candidates list creation. Devices
+enslaved in a bond are excluded.
+
+---
+Wed Apr 10 09:13:30 UTC 2013 - mfi...@suse.com
+
+- bnc#813835
+- Crash when attempting to edit unconfigured interface.
+
+---
+Tue Apr  2 07:06:49 UTC 2013 - mfi...@suse.com
+
+- bnc#719881
+- S390: only L2 capable devices can be enslaved into bond. 
+
+---
+Fri Mar 22 11:37:29 UTC 2013 - mfi...@suse.com
+
+- bnc#747844
+- Extended bugfix. Initializes reasonable defaults for s390
+specific variables when configuring device for the first time.
+Previous fix handled switching between interfaces only.
+- bnc#792985
+- eth not set up during installation
+- previous bugfix was not working
+
+---
+Fri Mar 22 10:08:35 UTC 2013 - mfi...@suse.com
+
+- Ported several fixes in YaPI:
+- fate#313309
+- support for bonding and bridging (WebYaST)
+- bnc#790219
+- fixed writting ifcfg for bonding through YaPI.
+More than two interfaces can be added into bond device.
+- YaPI: drop caches when reading network interfaces, make it
+stateless (bnc#790219#c33) - lsle...@suse.cz
+- bnc#790202
+- workaround for forcing reconfiguration of bridge slaves
+- 2.24.17
+
+---

Old:

  yast2-network-2.24.16.tar.bz2

New:

  yast2-network-2.24.17.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.2yB5gB/_old  2013-04-24 12:00:13.0 +0200
+++ /var/tmp/diff_new_pack.2yB5gB/_new  2013-04-24 12:00:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:2.24.16
+Version:2.24.17
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-2.24.16.tar.bz2 - yast2-network-2.24.17.tar.bz2 ++
 2361 lines of diff (skipped)

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



commit yast2-samba-server for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2013-04-24 12:00:37

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


Package is yast2-samba-server, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2013-02-20 09:39:10.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2013-04-24 12:00:39.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 19 10:50:57 CEST 2013 - jsuch...@suse.cz
+
+- testsuite adapted to last change of Service.ycp
+- 2.24.0 
+
+---

Old:

  yast2-samba-server-2.23.2.tar.bz2

New:

  yast2-samba-server-2.24.0.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.ATNSzt/_old  2013-04-24 12:00:45.0 +0200
+++ /var/tmp/diff_new_pack.ATNSzt/_new  2013-04-24 12:00:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:2.23.2
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-samba-server-2.23.2.tar.bz2 - yast2-samba-server-2.24.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.2/Makefile.am 
new/yast2-samba-server-2.24.0/Makefile.am
--- old/yast2-samba-server-2.23.2/Makefile.am   2013-02-19 17:41:41.0 
+0100
+++ new/yast2-samba-server-2.24.0/Makefile.am   2013-04-19 17:24:18.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.2/Makefile.am.common 
new/yast2-samba-server-2.24.0/Makefile.am.common
--- old/yast2-samba-server-2.23.2/Makefile.am.common2013-02-19 
17:41:41.0 +0100
+++ new/yast2-samba-server-2.24.0/Makefile.am.common2013-04-19 
17:24:18.0 +0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-samba-server-2.23.2/Makefile.in 
new/yast2-samba-server-2.24.0/Makefile.in
--- old/yast2-samba-server-2.23.2/Makefile.in   2013-02-19 17:41:45.0 
+0100
+++ new/yast2-samba-server-2.24.0/Makefile.in   2013-04-19 17:24:22.0 
+0200
@@ -980,19 +980,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check 

commit yast2-squid for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-squid for openSUSE:Factory 
checked in at 2013-04-24 12:01:08

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


Package is yast2-squid, Maintainer is yast2-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/yast2-squid/yast2-squid.changes  2013-02-28 
10:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-squid.new/yast2-squid.changes 
2013-04-24 12:01:10.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 18 16:54:12 CEST 2013 - loci...@suse.com
+
+- Do not block squid configuration if SuSEfirewall can't be read
+  (bnc#808722)
+- 2.21.3
+
+---

Old:

  yast2-squid-2.21.2.tar.bz2

New:

  yast2-squid-2.21.3.tar.bz2



Other differences:
--
++ yast2-squid.spec ++
--- /var/tmp/diff_new_pack.jXD9jl/_old  2013-04-24 12:01:15.0 +0200
+++ /var/tmp/diff_new_pack.jXD9jl/_new  2013-04-24 12:01:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-squid
-Version:2.21.2
+Version:2.21.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-squid-2.21.2.tar.bz2 - yast2-squid-2.21.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-2.21.2/Makefile.am 
new/yast2-squid-2.21.3/Makefile.am
--- old/yast2-squid-2.21.2/Makefile.am  2013-02-22 11:02:11.0 +0100
+++ new/yast2-squid-2.21.3/Makefile.am  2013-04-19 11:06:41.0 +0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-2.21.2/Makefile.am.common 
new/yast2-squid-2.21.3/Makefile.am.common
--- old/yast2-squid-2.21.2/Makefile.am.common   2013-02-22 11:02:11.0 
+0100
+++ new/yast2-squid-2.21.3/Makefile.am.common   2013-04-19 11:06:41.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-squid-2.21.2/Makefile.in 
new/yast2-squid-2.21.3/Makefile.in
--- old/yast2-squid-2.21.2/Makefile.in  2013-02-22 11:02:24.0 +0100
+++ new/yast2-squid-2.21.3/Makefile.in  2013-04-19 11:06:53.0 +0200
@@ -1064,19 +1064,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit yast2-tune for openSUSE:Factory

2013-04-24 Thread h_root


binlDgE9Z_1Uc.bin
Description: Binary data


commit timezone-java.1609 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone-java.1609 for 
openSUSE:12.1:Update checked in at 2013-04-24 13:22:01

Comparing /work/SRC/openSUSE:12.1:Update/timezone-java.1609 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.timezone-java.1609.new (New)


Package is timezone-java.1609, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit timezone-java for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone-java for 
openSUSE:12.1:Update checked in at 2013-04-24 13:22:12

Comparing /work/SRC/openSUSE:12.1:Update/timezone-java (Old)
 and  /work/SRC/openSUSE:12.1:Update/.timezone-java.new (New)


Package is timezone-java, Maintainer is dmuel...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.94xZaY/_old  2013-04-24 13:22:14.0 +0200
+++ /var/tmp/diff_new_pack.94xZaY/_new  2013-04-24 13:22:14.0 +0200
@@ -1 +1 @@
-link package='timezone-java.1439' cicount='copy' /
+link package='timezone-java.1609' cicount='copy' /

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



commit timezone-java for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone-java for 
openSUSE:12.2:Update checked in at 2013-04-24 13:22:15

Comparing /work/SRC/openSUSE:12.2:Update/timezone-java (Old)
 and  /work/SRC/openSUSE:12.2:Update/.timezone-java.new (New)


Package is timezone-java, Maintainer is dmuel...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.TIDMhP/_old  2013-04-24 13:22:17.0 +0200
+++ /var/tmp/diff_new_pack.TIDMhP/_new  2013-04-24 13:22:17.0 +0200
@@ -1 +1 @@
-link package='timezone-java.1439' cicount='copy' /
+link package='timezone-java.1609' cicount='copy' /

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



commit timezone-java.1609 for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone-java.1609 for 
openSUSE:12.3:Update checked in at 2013-04-24 13:22:17

Comparing /work/SRC/openSUSE:12.3:Update/timezone-java.1609 (Old)
 and  /work/SRC/openSUSE:12.3:Update/.timezone-java.1609.new (New)


Package is timezone-java.1609, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit timezone-java for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone-java for 
openSUSE:12.3:Update checked in at 2013-04-24 13:22:22

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


Package is timezone-java, Maintainer is dmuel...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Rs1PcZ/_old  2013-04-24 13:22:24.0 +0200
+++ /var/tmp/diff_new_pack.Rs1PcZ/_new  2013-04-24 13:22:24.0 +0200
@@ -1 +1 @@
-link package='timezone-java.1439' cicount='copy' /
+link package='timezone-java.1609' cicount='copy' /

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



commit curl.1590 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package curl.1590 for openSUSE:12.1:Update 
checked in at 2013-04-24 13:22:17

Comparing /work/SRC/openSUSE:12.1:Update/curl.1590 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.curl.1590.new (New)


Package is curl.1590, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.1:Update/.curl.1590.new/curl.changes  2013-04-24 
13:22:22.0 +0200
@@ -0,0 +1,967 @@
+---
+Fri Apr 12 11:01:51 UTC 2013 - vci...@suse.com
+
+- fixed CVE-2013-1944 (bnc#814655)
+  added curl-CVE-2013-1944.patch
+
+---
+Wed Jan 25 08:27:55 UTC 2012 - mma...@suse.cz
+
+- Drop one mistakenly backported patch to fix build.
+
+---
+Sun Jan 22 14:18:58 UTC 2012 - mma...@suse.cz
+
+- Fix IMAP, POP3 and SMTP URL sanitization (bnc#740452,
+  CVE-2012-0036)
+- Disable SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option when built
+  against an older OpenSSL version (CVE-2010-4180).
+- Don't enable SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (bnc#742306,
+  CVE-2011-3389).
+
+---
+Mon Oct  3 15:44:17 UTC 2011 - dims...@opensuse.org
+
+- Update to version 7.22.0:
+  + Added CURLOPT_GSSAPI_DELEGATION
+  + Added support for NTLM delegation to Samba's winbind daemon
+helper ntlm_auth
+  + Display notes from setup file in testcurl.pl
+  + BSD-style lwIP TCP/IP stack experimental support on Windows
+  + OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
+  + --delegation was added to set CURLOPT_GSSAPI_DELEGATION
+  + nss: start with no database if the selected database is broken
+  + telnet: allow programatic use on Windows
+  + for a list of bugfixes, see
+http://curl.haxx.se/changes.html#7_22_0
+- Drop curl-openssl-release-buffers.patch: fixed upstream.
+- Add curl-fix-m4.patch: Use 'x' in configure scripts. Fixes issues
+  when configure is run with -Werror -Wall.
+
+---
+Sun Sep 18 00:10:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Fri Sep 16 17:22:44 UTC 2011 - jeng...@medozas.de
+
+- Add curl-devel to baselibs
+
+---
+Mon Aug 15 05:05:01 UTC 2011 - crrodrig...@opensuse.org
+
+- Use SSL_MODE_RELEASE_BUFFERS if available, accepted 
+  in upstream as commit 3d919440c80333c496fb
+
+---
+Tue Jul 12 06:46:02 UTC 2011 - co...@novell.com
+
+- remove support for old suse_versions
+
+---
+Mon Jul 11 11:40:17 CEST 2011 - p...@suse.de
+
+- Update to 7.21.7:
+  - Fix libcurl inappropriate GSSAPI delegation. Full details at
+http://curl.haxx.se/docs/adv_20110623.html
+  - Some other minor fixes.
+
+- Use the lzma compressed tarball provided upstreams.
+
+---
+Fri May 20 16:25:34 UTC 2011 - crrodrig...@opensuse.org
+
+- remove unintented LDFLAGS from the spec file 
+
+---
+Fri May 20 15:37:54 UTC 2011 - crrodrig...@opensuse.org
+
+- Update to 7.21.6
+* curl-config: fix --version 
+* use HTTPS properly after CONNECT
+* SFTP: close file before post quote operations
+
+---
+Thu Apr 14 17:02:19 UTC 2011 - crrodrig...@opensuse.org
+
+- bnc#598574 has been fixed in upstream commit  8ab137b2bc9630ce20f4
+ already, so enable c-ares support again.
+
+---
+Sat Apr  9 20:42:27 UTC 2011 - crrodrig...@opensuse.org
+
+- Support openSSL compiled without SSLv2 support
+- Update to version 7.21.4
+  * SMTP: add brackets for MAIL FROM
+  * multi: connect fail = use next IP address
+  * pubkey_show: allocate buffer to fit any-size result
+  * Curl_do: avoid using stale conn pointer
+  * tftpd test server: avoid buffer overflow report from glibc
+  * OpenSSL get_cert_chain: support larger data sets
+  * SCP/SFTP transfers: acknowledge speedcheck
+  * connect problem: use UDP correctly
+  * OpenSSL: improved error message on SSL_CTX_new failures
+  * HTTP: memory leak on multiple Location:
+  * curl.1: typo in -v description
+  * CURLOPT_SOCKOPTFUNCTION: return proper error code --keepalive-time
+  * file: add support for CURLOPT_TIMECONDITION
+  * multi: fix CURLM_STATE_TOOFAST for multi_socket

commit timezone for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:12.1:Update 
checked in at 2013-04-24 13:22:28

Comparing /work/SRC/openSUSE:12.1:Update/timezone (Old)
 and  /work/SRC/openSUSE:12.1:Update/.timezone.new (New)


Package is timezone, Maintainer is timezone

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.EzgAk1/_old  2013-04-24 13:22:31.0 +0200
+++ /var/tmp/diff_new_pack.EzgAk1/_new  2013-04-24 13:22:31.0 +0200
@@ -1 +1 @@
-link package='timezone.1439' cicount='copy' /
+link package='timezone.1609' cicount='copy' /

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



commit timezone.1609 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone.1609 for 
openSUSE:12.1:Update checked in at 2013-04-24 13:22:25

Comparing /work/SRC/openSUSE:12.1:Update/timezone.1609 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.timezone.1609.new (New)


Package is timezone.1609, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.1:Update/.timezone.1609.new/timezone-java.changes 
2013-04-24 13:22:27.0 +0200
@@ -0,0 +1,4910 @@
+---
+Sat Apr 20 16:34:13 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode  tzdata 2013c, updates for Australia, Palestine,
+  Paraguay. 
+
+---
+Wed Mar 13 15:26:25 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode and tzdata 2013b
+* Haiti uses US daylight-saving rules this year, and presumably future years.
+This changes time stamps starting today.·
+* Paraguay will end DST on March 24 this year.
+* Morocco does not observe DST during Ramadan.
+
+---
+Sun Mar 10 04:59:27 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode and tzdata 2013a·
+ - Change affecting binary data format:
+ * The zone offset at the end of version-2-format zone files is now
+ allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)
+ - Changes affecting current and future time stamps:
+ *  Chile's 2013 rules, and we guess rules for 2014 and later, will be
+ the same as 2012, namely Apr Sun=23 03:00 UTC to Sep Sun=2 04:00 UTC. 
+ *New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
+
+---
+Sat Oct 27 10:38:41 UTC 2012 - dmuel...@suse.com
+
+- update to 2012h (bnc#787005):
+  * Samoa fall 2012 and later
+  * Palestine fall 2012
+  * Bahia no longer has DST
+  * Tocantins has DST
+  * Israel has new DST rules next year
+  * Jordan stays on DST this winter
+
+---
+Sat Sep 15 08:38:34 UTC 2012 - frank.lichtenh...@sophos.com
+
+- Update Url from the glibc page (which doesn't talk
+  about timezone data at all (anymore?)) to the IANA
+  page which is much more informative.
+
+---
+Thu Sep 13 15:06:27 UTC 2012 - dmuel...@suse.com
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 - January 20th, 2013
+
+---
+Mon Aug 20 15:47:57 UTC 2012 - fcro...@suse.com
+
+- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
+  (bnc#773491)
+- Do not apply tzcode-link.diff on openSUSE = 12.2 (bnc#773491).
+
+---
+Mon Aug  6 10:52:34 UTC 2012 - dmuel...@suse.com
+
+- update to 2012e:
+  * Pacific/Fakaofo: Tokelau is UTC+13, not UTC+14
+
+---
+Tue Jul 24 18:57:28 UTC 2012 - dmuel...@suse.com
+
+- update to 2012d (bnc#771369):
+  * Morocco DST is interrupted during Ramadan 2012
+  (July 20th- August 19th)
+
+---
+Mon Apr  2 16:19:16 CEST 2012 - dmuel...@suse.de
+
+- update to 2012c:
+  * Morocco DST starts late April 2012
+  * Changes for Gaza, Hebron and Syria (for 2012)
+  * Haiti now follows US/Canada rules regarding DST
+
+---
+Thu Mar 29 14:56:30 CEST 2012 - dmuel...@suse.de
+
+- adjust license to spdx.org format (bnc#752642)
+
+---
+Sat Mar  3 11:33:38 CET 2012 - dmuel...@suse.de
+
+- update to 2012b (bnc#748550):
+  * Cuba has delayed start of DST by 3 weeks
+  (now starts April 1 rather than March 11
+  * Chile 2011/2012 and 2012/2013 summer time date adjustments.
+  * Falkland Islands onto permanent summer time (we're assuming for the
+foreseeable future, though 2012 is all we're fairly certain of.)
+  * Armenia has abolished Summer Time.
+  * Tokelau jumped the International Date Line back last December
+(just the same as their near neighbour, Samoa).
+  * America/Creston is a new zone for a small area of British Columbia
+  * There will be a leapsecod 2012-06-30 23:59:60 UTC.
+
+---
+Sat Nov  5 13:58:36 CET 2011 - dmuel...@suse.de
+
+- update to 2011n:
+  * Cuba (America/Havana) has extended summer time to end on Nov 13
+  * Europe/Tiraspol 

commit curl for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:12.1:Update 
checked in at 2013-04-24 13:22:28

Comparing /work/SRC/openSUSE:12.1:Update/curl (Old)
 and  /work/SRC/openSUSE:12.1:Update/.curl.new (New)


Package is curl, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.ILZRPv/_old  2013-04-24 13:22:34.0 +0200
+++ /var/tmp/diff_new_pack.ILZRPv/_new  2013-04-24 13:22:34.0 +0200
@@ -1 +1 @@
-link package='curl.242' cicount='copy' /
+link package='curl.1590' cicount='copy' /

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



commit curl.1590 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package curl.1590 for openSUSE:12.2:Update 
checked in at 2013-04-24 13:22:34

Comparing /work/SRC/openSUSE:12.2:Update/curl.1590 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.curl.1590.new (New)


Package is curl.1590, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.2:Update/.curl.1590.new/curl.changes  2013-04-24 
13:22:40.0 +0200
@@ -0,0 +1,1010 @@
+---
+Fri Apr 12 11:01:51 UTC 2013 - vci...@suse.com
+
+- fixed CVE-2013-1944 (bnc#814655)
+  added curl-CVE-2013-1944.patch
+
+---
+Sat May 12 23:24:56 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 7.25.0
+* Added CURLOPT_TCP_KEEPALIVE, CURLOPT_TCP_KEEPIDLE,
+  CURLOPT_TCP_KEEPINTVL
+* use new library-side TCP_KEEPALIVE options
+* Added a new CURLOPT_MAIL_AUTH option
+* Added support for --mail-auth
+* (for more see the shipped CHANGES file)
+
+---
+Wed Feb  8 00:45:18 UTC 2012 - crrodrig...@opensuse.org
+
+- Problem with the c-ares backend, workaround for [bnc#745534] 
+
+---
+Thu Feb  2 18:47:10 UTC 2012 - crrodrig...@opensuse.org
+
+- Update to version curl 7.24.0
+- refresh patches to fix broken build
+
+---
+Wed Jan 18 13:49:56 CET 2012 - dmuel...@suse.de
+
+- use the rpmoptflags unconditionally, don't do own compiler flag
+  magic. Fixes debuginfo package built 
+
+---
+Wed Dec 28 10:30:28 UTC 2011 - mma...@suse.cz
+
+- Package /usr/share/aclocal to avoid build dependency on automake.
+
+---
+Wed Nov 30 22:39:35 UTC 2011 - crrodrig...@opensuse.org
+
+- Use O_CLOEXEC in library code. 
+
+---
+Tue Nov 29 11:51:38 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+
+---
+Tue Nov 29 08:20:23 UTC 2011 - idoen...@suse.de
+
+- Use original source tarball 
+
+---
+Mon Nov 28 12:00:00 UTC 2011 - opens...@dstoecker.de
+
+- Update to version 7.23.1:
+  + Empty headers can be sent in HTTP requests by terminating with a semicolon
+  + SSL session sharing support added to curl_share_setopt()
+  + Added support to MAIL FROM for the optional SIZE parameter
+  + smtp: Added support for NTLM authentication
+  + curl tool: code split into tool_*.[ch] files
+  + lots of bugfixes
+---
+Mon Oct  3 15:44:17 UTC 2011 - dims...@opensuse.org
+
+- Update to version 7.22.0:
+  + Added CURLOPT_GSSAPI_DELEGATION
+  + Added support for NTLM delegation to Samba's winbind daemon
+helper ntlm_auth
+  + Display notes from setup file in testcurl.pl
+  + BSD-style lwIP TCP/IP stack experimental support on Windows
+  + OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available
+  + --delegation was added to set CURLOPT_GSSAPI_DELEGATION
+  + nss: start with no database if the selected database is broken
+  + telnet: allow programatic use on Windows
+  + for a list of bugfixes, see
+http://curl.haxx.se/changes.html#7_22_0
+- Drop curl-openssl-release-buffers.patch: fixed upstream.
+- Add curl-fix-m4.patch: Use 'x' in configure scripts. Fixes issues
+  when configure is run with -Werror -Wall.
+
+---
+Sun Sep 18 00:10:42 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---
+Fri Sep 16 17:22:44 UTC 2011 - jeng...@medozas.de
+
+- Add curl-devel to baselibs
+
+---
+Mon Aug 15 05:05:01 UTC 2011 - crrodrig...@opensuse.org
+
+- Use SSL_MODE_RELEASE_BUFFERS if available, accepted 
+  in upstream as commit 3d919440c80333c496fb
+
+---
+Tue Jul 12 06:46:02 UTC 2011 - co...@novell.com
+
+- remove support for old suse_versions
+
+---
+Mon Jul 11 11:40:17 CEST 2011 - p...@suse.de
+
+- Update to 7.21.7:
+  - Fix libcurl inappropriate GSSAPI delegation. Full details at
+http://curl.haxx.se/docs/adv_20110623.html
+  - Some other minor fixes.
+
+- Use the lzma compressed 

commit timezone for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:12.2:Update 
checked in at 2013-04-24 13:22:38

Comparing /work/SRC/openSUSE:12.2:Update/timezone (Old)
 and  /work/SRC/openSUSE:12.2:Update/.timezone.new (New)


Package is timezone, Maintainer is timezone

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2HFmrQ/_old  2013-04-24 13:22:44.0 +0200
+++ /var/tmp/diff_new_pack.2HFmrQ/_new  2013-04-24 13:22:44.0 +0200
@@ -1 +1 @@
-link package='timezone.1439' cicount='copy' /
+link package='timezone.1609' cicount='copy' /

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



commit timezone.1609 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone.1609 for 
openSUSE:12.2:Update checked in at 2013-04-24 13:22:34

Comparing /work/SRC/openSUSE:12.2:Update/timezone.1609 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.timezone.1609.new (New)


Package is timezone.1609, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.2:Update/.timezone.1609.new/timezone-java.changes 
2013-04-24 13:22:41.0 +0200
@@ -0,0 +1,4911 @@
+---
+Sat Apr 20 16:31:29 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode  tzdata 2013c, updates for Australia, Palestine,
+  Paraguay.
+
+---
+Wed Mar 13 15:23:57 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode and tzdata 2013b
+* Haiti uses US daylight-saving rules this year, and presumably future years.
+This changes time stamps starting today.·
+* Paraguay will end DST on March 24 this year.
+* Morocco does not observe DST during Ramadan.
+
+---
+Sun Mar 10 05:13:52 UTC 2013 - crrodrig...@opensuse.org
+
+- tzcode and tzdata 2013a·
+ - Change affecting binary data format:
+* The zone offset at the end of version-2-format zone files is now
+allowed to be 24:00, as per POSIX.1-2008.  (Thanks to Arthor David Olson.)
+- Changes affecting current and future time stamps:
+*  Chile's 2013 rules, and we guess rules for 2014 and later, will be
+the same as 2012, namely Apr Sun=23 03:00 UTC to Sep Sun=2 04:00 UTC. 
+*New Zones Asia/Khandyga, Asia/Ust-Nera, Europe/Busingen.
+
+
+---
+Sat Oct 27 10:38:41 UTC 2012 - dmuel...@suse.com
+
+- update to 2012h (bnc#787005):
+  * Samoa fall 2012 and later
+  * Palestine fall 2012
+  * Bahia no longer has DST
+  * Tocantins has DST
+  * Israel has new DST rules next year
+  * Jordan stays on DST this winter
+
+---
+Sat Sep 15 08:38:34 UTC 2012 - frank.lichtenh...@sophos.com
+
+- Update Url from the glibc page (which doesn't talk
+  about timezone data at all (anymore?)) to the IANA
+  page which is much more informative.
+
+---
+Thu Sep 13 15:06:27 UTC 2012 - dmuel...@suse.com
+
+- cleanup stale rpmnew / symlink of posixrules to /etc/localtime (bnc#762210)
+- remove %config part on posixrules symlink, it is not a config file
+
+- update to 2012f (bnc#780276):
+  * Fiji DST is October 21st 2012 - January 20th, 2013
+
+---
+Mon Aug 20 15:47:57 UTC 2012 - fcro...@suse.com
+
+- Add tzcode-symlink.patch: use a symlink to create /etc/localtime
+  (bnc#773491)
+- Do not apply tzcode-link.diff on openSUSE = 12.2 (bnc#773491).
+
+---
+Mon Aug  6 10:52:34 UTC 2012 - dmuel...@suse.com
+
+- update to 2012e:
+  * Pacific/Fakaofo: Tokelau is UTC+13, not UTC+14
+
+---
+Tue Jul 24 18:57:28 UTC 2012 - dmuel...@suse.com
+
+- update to 2012d (bnc#771369):
+  * Morocco DST is interrupted during Ramadan 2012
+  (July 20th- August 19th)
+
+---
+Mon Apr  2 16:19:16 CEST 2012 - dmuel...@suse.de
+
+- update to 2012c:
+  * Morocco DST starts late April 2012
+  * Changes for Gaza, Hebron and Syria (for 2012)
+  * Haiti now follows US/Canada rules regarding DST
+
+---
+Thu Mar 29 14:56:30 CEST 2012 - dmuel...@suse.de
+
+- adjust license to spdx.org format (bnc#752642)
+
+---
+Sat Mar  3 11:33:38 CET 2012 - dmuel...@suse.de
+
+- update to 2012b (bnc#748550):
+  * Cuba has delayed start of DST by 3 weeks
+  (now starts April 1 rather than March 11
+  * Chile 2011/2012 and 2012/2013 summer time date adjustments.
+  * Falkland Islands onto permanent summer time (we're assuming for the
+foreseeable future, though 2012 is all we're fairly certain of.)
+  * Armenia has abolished Summer Time.
+  * Tokelau jumped the International Date Line back last December
+(just the same as their near neighbour, Samoa).
+  * America/Creston is a new zone for a small area of British Columbia
+  * There will be a leapsecod 2012-06-30 23:59:60 UTC.
+
+---
+Sat Nov  5 13:58:36 CET 2011 - dmuel...@suse.de
+
+- update to 2011n:
+  * Cuba (America/Havana) has extended summer time to end on Nov 13
+  * Europe/Tiraspol decided 

commit timezone for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package timezone for openSUSE:12.3:Update 
checked in at 2013-04-24 13:22:48

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


Package is timezone, Maintainer is timezone

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.1ZrZBQ/_old  2013-04-24 13:22:51.0 +0200
+++ /var/tmp/diff_new_pack.1ZrZBQ/_new  2013-04-24 13:22:51.0 +0200
@@ -1 +1 @@
-link package='timezone.1439' cicount='copy' /
+link package='timezone.1609' cicount='copy' /

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



commit patchinfo.1609 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1609 for 
openSUSE:12.1:Update checked in at 2013-04-24 13:22:53

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1609 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1609.new (New)


Package is patchinfo.1609, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerelvigia/packager
  categoryrecommended/category
  ratingimportant/rating
  summarytimezone: Update to 2013c/summary
  descriptionThis update fixes the following issues with timezone:
- Regular timezone update to 2013c/description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1609 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1609 for 
openSUSE:12.2:Update checked in at 2013-04-24 13:23:00

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1609 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1609.new (New)


Package is patchinfo.1609, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerelvigia/packager
  categoryrecommended/category
  ratingimportant/rating
  summarytimezone: Update to 2013c/summary
  descriptionThis update fixes the following issues with timezone:
- Regular timezone update to 2013c/description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1590 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1590 for 
openSUSE:12.1:Update checked in at 2013-04-24 13:22:57

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1590 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1590.new (New)


Package is patchinfo.1590, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=814655 tracker=bnccurl: cookie domain tailmatch 
(CVE-2013-1944)/issue
  issue id=CVE-2013-1944 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagervitezslav_cizek/packager
  description
- fixed CVE-2013-1944 (bnc#814655)
  added curl-CVE-2013-1944.patch

/description
  summaryupdate for curl/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1609 for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1609 for 
openSUSE:12.3:Update checked in at 2013-04-24 13:23:03

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


Package is patchinfo.1609, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagerelvigia/packager
  categoryrecommended/category
  ratingimportant/rating
  summarytimezone: Update to 2013c/summary
  descriptionThis update fixes the following issues with timezone:
- Regular timezone update to 2013c/description
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1590 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1590 for 
openSUSE:12.2:Update checked in at 2013-04-24 13:23:03

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1590 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1590.new (New)


Package is patchinfo.1590, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=814655 tracker=bnccurl: cookie domain tailmatch 
(CVE-2013-1944)/issue
  issue id=CVE-2013-1944 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagervitezslav_cizek/packager
  description
- fixed CVE-2013-1944 (bnc#814655)
  added curl-CVE-2013-1944.patch

/description
  summaryupdate for curl/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1590 for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1590 for 
openSUSE:12.3:Update checked in at 2013-04-24 13:23:10

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


Package is patchinfo.1590, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  issue id=814655 tracker=bnccurl: cookie domain tailmatch 
(CVE-2013-1944)/issue
  issue id=CVE-2013-1944 tracker=cve /
  categorysecurity/category
  ratingmoderate/rating
  packagervitezslav_cizek/packager
  description
- fixed CVE-2013-1944 (bnc#814655)
  added curl-CVE-2013-1944.patch

/description
  summaryupdate for curl/summary
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit eio for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package eio for openSUSE:Factory checked in 
at 2013-04-24 15:50:03

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


Package is eio, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/eio/eio.changes  2013-04-17 23:03:55.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eio.new/eio.changes 2013-04-24 
15:50:04.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 22:16:26 UTC 2013 - sleep_wal...@suse.cz
+
+- removing man page documentation completely
+
+---



Other differences:
--
++ eio.spec ++
--- /var/tmp/diff_new_pack.3eZPud/_old  2013-04-24 15:50:06.0 +0200
+++ /var/tmp/diff_new_pack.3eZPud/_new  2013-04-24 15:50:06.0 +0200
@@ -16,12 +16,6 @@
 #
 
 
-%if %{_project} == X11:Enlightenment:Factory
-%define generate_manpages 1
-%else
-%define generate_manpages 0
-%endif
-
 Name:   eio
 Version:1.7.6
 Release:0
@@ -76,15 +70,6 @@
 %description doc-html
 Documentation of Eio library in form of HTML pages.
 
-%if %generate_manpages
-%package doc-man
-Summary:Man documentation of Eina
-Group:  Documentation/Man
-
-%description doc-man
-Documentation of Eina library in form of man pages.
-%endif
-
 # eio-1.7.6 doesn't have any examples packed
 # investigating upstream
 # let's comment this out for now
@@ -118,22 +103,12 @@
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
 
-%if %generate_manpages
-echo Copying MAN pages
-/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
-%endif
-
 # fix permissions
 find %{buildroot}%{_docdir} -type f | xargs chmod 0644
 find %{buildroot}%{_docdir} -type d | xargs chmod 0755
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
-
-%if %generate_manpages
-%fdupes -s %{buildroot}%{_mandir}
-%endif
-
 %endif
 
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -v {} \;
@@ -156,12 +131,6 @@
 %defattr(-, root, root)
 %{_docdir}/%{name}
 
-%if %generate_manpages
-%files doc-man
-%defattr(-, root, root)
-%{_mandir}/*/*
-%endif
-
 # %files examples
 # %defattr(-, root, root)
 # %dir %{_datadir}/%{name}

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



commit kiwi for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-04-24 15:52:02

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


Package is kiwi, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2013-04-17 
12:00:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-04-24 
15:52:06.0 +0200
@@ -1,0 +2,206 @@
+Wed Apr 24 14:15:41 CEST 2013 - m...@suse.de
+
+- v5.05.10 released
+  
+---
+Wed Apr 24 09:08:59 CEST 2013 - m...@suse.de
+  
+- added 'which' package to boot image descriptions for
+  openSUSE 13.1. which was formerly provided by util-linux
+  and is now an own package (bnc #816709)
+  
+---
+Wed Apr 24 09:06:13 CEST 2013 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+---
+Wed Apr 24 09:05:12 CEST 2013 - m...@suse.de
+  
+- DB: update documentation
+  
+---
+Wed Apr 24 08:50:52 CEST 2013 - m...@suse.de
+  
+- fixed use of swapsize in oem size settings
+  + the boot code adds the swap size as additional needed space
+to the oem-systemsize value thus it's wrong to test if swap
+fits into oem-systemsize. Robert had that before so this was
+correct, sorry Rob for changing this
+
+---
+Tue Apr 23 16:24:12 CEST 2013 - m...@suse.de
+
+- v5.05.9 released
+  
+---
+Tue Apr 23 11:11:10 CEST 2013 - m...@suse.de
+  
+- DB: rebuild documentation
+  
+---
+Tue Apr 23 10:56:08 CEST 2013 - m...@suse.de
+  
+- reflect the change in the oem-systemsize handling also
+  in the LVM repartition code
+  
+---
+Mon Apr 22 18:41:34 CEST 2013 - rjsch...@suse.de
+  
+- follow up to OEM setup consistency checking
+  + separate the checks to allow unit testing and create unit tests
+  + update the documentation to explain the meaning and interplay
+between oem-systemsize and systemdisk
+
+---
+Mon Apr 22 16:27:53 CEST 2013 - m...@suse.de
+
+- fixed misleading warning message in __getBootSize().
+  if wanted and needed boot partition space is the same a
+  warning message was printed which is not useful
+  
+---
+Mon Apr 22 15:43:38 CEST 2013 - m...@suse.de
+  
+- fixed schema documentation:
+  + if the size of a volume is set too small this is now treated
+as an error and kiwi exits. formerly this was ignored and kiwi
+used the value it calculated itself for the volume
+
+---
+Mon Apr 22 15:43:28 CEST 2013 - m...@suse.de
+
+- with regards to (bnc #815200) following runtime checks were added
+  + check if the specified system size is not smaller than the
+sum of the specified partition/volume sizes
+  + recommend to specify a swap size if swap is requested and a
+specific system and or partition/volume size was specified
+  + check if partition/volume path exists in the unpacked tree
+  + check if size of partition/volume in the unpacked tree is smaller
+than the requested partition/volume size
+  + check if specified system size is not smaller than the overall
+size of the unpacked tree
+  + check if the calculated free space according to the requested
+system size value and the current size of the unpacked tree is
+big enough to resize the partitions/volumes to its requested
+size
+
+---
+Mon Apr 22 10:16:48 CEST 2013 - m...@suse.de
+
+- fixed spec file, the mysystems macro for openSUSE was broken
+  because it uses VER=1220 on a 12.3 system
+  
+---
+Sun Apr 21 18:22:21 CEST 2013 - m...@suse.de
+  
+- fixed spec file, sync permissions with /srv/tftpboot
+  
+---
+Sun Apr 21 14:12:54 CEST 2013 - m...@suse.de
+  
+- fixed SUSE product creation if specified MAIN_PRODUCT
+  does not match the product name. In this case the collection
+  of products is skipped with a warning message
+  
+---
+Fri Apr 19 12:53:52 CEST 2013 - rjsch...@suse.de
+  
+- do not consider obsrun as a 

commit kiwi-config-openSUSE for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2013-04-24 15:52:35

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


Package is kiwi-config-openSUSE, Maintainer is co...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2013-03-08 09:13:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2013-04-24 15:52:37.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 18 05:28:16 UTC 2013 - co...@suse.com
+
+- new schema version, no changes required
+
+---



Other differences:
--

++ config.xml.in ++
--- /var/tmp/diff_new_pack.nBiJ3f/_old  2013-04-24 15:52:39.0 +0200
+++ /var/tmp/diff_new_pack.nBiJ3f/_new  2013-04-24 15:52:39.0 +0200
@@ -1,5 +1,5 @@
 ?xml version=1.0?
-image schemaversion=5.6 name=openSUSE-@VERSION@-@FLAVOR@ 
displayname=@LABEL@
+image schemaversion=5.7 name=openSUSE-@VERSION@-@FLAVOR@ 
displayname=@LABEL@
   description type=system
 authorStephan Kulow/author
 contactco...@novell.com/contact

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



commit libkolabxml for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2013-04-24 15:56:19

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


Package is libkolabxml, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2013-03-01 
07:25:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes 
2013-04-24 15:56:21.0 +0200
@@ -1,0 +2,29 @@
+Mon Apr 22 14:28:40 UTC 2013 - a...@ajaissle.de
+
+- Added fix_uuid_includes_SLE.diff
+- removed sed command to fix uuid includes
+- Patch only sles_version == 11
+
+---
+Tue Mar 19 14:04:36 UTC 2013 - a...@ajaissle.de
+
+- Enable mono bindings for SLE 11 SP 2
+
+---
+Tue Mar 19 12:45:39 UTC 2013 - a...@ajaissle.de
+
+- Use devel:tools:building when building SLE 11 SP2 (cmake, swig)
+- Removed cmake cxx flag -Wno-maybe-uninitialized
+- Fix php bindings for SLE 11 SP2
+
+---
+Wed Mar 13 00:02:21 UTC 2013 - a...@ajaissle.de
+
+- Also include .pyo and .pyc files in python-kolabformat
+
+---
+Fri Mar  1 15:11:24 UTC 2013 - a...@ajaissle.de
+
+- Updated spec fix SLE 11 SP2 build
+
+---

New:

  fix_uuid_includes_SLE.diff
  libkolabxml-0.8.4.tar.gz



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.dUPdhi/_old  2013-04-24 15:56:23.0 +0200
+++ /var/tmp/diff_new_pack.dUPdhi/_new  2013-04-24 15:56:23.0 +0200
@@ -27,6 +27,8 @@
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE fix_php5_bindings.diff
 Patch0: fix_php5_bindings.diff
+# Fix uuid.h path on SLE* 11
+Patch1: fix_uuid_includes_SLE.diff
 BuildRequires:  boost-devel
 BuildRequires:  cmake = 2.6
 BuildRequires:  gcc-c++
@@ -34,17 +36,15 @@
 BuildRequires:  java-openjdk
 BuildRequires:  libcurl-devel
 BuildRequires:  libqt4-devel
+%if 0%{?sles_version} == 11
+BuildRequires:  uuid-devel = 1.6.2
+%endif
 BuildRequires:  libxerces-c-devel
 BuildRequires:  mono-devel
-# ToDo: Fix SLE_11_SP2 CSHARP and PHP bindings
-#%%if 0%{?sles_version} == 0
-BuildRequires:  php5-devel
-#%%else
-#BuildRequires:  php53-devel
-#%%endif
+BuildRequires:  php-devel = 5.3
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-BuildRequires:  swig
+BuildRequires:  swig = 2.0
 BuildRequires:  xsd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -173,6 +173,9 @@
 %prep
 %setup -q
 %patch0 -p0
+%if 0%{?sles_version} == 11
+%patch1 -p0
+%endif
 
 %build
   export CXXFLAGS=%{optflags}
@@ -185,10 +188,8 @@
 -DLIB_INSTALL_DIR=%{_lib} \
 -DCMAKE_SKIP_RPATH=TRUE  \
 -DJAVA_BINDINGS=TRUE -DJAVA_INSTALL_DIR=%{_jnidir} \
-%if 0%{?sles_version} == 0
 -DCSHARP_BINDINGS=TRUE -DCSHARP_INSTALL_DIR=%{_prefix}/lib/mono/ \
 -DPHP_BINDINGS=TRUE \
-%endif
 -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
 ..
 
@@ -198,7 +199,6 @@
   cd build
   make DESTDIR=%{buildroot} install
 
-%if 0%{?sles_version} == 0
   %define php_extension_dir %( %{_bindir}/php-config --extension-dir | sed -e 
's#\\n##' )
   %define php_inidir /etc/php5/conf.d
 
@@ -209,9 +209,12 @@
 cat %{buildroot}/%{php_inidir}/kolabformat.ini EOF
 extension=kolabformat.so
 EOF
-%endif
+
+%clean
+rm -r %{buildroot}
 
 %post   -n %{name}%{soname} -p /sbin/ldconfig
+
 %postun -n %{name}%{soname} -p /sbin/ldconfig
 
 %files -n %{name}%{soname}
@@ -223,32 +226,29 @@
 %defattr(-,root,root)
 %doc COPYING
 %{python_sitearch}/_kolabformat.so
-%{python_sitearch}/kolabformat.py
+%{python_sitearch}/kolabformat.py*
 
-%if 0%{?sles_version} == 0
 %files -n php-%{name}%{soname}
 %defattr(-,root,root)
 %doc COPYING
 %config(noreplace) %{php_inidir}/kolabformat.ini
 %{_datadir}/php5/kolabformat.php
 %{php_extension_dir}/kolabformat.so
-%endif
 
 %files -n java-%{name}%{soname}
 %defattr(-,root,root)
 %doc COPYING
 %{_libdir}/java/*
 
-%if 0%{?sles_version} == 0
 %files -n mono-%{name}%{soname}
 %defattr(-,root,root)
 %doc COPYING
 %{_prefix}/lib/mono/*
-%endif
 
 %files devel
 %defattr(-,root,root)
 %doc DEVELOPMENT
+%dir %{_libdir}/cmake/
 %{_libdir}/cmake/Libkolabxml/
 %{_libdir}/libkolabxml.so
 %{_includedir}/kolabxml/

++ fix_php5_bindings.diff ++
--- /var/tmp/diff_new_pack.dUPdhi/_old  2013-04-24 15:56:23.0 +0200
+++ /var/tmp/diff_new_pack.dUPdhi/_new  2013-04-24 

commit librelp for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package librelp for openSUSE:Factory checked 
in at 2013-04-24 15:57:14

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


Package is librelp, Maintainer is m...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/librelp/librelp.changes  2012-09-25 
10:41:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.librelp.new/librelp.changes 2013-04-24 
15:57:17.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 23 20:06:57 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 1.0.3:
+  - added relpCltSetTimeout() interface function
+  - improved timeout handling
+  - provide support for user-settable shutdown indicator
+- includes changes from 1.0.2:
+  - added capability to support only IPv4/v6 instead of both
+
+---

Old:

  librelp-1.0.1.tar.gz

New:

  librelp-1.0.3.tar.gz



Other differences:
--
++ librelp.spec ++
--- /var/tmp/diff_new_pack.m9J8xw/_old  2013-04-24 15:57:22.0 +0200
+++ /var/tmp/diff_new_pack.m9J8xw/_new  2013-04-24 15:57:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librelp
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   librelp
 %define library_name librelp0
-Version:1.0.1
+Version:1.0.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://www.librelp.com/

++ librelp-1.0.1.tar.gz - librelp-1.0.3.tar.gz ++
 21313 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/librelp-1.0.1/ChangeLog new/librelp-1.0.3/ChangeLog
--- old/librelp-1.0.1/ChangeLog 2012-09-06 17:18:46.0 +0200
+++ new/librelp-1.0.3/ChangeLog 2013-04-10 10:57:10.0 +0200
@@ -1,4 +1,20 @@
 --
+Version 1.0.3 (rgerhards), 2013-04-10
+- added relpCltSetTimeout() interface function
+- improved timeout handling
+  Note: default timeout is now consistently 90 seconds (there were
+  some parts of the code where it were 10 seconds and at others
+  they were 180).
+- provide support for user-settable shutdown indicator
+  This was introduced in support of rsyslog, but is probably useful
+  for other users as well. In short, it provides the ability to set
+  a pointer that is expected to be zero as long as the library shall
+  continue to run and set to 1 if it shall terminate. That ptr is then
+  checked at appropriate places of the library code.
+--
+Version 1.0.2 (rgerhards), 2013-03-15
+- added capability to support only IPv4/v6 instead of both
+--
 Version 1.0.1 (rgerhards), 2012-09-06
 - added capability to stop server without canceling its thread
 - bugfix: interrupt of select() was not properly handled
@@ -6,7 +22,7 @@
   execution (and confusing debug messages).
 --
 Version 1.0.0 (rgerhards), 2009-12-11
-This version of librelp matured in practice and it is not time for
+This version of librelp matured in practice and it is now time for
 a 1.0 release. Besides that, it includes a small number of
 changes:
 - bugfix: user callback never received remote IP address
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/librelp-1.0.1/INSTALL new/librelp-1.0.3/INSTALL
--- old/librelp-1.0.1/INSTALL   2012-01-19 12:17:42.0 +0100
+++ new/librelp-1.0.3/INSTALL   2013-04-07 12:36:30.0 +0200
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
+Inc.
 
Copying and distribution of 

commit mpi-selector for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package mpi-selector for openSUSE:Factory 
checked in at 2013-04-24 15:57:29

Comparing /work/SRC/openSUSE:Factory/mpi-selector (Old)
 and  /work/SRC/openSUSE:Factory/.mpi-selector.new (New)


Package is mpi-selector, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/mpi-selector/mpi-selector.changes
2013-04-24 12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mpi-selector.new/mpi-selector.changes   
2013-04-24 15:57:31.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 24 13:55:24 CEST 2013 - p...@suse.de
+
+- Don't use a macro for calling 'make install' as it changes
+  between distributions.
+
+---



Other differences:
--
++ mpi-selector.spec ++
--- /var/tmp/diff_new_pack.xeMRfr/_old  2013-04-24 15:57:32.0 +0200
+++ /var/tmp/diff_new_pack.xeMRfr/_new  2013-04-24 15:57:32.0 +0200
@@ -50,7 +50,7 @@
 make
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install
 
 %files
 %defattr(-, root, root, -)

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



commit obs-service-format_spec_file for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2013-04-24 15:57:48

Comparing /work/SRC/openSUSE:Factory/obs-service-format_spec_file (Old)
 and  /work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new (New)


Package is obs-service-format_spec_file, Maintainer is adr...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2013-04-19 15:45:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2013-04-24 15:57:49.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 24 08:27:12 UTC 2013 - co...@suse.com
+
+- adding SUSE-Permissive-Modify-By-Patch
+
+---



Other differences:
--
++ licenses_changes.txt ++
--- /var/tmp/diff_new_pack.SfDelo/_old  2013-04-24 15:57:53.0 +0200
+++ /var/tmp/diff_new_pack.SfDelo/_new  2013-04-24 15:57:53.0 +0200
@@ -694,6 +694,8 @@
 SUSE-OML+  SUSE-OML+
 SUSE-OSL-1.1   OSL-1.1
 SUSE-OSL-1.1+  SUSE-OSL-1.1+
+SUSE-Permissive-Modify-By-PatchSimilar to SUSE-Permissive but 
copyright holder has specified that modification is only allowed by patch
+SUSE-Permissive-Modify-By-Patch+   SUSE-Permissive-Modify-By-Patch+
 SUSE-PermissiveMust not be copyleft. Must not contain patent clauses 
of any nature. Most not limit ability to copy, modifiy, distribute (through 
multiple tiers of distribution) and distribute modified versions. Must not 
impose obligations such as 'advertising clauses' or anything that could be 
viewed as an 'additional restriction' under GPL-2.0+ or GPL-3.0+. Must not 
impose obligations such as modification by patch only, or reciprocal clauses.
 SUSE-Permissive+   SUSE-Permissive+
 SUSE-PHP-2.02  PHP 2.02

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



commit python-argparse for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-argparse for openSUSE:Factory 
checked in at 2013-04-24 15:57:55

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


Package is python-argparse, Maintainer is speili...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-argparse/python-argparse.changes  
2011-09-26 10:13:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-argparse.new/python-argparse.changes 
2013-04-24 15:57:57.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr 14 16:37:44 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-argparse.new/python3-argparse.changes
2013-04-24 15:57:57.0 +0200
@@ -0,0 +1,74 @@
+---
+Sun Apr 14 16:37:44 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
+Thu Sep 22 10:53:36 UTC 2011 - sasc...@suse.de
+
+- Corrected license to Python-2.0
+
+---
+Thu Sep 22 09:24:24 UTC 2011 - sasc...@suse.de
+
+- Set license to Apache-2.0 (SPDX style)
+- Merge doc package back into base package
+- Remove %clean section and authors from description
+- Require python-distribute instead of python-setuptools
+
+---
+Fri Apr  1 01:00:43 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2.1:
+  - fixed Issue #82: argparse 1.2 incompatible with Python 3.1
+  - hacked the tests so they don't have the minor failures that were caused
+by the compatibility stuff for python 2.3 and 3.1
+
+---
+Mon Mar 28 16:38:22 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 1.2:
+  - fixed Issue #79: re-licensed argparse package under same
+license as py 2.7 stdlib argparse code
+  - fixed Issue #80: argparse 1.2 is now same archive on pypi / on
+google code
+- Hard-coded PDF version as it is not following release number
+  (at least for now).
+
+---
+Wed Dec 15 14:06:37 UTC 2010 - sasc...@suse.de
+
+- Re-add documentation subpackage
+  * Got lost in previous commit
+  * Also add NEWS.txt and README.txt
+
+---
+Sat Dec 11 20:48:26 UTC 2010 - sasc...@gmx.de
+
+- Re-generated spec file with py2pack, now builds for Fedora and
+  Mandriva.
+
+---
+Tue Sep  7 13:32:48 UTC 2010 - alexan...@exatati.com.br
+
+- Bzip2 source file;
+- Spec file cleaned with spec-cleaner.
+
+---
+Sun May 30 09:45:05 UTC 2010 - t...@suse.de
+
+SPEC file changes:
+- Create subpackage for documentation
+- Added %changelog
+- Used macro modname
+- Added additionally PDF for documentation subpackage
+
+---
+Mon Mar  1 14:37:00 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 1.1.
+
+---
+Thu Dec 10 11:49:00 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (1.0.1) for openSUSE.

New:

  python3-argparse.changes
  python3-argparse.spec



Other differences:
--
++ python-argparse.spec ++
--- /var/tmp/diff_new_pack.5tYj6K/_old  2013-04-24 15:57:58.0 +0200
+++ /var/tmp/diff_new_pack.5tYj6K/_new  2013-04-24 15:57:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-argparse
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ python3-argparse.spec ++
#
# spec file for package python3-argparse
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 

commit python-futures for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2013-04-24 16:00:06

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


Package is python-futures, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes   
2013-04-24 16:00:06.0 +0200
@@ -0,0 +1,11 @@
+---
+Wed Apr 24 07:01:28 UTC 2013 - cfarr...@suse.com
+
+- license update: BSD-2-Clause
+  See LICENSE file
+
+---
+Tue Apr  9 10:26:41 UTC 2013 - speili...@suse.com
+
+- Initial version
+

New:

  futures-2.1.3.tar.gz
  python-futures.changes
  python-futures.spec



Other differences:
--
++ python-futures.spec ++
#
# spec file for package python-futures
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


Name:   python-futures
Version:2.1.3
Release:0
License:BSD-2-Clause
Summary:Backport of the concurrent.futures package from Python 32
Url:http://code.google.com/p/pythonfutures
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
BuildRequires:  python-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}  0%{?suse_version} = 1110
%{!?python_sitearch: %global python_sitearch %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
%endif

%description
A Java-style futures package for Python

This package is described in PEP-3148 and is included in Python 3.2.

See the Python documentation for a full description. 

%prep
%setup -q -n futures-%{version}

%build
CFLAGS=%{optflags} python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

#%%check
#python test

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE
%{python_sitelib}/*

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



commit python-pyasn1 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-pyasn1 for openSUSE:Factory 
checked in at 2013-04-24 16:00:20

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


Package is python-pyasn1, Maintainer is radma...@suse.com

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyasn1.new/python3-pyasn1.changes
2013-04-24 16:00:21.0 +0200
@@ -0,0 +1,5 @@
+---
+Wed Apr 24 04:25:05 UTC 2013 - highwaystar...@gmail.com
+
+- initial python3 package 
+

New:

  python3-pyasn1.changes
  python3-pyasn1.spec



Other differences:
--
++ python-pyasn1.spec ++
--- /var/tmp/diff_new_pack.VgexT8/_old  2013-04-24 16:00:23.0 +0200
+++ /var/tmp/diff_new_pack.VgexT8/_new  2013-04-24 16:00:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyasn1
 #
-# 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

++ python3-pyasn1.spec ++
#
# spec file for package python3-pyasn1
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   python3-pyasn1
Version:0.1.6
Release:0
Summary:ASN.1 types and codecs
License:BSD-3-Clause
Group:  Development/Languages/Python
Url:http://pyasn1.sf.net/
Source: 
http://pypi.python.org/packages/source/p/pyasn1/pyasn1-%{version}.tar.gz
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Provides:   python3-asn1 = %{version}
Obsoletes:  python3-asn1  0.1.2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.

%prep
%setup -q -n pyasn1-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE README THANKS TODO doc
%{python3_sitelib}/pyasn1
%{python3_sitelib}/pyasn1-%{version}-py%{py3_ver}.egg-info

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



commit python-pycrypto for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-pycrypto for openSUSE:Factory 
checked in at 2013-04-24 16:00:27

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


Package is python-pycrypto, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-pycrypto/python-pycrypto.changes  
2012-09-06 09:01:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python-pycrypto.changes 
2013-04-24 16:00:31.0 +0200
@@ -1,0 +2,55 @@
+Wed Apr 24 06:56:10 UTC 2013 - highwaystar...@gmail.com
+
+- update to 2.6 
+  * [CVE-2012-2417] Fix LP#985164: insecure ElGamal key generation.
+(thanks: Legrandin)
+
+In the ElGamal schemes (for both encryption and signatures), g is
+supposed to be the generator of the entire Z^*_p group.  However, in
+PyCrypto 2.5 and earlier, g is more simply the generator of a random
+sub-group of Z^*_p.
+
+The result is that the signature space (when the key is used for
+signing) or the public key space (when the key is used for encryption)
+may be greatly reduced from its expected size of log(p) bits, possibly
+down to 1 bit (the worst case if the order of g is 2).
+
+While it has not been confirmed, it has also been suggested that an
+attacker might be able to use this fact to determine the private key.
+
+Anyone using ElGamal keys should generate new keys as soon as practical.
+
+Any additional information about this bug will be tracked at
+https://bugs.launchpad.net/pycrypto/+bug/985164
+
+  * Huge documentation cleanup (thanks: Legrandin).
+
+  * Added more tests, including test vectors from NIST 800-38A
+(thanks: Legrandin)
+
+  * Remove broken MODE_PGP, which never actually worked properly.
+A new mode, MODE_OPENPGP, has been added for people wishing to write
+OpenPGP implementations.  Note that this does not implement the full
+OpenPGP specification, only the OpenPGP CFB mode part of that
+specification.
+https://bugs.launchpad.net/pycrypto/+bug/996814
+
+  * Fix: getPrime with invalid input causes Python to abort with fatal error
+https://bugs.launchpad.net/pycrypto/+bug/988431
+
+  * Fix: Segfaults within error-handling paths
+(thanks: Paul Howarth  Dave Malcolm)
+https://bugs.launchpad.net/pycrypto/+bug/934294
+
+  * Fix: Block ciphers allow empty string as IV
+https://bugs.launchpad.net/pycrypto/+bug/997464
+
+  * Fix DevURandomRNG to work with Python3's new I/O stack.
+(thanks: Sebastian Ramacher)
+
+  * Remove automagic dependencies on libgmp and libmpir, let the caller
+disable them using args.
+
+  * Many other minor bug fixes and improvements (mostly thanks to Legrandin)
+
+---
--- /work/SRC/openSUSE:Factory/python-pycrypto/python3-pycrypto.changes 
2012-11-28 14:34:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python3-pycrypto.changes
2013-04-24 16:00:31.0 +0200
@@ -1,0 +2,55 @@
+Wed Apr 24 06:55:47 UTC 2013 - highwaystar...@gmail.com
+
+- update to 2.6 
+  * [CVE-2012-2417] Fix LP#985164: insecure ElGamal key generation.
+(thanks: Legrandin)
+
+In the ElGamal schemes (for both encryption and signatures), g is
+supposed to be the generator of the entire Z^*_p group.  However, in
+PyCrypto 2.5 and earlier, g is more simply the generator of a random
+sub-group of Z^*_p.
+
+The result is that the signature space (when the key is used for
+signing) or the public key space (when the key is used for encryption)
+may be greatly reduced from its expected size of log(p) bits, possibly
+down to 1 bit (the worst case if the order of g is 2).
+
+While it has not been confirmed, it has also been suggested that an
+attacker might be able to use this fact to determine the private key.
+
+Anyone using ElGamal keys should generate new keys as soon as practical.
+
+Any additional information about this bug will be tracked at
+https://bugs.launchpad.net/pycrypto/+bug/985164
+
+  * Huge documentation cleanup (thanks: Legrandin).
+
+  * Added more tests, including test vectors from NIST 800-38A
+(thanks: Legrandin)
+
+  * Remove broken MODE_PGP, which never actually worked properly.
+A new mode, MODE_OPENPGP, has been added for people wishing to write
+OpenPGP implementations.  Note that this does not implement the full
+OpenPGP specification, only the OpenPGP CFB mode part of that
+specification.
+https://bugs.launchpad.net/pycrypto/+bug/996814
+
+  * Fix: getPrime with invalid input causes Python to abort with fatal error
+https://bugs.launchpad.net/pycrypto/+bug/988431
+
+  * Fix: Segfaults within error-handling paths
+  

commit shellementary for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package shellementary for openSUSE:Factory 
checked in at 2013-04-24 16:00:50

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


Package is shellementary, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.shellementary.new/shellementary.changes 
2013-04-24 16:00:51.0 +0200
@@ -0,0 +1,95 @@
+---
+Fri Nov 30 19:20:53 UTC 2012 - sleep_wal...@suse.cz
+
+- adaptation for factory
+  - remove autoupdate configuration from spec file
+  - use separate packages instead of single efl package
+  - fix Url
+
+---
+Mon Nov 26 17:55:52 UTC 2012 - sleep_wal...@suse.cz
+
+- fix license
+- simplify/unify make install
+- --disable-silent-rules
+
+---
+Sat Nov 24 18:29:22 UTC 2012 - sleep_wal...@suse.cz
+
+- use efl instead of separate packages
+
+---
+Mon Oct  1 19:41:45 UTC 2012 - sleep_wal...@suse.cz
+
+- remove patch fixed in upstream
+
+---
+Mon Oct  1 14:29:16 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
9ae51a669a0e2e2d57b80351efc30a63dbba27c8
+
+---
+Tue Sep 25 09:43:10 UTC 2012 - sleep_wal...@suse.cz
+
+- fix this long standing bug with autoreconf vs. autogen differences
+
+---
+Tue Sep 25 09:27:22 UTC 2012 - sleep_wal...@suse.cz
+
+- add aclocal and automake calls
+
+---
+Fri Sep 21 14:45:00 UTC 2012 - sleep_wal...@suse.cz
+
+- replace autogen with autoreconf as upstream refuse to have it in dist tarball
+
+---
+Thu Sep 20 21:50:36 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
ab2747c0e47dcec73618f6742fbcf9b9c72d1579
+
+---
+Wed Sep 12 21:11:06 UTC 2012 - sleep_wal...@suse.cz
+
+- make_install -- makeinstall
+
+---
+Mon Sep 10 21:13:43 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
31b8684eb94d59def6686d1b8da71d4d25770953
+
+---
+Thu Sep  6 22:29:58 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
31b8684eb94d59def6686d1b8da71d4d25770953
+
+---
+Fri Jul  6 21:54:41 UTC 2012 - sleep_wal...@suse.cz
+
+- add dependencies for factory
+
+---
+Fri Jul  6 21:27:19 UTC 2012 - sleep_wal...@suse.cz
+
+- change pkgconfig dependency name
+
+---
+Fri Jul  6 21:25:55 UTC 2012 - sleep_wal...@suse.cz
+
+- make printf more secure
+
+---
+Tue Jun 26 09:51:35 UTC 2012 - sleep_wal...@suse.cz
+
+- change autoreconf to autogen.sh, fix make install
+
+---
+Sat Jun 16 16:39:18 UTC 2012 - sleep_wal...@suse.cz
+
+- remove version checking used in previous repository
+
+---
+Thu Jun 14 10:33:04 UTC 2012 - sleep_wal...@suse.cz
+
+- source_grabber autoupdate to revision 
fbf1426657d7b987ac4fcda68e9a2082a7b1144a
+

New:

  printf.patch
  shellementary-0.2.0.tar.bz2
  shellementary.changes
  shellementary.spec



Other differences:
--
++ shellementary.spec ++
#
# spec file for package shellementary
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments 

commit stellarium for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2013-04-24 16:01:02

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


Package is stellarium, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes2013-02-01 
09:49:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes   
2013-04-24 16:01:08.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr 21 16:32:58 UTC 2013 - badshah...@gmail.com
+
+- Update to version 0.12.1:
+  + New features:
+- Caldwell catalog for nebulae
+- Re-packed star catalogs (Hipparcos and Tycho-2)
+- Delta-T manager, star magnitude limit control
+- Updates textures of galaxies and nebulae
+- Various small GUI changes 
+  + Over 30 closed bugs in the core application and plugins. 
+
+---

Old:

  stellarium-0.12.0.tar.gz

New:

  stellarium-0.12.1.tar.gz



Other differences:
--
++ stellarium.spec ++
--- /var/tmp/diff_new_pack.Ao42Mh/_old  2013-04-24 16:01:14.0 +0200
+++ /var/tmp/diff_new_pack.Ao42Mh/_new  2013-04-24 16:01:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   stellarium
-Version:0.12.0
+Version:0.12.1
 Release:0
 Summary:Astronomical Sky Simulator
 License:GPL-2.0+

++ stellarium-0.12.0.tar.gz - stellarium-0.12.1.tar.gz ++
/work/SRC/openSUSE:Factory/stellarium/stellarium-0.12.0.tar.gz 
/work/SRC/openSUSE:Factory/.stellarium.new/stellarium-0.12.1.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 wayland for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package wayland for openSUSE:Factory checked 
in at 2013-04-24 16:01:17

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


Package is wayland, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wayland/wayland.changes  2013-04-03 
13:08:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.wayland.new/wayland.changes 2013-04-24 
16:01:18.0 +0200
@@ -1,0 +2,9 @@
+Wed Apr 17 05:41:15 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 1.1.0
+* Optimize damage handling when moving surfaces in and out of planes
+* Touch screen calibration feature and client
+* Proper support for popup surfaces
+- Use a header location that does not change with every release
+
+---

Old:

  wayland-1.0.6.tar.xz

New:

  wayland-1.1.0.tar.xz



Other differences:
--
++ wayland.spec ++
--- /var/tmp/diff_new_pack.AYaWTJ/_old  2013-04-24 16:01:23.0 +0200
+++ /var/tmp/diff_new_pack.AYaWTJ/_new  2013-04-24 16:01:23.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   wayland
 %define lname  libwayland0
-Version:1.0.6
+Version:1.1.0
 Release:0
 Summary:Wayland Compositor Infrastructure
 License:HPND
@@ -27,7 +27,7 @@
 
 #Git-Clone:git://anongit.freedesktop.org/wayland/wayland
 #Git-Web:  http://cgit.freedesktop.org/wayland/wayland/
-Source: %name-%version.tar.xz
+Source: http://wayland.freedesktop.org/releases/%name-%version.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:  autoconf = 2.64
 #git#BuildRequires:  automake = 1.11
@@ -105,7 +105,8 @@
 if [ ! -e configure ]; then
autoreconf -fi;
 fi;
-%configure --disable-static --includedir=%_includedir/%name-%version
+# Ensure people will use pkgconfig to locate headers
+%configure --disable-static --includedir=%_includedir/pkg/%name
 make %{?_smp_mflags}
 
 %install
@@ -139,9 +140,10 @@
 %files devel
 %defattr(-,root,root)
 %_bindir/wayland-scanner
-%_includedir/%name-%version
+%_includedir/pkg/
 %_libdir/libwayland-*.so
 %_libdir/pkgconfig/wayland-*.pc
 %_datadir/aclocal
+%_mandir/man3/wl_*.3*
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.AYaWTJ/_old  2013-04-24 16:01:23.0 +0200
+++ /var/tmp/diff_new_pack.AYaWTJ/_new  2013-04-24 16:01:23.0 +0200
@@ -2,6 +2,7 @@
 libwayland-client0
 libwayland-cursor0
 wayland-devel
+   requires -wayland-targettype
requires libwayland-server0-targettype = version
requires libwayland-client0-targettype = version
requires libwayland-cursor0-targettype = version

++ wayland-1.0.6.tar.xz - wayland-1.1.0.tar.xz ++
 10832 lines of diff (skipped)

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



commit xlockmore for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package xlockmore for openSUSE:Factory 
checked in at 2013-04-24 16:01:25

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


Package is xlockmore, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xlockmore/xlockmore.changes  2013-03-08 
09:58:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.xlockmore.new/xlockmore.changes 2013-04-24 
16:01:26.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 22 20:07:48 UTC 2013 - dims...@opensuse.org
+
+- Add libXdmcp-devel and libXt-devel BuildRequires: we include
+  headers from the respective toolkits / libraries and as
+  such it's only correct to BuildRequire the -devel package
+  bringing these headers to us.
+
+---



Other differences:
--
++ xlockmore.spec ++
--- /var/tmp/diff_new_pack.GhdHkd/_old  2013-04-24 16:01:31.0 +0200
+++ /var/tmp/diff_new_pack.GhdHkd/_new  2013-04-24 16:01:31.0 +0200
@@ -17,18 +17,6 @@
 
 
 Name:   xlockmore
-BuildRequires:  automake
-BuildRequires:  bc
-BuildRequires:  esound-devel
-BuildRequires:  fdupes
-BuildRequires:  freeglut-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  ftgl-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libdrm-devel
-BuildRequires:  pkg-config
-Provides:   xlock
-Obsoletes:  xlock
 Version:5.34
 Release:0
 Summary:Screen Saver and Locker for the X Window System
@@ -41,21 +29,36 @@
 Source3:xlock-wrapper_xorg6
 # apply even patches when X.org  7.0 else apply odd patches
 Patch1: %{name}-bitmaps.patch
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch3: xlockmore-ttf_dir.patch
 # end of X.org related patches
 Patch7: xlockmore-strict-aliasing.patch
 # feel free to improve it and please upstream it
 Patch8: xlockmore-no-copy-dt-needed-entries.patch
+BuildRequires:  automake
+BuildRequires:  bc
+BuildRequires:  esound-devel
+BuildRequires:  fdupes
+BuildRequires:  freeglut-devel
+BuildRequires:  freetype2-devel
+BuildRequires:  ftgl-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libXdmcp-devel
+BuildRequires:  libXt-devel
+BuildRequires:  libdrm-devel
+BuildRequires:  pkg-config
+Provides:   xlock
+Obsoletes:  xlock
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 The xlock utility locks your X Window System session and runs a screen
 saver until a password is entered.
 
-%define _xorg7libs %_lib
+%define _xorg7libs %{_lib}
 %define _xorg7libs32 lib
 %define _xorg7bin bin
-%define _xorg7_mandir %_mandir
+%define _xorg7_mandir %{_mandir}
 %define _xorg7pixmaps include
 %define _xorg7libshare share
 %define _xorg7_xkb /usr/share/X11/xkb
@@ -76,8 +79,8 @@
 aclocal
 autoconf
 export CPPFLAGS=-I/usr/include/FTGL
-export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
+export CFLAGS=%{optflags}
+export CXXFLAGS=%{optflags}
 ./configure \
--prefix=%{_xorg7_prefix}\
--with-libraries=%{_libdir}\
@@ -89,36 +92,36 @@
--enable-use-mb\
--disable-allow-root\
--x-includes=%{_xorg7_prefix}/include\
-   --x-libraries=%{_xorg7_prefix}/%_lib
-make %{?jobs:-j%jobs}
+   --x-libraries=%{_xorg7_prefix}/%{_lib}
+make %{?_smp_mflags}
 
 %install
-install -d -m 755 $RPM_BUILD_ROOT/etc/pam.d
-install -d -m 755 $RPM_BUILD_ROOT/usr/%{_xorg7bin}/
-install -d -m 755 $RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/app-defaults/
-install -d -m 755 $RPM_BUILD_ROOT%{_xorg7_mandir}/man1/
-install -d -m 755 $RPM_BUILD_ROOT/usr/%{_xorg7libs32}/xlock
-install -m 755 xlock/xlock $RPM_BUILD_ROOT/usr/%{_xorg7libs32}/xlock/xlock
-install -m 644 xlock/XLock.ad 
$RPM_BUILD_ROOT/usr/%{_xorg7libshare}/X11/app-defaults/XLock
-install -m 644 xlock/xlock.man $RPM_BUILD_ROOT%{_xorg7_mandir}/man1/xlock.1x
-install -m 644 %{S:1} $RPM_BUILD_ROOT/etc/pam.d/xlock
+install -d -m 755 %{buildroot}%{_sysconfdir}/pam.d
+install -d -m 755 %{buildroot}%{_prefix}/%{_xorg7bin}/
+install -d -m 755 %{buildroot}%{_prefix}/%{_xorg7libshare}/X11/app-defaults/
+install -d -m 755 %{buildroot}%{_xorg7_mandir}/man1/
+install -d -m 755 %{buildroot}%{_prefix}/%{_xorg7libs32}/xlock
+install -m 755 xlock/xlock %{buildroot}%{_prefix}/%{_xorg7libs32}/xlock/xlock
+install -m 644 xlock/XLock.ad 
%{buildroot}%{_prefix}/%{_xorg7libshare}/X11/app-defaults/XLock
+install -m 644 xlock/xlock.man %{buildroot}%{_xorg7_mandir}/man1/xlock.1x
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/xlock
 %if %(pkg-config --variable prefix x11 || echo /usr/X11R6) == /usr
-install -m 755 %{S:2} $RPM_BUILD_ROOT/usr/%{_xorg7bin}/xlock

commit aaa_base for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2013-04-24 16:03:20

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


Package is aaa_base, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes2013-04-02 
11:36:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new/aaa_base.changes   2013-04-24 
16:03:23.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 23 16:26:29 UTC 2013 - wer...@suse.de
+
+- Require xz at build time (Who has removed xz from default?) 
+
+---
+Tue Apr 23 15:54:14 UTC 2013 - wer...@suse.de
+
+- Personal bash completion and bash ls alias (bnc811030, bnc#799241)
+
+---



Other differences:
--
++ aaa_base.spec ++
--- /var/tmp/diff_new_pack.1sPhTj/_old  2013-04-24 16:03:26.0 +0200
+++ /var/tmp/diff_new_pack.1sPhTj/_new  2013-04-24 16:03:26.0 +0200
@@ -40,6 +40,7 @@
 Requires:   filesystem
 # for symlink check to /bin/hostname
 BuildRequires:  net-tools
+BuildRequires:  xz
 Recommends: cron logrotate netcfg udev net-tools aaa_base-extras
 PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date 
/usr/bin/cmp /bin/fillup
 Summary:openSUSE Base Package

++ aaa_base-13.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.1/files/etc/bash.bashrc 
new/aaa_base-13.1/files/etc/bash.bashrc
--- old/aaa_base-13.1/files/etc/bash.bashrc 2013-03-28 16:28:47.0 
+0100
+++ new/aaa_base-13.1/files/etc/bash.bashrc 2013-04-23 17:49:36.0 
+0200
@@ -263,9 +263,7 @@
# Complete builtin of the bash 2.0 and higher
case $BASH_VERSION in
[2-9].*)
-   if test -e $HOME/.bash_completion ; then
-   . $HOME/.bash_completion
-   elif test -e /etc/bash_completion ; then
+   if test -e /etc/bash_completion ; then
. /etc/bash_completion
elif test -s /etc/profile.d/bash_completion.sh ; then
. /etc/profile.d/bash_completion.sh
@@ -275,6 +273,9 @@
for s in /etc/bash_completion.d/*.sh ; do
test -r $s  . $s
done
+   if test -e $HOME/.bash_completion ; then
+   . $HOME/.bash_completion
+   fi
if test -f /etc/bash_command_not_found ; then
. /etc/bash_command_not_found
fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aaa_base-13.1/files/etc/profile.d/ls.bash 
new/aaa_base-13.1/files/etc/profile.d/ls.bash
--- old/aaa_base-13.1/files/etc/profile.d/ls.bash   2013-03-28 
16:28:47.0 +0100
+++ new/aaa_base-13.1/files/etc/profile.d/ls.bash   2013-04-23 
17:49:36.0 +0200
@@ -44,9 +44,31 @@
unalias ls 2/dev/null
 fi
 case $is in
-   bash) alias ls='ls $LS_OPTIONS'  ;;
-   zsh)  alias ls='\ls $=LS_OPTIONS';;
-   *)alias ls='/bin/ls $LS_OPTIONS' ;;
+   bash|dash|ash)
+   _ls ()
+   {
+   local IFS=' '
+   command ls $LS_OPTIONS ${1+$@}
+   }
+   alias ls=_ls
+   ;;
+   zsh)
+   _ls ()
+   {
+   local IFS=' '
+   command \ls $=LS_OPTIONS ${1+$@}
+   }
+   alias ls=_ls
+   ;;
+   ksh)
+   _ls ()
+   {
+   typeset IFS=' '
+   command ls $LS_OPTIONS ${1+$@}
+   }
+   alias ls=_ls
+   ;;
+   *)  alias ls='/bin/ls $LS_OPTIONS' ;;
 esac
 alias dir='ls -l'
 alias ll='ls -l'

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



commit bash-completion for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package bash-completion for openSUSE:Factory 
checked in at 2013-04-24 16:03:42

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


Package is bash-completion, Maintainer is mkoe...@novell.com

Changes:

--- /work/SRC/openSUSE:Factory/bash-completion/bash-completion.changes  
2013-04-20 17:40:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.bash-completion.new/bash-completion.changes 
2013-04-24 16:03:43.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 23 15:42:50 UTC 2013 - wer...@suse.de
+
+- Do not ship NetworManager completion file as it is part of NM 
+
+---
+Tue Apr 23 14:17:43 UTC 2013 - wer...@suse.de
+
+- Update to final 2.1 version
+  + See CHANGES for the full list of changes 
+- Add patch bash-completion-2.1.patch to avoid blanks after during
+  file completion (bnc#717151)
+
+---

Old:

  bash-completion-2.0.tar.bz2

New:

  bash-completion-2.1.patch
  bash-completion-2.1.tar.bz2



Other differences:
--
++ bash-completion.spec ++
--- /var/tmp/diff_new_pack.20LbFg/_old  2013-04-24 16:03:45.0 +0200
+++ /var/tmp/diff_new_pack.20LbFg/_new  2013-04-24 16:03:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   bash-completion
-Version:2.0
+Version:2.1
 Release:0
 Summary:Programmable Completion for Bash
 License:GPL-2.0+
@@ -25,6 +25,8 @@
 Url:http://bash-completion.alioth.debian.org/
 Source0:
http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
 Source1:bash-completion-rpmlintrc
+# PATCH-FIX-UPSTREAM bnc#717151 -- Terminal tab autocompletion error
+Patch0: %{name}-%{version}.patch
 BuildRequires:  pkg-config
 Requires:   bash
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -36,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -b .p0
 
 %build
 %configure
@@ -45,7 +48,8 @@
 %make_install
 
 # shipping in latest systemd now
-rm -f $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/udevadm
+rm -f %{buildroot}%{_datadir}/bash-completion/completions/udevadm
+rm -f %{buildroot}%{_datadir}/bash-completion/completions/nmcli
 
 %files
 %defattr(-,root,root)

++ bash-completion-2.1.patch ++
--- bash_completion
+++ bash_completion 2013-04-23 14:12:26.449469882 +
@@ -1791,12 +1791,13 @@ _longopt()
 fi
 }
 # makeinfo and texi2dvi are defined elsewhere.
-complete -F _longopt a2ps awk base64 bash bc bison cat colordiff cp csplit \
-cut date df diff dir du enscript env expand fmt fold gperf \
+complete -F _longopt -o filenames a2ps awk base64 bash bc bison cat colordiff 
cp csplit \
+cut date df diff dir du enscript expand fmt fold gperf \
 grep grub head indent irb ld ldd less ln ls m4 md5sum mkdir mkfifo mknod \
-mv netstat nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
-sed seq sha{,1,224,256,384,512}sum shar sort split strip sum tac tail tee \
-texindex touch tr uname unexpand uniq units vdir wc who
+mv nl nm objcopy objdump od paste pr ptx readelf rm rmdir \
+sed sha{,1,224,256,384,512}sum shar sort split strip sum tac tail tee \
+texindex touch tr unexpand uniq vdir wc who
+complete -F _longopt -o default env netstat seq uname units
 
 declare -A _xspecs
 _filedir_xspec()
++ bash-completion-2.0.tar.bz2 - bash-completion-2.1.tar.bz2 ++
 10793 lines of diff (skipped)

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



commit chmsee for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package chmsee for openSUSE:Factory checked 
in at 2013-04-24 16:04:28

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


Package is chmsee, Maintainer is orpha...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/chmsee/chmsee.changes2013-02-20 
09:26:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.chmsee.new/chmsee.changes   2013-04-24 
16:04:29.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 17:16:34 UTC 2013 - dims...@opensuse.org
+
+- Update to version 2.0.1:
+  + Compatibility up to Gecko 20.0.
+
+---

Old:

  chmsee-2.0.tar.gz

New:

  chmsee-2.0.1.tar.gz



Other differences:
--
++ chmsee.spec ++
--- /var/tmp/diff_new_pack.fmJEec/_old  2013-04-24 16:04:32.0 +0200
+++ /var/tmp/diff_new_pack.fmJEec/_new  2013-04-24 16:04:32.0 +0200
@@ -20,10 +20,10 @@
 Summary:A Gtk+2 CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
-Version:2.0
+Version:2.0.1
 Release:0
 Url:http://code.google.com/p/chmsee/
-Source0:chmsee-%{version}.tar.gz
+Source0:http://chmsee.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:Makefile
 BuildRequires:  chmlib-devel
 BuildRequires:  fdupes

++ chmsee-2.0.tar.gz - chmsee-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/application.ini 
new/chmsee-2.0.1/application.ini
--- old/chmsee-2.0/application.ini  2013-01-18 06:52:22.0 +0100
+++ new/chmsee-2.0.1/application.ini2013-04-17 05:42:54.0 +0200
@@ -19,10 +19,10 @@
 
 [App]
 Name=ChmSee
-Version=2.0
+Version=2.0.1
 BuildID=2011040511
 ID={f48601d0-39a1-11e0-a013-00241d8cf371}
 
 [Gecko]
 MinVersion=17.0
-MaxVersion=19.*
+MaxVersion=21.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/htmlEntities.js 
new/chmsee-2.0.1/chrome/content/htmlEntities.js
--- old/chmsee-2.0/chrome/content/htmlEntities.js   2013-01-18 
06:52:22.0 +0100
+++ new/chmsee-2.0.1/chrome/content/htmlEntities.js 2013-04-17 
05:42:54.0 +0200
@@ -278,8 +278,8 @@
 entities['60'] = 'lt;';
 entities['62'] = 'gt;';
 
-entities['272'] = 'Dstrok;';
-entities['273'] = 'dstrok;';
+// entities['272'] = 'Dstrok;';
+// entities['273'] = 'dstrok;';
 
 // ascii decimals to real symbols
 for (decimal in entities) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/main.xul 
new/chmsee-2.0.1/chrome/content/main.xul
--- old/chmsee-2.0/chrome/content/main.xul  2013-01-18 06:52:22.0 
+0100
+++ new/chmsee-2.0.1/chrome/content/main.xul2013-04-17 05:42:54.0 
+0200
@@ -39,13 +39,13 @@
 command id=cmd_selectAll oncommand=goDoCommand('cmd_selectAll');/
 
 command id=cmd_preferences oncommand=openPreferences();/
+command id=cmd_aboutConfig oncommand=aboutConfig();/
 command id=cmd_addbookmark oncommand=addBookmark();/
 command id=cmd_removebookmark oncommand=removeBookmark();/
 
 command id=cmd_print oncommand=onPrint();/
 
 command id=cmd_aboutChmSee oncommand=aboutChmSee();/
-command id=cmd_aboutConfig oncommand=aboutConfig();/
   /commandset
 
   commandset id=updateCopyCmd
@@ -106,6 +106,7 @@
 menuitem label=selectall.label; 
accesskey=selectall.accesskey; command=cmd_selectAll /
 menuseparator /
 menuitem label=find.label; accesskey=find.accesskey; 
key=showfindbar-key command=cmd_showfindbar /
+menuitem label=aboutConfig.label; 
accesskey=aboutConfig.accesskey; command=cmd_aboutConfig /
 menuitem label=preferences.label; 
accesskey=preferences.accesskey; command=cmd_preferences /
   /menupopup
 /menu
@@ -133,7 +134,6 @@
 menu id=help-menu label=helpMenu.label; 
accesskey=helpMenu.accesskey;
   menupopup id=help-popup
 menuitem label=about.label; accesskey=about.accesskey; 
key=about-key command=cmd_aboutChmSee/
-menuitem label=aboutConfig.label; 
accesskey=aboutConfig.accesskey; command=cmd_aboutConfig /
   /menupopup
 /menu
   /menubar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chmsee-2.0/chrome/content/utils.js 
new/chmsee-2.0.1/chrome/content/utils.js
--- old/chmsee-2.0/chrome/content/utils.js  2013-01-18 06:52:22.0 
+0100
+++ new/chmsee-2.0.1/chrome/content/utils.js

commit dracut for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2013-04-24 16:04:41

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


Package is dracut, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2013-03-21 
10:38:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2013-04-24 
16:04:46.0 +0200
@@ -1,0 +2,32 @@
+Sat Apr 20 14:55:20 UTC 2013 - crrodrig...@opensuse.org
+
+- Ensure we use display-manager.service instead of prefdm. 
+
+---
+Mon Apr 15 00:59:59 UTC 2013 - crrodrig...@opensuse.org
+
+- Update to 027_git201304121327
+* much of patch correct-paths-for-opensuse.patch is no longer
+  need so it has shrinked significantly.
+* since PRE-027 dracut requires systemd = 199 reflect that in
+  in the rpm buildRequires.
+
+---
+Wed Apr  3 09:23:22 UTC 2013 - tittiatc...@gmail.com
+
+- dracut-027
+  * systemd module now requires systemd = 199
+  * dracut makes use of native systemd initrd units
+  * added hooks for new-kernel-pkg and kernel-install
+  * hostonly is now default for fedora
+  * comply with the BootLoaderSpec paths
+http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec
+  * added rescue module
+  * host_fs_types is now a hashmap
+  * new dracut argument --regenerate-all
+  * new dracut argument --noimageifnotneeded
+  * new man page dracut.bootup
+  * install all host filesystem drivers
+  * use -D_FILE_OFFSET_BITS=64 to build dracut-install
+
+---

Old:

  dracut-026_git201303180829.tar.xz

New:

  dracut-027_git201304121327.tar.xz



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.Sx75fY/_old  2013-04-24 16:04:49.0 +0200
+++ /var/tmp/diff_new_pack.Sx75fY/_new  2013-04-24 16:04:49.0 +0200
@@ -21,7 +21,7 @@
 %define replace_mkinitrd 0
 
 Name:   dracut
-Version:026_git201303180829
+Version:027_git201304121327
 Release:0
 
 Summary:Initramfs generator using udev
@@ -52,7 +52,7 @@
 BuildRequires:  asciidoc
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
-BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(systemd) = 199
 %if %{replace_mkinitrd}
 Obsoletes:  mkinitrd = 2.7.2
 Provides:   mkinitrd = 2.7.2
@@ -70,10 +70,12 @@
 Requires:   logrotate
 Requires:   modutils
 Requires:   sed
+Requires:   systemd  198
 Requires:   udev  166
 Requires:   util-linux = 2.21
 Requires:   xz
 Recommends: binutils
+%{?systemd_requires}
 
 %description
 Dracut contains tools to create a bootable initramfs for 2.6 Linux kernels.
@@ -119,16 +121,14 @@
 %patch3 -p1
 
 %build
-make all -e CFLAGS=%{optflags}
+%configure\
+  --systemdsystemunitdir=%{_unitdir}\
+  --bashcompletiondir=%{_sysconfdir}/bash_completion.d\
+  --libdir=%{_prefix}/lib
+make all -e CFLAGS=%{optflags} %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} \
- libdir=%{_prefix}/lib \
- bindir=%{_bindir} \
-%if %{defined _unitdir}
- systemdsystemunitdir=%{_unitdir} \
-%endif
- sysconfdir=/etc mandir=%{_mandir} 
bashcompletiondir=%{_sysconfdir}/bash_completion.d
+make %{?_smp_mflags} install DESTDIR=%{buildroot}
 
 echo DRACUT_VERSION=%{version}-%{release}  
%{buildroot}/%{dracutlibdir}/dracut-version.sh
 
@@ -172,6 +172,8 @@
 mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
 install -m 0644 dracut.logrotate %{buildroot}%{_sysconfdir}/logrotate.d/dracut
 
+find %buildroot -type f -name *.service -exec sed -i -e 
's@prefdm.service@display-manager.service@g' {} +
+
 %clean
 rm -rf %{buildroot}
 
@@ -203,13 +205,12 @@
 %endif
 %{_mandir}/man7/dracut.kernel.7*
 %{_mandir}/man7/dracut.cmdline.7*
+%{_mandir}/man7/dracut.bootup.7*
 %{_mandir}/man8/dracut-cmdline.service.8*
 %{_mandir}/man8/dracut-initqueue.service.8*
-%{_mandir}/man8/dracut-initqueue.service.8*
 %{_mandir}/man8/dracut-pre-pivot.service.8*
 %{_mandir}/man8/dracut-pre-trigger.service.8*
 %{_mandir}/man8/dracut-pre-udev.service.8*
-%{_mandir}/man8/udevadm-cleanup-db.service.8*
 %{_mandir}/man8/dracut-mount.service.8.*
 %{_mandir}/man8/dracut-pre-mount.service.8.*
 %{_mandir}/man5/dracut.conf.5*
@@ -273,8 +274,8 @@
 %{dracutlibdir}/modules.d/99suse
 %config(noreplace) %{_sysconfdir}/logrotate.d/dracut
 %attr(0644,root,root) %ghost %config(missingok,noreplace) 
%{_localstatedir}/log/dracut.log
-# %dir %{_localstatedir}/initramfs
 %if %{defined _unitdir}
+%dir %{_unitdir}/initrd.target.wants
 

commit gjs for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package gjs for openSUSE:Factory checked in 
at 2013-04-24 16:05:22

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


Package is gjs, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/gjs/gjs.changes  2013-04-03 12:51:23.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gjs.new/gjs.changes 2013-04-24 
16:05:25.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 17:17:01 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.36.1:
+  + Bugs fixed: bgo#670200, bgo#697436.
+
+---

Old:

  gjs-1.36.0.tar.xz

New:

  gjs-1.36.1.tar.xz



Other differences:
--
++ gjs.spec ++
--- /var/tmp/diff_new_pack.M4Icg8/_old  2013-04-24 16:05:27.0 +0200
+++ /var/tmp/diff_new_pack.M4Icg8/_new  2013-04-24 16:05:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gjs
-Version:1.36.0
+Version:1.36.1
 Release:0
 # FIXME: find out if tapsets should really be in devel package or in main 
package
 Summary:JavaScript bindings based on gobject-introspection and Mozilla

++ gjs-1.36.0.tar.xz - gjs-1.36.1.tar.xz ++
 35242 lines of diff (skipped)

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



commit lxc for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package lxc for openSUSE:Factory checked in 
at 2013-04-24 16:05:59

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


Package is lxc, Maintainer is jsl...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/lxc/lxc.changes  2013-03-08 21:16:17.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lxc.new/lxc.changes 2013-04-24 
16:06:03.0 +0200
@@ -1,0 +2,22 @@
+Wed Apr 24 08:58:04 UTC 2013 - jsl...@suse.com
+
+- update to 0.9.0
+  * configure-support-suse-s-docbook-to-man.patch: added to support
+our docbook-to-man
+  * configure-find-seccomp-using-pkg-config.patch: add support for
+our libsseccomp being under /usr/include/libseccomp...
+  * autogenned.patch: the two above applied by autogen.sh to the sources
+  * remove a ton of patches which are upstream now:
+ 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch
+ lxc-autodev.patch
+ lxc-cgroup-already-running.patch
+ lxc-opensuse-12.2.patch
+ lxc-opensuse-12.3.patch
+ lxc-opensuse-clonefixes.patch
+ lxc-opensuse-extend-base.patch
+ lxc-opensuse-proper-failure.patch
+ lxc-opensuse-tmpfs.patch
+ pivot-root_shared.patch
+- Remove obsolete info from README.SUSE
+
+---

Old:

  0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch
  lxc-0.8.0.tar.gz
  lxc-autodev.patch
  lxc-cgroup-already-running.patch
  lxc-opensuse-12.2.patch
  lxc-opensuse-12.3.patch
  lxc-opensuse-clonefixes.patch
  lxc-opensuse-extend-base.patch
  lxc-opensuse-proper-failure.patch
  lxc-opensuse-tmpfs.patch
  pivot-root_shared.patch

New:

  autogenned.patch
  configure-find-seccomp-using-pkg-config.patch
  configure-support-suse-s-docbook-to-man.patch
  lxc-0.9.0.tar.gz



Other differences:
--
++ lxc.spec ++
--- /var/tmp/diff_new_pack.uKqsft/_old  2013-04-24 16:06:15.0 +0200
+++ /var/tmp/diff_new_pack.uKqsft/_new  2013-04-24 16:06:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lxc
-Version:0.8.0
+Version:0.9.0
 Release:0
 Url:http://lxc.sourceforge.net/
 Summary:Linux containers implementation
@@ -26,32 +26,25 @@
 Source: 
http://lxc.sourceforge.net/download/lxc/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 Source2:lxc-createconfig.in
+#see autogenned.patch for these two:
+Source3:configure-support-suse-s-docbook-to-man.patch
+Source4:configure-find-seccomp-using-pkg-config.patch
 
-# PATCH-FIX-UPSTREAM lxc-opensuse-clonefixes.patch fcro...@suse.com -- various 
fixes in openSUSE template for lxc-clone
-Patch0: lxc-opensuse-clonefixes.patch
-# PATCH-FIX-UPSTREAM lxc-opensuse-tmpfs.patch fcro...@suse.com -- fix shutdown 
in openSUSE container
-Patch1: lxc-opensuse-tmpfs.patch
-# PATCH-FIX-UPSTREAM lxc-cgroup-already-running.patch fcro...@suse.com -- warn 
if container is already running
-Patch2: lxc-cgroup-already-running.patch
-# PATCH-FIX-UPSTREAM 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch 
fcro...@suse.com -- ensure btrfs subvolume is destroyed on container creation 
fails
-Patch4: 0001-Ensure-btrfs-subvolume-is-destroyed-on-error.patch
-# PATCH-FIX-UPSTREAM lxc-opensuse-12.2.patch
-Patch5: lxc-opensuse-12.2.patch
-# PATCH-FIX-UPSTREAM pivot-root_shared.patch fcro...@suse.com -- fix pivot 
root when / is mount as shared
-Patch6: pivot-root_shared.patch
-# PATCH-FIX-UPSTREAM lxc-autodev.patch fcro...@suse.com -- Add lxc.autodev
-Patch7: lxc-autodev.patch
-# PATCH-FIX-OPENSUSE lxc-opensuse-extend-base.patch jsl...@suse.com -- Add 
missing package to base
-Patch8: lxc-opensuse-extend-base.patch
-# PATCH-FIX-OPENSUSE lxc-opensuse-proper-failure.patch jsl...@suse.com -- 
Proper failure on repository addition error
-Patch9: lxc-opensuse-proper-failure.patch
-# PATCH-FIX-OPENSUSE lxc-opensuse-12.3.patch fcro...@suse.com -- Switch 
openSUSE template to 12.3
-Patch10:lxc-opensuse-12.3.patch
+Patch0: autogenned.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
 BuildRequires:  docbook-utils
+BuildRequires:  docbook2x
 BuildRequires:  libapparmor-devel
 BuildRequires:  libcap-devel
+%ifarch %ix86 x86_64
+%if 0%{?suse_version} = 1230
+BuildRequires:  libseccomp-devel
+%endif
+%endif
+BuildRequires:  libxslt
+BuildRequires:  lsb-release
 BuildRequires:  pkg-config
 %if 0%{?suse_version} = 1130
 BuildRequires:  linux-glibc-devel
@@ -86,17 +79,8 @@
 Lxc header files and library needed for development of containers.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch4 -p1
-%patch5 

commit NetworkManager for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2013-04-24 16:06:26

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


Package is NetworkManager, Maintainer is gnome-maintain...@suse.de

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2013-03-22 12:05:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2013-04-24 16:06:28.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 16:25:14 UTC 2013 - dims...@opensuse.org
+
+- Pass --with-modem-manager-1 to configure: we already have a new
+  enough ModemManager to make use of this.
+- Add pkgconfig(mm-gib) BuildRequires: needed for above switch to
+  take effect.
+
+---



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.1ww8du/_old  2013-04-24 16:06:32.0 +0200
+++ /var/tmp/diff_new_pack.1ww8du/_new  2013-04-24 16:06:32.0 +0200
@@ -65,6 +65,7 @@
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
+BuildRequires:  pkgconfig(mm-glib)
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(systemd)
@@ -198,6 +199,7 @@
 --with-pppd-plugin-dir=$pppddir \
 --with-dhclient=/sbin/dhclient \
 --with-udev-dir=%{_udevdir} \
+--with-modem-manager-1 \
 --enable-concheck \
 %if %{with_systemd}
 --with-session-tracking=systemd \

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



commit openstack-quantum for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package openstack-quantum for 
openSUSE:Factory checked in at 2013-04-24 16:06:37

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


Package is openstack-quantum, Maintainer is radma...@suse.com

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-quantum.new/openstack-quantum-doc.changes 
2013-04-24 16:06:45.0 +0200
@@ -0,0 +1,15 @@
+---
+Mon Mar 18 10:59:30 UTC 2013 - speili...@suse.com
+
+- Drop +git.$TIMESTAMP.$COMMITHASH version suffix 
+
+---
+Fri Feb 22 11:24:49 UTC 2013 - sasc...@suse.de
+
+- BuildRequire openstack-suse-macros instead of openstack-macros
+
+---
+Mon Jan 14 13:41:52 UTC 2013 - sasc...@suse.de
+
+- Initial version
+
--- /work/SRC/openSUSE:Factory/openstack-quantum/openstack-quantum.changes  
2013-04-02 12:33:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-quantum.new/openstack-quantum.changes 
2013-04-24 16:06:45.0 +0200
@@ -0,0 +1,132 @@
+---
+Fri Apr  5 13:41:36 UTC 2013 - tpaszkow...@novell.com
+
+- set linuxbridge as default interface driver for dhcp and l3 agents 
+
+---
+Fri Apr  5 13:02:38 UTC 2013 - tpaszkow...@novell.com
+
+- quantum-server is now started with non-root privileges
+- /var/lib/quantum is now created during installation with proper permissions
+
+---
+Thu Apr  4 16:35:53 UTC 2013 - dmuel...@suse.com
+
+- grizzly-stable update
+
+---
+Tue Apr  2 17:10:14 UTC 2013 - tpaszkow...@novell.com
+
+- Fix for metadata agent init script.
+
+---
+Tue Mar 26 12:35:19 UTC 2013 - dmuel...@suse.com
+
+- downgrade to 2013.1.rc2 
+
+
+Mon Mar 25 11:10:01 UTC 2013 - cloud-de...@suse.de
+
+- Update to version 2013.2.a295.g7ef4d88:
+  + Synchronize QuantumManager.get_instance() method
+  + Allow tests in TestDhcpAgentEventHandler run independently
+  + Improve test coverage for quantum wsgi module
+  + Validate protocol when creating VIP.
+  + Imported Translations from Transifex
+  + Add scheduling support for the Brocade plugin
+  + fix mis-placed paren in log statement for l3-scheduler
+  + Set fake rpc implementation in test_lb_quantum_agent
+  + Fix haproxy cfg unit test
+  + Load all the necessary database tables when running cisco plugin
+  + Add bulking support for Cisco plugin
+  + Imported Translations from Transifex
+  + Fix DB query returning ready devices in LoadBalancerCallbacks
+  + Fix typo in policy.json and checks in nicira plugin
+  + Imported Translations from Transifex
+  + NVP metadata access - create elevated context once
+  + Ensure that lockfile are defined in a common place
+  + Fix race condition in dhcp agent
+  + NVP metadata access - create elevated context once
+  + Imported Translations from Transifex
+  + adding parameter to configure QueuePool in SQLAlchemy
+  + Fix issues with db pooling
+  + Fixing the syntax error in the XML Serializer
+  + use the fact that empty sequences are false
+  + Imported Translations from Transifex
+  + Revert back to 'call' for agent reports
+  + Imported Translations from Transifex
+  + Raise VipExists exception in case Vip is created or updated for a pool 
that already has a Vip
+  + netns: ip netns exec name kill doesn't make sense
+
+---
+Tue Mar 19 08:10:27 UTC 2013 - dmuel...@suse.com
+
+- add iptables-firewall.filters.patch and temporarily
+  comment out the osloconfig/rootwrap merge as it seems
+  to have more issues that need fixing first 
+
+---
+Mon Mar 18 14:50:36 UTC 2013 - dmuel...@suse.com
+
+- Update to version 2013.2.a248.g711f949:
+  + Merge Adds delete-orphan to database deletion.
+  + Imported Translations from Transifex
+  + Imported Translations from Transifex
+  + Imported Translations from Transifex
+  + Merge Pin SQLAlchemy to 0.7.x
+  + Merge Set fake rpc backend impl for TestLinuxBridgeAgent
+  + Merge Registers root_helper option for test_iptables_firewall
+  + Pin SQLAlchemy to 0.7.x
+  + Adds delete-orphan to database deletion.
+  + Merge Do not disable propagate on root logger
+  + Imported Translations 

commit oxygen-gtk2 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk2 for openSUSE:Factory 
checked in at 2013-04-24 16:07:11

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk2 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk2.new (New)


Package is oxygen-gtk2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk2/oxygen-gtk2.changes  2013-02-17 
17:11:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk2.new/oxygen-gtk2.changes 
2013-04-24 16:07:13.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 23 15:23:20 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.3.3
+  * Detect aurora as a XUL app (kde#315163)
+  * Bump needed cairo version for cairo_surface_create_for_rectangle()
+(kde#316066)
+  * Only check pixmap list size in ::isValid (kde#304381) 
+  * Check cursor shape before accepting event for window dragging 
+(kde#317292)
+  * Fix crash in pidgin when enabling debug (kde#318002)
+  * Fixed memory leaks (kde#318002)
+
+---

Old:

  oxygen-gtk2-1.3.2.1.tar.bz2

New:

  oxygen-gtk2-1.3.3.tar.bz2



Other differences:
--
++ oxygen-gtk2.spec ++
--- /var/tmp/diff_new_pack.wlmpnd/_old  2013-04-24 16:07:15.0 +0200
+++ /var/tmp/diff_new_pack.wlmpnd/_new  2013-04-24 16:07:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk2
-Version:1.3.2.1
+Version:1.3.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 2.x
 License:LGPL-2.1+

++ oxygen-gtk2-1.3.2.1.tar.bz2 - oxygen-gtk2-1.3.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.3.2.1/CMakeLists.txt 
new/oxygen-gtk2-1.3.3/CMakeLists.txt
--- old/oxygen-gtk2-1.3.2.1/CMakeLists.txt  2013-02-12 09:20:00.0 
+0100
+++ new/oxygen-gtk2-1.3.3/CMakeLists.txt2013-04-22 20:26:21.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 3 )
-set( CPACK_PACKAGE_VERSION_PATCH 2.1 )
+set( CPACK_PACKAGE_VERSION_PATCH 3 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk2-1.3.2.1/src/animations/oxygenanimations.cpp 
new/oxygen-gtk2-1.3.3/src/animations/oxygenanimations.cpp
--- old/oxygen-gtk2-1.3.2.1/src/animations/oxygenanimations.cpp 2013-02-11 
12:09:51.0 +0100
+++ new/oxygen-gtk2-1.3.3/src/animations/oxygenanimations.cpp   2013-04-22 
20:26:21.0 +0200
@@ -164,7 +164,7 @@
 if( _allWidgets.find( widget ) != _allWidgets.end() ) return false;
 
 #if OXYGEN_DEBUG
-std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 G_OBJECT_TYPE_NAME( widget )  )  std::endl;
+std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 (widget ? G_OBJECT_TYPE_NAME( widget ):0x0)  )  std::endl;
 #endif
 
 Signal destroyId;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.3.2.1/src/oxygenapplicationname.cpp 
new/oxygen-gtk2-1.3.3/src/oxygenapplicationname.cpp
--- old/oxygen-gtk2-1.3.2.1/src/oxygenapplicationname.cpp   2013-02-11 
12:09:51.0 +0100
+++ new/oxygen-gtk2-1.3.3/src/oxygenapplicationname.cpp 2013-04-22 
20:26:21.0 +0200
@@ -90,6 +90,7 @@
 icedove,
 xulrunner,
 komodo,
+aurora,
 
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.3.2.1/src/oxygengtkicons.cpp 
new/oxygen-gtk2-1.3.3/src/oxygengtkicons.cpp
--- old/oxygen-gtk2-1.3.2.1/src/oxygengtkicons.cpp  2013-02-05 
15:28:17.0 +0100
+++ new/oxygen-gtk2-1.3.3/src/oxygengtkicons.cpp2013-04-22 
20:26:21.0 +0200
@@ -258,6 +258,7 @@
 
 // add source to iconSet
 gtk_icon_set_add_source( iconSet, iconSource );
+gtk_icon_source_free( iconSource );
 break;
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk2-1.3.2.1/src/oxygenqtsettings.cpp 
new/oxygen-gtk2-1.3.3/src/oxygenqtsettings.cpp
--- old/oxygen-gtk2-1.3.2.1/src/oxygenqtsettings.cpp2013-02-11 
12:14:06.0 +0100
+++ new/oxygen-gtk2-1.3.3/src/oxygenqtsettings.cpp  2013-04-22 
20:26:21.0 +0200
@@ -267,11 +267,12 @@
 PathList out;
 
 // load icon install prefix
-char* path = 0L;

commit oxygen-gtk3 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package oxygen-gtk3 for openSUSE:Factory 
checked in at 2013-04-24 16:07:22

Comparing /work/SRC/openSUSE:Factory/oxygen-gtk3 (Old)
 and  /work/SRC/openSUSE:Factory/.oxygen-gtk3.new (New)


Package is oxygen-gtk3, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/oxygen-gtk3/oxygen-gtk3.changes  2013-01-31 
10:27:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.oxygen-gtk3.new/oxygen-gtk3.changes 
2013-04-24 16:07:25.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 23 15:30:47 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 1.1.3
+  * Detect aurora as a XUL app (kde#315163)
+  * Bump needed cairo version for cairo_surface_create_for_rectangle()
+(kde#316066)
+  * Only check pixmap list size in ::isValid (kde#304381) 
+  * Check cursor shape before accepting event for window dragging 
+(kde#317292)
+  * Fix crash in pidgin when enabling debug (kde#318002)
+  * Fixed memory leaks (kde#318002)
+
+---

Old:

  oxygen-gtk3-1.1.2.tar.bz2

New:

  oxygen-gtk3-1.1.3.tar.bz2



Other differences:
--
++ oxygen-gtk3.spec ++
--- /var/tmp/diff_new_pack.nmZqAW/_old  2013-04-24 16:07:31.0 +0200
+++ /var/tmp/diff_new_pack.nmZqAW/_new  2013-04-24 16:07:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   oxygen-gtk3
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:A Port of the default KDE Widget Theme (Oxygen), to GTK 3.x
 License:LGPL-2.1+

++ oxygen-gtk3-1.1.2.tar.bz2 - oxygen-gtk3-1.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/CMakeLists.txt 
new/oxygen-gtk3-1.1.3/CMakeLists.txt
--- old/oxygen-gtk3-1.1.2/CMakeLists.txt2013-01-29 13:55:41.0 
+0100
+++ new/oxygen-gtk3-1.1.3/CMakeLists.txt2013-04-22 20:26:36.0 
+0200
@@ -13,7 +13,7 @@
 set( CPACK_PACKAGE_VENDOR h...@oxygen-icons.org )
 set( CPACK_PACKAGE_VERSION_MAJOR 1 )
 set( CPACK_PACKAGE_VERSION_MINOR 1 )
-set( CPACK_PACKAGE_VERSION_PATCH 2 )
+set( CPACK_PACKAGE_VERSION_PATCH 3 )
 set( CPACK_SOURCE_IGNORE_FILES build ^${PROJECT_SOURCE_DIR}.*/.git/ )
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.1.2/src/animations/oxygenanimations.cpp 
new/oxygen-gtk3-1.1.3/src/animations/oxygenanimations.cpp
--- old/oxygen-gtk3-1.1.2/src/animations/oxygenanimations.cpp   2013-01-29 
13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/animations/oxygenanimations.cpp   2013-04-22 
20:26:36.0 +0200
@@ -157,7 +157,7 @@
 if( _allWidgets.find( widget ) != _allWidgets.end() ) return false;
 
 #if OXYGEN_DEBUG
-std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 G_OBJECT_TYPE_NAME( widget )  )  std::endl;
+std::cerr  Oxygen::Animations::registerWidget -   widget   ( 
 (widget ? G_OBJECT_TYPE_NAME( widget ):0x0)  )  std::endl;
 #endif
 
 Signal destroyId;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp 
new/oxygen-gtk3-1.1.3/src/animations/oxygeninnershadowdata.cpp
--- old/oxygen-gtk3-1.1.2/src/animations/oxygeninnershadowdata.cpp  
2013-01-29 13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/animations/oxygeninnershadowdata.cpp  
2013-04-22 20:26:36.0 +0200
@@ -184,7 +184,6 @@
 
 #if ENABLE_INNER_SHADOWS_HACK
 GtkWidget* child( gtk_bin_get_child( GTK_BIN( widget ) ) );
-GdkWindow* window( gtk_widget_get_window( widget ) );
 GdkWindow* childWindow( gtk_widget_get_window( child ) );
 
 #if OXYGEN_DEBUG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/src/oxygengtkicons.cpp 
new/oxygen-gtk3-1.1.3/src/oxygengtkicons.cpp
--- old/oxygen-gtk3-1.1.2/src/oxygengtkicons.cpp2013-01-29 
13:55:21.0 +0100
+++ new/oxygen-gtk3-1.1.3/src/oxygengtkicons.cpp2013-04-22 
20:26:36.0 +0200
@@ -229,6 +229,7 @@
 
 // add source to iconSet
 gtk_icon_set_add_source( iconSet, iconSource );
+gtk_icon_source_free( iconSource );
 break;
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-gtk3-1.1.2/src/oxygenqtsettings.cpp 
new/oxygen-gtk3-1.1.3/src/oxygenqtsettings.cpp
--- old/oxygen-gtk3-1.1.2/src/oxygenqtsettings.cpp  2013-01-29 
13:55:21.0 +0100
+++ 

commit python-psycopg2 for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2013-04-24 16:11:46

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


Package is python-psycopg2, Maintainer is r...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-05-29 11:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2013-04-24 16:11:47.0 +0200
@@ -1,0 +2,49 @@
+Tue Apr 16 18:05:47 UTC 2013 - jf...@funktronics.ca
+
+- Update to 2.5:
+  - Added JSON adaptation.
+  - Added support for PostgreSQL 9.2 range types.
+  - `connection` and `cursor` objects can be used in ``with`` statements as
+context managers as specified by recent DBAPI extension.
+  - Added `psycopg2.extensions.Diagnostics` object to get extended info from
+a database error.  Many thanks to Matthew Woodcraft for the implementation
+(ticket #149).
+  - Added `connection.cursor_factory` attribute to customize the default
+object returned by `connection.cursor()`.
+  - Added support for backward scrollable cursors. Thanks to Jon Nelson for
+the initial patch (ticket #108).
+  - Added a simple way to customize casting of composite types into Python
+objects other than namedtuples. Many thanks to Ronan Dunklau and Tobias
+Oberstein for the feature development.
+  - `connection.reset()` implemented using `DISCARD ALL` on server versions
+supporting it.
+  - Properly cleanup memory of broken connections (ticket #148).
+  - Fixed bad interaction of ``setup.py`` with other dependencies in
+Distribute projects on Python 3 (ticket #153).
+  - Added support for Python 3.3.
+  - Dropped support for Python 2.4. Please use Psycopg 2.4.x if you need it.
+  - `psycopg2.errorcodes` map updated to PostgreSQL 9.2.
+  - Dropped Zope adapter from source repository. ZPsycopgDA now has its own
+project at http://github.com/psycopg/ZPsycopgDA.
+- Changes from 2.4.6:
+  - Fixed 'cursor()' arguments propagation in connection subclasses and
+overriding of the 'cursor_factory' argument. Thanks to Corry Haines for
+the report and the initial patch (ticket #105).
+  - Dropped GIL release during string adaptation around a function call
+invoking a Python API function, which could cause interpreter crash.
+Thanks to Manu Cupcic for the report (ticket #110).
+  - Close a green connection if there is an error in the callback. Maybe a
+harsh solution but it leaves the program responsive (ticket #113).
+  - 'register_hstore()', 'register_composite()', 'tpc_recover()' work with
+RealDictConnection and Cursor (ticket #114).
+  - Fixed broken pool for Zope and connections re-init across ZSQL methods in
+the same request (tickets #123, #125, #142).
+  - connect() raises an exception instead of swallowing keyword arguments when
+a connection string is specified as well (ticket #131).
+  - Discard any result produced by 'executemany()' (ticket #133).
+  - Fixed pickling of FixedOffsetTimezone objects (ticket #135).
+  - Release the GIL around PQgetResult calls after COPY (ticket #140).
+  - Fixed empty strings handling in composite caster (ticket #141).
+  - Fixed pickling of DictRow and RealDictRow objects.
+
+---
python3-psycopg2.changes: same change

Old:

  psycopg2-2.4.5.tar.gz

New:

  psycopg2-2.5.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.LF7yub/_old  2013-04-24 16:11:49.0 +0200
+++ /var/tmp/diff_new_pack.LF7yub/_new  2013-04-24 16:11:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-psycopg2
-Version:2.4.5
+Version:2.5
 Release:0
 License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and   
SUSE-GPL-2.0-with-openssl-exception
 Summary:Python-PostgreSQL Database Adapter
@@ -67,7 +67,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README
+%doc AUTHORS LICENSE NEWS README
 %{python_sitearch}/psycopg2/
 %{python_sitearch}/psycopg2-%{version}-py%{py_ver}.egg-info
 

++ python3-psycopg2.spec ++
--- /var/tmp/diff_new_pack.LF7yub/_old  2013-04-24 16:11:49.0 +0200
+++ /var/tmp/diff_new_pack.LF7yub/_new  2013-04-24 16:11:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-psycopg2
-Version:2.4.5
+Version:2.5
 Release:0
 License:LGPL-3.0+ or ZPL-2.0
 Summary:Python-PostgreSQL Database Adapter
@@ -66,7 +66,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog LICENSE NEWS PKG-INFO README

commit sendmail for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2013-04-24 16:12:05

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


Package is sendmail, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2012-10-27 
07:47:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2013-04-24 
16:12:08.0 +0200
@@ -1,0 +2,82 @@
+Tue Apr 23 16:27:59 UTC 2013 - wer...@suse.de
+
+- Remove FAQ.sendmail-8.14 but use a html link to upstream support
+
+---
+Tue Apr 23 07:51:42 UTC 2013 - wer...@suse.de
+
+- Update to sendmail 8.14.7
+  * Drop support for IPv4-mapped IPv6 addresses to prevent the MTA
+from using a mapped address over a legitimate IPv6 address
+and to enforce the proper semantics over the IPv6
+connection.  Problem noted by Ulrich Sporlein.
+  * Fix a regression introduced in 8.14.6: the wrong list of
+macros was sent to a milter in the EHLO stage.
+Problem found by Fabrice Bellet, reported via RedHat
+(Jaroslav Skarvada).
+  * Fix handling of ORCPT parameter for DSNs: xtext decoding
+was not performed and a wrong syntax check was applied
+to the addr-type field.  Problem noted by Dan Lukes
+of Obludarium.
+  * Fix handling of NUL characters in the MIME conversion functions
+so that message bodies containing them will be sent
+on properly. Note: this usually also affects mails
+that are not converted as those functions are used
+for other purposes too.  Problem noted by Elchonon
+Edelson of Lockheed Martin.
+  * Do not perform duplicate elimination of recipients if they
+resolve to the error mailer using a temporary failure
+(4xy) via ruleset 0.  Problem noted by Akira Takahashi
+of IIJ.
+  * CONTRIB: Updated version of etrn.pl script from John Beck
+of Oracle.
+- Update to sendmail 8.14.6
+  * Fix a regression introduced in 8.14.5: if a server offers
+two AUTH lines, the MTA would not read them after
+STARTTLS has been used and hence SMTP AUTH for
+the client side would fail.  Problem noted by Lena.
+  * Do not cache hostnames internally in a non case sensitive way
+as that may cause addresses to change from lower case
+to upper case or vice versa. These header modifications
+can cause problems with milters that rely on receiving
+headers in the same way as they are being sent out such
+as a DKIM signing milter.
+  * If MaxQueueChildren is set then it was possible that new queue
+runners could not be started anymore because an
+internal counter was subject to a race condition.
+  * If a milter decreases the timeout it waits for a communication
+with the MTA, the MTA might experience a write() timeout.
+In some situations, the resulting error might have been
+ignored.  Problem noted by Werner Wiethege.
+Note: decreasing the communication timeout in a milter
+should not be done without considering the potential
+problems.
+  * smfi_setsymlist() now properly sets the list of macros for
+the milter which invoked it, instead of a global
+list for all milters.  Problem reported by
+David Shrimpton of the University of Queensland.
+  * If Timeout.resolver.retrans is set to a value larger than 20,
+then resolver.retry was temporarily set to 0 for
+gethostbyaddr() lookups. Now it is set to 1 instead.
+Patch from Peter.
+  * If sendmail could not lock the statistics file due to a system
+error, and sendmail later sends a DSN for a mail that
+triggered such an error, then sendmail tried to access
+memory that was freed before (causing a crash on some
+systems).  Problem reported by Ryan Stone.
+  * Do not log negative values for size= nor pri= to avoid confusing
+log parsers, instead limit the values to LONG_MAX.
+  * Account for an API change in newer versions of Cyrus-SASL.
+Patch from Hajimu UMEMOTO from FreeBSD.
+  * Do not try to resolve link-local addresses for IPv4 (just as it
+is done for IPv6).  Patch from John Beck of Oracle.
+  * Improve logging of client and server STARTTLS connection failures
+that may be due to incompatible cipher lists by including
+the reason for the failure in a single log line.  Suggested
+by James Carey of Boeing.
+- Drop sendmail-8.14.5-auth2.patch0 as this is part of 8.14.6
+- Add sendmail-8.14.7-warning.patch to avoid useless gcc warning
+- Refresh sendmail-8.14.7-select.dif
+- Refresh sendmail-8.14.7.dif
+
+---

Old:

  FAQ.sendmail-8.14.bz2
  sendmail-8.13.5-select.dif
  sendmail-8.14.5-auth2.patch0
  

commit unico for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package unico for openSUSE:Factory checked 
in at 2013-04-24 16:14:30

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


Package is unico, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/unico/unico.changes  2012-04-02 
10:32:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.unico.new/unico.changes 2013-04-24 
16:14:32.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr  3 10:30:17 UTC 2013 - g...@suse.com
+
+- Add unico-bnc813150-gtk-theming-engine-crash.patch fix crash on
+  gtk-theming-engine (bnc#813150,lp#1000545).
+- Add gnome-common BuildRequires and call to autogen.sh, as above
+  patch touches the build system.
+
+---

New:

  unico-bnc813150-gtk-theming-engine-crash.patch



Other differences:
--
++ unico.spec ++
--- /var/tmp/diff_new_pack.K87vXe/_old  2013-04-24 16:14:34.0 +0200
+++ /var/tmp/diff_new_pack.K87vXe/_new  2013-04-24 16:14:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unico
 #
-# 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
@@ -24,6 +24,9 @@
 Group:  System/GUI/GNOME
 Url:http://launchpad.net/unico
 Source0:%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM unico-bnc813150-gtk-theming-engine-crash.patch bnc#813150 
lp#1000545 g...@suse.com - Fix crash on gtk-theming-engine
+Patch1: unico-bnc813150-gtk-theming-engine-crash.patch
+BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(cairo) = 1.10
 BuildRequires:  pkgconfig(glib-2.0) = 2.26.0
 BuildRequires:  pkgconfig(gtk+-3.0) = 3.3.14
@@ -47,8 +50,10 @@
 
 %prep
 %setup -q
+%patch1 -p0
 
 %build
+./autogen.sh
 %configure \
 --disable-static
 make %{?_smp_mflags}

++ unico-bnc813150-gtk-theming-engine-crash.patch ++
 5964 lines (skipped)

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



commit xinetd for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package xinetd for openSUSE:Factory checked 
in at 2013-04-24 16:14:48

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


Package is xinetd, Maintainer is mvysko...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/xinetd/xinetd.changes2013-04-05 
17:21:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinetd.new/xinetd.changes   2013-04-24 
16:14:50.0 +0200
@@ -1,0 +2,27 @@
+Fri Apr 19 12:38:35 UTC 2013 - mvysko...@suse.com
+
+- update to 2.3.15
+ * If the address we're binding to is a multicast address, do the multicast 
join.
+ * Merge the Fedora patch to turn off libwrap processing on tcp rpc services.
+   Patch xinetd-2.3.12-tcp_rpc.patch.
+ * Merge the Fedora patch to add labeled networking.
+   Patch xinetd-2.3.14-label.patch r1.4.
+ * Merge the Fedora patch to fix getpeercon() for labeled networking in MLS 
environments.
+   Patch xinetd-2.3.14-contextconf.patch r1.1
+ * Merge the Fedora patch for int-ssize_t. Patch xinetd-2.3.14-ssize_t.patch 
r1.1
+ * Change compiler flags, -Wconversion generates excessive and unnecessary
+   warnings with gcc, particularly all cases of ntohs(uint16_t).
+   http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6614 Additionally add 
-Wno-unused
+   to prevent unnecessary warnings regarding unused function parameters when 
the
+   function is a callback conforming to a standard interface.
+ * Merge patch from Thomas Swan regarding CVE-2012-0862
+- merged the SUSE xinetd.conf with the upstream one
+  this changes default target for logging - now the syslog is used
+  instead of /var/log/xinetd.log
+  * xinetd-config.patch
+- logrotate dependency has been dropped and config file is installed
+  in /usr/share/doc/packages/xinetd
+- drop rc.xinetd and add xinetd.service instead
+- add an entry to README.SUSE explaining the systemd socket activation
+
+---

Old:

  README.SuSE
  rc.xinetd
  xinetd-2.3.14.tar.gz

New:

  README.SUSE
  xinetd-2.3.15.tar.gz
  xinetd-config.patch
  xinetd.service



Other differences:
--
++ xinetd.spec ++
--- /var/tmp/diff_new_pack.RPLuJW/_old  2013-04-24 16:14:51.0 +0200
+++ /var/tmp/diff_new_pack.RPLuJW/_new  2013-04-24 16:14:51.0 +0200
@@ -17,59 +17,50 @@
 
 
 Name:   xinetd
-BuildRequires:  autoconf
-BuildRequires:  tcpd-devel
-PreReq: %insserv_prereq %fillup_prereq
-Provides:   inet-daemon
-Requires:   logrotate
-Version:2.3.14
+Version:2.3.15
 Release:0
 Url:http://www.xinetd.org/
 Summary:An 'inetd' with Expanded Functionality
 License:SUSE-xinetd
 Group:  Productivity/Networking/System
 Source0:http://www.xinetd.org/%{name}-%{version}.tar.gz
-Source2:rc.xinetd
-Source3:xinetd.conf
-Source4:FAQ
-Source5:README.SuSE
-Source6:%{name}-service_files.tar.bz2
-Source7:logrotate
-Patch:  %{name}-%{version}-man.dif
-Patch4: %{name}-%{version}-server_args-fix.diff
-Patch5: %{name}-%{version}-strict-aliasing-fix.diff
-Patch6: %{name}-%{version}-nodeadlock.diff
-Patch8: %{name}-%{version}-pie.patch
-Patch9: %{name}-%{version}-ipv6-ipv4-fallback.patch
-Patch10:%{name}-%{version}-honour_disable.patch
-Patch11:%{name}-%{version}-ident-bind.patch
-Patch12:%{name}-%{version}-nodeadlock-revisited.patch
+Source1:xinetd.service
+Source2:FAQ
+Source3:README.SUSE
+Source4:%{name}-service_files.tar.bz2
+Source5:logrotate
+Patch0: %{name}-2.3.14-man.dif
+Patch4: %{name}-2.3.14-server_args-fix.diff
+Patch5: %{name}-2.3.14-strict-aliasing-fix.diff
+Patch6: %{name}-2.3.14-nodeadlock.diff
+Patch8: %{name}-2.3.14-pie.patch
+Patch9: %{name}-2.3.14-ipv6-ipv4-fallback.patch
+Patch10:%{name}-2.3.14-honour_disable.patch
+Patch11:%{name}-2.3.14-ident-bind.patch
+Patch12:%{name}-2.3.14-nodeadlock-revisited.patch
+#PATCH-FIX-SUSE: merge the SUSE's default xinetd.conf with upstream one
+Patch13:xinetd-config.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
+BuildRequires:  autoconf
+BuildRequires:  systemd
+BuildRequires:  tcpd-devel
+%{systemd_requires}
+Provides:   inet-daemon
+
 %description
 xinetd takes the abilities of inetd and appends additional
 functionality:
 
 - Access Control
-
 - Prevention of 'denial of access' attacks
-
 - Extensive logging abilities
-
 - Clear configuration file
 
 
-
-Authors:
-
-Panagiotis Tsirigotis pa...@cs.colorado.edu
-Rob 

commit tftp.1597 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package tftp.1597 for openSUSE:12.1:Update 
checked in at 2013-04-24 17:28:26

Comparing /work/SRC/openSUSE:12.1:Update/tftp.1597 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.tftp.1597.new (New)


Package is tftp.1597, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.1:Update/.tftp.1597.new/tftp.changes  2013-04-24 
17:28:28.0 +0200
@@ -0,0 +1,385 @@
+---
+Thu Apr 18 09:57:36 UTC 2013 - vci...@suse.com
+
+- change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp
+  daemon can't write there (bnc#813226)
+
+---
+Wed Jan  2 13:18:32 UTC 2013 - vci...@suse.com
+
+- tftp-hpa-0.48-macros-crash.patch:
+  prevent buffer overflow in handling of \x macro (bnc#793883)
+- tftp-hpa-0.48-macros-v6mapped.patch:
+  for \i and \x, expand v6-mapped addresses as native IPv4
+  (bnc#793883)
+- patches come from Michal Kubecek
+
+---
+Mon Sep  3 12:53:06 UTC 2012 - vci...@suse.com
+
+- properly get destination address when listening on secondary 
+  interface (bnc#774861)
+
+---
+Tue Sep  6 13:01:31 UTC 2011 - vci...@suse.com
+
+- added missing PreReq: pwdutils
+
+---
+Fri Jun 24 07:09:50 UTC 2011 - pu...@novell.com
+
+- unbreak tftp by changing to user to run as in tftpd itself,
+  not via xinetd (bnc#682340)
+
+---
+Thu Jun 23 12:17:37 UTC 2011 - pu...@novell.com
+
+- update to version-5.1
+  - Add -P option to write a PID file.  Patch by Ferenc Wagner.
+  - Bounce the syslog socket in standalone mode, in case the
+syslog daemon has been restarted.  Patch by Ferenc Wagner.
+  - Build fixes.
+  - Fix handling of block number wraparound after a successful
+options negotiation.
+  - Fix a buffer overflow in option parsing.
+- fixes bnc#699714, CVE-2011-2199
+
+---
+Sat Dec 11 00:00:00 UTC 2010 - ch...@computersalat.de
+
+- fix spec
+  o added missing path /srv/tftpboot in files section
+
+---
+Fri Dec  3 13:51:50 UTC 2010 - pu...@novell.com
+
+- update to version 5.0
+  * Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or
+AI_CANONNAME.
+  * Implement the rollover option, for clients which want block
+number to rollover to anything other than zero.
+  * Correctly disable PMTU in standalone mode.
+  * Add IPv6 support.  Patch by Karsten Keil.
+  * Support systems with editline instead of readline.
+  * Support long options in the server.
+- drop tftp-hpa-0.43_readline.diff (not needed)
+- drop tftp-hpa-0.46_libedit.patch (solved in upstream)
+- build with readline support
+- clean up specfile
+
+---
+Fri Oct 29 23:33:18 UTC 2010 - ch...@computersalat.de
+
+- fix pre
+  o no check before addding group/user (darix)
+- fix files
+  o provide /srv/tftpboot
+
+---
+Wed Oct 13 21:05:23 UTC 2010 - ch...@computersalat.de
+
+- add group/user tftp (bnc#472283)
+- set TFTP default DIR to /srv/tftpboot (bnc#248008,507011)
+- added Conflicts atftp, cause of overlapping binaries
+
+---
+Fri Oct  1 12:07:50 UTC 2010 - pu...@novell.com
+
+- add tftp-hpa-0.48-tzfix.patch (bnc#630297) 
+
+---
+Tue Jun 29 08:57:01 UTC 2010 - pu...@novell.com
+
+- add tftp-hpa-0.49-fortify-strcpy-crash.patch (bnc#617675)
+
+---
+Mon Sep  1 14:45:15 CEST 2008 - mrueck...@suse.de
+
+- drop lineedit support again
+- fix build to include %{optflags} with using configure
+
+---
+Wed Aug 27 16:20:32 CEST 2008 - o...@suse.de
+
+- do not require autoconf 2.61
+  binutils-devel is not available in 11.0 or earlier
+
+---
+Wed Aug  6 16:04:07 CEST 2008 - kk...@suse.de
+
+- Update to current git version with enhanced IPv6 support included
+
+---
+Fri Jul 18 17:56:28 CEST 2008 - kk...@suse.de
+
+- Update to git version 0.48 for mainline compatibility; code is
+  still the same but formatting was cleaned up
+- Implement IPv6 (fate #304343)
+

commit tftp for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package tftp for openSUSE:12.1:Update 
checked in at 2013-04-24 17:28:30

Comparing /work/SRC/openSUSE:12.1:Update/tftp (Old)
 and  /work/SRC/openSUSE:12.1:Update/.tftp.new (New)


Package is tftp, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.0hG5HH/_old  2013-04-24 17:28:32.0 +0200
+++ /var/tmp/diff_new_pack.0hG5HH/_new  2013-04-24 17:28:32.0 +0200
@@ -1 +1 @@
-link package='tftp.1197' cicount='copy' /
+link package='tftp.1597' cicount='copy' /

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



commit tftp.1597 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package tftp.1597 for openSUSE:12.2:Update 
checked in at 2013-04-24 17:28:48

Comparing /work/SRC/openSUSE:12.2:Update/tftp.1597 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.tftp.1597.new (New)


Package is tftp.1597, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:12.2:Update/.tftp.1597.new/tftp.changes  2013-04-24 
17:28:51.0 +0200
@@ -0,0 +1,396 @@
+---
+Thu Apr 18 09:57:36 UTC 2013 - vci...@suse.com
+
+- change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp
+  daemon can't write there (bnc#813226)
+
+---
+Wed Jan  2 13:18:32 UTC 2013 - vci...@suse.com
+
+- tftp-hpa-0.48-macros-crash.patch:
+  prevent buffer overflow in handling of \x macro (bnc#793883)
+- tftp-hpa-0.48-macros-v6mapped.patch:
+  for \i and \x, expand v6-mapped addresses as native IPv4
+  (bnc#793883)
+- patches come from Michal Kubecek
+
+---
+Mon Sep  3 12:53:06 UTC 2012 - vci...@suse.com
+
+- properly get destination address when listening on secondary 
+  interface (bnc#774861)
+
+---
+Tue Dec 20 20:30:25 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Fri Nov 11 14:51:55 UTC 2011 - vci...@suse.com
+
+- added rules for SuSEfirewall2 (bnc#729793)
+  thanks to Lukas Ocilka
+
+---
+Tue Sep  6 13:01:31 UTC 2011 - vci...@suse.com
+
+- added missing PreReq: pwdutils
+
+---
+Fri Jun 24 07:09:50 UTC 2011 - pu...@novell.com
+
+- unbreak tftp by changing to user to run as in tftpd itself,
+  not via xinetd (bnc#682340)
+
+---
+Thu Jun 23 12:17:37 UTC 2011 - pu...@novell.com
+
+- update to version-5.1
+  - Add -P option to write a PID file.  Patch by Ferenc Wagner.
+  - Bounce the syslog socket in standalone mode, in case the
+syslog daemon has been restarted.  Patch by Ferenc Wagner.
+  - Build fixes.
+  - Fix handling of block number wraparound after a successful
+options negotiation.
+  - Fix a buffer overflow in option parsing.
+- fixes bnc#699714, CVE-2011-2199
+
+---
+Sat Dec 11 00:00:00 UTC 2010 - ch...@computersalat.de
+
+- fix spec
+  o added missing path /srv/tftpboot in files section
+
+---
+Fri Dec  3 13:51:50 UTC 2010 - pu...@novell.com
+
+- update to version 5.0
+  * Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or
+AI_CANONNAME.
+  * Implement the rollover option, for clients which want block
+number to rollover to anything other than zero.
+  * Correctly disable PMTU in standalone mode.
+  * Add IPv6 support.  Patch by Karsten Keil.
+  * Support systems with editline instead of readline.
+  * Support long options in the server.
+- drop tftp-hpa-0.43_readline.diff (not needed)
+- drop tftp-hpa-0.46_libedit.patch (solved in upstream)
+- build with readline support
+- clean up specfile
+
+---
+Fri Oct 29 23:33:18 UTC 2010 - ch...@computersalat.de
+
+- fix pre
+  o no check before addding group/user (darix)
+- fix files
+  o provide /srv/tftpboot
+
+---
+Wed Oct 13 21:05:23 UTC 2010 - ch...@computersalat.de
+
+- add group/user tftp (bnc#472283)
+- set TFTP default DIR to /srv/tftpboot (bnc#248008,507011)
+- added Conflicts atftp, cause of overlapping binaries
+
+---
+Fri Oct  1 12:07:50 UTC 2010 - pu...@novell.com
+
+- add tftp-hpa-0.48-tzfix.patch (bnc#630297) 
+
+---
+Tue Jun 29 08:57:01 UTC 2010 - pu...@novell.com
+
+- add tftp-hpa-0.49-fortify-strcpy-crash.patch (bnc#617675)
+
+---
+Mon Sep  1 14:45:15 CEST 2008 - mrueck...@suse.de
+
+- drop lineedit support again
+- fix build to include %{optflags} with using configure
+
+---
+Wed Aug 27 16:20:32 CEST 2008 - o...@suse.de
+
+- do not require autoconf 2.61
+  binutils-devel is not available in 11.0 or earlier
+
+---
+Wed Aug  6 16:04:07 CEST 

commit tftp for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package tftp for openSUSE:12.3:Update 
checked in at 2013-04-24 17:28:55

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


Package is tftp, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



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



commit patchinfo.1597 for openSUSE:12.1:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1597 for 
openSUSE:12.1:Update checked in at 2013-04-24 17:29:09

Comparing /work/SRC/openSUSE:12.1:Update/patchinfo.1597 (Old)
 and  /work/SRC/openSUSE:12.1:Update/.patchinfo.1597.new (New)


Package is patchinfo.1597, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagervitezslav_cizek/packager
  categoryrecommended/category
  ratinglow/rating
  summarytftp: fixed incorrect default permission of /srv/tftpboot/summary
  descriptionThis update fixes the following issue with tftp:
- bnc#813226: change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp 
daemon can't write here/description
  issue tracker=bnc id=813226TFTP Server Issue/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit patchinfo.1597 for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1597 for 
openSUSE:12.2:Update checked in at 2013-04-24 17:29:11

Comparing /work/SRC/openSUSE:12.2:Update/patchinfo.1597 (Old)
 and  /work/SRC/openSUSE:12.2:Update/.patchinfo.1597.new (New)


Package is patchinfo.1597, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagervitezslav_cizek/packager
  categoryrecommended/category
  ratinglow/rating
  summarytftp: fixed incorrect default permission of /srv/tftpboot/summary
  descriptionThis update fixes the following issue with tftp:
- bnc#813226: change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp 
daemon can't write here/description
  issue tracker=bnc id=813226TFTP Server Issue/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tftp for openSUSE:12.2:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package tftp for openSUSE:12.2:Update 
checked in at 2013-04-24 17:28:51

Comparing /work/SRC/openSUSE:12.2:Update/tftp (Old)
 and  /work/SRC/openSUSE:12.2:Update/.tftp.new (New)


Package is tftp, Maintainer is vci...@suse.com

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.2raf97/_old  2013-04-24 17:28:53.0 +0200
+++ /var/tmp/diff_new_pack.2raf97/_new  2013-04-24 17:28:53.0 +0200
@@ -1 +1 @@
-link package='tftp.1197' cicount='copy' /
+link package='tftp.1597' cicount='copy' /

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



commit patchinfo.1597 for openSUSE:12.3:Update

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.1597 for 
openSUSE:12.3:Update checked in at 2013-04-24 17:29:17

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


Package is patchinfo.1597, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++
patchinfo
  packagervitezslav_cizek/packager
  categoryrecommended/category
  ratinglow/rating
  summarytftp: fixed incorrect default permission of /srv/tftpboot/summary
  descriptionThis update fixes the following issue with tftp:
- bnc#813226: change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp 
daemon can't write here/description
  issue tracker=bnc id=813226TFTP Server Issue/issue
/patchinfo
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit branding-openSUSE for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-04-24 19:20:35

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


Package is branding-openSUSE, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes  
2013-04-03 12:47:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-04-24 19:20:37.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 24 13:23:26 UTC 2013 - a...@suse.com
+
+- Increase version to 13.1
+
+---
+Thu Apr 18 14:18:54 UTC 2013 - co...@suse.com
+
+- update from git to update kde patch
+
+---



Other differences:
--
++ branding-openSUSE.spec ++
--- /var/tmp/diff_new_pack.wFEZwZ/_old  2013-04-24 19:20:47.0 +0200
+++ /var/tmp/diff_new_pack.wFEZwZ/_new  2013-04-24 19:20:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   branding-openSUSE
-Version:12.3
+Version:13.1
 Release:0
 Provides:   branding
 Conflicts:  otherproviders(branding)

++ openSUSE.tar.gz ++
/work/SRC/openSUSE:Factory/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:Factory/.branding-openSUSE.new/openSUSE.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 python-nose for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2013-04-24 19:37:06

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


Package is python-nose, Maintainer is radma...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2013-01-20 
14:42:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 
2013-04-24 19:37:07.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 22 14:48:05 UTC 2013 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * very long list of bugfixes, see included CHANGELOG for details 
+
+---
--- /work/SRC/openSUSE:Factory/python-nose/python3-nose.changes 2013-01-20 
14:42:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python3-nose.changes
2013-04-24 19:37:07.0 +0200
@@ -2 +2,7 @@
-Fri Jan 18 10:32:51 UTC 2013 - sasc...@suse.de
+Mon Apr 22 14:48:05 UTC 2013 - dmuel...@suse.com
+
+- update to 1.3.0:
+  * very long list of bugfixes, see included CHANGELOG for details 
+
+---
+Fri Jan 18 10:32:23 UTC 2013 - sasc...@suse.de
@@ -8 +14 @@
-Tue Nov 20 17:44:46 UTC 2012 - sasc...@suse.de
+Tue Nov 20 12:06:35 UTC 2012 - sasc...@suse.de
@@ -33 +39,2 @@
-- Drop unneeded macros
+- Testsuite seems to work on SLE_11_SP2, reenable
+- Symlink nosetests.1 manpage to nosetests-%{py_ver}.1
@@ -48,0 +56,214 @@
+
+---
+Tue Apr 24 08:48:35 UTC 2012 - sasc...@suse.de
+
+- Disable testsuite on openSUSE-11.4 and less to fix build
+
+---
+Mon Apr  2 12:02:50 UTC 2012 - sasc...@suse.de
+
+- Move doc package into seperate spec to break build cycle between
+  python-nose and python-Pygments (pulled in by python-Sphinx)
+
+---
+Sat Mar 10 16:53:22 UTC 2012 - sasc...@gmx.de
+
+- Simply macro usage
+- Run testsuite
+
+---
+Wed Sep 21 10:12:57 UTC 2011 - sasc...@suse.de
+
+- Needs python-distribute at runtime
+
+---
+Tue Sep 13 20:27:36 UTC 2011 - sasc...@suse.de
+
+- Upper-case %description
+
+---
+Thu Sep  8 16:44:02 UTC 2011 - sasc...@suse.de
+
+- Disabled testsuite to fix build
+
+---
+Thu Sep  8 15:43:42 UTC 2011 - sasc...@suse.de
+
+- Update to 1.1.2:
+  * Fixed regression where the .coverage file was not saved (#439).
+  * Fixed missing nose.sphinx module in source distribution (#436).
+- Spec file changes:
+  * Depend on python-distribute instead of python-setuptools
+  * Changed license to LGPL-2.0+ (SPDX style)
+  * Properly build and install HTML documentation
+  * Requires python-xml at runtime
+
+---
+Mon Feb  7 21:34:42 UTC 2011 - l...@linux-schulserver.de
+
+- update to 1.0.0:
+  + Made nose compatible with python 3. 
+**Huge** thanks to Alex foogod Stewart!
+
+---
+Tue Sep 14 08:30:06 UTC 2010 - co...@novell.com
+
+- update to 0.11.4
+ - Made nose compatible with Python 2.7.
+ - Fixed default plugin manager's use of plugin overriding. Thanks to
+   rob.daylife for the bug report and patch. (#323).
+ - Changed plugin loading so that external plugins loaded via extension
+   points can override builtin plugins with the same name.
+ ... for more see CHANGELOG
+
+---
+Wed Jul 22 17:45:32 CEST 2009 - l...@linux-schulserver.de
+
+- update to 0.11.1
+  + Fixed bug in xunit plugin xml escaping. 
+  + Fixed bug in xunit plugin that could cause test run to crash 
+after certain types of errors or actions by other plugins.
+  + Fixed bug in testid plugin that could cause test run to crash 
+after certain types of errors or actions by other plugins.
+  + Fixed bug in collect only plugin that caused it to fail when 
+collecting from test generators.
+  + Fixed some broken html in docs.
+- update to 0.11.1 contains changes from 0.11:
+  + Added multiprocess plugin that allows tests to be run in parallel
+across multiple processes.
+  + Added logcapture plugin that captures logging messages and prints 
+them with failing tests. 
+  + Added optional HTML coverage reports to coverage plugin. 
+  + Added plugin that enables collection of tests in all modules. 
+  + Added --failed option to testid 

commit java-1_7_0-openjdk for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:Factory checked in at 2013-04-24 19:37:14

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


Package is java-1_7_0-openjdk, Maintainer is 
bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/java-1_7_0-openjdk/java-1_7_0-openjdk.changes
2013-04-04 19:18:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_7_0-openjdk.new/java-1_7_0-openjdk.changes   
2013-04-24 19:37:23.0 +0200
@@ -1,0 +2,54 @@
+Wed Apr 24 13:22:31 UTC 2013 - mvysko...@suse.com
+
+- apply aarch64 patches on openSUSE 12.3+, EM_AARCH64 is not defined
+  in earlier releases
+
+---
+Tue Apr 23 13:33:45 UTC 2013 - mvysko...@suse.com
+
+- update to icedtea-2.3.9 (bnc#816720) 
+* Security fixes
+  - S6657673, CVE-2013-1518: Issues with JAXP
+  - S7200507: Refactor Introspector internals
+  - S8000724, CVE-2013-2417: Improve networking serialization
+  - S8001031, CVE-2013-2419: Better font processing
+  - S8001040, CVE-2013-1537: Rework RMI model
+  - S8001322: Refactor deserialization
+  - S8001329, CVE-2013-1557: Augment RMI logging
+  - S8003335: Better handling of Finalizer thread
+  - S8003445: Adjust JAX-WS to focus on API
+  - S8003543, CVE-2013-2415: Improve processing of MTOM attachments
+  - S8004261: Improve input validation
+  - S8004336, CVE-2013-2431: Better handling of method handle intrinsic frames
+  - S8004986, CVE-2013-2383: Better handling of glyph table
+  - S8004987, CVE-2013-2384: Improve font layout
+  - S8004994, CVE-2013-1569: Improve checking of glyph table
+  - S8005432: Update access to JAX-WS
+  - S8005943: (process) Improved Runtime.exec
+  - S8006309: More reliable control panel operation
+  - S8006435, CVE-2013-2424: Improvements in JMX
+  - S8006790: Improve checking for windows
+  - S8006795: Improve font warning messages
+  - S8007406: Improve accessibility of AccessBridge
+  - S8007617, CVE-2013-2420: Better validation of images
+  - S8007667, CVE-2013-2430: Better image reading
+  - S8007918, CVE-2013-2429: Better image writing
+  - S8008140: Better method handle resolution
+  - S8009049, CVE-2013-2436: Better method handle binding
+  - S8009063, CVE-2013-2426: Improve reliability of ConcurrentHashMap
+  - S8009305, CVE-2013-0401: Improve AWT data transfer
+  - S8009677, CVE-2013-2423: Better setting of setters
+  - S8009699, CVE-2013-2421: Methodhandle lookup
+  - S8009814, CVE-2013-1488: Better driver management
+  - S8009857, CVE-2013-2422: Problem with plugin
+* Backports
+  - S7130662, RH928500: GTK file dialog crashes with a NPE
+* Bug fixes
+  - PR1363: Fedora 19 / rawhide FTBFS SIGILL
+  - PR1401: Fix Zero build on 2.3.8
+  - Fix offset problem in ICU LETableReference.
+  - Change -Werror fix to preserve OpenJDK default.
+  - PR1303: Correct #ifdef to #if
+  - PR1404: Failure to bootstrap with ecj 4.2
+
+---

Old:

  1fbe99283d97.tar.gz
  3c7be82314bf.tar.gz
  41426c72b802.tar.gz
  516aae5f27cf.tar.gz
  a152dced63a1.tar.gz
  d8b22e079abe.tar.gz
  deac45dc94f0.tar.gz
  ed02a059ea15.tar.gz
  icedtea-2.3.8.tar.gz
  icedtea-2.3.8.tar.gz.sig

New:

  12b96a57263c.tar.gz
  2c4981784101.tar.gz
  47a6bf94ce11.tar.gz
  8e91101e36f0.tar.gz
  ad5a321edea2.tar.gz
  b1877762d45c.tar.gz
  d2142901bcb7.tar.gz
  fd956199cb82.tar.gz
  icedtea-2.3.9.tar.gz
  icedtea-2.3.9.tar.gz.sig



Other differences:
--
++ java-1_7_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.fBvcAC/_old  2013-04-24 19:37:50.0 +0200
+++ /var/tmp/diff_new_pack.fBvcAC/_new  2013-04-24 19:37:50.0 +0200
@@ -57,7 +57,7 @@
 # If runtests is 0 test suites will not be run.
 %define runtests 0
 
-%define icedtea_version 2.3.8
+%define icedtea_version 2.3.9
 %define hg_tag icedtea-{icedtea_version}-branchpoint
 
 %define openjdkdate 27_jun_2011
@@ -157,15 +157,15 @@
 Source3:mauve-%{mauvedate}.tar.gz
 Source4:mauve_tests
 
-Source5:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/archive/ed02a059ea15.tar.gz
-Source6:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/corba/archive/516aae5f27cf.tar.gz
-Source7:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp/archive/1fbe99283d97.tar.gz
-Source8:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxws/archive/3c7be82314bf.tar.gz
-Source9:
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jdk/archive/deac45dc94f0.tar.gz
-Source10:   

commit acroread for openSUSE:Factory:NonFree

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package acroread for 
openSUSE:Factory:NonFree checked in at 2013-04-24 21:42:11

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


Package is acroread, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/acroread/acroread-cmaps.changes  
2011-09-23 15:02:37.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.acroread.new/acroread-cmaps.changes 
2013-04-24 21:42:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 23 11:08:49 UTC 2013 - b...@suse.com
+
+- Change the license to SUSE-NonFree to dismiss rpmlint's warn.
+
+---
--- /work/SRC/openSUSE:Factory:NonFree/acroread/acroread.changes
2013-02-22 16:48:17.0 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.acroread.new/acroread.changes   
2013-04-24 21:42:13.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 23 11:08:49 UTC 2013 - b...@suse.com
+
+- Change the license to SUSE-NonFree to dismiss rpmlint's warn.
+
+---
+Wed Mar 27 12:19:18 UTC 2013 - wer...@suse.de
+
+- Do not export LD_PRELOAD to e.g. kde4-config 64bit programs 
+
+---



Other differences:
--
++ acroread-cmaps.spec ++
--- /var/tmp/diff_new_pack.qLW4Am/_old  2013-04-24 21:42:26.0 +0200
+++ /var/tmp/diff_new_pack.qLW4Am/_new  2013-04-24 21:42:26.0 +0200
@@ -23,7 +23,7 @@
 Url:http://www.adobe.com/products/acrobat/readermain.html
 Provides:   locale(acroread:ja;ko;zh)
 Summary:CMap files for acroread
-License:NON-OSI-COMPLIANT(royalties)
+License:SUSE-NonFree
 Group:  Productivity/Publishing/PDF
 Source0:
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_chs_i486-linux.tar.bz2
 Source1:
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_cht_i486-linux.tar.bz2

++ acroread.spec ++
--- /var/tmp/diff_new_pack.qLW4Am/_old  2013-04-24 21:42:26.0 +0200
+++ /var/tmp/diff_new_pack.qLW4Am/_new  2013-04-24 21:42:26.0 +0200
@@ -50,7 +50,7 @@
 Requires:   UTF-16.so
 Recommends: acroread-browser-plugin
 Summary:Adobe Reader for PDF Files
-License:NON-OSI-COMPLIANT(royalties)
+License:SUSE-NonFree
 Group:  Productivity/Publishing/PDF
 Source10:   acroread.desktop
 Source20:   acroread.png



++ suse-do-not-grab-server.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-do-not-grab-server/suse-do-not-grab-server.c 
new/suse-do-not-grab-server/suse-do-not-grab-server.c
--- old/suse-do-not-grab-server/suse-do-not-grab-server.c   2008-04-04 
18:20:38.0 +0200
+++ new/suse-do-not-grab-server/suse-do-not-grab-server.c   2013-03-27 
13:08:41.0 +0100
@@ -1,14 +1,30 @@
 #include X11/Xlib.h
+#ifdef DEBUG
 #include stdio.h
+#endif
+#include stdlib.h
 
 int XGrabServer (Display *display)
 {
-  /* printf(mike: XGrabServer\n); */
+#ifdef DEBUG
+  printf(__FILE__ : XGrabServer\n);
+#endif
   return 0;
 }
 
 int XUngrabServer (Display *display)
 {
-  /* printf(mike: XUngrabServer\n); */
+#ifdef DEBUG
+  printf(__FILE__ : XUngrabServer\n);
+#endif
   return 0;
 }
+
+static __attribute__((__constructor__)) void _clean_preload (void)
+{
+#ifdef DEBUG */
+  char *preload = getenv(LD_PRELOAD);
+  printf(__FILE__ : clean_preload %s\n, preload);
+#endif
+  (void)unsetenv(LD_PRELOAD);
+}

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



commit aspell-dictionaries for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package aspell-dictionaries for 
openSUSE:Factory checked in at 2013-04-24 21:42:22

Comparing /work/SRC/openSUSE:Factory/aspell-dictionaries (Old)
 and  /work/SRC/openSUSE:Factory/.aspell-dictionaries.new (New)


Package is aspell-dictionaries, Maintainer is pgaj...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/aspell-dictionaries/aspell-dictionaries.changes  
2012-12-08 15:51:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.aspell-dictionaries.new/aspell-dictionaries.changes 
2013-04-24 21:42:27.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr 19 10:02:16 UTC 2013 - cfarr...@suse.com
+
+- license update: SUSE-Permissive-Modify-By-Patch
+  this license was added to the spreadsheet available (linked) from
+  license.opensuse.org
+
+---



Other differences:
--
++ aspell-dictionaries.spec ++
--- /var/tmp/diff_new_pack.qIxIVY/_old  2013-04-24 21:42:33.0 +0200
+++ /var/tmp/diff_new_pack.qIxIVY/_new  2013-04-24 21:42:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aspell-dictionaries
 #
-# 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
@@ -972,7 +972,7 @@
 Version:0.99.f7.1
 Release:0
 Summary:Russian Dictionary for Aspell
-License:GPL-2.0+ and LGPL-2.1+ and Use, copy, redistribution 
permissions granted. Redistribute changes in patch form
+License:GPL-2.0+ and LGPL-2.1+ and SUSE-Permissive-Modify-By-Patch
 Group:  Productivity/Text/Spell
 Requires:   aspell = 0.60
 Provides:   locale(aspell:ru)

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



commit desktop-data-openSUSE for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package desktop-data-openSUSE for 
openSUSE:Factory checked in at 2013-04-24 21:42:30

Comparing /work/SRC/openSUSE:Factory/desktop-data-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new (New)


Package is desktop-data-openSUSE, Maintainer is wstephen...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/desktop-data-openSUSE/desktop-data-openSUSE.changes  
2013-01-31 14:42:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.desktop-data-openSUSE.new/desktop-data-openSUSE.changes
 2013-04-24 21:42:34.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 24 19:11:19 UTC 2013 - co...@suse.com
+
+- bump version to 13.1
+
+---



Other differences:
--
++ desktop-data-openSUSE.spec ++
--- /var/tmp/diff_new_pack.F1eFHh/_old  2013-04-24 21:42:37.0 +0200
+++ /var/tmp/diff_new_pack.F1eFHh/_new  2013-04-24 21:42:37.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-menu
 BuildRequires:  xdg-utils
-Version:12.3
+Version:13.1
 Release:0
 Summary:Shared Desktop Files for openSUSE
 License:GPL-2.0+

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



commit libssh2_org for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package libssh2_org for openSUSE:Factory 
checked in at 2013-04-24 21:42:39

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


Package is libssh2_org, Maintainer is vci...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/libssh2_org/libssh2_org.changes  2013-03-03 
21:07:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.libssh2_org.new/libssh2_org.changes 
2013-04-24 21:42:40.0 +0200
@@ -1,0 +2,5 @@
+Wed Apr 24 07:54:17 UTC 2013 - bo...@steki.net
+
+- fix building on older kernels and older OS / SLE 
+
+---



Other differences:
--
++ libssh2_org.spec ++
--- /var/tmp/diff_new_pack.qdXP9W/_old  2013-04-24 21:42:42.0 +0200
+++ /var/tmp/diff_new_pack.qdXP9W/_new  2013-04-24 21:42:42.0 +0200
@@ -67,11 +67,17 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+# problem with sle 11 sp1 target as it has older kernel and as such fail this
+%if 0%{?suse_version}  1110
 %patch -p1
+%endif
 
 %build
 sed -i -e 's@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g' configure.ac
 cp src/libssh2_config.h.in example/libssh2_config.h
+# remove m4 macro files for libtool as they should be picked up by 
+# autoreconf
+rm -v m4/libtool.m4 m4/lt*
 autoreconf -fiv
 export CFLAGS=%optflags -DOPENSSL_LOAD_CONF
 %configure \
@@ -80,12 +86,18 @@
--with-openssl=%{_prefix}
 make %{?_smp_mflags}
 
+%if !0%{?sles_version}
+ %if 0%{?suse_version} = 1230
+
 %check
 make check
 
+ %endif
+%endif
+
 %install
 make install DESTDIR=%{buildroot}
-rm -f  %{buildroot}%{_libdir}/*.la
+rm -f  %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/*.a
 
 %post -n libssh2-1 -p /sbin/ldconfig
 

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



commit ocfs2-tools for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2013-04-24 21:42:48

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


Package is ocfs2-tools, Maintainer is rgold...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2013-04-14 
10:36:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2013-04-24 21:42:50.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 13 11:57:30 UTC 2013 - sch...@suse.de
+
+- Update config.guess/sub in the coreutils copy
+
+---



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.ebLvbE/_old  2013-04-24 21:42:51.0 +0200
+++ /var/tmp/diff_new_pack.ebLvbE/_new  2013-04-24 21:42:51.0 +0200
@@ -145,6 +145,7 @@
 make OPTS=%{optflags}
 
 cd reflink
+cp ../config.guess ../config.sub coreutils-6.9/build-aux/
 %configure
 make reflink
 cd ..

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



commit wxMaxima for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package wxMaxima for openSUSE:Factory 
checked in at 2013-04-24 21:43:00

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


Package is wxMaxima, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/wxMaxima/wxMaxima.changes2012-09-13 
00:07:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.wxMaxima.new/wxMaxima.changes   2013-04-24 
21:43:01.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr 23 06:12:43 UTC 2013 - badshah...@gmail.com
+
+- Update to version 13.04.0:
+  + No detailed changelog available
+- Add wxMaxima-fix-missing-locale.patch to fix build failure while
+  trying to install a locale that is missing from the tarball.
+
+---

Old:

  wxMaxima-12.09.0.tar.gz

New:

  wxMaxima-13.04.0.tar.gz
  wxMaxima-fix-missing-locale.patch



Other differences:
--
++ wxMaxima.spec ++
--- /var/tmp/diff_new_pack.gsUvc1/_old  2013-04-24 21:43:04.0 +0200
+++ /var/tmp/diff_new_pack.gsUvc1/_new  2013-04-24 21:43:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxMaxima
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   wxMaxima
-Version:12.09.0
+Version:13.04.0
 Release:0
 Summary:Graphical User Interface for the maxima Computer Algebra System
 License:GPL-2.0+
@@ -25,6 +25,10 @@
 Url:http://wxmaxima.sourceforge.net/
 Source0:
http://download.sourceforge.net/wxmaxima/%{name}-%{version}.tar.gz
 Source1:wxmaxima.desktop
+# PATCH-FIX-UPSTREAM wxMaxima-fix-missing-locale.patch badshah...@gmail.com -- 
Fix build error by removing references to missing locale in makefiles (requires 
automake)
+Patch0: wxMaxima-fix-missing-locale.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
@@ -70,8 +74,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -i
 %configure \
--enable-printing \
--enable-unicode-glyphs
@@ -85,7 +91,9 @@
 %suse_update_desktop_file -n wxmaxima
 %endif
 
+%if 0%{?suse_version}
 %fdupes %{buildroot}%{_datadir}
+%endif
 
 %find_lang %name
 

++ wxMaxima-12.09.0.tar.gz - wxMaxima-13.04.0.tar.gz ++
 7147 lines of diff (skipped)

++ wxMaxima-fix-missing-locale.patch ++
Index: wxMaxima-13.04.0/locales/Makefile.am
===
--- wxMaxima-13.04.0.orig/locales/Makefile.am
+++ wxMaxima-13.04.0/locales/Makefile.am
@@ -2,8 +2,8 @@
 # This file is based on the corresponding file for the poedit program
 #
 
-WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
-WXWIN_LINGUAS =fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl zh_CN
+WXMAXIMA_LINGUAS = fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
+WXWIN_LINGUAS =fr es it de pt_BR ru hu uk pl zh_TW da cs el ja ca gl
 
 localedir = $(datadir)/locale
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit yum for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package yum for openSUSE:Factory checked in 
at 2013-04-24 21:43:07

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


Package is yum, Maintainer is jmate...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yum/yum.changes  2013-03-26 14:13:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.yum.new/yum.changes 2013-04-24 
21:43:09.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 16 14:03:35 UTC 2013 - bwiedem...@suse.com
+
+- fix SLE-11 build
+
+---



Other differences:
--
++ yum.spec ++
--- /var/tmp/diff_new_pack.xteZxy/_old  2013-04-24 21:43:11.0 +0200
+++ /var/tmp/diff_new_pack.xteZxy/_new  2013-04-24 21:43:11.0 +0200
@@ -115,7 +115,7 @@
 make
 
 %install
-%make_install
+%makeinstall
 install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{name}/yum.conf
 
 # install custom init script
@@ -130,6 +130,10 @@
  %{buildroot}%{_prefix}/lib/yum-plugins/ \
  %{buildroot}%{_localstatedir}/adm/fillup-templates/
 mv %{buildroot}%{_sysconfdir}/sysconfig/yum-cron 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.yum-cron
+%if 0%{?suse_version}  0%{?suse_version} = 1110
+rm -rf %{buildroot}%{_prefix}/share/locale/id_ID
+rm -rf %{buildroot}%{_prefix}/share/locale/lt_LT
+%endif
 %find_lang %{name}
 
 %post

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