commit u-boot for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-09-05 21:24:33

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


Package is "u-boot"

Changes:

--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2016-08-17 12:06:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes
2016-09-05 21:25:04.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  2 23:25:44 UTC 2016 - afaer...@suse.de
+
+- Add post-install script for Raspberry Pi to install to /boot/efi
+  where needed. (bsc#996064)
+
+---
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-clearfog.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-dragonboard410c.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-c2.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-pine64plus.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-rpi3.changes: same change
u-boot-snow.changes: same change
u-boot-spring.changes: same change
u-boot-udoo.changes: same change
u-boot.changes: same change



Other differences:
--
++ u-boot-a10-olinuxino-lime.spec ++
--- /var/tmp/diff_new_pack.OK3nJq/_old  2016-09-05 21:25:38.0 +0200
+++ /var/tmp/diff_new_pack.OK3nJq/_new  2016-09-05 21:25:38.0 +0200
@@ -71,6 +71,8 @@
 %if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
+# For mountpoint
+Requires(post): util-linux
 %endif
 Provides:   u-boot-loader
 Conflicts:  otherproviders(u-boot-loader)
@@ -114,7 +116,7 @@
 %patch0018 -p1
 
 %build
-export SOURCE_DATE_EPOCH=1471010869
+export SOURCE_DATE_EPOCH=1472858744
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
A10-OLinuXino-Lime_defconfig
 make %{?jobs:-j %jobs} CROSS_COMPILE= CFLAGS="$RPM_OPT_FLAGS" 
USE_PRIVATE_LIBGG=yes
 %if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"
@@ -129,7 +131,7 @@
 %endif
 
 %install
-export SOURCE_DATE_EPOCH=1471010869
+export SOURCE_DATE_EPOCH=1472858744
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
@@ -188,6 +190,19 @@
 install -D -m 0755 SPL %{buildroot}/boot/udoo_spl.bin
 %endif
 
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
+%post
+# On the Raspberry Pi we chain-load u-boot.bin from bootcode.bin via 
config.txt.
+# It needs to be on the first FAT partition, wherever we mounted it.
+# a) Unmounted, then do nothing.
+# b) Mounted as /boot/vc, then they're in the right place already.
+# c) Mounted as /boot/efi, with /boot/vc as symlink, then nothing to be done.
+# d) Mounted as /boot/efi, with /boot/vc a directory, then copy files over.
+if mountpoint -q /boot/efi; then
+  [[ "$(readlink -f /boot/efi)" -ef "$(readlink -f %{uboot_dir})" ]] || cp 
%{uboot_dir}/u-boot.img /boot/efi/
+fi
+%endif
+
 %files
 %defattr(-,root,root)
 %{uboot_dir}/*

++ u-boot-a13-olinuxino.spec ++
--- /var/tmp/diff_new_pack.OK3nJq/_old  2016-09-05 21:25:38.0 +0200
+++ /var/tmp/diff_new_pack.OK3nJq/_new  2016-09-05 21:25:38.0 +0200
@@ -71,6 +71,8 @@
 %if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
+# For mountpoint
+Requires(post): util-linux
 %endif

commit python3-CherryPy for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python3-CherryPy for 
openSUSE:Factory checked in at 2016-09-05 21:24:21

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


Package is "python3-CherryPy"

Changes:

--- /work/SRC/openSUSE:Factory/python3-CherryPy/python3-CherryPy.changes
2016-08-03 11:45:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-CherryPy.new/python3-CherryPy.changes   
2016-09-05 21:24:53.0 +0200
@@ -1,0 +2,17 @@
+Sun Sep  4 23:58:20 UTC 2016 - a...@gmx.de
+
+- update to version 8.0.0:
+  * #1483: Remove Deprecated constructs:
++ "cherrypy.lib.http" module.
++ "unrepr", "modules", and "attributes" in
++ "cherrypy.lib".
+  * #1476: Drop support for python-memcached<1.58
+  * #1401: Handle NoSSLErrors.
+  * #1489: In "wsgiserver.WSGIGateway.respond", the application must
+now yield bytes and not text, as the spec requires.  If text is
+received, it will now raise a ValueError instead of silently
+encoding using ISO-8859-1.
+  * Removed unicode filename from the package, working around pip
+#3894 and setuptools #704.
+
+---

Old:

  CherryPy-7.1.0.tar.gz

New:

  CherryPy-8.0.0.tar.gz



Other differences:
--
++ python3-CherryPy.spec ++
--- /var/tmp/diff_new_pack.3emDfI/_old  2016-09-05 21:24:55.0 +0200
+++ /var/tmp/diff_new_pack.3emDfI/_new  2016-09-05 21:24:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-CherryPy
-Version:7.1.0
+Version:8.0.0
 Release:0
 Url:http://www.cherrypy.org
 Summary:Object-Oriented HTTP framework

++ CherryPy-7.1.0.tar.gz -> CherryPy-8.0.0.tar.gz ++
 1942 lines of diff (skipped)




commit nano for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2016-09-05 21:23:29

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


Package is "nano"

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2016-08-16 
13:03:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2016-09-05 
21:24:23.0 +0200
@@ -1,0 +2,10 @@
+Sun Sep  4 14:51:05 UTC 2016 - astie...@suse.com
+
+- GNU nano 2.7.0:
+  * new feature: allowing text to be selected by holding Shift
+ together with the cursor keys.
+  * now works also when run in very tiny terminals
+(down to one line, one column)
+  * improves the handling of the prompt in cramped spaces
+
+---

Old:

  nano-2.6.3.tar.xz
  nano-2.6.3.tar.xz.asc

New:

  nano-2.7.0.tar.xz
  nano-2.7.0.tar.xz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.JFWWSN/_old  2016-09-05 21:24:24.0 +0200
+++ /var/tmp/diff_new_pack.JFWWSN/_new  2016-09-05 21:24:24.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 2.6
+%define _version 2.7
 Name:   nano
-Version:2.6.3
+Version:2.7.0
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.6.3.tar.xz -> nano-2.7.0.tar.xz ++
 91350 lines of diff (skipped)





commit gnome-autoar for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-autoar for openSUSE:Factory 
checked in at 2016-09-05 21:23:42

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


Package is "gnome-autoar"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-autoar/gnome-autoar.changes
2016-09-01 14:03:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-autoar.new/gnome-autoar.changes   
2016-09-05 21:24:35.0 +0200
@@ -1,0 +2,20 @@
+Fri Sep  2 20:11:48 UTC 2016 - zai...@opensuse.org
+
+- Updated to version 0.1.1:
+  + Fix library link issues for Evolution.
+  + Make decide destination signal synchronous for Evolution.
+  + Fix licence to LGPLv2.1+.
+
+---
+Thu Sep  1 21:25:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.1.0:
+  + Bump required libarchive version.
+  + AutoarExtractor: signal error on encrypted archives.
+  + Add COPYING file.
+  + tests: Add missing linker flags.
+- Stop using sourceservice, tarball release now available.
+- Following the above: gnome-common BuildRequires and autogen.sh
+  call: We no longer need to bootstrap.
+
+---

Old:

  _service
  _servicedata
  gnome-autoar-0+20160825.0fec26d.tar.xz

New:

  gnome-autoar-0.1.1.tar.xz



Other differences:
--
++ gnome-autoar.spec ++
--- /var/tmp/diff_new_pack.J7fjNu/_old  2016-09-05 21:24:37.0 +0200
+++ /var/tmp/diff_new_pack.J7fjNu/_new  2016-09-05 21:24:37.0 +0200
@@ -17,23 +17,20 @@
 
 
 Name:   gnome-autoar
-Version:0+20160825.0fec26d
+Version:0.1.1
 Release:0
 Summary:Automatic archives creating and extracting library
 License:LGPL-2.0+
 Group:  System/GUI/GNOME
 Url:https://git.gnome.org/browse/gnome-autoar
-# Service generated tarball, no releases yet
-Source: %{name}-%{version}.tar.xz
-# Needed, as we provide a git snapshot
-BuildRequires:  gnome-common
+Source: 
https://download.gnome.org/sources/gnome-autoar/0.1/%{name}-%{version}.tar.xz
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(glib-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.35.6
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2
-BuildRequires:  pkgconfig(libarchive) >= 3.1.0
+BuildRequires:  pkgconfig(libarchive) >= 3.2.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -101,7 +98,6 @@
 %setup -q
 
 %build
-./autogen.sh
 %configure \
 --disable-static
 make %{?_smp_mflags}
@@ -129,17 +125,16 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/gnome-autoar-0/
-%{_includedir}/gnome-autoar-gtk-0/
 %{_libdir}/libgnome-autoar-0.so
 %{_libdir}/libgnome-autoar-gtk-0.so
 %{_libdir}/pkgconfig/gnome-autoar-0.pc
 %{_libdir}/pkgconfig/gnome-autoar-gtk-0.pc
 %{_datadir}/gir-1.0/GnomeAutoar-0.1.gir
 %{_datadir}/gir-1.0/GnomeAutoarGtk-0.1.gir
+%{_datadir}/gtk-doc/html/%{name}/
 
 %files -n typelib-1_0-GnomeAutoar-0_1
 %defattr(-,root,root)
-#doc COPYING
 %{_libdir}/girepository-1.0/GnomeAutoar-0.1.typelib
 
 %files -n typelib-1_0-GnomeAutoarGtk-0_1
@@ -148,6 +143,7 @@
 
 %files -n libgnome-autoar-0-0
 %defattr(-,root,root)
+%doc COPYING
 %{_libdir}/libgnome-autoar-0.so.0
 %{_libdir}/libgnome-autoar-0.so.0.0.0
 

++ gnome-autoar-0+20160825.0fec26d.tar.xz -> gnome-autoar-0.1.1.tar.xz 
++
 53961 lines of diff (skipped)




commit QMPlay2 for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2016-09-05 21:24:24

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


Package is "QMPlay2"

Changes:

--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2016-08-24 
10:08:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new/QMPlay2.changes 2016-09-05 
21:24:59.0 +0200
@@ -1,0 +2,13 @@
+Mon Sep  5 03:27:52 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.09.04:
+  * Don't load subtitles which needs decoder without the decoder,
+  * add checkbox to disable PBO in OpenGL2 module settings,
+  * fix displaying multi-line graphical subtitles,
+  * don't crop non-graphics subtitles on zoom,
+  * add quality button in YouTube browser,
+  * download "youtube-dl" if necessary,
+  * get rid of "QtNetwork" module,
+  * add MPEG-TS programs support.
+
+---

Old:

  QMPlay2-src-16.08.19.tar.xz

New:

  QMPlay2-src-16.09.04.tar.xz



Other differences:
--
++ QMPlay2.spec ++
--- /var/tmp/diff_new_pack.Etafak/_old  2016-09-05 21:25:00.0 +0200
+++ /var/tmp/diff_new_pack.Etafak/_new  2016-09-05 21:25:00.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   QMPlay2
-Version:16.08.19
+Version:16.09.04
 Release:0
 Summary:A Qt based media player, streamer and downloader
 License:LGPL-3.0+
@@ -36,7 +36,6 @@
 BuildRequires:  libqt5-qttools
 %endif
 BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5OpenGL)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)

++ QMPlay2-src-16.08.19.tar.xz -> QMPlay2-src-16.09.04.tar.xz ++
 4318 lines of diff (skipped)




commit raspberrypi-firmware for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package raspberrypi-firmware for 
openSUSE:Factory checked in at 2016-09-05 21:23:46

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


Package is "raspberrypi-firmware"

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-config-rpi.changes
 2016-08-25 09:58:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-config-rpi.changes
2016-09-05 21:24:40.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep  2 15:29:14 UTC 2016 - afaer...@suse.de
+
+- get-from-git.sh: Update for -config-rpi* sub-packages
+- Update to 334f548 (2016-09-02)
+- Add post-install scripts to copy files to /boot/efi where needed.
+  /boot/vc may be the mountpoint for boot.scr based installations
+  or a symlink to /boot/efi. (bsc#996064)
+
+---
raspberrypi-firmware-config-rpi2.changes: same change
raspberrypi-firmware-config-rpi3.changes: same change
raspberrypi-firmware.changes: same change

Old:

  raspberrypi-firmware-2016.08.23.tar.bz2

New:

  raspberrypi-firmware-2016.09.02.tar.bz2



Other differences:
--
++ raspberrypi-firmware-config-rpi.spec ++
--- /var/tmp/diff_new_pack.bVgDu9/_old  2016-09-05 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.bVgDu9/_new  2016-09-05 21:24:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-config-rpi
-Version:2016.08.23
+Version:2016.09.02
 Release:0
 Summary:Configuration for the Raspberry Pi firmware loader
 License:MIT
@@ -44,6 +44,12 @@
 %install
 install -D -p -m 0644 %{SOURCE0} %{buildroot}/boot/vc/config.txt
 
+%post
+if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+  [[ -f /boot/efi/config.txt ]] && cp /boot/efi/config.txt 
/boot/efi/config.txt.rpmsave
+  cp /boot/vc/config.txt /boot/efi/config.txt
+fi
+
 %files
 %defattr(-,root,root)
 %config /boot/vc/config.txt

raspberrypi-firmware-config-rpi2.spec: same change
raspberrypi-firmware-config-rpi3.spec: same change
++ raspberrypi-firmware.spec ++
--- /var/tmp/diff_new_pack.bVgDu9/_old  2016-09-05 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.bVgDu9/_new  2016-09-05 21:24:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware
-Version:2016.08.23
+Version:2016.09.02
 Release:0
 Summary:Binary bootloader and firmware files for Raspberry Pi
 License:SUSE-Firmware
@@ -28,6 +28,7 @@
 Source99:   %{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires(post): util-linux
 
 %description
 Binary bootloader and firmware files for Raspberry Pi
@@ -35,7 +36,8 @@
 %package extra
 Summary:Extra bootloaders for Raspberry Pi
 Group:  System/Boot
-Requires:   raspberrypi-firmware = %{version}
+Requires:   raspberrypi-firmware = %{version}-%{release}
+Requires(post): util-linux
 
 %description extra
 This package provides the console, experimental and debug
@@ -50,6 +52,21 @@
 mkdir -p %{buildroot}/boot/vc
 cp -a boot/*.elf boot/*.bin boot/*.dat boot/LICENCE.broadcom 
%{buildroot}/boot/vc
 
+%post
+if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+  for f in start.elf fixup.dat bootcode.bin; do
+cp /boot/vc/$f /boot/efi/
+  done
+fi
+
+%post extra
+if mountpoint -q /boot/efi && [[ ! -L /boot/efi ]]; then
+  for suffix in _cd _db _x; do
+cp /boot/vc/start${suffix}.elf /boot/efi/
+cp /boot/vc/fixup${suffix}.dat /boot/efi/
+  done
+fi
+
 %files
 %defattr(-,root,root)
 %dir /boot/vc
@@ -60,7 +77,6 @@
 
 %files extra
 %defattr(-,root,root)
-%dir /boot/vc
 /boot/vc/start_cd.elf
 /boot/vc/start_db.elf
 /boot/vc/start_x.elf

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.bVgDu9/_old  2016-09-05 21:24:45.0 +0200
+++ /var/tmp/diff_new_pack.bVgDu9/_new  2016-09-05 21:24:45.0 +0200
@@ -28,5 +28,5 @@
 for f in raspberrypi-firmware.spec raspberrypi-firmware-config.spec.in; do
sed -i "s/^Version:.*/Version:$VER/" $f
 done
+osc vc raspberrypi-firmware -m "Update to $REV ($DATE)"
 sh pre_checkin.sh
-osc vc -m "Update to $REV ($DATE)"

++ raspberrypi-firmware-2016.08.23.tar.bz2 -> 
raspberrypi-firmware-2016.09.02.tar.bz2 ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware/raspberrypi-firmware-2016.08.23.tar.bz2
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware.new/raspberrypi-firmware-2016.09.02.tar.bz2
 differ: char 11, line 1

++ raspberrypi-firmware-config.spec.in ++
--- /var/tmp/diff_new_pack.bVgDu9/_old  2016-09-05 21:24:45.0 +0200

commit python3-pyflakes for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python3-pyflakes for 
openSUSE:Factory checked in at 2016-09-05 21:23:22

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


Package is "python3-pyflakes"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyflakes/python3-pyflakes.changes
2016-08-18 09:17:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyflakes.new/python3-pyflakes.changes   
2016-09-05 21:24:14.0 +0200
@@ -1,0 +2,10 @@
+Sat Sep  3 21:59:21 UTC 2016 - a...@gmx.de
+
+- update to version 1.3.0:
+  * Fix PyPy2 Windows IntegrationTests
+  * Check for duplicate dictionary keys
+  * Fix TestMain tests on Windows
+  * Fix "continue" and "break" checks ignoring py3.5's "async for"
+loop
+
+---

Old:

  pyflakes-1.2.3.tar.gz

New:

  pyflakes-1.3.0.tar.gz



Other differences:
--
++ python3-pyflakes.spec ++
--- /var/tmp/diff_new_pack.342QlK/_old  2016-09-05 21:24:18.0 +0200
+++ /var/tmp/diff_new_pack.342QlK/_new  2016-09-05 21:24:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyflakes
-Version:1.2.3
+Version:1.3.0
 Release:0
 Url:https://github.com/pyflakes/pyflakes
 Summary:Passive checker of Python 3 programs

++ pyflakes-1.2.3.tar.gz -> pyflakes-1.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.2.3/NEWS.txt new/pyflakes-1.3.0/NEWS.txt
--- old/pyflakes-1.2.3/NEWS.txt 2016-05-12 20:30:42.0 +0200
+++ new/pyflakes-1.3.0/NEWS.txt 2016-09-01 21:57:08.0 +0200
@@ -1,3 +1,9 @@
+1.3.0 (2016-09-01):
+  - Fix PyPy2 Windows IntegrationTests
+  - Check for duplicate dictionary keys
+  - Fix TestMain tests on Windows
+  - Fix "continue" and "break" checks ignoring py3.5's "async for" loop
+
 1.2.3 (2016-05-12):
   - Fix TypeError when processing relative imports
 
@@ -5,7 +11,7 @@
   - Avoid traceback when exception is del-ed in except
 
 1.2.1 (2015-05-05):
-  - Fix false RedefinedWhileUnesed for submodule imports
+  - Fix false RedefinedWhileUnused for submodule imports
 
 1.2.0 (2016-05-03):
   - Warn against reusing exception names after the except: block on Python 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.2.3/PKG-INFO new/pyflakes-1.3.0/PKG-INFO
--- old/pyflakes-1.2.3/PKG-INFO 2016-05-12 20:38:30.0 +0200
+++ new/pyflakes-1.3.0/PKG-INFO 2016-09-01 22:03:41.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyflakes
-Version: 1.2.3
+Version: 1.3.0
 Summary: passive checker of Python programs
 Home-page: https://github.com/pyflakes/pyflakes
 Author: A lot of people
@@ -80,8 +80,8 @@
 
 All changes should be include tests and pass flake8_.
 
-.. image:: https://api.travis-ci.org/pyflakes/pyflakes.png
-   :target: https://travis-ci.org/pyflakes/pyflakes
+.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg
+   :target: https://travis-ci.org/PyCQA/pyflakes
:alt: Build status
 
 .. _Pylint: http://www.pylint.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.2.3/README.rst 
new/pyflakes-1.3.0/README.rst
--- old/pyflakes-1.2.3/README.rst   2016-05-06 00:37:30.0 +0200
+++ new/pyflakes-1.3.0/README.rst   2016-09-01 21:49:06.0 +0200
@@ -72,8 +72,8 @@
 
 All changes should be include tests and pass flake8_.
 
-.. image:: https://api.travis-ci.org/pyflakes/pyflakes.png
-   :target: https://travis-ci.org/pyflakes/pyflakes
+.. image:: https://api.travis-ci.org/PyCQA/pyflakes.svg
+   :target: https://travis-ci.org/PyCQA/pyflakes
:alt: Build status
 
 .. _Pylint: http://www.pylint.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.2.3/pyflakes/__init__.py 
new/pyflakes-1.3.0/pyflakes/__init__.py
--- old/pyflakes-1.2.3/pyflakes/__init__.py 2016-05-12 20:29:17.0 
+0200
+++ new/pyflakes-1.3.0/pyflakes/__init__.py 2016-09-01 21:57:14.0 
+0200
@@ -1 +1 @@
-__version__ = '1.2.3'
+__version__ = '1.3.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyflakes-1.2.3/pyflakes/checker.py 
new/pyflakes-1.3.0/pyflakes/checker.py
--- old/pyflakes-1.2.3/pyflakes/checker.py  2016-05-12 20:29:04.0 
+0200
+++ new/pyflakes-1.3.0/pyflakes/checker.py  2016-09-01 21:49:06.0 
+0200
@@ -12,6 +12,7 @@
 PY2 = sys.version_info < (3, 0)
 PY32 = 

commit lollypop for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2016-09-05 21:23:33

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


Package is "lollypop"

Changes:

--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes2016-06-07 
23:49:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2016-09-05 
21:24:31.0 +0200
@@ -1,0 +2,24 @@
+Sun Sep  4 08:13:13 UTC 2016 - mailaen...@opensuse.org
+
+- Update to version 0.9.113:
+  + Enhanced search engine
+  + MTP sync for albums
+  + Move stats to settings dialog
+  + Move artist artwork outside cache
+  + Fix Lastfm scrobbler
+  + Guess tracknumber from filename
+  + Fix issues with Unity
+  + Rework all code (may have introduced unwanted regressions)
+
+---
+Fri Jul 15 19:00:22 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.9.112:
+  + Fix an issue with image downloader:
+https://duckduckgo.com/i.js is not available anymore,
+duckduckgo API is limited to instant search... Switch to
+Google Custom Search (API key needed).
+- Changes from versions 0.9.108 through 0.9.111:
+  + See https://github.com/gnumdk/lollypop/releases.
+
+---

Old:

  lollypop-0.9.107.tar.xz

New:

  lollypop-0.9.113.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.9jF5Py/_old  2016-09-05 21:24:34.0 +0200
+++ /var/tmp/diff_new_pack.9jF5Py/_new  2016-09-05 21:24:34.0 +0200
@@ -22,9 +22,9 @@
 Name:   lollypop
 Summary:GNOME music playing application
 License:GPL-3.0+
-Version:0.9.107
+Version:0.9.113
 Release:0
-Url:https://github.com/gnumdk/lollypop
+Url:http://gnumdk.github.io/lollypop-web/
 Source0:
https://github.com/gnumdk/lollypop/releases/download/%{version}/%{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRequires:  fdupes

++ lollypop-0.9.107.tar.xz -> lollypop-0.9.113.tar.xz ++
 43758 lines of diff (skipped)




commit python3-pyparsing for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python3-pyparsing for 
openSUSE:Factory checked in at 2016-09-05 21:23:13

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


Package is "python3-pyparsing"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyparsing/python3-pyparsing.changes  
2016-06-19 11:08:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyparsing.new/python3-pyparsing.changes 
2016-09-05 21:23:59.0 +0200
@@ -1,0 +2,74 @@
+Sat Sep  3 21:55:21 UTC 2016 - a...@gmx.de
+
+- update to version 2.1.8:
+  * Fixed issue in the optimization to _trim_arity, when the full
+stacktrace is retrieved to determine if a TypeError is raised in
+pyparsing or in the caller's parse action. Code was traversing the
+full stacktrace, and potentially encountering UnicodeDecodeError.
+  * Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite
+loop with Suppress.
+  * Fixed bug in Each, when merging named results from multiple
+expressions in a ZeroOrMore or OneOrMore. Also fixed bug when
+ZeroOrMore expressions were erroneously treated as required
+expressions in an Each expression.
+  * Added a few more inline doc examples.
+  * Improved use of runTests in several example scripts.
+
+- changes from version 2.1.7:
+  * Fixed regression reported by Andrea Censi (surfaced in PyContracts
+tests) when using ParseSyntaxExceptions (raised when using
+operator '-') with packrat parsing.
+  * Minor fix to oneOf, to accept all iterables, not just
+space-delimited strings and lists. (If you have a list or set of
+strings, it is not necessary to concat them using ' '.join to pass
+them to oneOf, oneOf will accept the list or set or generator
+directly.)
+
+- changes from version 2.1.6 :
+  * *Major packrat upgrade*, inspired by patch provided by Tal Einat -
+many, many, thanks to Tal for working on this! Tal's tests show
+faster parsing performance (2X in some tests), *and* memory
+reduction from 3GB down to ~100MB! Requires no changes to
+existing code using packratting. (Uses OrderedDict, available in
+Python 2.7 and later.  For Python 2.6 users, will attempt to
+import from ordereddict backport. If not present, will implement
+pure-Python Fifo dict.)
+  * Minor API change - to better distinguish between the flexible
+numeric types defined in pyparsing_common, I've changed "numeric"
+(which parsed numbers of different types and returned int for
+ints, float for floats, etc.) and "number" (which parsed numbers
+of int or float type, and returned all floats) to "number" and
+"fnumber" respectively. I hope the "f" prefix of "fnumber" will be
+a better indicator of its internal conversion of parsed values to
+floats, while the generic "number" is similar to the flexible
+number syntax in other languages. Also fixed a bug in
+pyparsing_common.numeric (now renamed to pyparsing_common.number),
+integers were parsed and returned as floats instead of being
+retained as ints.
+  * Fixed bug in upcaseTokens and downcaseTokens introduced in 2.1.5,
+when the parse action was used in conjunction with results names.
+Reported by Steven Arcangeli from the dql project, thanks for your
+patience, Steven!
+  * Major change to docs! After seeing some comments on reddit about
+general issue with docs of Python modules, and thinking that I'm a
+little overdue in doing some doc tuneup on pyparsing, I decided to
+following the suggestions of the redditor and add more inline
+examples to the pyparsing reference documentation. I hope this
+addition will clarify some of the more common questions people
+have, especially when first starting with pyparsing/Python.
+  * Deprecated ParseResults.asXML. I've never been too happy with this
+method, and it usually forces some unnatural code in the parsers
+in order to get decent tag names. The amount of guesswork that
+asXML has to do to try to match names with values should have been
+a red flag from day one. If you are using asXML, you will need to
+implement your own ParseResults->XML serialization. Or consider
+migrating to a more current format such as JSON (which is very
+easy to do: results_as_json = json.dumps(parse_result.asDict())
+Hopefully, when I remove this code in a future version, I'll also
+be able to simplify some of the craziness in ParseResults, which
+IIRC was only there to try to make asXML work.
+  * Updated traceParseAction parse action decorator to show the repr
+of the input and output tokens, instead of the str format, since
+str has been simplified to just show the token list content.
+

commit gnome-pomodoro for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-pomodoro for openSUSE:Factory 
checked in at 2016-09-05 21:22:38

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


Package is "gnome-pomodoro"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes
2016-08-12 15:57:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new/gnome-pomodoro.changes   
2016-09-05 21:23:33.0 +0200
@@ -37 +37 @@
-- Update to version 0.11.2:
+- Update to version 0.11.3:



Other differences:
--



commit klavaro for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package klavaro for openSUSE:Factory checked 
in at 2016-09-05 21:21:58

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


Package is "klavaro"

Changes:

--- /work/SRC/openSUSE:Factory/klavaro/klavaro.changes  2014-09-12 
10:03:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.klavaro.new/klavaro.changes 2016-09-05 
21:23:22.0 +0200
@@ -1,0 +2,20 @@
+Thu Sep  1 21:32:09 UTC 2016 - kkir...@opensuse.org
+
+- update to 3.02
+  + Fixed:
+- Using portable GTK function to access Klavaros's Top 10 URL.
+  + Changed:
+- pa.paragraphs updated.
+  + Added translations:
+- Catalan.
+- Croatian.
+  + Updated translations:
+- Swedish.
+- Polish.
+- Czech.
+- Italian.
+- Galician.
+- French.
+- Finnish completed: words and paragraphs added.
+
+---

Old:

  klavaro-3.01.tar.bz2

New:

  klavaro-3.02.tar.bz2



Other differences:
--
++ klavaro.spec ++
--- /var/tmp/diff_new_pack.TFGW2t/_old  2016-09-05 21:23:24.0 +0200
+++ /var/tmp/diff_new_pack.TFGW2t/_new  2016-09-05 21:23:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package klavaro
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   klavaro
-Version:3.01
+Version:3.02
 Release:0
 Summary:Typing tutor
 License:GPL-3.0+

++ klavaro-3.01.tar.bz2 -> klavaro-3.02.tar.bz2 ++
 21005 lines of diff (skipped)




commit canna-yubin for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package canna-yubin for openSUSE:Factory 
checked in at 2016-09-05 21:23:09

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


Package is "canna-yubin"

Changes:

--- /work/SRC/openSUSE:Factory/canna-yubin/canna-yubin.changes  2015-09-24 
06:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.canna-yubin.new/canna-yubin.changes 
2016-09-05 21:23:47.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep  3 19:51:58 UTC 2016 - bkbin...@rinku.zaq.ne.jp
+
+- Updated upstream version to 0.3.1.20160831.0:
+  + Updated data to 2016-08-31 ver.
+
+---

Old:

  canna-yubin-0.3.1.20150831.1.tar.bz2

New:

  canna-yubin-0.3.1.20160831.0.tar.bz2



Other differences:
--
++ canna-yubin.spec ++
--- /var/tmp/diff_new_pack.iPbfr3/_old  2016-09-05 21:23:48.0 +0200
+++ /var/tmp/diff_new_pack.iPbfr3/_new  2016-09-05 21:23:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package canna-yubin
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 Name:   canna-yubin
 BuildRequires:  canna
 PreReq: /usr/sbin/useradd
-Version:0.3.1.20150831.1
+Version:0.3.1.20160831.0
 Release:0
 Url:https://osdn.jp/projects/canna-yubin/
-Source0:
http://osdn.dl.osdn.jp/canna-yubin/63826/%{name}-%{version}.tar.bz2 
+Source0:
http://iij.dl.osdn.jp/canna-yubin/66375/%{name}-%{version}.tar.bz2 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Postal Code Extension Dictionary for Canna
 License:GPL-2.0+ and SUSE-Public-Domain

++ canna-yubin-0.3.1.20150831.1.tar.bz2 -> 
canna-yubin-0.3.1.20160831.0.tar.bz2 ++
 7105 lines of diff (skipped)




commit lxcfs for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package lxcfs for openSUSE:Factory checked 
in at 2016-09-05 21:21:50

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


Package is "lxcfs"

Changes:

--- /work/SRC/openSUSE:Factory/lxcfs/lxcfs.changes  2016-08-03 
11:43:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.lxcfs.new/lxcfs.changes 2016-09-05 
21:23:13.0 +0200
@@ -1,0 +2,34 @@
+Wed Aug 31 11:43:16 UTC 2016 - cbrau...@suse.de
+
+- update lxcfs to 2.0.3
+- add 0001-Fix-test_reload-for-lxcfs-chroot.patch
+- add 0002-Virtualize-more-of-the-meminfo-fields.patch
+- add 0003-pam-fix-race-in-cgroup-creation.patch
+- add 0004-meminfo-don-t-show-negative-swapfree.patch
+- add 0005-bindings-improve-debugging.patch
+- add 0006-bindings-use-openat-fd-for-fstatat-unlinkat.patch
+- add 0007-bindings-close-open-fds-on-error.patch
+- add 0008-bindings-grant-access-to-var-lib-lxcfs.patch
+- add 0009-bindings-enable-access-to-var-lib-lxcfs-cgroup.patch
+- add 0010-bindings-allow-access-to-var-lib-lxcfs-proc.patch
+- add 0011-lxcfs-bindings-show-.-and-.-dir-entries.patch
+- add 0012-lxcfs-better-fs-behavior-on-var-lib-lxcfs.patch
+- add 0013-bindings-non-functional-changes.patch
+- add 0014-bindings-set-errno-in-pick_controller_from_path.patch
+- add 0015-bindings-more-consistent-fs-behavior.patch
+- add 0016-add-pld-linux-support.patch
+- add 0017-don-t-use-argv-0-in-usage-output.patch
+- add 0018-bindings-revert-cgroup-check.patch
+- add 0019-bindings-improve-returned-errnos.patch
+- add 0020-bindings-make-rmdir-behave-more-consistently.patch
+- add 0021-libtool-do-not-link-lxcfs-against-liblxcfs.patch
+- add 0022-bindings-lxcfs-improve-debugging.patch
+- add 0023-bindings-fix-debug-macro.patch
+- add 0024-bindings-restore-original-working-directory.patch
+
+---
+Wed Aug 31 11:37:18 UTC 2016 - cbrau...@suse.de
+
+- remove 0001-skip-empty-entries-under-proc-self-cgroup.patch
+
+---

Old:

  0001-skip-empty-entries-under-proc-self-cgroup.patch
  lxcfs-2.0.2.tar.gz

New:

  0001-Fix-test_reload-for-lxcfs-chroot.patch
  0002-Virtualize-more-of-the-meminfo-fields.patch
  0003-pam-fix-race-in-cgroup-creation.patch
  0004-meminfo-don-t-show-negative-swapfree.patch
  0005-bindings-improve-debugging.patch
  0006-bindings-use-openat-fd-for-fstatat-unlinkat.patch
  0007-bindings-close-open-fds-on-error.patch
  0008-bindings-grant-access-to-var-lib-lxcfs.patch
  0009-bindings-enable-access-to-var-lib-lxcfs-cgroup.patch
  0010-bindings-allow-access-to-var-lib-lxcfs-proc.patch
  0011-lxcfs-bindings-show-.-and-.-dir-entries.patch
  0012-lxcfs-better-fs-behavior-on-var-lib-lxcfs.patch
  0013-bindings-non-functional-changes.patch
  0014-bindings-set-errno-in-pick_controller_from_path.patch
  0015-bindings-more-consistent-fs-behavior.patch
  0016-add-pld-linux-support.patch
  0017-don-t-use-argv-0-in-usage-output.patch
  0018-bindings-revert-cgroup-check.patch
  0019-bindings-improve-returned-errnos.patch
  0020-bindings-make-rmdir-behave-more-consistently.patch
  0021-libtool-do-not-link-lxcfs-against-liblxcfs.patch
  0022-bindings-lxcfs-improve-debugging.patch
  0023-bindings-fix-debug-macro.patch
  0024-bindings-restore-original-working-directory.patch
  lxcfs-2.0.3.tar.gz



Other differences:
--
++ lxcfs.spec ++
--- /var/tmp/diff_new_pack.a6dM7z/_old  2016-09-05 21:23:15.0 +0200
+++ /var/tmp/diff_new_pack.a6dM7z/_new  2016-09-05 21:23:15.0 +0200
@@ -15,19 +15,46 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:  lxcfs
-Version:   2.0.2
+Version:2.0.3
 Release:   0
-License:   Apache-2.0
 Summary:   FUSE filesystem for LXC
-Url:   http://linuxcontainers.org
+License:Apache-2.0
 Group: System/Management
+Url:http://linuxcontainers.org
 Source:
https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz
-Patch: 0001-skip-empty-entries-under-proc-self-cgroup.patch
+Patch0001:  0001-Fix-test_reload-for-lxcfs-chroot.patch
+Patch0002:  0002-Virtualize-more-of-the-meminfo-fields.patch
+Patch0003:  0003-pam-fix-race-in-cgroup-creation.patch
+Patch0004:  0004-meminfo-don-t-show-negative-swapfree.patch
+Patch0005:  0005-bindings-improve-debugging.patch
+Patch0006:  0006-bindings-use-openat-fd-for-fstatat-unlinkat.patch
+Patch0007:  0007-bindings-close-open-fds-on-error.patch
+Patch0008:  0008-bindings-grant-access-to-var-lib-lxcfs.patch
+Patch0009:  

commit q4wine for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2016-09-05 21:22:49

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


Package is "q4wine"

Changes:

--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes2016-08-03 
11:44:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes   2016-09-05 
21:23:40.0 +0200
@@ -1,0 +2,18 @@
+Thu Sep  1 19:27:49 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 1.3.2.
+  * Fixed:
++ [regression, bisected] Icon information is not displayed
+correctly.
++ Winetricks does not update.
++ First startup wizard (quick mount profile): profile strings
+are initially empty if fuseiso is not installed.
++ Download (latest) Winetricks from GitHub.
++ Correct proxy-related environment variables in Winetricks
+plugin.
++ Use env command in the command line to download Winetricks.
++ Support proxy username/password in Winetricks plugin.
++ Treat aarch64 as 64 bit platform and put libraries in lib64
+directory.
+
+---

Old:

  q4wine-1.3.1.tar.gz

New:

  q4wine-1.3.2.tar.gz



Other differences:
--
++ q4wine.spec ++
--- /var/tmp/diff_new_pack.3Gkvq4/_old  2016-09-05 21:23:42.0 +0200
+++ /var/tmp/diff_new_pack.3Gkvq4/_new  2016-09-05 21:23:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   q4wine
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Qt4 GUI for WINE
 License:GPL-3.0
@@ -29,6 +29,7 @@
 BuildRequires:  fuseiso
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icoutils
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtDBus)
@@ -70,6 +71,7 @@
 %build
 mkdir build
 cd build
+# FIXME: you should use %%cmake macros
 cmake .. \
 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 -DCMAKE_C_FLAGS="%{optflags}" \
@@ -102,7 +104,7 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*
 %{_libdir}/lib%{name}*
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ q4wine-1.3.1.tar.gz -> q4wine-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/q4wine-1.3.1/AUTHORS new/q4wine-1.3.2/AUTHORS
--- old/q4wine-1.3.1/AUTHORS2016-07-21 21:49:14.0 +0200
+++ new/q4wine-1.3.2/AUTHORS2016-08-31 16:16:30.0 +0200
@@ -219,4 +219,10 @@
 Testing, bug reports
 mail: andrey.aleksandrov...@googlemail.com
 Kharkov, Ukraine
+ 
+Masanori Kakura (kakurasan)
+Bug reports, testing, some fixes, feature requests
+mail: kakura...@gmail.com
+web: https://kakurasan.blogspot.com/
+Japan
  
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/q4wine-1.3.1/ChangeLog new/q4wine-1.3.2/ChangeLog
--- old/q4wine-1.3.1/ChangeLog  2016-07-21 21:49:14.0 +0200
+++ new/q4wine-1.3.2/ChangeLog  2016-08-31 16:16:30.0 +0200
@@ -1,3 +1,14 @@
+Version 1.3.2
+ Fixed:
+  - [regression, bisected] Icon information is not displayed correctly 
[BUG-80];
+  - Winetricks does not update [BUG-77];
+  - First startup wizard (quick mount profile): profile strings are initially 
empty if fuseiso is not installed [BUG-81];
+  - Download (latest) Winetricks from GitHub [BUG-82];
+  - Correct proxy-related environment variables in Winetricks plugin [BUG-83];
+  - Use env command in the command line to download Winetricks [BUG-83];
+  - Support proxy username/password in Winetricks plugin [BUG-83];
+  - Treat aarch64 as 64 bit platform and put libraries in lib64 directory 
[BUG-85];
+
 Version 1.3.1
  Added:
   - Allow to execute and create icons for *.bat and *.msi files [BUG-69];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/q4wine-1.3.1/README new/q4wine-1.3.2/README
--- old/q4wine-1.3.1/README 2016-07-21 21:49:14.0 +0200
+++ new/q4wine-1.3.2/README 2016-08-31 16:16:30.0 +0200
@@ -1,28 +1,33 @@
-q4wine was initially written by Alaxey S. Malakhov
+q4wine was originally written by Alexey S. Malakhov
 
-General idea comes from WineTools script which was initially written by Frank 
Hendriksen.
-It is licensed under the terms of GPLv3.
+The general idea for it came from the WineTools script which was originally
+written by Frank Hendriksen. It is licensed under the terms of GPLv3.
 
-Send comments, bugreports, etc. to me ;)
+Send comments, bug reports, etc. to me ;)
 
