commit libqt4 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libqt4 for openSUSE:Factory checked 
in at 2015-05-10 10:44:24

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


Package is libqt4

Changes:

--- /work/SRC/openSUSE:Factory/libqt4/libqt4-devel-doc.changes  2015-05-07 
09:21:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqt4.new/libqt4-devel-doc.changes 
2015-05-10 10:44:25.0 +0200
@@ -1,0 +2,17 @@
+Thu May  7 10:50:00 UTC 2015 - dmuel...@suse.com
+
+- add 0001-Fixes-crash-in-gif-image-decoder.patch,
+  0002-Fixes-crash-in-bmp-and-ico-image-decoding.patch
+  (bnc#927806, bnc#927807, bnc#927808,
+  CVE-2015-1858, CVE-2015-1859, CVE-2015-1860)
+- add 0001-Don-t-leak-RENDER-Pictures-in-QPixmap-paintEngine.patch
+- add 0001-Fix-DateTime-with-recent-versions-of-tzdata.patch
+- add 0001-Fix-crash-when-deleting-top-level-windows-embedded-i.patch
+- add 0001-Ignore-expired-certificate-during-certificate-valida.patch
+- add 0001-Memory-and-file-descriptor-leak-in-QFontCache.patch
+- add 0001-QDbus-Fix-a-b-comparison.patch
+- add 0001-QDeclarativeTextEdit-fix-use-of-uninitialised-value.patch
+- add 0001-QPdf-addImage-avoid-a-QImage-detach-when-it-s-in-an-.patch
+- add 0001-QSslCertificate-blacklist-NIC-certificates-from-Indi.patch
+
+---
libqt4-sql-plugins.changes: same change
libqt4.changes: same change

New:

  0001-Don-t-leak-RENDER-Pictures-in-QPixmap-paintEngine.patch
  0001-Fix-DateTime-with-recent-versions-of-tzdata.patch
  0001-Fix-crash-when-deleting-top-level-windows-embedded-i.patch
  0001-Fixes-crash-in-gif-image-decoder.patch
  0001-Ignore-expired-certificate-during-certificate-valida.patch
  0001-Memory-and-file-descriptor-leak-in-QFontCache.patch
  0001-QDbus-Fix-a-b-comparison.patch
  0001-QDeclarativeTextEdit-fix-use-of-uninitialised-value.patch
  0001-QPdf-addImage-avoid-a-QImage-detach-when-it-s-in-an-.patch
  0001-QSslCertificate-blacklist-NIC-certificates-from-Indi.patch
  0002-Fixes-crash-in-bmp-and-ico-image-decoding.patch



Other differences:
--
++ libqt4-devel-doc.spec ++
--- /var/tmp/diff_new_pack.xmJBlO/_old  2015-05-10 10:44:29.0 +0200
+++ /var/tmp/diff_new_pack.xmJBlO/_new  2015-05-10 10:44:29.0 +0200
@@ -119,6 +119,17 @@
 Patch166:   fix-detection-of-GCC5.patch
 Patch167:   fix-a-division-by-zero.patch
 Patch168:   fix-upload-corruptions-when-server-closes-connection.patch
+Patch169:   0001-Fixes-crash-in-gif-image-decoder.patch
+Patch170:   0002-Fixes-crash-in-bmp-and-ico-image-decoding.patch
+Patch171:   0001-Don-t-leak-RENDER-Pictures-in-QPixmap-paintEngine.patch
+Patch172:   0001-Fix-crash-when-deleting-top-level-windows-embedded-i.patch
+Patch173:   0001-QDbus-Fix-a-b-comparison.patch
+Patch174:   0001-Memory-and-file-descriptor-leak-in-QFontCache.patch
+Patch175:   0001-QSslCertificate-blacklist-NIC-certificates-from-Indi.patch
+Patch176:   0001-QPdf-addImage-avoid-a-QImage-detach-when-it-s-in-an-.patch
+Patch177:   0001-Fix-DateTime-with-recent-versions-of-tzdata.patch
+Patch178:   0001-QDeclarativeTextEdit-fix-use-of-uninitialised-value.patch
+Patch179:   0001-Ignore-expired-certificate-during-certificate-valida.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
   %define common_options --opensource -fast -no-separate-debug-info -shared 
-xkb -openssl-linked -xrender -xcursor -dbus-linked -xfixes -xrandr -xinerama 
-sm -no-nas-sound -no-rpath -system-libjpeg -system-libpng -accessibility -cups 
-stl -nis -system-zlib -prefix /usr -L %{_libdir} -libdir %{_libdir} -docdir 
%_docdir/%{base_name} -examplesdir %{_libdir}/qt4/examples -demosdir 
%{_libdir}/qt4/demos -plugindir %plugindir -translationdir 
%{_datadir}/qt4/translations -iconv -sysconfdir /etc/settings -datadir 
%{_datadir}/qt4/ -no-pch -reduce-relocations -exceptions -system-libtiff -glib 
-optimized-qmake -no-webkit -no-xmlpatterns -system-sqlite -qt3support 
-no-sql-mysql -importdir %plugindir/imports  -xsync -xinput -gtkstyle
@@ -206,6 +217,17 @@
 %patch166 -p1
 %patch167 -p1
 %patch168 -p1
+%patch169 -p1
+%patch170 -p1
+%patch171 -p1
+%patch172 -p1
+%patch173 -p1
+%patch174 -p1
+%patch175 -p1
+%patch176 -p1
+%patch177 -p1
+%patch178 -p1
+%patch179 -p1
 
 # be sure not to use them
 rm -rf src/3rdparty/{libjpeg,freetype,libpng,zlib,libtiff,fonts}

libqt4-sql-plugins.spec: same change
libqt4.spec: same change
++ 0001-Don-t-leak-RENDER-Pictures-in-QPixmap-paintEngine.patch ++
From 2b7758a8763a8fe6ca13a2f04e0137df79c849d2 Mon Sep 17 00:00:00 2001
From: Pierre-Loup A. Griffais qt-project@plagman.net
Date: Fri, 17 May 2013 20:18:01 

commit python-Twisted for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2015-05-10 10:44:18

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


Package is python-Twisted

Changes:

--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes
2015-03-18 12:59:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new/python-Twisted.changes   
2015-05-10 10:44:19.0 +0200
@@ -1,0 +2,11 @@
+Thu May 7 14:51:46 UTC 2015 - jmate...@suse.cz
+
+- Version 15.1.0:
+  * deprecated MSN protocol support
+  * improved docs for Trial
+  * removed deprecated UDPClient
+  * twisted.web.static.File allows defining a custom resource for
+rendering forbidden pages.
+  * minor bugfixes
+
+---

Old:

  Twisted-15.0.0.tar.bz2

New:

  Twisted-15.1.0.tar.bz2



Other differences:
--
++ python-Twisted.spec ++
--- /var/tmp/diff_new_pack.CG1CRq/_old  2015-05-10 10:44:20.0 +0200
+++ /var/tmp/diff_new_pack.CG1CRq/_new  2015-05-10 10:44:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Twisted
-Version:15.0.0
+Version:15.1.0
 Release:0
 Url:http://twistedmatrix.com/
 Summary:An asynchronous networking framework written in Python

++ Twisted-15.0.0.tar.bz2 - Twisted-15.1.0.tar.bz2 ++
 42740 lines of diff (skipped)




commit util-linux for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package util-linux for openSUSE:Factory 
checked in at 2015-05-10 10:43:49

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


Package is util-linux

Changes:

--- /work/SRC/openSUSE:Factory/util-linux/python-libmount.changes   
2015-03-23 12:10:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.util-linux.new/python-libmount.changes  
2015-05-10 10:43:51.0 +0200
@@ -1,0 +2,9 @@
+Fri May  1 11:30:09 UTC 2015 - sweet_...@gmx.de
+
+- Update to util-linux-2.26.2:
+  * many fixes, most notable for logger, *fdisks and mount
+  * (lib)mount, add support for MS_LAZYTIME
+- disable libmount/lock test to avoid random timeouts
+- socat is needed for logger tests
+
+---
util-linux-systemd.changes: same change
util-linux.changes: same change

Old:

  util-linux-2.26.1.tar.sign
  util-linux-2.26.1.tar.xz

New:

  util-linux-2.26.2.tar.sign
  util-linux-2.26.2.tar.xz



Other differences:
--
++ python-libmount.spec ++
--- /var/tmp/diff_new_pack.aYO7Tv/_old  2015-05-10 10:43:52.0 +0200
+++ /var/tmp/diff_new_pack.aYO7Tv/_new  2015-05-10 10:43:52.0 +0200
@@ -96,6 +96,7 @@
 BuildRequires:  gpg-offline
 %endif
 %if %build_util_linux_systemd
+BuildRequires:  socat
 %if 0%{?suse_version} = 1230
 BuildRequires:  pkgconfig(systemd)
 %else
@@ -120,7 +121,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.26.1
+Version:2.26.2
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
@@ -602,9 +603,6 @@
 
 %check
 # mark some tests known_fail
-%ifarch %{ix86}
-export TS_OPT_misc_setarch_known_fail=yes
-%endif
 #
 # glibc requires kernel = 3.0, thus setarch --uname-2.6 fails on platforms 
without VDSO
 export TS_OPT_misc_setarch_known_fail=yes
@@ -620,7 +618,7 @@
 export TS_OPT_kill_queue_known_fail=yes
 %endif
 # FIXME: These sometimes fails:
-export TS_OPT_libmount_lock_known_fail=yes
+export TS_OPT_libmount_lock_fake=yes
 #
 # hacks
 export PATH=$PATH:/sbin:/usr/sbin

util-linux-systemd.spec: same change
++ util-linux.spec ++
--- /var/tmp/diff_new_pack.aYO7Tv/_old  2015-05-10 10:43:52.0 +0200
+++ /var/tmp/diff_new_pack.aYO7Tv/_new  2015-05-10 10:43:52.0 +0200
@@ -96,6 +96,7 @@
 BuildRequires:  gpg-offline
 %endif
 %if %build_util_linux_systemd
+BuildRequires:  socat
 %if 0%{?suse_version} = 1230
 BuildRequires:  pkgconfig(systemd)
 %else
@@ -120,7 +121,7 @@
 %endif
 %endif
 #END SECOND STAGE DEPENDENCIES
-Version:2.26.1
+Version:2.26.2
 Release:0
 # util-linux is a base package and uuidd pre-requiring pwdutils pulls
 # that into the core build cycle.  pwdutils also pulls in the whole
@@ -602,9 +603,6 @@
 
 %check
 # mark some tests known_fail
-%ifarch %{ix86}
-export TS_OPT_misc_setarch_known_fail=yes
-%endif
 #
 # glibc requires kernel = 3.0, thus setarch --uname-2.6 fails on platforms 
without VDSO
 export TS_OPT_misc_setarch_known_fail=yes
@@ -620,7 +618,7 @@
 export TS_OPT_kill_queue_known_fail=yes
 %endif
 # FIXME: These sometimes fails:
-export TS_OPT_libmount_lock_known_fail=yes
+export TS_OPT_libmount_lock_fake=yes
 #
 # hacks
 export PATH=$PATH:/sbin:/usr/sbin

++ util-linux-2.26.1.tar.xz - util-linux-2.26.2.tar.xz ++
 132807 lines of diff (skipped)




commit python-lockfile for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-lockfile for openSUSE:Factory 
checked in at 2015-05-10 10:44:13

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


Package is python-lockfile

Changes:

--- /work/SRC/openSUSE:Factory/python-lockfile/python-lockfile.changes  
2014-07-24 06:57:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lockfile.new/python-lockfile.changes 
2015-05-10 10:44:14.0 +0200
@@ -1,0 +2,24 @@
+Thu May  7 11:34:59 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.10.2:
+  * Fix package name
+- additional changes from version 0.10.1:
+  * Add missing cover env in tox
+- additional changes from version 0.10.0:
+  * Fix documentation bug report address
+  * Add py34 in tox
+  * Remove old diff file
+  * Add .gitreview, tox targets and use pbr
+  * fix for timeout=0
+  * remove 2.5, 3.1 and 3.4 from the list for the time being - may
+get added back later
+  * Bugfix: locking two different files in the same directory
+caused an error during unlocking the last unlocking
+  * typo
+- update project URL
+- point the source URL to pypi
+- add new build dependencies: python-nose,  python-pbr
+  and python-setuptools
+- run the tests during build with nosetests
+
+---

Old:

  lockfile-0.9.1.tar.bz2

New:

  lockfile-0.10.2.tar.gz



Other differences:
--
++ python-lockfile.spec ++
--- /var/tmp/diff_new_pack.WW7BHW/_old  2015-05-10 10:44:14.0 +0200
+++ /var/tmp/diff_new_pack.WW7BHW/_new  2015-05-10 10:44:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-lockfile
 #
-# 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,19 @@
 
 
 Name:   python-lockfile
-Version:0.9.1
+Version:0.10.2
 Release:0
-Url:http://code.google.com/p/pylockfile/
+Url:https://github.com/openstack/pylockfile
 Summary:Platform-independent file locking module
 License:MIT
 Group:  Development/Languages/Python
-Source: lockfile-%{version}.tar.bz2
+Source: 
https://pypi.python.org/packages/source/l/lockfile/lockfile-%{version}.tar.gz
 Patch0: %{name}-empty_ident.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-nose
+BuildRequires:  python-pbr
+BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %py_requires
@@ -56,6 +59,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+nosetests
+
 %files
 %defattr(-,root,root,-)
 %doc README RELEASE-NOTES LICENSE




commit python-html5lib for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-html5lib for openSUSE:Factory 
checked in at 2015-05-10 10:44:02

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


Package is python-html5lib

Changes:

--- /work/SRC/openSUSE:Factory/python-html5lib/python-html5lib.changes  
2014-06-04 18:39:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-html5lib.new/python-html5lib.changes 
2015-05-10 10:44:03.0 +0200
@@ -1,0 +2,27 @@
+Wed May  6 15:02:06 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9:
+  * Fix #188: fix the sanitizer to not throw an exception when
+sanitizing bogus data URLs.
+- additional changes from version 0.:
+  * Fix #153: Sanitizer fails to treat some attributes as URLs.
+Despite how this sounds, this has no known security
+implications. No known version of IE (5.5 to current), Firefox
+(3 to current), Safari (6 to current), Chrome (1 to current),
+or Opera (12 to current) will run any script provided in these
+attributes.
+  * Pass error message to the ParseError exception in strict
+parsing mode.
+  * Allow data URIs in the sanitizer, with a whitelist of
+content-types.
+  * Add support for Python implementations that don’t support lone
+surrogates (read: Jython). Fixes #2.
+  * Remove localization of error messages. This functionality was
+totally unused (and untested that everything was localizable),
+so we may as well follow numerous browsers in not supporting
+translating technical strings.
+  * Expose treewalkers.pprint as a public API.
+  * Add a documentEncoding property to HTML5Parser, fix #121.
+- update project URL
+
+---

Old:

  html5lib-0.999.tar.gz

New:

  html5lib-0.9.tar.gz



Other differences:
--
++ python-html5lib.spec ++
--- /var/tmp/diff_new_pack.kuz4gE/_old  2015-05-10 10:44:04.0 +0200
+++ /var/tmp/diff_new_pack.kuz4gE/_new  2015-05-10 10:44:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-html5lib
 #
-# 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,12 +17,12 @@
 
 
 Name:   python-html5lib
-Version:0.999
+Version:0.9
 Release:0
 Summary:HTML parser based on the WHAT-WG Web Applications 1
 License:MIT
 Group:  Development/Languages/Python
-Url:http://code.google.com/p/html5lib/
+Url:https://github.com/html5lib/html5lib-python
 Source: 
http://pypi.python.org/packages/source/h/html5lib/html5lib-%{version}.tar.gz
 BuildRequires:  python-Genshi
 BuildRequires:  python-devel

++ html5lib-0.999.tar.gz - html5lib-0.9.tar.gz ++
 1681 lines of diff (skipped)




commit gawk for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2015-05-10 10:43:44

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


Package is gawk

Changes:

--- /work/SRC/openSUSE:Factory/gawk/gawk.changes2014-05-03 
17:45:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gawk.new/gawk.changes   2015-05-10 
10:43:46.0 +0200
@@ -1,0 +2,44 @@
+Thu May  7 19:13:00 UTC 2015 - astie...@suse.com
+
+- skip frequently failing and timing dependent test strftime
+
+---
+Thu May  7 07:48:15 UTC 2015 - mplus...@suse.com
+
+- Correct info files scriplet handling section
+- Update info and update-alternatives requirements
+
+---
+Sun May  3 09:30:05 UTC 2015 - astie...@suse.com
+
+- GNU awk 4.1.2:
+  * manual improved
+  * The debugger's restart command now works again.
+  * Redirected getline is now allowed inside BEGINFILE/ENDFILE.
+  * A number of bugs have been fixed in the MPFR code.
+  * Indirect function calls now work for both built-in and extension
+functions.
+  * Built-in functions are now included in FUNCTAB.
+  * In non-English locales, it was accidentally possible to use
+non-english letters for identifiers
+  * The where command has been added to the debugger as an alias
+for backtrace.
+  * Gawk no longer explicitly checks the current directory after
+doing a path search of AWKPATH.
+  * Infrastructure upgrades: Automake 1.15, Gettext 0.19.4,
+Libtool 2.4.6, Bison 3.0.4.
+  * If a user-defined function has a parameter with the same name
+as another user-defined function, it is no longer possible to
+call the second function from inside the first.
+  * POSIX requires that the names of function parameters not be the
+same as any of the special built-in variables and also not
+conflict with the names of any functions. Gawk has checked for
+the former since 3.1.7. With --posix, it now also checks for
+the latter.
+  * The test suite should check for necessary locales and skip the
+tests where it matters if support isn't what it should be.
+  * Gawk now expects to be compiled on a system with multibyte
+character support.
+- drop gawk-4.1.1-build-baddest.patch, upstream
+
+---

Old:

  gawk-4.1.1-build-baddest.patch
  gawk-4.1.1.tar.xz
  gawk-4.1.1.tar.xz.sig

New:

  gawk-4.1.2.tar.xz
  gawk-4.1.2.tar.xz.sig



Other differences:
--
++ gawk.spec ++
--- /var/tmp/diff_new_pack.VsbBcA/_old  2015-05-10 10:43:47.0 +0200
+++ /var/tmp/diff_new_pack.VsbBcA/_new  2015-05-10 10:43:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gawk
 #
-# 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:   gawk
-Version:4.1.1
+Version:4.1.2
 Release:0
 Summary:GNU awk
 License:GPL-3.0+
@@ -26,12 +26,11 @@
 Source: http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 Source2:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig
 Source3:
http://savannah.gnu.org/people/viewgpg.php?user_id=80653#/gawk.keyring
-Patch1: gawk-4.1.1-build-baddest.patch
 BuildRequires:  update-alternatives
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: %{install_info_prereq}
-# FIXME: use proper Requires(pre/post/preun/...)
-PreReq: update-alternatives
+Requires(post): %{install_info_prereq}
+Requires(post): update-alternatives
+Requires(preun): %{install_info_prereq}
+Requires(preun): update-alternatives
 Provides:   awk
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -41,14 +40,16 @@
 
 %prep
 %setup -q
-%patch1 -p1
 chmod -x COPYING
+# skip strftime time
+sed -ie 's/ strftime / /g' test/Makefile.in
 
 %build
 %configure --libexecdir=%{_libdir}
 make %{?_smp_mflags}
 
 %check
+# strftime test skipped via prep section
 make check %{?_smp_mflags}
 
 %install
@@ -76,14 +77,12 @@
 %install_info --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
 
 %preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawk.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/gawkinet.info.gz
 if [ $1 -eq 0 ]; then
 %{_sbindir}/update-alternatives --remove awk %{_bindir}/gawk
 fi
 
-%postun
-%install_info_delete --info-dir=%{_infodir} 

commit python-isodate for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2015-05-10 10:44:08

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


Package is python-isodate

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2013-10-25 11:19:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2015-05-10 10:44:09.0 +0200
@@ -1,0 +2,17 @@
+Wed May  6 15:54:47 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.5.1:
+  * fixed pickling of Duration objects
+  * raise ISO8601Error when there is no 'T' separator in datetime
+strings
+- additional changes from version 0.5.0:
+  * ISO8601Error are subclasses of ValueError now
+  * improve compatibility across various python variants and
+versions
+  * raise exceptions when using fractional years and months in date
+maths with durations
+  * renamed method todatetime on Duraction objects to totimedelta
+- pass -q to test to avoid spamming the build log
+- rename README.txt to README.rst: changed upstream
+
+---

Old:

  isodate-0.4.9.tar.gz

New:

  isodate-0.5.1.tar.gz



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.fBjzn4/_old  2015-05-10 10:44:09.0 +0200
+++ /var/tmp/diff_new_pack.fBjzn4/_new  2015-05-10 10:44:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-isodate
-Version:0.4.9
+Version:0.5.1
 Release:0
 Url:http://cheeseshop.python.org/pypi/isodate
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
@@ -50,11 +50,11 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.txt TODO.txt
+%doc CHANGES.txt README.rst TODO.txt
 %{python_sitelib}/*
 
 %changelog

++ isodate-0.4.9.tar.gz - isodate-0.5.1.tar.gz ++
 1882 lines of diff (skipped)




commit libdrm for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2015-05-10 10:56:34

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


Package is libdrm

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2015-05-02 
21:26:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2015-05-10 
10:56:36.0 +0200
@@ -1,0 +2,10 @@
+Fri May  8 09:47:52 UTC 2015 - sndir...@suse.com
+
+- Update to version 2.4.61
+  * Release to fix regression in nouveau in 2.4.60, but brings lots
+of android changes and other fixes.
+- deprecates reverse applied patches
+  * U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch
+  * U_nouveau-make-nouveau-importing-global-buffers-comple.patch
+
+---

Old:

  U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch
  U_nouveau-make-nouveau-importing-global-buffers-comple.patch
  libdrm-2.4.60.tar.bz2

New:

  libdrm-2.4.61.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.9NUHJW/_old  2015-05-10 10:56:36.0 +0200
+++ /var/tmp/diff_new_pack.9NUHJW/_new  2015-05-10 10:56:36.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libdrm
 Url:http://dri.freedesktop.org/
-Version:2.4.60
+Version:2.4.61
 Release:0
 Provides:   libdrm23 = %{version}
 Obsoletes:  libdrm23  %{version}
@@ -37,8 +37,6 @@
 # Source URL:   http://dri.freedesktop.org/libdrm/
 Source: %{name}-%{version}.tar.bz2
 Source2:baselibs.conf
-Patch0: U_nouveau-Do-not-add-most-bo-s-to-the-global-bo-list.patch
-Patch1: U_nouveau-make-nouveau-importing-global-buffers-comple.patch
 # PATCH-FIX-UPSTREAM libdrm-implicit-defs.diff fdo#48599 -- Fix compiler 
warnings in tests/radeon/radeon_ttm.c
 Patch2: u_Fix-compilation-on-systems-that-don-t-provide-O_CLOE.patch
 
@@ -47,6 +45,7 @@
 BuildRequires:  automake = 1.10
 BuildRequires:  libtool = 2.2
 BuildRequires:  pkgconfig
+BuildRequires:  util-macros-devel
 BuildRequires:  pkgconfig(pciaccess) = 0.10
 BuildRequires:  pkgconfig(pthread-stubs)
 %ifarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm
@@ -173,8 +172,6 @@
 %prep
 %setup -q
 # reverse apply (fdo#89842)
-%patch0 -p1 -R
-%patch1 -p1 -R
 %patch2 -p1
 
 %build

++ libdrm-2.4.60.tar.bz2 - libdrm-2.4.61.tar.bz2 ++
 14436 lines of diff (skipped)




commit bind for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2015-05-10 10:56:58

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


Package is bind

Changes:

--- /work/SRC/openSUSE:Factory/bind/bind.changes2015-02-13 
08:34:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2015-05-10 
10:56:59.0 +0200
@@ -1,0 +2,40 @@
+Fri May  8 18:00:41 UTC 2015 - lmue...@suse.com
+
+- Depend on systemd macros and sysvinit on post-12.3 only.
+- Create empty lwresd.conf at build time.
+- Reduce file list pre-13.1.
+
+---
+Fri May  8 15:05:25 UTC 2015 - lmue...@suse.com
+
+- Update to version 9.10.2
+  - Handle timeout in legacy system test. [RT #38573]
+  - dns_rdata_freestruct could be called on a uninitialised structure when
+handling a error. [RT #38568]
+  - Addressed valgrind warnings. [RT #38549]
+  - UDP dispatches could use the wrong pseudorandom
+number generator context. [RT #38578]
+  - Fixed several small bugs in automatic trust anchor management, including a
+memory leak and a possible loss of key state information. [RT #38458]
+  - 'dnssec-dsfromkey -T 0' failed to add ttl field. [RT #38565]
+  - Revoking a managed trust anchor and supplying an untrusted replacement
+could cause named to crash with an assertion failure.
+(CVE-2015-1349) [RT #38344]
+  - Fix a leak of query fetchlock. [RT #38454]
+  - Fix a leak of pthread_mutexattr_t. [RT #38454]
+  - RPZ could send spurious SERVFAILs in response
+to duplicate queries. [RT #38510]
+  - CDS and CDNSKEY had the wrong attributes. [RT #38491]
+  - adb hash table was not being grown. [RT #38470]
+- Update bind.keyring
+- Update baselibs.conf due to updates to libdns160 and libisc148
+
+---
+Fri May  8 11:48:03 UTC 2015 - h...@suse.com
+
+- Enable export libraries to support plugin development.
+  Install DNSSEC root key.
+  Expose new interface for developing dynamic zone database.
+  + dns_dynamic_db.patch
+
+---

Old:

  bind-9.10.1-P1.tar.gz
  bind-9.10.1-P1.tar.gz.asc

New:

  bind-9.10.2.tar.gz
  bind-9.10.2.tar.gz.asc
  dns_dynamic_db.patch



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.VMFs8M/_old  2015-05-10 10:57:00.0 +0200
+++ /var/tmp/diff_new_pack.VMFs8M/_new  2015-05-10 10:57:00.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   bind
 %define pkg_name bind
-%define pkg_vers 9.10.1-P1
-%define rpm_vers 9.10.1P1
+%define pkg_vers 9.10.2
+%define rpm_vers 9.10.2
 %define idn_vers 1.0
 Summary:Domain Name System (DNS) Server (named)
 License:ISC
@@ -38,6 +38,7 @@
 Patch:  configure.in.diff
 Patch1: Makefile.in.diff
 Patch4: perl-path.diff
+Patch5: dns_dynamic_db.patch
 Patch51:pie_compile.diff
 Patch52:named-bootconf.diff
 Patch53:bind-sdb-ldap.patch
@@ -53,7 +54,9 @@
 BuildRequires:  openssl
 BuildRequires:  openssl-devel
 BuildRequires:  python-base
+%if 0%{?suse_version} == 0 || 0%{?suse_version}  1230
 BuildRequires:  systemd-rpm-macros
+%endif
 BuildRequires:  update-desktop-files
 Provides:   bind8
 Provides:   bind9
@@ -137,13 +140,13 @@
 This library contains a few utility functions used by the BIND
 server and utilities.
 
-%package -n libdns146
+%package -n libdns160
 Summary:DNS library used by BIND
 Group:  System/Libraries
 Version:%rpm_vers
 Release:0
 
-%description -n libdns146
+%description -n libdns160
 This subpackage contains the DNS client module. This is a higher
 level API that provides an interface to name resolution, single DNS
 transaction with a particular server, and dynamic update. Regarding
@@ -223,7 +226,7 @@
 parameters that would be beyond the capability of the resolv.conf file.  This
 subpackage contains the header files needed for building programs with it.
 
-%package -n libisc142
+%package -n libisc148
 Summary:ISC shared library used by BIND
 Group:  System/Libraries
 Version:%rpm_vers
@@ -234,7 +237,7 @@
 Obsoletes:  bind-libs = %version-%release
 Provides:   bind-libs  %version-%release
 
-%description -n libisc142
+%description -n libisc148
 This library contains miscellaneous utility function used by the BIND
 server and utilities. It includes functions for assertion handling,
 balanced binary (AVL) trees, bit masks comparison, event based
@@ -294,9 +297,9 @@
 Version:%rpm_vers
 Release:0
 Requires:   libbind9-140 = %version

commit syslogd for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package syslogd for openSUSE:Factory checked 
in at 2015-05-10 10:56:50

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


Package is syslogd

Changes:

--- /work/SRC/openSUSE:Factory/syslogd/syslogd.changes  2015-05-07 
09:21:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.syslogd.new/syslogd.changes 2015-05-10 
10:56:52.0 +0200
@@ -1,0 +2,5 @@
+Fri May  8 13:43:30 UTC 2015 - wer...@suse.de
+
+- Reintroduce /etc/sysconfig/boot for having KLOGCONSOLE_PARAMS back 
+
+---

New:

  sysconfig.boot



Other differences:
--
++ syslogd.spec ++
--- /var/tmp/diff_new_pack.YiiH0z/_old  2015-05-10 10:56:53.0 +0200
+++ /var/tmp/diff_new_pack.YiiH0z/_new  2015-05-10 10:56:53.0 +0200
@@ -55,6 +55,7 @@
 Source9:syslogd-service-prepare
 Source10:   rc.syslog
 Source11:   syslogd-rpmlintrc
+Source12:   sysconfig.boot
 Patch0: sysklogd-1.4.1.dif
 Patch1: sysklogd-1.4.1-dgram.patch
 Patch2: sysklogd-1.4.1-sparc.patch
@@ -204,6 +205,7 @@
 install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{sysdsysunitdir}/
 install -m 755 %{SOURCE9} $RPM_BUILD_ROOT/%{_sbindir}/
 install -m 755 %{SOURCE10} $RPM_BUILD_ROOT/sbin/rcsyslog
+install -m 755 %{SOURCE12} $RPM_BUILD_ROOT/var/adm/fillup-templates
 for sbin in klogd syslogd ; do
ln -sf %{_sbindir}/${sbin} $RPM_BUILD_ROOT/sbin/${sbin}
 done
@@ -270,6 +272,7 @@
 %post -n syslog-service
 %{remove_and_set -n syslog SYSLOG_DAEMON}
 %{remove_and_set -n syslog SYSLOG_REQUIRES_NETWORK}
+%{fillup_only -n boot}
 # when exists, remove the broken link pointing to the
 # common syslog.service file, we've provided before...
 rm -f /etc/systemd/system/multi-user.target.wants/syslog.service
@@ -326,6 +329,7 @@
 
 %files -n syslog-service
 %defattr(-,root,root)
+/var/adm/fillup-templates/sysconfig.boot
 %config(noreplace) /etc/logrotate.d/syslog
 %config %{sysdsysunitdir}/klog.service
 %doc %{_mandir}/man8/syslog.8.gz

++ sysconfig.boot ++
## Type:string
## Default: 
#
# Set additional parameters for klogconsole, e.g. -l 7
#
KLOGCONSOLE_PARAMS=





commit totem for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package totem for openSUSE:Factory checked 
in at 2015-05-10 10:56:45

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


Package is totem

Changes:

--- /work/SRC/openSUSE:Factory/totem/totem.changes  2015-03-30 
19:30:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.totem.new/totem.changes 2015-05-10 
10:56:46.0 +0200
@@ -1,0 +2,14 @@
+Thu May  7 14:23:45 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Loads of performance fixes, related to thumbnailing when a
+video is playing.
+  + Fix (again) doubling files added on the command-line.
+  + Don't monitor the tracker source, it adds incomplete items to
+the view.
+  + Fix Videos icon not showing in volume control.
+  + Provide a symbolic variant of the app icon.
+  + Fix frames not getting applied for new thumbnails.
+  + Don't warn when video rotation is unset.
+
+---

Old:

  totem-3.16.0.tar.xz

New:

  totem-3.16.1.tar.xz



Other differences:
--
++ totem.spec ++
--- /var/tmp/diff_new_pack.lR4sLQ/_old  2015-05-10 10:56:47.0 +0200
+++ /var/tmp/diff_new_pack.lR4sLQ/_new  2015-05-10 10:56:47.0 +0200
@@ -19,7 +19,7 @@
 %define build_zeitgeist_plugin 1
 
 Name:   totem
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Movie Player for the GNOME Desktop
 License:GPL-2.0+ and LGPL-2.1+
@@ -200,7 +200,6 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.totem.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.totem.gschema.xml
 %{_datadir}/icons/hicolor/*/apps/totem*.*
-%{_datadir}/icons/hicolor/*/devices/totem*.*
 %dir %{_datadir}/thumbnailers
 %{_datadir}/thumbnailers/totem.thumbnailer
 %{_datadir}/totem/
@@ -223,7 +222,6 @@
 %{_libdir}/totem/plugins/apple-trailers/
 %{_libdir}/totem/plugins/autoload-subtitles/
 %{_libdir}/totem/plugins/brasero-disc-recorder/
-%{_libdir}/totem/plugins/chapters/
 %{_libdir}/totem/plugins/dbus/
 %{_libdir}/totem/plugins/gromit/
 %{_libdir}/totem/plugins/im-status/

++ totem-3.16.0.tar.xz - totem-3.16.1.tar.xz ++
 36977 lines of diff (skipped)




commit xf86-video-cirrus for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-cirrus for 
openSUSE:Factory checked in at 2015-05-10 10:56:29

Comparing /work/SRC/openSUSE:Factory/xf86-video-cirrus (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-cirrus.new (New)


Package is xf86-video-cirrus

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-cirrus/xf86-video-cirrus.changes  
2015-02-10 20:16:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-cirrus.new/xf86-video-cirrus.changes 
2015-05-10 10:56:31.0 +0200
@@ -1,0 +2,10 @@
+Fri May  8 09:43:09 UTC 2015 - sndir...@suse.com
+
+- xf86-video-cirrus 1.5.3
+  * configure: Drop AM_MAINTAINER_MODE
+  * Skip building xaa files when XAA is not supported
+  * autogen.sh: Implement GNOME Build API
+  * cirrus: don't use pciTag
+- deprecates U_cirrus-don-t-use-pciTag.patch
+
+---

Old:

  U_cirrus-don-t-use-pciTag.patch
  xf86-video-cirrus-1.5.2.tar.bz2

New:

  xf86-video-cirrus-1.5.3.tar.bz2



Other differences:
--
++ xf86-video-cirrus.spec ++
--- /var/tmp/diff_new_pack.6fhJWz/_old  2015-05-10 10:56:32.0 +0200
+++ /var/tmp/diff_new_pack.6fhJWz/_new  2015-05-10 10:56:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-cirrus
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:Cirrus Logic video driver for the Xorg X server
 License:MIT
@@ -28,7 +28,6 @@
 Patch0: u_cirrus-qemu.patch
 # PATCH-FIX-UPSTREAM cirrus-1.3.2-virt-16bpp.patch fcro...@suse.com -- Use 
16bpp when running in virt (Fedora)
 Patch1: u_cirrus-virt-16bpp.patch
-Patch2: U_cirrus-don-t-use-pciTag.patch
 
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -54,7 +53,6 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %configure

++ xf86-video-cirrus-1.5.2.tar.bz2 - xf86-video-cirrus-1.5.3.tar.bz2 ++
 7729 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-cirrus-1.5.2/ChangeLog new/xf86-video-cirrus-1.5.3/ChangeLog
--- old/xf86-video-cirrus-1.5.2/ChangeLog   2013-01-08 11:07:47.0 
+0100
+++ new/xf86-video-cirrus-1.5.3/ChangeLog   2015-05-06 23:02:29.0 
+0200
@@ -1,3 +1,48 @@
+commit 3a2e2d9ef8512c265e3fc3311a69120d03a888b3
+Author: Julien Cristau jcris...@debian.org
+Date:   Wed May 6 22:46:51 2015 +0200
+
+cirrus 1.5.3
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit df389885adf71ed3b045c2fde9fd3ba4329e1a58
+Author: Dave Airlie airl...@gmail.com
+Date:   Sat Sep 20 18:51:17 2014 +1000
+
+cirrus: don't use pciTag
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit f0d278b48a659d4811f5494bf7de4a84e9c5880f
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun Nov 17 10:19:41 2013 -0800
+
+Skip building xaa files when XAA is not supported
+
+No point building  linking empty *.o files into the drivers.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Adam Jackson a...@redhat.com
+
+commit 6504929481eab616f064b5d661a057de74b8b488
+Author: Colin Walters walt...@verbum.org
+Date:   Wed Jan 4 17:37:06 2012 -0500
+
+autogen.sh: Implement GNOME Build API
+
+http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+commit 0313bab7f16633a6a1b26e195255196fa69ac209
+Author: Adam Jackson a...@redhat.com
+Date:   Wed Jan 16 13:18:23 2013 -0500
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
 commit e2bf5b255611de267bc1c56b2fccf51268d28f3d
 Author: Maarten Lankhorst maarten.lankho...@canonical.com
 Date:   Tue Jan 8 11:04:38 2013 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-cirrus-1.5.2/INSTALL new/xf86-video-cirrus-1.5.3/INSTALL
--- old/xf86-video-cirrus-1.5.2/INSTALL 2013-01-08 11:07:47.0 +0100
+++ new/xf86-video-cirrus-1.5.3/INSTALL 2015-05-06 23:02:29.0 +0200
@@ -1,11 +1,13 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 

commit hyper-v for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package hyper-v for openSUSE:Factory checked 
in at 2015-05-10 10:55:56

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


Package is hyper-v

Changes:

--- /work/SRC/openSUSE:Factory/hyper-v/hyper-v.changes  2015-04-27 
12:57:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.hyper-v.new/hyper-v.changes 2015-05-10 
10:55:57.0 +0200
@@ -1,0 +2,10 @@
+Thu Apr 30 11:25:47 UTC 2015 - oher...@suse.de
+
+- hv: hypervvssd: call endmntent before call setmntent again 
+- remove unused bytes_written from kvp_update_file()
+- address compiler warnings for hv_kvp_daemon.c
+- kvp_daemon: make IPv6-only-injection work
+- address compiler warnings for hv_fcopy_daemon.c
+- do not add redundant '/' in hv_start_fcopy()
+
+---



Other differences:
--
++ hyper-v.tools.hv.hv_fcopy_daemon.c ++
--- /var/tmp/diff_new_pack.uqKv5q/_old  2015-05-10 10:55:58.0 +0200
+++ /var/tmp/diff_new_pack.uqKv5q/_new  2015-05-10 10:55:58.0 +0200
@@ -43,15 +43,9 @@
int error = HV_E_FAIL;
char *q, *p;
 
-   /*
-* If possile append a path seperator to the path.
-*/
-   if (strlen((char *)smsg-path_name)  (W_MAX_PATH - 2))
-   strcat((char *)smsg-path_name, /);
-
p = (char *)smsg-path_name;
snprintf(target_fname, sizeof(target_fname), %s/%s,
-   (char *)smsg-path_name, smsg-file_name);
+(char *)smsg-path_name, (char *)smsg-file_name);
 
