commit python-parallax for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-parallax for openSUSE:Factory 
checked in at 2016-03-18 21:39:57

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


Package is "python-parallax"

Changes:

--- /work/SRC/openSUSE:Factory/python-parallax/python-parallax.changes  
2015-06-15 17:49:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-parallax.new/python-parallax.changes 
2016-03-18 21:39:58.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar  7 08:48:52 UTC 2016 - kgronl...@suse.com
+
+- Add alternatives entry for parallax-askpass 
+
+---



Other differences:
--
++ python-parallax.spec ++
--- /var/tmp/diff_new_pack.3mTB47/_old  2016-03-18 21:39:59.0 +0100
+++ /var/tmp/diff_new_pack.3mTB47/_new  2016-03-18 21:39:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-parallax
 #
-# 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
@@ -28,11 +28,9 @@
 BuildRequires:  python-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   openssh
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description
 Parallax SSH provides an interface to executing commands on multiple
@@ -48,11 +46,28 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# create a dummy target for /etc/alternatives/parallax-askpass
+mv %{buildroot}%{_bindir}/parallax-askpass 
%{buildroot}%{_bindir}/parallax-askpass-%{py_ver}
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/parallax-askpass
+ln -s -f %{_sysconfdir}/alternatives/parallax-askpass 
%{buildroot}%{_bindir}/parallax-askpass
+
+%post
+"%_sbindir/update-alternatives" --install \
+   /%{_bindir}/parallax-askpass parallax-askpass 
%{_bindir}/parallax-askpass-%{py_ver} 20
+
+%postun
+if [ "$1" = 0 ] ; then
+   "%_sbindir/update-alternatives" --remove parallax-askpass 
%{_bindir}/parallax-askpass-%{py_ver}
+fi
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS README.md COPYING
 %{python_sitelib}/parallax
 %{python_sitelib}/parallax-%{version}*.egg-info
 %{_bindir}/parallax-askpass
+%{_bindir}/parallax-askpass-%{py_ver}
+%ghost %_sysconfdir/alternatives/parallax-askpass
 
 %changelog




commit netcdf for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2016-03-18 21:42:12

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


Package is "netcdf"

Changes:

--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes2015-11-26 
17:04:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new/netcdf.changes   2016-03-18 
21:42:14.0 +0100
@@ -1,0 +2,18 @@
+Wed Mar 16 19:20:09 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 4.4.0.  Highlights:
+  * Added CDM-5 support.
+  * Added support for opening in-memory file content.
+  * Modified CMakeLists.txt to work with the re-organized cmake
+configuration used by the latest HDF5, 1.8.16, on Windows.
+Before this fix, netCDF would fail to locate hdf5 1.8.16 when
+using cmake on Windows.
+  * Modified ncgen to properly handle the L and UL suffixes for
+integer constants to keep backward compatibility.
+- Remove netcdf-correct_casting.patch, rendered irrelevant by
+  upstream change.
+- Remov upstream-included netcdf-codecleanup.patch and 
+  netcdf-pkgconfig.patch
+- Rebase netcdf-no_date_time.patch
+
+---

Old:

  netcdf-4.3.3.1.tar.gz
  netcdf-codecleanup.patch
  netcdf-correct_casting.patch
  netcdf-pkgconfig.patch

New:

  netcdf-4.4.0.tar.gz



Other differences:
--
++ netcdf.spec ++
--- /var/tmp/diff_new_pack.bWf0Os/_old  2016-03-18 21:42:16.0 +0100
+++ /var/tmp/diff_new_pack.bWf0Os/_new  2016-03-18 21:42:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netcdf
 #
-# 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
@@ -30,19 +30,13 @@
 Summary:Command-line programs for the NetCDF scientific data format
 License:NetCDF
 Group:  Productivity/Scientific/Other
-Version:4.3.3.1
+Version:4.4.0
 Release:0
-%define sonum   7
+%define sonum   11
 Url:http://www.unidata.ucar.edu/software/netcdf/
 Source: 
ftp://ftp.unidata.ucar.edu/pub/%{name}/%{name}-%{version}.tar.gz
 Source1:nc-config.1.gz
-Patch0: %{name}-correct_casting.patch
-Patch1: %{name}-codecleanup.patch
-Patch2: %{name}-no_date_time.patch
-#Strip FFLAGS from nc-config
-#Use pkgconfig in nc-config to avoid multi-lib issues
-Patch3: netcdf-pkgconfig.patch
-#Strip FFLAGS from nc-config
+Patch0: %{name}-no_date_time.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gawk
 BuildRequires:  gcc-c++
@@ -612,10 +606,10 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .correct_casting
-%patch1 -p1 -b .codecleanup
-%patch2 -p0 -b .no_date_time
-%patch3 -p1 -b .pkgconfig
+%patch0 -p0 -b .no_date_time
+
+# Fix spurious-executable-perm RPMLINT warning
+chmod a-x RELEASE_NOTES.md
 
 echo "prepare parallel builds: %_mpi"
 for build_dir in build %_mpi; do
@@ -695,7 +689,7 @@
 
 %files devel-data
 %defattr(-,root,root,-)
-%{_sysconfdir}/rpm/macros.netcdf
+%config %{_sysconfdir}/rpm/macros.netcdf
 
 %files devel
 %defattr(-,root,root,-)


++ netcdf-4.3.3.1.tar.gz -> netcdf-4.4.0.tar.gz ++
 188378 lines of diff (skipped)

++ netcdf-no_date_time.patch ++
--- /var/tmp/diff_new_pack.bWf0Os/_old  2016-03-18 21:42:17.0 +0100
+++ /var/tmp/diff_new_pack.bWf0Os/_new  2016-03-18 21:42:17.0 +0100
@@ -2,8 +2,8 @@
 ===
 --- libdispatch/derror.c.orig  2014-04-23 17:44:02.0 -0300
 +++ libdispatch/derror.c   2014-05-01 20:31:46.305036284 -0300
-@@ -10,7 +10,7 @@
- #include "ncdispatch.h"
+@@ -13,7 +13,7 @@
+ #endif
  
  /* Tell the user the version of netCDF. */
 -static const char nc_libvers[] = PACKAGE_VERSION " of "__DATE__" "__TIME__" 
$";




