commit python-kde4 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python-kde4 for openSUSE:Factory 
checked in at 2015-04-07 09:27:10

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


Package is python-kde4

Changes:

--- /work/SRC/openSUSE:Factory/python-kde4/python-kde4.changes  2014-11-19 
20:27:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kde4.new/python-kde4.changes 
2015-04-07 09:27:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  5 00:42:05 UTC 2015 - dmuel...@suse.com
+
+- add arm-qreal-float.patch, arm-avoid-return-type-confusion.patch
+  to fix build on ARM
+
+---
python3-kde4.changes: same change

New:

  arm-avoid-return-type-confusion.patch
  arm-qreal-float.patch



Other differences:
--
++ python-kde4.spec ++
--- /var/tmp/diff_new_pack.nJrteb/_old  2015-04-07 09:27:12.0 +0200
+++ /var/tmp/diff_new_pack.nJrteb/_new  2015-04-07 09:27:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kde4
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,8 @@
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:pykde4-%{version}.tar.xz
+Patch0: arm-qreal-float.patch
+Patch1: arm-avoid-return-type-confusion.patch
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -124,6 +126,10 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%patch0
+%ifarch %arm
+%patch1
+%endif
 
 %build
 %cmake_kde4 -d build -- -DPYKDEUIC4_ALTINSTALL=TRUE 
-DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++ python3-kde4.spec ++
--- /var/tmp/diff_new_pack.nJrteb/_old  2015-04-07 09:27:12.0 +0200
+++ /var/tmp/diff_new_pack.nJrteb/_new  2015-04-07 09:27:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-kde4
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,8 @@
 Group:  Development/Libraries/KDE
 Url:https://projects.kde.org/projects/kde/kdebindings/pykde4
 Source0:pykde4-%{version}.tar.xz
+Patch0: arm-qreal-float.patch
+Patch1: arm-avoid-return-type-confusion.patch
 BuildRequires:  fdupes
 BuildRequires:  libjasper-devel
 BuildRequires:  libkde4-devel
@@ -127,6 +129,10 @@
 
 %prep
 %setup -q -n pykde4-%{version}
+%patch0
+%ifarch %arm
+%patch1
+%endif
 
 %build
 %cmake_kde4 -d build -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DPYKDEUIC4_ALTINSTALL=TRUE -DINSTALL_PYTHON_FILES_IN_PYTHON_PREFIX=TRUE

++ arm-avoid-return-type-confusion.patch ++
--- sip/kdeui/kplotaxis.sip
+++ sip/kdeui/kplotaxis.sip
@@ -41,8 +41,6 @@
 chartickLabelFormat () const;
 int tickLabelPrecision () const;
 voidsetTickMarks (double x0, double length);
-QListdouble   majorTickMarks () const;
-QListdouble   minorTickMarks () const;
 
 private:
 //force
--- sip/plasma/signalplotter.sip
+++ sip/plasma/signalplotter.sip
@@ -43,7 +43,6 @@
 public:
 SignalPlotter (QGraphicsItem* parent = 0);
 voidaddPlot (const QColor color);
-voidaddSample (const QListdouble samples);
 voidreorderPlots (const QListuint newOrder);
 voidremovePlot (uint pos);
 QListPlasma::PlotColor  plotColors ();
++ arm-qreal-float.patch ++
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -106,7 +106,9 @@
 else ()
 set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
 endif ()
-set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
+
+STRING(REGEX MATCH PyQt_qreal_double SIP_ARM_QREAL ${PYQT4_SIP_FLAGS} )
+set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_QREAL})
 
 set(SIP_FILES_INSTALL_DIR ${SHARE_INSTALL_PREFIX}/sip)
 



commit speexdsp for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package speexdsp for openSUSE:Factory 
checked in at 2015-04-07 09:27:03

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


Package is speexdsp

Changes:

--- /work/SRC/openSUSE:Factory/speexdsp/speexdsp.changes2015-03-18 
13:01:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.speexdsp.new/speexdsp.changes   2015-04-07 
09:27:04.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  5 00:55:44 UTC 2015 - dmuel...@suse.com
+
+- disable unchecked use of NEON extension 
+
+---



Other differences:
--
++ speexdsp.spec ++
--- /var/tmp/diff_new_pack.UqltrX/_old  2015-04-07 09:27:05.0 +0200
+++ /var/tmp/diff_new_pack.UqltrX/_new  2015-04-07 09:27:05.0 +0200
@@ -62,8 +62,11 @@
 %setup -q -n %{name}-%{package_version}
 
 %build
+# Disable NEON since it doesn't check for availability of the NEON
+# extension at runtime
 %configure \
-   --disable-static
+   --disable-static \
+   --disable-neon
 
 make %{?_smp_mflags}
 




commit wxWidgets-3_0 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package wxWidgets-3_0 for openSUSE:Factory 
checked in at 2015-04-07 09:27:23

Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_0 (Old)
 and  /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new (New)


Package is wxWidgets-3_0

Changes:

--- /work/SRC/openSUSE:Factory/wxWidgets-3_0/wxGTK3-3_0.changes 2014-12-17 
19:14:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_0.new/wxGTK3-3_0.changes
2015-04-07 09:27:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Mar 29 20:14:10 UTC 2015 - jeng...@inai.de
+
+- Fixup Provides/Conflicts: wxWidgets-3_0 is wxGTK2, not wxGTK3,
+  and should conflict against experimental variants that are
+  shipping concurrently.
+
+---
wxWidgets-3_0.changes: same change



Other differences:
--
++ wxGTK3-3_0.spec ++
--- /var/tmp/diff_new_pack.9retSz/_old  2015-04-07 09:27:25.0 +0200
+++ /var/tmp/diff_new_pack.9retSz/_new  2015-04-07 09:27:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxGTK3-3_0
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -189,9 +189,10 @@
 %endif
 Requires:   libwx_gtk%{gtk_version}u_xrc-suse1 = %version
 Requires:   pkgconfig(glu)
-#not fit for general use yet#Provides:   wxWidgets-devel = 
%version-%release
-Conflicts:  otherproviders(wxWidgets-devel)
 Provides:   wxGTK3-devel = %version-%release
+Provides:   wxWidgets-experimental-devel = %version-%release
+Conflicts:  wxWidgets-devel
+Conflicts:  otherproviders(wxWidgets-experimental-devel)
 
 %description devel
 wxWidgets is a free C++ library for cross-platform GUI development.

++ wxWidgets-3_0.spec ++
--- /var/tmp/diff_new_pack.9retSz/_old  2015-04-07 09:27:25.0 +0200
+++ /var/tmp/diff_new_pack.9retSz/_new  2015-04-07 09:27:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wxWidgets-3_0
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -234,9 +234,10 @@
 %endif
 Requires:   libwx_gtk%{gtk_version}u_xrc-suse1 = %version
 Requires:   pkgconfig(glu)
+Provides:   wxGTK2-devel = %version-%release
 Provides:   wxWidgets-devel = %version-%release
 Conflicts:  otherproviders(wxWidgets-devel)
-Provides:   wxGTK3-devel = %version-%release
+Conflicts:  wxWidgets-experimental-devel
 # Name up to openSUSE 11.3 and up to wxGTK-2.8.x:
 Provides:   wxGTK-devel = %version-%release
 Obsoletes:  wxGTK-devel = %version-%release




commit python3-setuptools for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python3-setuptools for 
openSUSE:Factory checked in at 2015-04-07 09:26:56

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


Package is python3-setuptools

Changes:

--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2015-03-25 09:55:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes   
2015-04-07 09:26:57.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 17:34:29 UTC 2015 - a...@gmx.de
+
+- update to version 15.0:
+  * Pull Request #126: DistributionNotFound message now lists the
+package or packages that required it.
+
+---

Old:

  setuptools-14.3.1.tar.gz

New:

  setuptools-15.0.tar.gz



Other differences:
--
++ python3-setuptools.spec ++
--- /var/tmp/diff_new_pack.rGhqXd/_old  2015-04-07 09:26:58.0 +0200
+++ /var/tmp/diff_new_pack.rGhqXd/_new  2015-04-07 09:26:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-setuptools
-Version:14.3.1
+Version:15.0
 Release:0
 Url:http://pypi.python.org/pypi/setuptools
 Summary:Easily download, build, install, upgrade, and uninstall Python 
packages

++ setuptools-14.3.1.tar.gz - setuptools-15.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-14.3.1/CHANGES.txt 
new/setuptools-15.0/CHANGES.txt
--- old/setuptools-14.3.1/CHANGES.txt   2015-03-20 21:01:55.0 +0100
+++ new/setuptools-15.0/CHANGES.txt 2015-04-04 00:25:33.0 +0200
@@ -2,6 +2,20 @@
 CHANGES
 ===
 
+
+15.0
+
+
+* Pull Request #126: DistributionNotFound message now lists the package or
+  packages that required it. E.g.::
+
+  pkg_resources.DistributionNotFound: The 'colorama=0.3.1' distribution 
was not found and is required by smlib.log.
+
+  Note that zc.buildout once dependended on the string rendering of this
+  message to determine the package that was not found. This expectation
+  has since been changed, but older versions of buildout may experience
+  problems. See Buildout #242 for details.
+
 --
 14.3.1
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-14.3.1/PKG-INFO 
new/setuptools-15.0/PKG-INFO
--- old/setuptools-14.3.1/PKG-INFO  2015-03-20 21:08:37.0 +0100
+++ new/setuptools-15.0/PKG-INFO2015-04-04 00:26:11.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: setuptools
-Version: 14.3.1
+Version: 15.0
 Summary: Easily download, build, install, upgrade, and uninstall Python 
packages
 Home-page: https://bitbucket.org/pypa/setuptools
 Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-14.3.1/ez_setup.py 
new/setuptools-15.0/ez_setup.py
--- old/setuptools-14.3.1/ez_setup.py   2015-03-20 21:08:27.0 +0100
+++ new/setuptools-15.0/ez_setup.py 2015-03-28 16:07:10.0 +0100
@@ -30,7 +30,7 @@
 except ImportError:
 USER_SITE = None
 
-DEFAULT_VERSION = 14.3.1
+DEFAULT_VERSION = 15.0
 DEFAULT_URL = https://pypi.python.org/packages/source/s/setuptools/;
 DEFAULT_SAVE_DIR = os.curdir
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/setuptools-14.3.1/pkg_resources/__init__.py 
new/setuptools-15.0/pkg_resources/__init__.py
--- old/setuptools-14.3.1/pkg_resources/__init__.py 2015-03-20 
20:58:50.0 +0100
+++ new/setuptools-15.0/pkg_resources/__init__.py   2015-03-28 
15:55:54.0 +0100
@@ -369,6 +369,30 @@
 class DistributionNotFound(ResolutionError):
 A requested distribution was not found
 
+_template = (The '{self.req}' distribution was not found 
+ and is required by {self.requirers_str})
+
+@property
+def req(self):
+return self.args[0]
+
+@property
+def requirers(self):
+return self.args[1]
+
+@property
+def requirers_str(self):
+if not self.requirers:
+return 'the application'
+return ', '.join(self.requirers)
+
+def report(self):
+return self._template.format(**locals())
+
+def __str__(self):
+return self.report()
+
+
 class UnknownExtra(ResolutionError):
 Distribution doesn't have an extra feature of the given name
 _provider_factories = {}
@@ -799,13 +823,8 @@
 ws = WorkingSet([])
 dist = best[req.key] = env.best_match(req, ws, installer)
 

commit DirectFB for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2015-04-07 09:27:17

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


Package is DirectFB

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2015-04-02 
16:02:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2015-04-07 
09:27:18.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  5 15:01:00 UTC 2015 - zai...@opensuse.org
+
+- Update baselibs.conf: we build libdirectfb-1_7-7.
+
+---



Other differences:
--
++ baselibs.conf ++
--- /var/tmp/diff_new_pack.AM9P98/_old  2015-04-07 09:27:19.0 +0200
+++ /var/tmp/diff_new_pack.AM9P98/_new  2015-04-07 09:27:19.0 +0200
@@ -1,4 +1,4 @@
-libdirectfb-1_7-6
+libdirectfb-1_7-7
 DirectFB-devel
requires -DirectFB-targettype
-   requires libdirectfb-1_7-6-targettype = version
+   requires libdirectfb-1_7-7-targettype = version




commit ed for openSUSE:Factory

2015-04-07 Thread h_root


bindHG0SLO0U4.bin
Description: Binary data


commit datovka for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package datovka for openSUSE:Factory checked 
in at 2015-04-07 09:29:21

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


Package is datovka

Changes:

--- /work/SRC/openSUSE:Factory/datovka/datovka.changes  2015-02-25 
02:18:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.datovka.new/datovka.changes 2015-04-07 
09:29:22.0 +0200
@@ -1,0 +2,9 @@
+Tue Mar 31 17:02:09 UTC 2015 - tchva...@suse.com
+
+- Version bump to 4.2.0:
+  * Various bugfixes
+  * Resending messages/etc
+- Obsoleted patch:
+  * 0001-no-check-new-versions.patch
+
+---

Old:

  0001-no-check-new-versions.patch
  datovka-4.1.2-src.tar.xz

New:

  datovka-4.2.0-src.tar.xz



Other differences:
--
++ datovka.spec ++
--- /var/tmp/diff_new_pack.b4wpRf/_old  2015-04-07 09:29:23.0 +0200
+++ /var/tmp/diff_new_pack.b4wpRf/_new  2015-04-07 09:29:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   datovka
-Version:4.1.2
+Version:4.2.0
 Release:0
 Summary:Library to access Czech eGov system \Datove schranky\
 License:LGPL-2.0+
@@ -26,8 +26,6 @@
 Source0:
https://secure.nic.cz/files/datove_schranky/%{version}/%{name}-%{version}-src.tar.xz
 # PATCH-FIX-UPSTREAM: remove some issues with current .pro file
 Patch0: datovka-fix-pro.patch
-# PATCH-FIX-SUSE: do not check for newer versions in app (taken from Fedora)
-Patch1: 0001-no-check-new-versions.patch
 BuildRequires:  libqt5-linguist
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig(Qt5Core) = 5.2.0
@@ -54,14 +52,13 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 sed -i \
 -e 's:lrelease:lrelease-qt5:g' \
 %{name}.pro
 
 %build
 CFLAGS=%{optflags} \
-%qmake5 PREFIX=%{_prefix}
+%qmake5 PREFIX=%{_prefix} DISABLE_VERSION_CHECK_BY_DEFAULT=1
 make %{?_smp_mflags}
 
 %install

++ datovka-4.1.2-src.tar.xz - datovka-4.2.0-src.tar.xz ++
 26721 lines of diff (skipped)




commit python-wheel for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python-wheel for openSUSE:Factory 
checked in at 2015-04-07 09:29:24

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


Package is python-wheel

Changes:

--- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes
2014-02-12 07:08:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-wheel.new/python-wheel.changes   
2015-04-07 09:29:25.0 +0200
@@ -1,0 +2,32 @@
+Wed Apr  1 21:04:26 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.24.0:
+  * The python tag used for pure-python packages is now .pyN (major
+version only). This change actually occurred in 0.23.0 when the
+--python-tag option was added, but was not explicitly mentioned
+in the changelog then.
+  * wininst2wheel and egg2wheel removed. Use wheel convert
+[archive] instead.
+  * Wheel now supports setuptools style conditional requirements via
+the extras_require={} syntax. Separate 'extra' names from
+conditions using the : character. Wheel's own setup.py does
+this. (The empty-string extra is the same as install_requires.)
+These conditional requirements should work the same whether the
+package is installed by wheel or by setup.py.
+- additional changes from 0.23.0:
+  * Compatibiltiy tag flags added to the bdist_wheel command
+  * sdist should include files necessary for tests
+  * 'wheel convert' can now also convert unpacked eggs to wheel
+  * Rename pydist.json to metadata.json to avoid stepping on the PEP
+  * The --skip-scripts option has been removed, and not generating
+scripts is now the default. The option was a temporary approach
+until installers could generate scripts themselves. That is now
+the case with pip 1.5 and later. Note that using pip 1.4 to
+install a wheel without scripts will leave the installation
+without entry-point wrappers. The wheel install-scripts
+command can be used to generate the scripts in such cases.
+  * Thank you contributors
+- removed wininst2wheel and egg2wheel:
+  they are not in 0.24.0 anymore
+
+---

Old:

  wheel-0.22.0.tar.gz

New:

  wheel-0.24.0.tar.gz



Other differences:
--
++ python-wheel.spec ++
--- /var/tmp/diff_new_pack.8ooODK/_old  2015-04-07 09:29:25.0 +0200
+++ /var/tmp/diff_new_pack.8ooODK/_new  2015-04-07 09:29:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wheel
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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-wheel
-Version:0.22.0
+Version:0.24.0
 Release:0
 Summary:A built-package format for Python
 License:MIT
@@ -77,7 +77,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-for b in egg2wheel wheel wininst2wheel ; do
+for b in wheel ; do
   mv %{buildroot}%{_bindir}/$b %{buildroot}%{_bindir}/$b-%{py_ver}
   touch %{buildroot}%{_sysconfdir}/alternatives/$b
   ln -sf %{_sysconfdir}/alternatives/$b %{buildroot}/%{_bindir}/$b
@@ -87,9 +87,7 @@
 python setup.py test
 
 %post
-update-alternatives --install %{_bindir}/wheel wheel 
%{_bindir}/wheel-%{py_ver} 20 \
---slave %{_bindir}/egg2wheel egg2wheel %{_bindir}/egg2wheel-%{py_ver} \
---slave %{_bindir}/wininst2wheel wininst2wheel 
%{_bindir}/wininst2wheel-%{py_ver}
+update-alternatives --install %{_bindir}/wheel wheel 
%{_bindir}/wheel-%{py_ver} 20
 
 %postun
 if [ $1 -eq 0 ] ; then
@@ -99,15 +97,9 @@
 %files
 %defattr(-,root,root,-)
 %doc CHANGES.txt README.txt LICENSE.txt
-%{_bindir}/egg2wheel
-%{_bindir}/egg2wheel-%{py_ver}
 %{_bindir}/wheel
 %{_bindir}/wheel-%{py_ver}
-%{_bindir}/wininst2wheel
-%{_bindir}/wininst2wheel-%{py_ver}
 %ghost %{_sysconfdir}/alternatives/wheel
-%ghost %{_sysconfdir}/alternatives/egg2wheel
-%ghost %{_sysconfdir}/alternatives/wininst2wheel
 %{python_sitelib}/wheel-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/wheel/
 

++ wheel-0.22.0.tar.gz - wheel-0.24.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wheel-0.22.0/CHANGES.txt new/wheel-0.24.0/CHANGES.txt
--- old/wheel-0.22.0/CHANGES.txt2013-09-16 00:08:51.0 +0200
+++ new/wheel-0.24.0/CHANGES.txt2014-07-06 18:40:16.0 +0200
@@ -1,3 +1,31 @@
+0.24.0
+==
+- The python tag used for pure-python 

commit doomsday for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package doomsday for openSUSE:Factory 
checked in at 2015-04-07 09:29:07

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


Package is doomsday

Changes:

--- /work/SRC/openSUSE:Factory/doomsday/doomsday.changes2014-10-18 
09:09:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.doomsday.new/doomsday.changes   2015-04-07 
09:29:09.0 +0200
@@ -1,0 +2,8 @@
+Mon Mar 30 08:42:53 UTC 2015 - dims...@opensuse.org
+
+- Add doomsday-no-abs-icon.patch: Do not use absolute path to
+  icons. Applicatio containerisation requires the icons to be below
+  /usr/share/icons or /usr/share/pixmaps.
+- Copy the icons from the app directory to /usr/share/pixmaps.
+
+---

New:

  doomsday-no-abs-icon.patch



Other differences:
--
++ doomsday.spec ++
--- /var/tmp/diff_new_pack.taKe08/_old  2015-04-07 09:29:10.0 +0200
+++ /var/tmp/diff_new_pack.taKe08/_new  2015-04-07 09:29:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package doomsday
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 #Git-Clone:git://github.com/skyjake/Doomsday-Engine
 Source: http://downloads.sf.net/deng/%name-%rver.tar.gz
 Source2:%name-rpmlintrc
+Patch1: doomsday-no-abs-icon.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  Mesa-devel
@@ -85,12 +86,8 @@
 settings for launching a particular game (e.g., Doom).
 
 %prep
-%if 0%{?__xz:1}
 %setup -qn %name-%rver
-%else
-tar --use=xz -xf %{S:0};
-%setup -DTqn %name-%rver
-%endif
+%patch -P 1 -p1
 
 %build
 pushd doomsday;
@@ -111,6 +108,11 @@
 mv $b/%_bindir/{md2tool,savegametool,texc} $b/%_libexecdir/%name/;
 popd;
 
+# Prepare for the icons
+mkdir -p $b/%_datadir/pixmaps
+cp snowberry/graphics/snowberry.png 
$b/%_datadir/pixmaps/doomsday-snowberry.png
+cp doomsday/tools/shell/shell-gui/res/shell.png 
$b/%_datadir/pixmaps/doomsday-shell.png
+
 mkdir -p $b/%_sysconfdir/doomsday;
 cat $b/%_sysconfdir/doomsday/paths -EOF
