commit libkolab for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2014-12-16 14:50:55

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


Package is "libkolab"

Changes:

--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes2014-11-19 
20:27:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2014-12-16 
14:51:00.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 10 00:25:39 UTC 2014 - a...@ajaissle.de
+
+- Reenable building for non-Factory openSUSE
+
+---



Other differences:
--
++ libkolab.spec ++
--- /var/tmp/diff_new_pack.NCdOnT/_old  2014-12-16 14:51:05.0 +0100
+++ /var/tmp/diff_new_pack.NCdOnT/_new  2014-12-16 14:51:05.0 +0100
@@ -15,6 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define with_kde 1
+%if 0%{?suse_version} < 1230 || 0%{?suse_version} == 1315
+%define with_kde 0
+%endif
 
 %define php_extdir %{_libdir}/php5/extensions
 %define php_confdir %{_sysconfdir}/php5/conf.d
@@ -28,15 +32,19 @@
 Url:https://kolab.org/about/libkolab
 Source: 
http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.6.4
-BuildRequires:  libXerces-c-devel
+BuildRequires:  cmake >= 2.6
+BuildRequires:  libxerces-c-devel
 BuildRequires:  libkolabxml-devel >= 1.0
 BuildRequires:  libqt4-devel
 BuildRequires:  php-devel >= 5.3
 BuildRequires:  python-devel
 BuildRequires:  swig >= 2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?with_kde}
 BuildRequires:  libkdepimlibs4-devel >= 4.9
+%else
+BuildRequires:  libcalendaring-devel
+%endif
 %if 0%{?suse_version} < 1140
 BuildRequires:  uuid-devel = 1.6.2
 %endif
@@ -82,7 +90,11 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
 Requires:   libXerces-c-devel
+%if 0%{?with_kde}
 Requires:   libkdepimlibs4-devel >= 4.9
+%else
+Requires:   libcalendaring-devel
+%endif
 Requires:   libkolabxml-devel >= 0.8.4
 
 %description devel
@@ -93,18 +105,46 @@
 %prep
 %setup -q
 
+# Lower cmake requirements for SLE 11
+%if 0%{?suse_version} < 1140
+sed -i '3s;cmake_minimum_required(VERSION 
2.6.4);cmake_minimum_required(VERSION 2.6.2);' CMakeLists.txt
+%endif
+
 %build
+# cmake: with earlier releases, we have to create and cd manually, as %%cmake 
is not available
+%if 0%{?suse_version} < 1310
+%define cmake cmake
+mkdir build
+cd build
+%endif
+
 # TESTS: require X and most fail anyway
 %cmake \
 -DLibkolabxml_DIR=%{_libdir}/cmake/Libkolabxml \
+%if 0%{?with_kde}
 -DUSE_LIBCALENDARING=FALSE \
+%else
+-DUSE_LIBCALENDARING=TRUE \
+%endif
 -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir} \
 -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
--DBUILD_TESTS=FALSE
+-DBUILD_TESTS=FALSE \
+%if 0%{?suse_version} < 1310
+-DCMAKE_INSTALL_PREFIX="%{_prefix}" \
+-DLIB_INSTALL_DIR=%{_lib} \
+..
+%endif
+
 make %{?_smp_mflags}
 
 %install
+# cmake: with earlier releases, we have to change dir manually, as 
%%cmake_install is not available
+%if 0%{?suse_version} < 1310
+cd build/
+%{__make} DESTDIR=%{buildroot} install
+%else
 %cmake_install
+%endif
 
 mkdir -p %{buildroot}/%{_datadir}/php5
 mv %{buildroot}/%{php_extdir}/*.php %{buildroot}/%{_datadir}/php5/.

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



commit libzypp for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2014-12-16 14:50:58

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


Package is "libzypp"

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2014-12-09 
09:13:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2014-12-16 
14:51:09.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 10 16:06:04 CET 2014 - m...@suse.de
+
+- suppress informal license (no need to accept) upon update (bnc#908976)
+- version 14.32.0 (30)
+
+---

Old:

  libzypp-14.31.0.tar.bz2

New:

  libzypp-14.32.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.6Vj61Z/_old  2014-12-16 14:51:11.0 +0100
+++ /var/tmp/diff_new_pack.6Vj61Z/_new  2014-12-16 14:51:11.0 +0100
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:14.31.0
+Version:14.32.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-14.31.0.tar.bz2 -> libzypp-14.32.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.31.0/VERSION.cmake 
new/libzypp-14.32.0/VERSION.cmake
--- old/libzypp-14.31.0/VERSION.cmake   2014-12-08 14:56:41.0 +0100
+++ new/libzypp-14.32.0/VERSION.cmake   2014-12-10 16:09:01.0 +0100
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "14")
 SET(LIBZYPP_COMPATMINOR "30")
-SET(LIBZYPP_MINOR "31")
+SET(LIBZYPP_MINOR "32")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 14.31.0 (30)
+# LAST RELEASED: 14.32.0 (30)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.31.0/package/libzypp.changes 
new/libzypp-14.32.0/package/libzypp.changes
--- old/libzypp-14.31.0/package/libzypp.changes 2014-12-08 14:56:41.0 
+0100
+++ new/libzypp-14.32.0/package/libzypp.changes 2014-12-10 16:09:01.0 
+0100
@@ -1,4 +1,10 @@
 ---
+Wed Dec 10 16:06:04 CET 2014 - m...@suse.de
+
+- suppress informal license (no need to accept) upon update (bnc#908976)
+- version 14.32.0 (30)
+
+---
 Mon Dec  8 14:53:00 CET 2014 - m...@suse.de
 
 - Adapt to gpg-2.1 (bnc#908135)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.31.0/zypp/RepoInfo.cc 
new/libzypp-14.32.0/zypp/RepoInfo.cc
--- old/libzypp-14.31.0/zypp/RepoInfo.cc2014-10-17 10:28:41.0 
+0200
+++ new/libzypp-14.32.0/zypp/RepoInfo.cc2014-12-10 16:09:01.0 
+0100
@@ -356,6 +356,9 @@
   }
 
   std::string RepoInfo::getLicense( const Locale & lang_r )
+  { return const_cast(this)->getLicense( lang_r );  }
+
+  std::string RepoInfo::getLicense( const Locale & lang_r ) const
   {
 LocaleSet avlocales( getLicenseLocales() );
 if ( avlocales.empty() )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.31.0/zypp/RepoInfo.h 
new/libzypp-14.32.0/zypp/RepoInfo.h
--- old/libzypp-14.31.0/zypp/RepoInfo.h 2014-10-15 15:12:42.0 +0200
+++ new/libzypp-14.32.0/zypp/RepoInfo.h 2014-12-10 16:09:01.0 +0100
@@ -348,7 +348,8 @@
   bool needToAcceptLicense() const;
 
   /** Return the best license for the current (or a specified) locale. */
-  std::string getLicense( const Locale & lang_r = Locale() );
+  std::string getLicense( const Locale & lang_r = Locale() ) const;
+  std::string getLicense( const Locale & lang_r = Locale() ); // LEGACY API
 
   /** Return the locales the license is available for.
* \ref Locale::noCode is included in case of \c license.txt which does
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-14.31.0/zypp/ResObject.cc 
new/libzypp-14.32.0/zypp/ResObject.cc
--- old/libzypp-14.31.0/zypp/ResObject.cc   2014-07-01 11:30:28.0 
+0200
+++ new/libzypp-14.32.0/zypp/ResObject.cc   2014-12-10 16:09:01.0 
+0100
@@ -17,6 +17,8 @@
 #include "zypp/RepoInfo.h"
 #include "zypp/IdString.h"
 
+#include "zypp/ui/Selectable.h"
+
 using namespace zypp;
 using namespace std;
 
@@ -71,7 +73,11 @@
   {
 std::string ret = lookupStrAttribute( sat::SolvAttr::eula, lang_r );
 if ( ret.empty() && isKind() )
-  return repoInfo().getLicense( lang_r );
+{
+ 

commit python-Cheetah for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python-Cheetah for openSUSE:Factory 
checked in at 2014-12-16 14:50:56

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


Package is "python-Cheetah"

Changes:

--- /work/SRC/openSUSE:Factory/python-Cheetah/python-Cheetah.changes
2012-02-17 12:08:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Cheetah.new/python-Cheetah.changes   
2014-12-16 14:51:05.0 +0100
@@ -1,0 +2,6 @@
+Sat Mar 16 08:02:50 UTC 2013 - r...@opensuse.org
+
+- Use a patch file instead of the sed command to remove the
+  shebang line from tests; add  shebang.patch 
+
+---

New:

  shebang.patch



Other differences:
--
++ python-Cheetah.spec ++
--- /var/tmp/diff_new_pack.j2fO5z/_old  2014-12-16 14:51:08.0 +0100
+++ /var/tmp/diff_new_pack.j2fO5z/_new  2014-12-16 14:51:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Cheetah
 #
-# 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,7 @@
 License:MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/C/Cheetah/Cheetah-%{version}.tar.gz
+Patch0: shebang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -43,7 +44,7 @@
 %prep
 %setup -q -n Cheetah-%{version}
 # Remove she-bang lines for non-executable scripts:
-sed -i "1d" 
cheetah/{Tests/{Unicode,Filters,Parser,Template,Regressions,Cheps,Analyzer,Test,Misc,CheetahWrapper,SyntaxAndOutput,NameMapper,Performance},ImportHooks,Utils/Misc,Servlet,NameMapper,Parser,DirectiveAnalyzer}.py
+%patch0 -p1
 
 %build
 CFLAGS="%{optflags}" python setup.py build

++ shebang.patch ++
diff -ur Cheetah-2.4.4.org/cheetah/DirectiveAnalyzer.py 
Cheetah-2.4.4/cheetah/DirectiveAnalyzer.py
--- Cheetah-2.4.4.org/cheetah/DirectiveAnalyzer.py  2010-07-02 
05:17:47.0 +0200
+++ Cheetah-2.4.4/cheetah/DirectiveAnalyzer.py  2013-03-16 09:00:36.072839268 
+0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 import os
 import pprint
diff -ur Cheetah-2.4.4.org/cheetah/ImportHooks.py 
Cheetah-2.4.4/cheetah/ImportHooks.py
--- Cheetah-2.4.4.org/cheetah/ImportHooks.py2010-07-02 05:17:47.0 
+0200
+++ Cheetah-2.4.4/cheetah/ImportHooks.py2013-03-16 09:00:36.064839457 
+0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 """
 Provides some import hooks to allow Cheetah's .tmpl files to be imported
diff -ur Cheetah-2.4.4.org/cheetah/NameMapper.py 
Cheetah-2.4.4/cheetah/NameMapper.py
--- Cheetah-2.4.4.org/cheetah/NameMapper.py 2010-07-02 05:17:48.0 
+0200
+++ Cheetah-2.4.4/cheetah/NameMapper.py 2013-03-16 09:00:36.064839457 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """This module supports Cheetah's optional NameMapper syntax.
 
 Overview
diff -ur Cheetah-2.4.4.org/cheetah/Parser.py Cheetah-2.4.4/cheetah/Parser.py
--- Cheetah-2.4.4.org/cheetah/Parser.py 2010-07-02 05:17:48.0 +0200
+++ Cheetah-2.4.4/cheetah/Parser.py 2013-03-16 09:00:36.072839268 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 """
 Parser classes for Cheetah's Compiler
 
diff -ur Cheetah-2.4.4.org/cheetah/Servlet.py Cheetah-2.4.4/cheetah/Servlet.py
--- Cheetah-2.4.4.org/cheetah/Servlet.py2010-07-02 05:17:47.0 
+0200
+++ Cheetah-2.4.4/cheetah/Servlet.py2013-03-16 09:00:36.064839457 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 '''
 Provides an abstract Servlet baseclass for Cheetah's Template class
 '''
diff -ur Cheetah-2.4.4.org/cheetah/Tests/Analyzer.py 
Cheetah-2.4.4/cheetah/Tests/Analyzer.py
--- Cheetah-2.4.4.org/cheetah/Tests/Analyzer.py 2010-07-02 05:17:47.0 
+0200
+++ Cheetah-2.4.4/cheetah/Tests/Analyzer.py 2013-03-16 09:00:36.052839741 
+0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 
 import unittest
 
diff -ur Cheetah-2.4.4.org/cheetah/Tests/CheetahWrapper.py 
Cheetah-2.4.4/cheetah/Tests/CheetahWrapper.py
--- Cheetah-2.4.4.org/cheetah/Tests/CheetahWrapper.py   2010-09-16 
20:21:36.0 +0200
+++ Cheetah-2.4.4/cheetah/Tests/CheetahWrapper.py   2013-03-16 
09:00:36.056839646 +0100
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 '''
 Tests for the 'cheetah' command.
 
diff -ur Cheetah-2.4.4.org/cheetah/Tests/Cheps.py 
Cheetah-2.4.4/cheetah/Tests/Cheps.py
--- Cheetah-2.4.4.org/cheetah/Tests/Cheps.py2010-07-02 05:17:47.0 
+0200
+++ Cheetah-2.4.4/cheetah/T

commit zypper for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2014-12-16 14:50:59

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


Package is "zypper"

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2014-11-26 
23:11:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2014-12-16 
14:51:13.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec 11 15:22:41 CET 2014 - m...@suse.de
+
+- Add --[no-]color global option
+- Fix additional spaces in zypper output and
+  new colorization code (bnc#908345)
+- properly reset auto-retry counter (bnc#906549)
+- man: improve patch description (bnc#904737)
+- version 1.11.17
+
+---

Old:

  zypper-1.11.16.tar.bz2

New:

  zypper-1.11.17.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.kVvFTP/_old  2014-12-16 14:51:14.0 +0100
+++ /var/tmp/diff_new_pack.kVvFTP/_new  2014-12-16 14:51:14.0 +0100
@@ -33,7 +33,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.11.16
+Version:1.11.17
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.11.16.tar.bz2 -> zypper-1.11.17.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.11.16.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.11.17.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 brltty for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package brltty for openSUSE:Factory checked 
in at 2014-12-16 14:50:48

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


Package is "brltty"

Changes:

--- /work/SRC/openSUSE:Factory/brltty/brltty.changes2014-10-29 
21:09:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes   2014-12-16 
14:50:42.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 16 19:06:00 UTC 2014 - Led 
+
+- fix bashisms in brltty-install script
+- add patches:
+  * brltty-5.1-fix-bashisms.patch
+
+---

New:

  brltty-5.1-fix-bashisms.patch



Other differences:
--
++ brltty.spec ++
--- /var/tmp/diff_new_pack.Y888iI/_old  2014-12-16 14:50:44.0 +0100
+++ /var/tmp/diff_new_pack.Y888iI/_new  2014-12-16 14:50:44.0 +0100
@@ -34,6 +34,7 @@
 Source0:http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM brltty-python-prefix.patch vu...@opensuse.org -- 
Correctly install the python bindings
 Patch1: brltty-python-prefix.patch
+Patch2: brltty-5.1-fix-bashisms.patch
 Patch3: brltty-5.0-speechd.diff
 
 BuildRequires:  bison
@@ -282,6 +283,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 sed -i "/#!.*/d" Tables/latex-access.ctb # Fix non-executable script warning
 # Fix "wrong-file-end-of-line-encoding" rpmlint warning

++ brltty-5.1-fix-bashisms.patch ++
diff -Ndur brltty-5.1/Programs/brltty-install 
brltty-5.1-fix-bashisms/Programs/brltty-install
--- brltty-5.1/Programs/brltty-install  2014-03-25 22:15:08.0 +0200
+++ brltty-5.1-fix-bashisms/Programs/brltty-install 2014-11-16 
21:14:27.689763981 +0200
@@ -40,7 +40,7 @@
 }
 makeDirectory()
 {
-   if [ ! -a "${1}" ]
+   if [ ! -e "${1}" ]
then
   echo "Creating ${2} directory: ${1}"
   execute mkdir -p -- "${1}"
@@ -61,7 +61,7 @@
   then
  echo "Installing ${3}: ${2}/${f}"
  execute cp -p -- "${1}/${f}" "${2}"
-  elif [ -a "${1}/${f}" ]
+  elif [ -e "${1}/${f}" ]
   then
  programMessage "not a file: ${1}/${f}"
   else
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit projectM for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package projectM for openSUSE:Factory 
checked in at 2014-12-16 14:50:50

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


Package is "projectM"

Changes:

--- /work/SRC/openSUSE:Factory/projectM/projectM.changes2013-06-25 
14:44:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.projectM.new/projectM.changes   2014-12-16 
14:50:47.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 11 07:19:08 UTC 2014 - o...@aepfle.de
+
+- Correct usage of fdupes macro
+
+---



Other differences:
--
++ projectM.spec ++
--- /var/tmp/diff_new_pack.QKcl74/_old  2014-12-16 14:50:49.0 +0100
+++ /var/tmp/diff_new_pack.QKcl74/_new  2014-12-16 14:50:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package projectM
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -112,7 +112,7 @@
 pushd src/build
 %make_install
 popd
-%fdupes
+%fdupes %{buildroot}
 %suse_update_desktop_file -n 
%{buildroot}%{_datadir}/applications/%{name}-pulseaudio.desktop Mixer
 
 %if "%{_lib}" == "lib64"

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



commit libkolabxml for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libkolabxml for openSUSE:Factory 
checked in at 2014-12-16 14:50:54

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


Package is "libkolabxml"

Changes:

--- /work/SRC/openSUSE:Factory/libkolabxml/libkolabxml.changes  2014-09-02 
08:22:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkolabxml.new/libkolabxml.changes 
2014-12-16 14:50:55.0 +0100
@@ -1,0 +2,19 @@
+Wed Dec 10 00:24:50 UTC 2014 - a...@ajaissle.de
+
+- Reenable building for non-Factory openSUSE
+
+---
+Sat Nov  8 19:01:25 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Revert the added Requires in devel subpackage from previous change:
+  if someone needs bindings explicitly, they can buildrequire them
+  explicitly
+
+---
+Fri Nov  7 10:50:08 UTC 2014 - tchva...@suse.com
+
+- Version bump to 1.0.3
+- Cleanup with spec-cleaner
+- no-undefined disabled as php-bindings cant cope with it
+
+---

Old:

  libkolabxml-1.0.2.tar.gz

New:

  libkolabxml-1.0.3.tar.gz



Other differences:
--
++ libkolabxml.spec ++
--- /var/tmp/diff_new_pack.wVUE8Y/_old  2014-12-16 14:51:00.0 +0100
+++ /var/tmp/diff_new_pack.wVUE8Y/_new  2014-12-16 14:51:00.0 +0100
@@ -15,17 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define with_java 1
+%define with_mono 1
+%if 0%{?suse_version} == 1315
+%define with_mono 0
+%endif
+%if 0%{?suse_version} < 1220
+%define with_java 0
+%endif
 
-%global phpdir php5
-%global php_extdir %{_libdir}/%{phpdir}/extensions
-%global php_inidir %{_sysconfdir}/%{phpdir}/conf.d
-
-%bcond_without mono
-
+%global php_extdir %{_libdir}/php5/extensions
+%global php_confdir %{_sysconfdir}/php5/conf.d
+%define libname %{name}1
 Name:   libkolabxml
-Version:1.0.2
+Version:1.0.3
 Release:0
-%define soname  1
 Summary:Kolab XML Format Schema Definitions Library
 License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
@@ -35,19 +39,17 @@
 Patch0: libkolabxml-0.8.3_fix_uuid_includes_SLE.patch
 # PATCH-FIX-SLE libkolabxml-1.0.1_no-maybe-uninitialized.patch -- Fix php and 
python bindings on SLE 11
 Patch2: libkolabxml-1.0.1_no-maybe-uninitialized.patch
-
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
+%if 0%{?with_java}
 BuildRequires:  gcc-java
 BuildRequires:  java-openjdk
+%endif
 BuildRequires:  libcurl-devel
 BuildRequires:  libqt4-devel
-%if 0%{?sles_version} == 11
-BuildRequires:  uuid-devel = 1.6.2
-%endif
 BuildRequires:  libxerces-c-devel
-%if %{with mono}
+%if 0%{?with_mono}
 BuildRequires:  mono-devel
 %endif
 BuildRequires:  php-devel >= 5.3
@@ -56,6 +58,9 @@
 BuildRequires:  swig >= 2.0
 BuildRequires:  xsd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} < 1140
+BuildRequires:  uuid-devel = 1.6.2
+%endif
 
 %description
 Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format
@@ -69,11 +74,11 @@
 - Canonical storage format
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
-%package -n %{name}%{soname}
+%package -n %{libname}
 Summary:Kolab XML Format Schema Definitions Library
 Group:  Development/Libraries/C and C++
 
-%description -n %{name}%{soname}
+%description -n %{libname}
 Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format
 
 Features:
@@ -88,7 +93,7 @@
 %package devel
 Summary:Kolab XML Format Schema Definitions Library
 Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}
+Requires:   %{libname} = %{version}
 Requires:   libcurl-devel
 
 %description devel
@@ -103,13 +108,14 @@
 - Canonical storage format
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
-%package -n java-%{name}%{soname}
+%if 0%{?with_java}
+%package -n java-%{libname}
 Summary:Java bindings for %{name}
 Group:  Development/Languages/Java
-Requires:   %{name}%{soname} = %{version}
+Requires:   %{libname} = %{version}
 Provides:   java-kolabformat = %{version}
 
-%description -n java-%{name}%{soname}
+%description -n java-%{libname}
 Libkolabxml serves as a serialization/de-serialization library for the the 
Kolab XML Format
 
 Features:
@@ -122,14 +128,16 @@
 - Supports Todos/Events/Journals/Contacts/Distribution 
Lists/Notes/Configurations
 
 This packa

commit hitori for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package hitori for openSUSE:Factory checked 
in at 2014-12-16 14:49:26

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


Package is "hitori"

Changes:

--- /work/SRC/openSUSE:Factory/hitori/hitori.changes2014-11-18 
22:44:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.hitori.new/hitori.changes   2014-12-16 
14:50:14.0 +0100
@@ -1,0 +2,13 @@
+Tue Dec 16 10:38:28 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2.1:
+  + Revert string freeze break.
+
+---
+Sun Dec 14 08:00:55 UTC 2014 - badshah...@gmail.com
+
+- Update to version 3.14.2:
+  + data: Add  element to the AppData file.
+  + Updated translations.
+
+---

Old:

  hitori-3.14.1.tar.xz

New:

  hitori-3.14.2.1.tar.xz



Other differences:
--
++ hitori.spec ++
--- /var/tmp/diff_new_pack.d8Opqx/_old  2014-12-16 14:50:19.0 +0100
+++ /var/tmp/diff_new_pack.d8Opqx/_new  2014-12-16 14:50:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   hitori
-Version:3.14.1
+Version:3.14.2.1
 Release:0
 Summary:Original puzzle of Nikoli
 License:GPL-3.0+

++ hitori-3.14.1.tar.xz -> hitori-3.14.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.14.1/ChangeLog new/hitori-3.14.2.1/ChangeLog
--- old/hitori-3.14.1/ChangeLog 2014-10-26 16:47:39.0 +0100
+++ new/hitori-3.14.2.1/ChangeLog   2014-12-16 11:21:52.0 +0100
@@ -1,3 +1,69 @@
+commit 5ba041c030f416da29cfafd3a0796b8afb7ff896
+Author: Philip Withnall 
+Date:   Tue Dec 16 10:19:39 2014 +
+
+data: Tweak AppData string to no longer need new translations
+
+Commit b55388bea5a60bb7a36aa63151ff11ff5ffb3ea3 broke the string
+freeze. Sorry.
+
+The  element is needed to get hitori.appdata.xml to pass
+validation with recent versions of appstream-glib, so some string is
+needed here.
+
+ data/hitori.appdata.xml.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 6822707a2db593555b687e3f12f2b82ed699f0f7
+Author: Philip Withnall 
+Date:   Tue Dec 16 09:28:01 2014 +
+
+Release version 3.14.2
+
+ NEWS | 5 +
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit b55388bea5a60bb7a36aa63151ff11ff5ffb3ea3
+Author: Philip Withnall 
+Date:   Tue Dec 16 09:26:00 2014 +
+
+data: Add  element to the AppData file
+
+ data/hitori.appdata.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 871ff0ba62f8d0c13dc42c1dd53238aa6108c00b
+Author: Gábor Kelemen 
+Date:   Sun Dec 7 13:40:27 2014 +
+
+Updated Hungarian translation
+
+ help/hu/hu.po | 84
+ ++-
+ 1 file changed, 71 insertions(+), 13 deletions(-)
+
+commit 22d7d6c581f3dee8838c4a8271be0d19ec2c24ee
+Author: Muhammet Kara 
+Date:   Sun Nov 9 21:14:38 2014 +
+
+Added Turkish translation
+
+ po/LINGUAS |   1 +
+ po/tr.po   | 180
+ +
+ 2 files changed, 181 insertions(+)
+
+commit 810fda2a0b4788daa6e6e81c2d7809de7aa0a252
+Author: Philip Withnall 
+Date:   Sun Oct 26 15:48:19 2014 +
+
+Release version 3.14.1
+
+ NEWS | 11 +++
+ configure.ac |  2 +-
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
 commit 6a41072a9fc7d1ec4aa24c31e981d033f48d5ff7
 Author: Milo Casagrande 
 Date:   Tue Oct 14 11:47:43 2014 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.14.1/NEWS new/hitori-3.14.2.1/NEWS
--- old/hitori-3.14.1/NEWS  2014-10-26 16:45:30.0 +0100
+++ new/hitori-3.14.2.1/NEWS2014-12-16 11:20:59.0 +0100
@@ -1,5 +1,13 @@
 Major new features in version...
 
+3.14.2.1:
+* Revert string freeze break
+
+3.14.2:
+* Translations:
+** hu (Gabor Kelemen)
+** tr (Necdet Yücel, Muhammet Kara)
+
 3.14.1:
 * Translations:
 ** hu (Balázs Úr)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hitori-3.14.1/aclocal.m4 
new/hitori-3.14.2.1/aclocal.m4
--- old/hitori-3.14.1/aclocal.m42014-10-26 16:47:05.0 +0100
+++ new/hitori-3.14.2.1/aclocal.m4  2014-12-16 11:21:41.0 +0100
@@ -9214,6 +9214,8 @@
 dnl Additional warning/error flags can be passed as an optional second 
argument.
 dnl
 dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar])