commit kernel-source for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-03-17 16:36:17

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-03-14 09:57:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-03-17 16:49:40.0 +0100
@@ -1,0 +2,21 @@
+Wed Mar 16 18:25:04 CET 2016 - ti...@suse.de
+
+- Disable relax relocations for x86 loader (bsc#970239).
+- commit a92e8a7
+
+---
+Wed Mar 16 15:05:03 CET 2016 - ti...@suse.de
+
+- ALSA: usb-audio: Add sanity checks for endpoint accesses
+  (CVE-2016-2184,bsc#971125).
+- ALSA: usb-audio: Fix NULL dereference in
+  create_fixed_stream_quirk() (CVE-2016-2184,bsc#971125).
+- commit 8336511
+
+---
+Mon Mar 14 06:14:55 CET 2016 - je...@suse.com
+
+- Update to 4.5-final.
+- commit 3c4edc5
+
+---
@@ -8,0 +30,28 @@
+Wed Mar  9 17:57:41 CET 2016 - jdelv...@suse.de
+
+- Update s390x config files: Bump NR_CPUS to 256
+  It was set to 256 in the SLES kernel 2 years ago already.
+- commit 43cf630
+
+---
+Tue Mar  8 19:47:06 CET 2016 - afaer...@suse.de
+
+- config: armv7hl: Enable DRM_ROCKCHIP
+  Firefly-RK3288 is among the boards that this will benefit.
+- commit 2a3d0e4
+
+---
+Mon Mar  7 14:39:01 CET 2016 - je...@suse.com
+
+- Update to 4.5-rc7.
+- commit 924f2b7
+
+---
+Mon Mar  7 14:01:02 CET 2016 - jdelv...@suse.de
+
+- Update config files: Modularize NF_REJECT_IPV4/V6
+  There is no reason why these helper modules should be built-in when
+  the rest of netfilter is built as modules.
+- commit c81fe72
+
+---
@@ -91,0 +141,12 @@
+Thu Mar  3 09:18:25 CET 2016 - oher...@suse.de
+
+- Refresh patches.suse/xen-pv-devmem_is_allowed.patch.
+- commit a55dde2
+
+---
+Wed Mar  2 15:31:03 CET 2016 - oher...@suse.de
+
+- Disable access to lowmem in a Xen PV guest (bnc#964342).
+- commit e7a0da2
+
+---
@@ -138,0 +200,26 @@
+Tue Mar  1 19:14:25 CET 2016 - dmuel...@suse.com
+
+- config: ARM64: Remove hardcoded console setting
+  Proper way would be to derive it from the ACPI or
+  Device tree chosen output.
+- commit ad7dbb8
+
+---
+Mon Feb 29 17:27:00 CET 2016 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Obsolete xen-kmp (fate#315712, bsc#968253)
+- commit 0e7c4d5
+
+---
+Mon Feb 29 17:26:46 CET 2016 - mma...@suse.com
+
+- Copy packaging changes from master to the packaging branch
+- commit 0a2490d
+
+---
+Mon Feb 29 01:34:11 CET 2016 - je...@suse.com
+
+- Update to 4.5-rc6.
+- commit b239884
+
+---
@@ -159 +246 @@
-- commit 2629d17
+- commit c2c16d5
@@ -176,0 +264,16 @@
+Tue Feb 23 17:54:18 CET 2016 - guillaume.gar...@free.fr
+
+- config: armv7hl: Enable CONFIG_DRM_ETNAVIV
+  Enable CONFIG_DRM_ETNAVIV for armv7 (default and vanilla) to get graphics
+  acceleration on top of the Vivante GPU IP cores used in different SoCs,
+  such as the Freescale i.MX6.
+- commit 13c5905
+
+---
+Tue Feb 23 15:49:39 CET 2016 - mma...@suse.com
+
+- rpm/kernel-binary.spec.in: Sync the main and -base package dependencies
+  (bsc#965830#c51).
+- commit bf655ed
+
+---
@@ -183,0 +287,54 @@
+Mon Feb 22 23:41:16 CET 2016 - je...@suse.com
+
+- Update to v4.5-rc5.
+- commit 7733b9a
+
+---
+Mon Feb 22 23:36:00 CET 2016 - je...@suse.com
+
+- config: complete disabling THERMAL from s390
+  Commit fd5ffd694f9 (Update s390x config files: Disable THERMAL)
+  left some stray config options around.  Clean them up.
+- commit 5cd1d35
+
+---
+Mon Feb 22 15:46:49 CET 2016 - jdelv...@suse.de
+
+- Update config files: Set CRYPTO_CHACHA20POLY1305=m
+  We support every other crypto algorithm so why not this one.
+- commit 68344d0
+

commit python-funcparserlib for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-funcparserlib for 
openSUSE:Factory checked in at 2016-03-17 16:34:25

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


Package is "python-funcparserlib"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-funcparserlib/python-funcparserlib.changes
2015-08-05 06:50:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-funcparserlib.new/python-funcparserlib.changes
   2016-03-17 16:47:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:53:41 UTC 2016 - dmuel...@suse.com
+
+- add license
+
+---



Other differences:
--
++ python-funcparserlib.spec ++
--- /var/tmp/diff_new_pack.44Dq2j/_old  2016-03-17 16:47:51.0 +0100
+++ /var/tmp/diff_new_pack.44Dq2j/_new  2016-03-17 16:47:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-funcparserlib
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,8 @@
 Source: 
http://pypi.python.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else
@@ -70,6 +70,8 @@
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc LICENSE README
+%{python_sitelib}/funcparserlib
+%{python_sitelib}/funcparserlib*egg-info
 
 %changelog




commit python-falcon for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-falcon for openSUSE:Factory 
checked in at 2016-03-18 21:40:07

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


Package is "python-falcon"

Changes:

--- /work/SRC/openSUSE:Factory/python-falcon/python-falcon.changes  
2016-02-01 19:56:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-falcon.new/python-falcon.changes 
2016-03-18 21:40:08.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 29 21:41:46 UTC 2016 - dmuel...@suse.com
+
+- update to 0.3.0:
+  https://falcon.readthedocs.org/en/stable/changes/0.3.0.html
+
+---

Old:

  falcon-0.2.tar.gz

New:

  falcon-0.3.0.tar.gz



Other differences:
--
++ python-falcon.spec ++
--- /var/tmp/diff_new_pack.vIPFZz/_old  2016-03-18 21:40:09.0 +0100
+++ /var/tmp/diff_new_pack.vIPFZz/_new  2016-03-18 21:40:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-falcon
-Version:0.2
+Version:0.3.0
 Release:0
 Summary:A supersonic micro-framework for building cloud APIs
 License:Apache-2.0

++ falcon-0.2.tar.gz -> falcon-0.3.0.tar.gz ++
 4154 lines of diff (skipped)




commit kiwi for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2016-03-18 21:30:24

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2016-03-04 
19:29:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2016-03-18 
21:30:26.0 +0100
@@ -1,0 +2,101 @@
+Mon Mar 14 10:29:13 CET 2016 - m...@suse.de
+
+- v7.03.64 released
+  
+---
+Mon Mar 14 10:28:54 CET 2016 - m...@suse.de
+  
+- Revert "Added pv kernel profile"
+  
+  There is no kernel-pv
+  This reverts commit 8ca754bd7999a20ed050d9ebe4ba75607c5d.
+  
+---
+Sun Mar 13 12:04:53 CET 2016 - m...@suse.de
+  
+- v7.03.63 released
+  
+---
+Sun Mar 13 12:03:31 CET 2016 - m...@suse.de
+  
+- Use shim-install to setup EFI secure boot
+  
+  This fixes (bnc#968475)
+  
+---
+Fri Mar 11 15:20:25 CET 2016 - m...@suse.de
+  
+- Added pv kernel profile
+  
+---
+Fri Mar  4 18:47:53 CET 2016 - asa...@suse.de
+  
+- rpm: require tar>=1.2.7 for --xattrs support
+  
+  tar 1.2.6 and earlier doesn't have support for the --xattrs options
+  (which is necessary in order to build valid Docker image root
+  filesystems).
+  
+  Signed-off-by: Aleksa Sarai 
+  
+---
+Fri Mar  4 17:27:33 CET 2016 - asa...@suse.de
+  
+- travis: install newest version of GNU tar from trusty source
+  
+--xattrs support was added quite some time ago, but Travis doesn't seem
+  to have a recent enough version of GNU tar. Realistically, most
+  up-to-date systems do, so we can just install the latest version here.
+  
+  In order to install the latest version, we have to build it from the
+  Ubuntu 14.04 source repo.
+  
+  Signed-off-by: Aleksa Sarai 
+  
+---
+Fri Mar  4 16:42:05 CET 2016 - asa...@suse.de
+  
+- modules: KIWIContainerBuilder: preserve xattrs
+  
+  tar doesn't preserve extended attributes by default, causing Docker
+  images to not have any correct set-capabilities bits set on binaries
+  such as ping. Fix this by adding the --xattrs flag to the tar command
+  run to generate the root filesystem image.
+  
+  Signed-off-by: Aleksa Sarai 
+  
+---
+Fri Mar  4 10:04:57 CET 2016 - m...@suse.de
+  
+- v7.03.62 released
+  
+---
+Thu Mar  3 11:08:06 CET 2016 - m...@suse.de
+  
+- v7.03.61 released
+  
+---
+Thu Mar  3 11:07:41 CET 2016 - m...@suse.de
+  
+- Fixed gce disk format
+  
+  The order of the files in the tarball is important. The first
+  entry must be the manifest.json followed by disk.raw. In addition
+  the style of the manifest.json has been adapted too. A space after
+  colon seems to be required for gce to accept the data
+  
+---
+Tue Mar  1 17:45:46 CET 2016 - m...@suse.de
+  
+- v7.03.60 released
+  
+---
+Tue Mar  1 17:42:51 CET 2016 - m...@suse.de
+  
+- Fixed global mount method
+  
+  There could be a max of four partitions in the image setup
+  bios_grub/prep | EFI | boot | root. Thus the search should
+  expect the layout correctly. Fixes #554
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.rNLBhZ/_old  2016-03-18 21:30:28.0 +0100
+++ /var/tmp/diff_new_pack.rNLBhZ/_new  2016-03-18 21:30:28.0 +0100
@@ -27,7 +27,7 @@
 Name:   kiwi
 License:GPL-2.0
 Group:  System/Management
-Version:7.03.59
+Version:7.03.64
 Provides:   kiwi-schema = 6.2
 Provides:   kiwi-image:aci
 Provides:   kiwi-image:lxc
@@ -90,7 +90,7 @@
 Requires:   perl-libwww-perl
 Requires:   rsync
 Requires:   screen
-Requires:   tar
+Requires:   tar >= 1.2.7
 Requires:   psmisc
 Requires:   util-linux
 %if 0%{?suse_version} == 1110

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' 

commit obs-service-download_files for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package obs-service-download_files for 
openSUSE:Factory checked in at 2016-03-17 16:34:42

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


Package is "obs-service-download_files"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-download_files/obs-service-download_files.changes
2016-02-26 00:37:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-download_files.new/obs-service-download_files.changes
   2016-03-17 16:47:59.0 +0100
@@ -4 +4 @@
-- Update to version 0.5.1.git.1455712026.9c0a4a0:
+- Update to version 0.5.1.git.1455712026.9c0a4a0: (boo#967265)



Other differences:
--



commit percona-toolkit for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package percona-toolkit for openSUSE:Factory 
checked in at 2016-03-17 16:34:17

Comparing /work/SRC/openSUSE:Factory/percona-toolkit (Old)
 and  /work/SRC/openSUSE:Factory/.percona-toolkit.new (New)


Package is "percona-toolkit"

Changes:

--- /work/SRC/openSUSE:Factory/percona-toolkit/percona-toolkit.changes  
2015-11-17 14:22:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.percona-toolkit.new/percona-toolkit.changes 
2016-03-17 16:47:47.0 +0100
@@ -1,0 +2,30 @@
+Sun Mar 13 12:37:45 UTC 2016 - astie...@suse.com
+
+- Percona Toolkit 2.2.17
+- New features:
+ * General compatibility with MySQL 5.7 tools, docs and test suite
+- Fixed bugs:
+ * pt-mysql-summary displays incorrect info about Fast Server
+   Restarts for Percona Server 5.6
+ * pt-online-schema-change cannot set sql_mode using --set-vars
+ * pt-online-schema-change added --null-to-non-null option to
+   allow NULLable columns to be converted to NOT NULL
+ * pt-online-schema-change doesn't apply underscores to foreign
+   keys individually
+ * pt-online-schema Invalid recursion method: t=dsns
+ * pt-online-schema-change fails when using --no-drop-old-table
+   after 10 times
+ * pt-query-digest : Redundant argument in sprintf
+ * pt-query-digest doc bug with --since and too many colons
+ * pt-query-digest: Make documentation of --attribute-value-limit
+   option more clear
+ * pt-show-grants fails against MySQL-5.7.6
+ * pt-show-grants doesn't sort column-level privileges
+ * pt-slave-restart fails on MariaDB 10.0.13 (gtid_mode confusion)
+ * pt-stalk: new var binlog_error_action causes bug in collect
+   module
+ * pt-table-checksum has high likelyhood to skip a table when row
+   count is around chunk-size * chunk-size-limit
+ * pt-table-checksum redundant argument in printf
+
+---

Old:

  percona-toolkit-2.2.16.tar.gz

New:

  percona-toolkit-2.2.17.tar.gz



Other differences:
--
++ percona-toolkit.spec ++
--- /var/tmp/diff_new_pack.bqv1Nq/_old  2016-03-17 16:47:48.0 +0100
+++ /var/tmp/diff_new_pack.bqv1Nq/_new  2016-03-17 16:47:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package percona-toolkit
 #
-# 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:   percona-toolkit
-Version:2.2.16
+Version:2.2.17
 Release:0
 Summary:Advanced MySQL and system command-line tools
 License:GPL-2.0

++ percona-toolkit-2.2.16.tar.gz -> percona-toolkit-2.2.17.tar.gz ++
 4143 lines of diff (skipped)

++ percona-toolkit-2.2.x-disable-default-version-check.patch ++
--- /var/tmp/diff_new_pack.bqv1Nq/_old  2016-03-17 16:47:48.0 +0100
+++ /var/tmp/diff_new_pack.bqv1Nq/_new  2016-03-17 16:47:48.0 +0100
@@ -40,10 +40,10 @@
  bin/pt-variable-advisor  |2 --
  18 files changed, 36 deletions(-)
 
-Index: percona-toolkit-2.2.16/bin/pt-archiver
+Index: percona-toolkit-2.2.17/bin/pt-archiver
 ===
 percona-toolkit-2.2.16.orig/bin/pt-archiver2015-11-06 
20:56:23.0 +0100
-+++ percona-toolkit-2.2.16/bin/pt-archiver 2015-11-15 21:56:04.0 
+0100
+--- percona-toolkit-2.2.17.orig/bin/pt-archiver2016-03-07 
10:09:38.0 +0100
 percona-toolkit-2.2.17/bin/pt-archiver 2016-03-13 13:37:02.0 
+0100
 @@ -7958,8 +7958,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -53,10 +53,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: percona-toolkit-2.2.16/bin/pt-config-diff
+Index: percona-toolkit-2.2.17/bin/pt-config-diff
 ===
 percona-toolkit-2.2.16.orig/bin/pt-config-diff 2015-11-06 
20:56:23.0 +0100
-+++ percona-toolkit-2.2.16/bin/pt-config-diff  2015-11-15 21:56:04.0 
+0100
+--- percona-toolkit-2.2.17.orig/bin/pt-config-diff 2016-03-07 
10:09:38.0 +0100
 percona-toolkit-2.2.17/bin/pt-config-diff  2016-03-13 13:37:02.0 
+0100
 @@ -5618,8 +5618,6 @@ Show version and exit.
  
  =item --[no]version-check
@@ -66,10 +66,10 @@
  Check for the latest version of Percona Toolkit, MySQL, and other programs.
  
  This is a standard "check for updates automatically" feature, with two
-Index: 

commit python-dogpile.cache for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-dogpile.cache for 
openSUSE:Factory checked in at 2016-03-18 21:39:52

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


Package is "python-dogpile.cache"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-dogpile.cache/python-dogpile.cache.changes
2015-05-07 09:22:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dogpile.cache.new/python-dogpile.cache.changes
   2016-03-18 21:39:53.0 +0100
@@ -1,0 +2,14 @@
+Mon Mar  7 07:47:48 UTC 2016 - tbecht...@suse.com
+
+- update to 0.5.7:
+  * Added new parameter :paramref:`.GenericMemcachedBackend.lock_timeout`,
+used in conjunction with 
:paramref:`.GenericMemcachedBackend.distributed_lock`,
+will specify the timeout used when communicating to the ``.add()`` method 
of
+the memcached client.
+  * Added a new flag 
:paramref:`.CacheRegion.configure.replace_existing_backend`,
+allows a region to have a new backend replace an existing one.
+  * Test suite now runs using py.test.
+  * Repaired the :meth:`.CacheRegion.get_multi` method when used with a
+list of zero length against the redis backend.
+
+---

Old:

  dogpile.cache-0.5.6.tar.gz

New:

  dogpile.cache-0.5.7.tar.gz



Other differences:
--
++ python-dogpile.cache.spec ++
--- /var/tmp/diff_new_pack.xPPX1Q/_old  2016-03-18 21:39:54.0 +0100
+++ /var/tmp/diff_new_pack.xPPX1Q/_new  2016-03-18 21:39:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dogpile.cache
 #
-# 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-dogpile.cache
-Version:0.5.6
+Version:0.5.7
 Release:0
 Summary:A caching front-end based on the Dogpile lock
 License:BSD-3-Clause

++ dogpile.cache-0.5.6.tar.gz -> dogpile.cache-0.5.7.tar.gz ++
 16403 lines of diff (skipped)




commit yast2-bootloader for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2016-03-18 21:37:50

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2016-02-29 09:13:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2016-03-18 21:37:51.0 +0100
@@ -1,0 +2,7 @@
+Fri Mar 11 15:22:10 UTC 2016 - dval...@suse.com
+
+- include quiet in default kernel boot parameters for POWER
+  (bsc#965347)
+- 3.1.164
+
+---

Old:

  yast2-bootloader-3.1.163.tar.bz2

New:

  yast2-bootloader-3.1.164.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.9QADpy/_old  2016-03-18 21:37:52.0 +0100
+++ /var/tmp/diff_new_pack.9QADpy/_new  2016-03-18 21:37:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.163
+Version:3.1.164
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-bootloader-3.1.163.tar.bz2 -> yast2-bootloader-3.1.164.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.163/package/yast2-bootloader.changes 
new/yast2-bootloader-3.1.164/package/yast2-bootloader.changes
--- old/yast2-bootloader-3.1.163/package/yast2-bootloader.changes   
2016-02-26 09:17:12.0 +0100
+++ new/yast2-bootloader-3.1.164/package/yast2-bootloader.changes   
2016-03-14 11:49:03.0 +0100
@@ -1,4 +1,11 @@
 ---
+Fri Mar 11 15:22:10 UTC 2016 - dval...@suse.com
+
+- include quiet in default kernel boot parameters for POWER
+  (bsc#965347)
+- 3.1.164
+
+---
 Thu Feb 25 19:27:10 UTC 2016 - dmuel...@suse.com
 
 - include quiet in default kernel boot parameters for aarch64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-bootloader-3.1.163/package/yast2-bootloader.spec 
new/yast2-bootloader-3.1.164/package/yast2-bootloader.spec
--- old/yast2-bootloader-3.1.163/package/yast2-bootloader.spec  2016-02-26 
09:17:12.0 +0100
+++ new/yast2-bootloader-3.1.164/package/yast2-bootloader.spec  2016-03-14 
11:49:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.163
+Version:3.1.164
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.1.163/src/modules/BootArch.rb 
new/yast2-bootloader-3.1.164/src/modules/BootArch.rb
--- old/yast2-bootloader-3.1.163/src/modules/BootArch.rb2016-02-26 
09:17:13.0 +0100
+++ new/yast2-bootloader-3.1.164/src/modules/BootArch.rb2016-03-14 
11:49:03.0 +0100
@@ -43,7 +43,7 @@
   )
   kernel_cmdline = Kernel.GetCmdLine.dup
 
-  if Arch.i386 || Arch.x86_64 || Arch.aarch64
+  if Arch.i386 || Arch.x86_64 || Arch.aarch64 || Arch.ppc
 ret = kernel_cmdline
 ret << " resume=#{resume}" unless resume.empty?
 ret << " #{features}" unless features.empty?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-bootloader-3.1.163/test/boot_arch_test.rb 
new/yast2-bootloader-3.1.164/test/boot_arch_test.rb
--- old/yast2-bootloader-3.1.163/test/boot_arch_test.rb 2016-02-26 
09:17:13.0 +0100
+++ new/yast2-bootloader-3.1.164/test/boot_arch_test.rb 2016-03-14 
11:49:03.0 +0100
@@ -128,7 +128,7 @@
   it "does not add parameters from boot command line"
 end
 
-context "on other archs" do
+context "on POWER archs" do
   before do
 stub_arch("ppc64")
   end
@@ -138,7 +138,11 @@
 # just to test that it do not add product features
 allow(Yast::ProductFeatures).to 
receive(:GetStringFeature).and_return("console=ttyS1")
 
-expect(subject.DefaultKernelParams("/dev/sda2")).to eq "console=ttyS0 
splash=verbose"
+expect(subject.DefaultKernelParams("/dev/sda2")).to eq "console=ttyS0 
resume=/dev/sda2 console=ttyS1 splash=silent quiet showopts"
+  end
+
+  it "adds splash=silent quit showopts parameters" do
+expect(subject.DefaultKernelParams("/dev/sda2")).to include(" 
splash=silent quiet showopts")
   end
 end
   end




commit tango-icon-theme for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package tango-icon-theme for 
openSUSE:Factory checked in at 2016-03-18 21:35:02

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


Package is "tango-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/tango-icon-theme/tango-icon-theme.changes
2012-02-20 16:19:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.tango-icon-theme.new/tango-icon-theme.changes   
2016-03-18 21:35:03.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 20:23:00 UTC 2016 - bwiedem...@suse.com
+
+- Add tango-icon-theme-reproducible.patch to fix build-compare
+  (fdo#94510).
+
+---

New:

  tango-icon-theme-reproducible.patch



Other differences:
--
++ tango-icon-theme.spec ++
--- /var/tmp/diff_new_pack.wfonL1/_old  2016-03-18 21:35:04.0 +0100
+++ /var/tmp/diff_new_pack.wfonL1/_new  2016-03-18 21:35:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tango-icon-theme
 #
-# 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tango-icon-theme
 BuildRequires:  ImageMagick-devel
 BuildRequires:  fdupes
 BuildRequires:  icon-naming-utils
 BuildRequires:  intltool
 BuildRequires:  librsvg-devel
-# Needed by patch0 and patch1
+# Needed by patch0, patch1 and patch2
 BuildRequires:  libtool
 BuildRequires:  rsvg-view
 BuildArch:  noarch
@@ -33,6 +34,8 @@
 Patch0: tango-icon-theme-rsvg-2_35_2.patch
 # PATCH-FIX-UPSTREAM tango-icon-theme-extras-rsvg-2_35_2.patch fdo#45803 
dims...@opensuse.org -- Fix build with librsvg 2.35.2: /usr/bin/rsvg was a 
deprecated wrapper.
 Patch1: tango-icon-theme-extras-rsvg-2_35_2.patch
+# PATCH-FIX-UPSTREAM tango-icon-theme-reproducible.patch fdo#94510 
bwiedem...@suse.com -- Drop png timestamps.
+Patch2: tango-icon-theme-reproducible.patch
 Url:http://tango.freedesktop.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Tango Icon Theme
@@ -48,11 +51,13 @@
 %prep
 %setup -b 1
 %patch0 -p1
+%patch2 -p1
 cd ../%{name}-extras-0.1.1
 %patch1 -p1
+%patch2 -p1
 
 %build
-# Needed by patch0.
+# Needed by patch0, patch1 and patch2.
 autoreconf -fi
 %configure --enable-png-creation
 make %{?jobs:-j%jobs}

++ tango-icon-theme-reproducible.patch ++
Index: tango-icon-theme-0.8.90/configure.ac
===
--- tango-icon-theme-0.8.90.orig/configure.ac
+++ tango-icon-theme-0.8.90/configure.ac
@@ -62,7 +62,7 @@ if test "x$enable_framing" = "xyes"; the
   fi
 
   # Add the command line options we need here
-  CONVERT="$CONVERT -bordercolor Transparent -border 1x1"
+  CONVERT="$CONVERT -strip -bordercolor Transparent -border 1x1"
   AC_SUBST(CONVERT)
else
   AC_MSG_ERROR([ImageMagick is required to build tango-icon-theme])



commit bind for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2016-03-18 21:33:29

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


Package is "bind"

Changes:

--- /work/SRC/openSUSE:Factory/bind/bind.changes2016-03-01 
09:39:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2016-03-18 
21:33:30.0 +0100
@@ -1,0 +2,13 @@
+Fri Mar 11 13:56:10 UTC 2016 - m...@suse.com
+
+- Security update 9.10.3-P3:
+  * CVE-2016-1285, bsc#970072: assert failure on input parsing can
+cause premature exit.
+  * CVE-2016-1286, bsc#970073: An error when parsing signature
+records for DNAME can lead to named exiting due to an assertion
+failure.
+  * CVE-2016-2088, bsc#970074: a deliberately misconstructed packet
+containing multiple cookie options to cause named to terminate
+with an assertion failure.
+
+---

Old:

  bind-9.10.3-P3.tar.gz
  bind-9.10.3-P3.tar.gz.asc

New:

  bind-9.10.3-P4.tar.gz
  bind-9.10.3-P4.tar.gz.asc



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.r8I0av/_old  2016-03-18 21:33:32.0 +0100
+++ /var/tmp/diff_new_pack.r8I0av/_new  2016-03-18 21:33:32.0 +0100
@@ -18,8 +18,8 @@
 
 Name:   bind
 %define pkg_name bind
-%define pkg_vers 9.10.3-P3
-%define rpm_vers 9.10.3P3
+%define pkg_vers 9.10.3-P4
+%define rpm_vers 9.10.3P4
 %define idn_vers 1.0
 Summary:Domain Name System (DNS) Server (named)
 License:ISC

++ bind-9.10.3-P3.tar.gz -> bind-9.10.3-P4.tar.gz ++
/work/SRC/openSUSE:Factory/bind/bind-9.10.3-P3.tar.gz 
/work/SRC/openSUSE:Factory/.bind.new/bind-9.10.3-P4.tar.gz differ: char 5, line 
1





commit rubygem-kramdown for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-kramdown for 
openSUSE:Factory checked in at 2016-03-18 21:41:07

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


Package is "rubygem-kramdown"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-kramdown/rubygem-kramdown.changes
2015-10-06 13:26:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-kramdown.new/rubygem-kramdown.changes   
2016-03-18 21:41:12.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  3 05:29:12 UTC 2016 - co...@suse.com
+
+- updated to version 1.10.0
+ see installed news.page
+
+---

Old:

  kramdown-1.9.0.gem

New:

  kramdown-1.10.0.gem



Other differences:
--
++ rubygem-kramdown.spec ++
--- /var/tmp/diff_new_pack.RmLV8t/_old  2016-03-18 21:41:13.0 +0100
+++ /var/tmp/diff_new_pack.RmLV8t/_new  2016-03-18 21:41:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-kramdown
 #
-# 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-kramdown
-Version:1.9.0
+Version:1.10.0
 Release:0
 %define mod_name kramdown
 %define mod_full_name %{mod_name}-%{version}

++ kramdown-1.9.0.gem -> kramdown-1.10.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTERS new/CONTRIBUTERS
--- old/CONTRIBUTERS2015-10-01 21:41:43.0 +0200
+++ new/CONTRIBUTERS2016-03-02 18:45:04.0 +0100
@@ -1,6 +1,6 @@
   Count Name
 === 
-781 Thomas Leitner 
+789 Thomas Leitner 
   6 Gioele Barabucci 
   4 Ted Pak 
   4 Arne Brasseur 
@@ -9,6 +9,8 @@
   3 Brandur 
   3 Ben Armston 
   3 Alex Marandon 
+  2 Tom Thorogood 
+  2 Parker Moore 
   2 Nathanael Jones 
   2 Max Meyer 
   2 Jo Hund 
@@ -17,10 +19,10 @@
   1 utenmiki 
   1 Trevor Wennblom 
   1 tomykaira 
-  1 Tom Thorogood 
   1 Tim Blair 
   1 Tim Besard 
   1 Tim Bates 
+  1 Sun Yaozhu 
   1 Simon Lydell 
   1 Shusaku NAKAZATO 
   1 Sebastian Boehm 
@@ -38,5 +40,7 @@
   1 Jens Kraemer 
   1 Hector Correa 
   1 Floreal Morandat flore...@gmail.com 
+  1 Diego Galeota 
   1 Damien Pollet 
+  1 Christopher Jefferson 
   1 Alex Tomlins 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2015-10-01 21:41:43.0 +0200
+++ new/VERSION 2016-03-02 18:45:04.0 +0100
@@ -1 +1 @@
-1.9.0
+1.10.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/index.page new/doc/index.page
--- old/doc/index.page  2015-10-01 21:41:44.0 +0200
+++ new/doc/index.page  2016-03-02 18:45:04.0 +0100
@@ -97,8 +97,8 @@
 It is probably the fastest pure-Ruby Markdown converter available (September 
2014), being about 3x
 faster than [Maruku] and about 4.5x faster than [BlueFeather].
 
-Version **1.9.0**{:itemprop="softwareVersion"} released on
-**2015-10-01**{:itemprop="datePublished"}, [more news](news.html)
+Version **1.10.0**{:itemprop="softwareVersion"} released on
+**2016-03-02**{:itemprop="datePublished"}, [more news](news.html)
 {: style="text-align: center; font-size: 80%"}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/syntax.page new/doc/syntax.page
--- old/doc/syntax.page 2015-10-01 21:41:44.0 +0200
+++ new/doc/syntax.page 2016-03-02 18:45:04.0 +0100
@@ -1136,9 +1136,9 @@
 style links only provide the link text in the text flow and 

commit rubygem-actionmailer-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionmailer-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:41:02

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


Package is "rubygem-actionmailer-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionmailer-4_2/rubygem-actionmailer-4_2.changes
2016-03-07 13:27:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionmailer-4_2.new/rubygem-actionmailer-4_2.changes
   2016-03-18 21:41:03.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:29:03 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  actionmailer-4.2.5.2.gem

New:

  actionmailer-4.2.6.gem



Other differences:
--
++ rubygem-actionmailer-4_2.spec ++
--- /var/tmp/diff_new_pack.wvTyXO/_old  2016-03-18 21:41:04.0 +0100
+++ /var/tmp/diff_new_pack.wvTyXO/_new  2016-03-18 21:41:04.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionmailer-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name actionmailer
 %define mod_full_name %{mod_name}-%{version}

++ actionmailer-4.2.5.2.gem -> actionmailer-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:39.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:32.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_mailer/gem_version.rb 
new/lib/action_mailer/gem_version.rb
--- old/lib/action_mailer/gem_version.rb2016-02-29 20:16:39.0 
+0100
+++ new/lib/action_mailer/gem_version.rb2016-03-07 23:31:32.0 
+0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-29 20:16:39.0 +0100
+++ new/metadata2016-03-07 23:31:32.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: actionmailer
 version: !ruby/object:Gem::Version
-  version: 4.2.5.2
+  version: 4.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-29 00:00:00.0 Z
+date: 2016-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: actionpack
@@ -16,42 +16,42 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: actionview
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: activejob
   requirement: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: mail
   requirement: !ruby/object:Gem::Requirement




commit python3-kombu for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-kombu for openSUSE:Factory 
checked in at 2016-03-17 16:35:04

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


Package is "python3-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes  
2016-03-07 13:30:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 
2016-03-17 16:48:18.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 15:20:08 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded python3-PyMongo buildrequires.
+  It was preventing building on big-endian architectures.
+
+---



Other differences:
--
++ python3-kombu.spec ++
--- /var/tmp/diff_new_pack.9kkhih/_old  2016-03-17 16:48:19.0 +0100
+++ /var/tmp/diff_new_pack.9kkhih/_new  2016-03-17 16:48:19.0 +0100
@@ -33,7 +33,6 @@
 BuildRequires:  python3-anyjson >= 0.3.3
 BuildRequires:  python3-mock
 BuildRequires:  python3-nose-cover3
-BuildRequires:  python3-pymongo
 BuildRequires:  python3-unittest2 >= 0.5.0
 Requires:   python3-amqp >= 1.0.13
 Requires:   python3-anyjson >= 0.3.3




commit rubygem-actionpack-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:57

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


Package is "rubygem-actionpack-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionpack-4_2/rubygem-actionpack-4_2.changes
2016-03-07 13:27:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionpack-4_2.new/rubygem-actionpack-4_2.changes
   2016-03-18 21:40:58.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:29:36 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  actionpack-4.2.5.2.gem

New:

  actionpack-4.2.6.gem



Other differences:
--
++ rubygem-actionpack-4_2.spec ++
--- /var/tmp/diff_new_pack.lGaWkh/_old  2016-03-18 21:40:59.0 +0100
+++ /var/tmp/diff_new_pack.lGaWkh/_new  2016-03-18 21:40:59.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionpack-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name actionpack
 %define mod_full_name %{mod_name}-%{version}

++ actionpack-4.2.5.2.gem -> actionpack-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:20.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:31.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   Do not allow render with unpermitted parameter.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_dispatch/middleware/static.rb 
new/lib/action_dispatch/middleware/static.rb
--- old/lib/action_dispatch/middleware/static.rb2016-02-29 
20:16:20.0 +0100
+++ new/lib/action_dispatch/middleware/static.rb2016-03-07 
23:31:31.0 +0100
@@ -22,7 +22,7 @@
 
 def match?(path)
   path = URI.parser.unescape(path)
-  return false unless path.valid_encoding?
+  return false unless valid_path?(path)
 
   paths = [path, "#{path}#{ext}", "#{path}/index#{ext}"].map { |v|
 Rack::Utils.clean_path_info v
@@ -86,6 +86,10 @@
   false
 end
   end
+
+  def valid_path?(path)
+path.valid_encoding? && !path.include?("\0")
+  end
   end
 
   # This middleware will attempt to return the contents of a file's body from
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_dispatch/routing/route_set.rb 
new/lib/action_dispatch/routing/route_set.rb
--- old/lib/action_dispatch/routing/route_set.rb2016-02-29 
20:16:20.0 +0100
+++ new/lib/action_dispatch/routing/route_set.rb2016-03-07 
23:31:31.0 +0100
@@ -469,9 +469,11 @@
 return if MountedHelpers.method_defined?(name)
 
 routes = self
+helpers = routes.url_helpers
+
 MountedHelpers.class_eval do
   define_method "_#{name}" do
-RoutesProxy.new(routes, _routes_context)
+RoutesProxy.new(routes, _routes_context, helpers)
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_dispatch/routing/routes_proxy.rb 
new/lib/action_dispatch/routing/routes_proxy.rb
--- old/lib/action_dispatch/routing/routes_proxy.rb 2016-02-29 
20:16:20.0 +0100
+++ new/lib/action_dispatch/routing/routes_proxy.rb 2016-03-07 
23:31:31.0 +0100
@@ -8,8 +8,9 @@
   attr_accessor :scope, :routes
   alias :_routes :routes
 
-  def initialize(routes, scope)
+  def initialize(routes, scope, helpers)
 @routes, @scope = routes, scope
+@helpers = helpers
   end
 
   def url_options
@@ -19,16 +20,16 @@
   end
 
   def respond_to?(method, include_private = false)
-super || routes.url_helpers.respond_to?(method)
+super || @helpers.respond_to?(method)
   end
 
   def method_missing(method, *args)
-if routes.url_helpers.respond_to?(method)
+if @helpers.respond_to?(method)
   self.class.class_eval <<-RUBY, __FILE__, __LINE__ + 1
 def #{method}(*args)
   options = args.extract_options!
   args << url_options.merge((options || {}).symbolize_keys)
-  

commit samba for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package samba for openSUSE:13.2:Update 
checked in at 2016-03-18 10:43:46

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


Package is "samba"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.5IFgLi/_old  2016-03-18 10:43:47.0 +0100
+++ /var/tmp/diff_new_pack.5IFgLi/_new  2016-03-18 10:43:47.0 +0100
@@ -1 +1 @@
-
+




commit libreoffice for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2016-03-18 21:30:42

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


Package is "libreoffice"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2016-03-11 
09:38:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2016-03-18 21:30:54.0 +0100
@@ -1,0 +2,17 @@
+Fri Mar 11 20:41:35 UTC 2016 - tchva...@suse.com
+
+- Add patch to detect boost_filesystem headers:
+  * 0002-boost-filesystem1.patch
+  * 0003-boost-filesystem2.patch
+- Add patch to fix rounding bug in test on i586:
+  * libreoffice-hotfix-disablebrokenshapetest.patch
+
+---
+Fri Mar 11 17:17:22 UTC 2016 - tchva...@suse.com
+
+- Version update to 5.1.1.3:
+  * Various bugfixes for the first bugfix release of 5.1 
+- Update patch to build on sle11
+  * 0001-liborcus-0.11.patch
+
+---

Old:

  5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz
  liborcus-0.9.2.tar.gz
  libreoffice-5.1.0.3.tar.xz
  libreoffice-help-5.1.0.3.tar.xz
  libreoffice-translations-5.1.0.3.tar.xz

New:

  0002-boost-filesystem1.patch
  0003-boost-filesystem2.patch
  17df8301bcc459e83f8a8f3aca6183b2-graphite-minimal-1.3.6.tgz
  liborcus-0.11.0.tar.gz
  libreoffice-5.1.1.3.tar.xz
  libreoffice-help-5.1.1.3.tar.xz
  libreoffice-hotfix-disablebrokenshapetest.patch
  libreoffice-translations-5.1.1.3.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.G0aq8Z/_old  2016-03-18 21:31:14.0 +0100
+++ /var/tmp/diff_new_pack.G0aq8Z/_new  2016-03-18 21:31:14.0 +0100
@@ -22,7 +22,7 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.1.0
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.1.1
 # Old Make and bundle or not
 %if 0%{?suse_version} > 1230
 %bcond_with oldmake
@@ -64,7 +64,7 @@
 %endif
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:5.1.0.3
+Version:5.1.1.3
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C
@@ -124,8 +124,8 @@
 Source2029: 
%{external_url}/3941e9cab2f4f9d8faee3e8d57ae7664-glew-1.12.0.zip
 Source2030: 
%{external_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
 Source2031: 
%{external_url}/c4a2d71ff56aec5ebfab2a3f059be99d-icu4c-56_1-src.tgz
-Source2032: 
%{external_url}/5c0c9ac0996fbb4a0e17780ff5441959-graphite2-minimal-1.3.4.tgz
-Source2033: %{external_url}/liborcus-0.9.2.tar.gz
+Source2032: 
%{external_url}/17df8301bcc459e83f8a8f3aca6183b2-graphite-minimal-1.3.6.tgz
+Source2033: %{external_url}/liborcus-0.11.0.tar.gz
 Source2034: %{external_url}/harfbuzz-0.9.40.tar.bz2
 Source2035: 
%{external_url}/32f8e1417a64d3c6f2c727f9053f55ea-redland-1.0.16.tar.gz
 Source2036: 
%{external_url}/10d61fbaa6a06348823651b1bd7940fe-libexttextcat-3.4.4.tar.bz2
@@ -177,6 +177,10 @@
 Patch11:0001-Fix-python2-build-of-pyuno-with-older-py2-versions.patch
 Patch12:0001-mdds-1.0.patch
 Patch13:0001-liborcus-0.11.patch
+Patch14:0002-boost-filesystem1.patch
+Patch15:0003-boost-filesystem2.patch
+# PATCH-HOTFIX-UPSTREAM: disable test that rounds wrongly on most archs
+Patch16:libreoffice-hotfix-disablebrokenshapetest.patch
 # PATCH-FIX-SUSE: disable services unittest that fails
 Patch10:libreoffice-disable-services-check.patch
 # try to save space by using hardlinks
@@ -1046,6 +1050,9 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
 %if 0%{?suse_version} < 1130
 %patch10 -p1
 %endif
@@ -1591,6 +1598,14 @@
 %dir %{_datadir}/icons/hicolor/512x512
 %dir %{_datadir}/icons/hicolor/512x512/apps
 %dir %{_datadir}/icons/hicolor/512x512/mimetypes
+# FIXME: this is KDE4 only, wipe?
+%dir %{_datadir}/icons/locolor
+%dir %{_datadir}/icons/locolor/16x16
+%dir %{_datadir}/icons/locolor/16x16/apps
+%dir %{_datadir}/icons/locolor/16x16/mimetypes
+%dir %{_datadir}/icons/locolor/32x32
+%dir %{_datadir}/icons/locolor/32x32/apps
+%dir %{_datadir}/icons/locolor/32x32/mimetypes
 
 %if %{with newmedia}
 %files -n 

commit imagej for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package imagej for openSUSE:Factory checked 
in at 2016-03-17 16:33:47

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


Package is "imagej"

Changes:

--- /work/SRC/openSUSE:Factory/imagej/imagej.changes2013-04-17 
18:22:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.imagej.new/imagej.changes   2016-03-17 
16:47:24.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 17:11:26 UTC 2016 - bwiedem...@suse.com
+
+- drop build time from png file to fix build-compare
+
+---



Other differences:
--
++ imagej.spec ++
--- /var/tmp/diff_new_pack.WtgaKT/_old  2016-03-17 16:47:25.0 +0100
+++ /var/tmp/diff_new_pack.WtgaKT/_new  2016-03-17 16:47:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imagej
 #
-# 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,22 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 %define SrcVersion 147n
 
 Name:   imagej
 Version:1.47n
 Release:0
-License:SUSE-Public-Domain
 Summary:Public domain Java image processing program
-Url:http://rsbweb.nih.gov/ij/
+License:SUSE-Public-Domain
 Group:  Productivity/Graphics/Convertors
+Url:http://rsbweb.nih.gov/ij/
 Source: http://rsbweb.nih.gov/ij/download/src/ij%{SrcVersion}-src.zip
 Source1:%{name}.in
 Source2:%{name}.desktop
+BuildRequires:  ImageMagick
 BuildRequires:  ant
 BuildRequires:  java-devel
-BuildRequires:  ImageMagick
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
 Requires:   java >= 1.6.0
@@ -71,7 +73,7 @@
 install -m 755 %{name} %{buildroot}%{_bindir}/
 
 # Icon
-convert build/microscope.gif build/%{name}.png
+convert -strip build/microscope.gif build/%{name}.png
 install -Dm 644 build/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
 
 # Desktop menu entry





commit gcolor2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package gcolor2 for openSUSE:Factory checked 
in at 2016-03-17 16:33:51

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


Package is "gcolor2"

Changes:

--- /work/SRC/openSUSE:Factory/gcolor2/gcolor2.changes  2014-08-20 
10:51:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gcolor2.new/gcolor2.changes 2016-03-17 
16:47:26.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 18:13:12 UTC 2016 - bwiedem...@suse.com
+
+- drop build time from png file to fix build-compare
+
+---



Other differences:
--
++ gcolor2.spec ++
--- /var/tmp/diff_new_pack.ydsO2t/_old  2016-03-17 16:47:27.0 +0100
+++ /var/tmp/diff_new_pack.ydsO2t/_new  2016-03-17 16:47:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcolor2
 #
-# 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
@@ -29,12 +29,12 @@
 # add missing headers, function declarations and translation symbols to fix 
warnings
 Patch0: gcolor2-0.4-warnings.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  libtool
 BuildRequires:  ImageMagick
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
-BuildRequires:  perl(XML::Parser)
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
+BuildRequires:  perl(XML::Parser)
 %if 0%{?fedora} >= 15
 BuildRequires:  sane-backends-libs
 %endif
@@ -72,7 +72,7 @@
 for size in 16 32 48; do
SIZE="${size}x${size}"
%{__mkdir_p} %{buildroot}%{iconsdir}/$SIZE/apps
-   convert -scale $SIZE pixmaps/icon.png 
%{buildroot}%{iconsdir}/$SIZE/apps/%{name}.png
+   convert -strip -scale $SIZE pixmaps/icon.png 
%{buildroot}%{iconsdir}/$SIZE/apps/%{name}.png
 done
 
 %find_lang %{name}




commit bmake for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bmake for openSUSE:Factory checked 
in at 2016-03-17 16:36:12

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


Package is "bmake"

Changes:

--- /work/SRC/openSUSE:Factory/bmake/bmake.changes  2015-12-29 
12:59:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.bmake.new/bmake.changes 2016-03-17 
16:49:36.0 +0100
@@ -1,0 +2,17 @@
+Wed Mar 16 14:14:58 UTC 2016 - mplus...@suse.com
+
+- 20160307
+  * Merge with NetBSD make, pick up
++ var.c: fix :ts\nnn to be octal by default.
++ meta.c: meta_finish() to cleanup memory.
++ meta.c: allow meta file for makeDepend if makefiles want it.
++ var.c: add knob to control handling of '$$' in :=
++ var.c: add .export-literal allows us to fix sys.clean-env.mk
+  post the changes to Var_Subst. Var_Subst now takes flags, and 
+  does not consume '$$' in :=
++ ar.c: preserve '$$' in :=
++ parse.c: add .dinclude for handling included makefile like 
+  .depend
+- Use correct package group
+
+---

Old:

  bmake-20151220.tar.gz

New:

  bmake-20160307.tar.gz



Other differences:
--
++ bmake.spec ++
--- /var/tmp/diff_new_pack.CtLAdu/_old  2016-03-17 16:49:37.0 +0100
+++ /var/tmp/diff_new_pack.CtLAdu/_new  2016-03-17 16:49:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bmake
 #
-# 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,11 +17,11 @@
 
 
 Name:   bmake
-Version:20151220
+Version:20160307
 Release:0
 Summary:The NetBSD make(1) tool
 License:BSD-2-Clause and BSD-3-Clause and BSD-4-Clause
-Group:  Development/Tools
+Group:  Development/Tools/Building
 Url:ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
 Source0:
ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
 Source1:Linux.sys.mk
@@ -60,8 +60,8 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README
-%{_mandir}/man1/bmake.1*
 %{_bindir}/bmake
+%{_mandir}/man1/bmake.1%{ext_man}
 %{_datadir}/mk/
 
 %changelog

++ bmake-20151220.tar.gz -> bmake-20160307.tar.gz ++
 3550 lines of diff (skipped)




commit perl-Digest-MD5 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-MD5 for openSUSE:Factory 
checked in at 2016-03-17 16:34:03

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


Package is "perl-Digest-MD5"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Digest-MD5/perl-Digest-MD5.changes  
2016-01-28 17:25:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Digest-MD5.new/perl-Digest-MD5.changes 
2016-03-17 16:47:34.0 +0100
@@ -1,0 +2,17 @@
+Fri Mar 11 10:01:27 UTC 2016 - co...@suse.com
+
+- updated to 2.55
+   see /usr/share/doc/packages/perl-Digest-MD5/Changes
+
+  2016-03-09   Gisle Aas 
+  
+ Release 2.55
+  
+ Gordon Stanton (2):
+Make use warnings work including test cases.
+Initial Travis config
+  
+ Gisle Aas (1):
+Avoid warning: 'static' is not at beginning of declaration [RT#105646]
+
+---

Old:

  Digest-MD5-2.54.tar.gz

New:

  Digest-MD5-2.55.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Digest-MD5.spec ++
--- /var/tmp/diff_new_pack.tMApTU/_old  2016-03-17 16:47:38.0 +0100
+++ /var/tmp/diff_new_pack.tMApTU/_new  2016-03-17 16:47:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-MD5
 #
-# 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-Digest-MD5
-Version:2.54
+Version:2.55
 Release:0
 %define cpan_name Digest-MD5
 Summary:Perl interface to the MD5 Algorithm
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Digest-MD5/
-Source: 
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Digest-MD5-2.54.tar.gz -> Digest-MD5-2.55.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-MD5-2.54/Changes new/Digest-MD5-2.55/Changes
--- old/Digest-MD5-2.54/Changes 2015-01-12 22:18:09.0 +0100
+++ new/Digest-MD5-2.55/Changes 2016-03-09 22:11:27.0 +0100
@@ -1,3 +1,16 @@
+2016-03-09   Gisle Aas 
+
+   Release 2.55
+
+   Gordon Stanton (2):
+  Make use warnings work including test cases.
+  Initial Travis config
+
+   Gisle Aas (1):
+  Avoid warning: 'static' is not at beginning of declaration [RT#105646] 
+
+
+
 2015-01-12   Gisle Aas 
 
Release 2.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-MD5-2.54/MD5.pm new/Digest-MD5-2.55/MD5.pm
--- old/Digest-MD5-2.54/MD5.pm  2015-01-12 22:10:44.0 +0100
+++ new/Digest-MD5-2.55/MD5.pm  2016-03-09 22:09:22.0 +0100
@@ -3,7 +3,7 @@
 use strict;
 use vars qw($VERSION @ISA @EXPORT_OK);
 
-$VERSION = '2.54';
+$VERSION = '2.55';
 
 require Exporter;
 *import = \::import;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-MD5-2.54/MD5.xs new/Digest-MD5-2.55/MD5.xs
--- old/Digest-MD5-2.54/MD5.xs  2015-01-12 21:56:15.0 +0100
+++ new/Digest-MD5-2.55/MD5.xs  2016-03-09 22:00:57.0 +0100
@@ -156,7 +156,7 @@
 #endif
 
 #if defined(MGf_DUP) && defined(USE_ITHREADS)
-const STATIC MGVTBL vtbl_md5 = {
+STATIC const MGVTBL vtbl_md5 = {
 NULL, /* get */
 NULL, /* set */
 NULL, /* len */
@@ -168,7 +168,7 @@
 };
 #else
 /* declare as 5 member, not normal 8 to save image space*/
-const STATIC struct {
+STATIC const struct {
int (*svt_get)(SV* sv, MAGIC* mg);
int (*svt_set)(SV* sv, MAGIC* mg);
U32 (*svt_len)(SV* sv, MAGIC* mg);
@@ -788,7 +788,7 @@
 PPCODE:
MD5Init();
 
-   if (PL_dowarn & G_WARN_ON) {
+   if ((PL_dowarn & G_WARN_ON) || ckWARN(WARN_SYNTAX)) {
 const char *msg = 0;
if (items == 1) {
if (SvROK(ST(0))) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-MD5-2.54/META.json 
new/Digest-MD5-2.55/META.json
--- old/Digest-MD5-2.54/META.json   2015-01-12 22:18:48.0 +0100
+++ new/Digest-MD5-2.55/META.json   2016-03-09 

commit linuxrc for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2016-03-18 21:37:37

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2016-02-23 
16:53:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2016-03-18 
21:37:38.0 +0100
@@ -1,0 +2,26 @@
+Mon Mar 14 10:45:15 UTC 2016 - snw...@suse.com
+
+- fix network url handling (fate#318899)
+- 5.0.75
+
+---
+Mon Mar 14 10:40:15 UTC 2016 - snw...@suse.com
+
+- Made the following changes for fate#320112
+- Removed all the code that asks for an OSA Portname
+- If a Portname is found in the parameters, output a message saying it's 
deprecated
+- Updated linuxrc.html to indicate that Portname is deprecated
+- Updated linuxrc.html to also indicate that OsaMedium was deprecated, since 
people are still specifying it
+- 5.0.74
+
+---
+Mon Mar 14 10:30:18 UTC 2016 - snw...@suse.com
+
+- Bring back Insecure documentation
+- Simplify calculation of Insecure value in /etc/install.inf
+- Writes Insecure parameter in install.inf
+- Uses a string to store self.self_update_url
+- Add SelfUpdate parameter (fate#319716)
+- 5.0.73
+
+---

Old:

  linuxrc-5.0.72.tar.xz

New:

  linuxrc-5.0.75.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.gHb8bs/_old  2016-03-18 21:37:39.0 +0100
+++ /var/tmp/diff_new_pack.gHb8bs/_new  2016-03-18 21:37:39.0 +0100
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.72
+Version:5.0.75
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.72.tar.xz -> linuxrc-5.0.75.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.72/VERSION new/linuxrc-5.0.75/VERSION
--- old/linuxrc-5.0.72/VERSION  2016-02-18 11:18:29.0 +0100
+++ new/linuxrc-5.0.75/VERSION  2016-03-14 11:40:28.0 +0100
@@ -1 +1 @@
-5.0.72
+5.0.75
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.72/changelog new/linuxrc-5.0.75/changelog
--- old/linuxrc-5.0.72/changelog2016-02-18 11:18:29.0 +0100
+++ new/linuxrc-5.0.75/changelog2016-03-14 11:40:28.0 +0100
@@ -1,3 +1,20 @@
+2016-03-10:5.0.75
+   - fix network url handling (fate #318899)
+
+2016-02-19:5.0.74
+   - Made the following changes for FATE#320112
+   - Removed all the code that asks for an OSA Portname
+   - If a Portname is found in the parameters, output a message saying 
it's deprecated
+   - Updated linuxrc.html to indicate that Portname is deprecated
+   - Updated linuxrc.html to also indicate that OsaMedium was deprecated, 
since people are still specifying it
+
+2016-03-14:5.0.73
+   - Bring back Insecure documentation
+   - Simplify calculation of Insecure value in /etc/install.inf
+   - Writes Insecure parameter in install.inf
+   - Uses a string to store self.self_update_url
+   - Add SelfUpdate parameter (FATE#319716)
+
 2016-02-17:5.0.72
- fix extension handling
- improve user-defined url doc (fate #318899)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.72/file.c new/linuxrc-5.0.75/file.c
--- old/linuxrc-5.0.72/file.c   2016-02-18 11:18:29.0 +0100
+++ new/linuxrc-5.0.75/file.c   2016-03-14 11:40:28.0 +0100
@@ -308,6 +308,7 @@
   { key_systemboot, "SystemBoot", kf_cfg + kf_cmd},
   { key_sethostname,"SetHostname",kf_cfg + kf_cmd_early  },
   { key_debugshell, "DebugShell", kf_cfg + kf_cmd + kf_cmd_early },
+  { key_self_update,"SelfUpdate", kf_cfg + kf_cmd},
 };
 
 static struct {
@@ -1224,7 +1225,9 @@
 if(*f->value) str_copy(, f->value);
 break;
   case key_portname:
-str_copy(, f->value);
+log_show("***\n"); 
+log_show("*** The Portname parameter is no longer needed. Please do 
not specify it.\n"); 
+log_show("***\n"); 
 break;
   case key_readchan:
 if(*f->value) str_copy(, f->value);
@@ -1756,6 +1759,15 @@
 str_copy(, *f->value ? f->value : NULL);
 break;
 
+  

commit texlive-filesystem for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package texlive-filesystem for 
openSUSE:Factory checked in at 2016-03-17 16:30:15

Comparing /work/SRC/openSUSE:Factory/texlive-filesystem (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-filesystem.new (New)


Package is "texlive-filesystem"

Changes:

--- /work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.changes
2015-04-25 09:49:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.changes   
2016-03-17 16:30:18.0 +0100
@@ -1,0 +2,11 @@
+Mon Feb  8 11:35:46 UTC 2016 - wer...@suse.de
+
+- Add both texlive.infra and texlive.infra.doc as these provides
+  some perl module files used by fmtutil.pl 
+
+---
+Thu Jan 28 10:52:36 UTC 2016 - wer...@suse.de
+
+- Update to TeXLive 2015 (timestamp 20150521 revision 26946)
+
+---



Other differences:
--
++ texlive-filesystem.spec ++
 9198 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/texlive-filesystem/texlive-filesystem.spec
 and 
/work/SRC/openSUSE:Factory/.texlive-filesystem.new/texlive-filesystem.spec

++ collection-basic.tar.xz ++

++ collection-bibtexextra.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlpkg/tlpobj/collection-bibtexextra.tlpobj 
new/tlpkg/tlpobj/collection-bibtexextra.tlpobj
--- old/tlpkg/tlpobj/collection-bibtexextra.tlpobj  2014-03-28 
03:23:28.0 +0100
+++ new/tlpkg/tlpobj/collection-bibtexextra.tlpobj  2015-07-27 
03:20:10.0 +0200
@@ -1,12 +1,13 @@
 name collection-bibtexextra
 category Collection
-revision 33305
+revision 37964
 shortdesc BibTeX additional styles
 relocated 1
 longdesc Additional BibTeX styles and bibliography data(bases), notably
 longdesc including BibLaTeX.
 depend collection-latex
 depend aichej
+depend ajl
 depend amsrefs
 depend apacite
 depend apalike2
@@ -17,7 +18,9 @@
 depend bibexport
 depend bibhtml
 depend biblatex
+depend biblatex-anonymous
 depend biblatex-apa
+depend biblatex-bookinarticle
 depend biblatex-bwl
 depend biblatex-caspervector
 depend biblatex-chem
@@ -31,14 +34,18 @@
 depend biblatex-luh-ipw
 depend biblatex-manuscripts-philology
 depend biblatex-mla
+depend biblatex-multiple-dm
 depend biblatex-musuos
 depend biblatex-nature
 depend biblatex-nejm
+depend biblatex-opcit-booktitle
 depend biblatex-philosophy
 depend biblatex-phys
 depend biblatex-publist
+depend biblatex-realauthor
 depend biblatex-science
 depend biblatex-source-division
+depend biblatex-subseries
 depend biblatex-swiss-legal
 depend biblatex-trad
 depend biblatex-true-citepages-omit
@@ -46,6 +53,7 @@
 depend bibtopic
 depend bibtopicprefix
 depend bibunits
+depend bookdb
 depend breakcites
 depend cell
 depend chbibref
@@ -53,8 +61,10 @@
 depend chicago-annote
 depend chembst
 depend chscite
+depend citeall
 depend collref
 depend compactbib
+depend crossrefware
 depend custom-bib
 depend din1505
 depend dk-bib
@@ -80,6 +90,7 @@
 depend multibib
 depend multibibliography
 depend munich
+depend nmbib
 depend notes2bib
 depend oscola
 depend perception
@@ -88,6 +99,7 @@
 depend showtags
 depend sort-by-letters
 depend splitbib
+depend turabian-formatting
 depend uni-wtal-ger
 depend uni-wtal-lin
 depend urlbst

++ collection-binextra.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tlpkg/tlpobj/collection-binextra.tlpobj 
new/tlpkg/tlpobj/collection-binextra.tlpobj
--- old/tlpkg/tlpobj/collection-binextra.tlpobj 2014-03-12 03:23:03.0 
+0100
+++ new/tlpkg/tlpobj/collection-binextra.tlpobj 2015-07-04 03:21:33.0 
+0200
@@ -1,6 +1,6 @@
 name collection-binextra
 category Collection
-revision 33155
+revision 37751
 shortdesc TeX auxiliary programs
 relocated 1
 longdesc Various useful, but non-essential, support programs. Includes
@@ -15,6 +15,7 @@
 depend bibtexu
 depend bundledoc
 depend chktex
+depend ctan_chk
 depend ctanify
 depend ctanupload
 depend ctie
@@ -33,6 +34,7 @@
 depend dvisvgm
 depend findhyph
 depend fragmaster
+depend hook-pre-commit-pkg
 depend hyphenex
 depend installfont
 depend lacheck
@@ -46,9 +48,11 @@
 depend ltxfileinfo
 depend ltximg
 depend listings-ext
+depend make4ht
 depend match_parens
 depend mkjobtexmf
 depend patgen
+depend pdfbook2
 depend pdfcrop
 depend pdfjam
 depend pdftools
@@ -60,6 +64,7 @@
 depend seetexk
 depend sty2dtx
 depend synctex
+depend tex4ebook
 depend texcount
 depend texdef
 depend texdiff

++ collection-context.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit encfs for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package encfs for openSUSE:Factory checked 
in at 2016-03-18 21:43:04

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


Package is "encfs"

Changes:

--- /work/SRC/openSUSE:Factory/encfs/encfs.changes  2015-03-18 
13:05:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.encfs.new/encfs.changes 2016-03-18 
21:43:06.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar  9 14:53:51 UTC 2016 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  * No short chanlog available; please read
+/usr/share/doc/packages/encfs/ChangeLog
+
+---

Old:

  v1.8.tar.gz

New:

  encfs-1.8.1.tar.gz



Other differences:
--
++ encfs.spec ++
--- /var/tmp/diff_new_pack.NWvuLJ/_old  2016-03-18 21:43:07.0 +0100
+++ /var/tmp/diff_new_pack.NWvuLJ/_new  2016-03-18 21:43:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package encfs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,14 @@
 
 
 Name:   encfs
+Version:1.8.1
+Release:0
+Summary:Userspace Encrypted File System
+License:GPL-2.0+ and GPL-3.0+
+Group:  System/Filesystems
+Url:https://vgough.github.io/encfs/
+Source: 
https://github.com/vgough/encfs/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Patch0: configure-fix.patch
 BuildRequires:  boost-devel
 BuildRequires:  fuse-devel
 BuildRequires:  gcc-c++
@@ -26,14 +34,6 @@
 BuildRequires:  rlog-devel
 BuildRequires:  zlib-devel
 Requires:   fuse
-Summary:Userspace Encrypted File System
-License:GPL-2.0+ and GPL-3.0+
-Group:  System/Filesystems
-Version:1.8
-Release:0
-Source: https://github.com/vgough/encfs/archive/v%{version}.tar.gz
-Patch:  configure-fix.patch
-Url:https://vgough.github.io/encfs/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,19 +54,22 @@
 EncFS is implemented as a userspace filesystem in an unprivileged
 application using fuse (FUSE (Filesystem in USErspace)).
 
+%lang_package
+
 %prep
-%setup
-%patch -p1
+%setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv
 
 %configure --with-boost-libdir=%{_libdir}
-%{__make} %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
 make DESTDIR="$RPM_BUILD_ROOT" install
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.{la,so}
+rm -f %{buildroot}%{_libdir}/*.{la,so}
+%find_lang %{name}
 
 %post
 %{run_ldconfig}
@@ -81,4 +84,7 @@
 %{_bindir}/encfs*
 %{_libdir}/libencfs.so.*
 
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+
 %changelog




commit hawk2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-03-17 16:36:06

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-07 
13:27:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-03-17 
16:49:29.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 09 13:47:44 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1457531142.ac2dc9f:
+  + UI: Fix broken dashboard remove button (bsc#970289)
+
+---

Old:

  hawk2-2.0.0+git.1456998191.16a7222.tar.bz2

New:

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



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.8YKSbW/_old  2016-03-17 16:49:30.0 +0100
+++ /var/tmp/diff_new_pack.8YKSbW/_new  2016-03-17 16:49:30.0 +0100
@@ -35,7 +35,7 @@
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1456998191.16a7222
+Version:2.0.0+git.1457531142.ac2dc9f
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.8YKSbW/_old  2016-03-17 16:49:30.0 +0100
+++ /var/tmp/diff_new_pack.8YKSbW/_new  2016-03-17 16:49:30.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  16a7222bde69928d2a15bb49c1211d3b9f619d64
\ No newline at end of file
+  ac2dc9f0c0507c688a2b5732cad7bbd1e5f33c85
\ No newline at end of file

++ hawk2-2.0.0+git.1456998191.16a7222.tar.bz2 -> 
hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2 ++
/work/SRC/openSUSE:Factory/hawk2/hawk2-2.0.0+git.1456998191.16a7222.tar.bz2 
/work/SRC/openSUSE:Factory/.hawk2.new/hawk2-2.0.0+git.1457531142.ac2dc9f.tar.bz2
 differ: char 11, line 1




commit pgadmin3 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package pgadmin3 for openSUSE:Factory 
checked in at 2016-03-17 16:36:13

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


Package is "pgadmin3"

Changes:

--- /work/SRC/openSUSE:Factory/pgadmin3/pgadmin3.changes2016-02-22 
08:58:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.pgadmin3.new/pgadmin3.changes   2016-03-17 
16:49:37.0 +0100
@@ -1,0 +2,16 @@
+Sun Feb 28 19:01:25 UTC 2016 - crrodrig...@opensuse.org
+
+- Update to version 1.22.1 
+* Don't barf when connecting to Greenplum or Greenplum· HAWQ
+* Fix selection of conversion functions in the CREATE CONVERSION dialogue.
+* Properly quote type names in the Type dialogue, and·ensure range 
+  information is displayed for existing types
+* Fix selection of cast functions in the Cast dialogue
+
+---
+Sun Feb 28 18:48:28 UTC 2016 - crrodrig...@opensuse.org
+
+- remove obsolete suse_version checks 
+- fix debuginfo generation.
+
+---

Old:

  pgadmin3-1.22.0.tar.gz
  pgadmin3-1.22.0.tar.gz.sig

New:

  pgadmin3-1.22.1.tar.gz
  pgadmin3-1.22.1.tar.gz.sig



Other differences:
--
++ pgadmin3.spec ++
--- /var/tmp/diff_new_pack.X0QAkO/_old  2016-03-17 16:49:38.0 +0100
+++ /var/tmp/diff_new_pack.X0QAkO/_new  2016-03-17 16:49:38.0 +0100
@@ -20,7 +20,7 @@
 Summary:Management and Administration Tools for the PostgreSQL Database
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:1.22.0
+Version:1.22.1
 Release:0
 Url:http://www.pgadmin.org/index.php
 Source0:
http://ftp.postgresql.org/pub/pgadmin3/release/v%{version}/src/pgadmin3-%{version}.tar.gz
@@ -83,24 +83,13 @@
 %__rm -f docs/en_US/pgadmin3.hhp.cached # zero-length
 
 %build
-
-%if 0%{?suse_version} > 1010
-  autoreconf -fiv
-%else
-  autoheader
-  autoconf
-%endif
-
-export CFLAGS="%optflags -fstack-protector"
-export CXXFLAGS="%optflags -fstack-protector"
-
+autoreconf -fiv
 %configure --enable-databasedesigner --disable-static
-
 %__make %{?_smp_mflags}
 
 %install
 
-%__make DESTDIR="%{buildroot}" install
+%__make DESTDIR="%{buildroot}" STRIP=/bin/true install
 %__install -D -m0644 "%{SOURCE2}" "%{buildroot}%{_datadir}/pixmaps/%{name}.png"
 
 # whatever that symlink is doing there...

++ pgadmin3-1.22.0.tar.gz -> pgadmin3-1.22.1.tar.gz ++
/work/SRC/openSUSE:Factory/pgadmin3/pgadmin3-1.22.0.tar.gz 
/work/SRC/openSUSE:Factory/.pgadmin3.new/pgadmin3-1.22.1.tar.gz differ: char 5, 
line 1





commit a2ps for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package a2ps for openSUSE:Factory checked in 
at 2016-03-17 16:34:15

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


Package is "a2ps"

Changes:

--- /work/SRC/openSUSE:Factory/a2ps/a2ps.changes2015-11-26 
17:03:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.a2ps.new/a2ps.changes   2016-03-17 
16:47:46.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  3 10:23:00 UTC 2016 - o...@aepfle.de
+
+- Reduce build-compare noise, no timestamps
+  a2ps-buildcompare.patch
+
+---

New:

  a2ps-buildcompare.patch



Other differences:
--
++ a2ps.spec ++
--- /var/tmp/diff_new_pack.LKThNv/_old  2016-03-17 16:47:47.0 +0100
+++ /var/tmp/diff_new_pack.LKThNv/_new  2016-03-17 16:47:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package a2ps
 #
-# 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
@@ -46,6 +46,7 @@
 Patch15:a2ps-4.14-gperf.patch
 # PATCH-FIX-SUSE Bug 955194 - CVE-2015-8107: CVE-2015-8107 - a2ps(gnu) v4.14 
format string vulnerability
 Patch16:a2ps-4.14-bnc955194.patch
+Patch17:a2ps-buildcompare.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  emacs-nox
@@ -123,6 +124,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p0
+%patch17 -p1
 %patch0-b .p0
 cp -f %{SOURCE3} po/ko.po
 find -type f | grep -vE '(parseppd|parsessh).y' | xargs \


++ a2ps-buildcompare.patch ++
---
 doc/a2ps.texi |5 ++---
 etc/README.in |4 
 2 files changed, 2 insertions(+), 7 deletions(-)

Index: a2ps-4.14/doc/a2ps.texi
===
--- a2ps-4.14.orig/doc/a2ps.texi
+++ a2ps-4.14/doc/a2ps.texi
@@ -103,7 +103,7 @@ approved by the author.
 @titlepage
 @title GNU a2ps, version @value{VERSION}
 @subtitle General Purpose PostScript Generating Utility
-@subtitle Edition @value{EDITION}, @value{UPDATED}
+@subtitle Edition @value{EDITION}
 @author Akim Demaille
 @author Miguel Santana
 
@@ -141,8 +141,7 @@ GNU @pack{} is a filter which generates
 with pretty-printing features, strong support for many alphabets, and
 customizable layout.
 
-This is Edition @value{VERSION} of the @pack{} documentation, updated
-@value{UPDATED}.
+This is Edition @value{VERSION} of the @pack{} documentation.
 
 @menu
 * Introduction::Foreword
Index: a2ps-4.14/etc/README.in
===
--- a2ps-4.14.orig/etc/README.in
+++ a2ps-4.14/etc/README.in
@@ -1,7 +1,3 @@
-The last installation in this directory occurred the
-   @date@
-for GNU a2ps version @version@.
-
 The content of this directory (unless reorganized by the local
 installer) is:
 




commit rubygem-web-console for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-web-console for 
openSUSE:Factory checked in at 2016-03-17 16:36:00

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


Package is "rubygem-web-console"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-web-console/rubygem-web-console.changes  
2015-08-05 06:49:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-web-console.new/rubygem-web-console.changes 
2016-03-17 16:49:24.0 +0100
@@ -1,0 +2,20 @@
+Wed Mar  2 22:46:02 UTC 2016 - dims...@opensuse.org
+
+- Fix spec: this rubygem is only compatible with ruby 2.2. Add:
+  + %%define rb_build_versions ruby22
+  + %%define rb_default_ruby_abi ruby:2.2.0
+
+---
+Mon Jan 25 05:55:49 UTC 2016 - co...@suse.com
+
+- updated to version 3.0.0
+ see installed CHANGELOG.markdown
+
+  ## 3.0.0
+  
+  * [#173](https://github.com/rails/web-console/pull/173) Revert "Change 
config.development_only default until 4.2.4 is released" ([@gsamokovarov])
+  * [#171](https://github.com/rails/web-console/pull/171) Fixed blocked IP 
logging ([@gsamokovarov])
+  * [#162](https://github.com/rails/web-console/pull/162) Render the console 
inside the body tag ([@gsamokovarov])
+  * [#165](https://github.com/rails/web-console/pull/165) Revamped 
integrations for CRuby and Rubinius ([@gsamokovarov])
+
+---

Old:

  web-console-2.2.1.gem

New:

  web-console-3.0.0.gem



Other differences:
--
++ rubygem-web-console.spec ++
--- /var/tmp/diff_new_pack.rZPino/_old  2016-03-17 16:49:25.0 +0100
+++ /var/tmp/diff_new_pack.rZPino/_new  2016-03-17 16:49:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-web-console
 #
-# 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,13 +24,17 @@
 #
 
 Name:   rubygem-web-console
-Version:2.2.1
+Version:3.0.0
 Release:0
 %define mod_name web-console
 %define mod_full_name %{mod_name}-%{version}
+# MANUAL
+%define rb_build_versions ruby22
+%define rb_default_ruby_abi ruby:2.2.0
+# /MANUAL
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 2.2.2}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/rails/web-console
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -48,7 +52,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.markdown MIT-LICENSE README.markdown" \
+  --doc-files="MIT-LICENSE" \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
--- /var/tmp/diff_new_pack.rZPino/_old  2016-03-17 16:49:25.0 +0100
+++ /var/tmp/diff_new_pack.rZPino/_new  2016-03-17 16:49:25.0 +0100
@@ -68,3 +68,6 @@
 # :post: |-
 #   /bin/echo foo
 #
+:preamble: |-
+  %define rb_build_versions ruby22
+  %define rb_default_ruby_abi ruby:2.2.0

++ web-console-2.2.1.gem -> web-console-3.0.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.markdown new/CHANGELOG.markdown
--- old/CHANGELOG.markdown  2015-07-10 22:13:19.0 +0200
+++ new/CHANGELOG.markdown  2015-12-13 17:58:49.0 +0100
@@ -2,9 +2,16 @@
 
 ## master (unreleased)
 
+## 3.0.0
+
+* [#173](https://github.com/rails/web-console/pull/173) Revert "Change 
config.development_only default until 4.2.4 is released" ([@gsamokovarov])
+* [#171](https://github.com/rails/web-console/pull/171) Fixed blocked IP 
logging ([@gsamokovarov])
+* [#162](https://github.com/rails/web-console/pull/162) Render the console 
inside the body tag ([@gsamokovarov])
+* [#165](https://github.com/rails/web-console/pull/165) Revamped integrations 
for CRuby and Rubinius ([@gsamokovarov])
+
 ## 2.2.1
 
-* [#150](https://github.com/rails/web-console/pull/150) Change 
config.development_only default until 4.2.4 is released.
+* [#150](https://github.com/rails/web-console/pull/150) Change 
config.development_only default until 4.2.4 is released ([@gsamokovarov])
 
 ## 2.2.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.markdown new/README.markdown
--- old/README.markdown 2015-07-10 22:13:19.0 +0200
+++ new/README.markdown 2015-12-13 17:58:49.0 +0100
@@ -1,9 +1,6 @@
 
   Documentation for:
-  

commit publicsuffix for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package publicsuffix for openSUSE:Factory 
checked in at 2016-03-18 21:34:06

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


Package is "publicsuffix"

Changes:

--- /work/SRC/openSUSE:Factory/publicsuffix/publicsuffix.changes
2016-03-09 15:15:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.publicsuffix.new/publicsuffix.changes   
2016-03-18 21:34:08.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 12 08:17:59 UTC 2016 - astie...@suse.com
+
+- 2016-03-10 update:
+  * add co.dk, biz.dk, firm.dk, store.dk, reg.dk
+  * add cyon.link and cyon.site
+  * remove patheon.io, add patheonsite.io
+
+---



Other differences:
--
++ publicsuffix.spec ++
--- /var/tmp/diff_new_pack.7Z7BDF/_old  2016-03-18 21:34:09.0 +0100
+++ /var/tmp/diff_new_pack.7Z7BDF/_new  2016-03-18 21:34:09.0 +0100
@@ -18,13 +18,13 @@
 
 
 Name:   publicsuffix
-Version:20160302
+Version:20160310
 Release:0
 Summary:Cross-vendor public domain suffix database
 License:MPL-2.0
 Group:  Productivity/Networking/Other
 Url:https://publicsuffix.org/
-Source0:
https://raw.githubusercontent.com/publicsuffix/list/e2f2f4bfe2ae57651afb7268bb9a0b53da5eb8cf/public_suffix_list.dat
+Source0:
https://raw.githubusercontent.com/publicsuffix/list/1e52b7efc42b1505f9580ec15a1d692523db4a3b/public_suffix_list.dat
 Source1:
https://raw.githubusercontent.com/publicsuffix/list/master/LICENSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ public_suffix_list.dat ++
--- /var/tmp/diff_new_pack.7Z7BDF/_old  2016-03-18 21:34:09.0 +0100
+++ /var/tmp/diff_new_pack.7Z7BDF/_new  2016-03-18 21:34:09.0 +0100
@@ -10691,10 +10691,6 @@
 // Submitted by Gavin Brown 
 africa.com
 
-// Citrix : https://citrix.com
-// Submitted by Alex Stoddard 
-xenapponazure.com
-
 // iDOT Services Limited : http://www.domain.gr.com
 // Submitted by Gavin Brown 
 gr.com
@@ -10714,6 +10710,10 @@
 // c.la : http://www.c.la/
 c.la
 
+// Citrix : https://citrix.com
+// Submitted by Alex Stoddard 
+xenapponazure.com
+
 // cloudControl : https://www.cloudcontrol.com/
 // Submitted by Tobias Wilken 
 cloudcontrolled.com
@@ -10746,6 +10746,19 @@
 // Submitted by Jonathan Rudenberg 
 cupcake.is
 
+// cyon GmbH : https://www.cyon.ch/
+// Submitted by Dominic Luechinger 
+cyon.link
+cyon.site
+
+// Dansk.net : http://www.dansk.net/
+// Submitted by Anani Voule 
+biz.dk
+co.dk
+firm.dk
+reg.dk
+store.dk
+
 // DreamHost : http://www.dreamhost.com/
 // Submitted by Andrew Farmer 
 dreamhosters.com
@@ -11296,7 +11309,7 @@
 
 // Pantheon Systems, Inc. : https://pantheon.io/
 // Submitted by Gary Dylina 
-pantheon.io
+pantheonsite.io
 gotpantheon.com
 
 // prgmr.com : https://prgmr.com/




commit crmsh for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-03-17 16:34:59

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-02-26 
00:28:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-03-17 
16:48:13.0 +0100
@@ -1,0 +2,24 @@
+Tue Mar 15 11:49:51 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1458042315.389d264:
+  + high: history: Faster log parsing (bsc#920278)
+  + medium: ui_node: Use stonith_admin -F to fence remote nodes (bsc#967907)
+  + medium: crm_pssh: Fix live refresh of journalctl logs (bsc#970931)
+  + medium: hb_report: Use server attribute for remote nodes if set 
(bsc#970819)
+  + medium: ui_node: Add crm node server command
+  + medium: scripts: Simplify SBD script (bsc#968076) (fate#318320)
+  + medium: scripts: inline scripts for call actions
+  + medium: scripts: Don't require sudo for root
+  + medium: scripts: Set sudo and full path for exportfs -v in nfs scripts
+  + medium: scripts: Add nfs-utils to list of packages for nfsserver
+  + low: history: use os.listdir to list history sessions
+  + low: scripts: Fix error in service action
+  + low: logtime: Improve performance of syslog_ts (bsc#970278)
+  + low: hb_report: Print covered time span at exit (bsc#970823)
+  + low: hb_report: Warn if generated report is empty (bsc#970823)
+  + low: log_patterns_118: Add captures to log patterns for tagging 
(bsc#970278)
+  + low: ui_resource: alias show to get
+  + low: hb_report: Suggest user checks timeframe on empty logs (bsc#970823)
+  + low: logparser: Add cib info to __meta for hawk
+
+---

Old:

  crmsh-2.2.0+git.1456299101.87fe3c9.tar.bz2

New:

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



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.Mrp0yC/_old  2016-03-17 16:48:14.0 +0100
+++ /var/tmp/diff_new_pack.Mrp0yC/_new  2016-03-17 16:48:14.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.1456299101.87fe3c9
+Version:2.2.0+git.1458042315.389d264
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.Mrp0yC/_old  2016-03-17 16:48:14.0 +0100
+++ /var/tmp/diff_new_pack.Mrp0yC/_new  2016-03-17 16:48:14.0 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  87fe3c9e0a7bf7ff8ed28d7bd116957326e9f02e
\ No newline at end of file
+  389d264af0fe7c8bd8eb304e8afd0a02a0186cbc
\ No newline at end of file

++ crmsh-2.2.0+git.1456299101.87fe3c9.tar.bz2 -> 
crmsh-2.2.0+git.1458042315.389d264.tar.bz2 ++
 52496 lines of diff (skipped)




commit rubygem-activemodel-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activemodel-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:39

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


Package is "rubygem-activemodel-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-4_2/rubygem-activemodel-4_2.changes
  2016-03-07 13:27:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-4_2.new/rubygem-activemodel-4_2.changes
 2016-03-18 21:40:41.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:31:02 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  activemodel-4.2.5.2.gem

New:

  activemodel-4.2.6.gem



Other differences:
--
++ rubygem-activemodel-4_2.spec ++
--- /var/tmp/diff_new_pack.CaObSz/_old  2016-03-18 21:40:42.0 +0100
+++ /var/tmp/diff_new_pack.CaObSz/_new  2016-03-18 21:40:42.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activemodel-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++ activemodel-4.2.5.2.gem -> activemodel-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:15:52.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:29.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/dirty.rb 
new/lib/active_model/dirty.rb
--- old/lib/active_model/dirty.rb   2016-02-29 20:15:52.0 +0100
+++ new/lib/active_model/dirty.rb   2016-03-07 23:31:29.0 +0100
@@ -27,6 +27,10 @@
   #
   # define_attribute_methods :name
   #
+  # def initialize(name)
+  #   @name = name
+  # end
+  #
   # def name
   #   @name
   # end
@@ -55,7 +59,7 @@
   #
   # A newly instantiated +Person+ object is unchanged:
   #
-  #   person = Person.new
+  #   person = Person.new("Uncle Bob")
   #   person.changed? # => false
   #
   # Change the name:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/gem_version.rb 
new/lib/active_model/gem_version.rb
--- old/lib/active_model/gem_version.rb 2016-02-29 20:15:52.0 +0100
+++ new/lib/active_model/gem_version.rb 2016-03-07 23:31:30.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-29 20:15:52.0 +0100
+++ new/metadata2016-03-07 23:31:29.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 4.2.5.2
+  version: 4.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-29 00:00:00.0 Z
+date: 2016-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement




commit ocfs2-tools for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package ocfs2-tools for openSUSE:Factory 
checked in at 2016-03-17 16:36:22

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


Package is "ocfs2-tools"

Changes:

--- /work/SRC/openSUSE:Factory/ocfs2-tools/ocfs2-tools.changes  2016-01-22 
01:08:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.ocfs2-tools.new/ocfs2-tools.changes 
2016-03-17 16:49:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 17 04:00:04 UTC 2016 - z...@suse.com
+
+- Add bnc#96864-ocfs2console-fix-starting-failure.patch 
+
+---

New:

  bnc#96864-ocfs2console-fix-starting-failure.patch



Other differences:
--
++ ocfs2-tools.spec ++
--- /var/tmp/diff_new_pack.uKWPhU/_old  2016-03-17 16:49:51.0 +0100
+++ /var/tmp/diff_new_pack.uKWPhU/_new  2016-03-17 16:49:51.0 +0100
@@ -44,6 +44,7 @@
 Patch404:   0006-o2cb-mount-debugfs-when-load-config.patch
 Patch405:   0007-vendor-Add-vendor-files-for-sles12.patch
 Patch406:   0008-ocfs2-tools-add-systemd-support-fix.patch
+Patch501:   bnc#96864-ocfs2console-fix-starting-failure.patch
 
 BuildRequires:  autoconf
 BuildRequires:  e2fsprogs-devel
@@ -156,6 +157,7 @@
 %patch404 -p1
 %patch405 -p1
 %patch406 -p1
+%patch501 -p1
 
 %build
 export PROJECT="ocfs2-tools"

++ bnc#96864-ocfs2console-fix-starting-failure.patch ++
>From 5cf4d29df66c9a539d686f7646a70cb312899f7f Mon Sep 17 00:00:00 2001
From: Eric Ren 
Date: Thu, 17 Mar 2016 11:15:25 +0800
Subject: [PATCH] ocfs2console: fix starting failure

ocfs2console failed to start with this errors:
ImportError: /usr/lib64/python2.7/site-packages/ocfs2interface/o2cbmodule.so: 
undefined
symbol: cmap_get_string
ImportError: ocfs2console/ocfs2interface/o2cbmodule.so: undefined
symbol: ocfs2_free

The first is caused by commit: 9be25f2fadf7 (Get cluster list info from 
corosync);
As for the second, actually, I don't know when it slipped in, but much likely 
from
when someone use ocfs2_free somewhere.

Signed-off-by: Eric Ren 
---
 ocfs2console/ocfs2interface/Makefile | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/ocfs2console/ocfs2interface/Makefile 
b/ocfs2console/ocfs2interface/Makefile
index 5409455..f49d998 100644
--- a/ocfs2console/ocfs2interface/Makefile
+++ b/ocfs2console/ocfs2interface/Makefile
@@ -21,6 +21,10 @@ LIBO2CB_LIBS = -L$(TOPDIR)/libo2cb -lo2cb
 endif
 LIBO2CB_DEPS = $(TOPDIR)/libo2cb/libo2cb.a
 
+ifneq ($(BUILD_CMAP_SUPPORT),)
+LIBO2CB_LIBS += -lcmap
+endif
+
 ifdef HAVE_BLKID
 BLKID_DEPS =
 else
@@ -103,7 +107,7 @@ ocfs2module.so: $(OCFS2_OBJS) $(LIBOCFS2_DEPS) 
$(LIBO2DLM_DEPS) $(LIBO2CB_DEPS)
$(LINK) -shared $(LIBOCFS2_LIBS) $(LIBO2DLM_LIBS) $(LIBO2CB_LIBS) 
$(COM_ERR_LIBS) $(UUID_LIBS)
 
 o2cbmodule.so: $(O2CB_OBJS) $(LIBO2CB_DEPS)
-   $(LINK) -shared $(LIBO2CB_LIBS) $(COM_ERR_LIBS)
+   $(LINK) -shared ${LIBOCFS2_LIBS} $(LIBO2CB_LIBS) $(COM_ERR_LIBS)
 
 install-pylib:
$(SHELL) $(TOPDIR)/mkinstalldirs $(DESTDIR)$(pyexecdir)/ocfs2interface
-- 
2.6.2




commit smtube for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package smtube for openSUSE:Factory checked 
in at 2016-03-17 16:33:59

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


Package is "smtube"

Changes:

--- /work/SRC/openSUSE:Factory/smtube/smtube.changes2016-01-01 
19:49:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.smtube.new/smtube.changes   2016-03-17 
16:47:31.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar  8 16:08:31 UTC 2016 - dap.darkn...@gmail.com
+
+- Update to 16.3.0:
+ * Options to zoom in and out.
+ * New options in the settings dialog to change the font and
+   style of the application.
+- Update to 16.1.0:
+  * Fix for VEVO videos.
+- Added smtube-no-download-option.diff because video downloading
+  from Youtube seems to be illegal.
+- openSUSE 13.1 build.
+- Tips from packman build.
+
+---

Old:

  smtube-15.11.0.tar.bz2

New:

  smtube-16.3.0.tar.bz2
  smtube-no-download-option.diff



Other differences:
--
++ smtube.spec ++
--- /var/tmp/diff_new_pack.T1k7ky/_old  2016-03-17 16:47:32.0 +0100
+++ /var/tmp/diff_new_pack.T1k7ky/_new  2016-03-17 16:47:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package smtube
 #
-# 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
@@ -18,22 +18,28 @@
 
 
 Name:   smtube
-Version:15.11.0
+Version:16.3.0
 Release:0
 Summary:Small Youtube Browser
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Video/Players
-Url:http://smtube.sourceforge.net/
-Source0:
http://sourceforge.net/projects/smtube/files/SMTube/%{version}/smtube-%{version}.tar.bz2
+Url:http://www.smtube.org/
+Source0:
http://downloads.sourceforge.net/smtube/SMTube/%{version}/%{name}-%{version}.tar.bz2
 # Fix 'File is compiled without RPM_OPT_FLAGS'
 Patch0: %{name}-src_%{name}.pro.patch
+# PATCH-FIX-OPENSUSE Video downloading from Youtube seems to be illegal.
+Patch1: smtube-no-download-option.diff
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  dos2unix
+%if 0%{?suse_version} > 1310
 BuildRequires:  libqt5-linguist
+%else
+BuildRequires:  libqt5-qttools
+%endif
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Script)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
@@ -60,16 +66,14 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 # SED-FIX-OPENSUSE -- Fix paths
 sed -i -e 's|/usr/local|/usr|;
s|/share/doc/|/share/doc/packages/|' Makefile
 
-# SED-FIX-OPENSUSE -- Fix zero-length docs
-# cp debian-rvm/changelog-orig Changelog
-
 # Some docs have the DOS line ends
-dos2unix Changelog *.txt
+dos2unix *.txt
 
 %build
 make %{?_smp_mflags} \
@@ -91,14 +95,14 @@
 %endif
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc Changelog *.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/%{name}
 
 %changelog

++ smtube-15.11.0.tar.bz2 -> smtube-16.3.0.tar.bz2 ++
 14543 lines of diff (skipped)

++ smtube-no-download-option.diff ++
--- src/smtube.pro.orig 2016-02-29 03:06:38.0 +0300
+++ src/smtube.pro  2016-03-08 19:31:34.20680 +0300
@@ -7,7 +7,6 @@
 
 DEFINES += USE_PLAYERS
 DEFINES += YT_USE_SCRIPT
-DEFINES += D_BUTTON
 DEFINES += STYLE_SWITCHING
 
 DEFINES += D_PLAYERS



commit patchinfo.4792 for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4792 for 
openSUSE:13.2:Update checked in at 2016-03-18 10:43:35

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


Package is "patchinfo.4792"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  Clementine (Your GStreamer installation is 
missing a plug-in.)
  recommended
  moderate
  plater
  
This recommended update for clementine fixes the following issues: 

- Added recommends for gstreamer-0_10-plugins--fluendo_mp3 to fix
  missing plugins message. See boo#904155

- check for 1230 din spec-file and do not use cmake-rpm-macro for 12.3

- Update to 1.2.3
  * Fix compilation with GCC 4.9
  * Fix poor search performance with sqlite 3.8.

  Recommended update for clementine




commit chromium for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2016-03-17 16:35:35

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


Package is "chromium"

Changes:

--- /work/SRC/openSUSE:Factory/chromium/chromium.changes2016-03-08 
10:18:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2016-03-17 
16:49:00.0 +0100
@@ -1,0 +2,18 @@
+Wed Mar  9 08:09:13 UTC 2016 - tittiatc...@gmail.com
+
+- Update to Chromium 49.0.2623.87
+  * Security fixes:
+- CVE-2016-1643: Type confusion in Blink
+- CVE-2016-1644: Use-after-free in Blink
+- CVE-2016-1645: Out-of-bounds write in PDFium
+
+---
+Tue Mar  8 09:14:00 UTC 2016 - tittiatc...@gmail.com
+
+- Change the build method used on Packman.
+  * Drop patch no-clang-on-packman.diff . This is no longer required
+as that ninja is respecting the build flags correctly.
+
+- Drop unused patch skia.patch
+
+---

Old:

  chromium-49.0.2623.75.tar.xz
  no-clang-on-packman.diff
  skia.patch

New:

  chromium-49.0.2623.87.tar.xz



Other differences:
--
++ chromium.spec ++
--- /var/tmp/diff_new_pack.U2nOmB/_old  2016-03-17 16:49:15.0 +0100
+++ /var/tmp/diff_new_pack.U2nOmB/_new  2016-03-17 16:49:15.0 +0100
@@ -18,7 +18,7 @@
 
 %define chromium_no_dlopen 1
 Name:   chromium
-Version:49.0.2623.75
+Version:49.0.2623.87
 Release:0
 Summary:Google's opens source browser project
 License:BSD-3-Clause and LGPL-2.1+
@@ -50,8 +50,6 @@
 Patch7: chromium-sandbox-pie.patch
 # PATCH-FIX-OPENSUSE Adjust ldflags for better building
 Patch8: adjust-ldflags-no-keep-memory.patch
-# PATCH-FIX-OPENSUSE no-clang-on-packman.diff - We can't use clang build flags 
on packman
-Patch9: no-clang-on-packman.diff
 # PATCH-FIX-OPENSUSE gcc50-fixes.diff - Fix the GCC version detection
 Patch10:gcc50-fixes.diff
 # PATCH-FIX-OPENSUSE 
chromium-46.0.2490.71-fix-missing-i18n_process_css_test.patch - file was removed
@@ -63,7 +61,6 @@
 # archlinux arm enhancement patches
 Patch100:   arm-webrtc-fix.patch
 Patch101:   chromium-arm-r0.patch
-Patch102:   skia.patch
 BuildRequires:  SDL-devel
 BuildRequires:  alsa-devel
 BuildRequires:  bison
@@ -104,6 +101,7 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  libvpx-devel
 BuildRequires:  ncurses-devel
+BuildRequires:  ninja
 BuildRequires:  pam-devel
 BuildRequires:  pciutils-devel
 BuildRequires:  pkg-config
@@ -126,6 +124,7 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libcrypto)
 BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libffi)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(nspr) >= 4.9.5
@@ -142,7 +141,6 @@
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
-BuildRequires:  pkgconfig(libffi)
 Requires:   alsa
 Requires:   ffmpegsumo
 Requires:   hicolor-icon-theme
@@ -160,9 +158,6 @@
 Provides:   %{name}-suid-helper = %{version}
 # There is no v8 for ppc and thus chromium won't run on ppc. For aarch64 
certain buildrequires are missing (e.g. valgrind)
 ExcludeArch:aarch64 ppc ppc64 ppc64le
-%if !0%{?packman_bs}
-BuildRequires:  ninja
-%endif
 #Requirements to build a fully functional ffmpeg
 # This can only be done on packman OBS
 %if 0%{?packman_bs}
@@ -251,9 +246,6 @@
 %patch5
 %patch7
 %patch8
-%if 0%{?packman_bs}
-%patch9
-%endif
 %if 0%{?suse_version} > 1320
 %patch10
 %endif
@@ -266,7 +258,6 @@
 # archlinux arm enhancements
 %patch100
 %patch101
-#patch102
 
 export PATH="$PATH":`pwd`/depot_tools
 
@@ -293,8 +284,7 @@
  -Denable_widevine=1"
 
 %if 0%{?packman_bs}
-myconf+=" -Dffmpeg_branding=Chrome
-  -Dclang=0"
+myconf+=" -Dffmpeg_branding=Chrome"
 %endif
 
 myconf+=" -Ddisable_nacl=1"
@@ -354,15 +344,13 @@
   -Dgoogle_default_client_secret=KDTRKEZk2jwT_7CDpcmMA--P"
 
 build/linux/unbundle/replace_gyp_files.py $myconf
+export GYP_GENERATORS='ninja'
 
 %if 0%{?packman_bs}
-./build/gyp_chromium -f make third_party/ffmpeg/ffmpeg.gyp --no-parallel 
--depth . $myconf
-cd third_party/ffmpeg
-make -r %{?_smp_mflags} -f ffmpeg.Makefile BUILDTYPE=Release V=1
+./build/gyp_chromium build/all.gyp --no-parallel --depth .  $myconf
+ninja -C out/Release ffmpeg
 %else
-export GYP_GENERATORS='ninja'
 ./build/gyp_chromium build/all.gyp --depth .  $myconf
-
 ninja -C out/Release chrome
 
 # 

commit cgit for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package cgit for openSUSE:13.2:Update 
checked in at 2016-03-17 11:45:20

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


Package is "cgit"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.3rS6yi/_old  2016-03-17 11:45:20.0 +0100
+++ /var/tmp/diff_new_pack.3rS6yi/_new  2016-03-17 11:45:20.0 +0100
@@ -1 +1 @@
-
+




commit perl-XML-LibXML-Simple for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML-Simple for 
openSUSE:Factory checked in at 2016-03-18 21:31:00

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


Package is "perl-XML-LibXML-Simple"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-XML-LibXML-Simple/perl-XML-LibXML-Simple.changes
2015-04-22 01:10:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-XML-LibXML-Simple.new/perl-XML-LibXML-Simple.changes
   2016-03-18 21:31:17.0 +0100
@@ -1,0 +2,13 @@
+Sun Mar 13 10:46:13 UTC 2016 - co...@suse.com
+
+- updated to 0.96
+   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
+
+  version 0.96: Fri 11 Mar 15:09:43 CET 2016
+  
+   Improvements:
+   - deprecate XML input from 'undef'
+   - rewrite UNIVERSAL::isa into blessed ->isa
+   - implement hooks on nodes
+
+---

Old:

  XML-LibXML-Simple-0.95.tar.gz

New:

  XML-LibXML-Simple-0.96.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-XML-LibXML-Simple.spec ++
--- /var/tmp/diff_new_pack.nsyDgc/_old  2016-03-18 21:31:18.0 +0100
+++ /var/tmp/diff_new_pack.nsyDgc/_new  2016-03-18 21:31:18.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-XML-LibXML-Simple
 #
-# 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-XML-LibXML-Simple
-Version:0.95
+Version:0.96
 Release:0
 %define cpan_name XML-LibXML-Simple
 Summary:XML::LibXML clone of XML::Simple::XMLin()
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/XML-LibXML-Simple/
-Source: 
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ XML-LibXML-Simple-0.95.tar.gz -> XML-LibXML-Simple-0.96.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/ChangeLog 
new/XML-LibXML-Simple-0.96/ChangeLog
--- old/XML-LibXML-Simple-0.95/ChangeLog2014-12-22 08:20:35.0 
+0100
+++ new/XML-LibXML-Simple-0.96/ChangeLog2016-03-11 15:09:51.0 
+0100
@@ -1,6 +1,13 @@
 
 === version history for XML::LibXML::Simple
 
+version 0.96: Fri 11 Mar 15:09:43 CET 2016
+
+   Improvements:
+   - deprecate XML input from 'undef'
+   - rewrite UNIVERSAL::isa into blessed ->isa
+   - implement hooks on nodes
+
 version 0.95: Mon Dec 22 08:19:53 CET 2014
 
Fixes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/META.json 
new/XML-LibXML-Simple-0.96/META.json
--- old/XML-LibXML-Simple-0.95/META.json2014-12-22 08:20:36.0 
+0100
+++ new/XML-LibXML-Simple-0.96/META.json2016-03-11 15:09:52.0 
+0100
@@ -33,11 +33,12 @@
   "runtime" : {
  "requires" : {
 "File::Slurp::Tiny" : "0",
+"Scalar::Util" : "0",
 "Test::More" : "0.54",
 "XML::LibXML" : "1.64"
  }
   }
},
"release_status" : "stable",
-   "version" : "0.95"
+   "version" : "0.96"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/META.yml 
new/XML-LibXML-Simple-0.96/META.yml
--- old/XML-LibXML-Simple-0.95/META.yml 2014-12-22 08:20:35.0 +0100
+++ new/XML-LibXML-Simple-0.96/META.yml 2016-03-11 15:09:52.0 +0100
@@ -19,6 +19,7 @@
 - inc
 requires:
   File::Slurp::Tiny: 0
+  Scalar::Util: 0
   Test::More: 0.54
   XML::LibXML: 1.64
-version: 0.95
+version: 0.96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-Simple-0.95/Makefile.PL 
new/XML-LibXML-Simple-0.96/Makefile.PL
--- old/XML-LibXML-Simple-0.95/Makefile.PL  2014-12-22 08:19:40.0 
+0100
+++ new/XML-LibXML-Simple-0.96/Makefile.PL  2016-03-11 15:09:51.0 
+0100
@@ -4,11 +4,12 @@
 
 WriteMakefile
  ( NAME=> 'XML::LibXML::Simple'
- , VERSION => '0.95'
+ , VERSION => '0.96'
  , PREREQ_PM=>
{ XML::LibXML   => 1.64

commit caja for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2016-03-17 16:35:30

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


Package is "caja"

Changes:

--- /work/SRC/openSUSE:Factory/caja/caja.changes2016-02-22 
08:58:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes   2016-03-17 
16:48:39.0 +0100
@@ -1,0 +2,14 @@
+Tue Mar 15 19:41:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.12.6:
+  * Really fix loading multiple python extensions.
+
+---
+Mon Mar 14 15:17:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.12.5:
+  * Fix loading multiple Python extensions.
+  * GTK+3: fix crash on Ctrl + scroll wheel.
+- Rename caja-gsettings-schemas package to caja-gschemas.
+
+---

Old:

  caja-1.12.4.tar.xz

New:

  caja-1.12.6.tar.xz



Other differences:
--
++ caja.spec ++
--- /var/tmp/diff_new_pack.6Ygtgb/_old  2016-03-17 16:48:40.0 +0100
+++ /var/tmp/diff_new_pack.6Ygtgb/_new  2016-03-17 16:48:40.0 +0100
@@ -20,7 +20,7 @@
 %define typelib typelib-1_0-Caja-2_0
 %define _version 1.12
 Name:   caja
-Version:1.12.4
+Version:1.12.6
 Release:0
 Summary:File manager for the MATE desktop
 License:GPL-2.0 and LGPL-2.0
@@ -55,6 +55,8 @@
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 
+%lang_package
+
 %package devel
 Summary:Caja development files
 License:GPL-2.0 and LGPL-2.0
@@ -75,7 +77,7 @@
 Summary:Caja shared libraries
 License:GPL-2.0 and LGPL-2.0
 Group:  System/Libraries
-Requires:   %{name}-gsettings-schemas = %{version}
+Requires:   %{name}-gschemas = %{version}
 
 %description -n %{lname}
 Caja is the official file manager for the MATE desktop. It allows to
@@ -85,20 +87,23 @@
 
 # Needed for using pluma as standalone from MATE.
 
-%package gsettings-schemas
-Summary:Caja schemas
+%package gschemas
+Summary:Caja GSchemas
 License:LGPL-2.0+
 Group:  System/Libraries
 Obsoletes:  mate-file-manager < %{version}
+# caja-gsettings-schemas was last used in openSUSE Leap 42.1.
+Obsoletes:  %{name}-gsettings-schemas < %{version}
+Provides:   %{name}-gsettings-schemas = %{version}
 %glib2_gsettings_schema_requires
 
-%description gsettings-schemas
+%description gschemas
 Caja is the official file manager for the MATE desktop. It allows to
 browse directories, preview files and launch applications associated
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 
-This package provides the gsettings schemas for Caja.
+This package provides the GSettings schemas for Caja.
 
 %package -n %{typelib}
 Summary:MATE file manager typelib
@@ -111,12 +116,11 @@
 with them. It is also responsible for handling the icons on the MATE
 desktop. It works on local and remote filesystems.
 
-%lang_package
-
 %prep
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
   --libexecdir=%{_libexecdir}/%{name} \
   --disable-update-mimedb \
@@ -158,13 +162,11 @@
 %icon_theme_cache_postun
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
-
-%post gsettings-schemas
+%post gschemas
 %glib2_gsettings_schema_post
 
-%postun gsettings-schemas
+%postun gschemas
 %glib2_gsettings_schema_postun
 
 %files
@@ -197,6 +199,9 @@
 %dir %{_datadir}/caja/extensions/
 %dir %{_datadir}/caja-extensions/
 
+%files lang -f caja.lang
+%defattr(-,root,root)
+
 %files -n %{typelib}
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Caja-2.0.typelib
@@ -205,7 +210,7 @@
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 
-%files gsettings-schemas
+%files gschemas
 %defattr(-,root,root)
 %{_datadir}/glib-2.0/schemas/*.xml
 
@@ -217,7 +222,4 @@
 %{_libdir}/pkgconfig/libcaja-extension.pc
 %{_datadir}/gir-1.0/Caja-2.0.gir
 
-%files lang -f caja.lang
-%defattr(-,root,root)
-
 %changelog

++ caja-1.12.4.tar.xz -> caja-1.12.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/caja-1.12.4/NEWS new/caja-1.12.6/NEWS
--- old/caja-1.12.4/NEWS2016-02-15 15:03:23.0 +0100
+++ new/caja-1.12.6/NEWS2016-03-14 15:59:28.0 +0100
@@ -1,3 +1,13 @@
+Major changes in 1.12.6 are:
+* Really fix loading multiple python extensions: revert the commit
+  that proved to broke the fix. NOTE: as a side effect, the extensions
+  list will now 

commit yast2-drbd for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-drbd for openSUSE:Factory 
checked in at 2016-03-17 16:36:20

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


Package is "yast2-drbd"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes2015-11-22 
11:02:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-drbd.new/yast2-drbd.changes   
2016-03-17 16:49:48.0 +0100
@@ -1,0 +2,17 @@
+Thu Mar 17 01:59:37 UTC 2016 - nw...@suse.com
+
+- bsc#971508, many syntax change after drbdv8.4
+- Syntax change: support md-flushes in disk section
+- Syntax change: protocol option move to net section
+- Syntax change: move al-extents/verify-alg from syncer section
+ to disk/net section.
+- Syntax change: Support options section in conf, but no UI.
+- Fix gsub search in in ruby agent
+- Version 3.1.20
+
+---
+Wed Jan 20 07:26:13 UTC 2016 - nw...@suse.com
+
+- Replace ag_drbd with new generated one by rubygem-racc 1.4.14
+
+---

Old:

  yast2-drbd-3.1.19.tar.bz2

New:

  yast2-drbd-3.1.20.tar.bz2



Other differences:
--
++ yast2-drbd.spec ++
--- /var/tmp/diff_new_pack.WihJXv/_old  2016-03-17 16:49:49.0 +0100
+++ /var/tmp/diff_new_pack.WihJXv/_new  2016-03-17 16:49:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-drbd
 #
-# 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:   yast2-drbd
-Version:3.1.19
+Version:3.1.20
 Release:0
 
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services

++ yast2-drbd-3.1.19.tar.bz2 -> yast2-drbd-3.1.20.tar.bz2 ++
 2830 lines of diff (skipped)




commit openblas for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2016-03-18 21:42:23

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.changes2015-10-28 
17:31:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes   2016-03-18 
21:42:25.0 +0100
@@ -1,0 +2,23 @@
+Wed Mar 16 19:35:53 UTC 2016 - idon...@suse.com
+
+- Update to version 0.2.16
+  * Upgrade LAPACK to 3.6.0 version.
+  * Disable multi-threading for small size swap and ger.
+  * Improve small zger, zgemv, ztrmv using stack alloction.
+  * Let openblas_get_num_threads return the number of active threads.
+  * Fix LAPACK Dormbr, Dormlq bug.
+  * Avoid potential getenv segfault.
+  * Import LAPACK svn bugfix #142-#147,#150-#155
+  * Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller.
+  * Detect Intel Avoton.
+  * Detect AMD Trinity, Richland, E2-3200.
+  * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
+  * Fix bug with scipy linalg test.
+  * Support and optimize Cortex-A57 AArch64.
+  * Update ARMV6 kernels.
+  * Improve DGEMM for ARM Cortex-A57.
+  * Fix detection of POWER architecture.
+  * Optimize D and Z BLAS3 functions for Power8.
+- Remove openblas-libs.patch, not needed.
+
+---

Old:

  openblas-0.2.15.tar.gz
  openblas-libs.patch

New:

  openblas-0.2.16.tar.gz



Other differences:
--
++ openblas.spec ++
--- /var/tmp/diff_new_pack.akHmbS/_old  2016-03-18 21:42:26.0 +0100
+++ /var/tmp/diff_new_pack.akHmbS/_new  2016-03-18 21:42:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openblas
 #
-# 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:   openblas
-Version:0.2.15
+Version:0.2.16
 Release:0
 Summary:An optimized BLAS library based on GotoBLAS2
 License:BSD-3-Clause
@@ -25,8 +25,6 @@
 Url:http://www.openblas.net
 Source0:
https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:README.SUSE
-# PATCH-FIX-UPSTREAM openblas-libs.patch: Link against libgfortran
-Patch0: openblas-libs.patch
 # PATCH-FIX-UPSTREAM c_xerbla_no-void-return.patch
 Patch1: c_xerbla_no-void-return.patch
 # PATCH-FIX-UPSTREAM openblas-noexecstack.patch
@@ -174,7 +172,6 @@
 # Untar source
 tar -zxf %{SOURCE0}
 cd OpenBLAS-%{version}
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 cd ..

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




commit yast2-mail for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2016-03-18 21:38:11

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


Package is "yast2-mail"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes2016-01-16 
11:55:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes   
2016-03-18 21:38:13.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 16 16:04:55 UTC 2016 - knut.anders...@suse.com
+
+- Moved cfg_mail.scr to yast2 due to circular dependencies with
+  yast2-security and yast2-users. (FATE#319711)
+- 3.1.7
+
+---

Old:

  yast2-mail-3.1.6.tar.bz2

New:

  yast2-mail-3.1.7.tar.bz2



Other differences:
--
++ yast2-mail.spec ++
--- /var/tmp/diff_new_pack.27YD5D/_old  2016-03-18 21:38:14.0 +0100
+++ /var/tmp/diff_new_pack.27YD5D/_new  2016-03-18 21:38:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,8 @@
 
 # new firewall interface
 # Wizard::SetDesktopTitleAndIcon
-Requires:   yast2 >= 2.21.22
+# cfg_mail.scr
+Requires:   yast2 >= 3.1.179
 Requires:   yast2-ldap
 Requires:   yast2-users
 Provides:   yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp

++ yast2-mail-3.1.6.tar.bz2 -> yast2-mail-3.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.6/package/yast2-mail.changes 
new/yast2-mail-3.1.7/package/yast2-mail.changes
--- old/yast2-mail-3.1.6/package/yast2-mail.changes 2016-01-14 
12:53:13.0 +0100
+++ new/yast2-mail-3.1.7/package/yast2-mail.changes 2016-03-17 
12:16:07.0 +0100
@@ -1,4 +1,11 @@
 ---
+Wed Mar 16 16:04:55 UTC 2016 - knut.anders...@suse.com
+
+- Moved cfg_mail.scr to yast2 due to circular dependencies with
+  yast2-security and yast2-users. (FATE#319711)
+- 3.1.7
+
+---
 Tue Nov 17 09:21:07 UTC 2015 - igonzalezs...@suse.com
 
 - Fix validation of AutoYaST profiles (bsc#954412)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.6/package/yast2-mail.spec 
new/yast2-mail-3.1.7/package/yast2-mail.spec
--- old/yast2-mail-3.1.6/package/yast2-mail.spec2016-01-14 
12:53:13.0 +0100
+++ new/yast2-mail-3.1.7/package/yast2-mail.spec2016-03-17 
09:21:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:3.1.6
+Version:3.1.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,8 @@
 
 # new firewall interface
 # Wizard::SetDesktopTitleAndIcon
-Requires:  yast2 >= 2.21.22
+# cfg_mail.scr
+Requires:  yast2 >= 3.1.179
 Requires:  yast2-users
 Requires:  yast2-ldap
 Provides:  yast2-config-network:/usr/lib/YaST2/clients/lan_sendmail.ycp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.6/src/Makefile.am 
new/yast2-mail-3.1.7/src/Makefile.am
--- old/yast2-mail-3.1.6/src/Makefile.am2016-01-14 12:53:13.0 
+0100
+++ new/yast2-mail-3.1.7/src/Makefile.am2016-03-17 09:21:54.0 
+0100
@@ -23,7 +23,6 @@
   scrconf/mail_fetchmail.scr \
   scrconf/cfg_fetchmail.scr \
   scrconf/cfg_sendmail.scr \
-  scrconf/cfg_mail.scr \
   scrconf/mail_p_auth.scr \
   scrconf/mail_p_virtual.scr \
   scrconf/mail_ldaptable.scr \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.6/src/scrconf/cfg_mail.scr 
new/yast2-mail-3.1.7/src/scrconf/cfg_mail.scr
--- old/yast2-mail-3.1.6/src/scrconf/cfg_mail.scr   2016-01-14 
12:53:13.0 +0100
+++ new/yast2-mail-3.1.7/src/scrconf/cfg_mail.scr   1970-01-01 
01:00:00.0 +0100
@@ -1,30 +0,0 @@
-/**
- * File:
- *   cfg_mail.scr
- * Summary:
- *   SCR Agent for reading/writing /etc/sysconfig/mail
- *   using the ini-agent
- * Access:
- *   read/write
- * Authors:
- *   Martin Vidner 
- * See:
- *   yast2-agent-ini/ini.html
- *   libscr
- * Example:
- *   Read(.sysconfig.mail.FROM_HEADER)
- *   ("mycompany.com")
- **
- *   Write(.sysconfig.mail.FROM_HEADER, "MyCompany.com")
- *   (true)
- *
- * $Id$
- *
- * Read/Sets the values defined in /etc/sysconfig/mail
- * in an easy manner.
- */
-.sysconfig.mail
-
-`ag_ini(
-  

commit tesseract-ocr-traineddata for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package tesseract-ocr-traineddata for 
openSUSE:Factory checked in at 2016-03-17 16:35:25

Comparing /work/SRC/openSUSE:Factory/tesseract-ocr-traineddata (Old)
 and  /work/SRC/openSUSE:Factory/.tesseract-ocr-traineddata.new (New)


Package is "tesseract-ocr-traineddata"

Changes:

--- 
/work/SRC/openSUSE:Factory/tesseract-ocr-traineddata/tesseract-ocr-traineddata.changes
  2015-10-14 16:45:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.tesseract-ocr-traineddata.new/tesseract-ocr-traineddata.changes
 2016-03-17 16:48:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 16:35:21 UTC 2016 - dval...@suse.com
+
+- Set disk constraints to 6GB
+
+---

New:

  _constraints



Other differences:
--
++ tesseract-ocr-traineddata.spec ++
--- /var/tmp/diff_new_pack.9BqkmI/_old  2016-03-17 16:48:38.0 +0100
+++ /var/tmp/diff_new_pack.9BqkmI/_new  2016-03-17 16:48:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tesseract-ocr-traineddata
 #
-# 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

++ _constraints ++


  
6
  






commit perl-File-Rsync for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Rsync for openSUSE:Factory 
checked in at 2016-03-17 16:34:10

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


Package is "perl-File-Rsync"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Rsync/perl-File-Rsync.changes  
2015-09-24 06:16:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-File-Rsync.new/perl-File-Rsync.changes 
2016-03-17 16:47:42.0 +0100
@@ -1,0 +2,15 @@
+Fri Mar 11 10:07:35 UTC 2016 - co...@suse.com
+
+- updated to 0.49
+   see /usr/share/doc/packages/perl-File-Rsync/Changelog
+
+  Thu Mar 10 07:52:24 CST 2016 ( leakin at japh dot net )
+  
+   * version 0.49: fix infun, broken since 0.46 refactor
+  
+   Michal Krupicka ( Michal dot Krupicka at skoda-auto dot cz ) reported
+   that I broke the the input function (it worked differently from 0.45
+   and the documentation) when I converted to using IPC::Run3.  This 
restores
+   compatability with 0.45. Thanks Michal.
+
+---

Old:

  File-Rsync-0.48.tar.gz

New:

  File-Rsync-0.49.tar.gz



Other differences:
--
++ perl-File-Rsync.spec ++
--- /var/tmp/diff_new_pack.NbGhEp/_old  2016-03-17 16:47:43.0 +0100
+++ /var/tmp/diff_new_pack.NbGhEp/_new  2016-03-17 16:47:43.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Rsync
 #
-# 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-File-Rsync
-Version:0.48
+Version:0.49
 Release:0
 %define cpan_name File-Rsync
 Summary:Perl Module Interface to Rsync(1) 
F

++ File-Rsync-0.48.tar.gz -> File-Rsync-0.49.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Rsync-0.48/Changelog 
new/File-Rsync-0.49/Changelog
--- old/File-Rsync-0.48/Changelog   2015-09-21 23:00:34.0 +0200
+++ new/File-Rsync-0.49/Changelog   2016-03-10 14:59:12.0 +0100
@@ -1,3 +1,12 @@
+Thu Mar 10 07:52:24 CST 2016 ( leakin at japh dot net )
+
+   * version 0.49: fix infun, broken since 0.46 refactor
+
+   Michal Krupicka ( Michal dot Krupicka at skoda-auto dot cz ) reported
+   that I broke the the input function (it worked differently from 0.45
+   and the documentation) when I converted to using IPC::Run3.  This 
restores
+   compatability with 0.45. Thanks Michal.
+
 Mon Sep 21 15:58:35 CDT 2015 ( leakin at dfw dot nostrum dot com )
 
* version 0.48: fix list option parsing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Rsync-0.48/META.json 
new/File-Rsync-0.49/META.json
--- old/File-Rsync-0.48/META.json   2015-09-21 23:03:06.0 +0200
+++ new/File-Rsync-0.49/META.json   2016-03-10 15:07:07.0 +0100
@@ -40,6 +40,6 @@
   }
},
"release_status" : "stable",
-   "version" : "0.48",
+   "version" : "0.49",
"x_serialization_backend" : "JSON::PP version 2.27200"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Rsync-0.48/META.yml new/File-Rsync-0.49/META.yml
--- old/File-Rsync-0.48/META.yml2015-09-21 23:03:06.0 +0200
+++ new/File-Rsync-0.49/META.yml2016-03-10 15:07:07.0 +0100
@@ -22,5 +22,5 @@
   IPC::Run3: '0'
   Scalar::Util: '0'
   Test::More: '0'
-version: '0.48'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '0.49'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Rsync-0.48/README new/File-Rsync-0.49/README
--- old/File-Rsync-0.48/README  2015-07-30 16:33:10.0 +0200
+++ new/File-Rsync-0.49/README  2016-03-10 14:51:11.0 +0100
@@ -1,7 +1,7 @@
 File-Rsync - A wrapper module for rsync(1) http://rsync.samba.org/rsync/
 
 ***
-Copyright (C) 2000-2015 Lee Eakin.  All rights reserved.
+Copyright (C) 2000-2016 Lee Eakin.  All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
 ***
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit udisks2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package udisks2 for openSUSE:Factory checked 
in at 2016-03-18 21:37:25

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


Package is "udisks2"

Changes:

--- /work/SRC/openSUSE:Factory/udisks2/udisks2.changes  2015-07-19 
11:45:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.udisks2.new/udisks2.changes 2016-03-18 
21:37:26.0 +0100
@@ -1,0 +2,22 @@
+Fri Mar  4 07:46:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 2.1.7:
+  + Allow disabling ACL.
+  + udisksctl: Properly redirect stdout.
+  + Catch bogus UUID changes of MDRAIDs.
+  + Fix udiskctl help for glib 2.45.
+  + udisks2.service.in: Add [Install] section.
+  + Fix translator comments in udisksobjectinfo.c.
+  + integration-test: Explicitly require UDisks 2.0 typelib.
+  + integration-test: Fix wait_timeout/busy error messages.
+  + integration-test: PEP-8 fixes.
+  + integration-test: Fix Polkit.test_removable_fs.
+  + test_polkitd.py: Fix race condition in waiting for test
+polkitd.
+  + integration-test: Fix race condition in fake CD drive creation.
+  + integration-test: Add timeout to readd_device().
+  + Add support for read look-ahead ATA settings (fdo#92488).
+- Add tarball signing.
+- Change group to System/Daemons.
+
+---

Old:

  udisks-2.1.6.tar.bz2

New:

  udisks-2.1.7.tar.bz2
  udisks-2.1.7.tar.bz2.sign
  udisks2.keyring



Other differences:
--
++ udisks2.spec ++
--- /var/tmp/diff_new_pack.q9jANT/_old  2016-03-18 21:37:27.0 +0100
+++ /var/tmp/diff_new_pack.q9jANT/_new  2016-03-18 21:37:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks2
 #
-# 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,13 +18,15 @@
 
 %define _name   udisks
 Name:   udisks2
-Version:2.1.6
+Version:2.1.7
 Release:0
 Summary:Disk Management Service, version 2
 License:GPL-2.0+
-Group:  System Environment/Daemons
+Group:  System/Daemons
 Url:http://freedesktop.org/wiki/Software/udisks
 Source: 
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2
+Source1:
http://udisks.freedesktop.org/releases/%{_name}-%{version}.tar.bz2.sign
+Source2:%{name}.keyring
 # Needed to build the man pages.
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  intltool
@@ -43,7 +45,7 @@
 BuildRequires:  pkgconfig(udev)
 # sgdisk is called by udisksd to modify the partition tables... thus a needed 
tool.
 Requires:   gptfdisk
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 %{?systemd_requires}
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -107,7 +109,7 @@
 %service_add_pre udisks2.service
 
 %post
-%{udev_rules_update}
+%udev_rules_update
 %service_add_post udisks2.service
 
 %preun
@@ -117,7 +119,6 @@
 %service_del_postun udisks2.service
 
 %post -n libudisks2-0 -p /sbin/ldconfig
-
 %postun -n libudisks2-0 -p /sbin/ldconfig
 
 %files

++ udisks-2.1.6.tar.bz2 -> udisks-2.1.7.tar.bz2 ++
 63592 lines of diff (skipped)

++ udisks2.keyring ++
 2235 lines (skipped)




commit emacs for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package emacs for openSUSE:Factory checked 
in at 2016-03-18 21:32:18

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


Package is "emacs"

Changes:

--- /work/SRC/openSUSE:Factory/emacs/emacs.changes  2016-03-09 
15:15:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2016-03-18 
21:32:20.0 +0100
@@ -1,0 +2,8 @@
+Thu Mar 10 12:07:49 UTC 2016 - wer...@suse.de
+
+- Add patch debbugs16737.patch due user request from Arun Persaud
+  to avoid hangs for several seconds or 10s of seconds in case of
+  pasting large amount of text
+  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16737#185
+
+---

New:

  debbugs16737.patch



Other differences:
--
++ emacs.spec ++
--- /var/tmp/diff_new_pack.enEagy/_old  2016-03-18 21:32:22.0 +0100
+++ /var/tmp/diff_new_pack.enEagy/_new  2016-03-18 21:32:22.0 +0100
@@ -113,6 +113,7 @@
 Patch12:emacs-24.3-x11r7.patch
 Patch15:emacs-24.3-iconic.patch
 Patch16:emacs-24.4-flyspell.patch
+Patch17:debbugs16737.patch
 Patch22:emacs-24.1-bnc628268.patch
 
 Patch30:emacs-24-0010-ELF-unexec-Correct-section-header-index.patch
@@ -238,6 +239,7 @@
 %patch12 -p0 -b .x11r7
 %patch15 -p0 -b .iconic
 %patch16 -p0 -b .flyspell
+%patch17 -p0 -b .sigio
 %patch22 -p0 -b .obsolate
 %patch   -p0 -b .0
 %patch30 -p1

++ debbugs16737.patch ++
|
| Compare with
| https://lists.gnu.org/archive/html/bug-gnu-emacs/2015-07/msg00287.html
|
| Based on git commit 4d7e6e51dd4acecff466a28d958c50f34fc130b8

From: Mike Crowe
Subject: [PATCH] Re-enable SIGIO when waiting for events
Date: Sat, 11 Jul 2015 12:58:00 +0100

Pasting a large string into an Emacs tty frame causes
keyboard.c:kbd_buffer_store_buffered_event to call ignore_sigio()
which sets SIGIO to SIG_IGN.

Unfortunately no-one seems to ever re-enable the SIGIO handler.

This leads to timeouts when attempting to paste into an Emacs X11
frame as reported at
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16737 .

It appears that keyboard.c:kbd_buffer_get_event used to re-enable the
signal handler but that was removed as part of a large signal-handling
clean up in 4d7e6e51dd4acecff466a28d958c50f34fc130b8.

Reinstating the re-enabling of SIGIO in kbd_buffer_get_event solves
the problems reported in bug 16737 for me.

* src/keyboard.c (kbd_buffer_get_event): Re-enable SIGIO when waiting
  for event.
---
 src/keyboard.c |   10 ++
 1 file changed, 10 insertions(+)

--- src/keyboard.c
+++ src/keyboard.c  2016-03-10 07:39:35.770752804 +
@@ -364,6 +364,8 @@ static ptrdiff_t echo_length (void);
 
 static Lisp_Object Qpolling_period;
 
+static void deliver_input_available_signal (int sig);
+
 /* Incremented whenever a timer is run.  */
 unsigned timers_run;
 
@@ -3829,6 +3831,14 @@ kbd_buffer_get_event (KBOARD **kbp,
   /* Start reading input again because we have processed enough to
  be able to accept new events again.  */
   unhold_keyboard_input ();
+#ifdef USABLE_SIGIO
+  if (!noninteractive)
+   {
+ struct sigaction action;
+ emacs_sigaction_init (, deliver_input_available_signal);
+ sigaction (SIGIO, , 0);
+   }
+#endif
   start_polling ();
 }
 #endif /* subprocesses */



commit perl-ExtUtils-MakeMaker for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-ExtUtils-MakeMaker for 
openSUSE:Factory checked in at 2016-03-18 21:30:06

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


Package is "perl-ExtUtils-MakeMaker"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-ExtUtils-MakeMaker/perl-ExtUtils-MakeMaker.changes
  2015-08-25 08:53:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-ExtUtils-MakeMaker.new/perl-ExtUtils-MakeMaker.changes
 2016-03-18 21:30:07.0 +0100
@@ -1,0 +2,332 @@
+Fri Mar 11 10:05:35 UTC 2016 - co...@suse.com
+
+- updated to 7.10
+   see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
+
+  7.10 Thu Sep 10 19:38:55 BST 2015
+  
+  Bug fixes:
+  - Fix an issue with quoting of dist_ci target on Win32
+  
+  7.08 Tue Sep  8 20:24:15 BST 2015
+  
+  This release reverts all the changes since v7.04 until such time
+  as the regressions we have found in the "wild" of CPAN can be
+  tamed
+  
+  ExtUtils::Command has been included in this release as it was
+  reincorporated in v7.06
+  
+  The following bug fixes have also been included:
+  - RT#100268 fix wrong variable being used
+  - Check exit status for commands in "make ci" target
+  - Fix distsignature dependencies for parallel make
+  - The bundled Encode::Locale has been updated to 1.04
+  
+  7.06 Mon Aug 31 18:54:14 BST 2015
+  Enhancements:
+  - version ranges are now supported for PREREQS, etc.
+  - Metadata is now represented internally as Meta Spec 2.0
+  - Use intermediate files to store META.* and *.ppd files
+  - ExtUtils::Command has been re-incorporated at 1.19 of that module
+  - Refactored XS handling
+  - XSMULTI=>1 - put multiple *.xs under lib, it "just works" and XSBUILD
+for refined control of XSMULTI
+  - can do "make test" without first doing "make"
+  
+  Bug fixes:
+  - Handle new warnings from File::Path
+  - Resolve RT#106572 specifying AUTHOR via command-line is broken
+  - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
+  - Sanitise make_type on Win32
+  - Cygwin rebase fixes
+  - Makefile starting comments reflect decoded @ARGV, not raw
+  - Add various targets to .PHONY to avoid disk IO with dmake
+  - Fixed race condition in realclean
+  - improve static-build lib detection
+  - Eliminate non-error STDERR
+  - Make WriteEmptyMakefile Makefile functional when called in subdir
+  - manifypods fixes
+  - perllocal.pod generation "Perl in Space" fix
+  - PASTHRU fixes
+  - Fix distsignature dependencies for parallel make
+  - Check exit status for commands in "make ci" target
+  
+  Dist fixes:
+  - Made %ExtraPrereqs match bundled prereqs
+  - Included MANIFEST.SKIP from ExtUtils::Manifest
+  - The bundled Encode::Locale has been updated to 1.04
+  
+  Test fixes:
+  - test PL_FILES of a "module"
+  - Various tests no longer require a separate .pm file for testing
+  - Support v5.6.1 in various tests
+  - test static build if $ENV{AUTHOR_TESTING}
+  - XS tests now pluggable
+  - test for "Perl in Space"
+  
+  Doc fixes:
+  - better document for PL_FILES, oneliner method
+  - FAQ updated
+  
+  7.05_29 Mon Aug 24 16:00:14 BST 2015
+  Bug fixes:
+  - Handle new warnings from File::Path
+  - Resolve RT#106572 specifying AUTHOR via command-line is broken
+  
+  7.05_28 Wed Aug 19 18:56:25 BST 2015
+  Bug fixes:
+  - Warning on missing TEST_REQUIRES and CONFIGURE_REQUIRES
+  
+  Dist fixes:
+  - Removed .perlcriticrc
+  - Cleaned up Makefile.PL
+  
+  7.05_27 Wed Aug  5 10:31:56 BST 2015
+  
+  No changes since 7.05_26
+  Testing dist build
+  
+  7.05_26 Tue Aug  4 20:36:18 BST 2015
+  Bug fixes:
+  - Reverted pure_all changes due to bug in gmake and
+parallel building perl core
+  
+  7.05_25 Tue Jul  7 18:13:13 BST 2015
+  
+  No changes since 7.05_24
+  Testing dist build
+  
+  7.05_24 Wed Jul  1 19:18:11 BST 2015
+  Bug fixes:
+  - Fix missing pipe in Cygwin rebase command
+  
+  7.05_23 Wed Jun 24 20:17:09 BST 2015
+  Bug fixes:
+  - Sanitise make_type on Win32
+  - Cygwin: do not mess with the image base and do an ephemeral rebase on 
i686
+  
+  7.05_22 Sun Jun 14 14:06:36 BST 2015
+  Dist fixes:
+  - eval $VERSION in all modules
+  
+  7.05_21 Sat Jun 13 14:57:44 BST 2015
+  Enhancements:
+  - Intermediate META.* and *.ppd files now stored under blib/
+  
+  Test fixes:
+  - fixed an executable bit on one of the tests
+  
+  7.05_20 Sat Apr  4 16:20:54 BST 2015
+  Test fixes:
+  - Disable the 

commit llvm for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2016-03-18 21:32:35

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


Package is "llvm"

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2016-03-16 
10:26:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2016-03-18 
21:32:37.0 +0100
@@ -1,0 +2,7 @@
+Wed Mar 16 09:28:51 UTC 2016 - idon...@suse.com
+
+- Use gcc for stage1 bootstrap
+- Add back libstdc++-devel dependency for clang since libc++ is
+  only available for x86-64 atm.
+
+---



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.1PpqcY/_old  2016-03-18 21:32:39.0 +0100
+++ /var/tmp/diff_new_pack.1PpqcY/_new  2016-03-18 21:32:39.0 +0100
@@ -77,11 +77,11 @@
 BuildRequires:  fdupes
 BuildRequires:  flex
 BuildRequires:  gcc
+BuildRequires:  gcc-c++
 BuildRequires:  groff
 BuildRequires:  libedit-devel
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  llvm-clang
 BuildRequires:  ncurses-devel
 BuildRequires:  ninja
 BuildRequires:  python-base
@@ -116,7 +116,7 @@
 %package clang
 Summary:CLANG frontend for LLVM
 Group:  Development/Languages/Other
-Provides:   clang
+Requires:   libstdc++-devel
 
 %description clang
 This package contains the clang (C language) frontend for LLVM.
@@ -218,21 +218,13 @@
 sed -i s,LLDB_REVISION,\"%{_revision}\",g tools/lldb/source/lldb.cpp
 %endif
 
-# ARMv6 needs this exact host triple
-%ifarch armv6hl
-cat > autoconf/config.guess << EOF
-#!/bin/sh
-echo armv6hl-suse-linux-gnueabi
-EOF
-%endif
-
 %build
 TOPLEVEL=$PWD
 mkdir stage1 stage2
 pushd stage1
 
-export CC=clang
-export CXX=clang++
+export CC=gcc
+export CXX=g++
 
 cmake -G "Ninja" \
   -DBUILD_SHARED_LIBS=ON \
@@ -241,8 +233,8 @@
   -DLLVM_TARGETS_TO_BUILD=host \
   -DLLDB_DISABLE_PYTHON=ON \
 %ifarch armv6hl
-  -DCMAKE_C_FLAGS="-target armv6hl-suse-linux-gnueabi -mfloat-abi=hard 
-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp" \
-  -DCMAKE_CXX_FLAGS="-target armv6hl-suse-linux-gnueabi -mfloat-abi=hard 
-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp" \
+  -DCMAKE_C_FLAGS="-mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s 
-mfpu=vfp" \
+  -DCMAKE_CXX_FLAGS="-mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s 
-mfpu=vfp" \
 %endif
 %ifarch armv7hl
   -DCMAKE_C_FLAGS="-mfloat-abi=hard -march=armv7-a -mtune=cortex-a9 
-mfpu=vfpv3-d16" \
@@ -267,8 +259,8 @@
 %endif
   -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %ifarch armv6hl
-  -DCMAKE_C_FLAGS="-target armv6hl-suse-linux-gnueabi -mfloat-abi=hard 
-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp" \
-  -DCMAKE_CXX_FLAGS="-target armv6hl-suse-linux-gnueabi -mfloat-abi=hard 
-march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp" \
+  -DCMAKE_C_FLAGS="-mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s 
-mfpu=vfp" \
+  -DCMAKE_CXX_FLAGS="-mfloat-abi=hard -march=armv6zk -mtune=arm1176jzf-s 
-mfpu=vfp" \
 %endif
 %ifarch armv7hl
   -DCMAKE_C_FLAGS="-mfloat-abi=hard -march=armv7-a -mtune=cortex-a9 
-mfpu=vfpv3-d16" \





commit yast2-update for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-update for openSUSE:Factory 
checked in at 2016-03-18 21:38:01

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


Package is "yast2-update"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes
2016-02-23 16:52:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2016-03-18 21:38:02.0 +0100
@@ -1,0 +2,7 @@
+Mon Mar 14 10:27:34 UTC 2016 - igonzalezs...@suse.com
+
+- Remove Yast::Transfer::FileFromUrl as it will be present
+  in yast2-installation (FATE#319716).
+- 3.1.37
+
+---

Old:

  yast2-update-3.1.36.tar.bz2

New:

  yast2-update-3.1.37.tar.bz2



Other differences:
--
++ yast2-update.spec ++
--- /var/tmp/diff_new_pack.5Rs0go/_old  2016-03-18 21:38:03.0 +0100
+++ /var/tmp/diff_new_pack.5Rs0go/_new  2016-03-18 21:38:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -115,13 +115,9 @@
 %{yast_clientdir}/rootpart_check_keyboard.rb
 
 %dir %{yast_yncludedir}
-%dir %{yast_yncludedir}/update
+%{yast_yncludedir}/update
 %{yast_yncludedir}/update/rootpart.rb
 
-%dir %{yast_libdir}
-%dir %{yast_libdir}/transfer
-%{yast_libdir}/transfer/file_from_url.rb
-
 %doc %{yast_docdir}
 
 %files FACTORY

++ yast2-update-3.1.36.tar.bz2 -> yast2-update-3.1.37.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.36/.travis.yml 
new/yast2-update-3.1.37/.travis.yml
--- old/yast2-update-3.1.36/.travis.yml 2016-02-17 11:02:12.0 +0100
+++ new/yast2-update-3.1.37/.travis.yml 2016-03-14 13:57:32.0 +0100
@@ -5,7 +5,7 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-packager yast2-transfer yast2-installation-control" -g "rspec:3.3.0 
yast-rake gettext"
+- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-packager yast2-installation-control" -g "rspec:3.3.0 yast-rake gettext"
 script:
 - rake check:syntax
 - rake check:pot
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.36/package/yast2-update.changes 
new/yast2-update-3.1.37/package/yast2-update.changes
--- old/yast2-update-3.1.36/package/yast2-update.changes2016-02-17 
11:02:12.0 +0100
+++ new/yast2-update-3.1.37/package/yast2-update.changes2016-03-14 
13:57:32.0 +0100
@@ -1,4 +1,11 @@
 ---
+Mon Mar 14 10:27:34 UTC 2016 - igonzalezs...@suse.com
+
+- Remove Yast::Transfer::FileFromUrl as it will be present
+  in yast2-installation (FATE#319716).
+- 3.1.37
+
+---
 Tue Feb 16 14:53:11 UTC 2016 - mvid...@suse.com
 
 - Moved Yast::Transfer::FileFromUrl here from autoyast2.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.36/package/yast2-update.spec 
new/yast2-update-3.1.37/package/yast2-update.spec
--- old/yast2-update-3.1.36/package/yast2-update.spec   2016-02-17 
11:02:12.0 +0100
+++ new/yast2-update-3.1.37/package/yast2-update.spec   2016-03-14 
13:57:32.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-update
-Version:3.1.36
+Version:3.1.37
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -115,13 +115,9 @@
 %{yast_clientdir}/rootpart_check_keyboard.rb
 
 %dir %{yast_yncludedir}
-%dir %{yast_yncludedir}/update
+%{yast_yncludedir}/update
 %{yast_yncludedir}/update/rootpart.rb
 
-%dir %{yast_libdir}
-%dir %{yast_libdir}/transfer
-%{yast_libdir}/transfer/file_from_url.rb
-
 %doc %{yast_docdir}
 
 %files FACTORY
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-update-3.1.36/src/Makefile.am 
new/yast2-update-3.1.37/src/Makefile.am
--- old/yast2-update-3.1.36/src/Makefile.am 2016-02-17 11:02:12.0 
+0100
+++ new/yast2-update-3.1.37/src/Makefile.am 2016-03-14 13:57:32.0 
+0100
@@ -23,10 +23,6 @@
 ynclude_DATA = \
   include/update/rootpart.rb
 
-ylibdir = @ylibdir@/transfer
-ylib_DATA = \
-  lib/transfer/file_from_url.rb
-
 ybin_SCRIPTS = \
   bin/update_users_groups \
   bin/remove_junk

commit rubygem-railties-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-railties-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:41:18

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


Package is "rubygem-railties-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-railties-4_2/rubygem-railties-4_2.changes
2016-03-07 13:28:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-railties-4_2.new/rubygem-railties-4_2.changes
   2016-03-18 21:41:19.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:39:00 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  railties-4.2.5.2.gem

New:

  railties-4.2.6.gem



Other differences:
--
++ rubygem-railties-4_2.spec ++
--- /var/tmp/diff_new_pack.kWPpzy/_old  2016-03-18 21:41:20.0 +0100
+++ /var/tmp/diff_new_pack.kWPpzy/_new  2016-03-18 21:41:20.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-railties-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name railties
 %define mod_full_name %{mod_name}-%{version}

++ railties-4.2.5.2.gem -> railties-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:49.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:33.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/commands/dbconsole.rb 
new/lib/rails/commands/dbconsole.rb
--- old/lib/rails/commands/dbconsole.rb 2016-02-29 20:16:49.0 +0100
+++ new/lib/rails/commands/dbconsole.rb 2016-03-07 23:31:33.0 +0100
@@ -30,7 +30,7 @@
   'sslca' => '--ssl-ca',
   'sslcert'   => '--ssl-cert',
   'sslcapath' => '--ssl-capath',
-  'sslcipher' => '--ssh-cipher',
+  'sslcipher' => '--ssl-cipher',
   'sslkey'=> '--ssl-key'
 }.map { |opt, arg| "#{arg}=#{config[opt]}" if config[opt] }.compact
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rails/gem_version.rb new/lib/rails/gem_version.rb
--- old/lib/rails/gem_version.rb2016-02-29 20:16:49.0 +0100
+++ new/lib/rails/gem_version.rb2016-03-07 23:31:33.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt
 
new/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt
--- 
old/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt
 2016-02-29 20:16:49.0 +0100
+++ 
new/lib/rails/generators/rails/plugin/templates/app/controllers/%name%/application_controller.rb.tt
 2016-03-07 23:31:33.0 +0100
@@ -1,4 +1,5 @@
 module <%= camelized %>
   class ApplicationController < ActionController::Base
+protect_from_forgery with: :exception
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2016-02-29 20:16:49.0 +0100
+++ new/metadata2016-03-07 23:31:33.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: railties
 version: !ruby/object:Gem::Version
-  version: 4.2.5.2
+  version: 4.2.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-02-29 00:00:00.0 Z
+date: 2016-03-07 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,28 +16,28 @@
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
 requirements:
 - - '='
   - !ruby/object:Gem::Version
-version: 4.2.5.2
+version: 4.2.6
 - !ruby/object:Gem::Dependency
   name: actionpack
   requirement: 

commit wmakerconf for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package wmakerconf for openSUSE:Factory 
checked in at 2016-03-18 21:42:33

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


Package is "wmakerconf"

Changes:

--- /work/SRC/openSUSE:Factory/wmakerconf/wmakerconf.changes2012-05-08 
12:29:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.wmakerconf.new/wmakerconf.changes   
2016-03-18 21:42:34.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar 17 09:25:13 UTC 2016 - bwiedem...@suse.com
+
+- drop changelog entries from gettextize to fix build-compare
+
+---



Other differences:
--
++ wmakerconf.spec ++
--- /var/tmp/diff_new_pack.9J9exJ/_old  2016-03-18 21:42:35.0 +0100
+++ /var/tmp/diff_new_pack.9J9exJ/_new  2016-03-18 21:42:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wmakerconf
 #
-# 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
@@ -64,6 +64,7 @@
 
 %build
 gettextize -f
+mv ChangeLog~ ChangeLog # drop changelog entries from gettextize to fix 
build-compare
 autoreconf --install --force
 test -f po/Makevars || mv po/Makevars.template po/Makevars
 %configure \




commit python-blinker for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-blinker for openSUSE:Factory 
checked in at 2016-03-18 21:41:24

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


Package is "python-blinker"

Changes:

--- /work/SRC/openSUSE:Factory/python-blinker/python-blinker.changes
2015-02-24 13:07:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-blinker.new/python-blinker.changes   
2016-03-18 21:41:25.0 +0100
@@ -1,0 +2,20 @@
+Fri Mar 11 08:27:10 UTC 2016 - frei...@opensuse.org
+
+- use setup.py option to record file list for rpm package 
+
+---
+Sun Jan  3 20:55:02 UTC 2016 - frei...@opensuse.org
+
+- Fixed doc section in file list 
+
+---
+Sun Jan  3 20:35:36 UTC 2016 - frei...@opensuse.org
+
+- update to version 1.4:
+  * Verified Python 3.4 support (no changes needed)
+  * Additional bookkeeping cleanup for non-ANY connections at disconnect
+time.
+  * Added Signal._cleanup_bookeeping() to prune stale bookkeeping on
+demand
+
+---

Old:

  blinker-1.3.tar.gz

New:

  blinker-1.4.tar.gz



Other differences:
--
++ python-blinker.spec ++
--- /var/tmp/diff_new_pack.PzjBiD/_old  2016-03-18 21:41:25.0 +0100
+++ /var/tmp/diff_new_pack.PzjBiD/_new  2016-03-18 21:41:25.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-blinker
 #
-# 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-blinker
-Version:1.3
+Version:1.4
 Release:0
 Url:http://discorporate.us/projects/Blinker/
 Summary:Fast, simple object-to-object and broadcast signaling
@@ -48,15 +48,13 @@
 python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
 
 %check
 nosetests
 
-%files
+%files -f INSTALLED_FILES
 %defattr(-,root,root,-)
-%doc AUTHORS CHANGES LICENSE README docs/html
-%{python_sitelib}/blinker/
-%{python_sitelib}/blinker-%{version}-py%{py_ver}.egg-info
+%doc AUTHORS CHANGES LICENSE README.md docs/html
 
 %changelog

++ blinker-1.3.tar.gz -> blinker-1.4.tar.gz ++
 6502 lines of diff (skipped)




commit nano for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2016-03-18 21:39:19

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


Package is "nano"

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2016-02-16 
09:19:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2016-03-18 
21:39:20.0 +0100
@@ -1,0 +2,12 @@
+Fri Feb 26 08:36:04 UTC 2016 - mplus...@suse.com
+
+- Update to 2.5.3
+  * several bugfixes fostray cursor positioning errors, many many 
+memory leaks including file reading, using the file browser, 
+searching for multi-byte characters, history completion, and 
+many other places.
+  * New features include the ability to trim whitespace from the 
+ends of lines when justifying text, see nanorc(5) option 
+justifytrim for deets.
+
+---

Old:

  nano-2.5.2.tar.gz
  nano-2.5.2.tar.gz.asc

New:

  nano-2.5.3.tar.gz
  nano-2.5.3.tar.gz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.efJ5m4/_old  2016-03-18 21:39:21.0 +0100
+++ /var/tmp/diff_new_pack.efJ5m4/_new  2016-03-18 21:39:21.0 +0100
@@ -18,7 +18,7 @@
 
 %define _version 2.5
 Name:   nano
-Version:2.5.2
+Version:2.5.3
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.5.2.tar.gz -> nano-2.5.3.tar.gz ++
 63823 lines of diff (skipped)





commit rubygem-jbuilder for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-jbuilder for 
openSUSE:Factory checked in at 2016-03-18 21:39:24

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


Package is "rubygem-jbuilder"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-jbuilder/rubygem-jbuilder.changes
2015-10-26 12:47:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-jbuilder.new/rubygem-jbuilder.changes   
2016-03-18 21:39:26.0 +0100
@@ -1,0 +2,22 @@
+Wed Feb 10 05:30:45 UTC 2016 - co...@suse.com
+
+- updated to version 2.4.1
+ see installed CHANGELOG.md
+
+  2.4.1
+  -
+  
+  * [Fix controller generators to be Rails 5 
compatible](https://github.com/rails/jbuilder/commit/2dc6203c5c4a98701d5b64c2a5200835a48bb533)
+  
+  2.4.0
+  -
+  
+  * [Rails 5 
compatibility](https://github.com/rails/jbuilder/commit/4aa2cfcc19a4634d65a28ffc75f0ac0cb8304115)
+
+---
+Thu Jan 21 05:37:48 UTC 2016 - co...@suse.com
+
+- updated to version 2.4.0
+ see installed CHANGELOG.md
+
+---

Old:

  jbuilder-2.3.2.gem

New:

  jbuilder-2.4.1.gem



Other differences:
--
++ rubygem-jbuilder.spec ++
--- /var/tmp/diff_new_pack.YfI2t5/_old  2016-03-18 21:39:27.0 +0100
+++ /var/tmp/diff_new_pack.YfI2t5/_new  2016-03-18 21:39:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-jbuilder
 #
-# 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-jbuilder
-Version:2.3.2
+Version:2.4.1
 Release:0
 %define mod_name jbuilder
 %define mod_full_name %{mod_name}-%{version}

++ jbuilder-2.3.2.gem -> jbuilder-2.4.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2015-09-30 20:31:43.0 +0200
+++ new/.travis.yml 2016-02-09 07:33:18.0 +0100
@@ -7,7 +7,8 @@
   - 1.9
   - 2.0
   - 2.1
-  - 2.2
+  - 2.2.4
+  - 2.3.0
   - ruby-head
   - jruby-19mode
   - rbx
@@ -19,7 +20,7 @@
   - gemfiles/rails_4_0.gemfile
   - gemfiles/rails_4_1.gemfile
   - gemfiles/rails_4_2.gemfile
-  - gemfiles/rails_edge.gemfile
+  - gemfiles/rails_5_0.gemfile
 
 matrix:
   allow_failures:
@@ -29,15 +30,15 @@
   fast_finish: true
   exclude:
 - rvm: 1.9
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: 2.0
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: 2.1
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: jruby-19mode
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 - rvm: rbx
-  gemfile: gemfiles/rails_edge.gemfile
+  gemfile: gemfiles/rails_5_0.gemfile
 
 notifications:
   email: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Appraisals new/Appraisals
--- old/Appraisals  2015-09-30 20:31:43.0 +0200
+++ new/Appraisals  2016-02-09 07:33:18.0 +0100
@@ -37,8 +37,8 @@
   gem "activemodel", "~> 4.2.0"
 end
 
-appraise "rails-edge" do
-  gem "rails",  ">= 5.0.0.alpha", github: "rails/rails"
-  gem "arel",   ">= 7.0.0.alpha", github: "rails/arel"
-  gem "rack",   ">= 2.0.0.alpha", github: "rack/rack"
+appraise "rails-5-0" do
+  gem "railties", ">= 5.0.0.beta2", "< 5.1"
+  gem "actionpack", ">= 5.0.0.beta2", "< 5.1"
+  gem "activemodel", ">= 5.0.0.beta2", "< 5.1"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-09-30 20:31:43.0 +0200
+++ new/CHANGELOG.md2016-02-09 07:33:18.0 +0100
@@ -1,5 +1,15 @@
 # Changelog
 
+2.4.1
+-
+
+* [Fix controller generators to be Rails 5 
compatible](https://github.com/rails/jbuilder/commit/2dc6203c5c4a98701d5b64c2a5200835a48bb533)
+
+2.4.0
+-
+
+* [Rails 5 
compatibility](https://github.com/rails/jbuilder/commit/4aa2cfcc19a4634d65a28ffc75f0ac0cb8304115)
+
 2.3.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2015-09-30 20:31:43.0 +0200
+++ new/CONTRIBUTING.md 2016-02-09 07:33:18.0 +0100
@@ -1,10 

commit rubygem-childprocess for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-childprocess for 
openSUSE:Factory checked in at 2016-03-18 21:39:02

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


Package is "rubygem-childprocess"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2015-12-14 10:13:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
   2016-03-18 21:39:04.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 05:31:22 UTC 2016 - co...@suse.com
+
+- updated to version 0.5.9
+  no changelog found
+
+---

Old:

  childprocess-0.5.8.gem

New:

  childprocess-0.5.9.gem



Other differences:
--
++ rubygem-childprocess.spec ++
--- /var/tmp/diff_new_pack.gv6RCo/_old  2016-03-18 21:39:05.0 +0100
+++ /var/tmp/diff_new_pack.gv6RCo/_new  2016-03-18 21:39:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-childprocess
 #
-# 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-childprocess
-Version:0.5.8
+Version:0.5.9
 Release:0
 %define mod_name childprocess
 %define mod_full_name %{mod_name}-%{version}

++ childprocess-0.5.8.gem -> childprocess-0.5.9.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/childprocess/version.rb 
new/lib/childprocess/version.rb
--- old/lib/childprocess/version.rb 1970-01-01 01:00:00.0 +0100
+++ new/lib/childprocess/version.rb 1970-01-01 01:00:00.0 +0100
@@ -1,3 +1,3 @@
 module ChildProcess
-  VERSION = "0.5.8"
+  VERSION = "0.5.9"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata1970-01-01 01:00:00.0 +0100
+++ new/metadata1970-01-01 01:00:00.0 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: childprocess
 version: !ruby/object:Gem::Version
-  version: 0.5.8
+  version: 0.5.9
 platform: ruby
 authors:
 - Jari Bakken
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-11-13 00:00:00.0 Z
+date: 2016-01-06 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spec/unix_spec.rb new/spec/unix_spec.rb
--- old/spec/unix_spec.rb   1970-01-01 01:00:00.0 +0100
+++ new/spec/unix_spec.rb   1970-01-01 01:00:00.0 +0100
@@ -18,6 +18,8 @@
   expect { process.stop }.not_to raise_error
 
   allow(process).to receive(:alive?).and_return(false)
+
+  process.send(:send_signal, 'TERM')
 end
 
 it "handles ESRCH race condition where process dies between timeout and 
KILL" do
@@ -32,6 +34,8 @@
   expect { process.stop }.not_to raise_error
 
   allow(process).to receive(:alive?).and_return(false)
+
+  process.send(:send_signal, 'TERM')
 end
   end
 




commit userspace-rcu for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package userspace-rcu for openSUSE:Factory 
checked in at 2016-03-17 16:35:12

Comparing /work/SRC/openSUSE:Factory/userspace-rcu (Old)
 and  /work/SRC/openSUSE:Factory/.userspace-rcu.new (New)


Package is "userspace-rcu"

Changes:

--- /work/SRC/openSUSE:Factory/userspace-rcu/userspace-rcu.changes  
2015-10-01 09:29:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.userspace-rcu.new/userspace-rcu.changes 
2016-03-17 16:48:24.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 15:56:31 UTC 2016 - dval...@suse.com
+
+- userspace-rcu-ppc64le.patch use ppc for ppc64le 
+  
http://git.lttng.org/?p=userspace-rcu.git;a=commit;h=61126bd9c901fa403315db71d8d5351d716717cb
+
+---

New:

  userspace-rcu-ppc64le.patch



Other differences:
--
++ userspace-rcu.spec ++
--- /var/tmp/diff_new_pack.92cTxr/_old  2016-03-17 16:48:25.0 +0100
+++ /var/tmp/diff_new_pack.92cTxr/_new  2016-03-17 16:48:25.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package userspace-rcu
 #
-# 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
@@ -29,6 +29,7 @@
 Source1:
http://lttng.org/files/urcu/userspace-rcu-%{version}.tar.bz2.asc
 Source2:userspace-rcu.keyring
 Patch1: userspace-rcu-aarch64.patch
+Patch2: userspace-rcu-ppc64le.patch
 Url:http://lttng.org/urcu
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
@@ -71,6 +72,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi


++ userspace-rcu-ppc64le.patch ++
>From 61126bd9c901fa403315db71d8d5351d716717cb Mon Sep 17 00:00:00 2001
From: Mathieu Desnoyers 
Date: Mon, 28 Sep 2015 11:16:57 -0400
Subject: [PATCH] powerpc64le: use "ppc" architecture

powerpc64le has been originally added to urcu with the "gcc" generic
architecture support. After testing, it appears that the "ppc"
architecture works as well.

Move to the "ppc" architecture so it becomes the same as other powerpc
32/64 (big endian) architectures.

Doing so wires up the membarrier system call on powerpc64le.

Signed-off-by: Mathieu Desnoyers 
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 57e696d..10a1589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AS_CASE([$host_cpu],
[powerpc], [ARCHTYPE="ppc"],
[ppc64], [ARCHTYPE="ppc"],
[powerpc64], [ARCHTYPE="ppc"],
-   [powerpc64le], [ARCHTYPE="gcc"],
+   [powerpc64le], [ARCHTYPE="ppc"],
[ppc], [ARCHTYPE="ppc"],
[s390], [ARCHTYPE="s390"],
[s390x], [ARCHTYPE="s390"],
-- 
1.9.1




commit gri for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package gri for openSUSE:Factory checked in 
at 2016-03-17 16:33:49

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


Package is "gri"

Changes:

--- /work/SRC/openSUSE:Factory/gri/gri.changes  2015-02-27 10:59:42.0 
+0100
+++ /work/SRC/openSUSE:Factory/.gri.new/gri.changes 2016-03-17 
16:47:25.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar  9 05:17:40 UTC 2016 - bwiedem...@suse.com
+
+- Drop timestamp from texinfo to fix build-compare
+
+---
+Tue Mar  8 18:50:41 UTC 2016 - bwiedem...@suse.com
+
+- Add reproducible.patch to fix build-compare
+
+---

New:

  reproducible.patch



Other differences:
--
++ gri.spec ++
--- /var/tmp/diff_new_pack.f3gVoc/_old  2016-03-17 16:47:26.0 +0100
+++ /var/tmp/diff_new_pack.f3gVoc/_new  2016-03-17 16:47:26.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gri
 #
-# 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
@@ -26,6 +26,8 @@
 Source: %{name}-%{version}.tar.bz2
 Patch0: gfi-2.2.23-perl.patch
 Patch1: gri-texinfo-5.0.patch
+# PATCH-FIX-UPSTREAM https://github.com/dankelley/gri/pull/10
+Patch2: reproducible.patch
 BuildRequires:  ImageMagick
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -60,6 +62,7 @@
 %setup -q
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -71,6 +74,8 @@
 %else
 %make_install DESTDIR=%{buildroot}
 %endif
+# drop timestamp from texinfo
+sed -i "s///" 
%{buildroot}%{_datadir}/%{name}/doc/html/index.html
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
 %clean

++ reproducible.patch ++
--- gri-2.12.23/doc/examples/Makefile.in.orig   2011-07-06 14:09:14.0 
+
+++ gri-2.12.23/doc/examples/Makefile.in2016-03-08 18:48:39.552917451 
+
@@ -377,9 +377,9 @@
cp $< $@
chmod +w $@
 %.png : %.ps
-   -convert $< $@
+   -convert -strip $< $@
 %-tiny.png : %.png
-   -convert -geometry 90x999 $< $@
+   -convert -strip -geometry 90x999 $< $@
 %.pdf : %.ps
convert $< $@ 
 #  ps2pdf $< $@



commit python-psutil for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2016-03-18 21:41:31

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


Package is "python-psutil"

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2016-03-02 14:21:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2016-03-18 21:41:32.0 +0100
@@ -1,0 +2,26 @@
+Sun Mar 13 15:05:56 UTC 2016 - mich...@stroeder.com
+
+- removed TODO from %doc, not in upstream tar-ball anymore
+- update to version 4.1.0:
+  * Enhancements
++ #777: [Linux] Process.open_files() on Linux return 3 new fields:
+   position, mode and flags.
++ #779: Process.cpu_times() returns two new fields,
+   'children_user' and 'children_system' (always set to 0 on OSX
+   and Windows).
++ #789: [Windows] psutil.cpu_times() return two new fields:
+   "interrupt" and "dpc". Same for psutil.cpu_times_percent().
++ #792: new psutil.cpu_stats() function returning number of CPU
+   ctx switches interrupts, soft interrupts and syscalls.
+  * Bug fixes
++ #774: [FreeBSD] net_io_counters() dropout is no longer set to 0
+   if the kernel provides it.
++ #776: [Linux] Process.cpu_affinity() may erroneously raise
+   NoSuchProcess. (patch by wxwright)
++ #780: [OSX] psutil does not compile with some gcc versions.
++ #786: net_if_addrs() may report incomplete MAC addresses.
++ #788: [NetBSD] virtual_memory()'s buffers and shared values were
+   set to 0.
++ #790: [OSX] psutil won't compile on OSX 10.4.
+
+---

Old:

  psutil-4.0.0.tar.gz

New:

  psutil-4.1.0.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.xJZAM9/_old  2016-03-18 21:41:33.0 +0100
+++ /var/tmp/diff_new_pack.xJZAM9/_new  2016-03-18 21:41:33.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-psutil
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause
@@ -56,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS scripts HISTORY.rst LICENSE README.rst TODO
+%doc CREDITS scripts HISTORY.rst LICENSE README.rst
 %{python_sitearch}/psutil/
 %{python_sitearch}/psutil/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py*.egg-info

++ psutil-4.0.0.tar.gz -> psutil-4.1.0.tar.gz ++
 3917 lines of diff (skipped)




commit bundle-lang-common for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bundle-lang-common for 
openSUSE:Factory checked in at 2016-03-18 21:41:36

Comparing /work/SRC/openSUSE:Factory/bundle-lang-common (Old)
 and  /work/SRC/openSUSE:Factory/.bundle-lang-common.new (New)


Package is "bundle-lang-common"

Changes:

--- /work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-common.changes
2016-01-28 17:23:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-common.changes   
2016-03-18 21:41:37.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 14:43:23 UTC 2016 - dims...@opensuse.org
+
+- Update package list.
+
+---
bundle-lang-gnome.changes: same change
bundle-lang-kde.changes: same change



Other differences:
--
++ bundle-lang-gnome.spec ++
 708 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/bundle-lang-common/bundle-lang-gnome.spec
 and 
/work/SRC/openSUSE:Factory/.bundle-lang-common.new/bundle-lang-gnome.spec

bundle-lang-kde.spec: same change
++ packages.txt ++
--- /var/tmp/diff_new_pack.caeF5n/_old  2016-03-18 21:41:38.0 +0100
+++ /var/tmp/diff_new_pack.caeF5n/_new  2016-03-18 21:41:38.0 +0100
@@ -31,7 +31,8 @@
 banshee-extension-doubanfm-lang gnome-extras
 baobab-lang gnome
 bash-lang common
-bijiben-lang gnome-extras
+bijiben-lang gnome
+bluedevil5-lang kde
 blueproximity-lang gnome-extras
 brasero-lang gnome
 breeze5-style-lang kde
@@ -185,7 +186,6 @@
 gnome-sound-recorder-lang gnome-extras
 gnome-subtitles-lang gnome-extras
 gnome-sudoku-lang gnome
-gnome-system-log-lang gnome-extras
 gnome-system-monitor-lang gnome
 gnome-taquin-lang gnome-extras
 gnome-terminal-lang gnome
@@ -383,7 +383,6 @@
 nuntius-lang gnome-extras
 obby-lang gnome-extras
 orca-lang gnome
-pan-lang gnome-extras
 paprefs-lang gnome-extras
 pavucontrol-lang gnome-extras
 pdfmod-lang gnome-extras
@@ -398,6 +397,7 @@
 plasma5-addons-lang kde
 plasma5-desktop-lang kde
 plasma5-pa-lang kde
+plasma5-pk-updates-lang kde
 plasma5-workspace-lang kde
 polari-lang gnome
 polkit-gnome-lang gnome
@@ -412,7 +412,7 @@
 rhythmbox-lang gnome-extras
 rygel-lang gnome-extras
 seahorse-lang gnome
-seahorse-nautilus-lang gnome-extras
+seahorse-nautilus-lang gnome
 seahorse-sharing-lang gnome-extras
 sed-lang common
 shared-mime-info-lang common




commit python-execnet for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-execnet for openSUSE:Factory 
checked in at 2016-03-18 21:40:02

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


Package is "python-execnet"

Changes:

--- /work/SRC/openSUSE:Factory/python-execnet/python-execnet.changes
2016-02-01 19:56:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-execnet.new/python-execnet.changes   
2016-03-18 21:40:03.0 +0100
@@ -1,0 +2,27 @@
+Wed Feb 24 10:48:05 UTC 2016 - osy...@suse.com
+
+- Added depenedency on python-apipkg
+
+---
+Mon Feb 22 17:27:02 UTC 2016 - osy...@suse.com
+
+- Update to version 1.4.1:
+  * fix issue33 -- index.txt to correctly mention MIT instead of GPL.
+  * fix issue35 -- adapt some doctests, fix some channel tests for py3.
+  * use subprocess32 when available for python < 3.
+  * try to be a bit more careful when interpreter is shutting down
+to avoid random exceptions, thanks Alfredo Deza.
+  * ignore errors on orphan file removal when rsyncing
+  * fix issue34 -- limit use of import based bootstrap
+  * de-vendor apipkg and use the pypi dependency instead
+(this also fixes the bpython interaction issues)
+  * Fix issue38: provide ability to connect to Vagrant VMs easily
+using :code:`vagrant_ssh=defaut` or :code:`vagrant_ssh=machinename`
+this feature is experimental and will be refined in future releases.
+Thanks Christian Theune for the discussion and the initial pull request.
+  * add support for serializing the "complex" type. Thanks Sebastian
+Koslowski.
+  * fix a regression of the Serializer created by the implied opcode ordering
+which resulted in a incompatible opcode mapping
+
+---

Old:

  execnet-1.2.0.tar.gz

New:

  execnet-1.4.1.tar.gz



Other differences:
--
++ python-execnet.spec ++
--- /var/tmp/diff_new_pack.iN4OmR/_old  2016-03-18 21:40:03.0 +0100
+++ /var/tmp/diff_new_pack.iN4OmR/_new  2016-03-18 21:40:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-execnet
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-execnet
-Version:1.2.0
+Version:1.4.1
 Release:0
 Summary:Rapid multi-Python deployment
 License:MIT
@@ -30,6 +30,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
+BuildRequires:  python-setuptools_scm
+Requires:   python-apipkg
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

++ execnet-1.2.0.tar.gz -> execnet-1.4.1.tar.gz ++
 4785 lines of diff (skipped)




commit obs-service-recompress for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package obs-service-recompress for 
openSUSE:Factory checked in at 2016-03-17 16:34:45

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


Package is "obs-service-recompress"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes
2016-02-26 00:37:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.obs-service-recompress.new/obs-service-recompress.changes
   2016-03-17 16:48:02.0 +0100
@@ -5 +5 @@
-  + security fixes
+  + security fixes (boo#967265) 



Other differences:
--



commit bind for openSUSE:13.1:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:13.1:Update 
checked in at 2016-03-19 09:02:10

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


Package is "bind"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.xzw7UT/_old  2016-03-19 09:02:11.0 +0100
+++ /var/tmp/diff_new_pack.xzw7UT/_new  2016-03-19 09:02:11.0 +0100
@@ -1 +1 @@
-
+




commit kadu for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package kadu for openSUSE:Factory checked in 
at 2016-03-17 16:35:01

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


Package is "kadu"

Changes:

--- /work/SRC/openSUSE:Factory/kadu/kadu.changes2015-11-24 
22:33:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.kadu.new/kadu.changes   2016-03-17 
16:48:15.0 +0100
@@ -1,0 +2,13 @@
+Mon Mar 14 22:38:38 UTC 2016 - fi...@opensuse.org
+
+- Update to 3.0:
+  * Rewrite docking plugins
+  * File transport protocol comaptible with GG 11/12
+  * Support for server notification about avatar updates
+  * XMPP library was changed from Iris to QXmpp
+  * No more FB support, it has dropped xmpp support
+  * Minor bugfixes and optimizations
+- Drop qdatastream-qt55.patch: fixed upstream
+- Drop qt_dock_icon.patch: fixed upstream
+
+---
@@ -335,2 +347,0 @@
-
-

Old:

  kadu-2.1.tar.bz2
  qdatastream-qt55.patch
  qt_dock_icon.patch

New:

  kadu-3.0.tar.bz2



Other differences:
--
++ kadu.spec ++
--- /var/tmp/diff_new_pack.TcFfDx/_old  2016-03-17 16:48:16.0 +0100
+++ /var/tmp/diff_new_pack.TcFfDx/_new  2016-03-17 16:48:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kadu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012-2014 Mariusz Fik .
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %define build_penguins 0
 
 Name:   kadu
-Version:2.1
+Version:3.0
 Release:0
 # Choosing GPL-3.0+ because of presence and usage of numerous GPL-3.0 files
 Summary:Gadu-Gadu and Jabber/XMPP protocol Instant Messenger
@@ -33,10 +33,6 @@
 Patch0: enable_external_plugins.patch
 # PATCH-FIX-UPSTREAM 0001-fix_SDK_DIR.patch sfal...@opensuse.org -- fixed 
CMake Buildfailure
 Patch1: 0001-fix_SDK_DIR.patch
-# PATCH-FIX-UPSTREAM qdatastream-qt55.patch -- fix compilation with Qt55
-Patch2: qdatastream-qt55.patch
-# PATCH-FIX-UPSTREAM qt_dock_icon.patch -- fix tray icon in Plasma 5
-Patch3: qt_dock_icon.patch
 ### 1x - External Plugins ###
 Source10:   
http://download.kadu.im/external-plugins/2.0/anonymous_check-2.0.1.tar.bz2
 Source11:   
http://download.kadu.im/external-plugins/2.0/import_history-2.0.tar.bz2
@@ -80,6 +76,7 @@
 BuildRequires:  pkgconfig(libotr) >= 4.0
 BuildRequires:  pkgconfig(phonon4qt5)
 BuildRequires:  pkgconfig(qca2-qt5)
+BuildRequires:  pkgconfig(qxmpp) >= 0.8.3
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(sqlite3)
 # runtime requires
@@ -263,8 +260,6 @@
 #
 %patch0
 %patch1 -p1
-%patch2
-%patch3 -p1
 
 # fix QtCrypto path
 sed -e 's:QtCrypto/QtCrypto:Qca-qt5/QtCrypto/QtCrypto:' -i kadu-core/main.cpp
@@ -368,8 +363,8 @@
 %{_datadir}/kadu/plugins/cenzor.desc
 %{_datadir}/kadu/plugins/chat_notify.desc
 %{_datadir}/kadu/plugins/config_wizard.desc
-%{_datadir}/kadu/plugins/desktop_docking.desc
 %{_datadir}/kadu/plugins/docking.desc
+%{_datadir}/kadu/plugins/docking_notify.desc
 %{_datadir}/kadu/plugins/emoticons.desc
 %{_datadir}/kadu/plugins/encryption_ng.desc
 %{_datadir}/kadu/plugins/encryption_ng_simlite.desc
@@ -393,8 +388,6 @@
 %{_datadir}/kadu/plugins/pcspeaker.desc
 %{_datadir}/kadu/plugins/phonon_sound.desc
 %{_datadir}/kadu/plugins/profiles_import.desc
-%{_datadir}/kadu/plugins/qt4_docking.desc
-%{_datadir}/kadu/plugins/qt4_docking_notify.desc
 %{_datadir}/kadu/plugins/screenshot.desc
 %{_datadir}/kadu/plugins/simpleview.desc
 %{_datadir}/kadu/plugins/single_window.desc
@@ -411,8 +404,8 @@
 %{_datadir}/kadu/plugins/configuration/autoresponder.ui
 %{_datadir}/kadu/plugins/configuration/autostatus.ui
 %{_datadir}/kadu/plugins/configuration/cenzor.ui
-%{_datadir}/kadu/plugins/configuration/desktop_docking.ui
 %{_datadir}/kadu/plugins/configuration/docking.ui
+%{_datadir}/kadu/plugins/configuration/docking-notify.ui
 %{_datadir}/kadu/plugins/configuration/emoticons.ui
 %{_datadir}/kadu/plugins/configuration/encryption-ng-simlite.ui
 %{_datadir}/kadu/plugins/configuration/ext_sound.ui
@@ -425,10 +418,8 @@
 %{_datadir}/kadu/plugins/configuration/hints.ui
 %{_datadir}/kadu/plugins/configuration/history.ui
 %{_datadir}/kadu/plugins/configuration/image-link.ui
-%{_datadir}/kadu/plugins/configuration/jabber_protocol.ui
 %{_datadir}/kadu/plugins/configuration/mediaplayer.ui
 %{_datadir}/kadu/plugins/configuration/mprisplayer_mediaplayer.ui
-%{_datadir}/kadu/plugins/configuration/qt4-docking-notify.ui
 %{_datadir}/kadu/plugins/configuration/screenshot.ui
 

commit git for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package git for openSUSE:13.2:Update checked 
in at 2016-03-17 11:45:05

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


Package is "git"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.fRJ8hz/_old  2016-03-17 11:45:06.0 +0100
+++ /var/tmp/diff_new_pack.fRJ8hz/_new  2016-03-17 11:45:06.0 +0100
@@ -1 +1 @@
-
+




commit rubygem-actionpack-3_2 for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionpack-3_2 for 
openSUSE:13.2:Update checked in at 2016-03-19 12:57:26

Comparing /work/SRC/openSUSE:13.2:Update/rubygem-actionpack-3_2 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.rubygem-actionpack-3_2.new (New)


Package is "rubygem-actionpack-3_2"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.rvPkE6/_old  2016-03-19 12:57:27.0 +0100
+++ /var/tmp/diff_new_pack.rvPkE6/_new  2016-03-19 12:57:27.0 +0100
@@ -1 +1 @@
-
+




commit bind for openSUSE:13.2:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bind for openSUSE:13.2:Update 
checked in at 2016-03-19 12:57:15

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


Package is "bind"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.BRWYHG/_old  2016-03-19 12:57:16.0 +0100
+++ /var/tmp/diff_new_pack.BRWYHG/_new  2016-03-19 12:57:16.0 +0100
@@ -1 +1 @@
-
+




commit rubygem-taskjuggler for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-taskjuggler for 
openSUSE:Factory checked in at 2016-03-17 16:35:22

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


Package is "rubygem-taskjuggler"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-taskjuggler/rubygem-taskjuggler.changes  
2015-08-01 11:34:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-taskjuggler.new/rubygem-taskjuggler.changes 
2016-03-17 16:48:28.0 +0100
@@ -1,0 +2,36 @@
+Sun Mar 13 05:35:38 UTC 2016 - co...@suse.com
+
+- updated to version 3.6.0
+ see installed CHANGELOG
+
+  = Release 3.6.0 (2016-03-12)
+  
+  == New Features
+  
+* Bump version to 3.6.0
+* 'headcount' now ignores resources that are marked as unemployed.
+* Adding experimental support for 'effortdone' and 'effortleft'
+* Ruby 2.1 compatibility fixes
+* The sort* report attributes no longer require a scenario id.
+* Allow not-yet declared resources for 'managers' and 'responsible'.
+* Issue error when uninitialized dates are used in logical expressions.
+* Allow tasks with 'booking' and 'scheduled' but without effort.
+* New report column 'children' to list all direct children.
+  
+  == Bug Fixes
+  
+* Remove rspec warnings.
+* Eliminate warning about duplicate hash entry.
+* Fixing a test suite problem with Ruby 2.2.x.
+* Fix tj3man crash with Ruby 2.2.2.
+* Don't crash when a parent scenario is inactive.
+* Improving the documentation of list attributes
+* Check that duration values are at least 'timingresolution' long.
+* Don't crash on config files with missing sections.
+* Use hardcoded tree sorting for MS Project XML.
+* Resolve symlinks when constructing lib path.
+* Don't crash when unknown property attributes are used in logical 
expressions.
+* Clarifying that trace reports have fixed units and formating.
+* gaplength/gapduration now works with onstart/onend of effort tasks
+
+---

Old:

  taskjuggler-3.5.0.gem

New:

  taskjuggler-3.6.0.gem



Other differences:
--
++ rubygem-taskjuggler.spec ++
--- /var/tmp/diff_new_pack.stI0e5/_old  2016-03-17 16:48:29.0 +0100
+++ /var/tmp/diff_new_pack.stI0e5/_new  2016-03-17 16:48:29.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-taskjuggler
 #
-# 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,12 +24,12 @@
 #
 
 Name:   rubygem-taskjuggler
-Version:3.5.0
+Version:3.6.0
 Release:0
 %define mod_name taskjuggler
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.8.7}
+BuildRequires:  %{ruby >= 2.0.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++ taskjuggler-3.5.0.gem -> taskjuggler-3.6.0.gem ++
 17948 lines of diff (skipped)




commit rubygem-httpclient for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-httpclient for 
openSUSE:Factory checked in at 2016-03-18 21:39:06

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


Package is "rubygem-httpclient"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-httpclient/rubygem-httpclient.changes
2015-12-14 10:13:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-httpclient.new/rubygem-httpclient.changes   
2016-03-18 21:39:07.0 +0100
@@ -1,0 +2,6 @@
+Thu Jan 21 05:37:01 UTC 2016 - co...@suse.com
+
+- updated to version 2.7.1
+  no changelog found
+
+---

Old:

  httpclient-2.7.0.1.gem

New:

  httpclient-2.7.1.gem



Other differences:
--
++ rubygem-httpclient.spec ++
--- /var/tmp/diff_new_pack.FPLjzs/_old  2016-03-18 21:39:08.0 +0100
+++ /var/tmp/diff_new_pack.FPLjzs/_new  2016-03-18 21:39:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-httpclient
 #
-# 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-httpclient
-Version:2.7.0.1
+Version:2.7.1
 Release:0
 %define mod_name httpclient
 %define mod_full_name %{mod_name}-%{version}

++ httpclient-2.7.0.1.gem -> httpclient-2.7.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/cookie.rb new/lib/httpclient/cookie.rb
--- old/lib/httpclient/cookie.rb2015-11-07 16:00:43.0 +0100
+++ new/lib/httpclient/cookie.rb2016-01-01 15:52:04.0 +0100
@@ -3,9 +3,12 @@
 begin # for catching LoadError and load webagent-cookie instead
 
 require 'http-cookie'
+require 'httpclient/util'
 
 class HTTPClient
   class CookieManager
+include HTTPClient::Util
+
 attr_reader :format, :jar
 attr_accessor :cookies_file
 
@@ -68,7 +71,7 @@
 end
 
 def find(uri)
-  warn('CookieManager#find is deprecated and will be removed in near 
future. Use HTTP::Cookie.cookie_value(CookieManager#cookies) instead')
+  warning('CookieManager#find is deprecated and will be removed in near 
future. Use HTTP::Cookie.cookie_value(CookieManager#cookies) instead')
   if cookie = cookies(uri)
 HTTP::Cookie.cookie_value(cookie)
   end
@@ -174,8 +177,7 @@
   CookieManager = ::HTTPClient::CookieManager
 
   class Cookie < HTTP::Cookie
-@@domain_warned = false
-@@warned = false
+include HTTPClient::Util
 
 def url
   deprecated('url', 'origin')
@@ -195,7 +197,7 @@
 alias original_domain domain
 
 def domain
-  domain_warning
+  warning('Cookie#domain returns dot-less domain name now. Use 
Cookie#dot_domain if you need "." at the beginning.')
   self.original_domain
 end
 
@@ -206,18 +208,8 @@
 
   private
 
-def domain_warning
-  unless @@domain_warned
-warn('Cookie#domain returns dot-less domain name now. Use 
Cookie#dot_domain if you need "." at the beginning.')
-@@domain_warned = true
-  end
-end
-
 def deprecated(old, new)
-  unless @@warned
-warn("WebAgent::Cookie is deprecated and will be replaced with 
HTTP::Cookie in the near future. Please use Cookie##{new} instead of 
Cookie##{old} for the replacement.")
-@@warned = true
-  end
+  warning("WebAgent::Cookie is deprecated and will be replaced with 
HTTP::Cookie in the near future. Please use Cookie##{new} instead of 
Cookie##{old} for the replacement.")
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/httpclient/http.rb new/lib/httpclient/http.rb
--- old/lib/httpclient/http.rb  2015-11-07 16:00:43.0 +0100
+++ new/lib/httpclient/http.rb  2016-01-01 15:52:04.0 +0100
@@ -12,6 +12,7 @@
 if defined?(Encoding::ASCII_8BIT)
   require 'open-uri' # for encoding
 end
+require 'httpclient/util'
 
 
 # A namespace module for HTTP Message definitions used by HTTPClient.
@@ -95,6 +96,7 @@
   # p res.header['last-modified'].first
   #
   class Message
+include HTTPClient::Util
 
 CRLF = "\r\n"
 
@@ -980,12 +982,12 @@
 
 VERSION_WARNING = 'Message#version (Float) is deprecated. Use 
Message#http_version (String) instead.'
 def version
-  warn(VERSION_WARNING)
+  warning(VERSION_WARNING)
   

commit perl-XML-XPath for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-XPath for openSUSE:Factory 
checked in at 2016-03-18 21:29:10

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


Package is "perl-XML-XPath"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-XPath/perl-XML-XPath.changes
2016-03-11 12:29:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-XML-XPath.new/perl-XML-XPath.changes   
2016-03-18 21:29:12.0 +0100
@@ -1,0 +2,9 @@
+Fri Mar 11 11:06:21 UTC 2016 - co...@suse.com
+
+- updated to 1.34
+   see /usr/share/doc/packages/perl-XML-XPath/Changes
+
+  1.34  2016-03-08 MANWAR
+- Applied the patch to script examples/xpath (kindly provided by 
GREGOA).
+
+---

Old:

  XML-XPath-1.33.tar.gz

New:

  XML-XPath-1.34.tar.gz



Other differences:
--
++ perl-XML-XPath.spec ++
--- /var/tmp/diff_new_pack.DOcAE7/_old  2016-03-18 21:29:13.0 +0100
+++ /var/tmp/diff_new_pack.DOcAE7/_new  2016-03-18 21:29:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-XPath
-Version:1.33
+Version:1.34
 Release:0
 %define cpan_name XML-XPath
 Summary:Parse and evaluate XPath statements

++ XML-XPath-1.33.tar.gz -> XML-XPath-1.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.33/Changes new/XML-XPath-1.34/Changes
--- old/XML-XPath-1.33/Changes  2016-03-02 13:24:55.0 +0100
+++ new/XML-XPath-1.34/Changes  2016-03-08 14:26:55.0 +0100
@@ -1,5 +1,8 @@
 Revision history for XML::XPath
 
+1.34  2016-03-08 MANWAR
+  - Applied the patch to script examples/xpath (kindly provided by GREGOA).
+
 1.33  2016-03-02 MANWAR
   - Fixed issue RT #112584 (use of /d modifier in transliteration 
operator).
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-XPath-1.33/META.json new/XML-XPath-1.34/META.json
--- old/XML-XPath-1.33/META.json2016-03-02 13:25:39.0 +0100
+++ new/XML-XPath-1.34/META.json2016-03-08 14:30:37.0 +0100
@@ -41,91 +41,91 @@
"provides" : {
   "XML::XPath" : {
  "file" : "lib/XML/XPath.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Boolean" : {
  "file" : "lib/XML/XPath/Boolean.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Builder" : {
  "file" : "lib/XML/XPath/Builder.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Expr" : {
  "file" : "lib/XML/XPath/Expr.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Function" : {
  "file" : "lib/XML/XPath/Function.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Literal" : {
  "file" : "lib/XML/XPath/Literal.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::LocationPath" : {
  "file" : "lib/XML/XPath/LocationPath.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node" : {
  "file" : "lib/XML/XPath/Node.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Attribute" : {
  "file" : "lib/XML/XPath/Node/Attribute.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Comment" : {
  "file" : "lib/XML/XPath/Node/Comment.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Element" : {
  "file" : "lib/XML/XPath/Node/Element.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Namespace" : {
  "file" : "lib/XML/XPath/Node/Namespace.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::PI" : {
  "file" : "lib/XML/XPath/Node/PI.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Node::Text" : {
  "file" : "lib/XML/XPath/Node/Text.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::NodeSet" : {
  "file" : "lib/XML/XPath/NodeSet.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Number" : {
  "file" : "lib/XML/XPath/Number.pm",
- "version" : "1.33"
+ "version" : "1.34"
   },
   "XML::XPath::Parser" : {
  "file" : "lib/XML/XPath/Parser.pm",

commit libqt5-qtbase for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package libqt5-qtbase for openSUSE:Factory 
checked in at 2016-03-18 21:28:34

Comparing /work/SRC/openSUSE:Factory/libqt5-qtbase (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-qtbase.new (New)


Package is "libqt5-qtbase"

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-qtbase/libqt5-qtbase.changes  
2016-02-24 18:52:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.libqt5-qtbase.new/libqt5-qtbase.changes 
2016-03-18 21:28:36.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar  9 15:59:46 UTC 2016 - m...@suse.com
+
+- Merge libqt5-qtbase-platformtheme-gtk2 back into libQt5Gui5 (bsc#969935)
+  * align with old libQt5Gui5 where libqgtk2.so has provided
+
+---



Other differences:
--
++ libqt5-qtbase.spec ++
--- /var/tmp/diff_new_pack.gzbB08/_old  2016-03-18 21:28:38.0 +0100
+++ /var/tmp/diff_new_pack.gzbB08/_new  2016-03-18 21:28:38.0 +0100
@@ -500,19 +500,12 @@
 Recommends: libqt5-qtimageformats = %{version}
 Requires:   libQt5Core5 = %{version}
 Requires:   libQt5DBus5 = %{version}
+Provides:   libqt5-qtbase-platformtheme-gtk2 = %{version}
+Obsoletes:  libqt5-qtbase-platformtheme-gtk2 <= %{version}
 
 %description -n libQt5Gui5
 Qt 5 libraries which are depending on X11.
 
-%package platformtheme-gtk2
-Summary:Qt 5 gtk2 plugin
-Group:  Development/Libraries/C and C++
-Supplements:packageand(libQt5Gui5:libgtk-2_0-0)
-Requires:   libQt5Gui5 = %{version}
-
-%description platformtheme-gtk2
-Qt 5 plugin for better integration with gtk2-based desktop enviroments.
-
 %package -n libQt5Gui-devel
 Summary:Qt 5 GUI related libraries - development files
 Group:  Development/Libraries/C and C++
@@ -1072,12 +1065,7 @@
 %{libqt5_plugindir}/platforms
 %{libqt5_plugindir}/egldeviceintegrations
 %{libqt5_plugindir}/xcbglintegrations
-
-%files platformtheme-gtk2
-%defattr(-,root,root,755)
-%doc *.txt LICENSE.*
-%dir %{libqt5_plugindir}/platformthemes
-%{libqt5_plugindir}/platformthemes/libqgtk2.so
+%{libqt5_plugindir}/platformthemes
 
 %files -n libQt5Gui-devel
 %defattr(-,root,root,755)





commit chromium for openSUSE:13.1:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package chromium for openSUSE:13.1:Update 
checked in at 2016-03-19 09:00:05

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


Package is "chromium"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.r4X5kz/_old  2016-03-19 09:00:14.0 +0100
+++ /var/tmp/diff_new_pack.r4X5kz/_new  2016-03-19 09:00:14.0 +0100
@@ -1 +1 @@
-
+




commit python-ciscoconfparse for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-ciscoconfparse for 
openSUSE:Factory checked in at 2016-03-17 16:34:31

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


Package is "python-ciscoconfparse"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-ciscoconfparse/python-ciscoconfparse.changes  
2016-02-09 13:32:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ciscoconfparse.new/python-ciscoconfparse.changes
 2016-03-17 16:47:53.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:24:28 UTC 2016 - dmuel...@suse.com
+
+- fix license
+
+---



Other differences:
--
++ python-ciscoconfparse.spec ++
--- /var/tmp/diff_new_pack.RSGAYN/_old  2016-03-17 16:47:53.0 +0100
+++ /var/tmp/diff_new_pack.RSGAYN/_new  2016-03-17 16:47:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ciscoconfparse
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,26 +13,27 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-ciscoconfparse
 Version:1.2.39
 Release:0
-License:GPL-3.0
 Summary:Parse, Audit, Query, Build, and Modify Cisco IOS-style 
configurations
-Url:http://www.pennington.net/py/ciscoconfparse/
+License:GPL-3.0+
 Group:  Development/Languages/Python
+Url:http://www.pennington.net/py/ciscoconfparse/
 Source: 
https://pypi.python.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE skip-setuptools-hg-require.patch
 Patch0: skip-setuptools-hg-require.patch
+BuildRequires:  python-colorama
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-ipaddr
 BuildRequires:  python-dnspython
-BuildRequires:  python-colorama
-Requires:   python-ipaddr
-Requires:   python-dnspython
+BuildRequires:  python-ipaddr
+BuildRequires:  python-setuptools
 Requires:   python-colorama
+Requires:   python-dnspython
+Requires:   python-ipaddr
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}




commit ghc-rpm-macros for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package ghc-rpm-macros for openSUSE:Factory 
checked in at 2016-03-18 21:42:42

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


Package is "ghc-rpm-macros"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rpm-macros/ghc-rpm-macros.changes
2016-03-01 09:43:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-rpm-macros.new/ghc-rpm-macros.changes   
2016-03-18 21:42:44.0 +0100
@@ -1,0 +2,7 @@
+Thu Mar 17 09:35:35 UTC 2016 - mimi...@gmail.com
+
+- update to 1.5.3
+* ghc_gen_filelists: determine keyname with pkgnamever not just pkgname
+* ghc-deps.sh no longer filter out ghc-prim and integer-gmp
+
+---

Old:

  ghc-rpm-macros-1.5.0.tar.bz2

New:

  ghc-rpm-macros-1.5.3.tar.bz2



Other differences:
--
++ ghc-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.7zgCLz/_old  2016-03-18 21:42:45.0 +0100
+++ /var/tmp/diff_new_pack.7zgCLz/_new  2016-03-18 21:42:45.0 +0100
@@ -20,7 +20,7 @@
 %global without_hscolour 1
 
 Name:   ghc-rpm-macros
-Version:1.5.0
+Version:1.5.3
 Release:0
 BuildArch:  noarch
 Summary:RPM Macros for building packages for GHC

++ ghc-rpm-macros-1.5.0.tar.bz2 -> ghc-rpm-macros-1.5.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghc-rpm-macros-1.5.0/ghc-deps.sh 
new/ghc-rpm-macros-1.5.3/ghc-deps.sh
--- old/ghc-rpm-macros-1.5.0/ghc-deps.sh2016-02-08 08:59:32.0 
+0100
+++ new/ghc-rpm-macros-1.5.3/ghc-deps.sh2016-03-17 10:32:25.0 
+0100
@@ -22,7 +22,7 @@
 # exclude builtin_rts.conf
$PKGCONFDIR/*-*.conf)
PKGVER=$(echo $i | sed -e "s%$PKGCONFDIR/\(.\+\)-.\+.conf%\1%")
-   OUT=$(/usr/lib/rpm/ghc-pkg-wrapper $PKGBASEDIR field $PKGVER $FIELD 
| sed -e "s/^depends: \+//" -e "s/rts//" -e 
"s/\(bin-package-db\|ghc-prim\|integer-gmp\)-[^ ]\+//")
+   OUT=$(/usr/lib/rpm/ghc-pkg-wrapper $PKGBASEDIR field $PKGVER $FIELD 
| sed -e "s/^depends: \+//" -e "s/rts//" -e "s/bin-package-db-[^ ]\+//")
for d in $OUT; do
case $d in
*-*) echo "ghc-devel($d)" ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghc-rpm-macros-1.5.0/ghc-pkg-wrapper 
new/ghc-rpm-macros-1.5.3/ghc-pkg-wrapper
--- old/ghc-rpm-macros-1.5.0/ghc-pkg-wrapper2016-02-08 08:59:32.0 
+0100
+++ new/ghc-rpm-macros-1.5.3/ghc-pkg-wrapper2016-03-17 10:32:25.0 
+0100
@@ -22,11 +22,11 @@
 ;;
 # 7.8 and 7.10
 *)
-GHC_PKG="$PKGBASEDIR/bin/ghc-pkg --global 
--global-package-db=$PKGCONFDIR"
+GHC_PKG="$PKGBASEDIR/bin/ghc-pkg --global-package-db=$PKGCONFDIR"
 ;;
 esac
 else
 GHC_PKG="/usr/bin/ghc-pkg-${GHC_VER} -f $PKGCONFDIR"
 fi
 
-$GHC_PKG $*
+$GHC_PKG --global $*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ghc-rpm-macros-1.5.0/ghc-rpm-macros.spec 
new/ghc-rpm-macros-1.5.3/ghc-rpm-macros.spec
--- old/ghc-rpm-macros-1.5.0/ghc-rpm-macros.spec1970-01-01 
01:00:00.0 +0100
+++ new/ghc-rpm-macros-1.5.3/ghc-rpm-macros.spec2016-03-17 
10:32:25.0 +0100
@@ -0,0 +1,822 @@
+%global debug_package %{nil}
+
+%if 0%{?fedora} || 0%{?rhel} >= 7
+%global macros_dir %{_rpmconfigdir}/macros.d
+%else
+%global macros_dir %{_sysconfdir}/rpm
+%endif
+
+# uncomment to bootstrap without hscolour
+#%%global without_hscolour 1
+
+Name:   ghc-rpm-macros
+Version:1.5.3
+Release:1%{?dist}
+Summary:RPM macros for building packages for GHC
+
+License:GPLv3+
+URL:https://github.com/fedora-haskell/ghc-rpm-macros
+# Currently source is only in git but tarballs could be made if it helps
+Source0:macros.ghc
+Source1:COPYING
+Source2:AUTHORS
+Source3:ghc-deps.sh
+Source4:cabal-tweak-dep-ver
+Source5:cabal-tweak-flag
+Source6:macros.ghc-extra
+Source7:ghc.attr
+Source8:ghc-pkg-wrapper
+Requires:   redhat-rpm-config
+# for ghc_version
+Requires:   ghc-compiler
+%if %{undefined without_hscolour}
+%ifarch %{ix86} %{ix86} x86_64 ppc ppc64 alpha sparcv9 armv7hl armv5tel s390 
s390x ppc64le aarch64
+Requires:   hscolour
+%endif
+%endif
+
+%description
+A set of macros for building GHC packages following the Haskell Guidelines
+of the Fedora Haskell SIG.  ghc needs to be installed in order to make use of
+these macros.
+
+
+%package extra
+Summary:Extra 

commit python-httpretty for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2016-03-17 16:34:29

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


Package is "python-httpretty"

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2015-04-23 08:04:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-httpretty.new/python-httpretty.changes   
2016-03-17 16:47:52.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:05:33 UTC 2016 - dmuel...@suse.com
+
+- add copying
+
+---



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.tLTERn/_old  2016-03-17 16:47:52.0 +0100
+++ /var/tmp/diff_new_pack.tLTERn/_new  2016-03-17 16:47:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-httpretty
 #
-# 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
@@ -60,6 +60,8 @@
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/*
+%doc README.rst COPYING
+%{python_sitelib}/httpretty
+%{python_sitelib}/httpretty*egg-info
 
 %changelog




commit python-Paste for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-Paste for openSUSE:Factory 
checked in at 2016-03-17 16:34:27

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


Package is "python-Paste"

Changes:

--- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes
2015-05-15 07:44:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes   
2016-03-17 16:47:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 20:57:49 UTC 2016 - dmuel...@suse.com
+
+- add license.txt
+
+---



Other differences:
--
++ python-Paste.spec ++
--- /var/tmp/diff_new_pack.UtkzZm/_old  2016-03-17 16:47:52.0 +0100
+++ /var/tmp/diff_new_pack.UtkzZm/_new  2016-03-17 16:47:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Paste
 #
-# 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
@@ -68,7 +68,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc build/sphinx/html
+%doc build/sphinx/html docs/license.txt
 %{python_sitelib}/*
 
 %changelog




commit q4wine for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package q4wine for openSUSE:Factory checked 
in at 2016-03-17 16:36:15

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


Package is "q4wine"

Changes:

--- /work/SRC/openSUSE:Factory/q4wine/q4wine.changes2016-03-09 
16:48:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.q4wine.new/q4wine.changes   2016-03-17 
16:49:39.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar 15 16:29:50 UTC 2016 - dval...@suse.com
+
+- Set LIBS_ENTRY_PATH to %{_libdir} 
+
+---



Other differences:
--
++ q4wine.spec ++
--- /var/tmp/diff_new_pack.H8L3kF/_old  2016-03-17 16:49:39.0 +0100
+++ /var/tmp/diff_new_pack.H8L3kF/_new  2016-03-17 16:49:39.0 +0100
@@ -76,7 +76,8 @@
 -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 -DCMAKE_C_FLAGS="%{optflags}" \
 -DCMAKE_CXX_FLAGS="%{optflags}" \
--DCMAKE_NO_BUILTIN_CHRPATH=ON
+-DCMAKE_NO_BUILTIN_CHRPATH=ON \
+-DLIBS_ENTRY_PATH=%{_libdir}
 make %{?_smp_mflags} VERBOSE=1
 
 %install
@@ -102,7 +103,7 @@
 %exclude %{_datadir}/%{name}/i18n/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/*/*
-%{_libdir}/%{name}/
+%{_libdir}/lib%{name}*
 %doc %{_mandir}/man?/*
 
 %files lang -f %{name}.lang




commit yast2-installation for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-03-18 21:38:46

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-03-09 15:16:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2016-03-18 21:38:47.0 +0100
@@ -1,0 +2,20 @@
+Tue Mar 15 07:41:01 UTC 2016 - knut.anders...@suse.com
+
+- Added automatic update during installation (FATE#319716)
+- 3.1.175
+
+---
+Mon Mar 14 13:09:52 UTC 2016 - mvid...@suse.com
+
+- System Role: align labels (FATE#317481).
+- System Role: pop-up if changing the role to a different one.
+- 3.1.174
+
+---
+Mon Mar 14 09:39:50 UTC 2016 - igonzalezs...@suse.com
+
+- Moved Yast::Transfer::FileFromUrl here from yast2-update
+  (FATE#319716).
+- 3.1.173
+
+---

Old:

  yast2-installation-3.1.172.tar.bz2

New:

  yast2-installation-3.1.175.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.LDghv0/_old  2016-03-18 21:38:48.0 +0100
+++ /var/tmp/diff_new_pack.LDghv0/_new  2016-03-18 21:38:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.172
+Version:3.1.175
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -177,7 +177,7 @@
 # only, it does not work for upgrades from SLE 11 where scripts had different
 # name and were not handled by systemd.
 # When we upgrade/update from systemd-based system, scripts are always enabled
-# by the %service_add_post macro.
+# by the service_add_post macro.
 systemctl enable YaST2-Second-Stage.service
 systemctl enable YaST2-Firstboot.service
 
@@ -209,6 +209,7 @@
 %dir %{yast_yncludedir}/installation
 %{yast_yncludedir}/installation/*
 %{yast_libdir}/installation
+%{yast_libdir}/transfer
 
 # agents
 %{yast_scrconfdir}/etc_passwd.scr

++ yast2-installation-3.1.172.tar.bz2 -> yast2-installation-3.1.175.tar.bz2 
++
 3426 lines of diff (skipped)




commit perl-DateTime-TimeZone for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory checked in at 2016-03-17 16:36:04

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


Package is "perl-DateTime-TimeZone"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
2016-02-25 22:48:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DateTime-TimeZone.new/perl-DateTime-TimeZone.changes
   2016-03-17 16:49:27.0 +0100
@@ -1,0 +2,11 @@
+Wed Mar 16 10:00:28 UTC 2016 - co...@suse.com
+
+- updated to 1.96
+   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
+
+  1.962016-03-15
+  
+  - This release is based on version 2016b of the Olson database. This release
+includes contemporary changes for Russia, Haiti, and Palestine.
+
+---

Old:

  DateTime-TimeZone-1.95.tar.gz

New:

  DateTime-TimeZone-1.96.tar.gz



Other differences:
--
++ perl-DateTime-TimeZone.spec ++
--- /var/tmp/diff_new_pack.sHRIG3/_old  2016-03-17 16:49:28.0 +0100
+++ /var/tmp/diff_new_pack.sHRIG3/_new  2016-03-17 16:49:28.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime-TimeZone
-Version:1.95
+Version:1.96
 Release:0
 %define cpan_name DateTime-TimeZone
 Summary:Time zone object base class and factory

++ DateTime-TimeZone-1.95.tar.gz -> DateTime-TimeZone-1.96.tar.gz ++
 19227 lines of diff (skipped)




commit rubygem-ipaddress for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-ipaddress for 
openSUSE:Factory checked in at 2016-03-18 21:39:34

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


Package is "rubygem-ipaddress"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-ipaddress/rubygem-ipaddress.changes  
2014-10-23 14:20:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-ipaddress.new/rubygem-ipaddress.changes 
2016-03-18 21:39:35.0 +0100
@@ -1,0 +2,25 @@
+Thu Feb 18 05:35:16 UTC 2016 - co...@suse.com
+
+- updated to version 0.8.3
+ see installed CHANGELOG.rdoc
+
+---
+Thu Jan 21 05:37:34 UTC 2016 - co...@suse.com
+
+- updated to version 0.8.2
+ see installed CHANGELOG.rdoc
+
+  == ipaddress 0.8.2
+  
+  CHANGED:: merged bundler branch to cleanup gemspec and Rakefiles
+  FIXED:: IPAddress::IPv4.split handling (Issue #40)
+  NEW:: Added #[]= method to IPv4/6 classes to add octet writing support. 
(Issue #24)
+  NEW:: IPV4#multicast?
+  NEW:: IPV4#loopback?
+  NEW:: IPV4#to()
+  
+  == ipaddress 0.8.1
+  
+  CHANGED:: ipaddress now uses minitest for testing, all tests passing
+
+---

Old:

  ipaddress-0.8.0.gem

New:

  gem2rpm.yml
  ipaddress-0.8.3.gem



Other differences:
--
++ rubygem-ipaddress.spec ++
--- /var/tmp/diff_new_pack.PZbnbc/_old  2016-03-18 21:39:36.0 +0100
+++ /var/tmp/diff_new_pack.PZbnbc/_new  2016-03-18 21:39:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-ipaddress
 #
-# 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-ipaddress
-Version:0.8.0
+Version:0.8.3
 Release:0
 %define mod_name ipaddress
 %define mod_full_name %{mod_name}-%{version}
@@ -25,9 +32,10 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:http://github.com/bluemonk/ipaddress
+Url:https://github.com/bluemonk/ipaddress
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
-Summary:IPv4/IPv6 addresses manipulation library
+Source1:gem2rpm.yml
+Summary:IPv4/IPv6 address manipulation library
 License:MIT
 Group:  Development/Languages/Ruby
 
@@ -43,7 +51,7 @@
 
 %install
 %gem_install \
-  --doc-files="CHANGELOG.rdoc LICENSE README.rdoc" \
+  --doc-files="CHANGELOG.rdoc LICENSE.txt README.rdoc" \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#

commit perl-Mojolicious for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious for 
openSUSE:Factory checked in at 2016-03-17 16:34:08

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


Package is "perl-Mojolicious"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Mojolicious/perl-Mojolicious.changes
2016-03-09 16:49:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Mojolicious.new/perl-Mojolicious.changes   
2016-03-17 16:47:41.0 +0100
@@ -1,0 +2,14 @@
+Fri Mar 11 10:25:08 UTC 2016 - co...@suse.com
+
+- updated to 6.55
+   see /usr/share/doc/packages/perl-Mojolicious/Changes
+
+  6.55  2016-03-08
+- Deprecated Mojo::Server::Morbo::check in favor of
+  Mojo::Server::Morbo::modified_files. (leejo, nugged)
+- Added modified_files method to Mojo::Server::Morbo. (leejo, nugged)
+- Improved renderer performance slightly.
+- Fixed a bug where Morbo would restart more than once if multiple files
+  changed at the same time. (leejo, nugged)
+
+---

Old:

  Mojolicious-6.54.tar.gz

New:

  Mojolicious-6.55.tar.gz



Other differences:
--
++ perl-Mojolicious.spec ++
--- /var/tmp/diff_new_pack.vSPW8y/_old  2016-03-17 16:47:42.0 +0100
+++ /var/tmp/diff_new_pack.vSPW8y/_new  2016-03-17 16:47:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious
-Version:6.54
+Version:6.55
 Release:0
 %define cpan_name Mojolicious
 Summary:Real-time web framework

++ Mojolicious-6.54.tar.gz -> Mojolicious-6.55.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.54/Changes new/Mojolicious-6.55/Changes
--- old/Mojolicious-6.54/Changes2016-03-06 16:36:29.0 +0100
+++ new/Mojolicious-6.55/Changes2016-03-08 19:08:01.0 +0100
@@ -1,8 +1,15 @@
 
+6.55  2016-03-08
+  - Deprecated Mojo::Server::Morbo::check in favor of
+Mojo::Server::Morbo::modified_files. (leejo, nugged)
+  - Added modified_files method to Mojo::Server::Morbo. (leejo, nugged)
+  - Improved renderer performance slightly.
+  - Fixed a bug where Morbo would restart more than once if multiple files
+changed at the same time. (leejo, nugged)
+
 6.54  2016-03-06
+  - Deprecated Mojo::Template::build and Mojo::Template::compile.
   - Deprecated Mojo::Template::interpret in favor of Mojo::Template::process.
-  - Deprecated Mojo::Template::build.
-  - Deprecated Mojo::Template::compile.
   - Added support for named variables to Mojo::Template.
   - Added vars attribute to Mojo::Template.
   - Added process method to Mojo::Template.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.54/META.json 
new/Mojolicious-6.55/META.json
--- old/Mojolicious-6.54/META.json  2016-03-07 16:08:54.0 +0100
+++ new/Mojolicious-6.55/META.json  2016-03-08 21:42:16.0 +0100
@@ -58,5 +58,5 @@
   },
   "x_IRC" : "irc://irc.perl.org/#mojo"
},
-   "version" : "6.54"
+   "version" : "6.55"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.54/META.yml 
new/Mojolicious-6.55/META.yml
--- old/Mojolicious-6.54/META.yml   2016-03-07 16:08:54.0 +0100
+++ new/Mojolicious-6.55/META.yml   2016-03-08 21:42:16.0 +0100
@@ -31,4 +31,4 @@
   homepage: http://mojolicious.org
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/kraih/mojo.git
-version: '6.54'
+version: '6.55'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.54/lib/Mojo/Home.pm 
new/Mojolicious-6.55/lib/Mojo/Home.pm
--- old/Mojolicious-6.54/lib/Mojo/Home.pm   2016-03-03 23:13:24.0 
+0100
+++ new/Mojolicious-6.55/lib/Mojo/Home.pm   2016-03-08 17:37:54.0 
+0100
@@ -60,7 +60,7 @@
 
 =head1 NAME
 
-Mojo::Home - Home sweet home!
+Mojo::Home - Home sweet home
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-6.54/lib/Mojo/Server/Hypnotoad.pm 
new/Mojolicious-6.55/lib/Mojo/Server/Hypnotoad.pm
--- old/Mojolicious-6.54/lib/Mojo/Server/Hypnotoad.pm   2016-03-06 
10:57:59.0 +0100
+++ new/Mojolicious-6.55/lib/Mojo/Server/Hypnotoad.pm   2016-03-08 
17:40:58.0 +0100
@@ -138,7 +138,7 @@
 
 =head1 NAME
 
-Mojo::Server::Hypnotoad - ALL GLORY TO THE HYPNOTOAD!
+Mojo::Server::Hypnotoad - A production web serv...ALL GLORY TO THE HYPNOTOAD!
 
 =head1 SYNOPSIS
 
diff -urN '--exclude=CVS' 

commit vlc for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package vlc for openSUSE:Factory checked in 
at 2016-03-18 21:41:52

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


Package is "vlc"

Changes:

--- /work/SRC/openSUSE:Factory/vlc/vlc.changes  2016-02-11 12:37:40.0 
+0100
+++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2016-03-18 
21:41:53.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar 16 10:32:14 UTC 2016 - dims...@opensuse.org
+
+- Disable deprecated gnome-vfs2 support (that was GNOME 2 tech):
+  + Replace --enable-gnomevfs configure parameter with
+--disable-gnomevfs.
+  + Remove gnome-vfs2-devel BuildRequires.
+  + Drop -gnome subpackage and obsolete it by the main package.
+
+---



Other differences:
--
++ vlc.spec ++
--- /var/tmp/diff_new_pack.t1Pi0h/_old  2016-03-18 21:41:54.0 +0100
+++ /var/tmp/diff_new_pack.t1Pi0h/_new  2016-03-18 21:41:54.0 +0100
@@ -62,7 +62,6 @@
 BuildRequires:  fribidi-devel
 BuildRequires:  gettext-devel
 BuildRequires:  git
-BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libavc1394-devel >= 0.5.3
 BuildRequires:  libcddb-devel >= 0.9.5
@@ -208,6 +207,7 @@
 BuildRequires:  pkgconfig(vdpau) >= 0.6
 %endif
 %endif
+Obsoletes:  %{name}-gnome <= %{version}
 
 %description
 VLC media player is a highly portable multimedia player for various
@@ -288,17 +288,6 @@
 %description qt
 The all new Qt interface for the VLC VideoLAN Client.
 
-%package gnome
-Summary:VLC: VideoLAN Client - Gnome Access Modules
-Group:  Productivity/Multimedia/Video/Players
-Requires:   %{name}-noX = %{version}-%{release}
-Supplements:packageand(%{name}-noX:gnome-vfs2)
-Conflicts:  %{conflicts}-gnome
-
-%description gnome
-In order to integrate flawless into GNOME, there are some access modules
-for gnome-vfs2.
-
 %prep
 echo '* ENTERED PREP PHASE '
 date
@@ -368,7 +357,7 @@
 %endif
--enable-freetype\
--enable-fribidi \
-   --enable-gnomevfs\
+   --disable-gnomevfs   \
 %if 0%{?suse_version} > 1140
--enable-gnutls  \
 %endif
@@ -524,9 +513,6 @@
 %post -n %{name}-qt
 %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc/plugins
 
-%post -n %{name}-gnome
-%{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc/plugins
-
 %if 0%{?BUILD_ORIG}
 %post -n %{name}-codecs 
 %{_libdir}/vlc/vlc-cache-gen -f %{_libdir}/vlc/plugins
@@ -1148,10 +1134,6 @@
 %{_mandir}/man1/qvlc*
 %{_libdir}/vlc/plugins/gui/libqt4_plugin.so
 
-%files gnome
-%defattr(-,root,root)
-%{_libdir}/vlc/plugins/access/libgnomevfs_plugin.so
-
 %files devel
 %defattr(-,root,root)
 %{_includedir}/vlc/




commit bind.4614 for openSUSE:13.1:Update

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package bind.4614 for openSUSE:13.1:Update 
checked in at 2016-03-19 09:02:07

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


Package is "bind.4614"

Changes:

New Changes file:

--- /dev/null   2016-01-27 19:41:03.648095915 +0100
+++ /work/SRC/openSUSE:13.1:Update/.bind.4614.new/bind.changes  2016-03-19 
09:02:09.0 +0100
@@ -0,0 +1,1805 @@
+---
+Fri Mar 11 18:41:44 UTC 2016 - mkube...@suse.cz
+
+- bind-CVE-2016-1285-1286.patch:
+  * remote DoS via malformed data over control channel
+(CVE-2016-1285 bsc#970072)
+  * remote DoS via malformed DNAME record
+(CVE-2016-1286 bsc#970073)
+
+---
+Sat Feb 20 14:04:41 UTC 2016 - astie...@suse.com
+
+- re-release binaries to resolve incident number sequencing issue
+  affecing subsequent tree builds (boo#967403)
+
+---
+Wed Jan 20 10:12:42 UTC 2016 - m...@suse.com
+
+- Fix Specific APL data could trigger an INSIST
+  (CVE-2015-8704, bsc#962189).
+
+---
+Wed Dec 16 11:06:01 UTC 2015 - m...@suse.com
+
+- Fix remote denial of service by misparsing incoming responses
+  (CVE-2015-8000, bsc#958861).
+
+---
+Mon Sep 14 12:07:37 UTC 2015 - m...@suse.com
+
+- Fix DoS against servers performing validation on DNSSEC-signed
+  records (CVE-2015-5722, bsc#944066).
+
+---
+Mon Jul 27 16:16:46 UTC 2015 - m...@suse.com
+
+- Fix DoS against authoritative and recursive servers.
+  bnc#939567, CVE-2015-5477
+
+---
+Wed Jul  8 15:40:03 UTC 2015 - m...@suse.com
+
+- A problem with trust anchor management can cause named to crash
+  (CVE-2015-1349, bsc#918330)
+- Fix resolver crash when validating (CVE-2015-4620, bsc#936476).
+- Make sure %version and %pkg_vers are in sync (bnc#937028).
+
+---
+Tue Feb 11 13:39:10 UTC 2014 - m...@suse.com
+
+- Fix generation of /etc/named.conf.include
+  (bnc#828678, bnc#848777, bnc#814978).
+
+---
+Tue Jan 21 17:02:30 UTC 2014 - m...@suse.com
+
+- Update to version 9.9.4P2
+  * Fixes named crash when handling malformed NSEC3-signed zones
+(CVE-2014-0591, bnc#858639)
+  * Obsoletes workaround-compile-problem.diff
+- Replace rpz2+rl-9.9.3-P1.patch by rpz2-9.9.4.patch, rl is now
+  supported upstream (--enable-rrl).
+
+---
+Wed Aug  7 15:19:10 UTC 2013 - m...@suse.com
+
+- Systemd doesn't set $TERM, and hence breaks tput (bnc#823175).
+
+---
+Tue Aug  6 10:09:22 UTC 2013 - m...@suse.com
+
+- Improve pie_compile.diff (bnc#828874).
+- dnssec-checkds and dnssec-coverage need python-base.
+- disable rpath in libtool.
+
+---
+Mon Aug  5 14:50:20 UTC 2013 - m...@suse.com
+
+- Update to 9.9.3P2 fixes CVE-2013-4854, bnc#831899.
+  * Incorrect bounds checking on private type 'keydata' can lead
+to a remotely triggerable REQUIRE failure.
+
+---
+Wed Jul 24 15:37:09 UTC 2013 - m...@suse.com
+
+- Remove non-working apparmor profiles (bnc#740327).
+
+---
+Wed Jul 17 14:09:02 CEST 2013 - m...@suse.de
+
+- the README file is not a directory, drop the dir attribute
+
+---
+Mon Jun 24 13:17:11 UTC 2013 - meiss...@suse.com
+
+- Updated to 9.9.3-P1
+  Various bugfixes and some feature fixes. (see CHANGES files)
+  Security and maintenance issues:
+
+  -[security]  Caching data from an incompletely signed zone could
+   trigger an assertion failure in resolver.c [RT #33690]
+  -[security]  Support NAPTR regular expression validation on
+   all platforms without using libregex, which
+   can be vulnerable to memory exhaustion attack
+   (CVE-2013-2266). [RT #32688]
+  -[security]  RPZ rules to generate A records (but not  records)
+   could trigger an assertion failure when used in
+   conjunction with DNS64 (CVE-2012-5689). [RT #32141]
+  -[bug]   Fixed several Coverity warnings.

commit python3-fixtures for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-fixtures for 
openSUSE:Factory checked in at 2016-03-18 21:42:01

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


Package is "python3-fixtures"

Changes:

--- /work/SRC/openSUSE:Factory/python3-fixtures/python3-fixtures.changes
2015-10-22 12:59:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-fixtures.new/python3-fixtures.changes   
2016-03-18 21:42:03.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:13:50 UTC 2016 - toddrme2...@gmail.com
+
+- Break dependency loop with python3-testtools by disabling 
+  unit tests.
+
+---



Other differences:
--
++ python3-fixtures.spec ++
--- /var/tmp/diff_new_pack.psqnKH/_old  2016-03-18 21:42:04.0 +0100
+++ /var/tmp/diff_new_pack.psqnKH/_new  2016-03-18 21:42:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-fixtures
 #
-# 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
@@ -28,10 +28,11 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testtools >= 0.9.22
-# Test requirements:
-BuildRequires:  python3-unittest2
-#BuildRequires:  python3-bzrlib.tests
+# Causes dependency loop
+# BuildRequires:  python3-testtools >= 0.9.22
+Requires:   python3-mock
+Requires:   python3-pbr
+Requires:   python3-testtools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -51,8 +52,9 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python3 -m testtools.run discover
+# Unit tests introduce dependency loop with python3-testtools
+# %check
+# python3 -m testtools.run discover
 
 %files
 %defattr(-,root,root,-)




commit python3-aiohttp for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-03-17 16:35:07

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


Package is "python3-aiohttp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2016-02-17 12:23:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-03-17 16:48:21.0 +0100
@@ -1,0 +2,12 @@
+Tue Mar 15 04:46:48 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.4:
+  * Fix ResourceAdapter: dont add method to allowed if resource is not
+match #826
+  * Fix Resouce: append found method to returned allowed methods
+
+- changes from version 0.21.2:
+  * Fix a regression: support for handling ~/path in static file
+routes was broken #782
+
+---

Old:

  aiohttp-0.21.2.tar.gz

New:

  aiohttp-0.21.4.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.TKofhx/_old  2016-03-17 16:48:22.0 +0100
+++ /var/tmp/diff_new_pack.TKofhx/_new  2016-03-17 16:48:22.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.21.2
+Version:0.21.4
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.21.2.tar.gz -> aiohttp-0.21.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/CHANGES.txt 
new/aiohttp-0.21.4/CHANGES.txt
--- old/aiohttp-0.21.2/CHANGES.txt  2016-02-16 15:57:34.0 +0100
+++ new/aiohttp-0.21.4/CHANGES.txt  2016-03-13 12:17:25.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+0.21.4 (03-12-2016)
+---
+
+- Fix ResourceAdapter: dont add method to allowed if resource is not
+  match #826
+
+- Fix Resouce: append found method to returned allowed methods
+
 0.21.2 (02-16-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/PKG-INFO new/aiohttp-0.21.4/PKG-INFO
--- old/aiohttp-0.21.2/PKG-INFO 2016-02-16 15:59:18.0 +0100
+++ new/aiohttp-0.21.4/PKG-INFO 2016-03-13 12:18:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.21.2
+Version: 0.21.4
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,6 +150,14 @@
 CHANGES
 ===
 
+0.21.4 (03-12-2016)
+---
+
+- Fix ResourceAdapter: dont add method to allowed if resource is not
+  match #826
+
+- Fix Resouce: append found method to returned allowed methods
+
 0.21.2 (02-16-2016)
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/aiohttp/__init__.py 
new/aiohttp-0.21.4/aiohttp/__init__.py
--- old/aiohttp-0.21.2/aiohttp/__init__.py  2016-02-16 15:57:34.0 
+0100
+++ new/aiohttp-0.21.4/aiohttp/__init__.py  2016-03-13 12:17:25.0 
+0100
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.21.2'
+__version__ = '0.21.4'
 
 
 from . import hdrs  # noqa
@@ -17,15 +17,15 @@
 from .websocket_client import *  # noqa
 
 
-__all__ = (client.__all__ +
-   client_reqrep.__all__ +
-   errors.__all__ +
-   helpers.__all__ +
-   parsers.__all__ +
-   protocol.__all__ +
-   connector.__all__ +
-   streams.__all__ +
-   multidict.__all__ +
-   multipart.__all__ +
-   websocket_client.__all__ +
+__all__ = (client.__all__ +  # noqa
+   client_reqrep.__all__ +  # noqa
+   errors.__all__ +  # noqa
+   helpers.__all__ +  # noqa
+   parsers.__all__ +  # noqa
+   protocol.__all__ +  # noqa
+   connector.__all__ +  # noqa
+   streams.__all__ +  # noqa
+   multidict.__all__ +  # noqa
+   multipart.__all__ +  # noqa
+   websocket_client.__all__ +  # noqa
('hdrs', '__version__'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.21.2/aiohttp/web.py 
new/aiohttp-0.21.4/aiohttp/web.py
--- old/aiohttp-0.21.2/aiohttp/web.py   2016-02-16 15:57:34.0 +0100
+++ new/aiohttp-0.21.4/aiohttp/web.py   2016-03-13 12:17:25.0 +0100
@@ -65,7 +65,7 @@
 now = self._loop.time()

commit yast2-security for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2016-03-18 21:38:37

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


Package is "yast2-security"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes
2016-03-07 13:25:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes   
2016-03-18 21:38:38.0 +0100
@@ -1,0 +2,9 @@
+Mon Mar  7 09:51:41 UTC 2016 - knut.anders...@suse.com
+
+- Added support for multiple display managers (bnc#946889).
+- Replaced testsuite tests by rspec tests.
+- Removed autotools.
+- Updated yast2 dependency for cfg_mail.scr
+- 3.2.2
+
+---

Old:

  yast2-security-3.2.1.tar.bz2

New:

  yast2-security-3.2.2.tar.bz2



Other differences:
--
++ yast2-security.spec ++
--- /var/tmp/diff_new_pack.VAOcDU/_old  2016-03-18 21:38:38.0 +0100
+++ /var/tmp/diff_new_pack.VAOcDU/_new  2016-03-18 21:38:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-security
-Version:3.2.1
+Version:3.2.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -29,17 +29,16 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  yast2-pam
-BuildRequires:  yast2-testsuite
-# Directory.find_data_file
-BuildRequires:  yast2 >= yast2-3.1.131
+BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(yast-rake) >= 0.2.5
+# cfg_mail.scr
+BuildRequires:  yast2 >= 3.1.179
 
 # new Pam.ycp API
 Requires:   yast2-pam >= 2.14.0
 
-# etc_sysctl_conf.scr
-# Wizard::SetDesktopTitleAndIcon
-# Directory.find_data_file
-Requires:   yast2 >= yast2-3.1.131
+# cfg_mail.scr
+Requires:   yast2 >= 3.1.179
 
 Provides:   y2c_sec
 Provides:   yast2-config-security
@@ -54,6 +53,13 @@
 
 Requires:   yast2-ruby-bindings >= 1.0.0
 
+# Unfortunately we cannot move this to macros.yast,
+# bcond within macros are ignored by osc/OBS.
+%bcond_with yast_run_ci_tests
+%if %{with yast_run_ci_tests}
+BuildRequires:  rubygem(yast-rake-ci)
+%endif
+
 Summary:YaST2 - Security Configuration
 License:GPL-2.0
 Group:  System/YaST
@@ -65,7 +71,9 @@
 %setup -n %{name}-%{version}
 
 %build
-%yast_build
+
+%check
+%yast_check
 
 %install
 %yast_install

++ yast2-security-3.2.1.tar.bz2 -> yast2-security-3.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.2.1/.travis.yml 
new/yast2-security-3.2.2/.travis.yml
--- old/yast2-security-3.2.1/.travis.yml2016-03-02 13:26:09.0 
+0100
+++ new/yast2-security-3.2.2/.travis.yml1970-01-01 01:00:00.0 
+0100
@@ -1,16 +0,0 @@
-language: cpp
-compiler:
-- gcc
-before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-pam" -g "rspec:3.3.0 yast-rake gettext"
-script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- sudo make install
-- make check
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.2.1/Makefile.cvs 
new/yast2-security-3.2.2/Makefile.cvs
--- old/yast2-security-3.2.1/Makefile.cvs   2016-03-02 13:26:10.0 
+0100
+++ new/yast2-security-3.2.2/Makefile.cvs   1970-01-01 01:00:00.0 
+0100
@@ -1,23 +0,0 @@
-#
-# Makefile.cvs
-#
-
-LIB = $(shell y2tool get-lib)
-
-PREFIX = /usr
-
-configure: all
-   ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB)
-
-all:
-   y2tool y2autoconf
-   y2tool y2automake
-   autoreconf --force --install
-
-install: configure
-   make
-   make install
-
-reconf: all
-   ./config.status --recheck
-   ./config.status
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.2.1/configure.in.in 
new/yast2-security-3.2.2/configure.in.in
--- old/yast2-security-3.2.1/configure.in.in2016-03-02 13:26:10.0 
+0100
+++ new/yast2-security-3.2.2/configure.in.in1970-01-01 01:00:00.0 
+0100
@@ -1,12 +0,0 @@
-## YCP module configure.in.in
-
-## Initialize
-@YAST2-INIT-COMMON@
-@YAST2-INIT-YCP@
-
-## some common checks
-@YAST2-CHECKS-COMMON@
-@YAST2-CHECKS-YCP@
-
-## and generate the output...
-@YAST2-OUTPUT@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Test-CheckChanges for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-CheckChanges for 
openSUSE:Factory checked in at 2016-03-17 16:34:50

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


Package is "perl-Test-CheckChanges"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-CheckChanges/perl-Test-CheckChanges.changes
2011-11-21 12:46:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-CheckChanges.new/perl-Test-CheckChanges.changes
   2016-03-17 16:48:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 14 12:55:33 UTC 2016 - bwiedem...@suse.com
+
+- BuildRequire perl(Module::Build::Version) to fix build
+
+---



Other differences:
--
++ perl-Test-CheckChanges.spec ++
--- /var/tmp/diff_new_pack.KRfvgU/_old  2016-03-17 16:48:06.0 +0100
+++ /var/tmp/diff_new_pack.KRfvgU/_new  2016-03-17 16:48:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-CheckChanges
 #
-# Copyright (c) 2011 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,10 +20,10 @@
 
 Name:   perl-Test-CheckChanges
 Version:0.14
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Test-CheckChanges
 Summary:Check that the Changes file matches the distribution.
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-CheckChanges/
 #Source: 
http://www.cpan.org/authors/id/G/GA/GAM/Test-CheckChanges-%{version}.tar.gz
@@ -33,6 +33,7 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Module::Build::Version)
 BuildRequires:  perl(Test::More) >= 0.88
 %if %{with pod}
 BuildRequires:  perl(Test::Pod) >= 1.00




commit rsyslog for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2016-03-17 16:36:09

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


Package is "rsyslog"

Changes:

--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2016-02-03 
10:19:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2016-03-17 
16:49:32.0 +0100
@@ -1,0 +2,42 @@
+Sun Mar 13 06:51:47 UTC 2016 - astie...@suse.com
+
+- rsyslog 8.17.0:
+  * improve json variable performance
+  * new experimental feature: lookup table suport
+  * new feature: dynamic statistics counters
+  * new contributed plugin: omampq1 for AMQP 1.0-compliant brokers
+  * new set of UTC-based $now family of variables ($now-utc, $year-utc, ...)
+  * simplified locking when accessing message and local variables
+  * new global parameter "debug.unloadModules"
+  * timestamp handling: guard against invalid dates
+  * imfile: add "trimlineoverbytes" input paramter
+  * ommongodb: add support for extended json format for dates
+  * omjournal: add support for templates
+  * imuxsock: add "ruleset" input parameter
+  * imptcp: performance improvements
+  * improve interface definition in some modules, e.g. mmanon, mmsequence
+  * rsgtutil: dump mode improvements
++ auto-detect signature file type
++ ability to dump hash chains for log extraction files
+  * bugfix: unixtimestamp date format was incorrectly computed (leap year)
+  * bugfix: date-ordinal date format was incorrectly computed (leap year)
+  * bugfix: some race when shutting down input module threads
+  * bugfix tcpflood: did not handle connection drops correct in TLS case
+  * bugfix: abort if global parameter value was wrong 
+  * bugfix omkafka: fix potential NULL pointer addressing
+  * bugfix impstats: @cee cookie was prefixed to wrong fromat (json vs. cee)
+  * bugfix imfile: fix race during startup that could lead to some duplication
+  * bugfix: potential loss of single message at queue shutdown
+  * bugfix: potential deadlock with heavy variable access
+  * bugfix ommysql: on some platforms, serverport parameter had no effect
+  * bugfix omelasticsearch: invalid pointer dereference
+  * bugfix omhiredis: serverport config parameter did not reliably work
+  * bugfix rsgtutil: -h command line option did not work
+  * bugfix lexer: hex numbers were not properly represented
+  * bugfix TLS syslog: intermittent errors while sending data
+  * bugfix imfile: abort on startup if no slash was present in file name param
+  * bugfix rsgtutil: fixed abort when using short command line options
+  * bugfix rsgtutil: invalid computation of log record extraction file
+  * bugfix build system: KSI components could only be build if in default path
+
+---

Old:

  rsyslog-8.16.0.tar.gz
  rsyslog-doc-8.16.0.tar.gz

New:

  rsyslog-8.17.0.tar.gz
  rsyslog-doc-8.17.0.tar.gz



Other differences:
--
++ rsyslog.spec ++
--- /var/tmp/diff_new_pack.f6oWwq/_old  2016-03-17 16:49:33.0 +0100
+++ /var/tmp/diff_new_pack.f6oWwq/_new  2016-03-17 16:49:33.0 +0100
@@ -20,7 +20,7 @@
 Summary:The enhanced syslogd for Linux and Unix
 License:(GPL-3.0+ and Apache-2.0)
 Group:  System/Daemons
-Version:8.16.0
+Version:8.17.0
 Release:0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -56,6 +56,7 @@
 %bcond_without  mmnormalize
 %bcond_without  elasticsearch
 %bcond_without  omhttpfs
+%bcond_without  omamqp1
 # contributed modules not built for various reasons
 # --enable-mmgrok - grok not in factory
 # --enable-omkafka - librdkafka not in factory
@@ -125,6 +126,13 @@
 %if %{with omhttpfs}
 BuildRequires:  curl-devel >= 7.0.0
 %endif
+%if %{with omamqp1}
+%if %{with pkgconfig}
+BuildRequires:  pkgconfig(libqpid-proton) >= 0.9
+%else
+BuildRequires:  qpid-proton-devel >= 0.9
+%endif
+%endif
 %if %{with hiredis}
 BuildRequires:  hiredis-devel >= 0.10.1
 %endif
@@ -192,12 +200,12 @@
 %if %{with pkgconfig}
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 BuildRequires:  pkgconfig(libestr) >= 0.1.9
-BuildRequires:  pkgconfig(libfastjson)
+BuildRequires:  pkgconfig(libfastjson) >= 0.99.0
 BuildRequires:  pkgconfig(uuid) >= 2.21.0
 %else
 BuildRequires:  libee-devel >= 0.4.0
 BuildRequires:  libestr-devel
-BuildRequires:  libfastjson-devel
+BuildRequires:  libfastjson-devel >= 0.99.0
 BuildRequires:  libuuid-devel
 %endif
 %if %{with systemd}
@@ -524,6 +532,19 @@
 
 %endif
 
+%if %{with omamqp1}
+%package module-omamqp1
+Requires:   %{name} = %{version}
+Summary:AMQP support module for syslog
+Group:  

commit python3-pyte for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-pyte for openSUSE:Factory 
checked in at 2016-03-17 16:35:06

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


Package is "python3-pyte"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyte/python3-pyte.changes
2016-02-01 19:57:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2016-03-17 16:48:20.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 15 04:41:36 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * added python3-pytest-runner
+
+- update to version 0.5.2:
+  * Fixed a bug in handling DA request. See issue #46 on GitHub.
+
+---

Old:

  pyte-0.5.1.tar.gz

New:

  pyte-0.5.2.tar.gz



Other differences:
--
++ python3-pyte.spec ++
--- /var/tmp/diff_new_pack.Nv8vrR/_old  2016-03-17 16:48:20.0 +0100
+++ /var/tmp/diff_new_pack.Nv8vrR/_new  2016-03-17 16:48:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyte
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Simple VTXXX-compatible linux terminal emulator
 License:LGPL-3.0
@@ -26,6 +26,7 @@
 Source: 
https://pypi.python.org/packages/source/p/pyte/pyte-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
+BuildRequires:  python3-pytest-runner
 BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ pyte-0.5.1.tar.gz -> pyte-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/CHANGES new/pyte-0.5.2/CHANGES
--- old/pyte-0.5.1/CHANGES  2016-01-10 20:44:45.0 +0100
+++ new/pyte-0.5.2/CHANGES  2016-03-14 20:48:50.0 +0100
@@ -3,12 +3,19 @@
 
 Here you can see the full list of changes between each pyte release.
 
+Version 0.5.2
+-
+
+Pi Day bugfix release, released on March 14th, 2016
+
+- Fixed a bug in handling DA request. See issue #46 on GitHub.
+
 Version 0.5.1
 -
 
 Bugfix release, released on January 10th 2015
 
-- Fixed dependencies in ``setup.py``.
+- Fixed dependencies in setup.py.
 
 Version 0.5.0
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/PKG-INFO new/pyte-0.5.2/PKG-INFO
--- old/pyte-0.5.1/PKG-INFO 2016-01-10 20:45:41.0 +0100
+++ new/pyte-0.5.2/PKG-INFO 2016-03-14 20:53:20.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyte
-Version: 0.5.1
+Version: 0.5.2
 Summary: Simple VTXXX-compatible terminal emulator.
 Home-page: https://github.com/selectel/pyte
 Author: Sergei Lebedev
@@ -17,7 +17,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.5.1
+|_| |___/  0.5.2
 
 
 What is ``pyte``?
@@ -68,7 +68,7 @@
 Classifier: Environment :: Console
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: OS Independent
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
+Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 
(LGPLv3)
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/README new/pyte-0.5.2/README
--- old/pyte-0.5.1/README   2016-01-10 20:45:14.0 +0100
+++ new/pyte-0.5.2/README   2016-03-14 20:49:43.0 +0100
@@ -9,7 +9,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.5.1
+|_| |___/  0.5.2
 
 
 What is ``pyte``?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/docs/conf.py new/pyte-0.5.2/docs/conf.py
--- old/pyte-0.5.1/docs/conf.py 2016-01-10 20:45:00.0 +0100
+++ new/pyte-0.5.2/docs/conf.py 2016-03-14 20:49:12.0 +0100
@@ -52,9 +52,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.5.1'
+version = '0.5.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.5.1'
+release = '0.5.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/docs/index.rst 

commit rubygem-activesupport-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activesupport-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:29

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


Package is "rubygem-activesupport-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activesupport-4_2/rubygem-activesupport-4_2.changes
  2016-03-07 13:28:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activesupport-4_2.new/rubygem-activesupport-4_2.changes
 2016-03-18 21:40:30.0 +0100
@@ -1,0 +2,10 @@
+Tue Mar  8 05:32:13 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   No changes.
+
+---

Old:

  activesupport-4.2.5.2.gem

New:

  activesupport-4.2.6.gem



Other differences:
--
++ rubygem-activesupport-4_2.spec ++
--- /var/tmp/diff_new_pack.MOMwp1/_old  2016-03-18 21:40:31.0 +0100
+++ /var/tmp/diff_new_pack.MOMwp1/_new  2016-03-18 21:40:31.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activesupport-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name activesupport
 %define mod_full_name %{mod_name}-%{version}

++ activesupport-4.2.5.2.gem -> activesupport-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:15:39.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:29.0 +0100
@@ -1,3 +1,8 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   No changes.
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/gem_version.rb 
new/lib/active_support/gem_version.rb
--- old/lib/active_support/gem_version.rb   2016-02-29 20:15:39.0 
+0100
+++ new/lib/active_support/gem_version.rb   2016-03-07 23:31:29.0 
+0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/logger.rb 
new/lib/active_support/logger.rb
--- old/lib/active_support/logger.rb2016-02-29 20:15:39.0 +0100
+++ new/lib/active_support/logger.rb2016-03-07 23:31:29.0 +0100
@@ -44,6 +44,20 @@
 def initialize(*args)
   super
   @formatter = SimpleFormatter.new
+  after_initialize if respond_to? :after_initialize
+end
+
+def add(severity, message = nil, progname = nil, )
+  return true if @logdev.nil? || (severity || UNKNOWN) < level
+  super
+end
+
+Logger::Severity.constants.each do |severity|
+  class_eval(<<-EOT, __FILE__, __LINE__ + 1)
+def #{severity.downcase}?# def debug?
+  Logger::#{severity} >= level   #   DEBUG >= level
+end  # end
+  EOT
 end
 
 # Simple formatter which only displays the message.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_support/logger_silence.rb 
new/lib/active_support/logger_silence.rb
--- old/lib/active_support/logger_silence.rb2016-02-29 20:15:39.0 
+0100
+++ new/lib/active_support/logger_silence.rb2016-03-07 23:31:29.0 
+0100
@@ -1,21 +1,42 @@
 require 'active_support/concern'
+require 'thread_safe'
 
 module LoggerSilence
   extend ActiveSupport::Concern
   
   included do
 cattr_accessor :silencer
+attr_reader :local_levels
 self.silencer = true
   end
 
+
+  def after_initialize
+@local_levels = ThreadSafe::Cache.new(:initial_capacity => 2)
+  end
+
+  def local_log_id
+Thread.current.__id__
+  end
+
+  def level
+local_levels[local_log_id] || super
+  end
+
   # Silences the logger for the duration of the block.
   def silence(temporary_level = Logger::ERROR)
 if silencer
   begin
-old_logger_level, self.level = level, temporary_level
+old_local_level= local_levels[local_log_id]
+local_levels[local_log_id] = temporary_level
+
 yield self
   ensure
-self.level = old_logger_level
+if old_local_level
+  local_levels[local_log_id] = old_local_level
+else
+  local_levels.delete(local_log_id)
+

commit python-cryptography for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python-cryptography for 
openSUSE:Factory checked in at 2016-03-18 21:36:08

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


Package is "python-cryptography"

Changes:

--- /work/SRC/openSUSE:Factory/python-cryptography/python-cryptography.changes  
2016-03-05 11:21:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-cryptography.new/python-cryptography.changes 
2016-03-18 21:36:10.0 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:20:00 UTC 2016 - dmuel...@suse.com
+
+- fix license
+
+---



Other differences:
--
++ python-cryptography.spec ++
--- /var/tmp/diff_new_pack.8RvnfE/_old  2016-03-18 21:36:11.0 +0100
+++ /var/tmp/diff_new_pack.8RvnfE/_new  2016-03-18 21:36:11.0 +0100
@@ -20,7 +20,7 @@
 Version:1.2.1
 Release:0
 Summary:Python library which exposes cryptographic recipes and 
primitives
-License:Apache-2.0
+License:Apache-2.0 or BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://cryptography.io/en/latest/
 Source0:
https://pypi.python.org/packages/source/c/cryptography/cryptography-%{version}.tar.gz
@@ -109,7 +109,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst LICENSE README.rst
+%doc LICENSE LICENSE.APACHE LICENSE.BSD
+%doc AUTHORS.rst CONTRIBUTING.rst CHANGELOG.rst README.rst
 %{python_sitearch}/cryptography/
 %{python_sitearch}/cryptography-%{version}-py%{py_ver}.egg-info/
 






commit fio for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2016-03-18 21:41:46

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


Package is "fio"

Changes:

--- /work/SRC/openSUSE:Factory/fio/fio.changes  2016-02-11 12:38:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes 2016-03-18 
21:41:48.0 +0100
@@ -1,0 +2,46 @@
+Wed Mar 16 09:19:20 UTC 2016 - l...@suse.com
+
+- Update to 2.8
+  * verify: clear IO verify state all_io_list before writing
+  * Revert "options: move pattern_fmt_desc where we need it"
+  * lib/rand: make __init_randX() static
+  * Use 32-bit rand for parts that use rand_between()
+  * t/gen-rand: use 32-bit random generator
+  * Fix compile of test programs on archs that use arch_flags at runtime
+  * t/gen-rand: remove compile warning on 32-bit
+  * .gitignore: ignore vim undo files
+  * Add t/gen-rand to test random generator
+  * Update documentation on log file formats
+  * rand: use bools
+  * Add the sample JESD219 job file
+  * io_u: speed up __get_next_buflen()
+  * options: improvements to parse dry run
+  * options: finish merge of bssplit/rand zone code
+  * options: unify the bssplit/zone split code
+  * Fix double free of td zone state index
+  * Log to parent instead of twice to child td
+  * options: clean number of zones if we fail parsing
+  * Add support for zones of random IO, with varying frequency of access
+  * Update documentation for random_distribution=gauss
+  * Add support for preadv2/pwritev2
+  * ioengines: account any queued IO on the engine side
+  * backend: ensure that fio_io_sync() commits IN on queued status
+  * Allow IO engine driven allocations of IO structures
+  * Allow for the include file specification to be relative.
+  * fio.1: man page fixes
+  * Update documentation
+  * server: don't make SO_REUSEPORT errors fatal
+  * diskutil: don't print terse disk util twice for json,terse output format
+  * diskutil: fix segfault for both json and terse output
+  * io_ddir: io_ddir_name array should be static
+  * fio: fix copy/paste error in io_ddir.h
+  * log: add support for logging max instead of averages
+  * stat: cleanup average logging
+  * fio: fix ignore_error regression
+  * libmtd: compile fix for linux header changes.
+  * Makefile: false positive on _FORTIFY_SOURCE
+  * Add a note of what is the default value for random_generator
+  * server: send trigger state inline
+  * client: fix double removal of client on job file open failure
+
+---

Old:

  fio-2.6.tar.bz2

New:

  fio-2.8.tar.bz2



Other differences:
--
++ fio.spec ++
--- /var/tmp/diff_new_pack.gZ8Tqk/_old  2016-03-18 21:41:49.0 +0100
+++ /var/tmp/diff_new_pack.gZ8Tqk/_new  2016-03-18 21:41:49.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   fio
-Version:2.6
+Version:2.8
 Release:0
 Summary:Flexible I/O Tester/benchmarker
 License:GPL-2.0
@@ -35,6 +35,8 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  glusterfs-devel
 BuildRequires:  libnuma-devel
+# This is not yet in Tumbleweed. Working on it.
+# BuildRequires:  librbd1-devel
 %endif
 
 %description

++ fio-2.6.tar.bz2 -> fio-2.8.tar.bz2 ++
 2501 lines of diff (skipped)




commit rubygem-activerecord-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-activerecord-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:34

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


Package is "rubygem-activerecord-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-activerecord-4_2/rubygem-activerecord-4_2.changes
2016-03-07 13:28:18.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activerecord-4_2.new/rubygem-activerecord-4_2.changes
   2016-03-18 21:40:36.0 +0100
@@ -1,0 +2,36 @@
+Tue Mar  8 05:31:37 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   Fix a bug where using `t.foreign_key` twice with the same `to_table` 
within
+  the same table definition would only create one foreign key.
+  
+  *George Millo*
+  
+  *   Fix regression in dirty attribute tracking after #dup.  Changes to the
+  clone no longer show as changed attributes in the original object.
+  
+  *Dominic Cleal*
+  
+  *   Fix regression when loading fixture files with symbol keys.
+  
+  Closes #22584.
+  
+  *Yves Senn*
+  
+  *   Fix `rake db:structure:dump` on Postgres when multiple schemas are used.
+  
+  Fixes #22346.
+  
+  *Nick Muerdter*, *ckoenig*
+  
+  *   Introduce `connection.data_sources` and `connection.data_source_exists?`.
+  These methods determine what relations can be used to back Active Record
+  models (usually tables and views).
+  
+  *Yves Senn*, *Matthew Draper*
+
+---

Old:

  activerecord-4.2.5.2.gem

New:

  activerecord-4.2.6.gem



Other differences:
--
++ rubygem-activerecord-4_2.spec ++
--- /var/tmp/diff_new_pack.EQmD6C/_old  2016-03-18 21:40:37.0 +0100
+++ /var/tmp/diff_new_pack.EQmD6C/_new  2016-03-18 21:40:37.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-activerecord-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name activerecord
 %define mod_full_name %{mod_name}-%{version}

++ activerecord-4.2.5.2.gem -> activerecord-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:01.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:30.0 +0100
@@ -1,3 +1,34 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   Fix a bug where using `t.foreign_key` twice with the same `to_table` within
+the same table definition would only create one foreign key.
+
+*George Millo*
+
+*   Fix regression in dirty attribute tracking after #dup.  Changes to the
+clone no longer show as changed attributes in the original object.
+
+*Dominic Cleal*
+
+*   Fix regression when loading fixture files with symbol keys.
+
+Closes #22584.
+
+*Yves Senn*
+
+*   Fix `rake db:structure:dump` on Postgres when multiple schemas are used.
+
+Fixes #22346.
+
+*Nick Muerdter*, *ckoenig*
+
+*   Introduce `connection.data_sources` and `connection.data_source_exists?`.
+These methods determine what relations can be used to back Active Record
+models (usually tables and views).
+
+*Yves Senn*, *Matthew Draper*
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   No changes.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lib/active_record/associations/has_many_through_association.rb 
new/lib/active_record/associations/has_many_through_association.rb
--- old/lib/active_record/associations/has_many_through_association.rb  
2016-02-29 20:16:01.0 +0100
+++ new/lib/active_record/associations/has_many_through_association.rb  
2016-03-07 23:31:30.0 +0100
@@ -94,6 +94,11 @@
 
 through_record = 
through_association.build(*options_for_through_record)
 through_record.send("#{source_reflection.name}=", record)
+
+if options[:source_type]
+  through_record.send("#{source_reflection.foreign_type}=", 
options[:source_type])
+end
+
 through_record
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_record/attribute_methods/dirty.rb 
new/lib/active_record/attribute_methods/dirty.rb
--- old/lib/active_record/attribute_methods/dirty.rb2016-02-29 
20:16:01.0 +0100
+++ new/lib/active_record/attribute_methods/dirty.rb2016-03-07 
23:31:30.0 +0100
@@ -40,6 +40,7 @@

commit drbd-utils for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2016-03-17 16:34:35

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


Package is "drbd-utils"

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2016-02-26 
00:29:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes   
2016-03-17 16:47:55.0 +0100
@@ -1,0 +2,22 @@
+Mon Mar 14 08:01:22 UTC 2016 - nw...@suse.com
+
+- fate#320495. Support ha resource agent of drbd9.
+  Add patch support-drbd9-ra.patch
+
+---
+Mon Mar  7 08:18:08 UTC 2016 - nw...@suse.com
+
+- bsc#955177, fence when another node pacemaker shutdown.
+  add patch fence-after-pacemaker-down.patch 
+
+---
+Mon Mar  7 08:13:43 UTC 2016 - nw...@suse.com
+
+- Update to v8.9.6
+  * Call "drbdsetup resize" only as often as necessary on
+"drbdadm resize"
+  * Disconnect connection first on single path deletion from connection
+  * Add unfence-peer handler
+  * Fix "drbdadm adjust" for proxy configurations 
+
+---

Old:

  drbd-utils-8.9.5.tar.gz

New:

  drbd-utils-8.9.6.tar.gz
  fence-after-pacemaker-down.patch
  support-drbd9-ra.patch



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.KTwQD7/_old  2016-03-17 16:47:56.0 +0100
+++ /var/tmp/diff_new_pack.KTwQD7/_new  2016-03-17 16:47:56.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   drbd-utils
-Version:8.9.5
+Version:8.9.6
 Release:0
 Summary:Distributed Replicated Block Device
 License:GPL-2.0+
@@ -30,6 +30,8 @@
 Patch2: fix-libdir-in-Makefile.patch
 Patch3: zeroout-discard-devices.patch
 Patch4: service-mod.patch
+Patch5: fence-after-pacemaker-down.patch
+Patch6: support-drbd9-ra.patch
 
 Provides:   drbd-bash-completion = %{version}
 Provides:   drbd-pacemaker = %{version}
@@ -75,6 +77,8 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
 
 %build
 ./autogen.sh

++ drbd-utils-8.9.5.tar.gz -> drbd-utils-8.9.6.tar.gz ++
 4153 lines of diff (skipped)

++ fence-after-pacemaker-down.patch ++
diff -Naur drbd-utils-8.9.6.orig/scripts/crm-fence-peer.sh 
drbd-utils-8.9.6/scripts/crm-fence-peer.sh
--- drbd-utils-8.9.6.orig/scripts/crm-fence-peer.sh 2016-03-14 
15:54:38.701360775 +0800
+++ drbd-utils-8.9.6/scripts/crm-fence-peer.sh  2016-03-14 16:00:06.38664 
+0800
@@ -531,6 +531,25 @@
[[ $crmd = "banned" ]] && will_fence=true
if [[ ${expected-down} = "down" && $in_ccm = "false"  && $crmd != 
"online" ]]; then
: "pacemaker considers this as clean down"
+   elif [[ $crmd/$join/$expected = "offline/down/down" ]] ; then
+   # Check if pacemaker is simply shutdown, but membership/quorum 
is
+   # possibly still established (corosync2/cman)
+   # 1.1.11 will set expected="down" on a clean shutdown too
+   # Look for "shutdown" transient node attribute
+   local node_attributes=$(set +x; echo "$cib_xml" |
+   awk "//"|
+   grep -F -e "= 0 )) || _volume=$[1 << 16]
DRBD_ROLE_LOCAL[$_volume]=${_role:-Unconfigured}
-   DRBD_ROLE_REMOTE[$_volume]=${_peer:-Unknown}
-   DRBD_CSTATE[$_volume]=$_cstate
DRBD_DSTATE_LOCAL[$_volume]=${_disk:-Unconfigured}
-   DRBD_DSTATE_REMOTE[$_volume]=${_pdsk:-DUnknown}
+
+   if $DRBD_VERSION_9 ; then
+   #Get from _peer_node_process
+   DRBD_NAME[$_volume]=${DRBD_PER_NAME[@]}
+   DRBD_ID[$_volume]=${DRBD_PER_ID[@]}
+   DRBD_VOLUME[$_volume]=${_volume}
+   DRBD_CSTATE[$_volume]=${DRBD_PER_CSTATE[@]}
+   DRBD_ROLE_REMOTE[$_volume]=${DRBD_PER_ROLE_REMOTE[@]}
+   DRBD_DSTATE_REMOTE[$_volume]=${DRBD_PER_DSTATE_REMOTE[@]}
+
+   DRBD_PER_NAME=()
+   DRBD_PER_ID=()
+   DRBD_PER_CSTATE=()
+   DRBD_PER_ROLE_REMOTE=()
+   DRBD_PER_DSTATE_REMOTE=()
+
+   : == DEBUG == _volume== ${_volume} ==
+   : == DEBUG == DRBD_ROLE_LOCAL== 
${DRBD_ROLE_LOCAL[${_volume}]} ==
+   : == DEBUG == DRBD_DSTATE_LOCAL  == 
${DRBD_DSTATE_LOCAL[${_volume}]} ==
+   : == DEBUG == DRBD_CSTATE== ${DRBD_CSTATE[${_volume}]} 
==
+   : == DEBUG == DRBD_ROLE_REMOTE   == 

commit rofi for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2016-03-17 16:34:39

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


Package is "rofi"

Changes:

--- /work/SRC/openSUSE:Factory/rofi/rofi.changes2015-08-05 
19:14:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2016-03-17 
16:47:57.0 +0100
@@ -1,0 +2,13 @@
+Mon Mar  7 09:53:19 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.15.12
+  * keyboard layout bugfixes
+  * speedups for dmenu reading
+  * multi core
+  * better themes support
+  * a lot more
+
+- Remove 0001-Replace-x-terminal-emulator-with-xdg-terminal.patch:
+  and add xdg-terminal.patch: using xdg-terminal
+
+---

Old:

  0001-Replace-x-terminal-emulator-with-xdg-terminal.patch
  rofi-0.15.7.tar.gz

New:

  rofi-0.15.12.tar.gz
  xdg-terminal.patch



Other differences:
--
++ rofi.spec ++
--- /var/tmp/diff_new_pack.12ytRq/_old  2016-03-17 16:47:58.0 +0100
+++ /var/tmp/diff_new_pack.12ytRq/_new  2016-03-17 16:47:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rofi
 #
-# 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,22 +17,23 @@
 
 
 Name:   rofi
-Version:0.15.7
+Version:0.15.12
 Release:0
 Summary:A window switcher, run dialog and dmenu replacement
 License:MIT
 Group:  System/GUI/Other
 Url:https://davedavenport.github.io/rofi/
 Source: 
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
-#It tries to use x-terminal-emulator which is only available on debian 
systems, I replace it with xdg-terminal.
-Patch0: 0001-Replace-x-terminal-emulator-with-xdg-terminal.patch
+Patch0: xdg-terminal.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  cairo-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libXft-devel
 BuildRequires:  libXinerama-devel
 BuildRequires:  make
 BuildRequires:  pango-devel
+BuildRequires:  startup-notification-devel
 BuildRequires:  xorg-x11-devel
 Requires:   xdg-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -49,12 +50,14 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc Changelog README.md COPYING
 %{_bindir}/rofi
+%{_bindir}/rofi-sensible-terminal
 %{_mandir}/man1/rofi.1.gz
+%{_mandir}/man1/rofi-sensible-terminal.1.gz
 
 %changelog

++ rofi-0.15.7.tar.gz -> rofi-0.15.12.tar.gz ++
 15378 lines of diff (skipped)

++ xdg-terminal.patch ++
diff -urEbwB rofi-0.15.12/config/config.c rofi-0.15.12.new/config/config.c
--- rofi-0.15.12/config/config.c2015-12-26 13:46:13.0 +0100
+++ rofi-0.15.12.new/config/config.c2016-03-07 10:42:24.070762155 +0100
@@ -78,16 +78,16 @@
 .menu_hlbg_urgent = "#DC322F",
 .menu_hlbg_active = "#268BD2",
 /** Terminal to use. (for ssh and open in terminal) */
-.terminal_emulator = "rofi-sensible-terminal",
+.terminal_emulator = "xdg-terminal",
 .ssh_client= "ssh",
 /** Command when executing ssh. */
-.ssh_command   = "{terminal} -e {ssh-client} {host}",
+.ssh_command   = "xdg-terminal '{ssh-client} {host}'",
 /** Command when running */
 .run_command   = "{cmd}",
 /** Command used to list executable commands. empty -> internal */
 .run_list_command  = "",
 /** Command executed when running application in terminal */
-.run_shell_command = "{terminal} -e {cmd}",
+.run_shell_command = "xdg-terminal '{cmd}'",
 /**
  * Location of the window.
  * Enumeration indicating location or gravity of window.



commit gnome-commander for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package gnome-commander for openSUSE:Factory 
checked in at 2016-03-18 21:43:10

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


Package is "gnome-commander"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-commander/gnome-commander.changes  
2015-06-02 10:08:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander.changes 
2016-03-18 21:43:11.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar 15 10:37:40 UTC 2016 - dims...@opensuse.org
+
+- Update to version 1.4.8:
+  + bgo#761580: Support gcc6 -Werror=format-security.
+  + Updated translations.
+
+---

Old:

  gnome-commander-1.4.7.tar.xz

New:

  gnome-commander-1.4.8.tar.xz



Other differences:
--
++ gnome-commander.spec ++
--- /var/tmp/diff_new_pack.ja9y8k/_old  2016-03-18 21:43:12.0 +0100
+++ /var/tmp/diff_new_pack.ja9y8k/_new  2016-03-18 21:43:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-commander
 #
-# 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:   gnome-commander
-Version:1.4.7
+Version:1.4.8
 Release:0
 Summary:Nice and Fast File Manager for the GNOME Desktop
 License:GPL-2.0+

++ gnome-commander-1.4.7.tar.xz -> gnome-commander-1.4.8.tar.xz ++
/work/SRC/openSUSE:Factory/gnome-commander/gnome-commander-1.4.7.tar.xz 
/work/SRC/openSUSE:Factory/.gnome-commander.new/gnome-commander-1.4.8.tar.xz 
differ: char 26, line 1




commit rubygem-actionview-4_2 for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package rubygem-actionview-4_2 for 
openSUSE:Factory checked in at 2016-03-18 21:40:52

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


Package is "rubygem-actionview-4_2"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-actionview-4_2/rubygem-actionview-4_2.changes
2016-03-07 13:27:56.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-actionview-4_2.new/rubygem-actionview-4_2.changes
   2016-03-18 21:40:53.0 +0100
@@ -1,0 +2,30 @@
+Tue Mar  8 05:30:10 UTC 2016 - co...@suse.com
+
+- updated to version 4.2.6
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.6 (March 07, 2016) ##
+  
+  *   Fix stripping the digest from the automatically generated img tag alt
+  attribute when assets are handled by Sprockets >=3.0.
+  
+  *Bart de Water*
+  
+  *   Create a new `ActiveSupport::SafeBuffer` instance when `content_for` is 
flushed.
+  
+  Fixes #19890
+  
+  *Yoong Kang Lim*
+  
+  *   Respect value of `:object` if `:object` is false when rendering.
+  
+  Fixes #22260.
+  
+  *Yuichiro Kaneko*
+  
+  *   Generate `week_field` input values using a 1-based index and not a 
0-based index
+  as per the W3 spec: 
http://www.w3.org/TR/html-markup/datatypes.html#form.data.week
+  
+  *Christoph Geschwind*
+
+---

Old:

  actionview-4.2.5.2.gem

New:

  actionview-4.2.6.gem



Other differences:
--
++ rubygem-actionview-4_2.spec ++
--- /var/tmp/diff_new_pack.wb9Y6P/_old  2016-03-18 21:40:54.0 +0100
+++ /var/tmp/diff_new_pack.wb9Y6P/_new  2016-03-18 21:40:54.0 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-actionview-4_2
-Version:4.2.5.2
+Version:4.2.6
 Release:0
 %define mod_name actionview
 %define mod_full_name %{mod_name}-%{version}

++ actionview-4.2.5.2.gem -> actionview-4.2.6.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-02-29 20:16:10.0 +0100
+++ new/CHANGELOG.md2016-03-07 23:31:31.0 +0100
@@ -1,3 +1,28 @@
+## Rails 4.2.6 (March 07, 2016) ##
+
+*   Fix stripping the digest from the automatically generated img tag alt
+attribute when assets are handled by Sprockets >=3.0.
+
+*Bart de Water*
+
+*   Create a new `ActiveSupport::SafeBuffer` instance when `content_for` is 
flushed.
+
+Fixes #19890
+
+*Yoong Kang Lim*
+
+*   Respect value of `:object` if `:object` is false when rendering.
+
+Fixes #22260.
+
+*Yuichiro Kaneko*
+
+*   Generate `week_field` input values using a 1-based index and not a 0-based 
index
+as per the W3 spec: 
http://www.w3.org/TR/html-markup/datatypes.html#form.data.week
+
+*Christoph Geschwind*
+
+
 ## Rails 4.2.5.2 (February 26, 2016) ##
 
 *   Do not allow render with unpermitted parameter.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/flows.rb new/lib/action_view/flows.rb
--- old/lib/action_view/flows.rb2016-02-29 20:16:10.0 +0100
+++ new/lib/action_view/flows.rb2016-03-07 23:31:31.0 +0100
@@ -15,7 +15,7 @@
 
 # Called by each renderer object to set the layout contents.
 def set(key, value)
-  @content[key] = value
+  @content[key] = ActiveSupport::SafeBuffer.new(value)
 end
 
 # Called by content_for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/gem_version.rb 
new/lib/action_view/gem_version.rb
--- old/lib/action_view/gem_version.rb  2016-02-29 20:16:10.0 +0100
+++ new/lib/action_view/gem_version.rb  2016-03-07 23:31:31.0 +0100
@@ -7,8 +7,8 @@
   module VERSION
 MAJOR = 4
 MINOR = 2
-TINY  = 5
-PRE   = "2"
+TINY  = 6
+PRE   = nil
 
 STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/action_view/helpers/asset_tag_helper.rb 
new/lib/action_view/helpers/asset_tag_helper.rb
--- old/lib/action_view/helpers/asset_tag_helper.rb 2016-02-29 
20:16:10.0 +0100
+++ new/lib/action_view/helpers/asset_tag_helper.rb 2016-03-07 
23:31:31.0 +0100
@@ -236,7 +236,7 @@
   #   image_alt('underscored_file_name.png')
   #   # => Underscored file name
   def image_alt(src)
-File.basename(src, '.*').sub(/-[[:xdigit:]]{32}\z/, '').tr('-_', ' 
').capitalize

commit python3-matplotlib for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-matplotlib for 
openSUSE:Factory checked in at 2016-03-17 16:35:09

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


Package is "python3-matplotlib"

Changes:

--- /work/SRC/openSUSE:Factory/python3-matplotlib/python3-matplotlib.changes
2016-01-11 19:12:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes   
2016-03-17 16:48:22.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 15:39:04 UTC 2016 - toddrme2...@gmail.com
+
+- Disable python3-Pillow buildrequires on ppc64
+  Pillow doesn't currently work on big-endian architectures
+
+---



Other differences:
--
++ python3-matplotlib.spec ++
--- /var/tmp/diff_new_pack.Ncxbuh/_old  2016-03-17 16:48:24.0 +0100
+++ /var/tmp/diff_new_pack.Ncxbuh/_new  2016-03-17 16:48:24.0 +0100
@@ -37,7 +37,6 @@
 BuildRequires:  python3
 BuildRequires:  python3-CXX-devel >= 6.2.4
 BuildRequires:  python3-Cycler
-BuildRequires:  python3-Pillow
 BuildRequires:  python3-dateutil >= 1.1
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy-devel >= 1.6
@@ -46,6 +45,10 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-six >= 1.3
 BuildRequires:  qhull-devel >= 2003.1
+# Pillow doesn't currently work on big-endian architectures
+%ifnarch ppc64
+BuildRequires:  python3-Pillow
+%endif
 # needed for testing  -- Not doing tests because they take too long
 # BuildRequires:  inkscape
 # BuildRequires:  python3-mock




commit python3-opengl for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-opengl for openSUSE:Factory 
checked in at 2016-03-17 16:35:19

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


Package is "python3-opengl"

Changes:

--- /work/SRC/openSUSE:Factory/python3-opengl/python3-opengl.changes
2014-07-15 08:01:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-opengl.new/python3-opengl.changes   
2016-03-17 16:48:26.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 16:36:46 UTC 2016 - toddrme2...@gmail.com
+
+- Remove unneeded python3-Pillow buildrequires.
+  It was preventing building on big-endian architectures.
+
+---



Other differences:
--
++ python3-opengl.spec ++
--- /var/tmp/diff_new_pack.BpEnEF/_old  2016-03-17 16:48:27.0 +0100
+++ /var/tmp/diff_new_pack.BpEnEF/_new  2016-03-17 16:48:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-opengl
 #
-# Copyright (c) 2014 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
@@ -31,7 +31,6 @@
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-Pillow
 BuildRequires:  python3-numpy
 BuildRequires:  swig
 BuildRequires:  tk-devel




commit python3-Django for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-Django for openSUSE:Factory 
checked in at 2016-03-17 16:35:14

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


Package is "python3-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Django/python3-Django.changes
2016-03-07 13:30:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/python3-Django.changes   
2016-03-17 16:48:25.0 +0100
@@ -1,0 +2,6 @@
+Tue Mar 15 16:08:36 UTC 2016 - toddrme2...@gmail.com
+
+- Make python3-Pillow only a recommends.  It is not a hard 
+  requirement, and it doesn't work on big-endian architectures.
+
+---



Other differences:
--
++ python3-Django.spec ++
--- /var/tmp/diff_new_pack.JWDldC/_old  2016-03-17 16:48:26.0 +0100
+++ /var/tmp/diff_new_pack.JWDldC/_new  2016-03-17 16:48:26.0 +0100
@@ -29,8 +29,8 @@
 BuildRequires:  fdupes
 BuildRequires:  python3-devel >= 3.4
 BuildRequires:  python3-setuptools
-Requires:   python3-Pillow
 Requires:   python3-xml
+Recommends: python3-Pillow
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit kvpnc for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package kvpnc for openSUSE:Factory checked 
in at 2016-03-17 16:33:57

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


Package is "kvpnc"

Changes:

--- /work/SRC/openSUSE:Factory/kvpnc/kvpnc.changes  2013-04-22 
14:07:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kvpnc.new/kvpnc.changes 2016-03-17 
16:47:30.0 +0100
@@ -1,0 +2,5 @@
+Tue Mar  8 21:07:10 UTC 2016 - bwiedem...@suse.com
+
+- Strip png timestamps to fix build-compare
+
+---



Other differences:
--
++ kvpnc.spec ++
--- /var/tmp/diff_new_pack.6rsmRz/_old  2016-03-17 16:47:31.0 +0100
+++ /var/tmp/diff_new_pack.6rsmRz/_new  2016-03-17 16:47:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvpnc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -81,8 +81,8 @@
 else
   nugeom=""
 fi
-[ -n "$nugeom" ] && mogrify -extent "$nugeom" -background transparent 
-gravity "$grav" "$f"
-mogrify -scale "$s"x"$s" -background transparent "$f"
+[ -n "$nugeom" ] && mogrify -strip -extent "$nugeom" -background 
transparent -gravity "$grav" "$f"
+mogrify -strip -scale "$s"x"$s" -background transparent "$f"
   fi
 done
   done




  1   2   >