-Note: This software comes with absolutely 

commit yubikey-piv-manager for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package yubikey-piv-manager for 
openSUSE:Factory checked in at 2016-09-05 21:23:01

Comparing /work/SRC/openSUSE:Factory/yubikey-piv-manager (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-piv-manager.new (New)


Package is "yubikey-piv-manager"

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-piv-manager/yubikey-piv-manager.changes  
2015-11-26 17:04:34.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-piv-manager.new/yubikey-piv-manager.changes 
2016-09-05 21:23:45.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 31 19:40:00 UTC 2016 - car...@techbyte.ca
+- Version 1.3.0 (released 2016-08-08)
+  - Updated to be inline with yubico-piv-tool 1.4.2.
+  - Allow generation of a authentication certificate when initialising a new 
YubiKey.
+  - Set the CCC when initialising a new YubiKey.
+  - Show an option for expiration date when generating new certificates.
+  - Add support for importing PEM files that contains both a private key and a 
certificate.
+  - Bugfix: Connecting to a Certificate Authority on a localised Windows 
environment should now work.
+  - Add compability with Python 3.
+
+---

Old:

  yubikey-piv-manager-1.1.1.tar.gz
  yubikey-piv-manager-1.1.1.tar.gz.sig

New:

  yubikey-piv-manager-1.3.0.tar.gz
  yubikey-piv-manager-1.3.0.tar.gz.sig



Other differences:
--
++ yubikey-piv-manager.spec ++
--- /var/tmp/diff_new_pack.9kB6df/_old  2016-09-05 21:23:46.0 +0200
+++ /var/tmp/diff_new_pack.9kB6df/_new  2016-09-05 21:23:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yubikey-piv-manager
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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 @@
 
 %define bname   pivman
 Name:   yubikey-piv-manager
-Version:1.1.1
+Version:1.3.0
 Release:0
 Summary:YubiKey PIV Manager GUI
 License:GPL-3.0+

++ yubikey-piv-manager-1.1.1.tar.gz -> yubikey-piv-manager-1.3.0.tar.gz 
++
 2683 lines of diff (skipped)




commit calibre for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2016-09-05 21:22:09

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2016-08-31 
00:12:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2016-09-05 
21:23:30.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep  2 07:23:22 UTC 2016 - corne...@solcon.nl
+
+- Update to 2.66.0:
+  * Devices:
+- Driver for the PocketBook Tourch HD (lp#1618962)
+- Kobo driver: Add suport for firmware version 3.20
+  * Improvemens for high DPI screens
+  * For details see http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.65.1.tar.xz

New:

  calibre-2.66.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.WM7HKf/_old  2016-09-05 21:23:32.0 +0200
+++ /var/tmp/diff_new_pack.WM7HKf/_new  2016-09-05 21:23:32.0 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.65.1
+Version:2.66.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.65.1.tar.xz -> calibre-2.66.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.65.1.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.66.0.tar.xz differ: char 27, 
line 1




commit perl-DBD-mysql for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory 
checked in at 2016-09-05 21:21:33

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


Package is "perl-DBD-mysql"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes
2016-08-05 18:16:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes   
2016-09-05 21:22:15.0 +0200
@@ -1,0 +2,54 @@
+Wed Aug 24 05:12:23 UTC 2016 - co...@suse.com
+
+- updated to 4.036
+   see /usr/share/doc/packages/perl-DBD-mysql/Changes
+
+  2016-08-23 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.036)
+  Stable version, to include all changes since 4.035.
+  
+  2016-08-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_03)
+  * By mistake, when DBD::mysql was compiled against libmariadb, it
+did not compile in SSL support.
+Reported by Jitka Plesnikova @ Red Hat
+ (https://rt.cpan.org/Public/Bug/Display.html?id=116959)
+ (https://bugzilla.redhat.com/show_bug.cgi?id=1366773)
+  * If the database test server was not on localhost and the test database was
+not yet created, we would not correctly create the test database.
+Reported by Vladimir Marek.
+ (https://rt.cpan.org/Ticket/Display.html?id=112072)
+  
+  2016-08-11 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_02)
+  * Test 56connattr.t failed when run when performance schema is enabled, but
+tests were run as a user with limited permissions.
+Reported by Jérôme Étévé.
+(https://rt.cpan.org/Public/Bug/Display.html?id=115980)
+  * In 4.033_03 we added a patch from Petr Písař @ Red Hat for a problem on
+64-bit big-endian systems. The patch was applied but the unit test was not,
+also, there was no entry in the change log.
+Unit test provided by Vladimir Marek.
+t/40server_prepare.t test failed on s390x platform. Server-prepared
+values of types int, smallint, and tinyint are passed to application
+as 32-bit integer. The same buffer was interpreted as long integer
+by DBD::MySQL. This caused misaligned read/write and bogus
+interpretation of the values.
+ (https://rt.cpan.org/Public/Bug/Display.html?id=57266)
+  * Remove dropdb, createdb, reload and shutdown admin functions from perldoc.
+These are deprecated by the C API.
+Use 'CREATE DATABASE..', 'DROP DATABASE...' and other SQL commands instead.
+  * Test rt75353-innodb-lock-timeout.t fails on MySQL Server 5.1 and earlier
+because innodb_lock_wait_timeout is not modifyable per session.
+  * Test rt25389-bin-case.t does not work on MySQL Server < 5.1, reported by
+GAAS.
+  
+  2016-08-01 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.035_01)
+  * Apparently, on t/31insertid.t, there is one test that fails when compiled
+against libmysqlclient 5.7 or up; issuing a SELECT statement on the same
+database handle that previously executed an INSERT clears
+$dbh->{mysql_insertid}, while previously this was retained.
+(https://rt.cpan.org/Ticket/Display.html?id=108000)
+  * Removed appveyor.yml and mysql.mtest from CPAN releases.
+  * Converted README.pod to README.md because of installation failures on
+FreeBSD, reported by Don Randolph.
+(https://rt.cpan.org/Public/Bug/Display.html?id=114177)
+
+---

Old:

  DBD-mysql-4.035.tar.gz

New:

  DBD-mysql-4.036.tar.gz



Other differences:
--
++ perl-DBD-mysql.spec ++
--- /var/tmp/diff_new_pack.lNspT5/_old  2016-09-05 21:22:23.0 +0200
+++ /var/tmp/diff_new_pack.lNspT5/_new  2016-09-05 21:22:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DBD-mysql
-Version:4.035
+Version:4.036
 Release:0
 %define cpan_name DBD-mysql
 Summary:MySQL driver for the Perl5 Database Interface (DBI)
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc appveyor.yml Changes LICENSE Makefile.PL.embedded myld
+%doc Changes LICENSE Makefile.PL.embedded myld README.md
 
 %changelog

++ DBD-mysql-4.035.tar.gz -> DBD-mysql-4.036.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DBD-mysql-4.035/Changes new/DBD-mysql-4.036/Changes
--- old/DBD-mysql-4.035/Changes 2016-07-09 07:46:14.0 +0200
+++ new/DBD-mysql-4.036/Changes 2016-08-23 07:58:39.0 +0200
@@ -1,3 +1,51 @@
+2016-08-23 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.036)
+Stable version, to include all changes since 4.035.
+
+2016-08-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community 

commit aria2 for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2016-09-05 21:21:46

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


Package is "aria2"

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2016-08-22 
14:00:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2016-09-05 
21:22:49.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  1 07:40:55 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.26.1:
+  * Make assertion hold 
+
+---

Old:

  aria2-1.26.0.tar.xz

New:

  aria2-1.26.1.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.eUwwE0/_old  2016-09-05 21:22:51.0 +0200
+++ /var/tmp/diff_new_pack.eUwwE0/_new  2016-09-05 21:22:51.0 +0200
@@ -18,7 +18,7 @@
 
 %define somajor 0
 Name:   aria2
-Version:1.26.0
+Version:1.26.1
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception

++ aria2-1.26.0.tar.xz -> aria2-1.26.1.tar.xz ++
 1656 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/aria2-1.26.0/ChangeLog new/aria2-1.26.1/ChangeLog
--- old/aria2-1.26.0/ChangeLog  2016-08-20 04:13:36.0 +0200
+++ new/aria2-1.26.1/ChangeLog  2016-08-28 09:48:26.0 +0200
@@ -1,370 +1,27 @@
-commit de2c65e5a237d62eec6d3e25d002197f82bca2be (HEAD, tag: release-1.26.0, 
origin/master, origin/HEAD, master)
+commit 9b26aa46e0f904a53e4428a136850255fb107cc2 (HEAD, tag: release-1.26.1, 
origin/release-1.26.x, origin/HEAD, release-1.26.x)
 Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-20
+AuthorDate: 2016-08-28
 Commit: Tatsuhiro Tsujikawa 
-CommitDate: 2016-08-20
+CommitDate: 2016-08-28
 
 Update NEWS
 
-commit 835ce97eb5a0e19e9becc6592ea6ac510b85ba0c
-Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-20
-Commit: Tatsuhiro Tsujikawa 
-CommitDate: 2016-08-20
-
-Use latest sqlite3 for mingw build
-
-commit 01e790fbfd8aedd99582b8f1b8dbc52fb9f5c21f
+commit 753d00da99c0e760af419147be7b2e509021d2f3
 Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-20
+AuthorDate: 2016-08-28
 Commit: Tatsuhiro Tsujikawa 
-CommitDate: 2016-08-20
+CommitDate: 2016-08-28
 
-Bump up version number to 1.26.0
+Bump up version number to 1.26.1
 
-commit 441d42600205d3bf3f212dcfd9f92ec785e28534
+commit 1640139a0da84bca73f1bb9e7c63afe8a0155d12
 Author: Tatsuhiro Tsujikawa 
 AuthorDate: 2016-08-20
 Commit: Tatsuhiro Tsujikawa 
-CommitDate: 2016-08-20
-
-Update AUTHORS
-
-commit 7c1d1381431ab4900de1b661293cd9e1c03a0f7e
-Merge: c09eab5 98f773f
-Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-06
-Commit: Tatsuhiro Tsujikawa 
-CommitDate: 2016-08-06
-
-Merge branch 'FloGa-bugfix/unauthorized-call-in-aria2mon'
-
-commit 98f773f3fab316002d5d36ec27a7d3a65b6aa51d
-Author: Florian Gamböck 
-AuthorDate: 2016-08-06
-Commit: Florian Gamböck 
-CommitDate: 2016-08-06
-
-aria2mon: Add secret parameter to getFiles call
-
-commit e39e1e11a49555840962bb3b8e84e97999cbbd5d
-Author: Florian Gamböck 
-AuthorDate: 2016-08-06
-Commit: Florian Gamböck 
-CommitDate: 2016-08-06
-
-aria2mon: Replace client.call with local method
-
-commit c09eab574c69de6a7a0fe86c874684ee2b2e7fcd
-Merge: ede9932 dd1a3ac
-Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-04
-Commit: GitHub 
-CommitDate: 2016-08-04
-
-Merge pull request #722 from ardecvz/reorder-note
-
-Reorder a note section in aria2c.rst
-
-commit dd1a3acac696ed33c556bbac8963d05c60413748
-Author: Artur Petrov 
-AuthorDate: 2016-08-04
-Commit: Artur Petrov 
-CommitDate: 2016-08-04
-
-Reorder a note section in aria2c.rst
-
-commit ede9932a109681f6e41070cabba651d9fa783ac3
-Author: Tatsuhiro Tsujikawa 
-AuthorDate: 2016-08-02
-Commit: Tatsuhiro Tsujikawa 

commit perl-Redis for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Redis for openSUSE:Factory 
checked in at 2016-09-05 21:21:41

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


Package is "perl-Redis"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Redis/perl-Redis.changes2016-02-17 
12:20:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Redis.new/perl-Redis.changes   
2016-09-05 21:22:42.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 24 05:58:31 UTC 2016 - co...@suse.com
+
+- updated to 1.991
+   see /usr/share/doc/packages/perl-Redis/Changes
+
+  1.991 2016-08-23 16:04:29CEST+0200 Europe/Paris
+* release as a normal release after successful testing of the dev releases
+  
+  1.990_02  2016-08-06 20:30:30CEST+0200 Europe/Paris
+ * move reconnection test in reconnect test file to avoid test issues
+   (skip_all but still run some tests)
+  
+  1.990_01  2016-08-05 17:17:28CEST+0200 Europe/Paris
+ * fix issue #122: don't attempt to close an already closed or undefined 
socket
+ * fix issue #120 and #111: don't depend on locales for matching error 
messages
+ * fix issue #118: spelling mistake
+ * fix issue #116: forbid continuing using socket after a read timeout
+ * fix issue #115: Unexpected error condition 54/freebsd
+
+---

Old:

  Redis-1.982.tar.gz

New:

  Redis-1.991.tar.gz



Other differences:
--
++ perl-Redis.spec ++
--- /var/tmp/diff_new_pack.xOVC07/_old  2016-09-05 21:22:46.0 +0200
+++ /var/tmp/diff_new_pack.xOVC07/_new  2016-09-05 21:22:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Redis
-Version:1.982
+Version:1.991
 Release:0
 %define cpan_name Redis
 Summary:Perl binding for Redis database

++ Redis-1.982.tar.gz -> Redis-1.991.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.982/Build.PL new/Redis-1.991/Build.PL
--- old/Redis-1.982/Build.PL2016-02-11 09:02:45.0 +0100
+++ new/Redis-1.991/Build.PL2016-08-23 16:04:36.0 +0200
@@ -1,3 +1,3 @@
-use 5.008;
+use 5.006;
 use Module::Build::Tiny 0.039;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.982/Changes new/Redis-1.991/Changes
--- old/Redis-1.982/Changes 2016-02-11 09:02:45.0 +0100
+++ new/Redis-1.991/Changes 2016-08-23 16:04:36.0 +0200
@@ -1,5 +1,19 @@
 Revision history for Redis
 
+1.991 2016-08-23 16:04:29CEST+0200 Europe/Paris
+  * release as a normal release after successful testing of the dev releases
+
+1.990_02  2016-08-06 20:30:30CEST+0200 Europe/Paris
+   * move reconnection test in reconnect test file to avoid test issues
+ (skip_all but still run some tests)
+
+1.990_01  2016-08-05 17:17:28CEST+0200 Europe/Paris
+   * fix issue #122: don't attempt to close an already closed or undefined 
socket
+   * fix issue #120 and #111: don't depend on locales for matching error 
messages
+   * fix issue #118: spelling mistake
+   * fix issue #116: forbid continuing using socket after a read timeout
+   * fix issue #115: Unexpected error condition 54/freebsd
+
 1.982 2016-02-11 09:02:40CET+0100 Europe/Paris
* fix issue #117: fix backward compatibility with 5.8
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.982/META.json new/Redis-1.991/META.json
--- old/Redis-1.982/META.json   2016-02-11 09:02:45.0 +0100
+++ new/Redis-1.991/META.json   2016-08-23 16:04:36.0 +0200
@@ -32,7 +32,7 @@
  "requires" : {
 "IO::Socket::Timeout" : "0.29",
 "Try::Tiny" : "0",
-"perl" : "5.008"
+"perl" : "5.006"
  }
   },
   "test" : {
@@ -65,6 +65,6 @@
  "web" : "https://github.com/PerlRedis/perl-redis;
   }
},
-   "version" : "1.982"
+   "version" : "1.991"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Redis-1.982/META.yml new/Redis-1.991/META.yml
--- old/Redis-1.982/META.yml2016-02-11 09:02:45.0 +0100
+++ new/Redis-1.991/META.yml2016-08-23 16:04:36.0 +0200
@@ -30,9 +30,9 @@
 requires:
   IO::Socket::Timeout: 0.29
   Try::Tiny: 0
-  perl: 5.008
+  perl: 5.006
 resources:
   bugtracker: https://github.com/PerlRedis/perl-redis/issues
   homepage: https://github.com/PerlRedis/perl-redis
   repository: https://github.com/PerlRedis/perl-redis.git
-version: 1.982
+version: 1.991
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Net-Whois-Raw for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Net-Whois-Raw for 
openSUSE:Factory checked in at 2016-09-05 21:21:29

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


Package is "perl-Net-Whois-Raw"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Whois-Raw/perl-Net-Whois-Raw.changes
2016-07-14 09:47:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Net-Whois-Raw.new/perl-Net-Whois-Raw.changes   
2016-09-05 21:22:00.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 23 05:43:47 UTC 2016 - co...@suse.com
+
+- updated to 2.99001
+   see /usr/share/doc/packages/perl-Net-Whois-Raw/Changes
+
+  2.99001  Aug 01 2016 Vadim Likhota
+  - new tlds .PROMO, .ART, .FORUM
+  - fix whois for .JOBS, .LA, .MOBI
+  - set default whois whois.nic.TLD
+
+---

Old:

  Net-Whois-Raw-2.99.tar.gz

New:

  Net-Whois-Raw-2.99001.tar.gz



Other differences:
--
++ perl-Net-Whois-Raw.spec ++
--- /var/tmp/diff_new_pack.8SHZ1u/_old  2016-09-05 21:22:02.0 +0200
+++ /var/tmp/diff_new_pack.8SHZ1u/_new  2016-09-05 21:22:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-Whois-Raw
-Version:2.99
+Version:2.99001
 Release:0
 %define cpan_name Net-Whois-Raw
 Summary:Get Whois information of domains and IP addresses

++ Net-Whois-Raw-2.99.tar.gz -> Net-Whois-Raw-2.99001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/Changes 
new/Net-Whois-Raw-2.99001/Changes
--- old/Net-Whois-Raw-2.99/Changes  2016-07-05 16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/Changes   2016-08-22 10:52:38.0 +0200
@@ -1,5 +1,10 @@
 Revision history for Perl module Net::Whois::Raw.
 
+2.99001  Aug 01 2016 Vadim Likhota
+- new tlds .PROMO, .ART, .FORUM
+- fix whois for .JOBS, .LA, .MOBI
+- set default whois whois.nic.TLD
+
 2.99Jul 05 2016 Andrey Voyshko
 - new tlds .GROUP
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/META.yml 
new/Net-Whois-Raw-2.99001/META.yml
--- old/Net-Whois-Raw-2.99/META.yml 2016-07-05 16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/META.yml  2016-08-22 10:52:38.0 +0200
@@ -37,4 +37,4 @@
 resources:
   bugtracker: https://github.com/regru/Net-Whois-Raw/issues
   repository: git://github.com/regru/Net-Whois-Raw.git
-version: '2.99'
+version: '2.99001'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/Makefile.PL 
new/Net-Whois-Raw-2.99001/Makefile.PL
--- old/Net-Whois-Raw-2.99/Makefile.PL  2016-07-05 16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/Makefile.PL   2016-08-22 10:52:38.0 
+0200
@@ -44,7 +44,7 @@
 "Test::More" => 0,
 "Test::RequiresInternet" => 0
   },
-  "VERSION" => "2.99",
+  "VERSION" => "2.99001",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/bin/pwhois 
new/Net-Whois-Raw-2.99001/bin/pwhois
--- old/Net-Whois-Raw-2.99/bin/pwhois   2016-07-05 16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/bin/pwhois2016-08-22 10:52:38.0 
+0200
@@ -237,7 +237,7 @@
 
 =head1 VERSION
 
-version 2.99
+version 2.99001
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/dist.ini 
new/Net-Whois-Raw-2.99001/dist.ini
--- old/Net-Whois-Raw-2.99/dist.ini 2016-07-05 16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/dist.ini  2016-08-22 10:52:38.0 +0200
@@ -4,7 +4,7 @@
 copyright_holder = Alexander Nalobin
 copyright_year   = 2002-2016
 
-version = 2.99
+version = 2.99001
 
 [@Filter]
 -bundle = @Basic
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Net-Whois-Raw-2.99/lib/Net/Whois/Raw/Common.pm 
new/Net-Whois-Raw-2.99001/lib/Net/Whois/Raw/Common.pm
--- old/Net-Whois-Raw-2.99/lib/Net/Whois/Raw/Common.pm  2016-07-05 
16:19:29.0 +0200
+++ new/Net-Whois-Raw-2.99001/lib/Net/Whois/Raw/Common.pm   2016-08-22 
10:52:38.0 +0200
@@ -1,5 +1,5 @@
 package Net::Whois::Raw::Common;
-$Net::Whois::Raw::Common::VERSION = '2.99';
+$Net::Whois::Raw::Common::VERSION = '2.99001';
 # ABSTRACT: Helper for Net::Whois::Raw.
 
 use Encode;
@@ -183,7 +183,8 @@
$Net::Whois::Raw::Data::servers{ 'NS' };
 }
 else {
-my $cname = "$tld.whois-servers.net";
+#my $cname = 

commit texmath for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2016-09-05 21:21:11

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


Package is "texmath"

Changes:

--- /work/SRC/openSUSE:Factory/texmath/texmath.changes  2016-07-21 
08:01:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2016-09-05 
21:21:13.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:41:44 UTC 2016 - psim...@suse.com
+
+- Update to version 0.8.6.5 revision 0 with cabal2obs.
+
+---

Old:

  texmath-0.8.6.4.tar.gz

New:

  texmath-0.8.6.5.tar.gz



Other differences:
--
++ texmath.spec ++
--- /var/tmp/diff_new_pack.peJRc2/_old  2016-09-05 21:21:14.0 +0200
+++ /var/tmp/diff_new_pack.peJRc2/_new  2016-09-05 21:21:14.0 +0200
@@ -19,36 +19,35 @@
 %global pkg_name texmath
 %bcond_with tests
 Name:   %{pkg_name}
-Version:0.8.6.4
+Version:0.8.6.5
 Release:0
 Summary:Conversion between formats used to represent mathematics
 License:GPL-2.0
 Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-pandoc-types-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-syb-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-xml-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
-BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-process-devel
-BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-temporary-devel
-BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-utf8-string-devel
 %endif
-# End cabal-rpm deps
-BuildRequires:  ghc-network-uri-devel
-BuildRequires:  ghc-split-devel
 
 %description
 The texmath library provides functions to read and write TeX math, presentation
@@ -94,21 +93,17 @@
 
 %prep
 %setup -q
-%define cabal_configure_options -f 'executable'
 
 %build
+%define cabal_configure_options -fnetwork-uri -fexecutable
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-%ghc_fix_dynamic_rpath %{name}
+%ghc_fix_dynamic_rpath %{pkg_name}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -119,7 +114,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc README.markdown
+%doc README.markdown changelog
 %{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
@@ -128,5 +123,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.markdown changelog
 
 %changelog

++ texmath-0.8.6.4.tar.gz -> texmath-0.8.6.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/changelog 
new/texmath-0.8.6.5/changelog
--- old/texmath-0.8.6.4/changelog   2016-06-22 20:43:48.0 +0200
+++ new/texmath-0.8.6.5/changelog   2016-07-24 19:54:30.0 +0200
@@ -1,7 +1,10 @@
+texmath (0.8.6.5)
+
+  * Fixed transposition of sub/super on operators (jgm/pandoc#3040).
+
 texmath (0.8.6.4)
 
-  * Handle equation environment (without numbering).  This is similar
-to the way we handle environments like align.
+  * Support 'equation' environment, without the numbering of course.
 
 texmath (0.8.6.3)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/src/Text/TeXMath/Writers/OMML.hs 
new/texmath-0.8.6.5/src/Text/TeXMath/Writers/OMML.hs
--- old/texmath-0.8.6.4/src/Text/TeXMath/Writers/OMML.hs2016-06-22 
20:43:48.0 +0200
+++ new/texmath-0.8.6.5/src/Text/TeXMath/Writers/OMML.hs2016-07-24 
19:54:30.0 +0200
@@ -117,11 +117,11 @@
   case exp' of
EOver convertible x y
  | isNary x  ->
- EGrouped [EUnderover convertible x y emptyGroup, next] : rest
+ EGrouped [EUnderover convertible x emptyGroup y, next] : rest
  | convertible && dt == DisplayInline -> ESuper x y : xs
EUnder convertible x y
  | isNary x  ->
- EGrouped [EUnderover convertible x emptyGroup y, next] : rest
+ EGrouped 

commit ghc-aeson for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-aeson for openSUSE:Factory 
checked in at 2016-09-05 21:21:14

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


Package is "ghc-aeson"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-aeson/ghc-aeson.changes  2016-07-21 
08:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-aeson.new/ghc-aeson.changes 2016-09-05 
21:21:16.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:30:25 UTC 2016 - psim...@suse.com
+
+- Update to version 0.11.2.1 revision 0 with cabal2obs.
+
+---

Old:

  1.cabal
  aeson-0.11.2.0.tar.gz

New:

  aeson-0.11.2.1.tar.gz



Other differences:
--
++ ghc-aeson.spec ++
--- /var/tmp/diff_new_pack.3vOtYJ/_old  2016-09-05 21:21:17.0 +0200
+++ /var/tmp/diff_new_pack.3vOtYJ/_new  2016-09-05 21:21:17.0 +0200
@@ -19,16 +19,14 @@
 %global pkg_name aeson
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.11.2.0
+Version:0.11.2.1
 Release:0
 Summary:Fast JSON parsing and encoding
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -58,7 +56,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A JSON parsing and encoding library optimized for ease of use and high
@@ -94,22 +91,15 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
-
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ aeson-0.11.2.0.tar.gz -> aeson-0.11.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-0.11.2.0/aeson.cabal 
new/aeson-0.11.2.1/aeson.cabal
--- old/aeson-0.11.2.0/aeson.cabal  2016-04-29 20:01:01.0 +0200
+++ new/aeson-0.11.2.1/aeson.cabal  2016-08-07 14:20:26.0 +0200
@@ -1,5 +1,5 @@
 name:aeson
-version: 0.11.2.0
+version: 0.11.2.1
 license: BSD3
 license-file:LICENSE
 category:Text, Web, JSON
@@ -113,7 +113,7 @@
 
   if !impl(ghc >= 7.10)
 -- `Numeric.Natural` is available in base only since GHC 7.10 / base 4.8
-build-depends: nats >=1 && <1.1
+build-depends: nats >=1 && <1.2
 
   if flag(old-locale)
 build-depends: time < 1.5, old-locale
@@ -149,7 +149,7 @@
 
   build-depends:
 HUnit,
-QuickCheck >= 2.7 && <2.8.3,
+QuickCheck >= 2.7 && <2.10,
 aeson,
 attoparsec,
 base,
@@ -178,7 +178,7 @@
 build-depends: time >= 1.5
 
   if !impl(ghc >= 7.10)
-build-depends: nats >=1 && <1.1
+build-depends: nats >=1 && <1.2
 
 source-repository head
   type: git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aeson-0.11.2.0/tests/Instances.hs 
new/aeson-0.11.2.1/tests/Instances.hs
--- old/aeson-0.11.2.0/tests/Instances.hs   2016-04-07 17:14:30.0 
+0200
+++ new/aeson-0.11.2.1/tests/Instances.hs   2016-08-07 14:20:26.0 
+0200
@@ -142,12 +142,17 @@
 instance (ApproxEq a) => ApproxEq [a] where
 a =~ b = length a == length b && all (uncurry (=~)) (zip a b)
 
+#if !MIN_VERSION_QuickCheck(2,9,0)
 instance Arbitrary Version where
 arbitrary = makeVersion . fmap getNonNegative <$> resize 4 (listOf1 
arbitrary)
 
 instance Arbitrary a => Arbitrary (NonEmpty a) where
 arbitrary = (:|) <$> arbitrary <*> arbitrary
 
+instance Arbitrary a => Arbitrary (Const a b) where
+arbitrary = Const <$> arbitrary
+#endif
+
 -- Version tags are deprecated, so we avoid using them in the Arbitrary
 -- instance. However, the recommended constructor 'makeVersion' is not
 -- exported by "Data.Version" until base-4.8.0.0. For previous versions,
@@ -168,6 +173,3 @@
 
 instance Arbitrary b => Arbitrary (Tagged a b) where
 arbitrary = Tagged <$> arbitrary
-
-instance Arbitrary a => Arbitrary (Const a b) where
-arbitrary = Const <$> arbitrary




commit hdevtools for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package hdevtools for openSUSE:Factory 
checked in at 2016-09-05 21:21:02

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


Package is "hdevtools"

Changes:

--- /work/SRC/openSUSE:Factory/hdevtools/hdevtools.changes  2016-07-20 
09:22:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdevtools.new/hdevtools.changes 2016-09-05 
21:21:09.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:34:02 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.4.0 revision 0 with cabal2obs.
+
+---

Old:

  hdevtools-0.1.3.2.tar.gz

New:

  hdevtools-0.1.4.0.tar.gz



Other differences:
--
++ hdevtools.spec ++
--- /var/tmp/diff_new_pack.poUfmk/_old  2016-09-05 21:21:11.0 +0200
+++ /var/tmp/diff_new_pack.poUfmk/_new  2016-09-05 21:21:11.0 +0200
@@ -17,15 +17,14 @@
 
 
 Name:   hdevtools
-Version:0.1.3.2
+Version:0.1.4.0
 Release:0
 Summary:Persistent GHC powered background server for FAST haskell 
development tools
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-cmdargs-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
@@ -39,7 +38,6 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unix-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 'hdevtools' is a backend for text editor plugins, to allow for things such as
@@ -70,15 +68,12 @@
 %prep
 %setup -q
 
-
 %build
 %ghc_bin_build
 
-
 %install
 %ghc_bin_install
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE

++ hdevtools-0.1.3.2.tar.gz -> hdevtools-0.1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdevtools-0.1.3.2/CHANGELOG.md 
new/hdevtools-0.1.4.0/CHANGELOG.md
--- old/hdevtools-0.1.3.2/CHANGELOG.md  2016-06-10 21:11:40.0 +0200
+++ new/hdevtools-0.1.4.0/CHANGELOG.md  2016-08-08 13:40:29.0 +0200
@@ -1,5 +1,9 @@
 # Changelog
 
+## 0.1.4.0 - 2016-08-08
+
+ * Determine GHC libdir and binaries using stack.
+
 ## 0.1.3.2 - 2016-06-09
 
  * Added GHC 8.0.x support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdevtools-0.1.3.2/README.md 
new/hdevtools-0.1.4.0/README.md
--- old/hdevtools-0.1.3.2/README.md 2016-01-19 09:28:21.0 +0100
+++ new/hdevtools-0.1.4.0/README.md 2016-08-08 13:39:43.0 +0200
@@ -44,12 +44,8 @@
 $ stack install hdevtools
 ```
 
-**Note:** As stack manages matching GHC versions, the appropriate compiler has
-to be available to `hdevtools`. Thus hdevtools has to be started with `stack 
exec`,
-for example using the alias:
-```
-$ alias hdevtools="stack exec --no-ghc-package-path hdevtools --"
-```
+**Note:** `hdevtools` automatically discovers compiler and libraries installed
+via stack.
 
 Alternatively one can install from [Hackage][1] via cabal install:
 ```
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdevtools-0.1.3.2/hdevtools.cabal 
new/hdevtools-0.1.4.0/hdevtools.cabal
--- old/hdevtools-0.1.3.2/hdevtools.cabal   2016-06-10 21:11:45.0 
+0200
+++ new/hdevtools-0.1.4.0/hdevtools.cabal   2016-08-08 13:40:29.0 
+0200
@@ -1,5 +1,5 @@
 name:hdevtools
-version: 0.1.3.2
+version: 0.1.4.0
 synopsis:Persistent GHC powered background server for FAST haskell 
development tools
 license: MIT
 license-file:LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hdevtools-0.1.3.2/src/Cabal.hs 
new/hdevtools-0.1.4.0/src/Cabal.hs
--- old/hdevtools-0.1.3.2/src/Cabal.hs  2016-03-22 20:54:41.0 +0100
+++ new/hdevtools-0.1.4.0/src/Cabal.hs  2016-08-08 13:39:43.0 +0200
@@ -102,13 +102,17 @@
 
 stackifyFlags :: ConfigFlags -> Maybe StackConfig -> ConfigFlags
 stackifyFlags cfg Nothing   = cfg
-stackifyFlags cfg (Just si) = cfg { configDistPref= toFlag dist
+stackifyFlags cfg (Just si) = cfg { configHcPath = toFlag ghc
+  , configHcPkg = toFlag ghcPkg
+  , configDistPref= toFlag dist
   , configPackageDBs  = pdbs
   }
 

commit chromium for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2016-09-05 21:21:18

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2016-08-31 
00:12:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2016-09-05 
21:21:40.0 +0200
@@ -1,0 +2,28 @@
+Thu Sep  1 04:04:13 UTC 2016 - tittiatc...@gmail.com
+
+- Update to Chromium 53.0.2785.89
+  - Improvements to the GN build system (boo#996032, boo#99606, boo#995932)
+  - Security fixes (boo#996648)
+  * CVE-2016-5147: Universal XSS in Blink.
+  * CVE-2016-5148: Universal XSS in Blink.
+  * CVE-2016-5149: Script injection in extensions.
+  * CVE-2016-5150: Use after free in Blink.
+  * CVE-2016-5151: Use after free in PDFium.
+  * CVE-2016-5152: Heap overflow in PDFium.
+  * CVE-2016-5153: Use after destruction in Blink.
+  * CVE-2016-5154: Heap overflow in PDFium.
+  * CVE-2016-5155: Address bar spoofing.
+  * CVE-2016-5156: Use after free in event bindings.
+  * CVE-2016-5157: Heap overflow in PDFium.
+  * CVE-2016-5158: Heap overflow in PDFium.
+  * CVE-2016-5159: Heap overflow in PDFium.
+  * CVE-2016-5161: Type confusion in Blink.
+  * CVE-2016-5162: Extensions web accessible resources bypass.
+  * CVE-2016-5163: Address bar spoofing.
+  * CVE-2016-5164: Universal XSS using DevTools.
+  * CVE-2016-5165: Script injection in DevTools.
+  * CVE-2016-5166: SMB Relay Attack via Save Page As.
+  * CVE-2016-5160: Extensions web accessible resources bypass.
+- Drop patches chromium-snapshot-toolchain-r1.patch
+
+---

Old:

  chromium-52.0.2743.116.tar.xz
  chromium-snapshot-toolchain-r1.patch

New:

  chromium-53.0.2785.89.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.MI9SW3/_old  2016-09-05 21:21:55.0 +0200
+++ /var/tmp/diff_new_pack.MI9SW3/_new  2016-09-05 21:21:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   chromium
-Version:52.0.2743.116
+Version:53.0.2785.89
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -55,7 +55,6 @@
 Patch101:   arm_use_right_compiler.patch
 # GN buildsystem related patches
 Patch200:   chromium-last-commit-position-r0.patch
-Patch201:   chromium-snapshot-toolchain-r1.patch
 
 BuildRequires:  alsa-devel
 BuildRequires:  binutils-gold
@@ -246,7 +245,6 @@
 
 #GN Buildsystem fixes
 %patch200 -p1
-%patch201 -p0
 
 #Standard patches
 %patch1
@@ -279,6 +277,7 @@
 myconf_gn+=" is_clang=false"
 myconf_gn+=" use_sysroot=false"
 myconf_gn+=" treat_warnings_as_errors=false"
+myconf_gn+=" fatal_linker_warnings=false"
 myconf_gn+=" use_allocator=\"none\""
 myconf_gn+=" fieldtrial_testing_like_official_build=true"
 


++ arm_use_right_compiler.patch ++
--- /var/tmp/diff_new_pack.MI9SW3/_old  2016-09-05 21:21:55.0 +0200
+++ /var/tmp/diff_new_pack.MI9SW3/_new  2016-09-05 21:21:55.0 +0200
@@ -1,6 +1,6 @@
 --- build/toolchain/linux/BUILD.gn2016-08-25 12:19:55.634174140 +0200
 +++ build/toolchain/linux/BUILD.gn2016-08-25 12:19:55.634174140 +0200
-@@ -8,11 +8,11 @@
+@@ -8,17 +8,17 @@
  clang_toolchain("clang_arm") {
toolchain_cpu = "arm"
toolchain_os = "linux"
@@ -8,6 +8,13 @@
 +  toolprefix = ""
  }
  
+ clang_toolchain("clang_arm64") {
+   toolchain_cpu = "arm64"
+   toolchain_os = "linux"
+-  toolprefix = "aarch64-linux-gnu-"
++  toolprefix = ""
+ }
+ 
  gcc_toolchain("arm") {
 -  toolprefix = "arm-linux-gnueabihf-"
 +  toolprefix = ""
@@ -15,3 +22,4 @@
cc = "${toolprefix}gcc"
cxx = "${toolprefix}g++"
 
+

++ chromium-52.0.2743.116.tar.xz -> chromium-53.0.2785.89.tar.xz ++
/work/SRC/openSUSE:Factory/chromium/chromium-52.0.2743.116.tar.xz 
/work/SRC/openSUSE:Factory/.chromium.new/chromium-53.0.2785.89.tar.xz differ: 
char 26, line 1


++ chromium-sandbox-pie.patch ++
--- /var/tmp/diff_new_pack.MI9SW3/_old  2016-09-05 21:21:55.0 +0200
+++ /var/tmp/diff_new_pack.MI9SW3/_new  2016-09-05 21:21:55.0 +0200
@@ -17,6 +17,15 @@
 +  "-pie",
 +]
 
- deps = [
-   "//build/config/sanitizers:deps",
+ import("//build/config/compiler/compiler.gni")
+ import("//build/config/sanitizers/sanitizers.gni")
+@@ -313,7 +317,7 @@
+   # other flags that executable_config might have.
+   configs -= [ "//build/config:executable_config" ]
+   if (!use_gold) {
+-ldflags = [ "-Wl,--disable-new-dtags" ]
++ldflags += [ "-Wl,--disable-new-dtags" ]
+  

commit ghc-stm-containers for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-stm-containers for 
openSUSE:Factory checked in at 2016-09-05 21:20:57

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


Package is "ghc-stm-containers"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-stm-containers/ghc-stm-containers.changes
2016-07-27 16:10:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-stm-containers.new/ghc-stm-containers.changes   
2016-09-05 21:21:00.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 17 18:42:20 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.15 revision 0 with cabal2obs.
+
+---
+Mon Jul 25 11:19:22 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.14 revision 0 with cabal2obs.
+
+---

Old:

  stm-containers-0.2.13.tar.gz

New:

  stm-containers-0.2.15.tar.gz



Other differences:
--
++ ghc-stm-containers.spec ++
--- /var/tmp/diff_new_pack.3LdvYj/_old  2016-09-05 21:21:01.0 +0200
+++ /var/tmp/diff_new_pack.3LdvYj/_new  2016-09-05 21:21:01.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name stm-containers
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.13
+Version:0.2.15
 Release:0
 Summary:Containers for STM
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-base-prelude-devel
 BuildRequires:  ghc-focus-devel
 BuildRequires:  ghc-hashable-devel
@@ -46,7 +45,6 @@
 BuildRequires:  ghc-placeholders-devel
 BuildRequires:  ghc-unordered-containers-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This library is based on an STM-specialized implementation of a Hash Array
@@ -71,20 +69,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ stm-containers-0.2.13.tar.gz -> stm-containers-0.2.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stm-containers-0.2.13/library/STMContainers/Bimap.hs 
new/stm-containers-0.2.15/library/STMContainers/Bimap.hs
--- old/stm-containers-0.2.13/library/STMContainers/Bimap.hs2016-05-24 
07:55:09.0 +0200
+++ new/stm-containers-0.2.15/library/STMContainers/Bimap.hs2016-08-12 
09:32:51.0 +0200
@@ -9,6 +9,7 @@
   insert2,
   delete1,
   delete2,
+  deleteAll,
   lookup1,
   lookup2,
   focus1,
@@ -114,6 +115,15 @@
 delete2 k (Bimap m1 m2) = (inline delete1) k (Bimap m2 m1)
 
 -- |
+-- Delete all the associations.
+{-# INLINE deleteAll #-}
+deleteAll :: Bimap a b -> STM ()
+deleteAll (Bimap m1 m2) =
+  do
+Map.deleteAll m1
+Map.deleteAll m2
+
+-- |
 -- Focus on a right value by a left value with a strategy.
 -- 
 -- This function allows to perform composite operations in a single access
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/stm-containers-0.2.13/library/STMContainers/HAMT/Nodes.hs 
new/stm-containers-0.2.15/library/STMContainers/HAMT/Nodes.hs
--- old/stm-containers-0.2.13/library/STMContainers/HAMT/Nodes.hs   
2016-05-24 07:55:09.0 +0200
+++ new/stm-containers-0.2.15/library/STMContainers/HAMT/Nodes.hs   
2016-08-12 09:32:51.0 +0200
@@ -173,3 +173,7 @@
 Nodes nodes -> size nodes
 Leaf _ _ -> pure 1
 Leaves _ x -> pure (SizedArray.size x)
+
+deleteAll :: Nodes e -> STM ()
+deleteAll tvar = 
+  writeTVar tvar WordArray.empty
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stm-containers-0.2.13/library/STMContainers/HAMT.hs 
new/stm-containers-0.2.15/library/STMContainers/HAMT.hs
--- old/stm-containers-0.2.13/library/STMContainers/HAMT.hs 2016-05-24 
07:55:09.0 +0200
+++ new/stm-containers-0.2.15/library/STMContainers/HAMT.hs 2016-08-12 
09:32:51.0 +0200
@@ -36,3 +36,7 @@
 {-# INLINE stream #-}
 stream :: HAMT e -> ListT STM e
 stream = Nodes.stream 0
+
+{-# INLINE deleteAll #-}
+deleteAll :: HAMT e -> STM ()
+deleteAll = Nodes.deleteAll
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stm-containers-0.2.13/library/STMContainers/Map.hs 

commit ghc-http-api-data for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-api-data for 
openSUSE:Factory checked in at 2016-09-05 21:20:03

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


Package is "ghc-http-api-data"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-api-data/ghc-http-api-data.changes  
2016-07-21 08:10:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-api-data.new/ghc-http-api-data.changes 
2016-09-05 21:20:07.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:25:03 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.4 revision 0 with cabal2obs.
+
+---

Old:

  http-api-data-0.2.3.tar.gz

New:

  http-api-data-0.2.4.tar.gz



Other differences:
--
++ ghc-http-api-data.spec ++
--- /var/tmp/diff_new_pack.ODIj10/_old  2016-09-05 21:20:09.0 +0200
+++ /var/tmp/diff_new_pack.ODIj10/_new  2016-09-05 21:20:09.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name http-api-data
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Converting to/from HTTP API data like URL pieces, headers and 
query parameters
 License:BSD-2-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
@@ -35,13 +34,13 @@
 BuildRequires:  ghc-time-locale-compat-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
-BuildRequires:  ghc-Glob-devel
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-doctest-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Please see README.md.
@@ -60,20 +59,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ http-api-data-0.2.3.tar.gz -> http-api-data-0.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.2.3/CHANGELOG.md 
new/http-api-data-0.2.4/CHANGELOG.md
--- old/http-api-data-0.2.3/CHANGELOG.md2016-06-10 02:17:37.0 
+0200
+++ new/http-api-data-0.2.4/CHANGELOG.md2016-07-23 23:33:12.0 
+0200
@@ -1,3 +1,7 @@
+0.2.4
+---
+* Make `parseHeader` total (instead of throwing exceptions on invalid Unicode, 
see [#30](https://github.com/fizruk/http-api-data/pull/30)).
+
 0.2.3
 ---
 * Add more parser helpers for `Bounded` `Enum` types.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-api-data-0.2.3/Setup.lhs 
new/http-api-data-0.2.4/Setup.lhs
--- old/http-api-data-0.2.3/Setup.lhs   2015-10-03 22:49:41.0 +0200
+++ new/http-api-data-0.2.4/Setup.lhs   2016-07-23 23:33:12.0 +0200
@@ -1,7 +1,48 @@
-#!/usr/bin/env runhaskell
+#!/usr/bin/runhaskell
+\begin{code}
+{-# OPTIONS_GHC -Wall #-}
+module Main (main) where
 
-> module Main where
-> import Distribution.Simple
+import Data.List ( nub )
+import Data.Version ( showVersion )
+import Distribution.Package ( PackageName(PackageName), PackageId, 
InstalledPackageId, packageVersion, packageName )
+import Distribution.PackageDescription ( PackageDescription(), TestSuite(..) )
+import Distribution.Simple ( defaultMainWithHooks, UserHooks(..), 
simpleUserHooks )
+import Distribution.Simple.Utils ( rewriteFile, 
createDirectoryIfMissingVerbose )
+import Distribution.Simple.BuildPaths ( autogenModulesDir )
+import Distribution.Simple.Setup ( BuildFlags(buildVerbosity), fromFlag )
+import Distribution.Simple.LocalBuildInfo ( withLibLBI, withTestLBI, 
LocalBuildInfo(), ComponentLocalBuildInfo(componentPackageDeps) )
+import Distribution.Verbosity ( Verbosity )
+import System.FilePath ( () )
 
-> main :: IO ()
-> main = defaultMain
+main :: IO ()
+main = defaultMainWithHooks simpleUserHooks
+  { buildHook = \pkg lbi hooks flags -> do
+ generateBuildModule (fromFlag (buildVerbosity flags)) pkg lbi
+ buildHook simpleUserHooks pkg lbi hooks flags
+  }
+
+generateBuildModule :: Verbosity -> PackageDescription -> LocalBuildInfo -> IO 
()
+generateBuildModule verbosity pkg lbi = do
+  let dir = 

commit ghc-pandoc-types for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-pandoc-types for 
openSUSE:Factory checked in at 2016-09-05 21:20:30

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


Package is "ghc-pandoc-types"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pandoc-types/ghc-pandoc-types.changes
2016-07-20 09:20:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pandoc-types.new/ghc-pandoc-types.changes   
2016-09-05 21:20:37.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 21 17:25:39 UTC 2016 - psim...@suse.com
+
+- Update to version 1.16.1.1 revision 0 with cabal2obs.
+
+---

Old:

  pandoc-types-1.16.1.tar.gz

New:

  pandoc-types-1.16.1.1.tar.gz



Other differences:
--
++ ghc-pandoc-types.spec ++
--- /var/tmp/diff_new_pack.GPPA7E/_old  2016-09-05 21:20:39.0 +0200
+++ /var/tmp/diff_new_pack.GPPA7E/_new  2016-09-05 21:20:39.0 +0200
@@ -18,15 +18,14 @@
 
 %global pkg_name pandoc-types
 Name:   ghc-%{pkg_name}
-Version:1.16.1
+Version:1.16.1.1
 Release:0
 Summary:Types for representing a structured document
 License:GPL-2.0
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -34,7 +33,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-syb-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 'Text.Pandoc.Definition' defines the 'Pandoc' data structure, which is used by
@@ -69,15 +67,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ pandoc-types-1.16.1.tar.gz -> pandoc-types-1.16.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.16.1/LICENSE 
new/pandoc-types-1.16.1.1/LICENSE
--- old/pandoc-types-1.16.1/LICENSE 2016-02-09 23:24:21.0 +0100
+++ new/pandoc-types-1.16.1.1/LICENSE   2016-08-20 22:37:38.0 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2013, John MacFarlane
+Copyright (c) 2006-2016, John MacFarlane
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-types-1.16.1/Text/Pandoc/Builder.hs 
new/pandoc-types-1.16.1.1/Text/Pandoc/Builder.hs
--- old/pandoc-types-1.16.1/Text/Pandoc/Builder.hs  2016-02-09 
23:24:21.0 +0100
+++ new/pandoc-types-1.16.1.1/Text/Pandoc/Builder.hs2016-08-20 
22:37:38.0 +0200
@@ -2,27 +2,42 @@
 DeriveDataTypeable, GeneralizedNewtypeDeriving, CPP, StandaloneDeriving,
 DeriveGeneric, DeriveTraversable #-}
 {-
-Copyright (C) 2010-2012 John MacFarlane 
+Copyright (C) 2010-2016 John MacFarlane
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above
+  copyright notice, this list of conditions and the following
+  disclaimer in the documentation and/or other materials provided
+  with the distribution.
+
+* Neither the name of John MacFarlane nor the names of other
+  contributors may be used to endorse or promote products derived
+  from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY 

commit ghc-network for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-network for openSUSE:Factory 
checked in at 2016-09-05 21:20:22

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


Package is "ghc-network"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network/ghc-network.changes  2016-07-21 
08:14:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network.new/ghc-network.changes 
2016-09-05 21:20:25.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:31:55 UTC 2016 - psim...@suse.com
+
+- Update to version 2.6.3.1 revision 0 with cabal2obs.
+
+---

Old:

  network-2.6.2.1.tar.gz

New:

  network-2.6.3.1.tar.gz



Other differences:
--
++ ghc-network.spec ++
--- /var/tmp/diff_new_pack.q4LmDr/_old  2016-09-05 21:20:26.0 +0200
+++ /var/tmp/diff_new_pack.q4LmDr/_new  2016-09-05 21:20:26.0 +0200
@@ -19,25 +19,24 @@
 %global pkg_name network
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.6.2.1
+Version:2.6.3.1
 Release:0
 Summary:Low-level networking interface
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unix-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-doctest-devel
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package provides a low-level networking interface.
@@ -67,20 +66,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ network-2.6.2.1.tar.gz -> network-2.6.3.1.tar.gz ++
 1876 lines of diff (skipped)




commit ghc-psqueues for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-psqueues for openSUSE:Factory 
checked in at 2016-09-05 21:20:41

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


Package is "ghc-psqueues"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-psqueues/ghc-psqueues.changes
2016-07-27 16:09:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-psqueues.new/ghc-psqueues.changes   
2016-09-05 21:20:44.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:32:50 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.2.2 revision 0 with cabal2obs.
+
+---

Old:

  psqueues-0.2.2.1.tar.gz

New:

  psqueues-0.2.2.2.tar.gz



Other differences:
--
++ ghc-psqueues.spec ++
--- /var/tmp/diff_new_pack.RJdbQF/_old  2016-09-05 21:20:45.0 +0200
+++ /var/tmp/diff_new_pack.RJdbQF/_new  2016-09-05 21:20:45.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name psqueues
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.2.1
+Version:0.2.2.2
 Release:0
 Summary:Pure priority search queues
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
 BuildRequires:  ghc-rpm-macros
@@ -41,7 +40,6 @@
 BuildRequires:  ghc-test-framework-hunit-devel
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
-# End cabal-rpm deps
 
 %description
 The psqueues package provides  psqueues-0.2.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psqueues-0.2.2.1/CHANGELOG 
new/psqueues-0.2.2.2/CHANGELOG
--- old/psqueues-0.2.2.1/CHANGELOG  2016-04-22 12:16:55.0 +0200
+++ new/psqueues-0.2.2.2/CHANGELOG  2016-07-24 14:44:55.0 +0200
@@ -1,3 +1,6 @@
+- 0.2.2.2
+* Bump QuickCheck dependency bounds
+
 - 0.2.2.1
 * Fix benchmark compilation with stack
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psqueues-0.2.2.1/psqueues.cabal 
new/psqueues-0.2.2.2/psqueues.cabal
--- old/psqueues-0.2.2.1/psqueues.cabal 2016-04-22 12:16:55.0 +0200
+++ new/psqueues-0.2.2.2/psqueues.cabal 2016-07-24 14:44:55.0 +0200
@@ -1,5 +1,5 @@
 Name:  psqueues
-Version:   0.2.2.1
+Version:   0.2.2.2
 License:   BSD3
 License-file:  LICENSE
 Maintainer:Jasper Van der Jeugt 
@@ -129,7 +129,7 @@
 
 Build-depends:
   HUnit  >= 1.2 && < 1.4
-, QuickCheck >= 2.7 && < 2.9
+, QuickCheck >= 2.7 && < 2.10
 , test-framework >= 0.8 && < 0.9
 , test-framework-hunit   >= 0.3 && < 0.4
 , test-framework-quickcheck2 >= 0.3 && < 0.4




commit ghc-shakespeare for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-shakespeare for openSUSE:Factory 
checked in at 2016-09-05 21:20:50

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


Package is "ghc-shakespeare"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-shakespeare/ghc-shakespeare.changes  
2016-07-27 16:09:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-shakespeare.new/ghc-shakespeare.changes 
2016-09-05 21:20:56.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 17 18:38:15 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.11 revision 0 with cabal2obs.
+
+---
+Mon Aug  1 10:30:58 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.10 revision 0 with cabal2obs.
+
+---

Old:

  shakespeare-2.0.9.tar.gz

New:

  shakespeare-2.0.11.tar.gz



Other differences:
--
++ ghc-shakespeare.spec ++
--- /var/tmp/diff_new_pack.Bunlnf/_old  2016-09-05 21:20:57.0 +0200
+++ /var/tmp/diff_new_pack.Bunlnf/_new  2016-09-05 21:20:57.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name shakespeare
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.0.9
+Version:2.0.11
 Release:0
 Summary:A toolkit for making compile-time interpolated templates
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-blaze-html-devel
 BuildRequires:  ghc-blaze-markup-devel
@@ -50,7 +49,6 @@
 BuildRequires:  ghc-HUnit-devel
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Shakespeare is a family of type-safe, efficient template languages.
@@ -83,20 +81,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ shakespeare-2.0.9.tar.gz -> shakespeare-2.0.11.tar.gz ++
 3951 lines of diff (skipped)




commit ghc-resourcet for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-resourcet for openSUSE:Factory 
checked in at 2016-09-05 21:20:47

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


Package is "ghc-resourcet"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes  
2016-07-27 16:10:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new/ghc-resourcet.changes 
2016-09-05 21:20:49.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 17 18:35:27 UTC 2016 - psim...@suse.com
+
+- Update to version 1.1.7.5 revision 0 with cabal2obs.
+
+---

Old:

  resourcet-1.1.7.4.tar.gz

New:

  resourcet-1.1.7.5.tar.gz



Other differences:
--
++ ghc-resourcet.spec ++
--- /var/tmp/diff_new_pack.MQN90A/_old  2016-09-05 21:20:50.0 +0200
+++ /var/tmp/diff_new_pack.MQN90A/_new  2016-09-05 21:20:50.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name resourcet
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.1.7.4
+Version:1.1.7.5
 Release:0
 Summary:Deterministic allocation and freeing of scarce resources
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-lifted-base-devel
@@ -42,7 +41,6 @@
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Hackage documentation generation is not reliable. For up to date documentation,
@@ -62,20 +60,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ resourcet-1.1.7.4.tar.gz -> resourcet-1.1.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resourcet-1.1.7.4/ChangeLog.md 
new/resourcet-1.1.7.5/ChangeLog.md
--- old/resourcet-1.1.7.4/ChangeLog.md  2016-05-05 07:24:53.0 +0200
+++ new/resourcet-1.1.7.5/ChangeLog.md  2016-08-08 13:13:50.0 +0200
@@ -1,3 +1,7 @@
+## 1.1.7.5
+
+* Inline the tutorial from SoH
+
 ## 1.1.7.4
 
 * Make test suite slightly more robust
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/resourcet-1.1.7.4/README.md 
new/resourcet-1.1.7.5/README.md
--- old/resourcet-1.1.7.4/README.md 2016-05-05 07:24:53.0 +0200
+++ new/resourcet-1.1.7.5/README.md 2016-08-08 13:13:50.0 +0200
@@ -1,5 +1,226 @@
 ## resourcet
 
-Please see [the full tutorial on School of 
Haskell](https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet).
+Proper exception handling, especially in the presence of asynchronous
+exceptions, is a non-trivial task. But such proper handling is absolutely vital
+to any large scale application. Leaked file descriptors or database connections
+will simply not be an option when writing a popular web application, or a high
+concurrency data processing tool. So the question is, how do you deal with it?
 
-This package was originally included with the conduit package, but has existed 
as a separate package for quite a while. It is fully usable outside of conduit.
+The standard approach is the bracket pattern, which appears throughout much of
+the standard libraries. `withFile` uses the bracket pattern to safely wrap up
+`openFile` and `closeFile`, guaranteeing that the file handle will be closed no
+matter what. This approach works well, and I highly recommend using it.
+
+However, there's another approach available: the [resourcet
+package](https://www.stackage.org/package/resourcet).  If the bracket pattern
+is so good, why do we need another one? The goal of this post is to answer that
+question.
+
+## What is ResourceT
+
+ResourceT is a monad transformer which creates a region of code where you can 
safely allocate resources. Let's write a simple example program: we'll ask the 
user for some input and pretend like it's a scarce resource that must be 
released. We'll then do something dangerous (potentially introducing a 
divide-by-zero error). We then want to immediately release our scarce resource 
and perform some long-running computation.
+
+```haskell active
+import Control.Monad.Trans.Resource
+import Control.Monad.IO.Class
+
+main = runResourceT $ do
+

commit ghc-lifted-base for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-lifted-base for openSUSE:Factory 
checked in at 2016-09-05 21:20:12

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


Package is "ghc-lifted-base"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-lifted-base/ghc-lifted-base.changes  
2016-08-24 10:07:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-lifted-base.new/ghc-lifted-base.changes 
2016-09-05 21:20:18.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:22:32 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.3.8 revision 0 with cabal2obs.
+
+---

Old:

  lifted-base-0.2.3.7.tar.gz

New:

  lifted-base-0.2.3.8.tar.gz



Other differences:
--
++ ghc-lifted-base.spec ++
--- /var/tmp/diff_new_pack.WfqfPt/_old  2016-09-05 21:20:20.0 +0200
+++ /var/tmp/diff_new_pack.WfqfPt/_new  2016-09-05 21:20:20.0 +0200
@@ -19,11 +19,11 @@
 %global pkg_name lifted-base
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.2.3.7
+Version:0.2.3.8
 Release:0
 Summary:Lifted IO operations from the base library
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -63,19 +63,15 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
 %cabal_test
 
-
 %post devel
 %ghc_pkg_recache
 

++ lifted-base-0.2.3.7.tar.gz -> lifted-base-0.2.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/Foreign/Marshal/Utils/Lifted.hs 
new/lifted-base-0.2.3.8/Foreign/Marshal/Utils/Lifted.hs
--- old/lifted-base-0.2.3.7/Foreign/Marshal/Utils/Lifted.hs 2016-07-19 
19:05:25.0 +0200
+++ new/lifted-base-0.2.3.8/Foreign/Marshal/Utils/Lifted.hs 2016-07-21 
06:39:08.0 +0200
@@ -2,8 +2,10 @@
 {-# LANGUAGE NoImplicitPrelude #-}
 {-# LANGUAGE FlexibleContexts #-}
 
-#if __GLASGOW_HASKELL__ >= 702
+#if __GLASGOW_HASKELL__ >= 710
 {-# LANGUAGE Safe #-}
+#elif __GLASGOW_HASKELL__ >= 702
+{-# LANGUAGE Trustworthy #-}
 #endif
 
 {- |
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/README.markdown 
new/lifted-base-0.2.3.8/README.markdown
--- old/lifted-base-0.2.3.7/README.markdown 2016-07-19 19:05:25.0 
+0200
+++ new/lifted-base-0.2.3.8/README.markdown 2016-07-21 06:39:08.0 
+0200
@@ -1,3 +1,6 @@
+[![Hackage](https://img.shields.io/hackage/v/lifted-base.svg)](https://hackage.haskell.org/package/lifted-base)
+[![Build 
Status](https://travis-ci.org/basvandijk/lifted-base.svg)](https://travis-ci.org/basvandijk/lifted-base)
+
 IO operations from the base library lifted to any instance of
 `MonadBase` or `MonadBaseControl`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-base-0.2.3.7/lifted-base.cabal 
new/lifted-base-0.2.3.8/lifted-base.cabal
--- old/lifted-base-0.2.3.7/lifted-base.cabal   2016-07-19 19:05:25.0 
+0200
+++ new/lifted-base-0.2.3.8/lifted-base.cabal   2016-07-21 06:39:08.0 
+0200
@@ -1,5 +1,5 @@
 Name:lifted-base
-Version: 0.2.3.7
+Version: 0.2.3.8
 Synopsis:lifted IO operations from the base library
 License: BSD3
 License-file:LICENSE
@@ -29,7 +29,7 @@
 
 source-repository head
   type: git
-  location: git://github.com/basvandijk/lifted-base.git
+  location: https://github.com/basvandijk/lifted-base.git
 
 

 




commit ghc-OpenGLRaw for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2016-09-05 21:20:27

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


Package is "ghc-OpenGLRaw"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-OpenGLRaw/ghc-OpenGLRaw.changes  
2016-08-24 10:07:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2016-09-05 21:20:30.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 21 17:15:40 UTC 2016 - psim...@suse.com
+
+- Update to version 3.2.2.0 revision 0 with cabal2obs.
+
+---

Old:

  OpenGLRaw-3.2.1.0.tar.gz

New:

  OpenGLRaw-3.2.2.0.tar.gz



Other differences:
--
++ ghc-OpenGLRaw.spec ++
--- /var/tmp/diff_new_pack.WQSazb/_old  2016-09-05 21:20:31.0 +0200
+++ /var/tmp/diff_new_pack.WQSazb/_new  2016-09-05 21:20:31.0 +0200
@@ -18,11 +18,11 @@
 
 %global pkg_name OpenGLRaw
 Name:   ghc-%{pkg_name}
-Version:3.2.1.0
+Version:3.2.2.0
 Release:0
 Summary:A raw binding for the OpenGL graphics system
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  Mesa-libGL-devel
@@ -68,15 +68,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ OpenGLRaw-3.2.1.0.tar.gz -> OpenGLRaw-3.2.2.0.tar.gz ++
 4605 lines of diff (skipped)




commit ghc-microlens for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-microlens for openSUSE:Factory 
checked in at 2016-09-05 21:20:19

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


Package is "ghc-microlens"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-microlens/ghc-microlens.changes  
2016-07-21 08:05:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-microlens.new/ghc-microlens.changes 
2016-09-05 21:20:21.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug 17 18:26:41 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.7.0 revision 0 with cabal2obs.
+
+---
+Mon Aug  1 10:41:35 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.6.0 revision 0 with cabal2obs.
+
+---

Old:

  microlens-0.4.5.0.tar.gz

New:

  microlens-0.4.7.0.tar.gz



Other differences:
--
++ ghc-microlens.spec ++
--- /var/tmp/diff_new_pack.9d6JJ8/_old  2016-09-05 21:20:22.0 +0200
+++ /var/tmp/diff_new_pack.9d6JJ8/_new  2016-09-05 21:20:22.0 +0200
@@ -18,11 +18,11 @@
 
 %global pkg_name microlens
 Name:   ghc-%{pkg_name}
-Version:0.4.5.0
+Version:0.4.7.0
 Release:0
 Summary:A tiny lens library with no dependencies. If you're writing an 
app, you probably want microlens-platform, not this
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -101,15 +101,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ microlens-0.4.5.0.tar.gz -> microlens-0.4.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-0.4.5.0/CHANGELOG.md 
new/microlens-0.4.7.0/CHANGELOG.md
--- old/microlens-0.4.5.0/CHANGELOG.md  2016-07-02 18:34:58.0 +0200
+++ new/microlens-0.4.7.0/CHANGELOG.md  2016-08-12 00:26:02.0 +0200
@@ -1,3 +1,12 @@
+# 0.4.7.0
+
+* Fixed the [Haddock crash on GHC 
8](https://github.com/aelve/microlens/issues/72) by removing default method 
implementations (`each = traverse` and `ix = ixAt`). If you had custom 
instances of `Ixed` or `Each` which relied on default methods, they'd stop 
working.
+
+# 0.4.6.0
+
+* Added `traverseOf` and `traverseOf_`.
+* Changed fixities of `#.` and `.#` to the ones in the profunctors package. 
Those operators are only available from `Lens.Micro.Internal`, so this 
shouldn't affect most users.
+
 # 0.4.5.0
 
 * Added `<&>` (which makes lens creation easier).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-0.4.5.0/microlens.cabal 
new/microlens-0.4.7.0/microlens.cabal
--- old/microlens-0.4.5.0/microlens.cabal   2016-07-02 18:34:58.0 
+0200
+++ new/microlens-0.4.7.0/microlens.cabal   2016-08-12 00:26:02.0 
+0200
@@ -1,5 +1,5 @@
 name:microlens
-version: 0.4.5.0
+version: 0.4.7.0
 synopsis:A tiny lens library with no dependencies. If you're 
writing an app, you probably want microlens-platform, not this.
 description:
   NOTE: If you're writing an app, you probably want 
 – it 
has the most features.  
is intended more for library writers who want a tiny lens library (after all, 
lenses are pretty useful for everything, not just for updating records!).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microlens-0.4.5.0/src/Lens/Micro/Internal.hs 
new/microlens-0.4.7.0/src/Lens/Micro/Internal.hs
--- old/microlens-0.4.5.0/src/Lens/Micro/Internal.hs2016-07-02 
18:34:58.0 +0200
+++ new/microlens-0.4.7.0/src/Lens/Micro/Internal.hs2016-08-12 
00:26:02.0 +0200
@@ -5,7 +5,6 @@
 UndecidableInstances,
 RankNTypes,
 ScopedTypeVariables,
-DefaultSignatures,
 KindSignatures,
 TypeFamilies,
 MultiParamTypeClasses,
@@ -44,6 +43,7 @@
   IxValue,
   Ixed(..),
   At(..),
+  ixAt,
   Field1(..),
   Field2(..),
   Field3(..),
@@ -152,6 +152,9 @@
 ( .# ) pbc _ = unsafeCoerce pbc
 #endif
 
+infixr 9 #.
+infixl 8 .#
+
 --
 -- classes
 

commit ghc-path for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-path for openSUSE:Factory 
checked in at 2016-09-05 21:20:38

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


Package is "ghc-path"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-path/ghc-path.changes2016-07-20 
09:29:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-path.new/ghc-path.changes   2016-09-05 
21:20:40.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:37:47 UTC 2016 - psim...@suse.com
+
+- Update to version 0.5.9 revision 0 with cabal2obs.
+
+---

Old:

  path-0.5.8.tar.gz

New:

  path-0.5.9.tar.gz



Other differences:
--
++ ghc-path.spec ++
--- /var/tmp/diff_new_pack.cFJEYd/_old  2016-09-05 21:20:41.0 +0200
+++ /var/tmp/diff_new_pack.cFJEYd/_new  2016-09-05 21:20:41.0 +0200
@@ -19,15 +19,14 @@
 %global pkg_name path
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.5.8
+Version:0.5.9
 Release:0
 Summary:Support for well-typed paths
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-exceptions-devel
@@ -37,13 +36,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-mtl-devel
 %endif
-# End cabal-rpm deps
 
 %description
-Support for will-typed paths.
+Support for well-typed paths.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -59,20 +58,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ path-0.5.8.tar.gz -> path-0.5.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.8/CHANGELOG new/path-0.5.9/CHANGELOG
--- old/path-0.5.8/CHANGELOG2016-06-16 14:24:12.0 +0200
+++ new/path-0.5.9/CHANGELOG2016-07-25 16:52:25.0 +0200
@@ -1,3 +1,5 @@
+0.5.9:
+   * Lifted ~ restriction from parser 
https://github.com/chrisdone/path/issues/19
 0.5.8
* Add Aeson instances.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.8/path.cabal new/path-0.5.9/path.cabal
--- old/path-0.5.8/path.cabal   2016-06-16 14:23:48.0 +0200
+++ new/path-0.5.9/path.cabal   2016-07-25 16:52:07.0 +0200
@@ -1,7 +1,7 @@
 name:path
-version: 0.5.8
+version: 0.5.9
 synopsis:Support for well-typed paths
-description: Support for will-typed paths.
+description: Support for well-typed paths.
 license: BSD3
 license-file:LICENSE
 author:  Chris Done 
@@ -18,7 +18,7 @@
   exposed-modules:   Path, Path.Internal
   build-depends: base >= 4 && <5
, exceptions
-   , filepath
+   , filepath < 1.2.0.1 || >= 1.3
, template-haskell
, deepseq
, aeson
@@ -30,6 +30,7 @@
 build-depends: HUnit
  , aeson
  , base
+ , bytestring
  , hspec
  , mtl
  , path
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/path-0.5.8/src/Path.hs new/path-0.5.9/src/Path.hs
--- old/path-0.5.8/src/Path.hs  2016-06-16 11:39:06.0 +0200
+++ new/path-0.5.9/src/Path.hs  2016-07-25 16:49:00.0 +0200
@@ -9,6 +9,7 @@
 --
 -- Support for well-typed paths.
 
+{-# LANGUAGE CPP #-}
 {-# LANGUAGE TemplateHaskell #-}
 {-# LANGUAGE DeriveDataTypeable #-}
 {-# LANGUAGE EmptyDataDecls #-}
@@ -65,7 +66,10 @@
 -- | An absolute path.
 data Abs deriving (Typeable)
 
--- | A relative path; one without a root.
+-- | A relative path; one without a root. Note that a @.@ as well as any path
+-- starting with a @..@ is not a valid relative path. In other words, a
+-- relative path is always strictly under the directory tree to which it is
+-- relative.
 data Rel deriving (Typeable)
 
 -- | A file path.
@@ -112,63 

commit ghc-hjsmin for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-hjsmin for openSUSE:Factory 
checked in at 2016-09-05 21:20:00

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


Package is "ghc-hjsmin"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-hjsmin/ghc-hjsmin.changes2016-07-21 
08:11:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hjsmin.new/ghc-hjsmin.changes   
2016-09-05 21:20:02.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 21 17:24:09 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.2 revision 0 with cabal2obs.
+
+---

Old:

  hjsmin-0.2.0.1.tar.gz

New:

  hjsmin-0.2.0.2.tar.gz



Other differences:
--
++ ghc-hjsmin.spec ++
--- /var/tmp/diff_new_pack.CDMm53/_old  2016-09-05 21:20:03.0 +0200
+++ /var/tmp/diff_new_pack.CDMm53/_new  2016-09-05 21:20:03.0 +0200
@@ -18,15 +18,14 @@
 
 %global pkg_name hjsmin
 Name:   ghc-%{pkg_name}
-Version:0.2.0.1
+Version:0.2.0.2
 Release:0
 Summary:Haskell implementation of a javascript minifier
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -35,7 +34,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Reduces size of javascript files by stripping out extraneous whitespace and
@@ -55,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ hjsmin-0.2.0.1.tar.gz -> hjsmin-0.2.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hjsmin-0.2.0.1/hjsmin.cabal 
new/hjsmin-0.2.0.2/hjsmin.cabal
--- old/hjsmin-0.2.0.1/hjsmin.cabal 2016-03-19 07:02:26.0 +0100
+++ new/hjsmin-0.2.0.2/hjsmin.cabal 2016-08-20 01:17:46.0 +0200
@@ -1,5 +1,5 @@
 name:hjsmin
-version: 0.2.0.1
+version: 0.2.0.2
 license: BSD3
 license-file:LICENSE
 author:  Alan Zimmerman 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hjsmin-0.2.0.1/hjsmin.hs new/hjsmin-0.2.0.2/hjsmin.hs
--- old/hjsmin-0.2.0.1/hjsmin.hs2016-03-19 07:02:26.0 +0100
+++ new/hjsmin-0.2.0.2/hjsmin.hs2016-08-20 01:17:46.0 +0200
@@ -3,6 +3,7 @@
 
 #include "cabal_macros.h"
 
+import Data.Monoid ((<>))
 import Options.Applicative
 import Text.Jasmine
 




commit ghc-IPv6Addr for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-IPv6Addr for openSUSE:Factory 
checked in at 2016-09-05 21:19:38

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


Package is "ghc-IPv6Addr"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-IPv6Addr.new/ghc-IPv6Addr.changes   
2016-09-05 21:19:43.0 +0200
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:26:54 UTC 2016 - psim...@suse.com
+
+- Update to version 0.6.1.0 revision 0 with cabal2obs.
+

New:

  IPv6Addr-0.6.1.0.tar.gz
  ghc-IPv6Addr.changes
  ghc-IPv6Addr.spec



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

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


%global pkg_name IPv6Addr
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.6.1.0
Release:0
Summary:Library to deal with IPv6 address text representations
License:BSD-3-Clause
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-attoparsec-devel
BuildRequires:  ghc-iproute-devel
BuildRequires:  ghc-network-devel
BuildRequires:  ghc-network-info-devel
BuildRequires:  ghc-random-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-test-framework-devel
BuildRequires:  ghc-test-framework-hunit-devel
%endif
# End cabal-rpm deps

%description
Library to deal with IPv6 address text representations, canonization and
manipulations.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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


%build
%ghc_lib_build


%install
%ghc_lib_install


%check
%if %{with tests}
%{cabal} test
%endif


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md

%changelog



commit ghc-dns for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-dns for openSUSE:Factory checked 
in at 2016-09-05 21:19:50

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


Package is "ghc-dns"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-dns/ghc-dns.changes  2016-07-21 
08:08:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-dns.new/ghc-dns.changes 2016-09-05 
21:19:54.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug 21 17:20:33 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.5 revision 0 with cabal2obs.
+
+---
+Fri Jul 22 05:58:41 UTC 2016 - psim...@suse.com
+
+- Update to version 2.0.4 revision 0 with cabal2obs.
+
+---

Old:

  dns-2.0.3.tar.gz

New:

  dns-2.0.5.tar.gz



Other differences:
--
++ ghc-dns.spec ++
--- /var/tmp/diff_new_pack.N0uY0L/_old  2016-09-05 21:19:57.0 +0200
+++ /var/tmp/diff_new_pack.N0uY0L/_new  2016-09-05 21:19:57.0 +0200
@@ -19,18 +19,17 @@
 %global pkg_name dns
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.0.3
+Version:2.0.5
 Release:0
 Summary:DNS library in Haskell
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-binary-devel
-BuildRequires:  ghc-blaze-builder-devel
+BuildRequires:  ghc-bytestring-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-conduit-extra-devel
@@ -48,7 +47,6 @@
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-word8-devel
 %endif
-# End cabal-rpm deps
 
 %description
 A thread-safe DNS library for both clients and servers written in pure Haskell.
@@ -67,20 +65,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ dns-2.0.3.tar.gz -> dns-2.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.3/Changelog new/dns-2.0.5/Changelog
--- old/dns-2.0.3/Changelog 2016-06-17 02:52:57.0 +0200
+++ new/dns-2.0.5/Changelog 2016-08-19 03:29:14.0 +0200
@@ -1,3 +1,7 @@
+2.0.4
+   - Renaming a variable to fix preprocessor conflicts 
[#37](https://github.com/kazu-yamamoto/dns/pull/37)
+2.0.3
+   - Handle invalid opcodes gracefully. 
[#36](https://github.com/kazu-yamamoto/dns/pull/36)
 2.0.2
- Providing a new API: decodeMany.
 2.0.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.3/Network/DNS/Decode.hs 
new/dns-2.0.5/Network/DNS/Decode.hs
--- old/dns-2.0.3/Network/DNS/Decode.hs 2016-06-17 02:52:57.0 +0200
+++ new/dns-2.0.5/Network/DNS/Decode.hs 2016-08-19 03:29:14.0 +0200
@@ -98,6 +98,7 @@
 (getRecDesired flgs)
 (getRecAvailable flgs)
 rcode_
+(getAuthenData flgs)
 getQorR w = if testBit w 15 then QR_Response else QR_Query
 getOpcode w = Safe.toEnumMay (fromIntegral (shiftR w 11 .&. 0x0f))
 getAuthAnswer w = testBit w 10
@@ -105,6 +106,7 @@
 getRecDesired w = testBit w 8
 getRecAvailable w = testBit w 7
 getRcode w = Safe.toEnumMay (fromIntegral (w .&. 0x0f))
+getAuthenData w = testBit w 5
 
 
 
@@ -229,6 +231,16 @@
 optLen <- getInt16
 dat <- decodeOData optCode optLen
 (dat:) <$> decode' (l - optLen - 4)
+--
+decodeRData TLSA len = RD_TLSA <$> decodeUsage
+   <*> decodeSelector
+   <*> decodeMType
+   <*> decodeADF
+  where
+decodeUsage= getInt8
+decodeSelector = getInt8
+decodeMType= getInt8
+decodeADF  = getNByteString (len - 3)
 decodeRData _  len = RD_OTH <$> getNByteString len
 
 decodeOData :: OPTTYPE -> Int -> SGet OData
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dns-2.0.3/Network/DNS/Encode.hs 
new/dns-2.0.5/Network/DNS/Encode.hs
--- old/dns-2.0.3/Network/DNS/Encode.hs 2016-06-17 02:52:57.0 +0200
+++ 

commit ghc-yaml for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-yaml for openSUSE:Factory 
checked in at 2016-09-05 21:19:22

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


Package is "ghc-yaml"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yaml/ghc-yaml.changes2016-07-21 
08:01:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yaml.new/ghc-yaml.changes   2016-09-05 
21:19:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 06:03:43 UTC 2016 - psim...@suse.com
+
+- Update to version 0.8.18.1 revision 0 with cabal2obs.
+
+---

Old:

  yaml-0.8.18.tar.gz

New:

  yaml-0.8.18.1.tar.gz



Other differences:
--
++ ghc-yaml.spec ++
--- /var/tmp/diff_new_pack.1gy2Bn/_old  2016-09-05 21:19:28.0 +0200
+++ /var/tmp/diff_new_pack.1gy2Bn/_new  2016-09-05 21:19:28.0 +0200
@@ -19,14 +19,13 @@
 %global pkg_name yaml
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.8.18
+Version:0.8.18.1
 Release:0
 Summary:Support for parsing and rendering YAML documents
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -53,7 +52,6 @@
 BuildRequires:  ghc-hspec-devel
 BuildRequires:  ghc-mockery-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Please see the README.md file.
@@ -79,14 +77,11 @@
 
 %install
 %ghc_lib_install
-
 %ghc_fix_dynamic_rpath json2yaml yaml2json
 
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
+%cabal_test
 
 
 %post devel

++ yaml-0.8.18.tar.gz -> yaml-0.8.18.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.18/ChangeLog.md 
new/yaml-0.8.18.1/ChangeLog.md
--- old/yaml-0.8.18/ChangeLog.md2016-06-21 18:52:49.0 +0200
+++ new/yaml-0.8.18.1/ChangeLog.md  2016-07-19 17:43:07.0 +0200
@@ -1,3 +1,7 @@
+## 0.8.18.1
+
+* Improve prettyPrintParseException when context is empty 
[#89](https://github.com/snoyberg/yaml/pull/89)
+
 ## 0.8.18
 
 * Switched yaml decode function for config file readers in `Data.Yaml.Config` 
to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.18/Data/Yaml/Internal.hs 
new/yaml-0.8.18.1/Data/Yaml/Internal.hs
--- old/yaml-0.8.18/Data/Yaml/Internal.hs   2016-06-21 18:52:49.0 
+0200
+++ new/yaml-0.8.18.1/Data/Yaml/Internal.hs 2016-07-19 17:43:07.0 
+0200
@@ -88,11 +88,13 @@
 Nothing -> "Unspecified YAML error"
 Just yamlError -> case yamlError of
   YamlException s -> "YAML exception:\n" ++ s
-  YamlParseException problem context mark -> unlines
+  YamlParseException problem context mark -> concat
 [ "YAML parse exception at line " ++ show (yamlLine mark) ++
-  ", column " ++ show (yamlColumn mark) ++ ","
--- The context seems to include a leading "while" or similar.
-, context ++ ":"
+  ", column " ++ show (yamlColumn mark)
+, case context of
+"" -> ":\n"
+-- The context seems to include a leading "while" or similar.
+_  -> ",\n" ++ context ++ ":\n"
 , problem
 ]
   AesonException s -> "Aeson exception:\n" ++ s
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yaml-0.8.18/yaml.cabal new/yaml-0.8.18.1/yaml.cabal
--- old/yaml-0.8.18/yaml.cabal  2016-06-21 18:52:49.0 +0200
+++ new/yaml-0.8.18.1/yaml.cabal2016-07-19 17:43:07.0 +0200
@@ -1,5 +1,5 @@
 name:yaml
-version: 0.8.18
+version: 0.8.18.1
 license: BSD3
 license-file:LICENSE
 author:  Michael Snoyman , Anton Ageev 
,Kirill Simonov 




commit ghc-graphviz for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ghc-graphviz for openSUSE:Factory 
checked in at 2016-09-05 21:19:19

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


Package is "ghc-graphviz"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-graphviz/ghc-graphviz.changes
2016-07-21 08:12:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-graphviz.new/ghc-graphviz.changes   
2016-09-05 21:19:22.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 06:11:07 UTC 2016 - psim...@suse.com
+
+- Update to version 2999.18.1.2 revision 0 with cabal2obs.
+
+---

Old:

  graphviz-2999.18.1.0.tar.gz

New:

  graphviz-2999.18.1.2.tar.gz



Other differences:
--
++ ghc-graphviz.spec ++
--- /var/tmp/diff_new_pack.qwb7L6/_old  2016-09-05 21:19:23.0 +0200
+++ /var/tmp/diff_new_pack.qwb7L6/_new  2016-09-05 21:19:23.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name graphviz
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2999.18.1.0
+Version:2999.18.1.2
 Release:0
 Summary:Bindings to Graphviz for graph visualisation
 License:BSD-3-Clause
@@ -27,7 +27,6 @@
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-colour-devel
 BuildRequires:  ghc-containers-devel
@@ -47,7 +46,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-fgl-arbitrary-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This library provides bindings for the Dot language used by the Graphviz
@@ -99,9 +97,7 @@
 
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
+%cabal_test
 
 
 %post devel

++ graphviz-2999.18.1.0.tar.gz -> graphviz-2999.18.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/graphviz-2999.18.1.0/Changelog.md 
new/graphviz-2999.18.1.2/Changelog.md
--- old/graphviz-2999.18.1.0/Changelog.md   2016-05-15 07:34:55.0 
+0200
+++ new/graphviz-2999.18.1.2/Changelog.md   2016-07-19 05:58:26.0 
+0200
@@ -7,6 +7,18 @@
 The following is information about what major changes have gone into
 each release.
 
+Changes in 2999.18.1.1
+--
+
+* Allow dlist-0.8, thanks to **Sean Leather**.
+
+* Properly allow QuickCheck-2.9.
+
+Changes in 2999.18.1.1
+--
+
+* Bump allowed version of QuickCheck for the test suite.
+
 Changes in 2999.18.1.0
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/graphviz-2999.18.1.0/graphviz.cabal 
new/graphviz-2999.18.1.2/graphviz.cabal
--- old/graphviz-2999.18.1.0/graphviz.cabal 2016-05-15 07:34:55.0 
+0200
+++ new/graphviz-2999.18.1.2/graphviz.cabal 2016-07-19 05:58:26.0 
+0200
@@ -1,5 +1,5 @@
 Name:   graphviz
-Version:2999.18.1.0
+Version:2999.18.1.2
 Stability:  Beta
 Synopsis:   Bindings to Graphviz for graph visualisation.
 Description: {
@@ -71,7 +71,7 @@
transformers >= 0.2 && < 0.6,
text,
wl-pprint-text >= 1.1.0.0 && < 1.2.0.0,
-   dlist >= 0.5 && < 0.8
+   dlist >= 0.5 && < 0.9
 
 Exposed-Modules:   Data.GraphViz
Data.GraphViz.Types
@@ -127,7 +127,7 @@
fgl-arbitrary == 0.2.*,
filepath,
text,
-   QuickCheck >= 2.3 && < 2.9
+   QuickCheck >= 2.3 && < 2.10
 
 hs-Source-Dirs:tests
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/graphviz-2999.18.1.0/tests/Data/GraphViz/Testing/Instances/Attributes.hs 
new/graphviz-2999.18.1.2/tests/Data/GraphViz/Testing/Instances/Attributes.hs
--- 
old/graphviz-2999.18.1.0/tests/Data/GraphViz/Testing/Instances/Attributes.hs
2016-05-15 07:34:55.0 +0200
+++ 
new/graphviz-2999.18.1.2/tests/Data/GraphViz/Testing/Instances/Attributes.hs
2016-07-19 05:58:26.0 +0200
@@ -1,6 +1,6 @@
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 {-# OPTIONS_HADDOCK hide #-}
-{-# LANGUAGE OverloadedStrings #-}
+{-# LANGUAGE CPP, OverloadedStrings #-}
 
 {- |
Module  : Data.GraphViz.Testing.Instances.Attributes
@@ -27,7 +27,7 @@
 import   

commit python-requests for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2016-09-05 21:18:24

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


Package is "python-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2016-07-16 22:13:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2016-09-05 21:18:27.0 +0200
@@ -1,0 +2,66 @@
+Thu Sep  1 07:53:20 UTC 2016 - tbecht...@suse.com
+
+update to version v2.11.1
+  * Update urllib3 to 1.16
+  * Close and then release the connection
+  * Added tests for should_bypass_proxies function
+  * Update documentation of Session.max_redirects
+  * Document bunch of return types
+  * Update HISTORY.rst
+  * Cleaning up comment on JSON encoding to be more strictly relevant.
+  * Oh yeah, we updated urllib3 too.
+  * Fixing test; it was accomplishing the right thing, but doing it in the 
wrong way.
+  * compensate for lack of taste
+  * Use xfail marker for a test expected to fail without Internet connection
+  * in python3.x not have StringIO
+  * Spelling fixes
+  * adding in slice_length fix and test for chunk_size=None (#3370)
+  * Support responses like `HTTP/1.1 404 Unicode chars` (#3385)
+  * Document header ordering. (#3295)
+  * Add section on SOCKS proxies.
+  * Update list of supported Python versions in todo.rst
+  * removing Content-Type and Transfer-Encoding headers on redirect
+  * check and test for headers containing return characters or leading 
whitespace
+  * Clarify Python versions supported by requests
+  * Allow graceful interruption of testserver.Server
+  * reverting 3362
+  * fixed date formatting
+  * Make BaseAdapter describe the mandatory adapter interface (#3216)
+  * Note how HTTPErrors are raised
+  * Removing charset from JSON content type; tightening requirements on 
.encode()
+  * Add 'all' proxy selection to select_proxy
+  * Fix TypeError when get json-encoded content of a response
+  * wildly inaccurate button results in deletion
+  * v2.11.1
+  * v2.11.0
+  * Prepare changelog for 2.11.1.
+  * Allow None value for chunk_size again (#3368)
+  * updating documentation to reflect decision of #3386
+  * added in type check for chunk_size
+  * Update a note on AppEngine
+  * Remove duplicate import warnings
+  * adding asserted_encoding check on None type encoding to match text() 
behavior (#3362)
+  * Encoding JSON requests to bytes for urllib3 to handle; ensuring same with 
testing.
+  * docs updates
+  * Changelog for 2.11
+  * Update README.rst
+  * Use iter instead of noop list comprehension
+  * Test security warnings (#3289)
+  * Combined tests to one tests for should_bypass_proxies method
+  * Update index.rst
+  * Replace tab with appropriate spaces.
+  * Support ALL_PROXY environment variable
+  * Add a bit about RequestsCookieJar to Cookies section
+  * making module docstrings and coding comments consistent
+  * docs: Add a note about SSL c_rehash
+  * updating docstring to match functionality
+  * fix grammer mistakes in Quickstart
+  * consider plain ip notation of an ip in no_proxy if not in cidr notation
+  * Defining header value type requirements and tests
+  * removing redundant test
+  * updating HISTORY
+  * adding in pep8 fixes
+  * building Response manually
+  * making class and function docstrings consistent
+
+---

Old:

  requests-2.10.0.tar.gz

New:

  requests-2.11.1.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.hNyEDe/_old  2016-09-05 21:18:28.0 +0200
+++ /var/tmp/diff_new_pack.hNyEDe/_new  2016-09-05 21:18:28.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 Name:   python-requests
-Version:2.10.0
+Version:2.11.1
 Release:0
 Summary:Awesome Python HTTP Library That's Actually Usable
 License:Apache-2.0

++ requests-2.10.0.tar.gz -> requests-2.11.1.tar.gz ++
 2776 lines of diff (skipped)




commit vlc for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2016-09-05 21:19:04

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


Package is "vlc"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2016-08-26 23:16:06.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2016-09-05 
21:19:07.0 +0200
@@ -1,0 +2,12 @@
+Sun Sep  4 09:23:25 UTC 2016 - dims...@opensuse.org
+
+- Update vlc-2.2.4-unambig-shortcuts.patch: Also make ALT-P
+  unambiguous.
+
+---
+Wed Aug 31 10:54:00 UTC 2016 - dims...@opensuse.org
+
+- Also use ffmpeg2-devel BuildRequires on Leap 42.2 (sle_version
+  120200).
+
+---
@@ -4,2 +16,2 @@
-- Add ffmpeg2-BuildRequires for Tumbleweed: older openSUSE versions
-  had ffmpeg 2.x in the distribution.
+- Add ffmpeg2-devel BuildRequires for Tumbleweed: older openSUSE
+  versions had ffmpeg 2.x in the distribution.



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.9sfkok/_old  2016-09-05 21:19:08.0 +0200
+++ /var/tmp/diff_new_pack.9sfkok/_new  2016-09-05 21:19:08.0 +0200
@@ -199,7 +199,7 @@
 BuildRequires:  pkgconfig(libavcodec) >= 55.26.0
 BuildRequires:  pkgconfig(libavformat) >= 53.21.0
 BuildRequires:  pkgconfig(libavutil) >= 52.4.0
-%if 0%{?suse_version} == 1330
+%if (0%{?suse_version} == 1330) || (0%{suse_version} == 1315 && 
0%{?sle_version} >= 120200)
 # for TW, we favor ffmpeg2-devel. Older distros have ffmpeg 2.x intree
 BuildRequires:  ffmpeg2-devel
 %endif

++ vlc-2.2.4-unambig-shortcuts.patch ++
 1284 lines (skipped)
 between /work/SRC/openSUSE:Factory/vlc/vlc-2.2.4-unambig-shortcuts.patch
 and /work/SRC/openSUSE:Factory/.vlc.new/vlc-2.2.4-unambig-shortcuts.patch




commit python-pytest-runner for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python-pytest-runner for 
openSUSE:Factory checked in at 2016-09-05 21:18:34

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


Package is "python-pytest-runner"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-runner/python-pytest-runner.changes
2015-08-23 15:42:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-runner.new/python-pytest-runner.changes
   2016-09-05 21:18:36.0 +0200
@@ -1,0 +2,15 @@
+Thu Sep  1 07:32:02 UTC 2016 - tbecht...@suse.com
+
+- update to 2.9:
+  * Added Trove Classifier indicating this package is part
+of the pytest framework.
+  * #16: Added a license file, required for membership to
+pytest-dev.
+  * Releases are now made automatically by pushing a
+tagged release that passes tests on Python 3.5.
+  * Moved hosting to Github.
+- Use pypi.io as Source url
+- Add LICENSE
+- Adjust Requires and BuildRequires
+
+---

Old:

  pytest-runner-2.6.1.tar.gz

New:

  pytest-runner-2.9.tar.gz



Other differences:
--
++ python-pytest-runner.spec ++
--- /var/tmp/diff_new_pack.Hn8UB2/_old  2016-09-05 21:18:37.0 +0200
+++ /var/tmp/diff_new_pack.Hn8UB2/_new  2016-09-05 21:18:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pytest-runner
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,19 +17,17 @@
 
 
 Name:   python-pytest-runner
-Version:2.6.1
+Version:2.9
 Release:0
 Summary:Simple powerful testing with Python
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pytest.org
-Source: 
http://pypi.python.org/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
 
+Source: 
https://pypi.io/packages/source/p/pytest-runner/pytest-runner-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRequires:  python-hgtools
-BuildRequires:  python-pytest
+BuildRequires:  python-pytest >= 2.8
 BuildRequires:  python-setuptools
-BuildRequires:  python-setuptools_scm
-Requires:   python-pytest
+BuildRequires:  python-setuptools_scm >= 1.9
 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()")}
@@ -51,7 +49,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt CHANGES.txt docs/*
+%doc README.rst CHANGES.rst LICENSE docs/*
 %{python_sitelib}/*
 
 %changelog

++ pytest-runner-2.6.1.tar.gz -> pytest-runner-2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.6.1/.hgtags 
new/pytest-runner-2.9/.hgtags
--- old/pytest-runner-2.6.1/.hgtags 2015-07-29 21:01:43.0 +0200
+++ new/pytest-runner-2.9/.hgtags   2016-07-14 21:57:54.0 +0200
@@ -18,3 +18,8 @@
 fe07ae9c3f076ebf3b716e9951de5492314159df 2.5.1
 0304f39b40f791b81da8a14aed6e8910f798af14 2.6
 cce8431d8b4d9441740a723c7c700d810a4662f8 2.6.1
+0cc61470c2a2fd5b0ed2c4c4ac7480bf68526f6e 2.6.2
+daf0974a5e9348b8c8e20e9ee227702edc5b6e75 2.6.3
+a1fa887922d237f915ba51f9022f4da983ceb32e 2.7
+21cfa346c8960f29f1a364d97ecbb9d1a7f6a3c0 2.7.1
+955536a145d5db5e4a2c23bf52fd575fbc595196 2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytest-runner-2.6.1/.travis.yml 
new/pytest-runner-2.9/.travis.yml
--- old/pytest-runner-2.6.1/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/pytest-runner-2.9/.travis.yml   2016-07-14 21:57:54.0 +0200
@@ -0,0 +1,21 @@
+sudo: false
+language: python
+python:
+- 2.7
+- 3.5
+script:
+- pip install -U pytest
+- python setup.py test
+branches:
+  except:
+  - skeleton
+deploy:
+  provider: pypi
+  on:
+tags: true
+all_branches: true
+python: 3.5
+  user: jaraco
+  distributions: release
+  password:
+secure: 

commit git for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2016-09-05 21:18:53

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


Package is "git"

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2016-08-17 12:03:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2016-09-05 
21:18:56.0 +0200
@@ -1,0 +2,16 @@
+Sat Sep  3 19:25:08 UTC 2016 - astie...@suse.com
+
+- git 2.10.0, feature and bugfix update:
+  * various workflow output improvements
+  * various improvements and extensions of command line options
+  * A handful of "git svn" updates.
+  * internal performance improvements
+
+---
+Wed Aug 31 15:55:05 UTC 2016 - o...@aepfle.de
+
+- Reduce build-compare noise 
+  git-asciidoc.patch
+  git-tclIndex.patch
+
+---

Old:

  git-2.9.3.tar.sign
  git-2.9.3.tar.xz

New:

  git-2.10.0.tar.sign
  git-2.10.0.tar.xz
  git-asciidoc.patch
  git-tclIndex.patch



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.Ssq87j/_old  2016-09-05 21:18:58.0 +0200
+++ /var/tmp/diff_new_pack.Ssq87j/_new  2016-09-05 21:18:58.0 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.9.3
+Version:2.10.0
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0
@@ -53,6 +53,8 @@
 Patch6: git-tcsh-completion-fixes.diff
 # adapt paths in zsh completion (bnc#853183)
 Patch7: git-zsh-completion-fixes.diff
+Patch8: git-asciidoc.patch
+Patch9: git-tclIndex.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  apache2
 BuildRequires:  asciidoc
@@ -244,6 +246,8 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 cat > .make <<'EOF'

++ git-2.9.3.tar.xz -> git-2.10.0.tar.xz ++
 116215 lines of diff (skipped)

++ git-asciidoc.patch ++
---
 Documentation/asciidoc.conf |2 ++
 1 file changed, 2 insertions(+)

--- a/Documentation/asciidoc.conf
+++ b/Documentation/asciidoc.conf
@@ -21,6 +21,8 @@ tilde=
 apostrophe=
 backtick=
 litdd=
+# drops the "last-updated" footer, with asciidoc-8.6.9+
+footer-style=none
 
 ifdef::backend-docbook[]
 [linkgit-inlinemacro]

++ git-tclIndex.patch ++
ALL_LIBFILES uses wildcard, which provides the result in directory
order. This order depends on the underlying filesystem on the
buildhost. To get reproducible builds it is required to sort such list
before using them.
---
 git-gui/Makefile |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/git-gui/Makefile
+++ b/git-gui/Makefile
@@ -259,7 +259,7 @@ lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VA
 rm -f $@ ; \
 echo '# Autogenerated by git-gui Makefile' >$@ && \
 echo >>$@ && \
-$(foreach p,$(PRELOAD_FILES) $(ALL_LIBFILES),echo '$(subst lib/,,$p)' 
>>$@ &&) \
+$(foreach p,$(PRELOAD_FILES) $(sort $(ALL_LIBFILES)),echo '$(subst 
lib/,,$p)' >>$@ &&) \
 echo >>$@ ; \
fi
 



commit python-pytest for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package python-pytest for openSUSE:Factory 
checked in at 2016-09-05 21:18:43

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


Package is "python-pytest"

Changes:

--- /work/SRC/openSUSE:Factory/python-pytest/python-pytest.changes  
2016-02-16 09:27:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pytest.new/python-pytest.changes 
2016-09-05 21:18:45.0 +0200
@@ -1,0 +2,11 @@
+Thu Sep  1 12:34:41 UTC 2016 - tbecht...@suse.com
+
+- Use https for pypi.io Source
+
+---
+Thu Sep  1 05:52:08 UTC 2016 - tbecht...@suse.com
+
+- Fix Requires. python-py >= 1.4.29 is needed.
+- Use pypi.io as Source url
+
+---



Other differences:
--
++ python-pytest.spec ++
--- /var/tmp/diff_new_pack.hhy2Tp/_old  2016-09-05 21:18:45.0 +0200
+++ /var/tmp/diff_new_pack.hhy2Tp/_new  2016-09-05 21:18:45.0 +0200
@@ -27,7 +27,7 @@
 License:MIT
 Group:  Development/Languages/Python
 Url:http://pytest.org
-Source: 
http://pypi.python.org/packages/source/p/pytest/pytest-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/p/pytest/pytest-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-py >= 1.4.25
@@ -39,9 +39,9 @@
 BuildRequires:  python-mock
 BuildRequires:  python-pexpect
 %endif
-BuildRequires:  python-xml
 BuildRequires:  python-PyYAML
-Requires:   python-py >= 1.4.25
+BuildRequires:  python-xml
+Requires:   python-py >= 1.4.29
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 #/usr/bin/py.test imports pkg_resources




commit perl-Mojolicious for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-09-05 21:18:13

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2016-08-22 10:49:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-09-05 21:18:16.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 31 05:58:50 UTC 2016 - co...@suse.com
+
+- updated to 7.05
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  7.05  2016-08-29
+- Fixed bug in Mojo::IOLoop::Subprocess where EV would steal the subprocess
+  exit status.
+  
+  7.04  2016-08-28
+- Added EXPERIMENTAL support for performing computationally expensive
+  operations in subprocesses, without blocking the event loop. (jberger, 
sri)
+- Added EXPERIMENTAL module Mojo::IOLoop::Subprocess. (jberger, sri)
+- Added EXPERIMENTAL subprocess method to Mojo::IOLoop. (jberger, sri)
+- Improved many methods in Mojolicious::Controller to die more gracefully 
if
+  the connection has already been closed.
+- Fixed bug where Mojo::UserAgent would try to follow redirects for CONNECT
+  requests.
+
+---

Old:

  Mojolicious-7.03.tar.gz

New:

  Mojolicious-7.05.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.lMxJpM/_old  2016-09-05 21:18:18.0 +0200
+++ /var/tmp/diff_new_pack.lMxJpM/_new  2016-09-05 21:18:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:7.03
+Version:7.05
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-7.03.tar.gz -> Mojolicious-7.05.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.03/Changes new/Mojolicious-7.05/Changes
--- old/Mojolicious-7.03/Changes2016-08-17 18:37:48.0 +0200
+++ new/Mojolicious-7.05/Changes2016-08-29 17:10:48.0 +0200
@@ -1,4 +1,18 @@
 
+7.05  2016-08-29
+  - Fixed bug in Mojo::IOLoop::Subprocess where EV would steal the subprocess
+exit status.
+
+7.04  2016-08-28
+  - Added EXPERIMENTAL support for performing computationally expensive
+operations in subprocesses, without blocking the event loop. (jberger, sri)
+  - Added EXPERIMENTAL module Mojo::IOLoop::Subprocess. (jberger, sri)
+  - Added EXPERIMENTAL subprocess method to Mojo::IOLoop. (jberger, sri)
+  - Improved many methods in Mojolicious::Controller to die more gracefully if
+the connection has already been closed.
+  - Fixed bug where Mojo::UserAgent would try to follow redirects for CONNECT
+requests.
+
 7.03  2016-08-17
   - Fixed packaging errors.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.03/MANIFEST 
new/Mojolicious-7.05/MANIFEST
--- old/Mojolicious-7.03/MANIFEST   2016-08-17 18:39:29.0 +0200
+++ new/Mojolicious-7.05/MANIFEST   2016-08-29 18:43:03.0 +0200
@@ -37,6 +37,7 @@
 lib/Mojo/IOLoop/resources/server.key
 lib/Mojo/IOLoop/Server.pm
 lib/Mojo/IOLoop/Stream.pm
+lib/Mojo/IOLoop/Subprocess.pm
 lib/Mojo/JSON.pm
 lib/Mojo/JSON/Pointer.pm
 lib/Mojo/Loader.pm
@@ -206,6 +207,7 @@
 t/mojo/request.t
 t/mojo/request_cgi.t
 t/mojo/response.t
+t/mojo/subprocess.t
 t/mojo/template.t
 t/mojo/templates/exception.mt
 t/mojo/templates/test.mt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.03/META.json 
new/Mojolicious-7.05/META.json
--- old/Mojolicious-7.03/META.json  2016-08-17 18:39:28.0 +0200
+++ new/Mojolicious-7.05/META.json  2016-08-29 18:43:03.0 +0200
@@ -4,7 +4,7 @@
   "Sebastian Riedel "
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.22, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "artistic_2"
],
@@ -58,6 +58,6 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "7.03",
+   "version" : "7.05",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-7.03/META.yml 
new/Mojolicious-7.05/META.yml
--- old/Mojolicious-7.03/META.yml   2016-08-17 18:39:28.0 +0200
+++ 

commit libreoffice for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2016-09-05 21:17:52

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


Package is "libreoffice"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2016-08-31 
14:29:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2016-09-05 21:17:55.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 16:34:34 UTC 2016 - wba...@tmo.at
+
+- BuildRequire libopenCOLLADA-devel (the new package name) instead
+  of openCOLLADA-devel, except for Leap which only has the latter
+
+---



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.9UKChv/_old  2016-09-05 21:18:02.0 +0200
+++ /var/tmp/diff_new_pack.9UKChv/_new  2016-09-05 21:18:02.0 +0200
@@ -119,7 +119,11 @@
 BuildRequires:  lpsolve-devel
 BuildRequires:  make
 BuildRequires:  neon-devel >= 0.26.0
+%if %{suse_version} == 1315
 BuildRequires:  openCOLLADA-devel
+%else
+BuildRequires:  libopenCOLLADA-devel
+%endif
 BuildRequires:  openldap2-devel
 BuildRequires:  pentaho-libxml
 BuildRequires:  pentaho-reporting-flow-engine










commit gnome-control-center for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2016-09-05 21:18:03

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


Package is "gnome-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2016-08-16 13:01:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2016-09-05 21:18:06.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 31 19:40:38 UTC 2016 - zai...@opensuse.org
+
+- Drop Mesa-demo-x Requires: No longer needed. Fixes boo#996633.
+
+---



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.sia1Cf/_old  2016-09-05 21:18:07.0 +0200
+++ /var/tmp/diff_new_pack.sia1Cf/_new  2016-09-05 21:18:07.0 +0200
@@ -112,8 +112,6 @@
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xft)
 BuildRequires:  pkgconfig(xi) >= 1.2
-# needed for glxinfo, used by System info panel
-Requires:   Mesa-demo-x
 # needed for printers panel
 Requires:   gnome-menus
 Requires:   gnome-settings-daemon




commit spice-gtk for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package spice-gtk for openSUSE:Factory 
checked in at 2016-09-05 21:17:30

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


Package is "spice-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/spice-gtk/spice-gtk.changes  2016-04-15 
18:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.spice-gtk.new/spice-gtk.changes 2016-09-05 
21:17:32.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 09:35:54 UTC 2016 - cbosdon...@suse.com
+
+- Move acl helper to a new libspice-client-glib-helper package and
+  add a corresponding dependency (bsc#994858)
+
+---



Other differences:
--
++ spice-gtk.spec ++
--- /var/tmp/diff_new_pack.6QYQrR/_old  2016-09-05 21:17:33.0 +0200
+++ /var/tmp/diff_new_pack.6QYQrR/_new  2016-09-05 21:17:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-gtk
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -70,10 +70,19 @@
 %package -n libspice-client-glib-2_0-8
 Summary:Gtk client and libraries for SPICE remote desktop servers
 Group:  System/Libraries
+Requires:   libspice-client-glib-helper
 
 %description -n libspice-client-glib-2_0-8
 A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows) 
 
+%package -n libspice-client-glib-helper
+Summary:Gtk client and libraries for SPICE remote desktop servers
+Group:  System/Libraries
+
+%description -n libspice-client-glib-helper
+A Gtk client and libraries for SPICE remote desktop servers, (Linux and 
Windows).
+Contains helpers needed by the spice glib client library.
+
 %package -n libspice-client-gtk-3_0-4
 Summary:Gtk client and libraries for SPICE remote desktop servers
 Group:  System/Libraries
@@ -216,9 +225,6 @@
 %{_bindir}/spicy
 %{_bindir}/spicy-screenshot
 %{_bindir}/spicy-stats
-# Remove the attr(755) once bnc#744251 has been fixed.
-%attr(755,root,root) %{_bindir}/spice-client-glib-usb-acl-helper
-%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
 
 %files lang -f %{name}.lang
 
@@ -226,6 +232,12 @@
 %defattr(-, root, root)
 %{_libdir}/libspice-client-glib-2.0.so.*
 
+%files -n libspice-client-glib-helper
+%defattr(-, root, root)
+# Remove the attr(755) once bnc#744251 has been fixed.
+%attr(755,root,root) %{_bindir}/spice-client-glib-usb-acl-helper
+%{_datadir}/polkit-1/actions/org.spice-space.lowlevelusbaccess.policy
+
 %files -n typelib-1_0-SpiceClientGlib-2_0
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/SpiceClientGLib-2.0.typelib




commit tiff for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package tiff for openSUSE:Factory checked in 
at 2016-09-05 21:16:55

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


Package is "tiff"

Changes:

--- /work/SRC/openSUSE:Factory/tiff/tiff.changes2016-07-18 
21:23:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.tiff.new/tiff.changes   2016-09-05 
21:17:03.0 +0200
@@ -1,0 +2,12 @@
+Thu Sep  1 14:35:57 UTC 2016 - fst...@suse.com
+
+- Added patches:
+  * tiff-4.0.6-CVE-2016-3623.patch
+  * tiff-4.0.6-CVE-2016-3945.patch
+  * tiff-4.0.6-CVE-2016-3990.patch
+  * tiff-4.0.6-CVE-2016-3991.patch
+- Upstream commits to fix CVE-2016-3623 [bsc#974618],
+  CVE-2016-3945 [bsc#974614], CVE-2016-3990 [bsc#975069],
+ CVE-2016-3991 [bsc#975070]
+
+---

New:

  tiff-4.0.6-CVE-2016-3623.patch
  tiff-4.0.6-CVE-2016-3945.patch
  tiff-4.0.6-CVE-2016-3990.patch
  tiff-4.0.6-CVE-2016-3991.patch



Other differences:
--
++ tiff.spec ++
--- /var/tmp/diff_new_pack.Wjy1cP/_old  2016-09-05 21:17:05.0 +0200
+++ /var/tmp/diff_new_pack.Wjy1cP/_new  2016-09-05 21:17:05.0 +0200
@@ -41,6 +41,11 @@
 Patch6: 
tiff-4.0.6-libtiff-tif_luv.c-validate-that-for-COMPRESSION_SGIL.patch
 Patch7: 
tiff-4.0.6-libtiff-tif_pixarlog.c-fix-potential-buffer-write-ov.patch
 Patch8: 
tiff-4.0.6-libtiff-tif_read.c-make-TIFFReadEncodedStrip-and.patch
+#
+Patch9: tiff-4.0.6-CVE-2016-3623.patch
+Patch10:tiff-4.0.6-CVE-2016-3945.patch
+Patch11:tiff-4.0.6-CVE-2016-3990.patch
+Patch12:tiff-4.0.6-CVE-2016-3991.patch
 
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -111,6 +116,10 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
 
 %build
 CFLAGS="%{optflags} -fPIE"

++ tiff-4.0.6-CVE-2016-3623.patch ++
--- tiff-4.0.6/tools/rgb2ycbcr.c2015-08-29 00:17:08.195093258 +0200
+++ tiff-4.0.6/tools/rgb2ycbcr.c2016-09-01 16:23:31.472089246 +0200
@@ -95,9 +95,13 @@
break;
case 'h':
horizSubSampling = atoi(optarg);
+if( horizSubSampling != 1 && horizSubSampling != 2 && 
horizSubSampling != 4 )
+usage(-1);
break;
case 'v':
vertSubSampling = atoi(optarg);
+if( vertSubSampling != 1 && vertSubSampling != 2 && 
vertSubSampling != 4 )
+usage(-1);
break;
case 'r':
rowsperstrip = atoi(optarg);
++ tiff-4.0.6-CVE-2016-3945.patch ++
--- tiff-4.0.6/tools/tiff2rgba.c2015-08-29 00:17:08.259977702 +0200
+++ tiff-4.0.6/tools/tiff2rgba.c2016-09-01 16:05:40.451318911 +0200
@@ -147,6 +147,7 @@
 uint32  row, col;
 uint32  *wrk_line;
 intok = 1;
+uint32  rastersize, wrk_linesize;
 
 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, );
 TIFFGetField(in, TIFFTAG_IMAGELENGTH, );
@@ -163,7 +164,13 @@
 /*
  * Allocate tile buffer
  */
-raster = (uint32*)_TIFFmalloc(tile_width * tile_height * sizeof (uint32));
+rastersize = tile_width * tile_height * sizeof (uint32);
+if (tile_width != (rastersize / tile_height) / sizeof( uint32))
+{
+   TIFFError(TIFFFileName(in), "Integer overflow when calculating raster 
buffer");
+   exit(-1);
+}
+raster = (uint32*)_TIFFmalloc(rastersize);
 if (raster == 0) {
 TIFFError(TIFFFileName(in), "No space for raster buffer");
 return (0);
@@ -173,7 +180,13 @@
  * Allocate a scanline buffer for swapping during the vertical
  * mirroring pass.
  */
-wrk_line = (uint32*)_TIFFmalloc(tile_width * sizeof (uint32));
+wrk_linesize = tile_width * sizeof (uint32);
+if (tile_width != wrk_linesize / sizeof (uint32))
+{
+TIFFError(TIFFFileName(in), "Integer overflow when calculating 
wrk_line buffer");
+   exit(-1);
+}
+wrk_line = (uint32*)_TIFFmalloc(wrk_linesize);
 if (!wrk_line) {
 TIFFError(TIFFFileName(in), "No space for raster scanline buffer");
 ok = 0;
@@ -249,6 +262,7 @@
 uint32  row;
 uint32  *wrk_line;
 intok = 1;
+uint32  rastersize, wrk_linesize;
 
 TIFFGetField(in, TIFFTAG_IMAGEWIDTH, );
 TIFFGetField(in, TIFFTAG_IMAGELENGTH, );
@@ -263,7 +277,13 @@
 /*
  * Allocate strip buffer
  */
-raster = (uint32*)_TIFFmalloc(width * rowsperstrip * sizeof (uint32));
+rastersize = width * rowsperstrip * sizeof (uint32);
+if (width != (rastersize / 

commit virtualbox for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2016-09-05 21:17:09

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2016-08-31 
14:29:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2016-09-05 21:17:15.0 +0200
@@ -1,0 +2,13 @@
+Fri Sep  2 20:26:22 UTC 2016 - wba...@tmo.at
+
+- Re-added missing copy of Module.symvers from vboxguest build so
+  that loads of vboxvideo can resolve all symbols, this got lost
+  somehow (boo#983927, boo#993091)
+
+---
+Thu Sep  1 11:54:43 UTC 2016 - mma...@suse.cz
+
+- Update the host <-> guest KMP conflict dependencies to no longer
+  refer to the old name (boo#983927).
+
+---



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.uPmpkt/_old  2016-09-05 21:17:18.0 +0200
+++ /var/tmp/diff_new_pack.uPmpkt/_new  2016-09-05 21:17:18.0 +0200
@@ -416,6 +416,11 @@
cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
  $PWD/modules_build_dir/$flavor/$module_name
fi
+   # copy vboxguest (for guest) module symbols which are used by vboxvideo 
km:
+   if [ "$module_name" = "vboxvideo" ]; then
+   cp $PWD/modules_build_dir/$flavor/vboxguest/Module.symvers \
+ $PWD/modules_build_dir/$flavor/$module_name
+   fi
# build the module for the specific flavor
%ifarch %ix86
make -j2 \



++ virtualbox-guest-preamble ++
--- /var/tmp/diff_new_pack.uPmpkt/_old  2016-09-05 21:17:18.0 +0200
+++ /var/tmp/diff_new_pack.uPmpkt/_new  2016-09-05 21:17:18.0 +0200
@@ -5,4 +5,4 @@
 Obsoletes: virtualbox-ose-guest-kmp-%1 < %version
 #host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx)
 #which break loading modules using modprobe (bnc#661740)
-Conflicts: virtualbox-ose-host-kmp
+Conflicts: virtualbox-host-kmp

++ virtualbox-host-preamble ++
--- /var/tmp/diff_new_pack.uPmpkt/_old  2016-09-05 21:17:18.0 +0200
+++ /var/tmp/diff_new_pack.uPmpkt/_new  2016-09-05 21:17:18.0 +0200
@@ -5,4 +5,4 @@
 Obsoletes: virtualbox-ose-host-kmp-%1 < %version
 #host (vboxdrv) and guest (vboxguest) kmp exports the same symbol (RTMemFreeEx)
 #which break loading modules using modprobe (bnc#661740)
-Conflicts: virtualbox-ose-guest-kmp
+Conflicts: virtualbox-guest-kmp




commit desktop-file-utils for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2016-09-05 21:17:39

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


Package is "desktop-file-utils"

Changes:

--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2016-06-02 12:49:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes   
2016-09-05 21:17:41.0 +0200
@@ -13,0 +14,5 @@
+Wed Apr 13 21:01:34 CEST 2016 - h...@suse.com
+
+ - Update to GNOME 3.20 Fate#318572
+
+---



Other differences:
--



commit kiwi for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2016-09-05 21:16:25

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2016-07-28 
23:45:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2016-09-05 
21:16:28.0 +0200
@@ -1,0 +2,174 @@
+Thu Aug 25 14:38:50 CEST 2016 - m...@suse.de
+
+- v7.03.92 released
+  
+---
+Thu Aug 25 08:01:40 CEST 2016 - pnhoan...@gmail.com
+  
+- Translated using Weblate (Vietnamese)
+  
+  Currently translated at 100.0% (28 of 28 strings)
+  
+---
+Wed Aug 24 16:10:52 CEST 2016 - m...@suse.de
+  
+- Fixup elilo.conf append setup
+  
+  append parameter was filled with an undefined variable
+  It should contain the information from $cmdline
+  
+---
+Tue Aug 23 10:33:41 CEST 2016 - m...@suse.de
+  
+- v7.03.91 released
+  
+---
+Tue Aug 23 10:25:57 CEST 2016 - m...@suse.de
+  
+- Fixed bootloader configuration
+  
+  custom kernel parameters should be added to
+  GRUB_CMDLINE_LINUX and not GRUB_CMDLINE_LINUX_DEFAULT
+  Fixes bnc#994910
+  
+---
+Mon Aug 22 17:41:01 CEST 2016 - dcass...@suse.com
+  
+- waitForStorageDevice patch
+  
+  This solves the issue bnc#992992. Now waitForStorageDevice method
+  has set a timeout of 4 seconds instead of 60 if the device is a usb.
+  GetDeviceTransportType method has been added in order to determine
+  device type (usb, sata, etc.)
+  
+---
+Tue Aug 16 11:13:28 CEST 2016 - m...@suse.de
+  
+- v7.03.90 released
+  
+---
+Tue Aug 16 11:12:43 CEST 2016 - m...@suse.de
+  
+- Preserve timestamp on grub2-install copy
+  
+  In order to workaround the bug in shim-install which
+  unnecessarily calls grub2-install we replace the binary
+  by a noop before calling shim-install. However all file
+  attributes of the grub2-install binary, timestamp, modes,
+  etc should stay untouched (bnc#993825)
+  
+---
+Thu Aug 11 16:19:42 CEST 2016 - m...@suse.de
+  
+- v7.03.89 released
+  
+---
+Thu Aug 11 16:17:31 CEST 2016 - m...@suse.de
+  
+- Fixed setupNetworkWicked
+  
+  IP address information from wicked dhcp reply consists out of
+  two parts but we are only interested in the plain IPv4 address
+  information at this point. Fixes bnc#992989
+  
+---
+Thu Aug 11 16:08:38 CEST 2016 - m...@suse.de
+  
+- Make sure DHCPCHADDR is uppercase
+  
+  Fixes bnc#992988
+  
+---
+Thu Aug  4 11:06:01 CEST 2016 - m...@suse.de
+  
+- v7.03.88 released
+  
+---
+Thu Aug  4 11:04:59 CEST 2016 - m...@suse.de
+  
+- Fixed device setup for initrd only disk images
+  
+---
+Wed Aug  3 17:13:32 CEST 2016 - m...@suse.de
+  
+- v7.03.87 released
+  
+---
+Wed Aug  3 17:11:48 CEST 2016 - m...@suse.de
+  
+- Fixed use of undefined firmware value
+  
+---
+Wed Aug  3 17:04:20 CEST 2016 - m...@suse.de
+  
+- Fixed setupBootLoaderConfiguration
+  
+  Theme setup should be optional. The bootloader setup should
+  allow for working without a graphics boot theme setup
+  
+---
+Wed Aug  3 16:53:07 CEST 2016 - m...@suse.de
+  
+- Fixed use of uninitialized value in string eq
+  
+---
+Mon Aug  1 12:10:43 CEST 2016 - m...@suse.de
+  
+- v7.03.86 released
+  
+---
+Mon Aug  1 12:10:10 CEST 2016 - m...@suse.de
+  
+- netboot code for rhel only added on x86 atm
+  
+---
+Mon Aug  1 11:55:54 CEST 2016 - m...@suse.de
+  
+- v7.03.85 released
+  
+---
+Mon Aug  1 11:54:06 CEST 2016 - m...@suse.de
+  
+- Package rhel netboot descriptions
+  

commit dracut for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2016-09-05 21:16:35

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


Package is "dracut"

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2016-08-05 
18:14:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2016-09-05 
21:16:47.0 +0200
@@ -1,0 +2,65 @@
+Fri Aug 26 10:17:27 CEST 2016 - h...@suse.de
+
+- Rename patch:
+  * From 0211-fix_multipath_check_hostonly.patch
+to 0303-fix_multipath_check_hostonly.patch
+- Rename patch:
+  * From 0213-10i18n-keymap-find.patch
+to 0213-Fix-wrong-keymap-inclusion.patch
+
+---
+Thu Aug 25 11:59:56 CEST 2016 - h...@suse.de
+
+- 95fcoe: Do not complain about missing /etc/hba.conf (bsc#980539)
+  * Add 0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
+- 95fcoe: silence lldpad warnings
+  * Add 0216-95fcoe-silence-lldpad-warnings.patch
+- 95fcoe: Allow to specify the FCoE mode via the fcoe= parameter
+  * Add 0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
+- 40network: allow persistent interface names (bsc#995284)
+  * Add 0218-40network-allow-persistent-interface-names.patch
+- 95fcoe: use interface names instead of MAC addresses
+  * Add 0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
+- 95fcoe: always set AUTO_VLAN for fcoemon (bsc#995019)
+  * Add 0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
+- 95fcoe: Add shutdown script (bsc#994860)
+  * Add 0221-95fcoe-Add-shutdown-script.patch
+- 90dm: Fixup shutdown script (bsc#994860)
+  * Add 0222-90dm-Fixup-shutdown-script.patch
+- 90dm: fixup dependency cycle between MD and DM shutdown (bsc#994860)
+  * Add 0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
+- 90multipath: Start daemon after udev settle (bsc#986734)
+  * Add 0304-90multipath-Start-daemon-after-udev-settle.patch
+- 90multipath: load dm_multipath module during startup
+  * Add 0305-90multipath-load-dm_multipath-module-during-startup.patch
+- 90multipath: add shutdown script (bsc#994860)
+  * Add 0306-90multipath-add-shutdown-script.patch
+  
+---
+Tue Aug 23 13:36:18 CEST 2016 - h...@suse.de
+
+- Reformat patches and add patch header:
+  * 0053-01fips-fixup-loading-issues.patch
+  * 0126-01fips-Add-drbg-module-to-force-loaded-modules.patch
+  * 0128-90lvm-Install-dm-snapshot-module.patch
+  * 0133-Allow-multiple-configurations-per-network-interface-.patch
+  * 0138-fips_add_aesni-intel.patch
+  * 0168-remove_plymouth_logo_file.patch
+  * 0169-network_set_mtu_macaddr_for_dhcp.patch
+  * 0170-iscsi-skip-ibft-invalid-dhcp.patch
+  * 0180-i18n_add_correct_fontmaps.patch
+  * 0196-ibft-wait-for-session-on-all-paths.patch
+  * 0201-fix_nfs_with_ip_instead_of_hostname.patch
+  * 0300-dracut_dont_use_dpkg_defaults_on_SUSE.patch
+  * fips-kernel-4.4-fixes.patch
+- Rename patch:
+  * from fips-kernel-4.4-fixes.patch
+  * to 0139-fips-kernel-4.4-fixes.patch
+
+---
+Fri Aug 19 10:09:30 CEST 2016 - h...@suse.de
+
+- Do not overwrite existing FCoE configuration (bsc#993861)
+  * Add 0214-95fcoe-Do-not-overwrite-FCoE-configuration.patch
+
+---

Old:

  0211-fix_multipath_check_hostonly.patch
  0213-10i18n-keymap-find.patch
  fips-kernel-4.4-fixes.patch

New:

  0139-fips-kernel-4.4-fixes.patch
  0213-Fix-wrong-keymap-inclusion.patch
  0214-95fcoe-Do-not-overwrite-FCoE-configuration.patch
  0215-95fcoe-Do-not-complain-about-missing-etc-hba.conf.patch
  0216-95fcoe-silence-lldpad-warnings.patch
  0217-95fcoe-Allow-to-specify-the-FCoE-mode-via-the-fcoe-p.patch
  0218-40network-allow-persistent-interface-names.patch
  0219-95fcoe-use-interface-names-instead-of-MAC-addresses.patch
  0220-95fcoe-always-set-AUTO_VLAN-for-fcoemon.patch
  0221-95fcoe-Add-shutdown-script.patch
  0222-90dm-Fixup-shutdown-script.patch
  0223-90dm-fixup-dependency-cycle-between-MD-and-DM-shutdo.patch
  0303-fix_multipath_check_hostonly.patch
  0304-90multipath-Start-daemon-after-udev-settle.patch
  0305-90multipath-load-dm_multipath-module-during-startup.patch
  0306-90multipath-add-shutdown-script.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.CvAkBT/_old  2016-09-05 21:16:49.0 +0200
+++ /var/tmp/diff_new_pack.CvAkBT/_new  2016-09-05 21:16:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dracut
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 

commit orc for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package orc for openSUSE:Factory checked in 
at 2016-09-05 21:16:44

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


Package is "orc"

Changes:

--- /work/SRC/openSUSE:Factory/orc/orc.changes  2016-03-09 15:15:20.0 
+0100
+++ /work/SRC/openSUSE:Factory/.orc.new/orc.changes 2016-09-05 
21:16:53.0 +0200
@@ -1,0 +2,16 @@
+Wed Aug 31 19:52:08 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.4.26:
+  + Use 64 bit arithmetic to increment the stride if needed.
+  + Fix generation of ModR/M / SIB bytes for the EBP, R12, R13
+registers on X86/X86-64.
+  + Fix test_parse unit test if no executable backend is available.
+  + Add orc-test path to the -uninstalled .pc file.
+  + Fix compiler warnings in the tests on OS X.
+- Add pkgconfig(glib-2.0) BuildRequires, the build looks for it.
+- Remove obsolete bconds, they were only there for now obsolete
+  versions of openSUSE.
+- Drop explicit xz BuildRequires: No longer needed.
+- Enable testsuite for all arches again.
+
+---

Old:

  orc-0.4.25.tar.xz

New:

  orc-0.4.26.tar.xz



Other differences:
--
++ orc.spec ++
--- /var/tmp/diff_new_pack.75GQYd/_old  2016-09-05 21:16:54.0 +0200
+++ /var/tmp/diff_new_pack.75GQYd/_new  2016-09-05 21:16:54.0 +0200
@@ -17,14 +17,8 @@
 #
 
 
-%if 0%{?suse_version} < 1200
-%bcond_with gtkdoc
-%else
-%bcond_without gtkdoc
-%endif
-
 Name:   orc
-Version:0.4.25
+Version:0.4.26
 Release:0
 Summary:The Oil Runtime Compiler
 License:BSD-3-Clause
@@ -32,14 +26,9 @@
 Url:http://cgit.freedesktop.org/gstreamer/orc
 Source: 
http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
-%if %{with gtkdoc}
 BuildRequires:  gtk-doc >= 1.12
-%endif
 BuildRequires:  pkg-config
-%if 0%{?suse_version} <= 1130
-#openSUSE until 11.3 and also SLE11 do not bring in xz on their own.
-BuildRequires:  xz
-%endif
+BuildRequires:  pkgconfig(glib-2.0)
 Provides:   %{name}-devel = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -78,11 +67,7 @@
 %build
 %configure \
 --disable-static \
-%if %{with gtkdoc}
 --enable-gtk-doc
-%else
---disable-gtk-doc
-%endif
 make %{?_smp_mflags}
 
 %install
@@ -94,13 +79,8 @@
 # Remove libtool archives
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# Temp disable check on i586 until we have sorted out the i586 fails with 
upstream (last tested with 0.4.24)
-# disable also for ppc64le as many changes required in orcprogram-altivec.c
-# Testsuite is broken on aarch64
 %check
-%ifnarch aarch64 %{arm} %{ix86} ppc64le
 make check %{?_smp_mflags}
-%endif
 
 %post -n liborc-0_4-0 -p /sbin/ldconfig
 


++ orc-0.4.25.tar.xz -> orc-0.4.26.tar.xz ++
 2613 lines of diff (skipped)




commit multipath-tools for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2016-09-05 21:16:04

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


Package is "multipath-tools"

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2016-08-13 18:29:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2016-09-05 21:16:10.0 +0200
@@ -1,0 +2,21 @@
+Fri Aug 26 18:52:03 CEST 2016 - h...@suse.de
+
+- Fixup module name in /usr/lib/modules-load.d (bsc#986734)
+
+---
+Fri Aug 26 09:10:50 CEST 2016 - h...@suse.de
+
+- multipath: fixup check from udev rules (bsc#986734)
+
+---
+Wed Aug 24 12:58:32 CEST 2016 - h...@suse.de
+
+- multipathd: start daemon after udev trigger (bsc#986734)
+- Load device handler and multipath module at boot (bsc#991634)
+
+---
+Fri Aug 19 15:28:48 CEST 2016 - h...@suse.de
+
+- Do not check daemon from udev rules (bsc#986734,bsc#990538)
+
+---

Old:

  multipath-tools-0.6.2+suse20160805.dcfa37d.tar.xz

New:

  multipath-tools-0.6.2+suse20160826.4abd547.tar.xz
  multipath.conf



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.lmMkH3/_old  2016-09-05 21:16:11.0 +0200
+++ /var/tmp/diff_new_pack.lmMkH3/_new  2016-09-05 21:16:11.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define version_unconverted 0.6.2+suse20160805.dcfa37d
+%define version_unconverted 0.6.2+suse20160826.4abd547
 
 Name:   multipath-tools
 BuildRequires:  device-mapper-devel
@@ -31,7 +31,7 @@
 Requires:   device-mapper >= 1.2.78
 Requires:   kpartx
 PreReq: %insserv_prereq %fillup_prereq coreutils grep
-Version:0.6.2+suse20160805.dcfa37d
+Version:0.6.2+suse20160826.4abd547
 Release:0
 Summary:Tools to Manage Multipathed Devices with the device-mapper
 License:GPL-2.0
@@ -41,6 +41,7 @@
 #FIXME: https://github.com/hreinecke/multipath-tools.git needs to
 #be moved to SUSE namespace
 Source: multipath-tools-%{version}.tar.xz
+Source1:multipath.conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %suse_version > 1220
 %define _sysdir usr/lib
@@ -95,6 +96,8 @@
 rm $RPM_BUILD_ROOT/%_lib/libmultipath.so
 mkdir -p $RPM_BUILD_ROOT/usr/sbin
 ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
+mkdir -p $RPM_BUILD_ROOT/usr/lib/modules-load.d
+install -m 644 -D %{SOURCE1} "%buildroot/usr/lib/modules-load.d/multipath.conf"
 
 %pre
 [ -f /.buildenv ] && exit 0
@@ -144,6 +147,8 @@
 %dir /%{_sysdir}/systemd/system
 /%{_sysdir}/systemd/system/multipathd.service
 /%{_sysdir}/systemd/system/multipathd.socket
+%dir /usr/lib/modules-load.d
+/usr/lib/modules-load.d/multipath.conf
 %{_mandir}/man8/multipath.8*
 %{_mandir}/man5/multipath.conf.5*
 %{_mandir}/man8/multipathd.8*

++ _servicedata ++
--- /var/tmp/diff_new_pack.lmMkH3/_old  2016-09-05 21:16:12.0 +0200
+++ /var/tmp/diff_new_pack.lmMkH3/_new  2016-09-05 21:16:12.0 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/hreinecke/multipath-tools.git
-dcfa37d43f7c8eb1cd4f2f630c3cd4ca26022f11
+4abd547c2b2ba929f34183d6da768e4e239d6711
   
 

++ multipath-tools-0.6.2+suse20160805.dcfa37d.tar.xz -> 
multipath-tools-0.6.2+suse20160826.4abd547.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/multipath-tools-0.6.2+suse20160805.dcfa37d/libmultipath/util.c 
new/multipath-tools-0.6.2+suse20160826.4abd547/libmultipath/util.c
--- old/multipath-tools-0.6.2+suse20160805.dcfa37d/libmultipath/util.c  
2016-08-05 09:08:34.0 +0200
+++ new/multipath-tools-0.6.2+suse20160826.4abd547/libmultipath/util.c  
2016-08-26 08:56:04.0 +0200
@@ -2,13 +2,16 @@
 #include 
 #include 
 #include 
+#include 
 #include 
+#include 
 
 #include "debug.h"
 #include "memory.h"
 #include "checkers.h"
 #include "vector.h"
 #include "structs.h"
+#include "log.h"
 
 size_t
 strchop(char *str)
@@ -258,3 +261,59 @@
 
return makedev(maj, min);
 }
+
+int systemd_service_enabled_in(const char *dev, const char *prefix)
+{
+   char path[PATH_SIZE], file[PATH_SIZE], service[PATH_SIZE];
+   DIR *dirfd;
+   struct dirent *d;
+   int found = 0;
+
+   snprintf(service, PATH_SIZE, "multipathd.service");
+   snprintf(path, PATH_SIZE, "%s/systemd/system", prefix);
+   

commit systemd for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2016-09-05 21:16:14

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


Package is "systemd"

Changes:

--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2016-09-01 
14:00:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new/systemd-mini.changes
2016-09-05 21:16:17.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 24 12:44:24 UTC 2016 - dims...@opensuse.org
+
+- Only BuildRequire gnu-efi when building the 'real' systemd
+  package.
+
+---
@@ -5 +11 @@
-  rollbacks (bsc#992573992573)
+  rollbacks (bsc#992573)
systemd.changes: same change



Other differences:
--
++ systemd-mini.spec ++
--- /var/tmp/diff_new_pack.s12h25/_old  2016-09-05 21:16:20.0 +0200
+++ /var/tmp/diff_new_pack.s12h25/_new  2016-09-05 21:16:20.0 +0200
@@ -76,9 +76,6 @@
 %ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
 BuildRequires:  pkgconfig(libseccomp)
 %endif
-%ifarch %{ix86} x86_64
-BuildRequires:  gnu-efi
-%endif
 BuildRequires:  pkgconfig(libselinux) >= 2.1.9
 BuildRequires:  pkgconfig(libsepol)
 Conflicts:  sysvinit
@@ -89,6 +86,9 @@
 Provides:   systemd = %version-%release
 Conflicts:  kiwi
 %else
+%ifarch %{ix86} x86_64
+BuildRequires:  gnu-efi
+%endif
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libxslt-tools
@@ -996,7 +996,7 @@
 # rollbacks, if needed. See bsc#992573. The installer has been fixed
 # to create it at installation time.
 if [ $1 -gt 1 ]; then
-   %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh
+   %{_prefix}/lib/systemd/fix-machines-subvol-for-rollbacks.sh || :
 fi
 
 %postun
@@ -1280,12 +1280,14 @@
 /%{_lib}/security/pam_systemd.so
 %config /etc/pam.d/systemd-user
 
+%if ! 0%{?bootstrap}
 %ifarch %{ix86} x86_64
 %dir %{_prefix}/lib/systemd/boot
 %dir %{_prefix}/lib/systemd/boot/efi
 %{_prefix}/lib/systemd/boot/efi/*.efi
 %{_prefix}/lib/systemd/boot/efi/*.stub
 %endif
+%endif
 
 %dir %{_libexecdir}/modules-load.d
 %dir %{_sysconfdir}/modules-load.d

++ systemd.spec ++
--- /var/tmp/diff_new_pack.s12h25/_old  2016-09-05 21:16:20.0 +0200
+++ /var/tmp/diff_new_pack.s12h25/_new  2016-09-05 21:16:20.0 +0200
@@ -71,9 +71,6 @@
 %ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x
 BuildRequires:  pkgconfig(libseccomp)
 %endif
-%ifarch %{ix86} x86_64
-BuildRequires:  gnu-efi
-%endif
 BuildRequires:  pkgconfig(libselinux) >= 2.1.9
 BuildRequires:  pkgconfig(libsepol)
 Conflicts:  sysvinit
@@ -84,6 +81,9 @@
 Provides:   systemd = %version-%release
 Conflicts:  kiwi
 %else
+%ifarch %{ix86} x86_64
+BuildRequires:  gnu-efi
+%endif
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libxslt-tools
@@ -1275,12 +1275,14 @@
 /%{_lib}/security/pam_systemd.so
 %config /etc/pam.d/systemd-user
 
+%if ! 0%{?bootstrap}
 %ifarch %{ix86} x86_64
 %dir %{_prefix}/lib/systemd/boot
 %dir %{_prefix}/lib/systemd/boot/efi
 %{_prefix}/lib/systemd/boot/efi/*.efi
 %{_prefix}/lib/systemd/boot/efi/*.stub
 %endif
+%endif
 
 %dir %{_libexecdir}/modules-load.d
 %dir %{_sysconfdir}/modules-load.d




commit kernel-source for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-09-05 21:15:39

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-08-25 09:53:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-09-05 21:15:41.0 +0200
@@ -1,0 +2,18 @@
+Mon Aug 29 22:56:22 CEST 2016 - ti...@suse.de
+
+- drm/i915: Fix S4 resume breakage
+  (bsc#984629,bsc#984632,bsc#993472).
+- drm/i915: Add distinct stubs for PM hibernation phases
+  (bsc#984632,bsc#993472).
+- x86 / hibernate: Use hlt_play_dead() when resuming from
+  hibernation (bsc#984629,bsc#993472).
+- commit 1d73b85
+
+---
+Tue Aug 23 10:09:14 CEST 2016 - mkube...@suse.cz
+
+- tcp: fix use after free in tcp_xmit_retransmit_queue()
+  (CVE-2016-6828 bsc#994296).
+- commit 73d7d3e
+
+---
@@ -8,0 +27,6 @@
+Sat Aug 20 15:15:08 CEST 2016 - mma...@suse.cz
+
+- rpm/old-flavors: Obsolte kernel-compute by kernel-rt (fate#320686)
+- commit 964f3e2
+
+---
@@ -16,0 +41,6 @@
+Tue Aug 16 16:11:36 CEST 2016 - mma...@suse.com
+
+- rpm/kernel-source.spec.in: Unroll a loop with only a single iteration
+- commit 601c09e
+
+---
@@ -85,0 +116,7 @@
+
+---
+Wed Jul 27 11:30:33 CEST 2016 - sch...@suse.de
+
+- group-source-files.pl: mark arch/*/scripts as devel
+  make[2]: 
/usr/src/linux-4.6.4-2/arch/powerpc/scripts/gcc-check-mprofile-kernel.sh: 
Command not found
+- commit aa32770
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -29,7 +29,7 @@
 Group:  Documentation/Man
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -53,7 +53,7 @@
 Group:  SLES
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif

kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif

++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.veTfoN/_old  2016-09-05 21:15:46.0 +0200
+++ /var/tmp/diff_new_pack.veTfoN/_new  2016-09-05 21:15:46.0 +0200
@@ -32,7 +32,7 @@
 Group:  Development/Sources
 Version:4.7.2
 %if 0%{?is_kotd}
-Release:.g34ba8d6
+Release:.g8a962cf
 %else
 Release:0
 %endif
@@ -228,11 +228,9 @@
 $RPM_BUILD_ROOT/usr/lib/rpm/
 %endif
 
-for script in post; do
-sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
+sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \
 -e "s:@SRCVARIANT@:%variant:g" \
-

commit btrfsprogs for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2016-09-05 21:15:56

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


Package is "btrfsprogs"

Changes:

--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes2016-08-06 
20:37:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes   
2016-09-05 21:15:58.0 +0200
@@ -1,0 +2,29 @@
+Tue Aug 30 20:11:10 UTC 2016 - je...@suse.com
+
+- Add new btrfsprogs-udev-rules package to contain the udev rules.
+- Fix packaging for udev rules:
+  - btrfs builtin didn't exist prior to udev v190, so the rules must
+depend on that version.
+- Added patch:
+  * btrfsprogs-only-install-udev-rules-for-udev-190.patch
+
+---
+Mon Aug 29 00:00:00 CEST 2016 - dste...@suse.cz
+
+- update to 4.7.1
+  * check:
+* new optional mode: optimized for low memory usage (memory/io tradeoff)
+* --mode=lowmem, not default, still considered experimental
+* does not work with --repair yet
+  * convert: regression fix, ext2_subvol/image rw permissions
+  * mkfs/convert:
+* two-staged creation, partially created filesystem will not be recognized
+* improved error handling (fewer BUG_ONs)
+  * convert: preparation for more filesystems to convert from
+  * documentation updates: quota, qgroup
+  * other
+* message updates
+* more tests
+* more build options, enhanced debugging
+
+---

Old:

  btrfs-progs-v4.7.tar.gz

New:

  btrfs-progs-v4.7.1.tar.gz
  btrfsprogs-only-install-udev-rules-for-udev-190.patch



Other differences:
--
++ btrfsprogs.spec ++
--- /var/tmp/diff_new_pack.byuZy5/_old  2016-09-05 21:15:59.0 +0200
+++ /var/tmp/diff_new_pack.byuZy5/_new  2016-09-05 21:15:59.0 +0200
@@ -16,6 +16,10 @@
 #
 
 
+%define udev_with_btrfs_builtin 190
+%define udev_version %(rpm -q --queryformat %{VERSION} udev)
+%define package_udev_rules %{udev_version} >= %{udev_with_btrfs_builtin}
+
 # enable building of btrfsprogs-static
 %if 0%{?suse_version} <= 1310 || 0%{?suse_version} == 1315
 %define build_static   0
@@ -24,7 +28,7 @@
 %endif
 
 Name:   btrfsprogs
-Version:4.7
+Version:4.7.1
 Release:0
 Summary:Utilities for the Btrfs filesystem
 License:GPL-2.0
@@ -42,6 +46,7 @@
 Patch168:   0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
 
 Patch1000:  local-version-override.patch
+Patch1001:  btrfsprogs-only-install-udev-rules-for-udev-190.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
@@ -56,6 +61,9 @@
 BuildRequires:  suse-module-tools
 %endif
 BuildRequires:  udev
+%if 0%{?suse_version} == 1310
+BuildRequires:  libudev-devel
+%endif
 BuildRequires:  xmlto
 BuildRequires:  zlib-devel
 %if 0%{?suse_version} >= 1310
@@ -64,6 +72,9 @@
 %endif
 Supplements:filesystem(btrfs)
 Recommends: btrfsmaintenance
+%if %{package_udev_rules}
+Requires:   btrfsprogs-udev-rules
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -107,12 +118,31 @@
 This package contains the libraries and headers files for developers to
 build applications to interface with btrfs.
 
+# rpm < 4.6.0 (SLE11 uses 4.4) doesn't support noarch subpackages.
+# Fortunately, it doesn't use systemd either so we can just skip it.
+%if %{package_udev_rules}
+%package udev-rules
+Summary:Udev rules for configuring btrfs file systems
+Group:  System/Kernel
+Conflicts:  udev < %{udev_with_btrfs_builtin}
+BuildArch:  noarch
+
+%description udev-rules
+This package contains the udev rule file for configuring device mapper
+devices that are components of btrfs file systems.  It is meant to be
+used with versions of udev that contain the "built-in" btrfs command
+(v190 and newer).  Older versions of udev will call the version of
+"btrfs ready" contained in the btrfsprogs package, which does the right
+thing.
+%endif
+
 %prep
 %setup -q -n btrfs-progs-v%{version}
 %patch163 -p1
 %patch167 -p1
 %patch168 -p1
 %patch1000 -p1
+%patch1001 -p1
 
 %build
 ./autogen.sh
@@ -168,11 +198,6 @@
 install -m 0755 -d %{buildroot}/%{_datadir}/bash-completion/completions
 install -m 0644 btrfs-completion 
%{buildroot}/%{_datadir}/bash-completion/completions/btrfs
 
-# 13.1 does not have pkg-config but does have rules
-%if 0%{?suse_version} == 1310
-install -m 0755 -d %{buildroot}/usr/lib/udev/rules.d/64-btrfs-dm.rules
-%endif
-
 %if 0%{!?for_debugging:1}
 DEBUG_FILES="/sbin/btrfs-find-root
   %{_sbindir}/btrfs-find-root
@@ -262,11 

commit gnome-maps for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:Factory 
checked in at 2016-09-05 21:15:25

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


Package is "gnome-maps"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-maps/gnome-maps.changes2016-08-28 
12:17:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-maps.new/gnome-maps.changes   
2016-09-05 21:15:27.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep  1 22:19:05 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3.1 (boo#995112):
+  + Fix bug where you could not type + or - in the searchbar.
+  + Fix horizontal wrapping of the map.
+- Use sed to revert libchamplain version bump, upstream did not
+  intend to bump.
+
+---

Old:

  gnome-maps-3.20.3.tar.xz

New:

  gnome-maps-3.20.3.1.tar.xz



Other differences:
--
++ gnome-maps.spec ++
--- /var/tmp/diff_new_pack.hORAVP/_old  2016-09-05 21:15:28.0 +0200
+++ /var/tmp/diff_new_pack.hORAVP/_new  2016-09-05 21:15:28.0 +0200
@@ -17,7 +17,8 @@
 
 
 Name:   gnome-maps
-Version:3.20.3
+Version:3.20.3.1
+# FIXME - On next version update, please remove the sed hack.
 Release:0
 Summary:MAP Application for GNOME 3 
 License:GPL-2.0+
@@ -53,6 +54,8 @@
 %setup -q
 
 %build
+# Use sed to fix errounus bump of libchamplain
+sed -i "s:CHAMPLAIN_MIN_VERSION=0.12.14:CHAMPLAIN_MIN_VERSION=0.12.13:g" 
configure
 %configure --disable-static
 make %{?_smp_mflags}
 

++ gnome-maps-3.20.3.tar.xz -> gnome-maps-3.20.3.1.tar.xz ++
 6799 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/gnome-maps-3.20.3/NEWS new/gnome-maps-3.20.3.1/NEWS
--- old/gnome-maps-3.20.3/NEWS  2016-08-22 20:22:21.0 +0200
+++ new/gnome-maps-3.20.3.1/NEWS2016-08-29 21:01:45.0 +0200
@@ -1,3 +1,20 @@
+3.20.3.1 - Aug 29, 2016
+=
+
+Hi!
+
+This is a minor backport release fixing two issues from git master.
+
+Changes since 3.20.3
+
+- Fix bug where you could not type + or - in the searchbar
+- Fix horizontal wrapping of the map
+
+All contributors to this release:
+Jonas Danielsson 
+Matej Urbančič 
+Mattias Bengtsson 
+
 3.20.3 - Aug 19, 2016
 =
 
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/gnome-maps-3.20.3/configure.ac new/gnome-maps-3.20.3.1/configure.ac
--- old/gnome-maps-3.20.3/configure.ac  2016-08-22 20:22:21.0 +0200
+++ new/gnome-maps-3.20.3.1/configure.ac2016-08-29 21:02:14.0 
+0200
@@ -1,6 +1,6 @@
 # This file is processed by autoconf to create a configure script
 AC_INIT([gnome-maps],
-[3.20.3],
+[3.20.3.1],
 [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-maps],
 [gnome-maps])
 
@@ -43,7 +43,7 @@
 FOLKS_MIN_VERSION=0.10.0
 GEE_MIN_VERSION=0.16.0
 GEOCODE_MIN_VERSION=3.15.2
-CHAMPLAIN_MIN_VERSION=0.12.13
+CHAMPLAIN_MIN_VERSION=0.12.14
 
 PKG_CHECK_MODULES(GNOME_MAPS_LIB, [
 gee-0.8  >= $GEE_MIN_VERSION
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/gnome-maps-3.20.3/m4/intltool.m4 new/gnome-maps-3.20.3.1/m4/intltool.m4
--- old/gnome-maps-3.20.3/m4/intltool.m42016-08-22 20:22:32.0 
+0200
+++ new/gnome-maps-3.20.3.1/m4/intltool.m4  2016-08-29 21:08:51.0 
+0200
@@ -155,6 +155,31 @@
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 AC_SUBST(ALL_LINGUAS)
 
+# Set DATADIRNAME correctly if it is not set yet
+# (copied from glib-gettext.m4)
+if test -z "$DATADIRNAME"; then
+  AC_LINK_IFELSE(
+[AC_LANG_PROGRAM([[]],
+ [[extern int _nl_msg_cat_cntr;
+   return _nl_msg_cat_cntr]])],
+[DATADIRNAME=share],
+[case 

commit gdk-pixbuf for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2016-09-05 21:15:15

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


Package is "gdk-pixbuf"

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2016-08-17 
12:01:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2016-09-05 21:15:17.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 30 18:39:06 UTC 2016 - mgo...@suse.com
+
+- Add fixes for some crashes, taken from upstream git (bsc#988745
+  bsc#991450 CVE-2016-6352):
+  gdk-pixbuf-bgo768688-bmp-overflow.patch
+  gdk-pixbuf-bgo768484-ico-set-errors.patch
+  gdk-pixbuf-bgo769738-bmp-overflow.patch
+  gdk-pixbuf-bgo769170-ico-headers.patch
+
+---

New:

  gdk-pixbuf-bgo768484-ico-set-errors.patch
  gdk-pixbuf-bgo768688-bmp-overflow.patch
  gdk-pixbuf-bgo769170-ico-headers.patch
  gdk-pixbuf-bgo769738-bmp-overflow.patch



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.4GbxHq/_old  2016-09-05 21:15:18.0 +0200
+++ /var/tmp/diff_new_pack.4GbxHq/_new  2016-09-05 21:15:18.0 +0200
@@ -30,6 +30,14 @@
 Source1:macros.gdk-pixbuf
 Source2:README.SUSE
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM gdk-pixbuf-bgo768688-bmp-overflow.patch bgo#768688 
mgo...@suse.com -- fix a bmp overflow.
+Patch0: gdk-pixbuf-bgo768688-bmp-overflow.patch
+# PATCh-FIX-UPSTREAM gdk-pixbuf-bgo768484-ico-set-errors.patch bgo#768484 
mgo...@suse.com -- ico: always set errors.
+Patch1: gdk-pixbuf-bgo768484-ico-set-errors.patch
+# PATCH-FIX-UPSTREAM gdk-pixbuf-bgo769738-bmp-overflow.patch bsc#988745 
bgo#769738 mgo...@suse.com -- fix another bmp overflow.
+Patch2: gdk-pixbuf-bgo769738-bmp-overflow.patch
+# PATCh-FIX-UPSTREAM gdk-pixbuf-bgo769170-ico-headers.patch bsc#991450 
bgo#769170 CVE-2016-6352 mgo...@suse.com -- be more careful when parsing ico 
headers.
+Patch3: gdk-pixbuf-bgo769170-ico-headers.patch
 BuildRequires:  libjasper-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -98,6 +106,10 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
 %if "%_lib" == "lib64"
 cp -a %{S:2} .
 %endif

++ gdk-pixbuf-bgo768484-ico-set-errors.patch ++
>From 0cff83e985fba5350695c00ed1ac30fc31ec5960 Mon Sep 17 00:00:00 2001
From: Hanno Boeck 
Date: Wed, 6 Jul 2016 13:05:00 +
Subject: [PATCH] ico: Always set errors

When the ico header turn out to be bad, always set an
error when we fail. Otherwise, applications will get
confused.

This commit also adds an example image with a bad ico header.

https://bugzilla.gnome.org/show_bug.cgi?id=768484
---
 gdk-pixbuf/io-ico.c|  14 --
 tests/test-images/randomly-modified/bad-header.ico | Bin 0 -> 6 bytes
 2 files changed, 12 insertions(+), 2 deletions(-)
 create mode 100644 tests/test-images/randomly-modified/bad-header.ico

diff --git a/gdk-pixbuf/io-ico.c b/gdk-pixbuf/io-ico.c
index 86714af..82d3e4e 100644
--- a/gdk-pixbuf/io-ico.c
+++ b/gdk-pixbuf/io-ico.c
@@ -258,8 +258,13 @@ static void DecodeHeader(guchar *Data, gint Bytes,
State->HeaderBuf = tmp;
State->BytesInHeaderBuf = State->HeaderSize;
}
-   if (Bytes < State->HeaderSize)
+   if (Bytes < State->HeaderSize) {
+   g_set_error_literal (error,
+ GDK_PIXBUF_ERROR,
+ GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
+ _("Not enough bytes for header"));
return;
+   }
 
/* Now iterate through the ICONDIRENTRY structures, and sort them by
 * which one we think is "best" (essentially the largest) */
@@ -399,8 +404,13 @@ static void DecodeHeader(guchar *Data, gint Bytes,
State->HeaderBuf = tmp;
State->BytesInHeaderBuf = State->HeaderSize;
}
-   if (Bytes < State->HeaderSize)
+   if (Bytes < State->HeaderSize) {
+   g_set_error_literal (error,
+ GDK_PIXBUF_ERROR,
+ GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
+ _("Not enough bytes for header"));
return;
+   }
 
/* Negative heights mean top-down pixel-order */
if (State->Header.height < 0) {
++ gdk-pixbuf-bgo768688-bmp-overflow.patch ++
>From b69009f2a2de151103ed87e9594615ba0fe72daf Mon Sep 17 00:00:00 2001
From: Tobias 

commit gcr for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gcr for openSUSE:Factory checked in 
at 2016-09-05 21:15:07

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


Package is "gcr"

Changes:

--- /work/SRC/openSUSE:Factory/gcr/gcr.changes  2016-08-31 00:03:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gcr.new/gcr.changes 2016-09-05 
21:15:09.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 08:09:34 UTC 2016 - fezh...@suse.com
+
+- Add openSUSE conditional macro and description tag for existing
+  patches in specfile.
+
+---



Other differences:
--



commit gtk2 for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2016-09-05 21:14:59

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


Package is "gtk2"

Changes:

--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes2016-08-16 
13:03:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2016-09-05 
21:15:00.0 +0200
@@ -6,0 +7,13 @@
+Thu Apr 14 11:39:01 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
+Thu Mar 10 16:10:15 CST 2016 - feder...@suse.com
+
+- Add gtk2-bnc957400-filechooserentry-update.patch. This updates
+  the Tab completion code in GtkFileChooser, so it works the same
+  as in gtk3 (bnc#957400). The patch was associated with upstream
+  commits: 55764ddd, 191d1cd90, 92d45e12, 8f9487f
+
+---

New:

  gtk2-bnc957400-filechooserentry-update.patch



Other differences:
--
++ gtk2.spec ++
--- /var/tmp/diff_new_pack.f6Ng0E/_old  2016-09-05 21:15:01.0 +0200
+++ /var/tmp/diff_new_pack.f6Ng0E/_new  2016-09-05 21:15:01.0 +0200
@@ -59,6 +59,8 @@
 Patch57:gtk2-bgo743166-remember-printing-authentication.patch
 # PATCH-FIX-UPSTREAM gtk2-bgo73-fix-printing-authentication-crash.patch 
bgo#73 joschibrauc...@gmx.de -- Applications crash randomly while printing 
with a password-secured SMB printer
 Patch58:gtk2-bgo73-fix-printing-authentication-crash.patch
+# PATCH-FIX-UPSTREAM gtk2-bnc957400-filechooserentry-update.patch bnc#957400 
feder...@suse.com -- Update the Tab completion code in GtkFileChooser working 
same as in gtk3(solved differently in git)
+Patch59:gtk2-bnc957400-filechooserentry-update.patch
 BuildRequires:  atk-devel
 BuildRequires:  cairo-devel
 BuildRequires:  cups-devel
@@ -339,6 +341,7 @@
 %patch56 -p1
 %patch57 -p1
 %patch58 -p1
+%patch59 -p1
 gnome-patch-translation-update
 
 %build

++ gtk2-bnc957400-filechooserentry-update.patch ++
 3514 lines (skipped)




commit NetworkManager-gnome for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2016-09-05 21:14:34

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


Package is "NetworkManager-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2016-08-05 18:14:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2016-09-05 21:14:36.0 +0200
@@ -2 +2,7 @@
-Mon Jul 26 07:45:12 UTC 2016 - sck...@suse.com
+Mon Aug 29 02:31:42 UTC 2016 - sck...@suse.com
+
+- Drop nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch:
+  Fixed in upstream.
+
+---
+Mon Jul 25 09:08:12 UTC 2016 - sck...@suse.com
@@ -13,0 +20,24 @@
+Wed Apr 13 10:54:22 UTC 2016 - sck...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop nm-applet-build-don-t-try-to-build-bluetooth-widget-with-newer.patch:
+  Fixed in upstream.
+- Rebase nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch.
+- Rebase nm-applet-probe-radius-server-cert.patch.
+- Rebase nm-applet-private-connection.patch.
+- Add NetworkManager-appindicator.changes.
+- Add NetworkManager-appindicator.spec.
+- Add NetworkManager-gnome-no-firewalld.patch.
+- Add nm-applet-app-indicator.patch.
+- Add nm-icons-appindicator.tar.gz.
+- Add pre_checkin.sh.
+
+---
+Thu Apr  7 08:23:41 UTC 2016 - sck...@suse.com
+
+- Add nm-applet-build-don-t-try-to-build-bluetooth-widget-with-bluez5.patch
+  + BlueZ 5 supported is default, disable the bluetooth plugin
+when BlueZ 5 is used.(bnc#876552)
+  + Add bluez Requires
+
+---
@@ -150,0 +181,11 @@
+
+---
+Tue Aug 19 10:37:17 UTC 2014 - a...@suse.com
+
+- Added patches:
+  - Add nm-applet-build-don-t-try-to-build-bluetooth-widget-with-newer.patch
++ Since the plugin API no longer exists(bnc#876552).
+  - Add nm-applet-build-network-manager-applet-add-rules-for-BlueZ-.patch
++ BlueZ 5 supported is default, 
+  disable the bluetooth plugin when BlueZ 5 is used(bnc#876552).
++ Add bluez Requires



Other differences:
--
NetworkManager-gnome.spec: same change



commit gtk3 for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2016-09-05 21:14:08

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


Package is "gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2016-08-22 
10:49:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2016-09-05 
21:14:11.0 +0200
@@ -83,0 +84,11 @@
+Wed Apr 13 07:56:55 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Remove upstream patches: gtk3-icon-theme-reduce-io.patch,
+  gtk3-icon-cache-index-only.patch,
+  gtk3-bnc872820-headerbar-decoration-layout.patch,
+  gtk3-bsc957399-gdkcairo-surface-error.patch,
+  gtk3-bgo725733.patch,
+  gtk3-bnc891647-generate-full-builtin-icon-cache.patch
+
+---
@@ -528,0 +540,6 @@
+Wed Jan 13 18:14:42 UTC 2016 - mgo...@suse.com
+
+- Add gtk3-bgo725733.patch: don't use signals for a11y. Fixes a
+  crash. Backported from upstream (bsc#960612).
+
+---
@@ -552,0 +570,6 @@
+Sat Dec  5 00:29:23 UTC 2015 - mgo...@suse.com
+
+- Add gtk3-bsc957399-gdkcairo-surface-error.patch: don't abort when
+  trying to paint a surface with an error (bsc#957399).
+
+---
@@ -1566,0 +1590,17 @@
+Fri Aug 15 13:01:04 CDT 2014 - feder...@suse.com
+
+- Add gtk3-bnc872820-headerbar-decoration-layout.patch:
+  When applications run in Classic mode, and they use GtkHeaderBar
+  for a client-side window's decoration, they lacked
+  minimize/maximize buttons like those in "traditional" windows
+  which are completely decorated by the window manager.  This patch
+  adds support for setting those buttons depending on the mode in
+  which the desktop is running (bnc#872820).
+---
+Thu Aug 14 00:55:52 CEST 2014 - h...@suse.com
+
+- Add gtk3-bnc891647-generate-full-builtin-icon-cache.patch
+  (bnc#891647). This fixes the missing builtin icon cache data
+  caused by the fix for bgo#721895.
+
+---
@@ -1599,0 +1640,16 @@
+Thu Aug  7 18:14:37 CEST 2014 - h...@suse.com
+
+- Add gtk3-icon-theme-reduce-io.patch (bgo#721895). This reduces
+  the amount of I/O performed in order to load individual icon
+  images.
+
+---
+Thu Aug  7 16:56:33 CEST 2014 - h...@suse.com
+
+- Add gtk3-icon-cache-index-only.patch (bgo#721895). This makes
+  it generate an index-only icon cache without image data, in
+  line with what the most recent gtk2 does. It can save as
+  much as 100MB on disk and a corresponding amount of VM space
+  per process.
+
+---
@@ -1821,0 +1878,6 @@
+Wed Mar 19 18:32:46 UTC 2014 - mgo...@suse.com
+
+- Add gtk3-gtkwindow-cleanup.patch -- remove delete-event idle
+  function on finalize (bgo#723771).
+
+---
@@ -2029,0 +2092,16 @@
+
+---
+Wed Mar  9 17:02:20 UTC 2014 - mgo...@suse.com
+
+- Update to version 3.10.9:
+  + Bugs fixed: bgo#495105, bgo#709914, bgo#721119, bgo#727487,
+bgo#728992, bgo#729670, bgo#566945, bgo#591258, bgo#692931,
+bgo#693200, bgo#701884, bgo#704456, bgo#712752, bgo#722058,
+bgo#722722, bgo#723121, bgo#723159, bgo#723183, bgo#723366,
+bgo#723390, bgo#723555, bgo#723621, bgo#723771, bgo#724008,
+bgo#724541, bgo#724631, bgo#724891, bgo#724895, bgo#725089,
+bgo#725172, bgo#725205, bgo#725225, bgo#725754, bgo#725824,
+bgo#725866, bgo#726136, bgo#726476, bgo#726717, bgo#726858,
+bgo#726859, bgo#726871, bgo#726996, bgo#727643
+  + Translation updates: Catalan, Kannada, Russian, Scottish Gaelic
+- Drop gtk3-gtkwindow-cleanup.patch: fixed upstream.



Other differences:
--
++ gtk3.spec ++
+++ empty output from diff against gtk3.spec




commit PackageKit for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2016-09-05 21:14:51

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


Package is "PackageKit"

Changes:

--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes2016-08-28 
12:17:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes   
2016-09-05 21:14:52.0 +0200
@@ -71,0 +72,5 @@
+Thu May 19 19:40:59 CEST 2016 - h...@suse.com
+
+- Update to GNOME 3.20.2 (FATE#318572).
+
+---
@@ -95,0 +101,5 @@
+Thu Apr 14 15:59:34 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
@@ -373,0 +384,8 @@
+Fri Sep 19 12:23:59 UTC 2014 - fcro...@suse.com
+
+- Add patch
+  
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch:
+  ensure PackageKit asks to be restarted when restart_suggested is
+  part of the update flags. Patch by Roy Ley Mu (bnc#881245).
+
+---
@@ -497 +515 @@
-Fri Jun  6 14:58:02 CEST 2014 - h...@suse.com
+Fri Jun  6 13:09:41 CEST 2014 - h...@suse.com
@@ -524 +542,17 @@
-- Drop PackageKit-dbus-interface-annotation.patch: fixed upstream.
+
+- Drop PackageKit-dbus-interface-annotation.patch,
+  bsc#951592-zypp-Raise-priority-of-ZYPP-stack-updates-if-a-secur.patch,
+  and PackageKit-gstreamer1.patch: fixed upstream.
+
+---
+Mon Jan  5 10:24:22 CET 2014 - m...@suse.com
+
+- Add bsc#951592-zypp-Raise-priority-of-ZYPP-stack-updates-if-a-secur.patch:
+  zypp: Raise priority of ZYPP stack updates if a security patch
+  is shadowed. (bsc#951592)
+
+---
+Sat Jan  4 08:42:16 UTC 2014 - fcro...@suse.com
+
+- Add PackageKit-gstreamer1.patch: Build against gstreamer 1.0, not
+  0.10.

New:

  
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch



Other differences:
--
++ PackageKit.spec ++
--- /var/tmp/diff_new_pack.FdMRQY/_old  2016-09-05 21:14:53.0 +0200
+++ /var/tmp/diff_new_pack.FdMRQY/_new  2016-09-05 21:14:53.0 +0200
@@ -40,6 +40,8 @@
 Patch7: PackageKit-annotate-dbus-interface.patch
 # PATCH-FIX-UPSTREAM 
0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch bsc#981011 
gh#hughsie/PackageKit#148 -- Return error if invalid package IDs are detected; 
fixes segfault in some cases
 Patch8: 0001-zypp-Return-error-if-invalid-package-IDs-are-detecte.patch
+# PATCH-FIX-SLED 
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
 r...@suse.com -- gpk-update-viewer should restart after certain kind of update.
+Patch9: 
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -228,6 +230,9 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%if !0%{?is_opensuse}
+%patch9 -p1
+%endif
 translation-update-upstream
 
 %build



++ 
bnc#881245-update-test-affects-package-manager-should-restart-gpk-update-viewer.patch
 ++
Index: PackageKit-0.8.16/client/pk-console.c
===
--- PackageKit-0.8.16.orig/client/pk-console.c
+++ PackageKit-0.8.16/client/pk-console.c
@@ -893,6 +893,9 @@ pk_console_finished_cb (GObject *object,
if (restart == PK_RESTART_ENUM_SYSTEM) {
/* TRANSLATORS: a package needs to restart their system */
g_print ("%s\n", _("Please restart the computer to complete the 
update."));
+} else if (restart == PK_RESTART_ENUM_APPLICATION) {
+/* TRANSLATORS: a package needs to restart this application */
+g_print ("%s\n", _("Please restart this application to 
complete the update."));
} else if (restart == PK_RESTART_ENUM_SESSION) {
/* TRANSLATORS: a package needs to restart the session */
g_print ("%s\n", _("Please logout and login to complete the 
update."));
Index: PackageKit-0.8.16/backends/zypp/pk-backend-zypp.cpp
===
--- PackageKit-0.8.16.orig/backends/zypp/pk-backend-zypp.cpp
+++ PackageKit-0.8.16/backends/zypp/pk-backend-zypp.cpp
@@ -1289,7 +1289,9 @@ zypp_check_restart (PkRestartEnum *resta
( patch->reloginSuggested () ||
  patch->restartSuggested () ||
  

commit ModemManager for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2016-09-05 21:14:17

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


Package is "ModemManager"

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2016-08-24 10:06:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2016-09-05 21:14:19.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug 26 07:10:44 UTC 2016 - sck...@suse.com
+
+- Drop
+  bnc878066-serial-ports-on-the-IO-card-are-not-responding.patch:
+  No longer needed.
+
+---
@@ -114,0 +122,7 @@
+Thu Apr 14 16:17:29 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Rebased
+  bnc878066-serial-ports-on-the-IO-card-are-not-responding.patch.
+
+---
@@ -315,0 +330,7 @@
+
+---
+Wed Jul 23 03:34:04 UTC 2014 - r...@suse.com
+
+- Added bnc878066-serial-ports-on-the-IO-card-are-not-responding.patch
+  Fixed bnc#878066:
+  4810-350 (Jaspar) and 4800-783 (Keystone Hi) serial ports on the IO card are 
not responding



Other differences:
--



commit libpwquality for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package libpwquality for openSUSE:Factory 
checked in at 2016-09-05 21:14:25

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


Package is "libpwquality"

Changes:

--- /work/SRC/openSUSE:Factory/libpwquality/libpwquality.changes
2015-08-10 09:10:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpwquality.new/libpwquality.changes   
2016-09-05 21:14:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 21:51:14 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--
++ libpwquality.spec ++
--- /var/tmp/diff_new_pack.Lwj6ZD/_old  2016-09-05 21:14:28.0 +0200
+++ /var/tmp/diff_new_pack.Lwj6ZD/_new  2016-09-05 21:14:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpwquality
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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




commit gnome-menus for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-menus for openSUSE:Factory 
checked in at 2016-09-05 21:14:43

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


Package is "gnome-menus"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-menus/gnome-menus.changes  2014-09-30 
19:36:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-menus.new/gnome-menus.changes 
2016-09-05 21:14:44.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 29 12:40:24 UTC 2016 - fezh...@suse.com
+
+- Add
+  0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch,
+  0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch:
+  Backport upstream commit b4546ab and 4befe76. Parse
+  XDG_CURRENT_DESKTOP correctly when it specifies multiple desktops
+  (bsc#988595, bgo#741505).
+
+---

New:

  0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch
  0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch



Other differences:
--
++ gnome-menus.spec ++
--- /var/tmp/diff_new_pack.ibqYwK/_old  2016-09-05 21:14:45.0 +0200
+++ /var/tmp/diff_new_pack.ibqYwK/_new  2016-09-05 21:14:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-menus
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,10 @@
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-menus/3.13/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM 
0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch bsc#988595 
fezh...@suse.com -- Support multiple desktops specified by XDG_CURRENT_DESKTOP
+Patch0: 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch
+# PATCH-FIX-UPSTREAM 
0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch bsc#988595 
bgo#741505 fezh...@suse.com -- Fix a typo in 
0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch
+Patch1: 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
@@ -108,6 +112,8 @@
 %prep
 %setup -q
 translation-update-upstream
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure\

++ 0001-desktop-entries-fix-trivial-bug-in-handling-of-multi.patch ++
>From 4befe76fbdb76aa6a986297ef71d1601b2ced42e Mon Sep 17 00:00:00 2001
From: Josselin Mouette 
Date: Sun, 14 Dec 2014 20:36:36 +0100
Subject: [PATCH] desktop-entries: fix trivial bug in handling of multiple
 desktops in XDG_CURRENT_DESKTOP.

https://bugzilla.gnome.org/show_bug.cgi?id=741505
---
 libmenu/desktop-entries.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmenu/desktop-entries.c b/libmenu/desktop-entries.c
index bd4f886..a463d79 100644
--- a/libmenu/desktop-entries.c
+++ b/libmenu/desktop-entries.c
@@ -97,7 +97,7 @@ get_current_desktops (void)
 
   desktops = g_getenv ("XDG_CURRENT_DESKTOP");
 
-  if (desktops)
+  if (!desktops)
 desktops = "";
 
   tmp = g_strsplit (desktops, ":", 0);
-- 
2.6.6

++ 0001-desktop-entries-support-multiple-desktops-in-XDG_CUR.patch ++
>From b4546ab43c2c7ef6fb6cb7e5db83dc3975b56e8e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= 
Date: Mon, 27 Oct 2014 18:41:34 +0200
Subject: [PATCH] desktop-entries: support multiple desktops in
 XDG_CURRENT_DESKTOP

This is based on glib commit:
5a5e16e93c4f11e635918ecdb41681f63fd05a39
---
 libmenu/desktop-entries.c | 110 ++
 1 file changed, 52 insertions(+), 58 deletions(-)

diff --git a/libmenu/desktop-entries.c b/libmenu/desktop-entries.c
index 326f311..bd4f886 100644
--- a/libmenu/desktop-entries.c
+++ b/libmenu/desktop-entries.c
@@ -85,32 +85,27 @@ unix_basename_from_path (const char *path)
 return path;
 }
 
-static const char *
-get_current_desktop (void)
+static const gchar * const *
+get_current_desktops (void)
 {
-  static char *current_desktop = NULL;
+  static gchar **result;
 
-  /* Support XDG_CURRENT_DESKTOP environment variable; this can be used
-   * to abuse gnome-menus in non-GNOME desktops. */
-  if (!current_desktop)
+  if (g_once_init_enter ())
 {
-  const char *desktop;
+  const gchar *desktops;
+  gchar **tmp;
 
-  desktop = g_getenv ("XDG_CURRENT_DESKTOP");
+  desktops = g_getenv 

commit yast2-slp for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-slp for openSUSE:Factory 
checked in at 2016-09-05 21:13:16

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


Package is "yast2-slp"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slp/yast2-slp.changes  2016-08-10 
19:53:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slp.new/yast2-slp.changes 2016-09-05 
21:13:19.0 +0200
@@ -1,0 +2,7 @@
+Thu Sep  1 12:23:00 UTC 2016 - lsle...@suse.cz
+
+- Align left the labels in the SLP service popup, unify it with the
+  other popup dialogs in YaST (bsc#996846)
+- 3.1.10
+
+---

Old:

  yast2-slp-3.1.9.tar.bz2

New:

  yast2-slp-3.1.10.tar.bz2



Other differences:
--
++ yast2-slp.spec ++
--- /var/tmp/diff_new_pack.SkhfgM/_old  2016-09-05 21:13:19.0 +0200
+++ /var/tmp/diff_new_pack.SkhfgM/_new  2016-09-05 21:13:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slp
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slp-3.1.9.tar.bz2 -> yast2-slp-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-3.1.9/CONTRIBUTING.md 
new/yast2-slp-3.1.10/CONTRIBUTING.md
--- old/yast2-slp-3.1.9/CONTRIBUTING.md 2016-07-26 15:19:15.0 +0200
+++ new/yast2-slp-3.1.10/CONTRIBUTING.md2016-08-19 17:37:35.0 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
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.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
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slp-3.1.9/package/yast2-slp.changes 
new/yast2-slp-3.1.10/package/yast2-slp.changes
--- old/yast2-slp-3.1.9/package/yast2-slp.changes   2016-07-26 
15:19:16.0 +0200
+++ new/yast2-slp-3.1.10/package/yast2-slp.changes  2016-09-01 
14:50:21.0 +0200
@@ -1,4 +1,11 @@
 ---
+Thu Sep  1 12:23:00 UTC 2016 - lsle...@suse.cz
+
+- Align left the labels in the SLP service popup, unify it with the
+  other popup dialogs in YaST (bsc#996846)
+- 3.1.10
+

commit obs-service-format_spec_file for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2016-09-05 21:13:42

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


Package is "obs-service-format_spec_file"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2016-02-07 09:21:28.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2016-09-05 21:13:44.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 24 12:21:29 UTC 2016 - r...@fthiessen.de
+
+- Update to 20160406
+  * Update licenses
+  * Fetch SPDX license exceptions (bsc#973404)
+
+---

Old:

  obs-service-format_spec_file-20160202.tar.bz2

New:

  obs-service-format_spec_file-20160406.tar.bz2



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.NWZ3Fc/_old  2016-09-05 21:13:45.0 +0200
+++ /var/tmp/diff_new_pack.NWZ3Fc/_new  2016-09-05 21:13:45.0 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   obs-service-format_spec_file
+Version:20160406
+Release:0
 Summary:An OBS source service: reformats a spec file to SUSE standard
 License:GPL-2.0
 Group:  Development/Tools/Building
-Version:20160202
-Release:0
 Url:https://github.com/openSUSE/obs-service-format_spec_file
 # osc service dr
 Source: %{name}-%{version}.tar.bz2
@@ -55,7 +55,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING
-%dir /usr/lib/obs
-/usr/lib/obs/service
+%dir %{_prefix}/lib/obs
+%{_prefix}/lib/obs/service
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.NWZ3Fc/_old  2016-09-05 21:13:45.0 +0200
+++ /var/tmp/diff_new_pack.NWZ3Fc/_new  2016-09-05 21:13:45.0 +0200
@@ -1,6 +1,6 @@
 
   
-g...@github.com:openSUSE/obs-service-format_spec_file.git
+https://github.com/openSUSE/obs-service-format_spec_file.git
 git
 .git
 git-master

++ debian.dsc ++
--- /var/tmp/diff_new_pack.NWZ3Fc/_old  2016-09-05 21:13:45.0 +0200
+++ /var/tmp/diff_new_pack.NWZ3Fc/_new  2016-09-05 21:13:45.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20160202
+Version: 20160406
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter 
 Architecture: all

++ obs-service-format_spec_file-20160202.tar.bz2 -> 
obs-service-format_spec_file-20160406.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20160202/Makefile 
new/obs-service-format_spec_file-20160406/Makefile
--- old/obs-service-format_spec_file-20160202/Makefile  2016-02-02 
11:32:49.0 +0100
+++ new/obs-service-format_spec_file-20160406/Makefile  2016-04-06 
21:17:32.0 +0200
@@ -11,5 +11,6 @@
install -d $(DESTDIR)$(servicedir)/format_spec_file.files
install -m 0755 prepare_spec patch_license 
$(DESTDIR)$(servicedir)/format_spec_file.files
install -m 0644 licenses_changes.txt 
$(DESTDIR)$(servicedir)/format_spec_file.files
+   install -m 0644 licences_exceptions.txt 
$(DESTDIR)$(servicedir)/format_spec_file.files
 
 .PHONY: all install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20160202/README.md 
new/obs-service-format_spec_file-20160406/README.md
--- old/obs-service-format_spec_file-20160202/README.md 2016-02-02 
11:32:49.0 +0100
+++ new/obs-service-format_spec_file-20160406/README.md 2016-04-06 
21:17:32.0 +0200
@@ -136,6 +136,7 @@
 Frameworx-1.0 | Frameworx Open License 1.0
 FreeImage | FreeImage Public License v1.0
 FTL | Freetype Project License
+FSFAP | FSF All Permissive License
 FSFUL | FSF Unlimited License
 FSFULLR | FSF Unlimited License (with License Retention)
 Giftware | Giftware License
@@ -181,6 +182,11 @@
 LGPLLR | Lesser General Public License For Linguistic Resources
 Libpng | libpng License
 libtiff | libtiff License
+LAL-1.2 | Licence Art Libre 1.2
+LAL-1.3 | Licence Art Libre 1.3
+LiLiQ-P-1.1 | Licence Libre du Qu?bec ? Permissive version 1.1
+LiLiQ-Rplus-1.1 | Licence Libre du Qu?bec ? R?ciprocit? forte version 1.1
+LiLiQ-R-1.1 | Licence Libre du Qu?bec ? R?ciprocit? version 1.1
 LPL-1.02 | Lucent Public License v1.02
 LPL-1.0 | Lucent Public License Version 1.0
 MakeIndex | MakeIndex License
@@ -210,6 +216,7 @@
 NLPL | No Limit Public License
 Nokia | Nokia Open Source License
 NPOSL-3.0 | 

commit zsh for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package zsh for openSUSE:Factory checked in 
at 2016-09-05 21:13:52

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  2016-06-05 14:20:00.0 
+0200
+++ /work/SRC/openSUSE:Factory/.zsh.new/zsh.changes 2016-09-05 
21:13:54.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 30 14:13:40 UTC 2016 - mma...@suse.com
+
+- Remove custom zshrc and zshenv as they might interfere with the users config
+- Remove unused zshprompt.pl
+- Move install outside loop in spec file, was executed too often
+
+---

Old:

  zshenv
  zshprompt.pl
  zshrc



Other differences:
--
++ zsh.spec ++
--- /var/tmp/diff_new_pack.h3Wmib/_old  2016-09-05 21:13:56.0 +0200
+++ /var/tmp/diff_new_pack.h3Wmib/_new  2016-09-05 21:13:56.0 +0200
@@ -26,9 +26,7 @@
 Source0:http://www.zsh.org/pub/zsh-%{version}.tar.xz
 Source1:http://www.zsh.org/pub/zsh-%{version}.tar.xz.asc
 Source2:%{name}.keyring
-Source3:zshrc
-Source4:zshenv
-Source5:zprofile
+Source3:zprofile
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 Source11:   zlogin.rhs
 Source12:   zlogout.rhs
@@ -36,7 +34,6 @@
 Source14:   zshrc.rhs
 Source15:   zshenv.rhs
 Source16:   dotzshrc.rh
-Source17:   zshprompt.pl
 %endif
 Patch1: trim-unneeded-completions.patch
 # PATCH-FIX-OPENSUSE zsh-osc-completion.patch -- Fix openSUSE versions in osc 
completion
@@ -106,10 +103,6 @@
 # Remove executable bit
 chmod 0644 Etc/changelog2html.pl
 
-%if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
-  cp -p %{SOURCE17} .
-%endif
-
 # Fix bindir path in some files
 perl -p -i -e 's|/usr/local/bin|%{_bindir}|' \
 Doc/intro.ms Misc/globtests.ksh Misc/globtests \
@@ -165,7 +158,7 @@
 
 %if 0%{?suse_version}
 # install SUSE configuration
-install -m 0644 %{SOURCE3} %{SOURCE4} %{SOURCE5} %{buildroot}%{_sysconfdir}
+install -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}
 
 # Create custom completion directory
 mkdir %{buildroot}%{_sysconfdir}/zsh_completion.d
@@ -175,8 +168,8 @@
 # install RHEL || CentOS || Fedora configuration
 for i in zlogin zlogout zprofile zshrc zshenv; do
   install -m 0644 $RPM_SOURCE_DIR/${i}.rhs %{buildroot}%{_sysconfdir}/$i
-  install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
 done
+install -D -m 0644 %{SOURCE16} %{buildroot}%{_sysconfdir}/skel/.zshrc
 %endif
 
 # install help files
@@ -259,8 +252,6 @@
 %doc ChangeLog FEATURES LICENCE MACHINES META-FAQ NEWS README
 %doc Etc/* intro.ps Misc/compctl-examples
 
-%config(noreplace) %{_sysconfdir}/zshrc
-%config(noreplace) %{_sysconfdir}/zshenv
 %config(noreplace) %{_sysconfdir}/zprofile
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?fedora_version}
 %config(noreplace) %{_sysconfdir}/zlogin

++ zprofile ++
--- /var/tmp/diff_new_pack.h3Wmib/_old  2016-09-05 21:13:56.0 +0200
+++ /var/tmp/diff_new_pack.h3Wmib/_new  2016-09-05 21:13:56.0 +0200
@@ -1,8 +1,3 @@
 # we source the general profile here so we dont have to
 # reimplement it
-setopt nonomatch
-source /etc/profile
-unsetopt nonomatch
-# put your own login shell specific configuration below
-# this line 
-
+emulate sh -c 'source /etc/profile'






commit libgnomesu for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package libgnomesu for openSUSE:Factory 
checked in at 2016-09-05 21:14:00

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


Package is "libgnomesu"

Changes:

--- /work/SRC/openSUSE:Factory/libgnomesu/libgnomesu.changes2015-09-17 
09:17:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgnomesu.new/libgnomesu.changes   
2016-09-05 21:14:02.0 +0200
@@ -1,0 +2,13 @@
+Fri Apr 15 01:56:00 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop libgnomesu-exit-with-parent.patch: now included in tarball.
+
+---
+Thu Sep 10 18:34:33 CEST 2015 - sbra...@suse.com
+
+- Include lost SLE11 fix from h...@novell.com:
+  * Add libgnomesu-exit-with-parent.patch, to make child process
+exit if parent does. Part of bnc#578284.
+
+---



Other differences:
--
++ libgnomesu.spec ++
--- /var/tmp/diff_new_pack.RmLUQ8/_old  2016-09-05 21:14:03.0 +0200
+++ /var/tmp/diff_new_pack.RmLUQ8/_new  2016-09-05 21:14:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgnomesu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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




commit yast2-packager for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-09-05 21:13:05

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
2016-08-31 00:02:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2016-09-05 21:13:10.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 31 14:25:19 UTC 2016 - igonzalezs...@suse.com
+
+- Fix URLs handling when retrying to load an add-on from a CD/DVD
+  through the add_on_products.xml (related to bsc#991935).
+- 3.1.117
+
+---

Old:

  yast2-packager-3.1.116.tar.bz2

New:

  yast2-packager-3.1.117.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.i0pT6L/_old  2016-09-05 21:13:12.0 +0200
+++ /var/tmp/diff_new_pack.i0pT6L/_new  2016-09-05 21:13:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.116
+Version:3.1.117
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.116.tar.bz2 -> yast2-packager-3.1.117.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.116/.travis.yml 
new/yast2-packager-3.1.117/.travis.yml
--- old/yast2-packager-3.1.116/.travis.yml  2016-08-29 17:46:36.0 
+0200
+++ new/yast2-packager-3.1.117/.travis.yml  2016-09-01 10:26:57.0 
+0200
@@ -5,10 +5,11 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 
yast2-pkg-bindings yast2-country-data yast2-storage" -g rspec:3.3.0
+- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-pkg-bindings yast2-country-data yast2-storage" -g "rspec:3.3.0 yast-rake 
simplecov coveralls"
 script:
 - make -f Makefile.cvs
 - make
 - sudo make install
 - make check
+- COVERAGE=1 rake test:unit
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.116/README.md 
new/yast2-packager-3.1.117/README.md
--- old/yast2-packager-3.1.116/README.md2016-08-29 17:46:36.0 
+0200
+++ new/yast2-packager-3.1.117/README.md2016-09-01 10:26:57.0 
+0200
@@ -2,4 +2,5 @@
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-packager.svg?branch=master)](https://travis-ci.org/yast/yast-packager)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-packager-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-packager-master/)
+[![Coverage 
Status](https://coveralls.io/repos/yast/yast-packager/badge.png)](https://coveralls.io/r/yast/yast-packager)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.116/package/yast2-packager.changes 
new/yast2-packager-3.1.117/package/yast2-packager.changes
--- old/yast2-packager-3.1.116/package/yast2-packager.changes   2016-08-29 
17:46:36.0 +0200
+++ new/yast2-packager-3.1.117/package/yast2-packager.changes   2016-09-01 
10:26:57.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Aug 31 14:25:19 UTC 2016 - igonzalezs...@suse.com
+
+- Fix URLs handling when retrying to load an add-on from a CD/DVD
+  through the add_on_products.xml (related to bsc#991935).
+- 3.1.117
+
+---
 Tue Aug 23 11:17:36 UTC 2016 - jreidin...@suse.com
 
 - Always enable "Next" button in license confirmation dialog,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.116/package/yast2-packager.spec 
new/yast2-packager-3.1.117/package/yast2-packager.spec
--- old/yast2-packager-3.1.116/package/yast2-packager.spec  2016-08-29 
17:46:36.0 +0200
+++ new/yast2-packager-3.1.117/package/yast2-packager.spec  2016-09-01 
10:26:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.116
+Version:3.1.117
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.116/src/modules/AddOnProduct.rb 
new/yast2-packager-3.1.117/src/modules/AddOnProduct.rb
--- 

commit ntp for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package ntp for openSUSE:Factory checked in 
at 2016-09-05 21:13:32

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


Package is "ntp"

Changes:

--- /work/SRC/openSUSE:Factory/ntp/ntp.changes  2016-06-13 21:54:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.ntp.new/ntp.changes 2016-09-05 
21:13:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 25 07:22:49 UTC 2016 - josef.moell...@suse.com
+
+- Make the resolver task change user and group IDs to the same
+  values as the main task. (bnc#988028, ntp-usrgrp-resolver.patch)
+
+---

New:

  ntp-usrgrp-resolver.patch



Other differences:
--
++ ntp.spec ++
--- /var/tmp/diff_new_pack.ZmuaBz/_old  2016-09-05 21:13:36.0 +0200
+++ /var/tmp/diff_new_pack.ZmuaBz/_new  2016-09-05 21:13:36.0 +0200
@@ -57,6 +57,7 @@
 Patch22:ntp-sigchld.patch
 Patch23:ntp-processname.patch
 Patch24:ntp-daemonize.patch
+Patch25:ntp-usrgrp-resolver.patch
 
 BuildRequires:  autoconf
 BuildRequires:  avahi-compat-mDNSResponder-devel
@@ -130,6 +131,7 @@
 %patch22 -p1
 %patch23
 %patch24
+%patch25 -p1
 
 # fix DOS line breaks
 sed -i 's/\r//g' html/scripts/{footer.txt,style.css}

++ ntp-usrgrp-resolver.patch ++
Index: ntp-4.2.8p8/libntp/work_fork.c
===
--- ntp-4.2.8p8.orig/libntp/work_fork.c
+++ ntp-4.2.8p8/libntp/work_fork.c
@@ -33,6 +33,9 @@ staticRETSIGTYPE  worker_sighup(int);
 static voidsend_worker_home_atexit(void);
 static voidcleanup_after_child(blocking_child *);
 
+# pragma weak set_user_group_ids
+void set_user_group_ids(void);
+
 /* === functions === */
 /*
  * exit_worker()
@@ -494,6 +497,8 @@ fork_blocking_child(
c->pid = getpid();
worker_process = TRUE;
 
+   if (NULL != _user_group_ids)
+   set_user_group_ids();
/*
 * Change the process name of the child to avoid confusion
 * about ntpd trunning twice.
Index: ntp-4.2.8p8/ntpd/ntpd.c
===
--- ntp-4.2.8p8.orig/ntpd/ntpd.c
+++ ntp-4.2.8p8/ntpd/ntpd.c
@@ -518,6 +518,211 @@ set_process_priority(void)
 }
 #endif /* !SIM */
 
+#ifndef SIM
+static int
+detach_from_terminal(
+   int pipe_fds[2],
+   long wait_sync,
+   const char *logfilename
+   )
+{
+# ifndef HAVE_WORKING_FORK
+   return 0;
+# else
+   int rc;
+   int exit_code;
+#  if !defined(HAVE_SETSID) && !defined(HAVE_SETPGID) && defined(TIOCNOTTY)
+   int fid;
+#   endif  /* TIOCNOTTY */
+#  ifdef _AIX
+   struct sigaction sa;
+#  endif
+
+   rc = fork();
+   if (-1 == rc) {
+   exit_code = (errno) ? errno : -1;
+   msyslog(LOG_ERR, "fork: %m");
+   return exit_code;
+   }
+   if (rc > 0) {   
+   /* parent */
+   exit_code = wait_child_sync_if(pipe_fds[0],
+  wait_sync);
+   return exit_code;
+   }
+   
+   /*
+* child/daemon 
+* close all open files excepting waitsync_fd_to_close.
+* msyslog() unreliable until after init_logging().
+*/
+   closelog();
+   if (syslog_file != NULL) {
+   fclose(syslog_file);
+   syslog_file = NULL;
+   syslogit = TRUE;
+   }
+   close_all_except(waitsync_fd_to_close);
+   INSIST(0 == open("/dev/null", 0) && 1 == dup2(0, 1) \
+   && 2 == dup2(0, 2));
+
+   init_logging(progname, 0, TRUE);
+   /* we lost our logfile (if any) daemonizing */
+   setup_logfile(logfilename);
+
+#  ifdef SYS_DOMAINOS
+   {
+   uid_$t puid;
+   status_$t st;
+
+   proc2_$who_am_i();
+   proc2_$make_server(, );
+   }
+#  endif   /* SYS_DOMAINOS */
+#  ifdef HAVE_SETSID
+   if (setsid() == (pid_t)-1)
+   msyslog(LOG_ERR, "setsid(): %m");
+#  elif defined(HAVE_SETPGID)
+   if (setpgid(0, 0) == -1)
+   msyslog(LOG_ERR, "setpgid(): %m");
+#  else/* !HAVE_SETSID && !HAVE_SETPGID follows */
+#   ifdef TIOCNOTTY
+   fid = open("/dev/tty", 2);
+   if (fid >= 0) {
+   ioctl(fid, (u_long)TIOCNOTTY, NULL);
+   close(fid);
+   }
+#   endif  /* TIOCNOTTY */
+   ntp_setpgrp(0, getpid());
+#  endif   /* !HAVE_SETSID && !HAVE_SETPGID */
+#  ifdef _AIX
+   /* Don't get killed by low-on-memory signal. */
+   

commit libical for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package libical for openSUSE:Factory checked 
in at 2016-09-05 21:12:02

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


Package is "libical"

Changes:

--- /work/SRC/openSUSE:Factory/libical/libical.changes  2015-02-06 
22:35:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes 2016-09-05 
21:12:04.0 +0200
@@ -1,0 +2,7 @@
+Thu Apr 14 15:11:40 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop libical-sle12-abi.patch:
+  use standard libical 1.0.1 ABI for SP2.
+
+---
@@ -43,0 +51,13 @@
+- Add libical-sle12-abi.patch:
+  use enum values used in prior SLE12 package, for ABI
+  compatibility (bsc#954161).
+- Drop 941609-typo-fix_icaltime_days_in_year.patch:
+  fixed upstream (bsc#941609).
+
+---
+Thu Oct 20 08:31:46 UTC 2014 - cxi...@suse.com
+
+- Add 941609-typo-fix_icaltime_days_in_year.patch:
+  Typo fix "icaltime_days_in_year". This bug doesn't affect any
+  functionality of SLE-12, backport for code correctness and
+  completeness (bsc#941609).
@@ -90,6 +110,6 @@
-  + Allow duration specifications containing week along with day and 
-time. even though this is against the RFC, but apparently we 
-generate such durations so we need to be able to read them back.
-  + handle the case of the ATTACH type be explicitly set to URI
-  + added a lock to avoid threading problems when icaltimezone_parse_zone_tab
-is called on multiple threads
+  + Allow duration specifications containing week along with day
+and time. even though this is against the RFC, but apparently
+we generate such durations so we need to be able to read them
+back.  + handle the case of the ATTACH type be explicitly set
+to URI + added a lock to avoid threading problems when
+icaltimezone_parse_zone_tab is called on multiple threads
@@ -97 +116,0 @@
- 
@@ -183,2 +202,2 @@
-- Use proper RPM macros in the spec file, remove unnecessary options
-  passed to the configure script. 
+- Use proper RPM macros in the spec file, remove unnecessary
+  options passed to the configure script.



Other differences:
--
++ libical.spec ++
--- /var/tmp/diff_new_pack.AilTKx/_old  2016-09-05 21:12:05.0 +0200
+++ /var/tmp/diff_new_pack.AilTKx/_new  2016-09-05 21:12:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libical
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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




commit konsole for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package konsole for openSUSE:Factory checked 
in at 2016-09-05 21:12:12

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


Package is "konsole"

Changes:

--- /work/SRC/openSUSE:Factory/konsole/konsole.changes  2016-08-29 
15:33:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.konsole.new/konsole.changes 2016-09-05 
21:12:15.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 30 14:01:08 UTC 2016 - wba...@tmo.at
+
+- Add fix-transparency.patch to fix transparent backgrounds
+  (kde#366368)
+
+---

New:

  fix-transparency.patch



Other differences:
--
++ konsole.spec ++
--- /var/tmp/diff_new_pack.L3z4Io/_old  2016-09-05 21:12:16.0 +0200
+++ /var/tmp/diff_new_pack.L3z4Io/_new  2016-09-05 21:12:16.0 +0200
@@ -34,6 +34,8 @@
 Source26:   utilities-terminal-su-128.png
 # PATCH-FIX-UPSTREAM 
fix-extra-window-when-restored-by-session-management.patch kde#367447 -- 
prevents creating an extra window upon session restoration
 Patch:  fix-extra-window-when-restored-by-session-management.patch
+# PATCH-FIX-UPSTREAM fix-transparency.patch kde#366368 -- fix transparent 
backgrounds
+Patch1: fix-transparency.patch
 BuildRequires:  fdupes
 BuildRequires:  kbookmarks-devel
 BuildRequires:  kconfig-devel
@@ -82,6 +84,7 @@
 %prep
 %setup -q
 %patch -p1
+%patch1 -p1
 
 %build
   %cmake_kf5 -d build

++ fix-transparency.patch ++
From: Martin T. H. Sandsmark 
Date: Sat, 13 Aug 2016 13:41:31 +
Subject: Fix transparent backgrounds
X-Git-Url: 
http://quickgit.kde.org/?p=konsole.git=commitdiff=a28902e9120798c67844864a11bbe3f1c2549b74
---
Fix transparent backgrounds

It's apparently not possible to set WA_TranslucentBackground after
show(). The MainWindow constructor calls applyKonsoleSettings() which
calls KMainWindow::setAutoSaveSettings() which in turn calls
setVisible(true), which makes any calls to setTransparency() from the
Application::newMainWindow() irrelevant, even if updateUseTransparency()
is called from it.

REVIEW: 128669
BUG: 366368
---


--- a/src/Application.cpp
+++ b/src/Application.cpp
@@ -40,6 +40,7 @@
 #include "KonsoleSettings.h"
 #include "ViewManager.h"
 #include "SessionController.h"
+#include "WindowSystemInfo.h"
 
 using namespace Konsole;
 
@@ -56,8 +57,9 @@
 
 MainWindow* Application::newMainWindow()
 {
+WindowSystemInfo::HAVE_TRANSPARENCY = 
!m_parser.isSet(QStringLiteral("notransparency"));
+
 MainWindow* window = new MainWindow();
-window->setTransparency(!m_parser.isSet(QStringLiteral("notransparency")));
 
 connect(window, ::MainWindow::newWindowRequest, this, 
::Application::createWindow);
 connect(window, ::MainWindow::viewDetached, this, 
::Application::detachView);

--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -64,7 +64,6 @@
 , _pluggedController(0)
 , _menuBarInitialVisibility(true)
 , _menuBarInitialVisibilityApplied(false)
-, _useTransparency(false)
 {
 if (!KonsoleSettings::saveGeometryOnExit()) {
 // If we are not using the global Konsole save geometry on exit,
@@ -83,8 +82,6 @@
 }
 }
 
-connect(KWindowSystem::self(), ::compositingChanged, this, 
::updateUseTransparency);
-
 updateUseTransparency();
 
 // create actions for menus
@@ -129,11 +126,14 @@
 
 void MainWindow::updateUseTransparency()
 {
-bool useTranslucency = KWindowSystem::compositingActive() && 
_useTransparency;
+if (!WindowSystemInfo::HAVE_TRANSPARENCY) {
+return;
+}
+
+bool useTranslucency = KWindowSystem::compositingActive();
 
 setAttribute(Qt::WA_TranslucentBackground, useTranslucency);
 setAttribute(Qt::WA_NoSystemBackground, false);
-
 WindowSystemInfo::HAVE_TRANSPARENCY = useTranslucency;
 }
 
@@ -765,11 +765,6 @@
 _viewManager->setShowQuickButtons(show);
 }
 
-void MainWindow::setTransparency(bool useTransparency)
-{
-_useTransparency = useTransparency;
-}
-
 void MainWindow::activateMenuBar()
 {
 const QList menuActions = menuBar()->actions();

--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -109,7 +109,6 @@
 void setNavigationStyleSheetFromFile(const QUrl& stylesheetfile);
 void setNavigationBehavior(int behavior);
 void setShowQuickButtons(bool show);
-void setTransparency(bool useTransparency);
 
 signals:
 
@@ -211,7 +210,6 @@
 
 bool _menuBarInitialVisibility;
 bool _menuBarInitialVisibilityApplied;
-bool _useTransparency;
 };
 }
 










commit vsftpd for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2016-09-05 21:12:24

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


Package is "vsftpd"

Changes:

--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes2016-08-16 
13:02:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new/vsftpd.changes   2016-09-05 
21:12:26.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 17:21:04 UTC 2016 - dims...@opensuse.org
+
+- Extend vsftpd-2.0.4-lib64.diff to also find libcap.so.* in
+  /usr/lib64.
+
+---



Other differences:
--
++ vsftpd-2.0.4-lib64.diff ++
--- /var/tmp/diff_new_pack.VWEOvJ/_old  2016-09-05 21:12:27.0 +0200
+++ /var/tmp/diff_new_pack.VWEOvJ/_new  2016-09-05 21:12:27.0 +0200
@@ -1,8 +1,8 @@
 Index: vsf_findlibs.sh
 ===
 vsf_findlibs.sh.orig   2012-04-10 16:09:50.571389404 +0200
-+++ vsf_findlibs.sh2012-04-10 16:09:53.709496934 +0200
-@@ -14,6 +14,7 @@
+--- vsf_findlibs.sh.orig
 vsf_findlibs.sh
+@@ -14,6 +14,7 @@ fi
  # crypt library.
  if find_func pam_start sysdeputil.o; then
locate_library /lib/libpam.so.0 && echo "/lib/libpam.so.0";
@@ -10,7 +10,7 @@
locate_library /usr/lib/libpam.so && echo "-lpam";
locate_library /usr/lib64/libpam.so && echo "-lpam";
locate_library /lib/x86_64-linux-gnu/libpam.so.0 && echo "-lpam";
-@@ -23,6 +24,7 @@
+@@ -23,6 +24,7 @@ if find_func pam_start sysdeputil.o; the
locate_library /usr/lib/libpam.a && echo "-lpam";
  else
locate_library /lib/libcrypt.so && echo "-lcrypt";
@@ -18,3 +18,11 @@
locate_library /usr/lib/libcrypt.so && echo "-lcrypt";
locate_library /usr/lib64/libcrypt.so && echo "-lcrypt";
locate_library /lib/x86_64-linux-gnu/libcrypt.so && echo "-lcrypt";
+@@ -54,6 +56,7 @@ elif locate_library /lib/libcap.so.2; th
+   echo "/lib/libcap.so.2";
+ else
+   locate_library /usr/lib/libcap.so && echo "-lcap";
++  locate_library /usr/lib64/libcap.so && echo "-lcap";
+   locate_library /lib/libcap.so && echo "-lcap";
+   locate_library /lib64/libcap.so && echo "-lcap";
+ fi





commit yast2-security for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2016-09-05 21:12:54

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


Package is "yast2-security"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2016-07-01 09:57:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2016-09-05 21:13:01.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 31 11:37:52 UTC 2016 - jreidin...@suse.com
+
+- mark string "Security" translatable (bnc#988764)
+- 3.2.3
+
+---

Old:

  yast2-security-3.2.2.tar.bz2

New:

  yast2-security-3.2.3.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.pVtiza/_old  2016-09-05 21:13:03.0 +0200
+++ /var/tmp/diff_new_pack.pVtiza/_new  2016-09-05 21:13:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.2.2
+Version:3.2.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-security-3.2.2.tar.bz2 -> yast2-security-3.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.2.2/CONTRIBUTING.md 
new/yast2-security-3.2.3/CONTRIBUTING.md
--- old/yast2-security-3.2.2/CONTRIBUTING.md2016-06-14 16:30:37.0 
+0200
+++ new/yast2-security-3.2.3/CONTRIBUTING.md2016-08-31 13:50:32.0 
+0200
@@ -3,7 +3,7 @@
 
 YaST is an open source project and as such it welcomes all kinds of
 contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST 
maintainers.
 
 There are two main forms of contribution: reporting bugs and performing code
 changes.
@@ -17,13 +17,11 @@
 
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.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
 guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
 
+We can't guarantee that every bug will be fixed, but we'll try.
+
 Code Changes
 
 
@@ -44,15 +42,22 @@
  to the [Ruby style
  guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
 
-  4. Make sure your change didn't break anything by building the RPM package
+  4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).  
+ For bigger changes or changes which need longer discussion it is advised 
to
+ add this as a separate last commit so it can be easily updated when 
another
+ change is merged in the meantime.
+
+  5. Make sure your change didn't break anything by building the RPM package
  (`rake osc:build`). The build process includes running the full testsuite.
 
-  5. Publish the branch and create a pull request.
+  6. Publish the branch and create a pull request.
 
-  6. YaST developers will review your change and possibly point out issues.
+  7. YaST developers will review your change and possibly point out issues.
  Adapt the code under their guidance until they are all resolved.
 
-  7. Finally, the pull request will get merged or rejected.
+  8. Finally, the pull request will get merged or rejected.
 
 See also [GitHub's guide on
 contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
 If you want to do multiple unrelated changes, use separate branches and pull
 requests.
 
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
 ### Commits
 
 Each commit in the pull request should do only one thing, which is clearly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.2.2/package/yast2-security.changes 
new/yast2-security-3.2.3/package/yast2-security.changes
--- old/yast2-security-3.2.2/package/yast2-security.changes 2016-06-14 
16:30:37.0 +0200
+++ new/yast2-security-3.2.3/package/yast2-security.changes 2016-08-31 
13:50:32.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Aug 31 11:37:52 UTC 2016 - jreidin...@suse.com
+
+- mark string "Security" translatable (bnc#988764)
+- 

commit yast2-installation for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-09-05 21:12:41

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-08-31 00:03:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2016-09-05 21:12:45.0 +0200
@@ -1,0 +2,10 @@
+Tue Aug 30 06:55:13 UTC 2016 - lsle...@suse.cz
+
+- Display a warning popup when the installer self-update uses
+  the fallback URL instead of the selected SMT or the default SCC
+  server (bsc#996179)
+- Do not contact the registration server in self-update when
+  network is not running, skip self-update completely
+- 3.1.124
+
+---

Old:

  yast2-installation-3.1.213.tar.bz2

New:

  yast2-installation-3.1.214.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.MYcpyz/_old  2016-09-05 21:12:47.0 +0200
+++ /var/tmp/diff_new_pack.MYcpyz/_new  2016-09-05 21:12:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.213
+Version:3.1.214
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.213.tar.bz2 -> yast2-installation-3.1.214.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-installation-3.1.213/doc/SELF_UPDATE.md 
new/yast2-installation-3.1.214/doc/SELF_UPDATE.md
--- old/yast2-installation-3.1.213/doc/SELF_UPDATE.md   2016-08-30 
14:17:36.0 +0200
+++ new/yast2-installation-3.1.214/doc/SELF_UPDATE.md   2016-08-31 
12:18:55.0 +0200
@@ -18,8 +18,9 @@
containing the updates.
 2. If updates are available, they will be downloaded. Otherwise, the process
will be silently skipped.
-3. The update will be applied to the installation system.
-4. YaST will be restarted and the installation will be resumed.
+3. The updates will be applied to the installation system.
+4. YaST will be restarted to reload the modified files and the installation
+   will be resumed.
 
 ### Language Selection
 
@@ -32,6 +33,21 @@
 and select the language from the list. Or use the `language` boot option, e.g.
 `language=de_DE`.
 
+If you want to use a different keyboard layout for the console then use the
+[`keytable`](https://en.opensuse.org/SDB:Linuxrc#p_keytable) boot option.
+
+## Network Setup
+
+Obviously, for downloading the installer updates YaST needs network.
+
+YaST by default tries using DHCP on all network interfaces. If there is
+a DHCP server in the network then network is configured automatically.
+
+If you need static IP setup in your network then use the
+`ifcfg==,,` boot option, e.g.
+`ifcfg=eth0=192.168.1.101/24,192.168.1.1,192.168.1.2`.
+See the [Linuxrc 
documentation](https://en.opensuse.org/SDB:Linuxrc#Network_Config)
+for more details.
 
 ## Update Format
 
@@ -43,11 +59,22 @@
   are executed.
 * No dependency checks are performed. RPMs are added in alphabetical order.
 
+The rpm-md repository is required by SMT ([SUSE Subscription Management Tool](
+https://www.suse.com/products/subscription-management-tool))
+as this is the only format which it supports for data mirroring.
+
+The files from the packages override the files from the original inst-sys.
+That means the update packages might not need to contain all files,
+it is enough to include only the changed files which are different than
+in the original inst-sys. The unchanged files can be omitted to save memory
+and the download bandwidth.
+
 ## Where to Find the Updates
 
 The URL of the update repository is evaluated in this order:
 
-1. The `SelfUpdate` boot option
+1. The `self_update` boot option  
+   (Note: `self_update=0` completely disables the self-update!)
 2. The AutoYaST profile - in AutoYaST installation only, use the
`/general/self_update_url` XML node:
 
@@ -56,8 +83,10 @@
  http://example.com/updates/$arch

```
-3. Registration server (SCC/SMT), not available in openSUSE. The URL of the
-   registration server which should be used is determined via:
+3. Registration server ([SCC](https://scc.suse.com) or
+   [SMT](https://www.suse.com/products/subscription-management-tool)), not
+   available in openSUSE. The URL of the registration server which should
+   be used is determined via:
1. The `regurl` boot parameter
2. AutoYaST profile ([reg_server 

commit pam for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2016-09-05 21:11:42

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


Package is "pam"

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2016-08-16 13:00:37.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2016-09-05 
21:11:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 31 11:08:19 UTC 2016 - devel...@develop7.info
+
+- pam-limit-nproc.patch: increased process limit to help 
+  Chrome/Chromuim users with really lots of tabs. New limit gets 
+  closer to UserTasksMax parameter in logind.conf
+
+---



Other differences:
--
++ pam-limit-nproc.patch ++
--- /var/tmp/diff_new_pack.TBzR5k/_old  2016-09-05 21:11:46.0 +0200
+++ /var/tmp/diff_new_pack.TBzR5k/_new  2016-09-05 21:11:46.0 +0200
@@ -7,8 +7,8 @@
  #@student-   maxlogins   4
  
 +# harden against fork-bombs
-+*   hardnproc   1700
-+*   softnproc   1200
++*   hardnproc   4000
++*   softnproc   3500
 +roothardnproc   3000
 +rootsoftnproc   1850
 +




commit nautilus for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2016-09-05 21:11:53

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


Package is "nautilus"

Changes:

--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes2016-08-17 
12:00:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.nautilus.new/nautilus.changes   2016-09-05 
21:11:57.0 +0200
@@ -1,0 +2,20 @@
+Tue Aug 30 13:30:03 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.3:
+  + Support HDPI in desktop margins.
+  + Fix opaque desktop background after changing themes.
+  + Fix gnome-shell search not providing results or making the CPU
+at 100% even if closed.
+- Drop nautilus-desktop-canvas-view-scale-desktop-workarea.patch:
+  fixed upstream.
+
+---
+Tue Aug  2 11:03:29 UTC 2016 - zai...@opensuse.org
+
+- Add nautilus-desktop-canvas-view-scale-desktop-workarea.patch:
+  The problem is that in the function canvas_container_set_workarea
+  the screen width and height are in "application pixels" while the
+  workarea ones are in "device pixels" so when the scaling is > 1,
+  the margins are not properly setted (bgo#769302).
+
+---
@@ -88 +108 @@
-of the files
+of the files.

Old:

  nautilus-3.20.2.tar.xz

New:

  nautilus-3.20.3.tar.xz



Other differences:
--
++ nautilus.spec ++
--- /var/tmp/diff_new_pack.meDSEb/_old  2016-09-05 21:11:58.0 +0200
+++ /var/tmp/diff_new_pack.meDSEb/_new  2016-09-05 21:11:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   nautilus
-Version:3.20.2
+Version:3.20.3
 Release:0
 Summary:File Manager for the GNOME Desktop
 License:GPL-2.0+
@@ -27,9 +27,9 @@
 Source1:mount-archive.desktop
 Source99:   baselibs.conf
 # PATCH-FIX-UPSTREAM nautilus-enable-eject-option-on-selection-menu.patch 
bsc#981950 bgo#768355 ty...@suse.com -- Enable eject option on selection menu
-Patch2: nautilus-enable-eject-option-on-selection-menu.patch
+Patch0: nautilus-enable-eject-option-on-selection-menu.patch
 # PATCH-FIX-UPSTREAM nautilus-fix-desktop-icon-smash.patch bsc#979072 
bgo#765601 qz...@suse.com -- Fix icons smash at first boot
-Patch3: nautilus-fix-desktop-icon-smash.patch
+Patch2: nautilus-fix-desktop-icon-smash.patch
 Url:http://www.gnome.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # needed for directory ownership
@@ -112,8 +112,8 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 %patch2 -p1
-%patch3 -p1
 translation-update-upstream
 
 %build

++ nautilus-3.20.2.tar.xz -> nautilus-3.20.3.tar.xz ++
 9764 lines of diff (skipped)




commit blog for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package blog for openSUSE:Factory checked in 
at 2016-09-05 21:11:20

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


Package is "blog"

Changes:

--- /work/SRC/openSUSE:Factory/blog/blog.changes2016-03-09 
19:01:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.blog.new/blog.changes   2016-09-05 
21:11:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 11 10:21:35 UTC 2016 - o...@aepfle.de
+
+- Install binaries with read permissions (bnc#990837)
+
+---



Other differences:
--
++ blog.spec ++
--- /var/tmp/diff_new_pack.wIWCKx/_old  2016-09-05 21:11:27.0 +0200
+++ /var/tmp/diff_new_pack.wIWCKx/_new  2016-09-05 21:11:27.0 +0200
@@ -76,7 +76,7 @@
 %install
 make %{?_smp_mflags} install \
 MANPATH=%{_mandir} \
-INSTBINFLAGS="-m 0700" \
+INSTBINFLAGS="-m 0744" \
 LIBDIR=%{_libdir} \
 INCDIR=%{_includedir} \
 SYSDUNITS=%{_unitdir} \




commit biosdevname for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2016-09-05 21:11:02

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


Package is "biosdevname"

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2016-03-05 
13:05:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2016-09-05 21:11:10.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 16 14:18:06 UTC 2016 - o...@aepfle.de
+
+- Detect dom0 via xenfs instead of cpuid to compensate for ABI
+  change in xen-4.7 on AMD systems. (bnc#974257)
+  biosdevname-dom0.patch
+
+---

New:

  biosdevname-dom0.patch



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.musODT/_old  2016-09-05 21:11:13.0 +0200
+++ /var/tmp/diff_new_pack.musODT/_new  2016-09-05 21:11:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package biosdevname
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
 Patch2: whitelist-dell
 Patch3: udev-rule-path.patch
 Patch4: biosdevname-pic.patch
+Patch5: biosdevname-dom0.patch
 BuildRequires:  automake
 # to figure out how to name/location of the rules file
 BuildRequires:  libudev-devel
@@ -67,6 +68,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 sed -i -e 
's#@@BIOSDEVNAME_RULEDEST@@#'%{_udevrulesdir}'/71-biosdevname.rules#' 
configure.ac

++ biosdevname-dom0.patch ++
---
 src/bios_dev_name.c |   31 +++
 1 file changed, 31 insertions(+)

--- a/src/bios_dev_name.c
+++ b/src/bios_dev_name.c
@@ -133,6 +133,33 @@ cpuid (u_int32_t eax, u_int32_t ecx)
 }
 
 /*
+  Starting with xen-4.7 cpuid will return with the hypervisor bit set
+  on AMD systems. This breaks biosdevname and network interface names.
+  Instead of relying on cpuid check for dom0 in xenfs.
+*/
+static int
+running_in_dom0(void)
+{
+size_t len = 0;
+#ifdef __x86_64__
+char buf[16];
+FILE *f = fopen("/proc/xen/capabilities", "r");
+
+if (!f)
+return 0;
+memset(buf, 0, sizeof(buf));
+len = fread(, 1, sizeof(buf) - 1, f);
+fclose(f);
+while(len && --len && len < sizeof(buf)) {
+if (buf[len] == '\n')
+buf[len] = '\0';
+}
+len = strcmp("control_d", buf) == 0;
+#endif
+return len;
+}
+
+/*
   Algorithm suggested by:
   
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US=displayKC=1009458
 */
@@ -144,7 +171,11 @@ running_in_virtual_machine (void)
 
 ecx = cpuid (eax, ecx);
 if (ecx & 0x8000U)
+{
+   if (running_in_dom0())
+   return 0;
return 1;
+}
 return 0;
 }
 



commit sdparm for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package sdparm for openSUSE:Factory checked 
in at 2016-09-05 21:11:32

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


Package is "sdparm"

Changes:

--- /work/SRC/openSUSE:Factory/sdparm/sdparm.changes2014-12-31 
11:21:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.sdparm.new/sdparm.changes   2016-09-05 
21:11:34.0 +0200
@@ -1,0 +2,33 @@
+Wed Aug 24 17:49:33 UTC 2016 - alexander_nau...@opensuse.org
+
+- Update to version 1.10
+ * add --inhex=FN option for decoding without device present,
+   FN is interpreted as response to mode sense(10) command
+ * add --raw option to interpret FN as binary (def: ASCII hex)
+ * add --pdt=PDT option for use with --inhex=FN
+ * --quiet used twice hides changeable, default + saved
+ * add IO advice hints grouping mode page (sbc4r06, 8)
+ * add Unit serial number VPD page specific sanity check
+ * add NO_PI_CHK to Supported block lengths and protection
+   types VPD page
+ * add Background operation control mpage (sbc4r07)
+ * Read-write error recovery mpage: add Misaligned writes
+   reporting field (MWR)
+ * sync tape mpages with ssc5r02
+ * add Block limits extension VPD page
+ * add Device constituents VPD page
+ * add LB protection VPD page (ssc5r02a)
+ * LB provisioning VPD page: expand LBPRZ, add Minimum and
+   Threshold percentage fields
+ * device identification VPD page: add decoding for locally
+   assigned UUIDs (spc5r08)
+ * the --inhex=FN option together with --inquiry decodes
+   FN as a single VPD page
+ * improve lto5 and lto6 vendor mpage support
+ * sync to spc5r08 and sbc4r10
+ * add SAS G5 (22.5 Gbps) settings (spl4r06)
+ * point svn:externals to rev 663 of sg3_utils
+ * upgrade automake to version 1.15 (U15.10)
+ * autogen.sh: upgrade to buildconf 20091223 version
+
+---

Old:

  sdparm-1.09.tar.xz

New:

  sdparm-1.10.tar.xz



Other differences:
--
++ sdparm.spec ++
--- /var/tmp/diff_new_pack.MdJi6x/_old  2016-09-05 21:11:35.0 +0200
+++ /var/tmp/diff_new_pack.MdJi6x/_new  2016-09-05 21:11:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sdparm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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:   sdparm
-Version:1.09
+Version:1.10
 Release:0
 Summary:List or change SCSI disk parameters
 License:BSD-3-Clause

++ sdparm-1.09.tar.xz -> sdparm-1.10.tar.xz ++
 12632 lines of diff (skipped)




commit intltool for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package intltool for openSUSE:Factory 
checked in at 2016-09-05 21:10:28

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


Package is "intltool"

Changes:

--- /work/SRC/openSUSE:Factory/intltool/intltool.changes2015-09-08 
17:35:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.intltool.new/intltool.changes   2016-09-05 
21:10:29.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 22:26:26 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--
++ intltool.spec ++
--- /var/tmp/diff_new_pack.bGG0Ti/_old  2016-09-05 21:10:30.0 +0200
+++ /var/tmp/diff_new_pack.bGG0Ti/_new  2016-09-05 21:10:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package intltool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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




commit libcap for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package libcap for openSUSE:Factory checked 
in at 2016-09-05 21:10:54

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


Package is "libcap"

Changes:

--- /work/SRC/openSUSE:Factory/libcap/libcap.changes2014-06-24 
15:15:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libcap.new/libcap.changes   2016-09-05 
21:10:56.0 +0200
@@ -1,0 +2,30 @@
+Mon Aug 29 21:10:05 UTC 2016 - dims...@opensuse.org
+
+- Update to versison 2.25:
+  + Recover gperf detection in make rules.
+  + Man page typo fix.
+  + Tweak make rules to make packaging more straightforward.
+  + Fix error explanation in setcap.
+  + Drop need to link with libattr. It turns out libcap wasn't
+actually using any code from that library, so linking to it was
+superfluous.
+- Drop libcap-nolibattr.patch: fixed upstream.
+- No longer add %{buildroot} to all variables for make install the
+  Makefile learned about the meaning of DESTDIR.
+
+---
+Sat Jan 31 11:22:58 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.24
+  * Fix compilation problems (note to self, make distclean && make,
+before release)
+  * Some make rule changes to make uploading a release to kernel.org
+easier for me.
+  * Tidied up some documented links.
+- Update libcap-nolibattr.patch
+- Add pkg-config build requirement; libcap now provides a pkgconfig
+  file
+- Clean up specfile
+- Move libraries and binaries to /usr because of #UsrMove
+
+---

Old:

  libcap-2.22.tar.bz2
  libcap-nolibattr.patch

New:

  libcap-2.25.tar.xz



Other differences:
--
++ libcap.spec ++
--- /var/tmp/diff_new_pack.ckXVQV/_old  2016-09-05 21:10:57.0 +0200
+++ /var/tmp/diff_new_pack.ckXVQV/_new  2016-09-05 21:10:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -20,17 +20,13 @@
 Summary:Library for Capabilities (linux-privs) Support
 License:BSD-3-Clause and GPL-2.0
 Group:  System/Libraries
-Version:2.22
+Version:2.25
 Release:0
-Source: 
ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2
+Source: 
https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.xz
 Source2:baselibs.conf
 Url:https://sites.google.com/site/fullycapable/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch0: libcap-nolibattr.patch
-%if 0%{?suse_version} > 1030
 BuildRequires:  fdupes
-%endif
-%define debug_package_requires libcap2 = %{version}-%{release}
+BuildRequires:  pkg-config
 
 %description
 Capabilities are a measure to limit the omnipotence of the superuser.
@@ -40,8 +36,6 @@
 capabilities within setuid binaries. If you use patches, this can be
 done automatically by the kernel.
 
-
-
 %package -n libcap2
 Summary:Library for Capabilities (linux-privs) Support
 Group:  System/Libraries
@@ -72,8 +66,6 @@
 Install libcap-devel if you want to develop or compile applications
 using libcap.
 
-
-
 %package progs
 Summary:Libcap utility programs
 Group:  System/Filesystems
@@ -82,26 +74,24 @@
 This package contains utility programs handling capabilities via
 libcap.
 
-
-
 %prep
 %setup -q
-%patch0 -p1
 %build
-# lib=%{_lib} make %{?_smp_mflags} COPTFLAG="$RPM_OPT_FLAGS"
-lib=%{_lib} make %{?_smp_mflags} DEBUG="-g $RPM_OPT_FLAGS"
+make prefix=%{_prefix} lib=%{_lib} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} \
+ INCDIR=%{_includedir} MANDIR=%{_mandir} DEBUG="-g %{optflags}"
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT LIBDIR=$RPM_BUILD_ROOT/%{_lib} 
MANDIR=$RPM_BUILD_ROOT%{_mandir} RAISE_SETFCAP=no
-# remove unneeded files
-rm -f $RPM_BUILD_ROOT/%{_lib}/*.*a
-# move *.so file to libdir and relink
-rm -f $RPM_BUILD_ROOT/%{_lib}/*.so
-mkdir -p $RPM_BUILD_ROOT%{_libdir}
-ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so
-%if 0%{?suse_version} > 1030
+make install RAISE_SETFCAP=no \
+ DESTDIR=%{buildroot} \
+ LIBDIR=/%{_libdir} \
+ SBINDIR=/%{_sbindir} \
+ INCDIR=/%{_includedir} \
+ MANDIR=/%{_mandir}/ \
+ PKGCONFIGDIR=%{_libdir}/pkgconfig/
+find %{buildroot} -type f -name '*.la' -print -delete
+# do not 

commit build-compare for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2016-09-05 21:10:38

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


Package is "build-compare"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2016-08-25 09:49:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2016-09-05 21:10:39.0 +0200
@@ -1,0 +2,15 @@
+Thu Aug 25 14:27:34 UTC 2016 - o...@aepfle.de
+
+- Update strip_numbered_anchors to catch more random identifiers
+
+---
+Wed Aug 24 13:22:12 UTC 2016 - liezhi.y...@windriver.com
+
+- functions.sh: improve deb and ipk checking
+- Add support for deb and ipk packaging
+- pkg-diff.sh: check for fifo (named fifo)
+- pkg-diff.sh: remove space in the end for ftype
+- pkg-diff.sh: check_single_file(): return at once when same
+- functions.sh: run rpm once to make it faster
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.JKfP0P/_old  2016-09-05 21:10:40.0 +0200
+++ /var/tmp/diff_new_pack.JKfP0P/_new  2016-09-05 21:10:40.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:20160805T154520.57bb571
+Version:20160825T182753.c18eb00
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ functions.sh ++
--- /var/tmp/diff_new_pack.JKfP0P/_old  2016-09-05 21:10:40.0 +0200
+++ /var/tmp/diff_new_pack.JKfP0P/_new  2016-09-05 21:10:40.0 +0200
@@ -10,9 +10,63 @@
 
 RPM="rpm -qp --nodigest --nosignature"
 
-check_header() 
+# Name, Version, Release
+QF_NAME="%{NAME}"
+QF_VER_REL="%{VERSION}-%{RELEASE}"
+QF_NAME_VER_REL="%{NAME}-%{VERSION}-%{RELEASE}"
+
+# provides destroy this because at least the self-provide includes the
+# -buildnumber :-(
+QF_PROVIDES="[%{PROVIDENAME} %{PROVIDEFLAGS} %{PROVIDEVERSION}\\n]\\n"
+QF_PROVIDES="${QF_PROVIDES}[%{REQUIRENAME} %{REQUIREFLAGS} 
%{REQUIREVERSION}\\n]\\n"
+QF_PROVIDES="${QF_PROVIDES}[%{CONFLICTNAME} %{CONFLICTFLAGS} 
%{CONFLICTVERSION}\\n]\\n"
+QF_PROVIDES="${QF_PROVIDES}[%{OBSOLETENAME} %{OBSOLETEFLAGS} 
%{OBSOLETEVERSION}\\n]\\n"
+
+# don't look at RELEASE, it contains our build number
+QF_TAGS="%{NAME} %{VERSION} %{EPOCH}\\n"
+QF_TAGS="${QF_TAGS}%{SUMMARY}\\n%{DESCRIPTION}\\n"
+# the DISTURL tag can be used as checkin ID
+QF_TAGS="${QF_TAGS}%{VENDOR} %{DISTRIBUTION} %{DISTURL}\\n"
+QF_TAGS="${QF_TAGS}%{LICENSE}\\n"
+QF_TAGS="${QF_TAGS}%{GROUP} %{URL} %{EXCLUDEARCH} %{EXCLUDEOS} 
%{EXCLUSIVEARCH}\\n"
+QF_TAGS="${QF_TAGS}%{EXCLUSIVEOS} %{RPMVERSION} %{PLATFORM}\\n"
+QF_TAGS="${QF_TAGS}%{PAYLOADFORMAT} %{PAYLOADCOMPRESSOR} %{PAYLOADFLAGS}\\n"
+
+# XXX We also need to check the existence (but not the content (!))
+# of SIGGPG (and perhaps the other SIG*)
+# XXX We don't look at triggers
+QF_TAGS="${QF_TAGS}[%{VERIFYSCRIPTPROG} %{VERIFYSCRIPT}]\\n"
+# Only the first ChangeLog entry; should be enough
+QF_TAGS="${QF_TAGS}%{CHANGELOGTIME} %{CHANGELOGNAME} %{CHANGELOGTEXT}\\n"
+
+# scripts, might contain release number
+QF_SCRIPT="[%{PREINPROG} %{PREIN}\\n]\\n[%{POSTINPROG} 
%{POSTIN}\\n]\\n[%{PREUNPROG} %{PREUN}\\n]\\n[%{POSTUNPROG} %{POSTUN}\\n]\\n"
+
+# Now the files. We leave out mtime and size.  For normal files
+# the size will influence the MD5 anyway.  For directories the sizes can
+# differ, depending on which file system the package was built.  To not
+# have to filter out directories we simply ignore all sizes.
+# Also leave out FILEDEVICES, FILEINODES (depends on the build host),
+# FILECOLORS, FILECLASS (normally useful but file output contains mtimes),
+# FILEDEPENDSX and FILEDEPENDSN.
+# Also FILELANGS (or?)
+QF_FILELIST="[%{FILENAMES} %{FILEFLAGS} %{FILESTATES} %{FILEMODES:octal} 
%{FILEUSERNAME} %{FILEGROUPNAME} %{FILERDEVS} %{FILEVERIFYFLAGS} 
%{FILELINKTOS}\n]\\n"
+# ??? what to do with FILEPROVIDE and FILEREQUIRE?
+
+QF_CHECKSUM="[%{FILENAMES} %{FILEMD5S} %{FILEFLAGS}\n]\\n"
+
+QF_ALL="\n___QF_NAME___\n${QF_NAME}\n___QF_NAME___\n"
+QF_ALL="$QF_ALL\n___QF_TAGS___\n${QF_TAGS}\n___QF_TAGS___\n"
+QF_ALL="$QF_ALL\n___QF_VER_REL___\n${QF_VER_REL}\n___QF_VER_REL___\n"
+QF_ALL="$QF_ALL\n___QF_NAME_VER_REL___\n${QF_NAME_VER_REL}\n___QF_NAME_VER_REL___\n"
+QF_ALL="$QF_ALL\n___QF_PROVIDES___\n${QF_PROVIDES}\n___QF_PROVIDES___\n"
+QF_ALL="$QF_ALL\n___QF_SCRIPT___\n${QF_SCRIPT}\n___QF_SCRIPT___\n"

commit eog for openSUSE:13.2:Update

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:13.2:Update checked 
in at 2016-09-05 14:20:46

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


Package is "eog"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jHrevf/_old  2016-09-05 14:20:47.0 +0200
+++ /var/tmp/diff_new_pack.jHrevf/_new  2016-09-05 14:20:47.0 +0200
@@ -1 +1 @@
-
+




commit cdrtools for openSUSE:Factory

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package cdrtools for openSUSE:Factory 
checked in at 2016-09-05 09:49:16

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


Package is "cdrtools"

Changes:

--- /work/SRC/openSUSE:Factory/cdrtools/cdrtools.changes2016-02-09 
16:48:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.cdrtools.new/cdrtools.changes   2016-09-05 
09:49:17.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 22 12:01:49 UTC 2016 - jeng...@inai.de
+
+- Put symlinks in a separate subpackage, just like cdrkit did.
+
+---
+Mon Aug 22 09:45:17 UTC 2016 - davejpla...@gmail.com
+
+- Symlink genisoimage to mkisofs and provide genisoimage to enable
+  kiwi to use cdrtools.Provide and obsolete cdrkit-cdrtools-compat
+  instead of conflicting it for kiwi use.
+
+---



Other differences:
--
++ cdrtools.spec ++
--- /var/tmp/diff_new_pack.6reCUE/_old  2016-09-05 09:49:18.0 +0200
+++ /var/tmp/diff_new_pack.6reCUE/_new  2016-09-05 09:49:18.0 +0200
@@ -48,7 +48,6 @@
 Requires:   mkisofs = %version-%release
 Provides:   schily-cdrtools = %version
 Obsoletes:  schily-cdrtools < %version
-Conflicts:  cdrkit-cdrtools-compat
 
 # 0: completely disable caps in this build
 %define with_caps 0
@@ -103,6 +102,24 @@
 Orange Book CD recorder, to write DVD media on a DVD recorder or to
 write BluRay media on a BluRay recorder.
 
+%package cdrkit-compat
+Summary:Symlinks for cdrkit to point to cdrtools
+License:CDDL-1.0 and GPL-2.0
+Group:  Productivity/Multimedia/CD/Record
+Obsoletes:  cdrkit-cdrtools-compat
+Provides:   cdrkit-cdrtools-compat
+Provides:   genisoimage = %version
+Obsoletes:  genisoimage < %version
+Provides:   icedax = %version
+Obsoletes:  icedax < %version
+Provides:   wodim = %version
+Obsoletes:  wodim < %version
+BuildArch:  noarch
+
+%description cdrkit-compat
+This subpackage provides symlinks for programs expecting cdrkit
+program names.
+
 %package -n mkisofs
 Summary:A program to generate an ISO-9660/Joliet/HFS/UDF hybrid 
filesystem
 License:GPL-2.0
@@ -184,6 +201,12 @@
 # Rename in order to not conflict with mkisofs/README in rpm doc section
 mv mkisofs/diag/README mkisofs/diag/README.diag
 
+pushd "%buildroot/%_bindir/"
+ln -s cdda2wav icedax
+ln -s cdrecord wodim
+ln -s mkisofs genisoimage
+popd
+
 %fdupes -s %buildroot/%_prefix
 
 %if 0%{?suse_version} >= 1120
@@ -294,4 +317,10 @@
 %doc %_mandir/man8/mkhybrid.8%ext_man
 %doc %_mandir/man8/mkisofs.8%ext_man
 
+%files cdrkit-compat
+%defattr(-,root,root)
+%_bindir/icedax
+%_bindir/genisoimage
+%_bindir/wodim
+
 %changelog




commit patchinfo.5550 for openSUSE:13.2:Update

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.5550 for 
openSUSE:13.2:Update checked in at 2016-09-05 08:56:10

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


Package is "patchinfo.5550"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  Update gnome-maps in all supported versions 
of openSUSE
  recommended
  moderate
  badshah400
  
This recommended update provides version 3.14.4 for gnome-maps: 

- Update to version 3.14.4 (boo#995112):
  + Download a service.json file to get tile server URI among
other things.
  + Use GtkClutter for the attribution logo, to get transparency.

  Recommended update for gnome-maps




commit gnome-maps for openSUSE:13.2:Update

2016-09-05 Thread h_root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:13.2:Update 
checked in at 2016-09-05 08:56:07

Comparing /work/SRC/openSUSE:13.2:Update/gnome-maps (Old)
 and  /work/SRC/openSUSE:13.2:Update/.gnome-maps.new (New)


Package is "gnome-maps"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.LR04P9/_old  2016-09-05 08:56:08.0 +0200
+++ /var/tmp/diff_new_pack.LR04P9/_new  2016-09-05 08:56:08.0 +0200
@@ -1 +1 @@
-
+