commit xviewer-plugins for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package xviewer-plugins for openSUSE:Factory 
checked in at 2016-03-26 15:28:36

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


Package is "xviewer-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/xviewer-plugins/xviewer-plugins.changes  
2016-02-24 14:25:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.xviewer-plugins.new/xviewer-plugins.changes 
2016-03-26 18:17:07.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 24 11:35:36 UTC 2016 - sor.ale...@meowr.ru
+
+- Be less explicit about what files from __pycache__/ to include.
+
+---



Other differences:
--
++ xviewer-plugins.spec ++
--- /var/tmp/diff_new_pack.cv3Shz/_old  2016-03-26 18:17:07.0 +0100
+++ /var/tmp/diff_new_pack.cv3Shz/_new  2016-03-26 18:17:07.0 +0100
@@ -244,8 +244,7 @@
 %{_datadir}/glib-2.0/schemas/org.x.viewer.plugins.export-to-folder.gschema.xml
 %{_libdir}/%{_name}/plugins/export-to-folder.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/export-to-folder*
 
 %files -n %{_name}-plugin-fit-to-width
 %defattr(-,root,root)
@@ -263,8 +262,7 @@
 %{_datadir}/%{_name}/plugins/fullscreenbg/
 %{_libdir}/%{_name}/plugins/fullscreenbg.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/fullscreenbg*
 
 %files -n %{_name}-plugin-hide-titlebar
 %defattr(-,root,root)
@@ -317,7 +315,6 @@
 %{_libdir}/%{_name}/plugins/slideshowshuffle.plugin
 %{_libdir}/%{_name}/plugins/slideshowshuffle.py
 %dir %{_libdir}/%{_name}/plugins/__pycache__/
-%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*.pyc
-%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*.pyo
+%{_libdir}/%{_name}/plugins/__pycache__/slideshowshuffle*
 
 %changelog




commit wdiff for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package wdiff for openSUSE:Factory checked 
in at 2016-03-26 15:29:48

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


Package is "wdiff"

Changes:

--- /work/SRC/openSUSE:Factory/wdiff/wdiff.changes  2015-05-07 
08:28:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.wdiff.new/wdiff.changes 2016-03-26 
18:16:30.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 26 09:09:53 UTC 2016 - mplus...@suse.com
+
+- Enable experimental tools (same as in Fedora)
+  * mdiff
+  * wdiff2
+  * unify
+- Enable internal testsuite
+- Small spec file improvements and cleanups
+
+---



Other differences:
--
++ wdiff.spec ++
--- /var/tmp/diff_new_pack.guQUBQ/_old  2016-03-26 18:16:30.0 +0100
+++ /var/tmp/diff_new_pack.guQUBQ/_new  2016-03-26 18:16:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wdiff
 #
-# 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
@@ -22,9 +22,9 @@
 Summary:Display Word Differences Between Text Files
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Url:http://www.gnu.org/software/wdiff/
-Source0:ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
-Source1:ftp://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
+Url:https://www.gnu.org/software/wdiff/
+Source0:https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz
+Source1:https://ftp.gnu.org/gnu/wdiff/wdiff-%{version}.tar.gz.sig
 Source2:%{name}.keyring
 BuildRequires:  makeinfo
 BuildRequires:  ncurses-devel
@@ -46,20 +46,18 @@
 %setup -q
 
 %build
-# those autoconf tools never really work, do they?
-# error: AC_REQUIRE: circular dependency of AC_GNU_SOURCE
-# autoreconf -fi
-LIBS=-lncurses \
-CFLAGS="%{optflags} -pipe -DPROTOTYPES" \
-GETOPT="" \
-%configure
+%configure \
+  --enable-experimental="mdiff wdiff2 unify"
 make %{?_smp_mflags}
 
 %install
-make "DESTDIR=$RPM_BUILD_ROOT" install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 %find_lang %{name}-gnulib
 %find_lang %{name}
 
+%check
+make %{?_smp_mflags} check
+
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
@@ -69,9 +67,15 @@
 %files
 %defattr(-,root,root)
 %doc BACKLOG ChangeLog NEWS README* THANKS TODO ABOUT-NLS AUTHORS COPYING