syslog(LOG_INFO, Target file name: %s, target_fname);
/*
@@ -137,7 +131,7 @@
 
 int main(int argc, char *argv[])
 {
-   int fd, fcopy_fd, len;
+   int fcopy_fd, len;
int error;
int daemonize = 1, long_index = 0, opt;
int version = FCOPY_CURRENT_VERSION;

++ hyper-v.tools.hv.hv_kvp_daemon.c ++
--- /var/tmp/diff_new_pack.uqKv5q/_old  2015-05-10 10:55:58.0 +0200
+++ /var/tmp/diff_new_pack.uqKv5q/_new  2015-05-10 10:55:58.0 +0200
@@ -148,7 +148,6 @@
 static void kvp_update_file(int pool)
 {
FILE *filep;
-   size_t bytes_written;
 
/*
 * We are going to write our in-memory registry out to
@@ -164,8 +163,7 @@
exit(EXIT_FAILURE);
}
 
-   bytes_written = fwrite(kvp_file_info[pool].records,
-   sizeof(struct kvp_record),
+   fwrite(kvp_file_info[pool].records, sizeof(struct kvp_record),
kvp_file_info[pool].num_records, filep);
 
if (ferror(filep) || fclose(filep)) {
@@ -311,7 +309,7 @@
return 0;
 }
 
-static int kvp_key_delete(int pool, const char *key, int key_size)
+static int kvp_key_delete(int pool, const __u8 *key, int key_size)
 {
int i;
int j, k;
@@ -354,8 +352,8 @@
return 1;
 }
 
-static int kvp_key_add_or_modify(int pool, const char *key, int key_size, 
const char *value,
-   int value_size)
+static int kvp_key_add_or_modify(int pool, const __u8 *key, int key_size,
+const __u8 *value, int value_size)
 {
int i;
int num_records;
@@ -408,7 +406,7 @@
return 0;
 }
 
-static int kvp_get_value(int pool, const char *key, int key_size, char *value,
+static int kvp_get_value(int pool, const __u8 *key, int key_size, __u8 *value,
int value_size)
 {
int i;
@@ -440,8 +438,8 @@
return 1;
 }
 
-static int kvp_pool_enumerate(int pool, int index, char *key, int key_size,
-   char *value, int value_size)
+static int kvp_pool_enumerate(int pool, int index, __u8 *key, int key_size,
+   __u8 *value, int value_size)
 {
struct kvp_record *record;
 
@@ -662,7 +660,7 @@
char*p, *x;
charbuf[256];
char addr_file[256];
-   int i;
+   unsigned int i;
char *mac_addr = NULL;
 
snprintf(addr_file, sizeof(addr_file), %s%s%s, /sys/class/net/,
@@ -701,7 +699,7 @@
charbuf[256];
char *kvp_net_dir = /sys/class/net/;
char dev_id[256];
-   int i;
+   unsigned int i;
 
dir = opendir(kvp_net_dir);
if (dir == NULL)
@@ -751,7 +749,7 @@
 
 
 static void kvp_process_ipconfig_file(char *cmd,
-   char *config_buf, int len,
+   char *config_buf, unsigned int len,
int element_size, int offset)
 {
char buf[256];
@@ -769,7 +767,7 @@
if (offset == 0)
memset(config_buf, 0, len);
  

commit wpa_supplicant for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2015-05-10 10:56:17

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


Package is wpa_supplicant

Changes:

--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes
2015-05-06 07:46:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new/wpa_supplicant.changes   
2015-05-10 10:56:19.0 +0200
@@ -1,0 +2,14 @@
+Thu May  7 17:18:29 CEST 2015 - r...@suse.de
+
+- added patch for bnc#930077
+  0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
+- added patch for bnc#930078
+  0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
+- added patches for bnc#930079
+  0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
+  0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
+  0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
+  0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
+  0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch
+
+---

New:

  0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
  0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
  0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
  0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
  0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
  0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
  0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.KZKhqV/_old  2015-05-10 10:56:20.0 +0200
+++ /var/tmp/diff_new_pack.KZKhqV/_new  2015-05-10 10:56:20.0 +0200
@@ -51,6 +51,21 @@
 Patch4: wpa_supplicant-alloc_size.patch
 # PATCH-FIX-UPSTREAM 
wpa_s-D-Bus-Fix-operations-when-P2P-management-interface-is-used.patch 
arch#44740 zai...@opensuse.org -- Fix Segmentation fault in wpa_supplicant. 
Patch taken from upstream master git.
 Patch5: 
wpa_s-D-Bus-Fix-operations-when-P2P-management-interface-is-used.patch 
+# PATCH-FIX-UPSTREAM 0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch 
bnc#930077
+Patch6: 0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
+# PATCH-FIX-UPSTREAM 
0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch bnc#930078
+Patch7: 0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
+# PATCH-FIX-UPSTREAM 
0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch bnc#930079
+Patch8: 0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
+# PATCH-FIX-UPSTREAM 
0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch bnc#930079
+Patch9: 0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
+# PATCH-FIX-UPSTREAM 
0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch bnc#930079
+Patch10:0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
+# PATCH-FIX-UPSTREAM 
0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch bnc#930079
+Patch11:0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
+# PATCH-FIX-UPSTREAM 
0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch bnc#930079
+Patch12:0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   logrotate
 %if ! %{defined _rundir}
@@ -91,6 +106,14 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+
 %build
 cd wpa_supplicant
 CFLAGS=$RPM_OPT_FLAGS make V=1 %{?_smp_mflags}

++ 0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch ++
From ef566a4d4f74022e1fdb0a2addfe81e6de9f4aae Mon Sep 17 00:00:00 2001
From: Jouni Malinen j...@w1.fi
Date: Wed, 29 Apr 2015 02:21:53 +0300
Subject: [PATCH] AP WMM: Fix integer underflow in WMM Action frame parser

The length of the WMM Action frame was not properly validated and the
length of the information elements (int left) could end up being
negative. This would result in reading significantly past the stack
buffer while parsing the IEs in ieee802_11_parse_elems() and while doing
so, resulting in segmentation fault.

This can result in an invalid frame being used for a denial of service
attack (hostapd process killed) against an AP with a driver that uses
hostapd for management frame processing (e.g., all mac80211-based
drivers).

Thanks to Kostya Kortchinsky of Google security team for discovering and
reporting this issue.


commit perl-Test-Script for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2015-05-10 10:56:25

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


Package is perl-Test-Script

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes
2011-11-21 12:48:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Script.new/perl-Test-Script.changes   
2015-05-10 10:56:26.0 +0200
@@ -1,0 +2,31 @@
+Fri May  8 08:41:46 UTC 2015 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.09  2015-05-07 16:44:26 -0400
+- If IPC::Run3::run3 throws an exception it will now fail the test
+  (with a helpful diagnostic) rather than crashing the test script.
+- A script that is killed with a singnal is now considered a failure
+  as well.
+- Use alternate expected exit and signal values with options as the
+  second argument to script_runs.
+- Ability to pass input via stdin to the script with script_runs.
+- Ability to capture stdout and stderr from script with script_runs.
+- Functions to test stdout and stderr:
+script_stdout_is
+script_stdout_isnt
+script_stdout_like
+script_stdout_unlike
+script_stderr_is
+script_stderr_isnt
+script_stderr_like
+script_stderr_unlike
+  
+  1.08  2015-05-06 05:09:13 -0400
+- Now works with or without blib (rt81222, rt102743)
+- Compatability with older versions of Test::Builder::Tester (rt81335)
+- Requires Perl 5.6.0
+- Migrate to Dist::Zilla
+
+---

Old:

  Test-Script-1.07.tar.gz

New:

  Test-Script-1.09.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-Script.spec ++
--- /var/tmp/diff_new_pack.hC9LhA/_old  2015-05-10 10:56:26.0 +0200
+++ /var/tmp/diff_new_pack.hC9LhA/_new  2015-05-10 10:56:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# Copyright (c) 2011 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
@@ -15,73 +15,66 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Test-Script
+Version:1.09
+Release:0
 %define cpan_name Test-Script
 Summary:Basic cross-platform tests for scripts
-Version:1.07
-Release:9
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Script/
-#Source: 
http://www.cpan.org/modules/by-module/Test/Test-Script-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(File::Spec) = 0.80
 BuildRequires:  perl(IPC::Run3) = 0.034
 BuildRequires:  perl(Probe::Perl) = 0.01
-BuildRequires:  perl(Test::More) = 0.62
-BuildRequires:  perl(Test::Builder) = 0.32
-BuildRequires:  perl(Test::Builder::Tester) = 1.02
-#
-Requires:   perl(File::Spec) = 0.80
+BuildRequires:  perl(Test::More) = 0.94
+BuildRequires:  perl(Test::Tester)
 Requires:   perl(IPC::Run3) = 0.034
 Requires:   perl(Probe::Perl) = 0.01
+Requires:   perl(Test::More) = 0.94
+%{perl_requires}
 
 %description
 The intent of this module is to provide a series of basic tests for 80% of
-the testing you will need to do for scripts in the script (or bin as is
+the testing you will need to do for scripts in the _script_ (or _bin_ as is
 also commonly used) paths of your Perl distribution.
 
-Author:

- Adam Kennedy ad...@cpan.org
+Further, it aims to provide this functionality with perfect
+platform-compatibility, and in a way that is as unobtrusive as possible.
+
+That is, if the program works on a platform, then *Test::Script* should
+always work on that platform as well. Anything less than 100% is considered
+unacceptable.
+
+In doing so, it is hoped that *Test::Script* can become a module that you
+can safely make a dependency of all your modules, without risking that your
+module won't on some platform because of the dependency.
+
+Where a clash exists 

commit xf86-video-neomagic for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-neomagic for 
openSUSE:Factory checked in at 2015-05-10 10:56:40

Comparing /work/SRC/openSUSE:Factory/xf86-video-neomagic (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-neomagic.new (New)


Package is xf86-video-neomagic

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-neomagic/xf86-video-neomagic.changes  
2015-02-10 20:16:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-video-neomagic.new/xf86-video-neomagic.changes 
2015-05-10 10:56:41.0 +0200
@@ -1,0 +2,9 @@
+Fri May  8 11:33:51 UTC 2015 - sndir...@suse.com
+
+- Update to version 1.2.9
+  * Use own thunk functions instead of vgaHW*Weak
+  * neomagic: fix build against master X server.
+  * Fix compiler warning with recent X servers
+- deprecates U_neomagic-fix-build-against-master-X-server.patch
+
+---

Old:

  U_neomagic-fix-build-against-master-X-server.patch
  xf86-video-neomagic-1.2.8.tar.bz2

New:

  xf86-video-neomagic-1.2.9.tar.bz2



Other differences:
--
++ xf86-video-neomagic.spec ++
--- /var/tmp/diff_new_pack.CVRUZ3/_old  2015-05-10 10:56:41.0 +0200
+++ /var/tmp/diff_new_pack.CVRUZ3/_new  2015-05-10 10:56:41.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   xf86-video-neomagic
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:Neomagic video driver for the Xorg X server
 License:MIT
 Group:  System/X11/Servers/XF86_4
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-Patch0: U_neomagic-fix-build-against-master-X-server.patch
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(xorg-macros) = 1.8
 BuildRequires:  pkgconfig(xorg-server) = 1.0.99.901
@@ -41,7 +40,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ xf86-video-neomagic-1.2.8.tar.bz2 - xf86-video-neomagic-1.2.9.tar.bz2 
++
 4765 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-neomagic-1.2.8/ChangeLog new/xf86-video-neomagic-1.2.9/ChangeLog
--- old/xf86-video-neomagic-1.2.8/ChangeLog 2013-08-16 20:15:19.0 
+0200
+++ new/xf86-video-neomagic-1.2.9/ChangeLog 2015-05-08 11:51:00.0 
+0200
@@ -1,3 +1,39 @@
+commit f0a61bc00011b0497edc79cf6fa11ae88a227df9
+Author: Julien Cristau jcris...@debian.org
+Date:   Fri May 8 11:48:52 2015 +0200
+
+Bump to 1.2.9
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit b9399b8880e97af8b66d981ad3edd498e76d2e16
+Author: Julien Cristau jcris...@debian.org
+Date:   Fri May 8 11:47:58 2015 +0200
+
+Fix compiler warning with recent X servers
+
+xf86GetOptValString was changed to return const char *.
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit 6661bdd4551e4e63e983685464a277845aed3012
+Author: Dave Airlie airl...@gmail.com
+Date:   Sun Sep 21 09:51:37 2014 +1000
+
+neomagic: fix build against master X server.
+
+Signed-off-by: Dave Airlie airl...@redhat.com
+
+commit 74a9a343f6e156d24539b81f1224b7410acf0e38
+Author: Adam Jackson a...@redhat.com
+Date:   Wed May 21 14:07:53 2014 -0400
+
+Use own thunk functions instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
 commit a559a07989265a84ee31530a2b002899b40389ae
 Author: Matt Turner matts...@gmail.com
 Date:   Fri Aug 16 11:12:14 2013 -0700
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-neomagic-1.2.8/INSTALL new/xf86-video-neomagic-1.2.9/INSTALL
--- old/xf86-video-neomagic-1.2.8/INSTALL   2013-08-16 20:15:19.0 
+0200
+++ new/xf86-video-neomagic-1.2.9/INSTALL   2015-05-08 11:51:00.0 
+0200
@@ -1,11 +1,13 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
-   This file is free documentation; the 

commit sharutils for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package sharutils for openSUSE:Factory 
checked in at 2015-05-10 10:56:01

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


Package is sharutils

Changes:

--- /work/SRC/openSUSE:Factory/sharutils/sharutils.changes  2015-03-03 
11:11:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.sharutils.new/sharutils.changes 2015-05-10 
10:56:02.0 +0200
@@ -1,0 +2,6 @@
+Sun May  3 09:15:05 UTC 2015 - astie...@suse.com
+
+- update to sharutils 4.15.1
+  * gnulib updates to fix rare platform build issues
+
+---

Old:

  sharutils-4.15.tar.xz
  sharutils-4.15.tar.xz.sig

New:

  sharutils-4.15.1.tar.xz
  sharutils-4.15.1.tar.xz.sig



Other differences:
--
++ sharutils.spec ++
--- /var/tmp/diff_new_pack.oQc4pq/_old  2015-05-10 10:56:03.0 +0200
+++ /var/tmp/diff_new_pack.oQc4pq/_new  2015-05-10 10:56:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sharutils
-Version:4.15
+Version:4.15.1
 Release:0
 Summary:GNU shar utilities
 License:GPL-3.0+

++ sharutils-4.15.tar.xz - sharutils-4.15.1.tar.xz ++
 9155 lines of diff (skipped)





commit gstreamer-plugins-good for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package gstreamer-plugins-good for 
openSUSE:Factory checked in at 2015-05-10 10:56:11

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


Package is gstreamer-plugins-good

Changes:

--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes
2014-12-31 11:22:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes
   2015-05-10 10:56:13.0 +0200
@@ -1,0 +2,14 @@
+Fri May  8 07:44:48 UTC 2015 - dims...@opensuse.org
+
+- Use manuel Requires for gstreamer-plugins-base and gstreamer:
+  the source_validator service has some issues finding the tarball
+  otherwise.
+
+---
+Thu May  7 13:03:19 UTC 2015 - dims...@opensuse.org
+
+- Rename gstreamer-good.appdata.xml to
+  gstreamer-plugins-good.appdata.xml to match the package name.
+- Add Summary to appdata file.
+
+---

Old:

  gstreamer-good.appdata.xml

New:

  gstreamer-plugins-good.appdata.xml



Other differences:
--
++ gstreamer-plugins-good.spec ++
--- /var/tmp/diff_new_pack.aJkM4c/_old  2015-05-10 10:56:14.0 +0200
+++ /var/tmp/diff_new_pack.aJkM4c/_new  2015-05-10 10:56:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gstreamer-plugins-good
 #
-# 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,7 +30,7 @@
 Group:  Productivity/Multimedia/Other
 Url:http://gstreamer.freedesktop.org/
 Source0:
http://gstreamer.freedesktop.org/src/gst-plugins-good/%{_name}-%{version}.tar.xz
-Source1:gstreamer-good.appdata.xml
+Source1:gstreamer-plugins-good.appdata.xml
 Source99:   baselibs.conf
 %if 0%{?ENABLE_AALIB}
 BuildRequires:  aalib-devel
@@ -79,8 +79,8 @@
 BuildRequires:  pkgconfig(wavpack) = 4.40.0
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xfixes)
-%define gstreamer_plugins_good_req %(xzgrep --text ^GST.*_REQ %{S:0} | sort 
-u | sed 's/GST_REQ=/gstreamer = /;s/GSTPB_REQ=/gstreamer-plugins-base = /' | 
tr '\\n' ' ')
-Requires:   %gstreamer_plugins_good_req
+Requires:   gstreamer = 1.4.0
+Requires:   gstreamer-plugins-base = 1.4.0
 Recommends: %{name}-lang
 Enhances:   gstreamer
 # Generic name, never used in SuSE: I wish it had been used I would have used 
it then I wouldn't have to keep copy pasting and actually type it.
@@ -134,8 +134,8 @@
 %install
 %makeinstall
 %find_lang %{_name}-%{gst_branch}
-if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-good.appdata.xml ]; then
-  echo Please remove the added gstreamer-good.appdata.xml file from the 
sources - the tarball installs it
+if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-good.appdata.xml ]; 
then
+  echo Please remove the added gstreamer-plugins-good.appdata.xml file from 
the sources - the tarball installs it
   false
 else
   mkdir -p %{buildroot}%{_datadir}/appdata
@@ -150,7 +150,7 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING NEWS README RELEASE REQUIREMENTS
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/gstreamer-good.appdata.xml
+%{_datadir}/appdata/gstreamer-plugins-good.appdata.xml
 %{_libdir}/gstreamer-%{gst_branch}/libgstalaw.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstalpha.so
 %{_libdir}/gstreamer-%{gst_branch}/libgstalphacolor.so

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.aJkM4c/_old  2015-05-10 10:56:14.0 +0200
+++ /var/tmp/diff_new_pack.aJkM4c/_new  2015-05-10 10:56:14.0 +0200
@@ -1,3 +1,2 @@
 gstreamer-plugins-good
 gstreamer-plugins-good-extra
-gstreamer-plugin-hal




commit linuxrc for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-05-10 10:56:06

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


Package is linuxrc

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-04-25 
16:47:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-05-10 
10:56:08.0 +0200
@@ -1,0 +2,9 @@
+Fri May  8 08:46:04 CEST 2015 - snw...@suse.com
+
+- really setup next network interface when probing for a working one 
(bsc#928965)
+- Documented testing with mksusecd.
+- removed an obsolete file
+- Fixed `make TAGS`.
+- 5.0.39
+
+---

Old:

  linuxrc-5.0.37.tar.xz

New:

  linuxrc-5.0.39.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.YaBpQA/_old  2015-05-10 10:56:09.0 +0200
+++ /var/tmp/diff_new_pack.YaBpQA/_new  2015-05-10 10:56:09.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.37
+Version:5.0.39
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.37.tar.xz - linuxrc-5.0.39.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.37/Makefile new/linuxrc-5.0.39/Makefile
--- old/linuxrc-5.0.37/Makefile 2015-04-24 11:35:41.0 +0200
+++ new/linuxrc-5.0.39/Makefile 2015-05-08 08:45:32.0 +0200
@@ -57,8 +57,8 @@
rm -f $(OBJ) *~ linuxrc linuxrc.map linuxrc-debug .depend version.h
rm -rf package
 
-TAGS: *.c *.h */*.c */*.h
-   etags *.c *.h */*.c */*.h
+TAGS: *.c *.h */*.c
+   etags $^
 
 ifeq ($(filter clean changelog VERSION, $(MAKECMDGOALS)),)
 .depend: version.h $(SRC) $(INC)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.37/README.md new/linuxrc-5.0.39/README.md
--- old/linuxrc-5.0.37/README.md2015-04-24 11:35:41.0 +0200
+++ new/linuxrc-5.0.39/README.md2015-05-08 08:45:32.0 +0200
@@ -22,3 +22,31 @@
 ### Logging
 To capture log into file with maximum log verbosity use these linuxrc params:
 `linuxrc.log=/tmp/linuxrc.log linuxrc.debug=4`