basedir: %_datadir/doomsday
@@ -136,6 +138,7 @@
 %_datadir/%name/icons/
 %_datadir/%name/modules/
 %_datadir/applications/*.desktop
+%_datadir/pixmaps/doomsday-*.png
 %_mandir/man6/doomsday*.6*
 %_libexecdir/%name/
 

++ doomsday-no-abs-icon.patch ++
From: Dominique Leuenberger dims...@opensuse.org
Date: 2015-03-30T09:15:11

Do not use absolute paths to icons. [Application containerization
requires the icons to be below /usr/share/icons or
/usr/share/pixmaps, but the specfile will take care of that.]


Index: doomsday-1.14.5/distrib/linux/doomsday-engine.desktop
===
--- doomsday-1.14.5.orig/distrib/linux/doomsday-engine.desktop
+++ doomsday-1.14.5/distrib/linux/doomsday-engine.desktop
@@ -6,5 +6,5 @@ Categories=Game;ActionGame;
 Exec=BIN_DIR/launch-doomsday
 Terminal=false
 Type=Application
-Icon=SB_DIR/graphics/snowberry.png
+Icon=doomsday-snowberry.png
 
Index: doomsday-1.14.5/distrib/linux/doomsday-shell.desktop
===
--- doomsday-1.14.5.orig/distrib/linux/doomsday-shell.desktop
+++ doomsday-1.14.5/distrib/linux/doomsday-shell.desktop
@@ -6,5 +6,5 @@ Categories=Game;ActionGame;
 Exec=BIN_DIR/doomsday-shell
 Terminal=false
 Type=Application
-Icon=BASE_DIR/icons/shell.png
+Icon=doomsday-shell.png
 



commit haproxy for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package haproxy for openSUSE:Factory checked 
in at 2015-04-07 09:29:14

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


Package is haproxy

Changes:

--- /work/SRC/openSUSE:Factory/haproxy/haproxy.changes  2015-03-11 
09:58:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.haproxy.new/haproxy.changes 2015-04-07 
09:29:15.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr  2 10:54:29 UTC 2015 - mrueck...@suse.de
+
+- pull 3 patches from upstream:
+  0007-BUG-MEDIUM-http-the-function-req-res-replace-value-d.patch
+  0008-BUG-MINOR-compression-consider-the-expansion-factor-.patch
+  0009-BUG-MEDIUM-http-hdr_cnt-would-not-count-any-header-w.patch
+
+---
+Mon Mar 16 15:00:13 UTC 2015 - kgronl...@suse.com
+
+- pull 3 patches from upstream:
+  - BUG/MEDIUM: peers: correctly configure the client timeout
+  - BUG/MEDIUM: buffer: one byte miss in buffer free space check
+  - BUG/MAJOR: http: don't read past buffer's end in http_replace_value
+- Add 0004-BUG-MEDIUM-peers-correctly-configure-the-client-time.patch
+- Add 0005-BUG-MEDIUM-buffer-one-byte-miss-in-buffer-free-space.patch
+- Add 0006-BUG-MAJOR-http-don-t-read-past-buffer-s-end-in-http_.patch
+
+---

New:

  0004-BUG-MEDIUM-peers-correctly-configure-the-client-time.patch
  0005-BUG-MEDIUM-buffer-one-byte-miss-in-buffer-free-space.patch
  0006-BUG-MAJOR-http-don-t-read-past-buffer-s-end-in-http_.patch
  0007-BUG-MEDIUM-http-the-function-req-res-replace-value-d.patch
  0008-BUG-MINOR-compression-consider-the-expansion-factor-.patch
  0009-BUG-MEDIUM-http-hdr_cnt-would-not-count-any-header-w.patch



Other differences:
--
++ haproxy.spec ++
--- /var/tmp/diff_new_pack.riNh8q/_old  2015-04-07 09:29:15.0 +0200
+++ /var/tmp/diff_new_pack.riNh8q/_new  2015-04-07 09:29:15.0 +0200
@@ -64,6 +64,12 @@
 Patch5: 0001-BUG-MINOR-pattern-error-message-missing.patch
 Patch6: 0002-BUG-MEDIUM-pattern-some-entries-are-not-deleted-with.patch
 Patch7: 0003-BUG-MEDIUM-Do-not-consider-an-agent-check-as-failed-.patch
+Patch8: 0004-BUG-MEDIUM-peers-correctly-configure-the-client-time.patch
+Patch9: 0005-BUG-MEDIUM-buffer-one-byte-miss-in-buffer-free-space.patch
+Patch10:0006-BUG-MAJOR-http-don-t-read-past-buffer-s-end-in-http_.patch
+Patch11:0007-BUG-MEDIUM-http-the-function-req-res-replace-value-d.patch
+Patch12:0008-BUG-MINOR-compression-consider-the-expansion-factor-.patch
+Patch13:0009-BUG-MEDIUM-http-hdr_cnt-would-not-count-any-header-w.patch
 #
 Source99:   haproxy-rpmlintrc
 #
@@ -101,6 +107,12 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
 
 %build
 %{__make} \

++ 0001-BUG-MINOR-pattern-error-message-missing.patch ++
--- /var/tmp/diff_new_pack.riNh8q/_old  2015-04-07 09:29:15.0 +0200
+++ /var/tmp/diff_new_pack.riNh8q/_new  2015-04-07 09:29:15.0 +0200
@@ -1,7 +1,7 @@
 From e338a8741983acc9a4501a03ecd593d89e6fade3 Mon Sep 17 00:00:00 2001
 From: Thierry FOURNIER tfourn...@exceliance.fr
 Date: Fri, 6 Feb 2015 17:50:55 +0100
-Subject: [PATCH 1/3] BUG/MINOR: pattern: error message missing
+Subject: [PATCH 1/9] BUG/MINOR: pattern: error message missing
 
 This patch must be backported in 1.5 version.
 (cherry picked from commit 8aa8384e22dd0b66ded00c70a9c6034278b4bb69)

++ 0002-BUG-MEDIUM-pattern-some-entries-are-not-deleted-with.patch ++
--- /var/tmp/diff_new_pack.riNh8q/_old  2015-04-07 09:29:15.0 +0200
+++ /var/tmp/diff_new_pack.riNh8q/_new  2015-04-07 09:29:15.0 +0200
@@ -1,7 +1,7 @@
 From 623401b983185c1e0f6507e96557de3bc46fd41b Mon Sep 17 00:00:00 2001
 From: Thierry FOURNIER tfourn...@exceliance.fr
 Date: Fri, 6 Feb 2015 17:53:54 +0100
-Subject: [PATCH 2/3] BUG/MEDIUM: pattern: some entries are not deleted with
+Subject: [PATCH 2/9] BUG/MEDIUM: pattern: some entries are not deleted with
  case insensitive match
 
 ACL or map entries are not deleted with the command del acl or del map

++ 0003-BUG-MEDIUM-Do-not-consider-an-agent-check-as-failed-.patch ++
--- /var/tmp/diff_new_pack.riNh8q/_old  2015-04-07 09:29:15.0 +0200
+++ /var/tmp/diff_new_pack.riNh8q/_new  2015-04-07 09:29:15.0 +0200
@@ -1,8 +1,8 @@
 From bfb8f885955efa1ef90f79595f16a01e30fd0dcf Mon Sep 17 00:00:00 2001
 From: Simon Horman ho...@verge.net.au
 Date: Thu, 26 Feb 2015 11:26:17 +0900
-Subject: [PATCH] BUG/MEDIUM: Do not consider an agent check as failed on L7
- error
+Subject: [PATCH 3/9] 

commit fcitx for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2015-04-07 09:29:39

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


Package is fcitx

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2015-02-27 
11:10:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2015-04-07 
09:29:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 14:20:58 UTC 2015 - i...@marguerite.su
+
+- update version 4.2.8.6
+  * add kf5 kcm support
+
+---

Old:

  fcitx-4.2.8.5_dict.tar.xz

New:

  fcitx-4.2.8.6_dict.tar.xz



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.F0fHDi/_old  2015-04-07 09:29:42.0 +0200
+++ /var/tmp/diff_new_pack.F0fHDi/_new  2015-04-07 09:29:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fcitx
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define libver -4_2_8
 
 Name:   fcitx
-Version:4.2.8.5
+Version:4.2.8.6
 Release:0
 Summary:Flexible Context-aware Input Tool with eXtension
 License:GPL-2.0+

++ fcitx-4.2.8.5_dict.tar.xz - fcitx-4.2.8.6_dict.tar.xz ++
/work/SRC/openSUSE:Factory/fcitx/fcitx-4.2.8.5_dict.tar.xz 
/work/SRC/openSUSE:Factory/.fcitx.new/fcitx-4.2.8.6_dict.tar.xz differ: char 
27, line 1




commit rubygem-mysql2 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mysql2 for openSUSE:Factory 
checked in at 2015-04-07 09:29:35

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


Package is rubygem-mysql2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mysql2/rubygem-mysql2.changes
2015-02-18 12:08:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-mysql2.new/rubygem-mysql2.changes   
2015-04-07 09:29:36.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr  3 13:17:17 UTC 2015 - mrueck...@suse.de
+
+- add rpmlintrc
+
+---

New:

  rubygem-mysql2-rpmlintrc



Other differences:
--
++ rubygem-mysql2.spec ++
--- /var/tmp/diff_new_pack.fOkTyA/_old  2015-04-07 09:29:36.0 +0200
+++ /var/tmp/diff_new_pack.fOkTyA/_new  2015-04-07 09:29:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mysql2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -32,13 +32,14 @@
 BuildRequires:  mysql-devel
 # /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ruby-macros = 5
 BuildRequires:  %{rubydevel}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc  3.10}
-BuildRequires:  ruby-macros = 5
 Url:http://github.com/brianmario/mysql2
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Source1:gem2rpm.yml
+Source1:rubygem-mysql2-rpmlintrc
+Source2:gem2rpm.yml
 Summary:A simple, fast Mysql library for Ruby, binding to libmysql
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.fOkTyA/_old  2015-04-07 09:29:36.0 +0200
+++ /var/tmp/diff_new_pack.fOkTyA/_new  2015-04-07 09:29:36.0 +0200
@@ -15,8 +15,6 @@
 # ## used by gem2rpm
 # :disable_automatic_rdoc_dep: true
 # ## used by gem2rpm
-:preamble: |-
-  BuildRequires:  mysql-devel
 #   BuildRequires: foobar
 #   Requires: foobar
 # ## used by gem2rpm
@@ -24,7 +22,7 @@
 #   foo.patch: -p1
 #   bar.patch: 
 # ## used by gem2rpm
-:sources:
+#:sources:
 # - foo.desktop
 # - bar.desktop
 # :gem_install_args: ''
@@ -69,3 +67,7 @@
 # :post: |-
 #   /bin/echo foo
 #
+:preamble: |-
+  BuildRequires:  mysql-devel
+:sources:
+- rubygem-mysql2-rpmlintrc

++ rubygem-mysql2-rpmlintrc ++
addFilter(devel-file-in-non-devel-package)



commit libtranscript for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package libtranscript for openSUSE:Factory 
checked in at 2015-04-07 09:29:43

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


Package is libtranscript

Changes:

--- /work/SRC/openSUSE:Factory/libtranscript/libtranscript.changes  
2015-02-20 12:01:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libtranscript.new/libtranscript.changes 
2015-04-07 09:29:45.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 29 20:41:40 UTC 2015 - jeng...@inai.de
+
+- specfile metadata cleanup
+
+---



Other differences:
--
++ libtranscript.spec ++
--- /var/tmp/diff_new_pack.XN1uey/_old  2015-04-07 09:29:45.0 +0200
+++ /var/tmp/diff_new_pack.XN1uey/_new  2015-04-07 09:29:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libtranscript
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,14 +23,14 @@
 Summary:A character set conversion library
 License:GPL-3.0
 Group:  Development/Libraries/C and C++
-Url:http://os.ghalkes.nl/t3/libtranscript.html
+Url:http://os.ghalkes.nl/libtranscript.html
 
 #Git-Clone:git://github.com/gphalkes/transcript
 Source: http://os.ghalkes.nl/dist/%name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gettext-tools
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -68,9 +68,8 @@
 make %{?_smp_mflags}
 
 %install
-b=%buildroot
-make install DESTDIR=$b
-rm -f $b/%_libdir/*.la
+%make_install
+rm -f %buildroot/%_libdir/*.la
 %if 0%{?fdupes:1}
 %fdupes %buildroot/%_prefix
 %endif




commit iperf for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2015-04-07 09:29:47

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


Package is iperf

Changes:

--- /work/SRC/openSUSE:Factory/iperf/iperf.changes  2015-01-10 
23:05:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.iperf.new/iperf.changes 2015-04-07 
09:29:47.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr  5 21:17:52 UTC 2015 - a...@ajaissle.de
+
+- iperf 3.0.11
+  * This maintenance release adds a -1 flag to make the iperf3 
+execute a single test and exit, needed for an upcoming bwctl 
+release. A few other bugs are also fixed.
+
+---
@@ -7 +14,0 @@
-

Old:

  iperf-3.0.10.tar.gz

New:

  iperf-3.0.11.tar.gz



Other differences:
--
++ iperf.spec ++
--- /var/tmp/diff_new_pack.fNcFew/_old  2015-04-07 09:29:48.0 +0200
+++ /var/tmp/diff_new_pack.fNcFew/_new  2015-04-07 09:29:48.0 +0200
@@ -18,14 +18,14 @@
 
 %define soname  0
 Name:   iperf
-Version:3.0.10
+Version:3.0.11
 Release:0
 Summary:A tool to measure network performance
 License:BSD-3-Clause
 Group:  Productivity/Networking/Diagnostic
 Url:http://software.es.net/iperf/
 Source: http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- Disable profiling if %optflags includes 
-fomit-frame-pointer, as option -pg conflicts with it
+# PATCH-FIX-OPENSUSE -- Disable profiling if %%optflags includes 
-fomit-frame-pointer, as option -pg conflicts with it
 Patch1: iperf-3.0.5_disable-profiling.patch
 %if %{?sles_version}  %{?sles_version} = 11
 BuildRequires:  libuuid-devel

++ iperf-3.0.10.tar.gz - iperf-3.0.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.0.10/README.md new/iperf-3.0.11/README.md
--- old/iperf-3.0.10/README.md  2014-12-16 20:39:58.0 +0100
+++ new/iperf-3.0.11/README.md  2015-01-09 18:44:11.0 +0100
@@ -159,7 +159,7 @@
 Copyright
 -
 
-iperf, Copyright (c) 2014, The Regents of the University of
+iperf, Copyright (c) 2014-2015, The Regents of the University of
 California, through Lawrence Berkeley National Laboratory (subject
 to receipt of any required approvals from the U.S. Dept. of
 Energy).  All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.0.10/RELEASE_NOTES 
new/iperf-3.0.11/RELEASE_NOTES
--- old/iperf-3.0.10/RELEASE_NOTES  2014-12-16 20:39:58.0 +0100
+++ new/iperf-3.0.11/RELEASE_NOTES  2015-01-09 18:44:11.0 +0100
@@ -1,3 +1,16 @@
+== iperf 3.0.11 2015-01-09 ==
+
+* User-visible changes
+
+  * Added -1 / --one-off flag, which causes the iperf3 server to
+process one client connection and then exit.  Intended primarily
+for bwctl integration (issue #230).
+
+  * Added various minor bug fixes (issues #231, #232, #233).
+
+  * Added 30-second timeout for UDP tests if unable to establish UDP
+connectivity between sender and receiver (issue #222).
+
 == iperf 3.0.10 2014-12-16 ==
 
 * User-visible changes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/iperf-3.0.10/configure new/iperf-3.0.11/configure
--- old/iperf-3.0.10/configure  2014-12-16 20:39:58.0 +0100
+++ new/iperf-3.0.11/configure  2015-01-09 18:44:11.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for iperf 3.0.10.
+# Generated by GNU Autoconf 2.69 for iperf 3.0.11.
 #
 # Report bugs to https://github.com/esnet/iperf.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='iperf'
 PACKAGE_TARNAME='iperf'
-PACKAGE_VERSION='3.0.10'
-PACKAGE_STRING='iperf 3.0.10'
+PACKAGE_VERSION='3.0.11'
+PACKAGE_STRING='iperf 3.0.11'
 PACKAGE_BUGREPORT='https://github.com/esnet/iperf'
 PACKAGE_URL='http://software.es.net/iperf/'
 
@@ -1316,7 +1316,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures iperf 3.0.10 to adapt to many kinds of systems.
+\`configure' configures iperf 3.0.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1386,7 +1386,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of iperf 3.0.10:;;
+ short | recursive ) echo Configuration of iperf 3.0.11:;;
esac
   cat \_ACEOF
 
@@ 

commit linphone for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2015-04-07 09:29:49

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


Package is linphone

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2015-03-19 
21:13:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2015-04-07 
09:29:50.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr  5 23:02:24 UTC 2015 - fi...@opensuse.org
+
+- Enable ldap support.
+
+---
+Sat Mar 28 11:11:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Regenerate configure with autotools to solve build problems in
+  some cases.
+- Remove redefinition of GenericName in desktopfile.
+
+---
@@ -532 +543,0 @@
-



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.Su1Ldw/_old  2015-04-07 09:29:50.0 +0200
+++ /var/tmp/diff_new_pack.Su1Ldw/_new  2015-04-07 09:29:50.0 +0200
@@ -26,12 +26,15 @@
 Url:https://linphone.org
 Source0:
http://download.savannah.gnu.org/releases/linphone/%{_version}.x/sources/%{name}-%{version}.tar.gz
 Source1:%{name}-manual.tar.bz2
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  intltool
 BuildRequires:  libeXosip2-devel
 BuildRequires:  libgsm-devel
 BuildRequires:  libtool
+BuildRequires:  openldap2-devel
 BuildRequires:  readline-devel
 BuildRequires:  sgmltool
 BuildRequires:  update-desktop-files
@@ -41,10 +44,10 @@
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libosip2)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(libsasl2)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libupnp)
 BuildRequires:  pkgconfig(libv4l2) = 0.8.4
-BuildRequires:  pkgconfig(libzrtpcpp) = 4.0
 BuildRequires:  pkgconfig(mediastreamer) = 2.10.0
 BuildRequires:  pkgconfig(ortp) = 0.23.0
 BuildRequires:  pkgconfig(speex) = 1.1.6
@@ -100,12 +103,15 @@
 sed -i s|\(\$(datadir)/\)\(tutorials\)/%{name}|\1%{name}/\2| 
coreapi/help/Makefile.{in,am}
 
 %build
+# autoreconf -fi does not work properly.
+./autogen.sh
 %configure \
   --docdir=%{_docdir} \
   --enable-pulseaudio \
   --enable-external-ortp  \
   --enable-external-mediastreamer \
   --enable-zrtp   \
+  --enable-ldap   \
 %if !0%{?packman_bs}
   --disable-video \
 %endif
@@ -116,7 +122,7 @@
 
 %install
 %make_install
-%suse_update_desktop_file -r -D %{name}/index.xml.html -G SIP Phone 
%{name} Network Telephony
+%suse_update_desktop_file -r -D %{name}/index.xml.html %{name} Network 
Telephony
 find %{buildroot} -type f -name *.la -delete -print
 # Remove duplicate COPYING.
 rm -f %{buildroot}%{_datadir}/%{name}/COPYING
@@ -144,8 +150,8 @@
 %{_datadir}/sounds/%{name}/
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/%{name}/
-%{_mandir}/man?/*.?%{ext_man}
-%doc %{_mandir}/*/man?/*.?%{ext_man}
+%{_mandir}/man?/*.?%{?ext_man}
+%{_mandir}/*/man?/*.?%{?ext_man}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml
 




commit flashrom for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package flashrom for openSUSE:Factory 
checked in at 2015-04-07 09:29:20

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


Package is flashrom

Changes:

--- /work/SRC/openSUSE:Factory/flashrom/flashrom.changes2014-11-03 
13:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.flashrom.new/flashrom.changes   2015-04-07 
09:29:21.0 +0200
@@ -1,0 +2,32 @@
+Fri Apr  3 07:22:52 UTC 2015 - mplus...@suse.com
+
+- Update to 0.9.8
+  * A bunch of newly supported architectures: ARM 64bit, 
+big-endian ARM, PowerPC 64bit, SPARC.
+  * Better support for AMD chipsets in general (speed selection, 
+more conservative defaults etc.).
+  * Add new programmer support:
+  * AMD Yangtze's SPI controller (found in Kabini and Tamesh) as 
+well as the one in Bolton FCHs (A78, A88X, A77E).
+  * Intel Silvermont chipsets (Bay Trail, Rangeley and Avoton) and 
+Wildcat Point (for Broadwell).
+  * ITE IT8212F parallel programmer as it8212 (found on PCI SATA 
+RAID controllers).
+  * VIA VT6421A LPC programmer as atavia (found on PCI SATA 
+controllers).
+  * EEPROMs on Intel network cards based on the 82580 NIC 
+(nicintel_eeprom).
+  * Intel 82599 10 GbE NICs boot PROMs (part of nicintel_spi).
+  * Microchip PICkit 2
+  * MSTAR I²C ISP protocol (not compiled in by default). Rewrites the 
+firmware of your screen over VGA/DVI(!).
+  * Extension of the rayer_spi module to supported various similar 
+devices (Altera ByteBlasterMV, Atmel STK200/300, Wiggler LPT).
+  * Switching betweens chips on boards with GIGABYTE's DualBIOS 
+(using the dualbiosindex programmer parameter).
+  * Enable fwh_idsel parameter for C-ICH and ICH2/3/4/5 chipsets.
+  * Finer-grained display of support status used for flash chip 
+operations, chipsets, mainboards and programmers (new states: 
+configuration-dependent, not applicable).
+
+---

Old:

  flashrom-0.9.7.tar.bz2

New:

  flashrom-0.9.8.tar.bz2



Other differences:
--
++ flashrom.spec ++
--- /var/tmp/diff_new_pack.YcoAn5/_old  2015-04-07 09:29:21.0 +0200
+++ /var/tmp/diff_new_pack.YcoAn5/_new  2015-04-07 09:29:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package flashrom
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,26 +17,26 @@
 
 
 Name:   flashrom
-Url:http://flashrom.org/Flashrom
+Version:0.9.8
+Release:0
 Summary:A universal flash programming utility
 License:GPL-2.0
 Group:  Development/Tools/Other
-Version:0.9.7
-Release:0
+Url:http://flashrom.org/Flashrom
 Source0:
http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
 Source23:   update-snapshots.sh
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libftdi1
 BuildRequires:  libftdi1-devel
 BuildRequires:  libusb-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExclusiveArch:  %ix86 x86_64
 %if 0%{?suse_version} = 1110
 Requires:   pmtools
 %else
 Requires:   dmidecode
 %endif
-ExclusiveArch:  %ix86 x86_64
 
 %description
 flashrom is a utility for reading, writing, verifying and erasing flash ROM

++ flashrom-0.9.7.tar.bz2 - flashrom-0.9.8.tar.bz2 ++
 25220 lines of diff (skipped)




commit cscope for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package cscope for openSUSE:Factory checked 
in at 2015-04-07 09:29:31

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


Package is cscope

Changes:

--- /work/SRC/openSUSE:Factory/cscope/cscope.changes2015-01-07 
09:38:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.cscope.new/cscope.changes   2015-04-07 
09:29:32.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  2 17:36:01 UTC 2015 - mplus...@suse.com
+
+- Use url for source
+
+---

Old:

  cscope-15.8a.tar.bz2

New:

  cscope-15.8a.tar.gz



Other differences:
--
++ cscope.spec ++
--- /var/tmp/diff_new_pack.hnFBah/_old  2015-04-07 09:29:33.0 +0200
+++ /var/tmp/diff_new_pack.hnFBah/_new  2015-04-07 09:29:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cscope
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Tools/Navigators
 Url:http://cscope.sourceforge.net/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://sourceforge.net/projects/cscope/files/cscope/%{version}/%{name}-%{version}.tar.gz
 Patch1: %{name}-null.patch
 Patch2: %{name}-15.7-gcc-warnings.patch
 Patch3: %{name}-15.7-vpath.patch
@@ -34,6 +34,7 @@
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  ncurses-devel
+BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -61,7 +62,7 @@
 install -m 644 doc/cscope.1 %{buildroot}%{_mandir}/man1/cscope.1
 install -m 755 contrib/xcscope/cscope-indexer 
%{buildroot}%{_bindir}/cscope-indexer
 pushd contrib
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 popd
 
 %files




commit arptables for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package arptables for openSUSE:Factory 
checked in at 2015-04-07 09:29:45

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


Package is arptables

Changes:

--- /work/SRC/openSUSE:Factory/arptables/arptables.changes  2013-01-12 
07:51:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.arptables.new/arptables.changes 2015-04-07 
09:29:47.0 +0200
@@ -1,0 +2,5 @@
+Sun Mar 29 20:52:27 UTC 2015 - jeng...@inai.de
+
+- Cleanup specfile, and note down git repo URL.
+
+---



Other differences:
--
++ arptables.spec ++
--- /var/tmp/diff_new_pack.tfAt9A/_old  2015-04-07 09:29:47.0 +0200
+++ /var/tmp/diff_new_pack.tfAt9A/_new  2015-04-07 09:29:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package arptables
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 %define oversion   v0.0.4
 Url:http://ebtables.sourceforge.net/
 
+#Git-Clone:git://git.netfilter.org/arptables
 Source: http://downloads.sf.net/ebtables/arptables-v0.0.4.tar.gz
 Source1:COPYING
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -41,18 +42,18 @@
 %setup -qn %name-%oversion
 
 %build
-make %{?_smp_mflags} all LIBDIR=/%{_lib} PREFIX=%_prefix 
COPT_FLAGS=$RPM_OPT_FLAGS -W -Wall
+make %{?_smp_mflags} all PREFIX=%_prefix COPT_FLAGS=%optflags -W -Wall
 cp %{S:1} .
 
 %install
-make install DESTDIR=%{buildroot} LIBDIR=/%{_lib} PREFIX=%_prefix 
MANDIR=%_mandir
+%make_install PREFIX=%_prefix MANDIR=%_mandir
 # This is a RH-specific init script
 rm -Rf %buildroot/etc/rc.d
 
 %files
 %defattr(-,root,root)
 %_sbindir/arptables*
-%{_mandir}/*/arptables*
+%_mandir/*/arptables*
 %doc COPYING
 
 %changelog




commit RemoteBox for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package RemoteBox for openSUSE:Factory 
checked in at 2015-04-07 09:29:22

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


Package is RemoteBox

Changes:

--- /work/SRC/openSUSE:Factory/RemoteBox/RemoteBox.changes  2015-03-30 
19:34:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.RemoteBox.new/RemoteBox.changes 2015-04-07 
09:29:23.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr  2 17:25:35 UTC 2015 - dims...@opensuse.org
+
+- Manually symlink the duplicate icon between /usr/share/icons and
+  /usr/share/RemoteBox. This allows us, contrary to the use of
+  fdupes, to define that we want the real file in /usr/share/icons,
+  which is a requirement for Application containerisation (the icon
+  needs to be extractable from a defined location for host system
+  integration).
+
+---



Other differences:
--
++ RemoteBox.spec ++
--- /var/tmp/diff_new_pack.uL2C7N/_old  2015-04-07 09:29:24.0 +0200
+++ /var/tmp/diff_new_pack.uL2C7N/_new  2015-04-07 09:29:24.0 +0200
@@ -84,6 +84,10 @@
 
 # Install an icon for the desktop file
 install -p -m0644 share/remotebox/icons/remotebox.png 
%{buildroot}%{_datadir}/pixmaps/%{name}.png
+# link the icon back to the install directory. In preparation for app 
containerisation, as well
+# as AppStream metadata generation, we need a real file in /usr/share/icons
+# fdupes later on is likely to put the symlink there though
+ln -sf %{_datadir}/pixmaps/%{name}.png 
%{buildroot}%{_datadir}/%{name}/icons/remotebox.png
 
 # Install upstream provided appdata.xml
 install -p -m0644 packagers-readme/remotebox.appdata.xml 
%{buildroot}%{_datadir}/appdata/RemoteBox.appdata.xml




commit domination for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package domination for openSUSE:Factory 
checked in at 2015-04-07 09:29:09

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


Package is domination

Changes:

--- /work/SRC/openSUSE:Factory/domination/domination.changes2014-11-26 
10:35:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.domination.new/domination.changes   
2015-04-07 09:29:10.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 30 09:54:00 UTC 2015 - dims...@opensuse.org
+
+- Add domination.png as icon (converted from resources/icon.ico):
+  The .ico file at least is 32x32 pixels, whereas the provided pnt
+  was only 16x16.
+
+---

New:

  domination.png



Other differences:
--
++ domination.spec ++
--- /var/tmp/diff_new_pack.zuMzWP/_old  2015-04-07 09:29:10.0 +0200
+++ /var/tmp/diff_new_pack.zuMzWP/_new  2015-04-07 09:29:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package domination
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Source3:%{name}-SimpleGUI.sh
 Source4:%{name}-SwingGUI.sh
 Source5:%{name}.desktop
+Source6:%{name}.png
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
@@ -81,7 +82,7 @@
 done
 
 # install icon
-install -Dm 0644 resources/icon.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -Dm 0644 %{S:6} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 
 # install Desktop file
 install -Dm 0644 %{S:5} %{buildroot}%{_datadir}/applications/%{name}.desktop





commit ceferino for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package ceferino for openSUSE:Factory 
checked in at 2015-04-07 09:29:11

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


Package is ceferino

Changes:

--- /work/SRC/openSUSE:Factory/ceferino/ceferino.changes2014-12-10 
23:44:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.ceferino.new/ceferino.changes   2015-04-07 
09:29:12.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr  1 15:19:31 UTC 2015 - dims...@opensuse.org
+
+- Manually symlink the duplicate icon between /usr/share/icons and
+  /usr/share/ceferino. This allows us, contrary to the use of
+  fdupes, to define that we want the real file in /usr/share/icons,
+  which is a requirement for Application containerisation (the icon
+  needs to be extractable from a defined location for host system
+  integration).
+
+---



Other differences:
--
++ ceferino.spec ++
--- /var/tmp/diff_new_pack.7Q6QEd/_old  2015-04-07 09:29:13.0 +0200
+++ /var/tmp/diff_new_pack.7Q6QEd/_new  2015-04-07 09:29:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ceferino
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -66,6 +66,10 @@
 
 # install icon
 install -Dm 0644 data/ima/icono.png 
%{buildroot}/%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+# link the icon back to the install directory. In preparation for app 
containerisation, as well
+# as AppStream metadata generation, we need a real file in /usr/share/icons
+# fdupes later on is likely to put the symlink there though
+ln -sf %{_datadir}/icons/hicolor/32x32/apps/%{name}.png 
%{buildroot}%{_datadir}/%{name}/ima/icono.png
 
 # install Desktop file
 install -Dm 0644 %{S:1} %{buildroot}%{_datadir}/applications/%{name}.desktop




commit kwin5 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2015-04-07 09:29:36

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


Package is kwin5

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2015-03-25 
09:58:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2015-04-07 
09:29:37.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr  4 17:27:57 UTC 2015 - aux...@gmail.com
+
+- Added fix_nvidia.patch from upstrem to resolve kde#343551
+
+---

New:

  fix_nvidia.patch



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.Ef5ceY/_old  2015-04-07 09:29:37.0 +0200
+++ /var/tmp/diff_new_pack.Ef5ceY/_new  2015-04-07 09:29:37.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.kde.org
 Source: kwin-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM fix_nvidia.patch -- bugs.kde.org/343551
+Patch1: fix_nvidia.patch
 BuildRequires:  extra-cmake-modules = 0.0.11
 BuildRequires:  kactivities5-devel = 5.6.0
 BuildRequires:  kcmutils-devel = 5.6.0
@@ -106,6 +108,7 @@
 %lang_package
 %prep
 %setup -q -n kwin-%{version}
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5

++ fix_nvidia.patch ++
From: Simeon Bird sb...@andrew.cmu.edu
Date: Sat, 21 Mar 2015 00:18:46 +
Subject: Fix hang on nvidia hardware when deleting sync objects
---
Fix hang on nvidia hardware when deleting sync objects

When a sync object is deleted, the fence it is connected to must already
be signalled, or the driver will busy-wait forever.
Signal fences before deleting syncs to avoid this.

BUG: 343551
FIXED-IN: 5.3
REVIEW: 123090
---


--- a/scene_opengl.cpp
+++ b/scene_opengl.cpp
@@ -120,6 +120,17 @@
 
 SyncObject::~SyncObject()
 {
+// If glDeleteSync is called before the xcb fence is signalled
+// the nvidia driver (the only one to implement GL_SYNC_X11_FENCE_EXT)
+// deadlocks waiting for the fence to be signalled.
+// To avoid this, make sure the fence is signalled before 
+// deleting the sync.
+if (m_state == Resetting || m_state == Ready){
+trigger();
+// The flush is necessary! 
+// The trigger command needs to be sent to the X server 
+xcb_flush(connection());
+}
 xcb_sync_destroy_fence(connection(), m_fence);
 glDeleteSync(m_sync);
 



commit python3-IPython for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python3-IPython for openSUSE:Factory 
checked in at 2015-04-07 09:29:51

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


Package is python3-IPython

Changes:

--- /work/SRC/openSUSE:Factory/python3-IPython/python3-IPython.changes  
2015-03-05 18:16:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-IPython.new/python3-IPython.changes 
2015-04-07 09:29:52.0 +0200
@@ -1,0 +2,24 @@
+Sat Apr  4 17:24:06 UTC 2015 - a...@gmx.de
+
+- update to version 3.1.0:
+  * Highlights:
++ Various focus jumping and scrolling fixes in the notebook.
++ Various message ordering and widget fixes in the notebook.
++ Images in markdown and output are confined to the notebook
+  width. An .unconfined CSS class is added to disable this
+  behavior per-image. The resize handle on output images is
+  removed.
++ Improved ordering of tooltip content for Python functions,
+  putting the signature at the top.
++ Fix UnicodeErrors when displaying some objects with unicode
+  reprs on Python 2.
++ Set the kernel’s working directory to the notebook directory
+  when running nbconvert --execute, so that behavior matches the
+  live notebook.
++ Allow setting custom SSL options for the tornado server with
+  NotebookApp.ssl_options, and protect against POODLE with default
+  settings by disabling SSLv3.
++ Fix memory leak in the IPython.parallel Controller on Python 3.
+  * See Issues closed in the 3.x development cycle for details.
+
+---

Old:

  ipython-3.0.0.tar.gz

New:

  ipython-3.1.0.tar.gz



Other differences:
--
++ python3-IPython.spec ++
--- /var/tmp/diff_new_pack.O8ptKE/_old  2015-04-07 09:29:53.0 +0200
+++ /var/tmp/diff_new_pack.O8ptKE/_new  2015-04-07 09:29:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-IPython
-Version:3.0.0
+Version:3.1.0
 Release:0
 Source0:
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 Source1:ipython3-icons.tar.xz
@@ -28,15 +28,15 @@
 Group:  Development/Languages/Python
 BuildArch:  noarch
 BuildRequires:  python3
-BuildRequires:  python3-devel
 BuildRequires:  python3-2to3
-BuildRequires:  python3-setuptools
 BuildRequires:  python3-Cython
 BuildRequires:  python3-curses
+BuildRequires:  python3-devel
 BuildRequires:  python3-nose = 0.10.1
 BuildRequires:  python3-opengl
 BuildRequires:  python3-pymongo
 BuildRequires:  python3-pyzmq-devel = 2.1.11
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-xml
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -167,7 +167,6 @@
 # install icons
 tar xf %{S:1} -C %{buildroot}%{_datadir}
 
-
 %files
 %defattr(-,root,root)
 %doc COPYING.rst README.rst

++ ipython-3.0.0.tar.gz - ipython-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python3-IPython/ipython-3.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.python3-IPython.new/ipython-3.1.0.tar.gz differ: 
char 5, line 1




commit freeipmi for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2015-04-07 09:29:16

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


Package is freeipmi

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2015-01-08 
23:03:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2015-04-07 
09:29:17.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  2 16:11:34 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+---

New:

  freeipmi-1.4.8.tar.gz.sig
  freeipmi.keyring



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.5DVoMy/_old  2015-04-07 09:29:18.0 +0200
+++ /var/tmp/diff_new_pack.5DVoMy/_new  2015-04-07 09:29:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package freeipmi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2003-2008 FreeIPMI Core Team
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,6 +33,8 @@
 Release:%{release}
 Url:http://www.gnu.org/software/freeipmi/
 Source0:http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
+Source4:
http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz.sig
+Source5:%{name}.keyring
 Source1:bmc-watchdog.service
 Source2:ipmidetectd.service
 Source3:ipmiseld.service




commit yate for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2015-04-07 09:29:53

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-12-16 
14:47:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2015-04-07 
09:29:54.0 +0200
@@ -1,0 +2,15 @@
+Fri Mar  6 21:16:52 UTC 2015 - mar...@gmx.de
+
+- update to 5.4.2:
+  - upstream does not provide changelog
+- updated patch: dont-mess-with-cflags.patch
+- removed patches (fixed upstream)
+  * yate-fix-bashisms.patch
+  * yate-ppc64-libdir.patch
+  * yate-ppc64.patch
+- moved %{_datadir}/%{name}/sounds from the qt4-subpackge to
+  the base package since this directory also provides the
+  music on hold files that may be needed when using yate as
+  a PBX
+
+---
@@ -11 +26 @@
-- update to 5.4.0
+- update to 5.4.0:

Old:

  yate-5.4.0-1.tar.gz
  yate-fix-bashisms.patch
  yate-ppc64-libdir.patch
  yate-ppc64.patch

New:

  yate-5.4.2-1.tar.gz



Other differences:
--
++ yate.spec ++
--- /var/tmp/diff_new_pack.2V1dby/_old  2015-04-07 09:29:55.0 +0200
+++ /var/tmp/diff_new_pack.2V1dby/_new  2015-04-07 09:29:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yate
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011, Sascha Peilicke sasc...@gmx.de
 # Copyright (c) 2011, Pascal Bleser pascal.ble...@opensuse.org
 #
@@ -19,19 +19,17 @@
 
 
 Name:   yate
-Version:5.4.0
+Version:5.4.2
 Release:0
 Summary:Yet Another Telephony Engine
 License:GPL-2.0+
 Group:  Productivity/Telephony/Clients
 Url:http://www.yate.null.ro/
 Source0:http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
-Patch1: yate-ppc64-libdir.patch
-Patch2: yate-ppc64.patch
-Patch3: dont-mess-with-cflags.patch
-Patch4: yate-fix-bashisms.patch
+Patch1: dont-mess-with-cflags.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -109,13 +107,9 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-rm configure
-autoconf
+autoreconf -fiv
 
 %configure --docdir=%{_docdir}
 make #%{?_smp_mflags} # Parallel build causes side-effects (compile errors)
@@ -148,6 +142,7 @@
 %{_mandir}/man*/%{name}.*
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/data
+%{_datadir}/%{name}/sounds
 %{_libdir}/lib%{name}.so.*
 %{_libdir}/libyategsm.so.*
 %{_libdir}/libyatejabber.so.*