-%{_infodir}/wdiff.info*
-%{_bindir}/*
-%{_mandir}/man1/*
+%{_bindir}/mdiff
+%{_bindir}/unify
+%{_bindir}/wdiff
+%{_bindir}/wdiff2
+%{_infodir}/wdiff.info%{ext_info}
+%{_mandir}/man1/mdiff.1%{ext_man}
+%{_mandir}/man1/unify.1%{ext_man}
+%{_mandir}/man1/wdiff.1%{ext_man}
+%{_mandir}/man1/wdiff2.1%{ext_man}
 
 %files lang -f %{name}-gnulib.lang -f %{name}.lang
 %defattr(-,root,root)






commit virt-manager for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2016-03-26 15:28:15

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2016-02-08 09:47:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2016-03-26 18:16:23.0 +0100
@@ -1,0 +2,28 @@
+Wed Mar 23 13:02:36 MDT 2016 - carn...@suse.com
+
+- Replace virtinst-replace-unar-with-other-archivers.patch with the
+  upstream version
+  21fd079e-replace-unar-with-other-archivers.patch
+
+---
+Fri Mar 18 15:03:06 MDT 2016 - carn...@suse.com
+
+- bsc#971825 - virt-manager needs to use grub.xen installing a PV
+  Tumbleweed VM
+  virtinst-pvgrub2-bootloader.patch
+
+---
+Fri Mar 11 08:11:21 MST 2016 - l...@suse.com
+
+- fate#320353 - Add the ability for virt-convirt to decompress
+  compressed files in an OVA
+  f11eb00b-virt-convert-decompress-gz-files-before-converting.patch
+
+---
+Wed Mar  9 13:20:36 MST 2016 - carn...@suse.com
+
+- bsc#951726 - Error - 'wrong number of arguments (3 for 1) ...'
+  when attempting to create DomU through the yast
+  virt-manager.spec
+
+---

Old:

  virtinst-replace-unar-with-other-archivers.patch

New:

  21fd079e-replace-unar-with-other-archivers.patch
  f11eb00b-virt-convert-decompress-gz-files-before-converting.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.VG2kCj/_old  2016-03-26 18:16:24.0 +0100
+++ /var/tmp/diff_new_pack.VG2kCj/_new  2016-03-26 18:16:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-manager
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,8 +38,10 @@
 Source2:virt-install.desktop
 # Upstream Patches
 Patch1: 89c3638b-fix-detection-that-libvirtd-is-stopped.patch
-Patch2: 
eae7dc06-fix-URL-installs-when-content-length-header-missing.patch
-Patch3: 1c221fd0-suse-ovmf-paths.patch
+Patch2: 21fd079e-replace-unar-with-other-archivers.patch
+Patch3: 
eae7dc06-fix-URL-installs-when-content-length-header-missing.patch
+Patch4: 1c221fd0-suse-ovmf-paths.patch
+Patch5: 
f11eb00b-virt-convert-decompress-gz-files-before-converting.patch
 # SUSE Only
 Patch70:virtman-desktop.patch
 Patch71:virtman-kvm.patch
@@ -75,9 +77,8 @@
 Patch160:   virtinst-xen-drive-type.patch
 Patch161:   virtinst-xenbus-disk-index-fix.patch
 Patch162:   virtinst-refresh_before_fetch_pool.patch
-Patch163:   virtinst-replace-unar-with-other-archivers.patch
-Patch164:   virtinst-fix-sle12sp1-detection.patch
-Patch165:   virtinst-fix-tumbleweed-detection.patch
+Patch163:   virtinst-fix-sle12sp1-detection.patch
+Patch164:   virtinst-fix-tumbleweed-detection.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -160,6 +161,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 # SUSE Only
 %patch70 -p1
 %patch71 -p1
@@ -197,7 +200,6 @@
 %patch162 -p1
 %patch163 -p1
 %patch164 -p1
-%patch165 -p1
 
 %build
 %if %{qemu_user}
@@ -284,6 +286,7 @@
 
 %{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/YaST2/virt-install.desktop
 %{_datadir}/glib-2.0/schemas/org.virt-manager.virt-manager.gschema.xml
 %{_datadir}/GConf/gsettings/org.virt-manager.virt-manager.convert
 
@@ -313,7 +316,6 @@
 %dir %{_datadir}/GConf/gsettings
 %dir %{_datadir}/appdata
 %{_datadir}/YaST2/clients/virt-install.rb
-%{_datadir}/applications/YaST2/virt-install.desktop
 
 %{_bindir}/virt-install
 %{_bindir}/virt-clone

++ 21fd079e-replace-unar-with-other-archivers.patch ++
References: bnc#934270

Subject: Replace the unar to more common archivers
From: Lin Ma l...@suse.com Wed Jan 6 12:22:57 2016 +0800
Date: Sun Jan 10 18:23:29 2016 -0500:
Git: 21fd079eb19899cf5283c6a55e9006d1fa0619b9

Because some of distributions dont provide the unar (universal archiver),
Using more common archivers to replace it.

Signed-off-by: Lin Ma 

(crobinso: adjust test suite)

diff --git 

commit syncthing-gtk for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2016-03-26 15:29:32

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


Package is "syncthing-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2016-01-26 10:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2016-03-26 18:15:20.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar 25 15:09:10 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.3:
+  * Add "Advanced" tab into UI Settings with options to change
+Syncthing daemon arguments and environment variables.
+  * Fix handling Syncthing restarting.
+  * Fix repository with space in ID not refreshing correctly.
+
+---

Old:

  syncthing-gtk-0.8.2.tar.gz

New:

  syncthing-gtk-0.8.3.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.9K6DAq/_old  2016-03-26 18:15:22.0 +0100
+++ /var/tmp/diff_new_pack.9K6DAq/_new  2016-03-26 18:15:22.0 +0100
@@ -19,7 +19,7 @@
 %global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Syncthing Gtk-based graphical interface
 License:GPL-2.0+

++ syncthing-gtk-0.8.2.tar.gz -> syncthing-gtk-0.8.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.8.2/README.md 
new/syncthing-gtk-0.8.3/README.md
--- old/syncthing-gtk-0.8.2/README.md   2016-01-18 09:43:56.0 +0100
+++ new/syncthing-gtk-0.8.3/README.md   2016-03-06 07:45:44.0 +0100
@@ -20,6 +20,14 @@
 - Nautilus (a.k.a. Files), Nemo and Caja integration
 - Desktop notifications
 
+Packages:
+- Ubuntu (deb-based distros): in [Web Upd8 
PPA](https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/) (thanks!) or 
[DEBs](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/s/syncthing-gtk/)
+- Arch Linux: In [[community] 
repository](https://www.archlinux.org/packages/community/any/syncthing-gtk/)
+- Fedora: [in decathorpe's copr 
repository](https://copr.fedoraproject.org/coprs/decathorpe/syncthing/)
+- SUSE (and other rpm-based distros): in [OpenSUSE Build 
Service](http://software.opensuse.org/download.html?project=home%3Akozec=syncthing-gtk).
+- Windows: Get [latest installer from 
here](https://github.com/kozec/syncthing-gui/releases/latest), or use [the 
Chocolatey package](https://chocolatey.org/packages/syncthing-gtk).
+- Or, in worst case scenario, download [latest 
tarball](https://github.com/kozec/syncthing-gui/releases/latest), extract it 
and run syncthing-gtk.py.
+
 Dependencies:
 - python 2.7, GTK 3.8 or newer and 
[PyGObject](https://live.gnome.org/PyGObject)
 - [python-gi-cairo](https://packages.debian.org/sid/python-gi-cairo) and 
[gir1.2-rsvg-2.0](https://packages.debian.org/sid/gir1.2-rsvg-2.0) on debian 
based distros (included in PyGObject elsewhere)
@@ -33,13 +41,14 @@
 - libnotify for desktop notifications.
 - nautilus-python, nemo-python or caja-python for filemanager integration
 
-Packages:
-- Ubuntu (deb-based distros): in [Web Upd8 
PPA](https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/) (thanks!) or 
[DEBs](http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/s/syncthing-gtk/)
-- Arch Linux: In [[community] 
repository](https://www.archlinux.org/packages/community/any/syncthing-gtk/)
-- Fedora: [in decathorpe's copr 
repository](https://copr.fedoraproject.org/coprs/decathorpe/syncthing/)
-- SUSE (and other rpm-based distros): in [OpenSUSE Build 
Service](http://software.opensuse.org/download.html?project=home%3Akozec=syncthing-gtk).
-- Windows: Get [latest installer from 
here](https://github.com/kozec/syncthing-gui/releases/latest), or use [the 
Chocolatey package](https://chocolatey.org/packages/syncthing-gtk).
-- Or, in worst case scenario, download [latest 
tarball](https://github.com/kozec/syncthing-gui/releases/latest), extract it 
and run syncthing-gtk.py.
+Windows Building Dependencies _(you don't need to install these just to 
**run** Syncthing-GTK)_
+- Python for Windows 2.7
+- [PyGObject for Windows](http://sourceforge.net/projects/pygobjectwin32/) 
with GTK3 enabled (tested with version 3.14.0)
+- [python-dateutil](http://labix.org/python-dateutil) (Python 2 version)
+- [Python for Windows Extensions](http://sourceforge.net/projects/pywin32/)
+- [WMI](http://timgolden.me.uk/python/wmi/index.html)
+- 

commit syncthing for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-03-26 15:29:30

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2016-03-07 
13:29:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-03-26 
18:15:18.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar 25 15:09:10 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.12.21:
+  * lib/model: Correct handling of multiple subs when scanning.
+  * lib/model: Properly handle deleting multiple files when doing
+scans with subs.
+  * Clarify UI stuff.
+  * Increase contrast for readonly form controls in dark theme.
+  * ui: Improve layout of footer on narrow screens.
+  * lib/relay/client: Log relay client messages.
+  * ui: Better accessibility for directory & device panels.
+
+---

Old:

  syncthing-source-v0.12.20.tar.gz

New:

  syncthing-source-v0.12.21.tar.gz



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.uRTql4/_old  2016-03-26 18:15:19.0 +0100
+++ /var/tmp/diff_new_pack.uRTql4/_new  2016-03-26 18:15:19.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.12.20
+Version:0.12.21
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

++ syncthing-source-v0.12.20.tar.gz -> syncthing-source-v0.12.21.tar.gz 
++
 3759 lines of diff (skipped)




commit rubygem-rake-compiler for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-rake-compiler for 
openSUSE:Factory checked in at 2016-03-26 15:28:26

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


Package is "rubygem-rake-compiler"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-rake-compiler/rubygem-rake-compiler.changes  
2015-02-10 20:22:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rake-compiler.new/rubygem-rake-compiler.changes
 2016-03-26 18:14:28.0 +0100
@@ -1,0 +2,44 @@
+Sat Mar 19 05:31:26 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.7
+ see installed History.txt
+
+  === 0.9.7 / 2016-03-16
+  
+  * Bugfixes:
+* May fix "make" detection on Windows.
+  #123 [Reported by Aaron Stone]
+
+---
+Sat Mar  5 05:30:50 UTC 2016 - co...@suse.com
+
+- updated to version 0.9.6
+ see installed History.txt
+
+  === 0.9.6 / 2016-03-04
+  
+  * Enhancements
+* Add more descriptions into README.
+  Closes #105 [Patch by Aaron Stone]
+* Remove needless executable bits.
+  Closes #107 [Patch by Thibault Jouan]
+* Update .gitignore.
+  Closes #108 [Patch by Thibault Jouan]
+* Improve "make" detection on some platforms such as FreeBSD.
+  Closes #109 [Patch by Thibault Jouan]
+* Enable cucumber steps for POSIX on *BSD.
+  Closes #110 [Patch by Thibault Jouan]
+* Stop to build bundled extensions.
+* Add description about CLI option into README.
+  Closes #115 [Patch by Richard Michael]
+* Update description about using rake-compiler on virtual machine in
+  README.
+  Closes #116, #117 [Patch by Lars Kanis]
+* Update fake mechanism to be compatible with Bundler.
+  Closes #121 [Patch by Lars Kanis]
+  
+  * Bugfixes:
+* Fix typos in README.
+  Closes #102, #103 [Patch by Robert Fletcher]
+
+---

Old:

  rake-compiler-0.9.5.gem

New:

  rake-compiler-0.9.7.gem



Other differences:
--
++ rubygem-rake-compiler.spec ++
--- /var/tmp/diff_new_pack.8cEJNp/_old  2016-03-26 18:14:29.0 +0100
+++ /var/tmp/diff_new_pack.8cEJNp/_new  2016-03-26 18:14:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rake-compiler
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-rake-compiler
-Version:0.9.5
+Version:0.9.7
 Release:0
 %define mod_name rake-compiler
 %define mod_full_name %{mod_name}-%{version}

++ rake-compiler-0.9.5.gem -> rake-compiler-0.9.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2015-01-03 06:43:52.0 +0100
+++ new/History.txt 2016-03-16 14:39:06.0 +0100
@@ -1,3 +1,35 @@
+=== 0.9.7 / 2016-03-16
+
+* Bugfixes:
+  * May fix "make" detection on Windows.
+#123 [Reported by Aaron Stone]
+
+=== 0.9.6 / 2016-03-04
+
+* Enhancements
+  * Add more descriptions into README.
+Closes #105 [Patch by Aaron Stone]
+  * Remove needless executable bits.
+Closes #107 [Patch by Thibault Jouan]
+  * Update .gitignore.
+Closes #108 [Patch by Thibault Jouan]
+  * Improve "make" detection on some platforms such as FreeBSD.
+Closes #109 [Patch by Thibault Jouan]
+  * Enable cucumber steps for POSIX on *BSD.
+Closes #110 [Patch by Thibault Jouan]
+  * Stop to build bundled extensions.
+  * Add description about CLI option into README.
+Closes #115 [Patch by Richard Michael]
+  * Update description about using rake-compiler on virtual machine in
+README.
+Closes #116, #117 [Patch by Lars Kanis]
+  * Update fake mechanism to be compatible with Bundler.
+Closes #121 [Patch by Lars Kanis]
+
+* Bugfixes:
+  * Fix typos in README.
+Closes #102, #103 [Patch by Robert Fletcher]
+
 === 0.9.5 / 2015-01-03
 
 * Enhancements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.rdoc new/README.rdoc
--- old/README.rdoc 2015-01-03 06:43:52.0 +0100
+++ new/README.rdoc 2016-03-16 14:39:06.0 +0100
@@ -1,7 +1,7 @@
 = What is rake-compiler?
 
 rake-compiler is first and foremost a productivity tool for Ruby developers.
-It's goal is to make the busy developer's life easier by simplifying the 
building
+Its goal is to make 

commit rubygem-slop for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-slop for openSUSE:Factory 
checked in at 2016-03-26 15:28:29

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


Package is "rubygem-slop"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-slop/rubygem-slop.changes
2015-12-01 09:18:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-slop.new/rubygem-slop.changes   
2016-03-26 18:14:34.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 20 05:32:11 UTC 2016 - co...@suse.com
+
+- updated to version 4.3.0
+ see installed CHANGELOG.md
+
+  v4.3.0 (2016-03-19)
+  ---
+  
+  Features
+* Allow disabling array delimiter. #189 (Mike Pastore)
+* Allow passing custom banner as config. #191 (Philip Rees)
+
+---

Old:

  slop-4.2.1.gem

New:

  slop-4.3.0.gem



Other differences:
--
++ rubygem-slop.spec ++
--- /var/tmp/diff_new_pack.LqH9lV/_old  2016-03-26 18:14:35.0 +0100
+++ /var/tmp/diff_new_pack.LqH9lV/_new  2016-03-26 18:14:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-slop
 #
-# 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
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-slop
-Version:4.2.1
+Version:4.3.0
 Release:0
 %define mod_name slop
 %define mod_full_name %{mod_name}-%{version}

++ slop-4.2.1.gem -> slop-4.3.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-11-25 08:47:55.0 +0100
+++ new/.travis.yml 2016-03-19 11:25:22.0 +0100
@@ -1,8 +1,11 @@
 cache: bundler
+before_install:
+  - gem update bundler
 rvm:
   - 2.0.0
   - 2.1
   - 2.2
+  - 2.3.0
   - rbx-2
   - jruby-head
   - ruby-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-11-25 08:47:55.0 +0100
+++ new/CHANGELOG.md2016-03-19 11:25:22.0 +0100
@@ -1,6 +1,13 @@
 Changelog
 =
 
+v4.3.0 (2016-03-19)
+---
+
+Features
+  * Allow disabling array delimiter. #189 (Mike Pastore)
+  * Allow passing custom banner as config. #191 (Philip Rees)
+
 v4.2.1 (2015-11-25)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2015-11-25 08:47:55.0 +0100
+++ new/README.md   2016-03-19 11:25:22.0 +0100
@@ -132,6 +132,9 @@
 # --files foo.txt --files bar.rb
 ```
 
+If you want to disable the built-in string-splitting, set the delimiter to
+`nil`.
+
 Custom option types
 ---
 
@@ -272,7 +275,7 @@
 
 
 Slop v4 is completely non-backwards compatible. The code has been rewritten
-from the group up. If you're already using version 3 you have *have* to update
+from the ground up. If you're already using version 3 you *have* to update
 your code to use version 4. Here's an overview of the more fundamental changes:
 
  No more `instance_eval`
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/options.rb new/lib/slop/options.rb
--- old/lib/slop/options.rb 2015-11-25 08:47:55.0 +0100
+++ new/lib/slop/options.rb 2016-03-19 11:25:22.0 +0100
@@ -26,7 +26,7 @@
 def initialize(**config)
   @options= []
   @separators = []
-  @banner = "usage: #{$0} [options]"
+  @banner = config[:banner].is_a?(String) ? config[:banner] : 
config.fetch(:banner, "usage: #{$0} [options]")
   @config = DEFAULT_CONFIG.merge(config)
   @parser = Parser.new(self, @config)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/slop/types.rb new/lib/slop/types.rb
--- old/lib/slop/types.rb   2015-11-25 08:47:55.0 +0100
+++ new/lib/slop/types.rb   2016-03-19 11:25:22.0 +0100
@@ -62,7 +62,11 @@
   class ArrayOption < Option
 def call(value)
   @value ||= []
-  @value.concat value.split(delimiter, limit)
+  if delimiter
+@value.concat value.split(delimiter, limit)
+  else
+@value << value
+  end
 end
 
 def default_value
@@ -70,7 +74,7 @@
 end
 
 def 

commit rubygem-puma for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-puma for openSUSE:Factory 
checked in at 2016-03-26 15:28:23

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


Package is "rubygem-puma"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes
2016-03-07 13:29:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes   
2016-03-26 18:14:25.0 +0100
@@ -1,0 +2,36 @@
+Sat Mar 19 05:30:57 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.1
+ see installed History.txt
+
+  === 3.1.1 / 2016-03-17
+  
+  * 4 bug fixes:
+* Disable USR1 usage on JRuby
+* Fixes #922 - Correctly define file encoding as UTF-8
+* Set a more explicit SERVER_SOFTWARE Rack variable
+* Show RUBY_ENGINE_VERSION if available. Fixes #923
+  
+  * 3 PRs merged:
+* Merge pull request #912 from tricknotes/fix-allow-failures-in-travis-yml
+* Merge pull request #921 from swrobel/patch-1
+* Merge pull request #924 from tbrisker/patch-1
+
+---
+Sun Mar  6 05:32:14 UTC 2016 - co...@suse.com
+
+- updated to version 3.1.0
+ see installed History.txt
+
+  === 3.1.0 / 2016-03-05
+  
+  * 1 minor feature:
+* Add 'import' directive to config file. Fixes #916
+  
+  * 5 bug fixes:
+* Add 'fetch' to options. Fixes #913
+* Fix jruby daemonization. Fixes #918
+* Recreate the proper args manually. Fixes #910
+* Require 'time' to get iso8601. Fixes #914
+
+---

Old:

  puma-3.0.2.gem

New:

  puma-3.1.1.gem



Other differences:
--
++ rubygem-puma.spec ++
--- /var/tmp/diff_new_pack.V3hlId/_old  2016-03-26 18:14:26.0 +0100
+++ /var/tmp/diff_new_pack.V3hlId/_new  2016-03-26 18:14:26.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-puma
-Version:3.0.2
+Version:3.1.1
 Release:0
 %define mod_name puma
 %define mod_full_name %{mod_name}-%{version}

++ puma-3.0.2.gem -> puma-3.1.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.txt new/History.txt
--- old/History.txt 2016-02-26 19:35:20.0 +0100
+++ new/History.txt 2016-03-18 05:32:21.0 +0100
@@ -1,3 +1,27 @@
+=== 3.1.1 / 2016-03-17
+
+* 4 bug fixes:
+  * Disable USR1 usage on JRuby
+  * Fixes #922 - Correctly define file encoding as UTF-8
+  * Set a more explicit SERVER_SOFTWARE Rack variable
+  * Show RUBY_ENGINE_VERSION if available. Fixes #923
+
+* 3 PRs merged:
+  * Merge pull request #912 from tricknotes/fix-allow-failures-in-travis-yml
+  * Merge pull request #921 from swrobel/patch-1
+  * Merge pull request #924 from tbrisker/patch-1
+
+=== 3.1.0 / 2016-03-05
+
+* 1 minor feature:
+  * Add 'import' directive to config file. Fixes #916
+
+* 5 bug fixes:
+  * Add 'fetch' to options. Fixes #913
+  * Fix jruby daemonization. Fixes #918
+  * Recreate the proper args manually. Fixes #910
+  * Require 'time' to get iso8601. Fixes #914
+
 === 3.0.2 / 2016-02-26
 
 * 5 bug fixes:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/binder.rb new/lib/puma/binder.rb
--- old/lib/puma/binder.rb  2016-02-26 19:35:20.0 +0100
+++ new/lib/puma/binder.rb  2016-03-18 05:32:21.0 +0100
@@ -28,7 +28,7 @@
 
 "QUERY_STRING".freeze => "",
 SERVER_PROTOCOL => HTTP_11,
-SERVER_SOFTWARE => PUMA_VERSION,
+SERVER_SOFTWARE => PUMA_SERVER_STRING,
 GATEWAY_INTERFACE => CGI_VER
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/cluster.rb new/lib/puma/cluster.rb
--- old/lib/puma/cluster.rb 2016-02-26 19:35:20.0 +0100
+++ new/lib/puma/cluster.rb 2016-03-18 05:32:21.0 +0100
@@ -1,4 +1,5 @@
 require 'puma/runner'
+require 'time'
 
 module Puma
   class Cluster < Runner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/configuration.rb 
new/lib/puma/configuration.rb
--- old/lib/puma/configuration.rb   2016-02-26 19:35:20.0 +0100
+++ new/lib/puma/configuration.rb   2016-03-18 05:32:21.0 +0100
@@ -44,6 +44,12 @@
   end
 end
 
+def fetch(key, default=nil)
+  val = self[key]
+  return val if val
+  default
+end
+
 attr_reader :cur
 
 def all_of(key)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/puma/const.rb 

commit python3-Markdown for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python3-Markdown for 
openSUSE:Factory checked in at 2016-03-26 15:29:03

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


Package is "python3-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Markdown/python3-Markdown.changes
2015-11-26 17:04:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Markdown.new/python3-Markdown.changes   
2016-03-26 18:13:27.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 21:16:04 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 2.6.6: no upstream changelog
+
+---

Old:

  Markdown-2.6.5.tar.gz

New:

  Markdown-2.6.6.tar.gz



Other differences:
--
++ python3-Markdown.spec ++
--- /var/tmp/diff_new_pack.pbAMhd/_old  2016-03-26 18:13:28.0 +0100
+++ /var/tmp/diff_new_pack.pbAMhd/_new  2016-03-26 18:13:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-Markdown
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Markdown
-Version:2.6.5
+Version:2.6.6
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.5.tar.gz -> Markdown-2.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/PKG-INFO new/Markdown-2.6.6/PKG-INFO
--- old/Markdown-2.6.5/PKG-INFO 2015-11-25 01:08:48.0 +0100
+++ new/Markdown-2.6.6/PKG-INFO 2016-03-21 02:01:39.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.5
+Version: 2.6.6
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.6.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/README.md new/Markdown-2.6.6/README.md
--- old/Markdown-2.6.5/README.md2015-08-28 05:42:04.0 +0200
+++ new/Markdown-2.6.6/README.md2016-03-11 23:52:18.0 +0100
@@ -6,6 +6,7 @@
 
[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads)
 [![Latest 
Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
 [![BSD 
License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
+[![Issue 
Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
 
 This is a Python implementation of John Gruber's [Markdown][]. 
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/docs/change_log.txt 
new/Markdown-2.6.6/docs/change_log.txt
--- old/Markdown-2.6.5/docs/change_log.txt  2015-11-06 23:41:20.0 
+0100
+++ new/Markdown-2.6.6/docs/change_log.txt  2016-03-11 23:52:18.0 
+0100
@@ -7,6 +7,8 @@
 Python-Markdown Change Log
 =
 
+Nov 24, 2015: Released version 2.6.5 (a bug-fix release).
+
 Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
 
 Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/__version__.py 
new/Markdown-2.6.6/markdown/__version__.py
--- old/Markdown-2.6.5/markdown/__version__.py  2015-11-25 01:00:04.0 
+0100
+++ new/Markdown-2.6.6/markdown/__version__.py  2016-03-21 01:59:12.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 5, 'final', 0)
+version_info = (2, 6, 6, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/extensions/toc.py 

commit python-djvulibre for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-djvulibre for 
openSUSE:Factory checked in at 2016-03-26 15:29:24

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


Package is "python-djvulibre"

Changes:

--- /work/SRC/openSUSE:Factory/python-djvulibre/python-djvulibre.changes
2015-09-11 09:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-djvulibre.new/python-djvulibre.changes   
2016-03-26 18:12:33.0 +0100
@@ -1,0 +2,11 @@
+Sat Mar 12 16:18:34 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.7.1.
+  * Update URL for “actual and proposed changes to the DjVu
+format”.
+  * Use HTTPS for sourceforge.net URLs.
+  * Fix a few typos in the documentation.
+  * Improve the test suite:
++ Normalize whitespace in ps2ascii output.
+
+---

Old:

  python-djvulibre-0.7.tar.gz
  python-djvulibre-0.7.tar.gz.asc

New:

  python-djvulibre-0.7.1.tar.gz
  python-djvulibre-0.7.1.tar.gz.asc



Other differences:
--
++ python-djvulibre.spec ++
--- /var/tmp/diff_new_pack.BCdLUW/_old  2016-03-26 18:12:34.0 +0100
+++ /var/tmp/diff_new_pack.BCdLUW/_new  2016-03-26 18:12:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-djvulibre
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-djvulibre
-Version:0.7
+Version:0.7.1
 Release:0
 Summary:Python Support for the DjVu Image Format
 License:GPL-2.0

++ python-djvulibre-0.7.tar.gz -> python-djvulibre-0.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7/MANIFEST.in 
new/python-djvulibre-0.7.1/MANIFEST.in
--- old/python-djvulibre-0.7/MANIFEST.in2015-08-25 23:24:28.0 
+0200
+++ new/python-djvulibre-0.7.1/MANIFEST.in  2015-11-22 17:36:56.0 
+0100
@@ -10,6 +10,6 @@
 
 recursive-include djvu *.py *.pxi *.pxd *.pyx
 
-recursive-include tests *.py Makefile *.jpeg *.tex *.djvu
+recursive-include tests *.py Makefile *.tex *.djvu
 
 include private/*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7/PKG-INFO 
new/python-djvulibre-0.7.1/PKG-INFO
--- old/python-djvulibre-0.7/PKG-INFO   2015-08-26 00:05:18.0 +0200
+++ new/python-djvulibre-0.7.1/PKG-INFO 2016-03-11 22:34:27.0 +0100
@@ -1,14 +1,14 @@
 Metadata-Version: 1.1
 Name: python-djvulibre
-Version: 0.7
+Version: 0.7.1
 Summary: Python support for the DjVu image format
 Home-page: http://jwilk.net/software/python-djvulibre
 Author: Jakub Wilk
 Author-email: jw...@jwilk.net
 License: GNU GPL 2
-Description: *python-djvulibre* is a set of `Python `_ 
bindings for
-the `DjVuLibre `_ library, an open source 
implementation
-of `DjVu `_.
+Description: *python-djvulibre* is a set of Python bindings for
+the `DjVuLibre `_ library,
+an open source implementation of `DjVu `_.
 Platform: all
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7/djvu/const.py 
new/python-djvulibre-0.7.1/djvu/const.py
--- old/python-djvulibre-0.7/djvu/const.py  2015-08-21 16:46:44.0 
+0200
+++ new/python-djvulibre-0.7.1/djvu/const.py2015-11-23 15:51:16.0 
+0100
@@ -57,7 +57,7 @@
 Subject
 Title
 Trapped'''.split())
-# Retrived from the PDF specification
+# Retrieved from the PDF specification
 
 METADATA_KEYS = METADATA_BIBTEX_KEYS | METADATA_PDFINFO_KEYS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-djvulibre-0.7/djvu/decode.pyx 
new/python-djvulibre-0.7.1/djvu/decode.pyx
--- old/python-djvulibre-0.7/djvu/decode.pyx2015-08-18 15:48:05.0 
+0200
+++ new/python-djvulibre-0.7.1/djvu/decode.pyx  2016-03-11 21:52:23.0 
+0100
@@ -684,7 +684,7 @@
 raise KeyError(key)
 if self._page_map is None:
 self._page_map = {}
-for i from 0 <= i < len(self):
+for i in range(len(self)):
 file = File(self._document, i, sentinel = the_sentinel)
  

commit python-apipkg for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-apipkg for openSUSE:Factory 
checked in at 2016-03-26 15:29:43

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


Package is "python-apipkg"

Changes:

--- /work/SRC/openSUSE:Factory/python-apipkg/python-apipkg.changes  
2016-03-18 21:39:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-apipkg.new/python-apipkg.changes 
2016-03-26 18:12:20.0 +0100
@@ -1,0 +2,20 @@
+Fri Mar 11 08:37:01 UTC 2016 - tbecht...@suse.com
+
+- update to 1.4:
+  - revert the automated version gathering
+  - fix issue2 - adapt tests on Jython
+  - handle jython __pkgpath__ missabstraction when running python from jar 
files
+  - alias modules pointing to unimportable modules will return None for
+all their attributes instead of raising ImportError.  This addresses
+python3.4 where any call to getframeinfo() can choke on sys.modules
+contents if pytest is not installed (because py.test.* imports it).
+  - introduce apipkg.distribution_version(name) as helper to
+obtain the current version number of a package from install metadata
+its used by default with the package name
+  - add an eagerloading option and eagerload automatically
+if bpython is used (workaround for their monkeypatching)
+- Switch to use .tar.gz sdist instead of zip
+- Install LICENSE
+- BuildRequires python-setuptools
+
+---

Old:

  apipkg-1.2.zip

New:

  apipkg-1.4.tar.gz



Other differences:
--
++ python-apipkg.spec ++
--- /var/tmp/diff_new_pack.MI3oo5/_old  2016-03-26 18:12:22.0 +0100
+++ /var/tmp/diff_new_pack.MI3oo5/_new  2016-03-26 18:12:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-apipkg
 #
-# Copyright (c) 2012 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
@@ -13,17 +13,19 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-apipkg
-Version:1.2
+Version:1.4
 Release:0
-License:MIT
 Summary:Namespace control and lazy-import mechanism
-Url:http://bitbucket.org/hpk42/apipkg
+License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/a/apipkg/apipkg-%{version}.zip
+Url:http://bitbucket.org/hpk42/apipkg
+Source: 
http://pypi.python.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildRequires:  unzip
 # Testsuite BuildRequires:
 #BuildRequires:  python-nose
@@ -62,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.txt LICENSE
 %{python_sitelib}/*
 
 %changelog




commit python-PyMySQL for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-PyMySQL for openSUSE:Factory 
checked in at 2016-03-26 15:29:00

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


Package is "python-PyMySQL"

Changes:

--- /work/SRC/openSUSE:Factory/python-PyMySQL/python-PyMySQL.changes
2015-05-15 07:44:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyMySQL.new/python-PyMySQL.changes   
2016-03-26 18:12:14.0 +0100
@@ -1,0 +2,39 @@
+Thu Mar 24 19:17:05 UTC 2016 - toddrme2...@gmail.com
+
+- Add license and docs
+
+---
+Thu Mar 24 19:12:11 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 0.7.2
+  * Fix misuse of `max_allowed_packet` parameter. (#426, #407 and #397)
+  * Add %(name)s plceholder support to `Cursor.executemany()`. (#427, thanks to
+@WorldException)
+- Update to 0.7.1
+  * Fix auth fail with MySQL 5.1
+  * Fix escaping unicode fails on Python 2
+- Update to 0.7
+  * Faster binary escaping
+  * Add `"_binary" prefix` to string literal for binary types.
+binary types are: `bytearray` on Python 2, `bytes` and `bytearray` on 
Python 3.
+This is because recent MySQL show warnings when string literal is invalid 
for
+connection encoding.
+  * `pymysql.Binary()` returns `bytearray` on Python 2.  This is required to 
distinguish
+binary and string.
+  * Auth plugin support.
+  * no_delay option is ignored.  It will be removed in PyMySQL 0.8.
+- Update to 0.6.7
+  * Allow self signed certificate
+  * Add max_allowed_packet option
+  * Fix error when bytes in executemany
+  * Support geometry type
+  * Add coveralls badge to README
+  * Fix some bugs relating to warnings
+  * Add Cursor.mogrify() method
+  * no_delay option is deprecated and True by default
+  * Fix options from my.cnf overrides options from arguments
+  * Allow socket like object.  (It's not feature for end users)
+  * Strip quotes while reading options from my.cnf file
+  * Fix encoding issue in executemany()
+
+---

Old:

  PyMySQL-0.6.6.tar.gz

New:

  PyMySQL-0.7.2.tar.gz



Other differences:
--
++ python-PyMySQL.spec ++
--- /var/tmp/diff_new_pack.FenpBL/_old  2016-03-26 18:12:15.0 +0100
+++ /var/tmp/diff_new_pack.FenpBL/_new  2016-03-26 18:12:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PyMySQL
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-PyMySQL
-Version:0.6.6
+Version:0.7.2
 Release:0
 Summary:Pure Python MySQL Driver
 License:MIT
@@ -59,6 +59,7 @@
 
 %files
 %defattr(-,root,root,-)
+%doc CHANGELOG LICENSE README.rst 
 %{python_sitelib}/*
 
 %changelog

++ PyMySQL-0.6.6.tar.gz -> PyMySQL-0.7.2.tar.gz ++
 2528 lines of diff (skipped)




commit python-Markdown for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package python-Markdown for openSUSE:Factory 
checked in at 2016-03-26 15:28:18

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


Package is "python-Markdown"

Changes:

--- /work/SRC/openSUSE:Factory/python-Markdown/python-Markdown.changes  
2015-12-03 13:30:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-Markdown.new/python-Markdown.changes 
2016-03-26 18:12:12.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 21:11:31 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 2.6.6: no upstream changelog
+
+---

Old:

  Markdown-2.6.5.tar.gz

New:

  Markdown-2.6.6.tar.gz



Other differences:
--
++ python-Markdown.spec ++
--- /var/tmp/diff_new_pack.htA5QR/_old  2016-03-26 18:12:13.0 +0100
+++ /var/tmp/diff_new_pack.htA5QR/_new  2016-03-26 18:12:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Markdown
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   python-Markdown
-Version:2.6.5
+Version:2.6.6
 Release:0
 Summary:Python implementation of Markdown
 License:BSD-3-Clause

++ Markdown-2.6.5.tar.gz -> Markdown-2.6.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/PKG-INFO new/Markdown-2.6.6/PKG-INFO
--- old/Markdown-2.6.5/PKG-INFO 2015-11-25 01:08:48.0 +0100
+++ new/Markdown-2.6.6/PKG-INFO 2016-03-21 02:01:39.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: Markdown
-Version: 2.6.5
+Version: 2.6.6
 Summary: Python implementation of Markdown.
 Home-page: https://pythonhosted.org/Markdown/
 Author: Waylan Limberg
 Author-email: waylan.limberg [at] icloud.com
 License: BSD License
-Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.5.tar.gz
+Download-URL: 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.6.6.tar.gz
 Description: 
 This is a Python implementation of John Gruber's Markdown_.
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/README.md new/Markdown-2.6.6/README.md
--- old/Markdown-2.6.5/README.md2015-08-28 05:42:04.0 +0200
+++ new/Markdown-2.6.6/README.md2016-03-11 23:52:18.0 +0100
@@ -6,6 +6,7 @@
 
[![Downloads](http://img.shields.io/pypi/dm/Markdown.svg)](https://pypi.python.org/pypi/Markdown#downloads)
 [![Latest 
Version](http://img.shields.io/pypi/v/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
 [![BSD 
License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
+[![Issue 
Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
 
 This is a Python implementation of John Gruber's [Markdown][]. 
 It is almost completely compliant with the reference implementation,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/docs/change_log.txt 
new/Markdown-2.6.6/docs/change_log.txt
--- old/Markdown-2.6.5/docs/change_log.txt  2015-11-06 23:41:20.0 
+0100
+++ new/Markdown-2.6.6/docs/change_log.txt  2016-03-11 23:52:18.0 
+0100
@@ -7,6 +7,8 @@
 Python-Markdown Change Log
 =
 
+Nov 24, 2015: Released version 2.6.5 (a bug-fix release).
+
 Nov 6, 2015: Released version 2.6.4 (a bug-fix release).
 
 Oct 26, 2015: Released version 2.6.3 (a bug-fix release).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/__version__.py 
new/Markdown-2.6.6/markdown/__version__.py
--- old/Markdown-2.6.5/markdown/__version__.py  2015-11-25 01:00:04.0 
+0100
+++ new/Markdown-2.6.6/markdown/__version__.py  2016-03-21 01:59:12.0 
+0100
@@ -5,7 +5,7 @@
 # (major, minor, micro, alpha/beta/rc/final, #)
 # (1, 1, 2, 'alpha', 0) => "1.1.2.dev"
 # (1, 2, 0, 'beta', 2) => "1.2b2"
-version_info = (2, 6, 5, 'final', 0)
+version_info = (2, 6, 6, 'final', 0)
 
 
 def _get_version():
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Markdown-2.6.5/markdown/extensions/toc.py 

commit plank for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package plank for openSUSE:Factory checked 
in at 2016-03-26 15:28:56

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


Package is "plank"

Changes:

--- /work/SRC/openSUSE:Factory/plank/plank.changes  2015-10-20 
00:06:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.plank.new/plank.changes 2016-03-26 
18:11:48.0 +0100
@@ -1,0 +2,37 @@
+Wed Mar 17 15:07:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.11.0:
+  * Use non-linear transition in/out of the "zoom" state.
+  * Add docklets support (Clippy, Clock, Desktop, Trash) (lp#731915).
+  * Use GSettings for dock settings (themes and dockitem files
+remain at their location) (lp#994007).
+  * Consolidate public API (breaks old themes and dockitem files,
+those are transitioned accordingly if possible).
+  * Add "CascadeHide" theme option.
+  * Don't grab input and abort this drag if DragItem is null
+(lp#1517897).
+  * Add runtime support for gtk+ 3.19.1+ (lp#1523208).
+  * Show descriptive tooltip for external-dnd actions (lp#1512998).
+  * Update appdata to 0.6+ format.
+  * Hide "Keep in Dock" wile LockItems is enabled (lp#1530963).
+  * Don't apply window-scale-factor twice on foreground-icon-size.
+  * Handle bad LauncherAPI clients which have an insane update-rate
+(lp#1514201).
+  * Expose API to handle LauncherEntry D-Bus clients.
+  * Expand dock on external-drag without enabled zoom too
+(lp#1007058).
+  * Drop support for gee-1.0, having gee-0.8 is mandatory now.
+  * Require glib >= 2.40 and gtk+ >= 3.10.
+  * Handle file-monitor moved-event where launcher was target
+(lp#1522917).
+  * Add "simple and experimental" multi-dock support.
+  * Follow environment's setting whether to show notifications
+(lp#1523266).
+  * Force SurfaceCache to allow downscale if drawing-time is
+insanely high (lp#1502429)
+  * Add TooltipsEnabled setting (lp#1553246).
+  * TOUCHPAD devices are able to perform pressure on a barrier too.
+  * Some tweaking of the default themes.
+  * Update translations.
+
+---

Old:

  plank-0.10.1.tar.xz
  plank-0.10.1.tar.xz.asc

New:

  plank-0.11.0.tar.xz
  plank-0.11.0.tar.xz.asc



Other differences:
--
++ plank.spec ++
--- /var/tmp/diff_new_pack.xe4lEI/_old  2016-03-26 18:11:49.0 +0100
+++ /var/tmp/diff_new_pack.xe4lEI/_new  2016-03-26 18:11:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plank
 #
-# 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
@@ -16,10 +16,10 @@
 #
 
 
-%define lname  libplank0
+%define lname  libplank1
 %define _version 1.0
 Name:   plank
-Version:0.10.1
+Version:0.11.0
 Release:0
 Summary:Elegant, simple, and clean dock
 License:GPL-3.0+
@@ -41,14 +41,12 @@
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4) >= 0.4
 BuildRequires:  pkgconfig(dbusmenu-gtk3-0.4) >= 0.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.26.0
-BuildRequires:  pkgconfig(gdk-x11-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gdk-x11-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.34
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.34
+BuildRequires:  pkgconfig(gio-2.0) >= 2.40
+BuildRequires:  pkgconfig(glib-2.0) >= 2.40
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.34
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(libbamf3) >= 0.2.92
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(x11)
@@ -56,6 +54,7 @@
 BuildRequires:  pkgconfig(xi) >= 1.6.99.1
 Requires:   bamf-daemon >= 0.2.92
 Recommends: %{name}-lang
+%glib2_gsettings_schema_requires
 
 %description
 Plank is meant to be the simplest dock on the planet. The goal is
@@ -91,7 +90,7 @@
 %setup -q
 
 %build
-autoreconf -fi
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
   --disable-apport
@@ -106,10 +105,12 @@
 %post
 %icon_theme_cache_post
 %desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 
 %post -n %{lname} -p /sbin/ldconfig
 
@@ -119,9 +120,11 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYRIGHT HACKING NEWS README
 %{_bindir}/%{name}
+%{_libdir}/%{name}/
 %{_datadir}/%{name}/
 

commit perl-HTML-FormHandler for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-HTML-FormHandler for 
openSUSE:Factory checked in at 2016-03-26 15:28:20

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


Package is "perl-HTML-FormHandler"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-HTML-FormHandler/perl-HTML-FormHandler.changes  
2015-09-30 05:50:54.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-HTML-FormHandler.new/perl-HTML-FormHandler.changes
 2016-03-26 17:33:12.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar 23 10:35:10 UTC 2016 - co...@suse.com
+
+- updated to 0.40065
+   see /usr/share/doc/packages/perl-HTML-FormHandler/Changes
+
+  0.40065 Sat Mar 19, 2016
+ Ensure Text fields only contain a single value
+ Make it easier to specify a Select field having identical labels and 
values.
+
+---

Old:

  HTML-FormHandler-0.40064.tar.gz

New:

  HTML-FormHandler-0.40065.tar.gz



Other differences:
--
++ perl-HTML-FormHandler.spec ++
--- /var/tmp/diff_new_pack.wTqBIM/_old  2016-03-26 17:33:13.0 +0100
+++ /var/tmp/diff_new_pack.wTqBIM/_new  2016-03-26 17:33:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-FormHandler
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-HTML-FormHandler
-Version:0.40064
+Version:0.40065
 Release:0
 %define cpan_name HTML-FormHandler
 Summary:HTML forms using Moose
@@ -81,9 +81,8 @@
 
 %description
 *** Although documentation in this file provides some overview, it is
-mainly intended for API documentation. See the
-HTML::FormHandler::Manual::Intro manpage for an introduction, with links to
-other documentation.
+mainly intended for API documentation. See HTML::FormHandler::Manual::Intro
+for an introduction, with links to other documentation.
 
 HTML::FormHandler maintains a clean separation between form construction
 and form rendering. It allows you to define your forms and fields in a
@@ -117,20 +116,19 @@
 HTML::FormHandler provides rendering through roles which are applied to
 form and field classes (although there's no reason you couldn't write a
 renderer as an external object either). There are currently two flavors:
-all-in-one solutions like the HTML::FormHandler::Render::Simple manpage and
-the HTML::FormHandler::Render::Table manpage that contain methods for
-rendering field widget classes, and the the HTML::FormHandler::Widget
-manpage roles, which are more atomic roles which are automatically applied
-to fields and form. See the HTML::FormHandler::Manual::Rendering manpage
-for more details. (And you can easily use hand-built forms - FormHandler
-doesn't care.)
+all-in-one solutions like HTML::FormHandler::Render::Simple and
+HTML::FormHandler::Render::Table that contain methods for rendering field
+widget classes, and the HTML::FormHandler::Widget roles, which are more
+atomic roles which are automatically applied to fields and form. See
+HTML::FormHandler::Manual::Rendering for more details. (And you can easily
+use hand-built forms - FormHandler doesn't care.)
 
 The typical application for FormHandler would be in a Catalyst,
 DBIx::Class, Template Toolkit web application, but use is not limited to
 that. FormHandler can be used in any Perl application.
 
 More Formhandler documentation and a tutorial can be found in the manual at
-the HTML::FormHandler::Manual manpage.
+HTML::FormHandler::Manual.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -149,6 +147,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README TODO util
+%doc Changes LICENSE README README.md TODO util
 
 %changelog

++ HTML-FormHandler-0.40064.tar.gz -> HTML-FormHandler-0.40065.tar.gz ++
 3911 lines of diff (skipped)




commit nmap for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package nmap for openSUSE:Factory checked in 
at 2016-03-26 15:28:13

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


Package is "nmap"

Changes:

--- /work/SRC/openSUSE:Factory/nmap/nmap.changes2016-03-21 
12:45:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.nmap.new/nmap.changes   2016-03-26 
17:31:50.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar 23 18:37:26 UTC 2016 - astie...@suse.com
+
+- Nmap 7.11:
+  * Add support for diffie-hellman-group-exchange-* SSH key
+exchange methods to ssh2.lua, allowing ssh-hostkey to run on
+servers that only support custom Diffie-Hellman groups.
+  * Add support in sslcert.lua for Microsoft SQL Server's TDS
+protocol, so you can now grab certs with ssl-cert or check
+ciphers with ssl-enum-ciphers.
+  * Fix crashes in Zenmap
+
+---

Old:

  nmap-7.10.tar.bz2
  nmap-7.10.tar.bz2.asc

New:

  nmap-7.11.tar.bz2
  nmap-7.11.tar.bz2.asc



Other differences:
--
++ nmap.spec ++
--- /var/tmp/diff_new_pack.3UaJGR/_old  2016-03-26 17:31:52.0 +0100
+++ /var/tmp/diff_new_pack.3UaJGR/_new  2016-03-26 17:31:52.0 +0100
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define with_system_lua 0%{?suse_version} >= 1220
 Name:   nmap
-Version:7.10
+Version:7.11
 Release:0
 Summary:Portscanner
 License:GPL-2.0+

++ nmap-7.10.tar.bz2 -> nmap-7.11.tar.bz2 ++
/work/SRC/openSUSE:Factory/nmap/nmap-7.10.tar.bz2 
/work/SRC/openSUSE:Factory/.nmap.new/nmap-7.11.tar.bz2 differ: char 11, line 1




commit lollypop for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2016-03-26 15:29:35

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-02-22 
08:57:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.lollypop.new/lollypop.changes   2016-03-26 
17:30:59.0 +0100
@@ -1,0 +2,16 @@
+Thu Mar 24 00:29:36 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.9.91:
+  + Bug fixes.
+- Changes from version 0.9.90:
+  + Rewritten queue popover.
+  + New playlists/albums popover (You can manage tracks/albums
+while browsing your collection).
+  + New overlay buttons.
+  + Drag & drop in playlists.
+  + Fast queuing.
+  + Multi playlists selection.
+  + Jump to current track button.
+  + Elementary OS support back.
+
+---

Old:

  lollypop-0.9.86.tar.xz

New:

  lollypop-0.9.91.tar.xz



Other differences:
--
++ lollypop.spec ++
--- /var/tmp/diff_new_pack.c8xXfX/_old  2016-03-26 17:31:00.0 +0100
+++ /var/tmp/diff_new_pack.c8xXfX/_new  2016-03-26 17:31:00.0 +0100
@@ -22,7 +22,7 @@
 Name:   lollypop
 Summary:GNOME music playing application
 License:GPL-3.0+
-Version:0.9.86
+Version:0.9.91
 Release:0
 Url:https://github.com/gnumdk/lollypop
 Source0:
https://github.com/gnumdk/lollypop/releases/download/%{version}/%{name}-%{version}.tar.xz

++ lollypop-0.9.86.tar.xz -> lollypop-0.9.91.tar.xz ++
 50755 lines of diff (skipped)




commit libvirt for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-03-26 15:29:41

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-03-07 
13:28:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-03-26 
17:30:42.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 18 20:13:41 UTC 2016 - jfeh...@suse.com
+
+- spec: restart daemons in %posttrans after connection drivers
+  have been processed
+  bsc#854343, bsc#968483
+
+---



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.a1pHKQ/_old  2016-03-26 17:30:45.0 +0100
+++ /var/tmp/diff_new_pack.a1pHKQ/_new  2016-03-26 17:30:45.0 +0100
@@ -1434,9 +1434,13 @@
 %postun daemon
 /sbin/ldconfig
 %if %{with_systemd}
-%service_del_postun libvirtd.service libvirtd.socket
-%service_del_postun virtlockd.service virtlockd.socket
-%service_del_postun virtlogd.service virtlogd.socket
+# On upgrade, defer restarting daemons until %posttrans
+if test $1 -eq 0 ; then
+for service in libvirtd virtlockd virtlogd ; do
+rm -f "/var/lib/systemd/migrated/$service" 2> /dev/null || :
+done
+/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 %else
 %restart_on_update libvirtd
 %restart_on_update virtlockd
@@ -1444,6 +1448,17 @@
 %endif
 %insserv_cleanup
 
+%posttrans daemon
+# All connection drivers should be installed post transaction.
+# Time to restart daemons.
+%if %{with_systemd}
+if test "$YAST_IS_RUNNING" != "instsys" -a "$DISABLE_RESTART_ON_UPDATE" != yes 
; then
+for service in libvirtd virtlockd virtlogd ; do
+/usr/bin/systemctl try-restart ${service}.service >/dev/null 2>&1 || :
+done
+fi
+%endif
+
 # In upgrade scenario we must explicitly enable virtlockd/virtlogd
 # sockets, if libvirtd is already enabled and start them if
 # libvirtd is running, otherwise you'll get failures to start





commit libu2f-host for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2016-03-26 15:28:42

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


Package is "libu2f-host"

Changes:

--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2016-02-22 
08:58:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes 
2016-03-26 17:30:38.0 +0100
@@ -1,0 +2,17 @@
+Wed Mar 23 20:45:47 UTC 2016 - jeng...@inai.de
+
+- Avoid undesired blank lines at start of descriptions.
+  Expand description. Trim filelist.
+
+---
+Mon Mar 21 12:21:54 UTC 2016 - t.gru...@katodev.de
+
+- Version 1.1.1 (released 2016-03-14)
+  - Use correct index in u2fh_devs_discover()
+  - Fix an issue where we left the authenticate loop early.
+  - Fix an issue where authenticate remembered which devices to skip.
+  - Stop validating the scheme of the origin.
+  - Fixup a crash in u2fh_devs_discover() with closing unplugged devices.
+  - Documentation fixes.
+
+---

Old:

  libu2f-host-1.1.0.tar.xz
  libu2f-host-1.1.0.tar.xz.sig

New:

  libu2f-host-1.1.1.tar.xz
  libu2f-host-1.1.1.tar.xz.sig



Other differences:
--
++ libu2f-host.spec ++
--- /var/tmp/diff_new_pack.L70dnn/_old  2016-03-26 17:30:39.0 +0100
+++ /var/tmp/diff_new_pack.L70dnn/_new  2016-03-26 17:30:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libu2f-host
 #
-# 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
@@ -16,9 +16,9 @@
 #
 
 
-%define soname  0
+%define sover  0
 Name:   libu2f-host
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Yubico Universal 2nd Factor (U2F) Host C Library
 License:GPL-3.0+
@@ -40,11 +40,11 @@
 the host-side of the U2F protocol. There are APIs to talk to a U2F
 device and perform the U2F Register and U2F Authenticate operations.
 
-%package -n %{name}%{soname}
+%package -n %{name}%{sover}
 Summary:Library for Universal 2nd Factor (U2F)
 Group:  Productivity/Networking/Security
 
-%description -n %{name}%{soname}
+%description -n %{name}%{sover}
 Libu2f-host provide a C library that implements
 the host-side of the U2F protocol.  There are APIs to talk to a U2F
 device and perform the U2F Register and U2F Authenticate operations.
@@ -52,7 +52,7 @@
 %package -n %{name}-devel
 Summary:Development files for Universal 2nd Factor (U2F)
 Group:  Development/Libraries/C and C++
-Requires:   %{name}%{soname} = %{version}
+Requires:   %{name}%{sover} = %{version}
 
 %description -n %{name}-devel
 This package contains the header file needed to develop applications that
@@ -61,19 +61,17 @@
 %package -n u2f-host
 Summary:Tool to support Yubico's Universal 2nd Factor (U2F)
 Group:  Productivity/Networking/Security
-Requires:   %{name}%{soname} = %{version}
+Requires:   %{name}%{sover} = %{version}
 
 %description -n u2f-host
-
-Command line tool that implements the host-side of the Universal 2nd Factor 
(U2F) protocol
+Command line tool that implements the host side of the Universal 2nd Factor 
(U2F) protocol.
 
 %packagedoc
-Summary:Doc-files for U2F protocol
+Summary:Documentation for the U2F protocol
 Group:  Productivity/Networking/Security
 
 %descriptiondoc
-
-Doc-files for the host-side of the U2F protocol.
+Documentation files for the host side of the U2F protocol.
 
 %prep
 %setup -q
@@ -89,9 +87,9 @@
 %post
 %{?udev_rules_update:%udev_rules_update}
 
-%post   -n %{name}%{soname} -p /sbin/ldconfig
+%post   -n %{name}%{sover} -p /sbin/ldconfig
 
-%postun -n %{name}%{soname} -p /sbin/ldconfig
+%postun -n %{name}%{sover} -p /sbin/ldconfig
 
 %files -n u2f-host
 %defattr(-,root,root)
@@ -104,20 +102,16 @@
 %defattr(-,root,root)
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
-%dir %{_datadir}/gtk-doc/html/u2f-host
-%{_datadir}/gtk-doc/html/u2f-host/*
+%{_datadir}/gtk-doc/html/u2f-host/
 
-%files -n %{name}%{soname}
+%files -n %{name}%{sover}
 %defattr(-,root,root)
-%{_libdir}/%{name}.so.%{soname}
-%{_libdir}/%{name}.so.%{soname}.1.0
+%{_libdir}/%{name}.so.%{sover}
+%{_libdir}/%{name}.so.%{sover}.1.1
 
 %files -n %{name}-devel
 %defattr(-,root,root)
-%dir %{_includedir}/u2f-host
-%{_includedir}/u2f-host/u2f-host.h

commit ipset for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2016-03-26 15:28:48

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


Package is "ipset"

Changes:

--- /work/SRC/openSUSE:Factory/ipset/ipset.changes  2016-01-22 
01:09:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2016-03-26 
17:28:14.0 +0100
@@ -1,0 +2,19 @@
+Wed Mar 16 23:25:41 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 6.29
+* Fix race condition in ipset save, swap and delete
+
+---
+Sat Mar 12 21:40:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 6.28
+* Test added to check 0.0.0.0/0,iface to be matched in
+  hash:net,iface type
+* Check IPSET_ATTR_ETHER netlink attribute length
+* Fix set:list type crash when flush/dump set in parallel
+* Allow a 0 netmask with hash_netiface type
+- Restore unreviewed deletion of KMP production,
+  undo spec-cleaner refucktoring
+- Add ipset-destdir.diff
+
+---

Old:

  ipset-6.27.tar.bz2

New:

  ipset-6.29.tar.bz2
  ipset-destdir.diff
  ipset-preamble



Other differences:
--
++ ipset.spec ++
--- /var/tmp/diff_new_pack.mcOeY2/_old  2016-03-26 17:28:17.0 +0100
+++ /var/tmp/diff_new_pack.mcOeY2/_new  2016-03-26 17:28:17.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define lname  libipset3
 Name:   ipset
-Version:6.27
+%define lname  libipset3
+Version:6.29
 Release:0
 Summary:Netfilter ipset administration utility
 License:GPL-2.0
@@ -26,14 +26,29 @@
 Url:http://ipset.netfilter.org/
 #Git-Clone:git://git.netfilter.org/ipset
 #Git-Web:  http://git.netfilter.org/
-Source: ftp://ftp.netfilter.org/pub/ipset/%{name}-%{version}.tar.bz2
+Source: ftp://ftp.netfilter.org/pub/ipset/%name-%version.tar.bz2
+Source3:%name-preamble
+Patch1: ipset-destdir.diff
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  linux-glibc-devel >= 2.6.24
-BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  pkg-config >= 0.21
 BuildRequires:  pkgconfig(libmnl) >= 1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} && 0%{?suse_version} < 1330
+# Factory gets new kernels, old releases don't.
+# Always build KMPs for all versions older than Factory.
+%define ipset_build_kmp 1
+%endif
+%if 0%{?ipset_build_kmp}
+BuildRequires:  %kernel_module_package_buildreqs
+%if 0%{?suse_version} >= 1320
+BuildRequires:  kmod-compat
+%endif
+BuildRequires:  kernel-syms >= 2.6.39
+%kernel_module_package -p %name-preamble
+%endif
 
 %description
 IP sets are a framework inside the Linux kernel, which can be
@@ -50,11 +65,24 @@
 * express complex IP address and ports based rulesets with one single
   iptables rule and benefit from the speed of IP sets
 
-%package -n %{lname}
+%package KMP
+Summary:Netfilter ipset kernel modules
+Group:  System/Kernel
+
+%description KMP
+IP sets are a framework inside the Linux kernel, which can be
+administered by the ipset utility. Depending on the type, currently
+an IP set may store IP addresses, (TCP/UDP) port numbers or IP
+addresses with MAC addresses in a way, which ensures lightning speed
+when matching an entry against a set.
+
+This package contains a version update to the in-kernel ipset modules.
+
+%package -n %lname
 Summary:Userspace library for the in-kernel Netfilter ipset interface
 Group:  System/Libraries
 
-%description -n %{lname}
+%description -n %lname
 IP sets are a framework inside the Linux kernel, which can be
 administered by the ipset utility. Depending on the type, currently
 an IP set may store IP addresses, (TCP/UDP) port numbers or IP
@@ -64,7 +92,7 @@
 %package devel
 Summary:Development files for ipset extensions
 Group:  Development/Libraries/C and C++
-Requires:   %{lname} = %{version}
+Requires:   %lname = %version
 
 %description devel
 IP sets are a framework inside the Linux kernel, which can be
@@ -75,34 +103,59 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
-%configure --disable-static \
-   --with-kmod=no \
-   --includedir="%{_includedir}/pkg/%{name}"
-make %{?_smp_mflags};
+# build wants to call modinfo at some point
+export PATH="$PATH:/usr/sbin"
+autoreconf -fi
+%if 0%{?ipset_build_kmp}
+for flavor in %flavors_to_build; do
+   cp -a . "../%name-$flavor-%version"
+   pushd "../%name-$flavor-%version/"
+   # ksource: it 

commit laptop-mode-tools for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package laptop-mode-tools for 
openSUSE:Factory checked in at 2016-03-26 15:28:33

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


Package is "laptop-mode-tools"

Changes:

--- /work/SRC/openSUSE:Factory/laptop-mode-tools/laptop-mode-tools.changes  
2016-02-22 08:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.laptop-mode-tools.new/laptop-mode-tools.changes 
2016-03-26 17:29:23.0 +0100
@@ -1,0 +2,32 @@
+Thu Mar 24 08:47:53 UTC 2016 - rob...@linux-source.org
+
+- Fix source url, point to github.com
+- Add org.linux.lmt.gui.policy to spec file.
+- Add lmt-poll.service to %pre/%post/%preun/%postun.
+- Clean-up spec file, require systemd-rpm-macro only if version is
+  1315 or higher.
+- Update to version 1.69.1:
+  + Important Bug Fix release.
+- Changes from version 1.69:
+  + Wait for all forked modules to complete
+  + Add new module: cputhotplug
+  + CPU online/offine is reverse here
+  + Fix shell syntax
+  + Install policykit file
+  + Detach polling daemon from main process
+  + Do NOT touch speed if throttling is not set
+  + Restore to MAX speed when back to AC Power
+  + Fix manpage about DISABLE_ETHERNET_ON_BATTERY setting
+  + Update documentation about ENABLE_LAPTOP_MODE_ON_AC setting
+  + Change powersaving default for USB class devices
+  + Drop usbhid from default (black)list
+  + Add usb keyboard driver to the list default list
+  + Be consistent with passing args to LMT from different invokers
+  + Honor device plug/unplug events on a per device basis;
+like how Chromium initially submitted this patch
+  + Also be consistent with option in the event parser
+  + Update links in README.md
+  + Update new github homepage location
+  + Add lmt-config-gui shell script 
+
+---

Old:

  laptop-mode-tools_1.68.1.tar.gz

New:

  laptop-mode-tools_1.69.1.tar.gz



Other differences:
--
++ laptop-mode-tools.spec ++
--- /var/tmp/diff_new_pack.YG5KIj/_old  2016-03-26 17:29:24.0 +0100
+++ /var/tmp/diff_new_pack.YG5KIj/_new  2016-03-26 17:29:24.0 +0100
@@ -20,13 +20,13 @@
 %{!?_udevdir:%global _udevdir  %{_libexecdir}/udev}
 
 Name:   laptop-mode-tools
-Version:1.68.1
+Version:1.69.1
 Release:0
 Summary:The Laptop Mode Tools
 License:GPL-2.0+
 Group:  System/Base
 Url:http://www.samwel.tk/laptop_mode/
-Source: 
http://samwel.tk/laptop_mode/tools/downloads/%{name}_%{version}.tar.gz
+Source: 
https://github.com/rickysarraf/%{name}/releases/download/%{version}/%{name}_%{version}.tar.gz
 Source1:laptop-mode-tools.pm-utils-hook
 Source2:README.SUSE
 Patch1: laptop-mode-1.53-install_sh.diff
@@ -38,8 +38,8 @@
 BuildRequires:  pm-utils
 %else
 BuildRequires:  systemd
-%endif
 BuildRequires:  systemd-rpm-macros
+%endif
 BuildRequires:  udev
 BuildArch:  noarch
 %{?systemd_requires}
@@ -82,16 +82,20 @@
 
 %pre
 %service_add_pre laptop-mode.service
+%service_add_pre lmt-poll.service
 
 %post
 %service_add_post laptop-mode.service
+%service_add_post lmt-poll.service
 systemd-tmpfiles --create %{_tmpfilesdir}/laptop-mode.conf
 
 %preun
 %service_del_preun laptop-mode.service
+%service_del_preun lmt-poll.service
 
 %postun
 %service_del_postun laptop-mode.service
+%service_del_postun lmt-poll.service
 
 %files
 %defattr(-,root,root)
@@ -123,6 +127,9 @@
 %doc README.SUSE
 %{_tmpfilesdir}/laptop-mode.conf
 %{_unitdir}/laptop-mode.service
+%dir %{_datadir}/polkit-1
+%dir %{_datadir}/polkit-1/actions
+%{_datadir}/polkit-1/actions/org.linux.lmt.gui.policy
 %if 0%{?suse_version} >= 1315
 %{_unitdir}/laptop-mode.timer
 %{_unitdir}/lmt-poll.service

++ laptop-mode-tools_1.68.1.tar.gz -> laptop-mode-tools_1.69.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/laptop-mode-tools_1.68.1/Documentation/revision-history.txt 
new/laptop-mode-tools_1.69.1/Documentation/revision-history.txt
--- old/laptop-mode-tools_1.68.1/Documentation/revision-history.txt 
2015-09-27 10:33:07.0 +0200
+++ new/laptop-mode-tools_1.69.1/Documentation/revision-history.txt 
2016-03-15 11:35:20.0 +0100
@@ -1,3 +1,25 @@
+1.69 - Mon Mar  7 17:44:42 IST 2016
+* Wait for all forked modules to complete
+* Add new module: cputhotplug
+* CPU online/offine is reverse here
+* Fix shell syntax
+* Install policykit file
+* Detach polling daemon from main process
+* Do NOT touch speed if throttling is not set
+* Restore to MAX speed when back to AC Power
+

commit konkretcmpi for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package konkretcmpi for openSUSE:Factory 
checked in at 2016-03-26 15:29:27

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


Package is "konkretcmpi"

Changes:

--- /work/SRC/openSUSE:Factory/konkretcmpi/konkretcmpi.changes  2015-08-05 
06:52:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.konkretcmpi.new/konkretcmpi.changes 
2016-03-26 17:29:09.0 +0100
@@ -1,0 +2,15 @@
+Fri Mar 18 13:22:32 UTC 2016 - kkae...@suse.com
+
+- sync patches with upstream
+
+  * rename
+  0001-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
+  to 0005-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
+  konkretcmpi-0.9.2-fix-returning-instance-from-method.patch
+  to 0003-Fix-returning-instance-as-an-output-argument-from-me.patch
+
+  * add
+  0002-Don-t-optimize-out-module-registration.patch
+  0004-Fix-missing-rpath.patch
+
+---

Old:

  0001-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
  konkretcmpi-0.9.2-fix-returning-instance-from-method.patch

New:

  0002-Don-t-optimize-out-module-registration.patch
  0003-Fix-returning-instance-as-an-output-argument-from-me.patch
  0004-Fix-missing-rpath.patch
  0005-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch



Other differences:
--
++ konkretcmpi.spec ++
--- /var/tmp/diff_new_pack.9UHunm/_old  2016-03-26 17:29:10.0 +0100
+++ /var/tmp/diff_new_pack.9UHunm/_new  2016-03-26 17:29:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package konkretcmpi
 #
-# 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
@@ -36,22 +36,29 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Source0:
https://github.com/rnovacek/konkretcmpi/archive/%{version}/konkretcmpi-%{version}.tar.gz
 Source0:konkretcmpi-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE, kkae...@suse.de
-# Adapt for older cmake versions
-Patch1: older-cmake.patch
+
 # PATCH-FIX-UPSTREAM
 # Fix for cim-schema 2.40.0 compatiblity
 # See https://github.com/rnovacek/konkretcmpi/issues/3
-Patch2: 0001-Honor-that-string-properties-with-EmbeddedInstance-q.patch
+Patch1: 0001-Honor-that-string-properties-with-EmbeddedInstance-q.patch
+# PATCH-FIX-UPSTREAM
+Patch2: 0002-Don-t-optimize-out-module-registration.patch
+# PATCH-FIX-UPSTREAM
+Patch3: 0003-Fix-returning-instance-as-an-output-argument-from-me.patch
 # PATCH-FIX-UPSTREAM
-Patch3: konkretcmpi-0.9.2-fix-returning-instance-from-method.patch
-# SWIG/Python on SLE 11 and below needs -classic switch, kkae...@suse.de
+Patch4: 0004-Fix-missing-rpath.patch
+# PATCH-FIX-UPSTREAM
+Patch5: 0005-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
+
+# PATCH-FIX-OPENSUSE, kkae...@suse.de
+# Adapt for older cmake versions
+Patch6: older-cmake.patch
+
+# PATCH-FIX-OPENSUSE, SWIG/Python on SLE 11 and below needs -classic switch, 
kkae...@suse.de
 #   See 
http://stackoverflow.com/questions/14192288/how-to-make-multiple-properties-valid-to-one-file-by-set-source-files-properties
 #   why set_source_files_properties cannot be used (recognizes string as 
single property)
 # CMake on SLE10 defines PYTHON_INCLUDE_PATH, not PYTHON_INCLUDE_DIR, 
kkae...@suse.de
-Patch4: sle10.patch
-# PATCH-FIX-UPSTREAM
-Patch5: 0001-konkretreg-ignore-KONKRET_REGISTRATION-macro-in-libr.patch
+Patch7: sle10.patch
 
 %description
 An open-source tool for rapidly developing CMPI providers in the C
@@ -67,7 +74,7 @@
 Obsoletes:  %{name} < %{version}
 
 %description -n %{libsoname}
-This package contains the shared libkonkrekcmpi library.
+This package contains the shared libkonkretcmpi library.
 
 %package devel
 Summary:Development files for konkretcmpi
@@ -104,20 +111,22 @@
 %setup -n konkretcmpi-%{version}
 %if 0%{?suse_version} > 0
 %if 0%{?suse_version} < 1320
-%patch1 -p1
+%patch6 -p1
 %if 0%{?suse_version} < 1020
-%patch4 -p1
+%patch7 -p1
 %endif
 %endif
 %endif
 %if 0%{?rhel_version} > 0 && 0%{?rhel_version} < 700
-%patch1 -p1
+%patch6 -p1
 %endif
 %if 0%{?centos_version} > 0 && 0%{?centos_version} < 700
-%patch1 -p1
+%patch6 -p1
 %endif
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch5 -p1
 
 %build

++ 0002-Don-t-optimize-out-module-registration.patch ++
>From 63746931efdc064a49e3f4f2fa3cd66609facd8f Mon Sep 17 00:00:00 2001
From: Radek Novacek 

commit iouyap for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package iouyap for openSUSE:Factory checked 
in at 2016-03-26 15:29:38

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


Package is "iouyap"

Changes:

--- /work/SRC/openSUSE:Factory/iouyap/iouyap.changes2015-01-14 
11:45:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.iouyap.new/iouyap.changes   2016-03-26 
17:28:08.0 +0100
@@ -1,0 +2,12 @@
+Sat Mar 12 15:21:39 UTC 2016 - and...@opensuse.org
+
+- new upstream version 0.97
+  * Fix crash during capture
+  * Enbed iniparser
+- removed all patches now in upstream code:
+  * iouyap-0.95_buff_overflow.patch
+  * iouyap-0.95_log_error.patch
+  * iouyap-0.95_fix_packet_mem_corruption.patch
+  * iouyap-0.95_fix_ownership.patch
+
+---

Old:

  iouyap-0.95.tar.gz
  iouyap-0.95_buff_overflow.patch
  iouyap-0.95_fix_ownership.patch
  iouyap-0.95_fix_packet_mem_corruption.patch
  iouyap-0.95_log_error.patch

New:

  iouyap-0.97.tar.gz



Other differences:
--
++ iouyap.spec ++
--- /var/tmp/diff_new_pack.SjBnWP/_old  2016-03-26 17:28:10.0 +0100
+++ /var/tmp/diff_new_pack.SjBnWP/_new  2016-03-26 17:28:10.0 +0100
@@ -17,22 +17,17 @@
 
 
 Name:   iouyap
-Version:0.95
+Version:0.97
 Release:0
 Summary:Bridge IOU to TAP, UDP and Ethernet
 License:GPL-3.0+
 Group:  System/Emulators/Other
 Url:https://github.com/GNS3/iouyap
 Source0:%{name}-%{version}.tar.gz
-Patch0: %{name}-0.95_buff_overflow.patch
-Patch1: %{name}-0.95_log_error.patch
-Patch2: %{name}-0.95_fix_packet_mem_corruption.patch
-Patch3: %{name}-0.95_fix_ownership.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
-BuildRequires:  libiniparser-devel
 %if 0%{?suse_version}
 Requires(pre): permissions
 %endif
@@ -46,15 +41,11 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 bison --yacc -dv netmap_parse.y
 flex netmap_scan.l
-gcc -I -Wall -fPIE %optflags *.c -o %{name} -liniparser -lpthread -pie
+gcc -I -Wall -fPIE %optflags *.c iniparser/*.c -o %{name} -lpthread -pie
 
 %install
 %__mkdir_p %{buildroot}/%{_libexecdir}
@@ -75,7 +66,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README.md
+%doc LICENSE README.rst
 %verify(not caps) %attr(0750,root,iouyap) %{_libexecdir}/%{name}
 %{_bindir}/%{name}
 

++ iouyap-0.95.tar.gz -> iouyap-0.97.tar.gz ++
 2895 lines of diff (skipped)




commit innoextract for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package innoextract for openSUSE:Factory 
checked in at 2016-03-26 15:29:19

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


Package is "innoextract"

Changes:

--- /work/SRC/openSUSE:Factory/innoextract/innoextract.changes  2016-03-17 
16:48:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.innoextract.new/innoextract.changes 
2016-03-26 17:28:03.0 +0100
@@ -1,0 +2,14 @@
+Fri Mar 25 08:30:00 UTC 2016 - mplus...@suse.com
+
+- Update to 1.6
+  * Added support for Inno Setup 5.5.7 (and 5.5.8) installers
+  * Added a --collisions=rename-all option
+  * Fixed issues with the --collisions=rename option
+  * Unsafe characters in special constant strings (ie : in 
+{code:…}) are now replaced with $
+  * Windows: Fixed progress bar flickering while printing extracted
+filenames
+  * Windows binaries: Fixed crash on platforms without AVX support
+- Drop upstream patch innoextract-cmake.patch
+
+---

Old:

  innoextract-1.5.tar.gz
  innoextract-cmake.patch

New:

  innoextract-1.6.tar.gz



Other differences:
--
++ innoextract.spec ++
--- /var/tmp/diff_new_pack.eIhDCW/_old  2016-03-26 17:28:04.0 +0100
+++ /var/tmp/diff_new_pack.eIhDCW/_new  2016-03-26 17:28:04.0 +0100
@@ -18,15 +18,13 @@
 
 
 Name:   innoextract
-Version:1.5
+Version:1.6
 Release:0
 Summary:A tool to extract Inno Setup installers under non-windows 
systems
 License:Zlib
 Group:  Productivity/Archiving/Backup
 Url:http://constexpr.org/innoextract/
 Source: 
http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM innoextract-cmake.patch gh#50
-Patch0: innoextract-cmake.patch
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.8.0
 BuildRequires:  doxygen
@@ -44,7 +42,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake

++ innoextract-1.5.tar.gz -> innoextract-1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/innoextract-1.5/CHANGELOG 
new/innoextract-1.6/CHANGELOG
--- old/innoextract-1.5/CHANGELOG   2015-09-24 22:59:27.0 +0200
+++ new/innoextract-1.6/CHANGELOG   2016-03-25 00:27:22.0 +0100
@@ -1,4 +1,16 @@
 
+innoextract 1.6 (2016-03-24)
+ - Added support for Inno Setup 5.5.7 (and 5.5.8) installers
+ - Added a --collisions=rename-all option
+ - Changed --collisions=rename to omit the suffix for the file that would have 
been extracted with --collisions=overwrite instead of the first encountered file
+ - Fixed @lang suffix sometimes missing for the first file with the 
--collisions=rename option
+ - Fixed build error with CMake 3.5
+ - Now compiles in C++14 mode if supported
+ - Unsafe characters in special constant strings (ie ':' in {code:…}) are now 
replaced with '$'
+ - Windows: Fixed error message if the source file could not be opened
+ - Windows: Fixed progress bar flickering while printing extracted filenames
+ - Windows binaries: Fixed crash on platforms without AVX support
+
 innoextract 1.5 (2015-09-24)
  - Added support for Inno Setup 5.5.6 installers
  - Added support for a modified Inno Setup 5.5.0 variant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/innoextract-1.5/CMakeLists.txt 
new/innoextract-1.6/CMakeLists.txt
--- old/innoextract-1.5/CMakeLists.txt  2015-09-24 22:59:27.0 +0200
+++ new/innoextract-1.6/CMakeLists.txt  2016-03-25 00:27:22.0 +0100
@@ -2,9 +2,16 @@
 
 cmake_minimum_required(VERSION 2.8)
 
+if(CMAKE_VERSION VERSION_GREATER 3.4)
+   cmake_policy(VERSION 3.4)
+else()
+   cmake_policy(VERSION ${CMAKE_VERSION})
+endif()
+
 
 # Define configuration options
 
+option(STRICT_USE "Abort if there are missing optional dependencies"  OFF)
 option(USE_LZMA "Build lzma decompression support" ON)
 set(WITH_CONV CACHE STRING "The library to use for charset conversions")
 option(ENABLE_BUILTIN_CONV "Build internal charset conversion routines" ON)
@@ -172,7 +179,7 @@
 
 # Set compiler flags
 
-if(${Boost_VERSION} LESS 104800)
+if(Boost_VERSION LESS 104800)
# Older Boost versions don't work with C++11
 elseif(USE_CXX11)
enable_cxx11()
@@ -191,7 +198,7 @@
 
 # Older glibc versions won't provide some useful symbols by default - request 
them
 # This flag is currently also set by gcc when compiling C++, but not for plain 
C
-if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
+if(CMAKE_SYSTEM_NAME MATCHES "Linux")
set(CMAKE_REQUIRED_DEFINITIONS "-D_GNU_SOURCE=1")

commit ghc-pureMD5 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-pureMD5 for openSUSE:Factory 
checked in at 2016-03-26 15:29:14

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


Package is "ghc-pureMD5"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pureMD5/ghc-pureMD5.changes  2015-12-29 
12:59:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pureMD5.new/ghc-pureMD5.changes 
2016-03-26 17:26:51.0 +0100
@@ -1,0 +2,13 @@
+Thu Mar 24 18:54:11 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- add no-inline-get-nth-word.patch
+  * patch by Ben Gamari
+  * see https://github.com/TomMD/pureMD5/pull/3 for details 
+
+---
+Mon Mar 21 15:37:50 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- fix ppc* builds
+  * see Haskell Trac #11720 for details 
+
+---

New:

  no-inline-get-nth-word.patch



Other differences:
--
++ ghc-pureMD5.spec ++
--- /var/tmp/diff_new_pack.TNbSL9/_old  2016-03-26 17:26:52.0 +0100
+++ /var/tmp/diff_new_pack.TNbSL9/_new  2016-03-26 17:26:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-pureMD5
 #
-# 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
@@ -27,6 +27,8 @@
 
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM no-inline-get-nth-word.patch 
peter.tromm...@ohm-hochschule.de -- Do not inline long form of getNthWord. See 
pull request https://github.com/TomMD/pureMD5/pull/3 for details
+Patch:  no-inline-get-nth-word.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ghc-Cabal-devel
@@ -58,6 +60,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+%patch -p1
 
 %build
 %ghc_lib_build

++ no-inline-get-nth-word.patch ++
Index: pureMD5-2.1.2.1/Data/Digest/Pure/MD5.hs
===
--- pureMD5-2.1.2.1.orig/Data/Digest/Pure/MD5.hs
+++ pureMD5-2.1.2.1/Data/Digest/Pure/MD5.hs
@@ -241,13 +241,13 @@ applyMD5Rounds par@(MD5Par a b c d) w =
 
 #ifdef FastWordExtract
 getNthWord n b = inlinePerformIO (unsafeUseAsCString b (flip peekElemOff n . 
castPtr))
+{-# INLINE getNthWord #-}
 #else
 getNthWord :: Int -> B.ByteString -> Word32
 getNthWord n = right . G.runGet G.getWord32le . B.drop (n * sizeOf (undefined 
:: Word32))
   where
   right x = case x of Right y -> y
 #endif
-{-# INLINE getNthWord #-}
 
 infix 9 .<.
 (.<.) :: Word8 -> Int -> Word32



commit flint for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package flint for openSUSE:Factory checked 
in at 2016-03-26 15:28:51

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


Package is "flint"

Changes:

--- /work/SRC/openSUSE:Factory/flint/flint.changes  2015-07-05 
18:03:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.flint.new/flint.changes 2016-03-26 
17:26:13.0 +0100
@@ -1,0 +2,46 @@
+Sun Mar 13 09:43:42 UTC 2016 - jeng...@inai.de
+
+- Update to git snapshot of 3.0.x branch
+* Add implementation of Moller-Granlund invert_limb
+* Add implementations of n_div2_preinv and n_divrem2_preinv.
+* Add primitive flint exception mechanism.
+* Add n_powmod2_ui_preinv
+* Add exception for impossible inverse to n_invmod and remove resulting 
exceptions throughout Flint.
+* Remove smooth factorisation since it is completely broken.
+- Remove 0002-compile-fixes.diff
+
+---
+Sat Nov 14 12:39:56 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.5.2
+* LLL (rational, Nguyen-Stehle, from Gram matrix, with_removal,
+  Storjohann/ULLL)
+* Hermite normal form (naive, xgcd, Domich-Kannan-Trotter,
+  Kannan-Bachem, Pernet-Stein)
+* Smith normal form (diagonal, Kannen-Bachem, Iliopoulos)
+* Paterson-Stockmeyer algorithm
+* modular resultant; hgcd resultant; polynomial discriminant
+* multithreaded multimodular Taylor shift
+* multithreaded Brent-Kung composition
+* multithreaded Kaltofen-Shoup distinct degree factorisation
+* multiplication based reduced row echelon form
+* place inline functions in library for foreign function interfaces
+* Primality tests for large integers (Pocklington, Morrison)
+* Probable prime tests for large integers (Lucas, Baillie-PSW,
+  strong-psp, Brillhart-Lehmer-Selfridge)
+* CRT for large integers
+* Dixon algorithm for nullspace
+* Brent-Kung composition in irreducibility and distinct degree
+  factorisation
+* floating point QR decomposition
+* Schwarz-Rutishauser Gram-Schmidt algorithm
+* Ogita-Rump-Oishi dot product
+* Bodrato matrix squaring
+* matrix concatenation functions
+* additional functions for returning factor of modulus in polys
+  over Z/nZ
+* Hadamard matrix construction
+* series addition/subtraction
+* teach flint_printf/sprintf about explicit width format specifiers
+
+---

Old:

  0002-compile-fixes.diff
  flint-2.4.5.tar.gz

New:

  _service
  flint-3.0~5831.tar.xz



Other differences:
--
++ flint.spec ++
--- /var/tmp/diff_new_pack.Jxev8w/_old  2016-03-26 17:26:14.0 +0100
+++ /var/tmp/diff_new_pack.Jxev8w/_new  2016-03-26 17:26:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flint
 #
-# 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
@@ -16,20 +16,19 @@
 #
 
 
+%define version_unconverted 3.0~5831
+
 Name:   flint
 %define lname  libflint0
-Version:2.4.5
+Version:3.0~5831
 Release:0
 Summary:C library for doing number theory
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://flintlib.org/
 
-#Git-Clone:git://github.com/wbhart/flint2 
f14355e9070e235a68b933b3da8c238468e9a0e2 [2.4.4]
-#Git-Clone:git://git.inai.de/flint master 
ec03518870f1aff8bf351ba2c83a0e2a8ba3f7b0 [patch1]
-Source: http://flintlib.org/%name-%version.tar.gz
+Source: %name-%version.tar.xz
 Patch1: 0001-build-provide-autotools-files.patch
-Patch2: 0002-compile-fixes.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -39,6 +38,7 @@
 BuildRequires:  libtool
 BuildRequires:  mpfr-devel >= 3
 BuildRequires:  ntl-devel
+BuildRequires:  xz
 
 %description
 FLINT (Fast Library for Number Theory) is a C library in support of
@@ -72,19 +72,19 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%patch -P 1 -p1
 
 %build
 chmod a+x *.sh
 ./autogen.sh
 export CFLAGS="%optflags"
-export CXXFLAGS="%optflags -std=gnu++11"
+export CXXFLAGS="%optflags"
 %ifarch x86_64 %ix86
 export CFLAGS="$CFLAGS -mno-popcnt"
 export CXXFLAGS="$CXXFLAGS -mno-popcnt"
 %endif
-%configure --disable-static --with-ntl --enable-reentrant --enable-silent-rules
-make %{?_smp_mflags}
+%configure --disable-static --with-ntl --enable-reentrant
+make %{?_smp_mflags} V=0
 
 %install
 b="%buildroot";

++ 0001-build-provide-autotools-files.patch ++
--- 

commit dovecot22 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dovecot22 for openSUSE:Factory 
checked in at 2016-03-26 15:29:10

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


Package is "dovecot22"

Changes:

--- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes  2016-02-17 
12:10:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2016-03-26 
17:25:41.0 +0100
@@ -1,0 +2,97 @@
+Fri Mar 18 00:36:45 UTC 2016 - mrueck...@suse.de
+
+- update pigeonhole to 0.4.13
+  * redirect action: Added the list-id header to the duplicate ID
+for mail loop prevention. This means that the message sent
+directly to the user and the message coming through the mailing
+list itself are treated as different messages by the loop
+detection of the redirect command, even though their Message-ID
+may be identical.
+  * Changed the Sieve number type to uint64_t, which means that
+Sieve numbers can now technically range up to 2^64. Some other
+Sieve implementation allowed this, making this change necessary
+for successful migration.
+  + Implemented the sieve_implicit_extensions setting.
+The extensions listed in this setting do not need to be enabled
+explicitly using the Sieve "require" command. This behavior
+directly violates the standard, but can be necessary for
+compatibility with some existing implementations of Sieve. Do
+not use this setting unless you really need to!
+  - redirect action: Made mail loop detection more robust by
+forcibly adding a Message-ID header if it is missing.
+  - Prevent logging a useless "script not found" error message for
+LDAP scripts for which the entry exists but no attribute
+containing a script. This is not necessarily an error.
+  - extprograms plugin: Changed the communication channel between
+parent and child process for a directly forked program from a
+socketpair to a double pipe. Linux does not support /dev/stdin,
+/dev/stdout and friends for sockets. For some shell program
+authors this may be confusing, so that is why it is changed.
+When using the script service, these device nodes are still not
+usable though.
+
+---
+Wed Mar 16 17:35:32 UTC 2016 - mrueck...@suse.de
+
+- update to 2.2.22
+  + Added doveadm HTTP API: See
+http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
+  + virtual plugin: Mailbox filtering can now be done based on the
+mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual
+  + stats: Added doveadm stats reset to reset global stats.
+  + stats: Added authentication statistics if auth_stats=yes.
+  + dsync, imapc, pop3c & pop3-migration: Many optimizations,
+improvements and error handling fixes.
+  + doveadm: Most commands now stop soon after SIGINT/SIGTERM.
+  - auth: Auth caching was done too aggressively when %variables
+were used in default_fields, override_fields or LDAP
+pass/user_attrs.  userdb result_* were also ignored when user
+was found from cache.
+  - imap: Fixed various assert-crashes caused v2.2.20+. Some of
+them caught actual hangs or otherwise unwanted behavior towards
+IMAP clients.
+  - Expunges were forgotten in some situations, for example when
+pipelining multiple IMAP MOVE commands.
+  - quota: Per-namespaces quota were broken for dict and count
+backends in v2.2.20+
+  - fts-solr: Search queries were using OR instead of AND as the
+separator for multi-token search queries in v2.2.20+.
+  - Single instance storage support wasn't really working in
+v2.2.16+
+  - dbox: POP3 message ordering wasn't working correctly.
+  - virtual plugin: Fixed crashes related to backend mailbox
+deletions.
+- update pigeonhole to 0.4.13.rc1
+  * redirect action: Added the list-id header to the duplicate ID
+for mail loop prevention. This means that the message sent
+directly to the user and the message coming through the
+mailing list itself are treated as different messages by the
+loop detection of the redirect command, even though their
+Message-ID may be identical.
+  * Changed the Sieve number type to uint64_t, which means that
+Sieve numbers can now technically range up to 2^64. Some other
+Sieve implementation allowed this, making this change necessary
+for successful migration.
+  + Implemented the sieve_implicit_extensions setting.
+The extensions listed in this setting do not need to be enabled
+explicitly using the Sieve "require" command. This behavior
+direct violates the standard, but can be necessary for
+compatibility with some existing implementations of Sieve. Do
+not use this setting unless you really need to!
+  - 

commit compizconfig-settings-manager for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package compizconfig-settings-manager for 
openSUSE:Factory checked in at 2016-03-26 15:29:07

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


Package is "compizconfig-settings-manager"

Changes:

--- 
/work/SRC/openSUSE:Factory/compizconfig-settings-manager/compizconfig-settings-manager.changes
  2016-02-26 00:28:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.compizconfig-settings-manager.new/compizconfig-settings-manager.changes
 2016-03-26 17:25:10.0 +0100
@@ -1,0 +2,15 @@
+Thu Mar 24 19:45:28 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.8.12.2:
+  * Use /usr/local/ as a default prefix (alterable with the
+--prefix= setup.py option).
+  * Fix --with-gtk= option not working sometimes.
+  * Fix highlight of "Ctrl" visual in hotkey selection dialog.
+  * Gtk3: Don't show category titles in several lines.
+  * Gtk3: Fix CCSM not shrinking back after upsizing to a certain
+point.
+  * Gtk2: Fix a segfault on rare installations when clicking on
+list items.
+- Add a missing python-gobject-cairo dependency.
+
+---

Old:

  ccsm-0.8.12.1.tar.xz

New:

  ccsm-0.8.12.2.tar.xz



Other differences:
--
++ compizconfig-settings-manager.spec ++
--- /var/tmp/diff_new_pack.HaXiyA/_old  2016-03-26 17:25:11.0 +0100
+++ /var/tmp/diff_new_pack.HaXiyA/_new  2016-03-26 17:25:11.0 +0100
@@ -18,13 +18,13 @@
 
 %define _name   ccsm
 Name:   compizconfig-settings-manager
-Version:0.8.12.1
+Version:0.8.12.2
 Release:0
 Summary:Settings Manager for Compiz (CCSM)
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Url:https://github.com/raveit65/ccsm
-Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/ccsm
+Source: 
https://github.com/compiz-reloaded/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
 BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  hicolor-icon-theme
@@ -48,6 +48,7 @@
 Requires:   python-cairo
 Requires:   python-compizconfig < 0.9
 Requires:   python-gobject
+Requires:   python-gobject-cairo
 Requires:   python-xml
 
 %description -n python-ccm
@@ -57,10 +58,13 @@
 %setup -q -n %{_name}-%{version}
 
 %build
-python2 setup.py build
+python2 setup.py build \
+  --prefix=%{_prefix}
 
 %install
-python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+python2 setup.py install \
+  --root=%{buildroot} \
+  --prefix=%{_prefix}
 %find_lang %{_name}
 
 %post

++ ccsm-0.8.12.1.tar.xz -> ccsm-0.8.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.12.1/MANIFEST.in 
new/ccsm-0.8.12.2/MANIFEST.in
--- old/ccsm-0.8.12.1/MANIFEST.in   2016-02-17 01:26:44.0 +0100
+++ new/ccsm-0.8.12.2/MANIFEST.in   2016-03-24 20:30:22.0 +0100
@@ -1,5 +1,5 @@
 include po/*
-include INSTALL AUTHORS COPYING LICENSE VERSION NEWS
+include INSTALL AUTHORS COPYING LICENSE NEWS VERSION
 include ccsm.in
 exclude ccsm
 include ccsm.desktop.in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.12.1/NEWS new/ccsm-0.8.12.2/NEWS
--- old/ccsm-0.8.12.1/NEWS  2016-02-17 15:45:56.0 +0100
+++ new/ccsm-0.8.12.2/NEWS  2016-03-24 20:37:19.0 +0100
@@ -1,3 +1,21 @@
+Release 0.8.12.2 (2016-03-24 Sorokin Alexei )
+==
+COMPIZ-RELOADED
+
+Use /usr/local/ as a default prefix (alterable with the --prefix=
+setup.py option).
+
+Fix --with-gtk= option not working sometimes.
+
+Fix highlight of "Ctrl" visual in hotkey selection dialog.
+
+Gtk3: Don't show category titles in several lines.
+
+Gtk3: Fix CCSM not shrinking back after upsizing to a certain point.
+
+Gtk2: Fix a segfault on rare installations when clicking on list
+items.
+
 Release 0.8.12.1 (2016-02-17 Sorokin Alexei )
 ==
 COMPIZ-RELOADED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccsm-0.8.12.1/PKG-INFO new/ccsm-0.8.12.2/PKG-INFO
--- old/ccsm-0.8.12.1/PKG-INFO  2016-02-17 15:50:16.0 +0100
+++ new/ccsm-0.8.12.2/PKG-INFO  2016-03-24 20:39:43.0 +0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.0
 Name: ccsm
-Version: 0.8.12.1

commit dynamips for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dynamips for openSUSE:Factory 
checked in at 2016-03-26 15:29:45

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


Package is "dynamips"

Changes:

--- /work/SRC/openSUSE:Factory/dynamips/dynamips.changes2015-06-05 
08:46:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.dynamips.new/dynamips.changes   2016-03-26 
17:25:49.0 +0100
@@ -1,0 +2,8 @@
+Fri Mar 25 21:51:55 UTC 2016 - and...@opensuse.org
+
+- new upstream version 0.2.16
+  * Remove libuuid dependency and NIO Multicast implementation that depends on 
it.
+NIO Multicast is never used and maybe not even functional.
+  * EthernetSwitch: Allow to choose ethertype for QinQ outer tag
+
+---

Old:

  dynamips-0.2.15.tar.gz

New:

  dynamips-0.2.16.tar.gz



Other differences:
--
++ dynamips.spec ++
--- /var/tmp/diff_new_pack.2OZxae/_old  2016-03-26 17:25:49.0 +0100
+++ /var/tmp/diff_new_pack.2OZxae/_new  2016-03-26 17:25:49.0 +0100
@@ -17,14 +17,13 @@
 
 
 Name:   dynamips
-Version:0.2.15
+Version:0.2.16
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  dos2unix
 BuildRequires:  libelf-devel
 BuildRequires:  libpcap-devel
-BuildRequires:  libuuid-devel
 Url:http://www.gns3.net
 %ifarch x86_64
 %if %{undefined fedora}
@@ -65,11 +64,10 @@
 cd build
 make DESTDIR=%{buildroot} install
 cd ..
-dos2unix COPYING README README.hypervisor TODO
+dos2unix COPYING README.md README.hypervisor TODO
 
 %files
 %defattr(-,root,root)
-#%doc COPYING README README.hypervisor TODO
 %{_bindir}/%{name}
 %{_bindir}/nvram_export
 %{_mandir}/man*/*