+
+## Testing the Installation
+
+A regular SUSE installation DVD gets built via linuxrc.rpm,
+then installation-images.rpm,
+then a [KIWI image 
build](https://build.opensuse.org/package/show/openSUSE:Factory/_product:openSUSE-dvd5-dvd-x86_64).
+
+For testing a shortcut is available: mksusecd
+([GitHub](https://github.com/openSUSE/mksusecd),
+[OBS](https://build.opensuse.org/package/show/system:install:head/mksusecd)).
+
+Use:
+
+```sh
+mksusecd --initrd ./linuxrc.rpm ...
+```
+
+or, without an RPM:
+
+```sh
+make
+mkdir /tmp/initrd
+cp linuxrc /tmp/initrd/init
+mksusecd --initrd /tmp/initrd ...
+```
+
+You may also use `mksusecd --micro` in case you only want to test Stage 1
+and not a full install.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.37/VERSION new/linuxrc-5.0.39/VERSION
--- old/linuxrc-5.0.37/VERSION  2015-04-24 11:35:41.0 +0200
+++ new/linuxrc-5.0.39/VERSION  2015-05-08 08:45:32.0 +0200
@@ -1 +1 @@
-5.0.37
+5.0.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.37/bptypes.h new/linuxrc-5.0.39/bptypes.h
--- old/linuxrc-5.0.37/bptypes.h2015-04-24 11:35:41.0 +0200
+++ new/linuxrc-5.0.39/bptypes.h1970-01-01 01:00:00.0 +0100
@@ -1,27 +0,0 @@
-/* bptypes.h */
-
-#ifndefBPTYPES_H
-#defineBPTYPES_H
-
-/*
- * 32 bit integers are different types on various architectures
- */
-
-/* I hope that this test actually works! */
-
-#ifndefint32
-/* Assume that int is 32bits -- we can't test better than this in cpp
-   If this is wrong, then define int32 externally to override this */
-# define int32 int
-#endif
-
-/* typedef unsigned int32 u_int32; */
-
-/*
- * Nice typedefs. . .
- */
-
-typedef int boolean;
-typedef unsigned char byte;
-
-#endif /* BPTYPES_H */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.37/changelog new/linuxrc-5.0.39/changelog
--- old/linuxrc-5.0.37/changelog2015-04-24 11:35:41.0 +0200
+++ new/linuxrc-5.0.39/changelog2015-05-08 08:45:32.0 +0200
@@ -1,3 +1,11 @@
+2015-05-07:5.0.39
+   - Documented testing with mksusecd.
+   - removed an obsolete file
+   - 

commit rubygem-sprockets-rails for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-sprockets-rails for 
openSUSE:Factory checked in at 2015-05-10 10:47:05

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


Package is rubygem-sprockets-rails

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-sprockets-rails/rubygem-sprockets-rails.changes
  2015-02-10 20:23:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-sprockets-rails.new/rubygem-sprockets-rails.changes
 2015-05-10 10:47:06.0 +0200
@@ -1,0 +2,6 @@
+Fri May  8 04:31:15 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.0
+  no changelog found
+
+---

Old:

  sprockets-rails-2.2.4.gem

New:

  gem2rpm.yml
  sprockets-rails-2.3.0.gem



Other differences:
--
++ rubygem-sprockets-rails.spec ++
--- /var/tmp/diff_new_pack.AdV4t2/_old  2015-05-10 10:47:06.0 +0200
+++ /var/tmp/diff_new_pack.AdV4t2/_new  2015-05-10 10:47:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sprockets-rails
 #
-# 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-sprockets-rails
-Version:2.2.4
+Version:2.3.0
 Release:0
 %define mod_name sprockets-rails
 %define mod_full_name %{mod_name}-%{version}
@@ -27,6 +34,7 @@
 BuildRequires:  ruby-macros = 5
 Url:https://github.com/rails/sprockets-rails
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Sprockets Rails integration
 License:MIT
 Group:  Development/Languages/Ruby

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ sprockets-rails-2.2.4.gem - sprockets-rails-2.3.0.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sprockets/rails/helper.rb 
new/lib/sprockets/rails/helper.rb
--- old/lib/sprockets/rails/helper.rb   2015-01-22 20:04:24.0 +0100
+++ new/lib/sprockets/rails/helper.rb   2015-05-07 20:18:21.0 +0200
@@ -38,6 +38,15 @@
 end
   end
 
+  class AssetAliasUsed  StandardError
+def initialize(actual, expected)
+  msg = Asset was linked to from an alias rather than its exact path. 
 +
+Alias resolving may not be available in production.\n +
+Use #{expected.inspect} instead of #{actual.inspect}
+  super(msg)
+end
+  end
+
   if defined? 

commit xf86-video-savage for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-savage for 
openSUSE:Factory checked in at 2015-05-10 10:47:17

Comparing /work/SRC/openSUSE:Factory/xf86-video-savage (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-savage.new (New)


Package is xf86-video-savage

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-savage/xf86-video-savage.changes  
2015-02-10 20:16:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-savage.new/xf86-video-savage.changes 
2015-05-10 10:47:19.0 +0200
@@ -1,0 +2,10 @@
+Fri May  8 11:46:42 UTC 2015 - sndir...@suse.com
+
+- Update to version 2.3.8
+  * Use own thunk function instead of vgaHW*Weak
+  * dri: Stop (uselessly) initializing the ValidateTree hooks
+  * Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.
+  * Fix compiler warnings with recent X servers
+- deprecates U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
+
+---

Old:

  U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
  xf86-video-savage-2.3.7.tar.bz2

New:

  xf86-video-savage-2.3.8.tar.bz2



Other differences:
--
++ xf86-video-savage.spec ++
--- /var/tmp/diff_new_pack.RScn86/_old  2015-05-10 10:47:19.0 +0200
+++ /var/tmp/diff_new_pack.RScn86/_new  2015-05-10 10:47:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-video-savage
-Version:2.3.7
+Version:2.3.8
 Release:0
 Summary:S3 Savage video driver for the Xorg X server
 License:MIT
@@ -26,7 +26,6 @@
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch2: u_Disable-tiling-on-SuperSavage-Novell-Bugzilla-805380.patch
 Patch3: u_Include-xf86Modes.h-to-use-functions-from-hw-xfree86.patch
-Patch4: U_dri-Stop-uselessly-initializing-the-ValidateTree-hoo.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(fontsproto)
@@ -58,7 +57,6 @@
 %setup -q
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 %configure

++ xf86-video-savage-2.3.7.tar.bz2 - xf86-video-savage-2.3.8.tar.bz2 ++
 7281 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-video-savage-2.3.7/ChangeLog new/xf86-video-savage-2.3.8/ChangeLog
--- old/xf86-video-savage-2.3.7/ChangeLog   2013-09-24 23:27:50.0 
+0200
+++ new/xf86-video-savage-2.3.8/ChangeLog   2015-05-08 12:13:56.0 
+0200
@@ -1,3 +1,50 @@
+commit f8f24e6856e2627f6620a8fd0474366d057496d2
+Author: Julien Cristau jcris...@debian.org
+Date:   Fri May 8 12:08:50 2015 +0200
+
+Bump to 2.3.8
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit 1b58f8ab061f52d8aab9758b4dfa7e48e76b847a
+Author: Julien Cristau jcris...@debian.org
+Date:   Fri May 8 12:07:42 2015 +0200
+
+Fix compiler warnings with recent X servers
+
+savage_driver.c:1228:12: warning: assignment discards 'const' qualifier 
from pointer target type
+ if ((s = xf86GetOptValString(psav-Options, OPTION_ROTATE))) {
+^
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit d28cd83c7b0b4a943efbe5ddf257c8ee2646ea73
+Author: Adam Jackson a...@redhat.com
+Date:   Tue Jul 29 09:15:26 2014 -0400
+
+dri: Stop (uselessly) initializing the ValidateTree hooks
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+commit 16a672d1ba183601d513c4cdca32b47e926a6d1e
+Author: Adam Jackson a...@redhat.com
+Date:   Wed May 21 14:11:46 2014 -0400
+
+Use own thunk function instead of vgaHW*Weak
+
+I plan to remove the Weak functions from a future server.
+
+Signed-off-by: Adam Jackson a...@redhat.com
+
+commit 2e9217bb88b76cebfcd2b65b76c8733f80da77ea
+Author: Jeremy White jwh...@codeweavers.com
+Date:   Thu Mar 21 10:59:13 2013 -0500
+
+Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c.
+
+Signed-off-by: Jeremy White jwh...@codeweavers.com
+Reviewed-by: Robert Morell rmor...@nvidia.com
+
 commit d27abbf74fee30ddb9a3ca0d597ca0ce16a1bc35
 Author: Tormod Volden debian.tor...@gmail.com
 Date:   Tue Sep 24 23:14:35 2013 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 

commit perl-Carton for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Carton for openSUSE:Factory 
checked in at 2015-05-10 10:47:29

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


Package is perl-Carton

Changes:

--- /work/SRC/openSUSE:Factory/perl-Carton/perl-Carton.changes  2015-05-02 
16:16:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Carton.new/perl-Carton.changes 
2015-05-10 10:47:31.0 +0200
@@ -1,0 +2,10 @@
+Sat May  9 07:49:30 UTC 2015 - co...@suse.com
+
+- updated to 1.0.20
+   see /usr/share/doc/packages/perl-Carton/Changes
+
+  v1.0.20  2015-05-08 16:20:37 PDT
+  - INCOMPATIBLE: Disable fatpack generation in carton bundle by 
default.
+Use the new standalone command carton fatpack, to generate 
vendor/bin/carton
+
+---

Old:

  Carton-v1.0.19.tar.gz

New:

  Carton-v1.0.20.tar.gz



Other differences:
--
++ perl-Carton.spec ++
--- /var/tmp/diff_new_pack.ktwrgw/_old  2015-05-10 10:47:32.0 +0200
+++ /var/tmp/diff_new_pack.ktwrgw/_new  2015-05-10 10:47:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Carton
-Version:1.0.19
+Version:1.0.20
 Release:0
 %define cpan_name Carton
 Summary:Perl module dependency manager (aka Bundler for Perl)

++ Carton-v1.0.19.tar.gz - Carton-v1.0.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/Changes new/Carton-v1.0.20/Changes
--- old/Carton-v1.0.19/Changes  2015-05-02 02:48:10.0 +0200
+++ new/Carton-v1.0.20/Changes  2015-05-09 01:21:33.0 +0200
@@ -1,5 +1,9 @@
 Revision history for carton
 
+v1.0.20  2015-05-08 16:20:37 PDT
+- INCOMPATIBLE: Disable fatpack generation in carton bundle by default.
+  Use the new standalone command carton fatpack, to generate 
vendor/bin/carton
+
 v1.0.19  2015-05-01 17:48:06 PDT
 - Remove Module::Build and MakeMaker from prerequisite since cpanm will
   install them as required
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/MANIFEST new/Carton-v1.0.20/MANIFEST
--- old/Carton-v1.0.19/MANIFEST 2015-05-02 02:48:10.0 +0200
+++ new/Carton-v1.0.20/MANIFEST 2015-05-09 01:21:33.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.035.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.036.
 Changes
 LICENSE
 MANIFEST
@@ -19,6 +19,7 @@
 lib/Carton/Doc/Check.pod
 lib/Carton/Doc/Exec.pod
 lib/Carton/Doc/FAQ.pod
+lib/Carton/Doc/Fatpack.pod
 lib/Carton/Doc/Install.pod
 lib/Carton/Doc/List.pod
 lib/Carton/Doc/Show.pod
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/META.json new/Carton-v1.0.20/META.json
--- old/Carton-v1.0.19/META.json2015-05-02 02:48:10.0 +0200
+++ new/Carton-v1.0.20/META.json2015-05-09 01:21:33.0 +0200
@@ -4,7 +4,7 @@
   Tatsuhiko Miyagawa
],
dynamic_config : 0,
-   generated_by : Dist::Zilla version 5.035, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001,
+   generated_by : Dist::Zilla version 5.036, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001,
license : [
   perl_5
],
@@ -74,7 +74,7 @@
  web : https://github.com/perl-carton/carton;
   }
},
-   version : v1.0.19,
+   version : v1.0.20,
x_contributors : [
   Christian Walde walde.christ...@googlemail.com,
   David Golden dagol...@cpan.org,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Carton-v1.0.19/META.yml new/Carton-v1.0.20/META.yml
--- old/Carton-v1.0.19/META.yml 2015-05-02 02:48:10.0 +0200
+++ new/Carton-v1.0.20/META.yml 2015-05-09 01:21:33.0 +0200
@@ -7,7 +7,7 @@
   ExtUtils::MakeMaker: '0'
   version: '0.77'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.035, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001'
+generated_by: 'Dist::Zilla version 5.036, Dist::Milla version v1.0.15, 
CPAN::Meta::Converter version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -43,7 +43,7 @@
   bugtracker: https://github.com/perl-carton/carton/issues
   homepage: https://github.com/perl-carton/carton
   repository: https://github.com/perl-carton/carton.git
-version: v1.0.19
+version: v1.0.20
 x_contributors:
   - 'Christian Walde walde.christ...@googlemail.com'
   - 'David Golden dagol...@cpan.org'
diff -urN 

commit ocfs2-tools for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2015-05-10 10:47:15

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


Package is ocfs2-tools

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2015-04-25 
11:25:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2015-05-10 10:47:17.0 +0200
@@ -1,0 +2,21 @@
+Fri May  8 13:12:57 UTC 2015 - g...@suse.com
+
+- libo2dlm: Close file description after use
+  + 0001-libo2dlm-Close-file-description-after-use.patch
+- debugfs.ocfs2: Fix a bug in process_open_args()
+  + 0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
+
+---
+Thu May  7 12:26:30 UTC 2015 - g...@suse.com
+
+- Update ocfs2-tools.tar.bz2 to upstream v1.8.4
+- Use new ocfs2-tools git URL https://github.com/markfasheh/ocfs2-tools.git
+- Drop patches (merged upstream):
+  - 0001-Use-cmap-for-getting-cluster-name.patch
+  - 0002-Remove-controld-dependency-in-group_join-leave.patch
+  - 0003-Auto-setup-cluster_stack-based-on-what-is-on-disk.patch
+  - 0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
+  - 0005-mkfs-Setup-cluster_stack-if-not-setup-based-on-what-.patch
+  - 0006-Auto-setup-pcmk-stack-as-default-if-no-stack-is-setu.patch
+
+---

Old:

  0001-Use-cmap-for-getting-cluster-name.patch
  0002-Remove-controld-dependency-in-group_join-leave.patch
  0003-Auto-setup-cluster_stack-based-on-what-is-on-disk.patch
  0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
  0005-mkfs-Setup-cluster_stack-if-not-setup-based-on-what-.patch
  0006-Auto-setup-pcmk-stack-as-default-if-no-stack-is-setu.patch
  ocfs2-tools-1.8.3+git.1418704844.65fac00.tar.gz

New:

  0001-libo2dlm-Close-file-description-after-use.patch
  0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
  ocfs2-tools-1.8.4.tar.gz



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.pN7CqD/_old  2015-05-10 10:47:18.0 +0200
+++ /var/tmp/diff_new_pack.pN7CqD/_new  2015-05-10 10:47:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocfs2-tools
 #
-# 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,12 +17,12 @@
 
 
 Name:   ocfs2-tools
-Version:1.8.3+git.1418704844.65fac00
+Version:1.8.4
 Release:0
 Summary:Oracle Cluster File System 2 Core Tools
 License:GPL-2.0+
 Group:  System/Filesystems
-Url:http://oss.oracle.com/projects/ocfs2-tools/
+Url:https://ocfs2.wiki.kernel.org/
 Source: ocfs2-tools-%{version}.tar.gz
 Source1:o2cb.ocf
 Source2:reflink.tar.bz2
@@ -35,12 +35,8 @@
 Patch204:   dont-use-var-lock-subsys.patch
 Patch205:   ocfs2-tools-kernel33.patch
 Patch206:   ocfs2-tools-resource.patch
-Patch222:   0001-Use-cmap-for-getting-cluster-name.patch
-Patch223:   0002-Remove-controld-dependency-in-group_join-leave.patch
-Patch224:   0003-Auto-setup-cluster_stack-based-on-what-is-on-disk.patch
-Patch225:   0004-mkfs.ocfs2-Abort-if-cluster-information-is-not-detec.patch
-Patch226:   0005-mkfs-Setup-cluster_stack-if-not-setup-based-on-what-.patch
-Patch227:   0006-Auto-setup-pcmk-stack-as-default-if-no-stack-is-setu.patch
+Patch301:   0001-libo2dlm-Close-file-description-after-use.patch
+Patch302:   0002-debugfs.ocfs2-Fix-a-bug-in-process_open_args.patch
 
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
@@ -139,12 +135,8 @@
 %patch204 -p1
 %patch205 -p1
 %patch206 -p1
-%patch222 -p1
-%patch223 -p1
-%patch224 -p1
-%patch225 -p1
-%patch226 -p1
-%patch227 -p1
+%patch301 -p1
+%patch302 -p1
 
 %build
 export PROJECT=ocfs2-tools

++ 0001-libo2dlm-Close-file-description-after-use.patch ++
From 63a8fc605fc8dc1c4e327eb17ba6a5a614928608 Mon Sep 17 00:00:00 2001
From: piaojun piao...@huawei.com
Date: Thu, 2 Apr 2015 20:46:47 +0800
Subject: [PATCH 1/2] libo2dlm: Close file description after use

In o2dlm_generate_random_value(), randfd should be closed after use.

Signed-off-by: Jun Piao piao...@huawei.com
Reviewed-by: Alex Chen alex.c...@huawei.com
Signed-off-by: Goldwyn Rodrigues rgold...@suse.com
---
 libo2dlm/o2dlm.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/libo2dlm/o2dlm.c 

commit proj for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package proj for openSUSE:Factory checked in 
at 2015-05-10 10:47:31

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


Package is proj

Changes:

--- /work/SRC/openSUSE:Factory/proj/proj.changes2015-03-11 
09:57:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.proj.new/proj.changes   2015-05-10 
10:47:32.0 +0200
@@ -1,0 +2,39 @@
+Sat May  9 08:44:45 UTC 2015 - mplus...@suse.com
+
+- Update to 4.9.1
+  o 4.9.0RC2 release was abandoned because it was not promoted in a
+timely fashion. Subsequent maintenance of tickets has continued,
+and a new 4.9.1 release was issued in its place.
+  o Implement inverse solution for Winkel Tripel from Drazan Tutic #250
+  o More CMake configuration tweaks. The CMake configuration is probably
+not at feature parity with the autotools builds at this point but it
+is converging #256
+  o Tweak initialization ordering around setlocal which may have caused
+issues #237
+  o Support out-of-tree autoconf builds more completely #247
+  o Fix NaN handling by geod_inverse and geod_polygon_addedge #251  #253
+  o Update config.sub and config.guess #257
+  o Adapt Charles Karney's CMake patches for smoother build #258
+  o Define default PROJ_LIB location for CMake compilation #261
+  o Fix Windows compilation on PJ_aitoff.c
+  o Align CMake SOVERSION with autotools #263
+  o Regenerate nad/epsg with GDAL r28536 to avoid precision loss in TOWGS84
+parameters, e.g. on Amersfoort / RD EPSG:4289 (#260)
+  o Add CMake project-config.cmake scripts (#264 from Charles Karney)
+  o Dial back test sensitivity #255  
+- Changes for 4.9.0
+  o Implement CMake as an option for building PROJ.4
+  o Implement new virtual file api (projFileAPI) so that all access to grid
+shift and init files can be hooked.
+  o Replace geodesic implementation with one from Charles Karney and add a
+supported public interface (geodesic.h).
+  o Upgraded to EPSG 8.5.
+  o Removed old (deprecated) Java bindings in favor of the new api introduced
+in 4.8.0.
+  o Implement the calcofi (Cal Coop Ocean Fish Invest Lines/Stations) 
projection
+  o Install projects.h again for applications that want access to internal
+structures and functions despite the inherent fragility.
+  o Various bug fixes and cleanup.
+  o Added the CalCOFI pseudo-projection, #135
+  
+---

Old:

  proj-4.8.0.tar.gz

New:

  proj-4.9.1.tar.gz



Other differences:
--
++ proj.spec ++
--- /var/tmp/diff_new_pack.vleDQf/_old  2015-05-10 10:47:33.0 +0200
+++ /var/tmp/diff_new_pack.vleDQf/_new  2015-05-10 10:47:33.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define libname lib%{name}0
+%define libname lib%{name}9
 Name:   proj
-Version:4.8.0
+Version:4.9.1
 Release:0
 Summary:Cartographic projection software
 License:MIT

++ proj-4.8.0.tar.gz - proj-4.9.1.tar.gz ++
 46950 lines of diff (skipped)





commit fwts for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package fwts for openSUSE:Factory checked in 
at 2015-05-10 10:47:32

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


Package is fwts

Changes:

--- /work/SRC/openSUSE:Factory/fwts/fwts.changes2015-05-06 
11:18:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.fwts.new/fwts.changes   2015-05-10 
10:47:33.0 +0200
@@ -1,0 +2,7 @@
+Sat May  9 17:08:55 UTC 2015 - jeng...@inai.de
+
+- Drop unnecessary ldconfig call: there are no libraries shipped
+  in the standard search paths.
+- Pacify rpmlint warning about devel-file-in-non-devel-package
+
+---



Other differences:
--
++ fwts.spec ++
--- /var/tmp/diff_new_pack.o4ASmT/_old  2015-05-10 10:47:34.0 +0200
+++ /var/tmp/diff_new_pack.o4ASmT/_new  2015-05-10 10:47:34.0 +0200
@@ -25,17 +25,17 @@
 Url:https://wiki.ubuntu.com/Kernel/Reference/fwts
 Source0:http://fwts.ubuntu.com/release/%{name}-v%{version}.tar.gz
 Patch0:json-c-includes.patch
-BuildRequires:  automake
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  libtool
-BuildRequires:  pkgconfig(libpci)
-BuildRequires:  pkgconfig(libpcre)
-BuildRequires:  pkgconfig(json)
+BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(json)
+BuildRequires:  pkgconfig(libpci)
+BuildRequires:  pkgconfig(libpcre)
 Requires:   acpica
 Requires:   dmidecode
 Requires:   pciutils
@@ -64,10 +64,8 @@
 find %{buildroot} -type f -name *.la -delete -print
 install -D -m 0644 data/klog.json %{buildroot}%{_datadir}/%{name}/klog.json
 install -D -m 0644 data/syntaxcheck.json 
%{buildroot}%{_datadir}/%{name}/syntaxcheck.json
-
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+# There are no headers, so drop remaining development files
+rm -f %buildroot/%_libdir/%name/*.so
 
 %files
 %defattr(-,root,root)




commit dianara for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package dianara for openSUSE:Factory checked 
in at 2015-05-10 10:47:39

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


Package is dianara

Changes:

--- /work/SRC/openSUSE:Factory/dianara/dianara.changes  2014-12-21 
12:04:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.dianara.new/dianara.changes 2015-05-10 
10:47:41.0 +0200
@@ -1,0 +2,53 @@
+Fri May  8 09:00:12 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.3.0:
+  * Enhanced timeline updates and pagination.
+Timeline updates are much faster now, require less network
+traffic, and don't mark previous posts as read every time a
+feed is updated.
+  * Nickname autocompletion in post/comment composers.
+Type '@' to get a list of names, then type the first characters.
+When creating a note, this will add that contact to the To
+list. In comments it will just be a simple link.
+  * Posts opened from the + button in the Meanwhile feed will be
+able to load comments correctly much more often.
+  * Added a button to cancel an attachment in the publisher.
+  * The Favorites timeline will be scheduled for update when
+liking or unliking things, so liking several posts in a few
+minutes will only reload it once.
+  * Option to hide duplicated posts, that is, posts which were
+already visible in the timeline and have been received again
+due to sharing.
+  * Added setting to automatically set an initial post title from
+the file name of an attachment.
+  * Option to choose the size of avatars for posts.
+  * Comment area in posts will use the space more efficiently.
+  * Option to make shared posts more obvious, with sharer's avatar.
+  * Option to highlight comments made by the author of a post, and
+your own comments, with a subtle hint.
+  * Optional character counter in the publisher.
+  * Other new options in the settings dialog. Some were rearranged.
+  * The Account dialog will be locked when Dianara is already
+authorized to use your account.
+  * Some highlighting colours are now enabled by default.
+  * Time of last timeline update will be shown on the menu bar.
+  * Attached images which fail to load (usually due to permissions)
+will show a clear message.
+  * A demo notification will be shown when setting the notification
+style.
+  * Command line option to ignore SSL errors. Use with care!
+  * Command line options now have short form alternatives like -c
+or -d.
+  * Fix handling system shutdown; properly close at environment's
+request.
+  * Fix loading of remote images when the URL has parameters, and
+when the URL does not have a schema.
+  * Fix issues with initial width of comments.
+  * Fix handling cases when the tray icon is not available.
+  * Fix Ctrl+Shift+V, to paste without format, in comments.
+  * Fix flickering effect on some timestamps.
+  * Other small fixes.
+- Add dianara-remove-timestamp.patch.
+- Remove installation of translations as they are built-in.
+
+---

Old:

  dianara-v1.2.5.tar.gz

New:

  dianara-remove-timestamp.patch
  dianara-v1.3.0.tar.gz



Other differences:
--
++ dianara.spec ++
--- /var/tmp/diff_new_pack.WKr4vK/_old  2015-05-10 10:47:42.0 +0200
+++ /var/tmp/diff_new_pack.WKr4vK/_new  2015-05-10 10:47:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dianara
 #
-# 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
@@ -18,13 +18,15 @@
 
 %define _name   Dianara
 Name:   dianara
-Version:1.2.5
+Version:1.3.0
 Release:0
 Summary:Pump.io social network desktop client
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://jancoding.wordpress.com/dianara
 Source: 
http://download.savannah.gnu.org/releases/%{name}/%{name}-v%{version}.tar.gz
+# PATCH-FIX-UPSTREAM dianara-remove-timestamp.patch sor.ale...@meowr.ru -- 
Remove build timestamp to keep build results consistency.
+Patch0: %{name}-remove-timestamp.patch
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -37,15 +39,16 @@
 BuildRequires:  pkgconfig(qoauth)
 
 %description
-Dianara is a client for Pump.io (and GNU MediaGoblin 0.8+),
+Dianara is a client for pump.io (and GNU MediaGoblin 0.8+),
 a desktop application for GNU/Linux that allows users to manage
-their 

commit python3-SQLAlchemy for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python3-SQLAlchemy for 
openSUSE:Factory checked in at 2015-05-10 10:47:37

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


Package is python3-SQLAlchemy

Changes:

--- /work/SRC/openSUSE:Factory/python3-SQLAlchemy/python3-SQLAlchemy.changes
2015-05-02 21:42:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-SQLAlchemy.new/python3-SQLAlchemy.changes   
2015-05-10 10:47:38.0 +0200
@@ -1,0 +2,6 @@
+Sat May  9 21:29:59 UTC 2015 - a...@gmx.de
+
+- update to version 1.0.4:
+  * see 
http://docs.sqlalchemy.org/en/latest/changelog/changelog_10.html#change-1.0.4
+  
+---

Old:

  SQLAlchemy-1.0.3.tar.gz

New:

  SQLAlchemy-1.0.4.tar.gz



Other differences:
--
++ python3-SQLAlchemy.spec ++
--- /var/tmp/diff_new_pack.OA6Ot2/_old  2015-05-10 10:47:39.0 +0200
+++ /var/tmp/diff_new_pack.OA6Ot2/_new  2015-05-10 10:47:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-SQLAlchemy
-Version:1.0.3
+Version:1.0.4
 Release:0
 Url:http://www.sqlalchemy.org
 Summary:Database Abstraction Library

++ SQLAlchemy-1.0.3.tar.gz - SQLAlchemy-1.0.4.tar.gz ++
 101033 lines of diff (skipped)




commit python3-pylast for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python3-pylast for openSUSE:Factory 
checked in at 2015-05-10 10:47:38

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


Package is python3-pylast

Changes:

--- /work/SRC/openSUSE:Factory/python3-pylast/python3-pylast.changes
2015-01-26 16:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pylast.new/python3-pylast.changes   
2015-05-10 10:47:40.0 +0200
@@ -1,0 +2,24 @@
+Sat May  9 22:16:42 UTC 2015 - a...@gmx.de
+
+- update to version 1.2.1 and 1.2.0:
+  * Remove unused import
+  * Remove artist.getImages and depracation note
+  * Remove commented function
+  * Retry failures up to four times, require at least one pass
+  * Sometimes Last.fm returns an error for dates[1]: No chart available
+   for this user/date-range combination
+  * Add EditorConfig
+  * Don't compare with limit if limit is None. Fixes #124.
+  * Failing test for #124
+  * 2015
+  * Add licence
+  * Don't redefine built-in
+  * Remove unused argument
+  * Badges: master - develop, hugovk - pylast
+  * Run fast lint job first
+  * Remove unused import
+  * pep8 fixes
+  * Rerun flaky interation tests
+  * Release checklist
+
+---

Old:

  pylast-1.1.0.tar.gz

New:

  pylast-1.2.1.tar.gz



Other differences:
--
++ python3-pylast.spec ++
--- /var/tmp/diff_new_pack.G3Lr1R/_old  2015-05-10 10:47:41.0 +0200
+++ /var/tmp/diff_new_pack.G3Lr1R/_new  2015-05-10 10:47:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pylast
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-pylast
-Version:1.1.0
+Version:1.2.1
 Release:0
 Summary:A python3 interface to Last.fm
 License:Apache-2.0

++ pylast-1.1.0.tar.gz - pylast-1.2.1.tar.gz ++
 9270 lines of diff (skipped)




commit mono-uia for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package mono-uia for openSUSE:Factory 
checked in at 2015-05-10 10:47:23

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


Package is mono-uia

Changes:

--- /work/SRC/openSUSE:Factory/mono-uia/mono-uia.changes2014-10-18 
09:09:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-uia.new/mono-uia.changes   2015-05-10 
10:47:25.0 +0200
@@ -1,0 +2,6 @@
+Tue May  5 15:00:00 UTC 2015 - fwdsbs.to.1...@xoxy.net
+
+- fixed build with mono 4:
+  dmcs_net40_build.patch
+
+---

New:

  dmcs_net40_build.patch



Other differences:
--
++ mono-uia.spec ++
--- /var/tmp/diff_new_pack.JqiS6J/_old  2015-05-10 10:47:26.0 +0200
+++ /var/tmp/diff_new_pack.JqiS6J/_new  2015-05-10 10:47:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-uia
 #
-# 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
@@ -31,6 +31,7 @@
 Patch3: use_net40dir_for_pcfile
 # PATCH-FIX-UPSTREAM use_specific_libX11_soname --soname the specific X11 
library to avoid conflicts
 Patch4: use_specific_libX11_soname
+Patch5: dmcs_net40_build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   mono-core = 2.4
 Requires:   mono-winfxcore
@@ -48,7 +49,7 @@
 User Interface Automation (UIA) is a new accessibility standard
 
 %package devel
-Summary:mono-uia devel package
+Summary:Devel package for mono-uia
 Group:  Development/Languages
 Requires:   mono-uia == %{version}-%{release}
 
@@ -62,6 +63,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 autoreconf -fi -I .

++ dmcs_net40_build.patch ++
diff -uprN mono-uia-2.1.old/build/common/Consts.cs.in 
mono-uia-2.1.new/build/common/Consts.cs.in
--- mono-uia-2.1.old/build/common/Consts.cs.in  2010-08-21 01:28:05.0 
+0400
+++ mono-uia-2.1.new/build/common/Consts.cs.in  2015-05-05 02:57:30.994357064 
+0300
@@ -49,8 +49,13 @@ internal
public const string MonoCompany = MONO development team;
public const string MonoProduct = MONO Common language infrastructure;
public const string MonoCopyright = (c) various MONO Authors;
-
-#if NET_3_5
+#if NET_4_0
+   // Versions of .NET Framework 4.0
+   public const string FxVersion = 4.0.0.0;
+   public const string FxFileVersion = 4.0.30319.1;
+   public const string WinFileVersion = 6.0.6001.17014;
+   public const string VsVersion = 0.0.0.0; // Useless ?
+#elif NET_3_5
// Versions of .NET Framework 3.5 RTM
public const string FxVersion = 3.5.0.0;
public const string FxFileVersion = 3.5.21022.8;
diff -uprN mono-uia-2.1.old/configure.ac mono-uia-2.1.new/configure.ac
--- mono-uia-2.1.old/configure.ac   2010-08-21 01:28:05.0 +0400
+++ mono-uia-2.1.new/configure.ac   2015-05-05 02:54:46.136882816 +0300
@@ -22,9 +22,9 @@ if test x$MONO = xno; then
 fi
 AC_SUBST(MONO)
 
-AC_PATH_PROG(GMCS, gmcs, no)
-if test x$GMCS = xno; then
-AC_MSG_ERROR([gmcs Not found])
+AC_PATH_PROG(DMCS, dmcs, no)
+if test x$DMCS = xno; then
+AC_MSG_ERROR([dmcs Not found])
 fi
 
 AC_PATH_PROG(GACUTIL, gacutil, no)
@@ -74,7 +74,7 @@ if test x$nunit_247 = xno; then
AC_MSG_WARN([Could not find nunit = 2.4.7; unit tests will not be 
available.])
enable_tests=no
 else
-   NUNIT_PATH=`pkg-config --variable=libdir mono-nunit`/mono/2.0/
+   NUNIT_PATH=`pkg-config --variable=libdir mono-nunit`/mono/4.0/
 fi
 
 AC_SUBST(NUNIT_PATH)
@@ -83,12 +83,13 @@ AM_CONDITIONAL(ENABLE_TESTS, test x$ena
 
 dnl package checks, common for all configs
 
-PKG_CHECK_MODULES([MONO], [mono = 2.0])
+PKG_CHECK_MODULES([MONO], [mono = 3.0])
 if test x$enable_winfxcore = xno; then
-   if pkg-config --atleast-version=2.5 mono; then
-   SHAMROCK_CHECK_MONO_2_0_GAC_ASSEMBLIES([
+   if pkg-config --atleast-version=3.0 mono; then
+   _SHAMROCK_CHECK_MONO_GAC_ASSEMBLIES(
+   4.0,
WindowsBase
-   ])
+   )
WINDOWSBASE_LIBS=-r:WindowsBase
AC_SUBST(WINDOWSBASE_LIBS)
has_mono_2_5=yes
diff -uprN mono-uia-2.1.old/UIAutomationBridge/Makefile.am 
mono-uia-2.1.new/UIAutomationBridge/Makefile.am
--- mono-uia-2.1.old/UIAutomationBridge/Makefile.am 2015-05-05 
02:24:50.540437764 +0300
+++ 

commit yast2-fonts for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-fonts for openSUSE:Factory 
checked in at 2015-05-10 10:47:22

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


Package is yast2-fonts

Changes:

--- /work/SRC/openSUSE:Factory/yast2-fonts/yast2-fonts.changes  2015-01-08 
23:02:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-fonts.new/yast2-fonts.changes 
2015-05-10 10:47:23.0 +0200
@@ -1,0 +2,12 @@
+Fri May  8 14:41:33 UTC 2015 - an...@suse.com
+
+- more flexible dependency in package specification (bsc#929899)
+- 3.1.14
+
+---
+Tue Apr 28 12:51:52 UTC 2015 - pgaj...@suse.com
+
+- user mode
+- 3.1.13
+
+---

Old:

  yast2-fonts-3.1.12.tar.bz2

New:

  yast2-fonts-3.1.14.tar.bz2



Other differences:
--
++ yast2-fonts.spec ++
--- /var/tmp/diff_new_pack.0XoYGx/_old  2015-05-10 10:47:23.0 +0200
+++ /var/tmp/diff_new_pack.0XoYGx/_new  2015-05-10 10:47:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-fonts
 #
-# 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,22 +17,22 @@
 
 
 Name:   yast2-fonts
-Version:3.1.12
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 Requires:   fontconfig
-Requires:   fonts-config = 20141207
+Requires:   fonts-config = 20150424
 Requires:   yast2 = 3.0.5
 Requires:   yast2-ruby-bindings = 1.2.0
 
-BuildRequires:  rubygem-yast-rake
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 = 3.0.5
 BuildRequires:  yast2-devtools = 1.2.0
 BuildRequires:  yast2-ruby-bindings = 1.2.0
+BuildRequires:  rubygem(yast-rake)
 # extensions
 BuildRequires:  font-specimen-devel
 BuildRequires:  fontconfig-devel
@@ -40,7 +40,7 @@
 BuildRequires:  ruby-devel
 # for testing
 BuildRequires:  dejavu-fonts
-BuildRequires:  fonts-config
+BuildRequires:  fonts-config = 20150424
 BuildRequires:  rubygem(rspec)
 
 Summary:YaST2 - Fonts Configuration
@@ -57,12 +57,12 @@
 %setup -n %{name}-%{version}
 
 %build
-# build FreeType2 ruby binding
+# build ruby bindings
 rake compile
 
 %install
 rake install DESTDIR=%{buildroot}
-# install FreeType2 ruby binding
+# install ruby bindings
 mkdir -p  %{buildroot}%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/yast
 for ext in `ls src/ext`; do
   install -m 755 src/ext/$ext/$ext.so 
%{buildroot}%{_libdir}/ruby/vendor_ruby/%{rb_ver}/%{rb_arch}/yast

++ yast2-fonts-3.1.12.tar.bz2 - yast2-fonts-3.1.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fonts-3.1.12/CONTRIBUTING.md 
new/yast2-fonts-3.1.14/CONTRIBUTING.md
--- old/yast2-fonts-3.1.12/CONTRIBUTING.md  2014-11-26 12:57:42.0 
+0100
+++ new/yast2-fonts-3.1.14/CONTRIBUTING.md  2015-05-08 16:38:27.0 
+0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-fonts-3.1.12/package/yast2-fonts.changes 

commit perl-App-cpanminus for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-App-cpanminus for 
openSUSE:Factory checked in at 2015-05-10 10:47:12

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


Package is perl-App-cpanminus

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-cpanminus/perl-App-cpanminus.changes
2015-05-02 16:16:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-cpanminus.new/perl-App-cpanminus.changes   
2015-05-10 10:47:14.0 +0200
@@ -1,0 +2,11 @@
+Fri May  8 08:09:51 UTC 2015 - co...@suse.com
+
+- updated to 1.7034
+   see /usr/share/doc/packages/perl-App-cpanminus/Changes
+
+  1.7034  2015-05-07 14:20:57 PDT
+ [Improvements]
+- Improved an error message when dependency requirement in cpanfile 
get conflict with prereqs
+  in sub dependencies.
+
+---

Old:

  App-cpanminus-1.7033.tar.gz

New:

  App-cpanminus-1.7034.tar.gz



Other differences:
--
++ perl-App-cpanminus.spec ++
--- /var/tmp/diff_new_pack.BevEn9/_old  2015-05-10 10:47:14.0 +0200
+++ /var/tmp/diff_new_pack.BevEn9/_new  2015-05-10 10:47:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-cpanminus
-Version:1.7033
+Version:1.7034
 Release:0
 %define cpan_name App-cpanminus
 Summary:Get, Unpack, Build and Install Modules From Cpan

++ App-cpanminus-1.7033.tar.gz - App-cpanminus-1.7034.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-cpanminus-1.7033/Changes 
new/App-cpanminus-1.7034/Changes
--- old/App-cpanminus-1.7033/Changes2015-05-02 02:17:48.0 +0200
+++ new/App-cpanminus-1.7034/Changes2015-05-07 23:21:01.0 +0200
@@ -1,5 +1,10 @@
 See http://github.com/miyagawa/cpanminus/ for the latest development.
 
+1.7034  2015-05-07 14:20:57 PDT
+   [Improvements]
+  - Improved an error message when dependency requirement in cpanfile get 
conflict with prereqs
+in sub dependencies.
+
 1.7033  2015-05-01 17:17:42 PDT
[Improvements]
   - Remove MakeMaker and Module::Build from cpanm's runtime dependencies. 
Rather it will upgrade
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-cpanminus-1.7033/META.json 
new/App-cpanminus-1.7034/META.json
--- old/App-cpanminus-1.7033/META.json  2015-05-02 02:17:48.0 +0200
+++ new/App-cpanminus-1.7034/META.json  2015-05-07 23:21:01.0 +0200
@@ -101,7 +101,7 @@
  web : https://github.com/miyagawa/cpanminus;
   }
},
-   version : 1.7033,
+   version : 1.7034,
x_contributors : [
   Alessandro Ghedini al3x...@gmail.com,
   Andrew Rodland and...@cleverdomain.org,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-cpanminus-1.7033/META.yml 
new/App-cpanminus-1.7034/META.yml
--- old/App-cpanminus-1.7033/META.yml   2015-05-02 02:17:48.0 +0200
+++ new/App-cpanminus-1.7034/META.yml   2015-05-07 23:21:01.0 +0200
@@ -29,7 +29,7 @@
   bugtracker: https://github.com/miyagawa/cpanminus/issues
   homepage: https://github.com/miyagawa/cpanminus
   repository: https://github.com/miyagawa/cpanminus.git
-version: '1.7033'
+version: '1.7034'
 x_contributors:
   - 'Alessandro Ghedini al3x...@gmail.com'
   - 'Andrew Rodland and...@cleverdomain.org'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-cpanminus-1.7033/Makefile.PL 
new/App-cpanminus-1.7034/Makefile.PL
--- old/App-cpanminus-1.7033/Makefile.PL2015-05-02 02:17:48.0 
+0200
+++ new/App-cpanminus-1.7034/Makefile.PL2015-05-07 23:21:01.0 
+0200
@@ -23,7 +23,7 @@
   TEST_REQUIRES = {
 Test::More = 0
   },
-  VERSION = 1.7033,
+  VERSION = 1.7034,
   test = {
 TESTS = t/*.t
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-cpanminus-1.7033/bin/cpanm 
new/App-cpanminus-1.7034/bin/cpanm
--- old/App-cpanminus-1.7033/bin/cpanm  2015-05-02 02:17:48.0 +0200
+++ new/App-cpanminus-1.7034/bin/cpanm  2015-05-07 23:21:01.0 +0200
@@ -21,11 +21,11 @@
 my %fatpacked;
 
 $fatpacked{App/cpanminus.pm} = '#line '.(1+__LINE__).' 
'.__FILE__.\\n.'APP_CPANMINUS';
-  package App::cpanminus;our$VERSION=1.7033;1;
+  package App::cpanminus;our$VERSION=1.7034;1;
 APP_CPANMINUS
 
 $fatpacked{App/cpanminus/Dependency.pm} = '#line '.(1+__LINE__).' 
'.__FILE__.\\n.'APP_CPANMINUS_DEPENDENCY';
-  package App::cpanminus::Dependency;use strict;use 
CPAN::Meta::Requirements;sub from_prereqs 

commit afl for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2015-05-10 10:47:20

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


Package is afl

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2015-05-06 07:49:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2015-05-10 
10:47:22.0 +0200
@@ -1,0 +2,9 @@
+Fri May  8 13:05:09 UTC 2015 - astie...@suse.com
+
+- afl 1.77b:
+  * additional fuzzing functionality
+  * reduce number of duplicates
+  * documentation updates  
+  * qemu_mode with qemu 2.3.0
+
+---

Old:

  afl-1.73b.tgz

New:

  afl-1.77b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.tEIazT/_old  2015-05-10 10:47:22.0 +0200
+++ /var/tmp/diff_new_pack.tEIazT/_new  2015-05-10 10:47:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:1.73b
+Version:1.77b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-1.73b.tgz - afl-1.77b.tgz ++
 5670 lines of diff (skipped)




commit rubygem-spring for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-spring for openSUSE:Factory 
checked in at 2015-05-10 10:47:26

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


Package is rubygem-spring

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-spring/rubygem-spring.changes
2015-05-02 17:45:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-spring.new/rubygem-spring.changes   
2015-05-10 10:47:27.0 +0200
@@ -1,0 +2,6 @@
+Sat May  9 04:29:57 UTC 2015 - co...@suse.com
+
+- updated to version 1.3.6
+  no changelog found
+
+---

Old:

  spring-1.3.5.gem

New:

  spring-1.3.6.gem



Other differences:
--
++ rubygem-spring.spec ++
--- /var/tmp/diff_new_pack.NttcUz/_old  2015-05-10 10:47:27.0 +0200
+++ /var/tmp/diff_new_pack.NttcUz/_new  2015-05-10 10:47:27.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-spring
-Version:1.3.5
+Version:1.3.6
 Release:0
 %define mod_name spring
 %define mod_full_name %{mod_name}-%{version}

++ spring-1.3.5.gem - spring-1.3.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-04-29 21:51:47.0 +0200
+++ new/README.md   2015-05-08 17:35:36.0 +0200
@@ -17,7 +17,7 @@
 ## Compatibility
 
 * Ruby versions: MRI 1.9.3, MRI 2.0, MRI 2.1
-* Rails versions: 3.2, 4.0 (in Rails 4.1 and up Spring is included by default)
+* Rails versions: 4.0+ (in Rails 4.1 and up Spring is included by default)
 
 Spring makes extensive use of `Process.fork`, so won't be able to
 provide a speed up on platforms which don't support forking (Windows, JRuby).
@@ -67,7 +67,7 @@
 ### Usage
 
 For this walkthrough I've generated a new Rails application, and run
-`rails generate scaffold posts name:string`.
+`rails generate scaffold post name:string`.
 
 Let's run a test:
 
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/client/run.rb new/lib/spring/client/run.rb
--- old/lib/spring/client/run.rb2015-04-29 21:51:47.0 +0200
+++ new/lib/spring/client/run.rb2015-05-08 17:35:36.0 +0200
@@ -68,8 +68,7 @@
 pid = Process.spawn(
   gem_env,
   ruby,
-  -r, spring/server,
-  -e, Spring::Server.boot
+  -e, gem 'spring', '#{Spring::VERSION}'; require 'spring/server'; 
Spring::Server.boot
 )
 
 until env.socket_path.exist?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/spring/version.rb new/lib/spring/version.rb
--- old/lib/spring/version.rb   2015-04-29 21:51:47.0 +0200
+++ new/lib/spring/version.rb   2015-05-08 17:35:36.0 +0200
@@ -1,3 +1,3 @@
 module Spring
-  VERSION = 1.3.5
+  VERSION = 1.3.6
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-04-29 21:51:47.0 +0200
+++ new/metadata2015-05-08 17:35:36.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: spring
 version: !ruby/object:Gem::Version
-  version: 1.3.5
+  version: 1.3.6
 platform: ruby
 authors:
 - Jon Leighton
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-04-29 00:00:00.0 Z
+date: 2015-05-08 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -109,3 +109,4 @@
 specification_version: 4
 summary: Rails application preloader
 test_files: []
+has_rdoc: 




commit pdf2djvu for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package pdf2djvu for openSUSE:Factory 
checked in at 2015-05-10 10:47:34

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


Package is pdf2djvu

Changes:

--- /work/SRC/openSUSE:Factory/pdf2djvu/pdf2djvu.changes2015-03-18 
13:04:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdf2djvu.new/pdf2djvu.changes   2015-05-10 
10:47:35.0 +0200
@@ -1,0 +2,15 @@
+Fri May  8 18:18:26 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 0.7.20.
+  * Don't use djvused for setting document outline.
+  * Test suite: automatically skip tests that require features that
+were not enabled at build time.
+  * Improve reporting of versions of the libraries in --version and
+XMP metadata.
+  * Update the homepage URL and the bug tracker URLs, in
+documentation and code.
+  * Update Portuguese, Russian, German and Ukrainian translations.
+- Add for tests BuildRequires: python-imaging.
+- Correct the URL tag.
+
+---

Old:

  pdf2djvu-0.7.19.tar.xz
  pdf2djvu-0.7.19.tar.xz.asc

New:

  pdf2djvu-0.7.20.tar.xz
  pdf2djvu-0.7.20.tar.xz.asc



Other differences:
--
++ pdf2djvu.spec ++
--- /var/tmp/diff_new_pack.p61lvM/_old  2015-05-10 10:47:35.0 +0200
+++ /var/tmp/diff_new_pack.p61lvM/_new  2015-05-10 10:47:35.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   pdf2djvu
-Version:0.7.19
+Version:0.7.20
 Release:0
 Summary:PDF to DjVu Converter
 License:GPL-2.0
 Group:  Productivity/Publishing/PDF
-Url:http://pdf2djvu.googlecode.com/
+Url:http://jwilk.net/software/pdf2djvu
 Source0:
https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz
 Source1:
https://bitbucket.org/jwilk/pdf2djvu/downloads/%{name}-%{version}.tar.xz.asc
 Source2:%{name}.keyring
@@ -34,6 +34,7 @@
 BuildRequires:  pkgconfig(poppler)
 # Requires to run tests correctly.
 BuildRequires:  liberation-fonts
+BuildRequires:  python-imaging
 BuildRequires:  python-nose
 Requires:   djvulibre
 Recommends: %{name}-lang

++ pdf2djvu-0.7.19.tar.xz - pdf2djvu-0.7.20.tar.xz ++
 5368 lines of diff (skipped)




commit mksusecd for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package mksusecd for openSUSE:Factory 
checked in at 2015-05-10 10:47:14

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


Package is mksusecd

Changes:

--- /work/SRC/openSUSE:Factory/mksusecd/mksusecd.changes2015-04-27 
13:05:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.mksusecd.new/mksusecd.changes   2015-05-10 
10:47:15.0 +0200
@@ -1,0 +2,6 @@
+Fri May  8 11:05:32 CEST 2015 - snw...@suse.com
+
+- fix key generation issues with different gpg2 versions
+- 1.20
+
+---

Old:

  mksusecd-1.19.tar.xz

New:

  mksusecd-1.20.tar.xz



Other differences:
--
++ mksusecd.spec ++
--- /var/tmp/diff_new_pack.2oO1S3/_old  2015-05-10 10:47:15.0 +0200
+++ /var/tmp/diff_new_pack.2oO1S3/_new  2015-05-10 10:47:15.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   mksusecd
-Version:1.19
+Version:1.20
 Release:0
 Summary:Create SUSE Linux installation ISOs
 License:GPL-3.0+

++ mksusecd-1.19.tar.xz - mksusecd-1.20.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.19/VERSION new/mksusecd-1.20/VERSION
--- old/mksusecd-1.19/VERSION   2015-04-23 16:10:54.0 +0200
+++ new/mksusecd-1.20/VERSION   2015-05-08 11:04:34.0 +0200
@@ -1 +1 @@
-1.19
+1.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.19/changelog new/mksusecd-1.20/changelog
--- old/mksusecd-1.19/changelog 2015-04-23 16:10:54.0 +0200
+++ new/mksusecd-1.20/changelog 2015-05-08 11:04:34.0 +0200
@@ -1,3 +1,6 @@
+2015-05-08:1.20
+   - fix key generation issues with different gpg2 versions
+
 2015-04-23:1.19
- fix Makefile
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mksusecd-1.19/mksusecd new/mksusecd-1.20/mksusecd
--- old/mksusecd-1.19/mksusecd  2015-04-23 16:10:54.0 +0200
+++ new/mksusecd-1.20/mksusecd  2015-05-08 11:04:34.0 +0200
@@ -315,7 +315,7 @@
 }
 elsif(-f _) {
   my $t = `file -b -k -L $_ 2/dev/null`;
-  if($t =~ / ISO 9660 CD-ROM /) {
+  if($t =~ /ISO 9660 CD-ROM/) {
 check_root Sorry, can't access ISO images; you need root privileges.;
 $iso_cnt++;
 my $d = $tmp-mnt(sprintf(mnt_%04d, $iso_cnt));
@@ -1913,7 +1913,8 @@
 %no-ask-passphrase
 %no-protection
 %transient-key
-Key-Type: default
+Key-Type: RSA
+Key-Length: 2048
 Name-Real: mksusecd Signing Key
 Name-Comment: transient key
 %pubring mksusecd.pub
@@ -1922,6 +1923,7 @@
 = = = = = = = =
 
   my $key;
+  my $is_gpg21;
 
   if($opt_sign_key) {
 $key = $opt_sign_key;
@@ -1929,11 +1931,15 @@
 die $key: no such key file\n unless -f $key;
   }
   else {
-if(open my $p, | cd $gpg_dir ; gpg --no-tty --batch --armor 
--debug-quick-random --gen-key - 2/dev/null) {
+if(open my $p, | cd $gpg_dir ; gpg --homedir=$gpg_dir --batch --armor 
--debug-quick-random --gen-key - 2/dev/null) {
   print $p $c;
   close $p;
 }
 $key = $gpg_dir/mksusecd.sec;
+if(!-f $key) {
+  $key = $gpg_dir/mksusecd.pub;
+  $is_gpg21 = 1;
+}
   }
 
   my $keyid;
@@ -1951,7 +1957,7 @@
 close $p;
   }
 
-  if($priv  $date) {
+  if(($priv || ($is_gpg21  $pub))  $date) {
 $sign_key_dir = $gpg_dir;
 
 system gpg --homedir=$gpg_dir --import $key /dev/null 21;




commit perl-Class-Accessor-Lite for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Class-Accessor-Lite for 
openSUSE:Factory checked in at 2015-05-10 10:47:11

Comparing /work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new (New)


Package is perl-Class-Accessor-Lite

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2015-05-02 21:34:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
   2015-05-10 10:47:12.0 +0200
@@ -1,0 +2,10 @@
+Fri May  8 08:11:25 UTC 2015 - co...@suse.com
+
+- updated to 0.08
+   see /usr/share/doc/packages/perl-Class-Accessor-Lite/Changes
+
+  0.08
+   - unbundle MYMETA.* (thanks to dolmen)
+   - build the archive using GNU tar
+
+---

Old:

  Class-Accessor-Lite-0.07.tar.gz

New:

  Class-Accessor-Lite-0.08.tar.gz



Other differences:
--
++ perl-Class-Accessor-Lite.spec ++
--- /var/tmp/diff_new_pack.JwdfJC/_old  2015-05-10 10:47:12.0 +0200
+++ /var/tmp/diff_new_pack.JwdfJC/_new  2015-05-10 10:47:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Class-Accessor-Lite
-Version:0.07
+Version:0.08
 Release:0
 %define cpan_name Class-Accessor-Lite
 Summary:Minimalistic Variant of Class::Accessor

++ Class-Accessor-Lite-0.07.tar.gz - Class-Accessor-Lite-0.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/.gitignore 
new/Class-Accessor-Lite-0.08/.gitignore
--- old/Class-Accessor-Lite-0.07/.gitignore 2015-04-28 02:46:01.0 
+0200
+++ new/Class-Accessor-Lite-0.08/.gitignore 1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-inc*
-blib*
-META.*
-MYMETA.*
-Makefile
-pm_to_blib
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/Changes 
new/Class-Accessor-Lite-0.08/Changes
--- old/Class-Accessor-Lite-0.07/Changes2015-04-28 02:47:24.0 
+0200
+++ new/Class-Accessor-Lite-0.08/Changes2015-05-05 23:12:29.0 
+0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::Accessor::Lite.
 
+0.08
+   - unbundle MYMETA.* (thanks to dolmen)
+   - build the archive using GNU tar
+
 0.07
- lazy Carp loading (thanks to qsimpleq)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/MANIFEST 
new/Class-Accessor-Lite-0.08/MANIFEST
--- old/Class-Accessor-Lite-0.07/MANIFEST   2015-04-28 02:46:49.0 
+0200
+++ new/Class-Accessor-Lite-0.08/MANIFEST   2015-05-05 23:12:47.0 
+0200
@@ -1,4 +1,3 @@
-.gitignore
 Changes
 inc/Module/AutoInstall.pm
 inc/Module/Install.pm
@@ -16,8 +15,6 @@
 Makefile.PL
 MANIFEST   This list of files
 META.yml
-MYMETA.json
-MYMETA.yml
 README
 t/00-base.t
 t/01-new.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/META.yml 
new/Class-Accessor-Lite-0.08/META.yml
--- old/Class-Accessor-Lite-0.07/META.yml   2015-04-28 02:47:46.0 
+0200
+++ new/Class-Accessor-Lite-0.08/META.yml   2015-05-05 23:12:44.0 
+0200
@@ -8,7 +8,7 @@
   ExtUtils::MakeMaker: 6.36
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.08'
+generated_by: 'Module::Install version 1.14'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -21,4 +21,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/kazuho/p5-Class-Accessor-Lite
-version: '0.07'
+version: '0.08'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Class-Accessor-Lite-0.07/MYMETA.json 
new/Class-Accessor-Lite-0.08/MYMETA.json
--- old/Class-Accessor-Lite-0.07/MYMETA.json2015-04-28 02:47:46.0 
+0200
+++ new/Class-Accessor-Lite-0.08/MYMETA.json1970-01-01 01:00:00.0 
+0100
@@ -1,47 +0,0 @@
-{
-   abstract : a minimalistic variant of Class::Accessor,
-   author : [
-  Copyright (C) 2008 - 2010 Kazuho Oku
-   ],
-   dynamic_config : 0,
-   generated_by : Module::Install version 1.08, CPAN::Meta::Converter 
version 2.143240,
-   license : [
-  perl_5
-   ],
-   meta-spec : {
-  url : http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  version : 2
-   },
-   name : Class-Accessor-Lite,
-   no_index : {
-  directory : [
- inc,
- t
-  ]
-   },
-   prereqs : {
-  build : {

commit perl-Test-CPAN-Meta for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CPAN-Meta for 
openSUSE:Factory checked in at 2015-05-10 10:47:07

Comparing /work/SRC/openSUSE:Factory/perl-Test-CPAN-Meta (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new (New)


Package is perl-Test-CPAN-Meta

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-CPAN-Meta/perl-Test-CPAN-Meta.changes  
2015-04-15 16:22:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CPAN-Meta.new/perl-Test-CPAN-Meta.changes 
2015-05-10 10:47:08.0 +0200
@@ -1,0 +2,11 @@
+Fri May  8 08:40:33 UTC 2015 - co...@suse.com
+
+- updated to 0.25
+   see /usr/share/doc/packages/perl-Test-CPAN-Meta/Changes
+
+  0.252015-05-06
+  - POD fixes (by Olivier Mengu� (DOLMEN)).
+  - removed Test::CPAN::Meta from the recommends list, as CPAN.pm tries
+to install it first. (RT#104023 Steve Hay (SHAY)).
+
+---

Old:

  Test-CPAN-Meta-0.24.tar.gz

New:

  Test-CPAN-Meta-0.25.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-CPAN-Meta.spec ++
--- /var/tmp/diff_new_pack.208Dum/_old  2015-05-10 10:47:08.0 +0200
+++ /var/tmp/diff_new_pack.208Dum/_new  2015-05-10 10:47:08.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Test-CPAN-Meta
-Version:0.24
+Version:0.25
 Release:0
 %define cpan_name Test-CPAN-Meta
-Summary:Validate your CPAN META.yml files.
+Summary:Validate your CPAN META.yml files
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-CPAN-Meta/
-Source: 
http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BA/BARBIE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ Test-CPAN-Meta-0.24.tar.gz - Test-CPAN-Meta-0.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/Changes 
new/Test-CPAN-Meta-0.25/Changes
--- old/Test-CPAN-Meta-0.24/Changes 2015-01-11 10:45:40.0 +0100
+++ new/Test-CPAN-Meta-0.25/Changes 2015-05-06 09:15:31.0 +0200
@@ -1,6 +1,11 @@
 Revision history for Test-CPAN-Meta
 ===
 
+0.252015-05-06
+- POD fixes (by Olivier Mengu� (DOLMEN)).
+- removed Test::CPAN::Meta from the recommends list, as CPAN.pm tries
+  to install it first. (RT#104023 Steve Hay (SHAY)).
+
 0.242015-01-13
 - extended META test suite.
 - added META.json and tests.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/META.json 
new/Test-CPAN-Meta-0.25/META.json
--- old/Test-CPAN-Meta-0.24/META.json   2015-01-11 10:46:42.0 +0100
+++ new/Test-CPAN-Meta-0.25/META.json   2015-05-06 09:15:31.0 +0200
@@ -1,6 +1,6 @@
 {
 name: Test-CPAN-Meta,
-version: 0.24,
+version: 0.25,
 abstract: Validate your CPAN META.json files,
 author: [Barbie bar...@cpan.org],
 
@@ -36,7 +36,6 @@
 Test::Builder: 0
 },
 recommends: {
-Test::CPAN::Meta: 0.13,
 Test::CPAN::Meta::JSON: 0,
 Test::More: 0.70,
 Test::Pod: 1.00,
@@ -48,11 +47,11 @@
 provides: {
 Test::CPAN::Meta: {
 file: lib/Test/CPAN/Meta.pm,
-version: 0.24
+version: 0.25
 },
 Test::CPAN::Meta::Version: {
 file: lib/Test/CPAN/Meta/Version.pm,
-version: 0.24
+version: 0.25
 }
 },
 no_index: {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-CPAN-Meta-0.24/META.yml 
new/Test-CPAN-Meta-0.25/META.yml
--- old/Test-CPAN-Meta-0.24/META.yml2015-01-11 10:46:42.0 +0100
+++ new/Test-CPAN-Meta-0.25/META.yml2015-05-06 09:15:31.0 +0200
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: Test-CPAN-Meta
-version:  0.24
+version:  0.25
 abstract: Validate your CPAN META.yml files
 author:
   - Barbie bar...@cpan.org
@@ -24,10 +24,10 @@
 provides:
   Test::CPAN::Meta:
 file: lib/Test/CPAN/Meta.pm
-version:  0.24
+version:  0.25
   Test::CPAN::Meta::Version:
 file: lib/Test/CPAN/Meta/Version.pm
-version:  0.24
+version:  0.25
 no_index:
   directory:
 - t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python3-raven for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python3-raven for openSUSE:Factory 
checked in at 2015-05-10 10:47:35

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


Package is python3-raven

Changes:

--- /work/SRC/openSUSE:Factory/python3-raven/python3-raven.changes  
2015-04-13 20:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-raven.new/python3-raven.changes 
2015-05-10 10:47:36.0 +0200
@@ -1,0 +2,19 @@
+Sat May  2 17:47:11 UTC 2015 - a...@gmx.de
+
+- update to version 5.3.1:
+  * Restored support for patching Django's BaseCommand.execute.
+
+- changes from Version 5.3.0:
+  * The UDP transport has been removed.
+  * The integrated Sentry+Django client has been removed. This is now
+part of Sentry core.
+  * Server configuration *must* now be specified with a DSN.
+  * Upstream errors now have increased verbosity in logs.
+  * Unsent events now log to 'sentry.errors.uncaught'.
+  * Django management commands should now effectively autopatch (when
+run from the CLI).
+  * Flask wrapper now includes user_context, tags_context, and
+extra_context helpers.
+  * Python version is now reported with modules.
+
+---

Old:

  raven-5.2.0.tar.gz

New:

  raven-5.3.1.tar.gz



Other differences:
--
++ python3-raven.spec ++
--- /var/tmp/diff_new_pack.6haDtz/_old  2015-05-10 10:47:36.0 +0200
+++ /var/tmp/diff_new_pack.6haDtz/_new  2015-05-10 10:47:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-raven
 #
-# 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,7 +17,7 @@
 
 
 Name:   python3-raven
-Version:5.2.0
+Version:5.3.1
 Release:0
 Url:https://pypi.python.org/pypi/raven
 Summary:A client for Sentry
@@ -25,9 +25,9 @@
 Group:  Development/Languages/Python
 Source: 
https://pypi.python.org/packages/source/r/raven/raven-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3-aiohttp
 BuildRequires:  python3-devel
 BuildRequires: python3-setuptools
-BuildRequires: python3-aiohttp
 Requires:  python3-aiohttp
 Requires:  python3-certifi
 BuildArch: noarch

++ raven-5.2.0.tar.gz - raven-5.3.1.tar.gz ++
 5099 lines of diff (skipped)




commit mono-core for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package mono-core for openSUSE:Factory 
checked in at 2015-05-10 10:53:46

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


Package is mono-core

Changes:

--- /work/SRC/openSUSE:Factory/mono-core/mono-core.changes  2015-03-30 
19:31:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.changes 2015-05-10 
10:53:50.0 +0200
@@ -1,0 +2,19 @@
+Sat May  2 05:40:26 UTC 2015 - mailaen...@opensuse.org
+
+- Update to version 4.0.1
+  * Adoption of Microsoft’s open source code
+  * C# 6.0
+  * Floating point optimizations
+  * Dropped support for the 2.0, 3.5 and 4.0 assemblies
+  * Updated IKVM
+  * Lighter Debugger overhead
+  * Basic PowerPC64 LE support
+- Drop patches included by upstream:
+  * X509Certificate-workaround.patch
+  * gc-64bit-portability-warning.patch
+  * 0001-ppc64le-fixes.patch
+- Drop mono-data-postgresql now maintained at www.npgsql.org
+- Add amd64-tramp-size.patch
+- Add gmcs redirect to still build legacy packages
+
+---

Old:

  0001-ppc64le-fixes.patch
  X509Certificate-workaround.patch
  gc-64bit-portability-warning.patch
  mono-3.12.1.tar.bz2

New:

  amd64-tramp-size.patch
  gmcs
  mono-4.0.1.tar.bz2



Other differences:
--
++ mono-core.spec ++
 691 lines (skipped)
 between /work/SRC/openSUSE:Factory/mono-core/mono-core.spec
 and /work/SRC/openSUSE:Factory/.mono-core.new/mono-core.spec

++ amd64-tramp-size.patch ++
From acdcee6a43f762edcd3cd295cd4225d8c2b949d1 Mon Sep 17 00:00:00 2001
From: Zoltan Varga var...@gmail.com
Date: Tue, 31 Mar 2015 18:36:11 -0400
Subject: [PATCH] [jit] Increase some trampoline sizes.

---
 mono/mini/tramp-amd64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mono/mini/tramp-amd64.c b/mono/mini/tramp-amd64.c
index 526ba98..0c7f8b2 100755
--- a/mono/mini/tramp-amd64.c
+++ b/mono/mini/tramp-amd64.c
@@ -983,7 +983,7 @@ mono_arch_create_monitor_enter_trampoline (MonoTrampInfo 
**info, gboolean is_v4,
status_offset = MONO_THREADS_SYNC_MEMBER_OFFSET (status_offset);
nest_offset = MONO_THREADS_SYNC_MEMBER_OFFSET (nest_offset);
 
-   tramp_size = 96;
+   tramp_size = 128;
 
code = buf = mono_global_codeman_reserve (tramp_size);
 
++ gmcs ++
#!/bin/sh
exec /usr/bin/mono $MONO_OPTIONS /usr/lib/mono/4.5/mcs.exe -sdk:4 $@
++ mono-3.12.1.tar.bz2 - mono-4.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/mono-core/mono-3.12.1.tar.bz2 
/work/SRC/openSUSE:Factory/.mono-core.new/mono-4.0.1.tar.bz2 differ: char 11, 
line 1




commit libzypp-bindings for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libzypp-bindings for 
openSUSE:Factory checked in at 2015-05-10 10:53:57

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


Package is libzypp-bindings

Changes:

--- /work/SRC/openSUSE:Factory/libzypp-bindings/libzypp-bindings.changes
2014-12-19 09:37:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.libzypp-bindings.new/libzypp-bindings.changes   
2015-05-10 10:53:59.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 10:17:32 CEST 2015 - m...@suse.de
+
+- Adapt to libzypp-15.x
+- 0.7.0
+
+---

Old:

  libzypp-bindings-0.6.4.tar.bz2

New:

  libzypp-bindings-0.7.0.tar.bz2



Other differences:
--
++ libzypp-bindings.spec ++
--- /var/tmp/diff_new_pack.2UYGu0/_old  2015-05-10 10:54:00.0 +0200
+++ /var/tmp/diff_new_pack.2UYGu0/_new  2015-05-10 10:54:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libzypp-bindings
 #
-# 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
@@ -18,7 +18,7 @@
 
 
 Name:   libzypp-bindings
-Version:0.6.4
+Version:0.7.0
 Release:0
 Summary:Bindings for libzypp
 License:GPL-2.0+
@@ -26,10 +26,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++ = 4.5
-BuildRequires:  libzypp-devel = 14.30.0
+BuildRequires:  libzypp-devel = 15.1.0
 BuildRequires:  python-devel  3
 BuildRequires:  ruby-devel
-BuildRequires:  swig = 1.3.40
+BuildRequires:  swig = 2
 Source: %{name}-%{version}.tar.bz2
 
 %description

++ libzypp-bindings-0.6.4.tar.bz2 - libzypp-bindings-0.7.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.4/CMakeLists.txt 
new/libzypp-bindings-0.7.0/CMakeLists.txt
--- old/libzypp-bindings-0.6.4/CMakeLists.txt   2014-07-01 11:46:31.0 
+0200
+++ new/libzypp-bindings-0.7.0/CMakeLists.txt   2015-01-20 13:00:15.0 
+0100
@@ -66,7 +66,7 @@
/usr/local/include
 )
 IF( BOOST_SMARTPTR_INCLUDE_DIR )
-   SET( SWIG_DEFINITIONS ${SWIG_DEFINITIONS} -DBOOST_SMARTPTR_INCLUDE_DIR )
+   SET( SWIG_DEFINITIONS ${SWIG_DEFINITIONS} 
-I${BOOST_SMARTPTR_INCLUDE_DIR} -DBOOST_SMARTPTR_INCLUDE_DIR )
 ENDIF( BOOST_SMARTPTR_INCLUDE_DIR )
 
 # Now into SWIG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.4/COPYING 
new/libzypp-bindings-0.7.0/COPYING
--- old/libzypp-bindings-0.6.4/COPYING  1970-01-01 01:00:00.0 +0100
+++ new/libzypp-bindings-0.7.0/COPYING  2015-01-26 15:41:00.0 +0100
@@ -0,0 +1,20 @@
+/*-\
+|   _   __ __ ___  |
+| |__  / \ / / . \ . \ |
+|   / / \ V /|  _/  _/ |
+|  / /__ | | | | | |   |
+| /_||_| |_| |_|   |
+|  |
+\-*/
+
+Copyright (C) 2007-2015 SUSE Linux Products GmbH
+
+ZYpp-bindings is licensed under the GNU General Public License version 2
+or later. The text of the GNU General Public License can be viewed at
+http://www.gnu.org/licenses/gpl.html
+
+As a special exception, you have permission to link this program
+with the following libraries and distribute executables, as long as you
+follow the requirements of the GNU GPL in regard to all of the
+software in the executable aside from the following libraries:
+- OpenSSL (http://www.openssl.org)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-bindings-0.6.4/VERSION.cmake 
new/libzypp-bindings-0.7.0/VERSION.cmake
--- old/libzypp-bindings-0.6.4/VERSION.cmake2014-12-18 11:31:24.0 
+0100
+++ new/libzypp-bindings-0.7.0/VERSION.cmake2015-04-13 15:20:55.0 
+0200
@@ -1,4 +1,4 @@
 # on maintenance branch add a 2nd level to patch (p.1, p.2, ...)
 SET(VERSION_MAJOR 0)
-SET(VERSION_MINOR 6)
-SET(VERSION_PATCH 4)
+SET(VERSION_MINOR 7)
+SET(VERSION_PATCH 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit zsh for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2015-05-10 10:53:51

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


Package is zsh

Changes:

--- /work/SRC/openSUSE:Factory/zsh/zsh.changes  2015-04-25 16:46:11.0 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2015-05-10 
10:53:53.0 +0200
@@ -1,0 +2,11 @@
+Sun May  3 07:36:02 UTC 2015 - dmitr...@opensuse.org
+
+- Fix openSUSE versions in osc completion
+  * zsh-osc-completion.patch
+
+---
+Wed Apr 29 08:30:49 UTC 2015 - idon...@suse.com
+
+- Add gcc5-fix.patch to fix signames.c generation with gcc5 
+
+---

New:

  gcc5-fix.patch
  zsh-osc-completion.patch



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.Wtl1vz/_old  2015-05-10 10:53:54.0 +0200
+++ /var/tmp/diff_new_pack.Wtl1vz/_new  2015-05-10 10:53:54.0 +0200
@@ -37,6 +37,9 @@
 Source17:   zshprompt.pl
 %endif
 Patch1: trim-unneeded-completions.patch
+Patch2: gcc5-fix.patch
+# PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc 
completion
+Patch3: zsh-osc-completion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 Requires(pre):  %{install_info_prereq}
@@ -95,6 +98,8 @@
 %if 0%{?suse_version}
 %patch1 -p1
 %endif
+%patch2 -p1
+%patch3 -p1
 
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl

++ gcc5-fix.patch ++
Index: zsh-5.0.7/Src/zsh.mdd
===
--- zsh-5.0.7.orig/Src/zsh.mdd
+++ zsh-5.0.7/Src/zsh.mdd
@@ -23,7 +23,7 @@ hdrdeps=zshcurses.h zshterm.h
 
 signames.c: signames1.awk signames2.awk ../config.h @SIGNAL_H@
$(AWK) -f $(sdir)/signames1.awk @SIGNAL_H@ sigtmp.c
-   $(CPP) sigtmp.c sigtmp.out
+   $(CPP) -P sigtmp.c sigtmp.out
$(AWK) -f $(sdir)/signames2.awk sigtmp.out  $@
rm -f sigtmp.c sigtmp.out
 
++ zsh-osc-completion.patch ++
Index: zsh-5.0.7/Completion/openSUSE/Command/_osc
===
--- zsh-5.0.7.orig/Completion/openSUSE/Command/_osc
+++ zsh-5.0.7/Completion/openSUSE/Command/_osc
@@ -16,8 +16,8 @@
 # version 0.2
 #
 
-OSC_BUILD_TARGETS=openSUSE_12.1 openSUSE_12.2 openSUSE_12.3 
openSUSE_Tumbleweed openSUSE_Factory SLE_11_SP2
-OSC_PROJECTS=openSUSE:Factory openSUSE:Tumbleweed openSUSE:12.3 openSUSE:12.2 
openSUSE:12.1
+OSC_BUILD_TARGETS=openSUSE_13.1 openSUSE_13.2 openSUSE_Tumbleweed 
openSUSE_Factory SLE_11_SP3 SLE_12
+OSC_PROJECTS=openSUSE:Factory openSUSE:Tumbleweed openSUSE:13.2 openSUSE:13.1
 
 # user defined variables $OSC_BUILD_TARGETS_EXTRA and
 # $OSC_PROJECTS_EXTRA can add to the project/build target list



commit mono-basic for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package mono-basic for openSUSE:Factory 
checked in at 2015-05-10 10:53:40

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


Package is mono-basic

Changes:

--- /work/SRC/openSUSE:Factory/mono-basic/mono-basic.changes2014-11-04 
17:28:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.mono-basic.new/mono-basic.changes   
2015-05-10 10:53:42.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 30 00:00:00 UTC 2015 - fwdsbs.to.1...@xoxy.net
+
+- update version 4.0
+  * support for upcoming Mono 4.0
+  * see commits: github.com/mono/mono-basic
+
+---

Old:

  mono-basic-3.8.tar.bz2

New:

  mono-basic-4.0.tar.bz2



Other differences:
--
++ mono-basic.spec ++
--- /var/tmp/diff_new_pack.lbBhKP/_old  2015-05-10 10:53:43.0 +0200
+++ /var/tmp/diff_new_pack.lbBhKP/_new  2015-05-10 10:53:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mono-basic
 #
-# 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:   mono-basic
-Version:3.8
+Version:4.0
 Release:0
 Summary:Mono's Visual Basic Compiler and Runtime
 License:LGPL-2.1

++ mono-basic-3.8.tar.bz2 - mono-basic-4.0.tar.bz2 ++
 13918 lines of diff (skipped)




commit autofs for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2015-05-10 10:54:08

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


Package is autofs

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2015-03-05 
18:15:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2015-05-10 
10:54:10.0 +0200
@@ -1,0 +2,5 @@
+Wed May  6 11:27:45 UTC 2015 - dmuel...@suse.com
+
+- add autofs-5.1.0-gcc5-fixes.patch: Fix build against gcc 5.x
+
+---

New:

  autofs-5.1.0-gcc5-fixes.patch



Other differences:
--
++ autofs.spec ++
--- /var/tmp/diff_new_pack.joe6MW/_old  2015-05-10 10:54:10.0 +0200
+++ /var/tmp/diff_new_pack.joe6MW/_new  2015-05-10 10:54:10.0 +0200
@@ -87,6 +87,7 @@
 # PATCH-EXTEND-OPENSUSE autofs-5.0.8-dbus-udisks-monitor.patch
 Patch102:   autofs-5.1.0-dbus-udisks-monitor.patch
 Patch200:   autofs-debuginfo-fix.patch
+Patch201:   autofs-5.1.0-gcc5-fixes.patch
 Requires(pre):  %fillup_prereq
 Requires(pre):  aaa_base
 %if %{with_systemd}
@@ -115,6 +116,7 @@
 %patch100 -p1
 %patch102 -p0 -b .udisks
 %patch200 -p1
+%patch201 -p1
 
 %build
 

++ autofs-5.1.0-dbus-udisks-monitor.patch ++
--- /var/tmp/diff_new_pack.joe6MW/_old  2015-05-10 10:54:11.0 +0200
+++ /var/tmp/diff_new_pack.joe6MW/_new  2015-05-10 10:54:11.0 +0200
@@ -38,7 +38,7 @@
  
  #include defaults.h
  #include state.h
-@@ -71,9 +72,15 @@ int load_autofs4_module(void);
+@@ -72,9 +73,15 @@ int load_autofs4_module(void);
  #define SLOPPY
  #endif
  
@@ -444,7 +444,7 @@
 ===
 --- lib/master_tok.l.orig
 +++ lib/master_tok.l
-@@ -119,7 +119,7 @@
+@@ -119,7 +119,7 @@ DNNAMESTR2 ([[:alnum:]_.\-]+)
  INTMAP(-hosts|-null)
  MULTI ((multi)(,(sun|hesiod))?(:{OPTWS}|{WS}))
  MULTISEP  ([\-]{2}[[:blank:]]+)
@@ -457,7 +457,7 @@
 ===
 --- lib/parse_subs.c.orig
 +++ lib/parse_subs.c
-@@ -98,6 +98,8 @@
+@@ -98,6 +98,8 @@ static struct types map_type[] = {
{ yp, 2 },
{ nis, 3 },
{ nisplus, 7 },
@@ -596,7 +596,7 @@
 ===
 --- modules/Makefile.orig
 +++ modules/Makefile
-@@ -60,6 +60,14 @@ ifeq ($(SSSD), 1)
+@@ -62,6 +62,14 @@ ifeq ($(SSSD), 1)
MODS += lookup_sss.so
  endif
  
@@ -611,7 +611,7 @@
  CFLAGS += -I../include -I../lib -fPIC -D_GNU_SOURCE
  CFLAGS += -DAUTOFS_LIB_DIR=\$(autofslibdir)\
  CFLAGS += -DAUTOFS_MAP_DIR=\$(autofsmapdir)\
-@@ -116,6 +124,10 @@ lookup_ldap.so: lookup_ldap.c dclist.o b
+@@ -133,6 +141,10 @@ lookup_ldap.so: lookup_ldap.c dclist.o b
$(AUTOFS_LIB) $(LIBLDAP) $(LIBRESOLV) $(LIBS)
$(STRIP) lookup_ldap.so
  
@@ -3138,7 +3138,7 @@
 ===
 --- daemon/lookup.c.orig
 +++ daemon/lookup.c
-@@ -200,6 +200,10 @@ int lookup_nss_read_master(struct master
+@@ -239,6 +239,10 @@ int lookup_nss_read_master(struct master
 (name[3] == ',' || name[3] == ':')) ||
(!strncmp(name, nisplus, 7) 
 (name[7] == ',' || name[7] == ':')) ||

++ autofs-5.1.0-gcc5-fixes.patch ++
autofs-5.1.0 - fix gcc5 complaints

From: Ian Kent ra...@themaw.net

gcc5 is not happy with the way dump_core() and master_get_logopt()
are declared inline, remove the inline and let the compiler decide.
---
 CHANGELOG   |1 +
 daemon/spawn.c  |2 +-
 include/automount.h |2 +-
 include/master.h|2 +-
 lib/master.c|2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

Index: autofs-5.1.0/daemon/spawn.c
===
--- autofs-5.1.0.orig/daemon/spawn.c
+++ autofs-5.1.0/daemon/spawn.c
@@ -36,7 +36,7 @@ static pthread_mutex_t spawn_mutex = PTH
 
 #define MTAB_LOCK_RETRIES  3
 
-inline void dump_core(void)
+void dump_core(void)
 {
sigset_t segv;
 
Index: autofs-5.1.0/include/automount.h
===
--- autofs-5.1.0.orig/include/automount.h
+++ autofs-5.1.0/include/automount.h
@@ -248,7 +248,7 @@ const char **copy_argv(int argc, const c
 int compare_argv(int argc1, const char **argv1, int argc2, const char **argv2);
 int free_argv(int argc, const char **argv);
 
-inline void dump_core(void);
+void dump_core(void);
 int aquire_lock(void);
 void release_lock(void);
 int spawnl(unsigned logopt, const 

commit cmis-client for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package cmis-client for openSUSE:Factory 
checked in at 2015-05-10 10:54:14

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


Package is cmis-client

Changes:

--- /work/SRC/openSUSE:Factory/cmis-client/cmis-client.changes  2015-01-09 
01:11:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmis-client.new/cmis-client.changes 
2015-05-10 10:54:15.0 +0200
@@ -1,0 +2,22 @@
+Wed May  6 17:10:00 UTC 2015 - fst...@suse.com
+
+- Added patches:
+  * 0001-fix-boost-configuration-with-gcc-5.patch
+- Upstream fix for boost detection with gcc5
+  * 0002-avoid-use-after-delete.patch
+- Upstream fix for test-ws failure
+- Removed patch:
+  * fix-boost-with-gcc5.patch
+- Superseded by the two previous patches
+
+---
+Wed May  6 15:05:04 UTC 2015 - co...@suse.com
+
+- fix-boost-with-gcc5.patch: upsream patch to support gcc5
+
+---
+Wed May  6 14:56:37 UTC 2015 - co...@suse.com
+
+- use upstream source url
+
+---

New:

  0001-fix-boost-configuration-with-gcc-5.patch
  0002-avoid-use-after-delete.patch



Other differences:
--
++ cmis-client.spec ++
--- /var/tmp/diff_new_pack.cjm21i/_old  2015-05-10 10:54:16.0 +0200
+++ /var/tmp/diff_new_pack.cjm21i/_new  2015-05-10 10:54:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cmis-client
 #
-# 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
@@ -26,7 +26,11 @@
 License:MPL-1.1 or GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://sourceforge.net/projects/libcmis/
-Source0:%{_name}-%{version}.tar.gz
+Source0:
http://downloads.sourceforge.net/project/libcmis/%{_name}-%{version}.tar.gz
+# Upstream patch to fix building with gcc5
+Patch0: 0001-fix-boost-configuration-with-gcc-5.patch
+# Upstream patch to fix test failures with gcc5
+Patch1: 0002-avoid-use-after-delete.patch
 
 BuildRequires:  boost-devel = 1.42
 BuildRequires:  docbook2X
@@ -34,6 +38,7 @@
 BuildRequires:  intltool
 BuildRequires:  libcppunit-devel
 BuildRequires:  libcurl-devel
+BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt
 BuildRequires:  pkg-config
@@ -80,8 +85,14 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
+libtoolize --force --copy
+aclocal -I m4
+automake -a -c --foreign
+autoconf
 export CFLAGS=%{optflags} -D_GNU_SOURCE $(getconf LFS_CFLAGS)
 export CXXFLAGS=%{optflags} $(getconf LFS_CFLAGS)
 %configure \

++ 0001-fix-boost-configuration-with-gcc-5.patch ++
 1266 lines (skipped)

++ 0002-avoid-use-after-delete.patch ++
From 58130d0f774242da1177ae2f77a711e7aaa8ab7d Mon Sep 17 00:00:00 2001
From: David Tardon dtar...@redhat.com
Date: Thu, 26 Feb 2015 14:48:27 +0100
Subject: [PATCH 2/2] avoid use-after-delete

---
 qa/mockup/mockup-config.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qa/mockup/mockup-config.cxx b/qa/mockup/mockup-config.cxx
index 7918cef..01fec24 100644
--- a/qa/mockup/mockup-config.cxx
+++ b/qa/mockup/mockup-config.cxx
@@ -49,7 +49,7 @@ namespace
 }
 }
 
-const char** lcl_toStringArray( vector string  vect )
+const char** lcl_toStringArray( const vector string  vect )
 {
 const char** array = new const char*[vect.size() + 1];
 for ( size_t i = 0; i  vect.size( ); i++ )
-- 
2.3.7




commit zypper for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2015-05-10 10:54:03

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


Package is zypper

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2015-04-10 
09:47:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2015-05-10 
10:54:04.0 +0200
@@ -1,0 +2,20 @@
+Thu Apr 23 01:13:26 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Sun Apr 19 01:13:27 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Apr 16 01:13:23 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---
+Thu Apr  9 01:13:27 CEST 2015 - m...@suse.de
+
+- Update zypper-po.tar.bz2
+
+---



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.6rSDGa/_old  2015-05-10 10:54:05.0 +0200
+++ /var/tmp/diff_new_pack.6rSDGa/_new  2015-05-10 10:54:05.0 +0200
@@ -82,6 +82,7 @@
 Summary:aptitude compatibility with zypper
 Group:  System/Packages
 Requires:   perl
+Requires:   zypper
 %if 0%{?suse_version}
 Supplements:zypper
 %endif
@@ -98,7 +99,7 @@
 %setup -q
 
 %build
-mkdir build
+mkdir -p build
 cd build
 
 # Same codebase, but SLES may use it's own translation set.

++ zypper-1.12.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.12.0.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.12.0.tar.bz2 differ: char 11, 
line 1




commit qemu for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package qemu for openSUSE:Factory checked in 
at 2015-05-10 10:54:26

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


Package is qemu

Changes:

--- /work/SRC/openSUSE:Factory/qemu/qemu-linux-user.changes 2015-05-02 
17:31:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.qemu.new/qemu-linux-user.changes
2015-05-10 10:54:27.0 +0200
@@ -1,0 +2,7 @@
+Wed May  6 21:54:05 UTC 2015 - ag...@suse.com
+
+- Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-2.3
+- Fix potential segmentation fault in
+  0037-linux-user-Allocate-thunk-size-dyna.patch
+
+---
qemu.changes: same change



Other differences:
--
qemu-linux-user.spec: same change
qemu-testsuite.spec: same change
qemu.spec: same change
++ 0037-linux-user-Allocate-thunk-size-dyna.patch ++
--- /var/tmp/diff_new_pack.6APM61/_old  2015-05-10 10:54:29.0 +0200
+++ /var/tmp/diff_new_pack.6APM61/_new  2015-05-10 10:54:29.0 +0200
@@ -1,4 +1,4 @@
-From cead420737c71cbf46775b02815ff1ef7f7ee257 Mon Sep 17 00:00:00 2001
+From 82465ccc24bd795f29c63e850c539717f1ea8a4f Mon Sep 17 00:00:00 2001
 From: Alexander Graf ag...@suse.de
 Date: Tue, 14 Apr 2015 17:12:29 +0200
 Subject: [PATCH] linux-user: Allocate thunk size dynamically
@@ -16,6 +16,12 @@
 asserts to sanity check whether a thunk is actually part of our array.
 
 Signed-off-by: Alexander Graf ag...@suse.de
+
+---
+
+v1 - v2:
+
+  - alloc with new0 to copy the bss semantics we had before
 ---
  include/exec/user/thunk.h |  4 +++-
  linux-user/syscall.c  |  3 +++
@@ -64,7 +70,7 @@
  #define STRUCT_SPECIAL(name) thunk_register_struct_direct(STRUCT_ ## name, 
#name, struct_ ## name ## _def);
  #include syscall_types.h
 diff --git a/thunk.c b/thunk.c
-index c6a78ca..8bb46d0 100644
+index c6a78ca..b711860 100644
 --- a/thunk.c
 +++ b/thunk.c
 @@ -25,10 +25,8 @@
@@ -113,5 +119,5 @@
 +void thunk_init(unsigned int max_structs)
 +{
 +max_struct_entries = max_structs;
-+struct_entries = g_new(StructEntry, max_structs);
++struct_entries = g_new0(StructEntry, max_structs);
 +}

++ 0038-Revert-Revert-seccomp-tests-that-al.patch ++
--- /var/tmp/diff_new_pack.6APM61/_old  2015-05-10 10:54:29.0 +0200
+++ /var/tmp/diff_new_pack.6APM61/_new  2015-05-10 10:54:29.0 +0200
@@ -1,4 +1,4 @@
-From 0cf7218bdc4ee50a2554db9074c3366a09ca16ce Mon Sep 17 00:00:00 2001
+From 454fc5a3bc19e8b6a2b5dcb0aa202cd03e313f19 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= afaer...@suse.de
 Date: Tue, 14 Apr 2015 18:42:06 +0200
 Subject: [PATCH] Revert Revert seccomp tests that allow it to be used on

++ 0039-s390x-Fix-stoc-direction.patch ++
--- /var/tmp/diff_new_pack.6APM61/_old  2015-05-10 10:54:29.0 +0200
+++ /var/tmp/diff_new_pack.6APM61/_new  2015-05-10 10:54:29.0 +0200
@@ -1,4 +1,4 @@
-From a8187b81c7ac84123ac4e4fb78d9219473fae1fa Mon Sep 17 00:00:00 2001
+From 67098aac3a33ba6bf79088ac4bc4068637637dd9 Mon Sep 17 00:00:00 2001
 From: Alexander Graf ag...@suse.de
 Date: Wed, 15 Apr 2015 02:28:05 +0200
 Subject: [PATCH] s390x: Fix stoc direction






commit libssh for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2015-05-10 10:54:32

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


Package is libssh

Changes:

--- /work/SRC/openSUSE:Factory/libssh/libssh.changes2015-05-07 
09:20:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.libssh.new/libssh.changes   2015-05-10 
10:54:34.0 +0200
@@ -1,0 +2,5 @@
+Wed May  6 20:26:52 UTC 2015 - dmuel...@suse.com
+
+- add gcc5-fixes.patch: Fix build against GCC 5.x
+
+---

New:

  gcc5-fixes.patch



Other differences:
--
++ libssh.spec ++
--- /var/tmp/diff_new_pack.egicaW/_old  2015-05-10 10:54:34.0 +0200
+++ /var/tmp/diff_new_pack.egicaW/_new  2015-05-10 10:54:34.0 +0200
@@ -34,6 +34,7 @@
 
 Source0:%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+Patch0: gcc5-fixes.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -86,6 +87,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0
 
 %build
 if test ! -e build; then

++ gcc5-fixes.patch ++
--- cmake/Modules/DefineCompilerFlags.cmake
+++ cmake/Modules/DefineCompilerFlags.cmake
@@ -10,7 +10,7 @@
 if (${CMAKE_C_COMPILER_ID} MATCHES (GNU|Clang))
 
 # add -Wconversion ?
-set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -std=gnu99 -pedantic 
-pedantic-errors)
+set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -std=gnu99 -pedantic)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wall -Wextra -Wshadow 
-Wmissing-prototypes -Wdeclaration-after-statement)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wunused -Wfloat-equal 
-Wpointer-arith -Wwrite-strings -Wformat-security)
 set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -Wmissing-format-attribute)



commit libpt2 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libpt2 for openSUSE:Factory checked 
in at 2015-05-10 10:54:20

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


Package is libpt2

Changes:

--- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes2015-02-03 
11:38:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpt2.new/libpt2.changes   2015-05-10 
10:54:22.0 +0200
@@ -1,0 +2,5 @@
+Wed May  6 20:04:48 UTC 2015 - dmuel...@suse.com
+
+- add libpt2-gcc5-fixes.patch: Fix build against GCC 5.x 
+
+---

New:

  libpt2-gcc5-fixes.patch



Other differences:
--
++ libpt2.spec ++
--- /var/tmp/diff_new_pack.TLIw0s/_old  2015-05-10 10:54:22.0 +0200
+++ /var/tmp/diff_new_pack.TLIw0s/_new  2015-05-10 10:54:22.0 +0200
@@ -40,6 +40,8 @@
 Patch3: libpt2-ppc64le.patch
 # PATCH-FIX-UPSTREAM libpt2-bison-3.0.patch sf#259 dims...@opensuse.org -- Fix 
build with bison 3.0
 Patch4: libpt2-bison-3.0.patch
+# PATCH-FIX-OPENSUSE libpt2-gcc5-fixes.patch dmuel...@suse.com -- Fix build 
against GCC 5
+Patch5: libpt2-gcc5-fixes.patch
 BuildRequires:  SDL-devel
 BuildRequires:  bison
 BuildRequires:  cyrus-sasl-devel
@@ -185,6 +187,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 export CXXFLAGS=%optflags -fvisibility-inlines-hidden

++ libpt2-gcc5-fixes.patch ++
--- ptlib-2.10.10/include/ptlib/critsec.h
+++ ptlib-2.10.10/include/ptlib/critsec.h
@@ -40,7 +40,7 @@ 
 #if P_HAS_ATOMIC_INT
 
 #if defined(__GNUC__)
-#  if __GNUC__ = 4  __GNUC_MINOR__ = 2
+#  if __GNUC__  4  || (__GNUC__ == 4  __GNUC_MINOR__ = 2)
 # include ext/atomicity.h
 #  else
 # include bits/atomicity.h



commit dump for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package dump for openSUSE:Factory checked in 
at 2015-05-10 10:52:57

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


Package is dump

Changes:

--- /work/SRC/openSUSE:Factory/dump/dump.changes2015-03-01 
14:52:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.dump.new/dump.changes   2015-05-10 
10:52:58.0 +0200
@@ -1,0 +2,6 @@
+Fri May  1 15:16:02 UTC 2015 - mplus...@suse.com
+
+- Enable ermt support 
+- Update dependencies
+
+---



Other differences:
--
++ dump.spec ++
--- /var/tmp/diff_new_pack.xAPxYh/_old  2015-05-10 10:52:59.0 +0200
+++ /var/tmp/diff_new_pack.xAPxYh/_new  2015-05-10 10:52:59.0 +0200
@@ -33,8 +33,11 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
+BuildRequires:  libbz2-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  libtool
+BuildRequires:  lzo-devel
+BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
 Requires:   rmt
@@ -70,11 +73,12 @@
--with-mangrp=root \
--with-manmode=0644 \
--enable-readline \
-   --enable-largefile
+   --enable-largefile \
+   --enable-ermt
 make %{?_smp_mflags}
 
 %install
-install -d %{buildroot}/etc \
+install -d %{buildroot}%{_sysconfdir} \
%{buildroot}/sbin \
%{buildroot}/%{_mandir}/man8
 make DESTDIR=%{buildroot}/ install
@@ -85,7 +89,7 @@
 
 %files
 %defattr(-, root, root)
-%doc %{_mandir}/*/*
+%{_mandir}/*/*
 /sbin/*
 %doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README REPORTING-BUGS
 %doc THANKS TODO dump.lsm examples




commit libQtWebKit4 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libQtWebKit4 for openSUSE:Factory 
checked in at 2015-05-10 10:53:15

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


Package is libQtWebKit4

Changes:

--- /work/SRC/openSUSE:Factory/libQtWebKit4/libQtWebKit4.changes
2014-09-28 19:55:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.libQtWebKit4.new/libQtWebKit4.changes   
2015-05-10 10:53:16.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 09:27:53 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Add fix-g++5-build.patch from upstream
+
+---

New:

  fix-g++5-build.patch



Other differences:
--
++ libQtWebKit4.spec ++
--- /var/tmp/diff_new_pack.lSnbMC/_old  2015-05-10 10:53:17.0 +0200
+++ /var/tmp/diff_new_pack.lSnbMC/_new  2015-05-10 10:53:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libQtWebKit4
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Asterios Dramis asterios.dra...@gmail.com.
 #
 # All modifications and additions to the file contributed by third parties
@@ -48,6 +48,8 @@
 Patch11:buffer-ranges.patch
 # PATCH-FIX-UPSTREAM lowlevelinterpreter-bigendian.patch -- Fix LLInt for big 
endian, webkit#103128
 Patch15:lowlevelinterpreter-bigendian.patch
+# PATCH-FIX-UPSTREAM fix-g++5-build.patch
+Patch16:fix-g++5-build.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -122,6 +124,7 @@
 %patch11 -p1
 %endif
 %patch15 -p1
+%patch16 -p1
 
 %build
 # runs out of memory or creates static archives  2/4GB boundary otherwise

++ fix-g++5-build.patch ++
From 650c6ee8e76bb574d3a1bea09e2494992d8f070e Mon Sep 17 00:00:00 2001
From: Allan Sandfeld Jensen allan.jen...@theqtcompany.com
Date: Fri, 6 Mar 2015 11:20:13 +0100
Subject: Fix g++ 5.0 build

A non-inline template needs to be explicitly instantiated if used
outside the object where it is declared.

Patch suggested by Khem Raj.

Task-number: QTBUG-44829
Change-Id: Ib0adbd9273bd1cef01e5863bc8aaa9c373022792
Reviewed-by: Andras Becsi andras.be...@theqtcompany.com
---
 Source/JavaScriptCore/runtime/JSObject.cpp | 5 +
 1 file changed, 5 insertions(+)

diff --git a/Source/JavaScriptCore/runtime/JSObject.cpp 
b/Source/JavaScriptCore/runtime/JSObject.cpp
index 5637e20..bd55919 100644
--- a/Source/JavaScriptCore/runtime/JSObject.cpp
+++ b/Source/JavaScriptCore/runtime/JSObject.cpp
@@ -1922,6 +1922,11 @@ void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* exec, un
 }
 }
 
+// Used in JSArray.cpp so we must instantiate explicit
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesInt32Shape(ExecState* 
exec, unsigned i, JSValue value);
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesDoubleShape(ExecState* 
exec, unsigned i, JSValue value);
+template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributesContiguousShape(ExecState*
 exec, unsigned i, JSValue value);
+
 void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
 {
 JSGlobalData globalData = exec-globalData();



commit yast2-packager for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2015-05-10 10:53:03

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


Package is yast2-packager

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2015-04-27 22:07:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2015-05-10 10:53:04.0 +0200
@@ -1,0 +2,12 @@
+Thu May  7 14:02:11 UTC 2015 - igonzalezs...@suse.com
+
+- Packages module uses tags instead of package names (bnc#923901)
+- 3.1.68
+
+---
+Thu Apr 23 12:01:31 UTC 2015 - an...@suse.com
+
+- Ensure libyui-qt is installed when using autoyast in graphical
+  mode (bnc#923901)
+
+---

Old:

  yast2-packager-3.1.67.tar.bz2

New:

  yast2-packager-3.1.68.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.9huM5q/_old  2015-05-10 10:53:05.0 +0200
+++ /var/tmp/diff_new_pack.9huM5q/_new  2015-05-10 10:53:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-packager
 #
-# 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,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.67
+Version:3.1.68
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.67.tar.bz2 - yast2-packager-3.1.68.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.67/package/yast2-packager.changes 
new/yast2-packager-3.1.68/package/yast2-packager.changes
--- old/yast2-packager-3.1.67/package/yast2-packager.changes2015-04-21 
15:28:10.0 +0200
+++ new/yast2-packager-3.1.68/package/yast2-packager.changes2015-05-07 
17:46:58.0 +0200
@@ -1,4 +1,16 @@
 ---
+Thu May  7 14:02:11 UTC 2015 - igonzalezs...@suse.com
+
+- Packages module uses tags instead of package names (bnc#923901)
+- 3.1.68
+
+---
+Thu Apr 23 12:01:31 UTC 2015 - an...@suse.com
+
+- Ensure libyui-qt is installed when using autoyast in graphical
+  mode (bnc#923901)
+
+---
 Fri Apr 10 14:10:39 UTC 2015 - lsle...@suse.cz
 
 - register addons from media (FATE#318505)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.67/package/yast2-packager.spec 
new/yast2-packager-3.1.68/package/yast2-packager.spec
--- old/yast2-packager-3.1.67/package/yast2-packager.spec   2015-04-21 
15:28:10.0 +0200
+++ new/yast2-packager-3.1.68/package/yast2-packager.spec   2015-05-07 
17:46:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.67
+Version:3.1.68
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.67/src/modules/Packages.rb 
new/yast2-packager-3.1.68/src/modules/Packages.rb
--- old/yast2-packager-3.1.67/src/modules/Packages.rb   2015-04-21 
15:28:10.0 +0200
+++ new/yast2-packager-3.1.68/src/modules/Packages.rb   2015-05-07 
17:46:58.0 +0200
@@ -16,12 +16,14 @@
 
 # All known types of resolvables
 RESOLVABLE_TYPES = [:product, :patch, :package, :pattern, :language]
-# Minimum set of packages required to enable VNC server
-VNC_BASE_PACKAGES = [xorg-x11, xorg-x11-Xvnc, xorg-x11-fonts, 
xinetd]
+# Minimum set of packages tags required to enable VNC server
+VNC_BASE_TAGS = [xorg-x11, xorg-x11-Xvnc, xorg-x11-fonts, xinetd]
+# Additional packages tags needed to run second stage in graphical mode
+AUTOYAST_X11_TAGS = [libyui-qt, yast2-x11]
 # Default window manager for VNC if none is installed
 DEFAULT_WM = icewm
 # Minimum set of packages required for installation with remote X11 server
-REMOTE_X11_BASE_PACKAGES = [ xorg-x11-server, xorg-x11-fonts, icewm ]
+REMOTE_X11_BASE_TAGS = [ xorg-x11-server, xorg-x11-fonts, icewm ]
 
 def main
   Yast.import UI
@@ -941,20 +943,20 @@
 # Compute special packages
 # @return 

commit libzypp for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2015-05-10 10:53:21

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


Package is libzypp

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2015-04-25 
16:47:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2015-05-10 
10:53:24.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 27 14:43:53 CEST 2015 - m...@suse.de
+
+- PubliKey: fix reference to temporary data
+- version 15.1.1 (1)
+
+---

Old:

  libzypp-15.1.0.tar.bz2

New:

  libzypp-15.1.1.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.9mvYwE/_old  2015-05-10 10:53:25.0 +0200
+++ /var/tmp/diff_new_pack.9mvYwE/_new  2015-05-10 10:53:25.0 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:15.1.0
+Version:15.1.1
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-15.1.0.tar.bz2 - libzypp-15.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.1.0/VERSION.cmake 
new/libzypp-15.1.1/VERSION.cmake
--- old/libzypp-15.1.0/VERSION.cmake2015-04-22 10:56:56.0 +0200
+++ new/libzypp-15.1.1/VERSION.cmake2015-04-27 14:48:15.0 +0200
@@ -61,8 +61,8 @@
 SET(LIBZYPP_MAJOR 15)
 SET(LIBZYPP_COMPATMINOR 1)
 SET(LIBZYPP_MINOR 1)
-SET(LIBZYPP_PATCH 0)
+SET(LIBZYPP_PATCH 1)
 #
-# LAST RELEASED: 15.1.0 (1)
+# LAST RELEASED: 15.1.1 (1)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.1.0/package/libzypp.changes 
new/libzypp-15.1.1/package/libzypp.changes
--- old/libzypp-15.1.0/package/libzypp.changes  2015-04-23 01:16:57.0 
+0200
+++ new/libzypp-15.1.1/package/libzypp.changes  2015-04-27 14:48:15.0 
+0200
@@ -1,4 +1,10 @@
 ---
+Mon Apr 27 14:43:53 CEST 2015 - m...@suse.de
+
+- PubliKey: fix reference to temporary data
+- version 15.1.1 (1)
+
+---
 Thu Apr 23 01:13:15 CEST 2015 - m...@suse.de
 
 - Update zypp-po.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.1.0/zypp/KeyRing.cc 
new/libzypp-15.1.1/zypp/KeyRing.cc
--- old/libzypp-15.1.0/zypp/KeyRing.cc  2015-02-09 09:33:00.0 +0100
+++ new/libzypp-15.1.1/zypp/KeyRing.cc  2015-04-27 14:48:15.0 +0200
@@ -584,11 +584,12 @@
 MIL  Determining key id if signature   signature  endl;
 // HACK create a tmp keyring with no keys
 filesystem::TmpDir dir( _base_dir, fake-keyring );
+std::string tmppath( dir.path().asString() );
 
 const char* argv[] =
 {
   GPG_BINARY,
-  --homedir, dir.path().asString().c_str(),
+  --homedir, tmppath.c_str(),
   --no-default-keyring,
   --quiet,
   --no-tty,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-15.1.0/zypp/PublicKey.cc 
new/libzypp-15.1.1/zypp/PublicKey.cc
--- old/libzypp-15.1.0/zypp/PublicKey.cc2015-02-09 09:33:00.0 
+0100
+++ new/libzypp-15.1.1/zypp/PublicKey.cc2015-04-27 14:48:15.0 
+0200
@@ -350,6 +350,9 @@
 MIL  Reading pubkey from   info.path()   of size   
info.size()   and sha1   filesystem::checksum(info.path(), sha1)  
endl;
 
 static filesystem::TmpDir dir;
+   std::string tmppath( dir.path().asString() );
+   std::string datapath( _dataFile.path().asString() );
+
 const char* argv[] =
 {
   GPG_BINARY,
@@ -359,13 +362,13 @@
   --with-fingerprint,
   --with-colons,
   --homedir,
-  dir.path().asString().c_str(),
+  tmppath.c_str(),
   --quiet,
   --no-tty,
   --no-greeting,
   --batch,
   --status-fd, 1,
-  _dataFile.path().asString().c_str(),
+  datapath.c_str(),
   NULL
 };
 ExternalProgram prog( argv, ExternalProgram::Discard_Stderr, false, 
-1, true );




commit libinput for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2015-05-10 10:52:52

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


Package is libinput

Changes:

--- /work/SRC/openSUSE:Factory/libinput/libinput.changes2015-05-06 
11:17:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2015-05-10 
10:52:53.0 +0200
@@ -1,0 +2,26 @@
+Wed May  6 10:24:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.15.0:
+  * One new API was added: libinput_device_keyboard_has_key() which
+does what it says on the box.
+  * A new tool is now available: libinput-debug-events
+This tool allows debugging libinput events directly, it works
+as something like an evtest to libinput. Note that it is very
+much a debugging tool only, do not rely on any specific
+behavior or output format.
+  * A new udev property POINTINGSTICK_CONST_ACCEL is now supported
+for pointing sticks. If set for a compatible device, the input
+data is multiplied with a constant factor.
+  * We've added support for the LIBINPUT_MODEL_xzy udev tag. This
+enables us to tag specific models or series in udev and apply
+required quirks.
+  * A couple of bugfixes, mainly in the touchpad code. The
+doubletap timeout is now longer but multi-tapping is generally
+more responsive now.
+  * Clickfinger behavior was fixed to allow left-clicks even when a
+touch isn't present on the device.
+  * Button scrolling is enabled by default on some devices now,
+specifically on devices without a scroll wheel but with a
+middle button.
+
+---

Old:

  libinput-0.14.1.tar.xz
  libinput-0.14.1.tar.xz.sig

New:

  libinput-0.15.0.tar.xz
  libinput-0.15.0.tar.xz.sig



Other differences:
--
++ libinput.spec ++
--- /var/tmp/diff_new_pack.Pr9Kfo/_old  2015-05-10 10:52:54.0 +0200
+++ /var/tmp/diff_new_pack.Pr9Kfo/_new  2015-05-10 10:52:54.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   libinput
 %define lname  libinput10
-%define rversion 0.14.1
-Version:0.14.1
+%define rversion 0.15.0
+Version:0.15
 Release:0
 Summary:Input device and event processing library
 License:HPND
@@ -134,7 +134,9 @@
 
 %files tools
 %defattr(-,root,root)
+%_bindir/libinput-debug-events
 %_bindir/libinput-list-devices
+%_mandir/man1/libinput-debug-events.1.gz
 %_mandir/man1/libinput-list-devices.1.gz
 
 %files devel

++ libinput-0.14.1.tar.xz - libinput-0.15.0.tar.xz ++
 4493 lines of diff (skipped)




commit grub2 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2015-05-10 10:52:34

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


Package is grub2

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2015-04-21 
10:51:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2015-05-10 
10:52:36.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 13:20:20 UTC 2015 - dmuel...@suse.com
+
+- fix grub2-mkconfig-aarch64.patch: fix arch detection broken
+  by malformed patch rediffing
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.cYWZyF/_old  2015-05-10 10:52:38.0 +0200
+++ /var/tmp/diff_new_pack.cYWZyF/_new  2015-05-10 10:52:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package grub2
 #
-# 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

++ grub2-GRUB_CMDLINE_LINUX_RECOVERY-for-recovery-mode.patch ++
--- /var/tmp/diff_new_pack.cYWZyF/_old  2015-05-10 10:52:38.0 +0200
+++ /var/tmp/diff_new_pack.cYWZyF/_new  2015-05-10 10:52:38.0 +0200
@@ -17,11 +17,11 @@
  util/grub.d/10_linux.in |2 +-
  2 files changed, 3 insertions(+), 2 deletions(-)
 
-Index: grub-2.00/util/grub-mkconfig.in
+Index: grub-2.02~beta2/util/grub-mkconfig.in
 ===
 grub-2.00.orig/util/grub-mkconfig.in
-+++ grub-2.00/util/grub-mkconfig.in
-@@ -217,7 +217,8 @@ export GRUB_DEFAULT \
+--- grub-2.02~beta2.orig/util/grub-mkconfig.in
 grub-2.02~beta2/util/grub-mkconfig.in
+@@ -224,7 +224,8 @@ export GRUB_DEFAULT \
GRUB_ENABLE_CRYPTODISK \
GRUB_BADRAM \
GRUB_OS_PROBER_SKIP_LIST \
@@ -31,11 +31,11 @@
  
  if test x${grub_cfg} != x; then
rm -f ${grub_cfg}.new
-Index: grub-2.00/util/grub.d/10_linux.in
+Index: grub-2.02~beta2/util/grub.d/10_linux.in
 ===
 grub-2.00.orig/util/grub.d/10_linux.in
-+++ grub-2.00/util/grub.d/10_linux.in
-@@ -244,7 +244,7 @@ while [ x$list != x ] ; do
+--- grub-2.02~beta2.orig/util/grub.d/10_linux.in
 grub-2.02~beta2/util/grub.d/10_linux.in
+@@ -238,7 +238,7 @@ while [ x$list != x ] ; do
${GRUB_CMDLINE_LINUX} ${GRUB_CMDLINE_LINUX_DEFAULT}
if [ x${GRUB_DISABLE_RECOVERY} != xtrue ]; then
  linux_entry ${OS} ${version} recovery \

++ grub2-efi-xen-chainload.patch ++
--- /var/tmp/diff_new_pack.cYWZyF/_old  2015-05-10 10:52:38.0 +0200
+++ /var/tmp/diff_new_pack.cYWZyF/_new  2015-05-10 10:52:38.0 +0200
@@ -24,8 +24,10 @@
  util/grub.d/20_linux_xen.in |   88 
+++-
  1 file changed, 86 insertions(+), 2 deletions(-)
 
 a/util/grub.d/20_linux_xen.in
-+++ b/util/grub.d/20_linux_xen.in
+Index: grub-2.02~beta2/util/grub.d/20_linux_xen.in
+===
+--- grub-2.02~beta2.orig/util/grub.d/20_linux_xen.in
 grub-2.02~beta2/util/grub.d/20_linux_xen.in
 @@ -21,6 +21,8 @@ prefix=@prefix@
  exec_prefix=@exec_prefix@
  datarootdir=@datarootdir@
@@ -80,7 +82,7 @@
  linux_entry ()
  {
os=$1
-@@ -113,6 +142,40 @@ linux_entry ()
+@@ -118,6 +147,40 @@ linux_entry ()
save_default_entry | grub_add_tab | sed s/^/$submenu_indentation/
fi
  
@@ -121,7 +123,7 @@
if [ -z ${prepare_boot_cache} ]; then
  prepare_boot_cache=$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | 
grub_add_tab)
fi
-@@ -220,6 +283,24 @@ while [ x${xen_list} != x ] ; do
+@@ -225,6 +288,24 @@ while [ x${xen_list} != x ] ; do
  xen_dirname=`dirname ${current_xen}`
  rel_xen_dirname=`make_system_path_relative_to_its_root $xen_dirname`
  xen_version=`echo $xen_basename | sed -e s,.gz$,,g;s,^xen-,,g`
@@ -146,7 +148,7 @@
  if [ -z $boot_device_id ]; then
boot_device_id=$(grub_get_device_id ${GRUB_DEVICE})
  fi
-@@ -284,7 +365,6 @@ while [ x${xen_list} != x ] ; do
+@@ -289,7 +370,6 @@ while [ x${xen_list} != x ] ; do
  if [ x$is_top_level != xtrue ]; then
echo '  }'
  fi
@@ -154,7 +156,7 @@
  done
  
  # If at least one kernel was found, then we need to
-@@ -294,3 +374,7 @@ if [ x$is_top_level != xtrue ]; then
+@@ -299,3 +379,7 @@ if [ x$is_top_level != xtrue ]; then
  fi
  
  echo $title_correction_code

++ grub2-fix-error-terminal-gfxterm-isn-t-found.patch ++
--- 

commit python-enum34 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-enum34 for openSUSE:Factory 
checked in at 2015-05-10 10:52:47

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


Package is python-enum34

Changes:

--- /work/SRC/openSUSE:Factory/python-enum34/python-enum34.changes  
2015-01-08 23:01:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-enum34.new/python-enum34.changes 
2015-05-10 10:52:48.0 +0200
@@ -1,0 +2,6 @@
+Mon May  4 14:35:13 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.0.4:
+  * no upstream changelog
+
+---

Old:

  enum34-1.0.tar.gz

New:

  enum34-1.0.4.tar.gz



Other differences:
--
++ python-enum34.spec ++
--- /var/tmp/diff_new_pack.7i56oQ/_old  2015-05-10 10:52:49.0 +0200
+++ /var/tmp/diff_new_pack.7i56oQ/_new  2015-05-10 10:52:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-enum34
 #
-# 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-enum34
-Version:1.0
+Version:1.0.4
 Release:0
 Url:https://pypi.python.org/pypi/enum34
 Summary:Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, 
and 2.4

++ enum34-1.0.tar.gz - enum34-1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enum34-1.0/PKG-INFO new/enum34-1.0.4/PKG-INFO
--- old/enum34-1.0/PKG-INFO 2014-05-05 19:38:46.0 +0200
+++ new/enum34-1.0.4/PKG-INFO   2014-11-26 17:56:16.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: enum34
-Version: 1.0
+Version: 1.0.4
 Summary: Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
 Home-page: https://pypi.python.org/pypi/enum34
 Author: Ethan Furman
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enum34-1.0/enum/__init__.py 
new/enum34-1.0.4/enum/__init__.py
--- old/enum34-1.0/enum/__init__.py 2014-03-04 09:16:47.0 +0100
+++ new/enum34-1.0.4/enum/__init__.py   2014-11-26 17:53:04.0 +0100
@@ -4,6 +4,8 @@
 
 __all__ = ['Enum', 'IntEnum', 'unique']
 
+version = 1, 0, 4
+
 pyver = float('%s.%s' % _sys.version_info[:2])
 
 try:
@@ -27,6 +29,12 @@
 # in Python 3 it's just str, but was missing in 3.1
 basestring = str
 
+try:
+unicode
+except NameError:
+# In Python 3 unicode no longer exists (it's just str)
+unicode = str
+
 class _RouteClassAttributeToGetattr(object):
 Route attribute access on a class to __getattr__.
 
@@ -163,7 +171,10 @@
 __order__ = classdict.get('__order__')
 if __order__ is None:
 if pyver  3.0:
-__order__ = [name for (name, value) in sorted(members.items(), 
key=lambda item: item[1])]
+try:
+__order__ = [name for (name, value) in 
sorted(members.items(), key=lambda item: item[1])]
+except TypeError:
+__order__ = [name for name in sorted(members.keys())]
 else:
 __order__ = classdict._member_names
 else:
@@ -401,6 +412,13 @@
 * A mapping of member name - value.
 
 
+if pyver  3.0:
+# if class_name is unicode, attempt a conversion to ASCII
+if isinstance(class_name, unicode):
+try:
+class_name = class_name.encode('ascii')
+except UnicodeEncodeError:
+raise TypeError('%r is not representable in ASCII' % 
class_name)
 metacls = cls.__class__
 if type is None:
 bases = (cls, )
@@ -637,8 +655,13 @@
 del __str__
 
 def __dir__(self):
-added_behavior = [m for m in self.__class__.__dict__ if m[0] != '_']
-return (['__class__', '__doc__', '__module__', 'name', 'value'] + 
added_behavior)
+added_behavior = [
+m
+for cls in self.__class__.mro()
+for m in cls.__dict__
+if m[0] != '_'
+]
+return (['__class__', '__doc__', '__module__', ] + added_behavior)
 temp_enum_dict['__dir__'] = __dir__
 del __dir__
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enum34-1.0/enum/enum.py new/enum34-1.0.4/enum/enum.py
--- old/enum34-1.0/enum/enum.py 2014-03-04 09:16:47.0 +0100
+++ new/enum34-1.0.4/enum/enum.py   

commit yast2-auth-server for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-auth-server for 
openSUSE:Factory checked in at 2015-05-10 10:53:27

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


Package is yast2-auth-server

Changes:

--- /work/SRC/openSUSE:Factory/yast2-auth-server/yast2-auth-server.changes  
2014-12-05 21:02:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-auth-server.new/yast2-auth-server.changes 
2015-05-10 10:53:28.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr 28 11:32:22 UTC 2015 - h...@suse.com
+
+- Fix a typedef line in C header file in order to compile on GCC 5.
+
+---

Old:

  yast2-auth-server-3.1.13.tar.bz2

New:

  yast2-auth-server-3.1.14.tar.bz2



Other differences:
--
++ yast2-auth-server.spec ++
--- /var/tmp/diff_new_pack.vEXI9a/_old  2015-05-10 10:53:29.0 +0200
+++ /var/tmp/diff_new_pack.vEXI9a/_new  2015-05-10 10:53:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-auth-server
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-auth-server
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-auth-server-3.1.13.tar.bz2 - yast2-auth-server-3.1.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-3.1.13/CONTRIBUTING.md 
new/yast2-auth-server-3.1.14/CONTRIBUTING.md
--- old/yast2-auth-server-3.1.13/CONTRIBUTING.md2014-12-04 
10:49:57.0 +0100
+++ new/yast2-auth-server-3.1.14/CONTRIBUTING.md2015-04-29 
09:34:12.0 +0200
@@ -12,13 +12,13 @@
 ---
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
 or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
 
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
 if you don't have an account yet.)
 
 If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+[Bugzilla](https://bugzilla.suse.com/) or GitHub issues. We can't guarantee
 that every bug will be fixed, but we'll try.
 
 When creating a bug report, please follow our [bug reporting
@@ -71,7 +71,7 @@
 [widely used
 
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
 
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
 you mention it in the commit message for cross-reference. Use format like
 bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
 
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-auth-server-3.1.13/lib/slapd-config.h 
new/yast2-auth-server-3.1.14/lib/slapd-config.h
--- old/yast2-auth-server-3.1.13/lib/slapd-config.h 2014-12-04 
10:49:57.0 +0100
+++ new/yast2-auth-server-3.1.14/lib/slapd-config.h 2015-04-29 
09:34:12.0 +0200
@@ -28,7 +28,7 @@
 #define SLAPD_LOG_ERR   1
 
 typedef void (SlapdConfigLogCallback) (int level, const std::string msg, 
-const char* file=0, const int line=0, const char* function=0 );
+const char* file, const int line, const char* function );
 
 class OlcConfigEntry
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-auth-server-3.1.13/package/yast2-auth-server.changes 
new/yast2-auth-server-3.1.14/package/yast2-auth-server.changes
--- old/yast2-auth-server-3.1.13/package/yast2-auth-server.changes  
2014-12-04 10:49:57.0 +0100
+++ new/yast2-auth-server-3.1.14/package/yast2-auth-server.changes  
2015-04-29 09:34:12.0 +0200
@@ -1,4 +1,9 @@
 ---
+Tue Apr 28 11:32:22 UTC 2015 - h...@suse.com
+
+- Fix a typedef line in C header file in order to compile on GCC 5.
+
+---
 Thu Dec  4 09:49:23 UTC 2014 - 

commit opencv for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2015-05-10 10:53:32

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


Package is opencv

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv.changes2015-01-30 
17:47:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv.changes   2015-05-10 
10:53:34.0 +0200
@@ -1,0 +2,19 @@
+Wed Apr 29 11:53:09 UTC 2015 - co...@suse.com
+
+- support gcc 5 (i.e. gcc versions without minor version):
+  opencv-gcc5.patch
+
+---
+Wed Apr 29 09:35:29 UTC 2015 - co...@suse.com
+
+- Update to OpenCV 2.4.11 - can't find NEWS or Changelog
+  merely collecting bug fixes while 3.0 is in the making, 2.4.11
+  didn't even make it on their web page, it's only on download
+  server
+- remove opencv-underlinking.patch as obsolete
+- remove upstream patch bomb_commit_gstreamer-1x-support.patch
+
+- commenting out opencv-pkgconfig.patch - possibly it requires a rebase,
+  but the problem it tries to solve is unclear
+
+---

Old:

  2.4.9.tar.gz
  bomb_commit_gstreamer-1x-support.patch
  opencv-underlinking.patch

New:

  2.4.11.tar.gz
  opencv-gcc5.patch



Other differences:
--
++ opencv-qt5.spec ++
--- /var/tmp/diff_new_pack.P0DkPQ/_old  2015-05-10 10:53:36.0 +0200
+++ /var/tmp/diff_new_pack.P0DkPQ/_new  2015-05-10 10:53:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv-qt5
 #
-# 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
@@ -22,7 +22,7 @@
 %define soname 5_4
 
 Name:   opencv-qt5
-Version:2.4.9
+Version:2.4.11
 Release:0
 Summary:Collection of algorithms for computer vision
 License:BSD-3-Clause
@@ -33,8 +33,6 @@
 Patch0: opencv-qt5-sobump.diff
 # PATCH-FIX-UPSTREAM opencv-samples.patch kop...@nand.bg -- Improve samples 
installation.
 Patch1: opencv-samples.patch
-# PATCH-FIX-UPSTREAM opencv-underlinking.patch kop...@nand.bg -- Make 
libopencv_highgui.so link to libv4l2 since it's using symbols defined there.
-Patch2: opencv-underlinking.patch
 # PATCH-FIX-OPENSUSE improve-sphinx-search.diff -- properly find sphinx with 
alphabetic chars in version
 Patch3: improve-sphinx-search.diff
 # PATCH-FIX-UPSTREAM opencv-pkgconfig.patch -- Make sure to provide link flags 
in  OpenCV pc file (bnc#853036). Issue is exposed when e.g. a project relies on
@@ -42,8 +40,8 @@
 # PATCH-FIX-UPSTREAM opencv-altivec-vector.patch -- use __vector for altivec. 
https://github.com/Itseez/opencv/pull/2157
 Patch4: opencv-pkgconfig.patch
 Patch5: opencv-altivec-vector.patch
-# PATCH-FIX-UPSTREAM bomb_commit_gstreamer-1x-support.patch -- Add Gstreamer 
1.x support
-Patch6: bomb_commit_gstreamer-1x-support.patch
+# PATCH-FIX-UPSTREAM opencv-gcc5.patch -- support gcc versions without minor 
version co...@suse.de
+Patch6: opencv-gcc5.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
 %if 0%{?suse_version}  1310
@@ -78,13 +76,13 @@
 BuildRequires:  OpenEXR-devel
 BuildRequires:  libilmbase-devel
 %endif
+BuildRequires:  libpng16-compat-devel
+BuildRequires:  libpng16-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
 BuildRequires:  python-sphinx
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(glu)
-BuildRequires:  libpng16-devel
-BuildRequires:  libpng16-compat-devel
 Conflicts:  opencv
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -147,9 +145,8 @@
 %setup -q -n opencv-%version
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 %patch3 -p0
-%patch4 -p1
+#%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 

++ opencv.spec ++
--- /var/tmp/diff_new_pack.P0DkPQ/_old  2015-05-10 10:53:36.0 +0200
+++ /var/tmp/diff_new_pack.P0DkPQ/_new  2015-05-10 10:53:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package opencv
 #
-# 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
@@ -22,7 +22,7 @@
 %define soname 2_4
 
 Name:   opencv
-Version:2.4.9
+Version:2.4.11
 Release:0
 Summary:Collection of algorithms for computer vision
 

commit python-hp3parclient for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-hp3parclient for 
openSUSE:Factory checked in at 2015-05-10 10:46:31

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


Package is python-hp3parclient

Changes:

--- /work/SRC/openSUSE:Factory/python-hp3parclient/python-hp3parclient.changes  
2014-02-15 08:06:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-hp3parclient.new/python-hp3parclient.changes 
2015-05-10 10:46:32.0 +0200
@@ -1,0 +2,89 @@
+Wed May  6 14:39:48 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 3.2.0:
+  * Added File Persona Client: getfs, createfpg, growfpg, getfpg,
+setfpg, removefpg, createvfs, getvfs, setvfs, removevfs,
+createfsip, setfsip, getfsip, removefsip, createfsgroup,
+setfsgroup, removefsgroup, createfsuser, setfsuser,
+removefsuser, createfstore, getfstore, setfstore, removefstore,
+createfshare, setfshare, getfshare, removefshare, createfsnap,
+getfsnap, removefsnap, startfsnapclean, getfsnapclean,
+stopfsnapclean, setfsquota, getfsquota, gettpdinterface
+  * Added paramiko SSH simulator initially supporting just a few
+test cases.
+  * Fixed PEP8 violations.
+  * Change GitHub account reference from WaltHP to hp-storage.
+  * Modify the steps in the Installing from Source section to
+ensure correct installation of dependencies and ordering.
+  * Added support for flash cache policy set on a virtual volume
+set.
+  * Added tox environments to run tests with code coverage and to
+generate the documentation
+  * Consolidated the test/README.rst into the top level README.rst
+and added clarifications
+- additional changes from version 3.1.3:
+  * Added ‘paramiko’ and ‘eventlet’ requirements to setup.py.
+Running a standard python setup.py install should install these
+modules now if they are missing.
+  * Use static loggers to fix duplicate logging problem.
+  * Update unit tests to better support more backend configurations
+and versions.
+  * Made corrections to the API documentation.
+- additional changes from version 3.1.2:
+  * Added API: findAllVolumeSets, getCPGAvailableSpace,
+getOverallSystemCapacity
+  * Revised unit tests to use asserts instead of try/catch/except
+blocks.
+  * Removed SSH call from the findVolumeSet method and replaced it
+with REST.
+  * Improved findVolumeSet documentation.
+  * Changed SSH connections to now only get created when an SSH
+command needs to be executed.
+  * Added closing of an SSH connection during logout if one is
+active.
+  * Changed SSH connections to no longer use keep-alive packets to
+stay active.
+  * Removed an unneeded print statement output that was occuring
+when an SSH connection was closed.
+- additional changes from version 3.1.1:
+  * Added known_host_file and missing_key_policy parameters to: -
+HP3ParClient.setSSHOptions - HP3PARSSHClient
+  * Fixed an issue with building the ClientException when body of
+the response was empty.
+  * Fixed spelling error in urllib import for Python 3.0 or greater
+environments.
+- additional changes from version 3.1.0:
+  * Added APIs: setVolumeMetaData, getVolumeMetaData,
+getAllVolumeMetaData, removeVolumeMetaData, findVolumeMetaData
+  * Added two new enumerations for CHAP initiator and target.
+  * Converted existing metadata functions to use REST API calls
+instead of SSH.
+  * Updated the minimum required HP 3PAR build version to be
+3.1.3.230. This corresponds to 3.1.3 MU1 firmware.
+  * Added support for volume metadata REST API calls in the flask
+server.
+  * Numerous API documentation improvements
+  * Fixed 2 enumerations: PORT_TYPE_RCIP changed to 7,
+PORT_TYPE_ISCSI changed to 8
+  * Numerous Enumerations added: Port Type, Port Protocol, Task
+Type, VLUN Type, CPG RAID, CPG HA, CPG Chunklet, CPG Disk Type,
+Host Persona
+  * Added host set API: findHostSet, getHostSets, getHostSet,
+createHostSet, deleteHostSet, modifyHostSet, addHostToHostSet,
+removeHostFromHostSet, removeHostFromItsHostSet
+  * Added showpatch API: getPatch, getPatches
+  * Fixed missing tearDown() to improve flask server shutdown.
+  * Added VLUN and host set check before allowing deleteHost.
+  * Fixed some flask error codes and error messages to match array.
+  * Removed the ‘test_’ prefix from classes that don’t contain
+tests.
+  * Reduced volume sizes used in tests.
+  * Made domain and cpg_ldlayout_ha configurable.
+  * Added more tests.
+  * Fixed an incorrect exception message for getHostVLUNs.
+- add python-eventlet and python-paramiko as BuildRequires
+  to guarantee their availability
+- update description: now requires 3.1.3 version MU1 of the 3PAR
+  firmware
+

commit shorewall for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package shorewall for openSUSE:Factory 
checked in at 2015-05-10 10:46:53

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


Package is shorewall

Changes:

--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes  2015-04-15 
16:24:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2015-05-10 
10:46:55.0 +0200
@@ -1,0 +2,25 @@
+Thu May  7 16:39:16 UTC 2015 - tog...@opensuse.org
+
+- Update to version 4.6.9 For more details see changelog.txt and
+  releasenotes.txt
+
+  * This release contains defect repair from Shorewall 4.6.8.1 and
+earlier releases.
+
+  * The means for preventing loading of helper modules has been
+clarified in the documentation.
+
+  * The SetEvent and ResetEvent actions previously set/reset the
+event even if the packet did not match the other specified
+columns. This has been corrected.
+
+  * Previously, the 'show capabilities' command was ignoring the
+HELPERS setting. This resulted in unwanted modules being
+autoloaded  and, when the -f option was given, an incorrect
+capabilities file was generated.
+
+  * Previously, when 'wait' was specified for an interface, the
+generated script erroneously checked for required interfaces on
+all commands rather than just start, restart and restore. 
+
+---

Old:

  shorewall-4.6.8.1.tar.bz2
  shorewall-core-4.6.8.1.tar.bz2
  shorewall-docs-html-4.6.8.1.tar.bz2
  shorewall-init-4.6.8.1.tar.bz2
  shorewall-lite-4.6.8.1.tar.bz2
  shorewall6-4.6.8.1.tar.bz2
  shorewall6-lite-4.6.8.1.tar.bz2

New:

  shorewall-4.6.9.tar.bz2
  shorewall-core-4.6.9.tar.bz2
  shorewall-docs-html-4.6.9.tar.bz2
  shorewall-init-4.6.9.tar.bz2
  shorewall-lite-4.6.9.tar.bz2
  shorewall6-4.6.9.tar.bz2
  shorewall6-lite-4.6.9.tar.bz2



Other differences:
--
++ shorewall.spec ++
--- /var/tmp/diff_new_pack.chsjFV/_old  2015-05-10 10:46:56.0 +0200
+++ /var/tmp/diff_new_pack.chsjFV/_new  2015-05-10 10:46:56.0 +0200
@@ -20,19 +20,19 @@
 %define have_systemd 1
 
 Name:   shorewall
-Version:4.6.8.1
+Version:4.6.9
 Release:0
 Summary:Shoreline Firewall is an iptables-based firewall for Linux 
systems
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:http://www.shorewall.net/
-Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}-%version.tar.bz2
-Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}-core-%version.tar.bz2
-Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}-lite-%version.tar.bz2
-Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}-init-%version.tar.bz2
-Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}6-lite-%version.tar.bz2
-Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}6-%version.tar.bz2
-Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.8/%{name}-docs-html-%version.tar.bz2
+Source: 
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}-%version.tar.bz2
+Source1:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}-core-%version.tar.bz2
+Source2:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}-lite-%version.tar.bz2
+Source3:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}-init-%version.tar.bz2
+Source4:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}6-lite-%version.tar.bz2
+Source5:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}6-%version.tar.bz2
+Source6:
http://www.shorewall.net/pub/shorewall/4.6/shorewall-4.6.9/%{name}-docs-html-%version.tar.bz2
 Source7:%{name}-4.4.22.rpmlintrc
 Source8:README.openSUSE
 # PATCH-FIX-UPSTREAM tog...@opensuse.org Shorewall-lite init.suse.sh Required 
Stop

++ shorewall-4.6.8.1.tar.bz2 - shorewall-4.6.9.tar.bz2 ++
 2622 lines of diff (skipped)

++ shorewall-core-4.6.8.1.tar.bz2 - shorewall-core-4.6.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/shorewall-core-4.6.8.1/changelog.txt 
new/shorewall-core-4.6.9/changelog.txt
--- old/shorewall-core-4.6.8.1/changelog.txt2015-04-11 16:50:07.0 
+0200
+++ new/shorewall-core-4.6.9/changelog.txt  2015-05-06 18:14:15.0 
+0200
@@ -1,9 +1,55 @@
-Changes in 4.6.8.1
+Changes in 4.6.9 Final
 
 1)  

commit python-grequests for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-grequests for 
openSUSE:Factory checked in at 2015-05-10 10:46:24

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


Package is python-grequests

Changes:

--- /work/SRC/openSUSE:Factory/python-grequests/python-grequests.changes
2013-10-25 11:17:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-grequests.new/python-grequests.changes   
2015-05-10 10:46:26.0 +0200
@@ -1,0 +2,10 @@
+Wed May  6 12:47:45 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.2.0:
+  * no changelog available
+- add python-requests as a runtime dependency
+- add python-gevent and python-requests as build dependencies to
+  ensure their availability
+- rename README to README.rst to follow upstream
+
+---

Old:

  grequests-0.1.0.tar.gz

New:

  grequests-0.2.0.tar.gz



Other differences:
--
++ python-grequests.spec ++
--- /var/tmp/diff_new_pack.al0NMy/_old  2015-05-10 10:46:26.0 +0200
+++ /var/tmp/diff_new_pack.al0NMy/_new  2015-05-10 10:46:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-grequests
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-grequests
-Version:0.1.0
+Version:0.2.0
 Release:0
 Summary:Requests + Gevent
 License:BSD-2-Clause
@@ -26,8 +26,11 @@
 Source: 
http://pypi.python.org/packages/source/g/grequests/grequests-%{version}.tar.gz
 Source1:LICENSE
 BuildRequires:  python-devel
+BuildRequires:  python-gevent
+BuildRequires:  python-requests = 1.0.0
 BuildRequires:  python-setuptools
 Requires:   python-gevent
+Requires:   python-requests = 1.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -75,7 +78,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README LICENSE
+%doc README.rst LICENSE
 %{python_sitelib}/*
 
 %changelog

++ grequests-0.1.0.tar.gz - grequests-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grequests-0.1.0/PKG-INFO new/grequests-0.2.0/PKG-INFO
--- old/grequests-0.1.0/PKG-INFO2012-05-11 00:20:59.0 +0200
+++ new/grequests-0.2.0/PKG-INFO2013-03-05 00:12:31.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: grequests
-Version: 0.1.0
+Version: 0.2.0
 Summary: Requests + Gevent
 Home-page: https://github.com/kennethreitz/grequests
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grequests-0.1.0/README.rst 
new/grequests-0.2.0/README.rst
--- old/grequests-0.1.0/README.rst  1970-01-01 01:00:00.0 +0100
+++ new/grequests-0.2.0/README.rst  2013-03-05 00:00:08.0 +0100
@@ -0,0 +1,38 @@
+GRequests: Asyncronous Requests
+===
+
+GRequests allows you to use Requests with Gevent to make asyncronous HTTP
+Requests easily.
+
+
+Usage
+-
+
+Usage is simple::
+
+import grequests
+
+urls = [
+'http://www.heroku.com',
+'http://python-tablib.org',
+'http://httpbin.org',
+'http://python-requests.org',
+'http://kennethreitz.com'
+]
+
+Create a set of unsent Requests::
+
+ rs = (grequests.get(u) for u in urls)
+
+Send them all at the same time::
+
+ grequests.map(rs)
+[Response [200], Response [200], Response [200], Response [200], 
Response [200]]
+
+
+Installation
+
+
+Installation is easy with pip::
+
+$ pip install grequests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grequests-0.1.0/grequests.egg-info/PKG-INFO 
new/grequests-0.2.0/grequests.egg-info/PKG-INFO
--- old/grequests-0.1.0/grequests.egg-info/PKG-INFO 2012-05-11 
00:20:59.0 +0200
+++ new/grequests-0.2.0/grequests.egg-info/PKG-INFO 2013-03-05 
00:12:31.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: grequests
-Version: 0.1.0
+Version: 0.2.0
 Summary: Requests + Gevent
 Home-page: https://github.com/kennethreitz/grequests
 Author: Kenneth Reitz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-happybase for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-happybase for 
openSUSE:Factory checked in at 2015-05-10 10:46:29

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


Package is python-happybase

Changes:

--- /work/SRC/openSUSE:Factory/python-happybase/python-happybase.changes
2014-04-17 14:08:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-happybase.new/python-happybase.changes   
2015-05-10 10:46:31.0 +0200
@@ -1,0 +2,10 @@
+Wed May  6 14:14:33 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9:
+  * Fix an issue where scanners would return fewer results than
+expected due to HBase not always behaving as its documentation
+suggests (issue #72).
+  * Add support for the Thrift compact protocol (TCompactProtocol)
+in :py:class:`Connection` (issue #70).
+
+---

Old:

  happybase-0.8.tar.gz

New:

  happybase-0.9.tar.gz



Other differences:
--
++ python-happybase.spec ++
--- /var/tmp/diff_new_pack.teqFQy/_old  2015-05-10 10:46:31.0 +0200
+++ /var/tmp/diff_new_pack.teqFQy/_new  2015-05-10 10:46:31.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-happybase
 #
-# 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-happybase
-Version:0.8
+Version:0.9
 Release:0
 Summary:A developer-friendly Python library to interact with Apache 
HBase
 License:MIT

++ happybase-0.8.tar.gz - happybase-0.9.tar.gz ++
 2633 lines of diff (skipped)




commit libquazip-qt5 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libquazip-qt5 for openSUSE:Factory 
checked in at 2015-05-10 10:46:58

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


Package is libquazip-qt5

Changes:

--- /work/SRC/openSUSE:Factory/libquazip-qt5/libquazip-qt5.changes  
2015-01-08 23:01:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.libquazip-qt5.new/libquazip-qt5.changes 
2015-05-10 10:47:01.0 +0200
@@ -1,0 +2,13 @@
+Thu May  7 20:27:34 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Comment out the Source URL, since we now have a git snapshot
+
+---
+Fri Feb  6 22:46:59 UTC 2015 - d...@dominik-schmidt.de
+
+- update to latest svn trunk
+  * fixes coninstallation of Qt4 and Qt5 devel packages 
+  * remove patch soversion.diff, it was a downstream hack
+* upstream uses a new soname now
+
+---

Old:

  quazip-0.7.tar.gz
  soversion.diff

New:

  quazip-0.7+20150206.tar.gz



Other differences:
--
++ libquazip-qt5.spec ++
--- /var/tmp/diff_new_pack.IQlzCF/_old  2015-05-10 10:47:01.0 +0200
+++ /var/tmp/diff_new_pack.IQlzCF/_new  2015-05-10 10:47:01.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package quazip
+# spec file for package libquazip-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -15,33 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define  _sov   2
+
+%define  _sov   1
 Name:   libquazip-qt5
-Version:0.7
+Version:0.7+20150206
 Release:0
 Summary:C++ wrapper for ZIP/UNZIP
 License:GPL-2.0+ or LGPL-2.1+
 Group:  Development/Libraries/C and C++
-
 Url:http://quazip.sourceforge.net/
-Source0:
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
-Patch0: soversion.diff 
+#Source0:
http://sourceforge.net/projects/quazip/files/quazip/%{version}/quazip-%{version}.tar.gz
+Source0:quazip-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+
+BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gnome
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(Qt5Core)
+
 %description
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit.
 Useful to access ZIP archives from the Qt5 programs.
 
-%package -n libquazip%_sov
+%package -n libquazip5-%_sov
 Summary:C++ wrapper for ZIP/UNZIP
 Group:  Development/Libraries/C and C++
 
-%description -n libquazip%_sov
+%description -n libquazip5-%_sov
 A C++ wrapper for the Gilles Vollant's ZIP/UNZIP C package, using Qt5 toolkit.
 Useful to access ZIP archives from the Qt5 programs.
 
@@ -49,9 +52,8 @@
 %packagedevel
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
-Requires:   libquazip2 = %{version}-%{release}
+Requires:   libquazip5-%_sov = %{version}-%{release}
 Requires:   pkgconfig(Qt5Core)
-Conflicts:  quazip-devel
 
 %descriptiondevel
 The %{name}-devel package contains libraries and header files for
@@ -68,41 +70,35 @@
 
 %prep
 %setup -q  -n quazip-%{version}
-%patch0 -p0
 
 %build
+%cmake -DCMAKE_CXX_FLAGS=-fPIC
+%make_jobs
+
+cd ..
 echo 'HTML_TIMESTAMP=NO'  Doxyfile
-pushd quazip
-qmake-qt5 PREFIX=%{_prefix} QMAKE_CFLAGS=%optflags QMAKE_CXXFLAGS=%optflags 
-fvisibility-inlines-hidden
-%__make %{?_smp_mflags}
-popd
 doxygen -u
 doxygen
 
 %install
-pushd quazip
-%__make install INSTALL_ROOT=%{buildroot}
-if [ %{_lib} != lib ]; then
-  %__mv %{buildroot}%{_prefix}/lib %{buildroot}%{_libdir}
-fi
-popd
-pushd doc/html
-%fdupes -s .
-popd
+cd build
+%make_install
+rm %{buildroot}/%{_libdir}/libquazip.a
 
-%post -n libquazip%_sov -p /sbin/ldconfig
+%post -n libquazip5-%_sov -p /sbin/ldconfig
 
-%postun -n libquazip%_sov -p /sbin/ldconfig
+%postun -n libquazip5-%_sov -p /sbin/ldconfig
 
-%files -n libquazip%_sov
+%files -n libquazip5-%_sov
 %defattr(-,root,root,-)
 %doc COPYING* NEWS.txt README.txt
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/*
+%{_includedir}/quazip5/
 %{_libdir}/*.so
+%{_datadir}/cmake/Modules/FindQuaZip5.cmake
 
 %files doc
 %defattr(-,root,root,-)




commit ipsec-tools for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package ipsec-tools for openSUSE:Factory 
checked in at 2015-05-10 10:46:44

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


Package is ipsec-tools

Changes:

--- /work/SRC/openSUSE:Factory/ipsec-tools/ipsec-tools.changes  2015-01-24 
22:20:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipsec-tools.new/ipsec-tools.changes 
2015-05-10 10:46:46.0 +0200
@@ -1,0 +2,9 @@
+Thu Apr 23 11:07:44 UTC 2015 - meiss...@suse.com
+
+- racoon-fips-rsa.patch: Use a default exponent of at least 65537
+  (minimum FIPS required public exponent)
+- racoon-no-md5.patch: replace one md5 usage by sha1 in an internal
+  hash table. Allow md5 usage for an external visible interface,
+  as it is also hashing only.
+
+---

New:

  racoon-fips-rsa.patch
  racoon-no-md5.patch



Other differences:
--
++ ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.DSbebL/_old  2015-05-10 10:46:47.0 +0200
+++ /var/tmp/diff_new_pack.DSbebL/_new  2015-05-10 10:46:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ipsec-tools
 #
-# 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
@@ -35,6 +35,8 @@
 Patch2: ipsec-tools-0.7.3-linkerflag.patch
 Patch3: ipsec-tools-0.8.0-nodevel.patch
 Patch4: ipsec-tools-0.8.0-certasn1txtbroken.patch
+Patch5: racoon-fips-rsa.patch
+Patch6: racoon-no-md5.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %insserv_prereq %fillup_prereq
 BuildRequires:  bison
@@ -75,6 +77,8 @@
 %patch2
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 ./bootstrap
 sed -i 's|-Werror||g' configure
 

++ racoon-fips-rsa.patch ++
Index: ipsec-tools-0.8.0/src/racoon/plainrsa-gen.8
===
--- ipsec-tools-0.8.0.orig/src/racoon/plainrsa-gen.8
+++ ipsec-tools-0.8.0/src/racoon/plainrsa-gen.8
@@ -74,7 +74,7 @@ Note that generating longer keys takes l
 .It Fl e Ar pubexp
 value of RSA public exponent.
 Default is
-.Li 0x3 .
+.Li 0x10001 .
 Don't change this unless you really know what you are doing!
 .It Fl f Ar outfile
 .Ar outfile
Index: ipsec-tools-0.8.0/src/racoon/plainrsa-gen.c
===
--- ipsec-tools-0.8.0.orig/src/racoon/plainrsa-gen.c
+++ ipsec-tools-0.8.0/src/racoon/plainrsa-gen.c
@@ -72,7 +72,7 @@ usage (char *argv0)
fprintf(stderr, Usage: %s [options]\n, argv0);
fprintf(stderr, \n);
fprintf(stderr,   -b bits   Generate bits long RSA key 
(default=1024)\n);
-   fprintf(stderr,   -e pubexp Public exponent to use 
(default=0x3)\n);
+   fprintf(stderr,   -e pubexp Public exponent to use 
(default=%d)\n, RSA_F4);
fprintf(stderr,   -f filename   Filename to store the key to 
(default=stdout)\n);
fprintf(stderr,   -i filename   Input source for format conversion\n);
fprintf(stderr,   -hHelp\n);
@@ -222,7 +222,7 @@ main (int argc, char *argv[])
 {
FILE *fp = stdout, *fpin = NULL;
size_t bits = 1024;
-   unsigned int pubexp = 0x3;
+   unsigned int pubexp = RSA_F4;
struct stat st;
extern char *optarg;
extern int optind;
++ racoon-no-md5.patch ++
Index: ipsec-tools-0.8.0/src/racoon/handler.c
===
--- ipsec-tools-0.8.0.orig/src/racoon/handler.c
+++ ipsec-tools-0.8.0/src/racoon/handler.c
@@ -1022,7 +1022,7 @@ check_recvdpkt(remote, local, rbuf)
struct timeval now, diff;
int len, s;
 
-   hash = eay_md5_one(rbuf);
+   hash = eay_sha1_one(rbuf);
if (!hash) {
plog(LLV_ERROR, LOCATION, NULL,
failed to allocate buffer.\n);
@@ -1109,7 +1109,7 @@ add_recvdpkt(remote, local, sbuf, rbuf)
return -1;
}
 
-   new-hash = eay_md5_one(rbuf);
+   new-hash = eay_sha1_one(rbuf);
if (!new-hash) {
plog(LLV_ERROR, LOCATION, NULL,
failed to allocate buffer.\n);
Index: ipsec-tools-0.8.0/src/racoon/crypto_openssl.c
===
--- ipsec-tools-0.8.0.orig/src/racoon/crypto_openssl.c
+++ ipsec-tools-0.8.0/src/racoon/crypto_openssl.c
@@ -2343,6 +2343,35 @@ eay_md5_one(data)
return 

commit apache2-mod_nss for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package apache2-mod_nss for openSUSE:Factory 
checked in at 2015-05-10 10:46:55

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


Package is apache2-mod_nss

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_nss/apache2-mod_nss.changes  
2015-04-10 09:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_nss.new/apache2-mod_nss.changes 
2015-05-10 10:46:58.0 +0200
@@ -1,0 +2,5 @@
+Thu May  7 12:27:40 UTC 2015 - kstreit...@suse.com
+
+- change of url and source address 
+
+---



Other differences:
--
++ apache2-mod_nss.spec ++
--- /var/tmp/diff_new_pack.9ZDWiG/_old  2015-05-10 10:46:59.0 +0200
+++ /var/tmp/diff_new_pack.9ZDWiG/_new  2015-05-10 10:46:59.0 +0200
@@ -22,8 +22,8 @@
 Group:  Productivity/Networking/Web/Servers
 Version:1.0.8
 Release:0.4.8
-Url:http://directory.fedoraproject.org/wiki/Mod_nss
-Source: 
http://directory.fedoraproject.org/sources/mod_nss-%{version}.tar.gz
+Url:https://fedorahosted.org/mod_nss
+Source: 
https://fedorahosted.org/released/mod_nss/mod_nss-%{version}.tar.gz
 Source1:mod_nss.conf.in
 Source2:listen_nss.conf
 Source3:mod_nss_migrate.pl




commit python-pyghmi for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-pyghmi for openSUSE:Factory 
checked in at 2015-05-10 10:46:36

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


Package is python-pyghmi

Changes:

--- /work/SRC/openSUSE:Factory/python-pyghmi/python-pyghmi.changes  
2014-07-02 15:05:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyghmi.new/python-pyghmi.changes 
2015-05-10 10:46:37.0 +0200
@@ -1,0 +2,52 @@
+Wed May  6 16:59:30 UTC 2015 - tbecht...@suse.com
+
+- update to 0.7.1:
+  * Add system UUID to inventory
+  * Fix parsing of 6bit ascii
+  * Clean up strings from FRU
+  * Add function to fetch a specific items inventory
+  * Tolerate errors in 'extra' fields
+  * Create framework for OEM extensions
+  * Implement FRU inventory
+  * Try setting optional byte in set user acess
+  * Reduce cost of packet transmit
+  * Ignore packet overrun in RAKP2 and RAKP4
+  * Streamline and simplify IO Polling
+  * Reduce severity of a non-redundant state
+  * Add missing generic discrete codes
+  * Fix exceptions on sdr read
+  * Move packet queue into IO thread
+  * Fix needless retries due to misdirected packets
+  * Handle concurrent session requests
+  * Added a BMC (IPMI) frontend for virsh
+  * Add a --port option to fakebmc
+  * Correct delay_xmit behavior
+  * Rework IO Worker thread behavior
+  * Correct redundant timedout calls in recursion
+  * Assign code to timeout behavior
+  * Gracefully handle error while acking SOL
+  * add more commands
+  * Enhance IpmiException to carry IPMI codenumber
+  * Allow request for single sensor by name
+  * Expose sensor description data
+  * Implement server side IPMI protocol
+  * Check for IPMIPASSWORD env var in pyghmiutil
+  * Run pep8 on files in bin/
+  * Provide access to chassis identify
+  * Implement retrieval of uefi flag in boot devs
+  * Recover from kill() while in command
+  * Remove overly aggressive packet processing
+  * Handle custom keepalive modifications on the fly
+  * Avoid exception on close
+  * Avoid recursing between keepalive and raw_command
+  * Work toward Python 3.4 support and testing
+  * Fix IO worker tolerance of errors
+  * Force non-numeric for compact sensor records
+  * Change to name-only lookups in RAKP
+  * Handle non-linear and unrecognized linearizations
+  * Add 'persistent' to return dict of get_bootdev
+  * Raise IpmiException on an error setting/getting the boot device
+  * Use get() to avoid KeyError on get_bootdev()
+  * Reduce severity of generic discrete assert to 'Ok'
+
+---

Old:

  pyghmi-0.6.15.tar.gz

New:

  pyghmi-0.7.1.tar.gz



Other differences:
--
++ python-pyghmi.spec ++
--- /var/tmp/diff_new_pack.IOcMrm/_old  2015-05-10 10:46:37.0 +0200
+++ /var/tmp/diff_new_pack.IOcMrm/_new  2015-05-10 10:46:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyghmi
 #
-# 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-pyghmi
-Version:0.6.15
+Version:0.7.1
 Release:0
 Summary:Python General Hardware Management Initiative (IPMI and others)
 License:Apache-2.0
@@ -30,6 +30,8 @@
 BuildRequires:  python-testrepository
 Requires:   python-pbr
 Requires:   python-pycrypto = 2.6
+# libvirt-python is only needed for bin/virshbmc
+Recommends: libvirt-python = 1.2.5
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -57,6 +59,7 @@
 %doc ChangeLog README LICENSE AUTHORS
 %{_bindir}/pyghmicons
 %{_bindir}/pyghmiutil
+%{_bindir}/virshbmc
 %{python_sitelib}/*
 
 %changelog

++ pyghmi-0.6.15.tar.gz - pyghmi-0.7.1.tar.gz ++
 4168 lines of diff (skipped)




commit python-smmap for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-smmap for openSUSE:Factory 
checked in at 2015-05-10 10:46:21

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


Package is python-smmap

Changes:

--- /work/SRC/openSUSE:Factory/python-smmap/python-smmap.changes
2013-10-25 11:32:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-smmap.new/python-smmap.changes   
2015-05-10 10:46:21.0 +0200
@@ -1,0 +2,24 @@
+Tue May  5 17:54:52 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9.0:
+  * Fixed issue with resources never being freed as mmaps were
+never closed
+  * Client counting is now done manually, instead of relying on
+pyton's reference count
+- additional changes from version 0.8.5:
+  * Fixed Python 3.0-3.3 regression, which also causes smmap to
+become about 3 times slower depending on the code path. It's
+related to this bug (http://bugs.python.org/issue15958), which
+was fixed in python 3.4
+- additional changes from version 0.8.4:
+  * Fixed Python 3 performance regression
+- additional changes from version 0.8.3:
+  * Cleaned up code and assured it works sufficiently well with
+python 3
+- update project URL
+- add fdupes as BuildRequires and call it after install
+- add dependencies (nose, nosexcover) for the tests
+- add delete_platform_specific_test.patch: fix tests on powerpc
+- pass -q to the test to avoid spamming the build log
+
+---

Old:

  smmap-0.8.2.tar.gz

New:

  delete_platform_specific_test.patch
  smmap-0.9.0.tar.gz



Other differences:
--
++ python-smmap.spec ++
--- /var/tmp/diff_new_pack.2SX6KD/_old  2015-05-10 10:46:22.0 +0200
+++ /var/tmp/diff_new_pack.2SX6KD/_new  2015-05-10 10:46:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-smmap
 #
-# 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,20 @@
 
 
 Name:   python-smmap
-Version:0.8.2
+Version:0.9.0
 Release:0
-Url:https://github.com/Byron/smmap
+Url:https://github.com/gitpython-developers/smmap
 Summary:A pure git implementation of a sliding window memory map 
manager
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/s/smmap/smmap-%{version}.tar.gz
+# PATCH-FIX-OPENSUSE delete_platform_specific_test.patch -- fix tests on 
powerpc
+Patch0: delete_platform_specific_test.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
+BuildRequires:  python-nose
+BuildRequires:  python-nosexcover
 BuildRequires:  python-setuptools
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -46,15 +51,17 @@
 
 %prep
 %setup -q -n smmap-%{version}
+%patch0 -p1
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)

++ delete_platform_specific_test.patch ++
Remove a test that fails on powerpc and probably any non x86 platform.

Index: b/smmap/test/test_util.py
===
--- a/smmap/test/test_util.py
+++ b/smmap/test/test_util.py
@@ -76,14 +76,6 @@ class TestMMan(TestBase):
 
 assert rfull.includes_ofs(0) and rfull.includes_ofs(fc.size - 1) and 
rfull.includes_ofs(half_size)
 assert not rfull.includes_ofs(-1) and not 
rfull.includes_ofs(sys.maxsize)
-# with the values we have, this test only works on windows where an 
alignment
-# size of 4096 is assumed.
-# We only test on linux as it is inconsitent between the python 
versions
-# as they use different mapping techniques to circumvent the missing 
offset
-# argument of mmap.
-if sys.platform != 'win32':
-assert rhalfofs.includes_ofs(rofs) and not rhalfofs.includes_ofs(0)
-# END handle platforms
 
 # auto-refcount
 assert rfull.client_count() == 1
++ smmap-0.8.2.tar.gz - smmap-0.9.0.tar.gz ++
 3554 lines of diff (skipped)




commit rsyslog for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2015-05-10 10:46:56

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


Package is rsyslog

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2015-04-22 
01:18:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2015-05-10 
10:47:00.0 +0200
@@ -1,0 +2,14 @@
+Thu Apr 30 12:39:07 UTC 2015 - jeng...@inai.de
+
+- Documentation does not depend on the presence of anything
+
+---
+Mon Apr 27 14:53:52 UTC 2015 - jseg...@novell.com
+
+- Adjusted apparmor profile based on the suggestions by Christian Boltz
+  * Removed empty files: module-pgsql, module-relp, module-gssapi, module-gtls
+  * Moved profiles to /usr/share/apparmor/extra-profiles/
+  * Blocked capability block_suspend
+  plus some other small fixes
+
+---

Old:

  module-gssapi
  module-gtls
  module-pgsql
  module-relp



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.B0pRR2/_old  2015-05-10 10:47:01.0 +0200
+++ /var/tmp/diff_new_pack.B0pRR2/_new  2015-05-10 10:47:01.0 +0200
@@ -200,13 +200,9 @@
 Source4:rsyslog.d.remote.conf.in
 Source5:rsyslog-service-prepare.in
 Source6:usr.sbin.rsyslogd
-Source7:module-gssapi
-Source8:module-gtls
-Source9:module-mysql
-Source10:   module-pgsql
-Source11:   module-relp
-Source12:   module-snmp
-Source13:   module-udpspoof
+Source7:module-mysql
+Source8:module-snmp
+Source9:module-udpspoof
 Source14:   
http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{upstream_version}.tar.gz
 Source15:   rsyslog.firewall
 
@@ -215,11 +211,10 @@
 
 # this is a dirty hack since % dir does only work for the specified directory 
and nothing above
 # but I want to be able to switch this to /etc/apparmor.d once the profiles 
received more testing
-%define APPARMOR_PROFILE_PATH /etc/apparmor/profiles/extras
-%define APPARMOR_PROFILE_PATH_DIR_COMMANDS %dir /etc/apparmor/ \
-   %dir /etc/apparmor/profiles \
-   %dir /etc/apparmor/profiles/extras \
-   %dir 
/etc/apparmor/profiles/extras/rsyslog.d
+%define APPARMOR_PROFILE_PATH /usr/share/apparmor/extra-profiles
+%define APPARMOR_PROFILE_PATH_DIR_COMMANDS %dir /usr/share/apparmor \
+   %dir 
/usr/share/apparmor/extra-profiles \
+   %dir 
/usr/share/apparmor/extra-profiles/rsyslog.d
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -231,7 +226,6 @@
 setup for the novice user.
 
 %package doc
-Requires:   %{name} = %{version}
 Summary:Additional documentation for rsyslog
 Group:  System/Daemons
 
@@ -737,26 +731,14 @@
 chmod 644 %{buildroot}%{rsyslog_sockets_cfg}
 mkdir -p %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 install -m0640 %{SOURCE6} %{buildroot}%{APPARMOR_PROFILE_PATH}/
-%if %{with gssapi}
-  install -m0640 %{SOURCE7} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
-%endif
-%if %{with gnutls}
-  install -m0640 %{SOURCE8} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
-%endif
 %if %{with mysql}
-  install -m0640 %{SOURCE9} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
-%endif
-%if %{with pgsql}
-  install -m0640 %{SOURCE10} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
-%endif
-%if %{with relp}
-  install -m0640 %{SOURCE11} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
+  install -m0640 %{SOURCE7} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 %endif
 %if %{with snmp}
-  install -m0640 %{SOURCE12} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
+  install -m0640 %{SOURCE8} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 %endif
 %if %{with udpspoof}
-  install -m0640 %{SOURCE13} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
+  install -m0640 %{SOURCE9} %{buildroot}%{APPARMOR_PROFILE_PATH}/rsyslog.d/
 %endif
 
 # firewall config
@@ -994,7 +976,6 @@
 %{rsyslog_module_dir_withdeps}/omgssapi.so
 %{rsyslog_module_dir_withdeps}/imgssapi.so
 %{rsyslog_module_dir_withdeps}/lmgssutil.so
-%config  %{APPARMOR_PROFILE_PATH}/rsyslog.d/module-gssapi
 %endif
 
 %if %{with mysql}
@@ -1012,7 +993,6 @@
 %defattr(-,root,root)
 %doc %{rsyslogdocdir}/pgsql-createDB.sql
 %{rsyslog_module_dir_withdeps}/ompgsql.so
-%config %{APPARMOR_PROFILE_PATH}/rsyslog.d/module-pgsql
 %endif
 
 %if %{with dbi}
@@ -1036,7 

commit python-pbr for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2015-05-10 10:46:12

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


Package is python-pbr

Changes:

--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes2015-04-21 
10:51:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes   
2015-05-10 10:46:13.0 +0200
@@ -1,0 +2,29 @@
+Tue May  5 10:57:35 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.11.0:
+  * Issue #1450210: Preversioning rc tag handling
+  * Stop testing setup.py easy_install behaviour
+  * Test pip install -e of projects
+  * Build all the wheels in one pass rather than many
+  * Improve integration.sh
+  * Honour new test variable PIPVERSION
+  * Be safe, don't let friends use RawConfigParser
+  * Revert Support platform-specific requirements files
+  * Reinstate pure-git-hashes-are-illegal test
+  * Ignore non-release related tags
+  * Test that MANIFEST.in excludes work
+  * Fixup semver
+  * Better diagnostics on test failure
+  * Don't avoid egg-info quite so often
+  * Add truncated lincense text
+  * packages might list multiple directories
+  * Support script text override for newer develop
+  * Fixes Windows generated scripts headers
+  * Update README format to match release notes tool
+  * Be more aggressive about building wheels
+  * Use a wheelhouse in the integration test
+  * Build a wheel when integration testing PBR changes
+  * Use unsafe OpenPGP keys for testing
+- increase required version of python-hacking for the tests
+
+---

Old:

  pbr-0.10.8.tar.gz

New:

  pbr-0.11.0.tar.gz



Other differences:
--
++ python-pbr.spec ++
--- /var/tmp/diff_new_pack.uQjyDk/_old  2015-05-10 10:46:13.0 +0200
+++ /var/tmp/diff_new_pack.uQjyDk/_new  2015-05-10 10:46:13.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with test
 
 Name:   python-pbr
-Version:0.10.8
+Version:0.11.0
 Release:0
 Summary:Python Build Reasonableness
 License:Apache-2.0
@@ -42,7 +42,7 @@
 BuildRequires:  python-discover
 %endif
 BuildRequires:  python-fixtures = 0.3.14
-BuildRequires:  python-hacking =0.8
+BuildRequires:  python-hacking = 0.9.2
 BuildRequires:  python-mock = 1.0
 BuildRequires:  python-python-subunit = 0.0.18
 BuildRequires:  python-testrepository = 0.0.18

++ pbr-0.10.8.tar.gz - pbr-0.11.0.tar.gz ++
 2852 lines of diff (skipped)




commit python-manuel for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-manuel for openSUSE:Factory 
checked in at 2015-05-10 10:46:42

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


Package is python-manuel

Changes:

--- /work/SRC/openSUSE:Factory/python-manuel/python-manuel.changes  
2013-09-26 19:53:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-manuel.new/python-manuel.changes 
2015-05-10 10:46:43.0 +0200
@@ -1,0 +2,11 @@
+Thu May  7 11:52:21 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.8.0:
+  * Fixed ResourceWarnings under Python 3.
+  * Added support for PyPy and Python 3.4.
+  * Drop official support for Python 3.1 and 3.2.
+  * Fix odd ImportError problems when used with tox and coverage.
+  * Fix parsing of reST codeblock options with hyphens.
+- rename documentation files .txt to .rst: changed upstream
+
+---

Old:

  manuel-1.7.2.tar.gz

New:

  manuel-1.8.0.tar.gz



Other differences:
--
++ python-manuel.spec ++
--- /var/tmp/diff_new_pack.hu3C2P/_old  2015-05-10 10:46:43.0 +0200
+++ /var/tmp/diff_new_pack.hu3C2P/_new  2015-05-10 10:46:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-manuel
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,17 +12,18 @@
 # case the license is the MIT License). An Open Source License is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-manuel
-Version:1.7.2
+Version:1.8.0
 Release:0
-License:Apache-2.0
 Summary:Build tested documentation
-Url:http://www.python.org/pypi/manuel
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://www.python.org/pypi/manuel
 Source: 
https://pypi.python.org/packages/source/m/manuel/manuel-%{version}.tar.gz
 BuildRequires:  python-setuptools
 BuildRequires:  python-six
@@ -64,11 +65,11 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst
+%doc CHANGES.rst COPYRIGHT.rst LICENSE.rst PKG-INFO README.rst
 %python_sitelib/*
 
 %files doc

++ manuel-1.7.2.tar.gz - manuel-1.8.0.tar.gz ++
 1742 lines of diff (skipped)




commit geos for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2015-05-10 10:47:03

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


Package is geos

Changes:

--- /work/SRC/openSUSE:Factory/geos/geos.changes2015-02-05 
11:00:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new/geos.changes   2015-05-10 
10:47:04.0 +0200
@@ -1,0 +2,6 @@
+Fri May  8 07:37:23 UTC 2015 - mplus...@suse.com
+
+- Do not ship .la files
+- Disable tests on no intel architectures
+
+---



Other differences:
--
++ geos.spec ++
--- /var/tmp/diff_new_pack.06TZZd/_old  2015-05-10 10:47:04.0 +0200
+++ /var/tmp/diff_new_pack.06TZZd/_new  2015-05-10 10:47:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geos
 #
-# 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
@@ -29,9 +29,9 @@
 Patch0: libruby.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  python-devel
 BuildRequires:  swig
-BuildRequires:  libtool
 Provides:   libgeos = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  1210
@@ -40,9 +40,9 @@
 %endif
 # Dependencies for opensuse but not for SLE-12
 %if 0%{?suse_version} = 1210  0%{?suse_version} != 1315
+BuildRequires:  chrpath
 BuildRequires:  php-devel
 BuildRequires:  php5-pear-phpunit
-BuildRequires:  chrpath
 %endif
 
 %description
@@ -74,7 +74,7 @@
 Summary:PHP bindings for Geometry Engine
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   php5 = %{phpversion}
+Requires:   php5 = %{phpversion}
 
 %description -n php5-%{name}
 GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
@@ -147,7 +147,8 @@
 done
 %endif
 
-%configure --disable-static \
+%configure \
+   --disable-static \
   %if 0%{?suse_version}  1210
   --enable-ruby \
   %endif
@@ -162,10 +163,14 @@
 cd doc
 make %{?_smp_mflags} doxygen-html
 
+# tests fail with older releases and no intel architectures
+# while this was reported to upstream, there has been no reply
 %if 0%{?suse_version}  1210
+%ifarch ix86 x86_64
 %check
 make %{?_smp_mflags} check
 %endif
+%endif
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -178,9 +183,13 @@
 install -D -m 0644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/php.d/
 %endif
 
+# do not ship statical libraries or la files
 rm -rf %{buildroot}/%{_libdir}/*.a
+rm -rf %{buildroot}/%{_libdir}/*.la
 rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.a
+rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.la
 rm -rf %{buildroot}/%{rb_vendorarchdir}/*.a
+rm -rf %{buildroot}/%{rb_vendorarchdir}/*.la
 
 %if 0%{?suse_version} = 1210  0%{?suse_version} != 1315
 chrpath --delete %{buildroot}%{_libdir}/php5/extensions/%{name}.so
@@ -216,16 +225,14 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
 %{rb_vendorarchdir}/%{name}.so
-%{rb_vendorarchdir}/%{name}.la
 %endif
 
 %files -n %{name}-devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%doc %{_mandir}/man1/%{name}-config.1.gz
+%{_mandir}/man1/%{name}-config.1.gz
 %{_bindir}/%{name}-config
 %{_includedir}/*
-%{_libdir}/*.la
 %{_libdir}/lib%{name}.so
 %{_libdir}/lib%{name}_c.so
 




commit homebank for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package homebank for openSUSE:Factory 
checked in at 2015-05-10 10:46:48

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


Package is homebank

Changes:

--- /work/SRC/openSUSE:Factory/homebank/homebank.changes2015-04-10 
09:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.homebank.new/homebank.changes   2015-05-10 
10:46:49.0 +0200
@@ -1,0 +2,12 @@
+Thu May  7 10:55:39 UTC 2015 - zai...@opensuse.org
+
+- Update to version 5.0.2:
+  + Fix importing CSV files automatically creates 3 new accounts.
+  + Fix date filter From/To fields not working in Trend time and
+Balance reports.
+  + Fix saving cut file name after a dot.
+  + Fix budget amount is wrong (seems twice).
+  + Fix calendar widget can't be dismissed by clicking on the arrow
+or text entry.
+
+---

Old:

  homebank-5.0.1.tar.gz

New:

  homebank-5.0.2.tar.gz



Other differences:
--
++ homebank.spec ++
--- /var/tmp/diff_new_pack.YIaxyA/_old  2015-05-10 10:46:50.0 +0200
+++ /var/tmp/diff_new_pack.YIaxyA/_new  2015-05-10 10:46:50.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   homebank
-Version:5.0.1
+Version:5.0.2
 Release:0
 Summary:Application to manage personal accounts
 License:GPL-2.0+

++ homebank-5.0.1.tar.gz - homebank-5.0.2.tar.gz ++
 1756 lines of diff (skipped)




commit python-imagestore for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-imagestore for 
openSUSE:Factory checked in at 2015-05-10 10:46:32

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


Package is python-imagestore

Changes:

--- /work/SRC/openSUSE:Factory/python-imagestore/python-imagestore.changes  
2013-12-09 16:57:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-imagestore.new/python-imagestore.changes 
2015-05-10 10:46:33.0 +0200
@@ -1,0 +2,8 @@
+Wed May  6 15:35:13 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 2.9.1:
+  * no changelog available
+- remove erroneous executable bit of django.po
+- call find_lang to tag translation files
+
+---

Old:

  imagestore-2.7.6.tar.gz

New:

  imagestore-2.9.1.tar.gz



Other differences:
--
++ python-imagestore.spec ++
--- /var/tmp/diff_new_pack.HSbK9a/_old  2015-05-10 10:46:33.0 +0200
+++ /var/tmp/diff_new_pack.HSbK9a/_new  2015-05-10 10:46:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-imagestore
 #
-# 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,8 +17,8 @@
 
 
 Name:   python-imagestore
-Version:2.7.6
-Release:6
+Version:2.9.1
+Release:0
 Summary:Gallery solution for django projects
 License:GPL-2.0+
 Group:  Development/Languages/Python
@@ -66,14 +66,16 @@
 %prep
 %setup -q -n imagestore-%{version}
 find . -type f -name *.py | xargs sed -i /#!.*/d # Fix non-executable 
script warning
+chmod -x imagestore/locale/fi/LC_MESSAGES/django.po # remove erroneous 
executable bit
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%find_lang django %{name}.lang
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 %doc README README.rst

++ imagestore-2.7.6.tar.gz - imagestore-2.9.1.tar.gz ++
 6326 lines of diff (skipped)




commit python-gnupg for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2015-05-10 10:46:22

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


Package is python-gnupg

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2013-12-16 07:09:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2015-05-10 10:46:24.0 +0200
@@ -1,0 +2,44 @@
+Wed May  6 12:08:06 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.3.7:
+  * Added an output keyword parameter to the sign and sign_file
+methods, to allow writing the signature to a file
+  * Allowed specifying True for the sign keyword parameter, which
+allows use of the default key for signing and avoids having to
+specify a key id when it's desired to use the default
+  * Used a uniform approach with subprocess on Windows and POSIX:
+shell=True is not used on either
+  * When signing/verifying, the status is updated to reflect any
+expired or revoked keys or signatures
+  * Handled 'NOTATION_NAME' and 'NOTATION_DATA' during verification
+  * Fixed #1, #16, #18, #20: Quoting approach changed, since now
+shell=False
+  * Fixed #14: Handled 'NEED_PASSPHRASE_PIN' message
+  * Fixed #8: Added a scan_keys method to allow scanning of keys
+without the need to import into a keyring
+  * Fixed #5: Added '0x' prefix when searching for keys
+  * Fixed #4: Handled 'PROGRESS' message during encryption
+  * Fixed #3: Changed default encoding to Latin-1
+  * Fixed #2: Raised ValueError if no recipients were specified for
+an asymmetric encryption request
+  * Handled 'UNEXPECTED' message during verification
+  * Replaced old range(len(X)) idiom with enumerate()
+  * Refactored ListKeys / SearchKeys classes to maximise use of
+common functions
+  * Fixed GC94: Added export-minimal and armor options when
+exporting keys
+- additional changes from version 0.3.6:
+  * Fixed GC82: Enabled fast random tests on gpg as well as gpg2
+  * Fixed GC85: Avoided deleting temporary file to preserve its
+permissions
+  * Fixed GC87: Avoided writing passphrase to log
+  * Fixed GC95: Added verify_data() method to allow verification of
+signatures in memory
+  * Fixed GC96: Regularised end-of-line characters
+  * Fixed GC98: Rectified problems with earlier fix for shell
+injection
+- point the source URL to pypi
+- fix end of line of README.rst
+- rename LICENSE.txt and README.rst to follow upstream
+
+---

Old:

  python-gnupg-0.3.5.tar.gz

New:

  python-gnupg-0.3.7.tar.gz



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.Exeb3E/_old  2015-05-10 10:46:24.0 +0200
+++ /var/tmp/diff_new_pack.Exeb3E/_new  2015-05-10 10:46:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnupg
 #
-# 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,13 +17,13 @@
 
 
 Name:   python-gnupg
-Version:0.3.5
+Version:0.3.7
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: python-gnupg-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -39,6 +39,8 @@
 
 %prep
 %setup -q -n python-gnupg-%{version}
+# fix end of line
+sed -i 's/\r//' README.rst
 
 %build
 python setup.py build
@@ -48,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE.txt README.rst
 %{python_sitelib}/*
 
 %changelog

++ python-gnupg-0.3.5.tar.gz - python-gnupg-0.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.5/LICENSE 
new/python-gnupg-0.3.7/LICENSE
--- old/python-gnupg-0.3.5/LICENSE  2013-02-08 15:09:00.0 +0100
+++ new/python-gnupg-0.3.7/LICENSE  1970-01-01 01:00:00.0 +0100
@@ -1,26 +0,0 @@
-Copyright (c) 2008-2013 by Vinay Sajip.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following 

commit python-FormEncode for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-FormEncode for 
openSUSE:Factory checked in at 2015-05-10 10:46:16

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


Package is python-FormEncode

Changes:

--- /work/SRC/openSUSE:Factory/python-FormEncode/python-FormEncode.changes  
2013-10-25 11:16:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-FormEncode.new/python-FormEncode.changes 
2015-05-10 10:46:17.0 +0200
@@ -1,0 +2,21 @@
+Tue May  5 14:33:11 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.3.0:
+  * Support validation of email addresses with unicode domain names
+  * FormEncode 1.3 is no longer compatible with Python 2.3, 2.4, or
+2.5
+  * FormEncode now also runs under Python 3.2 and 3.3
+  * Validation of email addresses using resolve_domain option now
+requires the dnspython third party library instead of pyDNS
+  * The FancyValidator methods _to_python, _from_python,
+validate_python and validate_other have been renamed to
+_convert_to_python, _convert_from_python, _validate_python and
+_validate_other, respectively
+- add fdupes as BuildRequires and call it after install
+- fix end of line of README.rst
+- remove chmod of msgfmt.py: file deleted upstream
+- install html documentation in the docdir of the main package
+- do not install PKG-INFO in the documentation: already provided
+  by the egg-info
+
+---

Old:

  FormEncode-1.2.6.zip

New:

  FormEncode-1.3.0.zip



Other differences:
--
++ python-FormEncode.spec ++
--- /var/tmp/diff_new_pack.V8aPkv/_old  2015-05-10 10:46:17.0 +0200
+++ /var/tmp/diff_new_pack.V8aPkv/_new  2015-05-10 10:46:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-FormEncode
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-FormEncode
-Version:1.2.6
+Version:1.3.0
 Release:0
 Url:http://formencode.org
 Summary:HTML form validation, generation, and conversion package
@@ -26,6 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/F/FormEncode/FormEncode-%{version}.zip
 Source1:FormEncode-doc-infrastructure.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  unzip
@@ -56,7 +57,7 @@
 %prep
 %setup -q -n FormEncode-%{version} -a1
 find . -name \*.txt -exec sed -i 's/\r$//g' {} \;
-sed -i 's/\r$//g' PKG-INFO formencode/i18n/msgfmt.py
+sed -i 's/\r$//g' PKG-INFO README.rst
 
 %build
 python setup.py build
@@ -64,15 +65,24 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-chmod 755 %{buildroot}%{python_sitelib}/formencode/i18n/msgfmt.py
+
+# install documentation
+rm -r %{buildroot}/%{python_sitelib}/docs # remove misplaced documentation
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -r README.rst build/sphinx/html %{buildroot}%{_docdir}/%{name}/
+
+%fdupes %{buildroot}/%{_prefix}
 
 %files
 %defattr(-,root,root,-)
-%doc PKG-INFO README.txt
+%exclude %{_docdir}/%{name}/html
+%doc %dir %{_docdir}/%{name}/
+%doc %{_docdir}/%{name}/README.rst
 %{python_sitelib}/*
 
 %files doc
 %defattr(-,root,root,-)
-%doc build/sphinx/html/
+%doc %dir %{_docdir}/%{name}/html
+%doc %{_docdir}/%{name}/html/*
 
 %changelog




commit python-jenkinsapi for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-jenkinsapi for 
openSUSE:Factory checked in at 2015-05-10 10:46:39

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


Package is python-jenkinsapi

Changes:

--- /work/SRC/openSUSE:Factory/python-jenkinsapi/python-jenkinsapi.changes  
2014-07-15 08:00:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jenkinsapi.new/python-jenkinsapi.changes 
2015-05-10 10:46:41.0 +0200
@@ -1,0 +2,11 @@
+Wed May  6 16:52:01 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.2.28:
+  * no changelog available
+- remove python-nose from build dependency: not needed anymore
+- add python-pytz and python-requests as build dependencies
+  to ensure their availability
+- increase required versions of python-pytz and python-requests
+- add jenkinsapi_version binary to the package files
+
+---

Old:

  jenkinsapi-0.2.20.tar.gz

New:

  jenkinsapi-0.2.28.tar.gz



Other differences:
--
++ python-jenkinsapi.spec ++
--- /var/tmp/diff_new_pack.tBwTis/_old  2015-05-10 10:46:41.0 +0200
+++ /var/tmp/diff_new_pack.tBwTis/_new  2015-05-10 10:46:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jenkinsapi
 #
-# 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-jenkinsapi
-Version:0.2.20
+Version:0.2.28
 Release:0
 Summary:A Python API for accessing resources on a Jenkins 
continuous-integration server
 License:MIT
@@ -25,11 +25,11 @@
 Url:https://github.com/salimfadhley/jenkinsapi
 Source: 
https://pypi.python.org/packages/source/j/jenkinsapi/jenkinsapi-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-pytz = 2014.4
+BuildRequires:  python-requests = 2.3.0
 BuildRequires:  python-setuptools
-# Upstream error in setup_requires:
-BuildRequires:  python-nose
-Requires:   python-pytz = 2013b
-Requires:   python-requests = 1.2.3
+Requires:   python-pytz = 2014.4
+Requires:   python-requests = 2.3.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
@@ -73,6 +73,7 @@
 %defattr(-,root,root,-)
 %doc README.rst
 %{_bindir}/jenkins_invoke
+%{_bindir}/jenkinsapi_version
 %{python_sitelib}/*
 
 %changelog

++ jenkinsapi-0.2.20.tar.gz - jenkinsapi-0.2.28.tar.gz ++
 2294 lines of diff (skipped)




commit openssl_tpm_engine for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package openssl_tpm_engine for 
openSUSE:Factory checked in at 2015-05-10 10:47:01

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


Package is openssl_tpm_engine

Changes:

--- /work/SRC/openSUSE:Factory/openssl_tpm_engine/openssl_tpm_engine.changes
2013-08-01 17:15:20.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openssl_tpm_engine.new/openssl_tpm_engine.changes   
2015-05-10 10:47:03.0 +0200
@@ -1,0 +2,7 @@
+Thu May  7 08:52:42 UTC 2015 - dims...@opensuse.org
+
+- Use the upstream provided bootstrap to make a full cycle.
+  Otherwise we might end up with version conflicts between used
+  tools.
+
+---



Other differences:
--
++ openssl_tpm_engine.spec ++
--- /var/tmp/diff_new_pack.cBKwuY/_old  2015-05-10 10:47:03.0 +0200
+++ /var/tmp/diff_new_pack.cBKwuY/_new  2015-05-10 10:47:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openssl_tpm_engine
 #
-# 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
@@ -42,9 +42,7 @@
 
 %build
 mkdir m4
-aclocal
-autoconf
-automake --foreign --add-missing
+sh ./bootstrap.sh
 %configure --libdir=/%{_lib}
 make
 




commit python-kombu for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2015-05-10 10:46:41

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


Package is python-kombu

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2015-04-23 08:05:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2015-05-10 10:46:42.0 +0200
@@ -1,0 +2,11 @@
+Thu May  7 09:39:00 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to 3.0.26:
+  * Fixed compatibility with py-redis versions before 2.10.3
+(Issue #470)
+- update project URL
+- set a minimum version for python-anyjson in BuildRequires
+- add back python-msgpack-python as test requirement
+- pass -q to test to avoid spamming the build log
+
+---

Old:

  kombu-3.0.25.tar.gz

New:

  kombu-3.0.26.tar.gz



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.9TCYIk/_old  2015-05-10 10:46:42.0 +0200
+++ /var/tmp/diff_new_pack.9TCYIk/_new  2015-05-10 10:46:42.0 +0200
@@ -17,23 +17,22 @@
 
 
 Name:   python-kombu
-Version:3.0.25
+Version:3.0.26
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://github.com/ask/kombu/
+Url:https://github.com/celery/kombu
 Source: 
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-PyYAML
 BuildRequires:  python-amqp = 1.4.6
-BuildRequires:  python-anyjson
+BuildRequires:  python-anyjson = 0.3.3
 BuildRequires:  python-boto
 BuildRequires:  python-mock
-#NOTE(saschpe): Disable optional test for now util issues are resolved
-#BuildRequires:  python-msgpack-python
+BuildRequires:  python-msgpack-python
 BuildRequires:  python-nose-cover3
 BuildRequires:  python-unittest2 = 0.5.0
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -78,7 +77,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)

++ kombu-3.0.25.tar.gz - kombu-3.0.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/Changelog new/kombu-3.0.26/Changelog
--- old/kombu-3.0.25/Changelog  2015-04-21 16:09:36.0 +0200
+++ new/kombu-3.0.26/Changelog  2015-04-22 20:12:33.0 +0200
@@ -4,12 +4,21 @@
  Change history
 
 
+.. _version-3.0.26
+
+3.0.26
+==
+:release-date: 2015-04-22 06:00 P.M UTC
+:release-by: Ask Solem
+
+- Fixed compatibility with py-redis versions before 2.10.3 (Issue #470).
+
 .. _version-3.0.25:
 
 3.0.25
 ==
 :release-date: 2015-04-21 02:00 P.M UTC
-:releasy-by: Ask Solem
+:release-by: Ask Solem
 
 - pyamqp/librabbitmq now uses 5671 as default port when SSL is enabled
   (Issue #459).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/PKG-INFO new/kombu-3.0.26/PKG-INFO
--- old/kombu-3.0.25/PKG-INFO   2015-04-21 16:26:29.0 +0200
+++ new/kombu-3.0.26/PKG-INFO   2015-04-22 20:16:52.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: kombu
-Version: 3.0.25
+Version: 3.0.26
 Summary: Messaging library for Python
 Home-page: http://kombu.readthedocs.org
 Author: Ask Solem
@@ -12,7 +12,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.24
+:Version: 3.0.26
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/README.rst new/kombu-3.0.26/README.rst
--- old/kombu-3.0.25/README.rst 2015-04-17 15:49:28.0 +0200
+++ new/kombu-3.0.26/README.rst 2015-04-22 20:12:42.0 +0200
@@ -4,7 +4,7 @@
  kombu - Messaging library for Python
 
 
-:Version: 3.0.24
+:Version: 3.0.26
 
 `Kombu` is a messaging library for Python.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kombu-3.0.25/docs/changelog.rst 
new/kombu-3.0.26/docs/changelog.rst
--- old/kombu-3.0.25/docs/changelog.rst 2015-04-21 16:09:36.0 +0200
+++ new/kombu-3.0.26/docs/changelog.rst 2015-04-22 20:12:33.0 +0200
@@ -4,12 +4,21 @@
  Change history
 
 
+.. _version-3.0.26
+
+3.0.26
+==

commit python-interlude for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-interlude for 
openSUSE:Factory checked in at 2015-05-10 10:46:33

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


Package is python-interlude

Changes:

--- /work/SRC/openSUSE:Factory/python-interlude/python-interlude.changes
2013-12-09 16:57:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-interlude.new/python-interlude.changes   
2015-05-10 10:46:34.0 +0200
@@ -1,0 +2,15 @@
+Wed May  6 15:45:12 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.3.1:
+  * refactoring introduced bug: classic prompt use_ipython=False
+fails if IPython available
+- additional changes from version 1.3:
+  * needs IPython 1.1.0 or better. Skipped support for older
+versions.
+  * added extra require, so when ipython is wanted just depend in
+buildout, pip-requirements, setup, (name it) on
+interlude[ipython]
+  * start IPython shell with a custom doctest prompt, thus it is
+easier to copy-paste from the shell to the doctest
+
+---

Old:

  interlude-1.2.tar.gz

New:

  interlude-1.3.1.tar.gz



Other differences:
--
++ python-interlude.spec ++
--- /var/tmp/diff_new_pack.vchLNZ/_old  2015-05-10 10:46:34.0 +0200
+++ /var/tmp/diff_new_pack.vchLNZ/_new  2015-05-10 10:46:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-interlude
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-interlude
-Version:1.2
+Version:1.3.1
 Release:0
 Url:http://github.com/collective/interlude
 Summary:Interlude for Doctests provides an Interactive Console

++ interlude-1.2.tar.gz - interlude-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/interlude-1.2/CHANGELOG.rst 
new/interlude-1.3.1/CHANGELOG.rst
--- old/interlude-1.2/CHANGELOG.rst 2013-10-15 11:35:58.0 +0200
+++ new/interlude-1.3.1/CHANGELOG.rst   2014-02-09 23:06:52.0 +0100
@@ -2,6 +2,28 @@
 Changes
 ===
 
+1.3.1
+-
+
+- refactoring introduced bug: classic prompt ``use_ipython=False`` fails if
+  IPython available
+  [jensens, 2014-02-09]
+
+1.3
+---
+
+- needs IPython 1.1.0 or better. Skipped support for older versions.
+  [jensens, 2014-02-09]
+
+- added extra require, so when ipython is wanted just depend in buildout,
+  pip-requirements, setup, (name it) on``interlude[ipython]``
+  [jensens, 2014-02-09]
+
+- start IPython shell with a custom doctest prompt, thus it is easier to
+  copy-paste from the shell to the doctest (save a typing a ``%doctest_mode``
+  each time. Added also option ``doctest_prompt=False`` to disable this.
+  [jensens, 2014-02-09]
+
 1.2
 ---
 
@@ -10,7 +32,7 @@
 1.1.1
 -
 
-- fix broken release, include *.rst with MANIFEST.in
+- fix broken release, include ``*.rst`` with MANIFEST.in
 
 1.1
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/interlude-1.2/PKG-INFO new/interlude-1.3.1/PKG-INFO
--- old/interlude-1.2/PKG-INFO  2013-10-15 11:40:32.0 +0200
+++ new/interlude-1.3.1/PKG-INFO2014-02-09 23:08:32.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: interlude
-Version: 1.2
+Version: 1.3.1
 Summary: Interlude for Doctests provides an Interactive Console.
 Home-page: http://github.com/collective/interlude
 Author: Jens Klein
@@ -10,33 +10,44 @@
 
 
 Provides an interactive shell aka console inside your doctest case.
-
+
 The console looks exact like in a doctest-case and you can copy and 
paste
-code from the shell into your doctest. It feels as you are in the test 
case 
-itself. Its not pdb, it's a python shell. 
+code from the shell into your doctest. It feels as you are in the test 
case
+itself. Its not pdb, it's a python shell.
 
 In your doctest you can invoke the shell at any point by calling::
-
- interact(locals())
 
-To make your testrunner interlude aware following is needed:
+ interact(locals())
+
+
+To make your testrunner interlude aware, pass ``interact`` as a global 
to the
+``DocFileSuite`` as shown 

commit rpmrebuild for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rpmrebuild for openSUSE:Factory 
checked in at 2015-05-10 10:46:06

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


Package is rpmrebuild

Changes:

--- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes2015-01-03 
22:00:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rpmrebuild.new/rpmrebuild.changes   
2015-05-10 10:46:08.0 +0200
@@ -1,0 +2,6 @@
+Tue May  5 13:40:47 UTC 2015 - mplus...@suse.com
+
+- Remove obsolete dependency on gpg-offline
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ rpmrebuild.spec ++
--- /var/tmp/diff_new_pack.vpC7V6/_old  2015-05-10 10:46:09.0 +0200
+++ /var/tmp/diff_new_pack.vpC7V6/_new  2015-05-10 10:46:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmrebuild
 #
-# 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,9 +29,6 @@
 Patch1: gpl-license.patch
 Patch2: gpl-COPYRIGHT-address.patch
 Patch3: rpmrebuild-fix-bashisms.patch
-%if 0%{?suse_version} = 1230
-BuildRequires:  gpg-offline
-%endif
 Requires:   bash
 Requires:   coreutils
 Requires:   cpio
@@ -47,9 +44,6 @@
 a software after some configuration's change.
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{SOURCE1}
-%endif
 %setup -q -c
 %patch1 -p1
 %patch2 -p1
@@ -59,7 +53,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install %{?_smp_mflags} DESTDIR=%{buildroot}
 mv %{buildroot}%{_mandir}/fr_FR.UTF-8/ %{buildroot}%{_mandir}/fr
 rm -rf %{buildroot}%{_mandir}/fr_FR/
 
@@ -67,8 +61,8 @@
 %defattr(-,root,root,-)
 %doc AUTHORS Changelog COPYING COPYRIGHT News README Todo
 %{_bindir}/rpmrebuild
-%{_prefix}/lib/rpmrebuild
-%doc %{_mandir}/fr/man1/*
-%doc %{_mandir}/man1/*
+%{_libexecdir}/rpmrebuild
+%{_mandir}/fr/man1/*
+%{_mandir}/man1/*
 
 %changelog





commit rubygem-rack for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rack for openSUSE:Factory 
checked in at 2015-05-10 10:46:00

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


Package is rubygem-rack

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-rack/rubygem-rack.changes
2015-02-10 20:22:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-rack.new/rubygem-rack.changes   
2015-05-10 10:46:01.0 +0200
@@ -1,0 +2,6 @@
+Thu May  7 04:29:35 UTC 2015 - co...@suse.com
+
+- updated to version 1.6.1
+  no changelog found
+
+---

Old:

  rack-1.6.0.gem

New:

  rack-1.6.1.gem



Other differences:
--
++ rubygem-rack.spec ++
--- /var/tmp/diff_new_pack.wYQXuc/_old  2015-05-10 10:46:01.0 +0200
+++ /var/tmp/diff_new_pack.wYQXuc/_new  2015-05-10 10:46:01.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rack
-Version:1.6.0
+Version:1.6.1
 Release:0
 %define mod_name rack
 %define mod_full_name %{mod_name}-%{version}
@@ -60,7 +60,7 @@
 %install
 %gem_install \
   --symlink-binaries \
-  --doc-files=COPYING README.rdoc \
+  --doc-files=COPYING HISTORY.md README.rdoc \
   -f
 # MANUAL
 %fdupes %{buildroot}%{_libdir}/ruby/gems/*/gems/%{mod_name}-%{version}/

++ rack-1.6.0.gem - rack-1.6.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/COPYING new/COPYING
--- old/COPYING 2014-12-18 23:39:06.0 +0100
+++ new/COPYING 2015-05-06 20:37:07.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 Christian Neukirchen 
purl.org/net/chneukirchen
+Copyright (c) 2007-2015 Christian Neukirchen purl.org/net/chneukirchen
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the Software), to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HISTORY.md new/HISTORY.md
--- old/HISTORY.md  1970-01-01 01:00:00.0 +0100
+++ new/HISTORY.md  2015-05-06 20:37:07.0 +0200
@@ -0,0 +1,348 @@
+### December 18th, Thirty sixth public release 1.6.0
+  - TODO
+
+### February 7th, Thirty fifth public release 1.5.2
+  - Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
+  - Fix CVE-2013-0262, symlink path traversal in Rack::File
+  - Add various methods to Session for enhanced Rails compatibility
+  - Request#trusted_proxy? now only matches whole stirngs
+  - Add JSON cookie coder, to be default in Rack 1.6+ due to security concerns
+  - URLMap host matching in environments that don't set the Host header fixed
+  - Fix a race condition that could result in overwritten pidfiles
+  - Various documentation additions
+
+### February 7th, Thirty fifth public release 1.4.5
+  - Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
+  - Fix CVE-2013-0262, symlink path traversal in Rack::File
+
+### February 7th, Thirty fifth public release 1.1.6, 1.2.8, 1.3.10
+  - Fix CVE-2013-0263, timing attack against Rack::Session::Cookie
+
+### January 28th, 2013: Thirty fourth public release 1.5.1
+  - Rack::Lint check_hijack now conforms to other parts of SPEC
+  - Added hash-like methods to Abstract::ID::SessionHash for compatibility
+  - Various documentation corrections
+
+### January 21st, 2013: Thirty third public release 1.5.0
+  - Introduced hijack SPEC, for before-response and after-response hijacking
+  - SessionHash is no longer a Hash subclass
+  - Rack::File cache_control parameter is removed, in place of headers options
+  - Rack::Auth::AbstractRequest#scheme now yields strings, not symbols
+  - Rack::Utils cookie functions now format expires in RFC 2822 format
+  - Rack::File now has a default mime type
+  - rackup -b 'run Rack::File.new(.)', option provides command line configs
+  - Rack::Deflater will no longer double encode bodies
+  - Rack::Mime#match? provides convenience for Accept header matching
+  - Rack::Utils#q_values provides splitting for Accept headers
+  - Rack::Utils#best_q_match provides a helper for Accept headers
+  - Rack::Handler.pick provides convenience for finding available servers
+  - Puma added to the list of default servers (preferred over Webrick)
+  - Various middleware now correctly close body when replacing it
+  - Rack::Request#params is no longer persistent with only GET params
+  - Rack::Request#update_param and #delete_param provide persistent operations
+  - Rack::Request#trusted_proxy? now returns true for local unix sockets
+  - Rack::Response no longer forces Content-Types
+  - Rack::Sendfile provides 

commit vips for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package vips for openSUSE:Factory checked in 
at 2015-05-10 10:45:56

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


Package is vips

Changes:

--- /work/SRC/openSUSE:Factory/vips/vips.changes2015-02-14 
13:57:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes   2015-05-10 
10:45:57.0 +0200
@@ -1,0 +2,23 @@
+Wed May  6 20:00:22 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 8.0.2
+  * remove old doc stuff, lots of doc improvements
+  * add fliphor(), flipver(), rot90(), rot180(), rot270(), median(),
+dilate(), erode() convenience methods to Python and C++
+  * python: use [] to index and slice image bands, use () to get a point
+  * c++: use [] to band index, () returns a vectordouble
+  * add shift option to cast
+  * sRGB2scRGB and scRGB2sRGB scale 16-bit alpha to and from 8-bit
+  * add magickload_buffer() [mcuelenaere]
+  * add vips_foreign_is_a_buffer() [mcuelenaere]
+  * added test_foreign.py, plus more test images
+  * added vips_region_shrink(), fast x2 shrinker
+  * rewritten tiff writer is about 3 - 4x faster at making pyramids
+  * jpg, magick, png, tiff readers now use only 1 fd per input image
+  * added vips_info_set(), vips_progress_set(), vips_profile_set()
+  * better conversion to greyscale
+  * add vips_image_copy_memory(), improves stability with heavy threading
+  * jpegsave supports new mozjpeg features [lovell]
+  * add vips_vipsload(), vips_vipssave()
+
+---

Old:

  vips-7.42.3.tar.gz

New:

  vips-8.0.2.tar.gz



Other differences:
--
++ vips.spec ++
--- /var/tmp/diff_new_pack.SPY96s/_old  2015-05-10 10:45:58.0 +0200
+++ /var/tmp/diff_new_pack.SPY96s/_new  2015-05-10 10:45:58.0 +0200
@@ -18,10 +18,11 @@
 
 Name:   vips
 %define libname lib%{name}
-Version:7.42.3
+Version:8.0.2
 Release:0
-%define short_version 7.42
-%define somajor 40
+%define short_version  8.0
+%define short_version_ 8_0
+%define somajor 42
 Summary:C/C++ library for processing large images
 License:LGPL-2.1
 Group:  System/Libraries
@@ -37,6 +38,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  glib2-devel
+BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
 BuildRequires:  libcfitsio-devel
 BuildRequires:  libexif-devel
@@ -58,7 +60,6 @@
 BuildRequires:  python-gobject-devel
 BuildRequires:  swig
 BuildRequires:  zlib-devel
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -77,6 +78,16 @@
 for working with colour, for scientific analysis and for general
 research  development.
 
+%package -n typelib-1_0-Vips-%{short_version_}
+Summary:C/C++ library for processing large images
+Group:  System/Libraries
+
+%description -n typelib-1_0-Vips-%{short_version_}
+VIPS is a free image processing system. It is good with large images
+(images larger than the amount of RAM you have available), with many CPUs,
+for working with colour, for scientific analysis and for general
+research  development.
+
 %package -n %{libname}-devel
 Summary:Development files for VIPS library
 Group:  Development/Libraries/Other
@@ -140,12 +151,17 @@
 %defattr(-,root,root)
 %{_libdir}/*.so.%{somajor}*
 
+%files -n typelib-1_0-Vips-%{short_version_}
+%defattr(-,root,root)
+%{_libdir}/girepository-1.0/Vips-%{short_version}.typelib
+
 %files -n %{libname}-devel
 %defattr(-,root,root)
 %{_libdir}/*.so
 %{_includedir}/%{name}/
 %{_libdir}/pkgconfig/*
 %{_datadir}/gtk-doc/html/%{libname}/
+%{_datadir}/gir-1.0/Vips-%{short_version}.gir
 
 %files tools
 %defattr(-,root,root)
@@ -158,6 +174,6 @@
 
 %files doc
 %defattr(-,root,root)
-%doc doc/html doc/pdf AUTHORS NEWS THANKS TODO COPYING ChangeLog
+%doc doc/html AUTHORS NEWS THANKS TODO COPYING ChangeLog
 
 %changelog

++ vips-7.42.3.tar.gz - vips-8.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/vips/vips-7.42.3.tar.gz 
/work/SRC/openSUSE:Factory/.vips.new/vips-8.0.2.tar.gz differ: char 5, line 1




commit python-greenlet for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-greenlet for openSUSE:Factory 
checked in at 2015-05-10 10:46:28

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


Package is python-greenlet

Changes:

--- /work/SRC/openSUSE:Factory/python-greenlet/python-greenlet.changes  
2014-12-03 22:49:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-greenlet.new/python-greenlet.changes 
2015-05-10 10:46:29.0 +0200
@@ -1,0 +2,13 @@
+Wed May  6 12:29:51 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.4.6:
+  * Expose `_stack_saved` property on greenlet objects, it may be
+used to introspect the amount of memory used by a saved stack,
+but the API is subject to change in the future
+  * Added a workaround for `return 0` compiler optimizations on all
+architectures
+  * C API typo fixes
+- add -fno-strict-aliasing to CFLAGS to fix compiler warnings
+- remove hidden file .buildinfo from html documentation
+
+---

Old:

  greenlet-0.4.5.zip

New:

  greenlet-0.4.6.zip



Other differences:
--
++ python-greenlet.spec ++
--- /var/tmp/diff_new_pack.1YyhK0/_old  2015-05-10 10:46:29.0 +0200
+++ /var/tmp/diff_new_pack.1YyhK0/_new  2015-05-10 10:46:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-greenlet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 B1 Systems GmbH, Vohburg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   python-greenlet
-Version:0.4.5
+Version:0.4.6
 Release:0
 Url:http://pypi.python.org/pypi/greenlet
 Summary:Lightweight in-process concurrent programming
@@ -58,14 +58,14 @@
 %patch1 -p1
 
 %build
-CFLAGS=%{optflags} -fno-tree-dominator-opts python setup.py build
-cd doc  make html
+CFLAGS=%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing python 
setup.py build
+cd doc  make html  rm _build/html/.buildinfo
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-CFLAGS=%{optflags} -fno-tree-dominator-opts python setup.py test
+CFLAGS=%{optflags} -fno-tree-dominator-opts -fno-strict-aliasing python 
setup.py -q test
 
 %files
 %defattr(-,root,root)




commit libdvbpsi for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package libdvbpsi for openSUSE:Factory 
checked in at 2015-05-10 10:46:51

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


Package is libdvbpsi

Changes:

--- /work/SRC/openSUSE:Factory/libdvbpsi/libdvbpsi.changes  2014-12-22 
12:53:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libdvbpsi.new/libdvbpsi.changes 2015-05-10 
10:46:52.0 +0200
@@ -1,0 +2,5 @@
+Thu May  7 10:36:12 UTC 2015 - dmuel...@suse.com
+
+- add libdvbpsi-gcc5-fixes.patch: Fix build with GCC 5.x 
+
+---

New:

  libdvbpsi-gcc5-fixes.patch



Other differences:
--
++ libdvbpsi.spec ++
--- /var/tmp/diff_new_pack.j183p7/_old  2015-05-10 10:46:53.0 +0200
+++ /var/tmp/diff_new_pack.j183p7/_new  2015-05-10 10:46:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libdvbpsi
 #
-# 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
@@ -25,6 +25,7 @@
 Url:http://www.videolan.org/developers/libdvbpsi.html
 Source: 
http://download.videolan.org/%{name}/%{version}/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+Patch0: libdvbpsi-gcc5-fixes.patch
 BuildRequires:  pkg-config
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure\

++ libdvbpsi-gcc5-fixes.patch ++
--- misc/test_dr.h
+++ misc/test_dr.h
@@ -99,7 +99,7 @@
 
 #define BOZO_end_boolean(name)  \
   s_decoded.name += 12; \
-} while(!i_err  (s_decoded.name = 12));  \
+} while(!i_err);\
 fprintf(stdout, \r  iteration count: %22llu, i_loop_count);   \
 if(i_err)   \
   fprintf(stdout, FAILED !!!\n);  \



commit python-jsonpath-rw for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-jsonpath-rw for 
openSUSE:Factory checked in at 2015-05-10 10:46:38

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


Package is python-jsonpath-rw

Changes:

--- /work/SRC/openSUSE:Factory/python-jsonpath-rw/python-jsonpath-rw.changes
2014-01-09 15:32:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jsonpath-rw.new/python-jsonpath-rw.changes   
2015-05-10 10:46:39.0 +0200
@@ -1,0 +2,12 @@
+Wed May  6 17:54:26 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.4.0:
+  * no changelog available
+- shorten the summary to fix an rpmlint error
+- add python-ply and python-six as BuildRequires to ensure their
+  availability
+- remove python-decorator from Requires: unneeded
+- remove unwanted shebang in jsonpath.py
+- add jsonpath.py to the package files
+
+---

Old:

  jsonpath-rw-1.2.3.tar.gz

New:

  jsonpath-rw-1.4.0.tar.gz



Other differences:
--
++ python-jsonpath-rw.spec ++
--- /var/tmp/diff_new_pack.RGGQCF/_old  2015-05-10 10:46:39.0 +0200
+++ /var/tmp/diff_new_pack.RGGQCF/_new  2015-05-10 10:46:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jsonpath-rw
 #
-# 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,20 +17,21 @@
 
 
 Name:   python-jsonpath-rw
-Version:1.2.3
+Version:1.4.0
 Release:0
-Summary:A robust and significantly extended implementation of JSONPath 
for Python, with a clear AST for metaprogramming
+Summary:An extended implementation of JSONPath for Python
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/kennknowles/python-jsonpath-rw
 Source: 
https://pypi.python.org/packages/source/j/jsonpath-rw/jsonpath-rw-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-ply
 BuildRequires:  python-setuptools
+BuildRequires:  python-six
 Requires:   python-ply
 Requires:   python-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
-Requires:   python-decorator
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
 BuildArch:  noarch
@@ -47,6 +48,8 @@
 
 %prep
 %setup -q -n jsonpath-rw-%{version}
+# remove unwanted shebang
+sed -i '/^#!/ d' jsonpath_rw/bin/jsonpath.py
 
 %build
 python setup.py build
@@ -57,6 +60,7 @@
 %files
 %defattr(-,root,root,-)
 %doc README.rst
+%{_bindir}/jsonpath.py
 %{python_sitelib}/*
 
 %changelog

++ jsonpath-rw-1.2.3.tar.gz - jsonpath-rw-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/jsonpath-rw-1.2.3/PKG-INFO 
new/jsonpath-rw-1.4.0/PKG-INFO
--- old/jsonpath-rw-1.2.3/PKG-INFO  2013-12-18 16:57:20.0 +0100
+++ new/jsonpath-rw-1.4.0/PKG-INFO  2015-04-19 03:47:14.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: jsonpath-rw
-Version: 1.2.3
+Version: 1.4.0
 Summary: A robust and significantly extended implementation of JSONPath for 
Python, with a clear AST for metaprogramming.
 Home-page: https://github.com/kennknowles/python-jsonpath-rw
 Author: Kenneth Knowles
@@ -14,7 +14,8 @@
 |Build Status| |Test coverage| |PyPi version| |PyPi downloads|
 
 This library provides a robust and significantly extended 
implementation
-of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3, 
and PyPy.
+of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3. 
+*(On travis-ci there is a segfault when running the tests with pypy; I 
don't think the problem lies with this library)*.
 
 This library differs from other JSONPath implementations in that it is 
a
 full *language* implementation, meaning the JSONPath expressions are
@@ -32,7 +33,7 @@
 
 Then:
 
-::
+.. code:: python
 
 $ python
 
@@ -59,6 +60,9 @@
 ['number two', 'number one']
 
 # You can also build expressions directly quite easily 
+ from jsonpath_rw.jsonpath import Fields
+ from jsonpath_rw.jsonpath import Slice
+
  jsonpath_expr_direct = 

commit python-gunicorn for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-gunicorn for openSUSE:Factory 
checked in at 2015-05-10 10:46:26

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


Package is python-gunicorn

Changes:

--- /work/SRC/openSUSE:Factory/python-gunicorn/python-gunicorn.changes  
2014-12-16 14:48:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gunicorn.new/python-gunicorn.changes 
2015-05-10 10:46:27.0 +0200
@@ -1,0 +2,41 @@
+Wed May  6 13:31:17 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 19.3.0:
+  * fix: issue 978 make sure a listener is inheritable
+  * add check_config class method to workers
+  * fix: issue 983 fix select timeout in sync worker with multiple
+connections
+  * allows workers to access to the reloader. close issue 984
+  * raise TypeError instead of AssertionError
+  * make Logger.loglevel a classs attribute
+  * fix: issue 988 fix syntax errors in examples/gunicorn_rc
+- additional changes from version 19.2.1:
+  * expose loglevel in the Logger class
+  * fix issue 977 fix initial crash
+  * document security mailing-list in the contributing page
+- additional changes from version 19.2:
+  * optimize the sync workers when listening on a single interface
+  * add –sendfile settings to enable/disable sendfile. fix issue 856
+  * add the selectors module to the code base. issue 886
+  * add –max-requests-jitter setting to set the maximum jitter to
+add to the max-requests setting
+  * fix issue 899 propagate proxy_protocol_info to keep-alive
+requests
+  * fix issue 863 worker timeout: dynamic timeout has been removed
+  * fix: Avoid world writable file
+  * fix issue 941 set logconfig default to paster more trivially
+  * add statsd-prefix config setting: set the prefix to use when
+emitting statsd metrics
+  * issue 832 log to console by default
+  * fix issue 908 make sure the worker can continue to accept
+requests
+  * fix issue 867 Fix eventlet shutdown to actively shut down the
+workers
+- remove python-nose from BuildRequires: unneeded
+- add python-mock and python-pytest-cov as test dependencies
+- add python-unittest2 as test dependencies for SLE11
+- remove version pinning for test requirements with sed
+- reenable the tests
+- move documentation files under the main package docdir
+
+---

Old:

  gunicorn-19.1.1.tar.gz

New:

  gunicorn-19.3.0.tar.gz



Other differences:
--
++ python-gunicorn.spec ++
--- /var/tmp/diff_new_pack.Zrx8ZW/_old  2015-05-10 10:46:27.0 +0200
+++ /var/tmp/diff_new_pack.Zrx8ZW/_new  2015-05-10 10:46:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gunicorn
 #
-# 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-gunicorn
-Version:19.1.1
+Version:19.3.0
 Release:0
 Summary:WSGI HTTP Server for UNIX
 License:MIT
@@ -27,12 +27,14 @@
 BuildRequires:  fdupes
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
-BuildRequires:  python-nose
+BuildRequires:  python-mock
 BuildRequires:  python-pytest
+BuildRequires:  python-pytest-cov
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+BuildRequires:  python-unittest2
 %else
 BuildArch:  noarch
 %endif
@@ -53,30 +55,39 @@
 
 %prep
 %setup -q -n gunicorn-%{version}
+# remove version pinning for test requirements
+sed -i 's/==.*//' requirements_test.txt
 
 %build
 python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# install documentation and examples
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -r LICENSE NOTICE README.rst THANKS examples %{buildroot}%{_docdir}/%{name}
 cd docs  make SPHINXBUILD=sphinx-build html  rm -r build/html/.buildinfo # 
Generate HTML documentation
-%fdupes -s build/html
-%fdupes -s examples
+cp -r build/html %{buildroot}%{_docdir}/%{name}
+
+%fdupes %{buildroot}%{_prefix}
 
-%if 0%{?suse_version} = 1210
-# Fail for SLE
 %check
-#python setup.py test
-%endif
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE NOTICE README.rst THANKS
+%exclude %{_docdir}/%{name}/html
+%exclude 

commit python-jedi for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2015-05-10 10:46:35

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


Package is python-jedi

Changes:

--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2014-08-14 
14:58:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes 
2015-05-10 10:46:36.0 +0200
@@ -1,0 +2,20 @@
+Wed May  6 16:34:44 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.9.0:
+  * The import logic has been rewritten to look more like Python's.
+There is now an Evaluator.modules import cache, which resembles
+sys.modules.
+  * Integrated the parser of 2to3. This will make refactoring
+possible. It will also be possible to check for error messages
+(like compiling an AST would give) in the future.
+  * With the new parser, the evaluation also completely changed.
+It's now simpler and more readable.
+  * Completely rewritten REPL completion.
+  * Added jedi.names, a command to do static analysis. Thanks to
+that sourcegraph guys for sponsoring this!
+  * Alpha version of the linter.
+- remove -final0 appended to source version
+- add python-unittest2 as a test dependency for SLE11
+- skip failing tests in test_integration_import.py
+
+---

Old:

  jedi-0.8.1-final0.tar.gz

New:

  jedi-0.9.0.tar.gz



Other differences:
--
++ python-jedi.spec ++
--- /var/tmp/diff_new_pack.LroEDV/_old  2015-05-10 10:46:36.0 +0200
+++ /var/tmp/diff_new_pack.LroEDV/_new  2015-05-10 10:46:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jedi
 #
-# 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
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-jedi
-Version:0.8.1
+Version:0.9.0
 Release:0
 Summary:An autocompletion tool for Python
 License:MIT
 Group:  Development/Languages/Python
 Url:https://jedi.readthedocs.org/en/latest/index.html
-Source0:
https://pypi.python.org/packages/source/j/jedi/jedi-%{version}-final0.tar.gz
+Source0:
https://pypi.python.org/packages/source/j/jedi/jedi-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-docopt
-BuildRequires:  python-setuptools
 BuildRequires:  python-pytest
+BuildRequires:  python-setuptools
 Requires:   python-docopt
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
+BuildRequires:  python-unittest2
 %else
 BuildArch:  noarch
 %endif
@@ -50,7 +52,7 @@
 licensing, just contact me.
 
 %prep
-%setup -q -n jedi-%{version}-final0
+%setup -q -n jedi-%{version}
 
 %build
 python setup.py build
@@ -61,7 +63,8 @@
 
 %check
 # we don't care about the speed, just that it works
-py.test -k not test_speed
+# skip failing import tests on 0.9.0
+py.test -k not test_speed --ignore=test/test_integration_import.py
 
 %files
 %defattr(-,root,root,-)

++ jedi-0.8.1-final0.tar.gz - jedi-0.9.0.tar.gz ++
 23831 lines of diff (skipped)




commit python-feedzilla for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-feedzilla for 
openSUSE:Factory checked in at 2015-05-10 10:46:11

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


Package is python-feedzilla

Changes:

--- /work/SRC/openSUSE:Factory/python-feedzilla/python-feedzilla.changes
2013-10-21 20:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-feedzilla.new/python-feedzilla.changes   
2015-05-10 10:46:11.0 +0200
@@ -1,0 +2,9 @@
+Tue May  5 09:22:13 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.24:
+  * no changelog available
+- add back fdupes as BuildRequires and call it after removing
+  the demo
+- use find_lang to tag the translation files
+
+---

Old:

  feedzilla-0.22.tar.gz

New:

  feedzilla-0.24.tar.gz



Other differences:
--
++ python-feedzilla.spec ++
--- /var/tmp/diff_new_pack.AMxvlO/_old  2015-05-10 10:46:12.0 +0200
+++ /var/tmp/diff_new_pack.AMxvlO/_new  2015-05-10 10:46:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-feedzilla
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-feedzilla
-Version:0.22
+Version:0.24
 Release:0
 Url:http://bitbucket.org/lorien/feedzilla
 Summary:Django application for atom/rss feeds aggregation
@@ -25,6 +25,7 @@
 Group:  Development/Languages/Python
 Source: 
https://pypi.python.org/packages/source/f/feedzilla/feedzilla-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-django
@@ -46,8 +47,10 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -r %{buildroot}%{python_sitelib}/demo
+%fdupes %{buildroot}/%{_prefix}
+%find_lang django %{name}.lang
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc README.rst
 %{python_sitelib}/*

++ feedzilla-0.22.tar.gz - feedzilla-0.24.tar.gz ++
 3882 lines of diff (skipped)




commit phpMyAdmin for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-05-10 10:46:50

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


Package is phpMyAdmin

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2015-05-06 
07:49:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-05-10 10:46:51.0 +0200
@@ -1,0 +2,9 @@
+Thu May  7 15:45:44 UTC 2015 - ec...@opensuse.org
+
+- update to 4.4.6 (2015-05-07)
+  - sf#4890 webkitStorageInfo and webkitIndexedDB is deprecated
+  - sf#4892 Undefined variable: unique_conditions
+  - sf#4891 CSV Import ignores Replace table data with file 
+checkbox
+
+---

Old:

  phpMyAdmin-4.4.5-all-languages.tar.bz2

New:

  phpMyAdmin-4.4.6-all-languages.tar.bz2



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.ci3NcU/_old  2015-05-10 10:46:52.0 +0200
+++ /var/tmp/diff_new_pack.ci3NcU/_new  2015-05-10 10:46:52.0 +0200
@@ -34,7 +34,7 @@
 Summary:Administration of MySQL over the web
 License:GPL-2.0+
 Group:  Productivity/Networking/Web/Frontends
-Version:4.4.5
+Version:4.4.6
 Release:0
 Url:http://www.phpMyAdmin.net
 Source0:
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++ phpMyAdmin-4.4.5-all-languages.tar.bz2 - 
phpMyAdmin-4.4.6-all-languages.tar.bz2 ++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.4.5-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.4.6-all-languages.tar.bz2
 differ: char 11, line 1




commit python-geopy for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-geopy for openSUSE:Factory 
checked in at 2015-05-10 10:46:19

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


Package is python-geopy

Changes:

--- /work/SRC/openSUSE:Factory/python-geopy/python-geopy.changes
2013-12-17 10:03:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-geopy.new/python-geopy.changes   
2015-05-10 10:46:21.0 +0200
@@ -1,0 +2,182 @@
+Tue May  5 15:39:14 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.10.0:
+  * CHANGED: GeocodeFarm now uses version 3 of the service’s API,
+which allows use by unauthenticated users, multiple results,
+and SSL/TLS. You may need to obtain a new API key from
+GeocodeFarm, or use None for their free tier. Contributed by
+Eric Palakovich Carr.
+  * ADDED: DataBC geocoder for use with the British Columbia
+government’s DataBC service. Contributed by Benjamin
+Trigona-Harany.
+  * ADDED: Placefinder’s geocode method now requests a timezone if
+the with_timezone parameter is true. Contributed by willr.
+  * FIXED: Nominatim specifies a viewbox parameter rather than the
+apparently deprecated view_box.
+- additional changes from version 1.9.1:
+  * FIXED: Fix support for GoogleV3 bounds parameter. Contributed
+by Benjamin Trigona-Harany.
+- additional changes from version 1.9.0:
+  * CHANGED: MapQuest geocoder removed as the API it uses is now
+only available to enterprise accounts. OpenMapQuest is a
+replacement for Nominatim-sourced data.
+  * CHANGED: Nominatim now uses HTTPS by default and accepts a
+scheme argument. Contributed by srounet.
+  * ADDED: Nominatim now accepts a domain argument, which allows
+using a different server than nominatim.openstreetmap.org.
+Contributed by srounet.
+  * FIXED: Bing was not accessible from get_geocoder_for_service.
+Contributed by Adrián López.
+- additional changes from version 1.8.1:
+  * FIXED: GoogleV3 geocoder did not send API keys for reverse and
+timezone methods.
+- additional changes from version 1.8.0:
+  * ADDED: NaviData geocoder added. Contributed by NaviData.
+  * CHANGED: LiveAddress now requires HTTPS connections. If you set
+scheme to be http, rather than the default https, you will now
+receive a ConfigurationError.
+- additional changes from version 1.7.1:
+  * FIXED: IGN France geocoder’s address formatting better handles
+results that do not have a building number. Contributed by
+Thomas Gratier.
+- additional changes from version 1.7.0:
+  * ADDED: IGN France geocoder. Contributed by Thomas Gratier.
+  * FIXED: Bing checks the response body for error codes.
+- additional changes from version 1.6.1:
+  * FIXED: What3Words validation loosened. Contributed by
+spatialbitz.
+  * FIXED: Point.format() includes altitude.
+- additional changes from version 1.6.0:
+  * ADDED: Python 3.2 and PyPy3 compatibility. Contributed by Mike
+Toews.
+- additional changes from version 1.5.0:
+  * ADDED: Yandex geocoder added. Contributed by htch.
+  * ADDED: What3Words geocoder added. Contributed by spatialbitz.
+  * FIXED: LiveAddress geocoder made compatible with a change in
+the service’s authentication. An auth_id parameter was added to
+the geocoder’s initialization. Contributed by Arsen Mamikonyan.
+- additional changes from version 1.4.0:
+  * ADDED: Mapquest.reverse() method added. Contributed by Dody
+Suria Wijaya.
+  * ADDED: Bing’s geocoder now accepts the optional arguments
+“culture”, “includeNeighborhood”, and “include”. Contributed by
+oskholl.
+- additional changes from version 1.3.0:
+  * ADDED: Nominatim.geocode() accepts a geometry argument for
+retrieving wkt, svg, kml, or geojson formatted geometries in
+results. Contributed by spatialbitz.
+- additional changes from version 1.2.0:
+  * ADDED: GeoNames.reverse() added. Contributed by Emile Aben.
+  * ADDED: GoogleV3.timezone() added. This returns a pytz object
+giving the timezone in effect for a given location at a time
+(defaulting to now).
+- additional changes from version 1.1.5:
+  * FIXED: YahooPlaceFinder is now compatible with the older
+requests_oauthlib version 0.4.0.
+- additional changes from version 1.1.4:
+  * FIXED: Point.format() seconds precision in Python 3.
+- additional changes from version 1.1.3:
+  * FIXED: Fix OpenCage AttributeError on empty result. Contributed
+by IsaacHaze.
+- additional changes from version 1.1.2:
+  * FIXED: Update Point __repr__ method to format _items properly.
+Contributed by TristanH.
+- additional changes from version 1.1.1:
+  * FIXED: Python 3 compatibility.
+- additional changes from version 1.1.0:
+  * ADDED: OpenCage geocoder added. 

commit tmux for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2015-05-10 10:46:01

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


Package is tmux

Changes:

--- /work/SRC/openSUSE:Factory/tmux/tmux.changes2014-11-18 
22:46:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2015-05-10 
10:46:03.0 +0200
@@ -1,0 +2,61 @@
+Thu May  7 07:30:00 UTC 2015 - g...@opensuse.org
+
+- update to version 2.0
+  - Incompatible changes:
+- The choose-list command has been removed.
+- 'terminal-overrides' is now a server option, not a session
+  option.
+- 'message-limit' is now a server option, not a session option.
+- 'monitor-content' option has been removed.
+- 'pane_start_path' option has been removed.
+- The info mechanism which used to (for some commands)
+  provide feedback has been removed, and like other commands,
+  they now produce nothing on success.
+  - Normal changes:
+- tmux can now write an entry to utmp if the library 'utempter'
+  is present at compile time.
+- set-buffer learned append mode (-a), and a corresponding
+  'append-selection' command has been added to copy-mode.
+- choose-mode now has the following commands which can be
+  bound:
+- start-of-list
+- end-of-list
+- top-line
+- bottom-line
+- choose-buffer now understands UTF-8.
+- Pane navigation has changed:
+- The old way of always using the top or left if the choice
+  is ambiguous.
+- The new way of remembering the last used pane is annoying
+  if the layout is balanced and the leftmost is obvious to
+  the user (because clearly if we go right from the
+  top-left in a tiled set of four we want to end up in
+  top-right, even if we were last using the bottom-right).
+  So instead, use a combination of both: if there is only
+  one possible pane alongside the current pane, move to it,
+  otherwise choose the most recently used of the choice.
+- 'set-buffer' can now be told to give names to buffers.
+- The 'new-session', 'new-window', 'split-window', and
+  'respawn-pane' commands now understand multiple arguments and
+  handle quoting problems correctly.
+- 'capture-pane' understands '-S-' to mean the start of the
+  pane, and '-E-' to mean the end of the pane.
+- Support for function keys beyond F12 has changed.  The
+  following explains:
+- F13-F24 are S-F1 to S-F12
+- F25-F36 are C-F1 to C-F12
+- F37-F48 are C-S-F1 to C-S-F12
+- F49-F60 are M-F1 to M-F12
+- F61-F63 are M-S-F1 to M-S-F3
+  Therefore, F13 becomes a binding of S-F1, etc.
+- Support using pane id as part of session or window specifier
+  (so % means session-of-%1 or window-of-%1) and window id as
+  part of session
+  (so @1 means session-of-@1).
+- 'copy-pipe' command now understands formats via -F
+- 'if-shell'  command now understands formats via -F
+- 'split-window' and 'join-window' understand -b to create the
+  pane to the left or above the target pane.
+- drop obsolete tmux-fix-malloc-check-abort.patch
+
+---

Old:

  tmux-1.9a.tar.gz
  tmux-fix-malloc-check-abort.patch

New:

  tmux-2.0.tar.gz



Other differences:
--
++ tmux.spec ++
--- /var/tmp/diff_new_pack.8RvATz/_old  2015-05-10 10:46:04.0 +0200
+++ /var/tmp/diff_new_pack.8RvATz/_new  2015-05-10 10:46:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tmux
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,19 +18,18 @@
 
 
 Name:   tmux
-Version:1.9a
+Version:2.0
 Release:0
 Summary:Terminal multiplexer
 License:ISC and BSD-3-Clause and BSD-2-Clause
 Group:  System/Console
 Url:http://tmux.sourceforge.net/
 Source: 
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM tmux-fix-malloc-check-abort.patch 
http://sourceforge.net/p/tmux/tickets/105/ bnc#869950 dmacvi...@suse.de -- Fix 
glibc aborting with MALLOC_CHECK_=2
-Patch0: tmux-fix-malloc-check-abort.patch
 # PATCH-FIX-OPENSUSE tmux-socket-path.patch crrodrig...@opensuse.org -- Use 
/run/tmux instead of /tmp as the default socket path, this add some robustness 
against accidental deletion 

commit plowshare for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package plowshare for openSUSE:Factory 
checked in at 2015-05-10 10:46:08

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


Package is plowshare

Changes:

--- /work/SRC/openSUSE:Factory/plowshare/plowshare.changes  2014-11-15 
12:24:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.plowshare.new/plowshare.changes 2015-05-10 
10:46:09.0 +0200
@@ -1,0 +2,17 @@
+Thu May  7 08:23:02 UTC 2015 - mplus...@suse.com
+
+- Update to 2.1.1
+  * [plowmod] Fixes with git (requires git v1.8.5+)
+  * [plowmod] Add --status command-line switch
+- Changes for 2.1.0)
+  * Documentation refactor. Add plowshare.conf.sample file.
+  * Support user modules ~/.config/plowshare/modules.d/* scheme
+  * [plowmod] Add tool to ease modules repositories management
+- Changes for 2.0.1
+  * bash completion (plowdown, plowup): add missing --cache support
+  * Enhance documentation concerning split of modules and core
+- Changes for 2.0.0
+  * First version shipped without any module. Only core here.
+Module sources have been committed in a new GIT repository.
+
+---

Old:

  v1.0.6.tar.gz

New:

  v2.1.1.tar.gz



Other differences:
--
++ plowshare.spec ++
--- /var/tmp/diff_new_pack.rH1bV2/_old  2015-05-10 10:46:10.0 +0200
+++ /var/tmp/diff_new_pack.rH1bV2/_new  2015-05-10 10:46:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package plowshare
 #
-# 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,18 +17,19 @@
 
 
 Name:   plowshare
-Version:1.0.6
+Version:2.1.1
 Release:0
 Summary:Download and upload files from file-sharing websites
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Utilities
-Url:https://plowshare.googlecode.com
-Source0:   
https://github.com/arcresu/%{name}4-debian/archive/v%{version}.tar.gz
+Url:https://github.com/mcrapet/plowshare
+Source0:https://github.com/mcrapet/plowshare/archive/v%{version}.tar.gz
 BuildRequires:  bash = 4.1
 BuildRequires:  curl = 7.24
 Requires:   bash = 4.1
 Requires:   curl = 7.24
 Requires:   recode
+Recommends: %{name}-bash-completion
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -39,8 +40,7 @@
 The basic concept is that files can be downloaded and uploaded though command 
line as easily as wget (or curl).
 
 %package   bash-completion
-Summary:Bash-completion functionality support for plowshare
-License:GPL-3.0+
+Summary:Bash-completion for plowshare
 Group:  Productivity/Networking/Web/Utilities
 Requires:   %{name} = %{version}
 Requires:   bash-completion
@@ -50,7 +50,7 @@
 This package contains bash-completion support for plowshare utility.
 
 %prep
-%setup -q -n %{name}4-debian-%{version}
+%setup -q
 
 %build
 
@@ -60,20 +60,17 @@
 install -D -m 0644  scripts/%{name}.completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
 sed -i 's|/local||g' %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
 
-rm  %{buildroot}%{_datadir}/doc/%{name}4/README
-
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS README COPYING
+%doc COPYING CHANGELOG
+%doc %{_datadir}/doc/%{name}
 %{_bindir}/*
-%dir %{_datadir}/%{name}4
-%{_datadir}/%{name}4/*
+%{_datadir}/%{name}
 %{_mandir}/man1/*
 %{_mandir}/man5/%{name}.conf.5.*
 
 %files bash-completion
 %defattr(-,root,root,-)
-%doc AUTHORS README COPYING
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/*
 %config %{_sysconfdir}/bash_completion.d/plowshare

++ v1.0.6.tar.gz - v2.1.1.tar.gz ++
 30390 lines of diff (skipped)




commit python-fixtures for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-fixtures for openSUSE:Factory 
checked in at 2015-05-10 10:46:14

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


Package is python-fixtures

Changes:

--- /work/SRC/openSUSE:Factory/python-fixtures/python-fixtures.changes  
2015-03-03 11:15:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-fixtures.new/python-fixtures.changes 
2015-05-10 10:46:15.0 +0200
@@ -1,0 +2,18 @@
+Tue May  5 11:20:23 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 1.2.0:
+  * Release 1.2.0
+  * Add a warnings module capture fixure
+  * Use universal wheels
+- additional changes from version 1.1.0:
+  * Release 1.1.0 and use pbr 0.11 features
+  * Missing NEWS entry
+  * add tox.ini file
+  * Fixed test performance on Python 3.5
+  * Add NEWS for FakeLogger formatter
+  * allow the specification of a custom log formatter
+- set a minimum version for python-pbr
+- reenable the tests via make check:
+  python-testrepository is not needed anymore
+
+---

Old:

  fixtures-1.0.0.tar.gz

New:

  fixtures-1.2.0.tar.gz



Other differences:
--
++ python-fixtures.spec ++
--- /var/tmp/diff_new_pack.69tPWd/_old  2015-05-10 10:46:15.0 +0200
+++ /var/tmp/diff_new_pack.69tPWd/_new  2015-05-10 10:46:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-fixtures
-Version:1.0.0
+Version:1.2.0
 Release:0
 Summary:Fixtures, reusable state for writing clean tests and more
 License:Apache-2.0 or BSD-3-Clause
@@ -25,11 +25,8 @@
 Url:https://launchpad.net/python-fixtures
 Source: 
http://pypi.python.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-pbr
-#BuildRequires:  python-testrepository
+BuildRequires:  python-pbr = 0.11
 BuildRequires:  python-testtools = 0.9.22
-# Test requirements:
-#BuildRequires:  python-bzrlib.tests
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 BuildRequires:  python-discover
@@ -56,9 +53,8 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-# Create a cycle with python-testrepository; disabled for now
-#%check
-#testr init  testr run
+%check
+make check
 
 %files
 %defattr(-,root,root,-)

++ fixtures-1.0.0.tar.gz - fixtures-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/AUTHORS new/fixtures-1.2.0/AUTHORS
--- old/fixtures-1.0.0/AUTHORS  2014-10-27 21:27:47.0 +0100
+++ new/fixtures-1.2.0/AUTHORS  2015-05-05 00:14:19.0 +0200
@@ -8,6 +8,7 @@
 James Westby james.wes...@linaro.org
 Jonathan Lange j...@canonical.com
 Jonathan Lange j...@mumak.net
+Joshua Harlow harlo...@yahoo-inc.com
 Martin Pool m...@canonical.com
 Robert Collins robe...@robertcollins.net
 Sean Dague s...@dague.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/ChangeLog new/fixtures-1.2.0/ChangeLog
--- old/fixtures-1.0.0/ChangeLog2014-10-27 21:27:47.0 +0100
+++ new/fixtures-1.2.0/ChangeLog2015-05-05 00:14:19.0 +0200
@@ -1,6 +1,23 @@
 CHANGES
 ===
 
+1.2.0
+-
+
+* Release 1.2.0
+* Add a warnings module capture fixure
+* Use universal wheels
+
+1.1.0
+-
+
+* Release 1.1.0 and use pbr 0.11 features
+* Missing NEWS entry
+* add tox.ini file
+* Fixed test performance on Python 3.5
+* Add NEWS for FakeLogger formatter
+* allow the specification of a custom log formatter
+
 1.0.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/HACKING new/fixtures-1.2.0/HACKING
--- old/fixtures-1.0.0/HACKING  2014-09-25 23:09:19.0 +0200
+++ new/fixtures-1.2.0/HACKING  2015-05-04 06:05:02.0 +0200
@@ -36,12 +36,12 @@
 Releasing
 +
 
-1. Update the version number in __init__.py and add a version to NEWS.
-
-1. Upload to pypi, signed.
+1. Add a version to NEWS.
 
 1. commit, tag.
 
+1. Upload to pypi, signed.
+
 1. Close bugs.
 
 1. Rename the next milestone, release it, and make a new one.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fixtures-1.0.0/NEWS new/fixtures-1.2.0/NEWS
--- old/fixtures-1.0.0/NEWS 2014-10-27 21:23:42.0 +0100
+++ new/fixtures-1.2.0/NEWS 2015-05-04 23:50:18.0 +0200
@@ -6,6 +6,25 @@
 NEXT
 
 
+1.2.0
+~
+
+* Add warnings module fixture for capturing warnings. (Joshua Harlow)
+
+1.1.0

commit yakuake for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2015-05-10 10:46:09

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


Package is yakuake

Changes:

--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2013-08-04 
23:52:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes 2015-05-10 
10:46:10.0 +0200
@@ -1,0 +2,8 @@
+Sun Apr 19 09:18:45 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Use url for source
+- Use post/postun scriplets to update desktop database
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ yakuake.spec ++
--- /var/tmp/diff_new_pack.Jk7NnP/_old  2015-05-10 10:46:11.0 +0200
+++ /var/tmp/diff_new_pack.Jk7NnP/_new  2015-05-10 10:46:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# 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
@@ -22,24 +22,27 @@
 Summary:Terminal for KDE
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Url:http://kde-apps.org/content/show.php?content=29153
-Source: %{name}-%{version}.tar.xz
+Url:https://yakuake.kde.org
+Source: 
http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM yakuake-2.9.9_no-close.patch kde#308850 pe...@rmk2.org -- 
patch comes from upstream
 Patch0: yakuake-2.9.9_no-close.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  xz
 Requires:   konsole
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+Recommends: %{name}-lang = %{version}
 Provides:   kde4-yakuake = %{version}
 Obsoletes:  kde4-yakuake  %{version}
-Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description
 Yakuake is a retractable KDE Terminal Emulator.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -56,12 +59,13 @@
   %find_lang %{name}
   %fdupes -s %{buildroot}
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%post
+/sbin/ldconfig
+%desktop_database_post
+
+%postun
+/sbin/ldconfig
+%desktop_database_postun
 
 %files
 %defattr(-,root,root)
@@ -74,5 +78,6 @@
 %{_kde4_configdir}/yakuake.knsrc
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog




commit python-futures for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2015-05-10 10:46:18

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


Package is python-futures

Changes:

--- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes
2015-03-01 14:47:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes   
2015-05-10 10:46:19.0 +0200
@@ -1,0 +2,18 @@
+Tue May  5 15:16:24 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 3.0.1:
+  * Made Executor.map() non-greedy
+- additional changes from version 3.0.0:
+  * Dropped Python 2.5 and 3.1 support
+  * Removed the deprecated futures top level package
+  * Applied patch for issue 11777 (Executor.map does not submit
+futures until iter.next() is called)
+  * Applied patch for issue 15015 (accessing an non-existing
+attribute)
+  * Applied patch for issue 16284 (memory leak)
+  * Applied patch for issue 20367 (behavior of
+concurrent.futures.as_completed() for duplicate arguments)
+- remove CFLAGS: this is a python only module
+- remove futures from package files: not provided anymore
+
+---

Old:

  futures-2.2.0.tar.gz

New:

  futures-3.0.1.tar.gz



Other differences:
--
++ python-futures.spec ++
--- /var/tmp/diff_new_pack.q9GVHH/_old  2015-05-10 10:46:19.0 +0200
+++ /var/tmp/diff_new_pack.q9GVHH/_new  2015-05-10 10:46:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-futures
-Version:2.2.0
+Version:3.0.1
 Release:0
 Summary:Backport of the concurrent.futures package from Python 3.2
 License:BSD-2-Clause
@@ -43,19 +43,18 @@
 %setup -q -n futures-%{version}
 
 %build
-CFLAGS=%{optflags} python setup.py build
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 #%%check
-#python test
+#python test_futures.py
 
 %files
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE
 %{python_sitelib}/concurrent/
-%{python_sitelib}/futures/
 %{python_sitelib}/futures-%{version}-py*.egg-info
 
 %changelog

++ futures-2.2.0.tar.gz - futures-3.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-2.2.0/CHANGES new/futures-3.0.1/CHANGES
--- old/futures-2.2.0/CHANGES   2014-09-08 05:46:16.0 +0200
+++ new/futures-3.0.1/CHANGES   2015-05-03 08:28:16.0 +0200
@@ -1,3 +1,21 @@
+3.0.1
+=
+
+- Made Executor.map() non-greedy
+
+
+3.0.0
+=
+
+- Dropped Python 2.5 and 3.1 support
+- Removed the deprecated futures top level package
+- Applied patch for issue 11777 (Executor.map does not submit futures until
+ iter.next() is called)
+- Applied patch for issue 15015 (accessing an non-existing attribute)
+- Applied patch for issue 16284 (memory leak)
+- Applied patch for issue 20367 (behavior of concurrent.futures.as_completed()
+ for duplicate arguments)
+
 2.2.0
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-2.2.0/PKG-INFO new/futures-3.0.1/PKG-INFO
--- old/futures-2.2.0/PKG-INFO  2014-09-25 23:20:56.0 +0200
+++ new/futures-3.0.1/PKG-INFO  2015-05-03 08:32:05.0 +0200
@@ -1,19 +1,16 @@
 Metadata-Version: 1.0
 Name: futures
-Version: 2.2.0
+Version: 3.0.1
 Summary: Backport of the concurrent.futures package from Python 3.2
-Home-page: http://code.google.com/p/pythonfutures
+Home-page: https://github.com/agronholm/pythonfutures
 Author: Alex Gronholm
 Author-email: alex.gronholm+p...@nextday.fi
 License: BSD
-Download-URL: http://pypi.python.org/pypi/futures/
 Description: UNKNOWN
 Platform: UNKNOWN
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
-Classifier: Programming Language :: Python :: 2.5
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.1
+Classifier: Programming Language :: Python :: 2 :: Only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-2.2.0/concurrent/futures/__init__.py 
new/futures-3.0.1/concurrent/futures/__init__.py
--- old/futures-2.2.0/concurrent/futures/__init__.py2013-10-28 
00:12:04.0 +0100
+++ new/futures-3.0.1/concurrent/futures/__init__.py2015-05-03 
07:24:12.0 +0200
@@ -15,9 +15,11 @@
  

commit ghc for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2015-05-10 10:45:58

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


Package is ghc

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2015-04-15 16:24:42.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2015-05-10 
10:45:59.0 +0200
@@ -23,0 +24,31 @@
+Wed Feb  4 11:57:35 UTC 2015 - mimi...@gmail.com
+
++ add ghc-glibc-2.20_BSD_SOURCE.patch from fedora
+- updated to 7.8.4 
++ removed D177.patch (in upstream)
++ removed D173.patch (in upstream)
++ removed ghc.git-e18525f.patch (in upstream)
++ refresh 0001-implement-native-code-generator-for-ppc64.patch
+* A critical bug in the LLVM backend which would cause the compiler to 
generate incorrect code has been fixed (issue #9439).
+* Several bugs in the code generator have been fixed for unregisterised 
platforms, such as 64bit PowerPC (issue #8819 and #8849).
+* A bug that could cause GHC's constructor specialization pass (enabled by 
default at -O2, or via -fspec-constr) to loop forever and consume large amounts 
of memory has been fixed (issue #8960).
+* A bug that would cause GHC to fail when attempting to determine GCC's 
version information in non-english locales has been fixed (issue #8825).
+* A minor bug that allowed GHC to seemingly import (but not use) private data 
constructors has been fixed (issue #9006).
+* A bug in the register allocator which would cause GHC to crash during 
compilation has been fixed (issue #9303).
+* A bug that caused the compiler to panic on some input C-- code has been 
fixed (issue #9329).
+* A few various minor deadlocks in the runtime system when using forkProcess 
have been fixed.
+* A bug which made blocked STM transactions non-interruptible has been fixed 
(issue #9379).
+* A bug in the compiler which broke pattern synonym imports across modules in 
Haddock has been fixed (issue #9417).
+* A minor bug in the code generator in which the popCnt16# did not zero-extend 
its result has been fixed (issue #9435).
+* A bug which caused the compiler to panic on pattern synonyms inside a class 
declaration has been fixed (issue #9705).
+* A bug in the typechecker revolving around un-saturated type family 
applications has been fixed (issue #9433).
+* Several bugs have been fixed causing problems with building GHC on ARM 
(issues #8951, #9620, #9336, and #9552).
+* A bug in the typechecker that could cause an infinite loop when using 
superclasses in a cycle has been fixed (issue #9415).
+* A bug causing corruption in signal handling with the single-threaded runtime 
system has been fixed (issue #9817).
+* A bug that could cause compiled programs to crash due to use of overlapping 
type families has been fixed (issue #9371).
+* A bug in the inliner that caused certain expressions within unboxed tuples 
to not be properly evaluated has been fixed (issue #9390).
+* A bug that caused the compiler to not always properly detect LLVM tools 
(particularly on Windows) has been fixed (issue #7143).
+* A bug that prevented GHC from deriving Generic1 instances for data families 
has been fixed (#9563).
+* A bug that caused type inference to infer the incorrect type in the presence 
of certain type families and constraints has been fixed (issue #9316).
+
+---

Old:

  D173.patch
  D177.patch
  ghc-7.8.3-src.tar.xz
  ghc.git-e18525f.patch

New:

  ghc-7.8.4-src.tar.xz



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.ad4ETW/_old  2015-05-10 10:46:00.0 +0200
+++ /var/tmp/diff_new_pack.ad4ETW/_new  2015-05-10 10:46:00.0 +0200
@@ -19,14 +19,13 @@
 %global unregisterised_archs ppc64le s390 s390s
 
 Name:   ghc
-Version:7.8.3
+Version:7.8.4
 Release:0
 Url:
http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.bz2
 Summary:The Glorious Glasgow Haskell Compiler
 License:BSD-3-Clause
 Group:  Development/Languages/Other
 ExclusiveArch:  %{ix86} x86_64 ppc ppc64 ppc64le
-
 BuildRequires:  binutils-devel
 BuildRequires:  gcc
 BuildRequires:  ghc-bootstrap = 7.4
@@ -35,6 +34,9 @@
 BuildRequires:  gmp-devel
 BuildRequires:  libelf-devel
 BuildRequires:  libffi-devel
+%ifnarch ppc
+BuildRequires:  llvm
+%endif
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
@@ -61,12 +63,6 @@
 Patch13:integer-gmp.patch
 # PATCH-FIX-UPSTREAM ghc-7.8.2-cgen-constify.patch 
peter.tromm...@ohm-hochschule.de - Make constant strings constant in C backend 
to save data segment space. This is a gentoo patch.
 Patch14:  

commit sqlite3 for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2015-05-10 10:45:46

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


Package is sqlite3

Changes:

--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2015-04-10 
09:48:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2015-05-10 
10:45:47.0 +0200
@@ -1,0 +2,12 @@
+Thu May  7 19:21:37 UTC 2015 - crrodrig...@opensuse.org
+
+- Update to SQLite 3.8.10
+* Added the y format string to the matchinfo() function of FTS3.
+* Performance improvements for ORDER BY, VACUUM, CREATE INDEX, 
+  PRAGMA integrity_check, and PRAGMA quick_check
+* Fix many obscure problems discovered while SQL fuzzing.
+* Add the .binary and .limits commands to the command-line shell
+* Make the dbstat virtual table part of standard builds 
+  when compiled with the SQLITE_ENABLE_DBSTAT_VTAB option.
+
+---

Old:

  sqlite-autoconf-3080900.tar.gz
  sqlite-doc-3080900.zip

New:

  sqlite-autoconf-3081000.tar.gz
  sqlite-doc-3081000.zip



Other differences:
--
++ sqlite3.spec ++
--- /var/tmp/diff_new_pack.8KX100/_old  2015-05-10 10:45:48.0 +0200
+++ /var/tmp/diff_new_pack.8KX100/_new  2015-05-10 10:45:48.0 +0200
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:   %pname
-Version:3.8.9
+Version:3.8.10
 Release:0
-%define tarversion 3080900
+%define tarversion 3081000
 Summary:Embeddable SQL Database Engine
 License:SUSE-Public-Domain
 Group:  Productivity/Databases/Servers

++ sqlite-autoconf-3080900.tar.gz - sqlite-autoconf-3081000.tar.gz ++
 7714 lines of diff (skipped)