+
+# try submitting to autoconf-archive
 AC_DEFUN([GNOME_COMPILE_WARNINGS],[
 dnl *

commit perl-Net-DNS for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-DNS for openSUSE:Factory 
checked in at 2014-12-16 14:50:43

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


Package is "perl-Net-DNS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-DNS/perl-Net-DNS.changes
2014-02-12 17:22:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-DNS.new/perl-Net-DNS.changes   
2014-12-16 14:50:29.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec  4 12:50:48 UTC 2014 - vci...@suse.com
+
+- update to 0.81
+ * new features:
+   Feature rt.cpan.org #98149
+   Add support for Android platform.
+   Feature rt.cpan.org #79568
+   Implement prefer_v6 resolver configuration attribute.
+   Feature
+   Implement TSIG verified zone transfer.
+* and numerous bugfixes
+
+---

Old:

  Net-DNS-0.74.tar.gz

New:

  Net-DNS-0.81.tar.gz



Other differences:
--
++ perl-Net-DNS.spec ++
--- /var/tmp/diff_new_pack.Sj1nzx/_old  2014-12-16 14:50:33.0 +0100
+++ /var/tmp/diff_new_pack.Sj1nzx/_new  2014-12-16 14:50:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-DNS
-Version:0.74
+Version:0.81
 Release:0
 %define cpan_name Net-DNS
 Summary:Perl interface to the Domain Name System

++ Net-DNS-0.74.tar.gz -> Net-DNS-0.81.tar.gz ++
 16217 lines of diff (skipped)

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



commit hdparm for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package hdparm for openSUSE:Factory checked 
in at 2014-12-16 14:50:44

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


Package is "hdparm"

Changes:

--- /work/SRC/openSUSE:Factory/hdparm/hdparm.changes2014-11-26 
10:35:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.hdparm.new/hdparm.changes   2014-12-16 
14:50:33.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 21:21:42 UTC 2014 - jeng...@inai.de
+
+- Use preferred download URL; replace only rpm shell vars with
+  macros to go in line with the rest.
+
+---



Other differences:
--
++ hdparm.spec ++
--- /var/tmp/diff_new_pack.hi4wQj/_old  2014-12-16 14:50:38.0 +0100
+++ /var/tmp/diff_new_pack.hi4wQj/_new  2014-12-16 14:50:38.0 +0100
@@ -24,7 +24,8 @@
 Summary:A Program to get and set hard disk parameters
 License:SUSE-Permissive
 Group:  Hardware/Other
-Source: 
http://sourceforge.net/projects/hdparm/files/hdparm/%{name}-%{version}.tar.gz
+
+Source: http://downloads.sf.net/hdparm/%name-%version.tar.gz
 Source1:56-idedma.rules
 Source2:sysconfig.ide
 Source3:udev.idedma.sh
@@ -52,27 +53,27 @@
 %patch4 -p1
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS -Wall -Wstrict-prototypes" LDFLAGS= CC="%{__cc}"
+make CFLAGS="%optflags -Wall -Wstrict-prototypes" LDFLAGS= CC="%{__cc}"
 cp -p wiper/README.txt README.wiper
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/man/man8
-install -d $RPM_BUILD_ROOT/%{_sbindir}
-%make_install binprefix=%{_prefix}
+mkdir -p "%buildroot/usr/share/man/man8"
+install -d "%buildroot/%_sbindir"
+%make_install binprefix="%_prefix"
 mv contrib/README contrib/README.contrib
-install -d $RPM_BUILD_ROOT%{_udevrulesdir}
-install -m 644 %{S:1} $RPM_BUILD_ROOT%{_udevrulesdir}
-install -d $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 644 %{S:2} $RPM_BUILD_ROOT/var/adm/fillup-templates
-install -m 755 %{S:3} $RPM_BUILD_ROOT/%{_udevdir}/idedma.sh
-install -d $RPM_BUILD_ROOT/usr/lib/hdparm
-install -m 755 contrib/idectl $RPM_BUILD_ROOT/usr/lib/hdparm
-install -m 755 contrib/ultrabayd $RPM_BUILD_ROOT/usr/lib/hdparm
-install -m 755 wiper/wiper.sh $RPM_BUILD_ROOT/%{_sbindir}
+install -d "%buildroot/%_udevrulesdir"
+install -m 644 %{S:1} "%buildroot/%_udevrulesdir"
+install -d "%buildroot/var/adm/fillup-templates"
+install -m 644 %{S:2} "%buildroot/var/adm/fillup-templates"
+install -m 755 %{S:3} "%buildroot/%_udevdir/idedma.sh"
+install -d "%buildroot/usr/lib/hdparm"
+install -m 755 contrib/idectl "%buildroot/usr/lib/hdparm"
+install -m 755 contrib/ultrabayd "%buildroot/usr/lib/hdparm"
+install -m 755 wiper/wiper.sh "%buildroot/%_sbindir"
 #UsrMerge
-mkdir -p $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/wiper.sh $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/hdparm $RPM_BUILD_ROOT/sbin
+mkdir -p "%buildroot/sbin"
+ln -sf %{_sbindir}/wiper.sh "%buildroot/sbin"
+ln -sf %{_sbindir}/hdparm "%buildroot/sbin"
 #EndUsrMerge
 
 %post

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



commit xfsprogs for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2014-12-16 14:50:49

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


Package is "xfsprogs"

Changes:

--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes2014-07-23 
22:06:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2014-12-16 
14:50:45.0 +0100
@@ -1,0 +2,19 @@
+Thu Dec 11 10:06:01 UTC 2014 - j...@suse.cz
+
+- Updated to 3.2.2
+   - xfs_repair, mkfs.xfs stripe geometry fixes
+   - libxcmd path handling fixes
+   - xfs_crash crash fix
+   - xfs_logprint AGI/AGF handling improvements
+   - libhandle support for symlinked /usr
+   - fix multiple Coverity and sparse reported issues
+   - new mremap, sync, syncfs commands for xfs_io
+   - man page updates
+   - xfs_repair sets ftype in lost+found dirents
+   - xfs_repair handles bad inodes better
+   - xfs_repair freelist rebuild improvements
+   - xfs_repair finobt crash fixes
+   - xfs_copy handles 4k sector devices better
+logprint-Fix-printing-of-AGF-and-AGI-buffers.patch: Removed (merged upstream)
+
+---

Old:

  logprint-Fix-printing-of-AGF-and-AGI-buffers.patch
  xfsprogs-3.2.1.tar.gz

New:

  xfsprogs-3.2.2.tar.gz



Other differences:
--
++ xfsprogs.spec ++
--- /var/tmp/diff_new_pack.EjxhMS/_old  2014-12-16 14:50:47.0 +0100
+++ /var/tmp/diff_new_pack.EjxhMS/_new  2014-12-16 14:50:47.0 +0100
@@ -27,7 +27,7 @@
 %else
 BuildRequires:  libuuid-devel
 %endif
-Version:3.2.1
+Version:3.2.2
 Release:0
 %if 0%{?suse_version} >= 1010
 # hint for ZYPP
@@ -40,7 +40,6 @@
 Source0:xfsprogs-%{version}.tar.gz
 Patch0: xfsprogs-docdir.diff
 Patch1: xfsprogs-ppc64.diff
-Patch2: logprint-Fix-printing-of-AGF-and-AGI-buffers.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -76,7 +75,6 @@
 %patch0
 %endif
 %patch1
-%patch2 -p1
 
 %build
 export OPTIMIZER="-fPIC"
@@ -90,8 +88,7 @@
 /usr/bin/make install
 /usr/bin/make install-dev
 # remove devel stuff from /lib
-rm $RPM_BUILD_ROOT/%_lib/libhandle.{so,a,la}
-rm $RPM_BUILD_ROOT/%_libdir/libhandle.so
+rm $RPM_BUILD_ROOT/%_lib/libhandle.so
 # move things to usr
 mv $RPM_BUILD_ROOT/sbin/* $RPM_BUILD_ROOT%{_sbindir}
 mv $RPM_BUILD_ROOT/%_lib/* $RPM_BUILD_ROOT%{_libdir}

++ xfsprogs-3.2.1.tar.gz -> xfsprogs-3.2.2.tar.gz ++
 3931 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/xfsprogs-3.2.1/.gitcensus new/xfsprogs-3.2.2/.gitcensus
--- old/xfsprogs-3.2.1/.gitcensus   2014-07-15 06:30:47.0 +0200
+++ new/xfsprogs-3.2.2/.gitcensus   2014-12-03 22:14:02.0 +0100
@@ -104,6 +104,7 @@
 debian/control
 debian/copyright
 debian/rules
+debian/watch
 doc/CHANGES
 doc/COPYING
 doc/CREDITS
@@ -214,6 +215,7 @@
 io/seek.c
 io/sendfile.c
 io/shutdown.c
+io/sync.c
 io/sync_file_range.c
 io/truncate.c
 io/xfs_bmap.sh
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/xfsprogs-3.2.1/VERSION new/xfsprogs-3.2.2/VERSION
--- old/xfsprogs-3.2.1/VERSION  2014-07-15 06:20:11.0 +0200
+++ new/xfsprogs-3.2.2/VERSION  2014-12-03 21:38:41.0 +0100
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=3
 PKG_MINOR=2
-PKG_REVISION=1
+PKG_REVISION=2
 PKG_BUILD=1
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/xfsprogs-3.2.1/copy/xfs_copy.c new/xfsprogs-3.2.2/copy/xfs_copy.c
--- old/xfsprogs-3.2.1/copy/xfs_copy.c  2014-07-08 02:28:47.0 +0200
+++ new/xfsprogs-3.2.2/copy/xfs_copy.c  2014-12-02 03:31:11.0 +0100
@@ -475,7 +475,7 @@
int open_flags;
xfs_off_t   pos, end_pos;
size_t  length;
-   int c, first_residue, tmp_residue;
+   int c;
__uint64_t  size, sizeb;
__uint64_t  

commit rpmlint for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2014-12-16 14:50:46

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


Package is "rpmlint"

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2014-12-03 
22:52:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2014-12-16 
14:50:39.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 10 15:51:33 UTC 2014 - hrvoje.sen...@gmail.com
+
+- whitelist sddm (boo#897788)
+
+---
+Wed Dec 10 13:59:16 UTC 2014 - krah...@suse.com
+
+- added firewalld dbus service (bnc#907625) 
+
+---



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.4xZttX/_old  2014-12-16 14:50:42.0 +0100
+++ /var/tmp/diff_new_pack.4xZttX/_new  2014-12-16 14:50:42.0 +0100
@@ -567,6 +567,8 @@
 "org.freedesktop.colord-sane.conf",
 # lightdm (bnc#708205)
 "org.freedesktop.DisplayManager.conf",
+# sddm (boo#897788)
+"sddm_org.freedesktop.DisplayManager.conf",
 # kdepim4/kalarm (bnc#707723)
 "org.kde.kalarmrtcwake.conf",
 "org.kde.kalarmrtcwake.service",
@@ -646,7 +648,9 @@
 # oFono (bnc#862354)
 "ofono.conf",
 # libKF5Auth4 (bnc#864716)
-"org.kde.kf5auth.conf"
+"org.kde.kf5auth.conf",
+# firewalld (bnc#907625)
+"org.fedoraproject.FirewallD1"
 ))
 
 setOption("PAMModules.WhiteList", (

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



commit fuse for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2014-12-16 14:50:51

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


Package is "fuse"

Changes:

--- /work/SRC/openSUSE:Factory/fuse/fuse.changes2013-07-25 
13:20:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2014-12-16 
14:50:50.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 10 21:08:32 UTC 2014 - bwiedem...@suse.com
+
+- include commented default fuse.conf (bnc#908292)
+
+---

New:

  fuse.conf



Other differences:
--
++ fuse.spec ++
--- /var/tmp/diff_new_pack.iKv3E5/_old  2014-12-16 14:50:55.0 +0100
+++ /var/tmp/diff_new_pack.iKv3E5/_new  2014-12-16 14:50:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fuse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source: 
http://downloads.sourceforge.net/project/fuse/fuse-2.X/%{version}/%{name}-%{version}.tar.gz
 Source2:fuse.rpmlintrc
 Source3:baselibs.conf
+Source4:fuse.conf
 Patch:  fuse-install-fix.diff
 Patch3: fusermount-compile-as-pie.patch
 Patch4: aarch64-build-fix.patch
@@ -155,6 +156,7 @@
 %install
 %makeinstall
 rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/init.d
+install -m644 -D %{S:4} $RPM_BUILD_ROOT/%{_sysconfdir}/fuse.conf
 # Needed for OpenSUSE buildservice
 %if %suse_version <= 1020
 install -m644 -D util/udev.rules 
$RPM_BUILD_ROOT/%{_sysconfdir}/udev/rules.d/99-fuse.rules
@@ -207,6 +209,7 @@
 /sbin/mount.fuse
 #EndUsrMerge
 %{_sbindir}/mount.fuse
+%config %{_sysconfdir}/fuse.conf
 %{_bindir}/ulockmgr_server
 %{_mandir}/man1/fusermount.1.*
 %{_mandir}/man1/ulockmgr_server.1.*

++ fuse.conf ++
# The file /etc/fuse.conf allows for the following parameters:
#
# user_allow_other - Using the allow_other mount option works fine as root, in
# order to have it work as user you need user_allow_other in /etc/fuse.conf as 
# well. (This option allows users to use the allow_other option.) You need 
# allow_other if you want users other than the owner to access a mounted fuse. 
# This option must appear on a line by itself. There is no value, just the 
# presence of the option.

#user_allow_other


# mount_max = n - this option sets the maximum number of mounts.
# Currently (2014) it must be typed exactly as shown
# (with a single space before and after the equals sign).

#mount_max = 1000

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



commit pdns-recursor for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2014-12-16 14:49:24

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


Package is "pdns-recursor"

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2014-11-13 09:17:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2014-12-16 14:50:09.0 +0100
@@ -9 +9 @@
-- update to upstrean release 3.6.1
+- update to upstream release 3.6.2 (boo# 906583) CVE-2014-8601



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



commit psgml for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package psgml for openSUSE:Factory checked 
in at 2014-12-16 14:49:26

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


Package is "psgml"

Changes:

--- /work/SRC/openSUSE:Factory/psgml/psgml.changes  2012-09-17 
16:59:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.psgml.new/psgml.changes 2014-12-16 
14:50:19.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 15 11:59:34 UTC 2014 - k...@suse.de
+
+- Update from https://marmalade-repo.org/packages/psgml-1.4.1.tar;
+  bnc#909627.
+- Cleanup spec file.
+
+---

Old:

  psgml-1.3.2.tar.gz
  psgml-README.SuSE

New:

  psgml-1.4.1.tar
  psgml-README.openSUSE



Other differences:
--
++ psgml.spec ++
--- /var/tmp/diff_new_pack.yRp0Nm/_old  2014-12-16 14:50:24.0 +0100
+++ /var/tmp/diff_new_pack.yRp0Nm/_new  2014-12-16 14:50:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package psgml
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,16 +27,15 @@
 Summary:Emacs Add-On to edit SGML/XML documents
 License:GPL-2.0+ and SUSE-Public-Domain
 Group:  Productivity/Editors/Emacs
-Version:1.3.2
+Version:1.4.1
 Release:0
-# Source:   
http://belnet.dl.sourceforge.net/sourceforge/psgml/psgml-%{version}.tar.bz2
-Source: ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/psgml-%{version}.tar.gz
+Source: https://marmalade-repo.org/packages/psgml-%{version}.tar
 Source1:http://home.sprynet.com/sprynet/dmeggins/psgml-dsssl.el
 Source2:http://logimac.mathematik.uni-freiburg.de/mixed/psgml-ja.tgz
 Source3:http://www.menteith.com/tdtd/data/tdtd.zip
 Source4:http://www.iro.umontreal.ca/~pinard/xxml/xxml.tar.gz
 Source5:http://www.megginson.com/Software/psgml-xpointer.el
-Source6:%{name}-README.SuSE
+Source6:%{name}-README.openSUSE
 Source7:ke-docbook.el
 Source8:suse-start-psgml.el
 Source9:psgml-html.el
@@ -60,7 +59,7 @@
 
 Included are several helper tools: tdtd, xxml, psgml-xpointer.
 
-For more info see README.SuSE.
+For more info see README.openSUSE.
 
 Compiled for GNU Emacs (XEmacs has its own version!).
 
@@ -72,7 +71,8 @@
 Lennart Staflin 
 David Megginson 
 Matthias Clasen 
-Fran�ois Pinard 
+François Pinard 
+etc.
 
 %prep
 %setup -q
@@ -94,7 +94,7 @@
 unzip -o -a %{SOURCE3}
 # Add write permissions so that we can patch it
 chmod u+w tutorial.txt
-cp -p %{SOURCE6} README.SuSE
+cp -p %{SOURCE6} README.openSUSE
 cp -p %{SOURCE7} .
 cp -p %{SOURCE8} .
 cp -p %{S:9} .
@@ -163,7 +163,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc INSTALL README.psgml README.SuSE
+%doc README.psgml README.openSUSE
 %doc README.xxml THANKS.xxml
 %doc psgml-jade
 %doc tdtd-readme.txt tdtd-tutorial.txt tdtd.dot.emacs

++ flavour.patch ++
--- /var/tmp/diff_new_pack.yRp0Nm/_old  2014-12-16 14:50:24.0 +0100
+++ /var/tmp/diff_new_pack.yRp0Nm/_new  2014-12-16 14:50:24.0 +0100
@@ -9,37 +9,6 @@
(let ((default-directory psgml-source-dir)
(load-path (cons psgml-source-dir load-path)))
  (mapcar (function psgml-byte-compile-file)
 psgml-parse.el
-+++ psgml-parse.el 2012-07-02 13:03:42.892010400 +
-@@ -440,7 +440,7 @@ Applicable to XML.")
- ;; set of moves: list of moves
- 
- (defmacro sgml-add-move-to-set (token node set)
--  (`(cons (cons (, token) (, node)) (, set
-+  `(cons (cons ,token ,node) , set))
- 
- (defmacro sgml-moves-lookup (token set)
-   (` (assq (, token) (, set
-@@ -460,7 +460,7 @@ Applicable to XML.")
-   (` (cddr (, s
- 
- (defmacro sgml-state-final-p (s)
--  (`(null (sgml-state-reqs (, s)
-+  `(null (sgml-state-reqs ,s)))
- 
- ;; adding moves
- ;; *** Should these functions check for ambiguity?
-@@ -904,8 +904,8 @@ If ATTSPEC is nil, nil is returned."
-   (cons
-'progn
-(loop for n in names collect
--   (`(defmacro (, (intern (format "sgml-eltype-%s" n))) (et)
--   (list 'get et ''(, n)))
-+   `(defmacro ,(intern (format "sgml-eltype-%s" n)) (et)
-+   (list 'get et '',n)
- 
- (sgml-prop-fields
-  ;;flags  ; optional tags and mixed
 --- xxml.el
 +++ xxml.el2012-07-02 12:28:42.168509922 +
 @@ -293,7 +293,7 @@ Use nil to silence all progress.")

++ psgml-README.openSUSE ++
Patches:


xxml-provide.diff
---

commit gpg2 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2014-12-16 14:50:42

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


Package is "gpg2"

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2014-12-09 
09:13:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2014-12-16 
14:50:24.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec  3 22:37:59 UTC 2014 - andreas.stie...@gmx.de
+
+- update build requirement versions that changed with 2.1.0
+
+---



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.f7k0XN/_old  2014-12-16 14:50:28.0 +0100
+++ /var/tmp/diff_new_pack.f7k0XN/_new  2014-12-16 14:50:28.0 +0100
@@ -39,19 +39,19 @@
 BuildRequires:  automake >= 1.10
 BuildRequires:  expect
 BuildRequires:  fdupes
-BuildRequires:  gnutls-devel
+BuildRequires:  gnutls-devel >= 3.0
 BuildRequires:  libadns-devel
-BuildRequires:  libassuan-devel >= 2.0.0
+BuildRequires:  libassuan-devel >= 2.1.0
 BuildRequires:  libbz2-devel
 BuildRequires:  libcurl-devel >= 7.10
 # patch11 (gnupg-add_legacy_FIPS_mode_option.patch) mentions 
GCRYCTL_INACTIVATE_FIPS_FLAG
 # raising gcrypt requirement from 1.4.0
 BuildRequires:  libgcrypt-devel >= 1.6.1
-BuildRequires:  libgpg-error-devel >= 1.11
-BuildRequires:  libksba-devel >= 1.0.7
+BuildRequires:  libgpg-error-devel >= 1.15
+BuildRequires:  libksba-devel >= 1.2.0
 BuildRequires:  libusb-devel
 BuildRequires:  makeinfo
-BuildRequires:  npth-devel
+BuildRequires:  npth-devel >= 0.91
 BuildRequires:  openldap2-devel
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel



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



commit u-boot for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2014-12-16 14:49:23

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


Package is "u-boot"

Changes:

New Changes file:

--- /dev/null   2014-12-10 22:29:50.188034256 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2014-12-16 14:50:01.0 +0100
@@ -0,0 +1,638 @@
+---
+Sat Dec 13 12:12:41 UTC 2014 - xmi...@googlemail.com
+
+- Added support for A20-OLinuXIno-LIME2 and A10-OLinuXino-LIME from
+  www.olimex.com
+
+---
+Tue Dec  9 11:23:41 UTC 2014 - guilla...@opensuse.org
+
+- Rename XLOADER to OMAP_SPL in pre_checkin.sh and u-boot.spec.in
+
+---
+Tue Dec  9 09:15:27 UTC 2014 - guilla...@opensuse.org
+
+- Update to 2015.01-rc3 
+  * Drop upstreamed/unneeded patches:
+- 0001-exynos-Enable-config_distro_defaults.h.patch
+- 0002-exynos5-Use-config_distro_bootcmd.h.patch
+- boot_mode_fallback.patch
+- fix_snow_usb_support
+- fix_spl_ext.patch
+- fix_arm_hf_toolchain.patch
+- origen-ext2.patch
+  * Update patch: 
+- fix_snow_config.patch
+  * Follow upstream: rpi_b config renamed to rpi
+
+---
+Tue Dec  2 12:41:55 UTC 2014 - guilla...@opensuse.org
+
+- Update snow (chromebook)
+  * Update patch: 
+- fix_snow_config.patch patch
+  * Add patches:
+- add_snow_usb_boot.patch to be able to boot from USB0
+- fix_bootpart_snow_only.patch to boot on partition #2 (snow only!)
+  * Backport patches:
+- fix_snow_usb_support.patch to fix USB on snow
+- 0001-exynos-Enable-config_distro_defaults.h.patch
+- 0002-exynos5-Use-config_distro_bootcmd.h.patch
+  * Drop unneeded/obsolete patches: 
+- fix_exynos5_text_base.patch
+- fix_snow_extra_env_settings.patch
+
+---
+Sun Nov 30 13:17:33 UTC 2014 - guilla...@opensuse.org
+
+- Add Bananapi initial support
+
+---
+Tue Nov 25 08:29:14 UTC 2014 - guilla...@opensuse.org
+
+- Update to 2015.01-rc2
+- Update patch fix_omap_boot_mode.patch to be upstreamable and 
+rename it to boot_mode_fallback.patch
+- Drop obsolete patch: arndale.patch
+- Add patches:
+  * fix_arm_hf_toolchain.patch: fix build with hard float toolchain
+  * fix_spl_ext.patch: fix SPL EXT error checks
+  * fix_sata.patch: fix sata support and fix also mx53loco build
+
+---
+Wed Nov 19 21:44:17 CET 2014 - guillaume.gar...@opensuse.org
+
+- Fix mx53loco-bootscr.patch
+
+---
+Mon Nov 17 21:15:50 UTC 2014 - os...@naiandei.net
+
+- Add u-boot-with-sunxi-spl.bin for sunxi boards 
+
+---
+Mon Nov 17 15:17:56 UTC 2014 - guilla...@opensuse.org
+
+- Make use of RPM_OPT_FLAGS during make 
+
+---
+Sat Nov 15 14:55:06 UTC 2014 - guilla...@opensuse.org
+
+- Fix sunxi boards (use u-boot.img instead of u-boot.bin)
+- Remove duplicated default install line
+
+---
+Tue Nov 11 13:32:36 UTC 2014 - guilla...@opensuse.org
+
+- Update to 2015.01-rc1
+-  Drop upstreamed patches:
+  * add_spl_extfs_support.patch
+  * ti_common_initrd_support.patch
+- Refresh patch:
+  * drop-marvell.patch
+- Drop CREDITS file from DOC (dropped upstream)
+
+---
+Mon Nov  3 10:19:42 UTC 2014 - guilla...@opensuse.org
+
+- Apply fix_omap_boot_mode.patch only for omap3/omap4 boards
+
+---
+Tue Oct 14 13:22:44 UTC 2014 - guilla...@opensuse.org
+
+- Update to version 2014.10
+- Drop upstreamed patch:
+  * fix_sabrelite_boot.scr.patch
+- Refresh patches:
+  * arndale.patch
+  * fix_snow_config.patch
+  * fix_exynos5_text_base.patch
+  * exynos5-dt.h.patch (renamed fix_snow_extra_env_settings.patch)
+
+---
+Wed Oct  8 07:52:48 UTC 2014 - guilla...@opensuse.org
+
+- Update to version 2014.10-rc3 
+- Drop upstreamed patches:
+  * beagle-bootscr.patch
+  * panda-bootscr.patch
+  * am335x_evm-bootscr.patch
+- Refresh patches:
+  * fix_sabrelite_boot.scr.patch
+  * drop-marvell.patch
+  * add_spl_extfs_support.patch
+- Add a new patch to fix omap3beagle spl build:
+  * fix_beagle_

commit lilypond for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2014-12-16 14:49:20

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


Package is "lilypond"

Changes:

--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes2014-12-01 
14:00:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes   
2014-12-16 14:49:52.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 10 11:44:28 UTC 2014 - pgaj...@suse.com
+
+- split lilypond-doc [bnc#908078]
+
+---



Other differences:
--
++ lilypond-doc.spec ++
--- /var/tmp/diff_new_pack.nxlmyp/_old  2014-12-16 14:49:54.0 +0100
+++ /var/tmp/diff_new_pack.nxlmyp/_new  2014-12-16 14:49:54.0 +0100
@@ -16,8 +16,6 @@
 #
 
 
-#%%define info yes
-
 Name:   lilypond-doc
 %define ver 2.18
 %define plevel  2
@@ -69,7 +67,7 @@
 Requires:   lilypond = %{version}
 Provides:   lilypond-documentation = %{version}
 Obsoletes:  lilypond-documentation < %{version}
-Summary:Documentation for the lilypond typesetter
+Summary:Documentation for the LilyPond Typesetter
 License:GFDL-1.3
 Group:  Documentation/HTML
 BuildArch:  noarch
@@ -79,36 +77,84 @@
 PreReq: %install_info_prereq /usr/bin/touch /usr/bin/sed
 
 %description 
-LilyPond is a music typesetter, an automated engraving system.  It
-produces beautiful sheet music using a high level description file as input.
-
-LilyPond supports many forms of music notation constructs, including
-chord names, drum notation, figured bass, grace notes, guitar tablature,
-modern notation (cluster notation and rhythmic grouping), tremolos,
-(nested) tuplets in arbitrary ratios, and more.
-
-LilyPond's text-based music input language support can integrate into
-LaTeX, HTML and Texinfo seamlessly, allowing single sheet music
-or musicological treatises to be written from a single source.  Form and
-content are separate, and with LilyPond's expert automated formatting,
-users don't need typographical expertise to produce good notation.
-
-LilyPond produces PDF, PostScript, SVG, or TeX printed output, as well
-as MIDI for listening pleasures.  LilyPond is exported from the
-RoseGarden and NoteEdit GUIs, and can import ABC, ETF and MIDI.
-
-Documentation files for the GNU LilyPond music typesetter.
-
-LilyPond is part of the GNU Project.
+Common and english documentation files for the GNU LilyPond music typesetter.
 
 %global rlversion %{version}
 %define usrsrcp %{buildroot}
 
 %define _configure ./smart-configure.sh
 
-##ln -sf ../%%{name}/%%{rlversion}/ls-R lilypond-snippets \
-#  rm -f lilypond-snippets.gz; \
-#  ln -sf ../doc/packages/lilypond/html/input/lsr lilypond-snippets) \
+%package cs 
+Summary:Documentation for the LilyPond Typesetter (cs)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description cs
+Czech documentation files for the GNU LilyPond music typesetter.
+
+%package de
+Summary:Documentation for the LilyPond Typesetter (de)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description de
+German documentation files for the GNU LilyPond music typesetter.
+
+%package es
+Summary:Documentation for the LilyPond Typesetter (es)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description es
+Spanish documentation files for the GNU LilyPond music typesetter.
+
+%package fr
+Summary:Documentation for the LilyPond Typesetter (fr)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description fr
+French documentation files for the GNU LilyPond music typesetter.
+
+%package hu
+Summary:Documentation for the LilyPond Typesetter (hu)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description hu
+Hungary documentation files for the GNU LilyPond music typesetter.
+
+%package it
+Summary:Documentation for the LilyPond Typesetter (it)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description it
+Italian documentation files for the GNU LilyPond music typesetter.
+
+%package ja
+Summary:Documentation for the LilyPond Typesetter (ja)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description ja
+Japanese documentation files for the GNU LilyPond music typesetter.
+
+%package nl
+Summary:Documentation for the LilyPond Typesetter (nl)
+Group:  Documentation/HTML
+Requires:   %{name} = %{version}
+
+%description nl
+Dutch documentation files 

commit polari for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package polari for openSUSE:Factory checked 
in at 2014-12-16 14:49:21

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


Package is "polari"

Changes:

--- /work/SRC/openSUSE:Factory/polari/polari.changes2014-10-15 
16:21:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.polari.new/polari.changes   2014-12-16 
14:49:54.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  7 13:32:56 UTC 2014 - p.drou...@gmail.com
+
+- Add gjs Requires: polari requires gjs-console binary at
+  runtime.
+
+---



Other differences:
--
++ polari.spec ++
--- /var/tmp/diff_new_pack.aBcKDB/_old  2014-12-16 14:49:55.0 +0100
+++ /var/tmp/diff_new_pack.aBcKDB/_new  2014-12-16 14:49:55.0 +0100
@@ -33,6 +33,7 @@
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.4
 BuildRequires:  pkgconfig(telepathy-glib)
+Requires:   gjs
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires

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



commit python-gunicorn for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python-gunicorn for openSUSE:Factory 
checked in at 2014-12-16 14:48:53

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


Package is "python-gunicorn"

Changes:

--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes  
2013-12-11 16:21:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gunicorn.new/python-gunicorn.changes 
2014-12-16 14:48:59.0 +0100
@@ -1,0 +2,30 @@
+Thu Dec 11 15:00:41 UTC 2014 - axel.br...@gmx.de
+
+- update to version 19.1.1
+fix #835: display correct pid of already running instance
+fix : fix PyTest class in setup.py.
+fix #838: statsd logegr, send statsd timing metrics in milliseconds
+fix #839: statsd logger, allows for empty log message while pushing 
metrics and restore worker number in DEBUG logs
+fix #850: add timezonw to logging
+fix #853: Respect logger_class setting unless statsd is on
+fix #830 make sure gaiohttp worker is shipped with gunicorn.
+fix #785: handle binary type address given to a client socket address
+fix graceful shutdown. make sure QUIT and TERMS signals are switched 
everywhere.
+support loading config from module (#799)
+fix check for file-like objects (#805)
+fix #815 args validation in WSGIApplication.init
+fix #787 check if we load a pyc file or not.
+fix #771: support tornado 4.0
+fix #783: x_headers error. The x-forwarded-headers option has been removed 
in c4873681299212d6082cd9902740eef18c2f14f1. The discussion is available on 
#633.
+fix: fetch all body in input. fix #803
+fix: don’t install the worker if python < 3.3
+fix #822: Support UNIX sockets in gaiohttp worker
+fix #790 StopIteration shouldn’t be catched at this level.
+add statsd logging handler fix #748
+fix #809 Set global logging configuration from a Paste config.
+fix RuntimeError in gunicorn.reloader (#807)
+update faq: put a note on how watch logs in the console since many people 
asked for it.
+details see http://docs.gunicorn.org/en/19.1.1/news.html#id1
+- remove test 
+
+---

Old:

  gunicorn-18.0.tar.gz

New:

  gunicorn-19.1.1.tar.gz



Other differences:
--
++ python-gunicorn.spec ++
--- /var/tmp/diff_new_pack.a82kXZ/_old  2014-12-16 14:49:00.0 +0100
+++ /var/tmp/diff_new_pack.a82kXZ/_new  2014-12-16 14:49:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gunicorn
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-gunicorn
-Version:18.0
+Version:19.1.1
 Release:0
 Summary:WSGI HTTP Server for UNIX
 License:MIT
@@ -66,7 +66,7 @@
 %if 0%{?suse_version} >= 1210
 # Fail for SLE
 %check
-python setup.py test
+#python setup.py test
 %endif
 
 %files

++ gunicorn-18.0.tar.gz -> gunicorn-19.1.1.tar.gz ++
 8508 lines of diff (skipped)

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



commit cyrus-imapd for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package cyrus-imapd for openSUSE:Factory 
checked in at 2014-12-16 14:49:14

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


Package is "cyrus-imapd"

Changes:

--- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes  2014-11-24 
11:09:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 
2014-12-16 14:49:38.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec  8 10:19:48 UTC 2014 - a...@ajaissle.de
+
+- Changed cyrus-imapd-rc-2.tar.gz/cron.daily.cyrus to use 'su -s 
+  /bin/bash - cyrus', as the default shell is now /sbin/nologin
+  [boo#908014]
+- Changed cyrus-imapd-rc-2.tar.gz/rc.cyrus to set
+  /var/run/cyrus-master.pid as the PID file (was: /var/run/cyrus.pid)
+  [boo#908006]
+
+---



Other differences:
--
++ cyrus-imapd-rc-2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/cron.daily.cyrus new/SUSE/cron.daily.cyrus
--- old/SUSE/cron.daily.cyrus   2010-11-19 09:55:59.0 +0100
+++ new/SUSE/cron.daily.cyrus   2014-12-08 11:17:38.0 +0100
@@ -29,7 +29,7 @@
 dumpfile=$DBDIR/$BACKUPBASENAME
 rm -f $bakfile
 rm -f $dumpfile
-su - cyrus -c '/usr/lib/cyrus/bin/ctl_mboxlist -d' > $dumpfile
+su -s /bin/sh - cyrus -c '/usr/lib/cyrus/bin/ctl_mboxlist -d' > $dumpfile
 gzip -9 -c < $dumpfile > $bakfile
 chown cyrus.mail $dumpfile
 chmod 640 $dumpfile
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SUSE/rc.cyrus new/SUSE/rc.cyrus
--- old/SUSE/rc.cyrus   2014-01-29 18:40:44.0 +0100
+++ new/SUSE/rc.cyrus   2014-12-08 11:18:52.0 +0100
@@ -24,7 +24,7 @@
 link=${base#*[SK][0-9][0-9]}
 
 CYRUS_BIN=/usr/lib/cyrus/bin/master
-PID_FILE=/var/run/cyrus.pid
+PID_FILE=/var/run/cyrus-master.pid
 test -f /etc/sysconfig/cyrus && . /etc/sysconfig/cyrus
 
 test -x $CYRUS_BIN || exit 5

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



commit edgar for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package edgar for openSUSE:Factory checked 
in at 2014-12-16 14:49:13

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


Package is "edgar"

Changes:

--- /work/SRC/openSUSE:Factory/edgar/edgar.changes  2014-11-11 
09:59:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.edgar.new/edgar.changes 2014-12-16 
14:49:31.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 15 18:38:58 UTC 2014 - nemy...@gmx.ch
+
+- Update to 1.19-1, announce message:
+
+  Updated Esperanto, French, German, Japanese, Russian and Ukranian
+  translations
+
+- Add Man Pages, changed by upstream
+
+---

Old:

  edgar-1.18-1.tar.gz

New:

  edgar-1.19-1.tar.gz



Other differences:
--
++ edgar.spec ++
--- /var/tmp/diff_new_pack.bkmZ2C/_old  2014-12-16 14:49:38.0 +0100
+++ /var/tmp/diff_new_pack.bkmZ2C/_new  2014-12-16 14:49:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   edgar
-Version:1.18
+Version:1.19
 Release:0
 Summary:2D platform game with a persistent world
 License:GPL-2.0
@@ -72,6 +72,7 @@
 %defattr(-,root,root,-)
 %doc doc/*
 %attr(-,root,games) %{_bindir}/%{name}
+%{_mandir}/man6/%{name}.6x%{ext_man}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/
 %attr(-,root,games) %{_datadir}/%{name}

++ edgar-1.18-1.tar.gz -> edgar-1.19-1.tar.gz ++
/work/SRC/openSUSE:Factory/edgar/edgar-1.18-1.tar.gz 
/work/SRC/openSUSE:Factory/.edgar.new/edgar-1.19-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 FastCGI for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package FastCGI for openSUSE:Factory checked 
in at 2014-12-16 14:48:44

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


Package is "FastCGI"

Changes:

--- /work/SRC/openSUSE:Factory/FastCGI/FastCGI.changes  2014-09-03 
08:30:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.FastCGI.new/FastCGI.changes 2014-12-16 
14:48:43.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 13 13:33:33 UTC 2014 - p.drou...@gmail.com
+
+- Split out the system library, following the shared library
+  conventions
+- Make devel subpackage depends on shared library package
+
+---



Other differences:
--
++ FastCGI.spec ++
--- /var/tmp/diff_new_pack.04O0Mx/_old  2014-12-16 14:48:44.0 +0100
+++ /var/tmp/diff_new_pack.04O0Mx/_new  2014-12-16 14:48:44.0 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%define so_ver 0
 
 Name:   FastCGI
 Version:2.4.0
@@ -46,12 +47,10 @@
 provides high performance without the limitations of server-specific
 APIs.
 
-
-
 %package devel
 Summary:A scalable, open extension to CGI
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version}
+Requires:   libfcgi++-%{so_ver} = %{version}
 Requires:   glibc-devel
 
 %description devel
@@ -59,7 +58,14 @@
 provides high performance without the limitations of server specific
 APIs.
 
+%package -n libfcgi++-%{so_ver}
+Summary:A scalable, open extension to CGI - System library
+Group:  System/Libraries
 
+%description -n libfcgi++-%{so_ver}
+FastCGI is a language independent, scalable, open extension to CGI that
+provides high performance without the limitations of server specific
+APIs.
 
 %package -n perl-FastCGI
 Summary:A scalable, open extension to CGI
@@ -76,8 +82,6 @@
 provides high performance without the limitations of server specific
 APIs.
 
-
-
 %prep
 %setup -n fcgi-%{version}
 %patch0
@@ -123,24 +127,29 @@
 %{buildroot}%{_docdir}/%{name}/
 rm -f %{buildroot}%{_libdir}/libfcgi*.la
 
-%post -p /sbin/ldconfig
+%post -n libfcgi++-%{so_ver}
+/sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n libfcgi++-%{so_ver}
+/sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/cgi-fcgi
-%{_libdir}/libfcgi*.so.*
 %{_mandir}/man1/*.1.gz
 %doc %{_docdir}/%{name}
 
 %files devel
 %defattr(-,root,root)
-%{_libdir}/libfcgi*.so
 %dir %{_includedir}/fastcgi/
 %{_includedir}/fastcgi/*
+%{_libdir}/libfcgi*.so
 %{_mandir}/man3/*.3.gz
 
+%files -n libfcgi++-%{so_ver}
+%defattr(-,root,root)
+%{_libdir}/libfcgi*.so.*
+
 %files -n perl-FastCGI
 %defattr(-,root,root)
 %{_mandir}/man3/*.3pm.gz

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



commit fox16 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package fox16 for openSUSE:Factory checked 
in at 2014-12-16 14:49:04

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


Package is "fox16"

Changes:

--- /work/SRC/openSUSE:Factory/fox16/fox16.changes  2014-08-25 
11:05:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.fox16.new/fox16.changes 2014-12-16 
14:49:14.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec 15 13:36:33 UTC 2014 - l...@linux-schulserver.de
+
+- the -devel-static package must require the -devel-package, 
+  see https://en.opensuse.org/openSUSE:Packaging_guidelines#Exception
+
+---
+Fri Aug 29 08:46:42 UTC 2014 - jeng...@inai.de
+
+- Use verifiable https://en.opensuse.org/SourceUrls and
+  original tarball
+- Follow shared library package naming guidelines a bit closer
+
+---

Old:

  fox-1.6.50.tar.bz2

New:

  fox-1.6.50.tar.gz



Other differences:
--
++ fox16.spec ++
--- /var/tmp/diff_new_pack.Z4yYKp/_old  2014-12-16 14:49:15.0 +0100
+++ /var/tmp/diff_new_pack.Z4yYKp/_new  2014-12-16 14:49:15.0 +0100
@@ -17,14 +17,15 @@
 
 
 Name:   fox16
+%define lname  libFOX-1_6-0
 Version:1.6.50
 Release:0
 Summary:Shared Libraries for the FOX Toolkit
 License:LGPL-2.1+
 Group:  Development/Languages/C and C++
 Url:http://www.fox-toolkit.org/
-%define soname 1_6
-Source: fox-%{version}.tar.bz2
+
+Source: ftp://ftp.fox-toolkit.org/pub/fox-%version.tar.gz
 Source1:calculator.png
 Source2:pathfinder.png
 Source3:adie.png
@@ -48,8 +49,6 @@
 BuildRequires:  pkgconfig(glu)
 %endif
 BuildRequires:  zlib-devel
-Requires:   libfox%soname = %{version}
-Provides:   fox = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #
 # SUSE requires
@@ -103,18 +102,22 @@
 graphics. Subclassing of basic FOX widgets allows for easy extension
 beyond the built-in widgets by application writers.
 
-%package -n libfox1_6
-Summary:Shared Libraries for the FOX Toolkit
-Group:  Development/Languages/C and C++
+%package -n %lname
+Summary:Shared libraries for the FOX toolkit 1.6
+Group:  System/Libraries
+Provides:   fox = %version
+# Added O/P in 13.2
+Provides:   libfox1_6 = %version-%release
+Obsoletes:  libfox1_6 < %version-%release
 
-%description -n libfox%soname
+%description -n %lname
 This package contains the shared libraries needed
 by applications compiled with the FOX GUI Toolkit.
 
 %package devel
-Summary:Development Files and Documentation for the FOX GUI Toolkit
+Summary:Development Files and Documentation for the FOX GUI Toolkit 1.6
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version}
+Requires:   %{lname} = %{version}
 Requires:   bzip2
 Requires:   cups-devel
 Requires:   cups-libs
@@ -129,7 +132,7 @@
 Requires:   pkgconfig(glu)
 %endif
 Requires:   zlib-devel
-Provides:   fox-devel = %{version}
+Provides:   fox-devel = %{version}-%{release}
 #
 # SUSE requires
 #
@@ -171,13 +174,26 @@
 
 The devel package contains the files necessary to develop applications
 using the FOX GUI toolkit: the header files, the reswrap resource
-compiler, manual pages, and HTML documentation.
+compiler, and manual pages.
+
+%package doc
+Summary:Documentation for the FOX Toolkit 1.6
+Group:  Documentation/HTML
+%if 0%{?suse_version} >= 1130 || !0%{?suse_version}
+BuildArch:  noarch
+%endif
+
+%description doc
+FOX is a C++-based library for graphical user interface development.
+
+The doc subpackage contains the HTML documentation to the FOX toolkit 1.6.
 
 %package devel-static
-Summary:Static Libraries for the FOX Toolkit
+Summary:Static Libraries for the FOX Toolkit 1.6
 Group:  Development/Languages/C and C++
 Provides:   %name-static = %version-%release
 Obsoletes:  %name-static < 1.6.36
+Requires:   %name-devel = %version
 # skip dependency checks required by libtool .la files => 
skip-check-libtool-deps
 
 %description devel-static
@@ -189,7 +205,6 @@
 %package example-apps
 Summary:Example applications for the FOX GUI toolkit
 Group:  Development/Languages/C and C++
-Requires:   %{name}
 Provides:   fox-example-apps = %{version}
 
 %description example-apps
@@ -257,24 +272,23 @@
 %suse_update_desktop_file adie
 %endif
 
-%post -n libfox1_6 -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
 
-%postun -n libfox1_6 -p /sbin/ldconfig
+%postu

commit gnome-devel-docs for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package gnome-devel-docs for 
openSUSE:Factory checked in at 2014-12-16 14:49:22

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


Package is "gnome-devel-docs"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs.changes
2014-11-18 22:47:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs.changes   
2014-12-16 14:49:57.0 +0100
@@ -1,0 +2,7 @@
+Mon Dec 15 16:25:11 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Distribute widget_drawing.py.page.
+  + Updated translations.
+
+---

Old:

  gnome-devel-docs-3.14.2.tar.xz

New:

  gnome-devel-docs-3.14.3.tar.xz



Other differences:
--
++ gnome-devel-docs.spec ++
--- /var/tmp/diff_new_pack.BypbKj/_old  2014-12-16 14:50:00.0 +0100
+++ /var/tmp/diff_new_pack.BypbKj/_new  2014-12-16 14:50:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnome-devel-docs
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:GNOME Platform Documentation
 License:GFDL-1.1 and CC-BY-SA-4.0

++ gnome-devel-docs-3.14.2.tar.xz -> gnome-devel-docs-3.14.3.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-devel-docs/gnome-devel-docs-3.14.2.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-devel-docs.new/gnome-devel-docs-3.14.3.tar.xz 
differ: char 27, line 1

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



commit xtables-geoip for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package xtables-geoip for openSUSE:Factory 
checked in at 2014-12-16 14:49:17

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


Package is "xtables-geoip"

Changes:

--- /work/SRC/openSUSE:Factory/xtables-geoip/xtables-geoip.changes  
2014-07-13 14:06:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-geoip.new/xtables-geoip.changes 
2014-12-16 14:49:44.0 +0100
@@ -1,0 +2,5 @@
+Tue Dec 16 01:46:12 UTC 2014 - jeng...@inai.de
+
+- Update database files to 2014.12
+
+---



Other differences:
--
++ xtables-geoip.spec ++
--- /var/tmp/diff_new_pack.o9omQw/_old  2014-12-16 14:49:45.0 +0100
+++ /var/tmp/diff_new_pack.o9omQw/_new  2014-12-16 14:49:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xtables-geoip
-Version:2014.06
+Version:2014.12
 Release:0
 Summary:Geolocation database files for xt_geoip
 License:CC-BY-SA-3.0

++ GeoIPCountryWhois.csv.xz ++
 40981 lines (skipped)
 between GeoIPCountryWhois.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPCountryWhois.csv.xz

++ GeoIPv6.csv.xz ++
 6639 lines (skipped)
 between GeoIPv6.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPv6.csv.xz

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



commit wine for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2014-12-16 14:49:09

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2014-12-01 
14:01:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2014-12-16 
14:49:21.0 +0100
@@ -1,0 +2,10 @@
+Fri Dec 12 20:11:04 UTC 2014 - meiss...@suse.com
+
+- Updated to 1.7.33 development snapshot
+  - Support for copy/paste commands in MSHTML.
+  - Some more font support in DirectWrite.
+  - Better handling for loss of focus in Direct3D windows.
+  - Several more API Sets DLLs.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.32.tar.bz2
  wine-1.7.32.tar.bz2.sign

New:

  wine-1.7.33.tar.bz2
  wine-1.7.33.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.adhBYw/_old  2014-12-16 14:49:23.0 +0100
+++ /var/tmp/diff_new_pack.adhBYw/_new  2014-12-16 14:49:23.0 +0100
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.32
+Version:1.7.33
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.32.tar.bz2 -> wine-1.7.33.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.32.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.33.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 python3-autopep8 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-autopep8 for 
openSUSE:Factory checked in at 2014-12-16 14:48:55

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


Package is "python3-autopep8"

Changes:

--- /work/SRC/openSUSE:Factory/python3-autopep8/python3-autopep8.changes
2014-11-18 22:45:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-autopep8.new/python3-autopep8.changes   
2014-12-16 14:49:01.0 +0100
@@ -1,0 +2,26 @@
+Thu Dec 11 05:38:47 UTC 2014 - a...@gmx.de
+
+- update to version 1.0.4:
+  * Avoid extended E301 false positive
+  * Avoid E309 false positive
+  * Support W293
+  * Support selecting E111
+  * Handle trailing commas gracefully in "--ignore"
+  * Clean up
+  * Move "ws_comma" fixer to global fixes
+  * Format
+  * Pass in filename to lib2to3
+  * Simplify
+  * Simplify
+  * Write to "sys.stdout" with desired encoding
+  * Use '--experimental' for experimental tests.
+  * Normalize 'for' and 'while' constructs so that they can be reformatted 
properly.
+  * Document
+  * Switch to development mode
+  * Document "encoding" parameter
+  * Give credit for patch
+  * Fix whitespace
+  * Fixed issue where the encoding was not correct when the contents of the 
file were passed directly a
+  * ignore idea(for pycharm)
+
+---

Old:

  autopep8-1.0.3.tar.gz

New:

  autopep8-1.0.4.tar.gz



Other differences:
--
++ python3-autopep8.spec ++
--- /var/tmp/diff_new_pack.613lJ6/_old  2014-12-16 14:49:03.0 +0100
+++ /var/tmp/diff_new_pack.613lJ6/_new  2014-12-16 14:49:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-autopep8
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:https://github.com/hhatto/autopep8
 Summary:Automatic generated to pep8 checked code

++ autopep8-1.0.3.tar.gz -> autopep8-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.3/AUTHORS.rst 
new/autopep8-1.0.4/AUTHORS.rst
--- old/autopep8-1.0.3/AUTHORS.rst  2014-03-29 15:23:30.0 +0100
+++ new/autopep8-1.0.4/AUTHORS.rst  2014-07-30 18:41:37.0 +0200
@@ -19,3 +19,4 @@
 - Christopher Medrela (https://github.com/chrismedrela)
 - 小明 (https://github.com/dongweiming)
 - Andy Hayden (https://github.com/hayd)
+- Fabio Zadrozny (https://github.com/fabioz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.3/PKG-INFO new/autopep8-1.0.4/PKG-INFO
--- old/autopep8-1.0.3/PKG-INFO 2014-06-10 14:47:48.0 +0200
+++ new/autopep8-1.0.4/PKG-INFO 2014-09-09 19:07:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: autopep8
-Version: 1.0.3
+Version: 1.0.4
 Summary: A tool that automatically formats Python code to conform to the PEP 8 
style guide
 Home-page: https://github.com/hhatto/autopep8
 Author: Hideo Hattori
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.3/autopep8.egg-info/PKG-INFO 
new/autopep8-1.0.4/autopep8.egg-info/PKG-INFO
--- old/autopep8-1.0.3/autopep8.egg-info/PKG-INFO   2014-06-10 
14:47:48.0 +0200
+++ new/autopep8-1.0.4/autopep8.egg-info/PKG-INFO   2014-09-09 
19:07:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: autopep8
-Version: 1.0.3
+Version: 1.0.4
 Summary: A tool that automatically formats Python code to conform to the PEP 8 
style guide
 Home-page: https://github.com/hhatto/autopep8
 Author: Hideo Hattori
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.3/autopep8.egg-info/requires.txt 
new/autopep8-1.0.4/autopep8.egg-info/requires.txt
--- old/autopep8-1.0.3/autopep8.egg-info/requires.txt   2014-06-10 
14:47:48.0 +0200
+++ new/autopep8-1.0.4/autopep8.egg-info/requires.txt   2014-09-09 
19:07:39.0 +0200
@@ -1 +1 @@
-pep8 >= 1.5.7
\ No newline at end of file
+pep8 >= 1.5.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autopep8-1.0.3/autopep8.py 
new/autopep8-1.0.4/autopep8.py
--- old/autopep8-1.0.3/autopep8.py  2014-06-10 14:45:35.0 +0200
+++ new/autopep8-1.0.4/autopep8.py  2014-09-09 19:06:54.0 +0200
@@ -67,7 +67,7 @@
 unicode = str
 
 
-__version__ = '1.0.3'
+__version__ = '1.0.4'
 
 
 CR = '\r'
@@ -95,6 +95,7 @@
 
 # W602 is handled separately due to the need to avoid "with_traceback".
 CODE_TO_2TO3 = {
+'E231': ['ws_comma'],
 'E721': ['idioms'],
 'W601': ['has_key'],
 'W603': ['ne'],
@@ -148,6 +14

commit libvirt for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2014-12-16 14:49:05

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2014-12-10 
23:45:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2014-12-16 
14:49:16.0 +0100
@@ -1,0 +2,20 @@
+Mon Dec 15 09:48:02 UTC 2014 - cbosdon...@suse.com
+
+- Update to libvirt 1.2.11
+  - Implement public API for virDomainGetFSInfo
+  - qemu: Add define for the new throttle options
+  - CVE-2014-8131: Fix possible deadlock and segfault in 
qemuConnectGetAllDomainStats()
+  - CVE-2014-7823: dumpxml: security hole with migratable flag
+- Drop upstream patches: 123-virt-aa-helper-crash.patch,
+  433b427-iplink-name.patch,
+  52691f99-qemu-mig-crash.patch,
+  72fecf1-lxc-resolve-symlinks.patch,
+  b1674ad5-CVE-2014-7823.patch,
+  ba9b7252-sys-net-rw.patch,
+  c264eea-virt-aa-helper-sandbox.patch,
+  e50457d-lxc-unmount-check.patch,
+  cgroup-all-devices.patch,
+  libvirt-ppc64le-support.patch
+
+
+---

Old:

  123-virt-aa-helper-crash.patch
  433b427-iplink-name.patch
  52691f99-qemu-mig-crash.patch
  72fecf1-lxc-resolve-symlinks.patch
  b1674ad5-CVE-2014-7823.patch
  ba9b7252-sys-net-rw.patch
  c264eea-virt-aa-helper-sandbox.patch
  cgroup-all-devices.patch
  e50457d-lxc-unmount-check.patch
  libvirt-1.2.10.tar.gz
  libvirt-1.2.10.tar.gz.asc
  libvirt-ppc64le-support.patch

New:

  libvirt-1.2.11.tar.gz
  libvirt-1.2.11.tar.gz.asc



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.ZLI4LP/_old  2014-12-16 14:49:18.0 +0100
+++ /var/tmp/diff_new_pack.ZLI4LP/_new  2014-12-16 14:49:18.0 +0100
@@ -235,7 +235,7 @@
 
 Name:   libvirt
 Url:http://libvirt.org/
-Version:1.2.10
+Version:1.2.11
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+
@@ -434,23 +434,13 @@
 Source4:libvirtd-relocation-server.fw
 Source99:   baselibs.conf
 # Upstream patches
-Patch0: b1674ad5-CVE-2014-7823.patch
-Patch1: 123-virt-aa-helper-crash.patch
-Patch2: c264eea-virt-aa-helper-sandbox.patch
-Patch3: 433b427-iplink-name.patch
-Patch4: 72fecf1-lxc-resolve-symlinks.patch
-Patch5: e50457d-lxc-unmount-check.patch
-Patch6: 52691f99-qemu-mig-crash.patch
-Patch7: ba9b7252-sys-net-rw.patch
 # Patches pending upstream review
-Patch100:   cgroup-all-devices.patch
 # Need to go upstream
 Patch150:   xen-name-for-devid.patch
 Patch151:   xen-pv-cdrom.patch
 Patch152:   blockcopy-check-dst-identical-device.patch
-Patch153:   libvirt-ppc64le-support.patch
-Patch154:   libvirt-power8-models.patch
-Patch155:   ppc64le-canonical-name.patch
+Patch153:   libvirt-power8-models.patch
+Patch154:   ppc64le-canonical-name.patch
 # Our patches
 Patch200:   libvirtd-defaults.patch
 Patch201:   libvirtd-init-script.patch
@@ -975,21 +965,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch100 -p1
 %patch150 -p1
 %patch151 -p1
 %patch152 -p1
 %patch153 -p1
 %patch154 -p1
-%patch155 -p1
 %patch200 -p1
 %patch201 -p1
 %patch202 -p1
@@ -1827,10 +1807,6 @@
 %{_libdir}/libvirt-qemu.so
 %{_libdir}/libvirt-lxc.so
 %{_includedir}/libvirt
-%{_includedir}/libvirt/virterror.h
-%{_includedir}/libvirt/libvirt.h
-%{_includedir}/libvirt/libvirt-qemu.h
-%{_includedir}/libvirt/libvirt-lxc.h
 %{_libdir}/pkgconfig/libvirt.pc
 %{_libdir}/pkgconfig/libvirt-qemu.pc
 %{_libdir}/pkgconfig/libvirt-lxc.pc

++ libvirt-1.2.10.tar.gz -> libvirt-1.2.11.tar.gz ++
/work/SRC/openSUSE:Factory/libvirt/libvirt-1.2.10.tar.gz 
/work/SRC/openSUSE:Factory/.libvirt.new/libvirt-1.2.11.tar.gz differ: char 27, 
line 1

++ libvirt-power8-models.patch ++
--- /var/tmp/diff_new_pack.ZLI4LP/_old  2014-12-16 14:49:18.0 +0100
+++ /var/tmp/diff_new_pack.ZLI4LP/_new  2014-12-16 14:49:18.0 +0100
@@ -1,9 +1,9 @@
-Index: libvirt-1.2.10/src/cpu/cpu_map.xml
+Index: libvirt-1.2.11/src/cpu/cpu_map.xml
 ===
 libvirt-1.2.10.orig/src/cpu/cpu_map.xml
-+++ libvirt-1.2.10/src/cpu/cpu_map.xml
-@@ -627,5 +627,15 @@
-   
+--- libvirt-1.2.11.orig/src/cpu/cpu_map.xml
 libvirt-1.2.11/src/cpu/cpu_map.xml
+@@ -657,5 +657,15 @@
+   
  
  
 +

++ libvirt-suse-netcontrol.patch ++
--- /var/tmp/dif

commit monitoring-plugins-bind for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package monitoring-plugins-bind for 
openSUSE:Factory checked in at 2014-12-16 14:49:02

Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-bind (Old)
 and  /work/SRC/openSUSE:Factory/.monitoring-plugins-bind.new (New)


Package is "monitoring-plugins-bind"

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-bind/monitoring-plugins-bind.changes
  2014-08-01 14:34:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-bind.new/monitoring-plugins-bind.changes
 2014-12-16 14:49:12.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 14 14:29:00 UTC 2014 - Led 
+
+- fix bashisms in check_bind.sh script
+- add patches:
+  * check_bind-fix-bashisms.patch
+
+---

New:

  check_bind-fix-bashisms.patch



Other differences:
--
++ monitoring-plugins-bind.spec ++
--- /var/tmp/diff_new_pack.4oKcQ0/_old  2014-12-16 14:49:13.0 +0100
+++ /var/tmp/diff_new_pack.4oKcQ0/_new  2014-12-16 14:49:13.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   monitoring-plugins-bind
 Version:1.3
-Release:100
+Release:0
 Summary:Check whether BIND is running and to get the performance data 
via rndc stats
 License:GPL-2.0+
 Group:  System/Monitoring
@@ -26,6 +26,7 @@
 Source0:check_bind.sh
 Source1:LICENSE
 Source2:check_bind.php
+Patch0: check_bind-fix-bashisms.patch
 BuildRequires:  nagios-rpm-macros
 Provides:   nagios-plugins-bind = %{version}-%{release}
 Obsoletes:  nagios-plugins-bind < %{version}-%{release}
@@ -46,6 +47,9 @@
 terms of the GPLv2 (or later). 
 
 %prep
+%setup -cT
+install -m 0644 %{SOURCE0} ./check_bind.sh
+%patch0
 
 %build
 
@@ -53,7 +57,7 @@
 mkdir -p %{buildroot}/%{nagios_plugindir}
 sed -e "s|^version=9.4|version=9.6|g; \
 s|Default is: 9.4|Default is: \$version|g; \
-   s|9.5|9.5\|9.6|g" %{SOURCE0} > 
%{buildroot}/%{nagios_plugindir}/check_bind
+   s|9.5|9.5\|9.6|g" check_bind.sh > 
%{buildroot}/%{nagios_plugindir}/check_bind
 chmod +x %{buildroot}/%{nagios_plugindir}/check_bind
 install -Dp -m 0644 %{SOURCE2} 
%{buildroot}%{pnp4nagios_templatedir}/check_bind.php
 install -Dp -m 0644 %{SOURCE1} %{buildroot}%{_defaultdocdir}/%{name}/LICENSE

++ check_bind-fix-bashisms.patch ++
--- check_bind.sh.orig  2013-01-07 15:40:23.0 +0200
+++ check_bind.sh   2014-11-16 02:22:42.0 +0200
@@ -203,49 +203,49 @@
 ;;
 esac
 
-if [ "$succ_1st" == '' ]
+if [ -z "$succ_1st" ]
 then
 success=0
 else
 success=`expr $succ_1st - $succ_2nd`
 fi
-if [ "$ref_1st" == '' ]
+if [ -z "$ref_1st" ]
 then
 referral=0
 else
 referral=`expr $ref_1st - $ref_2nd`
 fi
-if [ "$nxrr_1st" == '' ]
+if [ -z "$nxrr_1st" ]
 then
 nxrrset=0
 else
 nxrrset=`expr $nxrr_1st - $nxrr_2nd`
 fi
-if [ "$nxdom_1st" == '' ]
+if [ -z "$nxdom_1st" ]
 then
 nxdomain=0
 else
 nxdomain=`expr $nxdom_1st - $nxdom_2nd`
 fi
-if [ "$rec_1st" == '' ]
+if [ -z "$rec_1st" ]
 then
 recursion=0
 else
 recursion=`expr $rec_1st - $rec_2nd`
 fi
-if [ "$fail_1st" == '' ]
+if [ -z "$fail_1st" ]
 then
 failure=0
 else
 failure=`expr $fail_1st - $fail_2nd`
 fi
-if [ "$dup_1st" == '' ]
+if [ -z "$dup_1st" ]
 then
 duplicate=0
 else
 duplicate=`expr $dup_1st - $dup_2nd`
 fi
-if [ "$drop_1st" == '' ]
+if [ -z "$drop_1st" ]
 then
 dropped=0
 else
@@ -264,7 +264,7 @@
 esac
 }
 
-if [ ${pid_check} == 1 ]
+if [ ${pid_check} = 1 ]
 then
 check_pid
 if [ "$retval" = 1 ]
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bzr for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package bzr for openSUSE:Factory checked in 
at 2014-12-16 14:49:03

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


Package is "bzr"

Changes:

--- /work/SRC/openSUSE:Factory/bzr/bzr.changes  2013-10-09 09:42:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.bzr.new/bzr.changes 2014-12-16 
14:49:13.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 11 12:16:53 UTC 2014 - o...@aepfle.de
+
+- Remove timestamp from docs to reduce buildcompare noise:
+  bzr-doc-timestamp.patch
+
+---

New:

  bzr-doc-timestamp.patch



Other differences:
--
++ bzr.spec ++
--- /var/tmp/diff_new_pack.VsQHun/_old  2014-12-16 14:49:14.0 +0100
+++ /var/tmp/diff_new_pack.VsQHun/_new  2014-12-16 14:49:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bzr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:  Development/Tools/Version Control
 Url:http://bazaar.canonical.com/
 Source: 
https://launchpad.net/bzr/2.6/%{version}/+download/%{name}-%{version}.tar.gz
+Patch0: bzr-doc-timestamp.patch
 BuildRequires:  fdupes
 BuildRequires:  python-Cython
 BuildRequires:  python-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i "s|\"share/locale\"|\"locale\"|" setup.py # Fix the locale installation 
path
 
 %build

++ bzr-doc-timestamp.patch ++
---
 bzrlib/doc_generate/autodoc_bash_completion.py |2 --
 bzrlib/doc_generate/autodoc_man.py |2 --
 bzrlib/doc_generate/autodoc_rstx.py|2 --
 3 files changed, 6 deletions(-)

Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_bash_completion.py
===
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_bash_completion.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_bash_completion.py
@@ -47,7 +47,5 @@ preamble = """\
 #
 # Large parts of this file are autogenerated from the internal
 # Bazaar documentation and data structures.
-#
-# Generation time: %(timestamp)s
 """
 
Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_man.py
===
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_man.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_man.py
@@ -189,8 +189,6 @@ man_preamble = """\
 .\\\" \"%(bzrcmd)s help commands\"
 .\\\" \"%(bzrcmd)s help \"
 .\\\"
-.\\\" Generation time: %(timestamp)s
-.\\\"
 
 .ie \\n(.g .ds Aq \\(aq
 .el .ds Aq '
Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_rstx.py
===
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_rstx.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_rstx.py
@@ -143,8 +143,6 @@ rstx_preamble = """.. This file is autog
 .. %(bzrcmd)s help topics
 .. %(bzrcmd)s help commands
 .. %(bzrcmd)s help 
-..
-.. Generation time: %(timestamp)s
 
 """
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-waitress for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2014-12-16 14:48:42

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


Package is "python-waitress"

Changes:

--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes  
2013-09-13 14:46:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes 
2014-12-16 14:48:38.0 +0100
@@ -1,0 +2,59 @@
+Fri Dec 12 22:08:09 UTC 2014 - tbecht...@suse.com
+
+- update to 0.8.9:
+  - Fix tests under Windows.  NB: to run tests under Windows, you cannot run
+"setup.py test" or "setup.py nosetests".  Instead you must run ``python.exe
+-c "import nose; nose.main()"``.  If you try to run the tests using the
+normal method under Windows, each subprocess created by the test suite will
+attempt to run the test suite again.  See
+https://github.com/nose-devs/nose/issues/407 for more information.
+  - Give the WSGI app_iter generated when ``wsgi.file_wrapper`` is used
+(ReadOnlyFileBasedBuffer) a ``close`` method.  Do not call ``close`` on an
+instance of such a class when it's used as a WSGI app_iter, however.  This 
is
+part of a fix which prevents a leakage of file descriptors; the other part 
of
+the fix was in WebOb
+
(https://github.com/Pylons/webob/commit/951a41ce57bd853947f842028bccb500bd5237da).
+  - Allow trusted proxies to override ``wsgi.url_scheme`` via a request header,
+``X_FORWARDED_PROTO``.  Allows proxies which serve mixed HTTP / HTTPS
+requests to control signal which are served as HTTPS.  See
+https://github.com/Pylons/waitress/pull/42.
+  - Fix some cases where the creation of extremely large output buffers 
(greater
+than 2GB, suspected to be buffers added via ``wsgi.file_wrapper``) might
+cause an OverflowError on Python 2.  See
+https://github.com/Pylons/waitress/issues/47.
+  - When the ``url_prefix`` adjustment starts with more than one slash, all
+slashes except one will be stripped from its beginning.  This differs from
+older behavior where more than one leading slash would be preserved in
+``url_prefix``.
+  - If a client somehow manages to send an empty path, we no longer convert the
+empty path to a single slash in ``PATH_INFO``.  Instead, the path remains
+empty.  According to RFC 2616 section "5.1.2 Request-URI", the scenario of 
a
+client sending an empty path is actually not possible because the request 
URI
+portion cannot be empty.
+  - If the ``url_prefix`` adjustment matches the request path exactly, we now
+compute ``SCRIPT_NAME`` and ``PATH_INFO`` properly.  Previously, if the
+``url_prefix`` was ``/foo`` and the path received from a client was 
``/foo``,
+we would set *both* ``SCRIPT_NAME`` and ``PATH_INFO`` to ``/foo``.  This 
was
+incorrect.  Now in such a case we set ``PATH_INFO`` to the empty string and
+we set ``SCRIPT_NAME`` to ``/foo``.  Note that the change we made has no
+effect on paths that do not match the ``url_prefix`` exactly (such as
+``/foo/bar``); these continue to operate as they did.  See
+https://github.com/Pylons/waitress/issues/46
+  - Preserve header ordering of headers with the same name as per RFC 2616.  
See
+https://github.com/Pylons/waitress/pull/44
+  - When waitress receives a ``Transfer-Encoding: chunked`` request, we no 
longer
+send the ``TRANSFER_ENCODING`` nor the ``HTTP_TRANSFER_ENCODING`` value to
+the application in the environment.  Instead, we pop this header.  Since we
+cope with chunked requests by buffering the data in the server, we also 
know
+when a chunked request has ended, and therefore we know the content length.
+We set the content-length header in the environment, such that applications
+effectively never know the original request was a T-E: chunked request; it
+will appear to them as if the request is a non-chunked request with an
+accurate content-length.
+  - Cope with the fact that the ``Transfer-Encoding`` value is 
case-insensitive.
+  - When the ``--unix-socket-perms`` option was used as an argument to
+``waitress-serve``, a ``TypeError`` would be raised.  See
+https://github.com/Pylons/waitress/issues/50.
+- Enable testsuite during build
+
+---

Old:

  waitress-0.8.7.tar.gz

New:

  waitress-0.8.9.tar.gz



Other differences:
--
++ python-waitress.spec ++
--- /var/tmp/diff_new_pack.eCvnni/_old  2014-12-16 14:48:39.0 +0100
+++ /var/tmp/diff_new_pack.eCvnni/_new  2014-12-16 14:48:39.0 +0100
@

commit libnftnl for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libnftnl for openSUSE:Factory 
checked in at 2014-12-16 14:49:16

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


Package is "libnftnl"

Changes:

--- /work/SRC/openSUSE:Factory/libnftnl/libnftnl.changes2014-09-26 
11:21:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libnftnl.new/libnftnl.changes   2014-12-16 
14:49:42.0 +0100
@@ -1,0 +2,13 @@
+Mon Dec 15 23:49:03 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.0.3
+* No upstream summary provided
+* Support for new features up to Linux 3.18
+
+---
+Mon Dec  8 23:41:15 UTC 2014 - jeng...@inai.de
+
+- Drop %version from subincludedir, it tends to break recompiles of
+  already-built trees on library updates.
+
+---

Old:

  libnftnl-1.0.2.tar.bz2
  libnftnl-1.0.2.tar.bz2.sig

New:

  libnftnl-1.0.3.tar.bz2
  libnftnl-1.0.3.tar.bz2.sig



Other differences:
--
++ libnftnl.spec ++
--- /var/tmp/diff_new_pack.Bz4Ugj/_old  2014-12-16 14:49:43.0 +0100
+++ /var/tmp/diff_new_pack.Bz4Ugj/_new  2014-12-16 14:49:43.0 +0100
@@ -18,7 +18,7 @@
 
 Name:   libnftnl
 %define lname  libnftnl0
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Userspace library to access the nftables Netlink interface
 License:GPL-2.0+
@@ -26,29 +26,18 @@
 Url:http://netfilter.org/projects/libnftnl/
 
 #Git-Clone:git://git.netfilter.org/libnftnl
-Source: 
http://netfilter.org/projects/libnftnl/files/%name-%version.tar.bz2
-Source2:
http://netfilter.org/projects/libnftnl/files/%name-%version.tar.bz2.sig
+Source: http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2
+Source2:
http://ftp.netfilter.org/pub/libnftnl/%name-%version.tar.bz2.sig
 Source3:baselibs.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libmnl-devel >= 1.0.3
 # Normally, this require would not be needed, as upstream ships all headers.
 # Except when they don't and then don't bother fixing it.
 BuildRequires:  linux-glibc-devel >= 2.6.35
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
-%if 0%{?suse_version} >= 1220
-%define with_json 1
-%define with_mxml 1
-%endif
-%if 0%{?fedora_version}
-%define with_json 1
-%endif
-%if 0%{?with_json}
 BuildRequires:  pkgconfig(jansson) >= 2.3
-%endif
-%if 0%{?with_mxml}
+BuildRequires:  pkgconfig(libmnl) >= 1.0.3
 BuildRequires:  pkgconfig(mxml) >= 2.6
-%endif
 
 %description
 libnftnl is a userspace library providing a low-level netlink
@@ -79,13 +68,9 @@
 
 %build
 %configure \
-%if 0%{?with_mxml}
--with-xml-parsing \
-%endif
-%if 0%{?with_json}
--with-json-parsing \
-%endif
-   --includedir="%_includedir/pkg/%name-%version"
+   --includedir="%_includedir/%name"
 make %{?_smp_mflags}
 
 %install
@@ -101,7 +86,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/pkg/
+%_includedir/%name/
 %_libdir/libnftnl.so
 %_libdir/pkgconfig/libnftnl.pc
 %doc COPYING

++ libnftnl-1.0.2.tar.bz2 -> libnftnl-1.0.3.tar.bz2 ++
 9802 lines of diff (skipped)

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



commit mercurial for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory 
checked in at 2014-12-16 14:49:19

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


Package is "mercurial"

Changes:

--- /work/SRC/openSUSE:Factory/mercurial/mercurial.changes  2014-10-05 
20:33:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.mercurial.new/mercurial.changes 2014-12-16 
14:49:50.0 +0100
@@ -1,0 +2,15 @@
+Mon Dec 15 21:57:45 UTC 2014 - devel...@develop7.info
+
+- update to v3.2.2
+  * see changelog at 
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2.2_.282014-12-01.29
+
+---
+Sat Nov 15 14:35:07 UTC 2014 - devel...@develop7.info
+
+- update to 3.2.1
+  * see changelog for v3.2.1 at 
http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_3.2.1_.282014-11-11.29
+- refreshed mercurial-locale-path-fix.patch
+- dropped obsolete mercurial-2.8-ssl.diff
+- dropped outdated contrib stuff from spec
+
+---

Old:

  mercurial-2.8-ssl.diff
  mercurial-3.1.2.tar.gz

New:

  mercurial-3.2.2.tar.gz



Other differences:
--
++ mercurial.spec ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:51.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mercurial
-Version:3.1.2
+Version:3.2.2
 Release:0
 Summary:Scalable Distributed SCM
 License:GPL-2.0+
@@ -31,8 +31,6 @@
 Patch1: mercurial-docutils-compat.diff
 # PATCH-FIX-OPENSUSE mercurial-locale-path-fix.patch sasc...@suse.de -- 
locales are found in /usr/share/locale
 Patch2: mercurial-locale-path-fix.patch
-# PATCH-FIX-OPENSUSE mercurial-2.6.3-ssl.diff lnus...@suse.de -- fallback to 
system default ca path
-Patch3: mercurial-2.8-ssl.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -80,9 +78,6 @@
 %patch1 -p0
 %endif
 %patch2 -p1
-%if 0%{?suse_version} > 1230
-%patch3 -p1
-%endif
 chmod 644 hgweb.cgi
 
 %build
@@ -98,7 +93,6 @@
 
 # Install stuff in contrib
 install -m0755 contrib/hgk %{buildroot}%{_bindir}
-install -m0755 contrib/convert-repo %{buildroot}%{_bindir}
 install -Dm0644 contrib/bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/mercurial.sh
 install -Dm0644 contrib/zsh_completion 
%{buildroot}%{_datadir}/zsh/site-functions/_mercurial
 mkdir -p %{buildroot}%{_datadir}/{x,}emacs/site-lisp
@@ -119,7 +113,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README CONTRIBUTORS COPYING hgweb.cgi contrib/sample.hgrc
+%doc README CONTRIBUTORS COPYING hgweb.cgi
 %{_bindir}/*
 %{_sysconfdir}/bash_completion.d/*
 %{_datadir}/zsh/

++ mercurial-3.1.2.tar.gz -> mercurial-3.2.2.tar.gz ++
 48352 lines of diff (skipped)

++ mercurial-hgk-path-fix.diff ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:52.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:52.0 +0100
@@ -1,6 +1,8 @@
 contrib/hgk2007-09-01 18:42:08.0 +0200
-+++ contrib/hgk2007-09-05 17:07:23.0 +0200
-@@ -3637,6 +3637,10 @@
+Index: contrib/hgk
+===
+--- contrib/hgk.orig
 contrib/hgk
+@@ -4052,6 +4052,10 @@ proc getconfig {} {
  }
  
  # defaults...

++ mercurial-locale-path-fix.patch ++
--- /var/tmp/diff_new_pack.hYi0Ji/_old  2014-12-16 14:49:52.0 +0100
+++ /var/tmp/diff_new_pack.hYi0Ji/_new  2014-12-16 14:49:52.0 +0100
@@ -1,12 +1,13 @@
-diff -u a/mercurial/i18n.py b/mercurial/i18n.py
 a/mercurial/i18n.py2011-07-01 20:54:23.0 +0200
-+++ b/mercurial/i18n.py2011-07-11 15:23:29.920882539 +0200
-@@ -16,7 +16,7 @@
+Index: mercurial-3.2.1/mercurial/i18n.py
+===
+--- mercurial-3.2.1.orig/mercurial/i18n.py
 mercurial-3.2.1/mercurial/i18n.py
+@@ -36,7 +36,7 @@ if (os.name == 'nt'
+ _ugettext = None
  
- base = os.path.dirname(module)
- for dir in ('.', '..'):
--localedir = os.path.join(base, dir, 'locale')
+ def setdatapath(datapath):
+-localedir = os.path.join(datapath, 'locale')
 +localedir = '/usr/share/locale'
- if os.path.isdir(localedir):
- break
- 
+ t = gettextmod.translation('hg', localedir, _languages, fallback=True)
+ global _ugettext
+ _ugettext = t.ugettext

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



commit pingus for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package pingus for openSUSE:Factory checked 
in at 2014-12-16 14:49:10

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


Package is "pingus"

Changes:

--- /work/SRC/openSUSE:Factory/pingus/pingus.changes2012-05-21 
07:29:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.pingus.new/pingus.changes   2014-12-16 
14:49:26.0 +0100
@@ -1,0 +2,19 @@
+Thu Dec 11 22:16:55 UTC 2014 - nemy...@gmx.ch
+
+- Change Desktop entry
+- Remove icon pingus.png, use supplied icons
+- Change Summary abd Group
+- Download from Google Code and packed as tar.bz2
+- Remove obsolete patch pingus-gcc47.patch, changed by upstream
+- Use sed instead of simple patches pingus-cwiid_with_bluez.patch,
+  dsolink.patch, remove-debug_fix-includes.patch and
+  makefile-fixes.patch
+- Add patches pingus-0.7.6-Makefile.patch and
+  pingus-0.7.6-SConscript.patch
+- Use check for openSUSE %if 0%{?suse_version}
+- Add BuildRequires for hicolor-icon-theme, dos2unix and
+  pkgconfig(xi)
+- Use BuildRequires pkgconfig() instead of devel packages
+- Change Description
+
+---

Old:

  dsolink.patch
  makefile-fixes.patch
  pingus-0.7.6.tar.bz2
  pingus-cwiid_with_bluez.patch
  pingus-gcc47.patch
  pingus.png
  remove-debug_fix-includes.patch

New:

  pingus-0.7.6+git-6a1153a.tar.bz2
  pingus-0.7.6-Makefile.patch
  pingus-0.7.6-SConscript.patch



Other differences:
--
++ pingus.spec ++
--- /var/tmp/diff_new_pack.yk4Gnr/_old  2014-12-16 14:49:28.0 +0100
+++ /var/tmp/diff_new_pack.yk4Gnr/_new  2014-12-16 14:49:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pingus
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,67 +25,114 @@
 Name:   pingus
 Version:0.7.6
 Release:0
-Summary:A Lemmings Clone
+Summary:Free Lemmings-like puzzle game
 License:GPL-3.0+
-Group:  Amusements/Games/Action/Arcade
+Group:  Amusements/Games/Logic
 Url:http://pingus.seul.org/
-Source: http://pingus.googlecode.com/files/pingus-%{version}.tar.bz2
-Source2:%{name}.desktop
-Source3:%{name}.png
-# PATCH-FEATURE-OPENSUSE pingus-cwiid_with_bluez.patch 
pascal.ble...@opensuse.org -- adds wii support
-Patch1: pingus-cwiid_with_bluez.patch
-# PATCH-FIX-UPSTREAM dsolink.patch -- Fix linking against X11
-Patch2: dsolink.patch
-# PATCH-FIX-UPSTREAM remove-debug_fix-includes.patch db...@novell.com -- allow 
wii support to compile
-Patch3: remove-debug_fix-includes.patch
-# PATCH-FIX-OPENSUSE makefile-fixes.patch db...@novell.com -- use /usr for 
prefix
-Patch4: makefile-fixes.patch
-# PATCH-FIX-UPSTREAM pingus-gcc47.patch dims...@opensuse.org -- Fix build with 
gcc 4.7
-Patch5: pingus-gcc47.patch
-BuildRequires:  SDL_image-devel
-BuildRequires:  SDL_mixer-devel
+# Downloaded from https://code.google.com/p/pingus/source/checkout
+# Packed as tar.bz2
+Source0:%{name}-%{version}+git-6a1153a.tar.bz2
+# PATCH-FIX-UPSTREAM Issue 136, Add .desktop file to source package
+Source1:%{name}.desktop
+# PATCH-FIX-UPSTREAM pingus-0.7.6-Makefile.patch -- Issue 144, use /usr for 
prefix, fix man, permissions
+Patch1: %{name}-%{version}-Makefile.patch
+# PATCH-FIX-UPSTREAM pingus-0.7.6-SConscript.patch -- Issue 145, Fix linking 
against X11 and adds wii support
+Patch2: %{name}-%{version}-SConscript.patch
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  update-desktop-files
+%endif
 BuildRequires:  bluez-devel
 BuildRequires:  boost-devel
-BuildRequires:  fdupes
+BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libcwiid-devel
 BuildRequires:  libpng-devel
 BuildRequires:  scons
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(SDL_image)
+BuildRequires:  pkgconfig(SDL_mixer)
+BuildRequires:  pkgconfig(xi)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Pingus is a free Lemmings-like game covered under the GNU GPL. It features
-currently 22 playable levels and runs under a wide variety of operating systems
-(Linux, Windows, etc.)
+Pingus is a free Lemmings-like puzzle game covered under the GNU GPL.
+It features currently 77 playable levels.
+
+You can use to see which languages are supported
+
+pingus --list-languages
+
+And st

commit python3-zope.interface for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.interface for 
openSUSE:Factory checked in at 2014-12-16 14:48:57

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


Package is "python3-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-zope.interface/python3-zope.interface.changes
2014-02-18 14:46:35.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.interface.new/python3-zope.interface.changes
   2014-12-16 14:49:03.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec 11 20:59:23 UTC 2014 - a...@gmx.de
+
+- update to version 4.1.1:
+  * Added support for Python 3.4.
+
+---

Old:

  zope.interface-4.1.0.tar.gz

New:

  zope.interface-4.1.1.tar.gz



Other differences:
--
++ python3-zope.interface.spec ++
--- /var/tmp/diff_new_pack.inC43M/_old  2014-12-16 14:49:04.0 +0100
+++ /var/tmp/diff_new_pack.inC43M/_new  2014-12-16 14:49:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-zope.interface
-Version:4.1.0
+Version:4.1.1
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python

++ zope.interface-4.1.0.tar.gz -> zope.interface-4.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.0/.gitignore 
new/zope.interface-4.1.1/.gitignore
--- old/zope.interface-4.1.0/.gitignore 1970-01-01 01:00:00.0 +0100
+++ new/zope.interface-4.1.1/.gitignore 2013-01-07 23:41:46.0 +0100
@@ -0,0 +1,16 @@
+*.pyc
+*.so
+__pycache__
+.installed.cfg
+bin
+eggs
+develop-eggs
+docs
+parts
+*.egg-info
+build
+docs/_build
+.coverage
+.tox
+nosetests.xml
+coverage.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.0/.travis.yml 
new/zope.interface-4.1.1/.travis.yml
--- old/zope.interface-4.1.0/.travis.yml1970-01-01 01:00:00.0 
+0100
+++ new/zope.interface-4.1.1/.travis.yml2013-06-13 00:43:21.0 
+0200
@@ -0,0 +1,13 @@
+language: python
+python:
+- 2.6
+- 2.7
+- 3.2
+- 3.3
+- pypy
+install:
+- pip install . --use-mirrors
+script:
+- python setup.py test -q
+notifications:
+email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.0/CHANGES.rst 
new/zope.interface-4.1.1/CHANGES.rst
--- old/zope.interface-4.1.0/CHANGES.rst2014-02-06 03:11:02.0 
+0100
+++ new/zope.interface-4.1.1/CHANGES.rst2014-03-19 19:34:00.0 
+0100
@@ -1,6 +1,12 @@
 ``zope.interface Changelog``
 
 
+4.1.1 (2014-03-19)
+--
+
+- Added support for Python 3.4.
+
+
 4.1.0 (2014-02-05)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.0/PKG-INFO 
new/zope.interface-4.1.1/PKG-INFO
--- old/zope.interface-4.1.0/PKG-INFO   2014-02-06 03:13:05.0 +0100
+++ new/zope.interface-4.1.1/PKG-INFO   2014-03-19 19:34:39.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.0
 Name: zope.interface
-Version: 4.1.0
+Version: 4.1.1
 Summary: Interfaces for Python
 Home-page: http://pypi.python.org/pypi/zope.interface
 Author: Zope Foundation and Contributors
@@ -25,6 +25,12 @@
 ``zope.interface Changelog``
 
 
+4.1.1 (2014-03-19)
+--
+
+- Added support for Python 3.4.
+
+
 4.1.0 (2014-02-05)
 --
 
@@ -423,6 +429,7 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: Implementation :: CPython
 Classifier: Programming Language :: Python :: Implementation :: PyPy
 Classifier: Framework :: Zope3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/zope.interface-4.1.0/bootstrap.py 
new/zope.interface-4.1.1/bootstrap.py
--- old/zope.interface-4.1.0/bootstrap.py   1970-01-01 01:00:00.0 
+0100
+++ new/zope.interface-4.1.1/bootstrap.py   2013-07-10 02:33:10.0 
+0200
@@ -0,0 +1,170 @@
+##
+#
+# Copyright (c) 2006 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subj

commit osc for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:Factory checked in 
at 2014-12-16 14:49:01

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


Package is "osc"

Changes:

--- /work/SRC/openSUSE:Factory/osc/osc.changes  2014-11-24 11:09:23.0 
+0100
+++ /work/SRC/openSUSE:Factory/.osc.new/osc.changes 2014-12-16 
14:49:11.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  5 13:17:15 UTC 2014 - seife+...@b1-systems.com
+
+- fix bash completion (complete is not propagated into subshells,
+  but PROFILEREAD is, so the setup script is never executed)
+
+---



Other differences:
--
++ osc.spec ++
--- /var/tmp/diff_new_pack.cOo4Q2/_old  2014-12-16 14:49:12.0 +0100
+++ /var/tmp/diff_new_pack.cOo4Q2/_new  2014-12-16 14:49:12.0 +0100
@@ -104,7 +104,11 @@
 ln -s osc-wrapper.py %{buildroot}/%{_bindir}/osc
 mkdir -p %{buildroot}%{_localstatedir}/lib/osc-plugins
 install -Dm0644 dist/complete.csh %{buildroot}%{_sysconfdir}/profile.d/osc.csh
+%if 0%{?suse_version}
+install -Dm0644 dist/complete.sh 
%{buildroot}%{_sysconfdir}/bash_completion.d/osc.sh
+%else
 install -Dm0644 dist/complete.sh %{buildroot}%{_sysconfdir}/profile.d/osc.sh
+%endif
 %if 0%{?suse_version} > 1110
 install -Dm0755 dist/osc.complete %{buildroot}%{_prefix}/lib/osc/complete
 %else
@@ -120,7 +124,11 @@
 %{_bindir}/osc*
 %{python_sitelib}/*
 %config %{_sysconfdir}/profile.d/osc.csh
+%if 0%{?suse_version}
+%config %{_sysconfdir}/bash_completion.d/osc.sh
+%else
 %config %{_sysconfdir}/profile.d/osc.sh
+%endif
 %dir %{_localstatedir}/lib/osc-plugins
 %{_mandir}/man1/osc.*
 %if 0%{?suse_version} > 1110

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



commit libressl for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libressl for openSUSE:Factory 
checked in at 2014-12-16 14:49:18

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


Package is "libressl"

Changes:

--- /work/SRC/openSUSE:Factory/libressl/libressl.changes2014-12-10 
23:44:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.libressl.new/libressl.changes   2014-12-16 
14:49:47.0 +0100
@@ -1,0 +2,13 @@
+Fri Dec 12 09:55:27 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 2.1.2
+* The two cipher suites GOST and Camellia have been reworked or
+  reenabled, providing better interoperability with systems around
+  the world.
+* The libtls library, a modern and simplified interface for secure
+  client and server communications, is now packaged.
+* Assembly acceleration of various algorithms (most importantly
+  AES, MD5, SHA1, SHA256, SHA512) are enabled for AMD64.
+- Remove libressl-no-punning.diff (file to patch is gone)
+
+---

Old:

  libressl-2.1.1.tar.gz
  libressl-no-punning.diff

New:

  libressl-2.1.2.tar.gz



Other differences:
--
++ libressl.spec ++
--- /var/tmp/diff_new_pack.zIgbXV/_old  2014-12-16 14:49:48.0 +0100
+++ /var/tmp/diff_new_pack.zIgbXV/_new  2014-12-16 14:49:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libressl
-Version:2.1.1
+Version:2.1.2
 Release:0
 Summary:An SSL/TLS protocol implementation
 License:OpenSSL
@@ -28,10 +28,9 @@
 #DL-URL:   http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
 Source: 
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/%name-%version.tar.gz
 Source2:baselibs.conf
-Patch1: libressl-no-punning.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 Conflicts:  openssl
 
 %description
@@ -51,21 +50,33 @@
 and S/MIME, and they have also been used to implement SSH, OpenPGP,
 and other cryptographic standards.
 
-%package -n libssl27
+%package -n libssl29
 Summary:An SSL/TLS protocol implementation
 Group:  System/Libraries
 
-%description -n libssl27
+%description -n libssl29
 LibreSSL is an open-source implementation of the Secure Sockets Layer
 (SSL) and Transport Layer Security (TLS) protocols. It derives from
-OpenSSL, with the aim of refactoring the OpenSSL code so as to
-provide a more secure implementation.
+OpenSSL and intends to provide a more secure implementation.
+
+%package -n libtls1
+Summary:A simplified interface for the OpenSSL/LibreSSL TLS protocol 
implementation
+Group:  System/Libraries
+
+%description -n libtls1
+LibreSSL is an open-source implementation of the Secure Sockets Layer
+(SSL) and Transport Layer Security (TLS) protocols. It derives from
+OpenSSL and intends to provide a more secure implementation.
+
+The libtls library provides a modern and simplified interface (of
+libssl) for secure client and server communications.
 
 %package devel
 Summary:Development files for LibreSSL, an SSL/TLS protocol 
implementation
 Group:  Development/Libraries/C and C++
 Requires:   libcrypto30 = %version
-Requires:   libssl27 = %version
+Requires:   libssl29 = %version
+Requires:   libtls1 = %version
 Conflicts:  libopenssl-devel
 
 %description devel
@@ -93,11 +104,10 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
-%configure --disable-static
-make %{?_smp_mflags} V=1
+%configure --disable-static --enable-libtls
+make %{?_smp_mflags}
 
 %install
 b="%buildroot"
@@ -110,6 +120,7 @@
done
popd
 done
+# What, can't we at least have Prefer: libopenssl-devel in openSUSE:*?
 rm -f "$b/%_libdir/pkgconfig"/{openssl,libcrypto,libssl}.pc
 
 %check
@@ -120,8 +131,10 @@
 
 %post   -n libcrypto30 -p /sbin/ldconfig
 %postun -n libcrypto30 -p /sbin/ldconfig
-%post   -n libssl27 -p /sbin/ldconfig
-%postun -n libssl27 -p /sbin/ldconfig
+%post   -n libssl29 -p /sbin/ldconfig
+%postun -n libssl29 -p /sbin/ldconfig
+%post   -n libtls1 -p /sbin/ldconfig
+%postun -n libtls1 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -133,15 +146,22 @@
 %defattr(-,root,root)
 %_libdir/libcrypto.so.30*
 
-%files -n libssl27
+%files -n libssl29
+%defattr(-,root,root)
+%_libdir/libssl.so.29*
+
+%files -n libtls1
 %defattr(-,root,root)
-%_libdir/libssl.so.27*
+%_libdir/libtls.so.1*
 
 %files devel
 %defattr(-,root,root)
 %_includedir/openssl/
+%_includedir/tls.h
 %_libdir/libcrypto.so
 %_libdir/libssl.so
+%_libdir/libtls.so
+%_libdir/pkgconfig/libtls.pc
 
 %files devel-doc
 %defattr(-,root,root)

++ baselibs.conf 

commit ghc for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2014-12-16 14:48:50

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


Package is "ghc"

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2014-11-26 10:32:55.0 
+0100
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2014-12-16 
14:48:55.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 13 09:36:11 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- add patch D560.patch
+* fixes dynamic linking on ppc
+* see https://phabricator.haskell.org/D560
+* this is a back port of the upstream patch 
+
+---

New:

  D560.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.UW1akg/_old  2014-12-16 14:48:57.0 +0100
+++ /var/tmp/diff_new_pack.UW1akg/_new  2014-12-16 14:48:57.0 +0100
@@ -67,8 +67,10 @@
 Patch15:D173.patch
 # PATCH-FIX-UPSTREAM D177.patch peter.tromm...@ohm-hochschule.de -- Pass PIC 
flags to assembler. See https://phabricator.haskell.org/D177.
 Patch16:D177.patch
-# PATCH-FIX-UPSTREAM ghc.git-e18525f.patch peter.tromm...@ohm-hochscule.de -- 
Declare extern cmm primitives as functions not data. Backport of upstream fix 
for 7.10. See 
https://git.haskell.org/ghc.git/commitdiff_plain/e18525fae273f4c1ad8d6cbe1dea4fc074cac721.
+# PATCH-FIX-UPSTREAM ghc.git-e18525f.patch peter.tromm...@ohm-hochschule.de -- 
Declare extern cmm primitives as functions not data. Backport of upstream fix 
for 7.10. See 
https://git.haskell.org/ghc.git/commitdiff_plain/e18525fae273f4c1ad8d6cbe1dea4fc074cac721.
 Patch17:ghc.git-e18525f.patch
+# PATCH-FIX-UPSTREAM D560.patch peter.tromm...@ohm-hochschule.de -- Fix 
loading of PIC register. See https://phabricator.haskell.org/D560.
+Patch18:D560.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -167,6 +169,7 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
 
 %build
 # Check if bootstrap is required, i.e. version is different from ghc's version

++ D560.patch ++
Index: ghc-7.8.3/compiler/cmm/CLabel.hs
===
--- ghc-7.8.3.orig/compiler/cmm/CLabel.hs
+++ ghc-7.8.3/compiler/cmm/CLabel.hs
@@ -1158,7 +1158,8 @@ pprDynamicLinkerAsmLabel platform dllInf
else if osElfTarget (platformOS platform)
 then if platformArch platform == ArchPPC
  then case dllInfo of
-  CodeStub  -> ppr lbl <> text "@plt"
+  CodeStub  -> -- See Note [.LCTOC1 in PPC PIC code]
+   ppr lbl <> text "+32768@plt"
   SymbolPtr -> text ".LC_" <> ppr lbl
   _ -> panic "pprDynamicLinkerAsmLabel"
  else if platformArch platform == ArchX86_64
Index: ghc-7.8.3/compiler/nativeGen/PIC.hs
===
--- ghc-7.8.3.orig/compiler/nativeGen/PIC.hs
+++ ghc-7.8.3/compiler/nativeGen/PIC.hs
@@ -54,7 +54,6 @@ import qualified X86.Instr  as X86
 
 import Platform
 import Instruction
-import Size
 import Reg
 import NCGMonad
 
@@ -468,11 +467,8 @@ pprGotDeclaration dflags ArchX86 OSDarwi
 pprGotDeclaration _ _ OSDarwin
 = empty
 
--- pprGotDeclaration
+-- Emit GOT declaration
 -- Output whatever needs to be output once per .s file.
--- The .LCTOC1 label is defined to point 32768 bytes into the table,
--- to make the most of the PPC's 16-bit displacements.
--- Only needed for PIC.
 pprGotDeclaration dflags arch os
 | osElfTarget os
 , arch  /= ArchPPC_64
@@ -482,6 +478,7 @@ pprGotDeclaration dflags arch os
 | osElfTarget os
 , arch  /= ArchPPC_64
 = vcat [
+-- See Note [.LCTOC1 in PPC PIC code]
 ptext (sLit ".section \".got2\",\"aw\""),
 ptext (sLit ".LCTOC1 = .+32768") ]
 
@@ -688,12 +685,7 @@ pprImportedSymbol _ _ _
 
 
 -- Get a pointer to our own fake GOT, which is defined on a per-module basis.
--- This is exactly how GCC does it, and it's quite horrible:
--- We first fetch the address of a local label (mkPicBaseLabel).
--- Then we add a 16-bit offset to that to get the address of a .long that we
--- define in .text space right next to the proc. This .long literal contains
--- the (32-bit) offset from our local label to our global offset table
--- (.LCTOC1 aka gotOffLabel).
+-- This is exactly how GCC does it in linux.
 
 initializePicBase_ppc
 :: Arch -> OS -> Reg
@@ -704,18 +696,9 @@ initializePicBase_ppc ArchPPC os picReg
 (CmmProc info lab live (ListGraph blocks) : statics)
 | osElfTarget os
 = d

commit java-1_8_0-openjdk for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package java-1_8_0-openjdk for 
openSUSE:Factory checked in at 2014-12-16 14:49:07

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


Package is "java-1_8_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_8_0-openjdk/java-1_8_0-openjdk.changes
2014-11-26 10:33:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_8_0-openjdk.new/java-1_8_0-openjdk.changes   
2014-12-16 14:49:18.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 13:32:25 UTC 2014 - fst...@suse.com
+
+- Require version of tzdata-java compatible with this version
+  of Java.
+
+---



Other differences:
--
++ java-1_8_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.UXdeLC/_old  2014-12-16 14:49:20.0 +0100
+++ /var/tmp/diff_new_pack.UXdeLC/_new  2014-12-16 14:49:20.0 +0100
@@ -338,8 +338,8 @@
 Group:  Development/Languages
 # Require jpackage-utils for ownership of /usr/lib/jvm/
 Requires:   jpackage-utils
-# Require zoneinfo data provided by tzdata-java subpackage.
-Requires:   tzdata-java
+# Require zoneinfo data in java8+ format provided by tzdata-java8 subpackage.
+Requires:   tzdata-java8
 # Post requires update-alternatives to install tool update-alternatives.
 Requires(post): update-alternatives
 # Postun requires update-alternatives to uninstall tool update-alternatives.

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



commit capi4hylafax for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package capi4hylafax for openSUSE:Factory 
checked in at 2014-12-16 14:49:15

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


Package is "capi4hylafax"

Changes:

--- /work/SRC/openSUSE:Factory/capi4hylafax/capi4hylafax.changes
2013-10-30 15:25:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.capi4hylafax.new/capi4hylafax.changes   
2014-12-16 14:49:40.0 +0100
@@ -1,0 +2,11 @@
+Mon Dec  8 23:23:46 UTC 2014 - jeng...@inai.de
+
+- Use source URL, use rpm macros.
+
+---
+Mon Nov 17 15:01:00 UTC 2014 - Led 
+
+- Add capi4hylafax-01.03.00-fix-bashisms.patch to fix bashisms in
+  setupconffile (faxaddmodem.capi_dia) script
+
+---

Old:

  capi4hylafax-01.03.00.tar.bz2

New:

  capi4hylafax-01.03.00-fix-bashisms.patch
  capi4hylafax-01.03.00.tar.gz



Other differences:
--
++ capi4hylafax.spec ++
--- /var/tmp/diff_new_pack.9Ce6Af/_old  2014-12-16 14:49:42.0 +0100
+++ /var/tmp/diff_new_pack.9Ce6Af/_new  2014-12-16 14:49:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package capi4hylafax
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,21 @@
 
 
 Name:   capi4hylafax
+Version:01.03.00
+Release:0
+Summary:Adds a faxcapi modem for hylafax
+License:GPL-2.0+
+Group:  Hardware/Fax
+Url:http://www.avm.de
+
+Source: ftp://ftp.avm.de/tools/capi4hylafax.linux/%name-%version.tar.gz
+Patch0: capi4hylafax-suse.diff
+Patch1: capi4hylafax-secfix.diff
+Patch2: capi4hylafax-secfix2.diff
+Patch3: capi4hylafax-configure.diff
+Patch4: capi4hylafax-gcc48.diff
+Patch5: capi4hylafax-01.03.00-fix-bashisms.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  capi4linux
 BuildRequires:  capi4linux-devel
 BuildRequires:  gcc-c++
@@ -30,22 +45,7 @@
 Requires:   hylafax-client
 Requires:   smtp_daemon
 Requires:   tiff
-Version:01.03.00
-Release:0
-Source: %{name}-%{version}.tar.bz2
-Patch0: capi4hylafax-suse.diff
-Patch1: capi4hylafax-secfix.diff
-Patch2: capi4hylafax-secfix2.diff
-Patch3: capi4hylafax-configure.diff
-Patch4: capi4hylafax-gcc48.diff
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Summary:Adds a faxcapi modem for hylafax
-License:GPL-2.0+
-Group:  Hardware/Fax
 Requires(pre):  sh-utils fileutils /usr/sbin/useradd /usr/sbin/usermod
-Url:http://www.avm.de
-Summary:Adds a faxcapi modem for hylafax
-Group:  Hardware/Fax
 
 %description
 capi4hylafax adds a faxcapi modem to the hylafax environment. It allows
@@ -53,13 +53,14 @@
 a hylafax server.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3
 %patch4 -p1
-find ../ -name .cvsignore -exec rm {} \;
+%patch5 -p1
+find ../ -name .cvsignore -delete
 
 %build
 %configure \
@@ -68,26 +69,26 @@
 make %{?_smp_mflags}
 
 %install
-install -d ${RPM_BUILD_ROOT}/var/spool/fax
-install -d ${RPM_BUILD_ROOT}/usr/lib
-install -d ${RPM_BUILD_ROOT}/usr/%_lib
-install -d ${RPM_BUILD_ROOT}/usr/sbin
-install -d ${RPM_BUILD_ROOT}/etc
-make install BIN=${RPM_BUILD_ROOT}/usr/bin \
-   SPOOL=${RPM_BUILD_ROOT}/var/spool/fax \
-   LIBEXEC=${RPM_BUILD_ROOT}/usr/lib/fax \
-   SBIN=${RPM_BUILD_ROOT}/usr/sbin \
-   LIBDIR=${RPM_BUILD_ROOT}/usr/%_lib \
-   DESTDIR=${RPM_BUILD_ROOT}
-install -m755 faxaddmodem.capi ${RPM_BUILD_ROOT}/usr/sbin/
-install -m755 setupconffile ${RPM_BUILD_ROOT}/usr/sbin/faxaddmodem.capi_dia
-cp -p config.faxCAPI ${RPM_BUILD_ROOT}/etc/config.faxCAPI.sample
-mkdir -p ${RPM_BUILD_ROOT}%{_defaultdocdir}/capi4hylafax
+install -d "%buildroot/var/spool/fax"
+install -d "%buildroot/usr/lib"
+install -d "%buildroot/%_libdir"
+install -d "%buildroot/%_sbindir"
+install -d "%buildroot/%_sysconfdir"
+make install BIN="%buildroot/%_bindir" \
+   SPOOL="%buildroot/var/spool/fax" \
+   LIBEXEC="%buildroot/usr/lib/fax" \
+   SBIN="%buildroot/%_sbindir" \
+   LIBDIR="%buildroot/%_libdir" \
+   DESTDIR="%buildroot"
+install -m755 faxaddmodem.capi "%buildroot/%_sbindir/"
+install -m7

commit s2tc for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package s2tc for openSUSE:Factory checked in 
at 2014-12-16 14:48:54

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


Package is "s2tc"

Changes:

--- /work/SRC/openSUSE:Factory/s2tc/s2tc.changes2014-11-18 
22:49:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.s2tc.new/s2tc.changes   2014-12-16 
14:49:00.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 14 15:20:05 UTC 2014 - tchva...@suse.com
+
+- Fix baselibs and try to recommend our own 32b version as you
+  usually play 32bit games where you want texture compression
+  anyway
+
+---



Other differences:
--
++ s2tc.spec ++
--- /var/tmp/diff_new_pack.waRFo5/_old  2014-12-16 14:49:01.0 +0100
+++ /var/tmp/diff_new_pack.waRFo5/_new  2014-12-16 14:49:01.0 +0100
@@ -33,6 +33,7 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
+Recommends: s2tc-32bit
 Supplements:Mesa-libGL1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.waRFo5/_old  2014-12-16 14:49:01.0 +0100
+++ /var/tmp/diff_new_pack.waRFo5/_new  2014-12-16 14:49:01.0 +0100
@@ -1 +1 @@
-libtxc_dxtn0
+s2tc

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



commit python3-zope.event for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-zope.event for 
openSUSE:Factory checked in at 2014-12-16 14:48:58

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


Package is "python3-zope.event"

Changes:

--- /work/SRC/openSUSE:Factory/python3-zope.event/python3-zope.event.changes
2013-06-21 19:09:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-zope.event.new/python3-zope.event.changes   
2014-12-16 14:49:05.0 +0100
@@ -1,0 +2,12 @@
+Thu Dec 11 20:43:09 UTC 2014 - a...@gmx.de
+
+- specfile:
+  * updated copyright year
+  * updated source location to pypi tar.gz file
+  * updated Readme.txt -> Readme.rst
+
+- update to 4.0.3:
+  * Added support for Python 3.4.
+  * Updated boostrap.py to version 2.2.
+
+---

Old:

  zope.event-4.0.2.tar.bz2

New:

  zope.event-4.0.3.tar.gz



Other differences:
--
++ python3-zope.event.spec ++
--- /var/tmp/diff_new_pack.4WpFhF/_old  2014-12-16 14:49:07.0 +0100
+++ /var/tmp/diff_new_pack.4WpFhF/_new  2014-12-16 14:49:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-zope.event
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-zope.event
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Very basic event publishing system
 License:ZPL-2.1
 Group:  Development/Libraries/Python
 Url:http://pypi.python.org/pypi/zope.event
-Source: zope.event-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
@@ -54,7 +54,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYRIGHT.txt LICENSE.txt README.txt
+%doc COPYRIGHT.txt LICENSE.txt README.rst
 %{python3_sitelib}/*
 
 %changelog

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



commit ding for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ding for openSUSE:Factory checked in 
at 2014-12-16 14:49:11

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


Package is "ding"

Changes:

--- /work/SRC/openSUSE:Factory/ding/ding.changes2014-12-01 
14:01:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.ding.new/ding.changes   2014-12-16 
14:49:28.0 +0100
@@ -1,0 +2,18 @@
+Thu Dec 11 23:26:20 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.8
+* New version of German-English translation file,
+  now over 326,000 entries (up from 270,000).
+* Minor bug fixes.
+- Split the dictionary file so as to not mandate installation of
+  the Tk frontend.
+- Downgrade ispell dictionary requirements into recommendations;
+  ding works without them, too.
+- Add missing ispell Recommends (just having the dictionaries does
+  not help, the program is needed).
+- Also recommend agrep, which the Tk frontend prefers for full
+  functionality (approximate matching).
+- Suggest fortune, because ding even supports searching that.
+- Minor cleanups: use rpm macros in place of rpm shell vars.
+
+---

Old:

  ding-1.7.tar.bz2

New:

  ding-1.8.tar.gz



Other differences:
--
++ ding.spec ++
--- /var/tmp/diff_new_pack.gitUnh/_old  2014-12-16 14:49:29.0 +0100
+++ /var/tmp/diff_new_pack.gitUnh/_new  2014-12-16 14:49:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ding
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,51 +16,71 @@
 #
 
 
-
 Name:   ding
-BuildRequires:  tk update-desktop-files
+Version:1.8
+Release:0
+Summary:An X Window System Dictionary Tool
 License:GPL-2.0+
 Group:  Productivity/Office/Dictionary
-Requires:   tcl tk ispell-ngerman ispell-american
-Summary:An X Window System Dictionary Tool
-Version:1.7
-Release:1
 Url:http://www-user.tu-chemnitz.de/~fri/ding/
-Source: 
ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/ding-%{version}.tar.bz2
+
+Source: 
ftp://ftp.tu-chemnitz.de/pub/Local/urz/ding/%name-%version.tar.gz
 Source1:ding.desktop
 Patch:  ding-install.diff
 Patch1: ding-tk-version.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  tk
+BuildRequires:  update-desktop-files
+Requires:   tcl
+Requires:   tk
+Recommends: agrep
+Requires:   ding-dict-de_en
+Recommends: ispell
+Recommends: ispell-american
+Recommends: ispell-ngerman
+Suggests:   fortune
 
 %description
-Ding is a smart X Window System English-to-German dictionary.  It works
-with a local database file. For full functionality, agrep should be
-installed.
+Ding is a graphical frontend to an English-to-German dictionary
+lookup and word spell checking. For full functionality, agrep and
+ispell should be installed.
+
+%package -n ding-dict-de_en
+Summary:German<->English word dictionary in DING syntax
+Group:  Productivity/Office/Dictionary
+
+%description -n ding-dict-de_en
+This package contains the German<->English dictionary/wordlist from
+TU Chemnitz in an easy markup language suitable for use with grep.
+A recommended graphical frontend for using this dictionary is "ding".
 
 %prep
 %setup -q
 %patch -p1
 %patch1 -p1
 
+%build
+
 %install
-install -d $RPM_BUILD_ROOT%_bindir
-install -d $RPM_BUILD_ROOT%_datadir/dict
+mkdir -p "%buildroot/%_bindir" "%buildroot/%_datadir/dict" \
+   "%buildroot/%_datadir/applications"
 ./install.sh <

commit mkvtoolnix for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2014-12-16 14:48:59

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2014-10-18 
09:09:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2014-12-16 14:49:07.0 +0100
@@ -1,0 +2,10 @@
+Sat Dec 13 08:18:22 UTC 2014 - co...@suse.com
+
+- update to upstream release 7.4.0
+* Implements support for PCM in MPEG program (.vob – DVDs) and 
+  transport streams (.ts, .m2ts – Blu-rays, television broadcasts) 
+  as well as for teletext subtitles in MPEG tranport streams. 
+  Apart from that a lot of work has gone into the new GUI.
+* Bugfixes for muxing HEVC or teletext subtitles
+
+---

Old:

  mkvtoolnix-7.2.0.tar.xz

New:

  mkvtoolnix-7.4.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.ScQxVz/_old  2014-12-16 14:49:09.0 +0100
+++ /var/tmp/diff_new_pack.ScQxVz/_new  2014-12-16 14:49:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   mkvtoolnix
-Version:7.2.0
+Version:7.4.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+

++ mkvtoolnix-7.2.0.tar.xz -> mkvtoolnix-7.4.0.tar.xz ++
 86520 lines of diff (skipped)

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



commit gnote for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2014-12-16 14:48:51

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


Package is "gnote"

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2014-09-30 
19:41:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2014-12-16 
14:48:57.0 +0100
@@ -1,0 +2,7 @@
+Sun Dec 14 04:04:52 UTC 2014 - badshah...@gmail.com
+
+- Update to version 3.14.1:
+  + Bugs fixed: bgo#700422, bgo#737918.
+  + Updated translations.
+
+---

Old:

  gnote-3.14.0.tar.xz

New:

  gnote-3.14.1.tar.xz



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.I98rTx/_old  2014-12-16 14:48:58.0 +0100
+++ /var/tmp/diff_new_pack.I98rTx/_new  2014-12-16 14:48:58.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gnote
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:A Port of Tomboy to C++
 License:GPL-3.0+

++ gnote-3.14.0.tar.xz -> gnote-3.14.1.tar.xz ++
 5840 lines of diff (skipped)

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



commit qupzilla for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package qupzilla for openSUSE:Factory 
checked in at 2014-12-16 14:48:43

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


Package is "qupzilla"

Changes:

--- /work/SRC/openSUSE:Factory/qupzilla/qupzilla-qt5.changes2014-11-28 
08:44:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.qupzilla.new/qupzilla-qt5.changes   
2014-12-16 14:48:40.0 +0100
@@ -1,0 +2,14 @@
+Sat Dec 13 11:58:15 UTC 2014 - fi...@opensuse.org
+
+- Update to 1.8.5:
+  * save geometry of Preferences window
+  * enable HighDPI pixmaps with Qt 5
+  * add option to completely disable SSLv3
+  * fix url for China AdBlock list
+  * fix issue with opening modal dialogs being hidden by active window
+  * fix loading dictionaries in spellcheck
+  * fix behavior of delete key in locationbar
+  * MouseGestures: add new gesture for duplication of current tab
+  * fix go-icon not available in themes other than oxygen
+
+---
qupzilla.changes: same change

Old:

  QupZilla-1.8.4.tar.xz

New:

  QupZilla-1.8.5.tar.xz



Other differences:
--
++ qupzilla-qt5.spec ++
--- /var/tmp/diff_new_pack.SS5zBX/_old  2014-12-16 14:48:42.0 +0100
+++ /var/tmp/diff_new_pack.SS5zBX/_new  2014-12-16 14:48:42.0 +0100
@@ -19,7 +19,7 @@
 
 %bcond_without qt5
 Name:   qupzilla-qt5
-Version:1.8.4
+Version:1.8.5
 Release:0
 Summary:A very fast open source browser based on WebKit core
 License:GPL-3.0+

++ qupzilla.spec ++
--- /var/tmp/diff_new_pack.SS5zBX/_old  2014-12-16 14:48:42.0 +0100
+++ /var/tmp/diff_new_pack.SS5zBX/_new  2014-12-16 14:48:42.0 +0100
@@ -19,7 +19,7 @@
 
 %bcond_with qt5
 Name:   qupzilla
-Version:1.8.4
+Version:1.8.5
 Release:0
 Summary:A very fast open source browser based on WebKit core
 License:GPL-3.0+

++ QupZilla-1.8.4.tar.xz -> QupZilla-1.8.5.tar.xz ++
 7992 lines of diff (skipped)

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



commit arpack-ng for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package arpack-ng for openSUSE:Factory 
checked in at 2014-12-16 14:48:46

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


Package is "arpack-ng"

Changes:

--- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes  2014-01-13 
11:57:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.arpack-ng.new/arpack-ng.changes 2014-12-16 
14:48:51.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec 13 20:14:54 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 3.2.0
+  * See included CHANGES file for details
+  * Remove obsolete 0001-Do-not-install-test-binaries.patch
+
+---

Old:

  0001-Do-not-install-test-binaries.patch
  arpack-ng_3.1.4.tar.gz

New:

  arpack-ng-3.2.0.tar.gz



Other differences:
--
++ arpack-ng.spec ++
--- /var/tmp/diff_new_pack.EiDnC6/_old  2014-12-16 14:48:52.0 +0100
+++ /var/tmp/diff_new_pack.EiDnC6/_new  2014-12-16 14:48:52.0 +0100
@@ -28,16 +28,14 @@
 %endif
 
 Name:   arpack-ng
-Version:3.1.4
+Version:3.2.0
 Release:0
 Summary:Fortran77 subroutines for solving large scale eigenvalue 
problems
 License:BSD-3-Clause
 Group:  System/Libraries
-Url:http://forge.scilab.org/index.php/p/arpack-ng/
-Source0:
http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng_%{version}.tar.gz
+Url:https://github.com/opencollab/arpack-ng
+Source0:
https://github.com/opencollab/arpack-ng/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:baselibs.conf
-# PATCH-FIX-UPSTREAM 0001-Do-not-install-test-binaries.patch
-Patch1: 0001-Do-not-install-test-binaries.patch
 Obsoletes:  arpack < %{version}
 Provides:   arpack = %{version}
 BuildRequires:  blas-devel
@@ -163,8 +161,10 @@
 
 %prep
 %setup -q
-%patch1 -p1
 set -- *
+
+cp -r EXAMPLES examples
+
 for i in %_mpi
 do
 mkdir arpack-ng-$i
@@ -172,8 +172,8 @@
 done
 
 %build
-%configure --disable-static --with-lapack=%{_libdir}/liblapack.so \
-   --with-blas=%{_libdir}/libblas.so
+%configure --disable-static
+
 make %{?_smp_mflags}
 
 for i in %_mpi
@@ -183,8 +183,7 @@
export MPIF77=%{_libdir}/mpi/gcc/$i/bin/mpif77
export LD_LIBRARY_PATH=%{_libdir}/mpi/gcc/$i/%_lib
%define _prefix /usr/%_lib/mpi/gcc/\$i
-   %configure --disable-static --with-lapack=%{_libdir}/liblapack.so \
-  --with-blas=%{_libdir}/libblas.so \
+   %configure --disable-static \
   --enable-mpi
make %{?_smp_mflags}
 cd ..
@@ -193,19 +192,14 @@
 # Set prefix to default value
 %define _prefix /usr
 
-# complain with doc dir name policy
-%__mv EXAMPLES examples
-
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 for i in %_mpi
 do
   cd arpack-ng-$i
make install DESTDIR=%{buildroot}
-   sed -i 's|/usr|%{_libdir}/mpi/gcc/openmpi/%_lib|' \
-%{buildroot}%{_libdir}/mpi/gcc/openmpi/%_lib/pkgconfig/arpack.pc
rm -rf %{buildroot}%{_libdir}/mpi/gcc/$i/%_lib/libarpack.*
   cd ..
 done

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



commit ghc-rpm-macros for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2014-12-16 14:48:49

Comparing /work/SRC/openSUSE:Factory/ghc-rpm-macros (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new (New)


Package is "ghc-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes
2014-11-06 16:51:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes   
2014-12-16 14:48:53.0 +0100
@@ -1,0 +2,11 @@
+Sun Dec 14 09:26:31 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- make package noarch and remove rpmlintrc 
+
+---
+Sat Dec 13 09:33:54 UTC 2014 - peter.tromm...@ohm-hochschule.de
+
+- do not disable dynamic libraries on ppc anymore
+* fixed by patch 18 in ghc.spec 
+
+---

Old:

  ghc-rpm-macros-rpmlintrc



Other differences:
--
++ ghc-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.IkiUfK/_old  2014-12-16 14:48:55.0 +0100
+++ /var/tmp/diff_new_pack.IkiUfK/_new  2014-12-16 14:48:55.0 +0100
@@ -25,6 +25,7 @@
 Name:   ghc-rpm-macros
 Version:1.3.6
 Release:0
+BuildArch:  noarch
 Summary:RPM Macros for building packages for GHC
 License:GPL-3.0+
 Group:  Development/Libraries/Other
@@ -32,7 +33,6 @@
 Url:https://fedoraproject.org/wiki/Haskell_SIG
 
 Source0:
http://pkgs.fedoraproject.org/cgit/%{name}.git/snapshot/%{name}-%{git_hash}.tar.xz
-Source1:ghc-rpm-macros-rpmlintrc
 # PATCH-FIX-OPENSUSE suse-disable-debug-packages.patch 
peter.tromm...@ohm-hochschule.de -- openSUSE way to disable debug packages
 Patch1: suse-disable-debug-packages.patch
 # PATCH-FIX-OPENSUSE add-group.patch sbahl...@suse.com -- Make sure a Group: 
tag is generated in subpackages; peter.tromm...@ohm-hochschule.de: also puts 
libraries in System/Libraries, see package group guidelines
@@ -110,18 +110,6 @@
 install -p -D -m 0755 cabal-tweak-dep-ver 
%{buildroot}/%{_bindir}/cabal-tweak-dep-ver
 install -p -D -m 0755 cabal-tweak-flag %{buildroot}/%{_bindir}/cabal-tweak-flag
 
-# this is why this package is (still) arch-dependent:
-# turn off shared libs and dynamic linking on ppc
-# See Haskell trac #8024
-%ifarch ppc
-cat >> %{buildroot}%{macros_dir}/macros.ghc <

commit erlang for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2014-12-16 14:48:45

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


Package is "erlang"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2014-11-24 
11:09:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2014-12-16 
14:48:44.0 +0100
@@ -1,0 +2,8 @@
+Sat Dec 13 12:12:16 UTC 2014 - matwey.korni...@gmail.com
+
+- Version 17.4:
+  * eldap: Nearly all TCP options are possible to give in the eldap:open/2 
call.
+  * ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a 
pseudo tty.
+  * ssl: Handle servers that may send an empty SNI extension to the client.
+
+---

Old:

  otp_doc_html_17.3.tar.gz
  otp_doc_man_17.3.tar.gz
  otp_src_17.3.tar.gz

New:

  otp_doc_html_17.4.tar.gz
  otp_doc_man_17.4.tar.gz
  otp_src_17.4.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.0 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   erlang
-Version:17.3
+Version:17.4
 Release:0
 Summary:General-purpose programming language and runtime environment
 License:ErlPL-1.1

++ crypto.patch ++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.0 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.0 +0100
@@ -5,10 +5,10 @@
 In openssl 1.0.1e EC_GROUP_new_curve_GF2m function is wrapped by #ifndef 
OPENSSL_NO_EC2M.
 We have to check whether OPENSSL_NO_EC2M is set, and if it is, then we do 
not have EC_GROUP_new_curve_GF2m function and do not HAVE_EC.
 
-Index: otp_src_17.0/lib/crypto/c_src/crypto.c
+Index: otp_src_17.4/lib/crypto/c_src/crypto.c
 ===
 otp_src_17.0.orig/lib/crypto/c_src/crypto.c
-+++ otp_src_17.0/lib/crypto/c_src/crypto.c
+--- otp_src_17.4.orig/lib/crypto/c_src/crypto.c
 otp_src_17.4/lib/crypto/c_src/crypto.c
 @@ -77,7 +77,8 @@
  #if OPENSSL_VERSION_NUMBER >= 0x009080ffL \
&& !defined(OPENSSL_NO_EC) \

++ erlang-not-install-misc.patch ++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.0 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.0 +0100
@@ -9,10 +9,10 @@
  erts/etc/unix/Install.src   | 10 --
  2 files changed, 14 deletions(-)
 
-Index: otp_src_17.0/erts/etc/common/Makefile.in
+Index: otp_src_17.4/erts/etc/common/Makefile.in
 ===
 otp_src_17.0.orig/erts/etc/common/Makefile.in
-+++ otp_src_17.0/erts/etc/common/Makefile.in
+--- otp_src_17.4.orig/erts/etc/common/Makefile.in
 otp_src_17.4/erts/etc/common/Makefile.in
 @@ -550,10 +550,6 @@ endif
  ifneq ($(INSTALL_TOP_BIN),)
$(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) "$(RELEASE_PATH)"
@@ -24,10 +24,10 @@
  ifneq ($(INSTALL_SRC),)
$(INSTALL_DIR) "$(RELEASE_PATH)/erts-$(VSN)/src"
$(INSTALL_DATA) $(INSTALL_SRC) "$(RELEASE_PATH)/erts-$(VSN)/src"
-Index: otp_src_17.0/erts/etc/unix/Install.src
+Index: otp_src_17.4/erts/etc/unix/Install.src
 ===
 otp_src_17.0.orig/erts/etc/unix/Install.src
-+++ otp_src_17.0/erts/etc/unix/Install.src
+--- otp_src_17.4.orig/erts/etc/unix/Install.src
 otp_src_17.4/erts/etc/unix/Install.src
 @@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*
  cp -p ../releases/%I_SYSTEM_VSN%/no_dot_erlang.boot .
  cp -p $Name.boot start.boot

++ otp-R16B-rpath.patch ++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.0 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.0 +0100
@@ -1,7 +1,7 @@
-Index: otp_src_17.0/lib/crypto/c_src/Makefile.in
+Index: otp_src_17.4/lib/crypto/c_src/Makefile.in
 ===
 otp_src_17.0.orig/lib/crypto/c_src/Makefile.in
-+++ otp_src_17.0/lib/crypto/c_src/Makefile.in
+--- otp_src_17.4.orig/lib/crypto/c_src/Makefile.in
 otp_src_17.4/lib/crypto/c_src/Makefile.in
 @@ -89,7 +89,7 @@ endif
  DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
  
@@ -11,10 +11,10 @@
  CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) 
-l$(SSL_CRYPTO_LIBNAME)
  EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
  else
-Index: otp_src_17.0/lib/crypto/priv/Makefile
+Index: otp_src_17.4/lib/crypto/priv/Makefile
 ==

commit libxmp for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2014-12-16 14:48:47

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


Package is "libxmp"

Changes:

--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2014-10-06 
12:06:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes   2014-12-16 
14:48:52.0 +0100
@@ -1,0 +2,6 @@
+Sat Dec  6 20:58:43 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 4.3.2
+* Fix a number of bugs found through the OpenMPT test suite
+
+---

Old:

  libxmp-4.3.0.tar.gz

New:

  libxmp-4.3.2.tar.gz



Other differences:
--
++ libxmp.spec ++
--- /var/tmp/diff_new_pack.pOcodM/_old  2014-12-16 14:48:53.0 +0100
+++ /var/tmp/diff_new_pack.pOcodM/_new  2014-12-16 14:48:53.0 +0100
@@ -18,11 +18,11 @@
 
 Name:   libxmp
 %define lname  libxmp4
+Version:4.3.2
+Release:0
 Summary:Module Player library for MOD, S3M, IT and others
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
-Version:4.3.0
-Release:0
 Url:http://xmp.sf.net/
 
 #Git-Clone:git://git.code.sf.net/p/xmp/libxmp

++ libxmp-4.3.0.tar.gz -> libxmp-4.3.2.tar.gz ++
 16031 lines of diff (skipped)

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



commit geany-plugins for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package geany-plugins for openSUSE:Factory 
checked in at 2014-12-16 14:48:32

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


Package is "geany-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/geany-plugins/geany-plugins.changes  
2014-05-05 21:18:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.geany-plugins.new/geany-plugins.changes 
2014-12-16 14:48:18.0 +0100
@@ -1,0 +2,9 @@
+Wed Nov 19 11:39:21 UTC 2014 - nick.schra...@mailbox.org
+
+- Debugger
+  + Add geany-plugins-GCond-usage.patch: Fixed bug SF#116
+that made the whole application crash because of GLib (bnc#906659).
+  + Add geany-plugins-gdb-7_7.patch: Fixed bug SF#112 that
+made the whole application crash because of GDB (bnc#906659).
+
+---

New:

  geany-plugins-GCond-usage.patch
  geany-plugins-gdb-7_7.patch



Other differences:
--
++ geany-plugins.spec ++
--- /var/tmp/diff_new_pack.ICbvGu/_old  2014-12-16 14:48:19.0 +0100
+++ /var/tmp/diff_new_pack.ICbvGu/_new  2014-12-16 14:48:19.0 +0100
@@ -27,6 +27,10 @@
 Source: 
http://plugins.geany.org/geany-plugins/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM geany-plugins-lua-5_2.patch sf#3476581 
dims...@opensuse.org -- Fix build with lua 5.2.
 Patch0: geany-plugins-lua-5_2.patch
+# PATCH-FIX-UPSTREAM geany-plugins-GCond-usage.patch SF bug #116 -- Fix 
mutex-Problem with GLib >= 2.42
+Patch1:geany-plugins-GCond-usage.patch
+# PATCH-FIX-UPSTREAM geany-plugins-GCond-usage.patch SF bug #112 -- Fix new 
GDB-7.7-Commands
+Patch2:geany-plugins-gdb-7_7.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libgpgme-devel
@@ -53,6 +57,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ geany-plugins-GCond-usage.patch ++
diff --git a/debugger/src/dconfig.c b/debugger/src/dconfig.c
index 97e7bab..e5bb55c 100644
--- a/debugger/src/dconfig.c
+++ b/debugger/src/dconfig.c
@@ -270,11 +270,9 @@
 static gpointer saving_thread_func(gpointer data)
 {
GTimeVal interval;
-   GMutex *m = g_mutex_new();
+   g_mutex_lock(change_config_mutex);
do
{
-   g_mutex_lock(change_config_mutex);
-   
if (
panel_config_changed ||
(debug_config_changed && DEBUG_STORE_PLUGIN == dstore)
@@ -309,14 +307,12 @@

debug_config_changed = FALSE;
}
-   
-   g_mutex_unlock(change_config_mutex);
 
g_get_current_time(&interval);
g_time_val_add(&interval, SAVING_INTERVAL);
}
-   while (!g_cond_timed_wait(cond, m, &interval));
-   g_mutex_free(m);
+   while (!g_cond_timed_wait(cond, change_config_mutex, &interval));
+   g_mutex_unlock(change_config_mutex);

return NULL;
 }
@@ -471,7 +467,7 @@
 void config_destroy(void)
 {
g_cond_signal(cond);
-   /* ??? g_thread_join(saving_thread); */ 
+   g_thread_join(saving_thread);

g_mutex_free(change_config_mutex);
g_cond_free(cond);
++ geany-plugins-gdb-7_7.patch ++
diff --git a/debugger/src/dbm_gdb.c b/debugger/src/dbm_gdb.c
index 09a483a..b51b8a8 100644
--- a/debugger/src/dbm_gdb.c
+++ b/debugger/src/dbm_gdb.c
@@ -369,7 +369,7 @@ static gboolean on_read_async_output(GIO
update_files();
 
/* -exec-run */
-   exec_async_command("-exec-run &");
+   exec_async_command("-exec-run");
}
}
else
@@ -895,7 +895,7 @@ static gboolean run(const gchar* file, c
 static void restart(void)
 {
dbg_cbs->clear_messages();
-   exec_async_command("-exec-run &");
+   exec_async_command("-exec-run");
 }

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



commit hiawatha for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package hiawatha for openSUSE:Factory 
checked in at 2014-12-16 14:48:41

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


Package is "hiawatha"

Changes:

--- /work/SRC/openSUSE:Factory/hiawatha/hiawatha.changes2014-11-04 
17:29:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.hiawatha.new/hiawatha.changes   2014-12-16 
14:48:36.0 +0100
@@ -1,0 +2,11 @@
+Sat Dec 13 12:10:31 UTC 2014 - fi...@opensuse.org
+
+- Update to 9.9:
+  * HTTPAuthToCGI option added.
+  * BanByCGI option added.
+  * Improved SSL ciphersuite selections.
+  * CAcertificates options added.
+  * Dropped support for SSL3.0.
+  * Small bugfixes and improvements.
+
+---

Old:

  hiawatha-9.8.tar.gz

New:

  hiawatha-9.9.tar.gz



Other differences:
--
++ hiawatha.spec ++
--- /var/tmp/diff_new_pack.DbW5ux/_old  2014-12-16 14:48:38.0 +0100
+++ /var/tmp/diff_new_pack.DbW5ux/_new  2014-12-16 14:48:38.0 +0100
@@ -20,7 +20,7 @@
 %define webroot /srv/www
 
 Name:   hiawatha
-Version:9.8
+Version:9.9
 Release:0
 Summary:A secure and advanced webserver
 License:GPL-2.0

++ hiawatha-9.8.tar.gz -> hiawatha-9.9.tar.gz ++
 2797 lines of diff (skipped)

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



commit phpMyAdmin for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-12-16 14:48:35

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2014-12-09 
09:14:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2014-12-16 14:48:25.0 +0100
@@ -1,0 +2,19 @@
+Fri Dec 12 15:27:17 UTC 2014 - ec...@opensuse.org
+
+- update to 4.3.2 (2014-12-12)
+  - sf#4628 PHP error while exporting schema as PDF
+  - sf#4631 Server selector submits two server parameter values
+  - sf#4629 Problem with custom SQL queries using cookie authentication
+  - fix bug Undefined index central_columnswork
+  - sf#4632 Notice in ./libraries/Util.class.php#1916 Undefined index: query
+  - sf#4633 Wrong parameter in fetchValue
+  - sf#4634 Error reporting creates an infinite loop
+  - sf#4635 Token mismatch while creating configuration storage
+  - sf#4640 Incorrect reference to PHP 6
+  - sf#3794 failure to handle repeating empty columns when importing ODS
+  - sf#4638 Default Export Method setting broken
+  - sf#4639 Export SQL missing indentation first field
+  - sf#4637 Field Alignment
+  - sf#4644 Error when browsing tables
+
+---

Old:

  phpMyAdmin-4.3.1-all-languages.tar.bz2

New:

  phpMyAdmin-4.3.2-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.gqbZ5x/_old  2014-12-16 14:48:26.0 +0100
+++ /var/tmp/diff_new_pack.gqbZ5x/_new  2014-12-16 14:48:26.0 +0100
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.3.1
+Version:4.3.2
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.3.1-all-languages.tar.bz2 -> 
phpMyAdmin-4.3.2-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.3.1-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.3.2-all-languages.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 gitg for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package gitg for openSUSE:Factory checked in 
at 2014-12-16 14:48:34

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


Package is "gitg"

Changes:

--- /work/SRC/openSUSE:Factory/gitg/gitg.changes2014-09-30 
19:40:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gitg.new/gitg.changes   2014-12-16 
14:48:23.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 10 20:35:07 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Fix building with vala 0.27.
+  + Fix warning when unbinding property.
+  + Change emblem-system-symbolic to open-menu-symbolic.
+  + Add gdesktop-enums-3.0.vapi to EXTRA_DIST.
+  + Updated translations.
+
+---

Old:

  gitg-3.14.0.tar.xz

New:

  gitg-3.14.1.tar.xz



Other differences:
--
++ gitg.spec ++
--- /var/tmp/diff_new_pack.wULzKp/_old  2014-12-16 14:48:24.0 +0100
+++ /var/tmp/diff_new_pack.wULzKp/_new  2014-12-16 14:48:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gitg
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Git repository viewer
 License:GPL-2.0+

++ gitg-3.14.0.tar.xz -> gitg-3.14.1.tar.xz ++
 147555 lines of diff (skipped)

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



commit vacuum-im for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package vacuum-im for openSUSE:Factory 
checked in at 2014-12-16 14:48:33

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


Package is "vacuum-im"

Changes:

--- /work/SRC/openSUSE:Factory/vacuum-im/vacuum-im.changes  2014-11-10 
17:28:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.vacuum-im.new/vacuum-im.changes 2014-12-16 
14:48:20.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec  5 11:14:48 UTC 2014 - egdf...@opensuse.org
+
+- update source to r2464
+  * fix possible crash
+
+---



Other differences:
--
++ vacuum-im.spec ++
--- /var/tmp/diff_new_pack.HJM4mQ/_old  2014-12-16 14:48:21.0 +0100
+++ /var/tmp/diff_new_pack.HJM4mQ/_new  2014-12-16 14:48:21.0 +0100
@@ -17,14 +17,15 @@
 
 
 %define sname vacuum
+%define main_version 1.2.4
 %define rbuild 2455
 Name:   %{sname}-im
 Summary:Crossplatform Jabber client written on Qt
 License:GPL-3.0
 Group:  Productivity/Networking/Instant Messenger 
-Version:1.2.4
+Version:%{main_version}+r%{rbuild}
 Release:0
-Source: %{name}-%{version}.tar.xz
+Source: %{name}-%{main_version}.tar.xz
 # PATCH-FEATURE-UPSTREAM fix_cmake_rules.patch
 Patch0: fix_cmake_rules.patch
 # PATCH-FEATURE-UPSTREAM paranoia.patch
@@ -67,7 +68,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{version}
+%setup -q -n %{main_version}
 
 %patch0 -p1
 %patch1 -p0

++ vacuum-im-1.2.4.tar.xz ++
 216712 lines of diff (skipped)

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



commit go for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2014-12-16 14:48:39

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


Package is "go"

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2014-10-05 20:33:26.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2014-12-16 
14:48:30.0 +0100
@@ -1,0 +2,26 @@
+Thu Oct 30 14:53:05 UTC 2014 - fcaste...@suse.com
+
+- Updated to 1.3.3: includes further bug fixes to cgo, the runtime package,s
+  and the nacl port.
+- Changes associated with release 1.3.2: includes bug fixes to cgo and the
+  crypto/tls packages. See the change history for details (bnc#898901 -
+  CVE-2014-7189).
+
+---
+Tue Oct 21 15:07:15 UTC 2014 - dmuel...@suse.com
+
+- avoid stripping debuginfo on arm, it fails (and is not necessary)
+
+---
+Fri Oct 17 02:02:55 UTC 2014 - sebastian.kr...@piraten-ahoi.de
+
+- add armv6l.patch
+  * workaround for qemu-arm bug
+  * under qemu on armv6 the number of unix signals isn't 64 but 63. 
+thus there is an off-by-one error while building and testing.
+this fix now reduces the constant defining the number of signals
+by 1, but that of course means signal handling won't be 100% 
+correct.
+  * https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKE
+
+---

Old:

  go1.3.1.src.tar.gz

New:

  armv6l.patch
  go1.3.3.src.tar.gz



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.Tx8RSm/_old  2014-12-16 14:48:34.0 +0100
+++ /var/tmp/diff_new_pack.Tx8RSm/_new  2014-12-16 14:48:34.0 +0100
@@ -15,10 +15,18 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+# nodebuginfo
 
 
+%ifarch %arm
+# debuginfo extraction currently fails with
+# "Failed to write file: invalid section alignment"
+%global __debug_package %{nil}
+%global __debug_install_post %{nil}
+%endif
+
 Name:   go
-Version:1.3.1
+Version:1.3.3
 Release:0
 Summary:A compiled, garbage-collected, concurrent programming language
 License:BSD-3-Clause
@@ -41,6 +49,9 @@
 Patch4: go-install-dont-reinstall-stdlibs.patch
 # PATCH-FIX-OPENSUSE enable writing tools outside $GOROOT/pkg/tool for 
packaging
 Patch5: tools-packaging.patch
+# armv6l needs this patch for our build system
+# see https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKE
+Patch6: armv6l.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rpm
 %if 0%{?suse_version} >= 1210
@@ -99,6 +110,9 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%ifarch armv6hl
+%patch6 -p1
+%endif
 cp %{SOURCE5} .
 
 # setup go_arch (BSD-like scheme)

++ armv6l.patch ++
--- a/src/pkg/runtime/os_linux.h2014-08-13 05:49:43.0 +0200
+++ b/src/pkg/runtime/os_linux.h2014-10-17 04:02:55.791948419 +0200
@@ -16,7 +16,7 @@
 void runtime·setitimer(int32, Itimerval*, Itimerval*);
 
 
-#defineNSIG65
+#defineNSIG64
 #defineSI_USER 0
 
 // It's hard to tease out exactly how big a Sigset is, but

++ go1.3.1.src.tar.gz -> go1.3.3.src.tar.gz ++
/work/SRC/openSUSE:Factory/go/go1.3.1.src.tar.gz 
/work/SRC/openSUSE:Factory/.go.new/go1.3.3.src.tar.gz differ: char 13, line 1

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



commit fcitx-qt5 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package fcitx-qt5 for openSUSE:Factory 
checked in at 2014-12-16 14:48:37

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


Package is "fcitx-qt5"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx-qt5/fcitx-qt5.changes  2014-09-17 
17:25:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-qt5.new/fcitx-qt5.changes 2014-12-16 
14:48:28.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 12 16:51:22 UTC 2014 - hrvoje.sen...@gmail.com
+
+- fcitx-qt5 is using private QPA API, which can, and does break BC
+  even in point releases, so we need to hardcode libQt5Gui5 version
+
+---



Other differences:
--
++ fcitx-qt5.spec ++
--- /var/tmp/diff_new_pack.oC89Us/_old  2014-12-16 14:48:30.0 +0100
+++ /var/tmp/diff_new_pack.oC89Us/_new  2014-12-16 14:48:30.0 +0100
@@ -33,7 +33,9 @@
 BuildRequires:  libqt5-qtbase-private-headers-devel
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+# fcitx-qt5 is using private QPA API, which can, and does break BC even in 
point releases,
+# so we need to hardcode libQt5Gui5 version
+%requires_eq libQt5Gui5
 %description
 A QT5 input context plugin of Fcitx IM Framework.
 

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



commit redis for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2014-12-16 14:48:39

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


Package is "redis"

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2014-11-13 
09:17:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2014-12-16 
14:48:35.0 +0100
@@ -1,0 +2,29 @@
+Sat Dec  6 02:20:25 UTC 2014 - mrueck...@suse.de
+
+- update to 2.8.18
+  * [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
+  * [FIX] A number of typos fixed inside comments. (Various authors)
+  * [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
+  * [FIX] Test framework improved to detect never terminating scripts, cleanup
+instances on crashes. (Salvatore Sanfilippo)
+  * [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
+  * [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
+Michael Grunder, Salvatore Sanfilippo)
+  * [FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
+an Enterprise Grade product. (Salvatore Sanfilippo)
+
+  * [NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
+http://redis.io/topics/replication. (Salvatore Sanfilippo).
+  * [NEW] Transparent Huge Pages detection and reporting in logs and
+LATENCY DOCTOR output. (Salvatore Sanfilippo)
+  * [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
+cmsgpack upgrade. (Matt Stancliff)
+  * [NEW] Total and instantaneous Network bandwidth tracking in INFO.
+  * [NEW] DEBUG POPULATE two args form implemented (old form still works).
+The second argument is the key prefix. Default is "key:" (Salvatore
+Sanfilippo)
+  * [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, 
and
+warn about it if not. (Salvatore Sanfilippo)
+  for the rest see /usr/share/doc/packages/redis/00-RELEASENOTES
+
+---

Old:

  redis-2.8.13.tar.gz

New:

  redis-2.8.18.tar.gz



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.0 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.0 +0100
@@ -21,7 +21,7 @@
 %define _conf_dir   %{_sysconfdir}/%{name}
 
 Name:   redis
-Version:2.8.13
+Version:2.8.18
 Release:0
 Summary:Persistent key-value database
 License:BSD-3-Clause

++ redis-2.8.13.tar.gz -> redis-2.8.18.tar.gz ++
 9416 lines of diff (skipped)

++ redis-conf.patch ++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.0 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.0 +0100
@@ -36,7 +36,7 @@
  # and optionally update the other syslog parameters to suit your needs.
 @@ -184,7 +186,7 @@ dbfilename dump.rdb
  # The Append Only File will also be created inside this directory.
- # 
+ #
  # Note that you must specify a directory here, not a file name.
 -dir ./
 +dir /var/lib/redis/default/

++ redis-enable-bactrace-on-x86-and-ia64-only.patch ++
--- /var/tmp/diff_new_pack.o4UwlU/_old  2014-12-16 14:48:36.0 +0100
+++ /var/tmp/diff_new_pack.o4UwlU/_new  2014-12-16 14:48:36.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- src/config.h.orig
 +++ src/config.h
-@@ -54,9 +54,11 @@
+@@ -57,9 +57,11 @@
  #endif
  
  /* Test for backtrace() */

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



commit php5-pear-Mail_Mime for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Mail_Mime for 
openSUSE:Factory checked in at 2014-12-16 14:48:15

Comparing /work/SRC/openSUSE:Factory/php5-pear-Mail_Mime (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Mail_Mime.new (New)


Package is "php5-pear-Mail_Mime"

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Mail_Mime/php5-pear-Mail_Mime.changes  
2013-11-10 15:07:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Mail_Mime.new/php5-pear-Mail_Mime.changes 
2014-12-16 14:47:47.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec 11 16:44:00 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 1.8.9
+  * Fixed Bug #20273: Incorrect handling of HTAB in encodeHeader() [alec]
+  * Fixed Bug #20226: Mail_mimePart::encodeHeader does not encode ISO-2022-JP 
string [alec]
+  * Fixed Bug #20222: Broken Compatybility with PHP4 [alec]
+
+---

Old:

  Mail_Mime-1.8.8.tgz

New:

  Mail_Mime-1.8.9.tgz



Other differences:
--
++ php5-pear-Mail_Mime.spec ++
--- /var/tmp/diff_new_pack.REmImU/_old  2014-12-16 14:47:49.0 +0100
+++ /var/tmp/diff_new_pack.REmImU/_new  2014-12-16 14:47:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Mail_Mime
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Mail_Mime provides classes to create mime messages
 License:BSD-3-Clause
 Group:  Productivity/Networking/Web/Servers
-Version:1.8.8
+Version:1.8.9
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}

++ Mail_Mime-1.8.8.tgz -> Mail_Mime-1.8.9.tgz ++
 7875 lines of diff (skipped)

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



commit php5-pear-Net_URL2 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Net_URL2 for 
openSUSE:Factory checked in at 2014-12-16 14:48:12

Comparing /work/SRC/openSUSE:Factory/php5-pear-Net_URL2 (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Net_URL2.new (New)


Package is "php5-pear-Net_URL2"

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-Net_URL2/php5-pear-Net_URL2.changes
2014-05-15 19:13:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Net_URL2.new/php5-pear-Net_URL2.changes   
2014-12-16 14:47:44.0 +0100
@@ -1,0 +2,34 @@
+Thu Dec 11 16:32:55 UTC 2014 - a...@ajaissle.de
+
+- New upstream release 2.1.0
+  * New: OPTION_DROP_SEQUENCE
+
+- Release 2.0.12
+  * Removed: OPTION_DROP_SEQUENCE
+
+- Release 2.0.11
+  * New: OPTION_DROP_SEQUENCE
+
+- Release 2.0.10
+  * Imp: composer for pear
+  * Fix: Documentation problem
+
+- Release 2.0.9
+  * Fixed #20418: Incorrect normalization of URI with missing authority
+  * Upd: Test for RFC 3986 Section 1.1.2 Examples
+  * Upd: Travis CI - PHP 5.6 added
+
+- Release 2.0.8
+  * Fixed #20420: Inconsistent setAuthority and getAuthority
+  * Fixed #20423: URI with IPv6 or IPvFuture not parsed
+  * Imp: Test for RFC 3986 Section 1.1.2 Examples
+
+- Release 2.0.7
+  * Fixed #20385: Incorrect normalization of userinfo
+  * Fixed #20399: Setting userinfo to FALSE not transparent
+
+- Release 2.0.6
+  * Fixed #20304: file:// URI gets crippled
+
+
+---

Old:

  Net_URL2-2.0.5.tgz

New:

  Net_URL2-2.1.0.tgz



Other differences:
--
++ php5-pear-Net_URL2.spec ++
--- /var/tmp/diff_new_pack.EWCoGX/_old  2014-12-16 14:47:46.0 +0100
+++ /var/tmp/diff_new_pack.EWCoGX/_new  2014-12-16 14:47:46.0 +0100
@@ -20,7 +20,7 @@
 %define pear_name  Net_URL2
 %define pear_sname Net_URL2
 Summary:Class for parsing and handling URL
-Version:2.0.5
+Version:2.1.0
 Release:0
 License:BSD-3-Clause
 Group:  Development/Libraries/PHP

++ Net_URL2-2.0.5.tgz -> Net_URL2-2.1.0.tgz ++
 4966 lines of diff (skipped)

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



commit fetchmail for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package fetchmail for openSUSE:Factory 
checked in at 2014-12-16 14:48:28

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


Package is "fetchmail"

Changes:

--- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes  2014-11-26 
10:33:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.fetchmail.new/fetchmail.changes 2014-12-16 
14:48:15.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec  5 13:06:55 UTC 2014 - lmue...@suse.com
+
+- Removed executable permission bits from fetchmail.service file.
+- Update the project url in the spec file after Berlios shutdown.
+- Remove dependency on gpg-offline as signature checking is implemented in the
+  source validator.
+
+---



Other differences:
--
++ fetchmail.spec ++
--- /var/tmp/diff_new_pack.rz4rEV/_old  2014-12-16 14:48:16.0 +0100
+++ /var/tmp/diff_new_pack.rz4rEV/_new  2014-12-16 14:48:16.0 +0100
@@ -25,15 +25,12 @@
 BuildRequires:  procmail
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
-%if 0%{?suse_version} > 1220
-BuildRequires:  gpg-offline
-%endif
 Version:6.3.26
 Release:0
 Summary:Full-Featured POP and IMAP Mail Retrieval Daemon
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
-Url:http://fetchmail.berlios.de/
+Url:http://www.fetchmail.info/
 # The fetchmail-{EN,SA}-*.txt security advisories
 # were relicensed to CC BY-ND 3.0, so there's no need
 # to repack the tarball without them anymore (bnc#713698)
@@ -84,9 +81,6 @@
 files (.fetchmailrc).
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:4}
-%endif
 %setup -q -n %{name}-%{version}
 %patch0 -p1
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} .
@@ -122,8 +116,8 @@
 %if 0%{?suse_version} >=1230
 mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
 mkdir -p $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d
-install -m 755 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
-install -m 644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
+install -m 0644 %{S:6} $RPM_BUILD_ROOT/%{_unitdir}/%{name}.service
+install -m 0644 %{S:7} $RPM_BUILD_ROOT/%{_libexecdir}/tmpfiles.d/%{name}.conf
 %else
 mkdir -p %{buildroot}%{_sysconfdir}/init.d
 cp fetchmail.init %{buildroot}%{_initddir}/fetchmail


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



commit php5-pear-DB for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-DB for openSUSE:Factory 
checked in at 2014-12-16 14:48:14

Comparing /work/SRC/openSUSE:Factory/php5-pear-DB (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-DB.new (New)


Package is "php5-pear-DB"

Changes:

--- /work/SRC/openSUSE:Factory/php5-pear-DB/php5-pear-DB.changes
2013-03-15 10:45:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5-pear-DB.new/php5-pear-DB.changes   
2014-12-16 14:47:46.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec 11 16:18:20 UTC 2014 - a...@ajaissle.de
+
+- New release to 1.8.2
+  * Fix bug #20447 (Have quoteString() remove quotes like it used to)
+
+- Release 1.8.1
+  * Fix bug #19785 (Ensure calling quote() is safe)
+
+- Release 1.8.0
+  *E_STRICT compliance, require PHP 5.
+  * Fix array to string conversion in connect() when class does not exist.
+
+---

Old:

  DB-1.7.14.tgz

New:

  DB-1.8.2.tgz



Other differences:
--
++ php5-pear-DB.spec ++
--- /var/tmp/diff_new_pack.16c3LI/_old  2014-12-16 14:47:47.0 +0100
+++ /var/tmp/diff_new_pack.16c3LI/_new  2014-12-16 14:47:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-DB
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:Database Abstraction Layer
 License:PHP-3.01
 Group:  Productivity/Networking/Web/Servers
-Version:1.7.14
+Version:1.8.2
 Release:0
 BuildArch:  noarch
 Url:http://pear.php.net/package/%{pear_name}
@@ -30,14 +30,14 @@
 Source1:%{pear_name}.rpmlintrc
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  php >= 4.2.0
+BuildRequires:  php >= 5.0.0
 %if 0%{?sles_version} == 10
 BuildRequires:  php-macros
 %else
-BuildRequires:  php-devel >= 4.2.0
+BuildRequires:  php-devel >= 5.0.0
 %endif
 BuildRequires:  php-pear >= 1.4.0
-Requires:   php >= 4.2.0
+Requires:   php >= 5.0.0
 Requires:   php-pear >= 1.4.0
 
 Provides:   pear-%{pear_name}
@@ -77,8 +77,6 @@
 There is also a driver for the dbase extension, but it can't be used
 interchangeably because dbase doesn't support many standard DBMS features.
 
-DB is compatible with both PHP 4 and PHP 5.
-
 %prep
 %setup -c
 

++ DB-1.7.14.tgz -> DB-1.8.2.tgz ++
 46669 lines of diff (skipped)

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



commit psi+ for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package psi+ for openSUSE:Factory checked in 
at 2014-12-16 14:48:24

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


Package is "psi+"

Changes:

--- /work/SRC/openSUSE:Factory/psi+/psi+.changes2014-08-27 
07:46:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.psi+.new/psi+.changes   2014-12-16 
14:48:05.0 +0100
@@ -1,0 +2,8 @@
+Fri Dec  5 10:05:52 UTC 2014 - jsl...@suse.com
+
+- update to 20141129
+  * updated translations
+  * many bugfixes (see ChangeLog)
+  * login1-dbus-suspend.patch: remove, in upstream
+
+---

Old:

  login1-dbus-suspend.patch
  psi+-20140723.tar.xz

New:

  psi+-20141129.tar.xz



Other differences:
--
++ psi+.spec ++
--- /var/tmp/diff_new_pack.XnBI41/_old  2014-12-16 14:48:07.0 +0100
+++ /var/tmp/diff_new_pack.XnBI41/_new  2014-12-16 14:48:07.0 +0100
@@ -18,14 +18,13 @@
 
 Name:   psi+
 Url:http://code.google.com/p/psi-dev/
-Version:20140723
+Version:20141129
 Release:0
 Summary:Jabber client using Qt
 License:GPL-2.0+
 Group:  Productivity/Networking/Talk/Clients
 Source0:psi+-%{version}.tar.xz
 Source1:psi-plus-l10n-1.tar.xz
-Patch0: login1-dbus-suspend.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  aspell-devel
 BuildRequires:  fdupes
@@ -316,7 +315,6 @@
 
 %prep
 %setup -q -b 1
-%patch0 -p1
 
 %defineplugins generic/attentionplugin generic/autoreplyplugin 
generic/birthdayreminderplugin generic/captchaformsplugin generic/cleanerplugin 
generic/clientswitcherplugin generic/conferenceloggerplugin 
generic/contentdownloaderplugin generic/extendedmenuplugin 
generic/extendedoptionsplugin generic/gmailserviceplugin generic/gnupgplugin 
generic/gomokugameplugin generic/historykeeperplugin generic/chessplugin 
generic/icqdieplugin generic/imageplugin generic/jabberdiskplugin 
generic/juickplugin generic/otrplugin generic/pepchangenotifyplugin 
generic/qipxstatusesplugin generic/screenshotplugin generic/skinsplugin 
generic/stopspamplugin generic/storagenotesplugin generic/translateplugin 
generic/videostatusplugin generic/watcherplugin unix/gnome3supportplugin
 

++ psi+-20140723.tar.xz -> psi+-20141129.tar.xz ++
/work/SRC/openSUSE:Factory/psi+/psi+-20140723.tar.xz 
/work/SRC/openSUSE:Factory/.psi+.new/psi+-20141129.tar.xz differ: char 25, line 
1

++ psi-plus-l10n-1.tar.xz ++
 158354 lines of diff (skipped)

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



commit hylafax for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package hylafax for openSUSE:Factory checked 
in at 2014-12-16 14:48:24

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


Package is "hylafax"

Changes:

--- /work/SRC/openSUSE:Factory/hylafax/hylafax.changes  2014-02-02 
07:35:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.hylafax.new/hylafax.changes 2014-12-16 
14:48:09.0 +0100
@@ -1,0 +2,15 @@
+Wed Dec  3 13:35:57 UTC 2014 - bwiedem...@suse.com
+
+- use rchylafax -> service symlink for proper status (bnc#908023)
+
+---
+Mon Nov 17 05:23:00 UTC 2014 - Led 
+
+- fix bashism in a2pswrap, faxcron, suse.de-faxcron scripts
+- fix shebang in notify.awk script
+- update patches:
+  * hylafax-6.0.4.patch
+- add patches:
+  * hylafax-6.0.6-fix-notify.patch
+
+---

Old:

  hylafax-SuSE.tar.lzma
  latex-cover-1.04.tar.lzma

New:

  hylafax-6.0.6-fix-notify.patch
  hylafax-SuSE.tar.xz
  latex-cover-1.04.tar.xz



Other differences:
--
++ hylafax.spec ++
--- /var/tmp/diff_new_pack.GdjZ5w/_old  2014-12-16 14:48:11.0 +0100
+++ /var/tmp/diff_new_pack.GdjZ5w/_new  2014-12-16 14:48:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hylafax
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -40,8 +40,8 @@
 Version:6.0.6
 Release:0
 Source: %{name}-%{version}.tar.gz
-Source1:latex-cover-1.04.tar.lzma
-Source2:%{name}-SuSE.tar.lzma
+Source1:latex-cover-1.04.tar.xz
+Source2:%{name}-SuSE.tar.xz
 Source3:%{name}-rpmlintrc
 Source4:hylafax-6.0.4.de.po
 Patch:  hylafax-6.0.4.patch
@@ -52,6 +52,7 @@
 Patch5: hylafax-6.0.4-asciifix.patch
 Patch6: hylafax-6.0.4-warning.patch
 Patch7: hylafax-6.0.4-dispatch-isdn.patch
+Patch8: hylafax-6.0.6-fix-notify.patch
 Patch9: hylafax-6.0.4-no-timestamp.patch
 Patch10:hylafax-6.0.4-DESTDIR.patch
 Patch11:hylafax-6.0.4-configure.patch
@@ -88,10 +89,11 @@
 %patch5
 %patch6
 %patch7
+%patch8 -p1
 %patch9
 %patch10
 %patch11
-%patch12
+%patch12 -F2
 # needs to be executable 
 chmod 755 SuSE/usr/lib/fax/a2pswrap
 find ../ -name .cvsignore -exec rm {} \;  
@@ -126,7 +128,7 @@
  LOCALEDIR=%{_datadir}/locale install
 install -m755 etc/hylafax %{buildroot}%{_sysconfdir}/init.d
 install -d %{buildroot}%{_sbindir}
-ln -sf ../../etc/init.d/hylafax %{buildroot}%{_sbindir}/rchylafax
+ln -sf service %{buildroot}%{_sbindir}/rchylafax
 cp -af SuSE/* %{buildroot}
 rm -f %{buildroot}/README.SuSE
 install -d %{buildroot}%{spooldir}/bin/

++ hylafax-6.0.4.patch ++
--- /var/tmp/diff_new_pack.GdjZ5w/_old  2014-12-16 14:48:12.0 +0100
+++ /var/tmp/diff_new_pack.GdjZ5w/_new  2014-12-16 14:48:12.0 +0100
@@ -648,7 +648,7 @@
 +  /sbin/startproc $FAXQ || return=$rc_failed
 +  /sbin/startproc $HFAXD -i $FAXPORT -o 4557 -s $SNPPPORT \
 +  || return=$rc_failed
-+  echo -e "$return"
++  printf "$return\n"
fi
  }
  
@@ -662,7 +662,7 @@
 +  $FAXQUIT >/dev/null 2>&1
 +  /sbin/killproc -TERM $HFAXD || return=$rc_failed
 +
-+  echo -e "$return"
++  printf "$return\n"
  }
  
  case $1 in
@@ -801,7 +801,7 @@
  # 4. Notify about sites that currently have jobs rejected.
  #
  
-+/usr/sbin/rchylafax status &>/dev/null || exit 0
++/usr/sbin/rchylafax status >/dev/null 2>&1 || exit 0
 +
  AGEINFO=30# purge remote info after 30 days inactivity
  AGELOG=30 # keep log info for last 30 days

++ hylafax-6.0.6-fix-notify.patch ++
diff -Ndur hylafax-6.0.6/util/notify.awk 
hylafax-6.0.6-fix-notify/util/notify.awk
--- hylafax-6.0.6/util/notify.awk   2012-06-06 03:58:38.0 +0300
+++ hylafax-6.0.6-fix-notify/util/notify.awk2014-11-17 07:20:27.426304225 
+0200
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/awk -f
 #  $Id$
 #
 # HylaFAX Facsimile Software
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit bleachbit for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2014-12-16 14:48:25

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


Package is "bleachbit"

Changes:

--- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes  2014-09-15 
18:24:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2014-12-16 
14:48:12.0 +0100
@@ -2 +2,23 @@
-Wed Sep 10 17:33:08 UTC 2014 - ec...@schirra.net
+Tue Dec  2 11:37:41 UTC 2014 - ec...@opensuse.org
+
+- Update to 1.6
+  * Google Chrome: fix error "Favicons is version 29"
+  * Google Chrome: clean application cache directory.
+  * Google Chrome and Chromium: in the Preferences (JSON) file 
+clean a list of HTTP servers that used SPDY, which can be used 
+to track servers to which the browser was connected
+  * Firefox: clean more session restore files
+  * Firefox: clean bookmark backups using a new option called 
+Backup.
+  * The auto-hide option, which was removed in version 1.0, 
+is available again.
+  * Specific to Linux 
+   - Google Chrome: delete Sync Data Backup
+   - Chromium: delete application cache directory
+   - Print a message when root account is being cleaned to avoid 
+  confusion
+   - Whitelist more KDE IPC files under /tmp/ to fix problem 
+  launching BleachBit as root
+
+---
+Wed Sep 10 17:33:08 UTC 2014 - ec...@opensuse.org
@@ -6,2 +28,2 @@
-  * Firefox: Purge the table moz_hosts in places.sqlite 
-for the option url_history
+  * Firefox: Purge the table moz_hosts in places.sqlite for the 
+option url_history
@@ -16 +38 @@
-  * Specific to Linux / Unix
+  * Specific to Linux
@@ -22,2 +44 @@
-  - Clean more history in the Links web browser 
-(thanks to tiemay)
+- Clean more history in the Links web browser (thanks to tiemay)
@@ -25,10 +45,0 @@
-  * Specific to Windows
-  - Winapp2.ini: on 64-bit systems expand %ProgramFiles% 
-and %CommonProgramFiles% to the 32-bit versions 
-in DetectFile= and FileKey=
-  - Winapp2.ini: support wildcards in DetectFile#=
-  - Winapp2.ini: support numbers in environment variable 
-names
-  - System Information: show ProgramFiles and ProgramW6432
-  - Avoid a crash when starting on Windows with 
-an exception in setting environment variables

Old:

  bleachbit-1.4.tar.bz2

New:

  bleachbit-1.6.tar.bz2



Other differences:
--
++ bleachbit.spec ++
--- /var/tmp/diff_new_pack.Z19fAp/_old  2014-12-16 14:48:14.0 +0100
+++ /var/tmp/diff_new_pack.Z19fAp/_new  2014-12-16 14:48:14.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   bleachbit
-Version:1.4
+Version:1.6
 Release:0
 Summary:Remove unnecessary files, free space, and maintain privacy
 License:GPL-3.0
@@ -50,7 +50,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p1
 sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \
 bleachbit/{CLI.py,GUI.py} bleachbit.py
 

++ bleachbit-1.4.tar.bz2 -> bleachbit-1.6.tar.bz2 ++
 9801 lines of diff (skipped)

++ bleachbit-kde-patch.patch ++
--- /var/tmp/diff_new_pack.Z19fAp/_old  2014-12-16 14:48:14.0 +0100
+++ /var/tmp/diff_new_pack.Z19fAp/_new  2014-12-16 14:48:14.0 +0100
@@ -1,8 +1,7 @@
-Index: cleaners/kde.xml
-===
 cleaners/kde.xml.orig
-+++ cleaners/kde.xml
-@@ -24,14 +24,14 @@
+diff -Pdpru bleachbit-1.6.orig/cleaners/kde.xml bleachbit-1.6/cleaners/kde.xml
+--- bleachbit-1.6.orig/cleaners/kde.xml2014-11-19 04:32:54.0 
+0100
 bleachbit-1.6/cleaners/kde.xml 2014-12-02 23:08:12.090055975 +0100
+@@ -24,20 +24,19 @@

  Cache
  Delete the cache
@@ -14,6 +13,7 @@

  Temporary files
  Delete the temporary files
+ This option may be incompatible with kdesudo
 -
 -
 +
@@ -21,3 +21,8 @@


  Recent documents list
+ Delete the list of recently used documents
+-
+ 
+   
+ 

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



commit monodevelop for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package monodevelop for openSUSE:Factory 
checked in at 2014-12-16 14:48:37

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


Package is "monodevelop"

Changes:

--- /work/SRC/openSUSE:Factory/monodevelop/monodevelop.changes  2014-06-17 
11:23:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.monodevelop.new/monodevelop.changes 
2014-12-16 14:48:26.0 +0100
@@ -1,0 +2,5 @@
+Sun Dec  7 20:11:50 UTC 2014 - mailaen...@opensuse.org
+
+- fix the internal dependency generator bnc#907278
+
+---



Other differences:
--
++ monodevelop.spec ++
--- /var/tmp/diff_new_pack.Ssgjxo/_old  2014-12-16 14:48:28.0 +0100
+++ /var/tmp/diff_new_pack.Ssgjxo/_new  2014-12-16 14:48:28.0 +0100
@@ -55,6 +55,7 @@
 License:LGPL-2.1 and MIT
 Group:  Development/Tools/IDE
 Source: 
http://download.mono-project.com/sources/%{name}/%{name}-%{version}-0.tar.bz2
+Source2:monodevelop-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 Requires:   mono-basic
@@ -68,10 +69,8 @@
 Suggests:   monodevelop-database
 Suggests:   monodevelop-debugger-gdb
 
-#%define _use_internal_dependency_generator 0
-# TODO: this does not work properly
-%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | %{_prefix}/lib/rpm/find-provides && printf "%s\\n" 
"${filelist[@]}" | %{_bindir}/mono-find-provides ; } | sort | uniq'
-%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | %{_prefix}/lib/rpm/find-requires && printf "%s\\n" 
"${filelist[@]}" | %{_bindir}/mono-find-requires ; } | sort | uniq'
+%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq'
+%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" 
"${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" 
"${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
 
 %description
 MonoDevelop is a full-featured integrated development

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



commit yast2-schema for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2014-12-16 14:48:21

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


Package is "yast2-schema"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2013-10-19 11:21:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new/yast2-schema.changes   
2014-12-16 14:47:57.0 +0100
@@ -1,0 +2,8 @@
+Wed Dec 10 15:16:35 CET 2014 - loci...@suse.com
+
+- Ignoring more packages that do not contain any AutoYaST support
+  during build to shorten the build cycle and to remove unneeded
+  dependencies
+- 3.1.1
+
+---

Old:

  yast2-schema-3.1.0.tar.bz2

New:

  yast2-schema-3.1.1.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.Uo9pQs/_old  2014-12-16 14:47:58.0 +0100
+++ /var/tmp/diff_new_pack.Uo9pQs/_new  2014-12-16 14:47:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-schema
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   yast2-schema
-Version:3.1.0
+Version:3.1.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 # FIXME: drop yast2-all-packages some day
-BuildRequires:  java2-devel-packages
 BuildRequires:  trang
 BuildRequires:  yast2-all-packages
 
@@ -51,6 +50,13 @@
 # To speedup && to easily recover from dependency hell
 #!BuildIgnore: yast2-pkg-bindings-devel-doc yast2-pkg-bindings zypper libzypp 
yast2-gtk yast2-qt yast2-ncurses yast2-qt-pkg yast2-ncurses-pkg
 
+# Yast packages without AutoYast support
+#!BuildIgnore: yast2-add-on-creator yast2-country-data yast2-firstboot 
yast2-live-installer yast2-product-creator yast2-trans-allpacks
+#!BuildIgnore: yast2-control-center yast2-control-center-gnome 
yast2-control-center-qt
+
+# Doc packages
+# !BuildIgnore: yast2-devel-doc yast2-inetd-doc yast2-installation-devel-doc 
yast2-network-devel-doc yast2-nis-server-devel-doc yast2-printer-devel-doc
+
 BuildArch:  noarch
 
 Summary:YaST2 - AutoYaST Schema

++ yast2-schema-3.1.0.tar.bz2 -> yast2-schema-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-3.1.0/CONTRIBUTING.md 
new/yast2-schema-3.1.1/CONTRIBUTING.md
--- old/yast2-schema-3.1.0/CONTRIBUTING.md  1970-01-01 01:00:00.0 
+0100
+++ new/yast2-schema-3.1.1/CONTRIBUTING.md  2014-10-01 11:17:55.0 
+0200
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/m

commit icinga for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package icinga for openSUSE:Factory checked 
in at 2014-12-16 14:48:17

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


Package is "icinga"

Changes:

--- /work/SRC/openSUSE:Factory/icinga/icinga.changes2014-11-29 
08:39:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.icinga.new/icinga.changes   2014-12-16 
14:47:51.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  4 17:18:07 UTC 2014 - l...@linux-schulserver.de
+
+- use a bash script for rcicinga to integrate some additional 
+  options from old sysvinit script (check, check_verbose)
+
+---

New:

  icinga_sysvinit_compat



Other differences:
--
++ icinga.spec ++
--- /var/tmp/diff_new_pack.qEiVtY/_old  2014-12-16 14:47:54.0 +0100
+++ /var/tmp/diff_new_pack.qEiVtY/_new  2014-12-16 14:47:54.0 +0100
@@ -79,6 +79,7 @@
 BuildRequires:  zlib-devel
 %if 0%{?using_systemd}
 BuildRequires:  systemd
+Source100:  icinga_sysvinit_compat
 %endif
 Requires:   net-tools
 Requires(pre):  %fillup_prereq
@@ -432,7 +433,7 @@
 # init-scripts
 # remove the default init script as SUSE uses an adapted one
 %if 0%{?using_systemd}
-ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
+install -D -m0755 %{SOURCE100} %{buildroot}%{_sbindir}/rc%{name}
 ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rcido2db
 install -D -m0755 %{SOURCE18} 
"%{buildroot}%{icinga_libdir}/icinga-exec-start-pre"
 install -D -m0755 %{SOURCE19} 
"%{buildroot}%{icinga_libdir}/ido2db-exec-start-pre"
@@ -607,12 +608,13 @@
 %{_mandir}/man8/icinga*.8*
 %{_sbindir}/%{name}
 %attr(0755,root,%{icinga_group}) %{_sbindir}/icingastats
-%{_sbindir}/rc%{name}
 %if 0%{?using_systemd}
+%attr(0755,root,root) %{_sbindir}/rc%{name}
 %{icinga_libdir}/icinga-exec-start-pre
 %exclude %{icinga_libdir}/ido2db-exec-start-pre
 %{_unitdir}/icinga.service
 %else
+%{_sbindir}/rc%{name}
 %{_initrddir}/%{name}
 %endif
 %{icinga_datadir}/p1.pl


++ icinga_sysvinit_compat ++
#! /bin/sh
# Copyright (c) 2014 SUSE Linux GmbH, Germany.
# Author: Lars Vogdt
# 
# /usr/sbin/rcicinga
#
# Systemd enhancements script for Icinga
#

. /etc/rc.status

ICINGA_BIN='/usr/sbin/icinga'
ICINGA_CFG='/etc/icinga/icinga.cfg'
ICINGA_CFG_ERR_LOG='/var/log/icinga/config.err'

# Read config and log errors in logfile
config_check () {
case "$1" in
verbose)
$ICINGA_BIN -v "$ICINGA_CFG" >"$ICINGA_CFG_ERR_LOG" 2>&1
if [ $? -eq 0 ]; then
return 0
else
return 1
fi
;;
*)   
$ICINGA_BIN -v "$ICINGA_CFG" >/dev/null 2>&1
if [ $? -eq 0 ]; then
return 0
else
$ICINGA_BIN -v "$ICINGA_CFG" >"$ICINGA_CFG_ERR_LOG" 2>&1
return 1
fi
;;
esac
}

# Check for missing binaries (stale symlinks should not happen)
# Note: Special treatment of stop for LSB conformance
test -x "$ICINGA_BIN" || { echo "$ICINGA_BIN not installed or not executable.";
if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; }

# Check for existence of needed config file
test -r "$ICINGA_CFG" || { echo "$ICINGA_CFG not existing or readable.";
if [ "$1" = "stop" ]; then exit 0;
else exit 6; fi; }

# Reset status of this service
rc_reset

case "$1" in
check)
echo -n "Starting configuration check "
config_check
if [ $? -eq 0 ]; then
echo "- passed configuration check"
test -f $ICINGA_CFG_ERR_LOG && rm $ICINGA_CFG_ERR_LOG
rc_reset
else
echo "- detected Error in configuration files"
echo "Please read $ICINGA_CFG_ERR_LOG"
rc_failed
fi
rc_status -v
;;
check_verbose)
echo "Running verbose configuration check..."
config_check verbose
exitcode=$?
cat "$ICINGA_CFG_ERR_LOG"
rc_failed $exitcode
rc_status -v
rc_exit
;;
*)
/bin/systemctl $* icinga.service
;;
esac
rc_exit
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xchm for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package xchm for openSUSE:Factory checked in 
at 2014-12-16 14:48:20

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


Package is "xchm"

Changes:

--- /work/SRC/openSUSE:Factory/xchm/xchm.changes2014-05-13 
20:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.xchm.new/xchm.changes   2014-12-16 
14:47:56.0 +0100
@@ -1,0 +2,6 @@
+Sun Dec  7 00:56:45 UTC 2014 - jeng...@inai.de
+
+- Update to git snapshot 1.23+git568 to enable switching to
+  wxWidgets 3
+
+---

Old:

  xchm-1.23.tar.xz

New:

  xchm-1.23+git568.tar.xz



Other differences:
--
++ xchm.spec ++
--- /var/tmp/diff_new_pack.RNciO7/_old  2014-12-16 14:47:57.0 +0100
+++ /var/tmp/diff_new_pack.RNciO7/_new  2014-12-16 14:47:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xchm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,21 @@
 
 
 Name:   xchm
-Version:1.23
+Version:1.23+git568
 Release:0
 Summary:A wxWidgets CHM document viewer
 License:GPL-2.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://xchm.sf.net/
 
-#Freecode-URL: http://freecode.com/projects/xchm/
 #Git-Clone:git://git.code.sf.net/p/xchm/code
+#Snapshot: e8f2dcc83412ca0d6074fbc82689d495f300a883
 #DL-URL:   http://downloads.sf.net/xchm/xchm-1.23.tar.gz
 Source: %name-%version.tar.xz
+BuildRequires:  automake
 BuildRequires:  chmlib-devel
 BuildRequires:  gcc-c++
-BuildRequires:  wxWidgets-devel >= 2.8
+BuildRequires:  wxWidgets-devel >= 3.0
 BuildRequires:  xz
 
 %description
@@ -45,6 +46,7 @@
 %setup
 
 %build
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -55,7 +57,8 @@
 %files -f xchm.lang
 %defattr(-,root,root)
 %_bindir/xchm
-%_datadir/pixmaps/xchm*
+%_datadir/pixmaps/*.xpm
+%_datadir/pixmaps/*.png
 %doc COPYING
 
 %changelog

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



commit WALinuxAgent for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package WALinuxAgent for openSUSE:Factory 
checked in at 2014-12-16 14:48:29

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


Package is "WALinuxAgent"

Changes:

--- /work/SRC/openSUSE:Factory/WALinuxAgent/WALinuxAgent.changes
2014-11-26 10:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.WALinuxAgent.new/WALinuxAgent.changes   
2014-12-16 14:48:16.0 +0100
@@ -1,0 +2,9 @@
+Fri Dec 12 13:25:07 UTC 2014 - rschweik...@suse.com
+
+- Update to version 2.0.11 (bnc#909701)
+  + Implementation to support G-Series instances
+  + Multiple fixes for openSUSE-13.2+
+  + Multiple fixes for FreeBSD
+  + Remove waagent-use-wicked-for-13_2.patch, now included in upstream source
+
+---

Old:

  WALinuxAgent-2.0.9.tar.gz
  waagent-use-wicked-for-13_2.patch

New:

  WALinuxAgent-2.0.11.tar.gz



Other differences:
--
++ WALinuxAgent.spec ++
--- /var/tmp/diff_new_pack.TAFcYd/_old  2014-12-16 14:48:17.0 +0100
+++ /var/tmp/diff_new_pack.TAFcYd/_new  2014-12-16 14:48:17.0 +0100
@@ -20,13 +20,12 @@
 Summary:The Windows Azure Linux Agent
 License:Apache-2.0
 Group:  System/Daemons
-Version:2.0.9
+Version:2.0.11
 Release:0
 Url:https://github.com/Azure/WALinuxAgent
 Source0:
https://github.com/Azure/%{name}/archive/%{name}-%{version}.tar.gz
 Source1:99-azure-timeout.rules
 Source2:README.SUSE
-Patch0: waagent-use-wicked-for-13_2.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 
@@ -72,7 +71,6 @@
 
 %prep
 %setup -qn %{name}-%{name}-%{version}
-%patch0 -p1
 
 find . -type f -exec sed -i 's/\r//' {} +
 find . -type f -exec chmod 0644 {} +

++ WALinuxAgent-2.0.9.tar.gz -> WALinuxAgent-2.0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WALinuxAgent-WALinuxAgent-2.0.9/Changelog 
new/WALinuxAgent-WALinuxAgent-2.0.11/Changelog
--- old/WALinuxAgent-WALinuxAgent-2.0.9/Changelog   2014-11-07 
09:14:54.0 +0100
+++ new/WALinuxAgent-WALinuxAgent-2.0.11/Changelog  2014-12-11 
10:04:31.0 +0100
@@ -1,5 +1,12 @@
 WALinuxAgent  Changelog
 |||
+11 Dec 2014, WALinuxAgent 2.0.11
+   . Add support for GPT(Guid Partition Table)
+
+27 Nov 2014, WALinuxAgent 2.0.10
+   . Multiple fixes for openSUSE-13.2+
+   . Multiple fixes for FreeBSD
+
 06 Nov 2014, WALinuxAgent 2.0.9
. Add support for CoreOS
. Add support for Fedora
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WALinuxAgent-WALinuxAgent-2.0.9/fix-gpt-ubuntu.py 
new/WALinuxAgent-WALinuxAgent-2.0.11/fix-gpt-ubuntu.py
--- old/WALinuxAgent-WALinuxAgent-2.0.9/fix-gpt-ubuntu.py   1970-01-01 
01:00:00.0 +0100
+++ new/WALinuxAgent-WALinuxAgent-2.0.11/fix-gpt-ubuntu.py  2014-12-11 
10:04:31.0 +0100
@@ -0,0 +1,39 @@
+#!/usr/bin/env python
+#
+# Copyright 2014 Microsoft Corporation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# Implements parts of RFC 2131, 1541, 1497 and
+# http://msdn.microsoft.com/en-us/library/cc227282%28PROT.10%29.aspx
+# http://msdn.microsoft.com/en-us/library/cc227259%28PROT.13%29.aspx
+#
+
+import subprocess
+
+"""
+WARNING: This script will remove all partitions in resource disk and create
+a new one using the entire disk space.
+"""
+if __name__ == '__main__':
+print 'Umnout resource disk...'
+subprocess.call(['umount', '/dev/sdb1'])
+print 'Remove old partitions...'
+subprocess.call(['parted', '/dev/sdb', 'rm', '1'])
+subprocess.call(['parted', '/dev/sdb', 'rm', '2'])
+print 'Create new partition using the entire resource disk...'
+subprocess.call(['parted', '/dev/sdb','mkpart', 'primary', '0%', '100%'])
+subprocess.call(['mkfs.ext4', '/dev/sdb1'])
+subprocess.call(['mount', '/dev/sdb1', '/mnt'])
+print 'Resource disk(/dev/sdb1) is mounted at /mnt'
+
diff 

commit ypserv for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ypserv for openSUSE:Factory checked 
in at 2014-12-16 14:48:16

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


Package is "ypserv"

Changes:

--- /work/SRC/openSUSE:Factory/ypserv/ypserv.changes2014-11-29 
08:39:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.ypserv.new/ypserv.changes   2014-12-16 
14:47:49.0 +0100
@@ -1,0 +2,7 @@
+Sat Dec  6 20:49:33 UTC 2014 - jeng...@inai.de
+
+- Run build in parallel. Specfile cleanups: reduce filelists by
+  using wildcards, remove %doc (it is implicit for documentation
+  paths), use rpm macros in place of expansions.
+
+---



Other differences:
--
++ ypserv.spec ++
--- /var/tmp/diff_new_pack.94rVpD/_old  2014-12-16 14:47:50.0 +0100
+++ /var/tmp/diff_new_pack.94rVpD/_new  2014-12-16 14:47:50.0 +0100
@@ -19,8 +19,8 @@
 Name:   ypserv
 Version:3.0
 Release:0
-Url:http://www.linux-nis.org/nis/ypserv/
-Summary:YP - (NIS)-Server
+Url:http://linux-nis.org/nis/ypserv/
+Summary:Network Information Service (NIS/YP) server
 License:GPL-2.0
 Group:  Productivity/Networking/NIS
 PreReq: %fillup_prereq
@@ -77,51 +77,41 @@
 %patch
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS"
-./configure --prefix=%{_prefix} --enable-fqdn --mandir=%{_mandir}
-make
+%configure --enable-fqdn --libexecdir="%_libexecdir/yp"
+make %{?_smp_mflags}
 
 %install
-mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
-mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
-mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/yp
-%if %{suse_version} >= 1310
-mkdir -p $RPM_BUILD_ROOT%{_unitdir}
-%else
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-%endif
-DOCDIR=%{_defaultdocdir}/yp
-install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}
-install -d -m 755 $RPM_BUILD_ROOT${DOCDIR}/ypserv
-make install DESTDIR=$RPM_BUILD_ROOT
-#install contrib/ypslave $RPM_BUILD_ROOT/usr/sbin/
-install -m 644 etc/ypserv.conf $RPM_BUILD_ROOT/etc/
-install -m 644 etc/securenets $RPM_BUILD_ROOT/var/yp
+%make_install
+mkdir -p "%buildroot/etc/sysconfig/SuSEfirewall2.d/services"
+mkdir -p "%buildroot/var/adm/fillup-templates"
+mkdir -p "%buildroot/%_defaultdocdir/yp/ypserv"
+#install contrib/ypslave %buildroot/usr/sbin/
+install -m 644 etc/ypserv.conf "%buildroot/etc/"
+install -m 644 etc/securenets "%buildroot/var/yp/"
 # install sysconfig.ypserv
-install -m 644 %SOURCE4 $RPM_BUILD_ROOT/var/adm/fillup-templates/
+install -m 644 %SOURCE4 "%buildroot/var/adm/fillup-templates/"
 # install SuSEfirewall2 service script
-install -m 644 %SOURCE5 
$RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/ypserv
+install -m 644 %SOURCE5 
"%buildroot/etc/sysconfig/SuSEfirewall2.d/services/ypserv"
 %if %{suse_version} >= 1310
-# install systemd files
-install -m 644 %SOURCE6 $RPM_BUILD_ROOT%{_unitdir}/ypserv.service
-install -m 644 %SOURCE7 $RPM_BUILD_ROOT%{_unitdir}/yppasswdd.service
-install -m 644 %SOURCE8 $RPM_BUILD_ROOT%{_unitdir}/ypxfrd.service
-install -m 755 %SOURCE9 $RPM_BUILD_ROOT%{_prefix}/lib/yp/yppasswdd-systemd-exec
-# create symlink for rcypserv, rcyppasswdd, rcypxfrd
-ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcypserv
-ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcyppasswdd
-ln -s /sbin/service $RPM_BUILD_ROOT%{_sbindir}/rcypxfrd
+mkdir -p "%buildroot/%_unitdir"
+install -m 644 %SOURCE6 "%buildroot/%_unitdir/ypserv.service"
+install -m 644 %SOURCE7 "%buildroot/%_unitdir/yppasswdd.service"
+install -m 644 %SOURCE8 "%buildroot/%_unitdir/ypxfrd.service"
+install -m 755 %SOURCE9 "%buildroot/%_libexecdir/yp/yppasswdd-systemd-exec"
+ln -s service "%buildroot/%_sbindir/rcypserv"
+ln -s service "%buildroot/%_sbindir/rcyppasswdd"
+ln -s service "%buildroot/%_sbindir/rcypxfrd"
 %else
-# install init scripts
-install -m 755 %SOURCE1 $RPM_BUILD_ROOT/etc/init.d/ypserv
-install -m 755 %SOURCE2 $RPM_BUILD_ROOT/etc/init.d/yppasswdd
-install -m 755 %SOURCE3 $RPM_BUILD_ROOT/etc/init.d/ypxfrd
-ln -sf ../../etc/init.d/yppasswdd   $RPM_BUILD_ROOT/usr/sbin/rcyppasswdd
-ln -sf ../../etc/init.d/ypxfrd  $RPM_BUILD_ROOT/usr/sbin/rcypxfrd
-ln -sf ../../etc/init.d/ypserv  $RPM_BUILD_ROOT/usr/sbin/rcypserv
+mkdir -p "%buildroot/%_initrddir"
+install -m 755 %SOURCE1 "%buildroot/%_initrddir/ypserv"
+install -m 755 %SOURCE2 "%buildroot/%_initrddir/yppasswdd"
+install -m 755 %SOURCE3 "%buildroot/%_initrddir/ypxfrd"
+ln -sf ../../etc/init.d/yppasswdd "%buildroot/%_sbindir/rcyppasswdd"
+ln -sf ../../etc/init.d/ypxfrd"%buildroot/%_sbindir/rcypxfrd"
+ln -sf ../../etc/init.d/ypserv"%buildroot/%_sbindir/rcypserv"
 %end

commit iouyap for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package iouyap for openSUSE:Factory checked 
in at 2014-12-16 14:48:22

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


Package is "iouyap"

Changes:

--- /work/SRC/openSUSE:Factory/iouyap/iouyap.changes2014-12-03 
22:50:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.iouyap.new/iouyap.changes   2014-12-16 
14:47:58.0 +0100
@@ -1,0 +2,12 @@
+Fri Dec 12 11:19:09 UTC 2014 - and...@opensuse.org
+
+- added -I flag when compiling
+
+---
+Wed Dec 11 22:25:55 UTC 2014 - and...@opensuse.org
+
+- Fixed package description
+- made rpmlint happy by using -fPIE and -pie flags to make the code
+  position independent
+
+---



Other differences:
--
++ iouyap.spec ++
--- /var/tmp/diff_new_pack.Sxhsj1/_old  2014-12-16 14:48:01.0 +0100
+++ /var/tmp/diff_new_pack.Sxhsj1/_new  2014-12-16 14:48:01.0 +0100
@@ -41,6 +41,8 @@
 %description
 Bridge IOU to TAP, UDP and Ethernet, mainly used by gns3server
 
+In order to use iouyap as non-root user, the user needs to be member of the 
iouyap group!
+
 %prep
 %setup -q
 %patch0 -p1
@@ -50,7 +52,7 @@
 %build
 bison --yacc -dv netmap_parse.y
 flex netmap_scan.l
-gcc -Wall %optflags *.c -o %{name} -liniparser -lpthread
+gcc -I -Wall -fPIE %optflags *.c -o %{name} -liniparser -lpthread -pie
 
 %install
 %__mkdir_p %{buildroot}/%{_libexecdir}

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



commit shorewall for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2014-12-16 14:48:18

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


Package is "shorewall"

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2014-11-24 
11:10:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-12-16 
14:47:54.0 +0100
@@ -1,0 +2,9 @@
+Thu Dec 11 21:07:03 UTC 2014 - dims...@opensuse.org
+
+- Do not buildrequire openSUSE-release: it's a daily changing
+  package and causes thus frequent rebuilds for no reason.
+  configure and install both try to guess the target from
+  /etc/os-release. So we simply inject BUILD=suse for the openSUSE
+  case.
+
+---



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.4XmFDZ/_old  2014-12-16 14:47:56.0 +0100
+++ /var/tmp/diff_new_pack.4XmFDZ/_new  2014-12-16 14:47:56.0 +0100
@@ -67,7 +67,6 @@
 BuildArch:  noarch
 BuildRequires:  bash >= 4
 %if 0%{?suse_version}
-BuildRequires:  openSUSE-release
 %{perl_requires}
 %endif
 %if 0%{?redhat_version} || 0%{?centos_version}
@@ -383,6 +382,9 @@
DESTDIR=%buildroot ./install.sh  shorewallrc
 else
install -d %buildroot/%_sysconfdir/NetworkManager/dispatcher.d
+   %if 0%{suse_version}
+   BUILD=suse \
+   %endif
DESTDIR=%buildroot ./install.sh shorewallrc
 
 if [ -f ${DESTDIR}/etc/ppp ]; then

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



commit snapper for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2014-12-16 14:47:36

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


Package is "snapper"

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2014-10-08 
22:13:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2014-12-16 
14:46:55.0 +0100
@@ -1,0 +2,21 @@
+Fri Dec 12 10:34:37 CET 2014 - aschn...@suse.de
+
+- improved error messages (bsc#889928 and bsc#903834)
+
+---
+Thu Dec 11 17:58:14 CET 2014 - aschn...@suse.de
+
+- support weekly snapshots in cleanup algorithm (see
+  gh#openSUSE/snapper#135)
+
+---
+Thu Oct 23 12:05:12 CEST 2014 - aschn...@suse.de
+
+- use boost unit test framework and automake check feature
+
+---
+Fri Oct 10 12:15:36 CEST 2014 - aschn...@suse.de
+
+- improved fadvise usage
+
+---



Other differences:
--
++ snapper-0.2.4.tar.bz2 ++
 1866 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/snapper-0.2.4/client/Makefile.am new/snapper-0.2.4/client/Makefile.am
--- old/snapper-0.2.4/client/Makefile.am2014-04-10 12:28:10.0 
+0200
+++ new/snapper-0.2.4/client/Makefile.am2014-12-11 18:21:17.0 
+0100
@@ -4,7 +4,7 @@
 
 SUBDIRS = utils
 
-INCLUDES = -I$(top_srcdir) $(DBUS_CFLAGS)
+AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
 
 bin_PROGRAMS = snapper
 
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/snapper-0.2.4/client/cleanup.cc new/snapper-0.2.4/client/cleanup.cc
--- old/snapper-0.2.4/client/cleanup.cc 2014-03-03 17:32:41.0 +0100
+++ new/snapper-0.2.4/client/cleanup.cc 2014-12-11 18:21:17.0 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) [2011-2013] Novell, Inc.
+ * Copyright (c) [2011-2014] Novell, Inc.
  *
  * All Rights Reserved.
  *
@@ -24,6 +24,8 @@
 
 #include 
 
+#include "utils/equal-date.h"
+
 #include "commands.h"
 
 using namespace std;
@@ -189,31 +191,6 @@
 
 
 bool
-equal_year(const struct tm& tmp1, const struct tm& tmp2)
-{
-return tmp1.tm_year == tmp2.tm_year;
-}
-
-bool
-equal_month(const struct tm& tmp1, const struct tm& tmp2)
-{
-return equal_year(tmp1, tmp2) && tmp1.tm_mon == tmp2.tm_mon;
-}
-
-bool
-equal_day(const struct tm& tmp1, const struct tm& tmp2)
-{
-return equal_month(tmp1, tmp2) && tmp1.tm_mday == tmp2.tm_mday;
-}
-
-bool
-equal_hour(const struct tm& tmp1, const struct tm& tmp2)
-{
-return equal_day(tmp1, tmp2) && tmp1.tm_hour == tmp2.tm_hour;
-}
-
-
-bool
 is_first_yearly(list::const_iterator first,
list::const_iterator last,
XSnapshots::const_iterator it1)
@@ -230,6 +207,14 @@
 }
 
 bool
+is_first_weekly(list::const_iterator first,
+   list::const_iterator last,
+   XSnapshots::const_iterator it1)
+{
+return is_first(first, last, it1, equal_week);
+}
+
+bool
 is_first_daily(list::const_iterator first,
   list::const_iterator last,
   XSnapshots::const_iterator it1)
@@ -253,6 +238,7 @@
 size_t limit_hourly = 10;
 size_t limit_daily = 10;
 size_t limit_monthly = 10;
+size_t limit_weekly = 0;
 size_t limit_yearly = 10;
 
 XConfigInfo ci = command_get_xconfig(conn, config_name);
@@ -263,6 +249,8 @@
pos->second >> limit_hourly;
 if ((pos = ci.raw.find("TIMELINE_LIMIT_DAILY")) != ci.raw.end())
pos->second >> limit_daily;
+if ((pos = ci.raw.find("TIMELINE_LIMIT_WEEKLY")) != ci.raw.end())
+   pos->second >> limit_weekly;
 if ((pos = ci.raw.find("TIMELINE_LIMIT_MONTHLY")) != ci.raw.end())
pos->second >> limit_monthly;
 if ((pos = ci.raw.find("TIMELINE_LIMIT_YEARLY")) != ci.raw.end())
@@ -270,6 +258,7 @@
 
 size_t num_hourly = 0;
 size_t num_daily = 0;
+size_t num_weekly = 0;
 size_t num_monthly = 0;
 size_t num_yearly = 0;
 
@@ -298,6 +287,11 @@
  

commit rpcbind for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2014-12-16 14:47:40

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


Package is "rpcbind"

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2014-11-24 
11:14:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2014-12-16 
14:47:06.0 +0100
@@ -1,0 +2,50 @@
+Fri Dec 12 17:01:44 UTC 2014 - je...@suse.com
+
+- 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch: fix
+  merge issue causing segfaults on missing file (bnc#909619).
+
+---
+Thu Dec 11 13:07:09 CET 2014 - ku...@suse.de
+
+- Split off 0003-systemd-no-dualmode.patch from 
+  0001-systemd-enhancements.patch for easier upstream submission.
+- Split off 0004-systemd-sd_notify.patch from 
+  0001-systemd-enhancements.patch for easier upstream submission.
+- Rename 0001-systemd-enhancements.patch to 0001-systemd-unit-files.patch
+
+---
+Tue Dec  9 15:52:01 CET 2014 - ku...@suse.de
+
+- Update to latest rpcbind 0.2.2 upstream release.
+- Following patches are upstream:
+  - 0001-Fix-building-one-systems-w-out-nss.h.patch
+  - 0002-Rename-configure.in-to-configure.ac.patch
+  - 0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch
+  - 0004-Silence-a-warning-about-setgroups-being-implicitly-d.patch
+- Adjust following patches:
+  - 0005-Remove-obsolete-function-in6_fillscopeid.patch
+  - 0006-In-init_transport-move-creation-of-COTS-sockets-clos.patch
+  - 0018-configure-check-for-nss.h.patch
+- Obsolete patches:
+  - 0015-When-using-systemd-activation-make-rpcbind-notify-sy.patch
+  - 0016-Notify-systemd-unconditionally.patch
+  - 0012-Support-systemd-activation.patch
+  - 0013-socket-activation-Fix-rpcbind.service-to-use-separat.patch
+  - 0017-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch
+  - 0025-rpcinfo-warmstat_no-warning-about-missing-file.patch
+  - 0026-systemd-no-default-dep
+  - 0027-socket-before-service.patch
+  - 0028-rpcbind-after-var-run.patch
+  - 0029-rpcbind-sd-notify-stupid-errmsg.patch
+- New patches:
+  - 0001-systemd-enhancements.patch
+  - 0002-rpcinfo_warmstart-no_warning_about_missing_file.patch
+- Disabled patches:
+  - 0008-First-part-of-init_transport-refactoring.patch
+  - 0009-init_transport-move-the-registration-code-into-a-sep.patch
+  - 0010-Fix-the-behavior-when-specifying-the-h-option.patch
+  - 0011-Clean-up-the-way-we-handle-the-h-option-in-init_tran.patch
+  - 0014-When-using-systemd-redirect-syslog-calls-to-the-syst.patch
+  - 0024-rpcinfo-remove-obsolete-function-get_inet_address.patch
+
+---

Old:

  0001-Fix-building-one-systems-w-out-nss.h.patch
  0002-Rename-configure.in-to-configure.ac.patch
  0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch
  0004-Silence-a-warning-about-setgroups-being-implicitly-d.patch
  0012-Support-systemd-activation.patch
  0013-socket-activation-Fix-rpcbind.service-to-use-separat.patch
  0015-When-using-systemd-activation-make-rpcbind-notify-sy.patch
  0016-Notify-systemd-unconditionally.patch
  0017-Pull-the-sysconfig-file-into-rpcbind.service-and-use.patch
  0025-rpcinfo-warmstat_no-warning-about-missing-file.patch
  0026-systemd-no-default-dep
  0027-socket-before-service.patch
  0028-rpcbind-after-var-run.patch
  0029-rpcbind-sd-notify-stupid-errmsg.patch
  rpcbind-0.2.1_rc4.tar.bz2

New:

  0001-systemd-unit-files.patch
  0002-rpcinfo_warmstart-no_warning_about_missing_file.patch
  0003-systemd-no-dualmode.patch
  0004-systemd-sd_notify.patch
  rpcbind-0.2.2.tar.bz2



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.DscvdY/_old  2014-12-16 14:47:08.0 +0100
+++ /var/tmp/diff_new_pack.DscvdY/_new  2014-12-16 14:47:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rpcbind
-Version:0.2.1_rc4
+Version:0.2.2
 Release:0
 Summary:Transport independent RPC portmapper
 License:BSD-4-Clause
@@ -35,37 +35,25 @@
 BuildRequires:  pkgconfig(libsystemd-daemon)
 PreReq: %fillup_prereq
 Requires(pre):  /usr/sbin/useradd
-
-# The next three are from upstream, applied directly on top of rc4.
-Patch0: 0001-Fix-building-one-systems-w-out-nss.h.patch
-Patch1: 0002-Rename-configure.in-to-configure.ac.patch
-Patch2: 0003-rpcbind-rpcuser-not-being-set-in-Makefile.am.patch
-Patch3: 0004-Silence-a-warning-about-setgroups-being-implicitly-d.patch
-Patch4: 0005-Remove-obsolete-function-in6_fillscopeid.patc

commit pymol for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package pymol for openSUSE:Factory checked 
in at 2014-12-16 14:48:11

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


Package is "pymol"

Changes:

--- /work/SRC/openSUSE:Factory/pymol/pymol.changes  2014-10-31 
12:29:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.pymol.new/pymol.changes 2014-12-16 
14:47:43.0 +0100
@@ -1,0 +2,16 @@
+Thu Dec  4 14:43:13 UTC 2014 - dh...@wustl.edu
+
+- update to pymol 1.7.4.0
+  * use COMPONENTS_CIF environment variable to look for components.cif
+  * update fetchHosts and hostPaths URLs
+  * change order of mmCIF _atom_site columns on export
+  * use _atom_site.label_asym_id as segi
+  * cif: read first_model_num
+  * fixed _foo?bar lookup could fail in mmCIF parsing
+  * deprecated full_screen setting (use full_screen command)
+  * fix collada_* settings in pymol.settings
+  * fix apbs_tools for tcl/tk 8.6
+  * fix fullscreen on OSX w/ GLUT
+  * silence compiler warnings
+
+---

Old:

  pymol-1.7.3.1.svn4098.tar.xz

New:

  pymol-1.7.4.0.svn4104.tar.xz



Other differences:
--
++ pymol.spec ++
--- /var/tmp/diff_new_pack.I0ZfQZ/_old  2014-12-16 14:47:44.0 +0100
+++ /var/tmp/diff_new_pack.I0ZfQZ/_new  2014-12-16 14:47:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pymol
-Version:1.7.3.1.svn4098
+Version:1.7.4.0.svn4104
 Release:0
 Url:http://pymol.org
 Summary:A Molecular Viewer

++ pymol-1.7.3.1.svn4098.tar.xz -> pymol-1.7.4.0.svn4104.tar.xz ++
/work/SRC/openSUSE:Factory/pymol/pymol-1.7.3.1.svn4098.tar.xz 
/work/SRC/openSUSE:Factory/.pymol.new/pymol-1.7.4.0.svn4104.tar.xz differ: char 
26, line 1

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



commit python3-pymongo for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pymongo for openSUSE:Factory 
checked in at 2014-12-16 14:48:10

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


Package is "python3-pymongo"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pymongo/python3-pymongo.changes  
2013-06-21 19:01:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pymongo.new/python3-pymongo.changes 
2014-12-16 14:47:40.0 +0100
@@ -1,0 +2,92 @@
+Thu Dec 11 05:31:59 UTC 2014 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 2.7.2:
+  * PyMongo 2.7 is a major release with a large number of new features and bug
+fixes. Highlights include:
+- Full support for MongoDB 2.6.
+- A new :doc:"bulk write operations API ".
+- Support for server side query timeouts using
+  :meth:"~pymongo.cursor.Cursor.max_time_ms".
+- Support for writing :meth:"~pymongo.collection.Collection.aggregate"
+  output to a collection.
+- A new :meth:"~pymongo.collection.Collection.parallel_scan" helper.
+- :class:"~pymongo.errors.OperationFailure" and its subclasses now include
+  a :attr:"~pymongo.errors.OperationFailure.details" attribute with 
complete
+  error details from the server.
+- A new GridFS :meth:"~gridfs.GridFS.find" method that returns a
+  :class:"~gridfs.grid_file.GridOutCursor".
+- Greatly improved :doc:"support for mod_wsgi " when 
using
+  PyMongo's C extensions. Read "Jesse's blog post
+  " for 
details.
+- Improved C extension support for ARM little endian.
+  * Breaking changes
+- Version 2.7 drops support for replica sets running MongoDB versions older
+  than 1.6.2.
+  * Issues Resolved
+- See the "PyMongo 2.7 release notes in JIRA" for the list of resolved 
issues
+  in this release.
+
+- changes from version 2.6.3:
+  * Version 2.6.3 fixes issues reported since the release of 2.6.2, most
+importantly a semaphore leak when a connection to the server fails.
+  * Issues Resolved
+- See the "PyMongo 2.6.3 release notes in JIRA" for the list of resolved 
issues
+  in this release.
+
+- changes from version 2.6.2:
+  * Version 2.6.2 fixes a :exc:"TypeError" problem when max_pool_size=None
+is used in Python 3.
+  * Issues Resolved
+- See the "PyMongo 2.6.2 release notes in JIRA" for the list of resolved 
issues
+  in this release.
+
+- changes from version 2.6.1:
+  * Version 2.6.1 fixes a reference leak in
+the :meth:"~pymongo.collection.Collection.insert" method.
+  * Issues Resolved
+- See the "PyMongo 2.6.1 release notes in JIRA" for the list of resolved 
issues
+  in this release.
+
+- changes from version 2.6:
+  * Version 2.6 includes some frequently requested improvements and adds
+support for some early MongoDB 2.6 features.
+
+Special thanks go to Justin Patrin for his work on the connection pool
+in this release.
+  * Important new features:
+- The "max_pool_size" option for :class:"~pymongo.mongo_client.MongoClient"
+  and :class:"~pymongo.mongo_replica_set_client.MongoReplicaSetClient" now
+  actually caps the number of sockets the pool will open concurrently.
+  Once the pool has reached 
:attr:"~pymongo.mongo_client.MongoClient.max_pool_size"
+  operations will block waiting for a socket to become available. If
+  "waitQueueTimeoutMS" is set, an operation that blocks waiting for a 
socket
+  will raise :exc:"~pymongo.errors.ConnectionFailure" after the timeout. By
+  default "waitQueueTimeoutMS" is not set.
+  See :ref:"connection-pooling" for more information.
+- The :meth:"~pymongo.collection.Collection.insert" method automatically 
splits
+  large batches of documents into multiple insert messages based on
+  :attr:"~pymongo.mongo_client.MongoClient.max_message_size"
+- Support for the exhaust cursor flag.
+  See :meth:"~pymongo.collection.Collection.find" for details and caveats.
+- Support for the PLAIN and MONGODB-X509 authentication mechanisms.
+  See :doc:"the authentication docs " for more
+  information.
+- Support aggregation output as a :class:"~pymongo.cursor.Cursor". See
+  :meth:"~pymongo.collection.Collection.aggregate" for details.
+
+   * warning: SIGNIFICANT BEHAVIOR CHANGE in 2.6. Previously, "max_pool_size"
+  would limit only the idle sockets the pool would hold onto, not the
+  number of open sockets. The default has also changed, from 10 to 100.
+  If you pass a value for "max_pool_size" make sure it is large enough for
+  the expected load. (Sockets are only opened when needed, so there is no 
cost
+  to having a "max_pool_size" lar

commit dropbear for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2014-12-16 14:48:07

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


Package is "dropbear"

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2014-11-02 
16:46:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2014-12-16 
14:47:33.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 12:13:24 UTC 2014 - thard...@suse.com
+
+- replaced deprecated gpg-offline check by obs-service-source_validator
+
+---

Old:

  SHA1SUM.asc

New:

  dropbear-2014.66.tar.bz2.asc



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.qbaMj0/_old  2014-12-16 14:47:35.0 +0100
+++ /var/tmp/diff_new_pack.qbaMj0/_new  2014-12-16 14:47:35.0 +0100
@@ -28,7 +28,7 @@
 Group:  Productivity/Networking/SSH
 Url:http://matt.ucc.asn.au/dropbear/dropbear.html
 Source0:
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
-Source1:https://matt.ucc.asn.au/dropbear/SHA1SUM.asc
+Source1:
https://matt.ucc.asn.au/dropbear/SHA1SUM.asc#/%{name}-%{version}.tar.bz2.asc
 Source2:dropbear.keyring
 Source3:dropbear.service
 Source4:dropbear-keygen.service
@@ -36,9 +36,6 @@
 Source6:dropbear.init
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  zlib-devel
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 %if 0%{?using_systemd}
 %{?systemd_requires}
 %else
@@ -52,9 +49,6 @@
 It implements most required features of the SSH 2 protocol, and other features 
such as X11 and authentication agent forwarding.
 
 %prep
-%if 0%{?suse_version} >= 1230
-  %{?gpg_verify:  %gpg_verify "%{SOURCE1}"}
-%endif
 %setup -q
 
 %build

++ dropbear-2014.66.tar.bz2.asc ++
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

07a147b70a5402f38b2965e386cbe63dee1afd69  CHANGES
a7b04ff3c27059477ecdd8dccef7d43f644abe46  dropbear-2014.65.tar.bz2
793f5f1bb465b3c55e795d607932e8b21c130e95  dropbear-2014.66.tar.bz2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (Darwin)

iEYEARECAAYFAlRJDGYACgkQjPn4sExkf7wHRgCdH3TEUSKebFmT74e6NIuAAkpB
m78AoNIly2cnFzoimxixnNa7LDDRi64y
=MfF3
-END PGP SIGNATURE-

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



commit openconnect for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package openconnect for openSUSE:Factory 
checked in at 2014-12-16 14:47:37

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


Package is "openconnect"

Changes:

--- /work/SRC/openSUSE:Factory/openconnect/openconnect.changes  2014-12-06 
13:45:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.openconnect.new/openconnect.changes 
2014-12-16 14:46:59.0 +0100
@@ -1,0 +2,9 @@
+Wed Dec 10 15:16:32 UTC 2014 - rsalev...@suse.com
+
+- Update to Version 7.01
+  * Try harder to find a PKCS#11 key to match a given certificate.
+  * Handle 'Connection: close' from proxies correctly.
+  * Warn when MTU is set too low (<1280) to permit IPv6 connectivity.
+  * Add support for X-CSTP-DynDNS, to trigger DNS lookup on each reconnec
+
+---

Old:

  openconnect-7.00.tar.gz

New:

  openconnect-7.01.tar.gz



Other differences:
--
++ openconnect.spec ++
--- /var/tmp/diff_new_pack.SzadLG/_old  2014-12-16 14:47:03.0 +0100
+++ /var/tmp/diff_new_pack.SzadLG/_new  2014-12-16 14:47:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openconnect
-Version:7.00
+Version:7.01
 Release:0
 Summary:Open client for Cisco AnyConnect VPN
 License:LGPL-2.1+

++ openconnect-7.00.tar.gz -> openconnect-7.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openconnect-7.00/Makefile.am 
new/openconnect-7.01/Makefile.am
--- old/openconnect-7.00/Makefile.am2014-11-10 13:59:07.0 +0100
+++ new/openconnect-7.01/Makefile.am2014-12-07 19:52:55.0 +0100
@@ -75,8 +75,8 @@
 libopenconnect_la_LDFLAGS = $(LT_VER_ARG) @APIMAJOR@:@APIMINOR@ -no-undefined
 noinst_HEADERS = openconnect-internal.h openconnect.h gnutls.h
 include_HEADERS = openconnect.h
-if HAVE_SYMBOL_VERSIONING
-libopenconnect_la_LDFLAGS += -Wl,@VERSION_SCRIPT_ARG@,libopenconnect.map
+if HAVE_VSCRIPT
+libopenconnect_la_LDFLAGS += @VSCRIPT_LDFLAGS@,libopenconnect.map
 libopenconnect_la_DEPENDENCIES = libopenconnect.map
 endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openconnect-7.00/Makefile.in 
new/openconnect-7.01/Makefile.in
--- old/openconnect-7.00/Makefile.in2014-11-27 17:13:46.0 +0100
+++ new/openconnect-7.01/Makefile.in2014-12-07 22:17:23.0 +0100
@@ -93,22 +93,22 @@
 @OPENCONNECT_ICONV_TRUE@am__append_9 = $(lib_srcs_iconv)
 @OPENCONNECT_WIN32_TRUE@am__append_10 = $(lib_srcs_win32)
 @OPENCONNECT_WIN32_FALSE@am__append_11 = $(lib_srcs_posix)
-@HAVE_SYMBOL_VERSIONING_TRUE@am__append_12 = 
-Wl,@VERSION_SCRIPT_ARG@,libopenconnect.map
-@HAVE_SYMBOL_VERSIONING_FALSE@libopenconnect_la_DEPENDENCIES =  \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1) \
-@HAVE_SYMBOL_VERSIONING_FALSE@ $(am__DEPENDENCIES_1)
+@HAVE_VSCRIPT_TRUE@am__append_12 = @VSCRIPT_LDFLAGS@,libopenconnect.map
+@HAVE_VSCRIPT_FALSE@libopenconnect_la_DEPENDENCIES =  \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1) \
+@HAVE_VSCRIPT_FALSE@   $(am__DEPENDENCIES_1)
 @JNI_STANDALONE_TRUE@@OPENCONNECT_JNI_TRUE@am__append_13 = jni.c
 @JNI_STANDALONE_TRUE@@OPENCONNECT_JNI_TRUE@am__append_14 = $(JNI_CFLAGS) 
-Wno-missing-declarations
 @JNI_STANDALONE_FALSE@@OPENCONNECT_JNI_TRUE@am__append_15 = 
libopenconnect-wrapper.la
@@ -121,12 +121,13 @@
Change

commit wireshark for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2014-12-16 14:47:55

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2014-11-14 
09:19:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2014-12-16 
14:47:18.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec  3 20:37:44 UTC 2014 - andreas.stie...@gmx.de
+
+- Allow build with functions deprecated in gdk-pixbuf 2.31.2,
+  fixing build for openSUSE Factory,
+  add wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
+
+---

New:

  wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.ten78k/_old  2014-12-16 14:47:21.0 +0100
+++ /var/tmp/diff_new_pack.ten78k/_new  2014-12-16 14:47:21.0 +0100
@@ -40,6 +40,7 @@
 Patch2: wireshark-1.2.0-geoip.patch
 Patch4: wireshark-1.10.0-enable_lua.patch
 Patch5: wireshark-1.10.0-authors-pod2man.patch
+Patch6: wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
 BuildRequires:  bison
 BuildRequires:  cairo-devel
 BuildRequires:  flex
@@ -93,7 +94,11 @@
 BuildConflicts: libgnutls-devel >= 3.0.0
 %endif # SLE 11
 %endif # use_gnutls
-
+# for patch6 wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
+#
 Requires:   wireshark-ui = %{version}
 
 %description
@@ -174,8 +179,11 @@
 %endif # with qt
 
 %patch5 -p1
+%patch6 -p1
 
 %build
+# for patch6 wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch
+autoreconf -fiv
 
 # zlib-1.2.5 does not work well with wireshark, so disable it on pre-12.2
 %configure \

++ wireshark-1.12.x-allow-gdk-pixbuf-deprecation.patch ++
From: Andreas Stieger 
Date: Wed, 03 Dec 2014 00:09:42 +
Subject: allow use of deprecated gdk-pixbuf functions
References: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10750 
https://git.gnome.org/browse/gdk-pixbuf/commit/?id=48d76fb7f2d059013f5781b199245274998f05c9
Upstream: no

gdk-pixbuf 2.31.2 marked GdkPixdata including as deprecated,
including gdk_pixbuf_new_from_inline. Wireshark builds with
deprecated functions turned off by default, in this case
GDK_PIXBUF_DISABLE_DEPRECATED. Patch to configure.ac to allow use of
deprecated function until upstream has ported the code, or a
replacement patch is available.

Reported upstream:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10750

gdk-pixbuf change:
https://git.gnome.org/browse/gdk-pixbuf/commit/?id=48d76fb7f2d059013f5781b199245274998f05c9

Initial warning:
ui_utils.c: In function 'window_icon_realize_cb':
ui_utils.c:115:5: warning: implicit declaration of function 
'gdk_pixbuf_new_from_inline' [-Wimplicit-function-declaration]
icon = gdk_pixbuf_new_from_inline(-1, wsicon_16_pb_data, FALSE, NULL);
^
Causes these warnings due to the implicit declaration:
gui_utils.c:115:10: warning: assignment makes pointer from integer without a 
cast [enabled by default]
icon = gdk_pixbuf_new_from_inline(-1, wsicon_16_pb_data, FALSE, NULL);
^
Fails the package checks in these lines:
E: wireshark 64bit-portability-issue gui_utils.c:115, 117, 119, 121, 512
E: wireshark 64bit-portability-issue main.c:1513, 1519, 1525, 1531
E: wireshark 64bit-portability-issue prefs_layout.c:346, 347, 348, 349, 350, 351
E: wireshark 64bit-portability-issue stock_icons.c:413, 425

---
 configure.ac |1 -
 1 file changed, 1 deletion(-)

Index: wireshark-1.12.2/configure.ac
===
--- wireshark-1.12.2.orig/configure.ac  2014-11-12 18:44:05.0 +
+++ wireshark-1.12.2/configure.ac   2014-12-03 00:06:17.0 +
@@ -1531,7 +1531,6 @@ fi
 if test "$have_gtk" = "yes" ; then
# If we have GTK then add flags for it.
 
-   CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
if test \( $gtk_config_major_version -eq 3 -a $gtk_config_minor_version 
-ge 10 \) ; then
## Allow use of deprecated & disable deprecated warnings if Gtk 
>= 3.10;

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



commit re2c for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package re2c for openSUSE:Factory checked in 
at 2014-12-16 14:47:35

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


Package is "re2c"

Changes:

--- /work/SRC/openSUSE:Factory/re2c/re2c.changes2014-05-13 
20:46:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.re2c.new/re2c.changes   2014-12-16 
14:46:53.0 +0100
@@ -1,0 +2,13 @@
+Thu Dec 11 23:03:37 UTC 2014 - crrodrig...@opensuse.org
+
+- make test currently does nothing, make check however
+  executes the test suite.
+
+---
+Thu Dec 11 21:36:57 UTC 2014 - crrodrig...@opensuse.org
+
+- version 0.13.7.5 
+* Added UTF-8 and UTF-16 support.
+* fixed PHP HEREDOC problems.
+
+---

Old:

  re2c-0.13.6.tar.gz

New:

  re2c-0.13.7.5.tar.gz



Other differences:
--
++ re2c.spec ++
--- /var/tmp/diff_new_pack.q5Xmjb/_old  2014-12-16 14:46:54.0 +0100
+++ /var/tmp/diff_new_pack.q5Xmjb/_new  2014-12-16 14:46:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   re2c
-Version:0.13.6
+Version:0.13.7.5
 Release:0
 Summary:Tool for generating C-based recognizers from regular 
expressions
 License:SUSE-Public-Domain
@@ -49,7 +49,7 @@
 make %{?_smp_mflags}
 
 %check
-make test %{?_smp_mflags}
+make check %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}

++ re2c-0.13.6.tar.gz -> re2c-0.13.7.5.tar.gz ++
 377588 lines of diff (skipped)

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



commit a2ps for openSUSE:Factory

2014-12-16 Thread h_root


binCh0X4CuOpx.bin
Description: Binary data


commit ttf2pt1 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ttf2pt1 for openSUSE:Factory checked 
in at 2014-12-16 14:48:04

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


Package is "ttf2pt1"

Changes:

--- /work/SRC/openSUSE:Factory/ttf2pt1/ttf2pt1.changes  2011-09-23 
12:49:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.ttf2pt1.new/ttf2pt1.changes 2014-12-16 
14:47:28.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 10 21:22:00 UTC 2014 - Led 
+
+- fix "unsafe echo with backslash" in convert script
+- add patches:
+  * ttf2pt1-3.4.4-fix-convert.patch
+
+---

New:

  ttf2pt1-3.4.4-fix-convert.patch



Other differences:
--
++ ttf2pt1.spec ++
--- /var/tmp/diff_new_pack.4icPhB/_old  2014-12-16 14:47:30.0 +0100
+++ /var/tmp/diff_new_pack.4icPhB/_new  2014-12-16 14:47:30.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ttf2pt1 (Version 344)
+# spec file for package ttf2pt1
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   ttf2pt1
 BuildRequires:  freetype2-devel
 Requires:   t1utils
 Summary:True Type Font to PostScript Type 1 font converter
+License:BSD-3-Clause
+Group:  Productivity/Publishing/PS
 Version:344
-Release:175
+Release:0
 Url:http://ttf2pt1.sourceforge.net/
 # original Sources are .tgz
 Source0:http://download.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tar.bz2
@@ -32,8 +32,7 @@
 Patch0: %{name}.diff
 Patch1: ttf2pt1-3.4.1-freetype2.diff
 Patch2: freetype-2.1.7.patch
-License:BSD-3-Clause
-Group:  Productivity/Publishing/PS
+Patch3: ttf2pt1-3.4.4-fix-convert.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +54,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make CFLAGS_SYS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++ ttf2pt1-3.4.4-fix-convert.patch ++
diff -Ndur ttf2pt1-3.4.4/scripts/convert 
ttf2pt1-3.4.4-fix-convert/scripts/convert
--- ttf2pt1-3.4.4/scripts/convert   2002-08-09 03:32:28.0 +0300
+++ ttf2pt1-3.4.4-fix-convert/scripts/convert   2014-12-10 23:19:27.509768984 
+0200
@@ -352,16 +352,16 @@
 }
 
 [ -n "$GSDIR" ] || {
-   echo "$MYSELF: The Ghostscript base directory is not specified.\n" >&2
-   echo "$MYSELF: Installation of the Ghostscript fonts is deferred.\n" >&2
-   echo "$MYSELF: You can do it later by running x2gs\n" >&2
+   echo "$MYSELF: The Ghostscript base directory is not specified." >&2
+   echo "$MYSELF: Installation of the Ghostscript fonts is deferred." >&2
+   echo "$MYSELF: You can do it later by running x2gs." >&2
exit 0
 }
 
 echo "Installing the Ghostscript fonts"
 cd $RUNDIR
 $X2GS $CFGFILE || {
-   echo "$MYSELF: Installation of the Ghostscript fonts has failed.\n" >&2
-   echo "$MYSELF: You can correct the problem and run x2gs to repeat\n" >&2
+   echo "$MYSELF: Installation of the Ghostscript fonts has failed." >&2
+   echo "$MYSELF: You can correct the problem and run x2gs to repeat." >&2
exit 0
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mutt for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2014-12-16 14:48:06

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


Package is "mutt"

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2014-11-24 
11:09:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2014-12-16 
14:47:30.0 +0100
@@ -1,0 +2,6 @@
+Thu Dec  4 12:03:10 UTC 2014 - wer...@suse.de
+
+- Add patch bsc907453-CVE-2014-9116-jessie.patch to fix bsc#907453
+  CVE-2014-9116: heap-based buffer overflow in mutt_substrdup()
+
+---

New:

  bsc907453-CVE-2014-9116-jessie.patch



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.VQX0rR/_old  2014-12-16 14:47:33.0 +0100
+++ /var/tmp/diff_new_pack.VQX0rR/_new  2014-12-16 14:47:33.0 +0100
@@ -107,6 +107,8 @@
 Patch17:mutt-CVE-2014-0467.patch
 # PATCH-FIX-OPENSUSE bnc#899712 - fallback mailcap for e.g text/html
 Patch18:mutt-1.5.21-mailcap.diff
+# PATCH-FIX-SUSE: bsc#907453 - CVE-2014-9116: mutt: heap-based buffer overflow 
in mutt_substrdup()
+Patch19:bsc907453-CVE-2014-9116-jessie.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %global _sysconfdir %{_sysconfdir}
 
@@ -141,6 +143,7 @@
 %patch16 -p0 -b .crlf
 %patch17 -p1 -b .cve.2014.0467
 %patch18 -p1 -b .mailcap
+%patch19 -p1 -b .cvw2014.9116
 
 cp doc/Muttrc Muttrc.SuSE
 cp %{S:2} .

++ bsc907453-CVE-2014-9116-jessie.patch ++
This patch solves the issue raised by CVE-2014-9116 in bug 771125.

We correctly redefine what are the whitespace characters as per RFC5322; by
doing so we prevent mutt_substrdup from being used in a way that could lead to
a segfault.

The lib.c part was written by Antonio Radici  to prevent
crashes due to this kind of bugs from happening again.

The wheezy version of this patch is slightly different, therefore this patch
has -jessie prefixed in its name.

Index: mutt/lib.c
===
--- mutt/lib.c
+++ mutt/lib.c
@@ -819,6 +819,9 @@ char *mutt_substrdup (const char *begin,
   size_t len;
   char *p;
 
+  if (end != NULL && end < begin)
+return NULL;
+
   if (end)
 len = end - begin;
   else
Index: mutt/sendlib.c
===
--- mutt/sendlib.c
+++ mutt/sendlib.c
@@ -1814,7 +1814,11 @@ static int write_one_header (FILE *fp, i
 {
   tagbuf = mutt_substrdup (start, t);
   ++t; /* skip over the colon separating the header field name and value */
-  SKIPWS(t); /* skip over any leading whitespace */
+
+  /* skip over any leading whitespace (WSP, as defined in RFC5322) */
+  while (*t == ' ' || *t == '\t') 
+   t++;
+
   valbuf = mutt_substrdup (t, end);
 }
 dprint(4,(debugfile,"mwoh: buf[%s%s] too long, "


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



commit qiv for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package qiv for openSUSE:Factory checked in 
at 2014-12-16 14:48:01

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


Package is "qiv"

Changes:

--- /work/SRC/openSUSE:Factory/qiv/qiv.changes  2013-02-25 20:42:22.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qiv.new/qiv.changes 2014-12-16 
14:47:25.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 19 03:00:00 UTC 2014 - Led 
+
+- fix bashisms in qiv-command.example script
+- add patches:
+  * qiv-2.2.4-fix-bashisms.patch
+
+---

New:

  qiv-2.2.4-fix-bashisms.patch



Other differences:
--
++ qiv.spec ++
--- /var/tmp/diff_new_pack.wcfIhi/_old  2014-12-16 14:47:26.0 +0100
+++ /var/tmp/diff_new_pack.wcfIhi/_new  2014-12-16 14:47:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qiv
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Source0:http://spiegl.de/qiv/download/qiv-%{version}.tgz
 Patch0: magic-optimization.patch
 Patch1: update-copying.patch
+Patch2: qiv-2.2.4-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  file-devel
 BuildRequires:  gtk2-devel
@@ -77,6 +78,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 sed -i 's/-O2/$(RPM_OPT_FLAGS)/' Makefile
 
 %build

++ qiv-2.2.4-fix-bashisms.patch ++
diff -Ndur qiv-2.2.4/qiv-command.example 
qiv-2.2.4-fix-bashisms/qiv-command.example
--- qiv-2.2.4/qiv-command.example   2011-05-13 16:11:24.0 +0300
+++ qiv-2.2.4-fix-bashisms/qiv-command.example  2014-11-19 04:58:22.072827991 
+0200
@@ -38,7 +38,7 @@
 
 case "$pressed_key" in
 
-  0)
+  [0-57])
 # do something with the image ($2) ->
 #
 # example: copy
@@ -52,12 +52,9 @@
 # exiftool "$filename"
 # jhead "$filename"
 
-echo -ne "0 was pushed.\nStart your own programs by editing the\n\"$0\" 
file!";
-;;
-
-
-  1|2|3|4|5)
-echo -ne "$pressed_key was pushed.\nStart your own programs by editing 
the\n\"$0\" file!";
+echo "$pressed_key was pushed."
+echo "Start your own programs by editing the"
+echo -n "\"$0\" file!"
 ;;
 
   6)
@@ -66,10 +63,6 @@
 jhead -ce $filename
 ;;
 
-  7)
-echo -ne "$pressed_key was pushed.\nStart your own programs by editing 
the\n\"$0\" file!";
-;;
-
   8) # lossless rotation of JPG, without losing EXIF tags
 echo 2>&1 "Rotating to the left."
 jhead -cmd "jpegtran -perfect -rotate 270 -outfile &o &i" $filename 
>/dev/null
@@ -108,7 +101,7 @@
 new_img_name=`echo "$new_img_name" | tr ' ' '_'`
 new_img_name=${new_img_name%.[Jj][Pp][Gg]}-${img_timestamp}.jpg
 
-[[ -f $new_img_name ]] && exit 1
+[ -f $new_img_name ] && exit 1
 mv $filename $new_img_name
 echo "NEWNAME=$new_img_name"
 ;;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mgetty for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package mgetty for openSUSE:Factory checked 
in at 2014-12-16 14:48:03

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


Package is "mgetty"

Changes:

--- /work/SRC/openSUSE:Factory/mgetty/mgetty.changes2013-03-11 
07:24:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.mgetty.new/mgetty.changes   2014-12-16 
14:47:26.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 27 02:22:00 UTC 2014 - Led 
+
+- fix bashisms in faxback.sh script
+- add patches:
+  * mgetty-1.1.36-fix-bashisms.patch
+
+---

New:

  mgetty-1.1.36-fix-bashisms.patch



Other differences:
--
++ mgetty.spec ++
--- /var/tmp/diff_new_pack.IROvrE/_old  2014-12-16 14:47:28.0 +0100
+++ /var/tmp/diff_new_pack.IROvrE/_new  2014-12-16 14:47:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mgetty
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,7 @@
 Patch7: bug646280.patch
 Patch8: fixpie.patch
 Patch9: lp64.patch
+Patch10:%{name}-1.1.36-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -96,6 +97,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 ln -s policy.h-dist policy.h

++ mgetty-1.1.36-fix-bashisms.patch ++
diff -Ndur mgetty-1.1.36/voice/scripts/faxback.sh 
mgetty-1.1.36-fix-bashisms/voice/scripts/faxback.sh
--- mgetty-1.1.36/voice/scripts/faxback.sh  1997-06-17 07:31:50.0 
+0300
+++ mgetty-1.1.36-fix-bashisms/voice/scripts/faxback.sh 2014-11-27 
04:20:56.541910627 +0200
@@ -1,13 +1,13 @@
 #!/bin/sh
 #
 
-function receive
+receive()
  {
  read -r INPUT <&$VOICE_INPUT;
  echo "$INPUT";
  }
 
-function send
+send()
  {
  echo $1 >&$VOICE_OUTPUT;
  kill -PIPE $VOICE_PID
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perf for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2014-12-16 14:47:57

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


Package is "perf"

Changes:

--- /work/SRC/openSUSE:Factory/perf/perf.changes2014-07-02 
15:05:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes   2014-12-16 
14:47:21.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 27 12:06:49 UTC 2014 - dims...@opensuse.org
+
+- Build hack: if util/util.h does not (yet) define _DEFAULT_SOURCE,
+  we export WERROR=0, which removes -Werror from CFLAGS. Once a
+  kernel lands that defines _DEFAULT_SOURCE, we fail the build in
+  to remove this hack, making it a (hopefully_ short-livinging one.
+
+---



Other differences:
--
++ perf.spec ++
--- /var/tmp/diff_new_pack.pQOWxx/_old  2014-12-16 14:47:22.0 +0100
+++ /var/tmp/diff_new_pack.pQOWxx/_new  2014-12-16 14:47:22.0 +0100
@@ -66,11 +66,22 @@
 
 %build
 cd tools/perf
+# Temporary hack to build until the kernel update lands - we fail once the 
kernel update is there, so we know when to drop the hack
+if grep _DEFAULT_SOURCE util/util.h; then
+  # glibc 2.20 deprecated _BSD_SOURCE in favor of _DEFAULT_SOURCE; so if we 
have _DEFAULT_SOURCE defined, we're compatible already and don't need the hack
+  echo "Please remove this hack - the kernel has been updated to build fine 
with glibc 2.20"
+  false
+else
+  # if the kernel is not yet ready for glibc 2.20, we accept warnings without 
raising them to errors.
+  # Don't forget to remove the export WERROR=0 in the install section
+  export WERROR=0
+fi
 # PASS rpm optflags as EXTRA_FLAGS,  passing as CFLAGS overrides and breaks 
build
 make -f Makefile.perf EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr 
perfexecdir=lib/%{name}-core all doc %{_perf_unwind}
 
 %install
 cd tools/perf
+export WERROR=0
 make -f Makefile.perf V=1 EXTRA_CFLAGS="%{optflags}" prefix=/usr 
perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} install install-doc 
%{_perf_unwind}
 
 %files

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



commit yate for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2014-12-16 14:47:59

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


Package is "yate"

Changes:

--- /work/SRC/openSUSE:Factory/yate/yate.changes2014-08-13 
17:08:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2014-12-16 
14:47:24.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 01:51:00 UTC 2014 - Led 
+
+- fix bashism in echo.sh script
+- add patches:
+  * yate-fix-bashisms.patch
+
+---

New:

  yate-fix-bashisms.patch



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.eV2Zh2/_old  2014-12-16 14:47:25.0 +0100
+++ /var/tmp/diff_new_pack.eV2Zh2/_new  2014-12-16 14:47:25.0 +0100
@@ -29,6 +29,7 @@
 Patch1: yate-ppc64-libdir.patch
 Patch2: yate-ppc64.patch
 Patch3: dont-mess-with-cflags.patch
+Patch4: yate-fix-bashisms.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  gcc-c++
@@ -110,6 +111,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 rm configure

++ yate-fix-bashisms.patch ++
diff -Ndur yate/share/scripts/echo.sh yate-fix-bashisms/share/scripts/echo.sh
--- yate/share/scripts/echo.sh  2014-02-05 12:42:17.0 +0200
+++ yate-fix-bashisms/share/scripts/echo.sh 2014-11-17 03:49:47.506159322 
+0200
@@ -26,8 +26,8 @@
 # put here a proper wave/play file to play before starting echoing
 # prompt="share/sounds/tone.wav"
 
-read
-echo "$REPLY" | sed 's/^[^:]*:\([^:]*\):.*$/%%&2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gns3 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory checked in 
at 2014-12-16 14:47:54

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


Package is "gns3"

Changes:

--- /work/SRC/openSUSE:Factory/gns3/gns3.changes2014-12-06 
13:45:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.gns3.new/gns3.changes   2014-12-16 
14:47:17.0 +0100
@@ -1,0 +2,5 @@
+Wed Dec 10 18:48:59 UTC 2014 - and...@opensuse.org
+
+- added gns3-1.2.1-fix_transparency.patch to fix a transparency issue with 
shapes 
+
+---

New:

  gns3-1.2.1-fix_transparency.patch



Other differences:
--
++ gns3.spec ++
--- /var/tmp/diff_new_pack.N0Bzps/_old  2014-12-16 14:47:18.0 +0100
+++ /var/tmp/diff_new_pack.N0Bzps/_new  2014-12-16 14:47:18.0 +0100
@@ -35,6 +35,7 @@
 Source2:%{name}.xml
 Source3:%{name}.desktop
 Source4:application-x-%{name}.png
+Patch0: %{name}-1.2.1-fix_transparency.patch
 BuildArch:  noarch
 BuildRequires:  desktop-file-utils
 BuildRequires:  python3-devel >= 3.3
@@ -70,6 +71,7 @@
 
 %prep
 %setup -q -n %{name}-gui-%{version}
+%patch0 -p1
 
 %build
 python3 setup.py build


++ gns3-1.2.1-fix_transparency.patch ++
diff --git a/gns3/items/shape_item.py b/gns3/items/shape_item.py
index 08218c0..e67c83d 100644
--- a/gns3/items/shape_item.py
+++ b/gns3/items/shape_item.py
@@ -280,7 +280,7 @@ def load(self, shape_info):
 color = QtGui.QColor(color)
 else:
 color = QtGui.QColor(255, 255, 255)
-if transparency:
+if transparency is not None:
 color.setAlpha(transparency)
 self.setBrush(QtGui.QBrush(color))
 
@@ -294,7 +294,7 @@ def load(self, shape_info):
 pen.setColor(border_color)
 if border_width is not None:
 pen.setWidth(int(border_width))
-if border_style:
+if border_style is not None:
 pen.setStyle(QtCore.Qt.PenStyle(border_style))
 self.setPen(pen)
 


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



commit yast2-snapper for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2014-12-16 14:47:39

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


Package is "yast2-snapper"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-12-05 21:03:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2014-12-16 14:47:03.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 12 13:11:35 CET 2014 - aschn...@suse.de
+
+- handle invalid UTF-8 in file diff (bsc#907679)
+- 3.1.5
+
+---

Old:

  yast2-snapper-3.1.4.tar.bz2

New:

  yast2-snapper-3.1.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.MlqPbJ/_old  2014-12-16 14:47:05.0 +0100
+++ /var/tmp/diff_new_pack.MlqPbJ/_new  2014-12-16 14:47:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-3.1.4.tar.bz2 -> yast2-snapper-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/package/yast2-snapper.changes 
new/yast2-snapper-3.1.5/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.4/package/yast2-snapper.changes   2014-12-04 
11:10:36.0 +0100
+++ new/yast2-snapper-3.1.5/package/yast2-snapper.changes   2014-12-12 
16:30:14.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Dec 12 13:11:35 CET 2014 - aschn...@suse.de
+
+- handle invalid UTF-8 in file diff (bsc#907679)
+- 3.1.5
+
+---
 Thu Dec  4 09:51:37 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/package/yast2-snapper.spec 
new/yast2-snapper-3.1.5/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.4/package/yast2-snapper.spec  2014-12-04 
11:10:36.0 +0100
+++ new/yast2-snapper-3.1.5/package/yast2-snapper.spec  2014-12-12 
16:30:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.4
+Version:3.1.5
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/src/modules/Snapper.rb 
new/yast2-snapper-3.1.5/src/modules/Snapper.rb
--- old/yast2-snapper-3.1.4/src/modules/Snapper.rb  2014-12-04 
11:10:37.0 +0100
+++ new/yast2-snapper-3.1.5/src/modules/Snapper.rb  2014-12-12 
16:30:14.0 +0100
@@ -133,7 +133,7 @@
 # the file diff
 elsif Ops.get(out, "stdout") != ""
   status = ["diff"]
-  Ops.set(ret, "diff", Ops.get_string(out, "stdout", ""))
+  ret["diff"] = out["stdout"].encode(Encoding::UTF_8, { :invalid => 
:replace })
 end
 
 # check mode and ownerships

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



commit python3-pylint for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package python3-pylint for openSUSE:Factory 
checked in at 2014-12-16 14:48:08

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


Package is "python3-pylint"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylint/python3-pylint.changes
2014-11-18 22:46:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylint.new/python3-pylint.changes   
2014-12-16 14:47:35.0 +0100
@@ -1,0 +2,194 @@
+Thu Dec 11 05:57:52 UTC 2014 - a...@gmx.de
+
+- specfile: update url to project homepage
+
+- update to version: 1.4.0:
+  * Added new options for controlling the loading of C extensions.
+By default, only C extensions from the stdlib will be loaded
+into the active Python interpreter for inspection, because they
+can run arbitrary code on import. The option
+`--extension-pkg-whitelist` can be used to specify modules
+or packages that are safe to load.
+  * Change default max-line-length to 100 rather than 80
+  * Drop BaseRawChecker class which were only there for backward
+compat for a while now
+  * Don't try to analyze string formatting with objects coming from
+function arguments. Closes issue #373.
+  * Port source code to be Python 2/3 compatible. This drops the
+need for 2to3, but does drop support for Python 2.5.
+  * Each message now comes with a confidence level attached, and
+can be filtered base on this level. This allows to filter out
+all messages that were emitted even though an inference failure
+happened during checking.
+  * Improved presenting unused-import message. Closes issue #293.
+  * Add new checker for finding spelling errors. New messages:
+wrong-spelling-in-comment, wrong-spelling-in-docstring.
+New options: spelling-dict, spelling-ignore-words.
+  * Add new '-j' option for running checks in sub-processes.
+  * Added new checks for line endings if they are mixed (LF vs CRLF)
+or if they are not as expected. New messages: mixed-line-endings,
+unexpected-line-ending-format. New option: expected-line-ending-format.
+  * 'dangerous-default-value' no longer evaluates the value of the arguments,
+which could result in long error messages or sensitive data being leaked.
+Closes issue #282
+  * Fix a false positive with string formatting checker, when
+encountering a string which uses only position-based arguments.
+Closes issue #285.
+  * Fix a false positive with string formatting checker, when using
+keyword argument packing. Closes issue #288.
+  * Proper handle class level scope for lambdas.
+  * Handle 'too-few-format-args' or 'too-many-format-args' for format
+strings with both named and positional fields. Closes issue #286.
+  * Analyze only strings by the string format checker. Closes issue #287.
+  * Properly handle nested format string fields. Closes issue #294.
+  * Don't emit 'attribute-defined-outside-init' if the attribute
+was set by a function call in a defining method. Closes issue #192.
+  * Properly handle unicode format strings for Python 2.
+Closes issue #296.
+  * Don't emit 'import-error' if an import was protected by a try-except,
+which excepted ImportError.
+  * Fix an 'unused-import' false positive, when the error was emitted
+for all the members imported with 'from import' form.
+Closes issue #304.
+  * Don't emit 'invalid-name' when assigning a name in an
+ImportError handler. Closes issue #302.
+  * Don't count branches from nested functions.
+  * Fix a false positive with 'too-few-format-args', when the format
+strings contains duplicate manual position arguments.
+Closes issue #310.
+  * fixme regex handles comments without spaces after the hash.
+Closes issue #311.
+  * Don't emit 'unused-import' when a special object is imported
+(__all__, __doc__ etc.). Closes issue #309.
+  * Look in the metaclass, if defined, for members not found in the current
+class. Closes issue #306.
+  * Don't emit 'protected-access' if the attribute is accessed using
+a property defined at the class level.
+  * Detect calls of the parent's __init__, through a binded super() call.
+  * Check that a class has an explicitly defined metaclass before
+emitting 'old-style-class' for Python 2.
+  * Emit 'catching-non-exception' for non-class nodes. Closes issue #303.
+  * Order of reporting is consistent.
+  * Add a new warning, 'boolean-datetime', emitted when an instance
+of 'datetime.time' is used in a boolean context. Closes issue #239.
+  * Fix a crash which ocurred while checking for 'method-hidden',
+when the parent frame was something different than a function.
+  * Generate html output for missing files. Closes issue #320.
+  * Fix a false positive with

commit ypbind for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2014-12-16 14:47:41

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


Package is "ypbind"

Changes:

--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes2014-11-29 
08:39:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes   2014-12-16 
14:47:08.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 17 01:39:00 UTC 2014 - Led 
+
+- fix bashism in ypbind-systemd-post script
+- fix using 'echo' command in ypbind-systemd-pre script
+
+---



Other differences:
--
++ ypbind-systemd-post ++
--- /var/tmp/diff_new_pack.ZoTsDM/_old  2014-12-16 14:47:11.0 +0100
+++ /var/tmp/diff_new_pack.ZoTsDM/_new  2014-12-16 14:47:11.0 +0100
@@ -12,7 +12,7 @@
 if [ "$YPBIND_DBUS" = "no" ]; then
notfound=1
for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do
-  ypwhich &>/dev/null && { notfound=0 ; break; };
+  ypwhich >/dev/null 2>&1 && { notfound=0 ; break; };
   echo -n " ."
   sleep 1;
done

++ ypbind-systemd-pre ++
--- /var/tmp/diff_new_pack.ZoTsDM/_old  2014-12-16 14:47:11.0 +0100
+++ /var/tmp/diff_new_pack.ZoTsDM/_new  2014-12-16 14:47:11.0 +0100
@@ -13,10 +13,13 @@
}
 
if [ "x$DOMAINNAME" != 'x' ]; then
-   echo "$DOMAINNAME\n"
+   echo "$DOMAINNAME"
+   echo
domainname $DOMAINNAME
else
-   echo "\nError: NIS domain not specified.\n"
+   echo
+   echo "Error: NIS domain not specified."
+   echo
exit 1
fi
 fi

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



commit b43-fwcutter for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package b43-fwcutter for openSUSE:Factory 
checked in at 2014-12-16 14:47:58

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


Package is "b43-fwcutter"

Changes:

--- /work/SRC/openSUSE:Factory/b43-fwcutter/b43-fwcutter.changes
2014-11-13 09:17:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.b43-fwcutter.new/b43-fwcutter.changes   
2014-12-16 14:47:22.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 16 18:43:00 UTC 2014 - Led 
+
+- fix bashism in install_bcm43xx_firmware script
+
+---



Other differences:
--
++ b43-fwcutter.spec ++
--- /var/tmp/diff_new_pack.vEbGD8/_old  2014-12-16 14:47:24.0 +0100
+++ /var/tmp/diff_new_pack.vEbGD8/_new  2014-12-16 14:47:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package b43-fwcutter
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ install_bcm43xx_firmware ++
--- /var/tmp/diff_new_pack.vEbGD8/_old  2014-12-16 14:47:24.0 +0100
+++ /var/tmp/diff_new_pack.vEbGD8/_new  2014-12-16 14:47:24.0 +0100
@@ -20,7 +20,7 @@
 
 TMPDIR=$(mktemp -d /var/tmp/bcm.XX) || exit 1
 
-pushd $TMPDIR >/dev/null
+cd $TMPDIR
 
 echo "Downloading b43 firmware"
 curl -# -f -o $FILE1 $URL1/$FILE1
@@ -58,7 +58,7 @@
echo "b43legacy firmware installation failed."
 fi
 
-popd >/dev/null
+cd - >/dev/null
 rm -rf $TMPDIR
 
 exit 0

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



commit choqok for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package choqok for openSUSE:Factory checked 
in at 2014-12-16 14:47:32

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


Package is "choqok"

Changes:

--- /work/SRC/openSUSE:Factory/choqok/choqok.changes2014-02-08 
10:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.choqok.new/choqok.changes   2014-12-16 
14:46:47.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 11 07:19:08 UTC 2014 - o...@aepfle.de
+
+- Correct usage of fdupes macro
+
+---



Other differences:
--
++ choqok.spec ++
--- /var/tmp/diff_new_pack.HUVY0C/_old  2014-12-16 14:46:49.0 +0100
+++ /var/tmp/diff_new_pack.HUVY0C/_new  2014-12-16 14:46:49.0 +0100
@@ -64,7 +64,7 @@
 %install
   pushd build
   %kde4_makeinstall
-  %fdupes
+  %fdupes %{buildroot}
   popd
   %suse_update_desktop_file %{name} InstantMessaging
   %kde_post_install

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



commit systemd for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2014-12-16 14:47:27

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2014-12-03 
22:50:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2014-12-16 14:46:31.0 +0100
@@ -1,0 +2,21 @@
+Thu Dec 11 09:32:31 UTC 2014 - thomas.bl...@suse.com
+
+- fix systemd-nspawn network-veth support (bnc#906709)
+  add 513-nspawn-veth.patch
+
+---
+Fri Dec  5 12:51:15 UTC 2014 - wer...@suse.de
+
+- Add upstream patch
+ 1098-udev-link_setup-respect-kernel-name-assign-policy.patch
+ which may solve bsc#907318
+
+---
+Fri Dec  5 12:13:02 UTC 2014 - wer...@suse.de
+
+- Add upstream patches
+  0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch
+  0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
+  1097-udev-link_setup-respect-kernel-name-assign-policy.patch
+
+---
systemd.changes: same change

New:

  0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch
  0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
  1098-udev-link_setup-respect-kernel-name-assign-policy.patch
  513-nspawn-veth.patch



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.u5RwzZ/_old  2014-12-16 14:46:39.0 +0100
+++ /var/tmp/diff_new_pack.u5RwzZ/_new  2014-12-16 14:46:39.0 +0100
@@ -1044,6 +1044,12 @@
 Patch509:   0002-core-watchdog-bus-properties-cannot-be-both-writable.patch
 # PATCH-FIX-UPSTREAM added at 2014/11/20
 Patch510:   0003-sd-bus-refuse-properties-that-claim-to-be-both-writa.patch
+# PATCH-FIX-UPSTREAM added at 2014/12/05
+Patch511:   0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch
+# PATCH-FIX-UPSTREAM added at 2014/12/05
+Patch512:   0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch
+# PATCH-FIX-SUSE 513-nspawn-veth.patch (bnc#906709)
+Patch513:   513-nspawn-veth.patch
 
 # UDEV PATCHES
 # 
@@ -1245,6 +1251,8 @@
 Patch1096:  1096-new-udev-root-symlink-generator.patch
 # PATCH-FIX-SUSE 1097-udevd-increase-maximum-number-of-children.patch
 Patch1097:  1097-udevd-increase-maximum-number-of-children.patch
+# PATCH-FIX-UPSTREAM 
1098-udev-link_setup-respect-kernel-name-assign-policy.patch
+Patch1098:  1098-udev-link_setup-respect-kernel-name-assign-policy.patch
 
 %description
 Systemd is a system and service manager, compatible with SysV and LSB
@@ -1914,6 +1922,9 @@
 %patch507 -p0
 %patch509 -p0
 %patch510 -p0
+%patch511 -p0
+%patch512 -p0
+%patch513 -p1
 
 # udev patches
 %patch1001 -p1
@@ -2046,6 +2057,7 @@
 %patch1095 -p1
 %patch1096 -p1
 %patch1097 -p1
+%patch1098 -p0
 
 # remove patch backups
 find -name '*.orig' -exec rm -f '{}' \+

systemd.spec: same change
++ 0001-units-make-sure-rfkill-service-is-bount-to-the-actua.patch ++
Based on 812bd1e6ab4c463507557f2bdbb8875fedd92ade Mon Sep 17 00:00:00 2001
From: Lennart Poettering 
Date: Fri, 21 Nov 2014 01:20:57 +0100
Subject: [PATCH] units: make sure rfkill service is bount to the actual
 hardware

---
 rules/99-systemd.rules.in|2 +-
 units/systemd-rfk...@.service.in |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

--- rules/99-systemd.rules.in
+++ rules/99-systemd.rules.in
@@ -62,7 +62,7 @@ SUBSYSTEM=="leds", KERNEL=="*kbd_backlight", TAG+="systemd", 
IMPORT{builtin}="pa
 
 # Pull in rfkill save/restore for all rfkill devices
 
-SUBSYSTEM=="rfkill", TAG+="systemd", IMPORT{builtin}="path_id", 
ENV{SYSTEMD_WANTS}+="systemd-rfkill@$name.service"
+SUBSYSTEM=="rfkill", TAG+="systemd", IMPORT{builtin}="path_id", 
ENV{SYSTEMD_ALIAS}+="/sys/subsystem/rfkill/devices/%k", 
ENV{SYSTEMD_WANTS}+="systemd-rfkill@$name.service"
 
 # Asynchronously mount file systems implemented by these modules as
 # soon as they are loaded.
--- units/systemd-rfk...@.service.in
+++ units/systemd-rfk...@.service.in2014-12-05 11:52:59.433518948 +
@@ -9,6 +9,7 @@
 Description=Load/Save RF Kill Switch Status of %I
 Documentation=man:systemd-rfkill@.service(8)
 DefaultDependencies=no
+BindsTo=sys-subsystem-rfkill-devices-%i.device
 RequiresMountsFor=/var/lib/systemd/rfkill
 Conflicts=shutdown.target
 After=systemd-readahead-collect.service systemd-readahead-replay.service 
systemd-remount-fs.service
++ 0002-rfkill-rework-how-we-generate-file-names-from-rfkill.patch ++
Based on 484426

commit cyrus-sasl for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package cyrus-sasl for openSUSE:Factory 
checked in at 2014-12-16 14:47:34

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


Package is "cyrus-sasl"

Changes:

--- /work/SRC/openSUSE:Factory/cyrus-sasl/cyrus-sasl-saslauthd.changes  
2014-09-28 19:56:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.cyrus-sasl.new/cyrus-sasl-saslauthd.changes 
2014-12-16 14:46:50.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 27 09:08:36 UTC 2014 - jeng...@inai.de
+
+- Make sure /usr/sbin/rcsaslauthd exists
+
+---
cyrus-sasl.changes: same change



Other differences:
--
++ cyrus-sasl-saslauthd.spec ++
--- /var/tmp/diff_new_pack.6gM3ko/_old  2014-12-16 14:46:52.0 +0100
+++ /var/tmp/diff_new_pack.6gM3ko/_new  2014-12-16 14:46:52.0 +0100
@@ -112,6 +112,7 @@
 cd ..
 cd saslauthd
 make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
+ln -s service "%buildroot/%_sbindir/rcsaslauthd"
 install -m 755 -d $RPM_BUILD_ROOT/run/sasl2
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
 install -m 644 saslauthd.mdoc $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd.8

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



commit libnetfilter_conntrack for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package libnetfilter_conntrack for 
openSUSE:Factory checked in at 2014-12-16 14:47:25

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


Package is "libnetfilter_conntrack"

Changes:

--- 
/work/SRC/openSUSE:Factory/libnetfilter_conntrack/libnetfilter_conntrack.changes
2014-09-28 19:58:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.libnetfilter_conntrack.new/libnetfilter_conntrack.changes
   2014-12-16 14:46:29.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 23:44:17 UTC 2014 - jeng...@inai.de
+
+- Drop %version from subincludedir, it tends to break recompiles of
+  already-built trees on library updates.
+
+---



Other differences:
--
++ libnetfilter_conntrack.spec ++
--- /var/tmp/diff_new_pack.OkoPn2/_old  2014-12-16 14:46:30.0 +0100
+++ /var/tmp/diff_new_pack.OkoPn2/_new  2014-12-16 14:46:30.0 +0100
@@ -71,15 +71,14 @@
 %setup -q
 
 %build
-%configure --disable-static --includedir="%_includedir/%name-%version"
+%configure --disable-static --includedir="%_includedir/%name"
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot";
-rm -f "%buildroot/%_libdir"/*.la;
+%make_install
+rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
@@ -88,7 +87,7 @@
 
 %files devel
 %defattr(-,root,root)
-%_includedir/%name-%version
+%_includedir/%name/
 %_libdir/libnetfilter_conntrack.so
 %_libdir/pkgconfig/libnetfilter_conntrack.pc
 


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



commit samba for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2014-12-16 14:47:24

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


Package is "samba"

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2014-12-06 
13:47:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2014-12-16 
14:46:26.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 12:01:35 UTC 2014 - dd...@suse.com
+
+- Lookup FSRVP share snums at runtime rather than storing them persistently;
+  (bnc#908627).
+
+---



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.1yO0RE/_old  2014-12-16 14:46:28.0 +0100
+++ /var/tmp/diff_new_pack.1yO0RE/_new  2014-12-16 14:46:28.0 +0100
@@ -145,7 +145,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-%define SOURCE_TIMESTAMP 3336
+%define SOURCE_TIMESTAMP 3339
 %define BRANCH %{version}
 %global with_mitkrb5 1
 %global with_dc 0

++ patches.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patches/series new/patches/series
--- old/patches/series  2014-12-05 15:13:54.0 +0100
+++ new/patches/series  2014-12-09 11:43:13.0 +0100
@@ -145,6 +145,8 @@
 suse/0008-printer_list-fix-talloc-tos-leak-of-tdb-record.patch -p0 # bnc 899558
 suse/0001-fsrvp-prune-shadow-copies-if-associated-path-doesn-t.patch -p0 # bnc 
876312
 suse/0001-doc-prune-stale-and-sequence-timeout-fssd-parameters.patch -p0 # bnc 
876312
+suse/0001-fsrvp-don-t-store-or-retrieve-snums-with-server-stat.patch -p0 # bnc 
908627
+suse/0002-fsrvp-lookup-base-share-snums-at-runtime.patch -p0 # bnc 908627
 
 # this one should always live at the end and should be redone
 # diabled cf. 280452
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches/suse/0001-fsrvp-don-t-store-or-retrieve-snums-with-server-stat.patch
 
new/patches/suse/0001-fsrvp-don-t-store-or-retrieve-snums-with-server-stat.patch
--- 
old/patches/suse/0001-fsrvp-don-t-store-or-retrieve-snums-with-server-stat.patch
1970-01-01 01:00:00.0 +0100
+++ 
new/patches/suse/0001-fsrvp-don-t-store-or-retrieve-snums-with-server-stat.patch
2014-12-09 11:41:32.0 +0100
@@ -0,0 +1,92 @@
+From ab49324914800d0a70ed29cad56697ed9e247636 Mon Sep 17 00:00:00 2001
+From: David Disseldorp 
+Date: Mon, 8 Dec 2014 11:21:21 +0100
+Subject: [PATCH 1/2] fsrvp: don't store or retrieve snums with server state
+
+Share snums are not persistent, so should not be stored alongside other
+FSRVP server state.
+
+Signed-off-by: David Disseldorp 
+---
+ source3/rpc_server/fss/srv_fss_state.c | 14 +-
+ source4/torture/local/fsrvp_state.c|  4 
+ 2 files changed, 9 insertions(+), 9 deletions(-)
+
+diff --git source3/rpc_server/fss/srv_fss_state.c 
source3/rpc_server/fss/srv_fss_state.c
+index fea1506..ab0f3c1 100644
+--- source3/rpc_server/fss/srv_fss_state.c
 source3/rpc_server/fss/srv_fss_state.c
+@@ -59,8 +59,11 @@ static NTSTATUS fss_state_smap_store(TALLOC_CTX *mem_ctx,
+   return NT_STATUS_NO_MEMORY;
+   }
+ 
+-  /* @smap->sc_share_comment may be null if not exposed */
+-  len = tdb_pack(NULL, 0, FSS_DB_FMT_SMAP, smap->snum,
++  /*
++   * @smap->sc_share_comment may be null if not exposed.
++   * -1 field was previously used for snum storage.
++   */
++  len = tdb_pack(NULL, 0, FSS_DB_FMT_SMAP, -1,
+  smap->share_name, smap->sc_share_name,
+  (smap->sc_share_comment ? smap->sc_share_comment : ""),
+  (int)smap->is_exposed);
+@@ -71,7 +74,7 @@ static NTSTATUS fss_state_smap_store(TALLOC_CTX *mem_ctx,
+   }
+   val.dsize = len;
+ 
+-  tdb_pack(val.dptr, val.dsize, FSS_DB_FMT_SMAP, smap->snum,
++  tdb_pack(val.dptr, val.dsize, FSS_DB_FMT_SMAP, -1,
+smap->share_name, smap->sc_share_name,
+(smap->sc_share_comment ? smap->sc_share_comment : ""),
+(int)smap->is_exposed);
+@@ -268,6 +271,7 @@ static NTSTATUS fss_state_smap_retrieve(TALLOC_CTX 
*mem_ctx,
+   NTSTATUS status;
+   struct fss_sc_smap *smap;
+   int len;
++  int snum_ignored;
+   char *share_name;
+   char *sc_share_name;
+   char *sc_share_comment;
+@@ -278,7 +282,7 @@ static NTSTATUS fss_state_smap_retrieve(TALLOC_CTX 
*mem_ctx,
+   }
+ 
+   len = tdb_unpack(val->dptr, val->dsize, FSS_DB_FMT_SMAP,
+-   &smap->snum, &share_name, &sc_share_name,
++   &snum_ignored, &share_n

commit lvm2 for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2014-12-16 14:47:30

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


Package is "lvm2"

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes2014-12-05 
21:07:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2014-12-16 
14:46:44.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  8 21:19:13 UTC 2014 - jeng...@inai.de
+
+- spec: replace some shell variables and paths by rpm macros
+- shorten filelists by using wildcards
+
+---



Other differences:
--
++ lvm2.spec ++
--- /var/tmp/diff_new_pack.PwvRlF/_old  2014-12-16 14:46:47.0 +0100
+++ /var/tmp/diff_new_pack.PwvRlF/_new  2014-12-16 14:46:47.0 +0100
@@ -20,26 +20,14 @@
 %define device_mapper_version 1.02.92
 %define thin_provisioning_version 0.4.1
 
-Url:http://www.sourceware.org/lvm2/
-
 Name:   lvm2
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libaio-devel
-BuildRequires:  libcorosync-devel
-BuildRequires:  libdlm-devel
-BuildRequires:  libselinux-devel
-BuildRequires:  readline-devel
-BuildRequires:  suse-module-tools
-BuildRequires:  systemd-rpm-macros
-BuildRequires:  pkgconfig(udev)
-Requires:   device-mapper >= 1.02.90
-Provides:   lvm
 Version:%{lvm2_version}
 Release:0
 Summary:Logical Volume Manager Tools
 License:GPL-2.0 and LGPL-2.1
 Group:  System/Base
+Url:http://www.sourceware.org/lvm2/
+
 Source: ftp://sources.redhat.com/pub/%{name}/LVM2.%{version}.tgz
 Source42:   ftp://sources.redhat.com/pub/%{name}/LVM2.%{version}.tgz.asc
 Source1:lvm.conf
@@ -99,6 +87,18 @@
 Patch2005:  udev-Check-for-DM_NR_VALID_PATHS.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libaio-devel
+BuildRequires:  libcorosync-devel
+BuildRequires:  libdlm-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  readline-devel
+BuildRequires:  suse-module-tools
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(udev)
+Requires:   device-mapper >= 1.02.90
+Provides:   lvm = %version-%release
 # Not a real replacement but we drop evms
 Provides:   evms = 2.5.5
 Provides:   evms-devel = 2.5.5
@@ -172,7 +172,7 @@
--enable-selinux \
--with-clvmd=corosync \
--with-cluster=internal \
-   --datarootdir=/usr/share \
+   --datarootdir="%_datadir" \
--with-default-locking-dir=/run/lock/lvm \
--enable-cmirrord \
--enable-lvmetad \
@@ -188,7 +188,7 @@
--with-thin-check=/sbin/thin_check \
--with-thin-dump=%{_sbindir}/thin_dump \
--with-thin-repair=%{_sbindir}/thin_repair \
-   --with-udev-prefix=/usr/
+   --with-udev-prefix="%_prefix/"
 
 export SUSE_ASNEEDED=0
 
@@ -201,50 +201,46 @@
 
 pushd thin-provisioning-tools-%{thin_provisioning_version}
 autoreconf -fiv
-%configure --sbindir=/sbin --prefix=/usr
+%configure --sbindir=/sbin --prefix="%_prefix"
 make %{?_smp_mflags}
 popd
 
 %install
-%makeinstall
-make install_system_dirs DESTDIR=$RPM_BUILD_ROOT
-make install_systemd_units DESTDIR=$RPM_BUILD_ROOT
-make install_systemd_generators DESTDIR=$RPM_BUILD_ROOT
-make install_tmpfiles_configuration DESTDIR=$RPM_BUILD_ROOT
+%make_install
+make install_system_dirs DESTDIR="%buildroot"
+make install_systemd_units DESTDIR="%buildroot"
+make install_systemd_generators DESTDIR="%buildroot"
+make install_tmpfiles_configuration DESTDIR="%buildroot"
 # Is this directory used anymore?
-install -d -m 755 $RPM_BUILD_ROOT/etc/lvm/metadata
-install -m 644 %{SOURCE1} $RPM_BUILD_ROOT/etc/lvm
-mkdir -p $RPM_BUILD_ROOT/etc/init.d
-mkdir -p $RPM_BUILD_ROOT/usr/sbin
-install -m755 -D %{S:8} $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/lvm2/clvmd
-install -m755 -D %{S:10} $RPM_BUILD_ROOT/usr/lib/ocf/resource.d/lvm2/cmirrord
+install -d -m 755 "%buildroot/%_sysconfdir/lvm/metadata"
+install -m 644 %{SOURCE1} "%buildroot/%_sysconfdir/lvm/"
+mkdir -p "%buildroot/%_initddir"
+mkdir -p "%buildroot/%_sbindir"
+install -m755 -D %{S:8} "%buildroot/%_prefix/lib/ocf/resource.d/lvm2/clvmd"
+install -m755 -D %{S:10} "%buildroot/%_prefix/lib/ocf/resource.d/lvm2/cmirrord"
 
-pushd $RPM_BUILD_ROOT/%_lib
+pushd "%buildroot/%_lib"
 ln -sf liblvm2cmd.so.2.02 liblvm2cmd.so
 ln -sf liblvm2app.so.2.2 liblvm2app.so
-ln -sf device-mapper/libdevmapper-event-lvm2mirror.so 
libdevmapper-event-lvm2mirror.so.2.02
-ln -sf device-mapper/libdevmapper-event-lvm2snapshot.so 
libdevmapper-event-lvm2snapshot.so.2.02
-ln -

  1   2   >