++ dynamips-0.2.15.tar.gz -> dynamips-0.2.16.tar.gz ++
 2175 lines of diff (skipped)




commit compiz-emerald for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package compiz-emerald for openSUSE:Factory 
checked in at 2016-03-26 15:28:53

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


Package is "compiz-emerald"

Changes:

--- /work/SRC/openSUSE:Factory/compiz-emerald/compiz-emerald.changes
2016-02-26 00:28:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-emerald.new/compiz-emerald.changes   
2016-03-26 17:25:09.0 +0100
@@ -1,0 +2,18 @@
+Wed Mar 17 15:07:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.3:
+  * Probably fix "white glitches" that happen on resize.
+  * Fix a X11 Drawable leakage.
+
+---
+Wed Mar 16 14:22:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.2:
+  * Fix having resize cursor activated for maximised windows.
+  * Fix right click near top edge of maximised windows.
+  * Add an option to emerald-theme-manager to disable shading when
+titlebar is scrolled.
+  * Add support for a Super Maximise button (toggles fullscreen).
+  * Fix some memory leaks.
+
+---

Old:

  emerald-0.8.12.1.tar.xz

New:

  emerald-0.8.12.3.tar.xz



Other differences:
--
++ compiz-emerald.spec ++
--- /var/tmp/diff_new_pack.NGFNkZ/_old  2016-03-26 17:25:10.0 +0100
+++ /var/tmp/diff_new_pack.NGFNkZ/_new  2016-03-26 17:25:10.0 +0100
@@ -18,17 +18,20 @@
 
 %define _name   emerald
 Name:   compiz-emerald
-Version:0.8.12.1
+Version:0.8.12.3
 Release:0
 Summary:Themeable window decorator for Compiz
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:https://github.com/raveit65/emerald
-Source: 
https://github.com/raveit65/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/emerald
+Source: 
https://github.com/compiz-reloaded/%{_name}/releases/download/v%{version}/%{_name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libdecoration) < 0.9
@@ -65,6 +68,7 @@
 %setup -q -n %{_name}-%{version}
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static  \
   --disable-mime-update