@@ -258,6 +253,7 @@
 %config(noreplace) %{_sysconfdir}/%{name}/sip_cnam_lnp.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sigtransport.conf
 %config(noreplace) %{_sysconfdir}/%{name}/sipfeatures.conf
+%config(noreplace) %{_sysconfdir}/%{name}/sqlitedb.conf
 %config(noreplace) %{_sysconfdir}/%{name}/ss7_lnp_ansi.conf
 %config(noreplace) %{_sysconfdir}/%{name}/subscription.conf
 %config(noreplace) %{_sysconfdir}/%{name}/tdmcard.conf
@@ -293,7 +289,6 @@
 %{_datadir}/applications/yate-qt4.desktop
 %{_datadir}/pixmaps/null_team-*.png
 %{_datadir}/%{name}/skins
-%{_datadir}/%{name}/sounds
 %{_datadir}/%{name}/help
 %config(noreplace) %{_sysconfdir}/%{name}/yate-qt4.conf
 %config(noreplace) %{_sysconfdir}/%{name}/providers.conf

++ dont-mess-with-cflags.patch ++
--- /var/tmp/diff_new_pack.2V1dby/_old  2015-04-07 09:29:55.0 +0200
+++ /var/tmp/diff_new_pack.2V1dby/_new  2015-04-07 09:29:55.0 +0200
@@ -1,12 +1,12 @@
-Index: yate/configure.in
-===
 yate.orig/configure.in
-+++ yate/configure.in
-@@ -1447,7 +1447,6 @@ fi
+diff --git a/configure.ac b/configure.ac
+index 163f2b0..a531b88 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1652,7 +1652,6 @@ AC_SUBST(INSTALL_L)
  
  
  INSTALL_D=install -D