@@ -91,7 +95,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS COPYING NEWS README.md
 %{_bindir}/*%{_name}*
 %{_libdir}/%{_name}/
 %{_libdir}/libemeraldengine.so.*

++ emerald-0.8.12.1.tar.xz -> emerald-0.8.12.3.tar.xz ++
 23617 lines of diff (skipped)




commit creduce for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2016-03-26 15:28:31

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


Package is "creduce"

Changes:

--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2015-10-25 
19:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.creduce.new/creduce.changes 2016-03-26 
17:25:16.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 24 08:04:57 UTC 2016 - idon...@suse.com
+
+- Add creduce-llvm-3.8.patch to fix build with llvm 3.8.0
+
+---

New:

  creduce-llvm-3.8.patch



Other differences:
--
++ creduce.spec ++
--- /var/tmp/diff_new_pack.2AZafj/_old  2016-03-26 17:25:17.0 +0100
+++ /var/tmp/diff_new_pack.2AZafj/_new  2016-03-26 17:25:17.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package creduce
 #
-# 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
@@ -24,6 +24,7 @@
 Group:  Development/Tools/Other
 Url:https://github.com/csmith-project/creduce
 Source: 
https://github.com/csmith-project/%{name}/archive/creduce-%{version}.tar.gz
+Patch1: creduce-llvm-3.8.patch
 BuildRequires:  flex
 BuildRequires:  llvm-clang-devel >= 3.7.0
 BuildRequires:  llvm-devel >= 3.7.0
@@ -50,6 +51,9 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
+%if 0%{?suse_version} > 1320
+%patch1 -p1
+%endif
 
 %build
 # bypass bug 927268 for PowerPC

++ creduce-llvm-3.8.patch ++
Index: creduce-creduce-2.4.0/clang_delta/TransformationManager.cpp
===
--- creduce-creduce-2.4.0.orig/clang_delta/TransformationManager.cpp
+++ creduce-creduce-2.4.0/clang_delta/TransformationManager.cpp
@@ -147,7 +147,7 @@ bool TransformationManager::initializeCo
   ClangInstance->setASTConsumer(
 std::unique_ptr(CurrentTransformationImpl));
   Preprocessor  = ClangInstance->getPreprocessor();
-  PP.getBuiltinInfo().InitializeBuiltins(PP.getIdentifierTable(),
+  PP.getBuiltinInfo().initializeBuiltins(PP.getIdentifierTable(),
  PP.getLangOpts());
 
   if (!ClangInstance->InitializeSourceManager(FrontendInputFile(SrcFileName, 
IK))) {



commit dfu-programmer for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dfu-programmer for openSUSE:Factory 
checked in at 2016-03-26 15:28:10

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


Package is "dfu-programmer"

Changes:

--- /work/SRC/openSUSE:Factory/dfu-programmer/dfu-programmer.changes
2015-01-05 04:43:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.dfu-programmer.new/dfu-programmer.changes   
2016-03-26 17:25:32.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 22 11:52:41 UTC 2016 - w...@ire.pw.edu.pl
+
+- Update to version 0.7.2
+  + Use the correct memory ranges for XMega. 
+Bootloader space is additional to listed device size.
+
+---

Old:

  dfu-programmer-0.7.1.tar.gz

New:

  dfu-programmer-0.7.2.tar.gz



Other differences:
--
++ dfu-programmer.spec ++
--- /var/tmp/diff_new_pack.vExJGH/_old  2016-03-26 17:25:33.0 +0100
+++ /var/tmp/diff_new_pack.vExJGH/_new  2016-03-26 17:25:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dfu-programmer
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   dfu-programmer
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:A Device Firmware Update based USB programmer for Atmel chips
 License:GPL-2.0+

++ dfu-programmer-0.7.1.tar.gz -> dfu-programmer-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/AUTHORS 
new/dfu-programmer-0.7.2/AUTHORS
--- old/dfu-programmer-0.7.1/AUTHORS2015-01-03 20:25:03.0 +0100
+++ new/dfu-programmer-0.7.2/AUTHORS2015-02-04 23:53:44.0 +0100
@@ -71,6 +71,7 @@
 - better support for Windows users
 - improve layout of help text
 - add security fuse support for AVR32
+- fix memory bounds for xmega devices
 - Johannes Carlsson
 - patch to fix use of libusb in configure.ac
 - Grégory S.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/NEWS 
new/dfu-programmer-0.7.2/NEWS
--- old/dfu-programmer-0.7.1/NEWS   2015-01-03 20:38:03.0 +0100
+++ new/dfu-programmer-0.7.2/NEWS   2015-02-04 23:53:00.0 +0100
@@ -1,4 +1,7 @@
-== Release 0.7.1 [2015-01-03]
+== Release 0.7.2 [2015-02-04]
+ * Fix memory bounds used for XMega targets.
+
+ == Release 0.7.1 [2015-01-03]
  * Fix use of mandatory filename ChangeLog in distribution tarball
  * Fix infinite loop in rpl_malloc
  * Add experimental support for autocomplete on Ubuntu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/README 
new/dfu-programmer-0.7.2/README
--- old/dfu-programmer-0.7.1/README 2014-10-05 17:32:18.0 +0200
+++ new/dfu-programmer-0.7.2/README 2015-01-10 15:49:11.0 +0100
@@ -93,8 +93,8 @@
 
   [ If the source was checked-out from GitHub, run the following command ]
   $ ./bootstrap.sh
-
-  $ ./configure
+
+  $ ./configure --disable-libusb_1_0
 
   $ make
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dfu-programmer-0.7.1/configure 
new/dfu-programmer-0.7.2/configure
--- old/dfu-programmer-0.7.1/configure  2015-01-03 20:33:49.0 +0100
+++ new/dfu-programmer-0.7.2/configure  2015-02-05 00:05:00.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for dfu-programmer 0.7.1.
+# Generated by GNU Autoconf 2.68 for dfu-programmer 0.7.2.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -557,8 +557,8 @@
 # Identity of this package.
 PACKAGE_NAME='dfu-programmer'
 PACKAGE_TARNAME='dfu-programmer'
-PACKAGE_VERSION='0.7.1'
-PACKAGE_STRING='dfu-programmer 0.7.1'
+PACKAGE_VERSION='0.7.2'
+PACKAGE_STRING='dfu-programmer 0.7.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL='https://github.com/dfu-programmer/dfu-programmer'
 
@@ -1254,7 +1254,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures dfu-programmer 0.7.1 to adapt to many kinds of systems.
+\`configure' configures dfu-programmer 0.7.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... 

commit compiz for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package compiz for openSUSE:Factory checked 
in at 2016-03-26 15:28:46

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


Package is "compiz"

Changes:

--- /work/SRC/openSUSE:Factory/compiz/compiz.changes2016-03-18 
21:42:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.compiz.new/compiz.changes   2016-03-26 
17:25:07.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar 24 11:55:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.8.12.2:
+  * Include forgotten compiz-start.desktop.in into the tarball,
+needed for --enable-menu-entries.
+- Solve libcompizconfig dependency loop.
+
+---

Old:

  compiz-0.8.12.1.tar.xz

New:

  compiz-0.8.12.2.tar.xz



Other differences:
--
++ compiz.spec ++
--- /var/tmp/diff_new_pack.6zC1nh/_old  2016-03-26 17:25:08.0 +0100
+++ /var/tmp/diff_new_pack.6zC1nh/_new  2016-03-26 17:25:08.0 +0100
@@ -18,13 +18,13 @@
 
 %define sover   0
 Name:   compiz
-Version:0.8.12.1
+Version:0.8.12.2
 Release:0
 Summary:OpenGL window and compositing manager
 License:GPL-2.0+ and LGPL-2.1+ and MIT
 Group:  System/GUI/Other
-Url:https://github.com/raveit65/compiz
-Source: 
https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
+Url:https://github.com/compiz-reloaded/compiz
+Source: 
https://github.com/compiz-reloaded/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:opensuse.png
 Source2:sle.png
 Source6:baselibs.conf
@@ -114,10 +114,10 @@
 %package plugins
 Summary:OpenGL window and compositing manager default plugins
 Group:  System/GUI/Other
-Requires:   %{name} = %{version}
+Recommends: %{name} = %{version}
 Recommends: %{name}-plugins-main < 0.9
+Suggests:   %{name}-plugins-experimental < 0.9
 Suggests:   %{name}-plugins-extra < 0.9
-Suggests:   %{name}-plugins-unsupported < 0.9
 
 %description plugins
 This package contains the default Compiz compositing manager
@@ -126,8 +126,6 @@
 %package devel
 Summary:Development files for Compiz
 Group:  Development/Languages/C and C++
-Requires:   %{name} = %{version}
-Requires:   %{name}-gnome
 Requires:   %{name}-plugins = %{version}
 Requires:   libjpeg-devel
 Requires:   libxslt-tools
@@ -139,7 +137,6 @@
 Requires:   pkgconfig(glu)
 Requires:   pkgconfig(gtk+-2.0)
 Requires:   pkgconfig(ice)
-Requires:   pkgconfig(libcompizconfig) < 0.9
 Requires:   pkgconfig(libpng)
 Requires:   pkgconfig(librsvg-2.0)
 Requires:   pkgconfig(libstartup-notification-1.0)
@@ -320,6 +317,8 @@
 
 %files plugins
 %defattr(-,root,root)
+%dir %{_libdir}/%{name}/
+%dir %{_datadir}/%{name}/
 %{_libdir}/%{name}/*annotate.*
 %{_datadir}/%{name}/*annotate.*
 %{_libdir}/%{name}/*blur.*
@@ -396,7 +395,7 @@
 %files gnome
 %defattr(-,root,root)
 %{_bindir}/gtk-window-decorator
-%{_datadir}/glib-2.0/schemas/*.gschema.xml
+%{_datadir}/glib-2.0/schemas/*gwd.gschema.xml
 
 %files -n libdecoration%{sover}
 %defattr(-,root,root)

++ compiz-0.8.12.1.tar.xz -> compiz-0.8.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compiz-0.8.12.1/NEWS new/compiz-0.8.12.2/NEWS
--- old/compiz-0.8.12.1/NEWS2016-03-17 15:49:42.0 +0100
+++ new/compiz-0.8.12.2/NEWS2016-03-24 12:41:49.0 +0100
@@ -1,3 +1,10 @@
+Release 0.8.12.2 (2016-03-24 Sorokin Alexei )
+==
+COMPIZ-RELOADED
+
+Include forgotten compiz-start.desktop.in into the tarball,
+needed for --enable-menu-entries.
+
 Release 0.8.12.1 (2016-03-17 Sorokin Alexei )
 ==
 COMPIZ-RELOADED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/compiz-0.8.12.1/configure 
new/compiz-0.8.12.2/configure
--- old/compiz-0.8.12.1/configure   2016-03-17 16:31:33.0 +0100
+++ new/compiz-0.8.12.2/configure   2016-03-24 12:47:29.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for compiz 0.8.12.1.
+# Generated by GNU Autoconf 2.69 for compiz 0.8.12.2.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='compiz'
 PACKAGE_TARNAME='compiz'
-PACKAGE_VERSION='0.8.12.1'

commit armadillo for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-03-26 15:29:22

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2016-02-18 
12:36:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-03-26 
17:24:22.0 +0100
@@ -1,0 +2,11 @@
+Thu Mar 24 20:35:06 UTC 2016 - badshah...@gmail.com
+
+- Update to version 6.600.5 (Catabolic Amalgamator):
+  + Expanded sum(), mean(), min(), max() to handle cubes.
+  + Expanded Cube class to handle arbitrarily sized empty cubes
+(eg. 0x5x2).
+  + Added shift() for circular shifts of elements.
+  + Added sqrtmat() for finding the square root of a matrix.
+  + Fix for gmm_diag when using Mahalanobis distance.
+
+---

Old:

  armadillo-6.500.5.tar.gz

New:

  armadillo-6.600.5.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.FETQeQ/_old  2016-03-26 17:24:23.0 +0100
+++ /var/tmp/diff_new_pack.FETQeQ/_new  2016-03-26 17:24:23.0 +0100
@@ -19,7 +19,7 @@
 %define soname libarmadillo6
 
 Name:   armadillo
-Version:6.500.5
+Version:6.600.5
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-6.500.5.tar.gz -> armadillo-6.600.5.tar.gz ++
 4639 lines of diff (skipped)




commit terminator for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package terminator for openSUSE:Factory 
checked in at 2016-03-26 15:28:00

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


Package is "terminator"

Changes:

--- /work/SRC/openSUSE:Factory/terminator/terminator.changes2016-02-26 
00:45:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.terminator.new/terminator.changes   
2016-03-26 15:28:03.0 +0100
@@ -4 +4 @@
-- Version update to 0.78:
+- Version update to 0.98:



Other differences:
--



commit hexchat for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package hexchat for openSUSE:Factory checked 
in at 2016-03-26 15:27:54

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


Package is "hexchat"

Changes:

--- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes  2016-02-26 
00:32:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2016-03-26 
15:27:57.0 +0100
@@ -1,0 +2,69 @@
+Mon Mar 21 16:09:07 UTC 2016 - tchva...@suse.com
+
+- Version update to 2.12.0:
+  * add support for IRCv3.2
+  * add cap 3.2
+  * add sasl 3.2
+  * add chghost
+  * add cap-notify
+  * add support for twitch.tv/membership cap
+  * add support for SNI (Server Name Indication)
+  * add ability to do DnD reordering in some settings dialogs
+  * add option to disable middle-click closing tabs
+  * rewrite sysinfo plugin
+  * change formatting, unified across platforms
+  * fix handling unsupported CPU arch on unix
+  * rewrite identd plugin
+  * add ability to change port
+  * fix handling multiple connections
+  * fix threading issues
+  * rewrite checksum plugin
+  * fix support for very large files
+  * remove openssl dependency
+  * remove DH-{AES,BLOWFISH} mechanisms (insecure)
+  * remove “IRC” encoding, replaced with UTF-8
+  * remove “System Default” encoding, replaced with UTF-8
+  * remove configure option to disable ipv6
+  * remove msproxy and socks5 library support (unused)
+  * change tab-complete to favor other user nicks over own
+  * change url detection to support unicode
+  * change decoding to not attempt ISO-8859-1 fixing corruption
+  * change pluginpref to escape values
+  * change installer on Windows to not overwrite gtkrc file
+  * fix numerous crashes (but not #600)
+  * fix crash on printing very long lines
+  * fix crash on failing to open log file
+  * fix crash when using unsorted userlist
+  * fix crash when timestamp format set to nothing
+  * fix crash when tab-completeing long strings
+  * fix crash with long values in pluginpref API
+  * fix various other unsafe string handling throughout
+  * fix poor performance with nick indent enabled
+  * fix fishlim plugin handling networks with server-time
+  * fix logging hostname of users in new queries
+  * fix Key Press event sending non-UTF-8 text to plugins
+  * fix VERSION response on windows 10
+  * fix get_info(‘win_ptr’) from python
+  * fix running portable-mode from another directory
+  * fix duplicate timestamps on selection
+  * fix –cfgdir argument
+  * fix mode-button text being cut off
+  * fix scrollback timestamps with server-time
+  * fix url handler accepting quoted paths with spaces
+  * fix using correct encoding when jumping networks
+  * improve DCC handling large files
+  * improve python detection in configure
+  * improve scrollback file handling (corruption, line endings)
+  * improve build options on unix to be more secure
+  * update translations
+  * update network list
+- Use python3 not python2
+  * Add patch hexchat-python3.patch
+
+---
+Mon Mar 21 16:03:23 UTC 2016 - tchva...@suse.com
+
+- As we build only on sle12+ and no non-suse distro the conditionals
+  from previous commit do not make much sense
+
+---

Old:

  hexchat-2.10.2.tar.xz

New:

  hexchat-2.12.0.tar.xz
  hexchat-python3.patch



Other differences:
--
++ hexchat.spec ++
--- /var/tmp/diff_new_pack.I4lD17/_old  2016-03-26 15:27:58.0 +0100
+++ /var/tmp/diff_new_pack.I4lD17/_new  2016-03-26 15:27:58.0 +0100
@@ -18,42 +18,42 @@
 
 
 Name:   hexchat
-Version:2.10.2
+Version:2.12.0
 Release:0
 Summary:A popular and easy to use graphical IRC (chat) client
 License:GPL-2.0+
 Group:  Productivity/Networking/IRC
 Url:https://hexchat.github.io/
 Source0:https://dl.%{name}.net/%{name}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM: Fix build with python3
+Patch0: hexchat-python3.patch
 BuildRequires:  bison >= 1.35
 BuildRequires:  dbus-1-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gettext-devel
 BuildRequires:  glib2-devel >= 2.14.0
 BuildRequires:  gtk2-devel >= 2.10.0
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  libcanberra-devel
 BuildRequires:  libnotify-devel
+BuildRequires:  libopenssl-devel
 BuildRequires:  libproxy-devel
 BuildRequires:  libsexy-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  openssl-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  perl >= 5.8.0
 BuildRequires:  pkgconfig

commit blender for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package blender for openSUSE:Factory checked 
in at 2016-03-26 15:28:03

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


Package is "blender"

Changes:

--- /work/SRC/openSUSE:Factory/blender/blender.changes  2015-12-29 
13:00:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.blender.new/blender.changes 2016-03-26 
15:28:06.0 +0100
@@ -1,0 +2,20 @@
+Wed Mar 23 16:24:41 UTC 2016 - davejpla...@gmail.com
+
+- Update to version 2.77
+- Upstream changes:
+   Cycles: Better Subsurface Scattering, GPU support for Smoke/Fire
+and Point Density.
+   Grease pencil stroke sculpting and improved workflow.
+   OpenVDB caching for smoke/volumetric simulations.
+   Reworked library handling to manage missing and deleted
+datablocks.
+   Redesigned progress bar.
+   Edit mode boolean tool, better decimate modifier.
+   Improved extruding and weight painting tools for
+sculpting/painting.
+   And: 100s of bug fixes and other improvements!
+- Added blender-2.77-bufferoverflow.patch to correct incorrect 
+  use of strncat. Reported upstream and already corrected in git.
+
+
+---

Old:

  blender-2.76b.tar.gz
  blender-getversion.py

New:

  blender-2.77-bufferoverflow.patch
  blender-2.77.tar.bz2



Other differences:
--
++ blender.spec ++
--- /var/tmp/diff_new_pack.HirsBl/_old  2016-03-26 15:28:08.0 +0100
+++ /var/tmp/diff_new_pack.HirsBl/_new  2016-03-26 15:28:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blender
 #
-# 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
@@ -25,7 +25,7 @@
 # blender has versions like x.xxy which have x.xx (notice the missing
 # trailing y) in the directory path. This makes this additional variable
 # necessary.
-%define _version 2.76
+%define _version %(echo %{version} | cut -b 1-4)
 # NOTE: this is to enable blender to build without cycles for 13.2 BUILD_ORIG 
= 1 see boo#960234
 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315
 %bcond_without ffmpeg
@@ -42,25 +42,25 @@
 %endif
 %endif
 Name:   blender
-Version:2.76b
+Version:2.77
 Release:0
 Summary:A 3D Modelling And Rendering Package
 License:GPL-2.0+
 Group:  Productivity/Graphics/3D Editors
 Url:http://www.blender.org/
 # http://download.blender.org/source/
-Source0:http://download.blender.org/source/%{name}-%{version}.tar.gz
+Source0:%{name}-%{version}.tar.bz2
 Source2:geeko.blend
 Source3:geeko.README
 Source4:blender-sample
 Source6:blender.xpm
 Source7:x-blend.desktop
-Source8:blender-getversion.py
-# Refreshed for 2.67b
+# Refreshed for 2.77
 Patch1: blender-2.58-python_include.patch
+Patch2: blender-2.77-bufferoverflow.patch
 # libquicktime-devel
 BuildRequires:  OpenEXR-devel
-BuildRequires:  SDL-devel
+BuildRequires:  SDL2-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
@@ -93,9 +93,11 @@
 BuildRequires:  perl-Text-Iconv
 BuildRequires:  pkg-config
 # Needed since blender 2.71. Otherwise it won't build
-BuildRequires:  python3-devel >= 3.4
 BuildRequires:  python3-numpy-devel
+BuildRequires:  pkgconfig(python3) >= 3.5
+%if 0%{?suse_version} > 1320
 BuildRequires:  python3-requests
+%endif
 BuildRequires:  ruby
 BuildRequires:  ruby-devel
 BuildRequires:  shared-mime-info
@@ -110,8 +112,10 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 # See bnc#713346
 Requires:   python3-numpy
-Requires:   python3-requests
 Requires:   python3-xml
+%if 0%{?suse_version} > 1320
+Requires:   python3-requests
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1210
 BuildRequires:  libGLw-devel
@@ -179,6 +183,7 @@
 %prep
 %setup -q
 %patch1
+%patch2
 
 # binreloc is not a part of fedora
 rm -rf extern/ffmpeg
@@ -193,6 +198,7 @@
 rm -rf extern/qhull
 rm -rf extern/make
 rm -rf extern/verse
+echo %{_version}
 
 %build
 # sse options not supported by PowerPC
@@ -203,12 +209,11 @@
 export psver=$(pkg-config python3 --modversion)
 export pver=$(pkg-config python3 --modversion)$(python3-config --abiflags)
 mkdir -p Build && pushd Build
-# Since Blender 2.71 Python >=3.4 is a hard requirement for building.
+
 # FIXME: This comes from a stupid osc spec formatter
 # blender's flags are complex enough already without 

commit gperftools for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package gperftools for openSUSE:Factory 
checked in at 2016-03-26 15:27:21

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


Package is "gperftools"

Changes:

--- /work/SRC/openSUSE:Factory/gperftools/gperftools.changes2015-11-02 
12:55:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.gperftools.new/gperftools.changes   
2016-03-26 15:27:24.0 +0100
@@ -1,0 +2,87 @@
+Tue Mar 22 13:33:02 UTC 2016 - cgard...@suse.com
+
+- gperftools 2.5, available 12 March 2016.
+  See https://github.com/gperftools/gperftools/releases
+  * Bryan Chan has contributed s390x support
+  * stacktrace capturing via libgcc's _Unwind_Backtrace was implemented
+(for architectures with missing or broken libunwind).
+  * "emergency malloc" was implemented. Which unbreaks recursive calls
+to malloc/free from stacktrace capturing functions (such us glib'c
+backtrace() or libunwind on arm). It is enabled by
+--enable-emergency-malloc configure flag or by default on arm when
+--enable-stacktrace-via-backtrace is given. It is another fix for a
+number common issues people had on platforms with missing or broken
+libunwind.
+  * C++14 sized-deallocation is now supported (on gcc 5 and recent
+clangs). It is off by default and can be enabled at configure time
+via --enable-sized-delete. On GNU/Linux it can also be enabled at
+run-time by either TCMALLOC_ENABLE_SIZED_DELETE environment variable
+or by defining tcmalloc_sized_delete_enabled function which should
+return 1 to enable it.
+  * we've lowered default value of transfer batch size to 512. Previous
+value (bumped up in 2.1) was too high and caused performance
+regression for some users. 512 should still give us performance
+boost for workloads that need higher transfer batch size while not
+penalizing other workloads too much.
+  * Brian Silverman's patch finally stopped arming profiling timer
+unless profiling is started.
+  * Andrew Morrow has contributed support for obtaining cache size of the
+current thread and softer idling (for use in MongoDB).
+  * we've implemented few minor performance improvements, particularly
+on malloc fast-path.
+  * issue that caused spurious profiler_unittest.sh failures was fixed.
+  * Jonathan Lambrechts contributed improved callgrind format support to
+pprof.
+  * Matt Cross contributed better support for debug symbols in separate
+files to pprof.
+  * Matt Cross contributed support for printing collapsed stack frame
+from pprof aimed at producing flame graphs.
+  * Angus Gratton has contributed documentation fix mentioning that on
+windows only tcmalloc_minimal is supported.
+  * Anton Samokhvalov has made tcmalloc use mi_force_{un,}lock on OSX
+instead of pthread_atfork. Which apparently fixes forking
+issues tcmalloc had on OSX.
+  * Milton Chiang has contributed support for building 32-bit gperftools
+on arm8.
+  * Patrick LoPresti has contributed support for specifying alternative
+profiling signal via CPUPROFILE_TIMER_SIGNAL environment variable.
+  * Paolo Bonzini has contributed support configuring filename for
+sending malloc tracing output via TCMALLOC_TRACE_FILE environment
+variable.
+  * user spotrh has enabled use of futex on arm.
+  * user mitchblank has contributed better declaration for arg-less
+profiler functions.
+  * Tom Conerly contributed proper freeing of memory allocated in
+HeapProfileTable::FillOrderedProfile on error paths.
+  * user fdeweerdt has contributed curl arguments handling fix in pprof
+  * Frederik Mellbin fixed tcmalloc's idea of mangled new and delete
+symbols on windows x64
+  * Dair Grant has contributed cacheline alignment for ThreadCache
+objects
+  * Fredrik Mellbin has contributed updated windows/config.h for Visual
+Studio 2015 and other windows fixes.
+  * we're not linking libpthread to libtcmalloc_minimal anymore. Instead
+libtcmalloc_minimal links to pthread symbols weakly. As a result
+single-threaded programs remain single-threaded when linking to or
+preloading libtcmalloc_minimal.so.
+  * Boris Sazonov has contributed mips compilation fix and printf misue
+in pprof.
+  * Adhemerval Zanella has contributed alignment fixes for statically
+allocated variables.
+  * Jens Rosenboom has contributed fixes for heap-profiler_unittest.sh
+  * gshirishfree has contributed better description for GetStats method.
+  * cyshi has contributed spinlock pause fix.
+  * Chris Mayo has contributed --docdir argument support for configure.
+  * Duncan Sands has contributed fix for function aliases.
+  * Simon Que contributed better include for malloc_hook_c.h
+  * user wmamrak 

commit spec-cleaner for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package spec-cleaner for openSUSE:Factory 
checked in at 2016-03-26 15:27:25

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


Package is "spec-cleaner"

Changes:

--- /work/SRC/openSUSE:Factory/spec-cleaner/spec-cleaner.changes
2016-03-03 15:16:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.spec-cleaner.new/spec-cleaner.changes   
2016-03-26 15:27:30.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 10:27:36 UTC 2016 - pjano...@suse.de
+
+- Added build files for Debian
+
+---

New:

  debian.changelog
  debian.compat
  debian.control
  debian.rules
  spec-cleaner.dsc



Other differences:
--
++ spec-cleaner.spec ++
--- /var/tmp/diff_new_pack.Srpo8Y/_old  2016-03-26 15:27:31.0 +0100
+++ /var/tmp/diff_new_pack.Srpo8Y/_new  2016-03-26 15:27:31.0 +0100
@@ -27,6 +27,11 @@
 Group:  Development/Tools/Other
 Url:http://github.com/openSUSE/spec-cleaner
 Source0:
https://github.com/openSUSE/%{name}/archive/%{name}-%{version}.tar.gz
+Source1:debian.changelog
+Source2:debian.compat
+Source3:debian.control
+Source4:debian.rules
+Source5:%{name}.dsc
 BuildRequires:  python3-devel
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose
@@ -56,7 +61,7 @@
 
 # set libexec properly so it works on Fedora too
 sed -i \
--e 's:/usr/lib/obs/:%{_libexecdir}/obs/:g' \
+-e 's:%{_prefix}/lib/obs/:%{_libexecdir}/obs/:g' \
 setup.py
 
 %build

++ debian.compat ++
9
++ debian.control ++
Source: spec-cleaner
Section: devel
Priority: optional
Standards-Version: 3.9.2
Maintainer: Přemysl Janouch 
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
 python3-setuptools, dh-python

Package: spec-cleaner
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Conflicts: obs-service-format-spec-file
Description: RPM .spec files cleaner
 Command-line tool for cleaning various formatting errors in RPM .spec files.
++ debian.rules ++
#!/usr/bin/make -f
%:
dh $@ --with python3 --buildsystem=pybuild
++ spec-cleaner.dsc ++
Format: 3.0 (quilt)
Source: spec-cleaner
Version: 0.7.9-1
Binary: spec-cleaner
Maintainer: Přemysl Janouch 
Architecture: all
Build-Depends: debhelper (>= 9), python3-dev, python3-mock, python3-nose,
 python3-setuptools, dh-python



commit dianara for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dianara for openSUSE:Factory checked 
in at 2016-03-26 15:27:05

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


Package is "dianara"

Changes:

--- /work/SRC/openSUSE:Factory/dianara/dianara.changes  2015-11-04 
15:33:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.dianara.new/dianara.changes 2016-03-26 
15:27:11.0 +0100
@@ -1,0 +2,19 @@
+Tue Mar 22 19:24:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.3.3:
+  * When trying to follow a contact, the user ID is verified.
+  * The image viewer gained basic zoom capabilities.
+  * Timelines show thumbnails of embedded images, full size in the
+viewer.
+  * When pasting text in a post or comment, proper links will be
+made from URLs, even when the pasted text is rich format.
+  * Links created from the Format menu are verified to have a
+proper scheme.
+  * Post publisher area can grow bigger.
+  * Configurable avatar sizes in comments and minor feeds.
+  * Better error handling when timelines fail to load.
+  * Add a AppData (AppStream) file.
+  * Fix some size issues in comments.
+  * Other small fixes and improvements.
+
+---

Old:

  dianara-v1.3.2.tar.gz

New:

  dianara-v1.3.3.tar.gz



Other differences:
--
++ dianara.spec ++
--- /var/tmp/diff_new_pack.oao2pd/_old  2016-03-26 15:27:12.0 +0100
+++ /var/tmp/diff_new_pack.oao2pd/_new  2016-03-26 15:27:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dianara
 #
-# 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 _name   Dianara
 Name:   dianara
-Version:1.3.2
+Version:1.3.3
 Release:0
 Summary:Pump.io social network desktop client
 License:GPL-2.0+
@@ -62,10 +62,11 @@
 %install
 mkdir -p %{buildroot}%{_datadir}/%{name}/locale/
 install -Dm 0755 %{name} %{buildroot}%{_bindir}/%{name}
+install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
 ls icon | while read size; do
 install -Dm 0644 icon/$size/%{name}.png 
%{buildroot}%{_datadir}/icons/hicolor/$size/apps/%{name}.png
 done
-install -Dm 0644 %{name}.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+install -Dm 0644 appdata/%{name}.appdata.xml 
%{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 
 %suse_update_desktop_file -r %{name} Network InstantMessaging
 
@@ -83,5 +84,7 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog

++ dianara-v1.3.2.tar.gz -> dianara-v1.3.3.tar.gz ++
 51753 lines of diff (skipped)




commit crosstool-ng for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package crosstool-ng for openSUSE:Factory 
checked in at 2016-03-26 15:27:19

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


Package is "crosstool-ng"

Changes:

--- /work/SRC/openSUSE:Factory/crosstool-ng/crosstool-ng.changes
2015-11-26 17:02:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.crosstool-ng.new/crosstool-ng.changes   
2016-03-26 15:27:23.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan  1 00:02:42 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ crosstool-ng.spec ++
--- /var/tmp/diff_new_pack.dc4rwN/_old  2016-03-26 15:27:24.0 +0100
+++ /var/tmp/diff_new_pack.dc4rwN/_new  2016-03-26 15:27:24.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package crosstool-ng
 #
-# 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
@@ -24,6 +24,8 @@
 Group:  Development/Tools/Building
 Url:http://crosstool-ng.org
 Source0:
http://crosstool-ng.org/download/crosstool-ng/%{name}-%{version}.tar.bz2
+# PATCH-FIX-TO-UPSTREAM -- bmwiedemann
+Patch0: reproducible.patch
 BuildRequires:  bison
 BuildRequires:  fdupes
 BuildRequires:  flex
@@ -51,6 +53,7 @@
 
 %prep
 %setup -qn %{name}
+%patch0 -p1
 # from legal team
 # "Distribution and use is free, also for commercial purposes" (no 
modification permission) 
 find patches/ -name '*-new-valencian-locale.patch' -type f -delete -print

++ reproducible.patch ++
--- crosstool-ng/docs/ct-ng.1.in.orig   2015-11-18 05:29:15.0 +
+++ crosstool-ng/docs/ct-ng.1.in2016-03-16 14:46:58.135659000 +
@@ -155,7 +155,7 @@
 to have the meaning of the exit values.
 ."
 .SH BUGS
-As of today (@@CT_DATE@@), building tarballs is broken. It is difficult to
+As of today (20151120), building tarballs is broken. It is difficult to
 foresee how all parts of
 .B crosstool-NG
 are going to be installed. Each part is needed to build a tarball, as it



commit ubuntu-mate-artwork for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2016-03-26 15:27:39

Comparing /work/SRC/openSUSE:Factory/ubuntu-mate-artwork (Old)
 and  /work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new (New)


Package is "ubuntu-mate-artwork"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2016-02-23 16:59:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2016-03-26 15:27:43.0 +0100
@@ -1,0 +2,24 @@
+Wed Mar 23 12:34:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 16.04.5:
+  * Reupload to add art assets missing from version 16.04.4.
+
+---
+Mon Mar 21 06:34:52 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 16.04.4 (changes since 16.04.2):
+  * Fix icon inheritance (lp#1552363, lp#1549079).
+  * Fix incorrect Open icon (lp#1541929).
+  * Fix LibreOffice icons in Ambiant-MATE and Radiant-MATE icon
+themes (lp#1551029, lp#1499521).
+  * Fix incorrect theming for Mozo dialogues (lp#1442738).
+  * Fix incorrect Appearance icon (lp#1556618).
+  * Correct buttons and scrollbars so GTK+2 and GTK+3 themes are
+more closely aligned.
+  * Add resize area and shadows for CSD windows.
+  * Add minimal style for CSD windows running without a compositor.
+  * Add Synapse indicator icons.
+  * Add a community contributed wallpaper.
+- Remove themes-csd-titlebar-fix.patch.
+
+---

Old:

  themes-csd-titlebar-fix.patch
  ubuntu-mate-artwork_16.04.2.tar.xz

New:

  ubuntu-mate-artwork_16.04.5.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.vutG3l/_old  2016-03-26 15:27:47.0 +0100
+++ /var/tmp/diff_new_pack.vutG3l/_new  2016-03-26 15:27:47.0 +0100
@@ -17,19 +17,17 @@
 
 
 %define _name   ubuntu-mate
-%define _version 16.04.0
+%define _version 16.04.5~xenial1.0
 Name:   ubuntu-mate-artwork
-Version:16.04.2
+Version:16.04.5
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0
 Group:  System/GUI/Other
 Url:https://launchpad.net/ubuntu-mate
 Source: 
http://archive.ubuntu.com/ubuntu/pool/universe/u/%{name}/%{name}_%{version}.tar.xz
-# PATCH-FIX-UPSTREAM themes-csd-titlebar-fix.patch sor.ale...@meowr.ru -- Fix 
transparent titlebars in Gtk3 CSD.
-Patch0: themes-csd-titlebar-fix.patch
 # PATCH-FIX-UPSTREAM themes-light-menubars.patch sor.ale...@meowr.ru -- Make 
light menus in Ambiance (Gtk2), dark menus are buggy in Qt4 QGtkStyle.
-Patch1: themes-light-menubars.patch
+Patch0: themes-light-menubars.patch
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildArch:  noarch
@@ -125,9 +123,8 @@
 The default Ubuntu MATE wallpapers for the Ubuntu MATE releases.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{_version}
 %patch0 -p1
-%patch1 -p1
 # Remove unwanted: Debian package, GRUB theme, Plymouth theme, odd script, 
LightDM defaults.
 rm -rf debian symlink.sh .%{_sysconfdir} .%{_datadir}/%{_name} 
.%{_datadir}/plymouth
 

++ ubuntu-mate-artwork_16.04.2.tar.xz -> ubuntu-mate-artwork_16.04.5.tar.xz 
++
/work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork_16.04.2.tar.xz
 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork_16.04.5.tar.xz
 differ: char 25, line 1




commit hugin for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2016-03-26 15:27:51

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


Package is "hugin"

Changes:

--- /work/SRC/openSUSE:Factory/hugin/hugin.changes  2016-02-11 
12:38:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2016-03-26 
15:27:54.0 +0100
@@ -1,0 +2,21 @@
+Sun Mar 20 14:13:31 UTC 2016 - salser...@gmail.com
+
+- Updated to version 2016.0.0
+  * Added user defined output. The user can define own output sequences to 
implement new use cases, e.g. zero noise output.
+  * Added --clip-exposure switch to nona to automatically mask over and under 
exposed areas in input images.
+  * Color management
+** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and 
monitor color profile into account to display images.
+** celeste and cpfind converts internal image to sRGB before working.
+  * Some buttons got a context menu for easier access to some function
+** Show all in fast preview window to allow better interaction with 
stacked projects
+** Celeste in cp tab: the button can now create cp or clean cp  
+  * Updated internal levmar library to version 2.6
+  * The identify tool in the fast preview window shows now also the image 
numbers on top of the images. (This can be suppressed by pressing the alt 
button).
+  * Fixes internal image format for GPU remapping. This should fix the 
"unsupported framebufferformat" error.
+  * Use own code for OpenGL intialization. Now freeglut is not needed anymore. 
(This should prevent the appearing of window when running "nona -g". 
Linux/Window only)
+  * Control point and mask editor retain viewpoint when changing zoom factor.
+  * PTBatcherGUI: Minimize to tray is now user configurable.
+  * Fixes a bug in photometric optimizer and merge projects with line control 
points.
+- Hugin is built in "build" subdirectory (in-source builds are not allowed 
now).
+
+---

Old:

  hugin-2015.0.0.tar.bz2

New:

  hugin-2016.0.0.tar.bz2



Other differences:
--
++ hugin.spec ++
--- /var/tmp/diff_new_pack.tRU9nm/_old  2016-03-26 15:27:56.0 +0100
+++ /var/tmp/diff_new_pack.tRU9nm/_new  2016-03-26 15:27:56.0 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblapack3
+BuildRequires:  liblcms2-devel
 BuildRequires:  libpano-devel >= 2.9.19
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2
@@ -46,7 +47,7 @@
 BuildRequires:  vigra-devel
 BuildRequires:  wxWidgets-devel
 BuildRequires:  zip
-%define mversion 2015.0
+%define mversion 2016.0
 Version:%{mversion}.0
 Release:0
 Summary:Toolchain for Stitching of Images and Creating Panoramas
@@ -93,12 +94,6 @@
 # Rename Czech in Czech Republic to Czech.
 mv src/translations/cs_CZ.po src/translations/cs.po
 #sed -i "s/ca_ES/ca/;s/cs_CZ/cs/" src/hugin/po/LINGUAS
-# Convert Japanese documentation to UTF-8 and delete note about Shift-JIS:
-iconv -f shift-jis -t utf-8 README_JP.new
-sed 1,4d README_JP.new2
-touch -r README_JP README_JP.new2
-mv README_JP.new2 README_JP
-rm README_JP.new
 # For SVN snapshot:
 #mkdir bin
 #cp %%{SOURCE1} bin/svn
@@ -113,16 +108,19 @@
 export LDFLAGS="-Wl,-rpath -Wl,%{_libdir}/hugin"
 LIB_SUFFIX=%{_lib}
 LIB_SUFFIX=${LIB_SUFFIX#lib}
+mkdir build && cd build
 cmake \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
-DENABLE_LAPACK=ON BUILD_HSI=ON \
-   .
+   ..
 # parallel make kills our workers
 make VERBOSE=1 %{?_smp_mflags} -j1
 
 %install
+cd build
 %make_install
+cd ..
 %suse_update_desktop_file hugin 2DGraphics
 %suse_update_desktop_file PTBatcherGUI 2DGraphics
 %suse_update_desktop_file calibrate_lens_gui 2DGraphics
@@ -131,7 +129,7 @@
 # Use better place for MIME icons.
 mv -f %{buildroot}%{_datadir}/icons/gnome %{buildroot}%{_datadir}/icons/hicolor
 mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -a AUTHORS authors.txt COPYING ChangeLog README README_JP TODO 
%{buildroot}%{_docdir}/%{name}/
+cp -a AUTHORS authors.txt COPYING Changes.txt README TODO 
%{buildroot}%{_docdir}/%{name}/
 chmod -x %{buildroot}%{_docdir}/%{name}/*
 %fdupes %{buildroot}
 

++ hugin-2015.0.0.tar.bz2 -> hugin-2016.0.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/hugin/hugin-2015.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.hugin.new/hugin-2016.0.0.tar.bz2 differ: char 11, 
line 1




commit fail2ban for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2016-03-26 15:27:23

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


Package is "fail2ban"

Changes:

--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes2016-03-16 
10:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2016-03-26 
15:27:27.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 10 14:09:51 UTC 2016 - jweberho...@weberhofer.at
+
+- Mark /etc/fail2ban/fail2ban.conf as noreplace.
+
+---



Other differences:
--
++ fail2ban.spec ++
--- /var/tmp/diff_new_pack.l6aakr/_old  2016-03-26 15:27:28.0 +0100
+++ /var/tmp/diff_new_pack.l6aakr/_new  2016-03-26 15:27:28.0 +0100
@@ -259,7 +259,7 @@
 %config %{_sysconfdir}/%{name}/action.d/*
 %config %{_sysconfdir}/%{name}/filter.d/*
 #
-%config %{_sysconfdir}/%{name}/fail2ban.conf
+%config(noreplace) %{_sysconfdir}/%{name}/fail2ban.conf
 %config %{_sysconfdir}/%{name}/jail.conf
 %config %{_sysconfdir}/%{name}/paths-common.conf
 %config %{_sysconfdir}/%{name}/paths-opensuse.conf




commit mlterm for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package mlterm for openSUSE:Factory checked 
in at 2016-03-26 15:27:46

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


Package is "mlterm"

Changes:

--- /work/SRC/openSUSE:Factory/mlterm/mlterm.changes2015-12-17 
15:54:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mlterm.new/mlterm.changes   2016-03-26 
15:27:49.0 +0100
@@ -1,0 +2,16 @@
+Wed Mar 23 11:02:00 UTC 2016 - idon...@suse.com
+
+- Update to version 3.7.0
+  * Support OSC 1337. (See http://www.iterm2.com/images.html)
+  * Add 'mlfc' tool which automatically generates ~/.mlterm/aafont and 
~/.mlterm/font-fb.
+  * Change the format of ~/.mlterm/*font is changed as follows.
+[Charset] = [Font name];[Size],[Font name];[Size],[Font name];...
+-> [Charset] = [Font name]
+  * Drop XT_CBLINK (CSI?12h/CSI?12l) support.
+  * Simplify font configuration of OSC 5379. ('mlcc font USASCII ' 
is available.)
+  * "CSI 38;2;r;g;b m" and "CSI 48;2;r;g;b m" shows high colors instead of
+approximate vt 256 colors. "vt_color_mode" / --vtcolor(=256/high/true) 
option
+changes the behavior.
+- Add mlterm-noreturn.patch to fix signature of non-returning function.
+
+---

Old:

  mlterm-3.6.1.tar.gz

New:

  mlterm-3.7.0.tar.gz
  mlterm-noreturn.patch



Other differences:
--
++ mlterm.spec ++
--- /var/tmp/diff_new_pack.3c66lR/_old  2016-03-26 15:27:50.0 +0100
+++ /var/tmp/diff_new_pack.3c66lR/_new  2016-03-26 15:27:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mlterm
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   mlterm
-Version:3.6.1
+Version:3.7.0
 Release:0
 Summary:Multilingual Terminal Emulator for X
 License:BSD-3-Clause
@@ -32,6 +32,7 @@
 Source10:   %{name}.desktop
 Source11:   %{name}.png
 Patch0: etc.patch
+Patch1: mlterm-noreturn.patch
 BuildRequires:  coreutils
 BuildRequires:  fribidi-devel
 BuildRequires:  gcc-c++
@@ -122,6 +123,8 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
+
 rm -rf doc/{en,ja}/*win32
 
 %build
@@ -198,9 +201,9 @@
 %{_libdir}/mlterm/libind_malayalam.so
 %{_libdir}/mlterm/libind_oriya.so
 %{_libdir}/mlterm/libind_punjabi.so
-%{_libdir}/mlterm/libind_roman.so
 %{_libdir}/mlterm/libind_tamil.so
 %{_libdir}/mlterm/libind_telugu.so
+%{_libdir}/mlterm/libotl.so
 %{_libdir}/mlterm/mlterm/mlimgloader
 %dir %{_libdir}/mkf/
 %{_libdir}/mkf/*.so

++ mlterm-3.6.1.tar.gz -> mlterm-3.7.0.tar.gz ++
 38629 lines of diff (skipped)

++ mlterm-noreturn.patch ++
Index: mlterm-3.7.0/xwindow/x_font_manager.c
===
--- mlterm-3.7.0.orig/xwindow/x_font_manager.c
+++ mlterm-3.7.0/xwindow/x_font_manager.c
@@ -101,7 +101,7 @@ change_font_cache(
return  1 ;
 }
 
-static int
+static void
 adjust_font_size(
u_int *  font_size
)




commit viewvc for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package viewvc for openSUSE:Factory checked 
in at 2016-03-26 15:27:43

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


Package is "viewvc"

Changes:

--- /work/SRC/openSUSE:Factory/viewvc/viewvc.changes2015-04-10 
09:52:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.viewvc.new/viewvc.changes   2016-03-26 
15:27:47.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 23 13:18:53 UTC 2016 - astie...@suse.com
+
+- viewvc 1.1.24:
+  * fix minor bug in human_readable boolean calculation
+  * allow hr_funout option to apply to unidiff diffs, too
+  * fix infinite loop in rcsparse
+  * fix iso8601 timezone offset handling
+  * add support for renamed roots
+  * fix minor buglet in viewvc-install error message
+
+---

Old:

  viewvc-1.1.23.tar.gz

New:

  viewvc-1.1.24.tar.gz



Other differences:
--
++ viewvc.spec ++
--- /var/tmp/diff_new_pack.73NV91/_old  2016-03-26 15:27:48.0 +0100
+++ /var/tmp/diff_new_pack.73NV91/_new  2016-03-26 15:27:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package viewvc
 #
-# 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
@@ -25,7 +25,7 @@
 #
 %define viewvc_dir /srv/viewvc
 Name:   viewvc
-Version:1.1.23
+Version:1.1.24
 Release:0
 Summary:Browse a Subversion Repository with a Web Browser
 License:BSD-3-Clause

++ viewvc-1.1.23.tar.gz -> viewvc-1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.23/CHANGES new/viewvc-1.1.24/CHANGES
--- old/viewvc-1.1.23/CHANGES   2014-11-05 01:14:05.0 +0100
+++ new/viewvc-1.1.24/CHANGES   2015-09-23 19:44:20.0 +0200
@@ -1,3 +1,12 @@
+Version 1.1.24 (released ??-???-)
+
+  * fix minor bug in human_readable boolean calculation
+  * allow hr_funout option to apply to unidiff diffs, too
+  * fix infinite loop in rcsparse
+  * fix iso8601 timezone offset handling (issue #542)
+  * add support for renamed roots (issue #544)
+  * fix minor buglet in viewvc-install error message
+
 Version 1.1.23 (released 04-Nov-2014)
 
   * fix annotate bug triggered by files with trailing blank lines (issue #533)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/viewvc-1.1.23/INSTALL new/viewvc-1.1.24/INSTALL
--- old/viewvc-1.1.23/INSTALL   2011-10-04 17:00:01.0 +0200
+++ new/viewvc-1.1.24/INSTALL   2015-01-28 20:42:15.0 +0100
@@ -120,11 +120,17 @@
path in some of the files, and ViewVC cannot be moved to a 
different path after the install.
 
-   Note: while 'root' is usually required to create /usr/local/viewvc,
+   NOTE: while 'root' is usually required to create /usr/local/viewvc,
ViewVC does not have to be installed as root, nor does it run as root.
It is just as valid to place ViewVC in a home directory, too.
 
-   Note: viewvc-install will create directories if needed. It will
+   NOTE: if your system uses a restrictive umask, you might need to
+   adjust the permissions of the directory structure that
+   viewvc-install creates so that, for example, the modules in the
+   lib/ subdirectory are actually readable by the main programs in the
+   bin/ subdirectory.
+
+   NOTE: viewvc-install will create directories if needed. It will
prompt before overwriting files that may have been modified (such
as viewvc.conf), thus making it safe to install over the top of
a previous installation. It will always overwrite program files,
@@ -234,7 +240,7 @@
   Options +ExecCGI
   AddHandler cgi-script .cgi
  
-   Note: For this to work mod_cgi has to be loaded.  And for the .htaccess file
+   NOTE: For this to work mod_cgi has to be loaded.  And for the .htaccess file
to be effective, "AllowOverride All" or "AllowOverride Options FileInfo"
needs to have been specified for the directory.

@@ -253,7 +259,7 @@
 
SetEnv VIEWVC_CONF_PATHNAME /etc/viewvc.conf

-   Note: If you are using Mod_Python under Apache 1.3 the tarball generation
+   NOTE: If you are using Mod_Python under Apache 1.3 the tarball generation
feature may not work because it uses multithreading.  This works fine
under Apache 2.

@@ -273,7 +279,7 @@
 
   WSGIApplicationGroup %{GLOBAL}
 
-   Note: WSGI support in ViewVC is at this time quite rudimentary,
+   NOTE: WSGI 

commit perl-Scalar-List-Utils for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Scalar-List-Utils for 
openSUSE:Factory checked in at 2016-03-26 15:27:34

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


Package is "perl-Scalar-List-Utils"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2016-02-17 12:20:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
   2016-03-26 15:27:37.0 +0100
@@ -1,0 +2,12 @@
+Wed Mar 23 11:05:28 UTC 2016 - co...@suse.com
+
+- updated to 1.44
+   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+  1.44 -- 2016/03/17 23:08:46
+   [CHANGES]
+* Added List::Util::uniq() and uniqnum()
+  (with thanks to randir and ilmari for assistance writing code and
+   tests)
+
+---

Old:

  Scalar-List-Utils-1.43.tar.gz

New:

  Scalar-List-Utils-1.44.tar.gz



Other differences:
--
++ perl-Scalar-List-Utils.spec ++
--- /var/tmp/diff_new_pack.ksiBI5/_old  2016-03-26 15:27:38.0 +0100
+++ /var/tmp/diff_new_pack.ksiBI5/_new  2016-03-26 15:27:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Scalar-List-Utils
-Version:1.43
+Version:1.44
 Release:0
 %define cpan_name Scalar-List-Utils
 Summary:Common Scalar and List utility subroutines

++ Scalar-List-Utils-1.43.tar.gz -> Scalar-List-Utils-1.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scalar-List-Utils-1.43/Changes 
new/Scalar-List-Utils-1.44/Changes
--- old/Scalar-List-Utils-1.43/Changes  2016-02-08 16:05:37.0 +0100
+++ new/Scalar-List-Utils-1.44/Changes  2016-03-18 00:09:46.0 +0100
@@ -1,3 +1,9 @@
+1.44 -- 2016/03/17 23:08:46
+   [CHANGES]
+* Added List::Util::uniq() and uniqnum()
+  (with thanks to randir and ilmari for assistance writing code and
+   tests)
+
 1.43 -- 2016/02/08 15:05:23
[CHANGES]
 * Updated documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Scalar-List-Utils-1.43/ListUtil.xs 
new/Scalar-List-Utils-1.44/ListUtil.xs
--- old/Scalar-List-Utils-1.43/ListUtil.xs  2016-02-03 01:56:58.0 
+0100
+++ new/Scalar-List-Utils-1.44/ListUtil.xs  2016-03-18 00:07:44.0 
+0100
@@ -14,6 +14,12 @@
 #  include "multicall.h"
 #endif
 
+#if PERL_BCDVERSION < 0x5023008
+#  define UNUSED_VAR_newsp PERL_UNUSED_VAR(newsp)
+#else
+#  define UNUSED_VAR_newsp NOOP
+#endif
+
 #ifndef CvISXSUB
 #  define CvISXSUB(cv) CvXSUB(cv)
 #endif
@@ -66,6 +72,10 @@
 #  define croak_no_modify() croak("%s", PL_no_modify)
 #endif
 
+#ifndef SvNV_nomg
+#  define SvNV_nomg SvNV
+#endif
+
 enum slu_accum {
 ACC_IV,
 ACC_NV,
@@ -383,7 +393,7 @@
 dMULTICALL;
 I32 gimme = G_SCALAR;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 for(index = 2 ; index < items ; index++) {
 GvSV(bgv) = args[index];
@@ -438,7 +448,7 @@
 dMULTICALL;
 I32 gimme = G_SCALAR;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 
 for(index = 1 ; index < items ; index++) {
@@ -510,7 +520,7 @@
 I32 gimme = G_SCALAR;
 int index;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 for(index = 1; index < items; index++) {
 SV *def_sv = GvSV(PL_defgv) = args[index];
@@ -694,7 +704,7 @@
 dMULTICALL;
 I32 gimme = G_SCALAR;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 for(; argi < items; argi += 2) {
 SV *a = GvSV(agv) = stack[argi];
@@ -779,7 +789,7 @@
 dMULTICALL;
 I32 gimme = G_SCALAR;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 for(; argi < items; argi += 2) {
 SV *a = GvSV(agv) = stack[argi];
@@ -870,7 +880,7 @@
 dMULTICALL;
 I32 gimme = G_ARRAY;
 
-PERL_UNUSED_VAR(newsp);
+UNUSED_VAR_newsp;
 PUSH_MULTICALL(cv);
 for(; argi < items; argi += 2) {
 int count;
@@ -997,6 +1007,86 @@
 }
 
 
+void
+uniq(...)
+PROTOTYPE: @
+ALIAS:
+uniq= 0
+uniqnum = 1
+CODE:
+{
+int retcount = 0;
+int index;
+SV **args = _stack_base[ax];
+HV *seen;
+
+if(items < 2) {
+retcount = items;
+goto finish;
+}
+
+sv_2mortal((SV 

commit dbh for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dbh for openSUSE:Factory checked in 
at 2016-03-26 15:27:57

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


Package is "dbh"

Changes:

--- /work/SRC/openSUSE:Factory/dbh/dbh.changes  2015-11-16 18:52:10.0 
+0100
+++ /work/SRC/openSUSE:Factory/.dbh.new/dbh.changes 2016-03-26 
15:28:01.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 23:57:24 UTC 2016 - dval...@suse.com
+
+- Fix bigendian builds (dbh-bigendian.patch) 
+
+---

New:

  dbh-bigendian.patch



Other differences:
--
++ dbh.spec ++
--- /var/tmp/diff_new_pack.P2an8s/_old  2016-03-26 15:28:02.0 +0100
+++ /var/tmp/diff_new_pack.P2an8s/_new  2016-03-26 15:28:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbh
 #
-# 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
@@ -26,6 +26,7 @@
 Url:http://www.gnu.org/software/libdbh/
 
 Source: http://downloads.sf.net/dbh/%{lname}-%{version}.tar.gz
+Patch0: dbh-bigendian.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n %{lname}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++ dbh-bigendian.patch ++
Index: libdbh2-5.0.19/src/dbh_static.i
===
--- libdbh2-5.0.19.orig/src/dbh_static.i
+++ libdbh2-5.0.19/src/dbh_static.i
@@ -1779,7 +1779,6 @@ static int sdbh_writeheader (DBHashTable
 dbh->head_info->data_space = sdbh_turnaround (dbh->head_info->data_space);
 dbh->head_info->erased_space = sdbh_turnaround 
(dbh->head_info->erased_space);
 dbh->head_info->records = sdbh_turnaround (dbh->head_info->records);
-dbh->head_info->fractalidad = sdbh_turnaround 
(dbh->head_info->fractalidad);
 #endif
 
 
@@ -1809,7 +1808,6 @@ static int sdbh_writeheader (DBHashTable
 dbh->head_info->data_space = sdbh_turnaround (dbh->head_info->data_space);
 dbh->head_info->erased_space = sdbh_turnaround 
(dbh->head_info->erased_space);
 dbh->head_info->records = sdbh_turnaround (dbh->head_info->records);
-dbh->head_info->fractalidad = sdbh_turnaround 
(dbh->head_info->fractalidad);
 #endif
 if (!flush) return 1;
   



commit keepassx for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package keepassx for openSUSE:Factory 
checked in at 2016-03-26 15:27:49

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


Package is "keepassx"

Changes:

--- /work/SRC/openSUSE:Factory/keepassx/keepassx.changes2016-02-26 
00:33:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.keepassx.new/keepassx.changes   2016-03-26 
15:27:51.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 20 11:26:49 UTC 2016 - mplus...@suse.com
+
+- Add gpg signature
+- Use proper post/postun macros for desktop files and icones
+
+---

New:

  keepassx-2.0.2.tar.gz.sig
  keepassx.keyring



Other differences:
--
++ keepassx.spec ++
--- /var/tmp/diff_new_pack.7nL30z/_old  2016-03-26 15:27:52.0 +0100
+++ /var/tmp/diff_new_pack.7nL30z/_new  2016-03-26 15:27:52.0 +0100
@@ -22,18 +22,26 @@
 Summary:Cross Platform Password Manager
 License:GPL-2.0 and LGPL-2.1 and LGPL-3.0+
 Group:  Productivity/Security
-Url:http://www.keepassx.org/
-Source: 
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz
+Url:https://www.keepassx.org/
+Source0:
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz
+Source1:
https://www.keepassx.org/releases/%{version}/keepassx-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 # PATCH-FIX-UPSTREAM keepassx-fix-undefined-libraries.patch
 # https://www.keepassx.org/dev/issues/389
 Patch0: keepassx-fix-undefined-libraries.patch
 BuildRequires:  cmake
 BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libXtst-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libqt4-devel >= 4.6
 BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
+Requires:   hicolor-icon-theme
+Requires(post): hicolor-icon-theme
+Requires(post): update-desktop-files
+Requires(postun): hicolor-icon-theme
+Requires(postun): update-desktop-files
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,10 +67,18 @@
 %cmake_install
 %suse_update_desktop_file %{name} X-SuSE-DesktopUtility
 
-%fdupes %{buildroot}/%{_prefix}
+%fdupes -s %{buildroot}/%{_prefix}
 
 %check
-make -C build test
+make %{?_smp_mflags} -C build test
+
+%post
+%desktop_database_post
+%icon_theme_cache_post
+
+%postun
+%desktop_database_postun
+%icon_theme_cache_postun
 
 %files
 %defattr(-,root,root)




commit openscap for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2016-03-26 15:27:37

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


Package is "openscap"

Changes:

--- /work/SRC/openSUSE:Factory/openscap/openscap.changes2016-01-22 
01:09:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.openscap.new/openscap.changes   2016-03-26 
15:27:39.0 +0100
@@ -1,0 +2,8 @@
+Wed Mar 23 10:21:27 UTC 2016 - meiss...@suse.com
+
+- enable the SCE (script checking engine)
+  packaged in "openscap-engine-sce" subpackage.
+- enable the CCE (Common Configuration Enumeration)
+
+
+---



Other differences:
--
++ openscap.spec ++
--- /var/tmp/diff_new_pack.at7n8X/_old  2016-03-26 15:27:40.0 +0100
+++ /var/tmp/diff_new_pack.at7n8X/_new  2016-03-26 15:27:40.0 +0100
@@ -83,6 +83,21 @@
 This package contains the Docker support for OpenSCAP.
 
 
+%package engine-sce
+Summary:Script Checking Engine for OpenSCAP
+Group:  System/Libraries
+
+%description engine-sce
+This package contains the Script Checking Engine (SCE) support for OpenSCAP.
+
+%package -n libopenscap_sce%{soname}
+Summary:Script Checking Engine Library for OpenSCAP
+Group:  System/Libraries
+Recommends: openscap-engine-sce
+
+%description -n libopenscap_sce%{soname}
+This package contains the Script Checking Engine Library (SCE) for OpenSCAP.
+
 %package devel
 Requires:   %{name} = %{version}-%{release}
 Requires:   libopenscap%{soname} = %{version}
@@ -153,9 +168,9 @@
 %build
 
 %if 0%{?with_bindings}
-%configure --disable-silent-rules
+%configure --disable-silent-rules --enable-sce --enable-cce
 %else
-%configure --disable-silent-rules --disable-bindings --disable-python 
--disable-python3
+%configure --disable-silent-rules --enable-sce --enable-cce --disable-bindings 
--disable-python --disable-python3
 %endif
 %__make %{?_smp_mflags}
 
@@ -179,8 +194,10 @@
 ln -s  %{_datadir}/openscap/scap-yast2sec-xccdf.xml 
$RPM_BUILD_ROOT/%{_datadir}/openscap/scap-xccdf.xml
 
 %post -n libopenscap%{soname} -p /sbin/ldconfig
+%post -n libopenscap_sce%{soname} -p /sbin/ldconfig
 
 %postun -n libopenscap%{soname} -p /sbin/ldconfig
+%postun -n libopenscap_sce%{soname} -p /sbin/ldconfig
 
 %preun utils
 %{stop_on_removal oscap-scan}
@@ -281,6 +298,16 @@
 %defattr(-,root,root,-)
 %{_datadir}/openscap/scap*.xml
 
+%files engine-sce
+%defattr(-,root,root,-)
+%dir %{_datadir}/openscap
+%dir %{_datadir}/openscap/sectool-sce/
+%{_datadir}/openscap/sectool-sce/*
+
+%files -n libopenscap_sce%{soname}
+%defattr(-,root,root,-)
+%{_libdir}/libopenscap_sce.so.*
+
 %files extra-probes
 %defattr(-,root,root,-)
 %{_libexecdir}/openscap/probe_ldap57






commit perl-Lexical-SealRequireHints for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Lexical-SealRequireHints for 
openSUSE:Factory checked in at 2016-03-26 15:27:30

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


Package is "perl-Lexical-SealRequireHints"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lexical-SealRequireHints/perl-Lexical-SealRequireHints.changes
  2015-04-15 16:23:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lexical-SealRequireHints.new/perl-Lexical-SealRequireHints.changes
 2016-03-26 15:27:36.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 23 10:41:25 UTC 2016 - co...@suse.com
+
+- updated to 0.010
+   see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes
+
+  version 0.010; 2016-03-18
+  
+* skip test with lexical $_ on Perl 5.23.4+ where that feature has
+  been removed
+
+---

Old:

  Lexical-SealRequireHints-0.009.tar.gz

New:

  Lexical-SealRequireHints-0.010.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Lexical-SealRequireHints.spec ++
--- /var/tmp/diff_new_pack.cAawLC/_old  2016-03-26 15:27:37.0 +0100
+++ /var/tmp/diff_new_pack.cAawLC/_new  2016-03-26 15:27:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lexical-SealRequireHints
 #
-# 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
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Lexical-SealRequireHints
-Version:0.009
+Version:0.010
 Release:0
 %define cpan_name Lexical-SealRequireHints
-Summary:prevent leakage of lexical hints
+Summary:Prevent Leakage of Lexical Hints
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lexical-SealRequireHints/
-Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Lexical-SealRequireHints-0.009.tar.gz -> 
Lexical-SealRequireHints-0.010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.009/Changes 
new/Lexical-SealRequireHints-0.010/Changes
--- old/Lexical-SealRequireHints-0.009/Changes  2015-03-20 23:17:44.0 
+0100
+++ new/Lexical-SealRequireHints-0.010/Changes  2016-03-18 06:07:33.0 
+0100
@@ -1,3 +1,8 @@
+version 0.010; 2016-03-18
+
+  * skip test with lexical $_ on Perl 5.23.4+ where that feature has
+been removed
+
 version 0.009; 2015-03-20
 
   * in test of require for version checking, work around [perl #124135]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.009/META.json 
new/Lexical-SealRequireHints-0.010/META.json
--- old/Lexical-SealRequireHints-0.009/META.json2015-03-20 
23:17:44.0 +0100
+++ new/Lexical-SealRequireHints-0.010/META.json2016-03-18 
06:07:33.0 +0100
@@ -46,7 +46,7 @@
"provides" : {
   "Lexical::SealRequireHints" : {
  "file" : "lib/Lexical/SealRequireHints.pm",
- "version" : "0.009"
+ "version" : "0.010"
   }
},
"release_status" : "stable",
@@ -55,5 +55,5 @@
  "http://dev.perl.org/licenses/;
   ]
},
-   "version" : "0.009"
+   "version" : "0.010"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.009/META.yml 
new/Lexical-SealRequireHints-0.010/META.yml
--- old/Lexical-SealRequireHints-0.009/META.yml 2015-03-20 23:17:44.0 
+0100
+++ new/Lexical-SealRequireHints-0.010/META.yml 2016-03-18 06:07:33.0 
+0100
@@ -25,11 +25,11 @@
 provides:
   Lexical::SealRequireHints:
 file: lib/Lexical/SealRequireHints.pm
-version: '0.009'
+version: '0.010'
 recommends:
   XSLoader: '0'
 requires:
   perl: '5.006'
 resources:
   license: http://dev.perl.org/licenses/
-version: '0.009'
+version: '0.010'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lexical-SealRequireHints-0.009/README 
new/Lexical-SealRequireHints-0.010/README
--- old/Lexical-SealRequireHints-0.009/README   2015-03-20 23:17:44.0 
+0100

commit scummvm for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2016-03-26 15:27:03

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


Package is "scummvm"

Changes:

--- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes  2014-09-22 
09:24:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes 2016-03-26 
15:27:09.0 +0100
@@ -1,0 +2,20 @@
+Sun Mar  6 12:25:48 UTC 2016 - mailaen...@opensuse.org
+
+- Update to 1.8.0
+  * New Games:
+- Amazon: Guardians of Eden
+- Beavis and Butthead in Virtual Stupidity
+- Broken Sword 2.5: The Return of the Templars
+- Labyrinth of Time
+- Rex Nebular and the Cosmic Gender Bender
+- Sfinx
+- The Lost Files of Sherlock Holmes: The Case of the Rose Tattoo
+- The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel
+- Zork: Grand Inquisitor
+- Zork Nemesis: The Forbidden Lands
+  * Updated the MT-32 (Miles Audio) emulator
+  * Overhauled the graphics subsystem in AGI
+- Remove scummvm-underlinking.patch
+- Remove scummvm-themed_icons.patch
+
+---

Old:

  scummvm-1.7.0.tar.bz2
  scummvm-themed_icons.patch
  scummvm-underlinking.patch

New:

  scummvm-1.8.0.tar.xz



Other differences:
--
++ scummvm.spec ++
--- /var/tmp/diff_new_pack.qc1DgL/_old  2016-03-26 15:27:10.0 +0100
+++ /var/tmp/diff_new_pack.qc1DgL/_new  2016-03-26 15:27:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package scummvm
 #
-# 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,19 +20,13 @@
 %bcond_with mp3
 
 Name:   scummvm
-Version:1.7.0
+Version:1.8.0
 Release:0
 Summary:Interpreter for several adventure games
 License:GPL-2.0+
 Group:  Amusements/Games/Other
 Url:http://www.scummvm.org/
-Source0:
http://prdownloads.sourceforge.net/scummvm/scummvm-%{version}.tar.bz2
-Patch0: scummvm-themed_icons.patch
-# It's an ugly workaround but makes the sword25 engine plugin link against
-# png/theora, and since we use --as-needed there are no real problems. Once the
-# engine passes to the main binary the problem will dissapear.
-# It could also be good to make it use the system's Lua.
-Patch1: scummvm-underlinking.patch
+Source: 
http://www.scummvm.org/frs/scummvm/%{version}/scummvm-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
@@ -65,7 +59,7 @@
 LucasArts' SCUMM virtual machine (such as Day of the Tentacle and
 Monkey Island), Sierra's AGI adventures (such as early King's Quest and
 Space Quest games), Adventure Soft's Simon the Sorcerer 1, 2 and Feeble Files,
-Revolution Software's Beneath a Steel Sky and Broken Sword 1 and 2,
+Revolution Software's Beneath a Steel Sky and Broken Sword 1, 2 and 2.5,
 Interactive Binary Illusions' Flight of the Amazon Queen,
 Coktel Vision's Gobliiins, Wyrmkeep's Inherit the Earth, Westwood's
 Legend of Kyrandia, and various others.
@@ -76,13 +70,11 @@
 Requires:   %{name} = %{version}
 
 %description extra
-lastexpress, sword25 and toltecs engines for ScummVM.
+lastexpress and toltecs engines for ScummVM.
 These engines are in a worse state, but allow to play extra games.
 
 %prep
 %setup -q
-%patch0
-%patch1
 FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
 sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" base/version.cpp 
backends/plugins/elf/version.cpp
 FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes 
'+%%H:%%M:%%S')
@@ -101,21 +93,22 @@
 --enable-verbose-build \
 --enable-plugins \
 --enable-engine-dynamic=lastexpress \
---enable-engine-dynamic=sword25 \
 --enable-engine-dynamic=wintermute
 # Subengines are not included even as dynamic since I don't want to touch the 
main engines
 make %{?_smp_mflags}
 
 %install
 %make_install
-# Since desktop-file-utils 0.19 (openSUSE 12.2) it automatically searches for 
%{buildroot}
+# Since desktop-file-utils 0.19 (openSUSE 12.2) it automatically searches for 
%%{buildroot}
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ 
dists/scummvm.desktop
 
 %post
 %icon_theme_cache_post
+%desktop_database_post
 
 %postun
 %icon_theme_cache_postun
+%desktop_database_postun
 
 %files
 

commit perl-Package-DeprecationManager for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-DeprecationManager for 
openSUSE:Factory checked in at 2016-03-26 15:27:36

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


Package is "perl-Package-DeprecationManager"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Package-DeprecationManager/perl-Package-DeprecationManager.changes
  2015-11-15 12:48:11.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-DeprecationManager.new/perl-Package-DeprecationManager.changes
 2016-03-26 15:27:38.0 +0100
@@ -1,0 +2,13 @@
+Wed Mar 23 10:56:22 UTC 2016 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes
+
+  0.16 2016-03-21
+  
+  - The subs installed into the caller are now named with Sub::Name. This makes
+these subs appear to be part of the caller, as opposed to an import, which
+is what we want, since each installed sub is constructed uniquely for a
+given package.
+
+---

Old:

  Package-DeprecationManager-0.15.tar.gz

New:

  Package-DeprecationManager-0.16.tar.gz



Other differences:
--
++ perl-Package-DeprecationManager.spec ++
--- /var/tmp/diff_new_pack.OmQdUo/_old  2016-03-26 15:27:39.0 +0100
+++ /var/tmp/diff_new_pack.OmQdUo/_new  2016-03-26 15:27:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-DeprecationManager
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-DeprecationManager
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name Package-DeprecationManager
 Summary:Manage deprecation warnings for your distribution
@@ -34,13 +34,17 @@
 BuildRequires:  perl(Package::Stash)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Sub::Install)
+BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings)
+BuildRequires:  perl(namespace::autoclean)
 Requires:   perl(List::Util) >= 1.33
 Requires:   perl(Package::Stash)
 Requires:   perl(Params::Util)
 Requires:   perl(Sub::Install)
+Requires:   perl(Sub::Name)
+Requires:   perl(namespace::autoclean)
 %{perl_requires}
 
 %description
@@ -110,6 +114,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc Changes CONTRIBUTING.md LICENSE README.md
 
 %changelog

++ Package-DeprecationManager-0.15.tar.gz -> 
Package-DeprecationManager-0.16.tar.gz ++
 2055 lines of diff (skipped)




commit libservicelog for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package libservicelog for openSUSE:Factory 
checked in at 2016-03-26 15:27:09

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


Package is "libservicelog"

Changes:

--- /work/SRC/openSUSE:Factory/libservicelog/libservicelog.changes  
2014-09-10 17:02:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libservicelog.new/libservicelog.changes 
2016-03-26 15:27:18.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 22 16:15:16 UTC 2016 - jloe...@suse.com
+
+- version update to 1.1.16 (FATE#319556)
+  - see libservicelog-1.1.16/ChangeLog for changes
+
+- removed patches:
+  * libservicelog-printf_types.patch
+
+---

Old:

  libservicelog-1.1.15.tar.gz
  libservicelog-printf_types.patch

New:

  libservicelog-1.1.16.tar.gz



Other differences:
--
++ libservicelog.spec ++
--- /var/tmp/diff_new_pack.ywbrgR/_old  2016-03-26 15:27:19.0 +0100
+++ /var/tmp/diff_new_pack.ywbrgR/_new  2016-03-26 15:27:19.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libservicelog
 #
-# 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
@@ -18,7 +18,7 @@
 
 Name:   libservicelog
 %define lname  libservicelog-1_1-1
-Version:1.1.15
+Version:1.1.16
 Release:0
 Summary:Servicelog Database and Library
 License:LGPL-2.0+
@@ -31,7 +31,6 @@
 Source1:baselibs.conf
 Source2:libservicelog-rpmlintrc
 PreReq: %{_sbindir}/groupadd
-Patch2: libservicelog-printf_types.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  librtas-devel
@@ -72,7 +71,6 @@
 
 %prep
 %setup -q
-%patch2 -p1
 
 %build
 autoreconf -fiv

++ libservicelog-1.1.15.tar.gz -> libservicelog-1.1.16.tar.gz ++
 22747 lines of diff (skipped)




commit WindowMaker for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package WindowMaker for openSUSE:Factory 
checked in at 2016-03-26 15:26:55

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


Package is "WindowMaker"

Changes:

--- /work/SRC/openSUSE:Factory/WindowMaker/WindowMaker.changes  2015-10-08 
08:24:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.WindowMaker.new/WindowMaker.changes 
2016-03-26 15:27:00.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 22 13:03:08 UTC 2016 - km...@suse.com
+
+- Fix build breakace related to giflib < 5.1.
+
+---
+Tue Mar 22 10:09:48 UTC 2016 - km...@suse.com
+
+- Update to WindowMaker-0.95.7
+  - Small modification of wm-giflib.patch.
+  - Spec file fixes.
+- Removed: WindowMaker-0.96.6.tar.gz
+- Added: WindowMaker-0.96.7.tar.gz
+
+---

Old:

  WindowMaker-0.95.6.tar.gz

New:

  WindowMaker-0.95.7.tar.gz



Other differences:
--
++ WindowMaker.spec ++
--- /var/tmp/diff_new_pack.yx2pFV/_old  2016-03-26 15:27:02.0 +0100
+++ /var/tmp/diff_new_pack.yx2pFV/_new  2016-03-26 15:27:02.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker
 #
-# 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
@@ -20,7 +20,7 @@
 Summary:A Colorful and Flexible Window Manager
 License:GPL-2.0+ and LGPL-2.1+ and SUSE-Public-Domain
 Group:  System/GUI/Other
-Version:0.95.6
+Version:0.95.7
 Release:0
 # 81eefca4ef70414d73048300058e5007f402dd7f
 # f846b7cdd39749b5291d4559185a229b752b4fed
@@ -123,7 +123,7 @@
   --with-pic\
   --sysconfdir=/etc/X11 \
   --enable-xinerama \
-  --with-nlsdir=/usr/share/locale \
+  --localedir=/usr/share/locale \
   --with-pixmapdir=/usr/share/%{name}/Pixmaps \
   --with-gnustepdir=/usr/lib/GNUstep
 
@@ -173,7 +173,7 @@
 
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc AUTHORS BUGFORM BUGS COPYING COPYING.WTFPL ChangeLog FAQ FAQ.I18N
+%doc AUTHORS BUGFORM BUGS COPYING COPYING.WTFPL ChangeLog FAQ
 %doc NEWS README* TODO
 %doc menu_orig
 %dir /etc/X11/%{name}

++ WindowMaker-0.95.6.tar.gz -> WindowMaker-0.95.7.tar.gz ++
 80423 lines of diff (skipped)

++ wm-giflib.patch ++
 2407 lines (skipped)
 between /work/SRC/openSUSE:Factory/WindowMaker/wm-giflib.patch
 and /work/SRC/openSUSE:Factory/.WindowMaker.new/wm-giflib.patch




commit perl-CPAN-Perl-Releases for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-CPAN-Perl-Releases for 
openSUSE:Factory checked in at 2016-03-26 15:27:28

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


Package is "perl-CPAN-Perl-Releases"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-CPAN-Perl-Releases/perl-CPAN-Perl-Releases.changes
  2016-02-26 00:37:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-CPAN-Perl-Releases.new/perl-CPAN-Perl-Releases.changes
 2016-03-26 15:27:33.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 23 10:05:51 UTC 2016 - co...@suse.com
+
+- updated to 2.60
+   see /usr/share/doc/packages/perl-CPAN-Perl-Releases/Changes
+
+---

Old:

  CPAN-Perl-Releases-2.58.tar.gz

New:

  CPAN-Perl-Releases-2.60.tar.gz



Other differences:
--
++ perl-CPAN-Perl-Releases.spec ++
--- /var/tmp/diff_new_pack.rEypWG/_old  2016-03-26 15:27:35.0 +0100
+++ /var/tmp/diff_new_pack.rEypWG/_new  2016-03-26 15:27:35.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-CPAN-Perl-Releases
-Version:2.58
+Version:2.60
 Release:0
 %define cpan_name CPAN-Perl-Releases
 Summary:Mapping Perl releases on CPAN to the location of the tarballs

++ CPAN-Perl-Releases-2.58.tar.gz -> CPAN-Perl-Releases-2.60.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/Changes 
new/CPAN-Perl-Releases-2.60/Changes
--- old/CPAN-Perl-Releases-2.58/Changes 2016-02-20 22:59:11.0 +0100
+++ new/CPAN-Perl-Releases-2.60/Changes 2016-03-20 19:30:02.0 +0100
@@ -1,8 +1,18 @@
 ==
-Changes from 2011-02-21 00:00:00 + to present.
+Changes from 2011-03-22 00:00:00 + to present.
 ==
 
 -
+version 2.60 at 2016-03-20 18:29:24 +
+-
+
+  Change: b898659a1ced0560f65088da253ccd1cf343953c
+  Author: Chris 'BinGOs' Williams 
+  Date : 2016-03-20 18:29:24 +
+
+Updated for v5.23.9 
+
+-
 version 2.58 at 2016-02-20 21:58:41 +
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/META.json 
new/CPAN-Perl-Releases-2.60/META.json
--- old/CPAN-Perl-Releases-2.58/META.json   2016-02-20 22:59:11.0 
+0100
+++ new/CPAN-Perl-Releases-2.60/META.json   2016-03-20 19:30:02.0 
+0100
@@ -54,6 +54,6 @@
  "web" : "https://github.com/bingos/cpan-perl-releases;
   }
},
-   "version" : "2.58"
+   "version" : "2.60"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/META.yml 
new/CPAN-Perl-Releases-2.60/META.yml
--- old/CPAN-Perl-Releases-2.58/META.yml2016-02-20 22:59:11.0 
+0100
+++ new/CPAN-Perl-Releases-2.60/META.yml2016-03-20 19:30:02.0 
+0100
@@ -21,4 +21,4 @@
 resources:
   homepage: https://github.com/bingos/cpan-perl-releases
   repository: https://github.com/bingos/cpan-perl-releases.git
-version: '2.58'
+version: '2.60'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/Makefile.PL 
new/CPAN-Perl-Releases-2.60/Makefile.PL
--- old/CPAN-Perl-Releases-2.58/Makefile.PL 2016-02-20 22:59:11.0 
+0100
+++ new/CPAN-Perl-Releases-2.60/Makefile.PL 2016-03-20 19:30:02.0 
+0100
@@ -26,7 +26,7 @@
 "IPC::Open3" => 0,
 "Test::More" => "0.47"
   },
-  "VERSION" => "2.58",
+  "VERSION" => "2.60",
   "test" => {
 "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/README 
new/CPAN-Perl-Releases-2.60/README
--- old/CPAN-Perl-Releases-2.58/README  2016-02-20 22:59:11.0 +0100
+++ new/CPAN-Perl-Releases-2.60/README  2016-03-20 19:30:02.0 +0100
@@ -5,7 +5,7 @@
 
 VERSION
 
-version 2.58
+version 2.60
 
 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CPAN-Perl-Releases-2.58/dist.ini 
new/CPAN-Perl-Releases-2.60/dist.ini
--- old/CPAN-Perl-Releases-2.58/dist.ini2016-02-20 22:59:11.0 
+0100
+++ new/CPAN-Perl-Releases-2.60/dist.ini2016-03-20 19:30:02.0 
+0100
@@ -1,5 +1,5 @@
 name = CPAN-Perl-Releases
-version = 2.58
+version = 2.60
 author = Chris 

commit cloud-init for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2016-03-26 15:27:12

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


Package is "cloud-init"

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2015-10-20 
00:05:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2016-03-26 15:27:20.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 21:40:25 UTC 2016 - rjsch...@suse.com
+
+- Update suseIntegratedHandler.patch (bsc#971275)
+  + Properly handle the package_upgrade configuration option
+
+---



Other differences:
--
++ suseIntegratedHandler.patch ++
--- /var/tmp/diff_new_pack.VSI8eo/_old  2016-03-26 15:27:21.0 +0100
+++ /var/tmp/diff_new_pack.VSI8eo/_new  2016-03-26 15:27:21.0 +0100
@@ -1,6 +1,6 @@
 --- /dev/null
 +++ cloudinit/distros/opensuse.py
-@@ -0,0 +1,221 @@
+@@ -0,0 +1,223 @@
 +# vi: ts=4 expandtab
 +#
 +#Copyright (C) 2014 SUSE LLC
@@ -85,6 +85,8 @@
 +cmd.append('--non-interactive')
 +
 +# Comand is the operation, such as install
++if command == 'upgrade':
++command = 'update'
 +cmd.append(command)
 +
 +# args are the arguments to the command, not global options




commit qtractor for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2016-03-26 15:27:16

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


Package is "qtractor"

Changes:

--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes2016-02-01 
19:57:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2016-03-26 
15:27:22.0 +0100
@@ -1,0 +2,33 @@
+Tue Mar 22 11:01:56 UTC 2016 - ec...@opensuse.org
+
+- update to 0.7.5
+  - Beat unit divisor, aka. the denominator or lower numeral in the 
+time-signature, have now a visible and practical effect over 
+the time-line, even though the standard MIDI tempo(BPM) is 
+always denoted in beats as quarter-notes (1/4, crotchet, 
+seminima) per minute.
+  - Fixed an old hack on LV2 State Files abstract/relative 
+file-path mapping when saving custom LV2 Presets (after a 
+related issue on Fabla2, by Harry Van Haaren, thanks).
+  - Default PC-Keyboard shortcuts may now be erasable and re- 
+assigned (cf. Help/Shortcuts...).
+  - New option on the audio/MIDI export dialog, on whether to
+add/import the exported result as brand new track(s).
+  - Introducing brand new track icons property.
+  - Old Dry/Wet Insert and Aux-send pseudo-plugin parameters are 
+now split into separate Dry and Wet controls, what else could 
+it possibly be? :)
+  - Brand new MIDI Insert and Aux-Send pseudo-plugins are now 
+implemented with very similar semantics as the respective and 
+existing audio counterparts.
+  - Implement LV2_STATE__loadDefaultState feature (after pull 
+request by Hanspeter Portner aka. ventosus, thanks).
+  - Plug-ins search paths internal logic has been refactored; an 
+alternative file-name based search is now in effect for LADSPA,
+DSSI and VST plug-ins, whenever not found on their original 
+file-path locations saved in a previous session.
+  - Finally added this brand new menu Clip/Cross Fade command, 
+aimed on setting fade-in/out ranges properly, just as far to 
+(auto)cross-fade consecutive overlapping clips.
+
+---

Old:

  qtractor-0.7.4.tar.gz

New:

  qtractor-0.7.5.tar.gz



Other differences:
--
++ qtractor.spec ++
--- /var/tmp/diff_new_pack.SGSQnL/_old  2016-03-26 15:27:22.0 +0100
+++ /var/tmp/diff_new_pack.SGSQnL/_new  2016-03-26 15:27:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   qtractor
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:An Audio/MIDI multi-track sequencer
 License:GPL-2.0+

++ qtractor-0.7.4.tar.gz -> qtractor-0.7.5.tar.gz ++
 60188 lines of diff (skipped)




commit gnuradio for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2016-03-26 15:26:58

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


Package is "gnuradio"

Changes:

--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes2016-01-20 
09:55:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2016-03-26 
15:27:04.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar 22 11:40:28 UTC 2016 - dmitr...@opensuse.org
+
+- Fix build with cmake 3.5
+  * volk-cmake-3.5.patch
+
+---
+Sat Feb 13 22:41:52 UTC 2016 - w...@ire.pw.edu.pl
+
+- update to version 3.7.9.1
+
+---

Old:

  gnuradio-3.7.9.tar.gz

New:

  gnuradio-3.7.9.1.tar.gz
  volk-cmake-3.5.patch



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.PbAalF/_old  2016-03-26 15:27:05.0 +0100
+++ /var/tmp/diff_new_pack.PbAalF/_new  2016-03-26 15:27:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuradio
 #
-# 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,10 +17,10 @@
 
 
 Name:   gnuradio
-Version:3.7.9
+Version:3.7.9.1
 Release:0
 %define soname  3_7_9-0_0_0
-%define soname_volk  1_2
+%define soname_volk  1_2_1
 Summary:GNU software radio
 License:GPL-3.0+
 Group:  Productivity/Hamradio/Other
@@ -29,6 +29,8 @@
 Source1:%{name}-rpmlintrc
 # http://www.nathanwest.us/grc_to_37.sh
 Source2:grc_to_37.sh
+# PATCH-FIX-UPSTREAM volk-cmake-3.5.patch -- 
https://github.com/gnuradio/volk/pull/65
+Patch1: volk-cmake-3.5.patch
 BuildRequires:  alsa-devel
 BuildRequires:  boost-devel
 BuildRequires:  cmake
@@ -177,6 +179,9 @@
 
 %prep
 %setup -q
+pushd volk
+%patch1 -p1
+popd
 
 # remove buildtime from documentation
 sed -i 's|^HTML_TIMESTAMP = YES|HTML_TIMESTAMP = NO|' 
docs/doxygen/Doxyfile.in

++ gnuradio-3.7.9.tar.gz -> gnuradio-3.7.9.1.tar.gz ++
 4127 lines of diff (skipped)

++ volk-cmake-3.5.patch ++
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 74ed18d..f9ef6e0 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -19,23 +19,23 @@
 # Setup profiler
 
 if(MSVC)
-include_directories(${CMAKE_SOURCE_DIR}/cmake/msvc)
+include_directories(${PROJECT_SOURCE_DIR}/cmake/msvc)
 endif(MSVC)
 
 include_directories(
 ${CMAKE_CURRENT_SOURCE_DIR}
 ${CMAKE_CURRENT_BINARY_DIR}
-${CMAKE_SOURCE_DIR}/include
-${CMAKE_BINARY_DIR}/include
-${CMAKE_SOURCE_DIR}/lib
-${CMAKE_BINARY_DIR}/lib
+${PROJECT_SOURCE_DIR}/include
+${PROJECT_BINARY_DIR}/include
+${PROJECT_SOURCE_DIR}/lib
+${PROJECT_BINARY_DIR}/lib
 ${Boost_INCLUDE_DIRS}
 )
 
 # MAKE volk_profile
 add_executable(volk_profile
 ${CMAKE_CURRENT_SOURCE_DIR}/volk_profile.cc
-${CMAKE_SOURCE_DIR}/lib/qa_utils.cc
+${PROJECT_SOURCE_DIR}/lib/qa_utils.cc
 )
 
 
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 35b67dc..f00200a 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -90,7 +90,7 @@ endif()
 
 execute_process(
 COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B}
-${CMAKE_SOURCE_DIR}/gen/volk_compile_utils.py
+${PROJECT_SOURCE_DIR}/gen/volk_compile_utils.py
 --mode "arch_flags" --compiler "${COMPILER_NAME}"
 OUTPUT_VARIABLE arch_flag_lines OUTPUT_STRIP_TRAILING_WHITESPACE
 )
@@ -278,7 +278,7 @@ message(STATUS "Available architectures: 
${available_archs}")
 
 execute_process(
 COMMAND ${PYTHON_EXECUTABLE} ${PYTHON_DASH_B}
-${CMAKE_SOURCE_DIR}/gen/volk_compile_utils.py
+${PROJECT_SOURCE_DIR}/gen/volk_compile_utils.py
 --mode "machines" --archs "${available_archs}"
 OUTPUT_VARIABLE available_machines OUTPUT_STRIP_TRAILING_WHITESPACE
 )
@@ -310,9 +310,9 @@ message(STATUS "Available machines: ${available_machines}")
 
 
 #dependencies are all python, xml, and header implementation files
-file(GLOB xml_files ${CMAKE_SOURCE_DIR}/gen/*.xml)
-file(GLOB py_files ${CMAKE_SOURCE_DIR}/gen/*.py)
-file(GLOB h_files 

commit julia for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-03-26 15:27:06

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


Package is "julia"

Changes:

--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes   2016-02-01 
19:57:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-03-26 
15:27:15.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 21 21:07:12 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.4.5.
+* Bugfix release, no changelog available.
+* Note: Version 0.4.4 has a known bug with Pkg.publish
+  (gh#JuliaLang/julia#15381). Thus, it was skipped.
+
+---
julia.changes: same change

Old:

  julia-0.4.3.tar.gz

New:

  julia-0.4.5.tar.gz



Other differences:
--
++ julia-compat.spec ++
--- /var/tmp/diff_new_pack.6DSVjE/_old  2016-03-26 15:27:17.0 +0100
+++ /var/tmp/diff_new_pack.6DSVjE/_new  2016-03-26 15:27:17.0 +0100
@@ -22,7 +22,7 @@
 %define llvm_ver 3.3
 %define compat_mode 1
 %define src_name julia-tarball
-Version:0.4.3
+Version:0.4.5
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz

++ julia.spec ++
--- /var/tmp/diff_new_pack.6DSVjE/_old  2016-03-26 15:27:17.0 +0100
+++ /var/tmp/diff_new_pack.6DSVjE/_new  2016-03-26 15:27:17.0 +0100
@@ -22,7 +22,7 @@
 %define llvm_ver 3.3
 %define compat_mode 0
 %define src_name julia-tarball
-Version:0.4.3
+Version:0.4.5
 Release:0
 Url:http://julialang.org/
 Source0:
https://github.com/JuliaLang/julia/releases/download/v%{version}/julia-%{version}.tar.gz


++ julia-0.4.3.tar.gz -> julia-0.4.5.tar.gz ++
 22622 lines of diff (skipped)




commit judy for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package judy for openSUSE:Factory checked in 
at 2016-03-26 15:27:01

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


Package is "judy"

Changes:

--- /work/SRC/openSUSE:Factory/judy/judy.changes2015-04-23 
08:04:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.judy.new/judy.changes   2016-03-26 
15:27:07.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar 18 15:10:59 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ judy.spec ++
--- /var/tmp/diff_new_pack.YqIHYo/_old  2016-03-26 15:27:08.0 +0100
+++ /var/tmp/diff_new_pack.YqIHYo/_new  2016-03-26 15:27:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package judy
 #
-# 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
@@ -27,6 +27,7 @@
 Source0:
http://sourceforge.net/projects/judy/files/judy/Judy-%{version}/Judy-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Judy-test-shared.patch -- use shared library for testing
 Patch0: Judy-test-shared.patch
+Patch1: reproducible.patch
 BuildRequires:  fdupes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -80,6 +81,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure \

++ reproducible.patch ++
Index: judy-1.0.5/tool/jhton.c
===
--- judy-1.0.5.orig/tool/jhton.c
+++ judy-1.0.5/tool/jhton.c
@@ -693,8 +693,8 @@ FUNCTION void EmitNroffHeader(
 // Emit file header; note, ctime() output already contains a newline:
 
(void) time();
-   (void) printf(".\\\" Auto-translated to nroff -man from %s by %s at %s",
- Filename, gc_myname, ctime());
+   (void) printf(".\\\" Auto-translated to nroff -man from %s by %s",
+ Filename, gc_myname);
 
(void) printf(".\\\" %s\n",  filerev);
(void) printf(".TA %c\n",lcletter);



commit libbrotli for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package libbrotli for openSUSE:Factory 
checked in at 2016-03-26 15:26:52

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


Package is "libbrotli"

Changes:

--- /work/SRC/openSUSE:Factory/libbrotli/libbrotli.changes  2015-11-10 
10:03:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libbrotli.new/libbrotli.changes 2016-03-26 
15:26:56.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 15 12:13:13 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.0
+* Install missing encoding header
+- Drop inline.diff (applied upstream)
+
+---

Old:

  inline.diff
  libbrotli-0.1.0~git40.tar.xz

New:

  libbrotli-1.0.tar.xz



Other differences:
--
++ libbrotli.spec ++
--- /var/tmp/diff_new_pack.PT6Rtz/_old  2016-03-26 15:26:58.0 +0100
+++ /var/tmp/diff_new_pack.PT6Rtz/_new  2016-03-26 15:26:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libbrotli
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   libbrotli
-Version:0.1.0~git40
+Version:1.0
 Release:0
 Summary:Library implementing the Brotli compression algorithm
 License:Apache-2.0 and MIT
@@ -26,7 +26,6 @@
 
 #Git-Clone:https://github.com/bagder/libbrotli
 Source: %name-%version.tar.xz
-Patch1: inline.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  libtool >= 2
@@ -79,7 +78,6 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
 
 %build
 autoreconf -fi

++ _service ++
--- /var/tmp/diff_new_pack.PT6Rtz/_old  2016-03-26 15:26:58.0 +0100
+++ /var/tmp/diff_new_pack.PT6Rtz/_new  2016-03-26 15:26:58.0 +0100
@@ -1,14 +1,14 @@
 
-   
+   
https://github.com/bagder/libbrotli
git
-   851122b665cde2374387c595ae3dc3369bf8ea05
+   libbrotli-1.0
enable
-   0.1.0~git40
+   1.0

-   
+   
*.tar
xz

-   
+   
 

++ libbrotli-0.1.0~git40.tar.xz -> libbrotli-1.0.tar.xz ++
 41988 lines of diff (skipped)




commit wine-gecko for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package wine-gecko for openSUSE:Factory 
checked in at 2016-03-26 15:26:48

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


Package is "wine-gecko"

Changes:

--- /work/SRC/openSUSE:Factory/wine-gecko/wine-gecko.changes2015-09-08 
18:06:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine-gecko.new/wine-gecko.changes   
2016-03-26 15:26:50.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 20:42:56 UTC 2016 - dime...@earthlink.net
+
+- update to 2.44 (Firefox 44 based) for Wine 1.9.3
+
+---

Old:

  wine_gecko-2.40-x86.msi
  wine_gecko-2.40-x86_64.msi

New:

  wine_gecko-2.44-x86.msi
  wine_gecko-2.44-x86_64.msi



Other differences:
--
++ wine-gecko.spec ++
--- /var/tmp/diff_new_pack.xmDA88/_old  2016-03-26 15:26:54.0 +0100
+++ /var/tmp/diff_new_pack.xmDA88/_new  2016-03-26 15:26:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wine-gecko
 #
-# 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
@@ -20,10 +20,10 @@
 Summary:The Wine specific Gecko HTML rendering engine
 License:MPL-1.1+
 Group:  Development/Tools/Other
-Version:2.40
+Version:2.44
 Release:0
-Source0:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86.msi
-Source1:
http://downloads.sourceforge.net/wine/wine_gecko-%{version}-x86_64.msi
+Source0:
http://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-%{version}-x86.msi
+Source1:
http://dl.winehq.org/wine/wine-gecko/2.44/wine_gecko-%{version}-x86_64.msi
 BuildArch:  noarch
 # Source of this CAB is at:
 # http://wine.git.sourceforge.net/git/gitweb.cgi?p=wine/wine-gecko;a=summary




commit ghc-pcre-heavy for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-pcre-heavy for openSUSE:Factory 
checked in at 2016-03-26 15:26:17

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


Package is "ghc-pcre-heavy"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pcre-heavy/ghc-pcre-heavy.changes
2016-01-08 15:22:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pcre-heavy.new/ghc-pcre-heavy.changes   
2016-03-26 15:26:22.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 09:16:02 UTC 2016 - mimi...@gmail.com
+
+- update to 1.0.0.2 
+
+---

Old:

  pcre-heavy-1.0.0.1.tar.gz

New:

  pcre-heavy-1.0.0.2.tar.gz



Other differences:
--
++ ghc-pcre-heavy.spec ++
--- /var/tmp/diff_new_pack.2uB27D/_old  2016-03-26 15:26:23.0 +0100
+++ /var/tmp/diff_new_pack.2uB27D/_new  2016-03-26 15:26:23.0 +0100
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   ghc-pcre-heavy
-Version:1.0.0.1
+Version:1.0.0.2
 Release:0
 Summary:A regexp library on top of pcre-light you can actually use
 Group:  System/Libraries

++ pcre-heavy-1.0.0.1.tar.gz -> pcre-heavy-1.0.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcre-heavy-1.0.0.1/library/Text/Regex/PCRE/Heavy.hs 
new/pcre-heavy-1.0.0.2/library/Text/Regex/PCRE/Heavy.hs
--- old/pcre-heavy-1.0.0.1/library/Text/Regex/PCRE/Heavy.hs 2015-09-03 
01:44:49.0 +0200
+++ new/pcre-heavy-1.0.0.2/library/Text/Regex/PCRE/Heavy.hs 2016-03-15 
21:56:17.0 +0100
@@ -1,7 +1,10 @@
 {-# OPTIONS_GHC -fno-warn-orphans -fno-warn-unused-binds #-}
 {-# LANGUAGE NoImplicitPrelude, UndecidableInstances, FlexibleInstances, 
FlexibleContexts, BangPatterns #-}
 {-# LANGUAGE TemplateHaskell, QuasiQuotes, UnicodeSyntax #-}
-{-# LANGUAGE ForeignFunctionInterface #-}
+{-# LANGUAGE ForeignFunctionInterface, CPP #-}
+#if __GLASGOW_HASKELL__ < 710
+{-# LANGUAGE OverlappingInstances #-}
+#endif
 
 -- | A usable regular expressions library on top of pcre-light.
 module Text.Regex.PCRE.Heavy (
@@ -70,7 +73,7 @@
 (≈) = (=~)
 
 -- | Does raw PCRE matching (you probably shouldn't use this directly).
--- 
+--
 -- >>> :set -XOverloadedStrings
 -- >>> rawMatch [re|\w{2}|] "a a ab abc ba" 0 []
 -- Just [(4,6)]
@@ -202,6 +205,9 @@
 --
 -- >>> gsub [re|bad|] "xxxbad" "this is bad, right? bad" :: String
 -- "this is xxxbad, right? xxxbad"
+--
+-- >>> gsub [re|a|] "" "aaa" :: String
+-- ""
 gsub ∷ (ConvertibleStrings SBS a, ConvertibleStrings a SBS, RegexReplacement 
r) ⇒ Regex → r → a → a
 gsub r t s = gsubO r [] t s
 
@@ -209,11 +215,15 @@
 gsubO ∷ (ConvertibleStrings SBS a, ConvertibleStrings a SBS, RegexReplacement 
r) ⇒ Regex → [PCREExecOption] → r → a → a
 gsubO r opts t s = cs $ loop 0 str
   where str = toSBS s
-loop offset acc =
-  case rawSub r t acc offset opts of
+loop offset acc
+  | offset >= l = acc
+  | otherwise = case rawSub r t acc offset opts of
 Just (result, newOffset) →
-  if newOffset == offset then acc else loop newOffset result
+  if newOffset == offset && l == BS.length result
+  then acc
+  else loop newOffset result
 _ → acc
+  where l = BS.length acc
 
 -- | Splits the string using the given regex.
 --
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pcre-heavy-1.0.0.1/pcre-heavy.cabal 
new/pcre-heavy-1.0.0.2/pcre-heavy.cabal
--- old/pcre-heavy-1.0.0.1/pcre-heavy.cabal 2015-09-03 01:46:09.0 
+0200
+++ new/pcre-heavy-1.0.0.2/pcre-heavy.cabal 2016-03-15 22:42:20.0 
+0100
@@ -1,5 +1,5 @@
 name:pcre-heavy
-version: 1.0.0.1
+version: 1.0.0.2
 synopsis:A regexp library on top of pcre-light you can actually use.
 description:
 A regular expressions library that does not suck.




commit texmath for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2016-03-26 15:26:08

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-02-17 
12:25:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes 2016-03-26 
15:26:11.0 +0100
@@ -1,0 +2,13 @@
+Mon Mar 21 07:52:29 UTC 2016 - mimi...@gmail.com
+
+- update to 0.8.5 
+* TeX parser: Support limited styling inside \DeclareMathOperator.
+* TeX reader: Correctly parse \mbox.  Its argument is text mode.
+* Updated mathml tests to use mo for operators.
+* TeX reader: support mathopen, mathclose, mathpunct.
+* MathML writer: render EMathOperator as mo, not mi.
+* MathML: handle leading space in EText.
+* Take --version in executable from cabal metadata.
+* Added Paths_texmath to other-modules.
+
+---

Old:

  texmath-0.8.4.2.tar.gz

New:

  texmath-0.8.5.tar.gz



Other differences:
--
++ texmath.spec ++
--- /var/tmp/diff_new_pack.l0X4o1/_old  2016-03-26 15:26:12.0 +0100
+++ /var/tmp/diff_new_pack.l0X4o1/_new  2016-03-26 15:26:12.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name texmath
 
 Name:   texmath
-Version:0.8.4.2
+Version:0.8.5
 Release:0
 Summary:Conversion of LaTeX math formulas to MathML or OMML
 License:GPL-2.0

++ texmath-0.8.4.2.tar.gz -> texmath-0.8.5.tar.gz ++
 2313 lines of diff (skipped)




commit octave for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2016-03-26 15:26:46

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


Package is "octave"

Changes:

--- /work/SRC/openSUSE:Factory/octave/octave.changes2015-10-26 
12:49:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes   2016-03-26 
15:26:48.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar 22 08:07:58 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 4.0.1
+  * Bugfix release
+
+---
+Tue Feb 23 18:24:57 CET 2016 - r...@suse.de
+
+- vendor is ibm on s390, not suse 
+
+---

Old:

  octave-4.0.0.tar.xz

New:

  octave-4.0.1.tar.xz



Other differences:
--
++ octave.spec ++
--- /var/tmp/diff_new_pack.8K5EbU/_old  2016-03-26 15:26:49.0 +0100
+++ /var/tmp/diff_new_pack.8K5EbU/_new  2016-03-26 15:26:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave
 #
-# 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
@@ -50,7 +50,7 @@
 %endif
 
 Name:   octave
-Version:4.0.0
+Version:4.0.1
 Release:0
 # Required for RC builds, in this case version contains ~rc, src_ver -rc
 %define src_ver %{version}
@@ -286,7 +286,7 @@
 %{_bindir}/octave-%{src_ver}
 %{_mandir}/man1/octave.1.gz
 %if 0%{?with_gui}
-%{_libdir}/%{name}/%{src_ver}/exec/*-suse-linux-gnu*/octave-gui
+%{_libdir}/%{name}/%{src_ver}/exec/*-*-linux-gnu*/octave-gui
 %{_libdir}/%{name}/%{src_ver}/liboctgui.so.*
 %{_datadir}/%{name}/%{src_ver}/locale/
 %{_datadir}/appdata/*.xml
@@ -321,7 +321,7 @@
 %{_libdir}/%{name}/%{src_ver}/liboctinterp.so.*
 %if 0%{?with_gui}
 %dir %{_libdir}/%{name}/%{src_ver}/exec/
-%dir %{_libdir}/%{name}/%{src_ver}/exec/*-suse-linux-gnu*/
+%dir %{_libdir}/%{name}/%{src_ver}/exec/*-*-linux-gnu*/
 %exclude %{_datadir}/%{name}/%{src_ver}/locale/
 %endif
 %{_datadir}/octave/

++ octave-4.0.0.tar.xz -> octave-4.0.1.tar.xz ++
/work/SRC/openSUSE:Factory/octave/octave-4.0.0.tar.xz 
/work/SRC/openSUSE:Factory/.octave.new/octave-4.0.1.tar.xz differ: char 26, 
line 1




commit perl-DateTime for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2016-03-26 15:26:49

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


Package is "perl-DateTime"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2016-03-16 10:34:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2016-03-26 15:26:54.0 +0100
@@ -1,0 +2,11 @@
+Tue Mar 22 10:06:11 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.26   2016-03-21
+  
+  - Switched from Module::Build to ExtUtils::MakeMaker. Implementation by Karen
+Etheridge. GitHub #13.
+
+---

Old:

  DateTime-1.25.tar.gz

New:

  DateTime-1.26.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.47T9cK/_old  2016-03-26 15:26:55.0 +0100
+++ /var/tmp/diff_new_pack.47T9cK/_new  2016-03-26 15:26:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name DateTime
 Summary:Date and Time Object for Perl
@@ -31,7 +31,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime::Locale) >= 0.41
 BuildRequires:  perl(DateTime::TimeZone) >= 1.74
-BuildRequires:  perl(Module::Build) >= 0.28
 BuildRequires:  perl(Params::Validate) >= 1.03
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -65,18 +64,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CREDITS leaptab.txt LICENSE README.md TODO
+%doc Changes CONTRIBUTING.md CREDITS leaptab.txt LICENSE README.md TODO
 
 %changelog