--CFLAGS=`echo $CFLAGS | sed 's/\(^\| *\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
+-CFLAGS=`echo $CFLAGS | sed 's/\(^\| \+\)-g[[0-9]]*//' | sed 
's/[[[:space:]]]\{2,\}/ /g'`
  MODULE_CFLAGS=-fno-exceptions -fPIC $HAVE_GCC_FORMAT_CHECK 
$HAVE_BLOCK_RETURN
- MODULE_CPPFLAGS=-fno-check-new $RTTI_OPT $MODULE_CFLAGS
- MODULE_LDRELAX=-export-dynamic -shared
+ MODULE_CPPFLAGS=$HAVE_NO_OVERLOAD_VIRT_WARN $RTTI_OPT $MODULE_CFLAGS
+ MODULE_LDRELAX=-rdynamic -shared

++ yate-5.4.0-1.tar.gz - 

commit qtractor for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2015-04-07 09:29:38

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


Package is qtractor

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2014-09-28 
19:54:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2015-04-07 
09:29:39.0 +0200
@@ -1,0 +2,85 @@
+Sat Apr  4 12:57:12 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 0.6.6:
+  * MIDI clip record/reopen to/from SMF format 0 has been fixed.
+  * LV2 and VST plugins GUI editor widget position is preserved
+across hide/show cycles.
+  * Added application description as freedesktop.org's AppData.
+  * Added a Don't ask this again prompt option to zip/archive
+extrated directory removal/replace warning messages.
+  * MIDI clip editor (aka. piano-roll) gets lingering notes
+properly shown while on record/overdubbing.
+  * Current highlighted client/port connections are now drawn
+with thicker connector lines.
+  * Fixing segfaults due to QClipboard::mimeData() returning an
+invalid null pointer while on Qt5 and Weston.
+  * Return of an old hack/fix for some native VST plugins with
+GUI editor, on whether to skip the explicit shared library
+unloading on close and thus avoid some mysterious crashes
+on session and/or application exit.
+  * Force reset of plugin selection list when any of the plugin
+search paths change (in View/Options.../Plugins/Paths).
+  * Recursive VST plugin search is now in effect for inventory
+and discovery on path sub-directories (VST only).
+  * Non-dummy scannig for regular VST, non-shell plugins, were
+doomed to infinite-loop freezes on discovery, now fixed.
+- changes from 0.6.5:
+  * Connections lines now drawn with anti-aliasing; connections
+splitter handles width is now reduced; the MIDI connections
+splitter pane sizes are now saved and restored properly.
+  * Extended multi-selection is now featured on the track-list
+(main left-pane), primarily allowing for group mute/solo
+(and monitor) switching.
+  * Track-list (left pane) header column widths are now saved
+and made persistent across application power cycle (double
+-click reverts to the old original default).
+  * Minor fixes on the MIDI clip event list editor, also making
+sure the current event is visible on the piano-roll view.
+  * As long to prevent asynchronous mistakes to JACK transport
+state changes, an internal slack-delay is now introduced
+after self-initiated transport commands (eg. start/stop).
+  * The MIDI clip editor (aka. piano-roll) was missing to
+clear or reset the current selection when no shift/ctrl
+keyboard modifier is in effect.
+  * VST-shell sub-plugins are now supported (as suggested by
+abique aka. Alexandre Bique, thanks).
+  * MIDI clip record/overdubbing is now possible (Clip/Record
+on the main menu or File/Record from the MIDI clip editor.
+  * Make sure some audio sample file encodings (eg. old Ogg
+Vorbis) does not head-start on audio peak generation.
+- changes from 0.6.4:
+  * Fixed some old loop-recording clip drawing glitches.
+  * Current assigned track/channel instrument definition
+names for MIDI controllers, note keys, RPN and NRPN,
+are now in effect on the MIDI clip editor drop-down
+lists, whether available.
+  * Clip/Take/Range... input dialog values are now properly
+sanitized as long to prevent invalid take/folding ranges.
+  * Audio capture/export file type default now set to wav.
+  * Extending punch-in/out over loop-recording/takes modes.
+  * Make audio tracks monitoring always flow while playback
+is rolling, independently of their mute/solo state.
+  * Fixed undo/redo conversion of audio clip offsets under
+(automatic) time-stretching eg. due on tempo changes.
+(ticket by Holger Marzen, thanks).
+  * Latch/momentary MIDI Controllers toggle mode introduced
+(a request by AutoStatic aka. Jeremy Jongepier, thanks).
+  * JACK client/port pretty-name (metadata) support is being
+seamlessly introduced. (EXPERIMENTAL)
+  * Audio frame/MIDI time drift correction is now an option on
+View/Options.../MIDI/Playback/Enable MIDI queue time drift
+correction.
+  * Transport auto-backward feature now honoring last position
+playback was started.
+  * Introducing brand new application user preferences on
+View/Options.../Display/Options/Custom style and color
+themes (eg. KXStudio, by Filipe Coelho aka. falkTX).
+  * Mixer widget gets automatic multi-row strip layout.
+  * Clip fade-in/out now follows time-stretch resizing, via
+shift/ctrl+click and drag one of its edges.
+  * Fixed a typo 

commit wine for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2015-04-07 09:29:41

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.changes2015-03-28 
18:38:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2015-04-07 
09:29:43.0 +0200
@@ -1,0 +2,12 @@
+Sun Apr  5 17:53:17 UTC 2015 - meiss...@suse.com
+
+- Updated to 1.7.40 development snapshot
+  - Support for kernel job objects.
+  - Various fixes to the ListView control.
+  - Better support for OOB data in Windows Sockets.
+  - Support for DIB images in the OLE data cache.
+  - Improved support for MSI patches.
+  - Some fixes for ACL file permissions.
+  - Various bug fixes.
+
+---

Old:

  wine-1.7.39.tar.bz2
  wine-1.7.39.tar.bz2.sign

New:

  wine-1.7.40.tar.bz2
  wine-1.7.40.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.sUIwRU/_old  2015-04-07 09:29:44.0 +0200
+++ /var/tmp/diff_new_pack.sUIwRU/_new  2015-04-07 09:29:44.0 +0200
@@ -56,7 +56,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-Version:1.7.39
+Version:1.7.40
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.7.39.tar.bz2 - wine-1.7.40.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.7.39.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.7.40.tar.bz2 differ: char 11, line 1





commit stlink for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package stlink for openSUSE:Factory checked 
in at 2015-04-07 09:29:29

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


Package is stlink

Changes:

--- /work/SRC/openSUSE:Factory/stlink/stlink.changes2014-06-16 
21:34:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.stlink.new/stlink.changes   2015-04-07 
09:29:29.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  3 19:38:51 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.1.0
+  * New devices support, see included README file
+  * Bugfixes
+
+---

Old:

  stlink-1.0.0.tar.gz

New:

  stlink-1.1.0.tar.gz



Other differences:
--
++ stlink.spec ++
--- /var/tmp/diff_new_pack.3WtpH6/_old  2015-04-07 09:29:30.0 +0200
+++ /var/tmp/diff_new_pack.3WtpH6/_new  2015-04-07 09:29:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stlink
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,16 +17,16 @@
 
 
 Name:   stlink
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:STM32 discovery line linux programmer
 License:BSD-3-Clause
 Group:  Development/Tools/Debuggers
 Url:https://github.com/texane/stlink
 Source0:
https://github.com/texane/stlink/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  gtk3-devel
 BuildRequires:  pkg-config
 BuildRequires:  udev
 BuildRequires:  pkgconfig(libusb-1.0)
@@ -36,12 +36,21 @@
 %description
 STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
 
+%packagegui
+Summary:GUI for STM32 discovery line linux programmer
+Group:  Development/Tools/Debuggers
+Requires:   %{name} = %{version}
+
+%descriptiongui
+STLINK v1/v2 JTAG/SWD debugging/flashing tool for STM32 microcontrollers.
+
 %prep
 %setup -q
 
 %build
 autoreconf -fi
-%configure
+%configure \
+--with-gtk
 make %{?_smp_mflags}
 
 %install
@@ -55,4 +64,9 @@
 %{_bindir}/st-*
 %{_udevrulesdir}/49-stlink*
 
+%files gui
+%defattr(-,root,root)
+%{_bindir}/stlink-gui
+%{_datadir}/stlink/
+
 %changelog

++ stlink-1.0.0.tar.gz - stlink-1.1.0.tar.gz ++
 13018 lines of diff (skipped)




commit isight-firmware-tools for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package isight-firmware-tools for 
openSUSE:Factory checked in at 2015-04-07 09:29:18

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


Package is isight-firmware-tools

Changes:

--- 
/work/SRC/openSUSE:Factory/isight-firmware-tools/isight-firmware-tools.changes  
2013-05-13 14:57:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.isight-firmware-tools.new/isight-firmware-tools.changes
 2015-04-07 09:29:19.0 +0200
@@ -1,0 +2,9 @@
+Fri Apr  3 08:12:36 UTC 2015 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Use udev macros from systemd-rpm-macros
+- Update info rules
+- Add gpg signature
+- Use url for source
+
+---

New:

  isight-firmware-tools-1.6.tar.gz.asc
  isight-firmware-tools.keyring



Other differences:
--
++ isight-firmware-tools.spec ++
--- /var/tmp/diff_new_pack.NEB56Q/_old  2015-04-07 09:29:19.0 +0200
+++ /var/tmp/diff_new_pack.NEB56Q/_new  2015-04-07 09:29:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package isight-firmware-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,6 +16,8 @@
 #
 
 
+%define _udevdir %(pkg-config --variable=udevdir udev)
+%define _udevrulesdir %{_udevdir}/rules.d
 Name:   isight-firmware-tools
 Version:1.6
 Release:0
@@ -23,20 +25,26 @@
 License:GPL-2.0
 Group:  Amusements/Toys/Graphics
 Url:http://bersace03.free.fr/ift/
-Source: isight-firmware-tools-%{version}.tar.gz
+Source0:
https://launchpad.net/isight-firmware-tools/main/%{version}/+download/isight-firmware-tools-%{version}.tar.gz
+Source1:
https://launchpad.net/isight-firmware-tools/main/%{version}/+download/isight-firmware-tools-%{version}.tar.gz.asc
+Source2:%{name}.keyring
 Patch0: isight-firmware-tools-older_isight-1.6.0.diff
 Patch1: isight-ft-udev.patch
+BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  gcc
 BuildRequires:  intltool
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
 BuildRequires:  libusb-devel
 BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(udev)
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%define _udevdir %(pkg-config --variable=udevdir udev)
-%define _udevrulesdir %{_udevdir}/rules.d
+%{?systemd_requires}
+
 %description
 This project provide tools to manipulate firmware for Built-in iSight
 found on Apple machine since iMac G5 iSight
@@ -45,13 +53,14 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+
 %build
-autoreconf -fiv
+autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
 rm -f %{buildroot}%{_infodir}/dir
@@ -59,27 +68,23 @@
 mkdir -p %{buildroot}%{_docdir}
 mv %{buildroot}%{_datadir}/doc/isight-firmware-tools 
%{buildroot}%{_docdir}/isight-firmware-tools
 
-%clean
-rm -rf %{buildroot}
-
 %post
-/sbin/install-info %{_infodir}/ift-extract.info %{_infodir}/dir || :
-/sbin/install-info %{_infodir}/ift-export.info %{_infodir}/dir || :
+%install_info --info-dir=%{_infodir} %{_infodir}/ift-extract.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/ift-export.info.gz
+%{udev_rules_update}
 
 %preun
-if [ $1 = 0 ] ; then
-  /sbin/install-info --delete %{_infodir}/ift-extract.info %{_infodir}/dir || :
-  /sbin/install-info --delete %{_infodir}/ift-export.info %{_infodir}/dir || :
-fi
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/ift-extract.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/ift-export.info.gz
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %{_udevrulesdir}/isight.rules
-%dir %{_datadir}/doc/packages/%{name}
+%dir %{_docdir}/%{name}
 %{_bindir}/ift-export
 %{_bindir}/ift-extract
 %{_udevdir}/ift-load
-%doc %{_datadir}/doc/packages/%{name}/HOWTO
+%doc %{_docdir}/%{name}/HOWTO
 %{_infodir}/*
 %{_mandir}/man1/*.1%{ext_man}
 




commit libosmo-abis for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package libosmo-abis for openSUSE:Factory 
checked in at 2015-04-07 09:29:27

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


Package is libosmo-abis

Changes:

--- /work/SRC/openSUSE:Factory/libosmo-abis/libosmo-abis.changes
2015-03-09 10:08:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libosmo-abis.new/libosmo-abis.changes   
2015-04-07 09:29:29.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  2 12:29:23 UTC 2015 - jeng...@inai.de
+
+- Add 0001-build-resolve-compiler-warnings.patch
+
+---

New:

  0001-build-resolve-compiler-warnings.patch



Other differences:
--
++ libosmo-abis.spec ++
--- /var/tmp/diff_new_pack.2n9O8t/_old  2015-04-07 09:29:29.0 +0200
+++ /var/tmp/diff_new_pack.2n9O8t/_new  2015-04-07 09:29:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libosmo-abis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 #Snapshot: 0.3.1
 Source: %name-%version.tar.xz
 Patch1: osmo-talloc.diff
+Patch2: 0001-build-resolve-compiler-warnings.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake = 1.6
@@ -98,7 +99,7 @@
 
 %prep
 %setup -qn %name
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 echo %version .tarball-version

++ 0001-build-resolve-compiler-warnings.patch ++
From 025e2dd7129483300efe8dd02f8e1198c92aaad5 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt jeng...@inai.de
Date: Thu, 2 Apr 2015 14:25:43 +0200
Subject: [PATCH] build: resolve compiler warnings

gcc:
trau/osmo_ortp.c: In function 'osmo_rtp_socket_create':
trau/osmo_ortp.c:329:8: warning: passing argument 4 of
rtp_session_signal_connect makes pointer from integer without
a cast [enabled by default]
(unsigned long) rs);
In file included from /usr/include/ortp/ortp.h:68:0,
 from trau/osmo_ortp.c:35:
/usr/include/ortp/rtpsession.h:417:17: note: expected void *
but argument is of type long unsigned int
 ORTP_PUBLIC int rtp_session_signal_connect(RtpSession *session,
 const char *signal_name, RtpCallback cb, void *user_data);

rpmlint:
E: libosmo-abis 64bit-portability-issue trau/osmo_ortp.c:329, 332, 335, 338
---
 src/trau/osmo_ortp.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index fedc977..55fce87 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -326,16 +326,16 @@ struct osmo_rtp_socket *osmo_rtp_socket_create(void 
*talloc_ctx, unsigned int fl
 
rtp_session_signal_connect(rs-sess, ssrc_changed,
   (RtpCallback) ortp_sig_cb_ssrc,
-  (unsigned long) rs);
+  rs);
rtp_session_signal_connect(rs-sess, payload_type_changed,
   (RtpCallback) ortp_sig_cb_pt,
-  (unsigned long) rs);
+  rs);
rtp_session_signal_connect(rs-sess, network_error,
   (RtpCallback) ortp_sig_cb_net,
-  (unsigned long) rs);
+  rs);
rtp_session_signal_connect(rs-sess, timestamp_jump,
   (RtpCallback) ortp_sig_cb_ts,
-  (unsigned long) rs);
+  rs);
 
/* initialize according to the RFC */
rtp_session_set_seq_number(rs-sess, random());
-- 
2.1.4




commit leveldb for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package leveldb for openSUSE:Factory checked 
in at 2015-04-07 09:29:59

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


Package is leveldb

Changes:

--- /work/SRC/openSUSE:Factory/leveldb/leveldb.changes  2014-10-22 
16:23:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.leveldb.new/leveldb.changes 2015-04-07 
09:30:01.0 +0200
@@ -1,0 +2,7 @@
+Sun Apr  5 13:29:58 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Use url for source
+- Enable tests
+
+---

Old:

  leveldb-1.18.tar.bz2

New:

  v1.18.tar.gz



Other differences:
--
++ leveldb.spec ++
--- /var/tmp/diff_new_pack.RoC6ox/_old  2015-04-07 09:30:01.0 +0200
+++ /var/tmp/diff_new_pack.RoC6ox/_new  2015-04-07 09:30:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package leveldb
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,8 +22,8 @@
 Summary:A key/value-store
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://code.google.com/p/leveldb/
-Source: leveldb-%{version}.tar.bz2
+Url:https://github.com/google/leveldb
+Source0:https://github.com/google/leveldb/archive/v%{version}.tar.gz
 Patch0: 0001-debian-ports.patch
 BuildRequires:  gcc-c++
 BuildRequires:  snappy-devel
@@ -33,6 +33,7 @@
 leveldb implements a system for maintaining a persistent key/value store.
 
 %define lib_name libleveldb1
+
 %package -n %{lib_name}
 Summary:Shared library from leveldb
 Group:  System/Libraries
@@ -69,7 +70,10 @@
 %patch0 -p1
 
 %build
-make %{?_smp_flags} OPT=%{optflags}
+make %{?_smp_mflags} OPT=%{optflags}
+
+%check
+make %{?_smp_mflags} check
 
 %install
 install -d -m 0755 %{buildroot}%{_includedir} %{buildroot}%{_libdir}
@@ -80,9 +84,10 @@
   %{buildroot}%{_libdir}
 
 cp -a include/leveldb   %{buildroot}%{_includedir}
-find %{buildroot} -name \*.la -delete -print
+find %{buildroot} -type f -name *.la -delete -print
 
 %post   -n %{lib_name} -p /sbin/ldconfig
+
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files -n %{lib_name}




commit yast2-installation for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-04-07 09:28:44

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


Package is yast2-installation

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-03-30 19:09:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-04-07 09:28:45.0 +0200
@@ -1,0 +2,19 @@
+Thu Apr  2 09:27:55 UTC 2015 - jreidin...@suse.com
+
+- avoid endless loop when confirm update in proposal runner
+  (FATE#315161)
+- 3.1.138
+
+---
+Wed Apr  1 18:54:34 UTC 2015 - jreidin...@suse.com
+
+- fix method missing error in proposal_runner (FATE#315161)
+- 3.1.137
+
+---
+Wed Apr  1 11:39:32 UTC 2015 - jreidin...@suse.com
+
+- fix dependencies in proposal_store (FATE#315161)
+- 3.1.136
+
+---
@@ -4,0 +24 @@
+  (FATE#315161)

Old:

  yast2-installation-3.1.135.tar.bz2

New:

  yast2-installation-3.1.138.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.rZd8oZ/_old  2015-04-07 09:28:46.0 +0200
+++ /var/tmp/diff_new_pack.rZd8oZ/_new  2015-04-07 09:28:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.135
+Version:3.1.138
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.135.tar.bz2 - yast2-installation-3.1.138.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.135/package/yast2-installation.changes 
new/yast2-installation-3.1.138/package/yast2-installation.changes
--- old/yast2-installation-3.1.135/package/yast2-installation.changes   
2015-03-27 15:14:16.0 +0100
+++ new/yast2-installation-3.1.138/package/yast2-installation.changes   
2015-04-02 12:29:12.0 +0200
@@ -1,7 +1,27 @@
 ---
+Thu Apr  2 09:27:55 UTC 2015 - jreidin...@suse.com
+
+- avoid endless loop when confirm update in proposal runner
+  (FATE#315161)
+- 3.1.138
+
+---
+Wed Apr  1 18:54:34 UTC 2015 - jreidin...@suse.com
+
+- fix method missing error in proposal_runner (FATE#315161)
+- 3.1.137
+
+---
+Wed Apr  1 11:39:32 UTC 2015 - jreidin...@suse.com
+
+- fix dependencies in proposal_store (FATE#315161)
+- 3.1.136
+
+---
 Fri Mar 27 13:14:22 UTC 2015 - jreidin...@suse.com
 
 - allow proposal runner dialog to use different proposal store
+  (FATE#315161)
 - 3.1.135
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.135/package/yast2-installation.spec 
new/yast2-installation-3.1.138/package/yast2-installation.spec
--- old/yast2-installation-3.1.135/package/yast2-installation.spec  
2015-03-27 15:14:16.0 +0100
+++ new/yast2-installation-3.1.138/package/yast2-installation.spec  
2015-04-02 12:29:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.135
+Version:3.1.138
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.135/src/lib/installation/proposal_runner.rb 
new/yast2-installation-3.1.138/src/lib/installation/proposal_runner.rb
--- old/yast2-installation-3.1.135/src/lib/installation/proposal_runner.rb  
2015-03-27 15:14:16.0 +0100
+++ new/yast2-installation-3.1.138/src/lib/installation/proposal_runner.rb  
2015-04-02 12:29:12.0 +0200
@@ -52,6 +52,8 @@
   Yast.import Popup
   Yast.import Language
   Yast.import GetInstArgs
+  Yast.import ProductControl
+  Yast.import HTML
 
   # values used in defined functions
 
@@ -111,6 +113,58 @@
 
   private
 
+# Shows dialog to user to confirm update and return user response.
+# Returns 'true' if the user confirms, 'false' otherwise.
+#
+def confirm_update
+  # Heading for confirmation popup before the update really starts
+  heading = Yast::HTML.Heading(_(Confirm Update))
+
+  

commit vsftpd for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2015-04-07 09:28:55

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


Package is vsftpd

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2015-02-27 
11:03:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2015-04-07 
09:28:56.0 +0200
@@ -1,0 +2,38 @@
+Sun Apr  5 10:25:50 UTC 2015 - tchva...@suse.com
+
+- bnc#925963 stat is sometimes run on wrong path and results with
+  ENOENT, ensure we sent both dir+file to filter verification:
+  * vsftpd-path-normalize.patch
+
+---
+Wed Mar 25 10:08:03 UTC 2015 - tchva...@suse.com
+
+- Update patch bit more for sanity checks. Done by rsa...@suse.de:
+  * vsftpd-path-normalize.patch
+
+---
+Mon Mar 23 20:13:51 UTC 2015 - tchva...@suse.com
+
+- Add back patch attempting to fix bnc#900326 bnc#915522 and
+  bnc#922538:
+  * vsftpd-path-normalize.patch
+
+---
+Mon Mar 23 20:08:19 UTC 2015 - tchva...@suse.com
+
+- Reset filter patch to match fedora, my work will be restarted
+  in one-off patch to make the changes stand out. Add rest of
+  RH filtering patches:
+  * vsftpd-2.2.0-wildchar.patch
+  * vsftpd-2.3.4-sqb.patch
+  * vsftpd-2.1.0-filter.patch
+
+---
+Mon Mar 23 19:56:11 UTC 2015 - tchva...@suse.com
+
+- Work on the filter patch and split out the normalisation of the
+  path to separate str function, currently commented out so I
+  avoid huge diffing.
+  * vsftpd-2.1.0-filter.patch
+
+---

New:

  vsftpd-2.2.0-wildchar.patch
  vsftpd-2.3.4-sqb.patch
  vsftpd-path-normalize.patch



Other differences:
--
++ vsftpd.spec ++
--- /var/tmp/diff_new_pack.YZCLsy/_old  2015-04-07 09:28:57.0 +0200
+++ /var/tmp/diff_new_pack.YZCLsy/_new  2015-04-07 09:28:57.0 +0200
@@ -58,8 +58,11 @@
 Patch17:vsftpd-enable-gettimeofday-sec.patch
 #PATCH-FIX-UPSTREAM: bnc#890469 fix broken syscall on s390
 Patch18:vsftpd-3.0.2-s390.patch
-#PATCH-FIX-UPSTREAM: bnc#900326 deny_file filtering acts weirdly
+#PATCH-FIX-UPSTREAM: bnc#900326 deny_file filtering acts weirdly (19-22)
 Patch19:vsftpd-2.1.0-filter.patch
+Patch20:vsftpd-2.2.0-wildchar.patch
+Patch21:vsftpd-2.3.4-sqb.patch
+Patch22:vsftpd-path-normalize.patch
 BuildRequires:  libcap-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
@@ -101,6 +104,9 @@
 %patch17 -p1
 %patch18 -p1
 %patch19 -p1
+%patch20 -p1
+%patch21 -p1
+%patch22 -p1
 
 %build
 %define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP

++ vsftpd-2.1.0-filter.patch ++
--- /var/tmp/diff_new_pack.YZCLsy/_old  2015-04-07 09:28:57.0 +0200
+++ /var/tmp/diff_new_pack.YZCLsy/_new  2015-04-07 09:28:57.0 +0200
@@ -1,74 +1,44 @@
-Index: vsftpd-3.0.2/ls.c
-===
 vsftpd-3.0.2.orig/ls.c
-+++ vsftpd-3.0.2/ls.c
-@@ -7,6 +7,7 @@
-  * Would you believe, code to handle directory listing.
-  */
- 
-+#include stdlib.h
- #include ls.h
- #include access.h
- #include defs.h
-@@ -243,11 +244,42 @@ vsf_filename_passes_filter(const struct
-   struct mystr temp_str = INIT_MYSTR;
-   struct mystr brace_list_str = INIT_MYSTR;
-   struct mystr new_filter_str = INIT_MYSTR;
-+  struct mystr normalize_filename_str = INIT_MYSTR;
-+  const char *normname;
-+  const char *path;
+diff -up vsftpd-2.1.0/ls.c.filter vsftpd-2.1.0/ls.c
+--- vsftpd-2.1.0/ls.c.filter   2008-02-02 02:30:41.0 +0100
 vsftpd-2.1.0/ls.c  2009-01-08 19:31:15.0 +0100
+@@ -239,9 +239,31 @@ vsf_filename_passes_filter(const struct 
int ret = 0;
char last_token = 0;
int must_match_at_current_pos = 1;
-+
++  
++  
str_copy(filter_remain_str, p_filter_str);
 -  str_copy(name_remain_str, p_filename_str);
-+
-+  /* normalize filepath */
-+  path = str_strdup(p_filename_str);
-+  normname = realpath(path, NULL);
-+  if (normname == NULL)
-+ goto out;
-+  str_alloc_text(normalize_filename_str, normname);
-+
-+  if (!str_isempty (filter_remain_str)  
!str_isempty(normalize_filename_str)) {
+-
++  
++  if (!str_isempty (filter_remain_str)  !str_isempty(p_filename_str)) {
 +if (str_get_char_at(p_filter_str, 0) == '/') {
-+  if (str_get_char_at(normalize_filename_str, 0) != '/') {
++  if (str_get_char_at(p_filename_str, 0) != '/') {
 +str_getcwd 

commit MozillaThunderbird for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2015-04-07 09:27:57

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


Package is MozillaThunderbird

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2015-02-27 11:07:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2015-04-07 09:28:03.0 +0200
@@ -1,0 +2,15 @@
+Tue Mar 31 05:02:16 UTC 2015 - w...@rosenauer.org
+
+- update to Thunderbird 31.6.0 (bnc#925368)
+  * MFSA 2015-30/CVE-2015-0815
+Miscellaneous memory safety hazards
+  * MFSA 2015-31/CVE-2015-0813 (bmo#1106596))
+Use-after-free when using the Fluendo MP3 GStreamer plugin
+  * MFSA 2015-33/CVE-2015-0816 (bmo#1144991)
+resource:// documents can load privileged pages
+  * MFSA-2015-37/CVE-2015-0807 (bmo#834)
+CORS requests should not follow 30x redirections after preflight
+  * MFSA-2015-40/CVE-2015-0801 (bmo#1146339)
+Same-origin bypass through anchor navigation
+
+---

Old:

  l10n-31.5.0.tar.xz
  thunderbird-31.5.0-source.tar.xz

New:

  l10n-31.6.0.tar.xz
  thunderbird-31.6.0-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.bBmMI2/_old  2015-04-07 09:28:12.0 +0200
+++ /var/tmp/diff_new_pack.bBmMI2/_new  2015-04-07 09:28:12.0 +0200
@@ -17,7 +17,7 @@
 #
 
 
-%define mainversion 31.5.0
+%define mainversion 31.6.0
 %define update_channel release
 
 %if %suse_version  1210
@@ -70,7 +70,7 @@
 %endif
 Version:%{mainversion}
 Release:0
-%define releasedate 2015022200
+%define releasedate 2015032900
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.bBmMI2/_old  2015-04-07 09:28:12.0 +0200
+++ /var/tmp/diff_new_pack.bBmMI2/_new  2015-04-07 09:28:12.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL=esr31
 BRANCH=releases/comm-$CHANNEL
-RELEASE_TAG=THUNDERBIRD_31_5_0_RELEASE
-VERSION=31.5.0
+RELEASE_TAG=THUNDERBIRD_31_6_0_RELEASE
+VERSION=31.6.0
 
 echo cloning $BRANCH...
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-31.5.0.tar.xz - l10n-31.6.0.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-31.5.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-31.6.0.tar.xz differ: 
char 26, line 1

++ thunderbird-31.5.0-source.tar.xz - thunderbird-31.6.0-source.tar.xz 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-31.5.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-31.6.0-source.tar.xz
 differ: char 27, line 1





commit mozilla-nss for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2015-04-07 09:28:49

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


Package is mozilla-nss

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2015-02-11 
16:31:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2015-04-07 09:28:50.0 +0200
@@ -1,0 +2,52 @@
+Fri Apr  3 08:34:59 UTC 2015 - w...@rosenauer.org
+
+- update to 3.18
+  * Firefox target release 38
+  New functionality:
+  * When importing certificates and keys from a PKCS#12 source,
+it's now possible to override the nicknames, prior to importing
+them into the NSS database, using new API
+SEC_PKCS12DecoderRenameCertNicknames.
+  * The tstclnt test utility program has new command-line options
+-C, -D, -b and -R.
+Use -C one, two or three times to print information about the
+certificates received from a server, and information about the
+locally found and trusted issuer certificates, to diagnose
+server side configuration issues. It is possible to run tstclnt
+without providing a database (-D). A PKCS#11 library that
+contains root CA certificates can be loaded by tstclnt, which
+may either be the nssckbi library provided by NSS (-b) or
+another compatible library (-R).
+  New Functions:
+  * SEC_CheckCrlTimes
+  * SEC_GetCrlTimes
+  * SEC_PKCS12DecoderRenameCertNicknames
+  New Types:
+  * SEC_PKCS12NicknameRenameCallback
+  Notable Changes:
+  * The highest TLS protocol version enabled by default has been
+increased from TLS 1.0 to TLS 1.2. Similarly, the highest DTLS
+protocol version enabled by default has been increased from
+DTLS 1.0 to DTLS 1.2.
+  * The default key size used by certutil when creating an RSA key
+pair has been increased from 1024 bits to 2048 bits.
+  * The following CA certificates had the Websites and Code Signing
+trust bits turned off:
+- Equifax Secure Certificate Authority
+- Equifax Secure Global eBusiness CA-1
+- TC TrustCenter Class 3 CA II
+  * The following CA certificates were added:
+- Staat der Nederlanden Root CA - G3
+- Staat der Nederlanden EV Root CA
+- IdenTrust Commercial Root CA 1
+- IdenTrust Public Sector Root CA 1
+- S-TRUST Universal Root CA
+- Entrust Root Certification Authority - G2
+- Entrust Root Certification Authority - EC1
+- CFCA EV ROOT
+  * The version number of the updated root CA list has been set
+to 2.3
+- add the changes file as source so the .src.rpm builds (used for
+  fake build time)
+
+---

Old:

  nss-3.17.4.tar.gz

New:

  nss-3.18.tar.gz



Other differences:
--
++ mozilla-nss.spec ++
--- /var/tmp/diff_new_pack.yaiMg8/_old  2015-04-07 09:28:51.0 +0200
+++ /var/tmp/diff_new_pack.yaiMg8/_new  2015-04-07 09:28:51.0 +0200
@@ -21,11 +21,11 @@
 
 Name:   mozilla-nss
 BuildRequires:  gcc-c++
-BuildRequires:  mozilla-nspr-devel = 4.10.7
+BuildRequires:  mozilla-nspr-devel = 4.10.8
 BuildRequires:  pkg-config
 BuildRequires:  sqlite-devel
 BuildRequires:  zlib-devel
-Version:3.17.4
+Version:3.18
 Release:0
 # bug437293
 %ifarch ppc64
@@ -36,8 +36,8 @@
 License:MPL-2.0
 Group:  System/Libraries
 Url:http://www.mozilla.org/projects/security/pki/nss/
-Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_17_4_RTM/src/nss-%{version}.tar.gz
-# hg clone https://hg.mozilla.org/projects/nss nss-3.17.4/nss ; cd 
nss-3.17.4/nss ; hg up NSS_3_17_4_RTM
+Source: 
https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_18_RTM/src/nss-%{version}.tar.gz
+# hg clone https://hg.mozilla.org/projects/nss nss-3.18/nss ; cd nss-3.18/nss 
; hg up NSS_3_18_RTM
 #Source: nss-%{version}.tar.gz
 Source1:nss.pc.in
 Source3:nss-config.in
@@ -48,6 +48,7 @@
 Source8:key4.db
 Source9:pkcs11.txt
 #Source10:   PayPalEE.cert
+Source99:   %{name}.changes
 Patch1: nss-opt.patch
 Patch2: system-nspr.patch
 Patch4: nss-no-rpath.patch
@@ -179,7 +180,7 @@
 
 %build
 cd nss
-modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{_sourcedir}/%{name}.changes)
+modified=$(sed -n '/^/n;s/ - .*$//;p;q' %{S:99})
 DATE=\$(date -d ${modified} +%%b %%e %%Y)\
 TIME=\$(date -d ${modified} +%%R)\
 find . -name '*.[ch]' -print -exec sed -i 
s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g {} +



++ nss-3.17.4.tar.gz - nss-3.18.tar.gz ++

commit suitesparse for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package suitesparse for openSUSE:Factory 
checked in at 2015-04-07 09:28:21

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


Package is suitesparse

Changes:

--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2015-01-30 
17:46:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes 
2015-04-07 09:28:22.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr  1 11:57:58 UTC 2015 - f...@grueninger.de
+
+- Update to version 4.4.4
+  + CHOLMOD version number corrected.  In 4.4.3, the CHOLMOD_SUBSUB_VERSION
+string was left at '4' (it should have been '5', for CHOLMOD 3.0.5).
+This version of SuiteSparse corrects this glitch.
+  + Minor changes to comments in SuiteSparse_config.
+  + SPQR version 2.0.1 released (minor update to documentation)
+
+---

Old:

  SuiteSparse-4.4.3.tar.gz

New:

  SuiteSparse-4.4.4.tar.gz



Other differences:
--
++ suitesparse.spec ++
--- /var/tmp/diff_new_pack.NHZUwu/_old  2015-04-07 09:28:24.0 +0200
+++ /var/tmp/diff_new_pack.NHZUwu/_new  2015-04-07 09:28:24.0 +0200
@@ -20,7 +20,7 @@
 Summary:A collection of sparse matrix libraries
 License:GPL-2.0+ and LGPL-2.1+
 Group:  Development/Libraries
-Version:4.4.3
+Version:4.4.4
 Release:0
 Url:http://www.cise.ufl.edu/research/sparse/SuiteSparse
 Source: SuiteSparse-%{version}.tar.gz
@@ -55,14 +55,14 @@
 %define ldlso   2_2_1
 %define rbiover 2.2.1
 %define rbioso  2_2_1
-%define spqrver 2.0.0
-%define spqrso  2_0_0
+%define spqrver 2.0.1
+%define spqrso  2_0_1
 %define umfpackver  5.7.1
 %define umfpackso   5_7_1
 # Your need define even it's just the same as main package
 # or the %%build loop will override %%version with umfpack's version.
-%define configver   4.4.3
-%define configso4_4_3
+%define configver   4.4.4
+%define configso4_4_4
 %define amdlib  libamd-%{amdso}
 %define btflib  libbtf-%{btfso}
 %define camdlib libcamd-%{camdso}

++ SuiteSparse-4.4.3.tar.gz - SuiteSparse-4.4.4.tar.gz ++
/work/SRC/openSUSE:Factory/suitesparse/SuiteSparse-4.4.3.tar.gz 
/work/SRC/openSUSE:Factory/.suitesparse.new/SuiteSparse-4.4.4.tar.gz differ: 
char 5, line 1




commit intltool for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2015-04-07 09:26:33

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


Package is intltool

Changes:

--- /work/SRC/openSUSE:Factory/intltool/intltool.changes2013-04-02 
11:54:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2015-04-07 
09:26:34.0 +0200
@@ -1,0 +2,17 @@
+Wed Mar 25 22:28:10 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.51.0:
+  + Don't write $SRCDIR to the pot file.
+  + Fixed incorrect handling of spaces around = in .ini files.
+  + Add support for QT designer .UI files.
+  + Add missing files to Makefile.am EXTRA_DIST definitions.
+  + Use plain localedir to install mo files to, rather than trying
+to guess one.
+  + Fix makefile rule to build .pox files properly.
+  + Fix incorrect usage of hyphens and dashes in man pages.
+  + Update .bzrignore with some new generated files.
+  + Use autoreconf instead of gnome-autogen scripts.
+  + Remove obsolete AM_GNU_GETTEXT information from docs.
+  + Support single quotes in glade/gtkuibuilder files (lp#1034153).
+
+---

Old:

  intltool-0.50.2.tar.gz

New:

  intltool-0.51.0.tar.gz



Other differences:
--
++ intltool.spec ++
--- /var/tmp/diff_new_pack.RPUfjK/_old  2015-04-07 09:26:35.0 +0200
+++ /var/tmp/diff_new_pack.RPUfjK/_new  2015-04-07 09:26:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intltool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Summary:Internationalization Tool Collection
 License:GPL-2.0+
 Group:  Development/Tools/Other
-Version:0.50.2
+Version:0.51.0
 Release:0
 BuildArch:  noarch
 Requires:   gettext-tools

++ intltool-0.50.2.tar.gz - intltool-0.51.0.tar.gz ++
 10634 lines of diff (skipped)




commit tigervnc for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2015-04-07 09:28:28

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


Package is tigervnc

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2015-02-27 
11:06:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2015-04-07 
09:28:29.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr  1 12:44:09 UTC 2015 - m...@suse.com
+
+- u_terminate_instead_of_ignoring_restart.patch
+  * Terminate instead of ignoring restart. (bnc#920969)
+
+---

New:

  u_terminate_instead_of_ignoring_restart.patch



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.Kvqixr/_old  2015-04-07 09:28:30.0 +0200
+++ /var/tmp/diff_new_pack.Kvqixr/_new  2015-04-07 09:28:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tigervnc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -110,6 +110,7 @@
 Patch8: u_tigervnc-use_preferred_mode.patch
 Patch9: u_tigervnc-cve-2014-8240.patch
 Patch10:u_tigervnc-build-with-xserver-1.17.patch
+Patch11:u_terminate_instead_of_ignoring_restart.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -141,6 +142,7 @@
 %patch8 -p0
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 
 pushd unix/xserver
 patch -p1  ../xserver116.patch

++ u_terminate_instead_of_ignoring_restart.patch ++
Author: Michal Srb m...@suse.com
Subject: Terminate instead of ignoring reset
Patch-Mainline: To be upstreamed
References: bnc#920969

Index: tigervnc-1.3.0/unix/xserver/hw/vnc/xvnc.cc
===
--- tigervnc-1.3.0.orig/unix/xserver/hw/vnc/xvnc.cc
+++ tigervnc-1.3.0/unix/xserver/hw/vnc/xvnc.cc
@@ -1607,7 +1607,12 @@ vfbScreenInit(ScreenPtr pScreen, int arg
 
 
 static void vfbClientStateChange(CallbackListPtr*, void *, void *) {
-  dispatchException = ~DE_RESET;
+if (dispatchException  DE_RESET) {
+ErrorF(Warning: VNC extension does not support -reset, terminating 
instead. Use -noreset to prevent termination.\n);
+
+dispatchException |= DE_TERMINATE;
+dispatchException = ~DE_RESET;
+}
 }
  
 #if XORG = 113



commit cmake for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2015-04-07 09:26:49

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


Package is cmake

Changes:

--- /work/SRC/openSUSE:Factory/cmake/cmake.changes  2015-03-18 
14:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new/cmake.changes 2015-04-07 
09:26:50.0 +0200
@@ -1,0 +2,6 @@
+Sat Apr  4 19:35:33 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Let CMake produces automatic RPM provides (added cmake.attr and
+  cmake.prov as sources)
+
+---

New:

  cmake.attr
  cmake.prov



Other differences:
--
++ cmake.spec ++
--- /var/tmp/diff_new_pack.Kqv6hP/_old  2015-04-07 09:26:51.0 +0200
+++ /var/tmp/diff_new_pack.Kqv6hP/_new  2015-04-07 09:26:51.0 +0200
@@ -26,6 +26,8 @@
 Source0:http://www.cmake.org/files/v3.2/%{name}-%{version}.tar.gz
 Source1:cmake.macros
 Source2:opensuse_rules.cmake
+Source3:cmake.attr
+Source4:cmake.prov
 Patch2: cmake-fix-ruby-test.patch
 # PATCH-FIX-UPSTREAM form.patch -- set the correct include path for the 
ncurses includes
 Patch4: form.patch
@@ -93,6 +95,10 @@
 -e 's:OPTFLAGS:%{optflags}:g' \
 %{buildroot}%{_datadir}/cmake/Modules/opensuse_rules.cmake
 
+# RPM auto provides
+install -p -m0644 -D %{SOURCE3} 
%{buildroot}%{_prefix}/lib/rpm/fileattrs/cmake.attr
+install -p -m0755 -D %{SOURCE4} %{buildroot}%{_prefix}/lib/rpm/cmake.prov
+
 %fdupes %{buildroot}%{_datadir}/cmake
 
 %check
@@ -130,6 +136,8 @@
 %files
 %defattr(-,root,root)
 %config %{_sysconfdir}/rpm/macros.cmake
+%{_prefix}/lib/rpm/fileattrs/cmake.attr
+%{_prefix}/lib/rpm/cmake.prov
 %{_bindir}/cpack
 %{_bindir}/cmake
 %{_bindir}/ctest

++ cmake.attr ++
%__cmake_provides   %{_rpmconfigdir}/cmake.prov
%__cmake_path   
^/usr/lib(64)/cmake/.*/.*(Config\.cmake|-config\.cmake)$++ cmake.prov ++
#!/usr/bin/python
# -*- coding:utf-8 -*-
#
# Copyright (C) 2015 Daniel Vrátil dvra...@redhat.com
#
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as
# published by the Free Software Foundation; either version 2 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this program; if not, write to the
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#

import sys
import re
import glob

class CMakeParser:
def __init__(self, filelist = None):
if filelist == None:
filelist = sys.stdin

paths = map(lambda x: x.rstrip(), filelist.readlines())
for path in paths:
modulePath, cmakeModule, lowercase = 
self.parseCmakeModuleConfig(path)
if modulePath and cmakeModule:
version = self.resolveCMakeModuleVersion(modulePath, 
cmakeModule, lowercase)

if version:
print(cmake(%s) = %s % (cmakeModule, version))
else:
print(cmake(%s) % cmakeModule)


def parseCmakeModuleConfig(self, configFile):
paths = configFile.rsplit(/, 3)

modulePath = %s/cmake/%s % (paths[0], paths[2])

lowercase = False
configFile = glob.glob(%s/*Config.cmake % modulePath)
if not configFile:
configFile = glob.glob(%s/*-config.cmake % modulePath)
lowercase = True
if not configFile:
return (None, None)

if lowercase:
moduleName = configFile[0][len(modulePath) + 
1:-len(-config.cmake)]
else:
moduleName = configFile[0][len(modulePath) + 1:-len(Config.cmake)]

return (modulePath, moduleName, lowercase)

def resolveCMakeModuleVersion(self, modulePath, cmakeModule, lowercase):
versionFile = (%s/%s-config-version.cmake if lowercase else 
%s/%sConfigVersion.cmake) % (modulePath, cmakeModule)
try:
f = open(versionFile, 'r')
except:
return None

for line in f:
line = line.strip()

# set(PACKAGE_VERSION version)
version = re.match(r^set[\ ]*\([\ ]*PACKAGE_VERSION[\ 
]+[\]*([0-9\.]+)[\]*[\ ]*[.]*\), line)
if version:
return version.groups(1)[0]


commit cups for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2015-04-07 09:26:44

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


Package is cups

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2015-02-20 
13:50:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2015-04-07 
09:26:45.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 28 13:03:28 UTC 2015 - mimi...@gmail.com
+
+- Add patch cups-busy-loop.patch to fix rh#1179596 , cups#4605 
+
+---

New:

  cups-busy-loop.patch



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.5PEmpX/_old  2015-04-07 09:26:46.0 +0200
+++ /var/tmp/diff_new_pack.5PEmpX/_new  2015-04-07 09:26:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cups
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -43,6 +43,8 @@
 Patch11:cups-1.4.3-default-webcontent-path.patch
 # Patch12 cups-systemd-socket.patch Use systemd socket activation properly
 Patch12:cups-systemd-socket.patch
+# Patch13 cups-busy-loop.patch fixes rh#1179596 cups#4605
+Patch13:cups-busy-loop.patch
 # Patch100...Patch999 is for private patches from SUSE which are not intended 
for upstream:
 # Patch100 cups-pam.diff adds conf/pam.suse regarding support for PAM for SUSE:
 Patch100:   cups-pam.diff
@@ -251,6 +253,7 @@
 # and http://bugzilla.novell.com/show_bug.cgi?id=546023#c6 and subsequent 
comments:
 %patch11
 %patch12 -p1
+%patch13 -p1
 # Patch100...Patch999 is for private patches from SUSE which are not intended 
for upstream:
 # Patch100 cups-pam.diff adds conf/pam.suse regarding support for PAM for SUSE:
 %patch100




++ cups-busy-loop.patch ++
diff -up cups-2.0.2/scheduler/client.c.busy-loop cups-2.0.2/scheduler/client.c
--- cups-2.0.2/scheduler/client.c.busy-loop 2014-08-28 16:37:22.0 
+0100
+++ cups-2.0.2/scheduler/client.c   2015-03-16 17:24:32.506232983 +
@@ -585,6 +585,17 @@ cupsdReadClient(cupsd_client_t *con)   /*
 * connection and we need to shut it down...
 */
 
+if (!httpGetReady(con-http)  recv(httpGetFd(con-http), buf, 1, 
MSG_PEEK)  1)
+{
+ /*
+  * Connection closed...
+  */
+
+  cupsdLogClient(con, CUPSD_LOG_DEBUG, Closing on EOF.);
+  cupsdCloseClient(con);
+  return;
+}
+
 cupsdLogClient(con, CUPSD_LOG_DEBUG, Closing on unexpected HTTP read 
state %s.,
   httpStateString(httpGetState(con-http)));
 cupsdCloseClient(con);
@@ -1979,12 +1990,6 @@ cupsdReadClient(cupsd_client_t *con) /*
 
if (httpGetState(con-http) == HTTP_STATE_POST_SEND)
{
-/*
- * Don't listen for activity until we decide to do something with 
this...
- */
-
-  cupsdAddSelect(httpGetFd(con-http), NULL, NULL, con);
-
  if (con-file = 0)
  {
fstat(con-file, filestats);



commit mediastreamer2 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2015-04-07 09:27:30

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


Package is mediastreamer2

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2015-04-05 02:02:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2015-04-07 09:27:31.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  5 23:23:19 UTC 2015 - fi...@opensuse.org
+
+- Build with zrtp support: fix boo#903431.
+
+---



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.ylZWb0/_old  2015-04-07 09:27:32.0 +0200
+++ /var/tmp/diff_new_pack.ylZWb0/_new  2015-04-07 09:27:32.0 +0200
@@ -99,6 +99,7 @@
 %build
 %configure \
   --enable-external-ortp\
+  --enable-zrtp \
 %if !0%{?packman_bs}
   --disable-non-free-codecs \
   --disable-video   \




commit gnutls for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2015-04-07 09:28:38

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


Package is gnutls

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2015-03-30 
19:32:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2015-04-07 
09:28:39.0 +0200
@@ -1,0 +2,33 @@
+Wed Apr  1 14:26:31 UTC 2015 - meiss...@suse.com
+
+- updated to 3.3.13 (released 2015-03-30)
+
+  ** libgnutls: When retrieving OCTET STRINGS from PKCS #12 ContentInfo
+  structures use BER to decode them (requires libtasn1 4.3). That allows
+  to decode some more complex structures.
+
+  ** libgnutls: When an end-certificate with no name is present and there
+  are CA name constraints, don't reject the certificate. This follows RFC5280
+  advice closely. Reported by Fotis Loukos.
+
+  ** libgnutls: Fixed handling of supplemental data with types  255.
+  Patch by Thierry Quemerais.
+
+  ** libgnutls: Fixed double free in the parsing of CRL distribution points 
certificate
+  extension. Reported by Robert Święcki.
+
+  ** libgnutls: Fixed a two-byte stack overflow in DTLS 0.9 protocol. That
+  protocol is not enabled by default (used by openconnect VPN).
+
+  ** libgnutls: The maximum user data send size is set to be the same for
+  block and non-block ciphersuites. This addresses a regression with wine:
+  https://bugs.winehq.org/show_bug.cgi?id=37500
+
+  ** libgnutls: When generating PKCS #11 keys, set CKA_ID, CKA_SIGN,
+  and CKA_DECRYPT when needed.
+
+  ** libgnutls: Allow names with zero size to be set using
+  gnutls_server_name_set(). That will disable the Server Name Indication.
+  Resolves issue with wine: https://gitlab.com/gnutls/gnutls/issues/2
+
+---

Old:

  gnutls-3.3.13.tar.xz
  gnutls-3.3.13.tar.xz.sig

New:

  gnutls-3.3.14.tar.xz
  gnutls-3.3.14.tar.xz.sig



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.fMC0L2/_old  2015-04-07 09:28:40.0 +0200
+++ /var/tmp/diff_new_pack.fMC0L2/_new  2015-04-07 09:28:40.0 +0200
@@ -26,7 +26,7 @@
 %bcond_with tpm
 
 Name:   gnutls
-Version:3.3.13
+Version:3.3.14
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -45,7 +45,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libidn-devel
 BuildRequires:  libnettle-devel = 2.7
-BuildRequires:  libtasn1-devel = 2.14
+BuildRequires:  libtasn1-devel = 4.3
 BuildRequires:  libtool
 %if %{with tpm}
 BuildRequires:  trousers-devel

++ gnutls-3.3.13.tar.xz - gnutls-3.3.14.tar.xz ++
 12889 lines of diff (skipped)





commit evas-generic-loaders for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package evas-generic-loaders for 
openSUSE:Factory checked in at 2015-04-07 09:30:07

Comparing /work/SRC/openSUSE:Factory/evas-generic-loaders (Old)
 and  /work/SRC/openSUSE:Factory/.evas-generic-loaders.new (New)


Package is evas-generic-loaders

Changes:

--- 
/work/SRC/openSUSE:Factory/evas-generic-loaders/evas-generic-loaders.changes
2015-03-19 21:22:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.evas-generic-loaders.new/evas-generic-loaders.changes
   2015-04-07 09:30:24.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  6 16:25:23 UTC 2015 - sleep_wal...@suse.cz
+
+- add pdf-add-support-for-changes-with-poppler-0.31.patch
+  fix for poppler  0.31
+
+---
+Tue Mar 31 06:44:51 UTC 2015 - si...@simotek.net
+
+- Swap from gstreamer 0.10 to gstreamer 1 fixes #924950
+
+---

New:

  pdf-add-support-for-changes-with-poppler-0.31.patch



Other differences:
--
++ evas-generic-loaders.spec ++
--- /var/tmp/diff_new_pack.tCo8mI/_old  2015-04-07 09:30:25.0 +0200
+++ /var/tmp/diff_new_pack.tCo8mI/_new  2015-04-07 09:30:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package evas-generic-loaders
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,13 +24,18 @@
 Group:  Development/Libraries/C and C++
 Url:http://enlightenment.org/
 Source: evas_generic_loaders-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM pdf-add-support-for-changes-with-poppler-0.31.patch T2184
+Patch0: pdf-add-support-for-changes-with-poppler-0.31.patch
+# for patch0
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  efl-devel = %version
 BuildRequires:  gcc-c++
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-BuildRequires:  gstreamer-devel
 BuildRequires:  libpoppler-devel
 BuildRequires:  libraw-devel
 BuildRequires:  libspectre-devel
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,8 +45,11 @@
 
 %prep
 %setup -q -n evas_generic_loaders-%{version}
+%patch0 -p1
 
 %build
+# patch0 requires new configure
+autoreconf -ifv
 %configure --disable-static --disable-silent-rules
 make %{?_smp_mflags}
 

++ pdf-add-support-for-changes-with-poppler-0.31.patch ++
From 1e1a1e6fffc1805aadf75467e72af71391636075 Mon Sep 17 00:00:00 2001
From: Stefan Schmidt s.schm...@samsung.com
Date: Fri, 6 Mar 2015 10:44:50 +0100
Subject: [PATCH] pdf: Add support for changes with poppler = 0.31

With 0.31 poppler removed some parts of GlobalParams
which they do not consider a public API. The antialias
setting can now be done over the output device.

Fixes T2184
@fix
---
 configure.ac | 14 --
 src/bin/pdf/main.cpp | 10 --
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 7e13584..1079c6e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,15 +73,25 @@ if test x${want_poppler} = xyes ; then
   [have_poppler=no])
 
if test x${have_poppler} = xno ; then
-  PKG_CHECK_EXISTS([poppler = 0.20],
+  PKG_CHECK_EXISTS([poppler = 0.20 poppler  0.31],
  [
-  poppler_pc=poppler = 0.20
+  poppler_pc=poppler = 0.20 poppler  0.31
   AC_DEFINE(HAVE_POPPLER_020, 1, [Have poppler 0.20])
   have_poppler=yes
  ],
  [have_poppler=no])
fi
 
+   if test x${have_poppler} = xno ; then
+  PKG_CHECK_EXISTS([poppler = 0.31],
+ [
+  poppler_pc=poppler = 0.31
+  AC_DEFINE(HAVE_POPPLER_031, 1, [Have poppler 0.31])
+  have_poppler=yes
+ ],
+ [have_poppler=no])
+   fi
+
if test x${have_poppler} = xyes ; then
   PKG_CHECK_MODULES([POPPLER], [${poppler_pc}],
  [have_poppler=yes],
diff --git a/src/bin/pdf/main.cpp b/src/bin/pdf/main.cpp
index a68b21f..78f918e 100644
--- a/src/bin/pdf/main.cpp
+++ b/src/bin/pdf/main.cpp
@@ -62,10 +62,12 @@ Eina_Bool poppler_init(const char *file, int page_nbr, int 
size_w, int size_h)
if (!eina_init())
  goto del_global_param;
 
+#ifndef HAVE_POPPLER_031
if (globalParams-getAntialias())
  globalParams-setAntialias((char *)yes);
if (globalParams-getVectorAntialias())
  globalParams-setVectorAntialias((char *)yes);

commit tor for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2015-04-07 09:30:14

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


Package is tor

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2015-03-30 19:33:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2015-04-07 
09:30:28.0 +0200
@@ -1,0 +2,24 @@
+Mon Apr  6 18:56:30 UTC 2015 - astie...@suse.com
+
+- tor 0.2.6.7
+  This releases fixes two security issues that could be used by an
+  attacker to crash hidden services, or crash clients visiting
+  hidden services. Hidden services should upgrade as soon as
+  possible. [boo#926097]
+  This release also contains two simple improvements to make hidden
+  services a bit less vulnerable to denial-of-service attacks.
+  - Fix an issue that would allow a malicious client to trigger an
+assertion failure and halt a hidden service. CVE-2015-2928
+  - Fix a bug that could cause a client to crash with an assertion
+failure when parsing a malformed hidden service descriptor.
+CVE-2015-2929
+  - Introduction points no longer allow multiple INTRODUCE1 cells
+to arrive on the same circuit. This should make it more
+expensive for attackers to overwhelm hidden services with
+introductions.
+  - Decrease the amount of reattempts that a hidden service
+performs when its rendezvous circuits fail. This reduces the
+computational cost for running a hidden service under heavy
+load. 
+
+---

Old:

  tor-0.2.6.6.tar.gz
  tor-0.2.6.6.tar.gz.asc

New:

  tor-0.2.6.7.tar.gz
  tor-0.2.6.7.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.WvLa7N/_old  2015-04-07 09:30:29.0 +0200
+++ /var/tmp/diff_new_pack.WvLa7N/_new  2015-04-07 09:30:29.0 +0200
@@ -24,7 +24,7 @@
 %define home_dir %{_localstatedir}/lib/empty
 %bcond_with bufferevents
 Name:   tor
-Version:0.2.6.6
+Version:0.2.6.7
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.2.6.6.tar.gz - tor-0.2.6.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tor-0.2.6.6/ChangeLog new/tor-0.2.6.7/ChangeLog
--- old/tor-0.2.6.6/ChangeLog   2015-03-24 15:23:38.0 +0100
+++ new/tor-0.2.6.7/ChangeLog   2015-04-06 16:03:08.0 +0200
@@ -1,3 +1,31 @@
+Changes in version 0.2.6.7 - 2015-04-06
+  Tor 0.2.6.7 fixes two security issues that could be used by an
+  attacker to crash hidden services, or crash clients visiting hidden
+  services. Hidden services should upgrade as soon as possible; clients
+  should upgrade whenever packages become available.
+
+  This release also contains two simple improvements to make hidden
+  services a bit less vulnerable to denial-of-service attacks.
+
+  o Major bugfixes (security, hidden service):
+- Fix an issue that would allow a malicious client to trigger an
+  assertion failure and halt a hidden service. Fixes bug 15600;
+  bugfix on 0.2.1.6-alpha. Reported by disgleirio.
+- Fix a bug that could cause a client to crash with an assertion
+  failure when parsing a malformed hidden service descriptor. Fixes
+  bug 15601; bugfix on 0.2.1.5-alpha. Found by DonnchaC.
+
+  o Minor features (DoS-resistance, hidden service):
+- Introduction points no longer allow multiple INTRODUCE1 cells to
+  arrive on the same circuit. This should make it more expensive for
+  attackers to overwhelm hidden services with introductions.
+  Resolves ticket 15515.
+- Decrease the amount of reattempts that a hidden service performs
+  when its rendezvous circuits fail. This reduces the computational
+  cost for running a hidden service under heavy load. Resolves
+  ticket 11447.
+
+
 Changes in version 0.2.6.6 - 2015-03-24
   Tor 0.2.6.6 is the first stable release in the 0.2.6 series.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tor-0.2.6.6/ReleaseNotes new/tor-0.2.6.7/ReleaseNotes
--- old/tor-0.2.6.6/ReleaseNotes2015-03-24 15:23:38.0 +0100
+++ new/tor-0.2.6.7/ReleaseNotes2015-04-06 16:03:08.0 +0200
@@ -4,6 +4,34 @@
 each development snapshot, see the ChangeLog file.
 
 
+Changes in version 0.2.6.7 - 2015-04-06
+  Tor 0.2.6.7 fixes two security issues that could be used by an
+  attacker to crash hidden services, or crash clients visiting hidden
+  services. Hidden services should upgrade as soon as possible; clients
+  should upgrade 

commit ntp for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2015-04-07 09:28:03

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


Package is ntp

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2015-03-30 19:30:40.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2015-04-07 
09:28:13.0 +0200
@@ -6,0 +7,7 @@
+Mon Mar 16 01:41:26 UTC 2015 - crrodrig...@opensuse.org
+
+- *.service: Do not start ntpd when running on containers
+  or when CAP_SYS_TIME was dropped from the default capability 
+  set ( see SYSTEMD-SYSTEM.CONF(5) for details)
+
+---
@@ -49,0 +57,5 @@
+
+---
+Tue Sep  9 02:28:20 UTC 2014 - crrodrig...@opensuse.org
+
+- conf.ntpd.service: Must run with PrivateTmp set to true



Other differences:
--
++ conf.ntp-wait.service ++
--- /var/tmp/diff_new_pack.wpfjoy/_old  2015-04-07 09:28:14.0 +0200
+++ /var/tmp/diff_new_pack.wpfjoy/_new  2015-04-07 09:28:14.0 +0200
@@ -5,6 +5,8 @@
 Conflicts=systemd-timesyncd.service
 Wants=time-sync.target
 Before=time-sync.target
+ConditionVirtualization=!container
+ConditionCapability=CAP_SYS_TIME
 
 [Service]
 Type=oneshot

++ conf.ntpd.service ++
--- /var/tmp/diff_new_pack.wpfjoy/_old  2015-04-07 09:28:14.0 +0200
+++ /var/tmp/diff_new_pack.wpfjoy/_new  2015-04-07 09:28:14.0 +0200
@@ -5,6 +5,8 @@
 Conflicts=systemd-timesyncd.service
 Wants=network.target
 After=network.target
+ConditionVirtualization=!container
+ConditionCapability=CAP_SYS_TIME
 
 [Service]
 Type=forking
@@ -12,6 +14,7 @@
 ExecStart=/usr/sbin/start-ntpd start
 RestartSec=11min
 Restart=always
+PrivateTmp=true
 
 [Install]
 WantedBy=multi-user.target






commit MozillaFirefox for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2015-04-07 09:27:50

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


Package is MozillaFirefox

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2015-03-25 09:54:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2015-04-07 09:27:52.0 +0200
@@ -1,0 +2,54 @@
+Sat Mar 28 09:46:48 UTC 2015 - w...@rosenauer.org
+
+- update to Firefox 37.0 (bnc#925368)
+  * Heartbeat user rating system
+  * Yandex set as default search provider for the Turkish locale
+  * Bing search now uses HTTPS for secure searching
+  * Improved protection against site impersonation via OneCRL
+centralized certificate revocation
+  * Opportunistically encrypt HTTP traffic where the server supports
+HTTP/2 AltSvc
+  * some more behaviour changes for TLS
+  security fixes:
+  * MFSA 2015-30/CVE-2015-0814/CVE-2015-0815
+Miscellaneous memory safety hazards
+  * MFSA 2015-31/CVE-2015-0813 (bmo#1106596))
+Use-after-free when using the Fluendo MP3 GStreamer plugin
+  * MFSA 2015-32/CVE-2015-0812 (bmo#1128126)
+Add-on lightweight theme installation approval bypassed through
+MITM attack
+  * MFSA 2015-33/CVE-2015-0816 (bmo#1144991)
+resource:// documents can load privileged pages
+  * MFSA-2015-34/CVE-2015-0811 (bmo#1132468)
+Out of bounds read in QCMS library
+  * MFSA-2015-35/CVE-2015-0810 (bmo#1125013)
+Cursor clickjacking with flash and images (OS X only)
+  * MFSA-2015-36/CVE-2015-0808 (bmo#1109552)
+Incorrect memory management for simple-type arrays in WebRTC
+  * MFSA-2015-37/CVE-2015-0807 (bmo#834)
+CORS requests should not follow 30x redirections after preflight
+  * MFSA-2015-38/CVE-2015-0805/CVE-2015-0806 (bmo#1135511, bmo#1099437)
+Memory corruption crashes in Off Main Thread Compositing
+  * MFSA-2015-39/CVE-2015-0803/CVE-2015-0804 (bmo#1134560)
+Use-after-free due to type confusion flaws
+  * MFSA-2015-40/CVE-2015-0801 (bmo#1146339)
+Same-origin bypass through anchor navigation
+  * MFSA-2015-41/CVE-2015-0800/CVE-2012-2808
+PRNG weakness allows for DNS poisoning on Android (only)
+  * MFSA-2015-42/CVE-2015-0802 (bmo#1124898)
+Windows can retain access to privileged content on navigation
+to unprivileged pages
+- removed obsolete patches
+  * mozilla-bmo1088588.patch
+  * mozilla-bmo1108834.patch
+- requires NSPR 4.10.8
+
+---
+Tue Mar 24 15:35:24 UTC 2015 - dval...@suse.com
+
+- Fix builds with skia on Power
+  mozilla-skia-be-le.patch (patch from #bmo1136958)
+  mozilla-bmo1108834.patch
+  mozilla-bmo1005535.patch
+
+---

Old:

  firefox-36.0.4-source.tar.xz
  l10n-36.0.4.tar.xz
  mozilla-bmo1088588.patch

New:

  firefox-37.0-source.tar.xz
  l10n-37.0.tar.xz
  mozilla-bmo1005535.patch
  mozilla-skia-be-le.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.bMpPQ8/_old  2015-04-07 09:28:02.0 +0200
+++ /var/tmp/diff_new_pack.bMpPQ8/_new  2015-04-07 09:28:02.0 +0200
@@ -18,10 +18,10 @@
 
 
 # changed with every update
-%define major 36
-%define mainver %major.0.4
+%define major 37
+%define mainver %major.0
 %define update_channel release
-%define releasedate 2015032000
+%define releasedate 2015032800
 
 # general build definitions
 %if %{update_channel} != aurora
@@ -76,7 +76,7 @@
 BuildRequires:  libnotify-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  makeinfo
-BuildRequires:  mozilla-nspr-devel = 4.10.7
+BuildRequires:  mozilla-nspr-devel = 4.10.8
 BuildRequires:  mozilla-nss-devel = 3.17.4
 BuildRequires:  nss-shared-helper-devel
 BuildRequires:  python-devel
@@ -143,9 +143,10 @@
 Patch9: mozilla-repo.patch
 Patch10:mozilla-icu-strncat.patch
 Patch11:mozilla-arm-disable-edsp.patch
-Patch12:mozilla-bmo1088588.patch
-Patch13:mozilla-openaes-decl.patch
-Patch14:mozilla-skia-bmo1136958.patch
+Patch12:mozilla-openaes-decl.patch
+Patch13:mozilla-skia-bmo1136958.patch
+Patch14:mozilla-skia-be-le.patch
+Patch15:mozilla-bmo1005535.patch
 # Firefox/browser
 Patch101:   firefox-kde.patch
 Patch102:   firefox-no-default-ualocale.patch
@@ -199,7 +200,7 @@
 %package translations-other
 Summary:Extra translations for %{appname}
 Group:  System/Localization
-Provides:   

commit libpng16 for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package libpng16 for openSUSE:Factory 
checked in at 2015-04-07 09:27:42

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


Package is libpng16

Changes:

--- /work/SRC/openSUSE:Factory/libpng16/libpng16.changes2015-01-23 
16:19:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpng16.new/libpng16.changes   2015-04-07 
09:27:44.0 +0200
@@ -1,0 +2,37 @@
+Wed Apr  1 11:07:11 UTC 2015 - pgaj...@suse.com
+
+- Fixed rgb_to_gray checks and added tRNS checks to pngvalid.c.
+  + libpng-rgb_to_gray-checks.patch
+
+---
+Mon Mar 30 07:10:35 UTC 2015 - pgaj...@suse.com
+
+- updated to 1.6.17:
+  Corrected the width limit calculation in png_check_IHDR().
+  Removed user limits from pngfix. Also pass NULL pointers to
+png_read_row to skip the unnecessary row de-interlace stuff.
+  Implement previously untested cases of libpng transforms in pngvalid.c
+  Fixed byte order in 2-byte filler, in png_do_read_filler().
+  Made the check for out-of-range values in png_set_tRNS() detect
+values that are exactly 2^bit_depth, and work on 16-bit platforms.
+  Merged some parts of libpng-1.6.17beta01 and libpng-1.7.0beta47.
+  Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c and
+pngset.c to avoid warnings about dead code.
+  Do not build png_product2() when it is unused.
+  Display user limits in the output from pngtest.
+  Eliminated the PNG_SAFE_LIMITS macro and restored the 1-million-column
+and 1-million-row default limits in pnglibconf.dfa, that can be reset
+by the user at build time or run time.  This provides a more robust
+defense against DOS and as-yet undiscovered overflows.
+  Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.
+  Allow user to call png_get_IHDR() with NULL arguments (Reuben Hawkins).
+  Moved png_set_filter() prototype into a PNG_WRITE_SUPPORTED block
+of png.h.
+  Free the unknown_chunks structure even when it contains no data.
+  Fixed simplified 8-bit-linear to sRGB alpha. The calculated alpha
+value was wrong.  It's not clear if this affected the final stored
+value; in the obvious code path the upper and lower 8-bits of the
+alpha value were identical and the alpha was truncated to 8-bits
+rather than dividing by 257 (John Bowler).
+
+---

Old:

  libpng-1.6.16.tar.xz
  libpng-1.6.16.tar.xz.asc

New:

  libpng-1.6.17.tar.xz
  libpng-1.6.17.tar.xz.asc
  libpng-rgb_to_gray-checks.patch



Other differences:
--
++ libpng16.spec ++
--- /var/tmp/diff_new_pack.405p7p/_old  2015-04-07 09:27:44.0 +0200
+++ /var/tmp/diff_new_pack.405p7p/_new  2015-04-07 09:27:44.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpng16
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 #
 %define major   1
 %define minor   6
-%define micro   16
+%define micro   17
 %define branch  %{major}%{minor}
 %define libname libpng%{branch}-%{branch}
 
@@ -35,6 +35,7 @@
 Source2:libpng16.keyring
 Source3:rpm-macros.libpng-tools
 Source4:baselibs.conf
+Patch0: libpng-rgb_to_gray-checks.patch
 #BuildRequires:  gpg-offline
 BuildRequires:  libtool
 BuildRequires:  pkg-config
@@ -110,6 +111,7 @@
 
 %prep
 %setup -n libpng-%{version}
+%patch0
 
 %build
 # PNG_SAFE_LIMITS_SUPPORTED: 
http://www.openwall.com/lists/oss-security/2015/01/10/1

++ libpng-1.6.16.tar.xz - libpng-1.6.17.tar.xz ++
 26136 lines of diff (skipped)

++ libpng-rgb_to_gray-checks.patch ++
 855 lines (skipped)





commit dpkg for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2015-04-07 09:28:10

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


Package is dpkg

Changes:

--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes2015-03-03 
11:12:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2015-04-07 
09:28:14.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr  1 12:59:58 UTC 2015 - tchva...@suse.com
+
+- Cleanup a bit with-spec-cleaner help
+
+---
+Wed Apr  1 12:54:48 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.17.24:
+  * Translation updates
+  * Various small fixes
+
+---
--- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2015-03-03 
11:12:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes
2015-04-07 09:28:14.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr  1 12:57:51 UTC 2015 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+
+---
+Wed Apr  1 12:55:43 UTC 2015 - tchva...@suse.com
+
+- Update to 1.11.24:
+  * Translation updates
+  * Various small fixes
+
+---

Old:

  dpkg_1.17.23.tar.xz

New:

  dpkg_1.17.24.tar.xz



Other differences:
--
++ dpkg.spec ++
--- /var/tmp/diff_new_pack.wazLR7/_old  2015-04-07 09:28:15.0 +0200
+++ /var/tmp/diff_new_pack.wazLR7/_new  2015-04-07 09:28:15.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dpkg
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,9 +17,8 @@
 
 
 %define admindir %{_localstatedir}/lib/rpm/
-
 Name:   dpkg
-Version:1.17.23
+Version:1.17.24
 Release:0
 Summary:Debian package management system
 License:GPL-2.0+
@@ -32,9 +31,10 @@
 # PATCH-FIX-UPSTREAM remove --utf8 since we only build En manpages.
 Patch6: dpkg-sparc.diff
 BuildRequires:  gcc-c++
+BuildRequires:  libbz2-devel
 BuildRequires:  libselinux-devel
-%define use_selinux 1
 BuildRequires:  ncurses-devel
+BuildRequires:  update-alternatives
 BuildRequires:  xz
 BuildRequires:  zlib-devel
 BuildRequires:  perl(Date::Parse)
@@ -42,22 +42,17 @@
 Requires:   cpio
 Requires:   make
 Requires:   patch
+Requires:   perl = %{perl_version}
+Requires:   update-alternatives
+Requires:   perl(Date::Parse)
+Requires(pre):  /bin/touch
+Recommends: perl(File::FcntlLock)
 Provides:   deb = %{version}
 Obsoletes:  deb  %{version}
 Provides:   dpkg-dev = %{version}
 Provides:   dpkg-doc = %{version}
 Provides:   dselect = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(pre):  /bin/touch
-
-%if 0%{?suse_version}
-BuildRequires:  libbz2-devel
-BuildRequires:  update-alternatives
-Requires:   perl = %{perl_version}
-Requires:   update-alternatives
-Requires:   perl(Date::Parse)
-Recommends: perl(File::FcntlLock)
-%endif
 
 %description
 This package contains tools for working with Debian packages. It makes
@@ -70,43 +65,26 @@
 %package devel
 Summary:Development files for dpkg
 Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
 Provides:   deb-devel = %{version}
 Obsoletes:  deb-devel  %{version}
-Requires:   %{name} = %{version}
 
 %description devel
 Libraries and header files for dpkg.
 
-%package lang
-Summary:Languages for package %{name}
-Group:  System/Localization
-Requires:   %{name} = %{version}
-Provides:   %{name}-lang-all = %{version}
-Provides:   deb-lang = %{version}
-Obsoletes:  deb-lang  %{version}
-%if %{defined suse_version}
-Supplements:packageand(bundle-lang-other:%{name})
-BuildArch:  noarch
-%endif
-
-%description lang
-Provides translations to the package %{name}
+%lang_package
 
 %prep
 %setup -q
-
 %patch1 -p1
 %patch6 -p1
 
 %build
 export CFLAGS=%{optflags}
-%if 0%{?use_selinux}
 export SELINUX_LIBS=-lselinux
-%endif
-%{configure}\
-%if 0%{?use_selinux}
+%configure \
+--disable-silent-rules \
--with-selinux \
-%endif
--localstatedir=%{_localstatedir}/lib \
 --with-admindir=%{_localstatedir}/lib/dpkg
 
@@ -132,7 +110,7 @@
 make %{?_smp_mflags}
 
 %install
-%{__make} install DESTDIR=%{?buildroot}
+make install 

commit blockout for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package blockout for openSUSE:Factory 
checked in at 2015-04-07 09:30:11

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


Package is blockout

Changes:

--- /work/SRC/openSUSE:Factory/blockout/blockout.changes2013-11-12 
15:02:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.blockout.new/blockout.changes   2015-04-07 
09:30:27.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  6 19:19:06 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.5
+* A few graphics improvements
+* Pratice mode improvements
+* Improved the demo mode (bot plays better)
+
+---

Old:

  bl24-src-linux-i586.tar.xz

New:

  bl25-linux-x86.tar.gz
  bl25-src.tar.gz



Other differences:
--
++ blockout.spec ++
--- /var/tmp/diff_new_pack.Ctm9Ir/_old  2015-04-07 09:30:28.0 +0200
+++ /var/tmp/diff_new_pack.Ctm9Ir/_new  2015-04-07 09:30:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package blockout
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,15 @@
 
 
 Name:   blockout
-Version:2.4
+Version:2.5
 Release:0
 Summary:A free clone of the original BlockOut DOS game
 License:GPL-2.0
 Group:  Amusements/Games/Action/Arcade
 Url:http://blockout.net/
 
-#Freecode-URL: https://freecode.com/projects/blockout
-Source: bl24-src-linux-i586.tar.xz
+Source: http://downloads.sf.net/blockout/bl25-src.tar.gz
+Source2:http://downloads.sf.net/blockout/bl25-linux-x86.tar.gz
 Patch1: automake.diff
 Patch2: compilefixes.diff
 Patch3: bl2home.diff
@@ -34,7 +34,6 @@
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
-BuildRequires:  xz
 BuildRequires:  pkgconfig(SDL_mixer)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(sdl)
@@ -47,7 +46,8 @@
 accurately as possible.
 
 %prep
-%setup -qn bl24_lin_src
+# images, sounds, are in #2.
+%setup -qn BL_SRC -a2
 %patch -P 1 -P 2 -P 3 -p1
 
 %build
@@ -56,11 +56,15 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%buildroot;
+d=%buildroot/%_datadir/%name
+%make_install
+mkdir -p $d
+mv blockout/{images,sounds} $d/
+find $d/ -type f -exec chmod a-x {} +
 
 %files
 %defattr(-,root,root)
 %_bindir/blockout
-%_datadir/%name
+%_datadir/%name/
 
 %changelog

++ automake.diff ++
--- /var/tmp/diff_new_pack.Ctm9Ir/_old  2015-04-07 09:30:28.0 +0200
+++ /var/tmp/diff_new_pack.Ctm9Ir/_new  2015-04-07 09:30:28.0 +0200
@@ -2,18 +2,18 @@
 Date: 2012-03-25 16:12:52.925160061 +0200
 
 ---
- BlockOut/Makefile.am |   14 ++
+ BlockOut/Makefile.am |   11 +++
  ImageLib/src/Makefile.am |   12 
  ImageLib/src/png/hpng.c  |2 +-
  Makefile.am  |3 +++
- configure.ac |   14 ++
- 5 files changed, 44 insertions(+), 1 deletion(-)
+ configure.ac |   12 
+ 5 files changed, 39 insertions(+), 1 deletion(-)
 
-Index: bl24_lin_src/BlockOut/Makefile.am
+Index: BL_SRC/BlockOut/Makefile.am
 ===
 --- /dev/null
-+++ bl24_lin_src/BlockOut/Makefile.am
-@@ -0,0 +1,14 @@
 BL_SRC/BlockOut/Makefile.am
+@@ -0,0 +1,11 @@
 +# -*- Makefile -*-
 +
 +AM_CPPFLAGS = -D_DEBUG -Dlinux -I../ImageLib/src -I. \
@@ -21,17 +21,14 @@
 +
 +bin_PROGRAMS = blockout
 +blockout_SOURCES = \
-+  BlockOut.cpp BotPlayer.cpp EditControl.cpp Game.cpp Http.cpp 
InitPolyCube.cpp Menu.cpp MenuGraphics.cpp MenuGrid.cpp PageChangeSetup.cpp 
PageChooseSetup.cpp PageControls.cpp PageCredits.cpp PageGSOptions.cpp 
PageHallOfFame.cpp PageHallOfFameOnLine.cpp PageHttp.cpp PageMainMenu.cpp 
PageOptions.cpp PageScoreDetails.cpp PageStartGame.cpp Pit.cpp PolyCube.cpp 
SetupManager.cpp SoundManager.cpp Sprites.cpp Utils.cpp BlockOut.h BotPlayer.h 
EditControl.h Game.h Http.h Menu.h MenuGrid.h MenuPage.h Pit.h PolyCube.h 
SetupManager.h SoundManager.h Sprites.h Types.h GLApp/GLApp.cpp 
GLApp/GLFont.cpp GLApp/GLMatrix.cpp GLApp/GLSprite.cpp GLApp/GLApp.h 
GLApp/GLFont.h GLApp/GLMatrix.h GLApp/GLSprite.h
++  BlockOrientation.h BlockOut.cpp BlockOut.h BotMatrix.cpp BotMatrix.h 
BotPlayer.cpp BotPlayer.h BotPlayerAI.cpp EditControl.cpp EditControl.h 
GLApp/GLApp.cpp GLApp/GLApp.h GLApp/GLFont.cpp GLApp/GLFont.h 
GLApp/GLMatrix.cpp 

commit hiawatha for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package hiawatha for openSUSE:Factory 
checked in at 2015-04-07 09:30:01

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.changes2015-02-11 
16:44:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.hiawatha.new/hiawatha.changes   2015-04-07 
09:30:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Feb 26 22:51:06 UTC 2015 - fi...@opensuse.org
+
+- Update to 9.12:
+  * Bugfix: memory leak in SSL library.
+  * Small bugfix.
+
+---

Old:

  hiawatha-9.11.tar.gz

New:

  hiawatha-9.12.tar.gz



Other differences:
--
++ hiawatha.spec ++
--- /var/tmp/diff_new_pack.qGzKbs/_old  2015-04-07 09:30:02.0 +0200
+++ /var/tmp/diff_new_pack.qGzKbs/_new  2015-04-07 09:30:02.0 +0200
@@ -20,7 +20,7 @@
 %define webroot /srv/www
 
 Name:   hiawatha
-Version:9.11
+Version:9.12
 Release:0
 Summary:A secure and advanced webserver
 License:GPL-2.0
@@ -33,8 +33,8 @@
 Source101:  %{name}-ssl.firewall
 BuildRequires:  cmake = 2.8.4
 BuildRequires:  libxslt-devel
+BuildRequires:  mbedtls-devel = 1.3.10
 BuildRequires:  pkg-config
-BuildRequires:  polarssl-devel
 BuildRequires:  systemd
 Requires:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -54,8 +54,8 @@
 
 %prep
 %setup -q
-# Remove bundled source for polarssl, we use system version
-rm -rv polarssl
+# Remove bundled source for mbedtls, we use system version
+rm -rv mbedtls
 
 %build
 %cmake \
@@ -72,8 +72,7 @@
 -DENABLE_TOMAHAWK=On \
 -DENABLE_TOOLKIT=On \
 -DENABLE_XSLT=On \
--DENABLE_ZLIB_SUPPORT=On \
--DUSE_SYSTEM_POLARSSL=On
+-DUSE_SYSTEM_MBEDTLS=On
 
 make %{?_smp_mflags}
 

++ hiawatha-9.11.tar.gz - hiawatha-9.12.tar.gz ++
 153420 lines of diff (skipped)




commit java-1_9_0-openjdk for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2015-04-07 09:30:05

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


Package is java-1_9_0-openjdk

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2015-03-25 21:32:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2015-04-07 09:30:10.0 +0200
@@ -1,0 +2,14 @@
+Mon Mar 30 11:16:47 UTC 2015 - fst...@suse.com
+
+- Upgrade to upstream tag jdk9-b56
+- Removed integrated patch:
+  * hotspot-missing-symbol.patch
+
+---
+Sun Mar 29 15:52:16 UTC 2015 - fst...@suse.com
+
+- Modified patch:
+  * s390-size_t.patch
+- Rediff and patch some more problems
+
+---

Old:

  0c37a832458f.tar.bz2
  2a460ce60ed4.tar.bz2
  32a2e7249884.tar.bz2
  734ca5311a22.tar.bz2
  b2b332e64b7b.tar.bz2
  be49ab55e5c4.tar.bz2
  ca481b0492c8.tar.bz2
  d49e247dade6.tar.bz2
  hotspot-missing-symbol.patch

New:

  139092a10ded.tar.bz2
  2e640036000d.tar.bz2
  5ee7bba6ef41.tar.bz2
  7969f7b6465e.tar.bz2
  b4f913b48e69.tar.bz2
  eb7febe45865.tar.bz2
  ef4afd6832b0.tar.bz2
  fd2d5ec7e7b1.tar.bz2



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.65me0V/_old  2015-04-07 09:30:12.0 +0200
+++ /var/tmp/diff_new_pack.65me0V/_new  2015-04-07 09:30:12.0 +0200
@@ -33,17 +33,17 @@
 %global minorver9
 %global microver0
 %global updatever   0
-%global buildverb55
+%global buildverb56
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   0c37a832458f
-%global corba_revision  734ca5311a22
-%global hotspot_revision be49ab55e5c4
-%global jaxp_revision   2a460ce60ed4
-%global jaxws_revision  ca481b0492c8
-%global jdk_revisiond49e247dade6
-%global langtools_revision 32a2e7249884
-%global nashorn_revision b2b332e64b7b
+%global root_revision eb7febe45865
+%global corba_revision ef4afd6832b0
+%global hotspot_revision fd2d5ec7e7b1
+%global jaxp_revision 139092a10ded
+%global jaxws_revision b4f913b48e69
+%global jdk_revision 7969f7b6465e
+%global langtools_revision 5ee7bba6ef41
+%global nashorn_revision 2e640036000d
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority%(echo 1 * %{majorver} + 1000 * %{minorver} + 100 
* %{microver} + %{updatever} | bc)
@@ -200,8 +200,6 @@
 Patch5: multiple-pkcs11-library-init.patch
 # Disable doclint for compatibility
 Patch6: disable-doclint-by-default.patch
-# Missing symbol in hotspot with CPP interpreter
-Patch7: hotspot-missing-symbol.patch
 # From icedtea: Increase default memory limits
 Patch10:memory-limits.patch
 # Fix use of unintialized memory in adlc parser
@@ -482,7 +480,6 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1

++ 0c37a832458f.tar.bz2 - 139092a10ded.tar.bz2 ++
 823934 lines of diff (skipped)

++ 2a460ce60ed4.tar.bz2 - 2e640036000d.tar.bz2 ++
 1112380 lines of diff (skipped)

++ 0c37a832458f.tar.bz2 - 5ee7bba6ef41.tar.bz2 ++
 743176 lines of diff (skipped)

++ 0c37a832458f.tar.bz2 - 7969f7b6465e.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/0c37a832458f.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/7969f7b6465e.tar.bz2 differ: 
char 11, line 1

++ 0c37a832458f.tar.bz2 - b4f913b48e69.tar.bz2 ++
 695666 lines of diff (skipped)

++ 0c37a832458f.tar.bz2 - eb7febe45865.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jdk9-0c37a832458f/.hg_archival.txt 
new/jdk9-eb7febe45865/.hg_archival.txt
--- old/jdk9-0c37a832458f/.hg_archival.txt  2015-03-13 05:12:51.0 
+0100
+++ new/jdk9-eb7febe45865/.hg_archival.txt  2015-03-20 00:11:51.0 
+0100
@@ -1,4 +1,4 @@
 repo: cfeea66a3fa8ca3686a7cfa2d0ce8ab0169f168d
-node: 0c37a832458f0e0b7d2a3f1a6f69aeae311aeb18
+node: eb7febe45865ba6b81f2ea68082262d0708a0b22
 branch: default
-tag: jdk9-b55
+tag: jdk9-b56
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jdk9-0c37a832458f/.hgtags 
new/jdk9-eb7febe45865/.hgtags
--- old/jdk9-0c37a832458f/.hgtags   2015-03-13 05:12:51.0 +0100
+++ new/jdk9-eb7febe45865/.hgtags   2015-03-20 00:11:51.0 +0100
@@ -297,3 +297,4 @@
 1822e59f17121b09e7899cf338cfb6e37fe5fceb jdk9-b52
 

commit duperemove for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package duperemove for openSUSE:Factory 
checked in at 2015-04-07 09:30:10

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


Package is duperemove

Changes:

--- /work/SRC/openSUSE:Factory/duperemove/duperemove.changes2015-03-27 
09:41:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.duperemove.new/duperemove.changes   
2015-04-07 09:30:26.0 +0200
@@ -1,0 +2,13 @@
+Mon Apr  6 19:45:42 UTC 2015 - mfas...@suse.com
+
+- Update with correct tarball (last one didn't have version number bump)
+
+---
+Mon Apr  6 19:14:50 UTC 2015 - mfas...@suse.com
+
+- Update to duperemove v0.09.3
+  - Fix hang during file scan phase (bsc#926098)
+
+- References: bsc#926098
+
+---

Old:

  v0.09.2.tar.gz

New:

  v0.09.3.tar.gz



Other differences:
--
++ duperemove.spec ++
--- /var/tmp/diff_new_pack.g7X4Bf/_old  2015-04-07 09:30:27.0 +0200
+++ /var/tmp/diff_new_pack.g7X4Bf/_new  2015-04-07 09:30:27.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define tar_version 0.09.2
+%define tar_version 0.09.3
 %define samename btrfs-extent-same
 Name:   duperemove
-Version:0.09.2
+Version:0.09.3
 Release:0
 Summary:Software to find duplicate extents in files and remove them
 License:GPL-2.0

++ v0.09.2.tar.gz - v0.09.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.09.2/Makefile 
new/duperemove-0.09.3/Makefile
--- old/duperemove-0.09.2/Makefile  2015-03-26 23:51:34.0 +0100
+++ new/duperemove-0.09.3/Makefile  2015-04-06 21:40:43.0 +0200
@@ -1,4 +1,4 @@
-VER=0.09.2
+VER=0.09.3
 RELEASE=v$(VER)
 
 CC = gcc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/duperemove-0.09.2/duperemove.c 
new/duperemove-0.09.3/duperemove.c
--- old/duperemove-0.09.2/duperemove.c  2015-03-26 23:51:34.0 +0100
+++ new/duperemove-0.09.3/duperemove.c  2015-04-06 21:40:43.0 +0200
@@ -54,7 +54,7 @@
 #if GLIB_CHECK_VERSION(2,32,0)
 /* See below for why we do this */
 #defineglib2_mutex_lockg_mutex_lock
-#defineglib2_mutex_unlock  g_mutex_lock
+#defineglib2_mutex_unlock  g_mutex_unlock
 #defineglib2_init_threads()
 #else
 /*




commit python-virtualenvwrapper for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package python-virtualenvwrapper for 
openSUSE:Factory checked in at 2015-04-07 09:30:16

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


Package is python-virtualenvwrapper

Changes:

--- 
/work/SRC/openSUSE:Factory/python-virtualenvwrapper/python-virtualenvwrapper.changes
2014-12-03 22:48:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-virtualenvwrapper.new/python-virtualenvwrapper.changes
   2015-04-07 09:30:30.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr  4 14:55:10 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 4.3.2:
+  * build universal wheels
+  * Merged in das_g/virtualenvwrapper/das_g/
+removed-gratuitous-preposition-1413208408920 (pull request #19)
+  * removed gratuitous preposition
+  * Fix test invocation for zsh
+  * add -q option to cd for zsh
+  * make run_tests use the SHELL var to run test script
+
+---

Old:

  virtualenvwrapper-4.3.1.tar.gz

New:

  virtualenvwrapper-4.3.2.tar.gz



Other differences:
--
++ python-virtualenvwrapper.spec ++
--- /var/tmp/diff_new_pack.hS5ZsZ/_old  2015-04-07 09:30:31.0 +0200
+++ /var/tmp/diff_new_pack.hS5ZsZ/_new  2015-04-07 09:30:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-virtualenvwrapper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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-virtualenvwrapper
-Version:4.3.1
+Version:4.3.2
 Release:0
 Url:http://www.doughellmann.com/projects/virtualenvwrapper/
 Summary:Enhancements to virtualenv

++ virtualenvwrapper-4.3.1.tar.gz - virtualenvwrapper-4.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/AUTHORS 
new/virtualenvwrapper-4.3.2/AUTHORS
--- old/virtualenvwrapper-4.3.1/AUTHORS 2014-07-20 20:33:13.0 +0200
+++ new/virtualenvwrapper-4.3.2/AUTHORS 2015-01-02 18:45:28.0 +0100
@@ -31,6 +31,7 @@
 Paul McLanahan p...@mclanahan.net
 Radu Voicilas radu.voici...@gmail.com
 Ralph Bean rb...@redhat.com
+Raphael Das Gupta bitbucket@raphael.dasgupta.ch
 Sander Smits jhmsm...@gmail.com
 Scott Stevenson sc...@scottstvnsn.com
 Shrikant-Sharat shrikantshara...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/ChangeLog 
new/virtualenvwrapper-4.3.2/ChangeLog
--- old/virtualenvwrapper-4.3.1/ChangeLog   2014-07-20 20:33:13.0 
+0200
+++ new/virtualenvwrapper-4.3.2/ChangeLog   2015-01-02 18:45:28.0 
+0100
@@ -1,6 +1,16 @@
 CHANGES
 ===
 
+4.3.2
+-
+
+* build universal wheels
+* Merged in 
das_g/virtualenvwrapper/das_g/removed-gratuitous-preposition-1413208408920 
(pull request #19)
+* removed gratuitous preposition
+* Fix test invocation for zsh
+* add -q option to cd for zsh
+* make run_tests use the SHELL var to run test script
+
 4.3.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/PKG-INFO 
new/virtualenvwrapper-4.3.2/PKG-INFO
--- old/virtualenvwrapper-4.3.1/PKG-INFO2014-07-20 20:33:14.0 
+0200
+++ new/virtualenvwrapper-4.3.2/PKG-INFO2015-01-02 18:45:29.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: virtualenvwrapper
-Version: 4.3.1
+Version: 4.3.2
 Summary: Enhancements to virtualenv
 Home-page: http://virtualenvwrapper.readthedocs.org/
 Author: Doug Hellmann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/virtualenvwrapper-4.3.1/docs/source/projects.rst 
new/virtualenvwrapper-4.3.2/docs/source/projects.rst
--- old/virtualenvwrapper-4.3.1/docs/source/projects.rst2013-05-11 
14:36:33.0 +0200
+++ new/virtualenvwrapper-4.3.2/docs/source/projects.rst2014-10-13 
15:57:15.0 +0200
@@ -23,7 +23,7 @@
 or more :term:`template` plugins. Templates should be specified as
 arguments to :ref:`command-mkproject`. Multiple values can be provided
 to apply more than one template. For example, to check out a Mercurial
-repository from on a project on bitbucket and create a new Django
+repository from a project on bitbucket and create a new Django
 site, combine the :ref:`templates-bitbucket` and
 :ref:`templates-django` templates.
 
diff -urN 

commit mpir for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package mpir for openSUSE:Factory checked in 
at 2015-04-07 09:30:03

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


Package is mpir

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.mpir.new/mpir.changes   2015-04-07 
09:30:04.0 +0200
@@ -0,0 +1,64 @@
+---
+Tue Mar 31 18:33:23 UTC 2015 - jeng...@inai.de
+
+- Remove implicit --with-pic (only useful for static libs)
+- Set license to LGPL-3.0+
+
+---
+Wed Oct 15 10:39:04 UTC 2014 - jeng...@inai.de
+
+- Add t_assign.diff to fix a testsuite compile failure with gcc 4.3
+
+---
+Sat Oct 11 20:01:02 UTC 2014 - jeng...@inai.de
+
+- Make package build on SLE11 again
+
+---
+Fri Feb  7 12:54:35 UTC 2014 - jeng...@inai.de
+
+- Add patch 0001-Fix-bug-in-t-scan-test.patch to fix failure
+  in test suite
+
+---
+Thu Dec  6 17:20:04 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 2.6.0
+* Completely new FFT implementation
+- Update to new upstream release 2.5.2
+* Support more CPUs
+* Additional macros for mpfr-3.1.0 support
+* Redc_1 assembly code for sandybridge and bobcat 
+- Update to new upstream release 2.5.1
+* Correct very rare errors in multiplication code
+* Correct very rare errors in GCD,GCDEXT and invert code
+- Update to new upstream release 2.5.0
+* Toom22 speedup via assembler
+* New x86_64 assembler code
+* New Toom eval function using the new assembler code
+* Detect another Sandybridge CPU
+* New GCD code (by the GMP project)
+
+---
+Thu Sep 15 19:20:13 UTC 2011 - jeng...@medozas.de
+
+- Update to 2.4.0
+* Correct incorrect parameter type for mpz_cdiv_q_2exp
+* Sandybridge and Bobcat have been tuned
+* Bulldozer cpu detection
+* Initial support for intmax functions
+- Minor cleanups: blank lines/indent (rest is autoformatted), use
+  %{?_smp_mflags} for parallel building, and remove redundant
+  %clean section
+- Add baselibs.conf
+
+---
+Wed Sep 16 02:30:29 CEST 2009 - crrodrig...@suse.de
+
+- update to version 1.2.1 
+
+---
+Thu May 28 19:28:33 CEST 2009 - crrodrig...@suse.de
+
+- initial package 
+

New:

  0001-Fix-bug-in-t-scan-test.patch
  gmp-noexec.diff
  mpir-2.6.0.tar.lzma
  mpir.changes
  mpir.spec
  t_assign.diff



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

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


Name:   mpir
%define lname   libmpir11
%define lnamexx libmpirxx4
Version:2.6.0
Release:0
Summary:Multiprecision integer library derived from GMP
License:LGPL-3.0+
Group:  Productivity/Scientific/Math
URL:http://mpir.org/

#Git-Clone: git://github.com/wbhart/mpir
#Git-Web:   https://github.com/wbhart/mpir
Source: http://mpir.org/%name-%version.tar.lzma
Patch1: gmp-noexec.diff
Patch2: 0001-Fix-bug-in-t-scan-test.patch
Patch3: t_assign.diff
BuildRoot:  %_tmppath/%name-%version-build
BuildRequires:  gcc-c++
BuildRequires:  lzma

%description
MPIR is a library for arbitrary precision arithmetic, operating on signed
integers, rational numbers, and floating point numbers. It has a rich set of
functions, and the functions have a regular interface.

%package -n %lname
Summary:Multiprecision integer library derived from GMP
Group:  System/Libraries

%description -n %lname
MPIR is a library for arbitrary precision arithmetic, operating on signed
integers, rational numbers, and floating point numbers. It has a rich set of

commit terminology for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package terminology for openSUSE:Factory 
checked in at 2015-04-07 09:30:08

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


Package is terminology

Changes:

--- /work/SRC/openSUSE:Factory/terminology/terminology.changes  2014-10-24 
10:48:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.terminology.new/terminology.changes 
2015-04-07 09:30:25.0 +0200
@@ -1,0 +2,26 @@
+Mon Apr  6 18:04:00 UTC 2015 - sleep_wal...@suse.cz
+
+- don't require evas-generic-loaders, it's not required for run,
+  recommend it instead
+
+---
+Fri Feb 20 22:37:45 UTC 2015 - si...@simotek.net
+
+- Some tidy ups while packaging rage
+   * Should require emotion-generic-players
+   * require efl 1.12 or later
+
+---
+Mon Feb 16 01:15:58 UTC 2015 - si...@simotek.net
+
+- bump to 0.8.0
+Add a visual tab bar
+Gravatar support
+Add xterm notification support
+Display pre-edit text when composing
+Selection improvements
+Updated translations
+Various bug fixes
+
+
+---

Old:

  terminology-0.7.0.tar.gz

New:

  terminology-0.8.0.tar.xz



Other differences:
--
++ terminology.spec ++
--- /var/tmp/diff_new_pack.jLmRas/_old  2015-04-07 09:30:26.0 +0200
+++ /var/tmp/diff_new_pack.jLmRas/_new  2015-04-07 09:30:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package terminology
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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:   terminology
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:EFL based terminal emulator
 License:BSD-2-Clause and OFL-1.1
 Group:  System/X11/Terminals
 Url:http://enlightenment.org
-Source: %{name}-%{version}.tar.gz
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(ecore-evas)
 BuildRequires:  pkgconfig(ecore-file)
@@ -41,7 +41,6 @@
 BuildRequires:  pkgconfig(evas)
 Requires:   efl
 Requires:   elementary = 1.8.0
-Requires:   evas-generic-loaders = 1.8.0
 # provides default.edj
 Requires:   terminology-theme-dft
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +49,9 @@
 Recommends: terminology-theme-misc
 Recommends: terminology-theme-openSUSE
 Recommends: terminology-theme-openSUSE-oliveleaf
+Recommends: evas-generic-loaders = 1.8.0
 %endif
+Conflicts:  evas-generic-loaders  1.8.0
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files




commit krusader.3667 for openSUSE:13.2:Update

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package krusader.3667 for 
openSUSE:13.2:Update checked in at 2015-04-07 10:57:58

Comparing /work/SRC/openSUSE:13.2:Update/krusader.3667 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.krusader.3667.new (New)


Package is krusader.3667

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.2:Update/.krusader.3667.new/krusader.changes  
2015-04-07 10:58:00.0 +0200
@@ -0,0 +1,723 @@
+---
+Wed Mar 25 20:02:16 UTC 2015 - baiduzhyi.de...@gmail.com
+
+- Require libktexteditor instead of kate to solve installation conflicts 
+  when using KF5.
+
+---
+Mon Nov 12 21:18:46 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Add bug309159.patch from upstream, to fix crashes with previewing video files
+- Properly annotate previous patch 
(krusader-2.4.0-beta2-generate-manpage.patch)
+
+---
+Sat Nov 10 20:40:31 UTC 2012 - hrvoje.sen...@gmail.com
+
+- Update to 2.4.0-beta3
+  Changes since 2.0.0:
+   *   FIXED: crash when trying to open/(un)mount ejectable device via media 
menu
+   *   ADDED: options: Panel  Media Menu  
+Show Mount Path
+Show File Sytem Type
+Show Size (Always | When Device has no Label | Never)
+   *   ADDED: pressing CTRL+RETURN when media menu is open (un)mounts the 
highlighted device
+   *   ADDED: action: Bring Main Window to Top (global shortcut possible)
+   *   ADDED: option: General  Viewer/Editor  Viewer  Use Okteta As Hex 
Viewer
+   (default: on)
+   *   ADDED: option: Archives  krarc  Enable Write Support
+   *   ADDED: splitter option: Overwrite files without confirmation
+   *   ADDED: action: Go to Other Panel's Directory - shortcut: CTRL+=
+   *   CHANGED: krarc write support is disabled by default
+   *   CHANGED: user action manager starts with the Basic Properties tab 
active
+   *   CHANGED: detailed view: Automatically Resize Columns setting is 
remembered
+   *   FIXED: [ 306472 ] Krusader fails to build when using clang as compiler -
+   thanks to Jekyll Wu
+   *   FIXED: [ 308193 ] Krusader closes the search window after file editing -
+   thanks to Alexander
+   *   FIXED: pressing the context menu key when the media menu is shown
+   opens the context menu for a random item instead of the current
+   *   FIXED: [ 300514 ] no warning if terminal emulator can't be created
+   *   FIXED: [ 303209 ] passwords for remote connections are stored in config
+   NOTE: passwords already stored in krusaderrc may still be left
+   *   FIXED: [ 280946 ] viewer: incorrect tab's file names when moving tabs
+   *   FIXED: user actions: run in the embedded terminal emulator setting is 
not saved
+   *   FIXED: mountman: mount list is not refreshed if /etc/mtab is a symlink 
to /proc/mounts
+   *   FIXED: [ 148866 ] create new directory: spaces are stripped out
+   *   FIXED: [ 305069 ] list panel is not autoscrolled to the cursor (in 
brief view)
+   *   FIXED: [ 173690 ] file ACLs are not displayed correctly in properties 
dialog
+   - thanks to Eugeny Shkrigunov
+   *   FIXED: It is impossible to select a non-default folder in the search 
dialog
+   *   FIXED: splitter overwrites files without confirmation
+   *   FIXED: [ 274483 ] crash when selecting items from popup-menu
+   *   FIXED: [ 285778 ] View or edit files doesn't work
+   *   FIXED: viewer tries to load obsolete libkhexedit2 part as hex viewer -
+   use okteta part instead
+   *   FIXED: crash when trying to view files with embedded KOrganizer part
+   (avoids KOrganizer bug 205713)
+   *   FIXED: apply settings to other tab action doesn't apply icon size
+   *   FIXED: [ 198996 ] crash when closing viewer
+   *   FIXED: [ 294501 ] toolbar equal has no shortcut
+   *   FIXED: [ 108892 ] Combine Files overwrites existing target file 
without confirmation
+   *   FIXED: Queue manager closed when any of the queues finished
+   *   FIXED: [ 300922 ] crash when pause sftp transfer via queue on quit
+   *   FIXED: [ 271265 ] krusader should search for kdesu executable in 
/usr/lib{64,}/kde4/libexec/
+   - thanks to Anssi Hannula / Ahmad Samir
+   *   FIXED: [ 290304 ] Panel option always sort dirs by name doesn't work
+   *   FIXED: [ 297926 ] state of the menu item 'Show hidden files' and the 
current setting is different
+   *   FIXED: [ 234296 ] crash when closing disk usage view
+   *   FIXED: [ 296718 ] execution of files that have spaces in their path 
doesn't work anymore
+   *   FIXED: [ 294618 ] using open with on video files
+   causes their thumbnails to 

commit glibc-testsuite for openSUSE:Factory

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package glibc-testsuite for openSUSE:Factory 
checked in at 2015-04-07 13:31:26

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


Package is glibc-testsuite

Changes:

New Changes file:

NO CHANGES FILE!!!

Old:

  _constraints



Other differences:
--



commit subversion for openSUSE:13.2:Update

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:13.2:Update 
checked in at 2015-04-07 20:40:04

Comparing /work/SRC/openSUSE:13.2:Update/subversion (Old)
 and  /work/SRC/openSUSE:13.2:Update/.subversion.new (New)


Package is subversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Rqti7W/_old  2015-04-07 20:40:06.0 +0200
+++ /var/tmp/diff_new_pack.Rqti7W/_new  2015-04-07 20:40:06.0 +0200
@@ -1 +1 @@
-link package='subversion.3437' cicount='copy' /
+link package='subversion.3672' cicount='copy' /




commit subversion.3672 for openSUSE:13.1:Update

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package subversion.3672 for 
openSUSE:13.1:Update checked in at 2015-04-07 20:39:56

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


Package is subversion.3672

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:13.1:Update/.subversion.3672.new/subversion.changes  
2015-04-07 20:39:57.0 +0200
@@ -0,0 +1,3567 @@
+---
+Tue Mar 31 12:00:00 UTC 2015 - astie...@suse.com
+
+- Apache Subversion 1.8.13
+  This release fixes three vulerabilities:
+  * Subversion HTTP servers with FSFS repositories were vulnerable
+to a remotely triggerable excessive memory use with certain
+REPORT requests.
+(bsc#923793 CVE-2015-0202) 
+  * Subversion mod_dav_svn and svnserve were vulnerable to a
+remotely triggerable assertion DoS vulnerability for certain
+requests with dynamically evaluated revision numbers.
+(bsc#923794 CVE-2015-0248)
+  * Subversion HTTP servers allow spoofing svn:author property
+values for new revisions
+(bsc#923795 CVE-2015-0251)
+- Non-security updates:
+  * fixes number of client and server side non-security bugs
+  * improved working copy performanc
+  * reduction of resource use
+  * stability improvements
+  * usability improvements
+- 1.8.12 was not released
+- fix sample configuration comments in subversion.conf [boo#916286]
+- fix bashisms in mailer-init.sh script
+  * adding subversion-1.8.10-fix-bashisms.patch
+
+---
+Thu Dec 18 14:33:55 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.8.11
+- This release addresses two security issues: [boo#909935]
+  * CVE-2014-3580: mod_dav_svn DoS from invalid REPORT requests.
+  * CVE-2014-8108: mod_dav_svn DoS from use of invalid transaction
+names.
+- Client-side bugfixes:
+  * checkout/update: fix file externals failing to follow history
+and subsequently silently failing
+  * patch: don't skip targets in valid --git difs
+  * diff: make property output in diffs stable
+  * diff: fix diff of local copied directory with props
+  * diff: fix changelist filter for repos-WC and WC-WC
+  * remove broken conflict resolver menu options that always error
+out
+  * improve gpg-agent support
+  * fix crash in eclipse IDE with GNOME Keyring
+  * fix externals shadowing a versioned directory
+  * fix problems working on unix file systems that don't support
+permissions
+  * upgrade: keep external registrations
+  * cleanup: iprove performance of recorded timestamp fixups
+  * translation updates for German
+- Server-side bugfixes:
+  * disable revprop caching feature due to cache invalidation
+problems
+  * skip generating uniquifiers if rep-sharing is not supported
+  * mod_dav_svn: reject requests with missing repository paths
+  * mod_dav_svn: reject requests with invalid virtual transaction
+names
+  * mod_dav_svn: avoid unneeded memory growth in resource walking
+
+---
+Thu Aug  7 22:22:08 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.8.10
+- Client-side bugfixes:
+  * guard against md5 hash collisions when finding cached
+credentials [bnc#889849] [CVE-2014-3528]
+  * ra_serf: properly match wildcards in SSL certs.
+[bnc#890511] [CVE-2014-3522]
+  * ra_serf: ignore the CommonName in SSL certs where there are
+Subject Alt Names
+  * ra_serf: fix a URI escaping bug that prevented deleting locked
+paths
+  * rm: Display the proper URL when deleting a URL in the commit
+log editor
+  * log: Fix another instance of broken pipe error
+  * copy: Properly handle props not present or excluded on cross wc
+copy
+  * copy: Fix copying parents of locally deleted nodes between wcs
+  * externals: Properly delete ancestor directories of externals
+when removing the external by changing svn:externals.
+  * ra_serf: fix memory lifetime of some hash values
+- Server-side bugfixes:
+  * fsfs: omit config file when creating pre-1.5 format repos
+- Bindings:
+  * ruby: removing warning about Ruby 1.9 support being new.
+  * python: fix notify_func callbacks
+
+---
+Tue May 13 17:34:59 UTC 2014 - andreas.stie...@gmx.de
+
+- Apache Subversion 1.8.9 [bnc#877555]
+- Client-side bugfixes:
+  * log: use proper peg revision over DAV
+  * upgrade: allow upgrading from 1.7 with exclusive locks
+  * proplist: resolve inconsitent inherited property results
+  * increase minimal timestamp sleep from 1ms to 10ms
+  * merge: automatic merge confused by subtree merge
+  * propget: report 

commit subversion for openSUSE:13.1:Update

2015-04-07 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:13.1:Update 
checked in at 2015-04-07 20:39:58

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


Package is subversion

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.Jf9wfy/_old  2015-04-07 20:40:00.0 +0200
+++ /var/tmp/diff_new_pack.Jf9wfy/_new  2015-04-07 20:40:00.0 +0200
@@ -1 +1 @@
-link package='subversion.3339' cicount='copy' /
+link package='subversion.3672' cicount='copy' /