++ DateTime-1.25.tar.gz -> DateTime-1.26.tar.gz ++
 22507 lines of diff (skipped)




commit pw3270 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package pw3270 for openSUSE:Factory checked 
in at 2016-03-26 15:25:29

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


Package is "pw3270"

Changes:

--- /work/SRC/openSUSE:Factory/pw3270/pw3270.changes2015-10-01 
09:29:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.pw3270.new/pw3270.changes   2016-03-26 
15:25:35.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 12:20:12 UTC 2016 - dval...@suse.com
+
+- Fix javaarch dir for POWER platform
+  ppc64_javaarch.patch 
+
+---

New:

  ppc64_javaarch.patch



Other differences:
--
++ pw3270.spec ++
--- /var/tmp/diff_new_pack.hfxNSY/_old  2016-03-26 15:25:36.0 +0100
+++ /var/tmp/diff_new_pack.hfxNSY/_new  2016-03-26 15:25:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pw3270
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (C) <2008> 
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,6 +42,7 @@
 
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}.rpmlintrc
+Patch0: ppc64_javaarch.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -369,6 +370,7 @@
 %endif
 
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 find . -exec touch {} \;
 aclocal
 autoconf

++ ppc64_javaarch.patch ++
diff --git a/configure.ac b/configure.ac
index 5f4f1fc..cbc08de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -377,6 +377,12 @@ x86_64)
 i?86)
jvm_arch=i386
;;
+powerpc64le)
+   jvm_arch=ppc64le
+   ;;
+powerpc64)
+   jvm_arch=ppc64
+   ;;
 
 *)
jvm_arch="$host_cpu"



commit highlighting-kate for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package highlighting-kate for 
openSUSE:Factory checked in at 2016-03-26 15:26:02

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


Package is "highlighting-kate"

Changes:

--- /work/SRC/openSUSE:Factory/highlighting-kate/highlighting-kate.changes  
2015-12-23 08:49:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.highlighting-kate.new/highlighting-kate.changes 
2016-03-26 15:26:07.0 +0100
@@ -1,0 +2,9 @@
+Sun Mar 20 10:49:55 UTC 2016 - mimi...@gmail.com
+
+- update to 0.6.2
+- drop add-rpmspec-syntax.patch -- need rework
+* Added support for WordDetect.
+* Added hamlet.
+* Added elixir (supernullset).
+
+---

Old:

  add-rpmspec-syntax.patch
  highlighting-kate-0.6.1.tar.gz

New:

  highlighting-kate-0.6.2.tar.gz



Other differences:
--
++ highlighting-kate.spec ++
--- /var/tmp/diff_new_pack.O12dd5/_old  2016-03-26 15:26:08.0 +0100
+++ /var/tmp/diff_new_pack.O12dd5/_new  2016-03-26 15:26:08.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   highlighting-kate
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Syntax highlighting
 License:GPL-2.0
@@ -29,9 +29,6 @@
 
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# temporary disabled .. need rebase/rework
-# PATCH-FEATURE-UPSTREAM add-rpmspec-syntax.patch sbahl...@suse.com
-Patch1: add-rpmspec-syntax.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -83,7 +80,6 @@
 
 %prep
 %setup -q
-%patch1 -p2
 
 %build
 %define cabal_configure_options -f'executable'

++ highlighting-kate-0.6.1.tar.gz -> highlighting-kate-0.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlighting-kate-0.6.1/ParseSyntaxFiles.hs 
new/highlighting-kate-0.6.2/ParseSyntaxFiles.hs
--- old/highlighting-kate-0.6.1/ParseSyntaxFiles.hs 2015-12-12 
21:42:37.0 +0100
+++ new/highlighting-kate-0.6.2/ParseSyntaxFiles.hs 2016-03-18 
02:40:36.0 +0100
@@ -333,6 +333,14 @@
 "RegExpr"  -> if parserDynamic parser
  then "pRegExprDynamic " ++ show 
(parserString parser)
  else "pRegExpr " ++ compiledRegexName 
(parserString parser)
+"WordDetect"  -> if parserDynamic parser
+ then "pRegExprDynamic " ++ wordRe
+ else "pRegExpr (compileRegex " ++ show 
caseSensitive ++ " " ++ show wordRe ++ ")"
+  where wordRe = "\\b" ++ concatMap esc 
(parserString parser) ++ "\\b"
+esc c = if c `elem` "[]{}^$\\-*.+?"
+   then ['\\',c]
+   else [c]
+caseSensitive = synCaseSensitive syntax
 "keyword"  -> "pKeyword " ++ show (keywordDelims $ 
synKeywordAttr syntax) ++ " " ++ list
  where list = case lookup string (synLists 
syntax) of
Just _   -> listName string
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/highlighting-kate-0.6.1/README.md 
new/highlighting-kate-0.6.2/README.md
--- old/highlighting-kate-0.6.1/README.md   2015-12-12 21:42:37.0 
+0100
+++ new/highlighting-kate-0.6.2/README.md   2016-03-18 02:40:36.0 
+0100
@@ -7,119 +7,19 @@
 It can produce both HTML and LaTeX output.
 
 Currently, the following languages/formats are supported:
-- Abc
-- Actionscript
-- Ada
-- Agda
-- Apache
-- Asn1
-- Asp
-- Awk
-- Bash
-- Bibtex
-- Boo
-- C
-- Changelog
-- Clojure
-- Cmake
-- Coffeescript
-- Coldfusion
-- Commonlisp
-- Cpp
-- Cs
-- Css
-- Curry
-- D
-- Diff
-- Djangotemplate
-- Dockerfile
-- Dot
-- Doxygen
-- Dtd
-- Eiffel
-- Email
-- Erlang
-- Fasm
-- Fortran
-- Fsharp
-- Gcc
-- Glsl
-- Gnuassembler
-- Go
-- Haskell
-- Haxe
-- Html
-- Idris
-- Ini
-- Isocpp
-- Java
-- Javadoc
-- Javascript
-- Json
-- Jsp
-- Julia
-- Latex
-- Lex
-- Lilypond
-- LiterateCurry
-- LiterateHaskell
-- Lua
-- M4
-- Makefile
-- Mandoc
-- Markdown
-- Mathematica
-- Matlab
-- Maxima
-- Mediawiki
-- Metafont
-- Mips
-- Modula2
-- Modula3
-- Monobasic
-- Nasm
-- Noweb
-- Objectivec
-- Objectivecpp
-- Ocaml
-- Octave
-- Opencl
-- Pascal
-- 

commit ghc-tagsoup for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-tagsoup for openSUSE:Factory 
checked in at 2016-03-26 15:26:13

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


Package is "ghc-tagsoup"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-tagsoup/ghc-tagsoup.changes  2016-01-22 
01:08:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-tagsoup.new/ghc-tagsoup.changes 
2016-03-26 15:26:19.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar 16 09:27:33 UTC 2016 - mimi...@gmail.com
+
+- update to 0.13.9
+* fix a space leak
+* fix the demo examples
+* make IsString a superclass of StringLike
+* make flattenTree O(n) instead of O(n^2)
+
+---

Old:

  tagsoup-0.13.8.tar.gz

New:

  tagsoup-0.13.9.tar.gz



Other differences:
--
++ ghc-tagsoup.spec ++
--- /var/tmp/diff_new_pack.l42AYE/_old  2016-03-26 15:26:21.0 +0100
+++ /var/tmp/diff_new_pack.l42AYE/_new  2016-03-26 15:26:21.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name tagsoup
 
 Name:   ghc-tagsoup
-Version:0.13.8
+Version:0.13.9
 Release:0
 Summary:Parsing and extracting information from (possibly malformed) 
HTML/XML documents
 License:BSD-3-Clause

++ tagsoup-0.13.8.tar.gz -> tagsoup-0.13.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.13.8/CHANGES.txt 
new/tagsoup-0.13.9/CHANGES.txt
--- old/tagsoup-0.13.8/CHANGES.txt  2016-01-10 22:15:15.0 +0100
+++ new/tagsoup-0.13.9/CHANGES.txt  2016-03-15 13:07:28.0 +0100
@@ -1,5 +1,10 @@
 Changelog for TagSoup
 
+0.13.9
+#50, fix a space leak
+#36, fix the demo examples
+#35, make IsString a superclass of StringLike
+#33, make flattenTree O(n) instead of O(n^2)
 0.13.8
 #30, add parse/render functions directly to the Tree module
 0.13.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.13.8/Main.hs new/tagsoup-0.13.9/Main.hs
--- old/tagsoup-0.13.8/Main.hs  2016-01-10 22:15:15.0 +0100
+++ new/tagsoup-0.13.9/Main.hs  2016-03-15 13:07:28.0 +0100
@@ -34,7 +34,7 @@
   ,("bench","Benchmark the parsing",Left time)
   ,("benchfile","Benchmark the parsing of a file",Right timefile)
   ,("validate","Validate a page",Right validate)
-  ,("hitcount","Get the Haskell.org hit count",Left haskellHitCount)
+  ,("lastmodifieddate","Get the wiki.haskell.org last modified 
date",Left haskellLastModifiedDateTime)
   ,("spj","Simon Peyton Jones' papers",Left spjPapers)
   ,("ndm","Neil Mitchell's papers",Left ndmPapers)
   ,("time","Current time",Left currentTime)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tagsoup-0.13.8/README.md new/tagsoup-0.13.9/README.md
--- old/tagsoup-0.13.8/README.md2016-01-10 22:15:15.0 +0100
+++ new/tagsoup-0.13.9/README.md2016-03-15 13:07:28.0 +0100
@@ -4,8 +4,8 @@
 
 The library provides a basic data type for a list of unstructured tags, a 
parser to convert HTML into this tag type, and useful functions and combinators 
for finding and extracting information. This document gives two particular 
examples of scraping information from the web, while a few more may be found in 
the 
[Sample](https://github.com/ndmitchell/tagsoup/blob/master/TagSoup/Sample.hs) 
file from the source repository. The examples we give are:
 
-* Obtaining the Hit Count from Haskell.org
-* Obtaining a list of Simon Peyton-Jones' latest papers
+* Obtaining the last modified date of the Haskell wiki
+* Obtaining a list of Simon Peyton Jones' latest papers
 * A brief overview of some other examples
 
 The intial version of this library was written in Javascript and has been used 
for various commercial projects involving screen scraping. In the examples 
general hints on screen scraping are included, learnt from bitter experience. 
It should be noted that if you depend on data which someone else may change at 
any given time, you may be in for a shock!
@@ -22,28 +22,33 @@
 
 There are two things that may go wrong with these examples:
 
-* _The Websites being scraped may change._ There is nothing I can do about 
this, but if you suspect this is the case let me know, and I'll update the 
examples and tutorials. I have already done so several times, its only a few 
minutes work.
+* _The Websites being scraped may change._ There is nothing I can do about 
this, but if you suspect this is the case let me know, and I'll update the 
examples and tutorials. I have 

commit go-mango-doc for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package go-mango-doc for openSUSE:Factory 
checked in at 2016-03-26 15:25:35

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


Package is "go-mango-doc"

Changes:

--- /work/SRC/openSUSE:Factory/go-mango-doc/go-mango-doc.changes
2016-02-08 09:48:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.go-mango-doc.new/go-mango-doc.changes   
2016-03-26 15:25:39.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 10:33:29 UTC 2016 - bwiedem...@suse.com
+
+- Specify version to fix build-compare
+
+---



Other differences:
--
++ go-mango-doc.spec ++
--- /var/tmp/diff_new_pack.NWbFDW/_old  2016-03-26 15:25:40.0 +0100
+++ /var/tmp/diff_new_pack.NWbFDW/_new  2016-03-26 15:25:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package go-mango-doc
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 Cedric Bosdonnat 
 #
 # All modifications and additions to the file contributed by third parties
@@ -40,7 +40,7 @@
 %build
 %goprep code.google.com/p/mango-doc
 %gobuild ...
-%{_builddir}/go/bin/mango-doc >mango-doc.1
+%{_builddir}/go/bin/mango-doc -version %{version} >mango-doc.1
 
 %install
 %goinstall




commit gthumb for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package gthumb for openSUSE:Factory checked 
in at 2016-03-26 15:25:40

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


Package is "gthumb"

Changes:

--- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes2015-09-27 
08:39:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes   2016-03-26 
15:25:42.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 15 10:48:31 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.4.2:
+  + User visible changes: Sort catalogs first by name then by date,
+instead of doing the opposite.
+  + Bugs fixed:
+- Crash after pressing shift-arrow (bgo#760050).
+- Stopping slideshow freezes entire program (bgo#759787).
+- Crash if trying to delete image on sftp mounted (bgo#759727).
+- Crash when deleting duplicate (bgo#759631).
+- Crash after changing and renaming file (bgo#750142).
+  + Updated translations.
+
+---

Old:

  gthumb-3.4.1.tar.xz

New:

  gthumb-3.4.2.tar.xz



Other differences:
--
++ gthumb.spec ++
--- /var/tmp/diff_new_pack.gBu2sN/_old  2016-03-26 15:25:43.0 +0100
+++ /var/tmp/diff_new_pack.gBu2sN/_new  2016-03-26 15:25:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gthumb
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   gthumb
-Version:3.4.1
+Version:3.4.2
 Release:0
 # FIXME: Add libchamplain BuildRequires once the map feature is considered 
stable.
 Summary:An Image Viewer and Browser for GNOME

++ gthumb-3.4.1.tar.xz -> gthumb-3.4.2.tar.xz ++
 68993 lines of diff (skipped)




commit ghc-wai-extra for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-wai-extra for openSUSE:Factory 
checked in at 2016-03-26 15:26:20

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


Package is "ghc-wai-extra"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-wai-extra/ghc-wai-extra.changes  
2016-03-16 10:33:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-wai-extra.new/ghc-wai-extra.changes 
2016-03-26 15:26:24.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 18 08:35:50 UTC 2016 - mimi...@gmail.com
+
+- update to 3.0.14.3
+* Add missing requestHeaderReferer and requestHeaderUserAgent fields to CGI
+* Case insensitive multipart request header lookup
+
+---

Old:

  wai-extra-3.0.14.1.tar.gz

New:

  wai-extra-3.0.14.3.tar.gz



Other differences:
--
++ ghc-wai-extra.spec ++
--- /var/tmp/diff_new_pack.TxooqJ/_old  2016-03-26 15:26:25.0 +0100
+++ /var/tmp/diff_new_pack.TxooqJ/_new  2016-03-26 15:26:25.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-wai-extra
-Version:3.0.14.1
+Version:3.0.14.3
 Release:0
 Summary:Provides some basic WAI handlers and middleware
 License:MIT

++ wai-extra-3.0.14.1.tar.gz -> wai-extra-3.0.14.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.14.1/ChangeLog.md 
new/wai-extra-3.0.14.3/ChangeLog.md
--- old/wai-extra-3.0.14.1/ChangeLog.md 2016-02-29 09:16:01.0 +0100
+++ new/wai-extra-3.0.14.3/ChangeLog.md 2016-03-16 13:47:43.0 +0100
@@ -1,3 +1,11 @@
+## 3.0.14.3
+
+* Add missing `requestHeaderReferer` and `requestHeaderUserAgent` fields to 
CGI [yesod#1186](https://github.com/yesodweb/yesod/issues/1186)
+
+## 3.0.14.2
+
+* Case insensitive multipart request header lookup 
[#518](https://github.com/yesodweb/wai/pull/518)
+
 ## 3.0.14.1
 
 * Doc update for logStdout and logStdoutDev 
[#515](https://github.com/yesodweb/wai/issues/515)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.14.1/Network/Wai/Handler/CGI.hs 
new/wai-extra-3.0.14.3/Network/Wai/Handler/CGI.hs
--- old/wai-extra-3.0.14.1/Network/Wai/Handler/CGI.hs   2016-02-29 
09:16:01.0 +0100
+++ new/wai-extra-3.0.14.3/Network/Wai/Handler/CGI.hs   2016-03-16 
13:47:43.0 +0100
@@ -118,6 +118,10 @@
 , requestBodyLength = KnownLength $ fromIntegral contentLength
 , requestHeaderHost = lookup "host" reqHeaders
 , requestHeaderRange = lookup hRange reqHeaders
+#if MIN_VERSION_wai(3,2,0)
+, requestHeaderReferer = lookup "referer" reqHeaders
+, requestHeaderUserAgent = lookup "user-agent" reqHeaders
+#endif
 }
 void $ app env $ \res ->
 case (xsendfile, res) of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wai-extra-3.0.14.1/Network/Wai/Parse.hs 
new/wai-extra-3.0.14.3/Network/Wai/Parse.hs
--- old/wai-extra-3.0.14.1/Network/Wai/Parse.hs 2016-02-29 09:16:01.0 
+0100
+++ new/wai-extra-3.0.14.3/Network/Wai/Parse.hs 2016-03-16 13:47:43.0 
+0100
@@ -45,6 +45,7 @@
 import Control.Monad.Trans.Resource (allocate, release, register, 
InternalState, runInternalState)
 import Data.IORef
 import Network.HTTP.Types (hContentType)
+import Data.CaseInsensitive (mk)
 
 breakDiscard :: Word8 -> S.ByteString -> (S.ByteString, S.ByteString)
 breakDiscard w s =
@@ -94,7 +95,7 @@
 tempFileBackEnd :: InternalState -> ignored1 -> ignored2 -> IO S.ByteString -> 
IO FilePath
 tempFileBackEnd = tempFileBackEndOpts getTemporaryDirectory "webenc.buf"
 
--- | Same as 'tempFileSink', but use configurable temp folders and patterns.
+-- | Same as 'tempFileBackEnd', but use configurable temp folders and patterns.
 tempFileBackEndOpts :: IO FilePath -- ^ get temporary directory
 -> String -- ^ filename pattern
 -> InternalState
@@ -300,11 +301,11 @@
 (wasFound, ()) <- sinkTillBound bound iter seed src
 when wasFound (loop src)
   where
-contDisp = S8.pack "Content-Disposition"
-contType = S8.pack "Content-Type"
+contDisp = mk $ S8.pack "Content-Disposition"
+contType = mk $ S8.pack "Content-Type"
 parsePair s =
 let (x, y) = breakDiscard 58 s -- colon
- in (x, S.dropWhile (== 32) y) -- space
+ in (mk $ x, S.dropWhile (== 32) y) -- space
 
 data Bound = FoundBound S.ByteString S.ByteString
| NoBound
diff -urN '--exclude=CVS' 

commit ghc-text for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-text for openSUSE:Factory 
checked in at 2016-03-26 15:26:11

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


Package is "ghc-text"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-text/ghc-text.changes2015-12-29 
12:59:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-text.new/ghc-text.changes   2016-03-26 
15:26:16.0 +0100
@@ -1,0 +2,10 @@
+Sat Mar 19 12:45:47 UTC 2016 - mimi...@gmail.com
+
+- update to 1.2.2.1
+* The switch to integer-pure in 1.2.2.0 was apparently mistaken. The build 
flag has
+been renamed accordingly. Your army of diligent maintainers apologizes 
+   for the churn.
+* Spec compliance: toCaseFold now follows the Unicode 8.0 spec (updated from 
7.0)
+* An STG lint error has been fixed
+
+---

Old:

  text-1.2.2.0.tar.gz

New:

  text-1.2.2.1.tar.gz



Other differences:
--
++ ghc-text.spec ++
--- /var/tmp/diff_new_pack.ZQLrUG/_old  2016-03-26 15:26:18.0 +0100
+++ /var/tmp/diff_new_pack.ZQLrUG/_new  2016-03-26 15:26:18.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-text
-Version:1.2.2.0
+Version:1.2.2.1
 Release:0
 Summary:An efficient packed Unicode text type
 License:BSD-2-Clause

++ text-1.2.2.0.tar.gz -> text-1.2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-1.2.2.0/Data/Text/Array.hs 
new/text-1.2.2.1/Data/Text/Array.hs
--- old/text-1.2.2.0/Data/Text/Array.hs 2015-12-22 21:38:36.0 +0100
+++ new/text-1.2.2.1/Data/Text/Array.hs 2016-03-17 18:53:39.0 +0100
@@ -74,7 +74,7 @@
 #endif
 import GHC.Base (ByteArray#, MutableByteArray#, Int(..),
  indexWord16Array#, newByteArray#,
- unsafeCoerce#, writeWord16Array#)
+ unsafeFreezeByteArray#, writeWord16Array#)
 import GHC.ST (ST(..), runST)
 import GHC.Word (Word16(..))
 import Prelude hiding (length, read)
@@ -130,8 +130,9 @@
 
 -- | Freeze a mutable array. Do not mutate the 'MArray' afterwards!
 unsafeFreeze :: MArray s -> ST s Array
-unsafeFreeze MArray{..} = ST $ \s# ->
-  (# s#, Array (unsafeCoerce# maBA)
+unsafeFreeze MArray{..} = ST $ \s1# ->
+case unsafeFreezeByteArray# maBA s1# of
+(# s2#, ba# #) -> (# s2#, Array ba#
 #if defined(ASSERTS)
  maLen
 #endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/text-1.2.2.0/Data/Text/Internal/Fusion/CaseMapping.hs 
new/text-1.2.2.1/Data/Text/Internal/Fusion/CaseMapping.hs
--- old/text-1.2.2.0/Data/Text/Internal/Fusion/CaseMapping.hs   2015-12-22 
21:38:36.0 +0100
+++ new/text-1.2.2.1/Data/Text/Internal/Fusion/CaseMapping.hs   2016-03-17 
18:53:39.0 +0100
@@ -1,10 +1,10 @@
 {-# LANGUAGE Rank2Types #-}
 -- AUTOMATICALLY GENERATED - DO NOT EDIT
 -- Generated by scripts/CaseMapping.hs
--- CaseFolding-7.0.0.txt
--- Date: 2014-04-09, 20:00:56 GMT [MD]
--- SpecialCasing-7.0.0.txt
--- Date: 2014-03-18, 07:18:02 GMT [MD]
+-- CaseFolding-8.0.0.txt
+-- Date: 2015-01-13, 18:16:36 GMT [MD]
+-- SpecialCasing-8.0.0.txt
+-- Date: 2014-12-16, 23:08:04 GMT [MD]
 
 module Data.Text.Internal.Fusion.CaseMapping where
 import Data.Char
@@ -337,8 +337,6 @@
 foldMapping '\x01f0' s = Yield '\x006a' (CC s '\x030c' '\x')
 -- COMBINING GREEK YPOGEGRAMMENI
 foldMapping '\x0345' s = Yield '\x03b9' (CC s '\x' '\x')
--- GREEK CAPITAL LETTER YOT
-foldMapping '\x037f' s = Yield '\x03f3' (CC s '\x' '\x')
 -- GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
 foldMapping '\x0390' s = Yield '\x03b9' (CC s '\x0308' '\x0301')
 -- GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
@@ -359,20 +357,20 @@
 foldMapping '\x03f1' s = Yield '\x03c1' (CC s '\x' '\x')
 -- GREEK LUNATE EPSILON SYMBOL
 foldMapping '\x03f5' s = Yield '\x03b5' (CC s '\x' '\x')
--- CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK
-foldMapping '\x0528' s = Yield '\x0529' (CC s '\x' '\x')
--- CYRILLIC CAPITAL LETTER DZZHE
-foldMapping '\x052a' s = Yield '\x052b' (CC s '\x' '\x')
--- CYRILLIC CAPITAL LETTER DCHE
-foldMapping '\x052c' s = Yield '\x052d' (CC s '\x' '\x')
--- CYRILLIC CAPITAL LETTER EL WITH DESCENDER
-foldMapping '\x052e' s = Yield '\x052f' (CC s '\x' '\x')
 -- ARMENIAN SMALL LIGATURE ECH YIWN
 foldMapping '\x0587' s = Yield '\x0565' (CC s '\x0582' '\x')
--- GEORGIAN CAPITAL LETTER YN
-foldMapping '\x10c7' s = Yield '\x2d27' (CC s '\x' '\x')
--- GEORGIAN CAPITAL LETTER AEN

commit icedtea-web for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package icedtea-web for openSUSE:Factory 
checked in at 2016-03-26 15:25:55

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


Package is "icedtea-web"

Changes:

--- /work/SRC/openSUSE:Factory/icedtea-web/java-1_7_0-openjdk-plugin.changes
2016-02-08 09:47:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.icedtea-web.new/java-1_7_0-openjdk-plugin.changes   
2016-03-26 15:26:02.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 17:29:49 UTC 2016 - bwiedem...@suse.com
+
+- Fix build-compare by not including rebuild-counter
+
+---
java-1_8_0-openjdk-plugin.changes: same change



Other differences:
--
++ java-1_7_0-openjdk-plugin.spec ++
--- /var/tmp/diff_new_pack.hCgs87/_old  2016-03-26 15:26:03.0 +0100
+++ /var/tmp/diff_new_pack.hCgs87/_new  2016-03-26 15:26:03.0 +0100
@@ -94,7 +94,7 @@
--datadir=%{_libdir}/%{name}/share \
--mandir=%{_libdir}/%{name}/share/man \
--disable-docs \
-   --with-pkgversion=suse-%{release}-%{_arch}
+   --with-pkgversion=suse-%{version}-%{_arch}
 
 make %{?_smp_mflags} V=1
 

java-1_8_0-openjdk-plugin.spec: same change



commit ghc-case-insensitive for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-case-insensitive for 
openSUSE:Factory checked in at 2016-03-26 15:25:59

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


Package is "ghc-case-insensitive"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-case-insensitive/ghc-case-insensitive.changes
2015-10-08 08:24:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-case-insensitive.new/ghc-case-insensitive.changes
   2016-03-26 15:26:05.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 09:12:05 UTC 2016 - mimi...@gmail.com
+
+- update to 1.2.0.6
+* Add Semigroup s => Semigroup (CI s) instance
+
+---

Old:

  case-insensitive-1.2.0.5.tar.gz

New:

  case-insensitive-1.2.0.6.tar.gz



Other differences:
--
++ ghc-case-insensitive.spec ++
--- /var/tmp/diff_new_pack.5VaNR5/_old  2016-03-26 15:26:06.0 +0100
+++ /var/tmp/diff_new_pack.5VaNR5/_new  2016-03-26 15:26:06.0 +0100
@@ -19,7 +19,7 @@
 %global pkg_name case-insensitive
 
 Name:   ghc-case-insensitive
-Version:1.2.0.5
+Version:1.2.0.6
 Release:0
 Summary:Case insensitive string comparison
 License:BSD-3-Clause
@@ -35,6 +35,7 @@
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
+BuildRequires:  ghc-semigroups-devel
 BuildRequires:  ghc-text-devel
 # End cabal-rpm deps
 

++ case-insensitive-1.2.0.5.tar.gz -> case-insensitive-1.2.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/case-insensitive-1.2.0.5/CHANGELOG 
new/case-insensitive-1.2.0.6/CHANGELOG
--- old/case-insensitive-1.2.0.5/CHANGELOG  2015-10-01 10:50:04.0 
+0200
+++ new/case-insensitive-1.2.0.6/CHANGELOG  2016-03-15 14:46:07.0 
+0100
@@ -1,3 +1,9 @@
+1.2.0.6
+
+* Add Travis CI support
+* Add Semigroup s => Semigroup (CI s) instance
+
+
 1.2.0.5
 
 * Support HUnit-1.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/case-insensitive-1.2.0.5/Data/CaseInsensitive/Internal.hs 
new/case-insensitive-1.2.0.6/Data/CaseInsensitive/Internal.hs
--- old/case-insensitive-1.2.0.5/Data/CaseInsensitive/Internal.hs   
2015-10-01 10:50:04.0 +0200
+++ new/case-insensitive-1.2.0.6/Data/CaseInsensitive/Internal.hs   
2016-03-15 14:46:07.0 +0100
@@ -30,19 +30,20 @@
 

 
 -- from base:
-import Data.Bool ( (||) )
-import Data.Char ( Char, toLower )
-import Data.Eq   ( Eq, (==) )
-import Data.Function ( on )
-import Data.Monoid   ( Monoid, mempty, mappend )
-import Data.Ord  ( Ord, compare )
-import Data.String   ( IsString, fromString )
-import Data.Data ( Data )
-import Data.Typeable ( Typeable )
-import Data.Word ( Word8 )
-import Prelude   ( (.), fmap, (&&), (+), (<=), otherwise )
-import Text.Read ( Read, readPrec )
-import Text.Show ( Show, showsPrec )
+import Data.Bool  ( (||) )
+import Data.Char  ( Char, toLower )
+import Data.Eq( Eq, (==) )
+import Data.Function  ( on )
+import Data.Monoid( Monoid, mempty, mappend )
+import Data.Ord   ( Ord, compare )
+import Data.String( IsString, fromString )
+import Data.Data  ( Data )
+import Data.Typeable  ( Typeable )
+import Data.Word  ( Word8 )
+import Prelude( (.), fmap, (&&), (+), (<=), otherwise )
+import Text.Read  ( Read, readPrec )
+import Text.Show  ( Show, showsPrec )
+import Data.Semigroup ( Semigroup, (<>) )
 
 import qualified Data.List as L ( map )
 
@@ -109,6 +110,9 @@
 instance (IsString s, FoldCase s) => IsString (CI s) where
 fromString = mk . fromString
 
+instance Semigroup s => Semigroup (CI s) where
+CI o1 l1 <> CI o2 l2 = CI (o1 <> o2) (l1 <> l2)
+
 instance Monoid s => Monoid (CI s) where
 mempty = CI mempty mempty
 CI o1 l1 `mappend` CI o2 l2 = CI (o1 `mappend` o2) (l1 `mappend` l2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/case-insensitive-1.2.0.5/case-insensitive.cabal 
new/case-insensitive-1.2.0.6/case-insensitive.cabal
--- old/case-insensitive-1.2.0.5/case-insensitive.cabal 2015-10-01 
10:50:04.0 +0200
+++ new/case-insensitive-1.2.0.6/case-insensitive.cabal 2016-03-15 
14:46:07.0 +0100
@@ -1,5 +1,5 @@
 name:  case-insensitive
-version:   1.2.0.5
+version:   1.2.0.6
 cabal-version: >=1.8
 build-type:Simple
 license:   BSD3
@@ -16,6 +16,14 @@
type like: 

commit ghc-network-uri for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ghc-network-uri for openSUSE:Factory 
checked in at 2016-03-26 15:26:06

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


Package is "ghc-network-uri"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-network-uri/ghc-network-uri.changes  
2015-05-27 12:42:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-network-uri.new/ghc-network-uri.changes 
2016-03-26 15:26:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 07:50:36 UTC 2016 - mimi...@gmail.com
+
+- update to 2.6.1.0 
+
+---

Old:

  network-uri-2.6.0.3.tar.gz

New:

  network-uri-2.6.1.0.tar.gz



Other differences:
--
++ ghc-network-uri.spec ++
--- /var/tmp/diff_new_pack.smupsI/_old  2016-03-26 15:26:09.0 +0100
+++ /var/tmp/diff_new_pack.smupsI/_new  2016-03-26 15:26:09.0 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-network-uri
-Version:2.6.0.3
+Version:2.6.1.0
 Release:0
 Summary:URI manipulation
 License:BSD-3-Clause

++ network-uri-2.6.0.3.tar.gz -> network-uri-2.6.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-uri-2.6.0.3/Network/URI.hs 
new/network-uri-2.6.1.0/Network/URI.hs
--- old/network-uri-2.6.0.3/Network/URI.hs  2015-05-03 23:07:21.0 
+0200
+++ new/network-uri-2.6.1.0/Network/URI.hs  2016-03-19 21:56:32.0 
+0100
@@ -103,6 +103,7 @@
 , escapeURIChar
 , escapeURIString
 , unEscapeString
+, pathSegments
 
 -- * URI Normalization functions
 , normalizeCase
@@ -126,12 +127,16 @@
 
 import Control.Applicative
 import Control.Monad (MonadPlus(..))
-import Data.Traversable (sequenceA)
 import Control.DeepSeq (NFData(rnf), deepseq)
 import Data.Char (ord, chr, isHexDigit, toLower, toUpper, digitToInt)
 import Data.Bits ((.|.),(.&.),shiftL,shiftR)
+import Data.List (unfoldr)
 import Numeric (showIntAtBase)
 
+#if !MIN_VERSION_base(4,8,0)
+import Data.Traversable (sequenceA)
+#endif
+
 import Data.Typeable (Typeable)
 #if MIN_VERSION_base(4,0,0)
 import Data.Data (Data)
@@ -871,11 +876,15 @@
 
 -- | Returns 'True' if the character is allowed unescaped in a URI.
 --
+-- >>> escapeURIString isUnescapedInURI 
"http://haskell.org:80?some_param=true_param=їґ;
+-- "http://haskell.org:80?some_param=true_param=%D1%97%D2%91;
 isUnescapedInURI :: Char -> Bool
 isUnescapedInURI c = isReserved c || isUnreserved c
 
 -- | Returns 'True' if the character is allowed unescaped in a URI component.
 --
+-- >>> escapeURIString isUnescapedInURIComponent 
"http://haskell.org:80?some_param=true_param=їґ;
+-- 
"http%3A%2F%2Fhaskell.org%3A80%3Fsome_param%3Dtrue%26other_param%3D%D1%97%D2%91"
 isUnescapedInURIComponent :: Char -> Bool
 isUnescapedInURIComponent c = not (isReserved c || not (isUnescapedInURI c))
 
@@ -1080,7 +1089,24 @@
 (r,'/':ps1) -> (r++"/",ps1)
 (r,_)   -> (r,[])
 
---  Split last (name) segment from path, returning (path,name)
+segments :: String -> [String]
+segments str = dropLeadingEmpty $ unfoldr nextSegmentMaybe str
+where
+nextSegmentMaybe "" = Nothing
+nextSegmentMaybe ps =
+case break (=='/') ps of
+(seg, '/':ps1) -> Just (seg, ps1)
+(seg, _)   -> Just (seg, "")
+dropLeadingEmpty ("":xs) = xs
+dropLeadingEmpty xs  = xs
+
+-- | Returns the segments of the path component. E.g.,
+--pathSegments <$> parseURI "http://example.org/foo/bar/baz;
+-- == ["foo", "bar", "baz"]
+pathSegments :: URI -> [String]
+pathSegments = segments . uriPath
+
+-- | Split last (name) segment from path, returning (path,name)
 splitLast :: String -> (String,String)
 splitLast p = (reverse revpath,reverse revname)
 where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/network-uri-2.6.0.3/network-uri.cabal 
new/network-uri-2.6.1.0/network-uri.cabal
--- old/network-uri-2.6.0.3/network-uri.cabal   2015-05-03 23:07:21.0 
+0200
+++ new/network-uri-2.6.1.0/network-uri.cabal   2016-03-19 21:56:32.0 
+0100
@@ -1,8 +1,8 @@
 name:network-uri
-version: 2.6.0.3
+version: 2.6.1.0
 synopsis:URI manipulation
 description:
-  This package provides an URI manipulation inteface.
+  This package provides an URI manipulation interface.
   .
   In network-2.6 the @Network.URI@ module was split off from the
   network package into this package. If you're using the @Network.URI@
diff -urN '--exclude=CVS' 

commit scilab for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2016-03-26 15:25:53

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


Package is "scilab"

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2016-03-17 
16:48:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2016-03-26 
15:25:58.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar 21 12:31:45 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- new scilab_ppc64le_java_archinstall_changed.patch
+  to sync with java-1_8_0-openjdk sr #365892
+- exclude ppc64 build as upstream still open bug
+  http://bugzilla.scilab.org/show_bug.cgi?id=13826
+
+---

New:

  scilab_ppc64le_java_archinstall_changed.patch



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.jft3WM/_old  2016-03-26 15:26:01.0 +0100
+++ /var/tmp/diff_new_pack.jft3WM/_new  2016-03-26 15:26:01.0 +0100
@@ -52,6 +52,10 @@
 Patch9: scilab-timestamp.patch
 # PATCH-FIX-UPSTREAM scilab-batik-1.8.patch idoen...@suse.de -- Fix build with 
batik 1.8
 Patch10:scilab-batik-1.8.patch
+# to sync with java-1_8_0-openjdk sr #365892
+Patch11:scilab_ppc64le_java_archinstall_changed.patch
+# exclude ppc64 build as long as upstream open 
http://bugzilla.scilab.org/show_bug.cgi?id=13826
+ExcludeArch:ppc64
 # Dependencies are extracted from :
 # "http://wiki.scilab.org/Dependencies of Scilab 5.X"
 # Mandatory
@@ -285,6 +289,7 @@
 %patch9 -p1
 %if 0%{?suse_version} > 1320
 %patch10 -p1
+%patch11 -p1
 %endif
 
 # Fix Class-Path in manifest

++ scilab_ppc64le_java_archinstall_changed.patch ++
---
 bin/scilab |5 -
 configure  |5 -
 m4/java.m4 |5 -
 3 files changed, 12 insertions(+), 3 deletions(-)

Index: scilab-5.5.2/m4/java.m4
===
--- scilab-5.5.2.orig/m4/java.m4
+++ scilab-5.5.2/m4/java.m4
@@ -481,9 +481,12 @@ AC_DEFUN([AC_JAVA_JNI_LIBS], [
 powerpc)
   machine=ppc
   ;;
-ppc64|ppc64le)
+ppc64)
   machine=ppc64
   ;;
+ppc64le)
+  machine=ppc64le
+  ;;
 armv*)
   machine=arm
   ;;
Index: scilab-5.5.2/configure
===
--- scilab-5.5.2.orig/configure
+++ scilab-5.5.2/configure
@@ -11810,9 +11810,12 @@ $as_echo "$ac_cv_java_jvm_jni_working" >
 powerpc)
   machine=ppc
   ;;
-ppc64|ppc64le)
+ppc64)
   machine=ppc64
   ;;
+ppc64le)
+  machine=ppc64le
+  ;;
 armv*)
   machine=arm
   ;;
Index: scilab-5.5.2/bin/scilab
===
--- scilab-5.5.2.orig/bin/scilab
+++ scilab-5.5.2/bin/scilab
@@ -528,9 +528,12 @@ detect_java_vm() {
 "ppc"|"powerpc")
 proc="ppc"
 ;;
-"ppc64"|"ppc64el")
+"ppc64")
 proc="ppc64"
 ;;
+"ppc64le")
+proc="ppc64le"
+;;
 "s390")
 proc="s390"
 ;;



commit openblas for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2016-03-26 15:25:49

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


Package is "openblas"

Changes:

--- /work/SRC/openSUSE:Factory/openblas/openblas.changes2016-03-18 
21:42:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes   2016-03-26 
15:25:56.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 21:15:39 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 0.2.17
+  * Enable BUILD_LAPACK_DEPRECATED=1 by default.
+
+---
@@ -11,0 +18 @@
+  x86/x86_64:
@@ -16,0 +24 @@
+  ARM:
@@ -19,0 +28 @@
+  POWER:

Old:

  openblas-0.2.16.tar.gz

New:

  openblas-0.2.17.tar.gz



Other differences:
--
++ openblas.spec ++
--- /var/tmp/diff_new_pack.9obyQi/_old  2016-03-26 15:25:57.0 +0100
+++ /var/tmp/diff_new_pack.9obyQi/_new  2016-03-26 15:25:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   openblas
-Version:0.2.16
+Version:0.2.17
 Release:0
 Summary:An optimized BLAS library based on GotoBLAS2
 License:BSD-3-Clause

++ openblas-0.2.16.tar.gz -> openblas-0.2.17.tar.gz ++
/work/SRC/openSUSE:Factory/openblas/openblas-0.2.16.tar.gz 
/work/SRC/openSUSE:Factory/.openblas.new/openblas-0.2.17.tar.gz differ: char 
13, line 1




commit matio for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package matio for openSUSE:Factory checked 
in at 2016-03-26 15:25:48

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


Package is "matio"

Changes:

--- /work/SRC/openSUSE:Factory/matio/matio.changes  2016-02-05 
00:32:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.matio.new/matio.changes 2016-03-26 
15:25:54.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar 21 21:20:49 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 1.5.6
+  * Added support of reading sparse array from v4 MAT files
+  * Added support of writing sparse array to v4 MAT files
+  * Added support of writing character array to v4 MAT files
+  * Bug fixes
+
+---

Old:

  matio-1.5.3.tar.gz

New:

  matio-1.5.6.tar.gz



Other differences:
--
++ matio.spec ++
--- /var/tmp/diff_new_pack.a5tcqZ/_old  2016-03-26 15:25:55.0 +0100
+++ /var/tmp/diff_new_pack.a5tcqZ/_new  2016-03-26 15:25:55.0 +0100
@@ -18,9 +18,9 @@
 
 Name:   matio
 %define libname lib%{name}
-Version:1.5.3
+Version:1.5.6
 Release:0
-%define major   2
+%define major   4
 Summary:Open-source library for reading and writing MATLAB MAT files
 License:BSD-2-Clause
 Group:  System/Libraries
@@ -89,7 +89,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
 
 %check

++ matio-1.5.3.tar.gz -> matio-1.5.6.tar.gz ++
/work/SRC/openSUSE:Factory/matio/matio-1.5.3.tar.gz 
/work/SRC/openSUSE:Factory/.matio.new/matio-1.5.6.tar.gz differ: char 5, line 1




commit kicad for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package kicad for openSUSE:Factory checked 
in at 2016-03-26 15:25:13

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


Package is "kicad"

Changes:

--- /work/SRC/openSUSE:Factory/kicad/kicad.changes  2015-12-13 
09:40:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.kicad.new/kicad.changes 2016-03-26 
15:25:21.0 +0100
@@ -1,0 +2,6 @@
+Mon Mar 21 09:00:54 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 4.0.2
+  * Bugfix release
+
+---

Old:

  kicad-4.0.1.tar.xz

New:

  kicad-4.0.2.tar.xz



Other differences:
--
++ kicad.spec ++
--- /var/tmp/diff_new_pack.xTr3fY/_old  2016-03-26 15:25:22.0 +0100
+++ /var/tmp/diff_new_pack.xTr3fY/_new  2016-03-26 15:25:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kicad
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   kicad
-Version:4.0.1
+Version:4.0.2
 Release:0
 Summary:EDA software suite for the creation of schematics and PCB
 License:GPL-2.0+ and GPL-3.0+
@@ -57,9 +57,10 @@
 # Fix directory owner
 BuildRequires:  hicolor-icon-theme
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   %{name}-library-install
 Requires:   python-wxWidgets-3_0 >= 3
 Recommends: %{name}-doc
+Recommends: %{name}-library = %{version}
+Recommends: %{name}-library-install = %{version}
 Obsoletes:  kicad = 20140120
 
 %description
@@ -75,7 +76,6 @@
 %packagelibrary-install
 Summary:Script for KiCad libraries downloading
 Group:  Productivity/Scientific/Electronics
-Obsoletes:  %{name}-library
 Requires:   %{name} = %{version}
 Requires:   curl
 Requires:   git-core


++ kicad-4.0.1.tar.xz -> kicad-4.0.2.tar.xz ++
/work/SRC/openSUSE:Factory/kicad/kicad-4.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.kicad.new/kicad-4.0.2.tar.xz differ: char 26, line 1




commit sysbench for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2016-03-26 15:25:43

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


Package is "sysbench"

Changes:

--- /work/SRC/openSUSE:Factory/sysbench/sysbench.changes2016-03-07 
13:24:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.sysbench.new/sysbench.changes   2016-03-26 
15:25:45.0 +0100
@@ -1,0 +2,23 @@
+Mon Mar 21 19:47:52 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.5.0~git.20160318:
+  + Some minor improvements to bulk_insert.lua
+  + Minor cleanups in bulk_insert.lua.
+  + Print the number of actually running threads instead of the 
+configured --num-threads value for intermediate reports. This 
+can make a big difference with network benchmarks to diagnose 
+TCP-related issues like SYN flood protection, throttling, 
+backlog issues, etc.
+  + Fix mutex_get_request() signature.
+  + Update GPLv2 text in COPYING with the current version from 
+https://gnu.org/licenses/gpl-2.0.txt.
+  + Update copyrights and FSF address.
+  + Fixes #17: Lua script without DB access crashes sysbench.
+  + Fixes #22: Timers and reporting thread should wait for worker 
+thread to be initialized
+  + Fix barrier error reporting.
+  + Fixes #25: Include database-related command line options in 
+help
+- Generate manpage
+
+---

Old:

  sysbench-0.5.0~git.20160223.tar.xz

New:

  sysbench-0.5.0~git.20160318.tar.xz



Other differences:
--
++ sysbench.spec ++
--- /var/tmp/diff_new_pack.7JOX7J/_old  2016-03-26 15:25:46.0 +0100
+++ /var/tmp/diff_new_pack.7JOX7J/_new  2016-03-26 15:25:46.0 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define version_unconverted 0.5.0~git.20160318
+
 Name:   sysbench
-Version:0.5.0~git.20160223
+Version:0.5.0~git.20160318
 Release:0
 Summary:A MySQL benchmarking tool
 License:GPL-2.0
@@ -29,6 +31,7 @@
 BuildRequires:  automake
 BuildRequires:  docbook
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  help2man
 BuildRequires:  libaio-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
@@ -55,6 +58,8 @@
 
 %install
 %make_install
+help2man ./sysbench/sysbench > sysbench.1
+install -D -m 0644 sysbench.1 %{buildroot}%{_mandir}/man1/sysbench.1
 install -D -m 0755 sysbench-example-tests/sysbench-example-test   
%{buildroot}%{_datadir}/sysbench/sysbench-example-test
 install -D -m 0755 sysbench-example-tests/sysbench-example-all-tests  
%{buildroot}%{_datadir}/sysbench/sysbench-example-all-tests
 rm -rf %{buildroot}%{_datadir}/doc/sysbench
@@ -63,6 +68,7 @@
 %defattr(-,root,root)
 %doc COPYING ChangeLog README.md doc/manual.html
 %{_bindir}/sysbench
+%{_mandir}/man1/sysbench.1%{ext_man}
 %{_datadir}/sysbench
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.7JOX7J/_old  2016-03-26 15:25:46.0 +0100
+++ /var/tmp/diff_new_pack.7JOX7J/_new  2016-03-26 15:25:46.0 +0100
@@ -3,7 +3,8 @@
 git://github.com/akopytov/sysbench
 git
 sysbench
-1c812ad6dd129f059691103c224bb0ea8006ff15
+enable
+57e62669b937b3c4ebaca237af65d69539bfb260
 0.5.0~git.%cd
   
   

++ sysbench-0.5.0~git.20160223.tar.xz -> sysbench-0.5.0~git.20160318.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-0.5.0~git.20160223/sysbench/Makefile.am 
new/sysbench-0.5.0~git.20160318/sysbench/Makefile.am
--- old/sysbench-0.5.0~git.20160223/sysbench/Makefile.am2016-03-01 
16:00:45.0 +0100
+++ new/sysbench-0.5.0~git.20160318/sysbench/Makefile.am2016-03-21 
20:47:52.0 +0100
@@ -49,7 +49,7 @@
 
 sysbench_SOURCES = sysbench.c sysbench.h sb_timer.c sb_timer.h \
 sb_options.c sb_options.h sb_logger.c sb_logger.h sb_list.h db_driver.h \
-db_driver.c sb_percentile.c sb_percentile.h
+db_driver.c sb_percentile.c sb_percentile.h sb_barrier.c sb_barrier.h
 
 sysbench_LDADD = tests/fileio/libsbfileio.a tests/threads/libsbthreads.a \
 tests/memory/libsbmemory.a tests/cpu/libsbcpu.a \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-0.5.0~git.20160223/sysbench/sb_barrier.c 
new/sysbench-0.5.0~git.20160318/sysbench/sb_barrier.c
--- old/sysbench-0.5.0~git.20160223/sysbench/sb_barrier.c   1970-01-01 
01:00:00.0 +0100
+++ new/sysbench-0.5.0~git.20160318/sysbench/sb_barrier.c   2016-03-21 
20:47:52.0 +0100
@@ -0,0 +1,104 @@
+/*
+   Copyright (C) 2016 Alexey Kopytov 
+
+   This program is free software; you can 

commit golang-org-x-tools for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package golang-org-x-tools for 
openSUSE:Factory checked in at 2016-03-26 15:25:31

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


Package is "golang-org-x-tools"

Changes:

--- /work/SRC/openSUSE:Factory/golang-org-x-tools/golang-org-x-tools.changes
2015-09-02 00:35:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-org-x-tools.new/golang-org-x-tools.changes   
2016-03-26 15:25:37.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 14:51:04 UTC 2016 - bwiedem...@suse.com
+
+- Specify version to fix build-compare
+
+---



Other differences:
--
++ golang-org-x-tools.spec ++
--- /var/tmp/diff_new_pack.fRDa8Y/_old  2016-03-26 15:25:38.0 +0100
+++ /var/tmp/diff_new_pack.fRDa8Y/_new  2016-03-26 15:25:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-org-x-tools
 #
-# 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
@@ -66,7 +66,7 @@
 
 cd %{_builddir}/tools-%{version}
 for tool in `ls cmd`; do
-mango-doc cmd/${tool} >${tool}.1
+mango-doc -version %{version} cmd/${tool} >${tool}.1
 done
 
 %install




commit iverilog for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package iverilog for openSUSE:Factory 
checked in at 2016-03-26 15:25:46

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


Package is "iverilog"

Changes:

--- /work/SRC/openSUSE:Factory/iverilog/iverilog.changes2014-02-15 
08:05:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.iverilog.new/iverilog.changes   2016-03-26 
15:25:50.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 21 20:43:34 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 10.1
+  * No changelog available
+
+---
+Fri Nov 20 14:44:23 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 10.0
+  * No changelog available
+
+---

Old:

  verilog-0.9.7.tar.gz

New:

  verilog-10.1.tar.gz



Other differences:
--
++ iverilog.spec ++
--- /var/tmp/diff_new_pack.cB4Qe3/_old  2016-03-26 15:25:51.0 +0100
+++ /var/tmp/diff_new_pack.cB4Qe3/_new  2016-03-26 15:25:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package iverilog
 #
-# 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,23 +17,22 @@
 
 
 Name:   iverilog
+Version:10.1
+Release:0
+%define major_ver 10
 Summary:Simulation and synthesis tool for IEEE-1364
 License:GPL-2.0+
 Group:  Productivity/Scientific/Electronics
-Version:0.9.7
-Release:0
 Url:http://iverilog.icarus.com/
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
-Source: ftp://icarus.com/pub/eda/verilog/v0.9/verilog-%{version}.tar.gz
-
+Source: 
ftp://icarus.com/pub/eda/verilog/v%{major_ver}/verilog-%{version}.tar.gz
 BuildRequires:  bison
+BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Icarus Verilog is a Verilog compiler that generates a variety of
@@ -56,8 +55,9 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}/%{_libdir}/*.a
+%fdupes -s %{buildroot}/%{_libdir}/ivl/
 
 %check
 make check

++ verilog-0.9.7.tar.gz -> verilog-10.1.tar.gz ++
 202930 lines of diff (skipped)




commit kicad-i18n for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package kicad-i18n for openSUSE:Factory 
checked in at 2016-03-26 15:25:11

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


Package is "kicad-i18n"

Changes:

--- /work/SRC/openSUSE:Factory/kicad-i18n/kicad-i18n.changes2015-12-09 
22:20:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-i18n.new/kicad-i18n.changes   
2016-03-26 15:25:14.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 09:14:43 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 4.0.2
+
+---

Old:

  kicad-i18n-4.0.0.tar.gz

New:

  kicad-i18n-4.0.2.tar.gz



Other differences:
--
++ kicad-i18n.spec ++
--- /var/tmp/diff_new_pack.8lkkNZ/_old  2016-03-26 15:25:15.0 +0100
+++ /var/tmp/diff_new_pack.8lkkNZ/_new  2016-03-26 15:25:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kicad-i18n
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   kicad-i18n
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:Localization for KiCad
 License:GPL-2.0+
@@ -31,8 +31,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Kicad is an open source software for the creation of electronic
-schematic diagrams and printed circuit board artwork up to 16 layers.
+KiCad is an open source (GPL) software for the creation of electronic schematic
+diagrams and printed circuit with up to 32 copper layers and additional 
techinical layers.
+
 This is the documentation package for KiCad. It contains documentation
 and tutorials.
 

++ kicad-i18n-4.0.0.tar.gz -> kicad-i18n-4.0.2.tar.gz ++
 96710 lines of diff (skipped)




commit mate-system-monitor for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package mate-system-monitor for 
openSUSE:Factory checked in at 2016-03-26 15:25:44

Comparing /work/SRC/openSUSE:Factory/mate-system-monitor (Old)
 and  /work/SRC/openSUSE:Factory/.mate-system-monitor.new (New)


Package is "mate-system-monitor"

Changes:

--- /work/SRC/openSUSE:Factory/mate-system-monitor/mate-system-monitor.changes  
2016-01-12 16:14:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-system-monitor.new/mate-system-monitor.changes 
2016-03-26 15:25:48.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 21 19:25:19 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.12.2:
+  * Process table: Avoid expanding collapsed nodes on every refresh.
+  * Prefs dialog: Fix refresh rate not saving in some cases.
+  * Memmaps dialog: Fix unwanted autoscrolling to the top of list.
+  * Fix segfault on view mode change with process properties open.
+  * Some more fixes.
+- Add mate-system-monitor-xdgsu.patch: use xdg-su instead of gksu.
+- Require xdg-utils for privileging.
+
+---

Old:

  mate-system-monitor-1.12.1.tar.xz

New:

  mate-system-monitor-1.12.2.tar.xz
  mate-system-monitor-xdgsu.patch



Other differences:
--
++ mate-system-monitor.spec ++
--- /var/tmp/diff_new_pack.pLUlK5/_old  2016-03-26 15:25:49.0 +0100
+++ /var/tmp/diff_new_pack.pLUlK5/_new  2016-03-26 15:25:49.0 +0100
@@ -18,16 +18,17 @@
 
 %define _version 1.12
 Name:   mate-system-monitor
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:MATE Desktop system monitor
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:http://mate-desktop.org/
-Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE mate-system-monitor-xdgsu.patch -- Use xdg-su instead of 
gksu.
+Patch0: %{name}-xdgsu.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libgnomesu-devel
 BuildRequires:  libxml2-python
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  update-desktop-files
@@ -41,6 +42,7 @@
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(libwnck-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+Requires:   xdg-utils
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
 %if 0%{?suse_version} > 1310
@@ -59,8 +61,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --disable-static\
   --disable-scrollkeeper  \

++ mate-system-monitor-1.12.1.tar.xz -> mate-system-monitor-1.12.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-system-monitor-1.12.1/ChangeLog 
new/mate-system-monitor-1.12.2/ChangeLog
--- old/mate-system-monitor-1.12.1/ChangeLog2015-11-30 10:37:23.0 
+0100
+++ new/mate-system-monitor-1.12.2/ChangeLog2016-03-21 14:47:19.0 
+0100
@@ -1,6 +1,96 @@
+commit b13d0cfc7cc064ffc340431a829a3a415ad56845
+Author: monsta 
+Date:   2016-03-21
+
+Release 1.12.2
+
+M  NEWS
+M  configure.ac
+
+commit dffd8927a2aed0cc1fe491aea2c7162abad0ae2d
+Author: monsta 
+Date:  2016-03-01
+
+fix segfault on view mode change with process properties open
+
+from
+
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=76545e553c620d9b3437456bb4dbffa355c59816
+
+M  src/openfiles.cpp
+M  src/procproperties.cpp
+
+commit 359dade1fb01ca371eee6f5302cfa0704aa0ad2b
+Author: monsta 
+Date:  2016-02-29
+
+fix copy-paste error, use proper type, keep it simple
+
+- wrong function name introduced in
+
https://github.com/mate-desktop/mate-system-monitor/commit/9ae0be5ccf7df2f35c13653da97771b06cf6603f
+- format_rate function already returns a string, no need to convert
+
+M  src/util.cpp
+
+commit a4e189cf879812e66d08fd7dd3cf9544eda01fcc
+Author: monsta 
+Date:  2016-02-29
+
+sysinfo: fix forgotten memleak
+
+M  src/sysinfo.cpp
+
+commit 0094fb1aa5b80bf4e91a95f42d1cdf01302dc690
+Author: monsta 
+Date:  2016-02-29
+
+process table: avoid expanding collapsed nodes on every refresh
+
+from
+
https://git.gnome.org/browse/gnome-system-monitor/commit/?id=f7f4c5506bc47f7cd340ce02404029a0ca6185e0
+
+M  src/proctable.cpp
+
+commit e6ebc74fdb77fff1db6af96cfae471fc26122800
+Author: monsta 
+Date:  2016-02-29
+
+prefs dialog: fix refresh rate not saving in some cases
+
+from
+   

commit kicad-doc for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package kicad-doc for openSUSE:Factory 
checked in at 2016-03-26 15:25:08

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


Package is "kicad-doc"

Changes:

--- /work/SRC/openSUSE:Factory/kicad-doc/kicad-doc.changes  2015-12-09 
22:20:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.kicad-doc.new/kicad-doc.changes 2016-03-26 
15:25:11.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 09:10:54 UTC 2016 - dmitr...@opensuse.org
+
+- Update to version 4.0.2
+
+---

Old:

  kicad-doc-4.0.0.tar.gz

New:

  kicad-doc-4.0.2.tar.gz



Other differences:
--
++ kicad-doc.spec ++
--- /var/tmp/diff_new_pack.q3Dro0/_old  2016-03-26 15:25:13.0 +0100
+++ /var/tmp/diff_new_pack.q3Dro0/_new  2016-03-26 15:25:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kicad-doc
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   kicad-doc
-Version:4.0.0
+Version:4.0.2
 Release:0
 Summary:Documentation and tutorials for KiCad
 License:SUSE-OldFSFDocLicense

++ kicad-doc-4.0.0.tar.gz -> kicad-doc-4.0.2.tar.gz ++
/work/SRC/openSUSE:Factory/kicad-doc/kicad-doc-4.0.0.tar.gz 
/work/SRC/openSUSE:Factory/.kicad-doc.new/kicad-doc-4.0.2.tar.gz differ: char 
13, line 1




commit pydf for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package pydf for openSUSE:Factory checked in 
at 2016-03-26 15:24:40

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


Package is "pydf"

Changes:

--- /work/SRC/openSUSE:Factory/pydf/pydf.changes2015-11-04 
15:33:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.pydf.new/pydf.changes   2016-03-26 
15:24:41.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 20:57:34 UTC 2016 - mplus...@suse.com
+
+- Use python3 by default
+
+---



Other differences:
--
++ pydf.spec ++
--- /var/tmp/diff_new_pack.tPQgnx/_old  2016-03-26 15:24:42.0 +0100
+++ /var/tmp/diff_new_pack.tPQgnx/_new  2016-03-26 15:24:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pydf
 #
-# 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
@@ -32,6 +32,8 @@
 
 %prep
 %setup -q
+# use python3 by default
+sed -i "s|/usr/bin/python|/usr/bin/python3|g" pydf 
 
 %build
 
@@ -45,6 +47,6 @@
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/pydfrc
 %{_bindir}/pydf
-%{_mandir}/man1/pydf.1.*
+%{_mandir}/man1/pydf.1%{ext_man}
 
 %changelog




commit crmsh for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-03-26 15:24:47

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2016-03-17 
16:48:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-03-26 
15:24:49.0 +0100
@@ -1,0 +2,16 @@
+Mon Mar 21 08:16:46 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1458546035.5df0420:
+  + medium: scripts: SBD wizard which configures SBD itself (fate#318320)
+  + medium: main: Add -o|--opt to pass extra options for crmsh
+  + medium: hb_report: Add timeout to SSH connection (bsc#971690)
+  + low: command: handle stray regex characters in input
+  + low: scripts: Clean up various scripts
+
+---
+Wed Mar 16 17:03:21 UTC 2016 - bwiedem...@suse.com
+
+- Fix build-compare by only touching files with timestamps in the future
+  and by not including the rebuild counter in hb_report
+
+---

Old:

  crmsh-2.2.0+git.1458042315.389d264.tar.bz2

New:

  crmsh-2.2.0+git.1458546035.5df0420.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.ahnQih/_old  2016-03-26 15:24:50.0 +0100
+++ /var/tmp/diff_new_pack.ahnQih/_new  2016-03-26 15:24:50.0 +0100
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0+git.1458042315.389d264
+Version:2.2.0+git.1458546035.5df0420
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2
@@ -144,7 +144,7 @@
 # This can result in files having been created in the future
 # when building on machines in timezones 'behind' the one the
 # commit occurred in - which seriously confuses 'make'
-find . -exec touch \{\} \;
+find . -mtime -0 -exec touch \{\} \;
 
 %build
 ./autogen.sh
@@ -152,10 +152,10 @@
 %{configure}\
 --sysconfdir=%{_sysconfdir} \
 --localstatedir=%{_var} \
---with-version=%{version}-%{release}\
+--with-version=%{version}\
 --docdir=%{crmsh_docdir}
 
-make %{_smp_mflags} VERSION="%{version}-%{release}" sysconfdir=%{_sysconfdir} 
localstatedir=%{_var}
+make %{_smp_mflags} VERSION="%{version}" sysconfdir=%{_sysconfdir} 
localstatedir=%{_var}
 
 %if 0%{?with_regression_tests}
./test/run --quiet

++ _servicedata ++
--- /var/tmp/diff_new_pack.ahnQih/_old  2016-03-26 15:24:50.0 +0100
+++ /var/tmp/diff_new_pack.ahnQih/_new  2016-03-26 15:24:50.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  389d264af0fe7c8bd8eb304e8afd0a02a0186cbc
\ No newline at end of file
+  5df0420c4bde1f550f5476c9540d5fc0a92105f1
\ No newline at end of file

++ crmsh-2.2.0+git.1458042315.389d264.tar.bz2 -> 
crmsh-2.2.0+git.1458546035.5df0420.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0+git.1458042315.389d264/crmsh/command.py 
new/crmsh-2.2.0+git.1458546035.5df0420/crmsh/command.py
--- old/crmsh-2.2.0+git.1458042315.389d264/crmsh/command.py 2016-03-15 
12:49:51.0 +0100
+++ new/crmsh-2.2.0+git.1458546035.5df0420/crmsh/command.py 2016-03-21 
09:16:45.0 +0100
@@ -205,12 +205,15 @@
 import re
 
 def fuzzy_match(rx):
-matcher = re.compile(rx, re.I)
-matches = [c
-   for m, c in items.iteritems()
-   if matcher.match(m)]
-if len(matches) == 1:
-return matches[0]
+try:
+matcher = re.compile(rx, re.I)
+matches = [c
+   for m, c in items.iteritems()
+   if matcher.match(m)]
+if len(matches) == 1:
+return matches[0]
+except re.error as e:
+raise ValueError(e)
 return None
 
 # prefix match
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0+git.1458042315.389d264/crmsh/handles.py 
new/crmsh-2.2.0+git.1458546035.5df0420/crmsh/handles.py
--- old/crmsh-2.2.0+git.1458042315.389d264/crmsh/handles.py 2016-03-15 
12:49:51.0 +0100
+++ new/crmsh-2.2.0+git.1458546035.5df0420/crmsh/handles.py 2016-03-21 
09:16:45.0 +0100
@@ -4,7 +4,7 @@
 import re
 
 
-_head_re = re.compile(r'\{\{(\#|\^)?([A-Za-z0-9\#\$:_-]+)\}\}')
+headmatcher = 

commit erlang for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2016-03-26 15:25:24

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


Package is "erlang"

Changes:

--- /work/SRC/openSUSE:Factory/erlang/erlang.changes2016-02-26 
00:29:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes   2016-03-26 
15:25:32.0 +0100
@@ -1,0 +2,14 @@
+Thu Mar 17 09:07:18 UTC 2016 - kru...@zib.de
+
+- Update to 18.3:
+  * New statistics info about runnable and active processes &
+ports. Call erlang:statistics with:
+total_run_queue_lengths | run_queue_lengths | total_active_tasks
+| active_tasks.
+  * Time warp improvements: dbg:p/2 and erlang:trace/3 with
+monotonic_timestamp |strict_monotonic_timestamp.
+  * Introduced a validation callback for heart.
+  * The module overload in sasl has been deprecated.
+  * several bug fixes
+
+---

Old:

  OTP-18.2.3.tar.gz

New:

  OTP-18.3.tar.gz



Other differences:
--
++ erlang.spec ++
--- /var/tmp/diff_new_pack.4BtCy6/_old  2016-03-26 15:25:34.0 +0100
+++ /var/tmp/diff_new_pack.4BtCy6/_new  2016-03-26 15:25:34.0 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:   erlang
-Version:18.2.3
+Version:18.3
 Release:0
 Summary:General-purpose programming language and runtime environment
 License:Apache-2.0

++ OTP-18.2.3.tar.gz -> OTP-18.3.tar.gz ++
/work/SRC/openSUSE:Factory/erlang/OTP-18.2.3.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/OTP-18.3.tar.gz differ: char 25, line 1




commit enlightenment-theme-openSUSE for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package enlightenment-theme-openSUSE for 
openSUSE:Factory checked in at 2016-03-26 15:25:16

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


Package is "enlightenment-theme-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE.changes
2015-06-11 08:23:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE.new/enlightenment-theme-openSUSE.changes
   2016-03-26 15:25:24.0 +0100
@@ -1,0 +2,31 @@
+Wed Dec 16 12:08:54 UTC 2015 - si...@simotek.net
+
+- Minor Fix to terminology script shouldn't effect this 20151216
+
+---
+Sat Dec 12 04:15:20 UTC 2015 - si...@simotek.net
+
+- Minor fix to make the build file consistent 20151212
+
+---
+Tue Dec  1 07:19:26 UTC 2015 - si...@simotek.net
+
+- Finally have a version working on Factory again. 20151201
+
+---
+Mon Oct 26 05:37:04 UTC 2015 - si...@simotek.net
+
+- Add some debug for when it fails in staging 
+
+---
+Thu Oct 22 12:46:58 UTC 2015 - si...@simotek.net
+
+- Fix build script for factory, now using awk which is more robust
+
+---
+Sun Oct 18 04:12:04 UTC 2015 - si...@simotek.net
+
+- Updated colors / branding for leap
+  Update to 1.15 upstream changes
+
+---

Old:

  enlightenment-theme-openSUSE-20141011.tar.xz

New:

  enlightenment-theme-openSUSE-20151216.tar.xz



Other differences:
--
++ enlightenment-theme-openSUSE.spec ++
--- /var/tmp/diff_new_pack.tx6V51/_old  2016-03-26 15:25:25.0 +0100
+++ /var/tmp/diff_new_pack.tx6V51/_new  2016-03-26 15:25:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enlightenment-theme-openSUSE
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   enlightenment-theme-openSUSE
-Version:20141011
+Version:20151216
 Release:0
 Summary:openSUSE theme for Enlightenment
 License:BSD-2-Clause and LGPL-2.1 and CC-BY-SA-3.0
@@ -43,11 +43,12 @@
 openSUSE, theme for Enlightenment
 
 %prep
-%setup -q -n enlightenment-theme-openSUSE-%{version}
+%setup -q
+#%setup -q -n enlightenment-theme-openSUSE-%{Version}
 
 %build
 ./build-darkmod.sh --epkg
-cp enlightenment-elementary/openSUSE.edj ./default.edj
+cp enlightenment-elementary/openSUSE-e.edj ./default.edj
 cp licenses-authors/* .
 
 %install

++ enlightenment-theme-openSUSE-20141011.tar.xz -> 
enlightenment-theme-openSUSE-20151216.tar.xz ++
/work/SRC/openSUSE:Factory/enlightenment-theme-openSUSE/enlightenment-theme-openSUSE-20141011.tar.xz
 
/work/SRC/openSUSE:Factory/.enlightenment-theme-openSUSE.new/enlightenment-theme-openSUSE-20151216.tar.xz
 differ: char 25, line 1




commit i3 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package i3 for openSUSE:Factory checked in 
at 2016-03-26 15:25:05

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


Package is "i3"

Changes:

--- /work/SRC/openSUSE:Factory/i3/i3.changes2016-03-09 16:48:59.0 
+0100
+++ /work/SRC/openSUSE:Factory/.i3.new/i3.changes   2016-03-26 
15:25:08.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 11:24:21 UTC 2016 - fcaste...@suse.com
+
+- Added Recommends i3status to fix bnc#971897
+
+---



Other differences:
--
++ i3.spec ++
--- /var/tmp/diff_new_pack.RRjUB4/_old  2016-03-26 15:25:09.0 +0100
+++ /var/tmp/diff_new_pack.RRjUB4/_new  2016-03-26 15:25:09.0 +0100
@@ -48,6 +48,9 @@
 BuildRequires:  pkgconfig(xcb-icccm)
 BuildRequires:  pkgconfig(xcb-keysyms)
 
+# introduced to fix bnc#971897
+Recommends: i3-status
+
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
 # in the patch. Any patches added here without a very good reason to make





commit zpaq for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package zpaq for openSUSE:Factory checked in 
at 2016-03-26 15:24:35

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


Package is "zpaq"

Changes:

--- /work/SRC/openSUSE:Factory/zpaq/zpaq.changes2016-01-04 
09:22:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.zpaq.new/zpaq.changes   2016-03-26 
15:24:36.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar 19 14:03:25 UTC 2016 - mplus...@suse.com
+
+- Update to version 7.07
+  * Fixes v7.06 bug in creating multipart encrypted archives with
+incorrectly salted index
+- Changes for 7.06
+  * Fixes handling of some corrupted archives. Conforms to new spec
+zpaq205.pdf. New man page, Makefile, COPYING
+- Ship shared library and devel package as well
+- Various spec file improvements
+
+---

Old:

  zpaq705.zip

New:

  zpaq707.zip



Other differences:
--
++ zpaq.spec ++
--- /var/tmp/diff_new_pack.CmHDmU/_old  2016-03-26 15:24:38.0 +0100
+++ /var/tmp/diff_new_pack.CmHDmU/_new  2016-03-26 15:24:38.0 +0100
@@ -16,31 +16,85 @@
 #
 
 
+%define soname   lib%{name}
+%define sover0.1
+%define sonum0_1
+%define dversion 707
 Name:   zpaq
-Version:7.05
+Version:7.07
 Release:0
 Summary:A journaling, incremental, deduplicating archiver for Windows 
and Linux
 License:SUSE-Public-Domain and MIT
 Group:  Productivity/Archiving/Compression
 Url:http://mattmahoney.net/dc/zpaq.html
-Source0:http://mattmahoney.net/dc/zpaq705.zip
+Source0:http://mattmahoney.net/dc/zpaq%{dversion}.zip
 Source1:%{name}.changes
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
-BuildRequires:  help2man
 BuildRequires:  unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-zpaq is a journaling, incremental, deduplicating archiver for Windows and 
Linux. "Journaling" means that when you update a file or directory, both the 
old and new versions are saved. You can extract from the archive as it existed 
at any time in the past. "Incremental", means that when you back up your entire 
hard drive, for example:
+zpaq is a journaling, incremental, deduplicating archiver for Windows and
+Linux. "Journaling" means that when you update a file or directory, both
+the old and new versions are saved. You can extract from the archive as it
+existed at any time in the past. "Incremental", means that when you back up
+your entire hard drive, for example:
 
   zpaq -add e:backup.zpaq c:\*
 
-that only those files whose last-modified date has changed since the previous 
backup are added. For 100 GB of files, this typically takes 1-2 minutes, vs. a 
few hours to create the first version. "Deduplicating" means that identical 
files or fragments are stored only once to save time and space.
+that only those files whose last-modified date has changed since the
+previous backup are added. For 100 GB of files, this typically takes 1-2
+minutes, vs. a few hours to create the first version. "Deduplicating" means
+that identical files or fragments are stored only once to save time and
+space.
+
+%package -n %{soname}%{sonum}
+Summary:Shared library for zpaq
+Group:  System/Libraries
+
+%description -n %{soname}%{sonum}
+zpaq is a journaling, incremental, deduplicating archiver for Windows and
+Linux. "Journaling" means that when you update a file or directory, both
+the old and new versions are saved. You can extract from the archive as it
+existed at any time in the past. "Incremental", means that when you back up
+your entire hard drive, for example:
+
+  zpaq -add e:backup.zpaq c:\*
+
+that only those files whose last-modified date has changed since the
+previous backup are added. For 100 GB of files, this typically takes 1-2
+minutes, vs. a few hours to create the first version. "Deduplicating" means
+that identical files or fragments are stored only once to save time and
+space.
+
+This package contains shared library
+
+%package  -n %{soname}-devel
+Summary:Development files for zpaq
+Group:  Development/Languages/C and C++
+Requires:   %{soname}%{sonum} = %{version}-%{release}
+
+%description -n %{soname}-devel
+zpaq is a journaling, incremental, deduplicating archiver for Windows and
+Linux. "Journaling" means that when you update a file or directory, both
+the old and new versions are saved. You can extract from the archive as it
+existed at any time in the past. "Incremental", means that when you back up
+your entire hard drive, for example:
+
+  zpaq -add e:backup.zpaq c:\*
+
+that 

commit hawk2 for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-03-26 15:24:52

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-03-17 
16:49:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-03-26 
15:24:55.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 21 08:18:40 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1458543074.dc9aa66:
+  + UI: Updated EventControl (bsc#970280)
+  + History: Show timezone for report dates
+  + History: Fix tab memory between transitions
+
+---
+Fri Mar 18 12:21:08 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1458303640.7745849:
+  + UI: Use EventControl in history explorer (bsc#970280)
+  + Wizard: Fix broken file system category by dehumanizing category names for 
ids
+  + Wizard: Allow more actions without requiring admin access
+  + Simulator: Ignore error RC from crm_simulate if nothing is written to 
stderr
+  + Wizard: Nicer category icons
+  + Reports: Less verbose version string
+  + Deflate assets in production
+
+---

Old:

  hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2

New:

  hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.lbHr8H/_old  2016-03-26 15:24:56.0 +0100
+++ /var/tmp/diff_new_pack.lbHr8H/_new  2016-03-26 15:24:56.0 +0100
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1457531142.ac2dc9f
+Version:2.0.0+git.1458543074.dc9aa66
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
@@ -100,7 +100,7 @@
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:thor) >= 0.19
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:tilt:1.4)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:uglifier)
-BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console:2) >= 2.1
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:web-console) >= 2.1
 
 %if 0%{?bundle_gems}
 %else

++ _servicedata ++
--- /var/tmp/diff_new_pack.lbHr8H/_old  2016-03-26 15:24:56.0 +0100
+++ /var/tmp/diff_new_pack.lbHr8H/_new  2016-03-26 15:24:56.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  ac2dc9f0c0507c688a2b5732cad7bbd1e5f33c85
\ No newline at end of file
+  dc9aa660b415aeff726ac9f3dcac441c8fdc7281
\ No newline at end of file

++ hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2 -> 
hawk2-2.0.0+git.1458543074.dc9aa66.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1457531142.ac2dc9f/.travis.yml 
new/hawk2-2.0.0+git.1458543074.dc9aa66/.travis.yml
--- old/hawk2-2.0.0+git.1457531142.ac2dc9f/.travis.yml  2016-03-09 
14:47:38.0 +0100
+++ new/hawk2-2.0.0+git.1458543074.dc9aa66/.travis.yml  2016-03-21 
09:18:34.0 +0100
@@ -8,11 +8,14 @@
 - rails-3_2
 
 rvm:
-  - "2.1.8"
   - "2.2.4"
   - "2.3.0"
 
 gemfile: hawk/Gemfile
 script: sh -c 'cd hawk && bin/rake brakeman:run test'
 notifications:
-  irc: "chat.freenode.net#clusterlabs-dev"
+  irc:
+channels:
+  - "chat.freenode.net#clusterlabs-dev"
+on_success: never
+on_failure: change
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/Gemfile 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/Gemfile
--- old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/Gemfile 2016-03-09 
14:47:38.0 +0100
+++ new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/Gemfile 2016-03-21 
09:18:34.0 +0100
@@ -30,7 +30,7 @@
 gem "kramdown", ">= 1.3.3"
 
 group :development do
-  gem "web-console", "~> 2.1"
+  gem "web-console", ">= 2.1"
   gem "spring", "~> 1.3"
   gem "ruby_parser", "~> 3.6"
   gem "uglifier"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/app/assets/javascripts/module/basics.js
 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/app/assets/javascripts/module/basics.js
--- 
old/hawk2-2.0.0+git.1457531142.ac2dc9f/hawk/app/assets/javascripts/module/basics.js
 2016-03-09 14:47:38.0 +0100
+++ 
new/hawk2-2.0.0+git.1458543074.dc9aa66/hawk/app/assets/javascripts/module/basics.js
 2016-03-21 09:18:34.0 +0100
@@ -28,6 +28,15 @@
 $('.nav-wrapper').toggleClass('active')
   });
 
+  

commit dropbear for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2016-03-26 15:24:58

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


Package is "dropbear"

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2016-03-16 
10:36:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2016-03-26 
15:25:01.0 +0100
@@ -1,0 +2,20 @@
+Mon Mar 21 08:38:43 UTC 2016 - thard...@suse.com
+
+- updated to upstream version 2016.73
+  * Support syslog in dbclient, option -o usesyslog=yes. Patch from Konstantin 
Tokarev
+  * Kill a proxycommand when dbclient exits, patch from Konstantin Tokarev
+  * Option to exit when a TCP forward fails, patch from Konstantin Tokarev
+  * New "-o" option parsing from Konstantin Tokarev. This allows handling some 
extra options
+in the style of OpenSSH, though implementing all OpenSSH options is not 
planned.
+  * Fix crash when fallback initshells() is used, reported by Michael Nowak 
and Mike Tzou
+  * Allow specifying commands eg "dropbearmulti dbclient ..." instead of 
symlinks
+  * Various cleanups for issues found by a lint tool, patch from Francois 
Perrad
+  * Fix tab indent consistency, patch from Francois Perrad
+  * Fix issues found by cppcheck, reported by Mike Tzou
+  * Use system memset_s() or explicit_bzero() if available to clear memory. 
Also make
+libtomcrypt/libtommath routines use that (or Dropbear's own m_burn()).
+  * Prevent scp failing when the local user doesn't exist. Based on patch from 
Michael Witten.
+  * Improved Travis CI test running, thanks to Mike Tzou
+  * Improve some code that was flagged by Coverity and Fortify Static Code 
Analyzer
+
+---

Old:

  dropbear-2016.72.tar.bz2
  dropbear-2016.72.tar.bz2.asc

New:

  dropbear-2016.73.tar.bz2
  dropbear-2016.73.tar.bz2.asc



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.2TsGu4/_old  2016-03-26 15:25:02.0 +0100
+++ /var/tmp/diff_new_pack.2TsGu4/_new  2016-03-26 15:25:02.0 +0100
@@ -21,7 +21,7 @@
 %endif
 
 Name:   dropbear
-Version:2016.72
+Version:2016.73
 Release:0
 Summary:A relatively small SSH 2 server and client
 License:MIT

++ dropbear-2016.72.tar.bz2 -> dropbear-2016.73.tar.bz2 ++
 3046 lines of diff (skipped)




commit tor for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2016-03-26 15:24:50

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


Package is "tor"

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2015-12-16 17:42:39.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2016-03-26 
15:24:52.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 08:17:17 UTC 2016 - astie...@suse.com
+
+- adjust nologin shell for tor user boo#971872
+
+---



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.aLFezB/_old  2016-03-26 15:24:53.0 +0100
+++ /var/tmp/diff_new_pack.aLFezB/_new  2016-03-26 15:24:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# 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
@@ -37,12 +37,12 @@
 Source4:tor.tmpfiles
 Source5:tor.firewall
 Patch0: tor-0.2.5.x-logrotate.patch
+BuildRequires:  openssl-devel >= 1.0.0
 BuildRequires:  pwdutils
 BuildRequires:  python-base
 Requires:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq(post):  %fillup_prereq
-BuildRequires:  openssl-devel >= 1.0.0
 %if %{?suse_version} > 1210
 BuildRequires:  pkgconfig(libevent)
 %else
@@ -103,7 +103,7 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 # missing dirs
 install -d -m 700 \
@@ -149,7 +149,7 @@
 
 %pre
 getent group %{torgroup} >/dev/null || groupadd -r %{torgroup}
-getent passwd %{toruser} >/dev/null || useradd -r -g %{torgroup} -d 
%{home_dir} -s /sbin/false -c "User to ru %{name}" %{toruser}
+getent passwd %{toruser} >/dev/null || useradd -r -g %{torgroup} -d 
%{home_dir} -s /sbin/nologin -c "User for %{name}" %{toruser}
 %if 0%{?with_systemd}
 %service_add_pre tor.service
 %endif





commit kiwi-config-openSUSE for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package kiwi-config-openSUSE for 
openSUSE:Factory checked in at 2016-03-26 15:25:22

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


Package is "kiwi-config-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-config-openSUSE/kiwi-config-openSUSE.changes
2016-02-22 08:57:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.kiwi-config-openSUSE.new/kiwi-config-openSUSE.changes
   2016-03-26 15:25:28.0 +0100
@@ -1,0 +2,5 @@
+Wed Mar 16 01:21:22 UTC 2016 - dval...@suse.com
+
+- Add ppc64le to excludearch 
+
+---



Other differences:
--
++ kiwi-config-openSUSE.spec ++
--- /var/tmp/diff_new_pack.MRNKIM/_old  2016-03-26 15:25:30.0 +0100
+++ /var/tmp/diff_new_pack.MRNKIM/_new  2016-03-26 15:25:30.0 +0100
@@ -54,7 +54,7 @@
 Source30:   GPL-2.0.txt
 Source31:   gpl-3.0.txt
 Source32:   kiwi-config-openSUSE-rpmlintrc
-ExcludeArch:ia64 ppc64 s390x s390 ppc
+ExcludeArch:ia64 ppc64 ppc64le s390x s390 ppc
 
 %description
 The package contains various kiwi configs for openSUSE live media






commit weechat for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package weechat for openSUSE:Factory checked 
in at 2016-03-26 15:24:55

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


Package is "weechat"

Changes:

--- /work/SRC/openSUSE:Factory/weechat/weechat.changes  2016-02-22 
08:57:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.weechat.new/weechat.changes 2016-03-26 
15:24:59.0 +0100
@@ -1,0 +2,6 @@
+Sun Mar 20 18:45:20 UTC 2016 - bwiedem...@suse.com
+
+- Fix build-compare
+- include .changes file as Source so that .src.rpm can be rebuilt
+
+---



Other differences:
--
++ weechat.spec ++
--- /var/tmp/diff_new_pack.ekNVVJ/_old  2016-03-26 15:25:00.0 +0100
+++ /var/tmp/diff_new_pack.ekNVVJ/_new  2016-03-26 15:25:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package weechat
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   weechat
 Version:1.4
 Release:0
@@ -28,6 +27,7 @@
 Source1:weechat.desktop
 Source2:%{name}.keyring
 Source3:%{name}-%{version}.tar.bz2.asc
+Source4:%{name}.changes
 BuildRequires:  asciidoc
 BuildRequires:  ca-certificates
 BuildRequires:  cmake
@@ -151,10 +151,15 @@
 
 %prep
 %setup -q
-modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
+modified="$(sed -n '/^/n;s/ - .*$//;p;q' "%{SOURCE4}")"
 DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
 TIME="\"$(date -d "${modified}" "+%%R")\""
 find .  -name '*.[ch]' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
+DATEF="\"$(date -d "${modified}" "+%%F")\""
+sed -i "s/date=.*/date=$DATEF/" doc/asciidoc.conf
+sed -i "s/A2X_EXECUTABLE.*/& -a revdate=$DATEF/" doc/*/CMakeLists.txt
+YEAR=$(date -d "${modified}" +%%Y)
+sed -i "s/{sys:date \"+%%Y\"}/${YEAR}/" doc/*/weechat.1.*.asciidoc
 
 %build
 export CFLAGS="%{optflags}"






commit siege for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package siege for openSUSE:Factory checked 
in at 2016-03-26 15:24:37

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


Package is "siege"

Changes:

--- /work/SRC/openSUSE:Factory/siege/siege.changes  2015-12-23 
08:50:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.siege.new/siege.changes 2016-03-26 
15:24:38.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 19:56:02 UTC 2016 - mplus...@suse.com
+
+- Remove timestamp
+
+---



Other differences:
--
++ siege.spec ++
--- /var/tmp/diff_new_pack.cbMd6E/_old  2016-03-26 15:24:39.0 +0100
+++ /var/tmp/diff_new_pack.cbMd6E/_new  2016-03-26 15:24:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package siege
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -42,11 +42,12 @@
 
 %prep
 %setup -q
+# remove timestamp
+sed -i "s|%_DATE%||g" doc/siegerc.in
 
 %build
 %configure \
   --sysconfdir="%{_sysconfdir}/%{name}"
-
 make %{?_smp_mflags}
 
 %install




commit salt for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package salt for openSUSE:Factory checked in 
at 2016-03-26 15:24:17

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


Package is "salt"

Changes:

--- /work/SRC/openSUSE:Factory/salt/salt.changes2016-03-17 
16:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.salt.new/salt.changes   2016-03-26 
15:24:20.0 +0100
@@ -1,0 +2,17 @@
+Thu Mar 17 12:09:14 UTC 2016 - bmaryn...@suse.com
+
+- Use SHA256 by default in master, minion and proxy (bsc#955373)
+  Add:
+  * 0036-Use-SHA256-hash-type-by-default.patch
+
+---
+Wed Mar 16 15:34:26 UTC 2016 - bmaryn...@suse.com
+
+- Fix state structure compilation
+  Add:
+  * 0035-Fix-the-always-false-behavior-on-checking-state.patch
+- Fix git_pillar race condition
+  Add:
+  * 0034-Fix-git_pillar-race-condition.patch
+
+---

New:

  0034-Fix-git_pillar-race-condition.patch
  0035-Fix-the-always-false-behavior-on-checking-state.patch
  0036-Use-SHA256-hash-type-by-default.patch



Other differences:
--
++ salt.spec ++
--- /var/tmp/diff_new_pack.PX5Xbd/_old  2016-03-26 15:24:21.0 +0100
+++ /var/tmp/diff_new_pack.PX5Xbd/_new  2016-03-26 15:24:21.0 +0100
@@ -105,6 +105,12 @@
 Patch32:0032-Add-error-check-when-retcode-is-0-but-stderr-is-pres.patch
 # PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31793
 Patch33:0033-fixing-init-system-dectection-on-sles-11-refs-31617.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31836
+Patch34:0034-Fix-git_pillar-race-condition.patch
+# PATCH-FIX-UPSTREAM https://github.com/saltstack/salt/pull/31745
+Patch35:0035-Fix-the-always-false-behavior-on-checking-state.patch
+# PATCH-FIX-OPENSUSE - Upstream default hash type is set to MD5, while we 
require SHA256 (bsc#955373)
+Patch36:0036-Use-SHA256-hash-type-by-default.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  logrotate
@@ -480,6 +486,9 @@
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
+%patch35 -p1
+%patch36 -p1
 
 %build
 python setup.py --salt-transport=both build

++ 0034-Fix-git_pillar-race-condition.patch ++
 963 lines (skipped)

++ 0035-Fix-the-always-false-behavior-on-checking-state.patch ++
>From bb8048d4bd842746b09dbafe3a610e0d7c3e1bc2 Mon Sep 17 00:00:00 2001
From: Bo Maryniuk 
Date: Tue, 8 Mar 2016 16:00:26 +0100
Subject: [PATCH 35/35] Fix the always-false behavior on checking state

- Fix PEP8 continuation
- Keep first level away from lists.
- Adjust test
---
 salt/utils/__init__.py | 15 +--
 tests/unit/utils/utils_test.py |  2 +-
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/salt/utils/__init__.py b/salt/utils/__init__.py
index 5ee73b168349..8c8309e99f95 100644
--- a/salt/utils/__init__.py
+++ b/salt/utils/__init__.py
@@ -1741,7 +1741,7 @@ def gen_state_tag(low):
 return '{0[state]}_|-{0[__id__]}_|-{0[name]}_|-{0[fun]}'.format(low)
 
 
-def check_state_result(running):
+def check_state_result(running, recurse=False):
 '''
 Check the total return value of the run and determine if the running
 dict has any issues
@@ -1754,20 +1754,15 @@ def check_state_result(running):
 
 ret = True
 for state_result in six.itervalues(running):
-if not isinstance(state_result, dict):
-# return false when hosts return a list instead of a dict
+if not recurse and not isinstance(state_result, dict):
 ret = False
-if ret:
+if ret and isinstance(state_result, dict):
 result = state_result.get('result', _empty)
 if result is False:
 ret = False
 # only override return value if we are not already failed
-elif (
-result is _empty
-and isinstance(state_result, dict)
-and ret
-):
-ret = check_state_result(state_result)
+elif result is _empty and isinstance(state_result, dict) and ret:
+ret = check_state_result(state_result, recurse=True)
 # return as soon as we got a failure
 if not ret:
 break
diff --git a/tests/unit/utils/utils_test.py b/tests/unit/utils/utils_test.py
index 611bfce0ed4b..261af69b59fc 100644
--- a/tests/unit/utils/utils_test.py
+++ b/tests/unit/utils/utils_test.py
@@ -406,7 +406,7 @@ class UtilsTestCase(TestCase):
  ('test_state0', {'result':  True}),
  ('test_state', {'result': 

  1   2   3   >