commit gpgme for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gpgme for openSUSE:Factory checked 
in at 2016-11-24 23:15:53

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


Package is "gpgme"

Changes:

--- /work/SRC/openSUSE:Factory/gpgme/gpgme.changes  2016-11-22 
18:56:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.gpgme.new/gpgme.changes 2016-11-24 
23:15:54.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 23:19:10 UTC 2016 - lbeltr...@kde.org
+
+- Add remove-a-forgotten-instance-of-libsuffix.diff: fix CMake 
+  files for gpgmepp (or they won't work with KDE software) 
+
+---

New:

  remove-a-forgotten-instance-of-libsuffix.diff



Other differences:
--
++ gpgme.spec ++
--- /var/tmp/diff_new_pack.aQpO3Y/_old  2016-11-24 23:15:55.0 +0100
+++ /var/tmp/diff_new_pack.aQpO3Y/_new  2016-11-24 23:15:55.0 +0100
@@ -33,6 +33,8 @@
 Source3:gpgme.keyring
 # used to have a fixed timestamp
 Source99:   %{name}.changes
+#PATCH-FIX-UPSTREAM: remove-a-forgotten-instance-of-libsuffix.diff - Fix cmake 
files (or it will break KDE software building)
+Patch1: remove-a-forgotten-instance-of-libsuffix.diff
 BuildRequires:  gpg2 >= 2.0.10
 BuildRequires:  libassuan-devel >= 2.0.2
 BuildRequires:  libgpg-error-devel >= 1.17
@@ -187,6 +189,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+ -r %{SOURCE99})


++ remove-a-forgotten-instance-of-libsuffix.diff ++
>From 572c1aac107125ce62230251713349348373db5a Mon Sep 17 00:00:00 2001
From: Heiko Becker 
Date: Wed, 16 Nov 2016 23:09:45 +0100
Subject: [PATCH] Remove a forgotten instance of @libsuffix@

* lang/cpp/src/GpgmeppConfig.cmake.in.in: Remove a forgotten
instance of @libsuffix@.
--

b2c07bd47bd608afa5cc819b60a7b5bb8c9dd96a removed @libsuffix@ from
cmake config files, but missed one instance.

Signed-off-by: Heiko Becker 
---
 lang/cpp/src/GpgmeppConfig.cmake.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/cpp/src/GpgmeppConfig.cmake.in.in 
b/lang/cpp/src/GpgmeppConfig.cmake.in.in
index 928d19f..cbe9713 100644
--- a/lang/cpp/src/GpgmeppConfig.cmake.in.in
+++ b/lang/cpp/src/GpgmeppConfig.cmake.in.in
@@ -63,7 +63,7 @@ add_library(Gpgmepp SHARED IMPORTED)
 
 set_target_properties(Gpgmepp PROPERTIES
   INTERFACE_INCLUDE_DIRECTORIES 
"@resolved_includedir@/gpgme++;@resolved_includedir@"
-  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme@libsuffix@;@LIBASSUAN_LIBS@"
+  INTERFACE_LINK_LIBRARIES 
"pthread;@resolved_libdir@/libgpgme.so;@LIBASSUAN_LIBS@"
   IMPORTED_LOCATION "@resolved_libdir@/libgpgmepp.so"
 )
 
-- 
2.8.0.rc3




commit gtk3 for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gtk3 for openSUSE:Factory checked in 
at 2016-11-24 23:15:00

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


Package is "gtk3"

Changes:

--- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes2016-11-10 
13:12:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes   2016-11-24 
23:15:02.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov 19 11:48:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.4:
+  + Bugs fixed: bgo#767713, bgo#768081, bgo#768531, bgo#772075,
+bgo#772202, bgo#773587, bgo#773916, bgo#773979, bgo#774046,
+bgo#774066, bgo#774097, bgo#774185, bgo#774352.
+  + Updated translations.
+- Drop gtk3-startupfix-wayland.patch: fixed upstream.
+
+---

Old:

  gtk+-3.22.3.tar.xz
  gtk3-startupfix-wayland.patch

New:

  gtk+-3.22.4.tar.xz



Other differences:
--
++ gtk3.spec ++
--- /var/tmp/diff_new_pack.n4kk5d/_old  2016-11-24 23:15:05.0 +0100
+++ /var/tmp/diff_new_pack.n4kk5d/_new  2016-11-24 23:15:05.0 +0100
@@ -29,7 +29,7 @@
 
 Name:   gtk3
 %define _name gtk+
-Version:3.22.3
+Version:3.22.4
 Release:0
 Summary:The GTK+ toolkit library (version 3)
 License:LGPL-2.1+
@@ -44,8 +44,6 @@
 Patch0: gtk3-GTK_PATH64.patch
 # PATCH-NEEDS-REBASE gtk3-path-local.patch Search in /usr/local/%{_lib} by 
default. bnc369696 bgo534474 -- Was PATCH-FIX-OPENSUSE
 Patch1: gtk3-path-local.patch
-# PATCH-FIX-UPSTREAM gtk3-startupfix-wayland.patch bgo#768531 
zai...@opensuse.org -- Fix slow startup notification on wayland
-Patch2: gtk3-startupfix-wayland.patch
 BuildRequires:  cups-devel >= 1.2
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  fdupes
@@ -341,7 +339,6 @@
 %endif
 # Patch disabled, needs rebase.
 #patch1 -p0
-%patch2 -p1
 
 %build
 # Disabled since patch 1 is in need of rebase

++ gtk+-3.22.3.tar.xz -> gtk+-3.22.4.tar.xz ++
/work/SRC/openSUSE:Factory/gtk3/gtk+-3.22.3.tar.xz 
/work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.22.4.tar.xz differ: char 27, line 1




commit openmpi for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package openmpi for openSUSE:Factory checked 
in at 2016-11-24 23:15:27

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


Package is "openmpi"

Changes:

--- /work/SRC/openSUSE:Factory/openmpi/openmpi-testsuite.changes
2016-10-03 09:34:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.openmpi.new/openmpi-testsuite.changes   
2016-11-24 23:15:28.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 08:08:33 CET 2016 - p...@suse.de
+
+- Fix creation of environment module in spec (bsc#1011484).
+
+---
openmpi.changes: same change



Other differences:
--
openmpi.spec: same change
++ openmpi-no_network_in_build.patch ++
--- /var/tmp/diff_new_pack.BHX2G9/_old  2016-11-24 23:15:30.0 +0100
+++ /var/tmp/diff_new_pack.BHX2G9/_new  2016-11-24 23:15:30.0 +0100
@@ -1,12 +1,11 @@
 ---
  test/util/Makefile.am |2 +-
- test/util/Makefile.in |2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
+ 1 file changed, 1 insertion(+), 1 deletion(-)
 
 Index: test/util/Makefile.am
 ===
 test/util/Makefile.am.orig 2014-07-11 20:11:55.0 +0200
-+++ test/util/Makefile.am  2014-12-01 15:41:45.023557045 +0100
+--- test/util/Makefile.am.orig 2014-04-22 16:51:00.0 +0200
 test/util/Makefile.am  2014-04-29 18:37:08.260494412 +0200
 @@ -33,7 +33,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/test/suppo
  
  
@@ -16,16 +15,3 @@
  
  TESTS = \
$(check_PROGRAMS)
-Index: test/util/Makefile.in
-===
 test/util/Makefile.in.orig 2014-09-25 16:11:31.0 +0200
-+++ test/util/Makefile.in  2014-12-01 15:44:31.499729817 +0100
-@@ -70,7 +70,7 @@ POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- target_triplet = @target@
--check_PROGRAMS = opal_bit_ops$(EXEEXT) opal_path_nfs$(EXEEXT)
-+check_PROGRAMS = opal_bit_ops$(EXEEXT)
- subdir = test/util
- DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-   $(top_srcdir)/config/depcomp

++ openmpi-rpmlintrc ++
--- /var/tmp/diff_new_pack.BHX2G9/_old  2016-11-24 23:15:30.0 +0100
+++ /var/tmp/diff_new_pack.BHX2G9/_new  2016-11-24 23:15:30.0 +0100
@@ -1,5 +1,6 @@
 # This line is mandatory to access the configuration functions
 from Config import *
 
-#false positive
 addFilter("openmpi.* rpath-in-buildconfig")
+addFilter("openmpi.* script-without-shebang")
+addFilter("openmpi.* shared-lib-calls-exit")




commit graphite2 for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package graphite2 for openSUSE:Factory 
checked in at 2016-11-24 23:15:10

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


Package is "graphite2"

Changes:

--- /work/SRC/openSUSE:Factory/graphite2/graphite2.changes  2016-06-07 
23:43:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.graphite2.new/graphite2.changes 2016-11-24 
23:15:11.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 10:53:29 UTC 2016 - pgaj...@suse.com
+
+- Version update to 1.3.9: fixes some bugs in the collision 
+  avoidance and may give slightly improved results in some cases.
+
+---

Old:

  1.3.8.tar.gz

New:

  1.3.9.tar.gz



Other differences:
--
++ graphite2.spec ++
--- /var/tmp/diff_new_pack.Nycqi2/_old  2016-11-24 23:15:12.0 +0100
+++ /var/tmp/diff_new_pack.Nycqi2/_new  2016-11-24 23:15:12.0 +0100
@@ -18,7 +18,7 @@
 
 %define libname libgraphite2-3
 Name:   graphite2
-Version:1.3.8
+Version:1.3.9
 Release:0
 Summary:Font rendering capabilities for complex non-Roman writing 
systems
 License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1

++ 1.3.8.tar.gz -> 1.3.9.tar.gz ++
 22520 lines of diff (skipped)




commit openal-soft for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package openal-soft for openSUSE:Factory 
checked in at 2016-11-24 23:15:19

Comparing /work/SRC/openSUSE:Factory/openal-soft (Old)
 and  /work/SRC/openSUSE:Factory/.openal-soft.new (New)


Package is "openal-soft"

Changes:

--- /work/SRC/openSUSE:Factory/openal-soft/openal-soft.changes  2016-02-25 
22:35:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.openal-soft.new/openal-soft.changes 
2016-11-24 23:15:20.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 16 06:33:19 UTC 2016 - virtuous...@gmail.com
+
+- Add missing dependency for JACK backend
+
+---



Other differences:
--
++ openal-soft.spec ++
--- /var/tmp/diff_new_pack.3T7NrR/_old  2016-11-24 23:15:21.0 +0100
+++ /var/tmp/diff_new_pack.3T7NrR/_new  2016-11-24 23:15:21.0 +0100
@@ -32,6 +32,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libpulse)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit libproxy for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2016-11-24 23:15:41

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


Package is "libproxy"

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2016-10-10 17:32:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2016-11-24 23:15:43.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 08:18:37 UTC 2016 - dims...@opensuse.org
+
+- Add libproxy-cmake-3.7.patch: Fix build with cmake 3.7.
+
+---
libproxy.changes: same change

New:

  libproxy-cmake-3.7.patch



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.CRZcWn/_old  2016-11-24 23:15:44.0 +0100
+++ /var/tmp/diff_new_pack.CRZcWn/_new  2016-11-24 23:15:44.0 +0100
@@ -49,6 +49,8 @@
 Patch1: libproxy-python3-support.patch
 # PATCH-FIX-UPSTREAM libproxy-FindMono-4.6.patch gh#libproxy/libproxy#37 
dims...@opensuse.org -- Fall back to mcs if gmcs cannot be found
 Patch2: libproxy-FindMono-4.6.patch
+# PATCH-FIX-UPSTREAM libproxy-cmake-3.7.patch gh#libproxy/libproxy#46 
dims...@opensuse.org -- Fix build with cmake 3.7
+Patch3: libproxy-cmake-3.7.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -343,6 +345,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 mkdir build
 
 %build

++ libproxy.spec ++
--- /var/tmp/diff_new_pack.CRZcWn/_old  2016-11-24 23:15:44.0 +0100
+++ /var/tmp/diff_new_pack.CRZcWn/_new  2016-11-24 23:15:44.0 +0100
@@ -49,6 +49,8 @@
 Patch1: libproxy-python3-support.patch
 # PATCH-FIX-UPSTREAM libproxy-FindMono-4.6.patch gh#libproxy/libproxy#37 
dims...@opensuse.org -- Fall back to mcs if gmcs cannot be found
 Patch2: libproxy-FindMono-4.6.patch
+# PATCH-FIX-UPSTREAM libproxy-cmake-3.7.patch gh#libproxy/libproxy#46 
dims...@opensuse.org -- Fix build with cmake 3.7
+Patch3: libproxy-cmake-3.7.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -343,6 +345,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 mkdir build
 
 %build

++ libproxy-cmake-3.7.patch ++
>From 72bda7188408bd3c2491ea664da294cc483220bc Mon Sep 17 00:00:00 2001
From: Andrey Rakhmatullin 
Date: Sun, 20 Nov 2016 18:40:49 +0500
Subject: [PATCH] Set CMP0054 CMake policy to NEW.

CMake 3.7 exports a "t" variable for all projects and because of that
the elseif statement in cmake/CMakeCSharpInformation.cmake:311 works
incorrectly if CMP0054 is not set to NEW (as "t" is expanded to the
variable value).
---
 CMakeLists.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5313787..451e7a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.6)
 if(POLICY CMP0011)
cmake_policy(SET CMP0011 NEW)
 endif(POLICY CMP0011)
+if(POLICY CMP0054)
+   cmake_policy(SET CMP0054 NEW)
+endif(POLICY CMP0054)
 
 # Make sure we look in our cmake folder for additional definitions
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake )




commit libsass for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package libsass for openSUSE:Factory checked 
in at 2016-11-24 21:26:08

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


Package is "libsass"

Changes:

--- /work/SRC/openSUSE:Factory/libsass/libsass.changes  2016-07-20 
09:20:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsass.new/libsass.changes 2016-11-24 
21:26:09.0 +0100
@@ -1,0 +2,360 @@
+Thu Nov 24 11:38:22 UTC 2016 - jeng...@inai.de
+
+- Redo descriptions and RPM groups
+
+---
+Wed Nov 23 15:49:50 UTC 2016 - roni...@gmail.com
+
+- Run spec-cleaner.
+- Remove unecessary `BuildRoot` in .spec.
+- Remove two non-breaking spaces in .spec that were leading to
+  a rpmlint warning.
+- Version bump to 3.3.6.
+  Upstream changelog:
+
+  Version 3.3.6
+  -
+
+  * Feature
+
+- Expose the Sass language version via the C API
+  (@chriseppstein, #2021)
+
+  * Fixes
+
+- Incorrectly erring on comments in at-rules (@mgreter, #1233)
+- Incorrectly dropping internal state of AST nodes (@mgreter,
+  #1661)
+- Incorrectly parsing the calc function (@mgreter, #1706)
+- Segfault during error handling (@mgreter, #2016)
+- Incorrectly identifying the selectors with type-of (@mgreter,
+  #2020)
+- Incorrectly erring on ID selectors starting with a number
+  (@mgreter, @2023)
+- Producing incorrect output when compile with MSVC (@mgreter,
+  #2039)
+- Various segfaults and incorrect output from @extend
+  (@mgreter, #2017 #2031)
+
+  Version 3.3.5
+  -
+
+  * Expose our memory allocator
+
+This feature has taken many proposed forms over the last 4
+months. After much patent and considered discussion by @am11
+@mgreter @saper and @xoofx you can now access our memory
+allocator on the C-API.
+
+void* sass_alloc_memory(size_t size)
+char* sass_copy_c_string(const char* str)
+void sass_free_memory(void* ptr)
+
+  * Features
+
+- Re-add sass_option_push_include_path and
+  sass_option_push_plugin_path (@xoofx, #1974)
+
+  * Build
+
+- Enable address sanitizer for clang (@mgreter, #2003)
+- MSVC assert too strict (@mgreter, #1985)
+- Update Sass spec (@xzyfer, 1967)
+
+  * Fixes
+
+- Incorrectly erring on @extend and @media (@mgreter, #2009
+  #2007, #1927, #1923)
+- Incorrectly erring on @extend and interpolated selectors
+  (@mgreter, #2000)
+- Builds not failing when Sass spec fails to load (@saper,
+  #1997)
+- Incorrectly erring on Sass comments in selectors (@mgreter,
+  #1996)
+- Incorrectly erring on @extend and interpolated selectors with
+  the !optional flag (@mgreter, #1993)
+- Incorrectly treating 0 and false as the same value when used
+  as map keys (@mgreter, #1991)
+- Incorrectly erring on escaped and unicode selectors
+  (@mgreter, #1977)
+- Incorrectly rendering @extend and @supports (@mgreter, #1971)
+- Incorrectly erring on functions beginning with calc
+  (@mgreter, #1969)
+- Incorrectly quoting interpolated strings in selectors
+  (@mgreter, #1947)
+- Incorrectly escaped escaped strings in selectors (@mgreter,
+  #1945)
+- Incorrectly duplicating executing of function in interpolated
+  string (@mgreter, #1944)
+- Prevent parsing url() resulting in an endless loop (@mgreter,
+  #1931)
+- Compilation error with using -DDEBUG flag (@tony, #1917)
+- Incorrectly removing @media blocks that contain only CSS
+  comments (@mgreter, #1889)
+- Better handling of / in function arguments (@mgreter, #1417)
+
+  Version 3.3.4
+  -
+
+  * Fixes
+
+- Inconsistent error message produced when nesting functions
+  and mixins (@xzyfer, #1941)
+- Ensure custom importers are executed for all @imports
+  (@xzyfer, #1935)
+- Ensure custom importers are executed in the correct order
+  (@xzyfer, #1921)
+- Possible segfault when generating sourcemaps (@usta, #1920)
+- Memory leak (@usta, #1919)
+- Unused variable warning (@xzyfer, #1918)
+- Segfaulting when @extending an undefined selector (@mgreter,
+  #1916)
+- Incorrectly erring when @extending inside a mixin (@xzyfer,
+  #1915)
+- Handle signed char when considering @charset (@asottile,
+  #1914)
+- New link to sassc-ruby in documentation (@itkrt2y, #1910)
+- Incorrectly quoting interpolated strings join with +
+  (@mgreter, #1907)
+- Incorrectly erring when using & and interpolation together
+  (@xzyfer, #1904)
+- Incorrectly duplicating nested pseudo selectors (@mgreter,
+  #1901)
+- Unused function breaking breaking unity builds 

commit containerd for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package containerd for openSUSE:Factory 
checked in at 2016-11-24 21:25:51

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


Package is "containerd"

Changes:

--- /work/SRC/openSUSE:Factory/containerd/containerd.changes2016-10-26 
13:29:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes   
2016-11-24 21:25:52.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 12:09:48 UTC 2016 - jmassaguer...@suse.com
+
+- fix version so that it contains a sequence number and zypper does
+  not think is a downgrade
+
+---



Other differences:
--
++ containerd.spec ++
--- /var/tmp/diff_new_pack.AiBN1O/_old  2016-11-24 21:25:53.0 +0100
+++ /var/tmp/diff_new_pack.AiBN1O/_new  2016-11-24 21:25:53.0 +0100
@@ -38,11 +38,18 @@
 %define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed 
-static-libgo -ldl"
 %endif
 
+# MANUAL: Update the git_version and git_revision
 %define git_version 0366d7e
+# How to get the git_revision
+# git clone https://github.com/docker/containerd.git containerd-upstream
+# cd containerd
+# git checkout $git_version
+# git_revision=r$(git rev-list HEAD | wc -l)
+%define git_revision r565
 %define version_unconverted %{git_version}
 
 Name:   containerd
-Version:0.2.4+git%{git_version}
+Version:0.2.4+git%{git_revision}_%{git_version}
 Release:0
 Summary:Standalone OCI Container Daemon
 License:Apache-2.0




commit fontawesome-fonts for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package fontawesome-fonts for 
openSUSE:Factory checked in at 2016-11-24 21:25:42

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


Package is "fontawesome-fonts"

Changes:

--- /work/SRC/openSUSE:Factory/fontawesome-fonts/fontawesome-fonts.changes  
2016-08-03 11:44:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.fontawesome-fonts.new/fontawesome-fonts.changes 
2016-11-24 21:25:43.0 +0100
@@ -1,0 +2,16 @@
+Thu Nov 24 10:16:25 UTC 2016 - mplus...@suse.com
+
+- Update to version 4.7.0:
+  * New icons:
++ Add handshake-o icon (thanks, Linode!)
++ Add envelope-open icon (thanks, Linode!)
++ Add bath, shower icons (thanks, Linode!)
++ Add id-card, address-book icons (thanks, Linode!)
++ Add thermometer icon (thanks, Linode!)
++ Add Linode logo
++ Add Free Code Camp logo
+  * Updated icons:
++ Update Mastercard logo
++ Update QQ logo
+
+---

Old:

  font-awesome-4.6.3.zip

New:

  font-awesome-4.7.0.zip



Other differences:
--
++ fontawesome-fonts.spec ++
--- /var/tmp/diff_new_pack.H59DDL/_old  2016-11-24 21:25:44.0 +0100
+++ /var/tmp/diff_new_pack.H59DDL/_new  2016-11-24 21:25:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fontawesome-fonts
-Version:4.6.3
+Version:4.7.0
 Release:0
 Summary:Iconic font set
 License:OFL-1.1
@@ -54,10 +54,10 @@
 
 %install
 install -m 0755 -d %{buildroot}%{_ttfontsdir}
-install -m 0644 fonts/*.ttf fonts/*.otf fonts/*.woff %{buildroot}%{_ttfontsdir}
+install -p -m 0644 fonts/*.ttf fonts/*.otf fonts/*.woff 
%{buildroot}%{_ttfontsdir}
 
 install -m 0755 -d %{buildroot}%{_datadir}/font-awesome-web
-install -m 0644 fonts/*.svg %{buildroot}%{_datadir}/font-awesome-web
+install -p -m 0644 fonts/*.svg %{buildroot}%{_datadir}/font-awesome-web
 cp -r css less scss %{buildroot}%{_datadir}/font-awesome-web/
 
 %reconfigure_fonts_scriptlets




commit runc for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2016-11-24 21:26:04

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


Package is "runc"

Changes:

--- /work/SRC/openSUSE:Factory/runc/runc.changes2016-10-26 
13:29:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes   2016-11-24 
21:26:05.0 +0100
@@ -1,0 +2,8 @@
+Thu Nov 24 11:05:41 UTC 2016 - jmassaguer...@suse.com
+
+- fix version by adding a revision "counter" so that it will always
+  increase
+
+  fix bsc#1009961 
+
+---



Other differences:
--
++ runc.spec ++
--- /var/tmp/diff_new_pack.DkMowG/_old  2016-11-24 21:26:06.0 +0100
+++ /var/tmp/diff_new_pack.DkMowG/_new  2016-11-24 21:26:06.0 +0100
@@ -36,11 +36,18 @@
 %define go_tool go-6
 %endif
 
+# MANUAL: Update the git_version and git_revision
 %define git_version 02f8fa7
+# How to get the git_revision
+# git clone ${url}.git runc-upstream
+# cd runc-upstream
+# git checkout $git_version
+# git_revision=r$(git rev-list HEAD | wc -l)
+%define git_revision r2816
 %define version_unconverted %{git_version}
 
 Name:   runc
-Version:0.1.1+git%{git_version}
+Version:0.1.1+git%{git_revision}_%{git_version}
 Release:0
 Summary:Tool for spawning and running OCI containers
 License:Apache-2.0




commit plowshare for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package plowshare for openSUSE:Factory 
checked in at 2016-11-24 21:25:33

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


Package is "plowshare"

Changes:

--- /work/SRC/openSUSE:Factory/plowshare/plowshare.changes  2016-08-20 
12:27:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.plowshare.new/plowshare.changes 2016-11-24 
21:25:35.0 +0100
@@ -1,0 +2,10 @@
+Thu Nov 24 09:35:32 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.1.6:
+  * API function delete_filter_line: eat lines until regexp is met.
+Bump PLOWSHARE_API_VERSION to 6.
+  * [core] Handle CONT signal (wait time will be updated on ^Z)
+  * [core] Introduce PLOWSHARE_CURL and PLOWSHARE_JS environment
+variables to override default curl and js commands.
+
+---

Old:

  plowshare-2.1.5.tar.gz

New:

  plowshare-2.1.6.tar.gz



Other differences:
--
++ plowshare.spec ++
--- /var/tmp/diff_new_pack.7ipdea/_old  2016-11-24 21:25:36.0 +0100
+++ /var/tmp/diff_new_pack.7ipdea/_new  2016-11-24 21:25:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   plowshare
-Version:2.1.5
+Version:2.1.6
 Release:0
 Summary:Download and upload files from file-sharing websites
 License:GPL-3.0+
@@ -49,8 +49,8 @@
 %build
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
-install -D -m 0644  scripts/%{name}.completion  
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
+%make_install
+install -D -p -m 0644  scripts/%{name}.completion  
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 sed -i 's|/local||g' 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
 rm -rf  %{buildroot}%{_datadir}/doc/%{name}
 

++ plowshare-2.1.5.tar.gz -> plowshare-2.1.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.5/CHANGELOG 
new/plowshare-2.1.6/CHANGELOG
--- old/plowshare-2.1.5/CHANGELOG   2016-06-11 11:03:12.0 +0200
+++ new/plowshare-2.1.6/CHANGELOG   2016-10-30 10:46:54.0 +0100
@@ -1,3 +1,13 @@
+plowshare (2.1.6) stable; urgency=low
+
+  * API function delete_filter_line: eat lines until regexp is met.
+Bump PLOWSHARE_API_VERSION to 6.
+  * [core] Handle CONT signal (wait time will be updated on ^Z) (#56)
+  * [core] Introduce PLOWSHARE_CURL and PLOWSHARE_JS environment variables
+to override default curl and js commands.
+
+ -- Matthieu Crapet   Sun, 30 Oct 2016 10:45:08 +0100
+
 plowshare (2.1.5) stable; urgency=low
 
   * Various documentation and help improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.5/INSTALL new/plowshare-2.1.6/INSTALL
--- old/plowshare-2.1.5/INSTALL 2016-06-11 11:03:12.0 +0200
+++ new/plowshare-2.1.6/INSTALL 2016-10-30 10:46:54.0 +0100
@@ -62,7 +62,7 @@
 Note: You'll probably need to be root to install the plowshare package.
 
 # Mac OS X (with Homebrew)
-$ brew plowshare
+$ brew install plowshare
 
 2) Manual method: from git sources
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.5/docs/plowdel.1 
new/plowshare-2.1.6/docs/plowdel.1
--- old/plowshare-2.1.5/docs/plowdel.1  2016-06-11 11:03:12.0 +0200
+++ new/plowshare-2.1.6/docs/plowdel.1  2016-10-30 10:46:54.0 +0100
@@ -19,7 +19,7 @@
 .\" License along with this manual; if not, see
 .\" .
 
-.TH "plowdel" "1" "May 30, 2016" "GPL" "Plowshare for Bash 4"
+.TH "plowdel" "1" "July 13, 2016" "GPL" "Plowshare for Bash 4"
 
 .SH NAME
 plowdel \- Delete files from file sharing websites links
@@ -217,6 +217,13 @@
 .I FRAMEBUFFER
 This variable is considered to display captchas. See \fB--captchamethod=fb\fR 
documentation below.
 .TP
+.I HOME
+Search for user configuration directory in \fB~/.config/plowshare\fR (see 
FILES section above).
+If found, \fB~/.curlrc\fR will be used (use \fB--no-curlrc\fR to disable it).
+.TP
+.I PLOWSHARE_CURL
+Specifies an alternate curl command (\fB$PATH\fR search is considered). If not 
defined, \fBcurl\fR is used.
+.TP
 .I XDG_CONFIG_HOME
 The directory to store user configuration files. If not defined, 
\fB~/.config\fR is assumed.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plowshare-2.1.5/docs/plowdown.1 
new/plowshare-2.1.6/docs/plowdown.1
--- old/plowshare-2.1.5/docs/plowdown.1 2016-06-11 11:03:12.0 +0200
+++ new/plowshare-2.1.6/docs/plowdown.1 2016-10-30 

commit xf86-video-amdgpu for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2016-11-24 21:25:28

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


Package is "xf86-video-amdgpu"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes  
2016-09-20 13:28:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2016-11-24 21:25:29.0 +0100
@@ -1,0 +2,20 @@
+Sat Nov 19 11:03:20 UTC 2016 - mimi...@gmail.com
+
+- update to 1.2.0
+* Use pAMDGPUEnt to find both screens of a GPU in amdgpu_mode_hotplug
+* Refactor amdgpu_mode_hotplug
+* Check Xorg version at runtime instead of build time in two places
+* Require xserver 1.10 or newer
+* present: Check tiling info for flips
+* Consume all available udev events at once
+* PRIME: Fix swapping of provider sink / source capabilities
+* Always call PixmapStopDirtyTracking in drmmode_set_scanout_pixmap
+* Don't rely on randr_crtc->scanout_pixmap in drmmode_set_scanout_pixmap
+* Sayōnara, AM_MAINTAINER_MODE!
+* Order unique chipsets according to first appearance in ati_pciids.csv
+* Enable HW cursor support with PRIME slave output & Xorg > 1.18.99.901
+* Rotate and reflect cursor hotspot position for drmModeSetCursor2
+* Add support for ScreenPtr::SyncSharedPixmap
+* Untangle HAS_XORG_CONF_DIR / --with-xorg-conf-dir lines in configure.ac 
+
+---

Old:

  xf86-video-amdgpu-1.1.2.tar.bz2
  xf86-video-amdgpu-1.1.2.tar.bz2.sig

New:

  xf86-video-amdgpu-1.2.0.tar.bz2
  xf86-video-amdgpu-1.2.0.tar.bz2.sig



Other differences:
--
++ xf86-video-amdgpu.spec ++
--- /var/tmp/diff_new_pack.rJmIEK/_old  2016-11-24 21:25:31.0 +0100
+++ /var/tmp/diff_new_pack.rJmIEK/_new  2016-11-24 21:25:31.0 +0100
@@ -22,7 +22,7 @@
 %endif
 
 Name:   xf86-video-amdgpu
-Version:1.1.2
+Version:1.2.0
 Release:0
 Summary:AMDGPU video driver for the Xorg X server
 License:MIT

++ xf86-video-amdgpu-1.1.2.tar.bz2 -> xf86-video-amdgpu-1.2.0.tar.bz2 ++
 4127 lines of diff (skipped)





commit cinnamon-themes for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-themes for openSUSE:Factory 
checked in at 2016-11-24 21:25:46

Comparing /work/SRC/openSUSE:Factory/cinnamon-themes (Old)
 and  /work/SRC/openSUSE:Factory/.cinnamon-themes.new (New)


Package is "cinnamon-themes"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-themes/cinnamon-themes.changes  
2016-11-12 13:03:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.cinnamon-themes.new/cinnamon-themes.changes 
2016-11-24 21:25:47.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 10:25:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 2016.11.23:
+  * Mint-X: Adjust the size of the panels.
+  * Linux Mint: Restyle the sound applet.
+
+---

Old:

  cinnamon-themes_2016.11.10.tar.xz

New:

  cinnamon-themes_2016.11.23.tar.xz



Other differences:
--
++ cinnamon-themes.spec ++
--- /var/tmp/diff_new_pack.g4z83O/_old  2016-11-24 21:25:48.0 +0100
+++ /var/tmp/diff_new_pack.g4z83O/_new  2016-11-24 21:25:48.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-themes
-Version:2016.11.10
+Version:2016.11.23
 Release:0
 Summary:Default Cinnamon Themes
 License:GPL-3.0+

++ cinnamon-themes_2016.11.10.tar.xz -> cinnamon-themes_2016.11.23.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/debian/changelog 
new/cinnamon-themes/debian/changelog
--- old/cinnamon-themes/debian/changelog2016-11-10 10:48:35.0 
+0100
+++ new/cinnamon-themes/debian/changelog2016-11-23 12:04:16.0 
+0100
@@ -1,3 +1,13 @@
+cinnamon-themes (2016.11.23) serena; urgency=medium
+
+  [ JosephMcc ]
+  * Mint-X: Adjust the size of the panels
+
+  [ Clement Lefebvre ]
+  * Linux Mint: Restyle the sound applet
+
+ -- Clement Lefebvre   Wed, 23 Nov 2016 11:03:42 +
+
 cinnamon-themes (2016.11.10) serena; urgency=medium
 
   [ Odyseus ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css new/cinnamon-themes/usr/share/themes/Linux 
Mint/cinnamon/cinnamon.css
--- old/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css   
2016-11-08 14:09:09.0 +0100
+++ new/cinnamon-themes/usr/share/themes/Linux Mint/cinnamon/cinnamon.css   
2016-11-23 11:59:02.0 +0100
@@ -1791,97 +1791,80 @@
 /* ===
  * Sound Applet (status/volume.js)
  * ===*/
-.sound-button-container {
-padding-right: 3px;
-padding-left: 3px;
-}
 
-.sound-button {
+.sound-player StButton {
 width: 22px;
 height: 13px;
-background-gradient-direction: vertical;
-background-gradient-start: rgba(80,80,80,1);
-background-gradient-end: rgba(60,60,60,1);
-border: 1px solid rgba(0,0,0,0);
-border-radius: 4px;
-box-shadow: inset 0px 1px 0px 0px rgba(100,100,100,1);
 padding: 5px;
-}
-.sound-button:hover {
-background-gradient-start: rgba(90,90,90,1);
-background-gradient-end: rgba(70,70,70,1);
-border: 1px solid rgba(120,120,120,1);
+color: #bbb;
 }
 
-.sound-button:active {
-background-gradient-direction: vertical;
-background-gradient-start: rgba(60,60,60,1);
-background-gradient-end: rgba(40,40,40,1);
-box-shadow: inset 0px 1px 0px 0px rgba(35,35,35,1);
+.sound-player StButton:small {
+border: 1px solid transparent;
+border-radius: 3px;
+width: 16px;
+height: 16px;
+padding: 1px;
+color: rgb(200, 200, 200);
 }
 
-.sound-button StIcon {
-icon-size: 1.4em;
+.sound-player StButton StIcon {
+icon-size: 1.5em;
 }
 
-.sound-track-infos {
-padding-left: 5px;
-padding-right: 5px;
-padding-top: 5px;
-padding-bottom: 5px;
-}
-
-.sound-track-info {
-padding-top: 2px;
-padding-bottom: 2px;
-}
-
-.sound-track-info StIcon {
+.sound-player StButton:small StIcon {
 icon-size: 1em;
 }
 
-.sound-track-info StLabel {
-padding-left: 5px;
-padding-right: 5px;
+.sound-player StButton:hover,
+.sound-player StButton:active {
+color: #fff;
 }
 
-.sound-track-box {
-padding-left: 15px;
-padding-right: 15px;
-max-width: 220px;
+.sound-player StButton:small:hover {
+color: rgb(255, 255, 255);
+border-image: url("button-assets/button-hover.png") 4;
 }
 
-.sound-seek-box {
-   padding-left: 20px;
+.sound-player StButton:small:active {
+color: rgb(255, 255, 255);
+border-image: url("button-assets/button-pressed.png") 4;
 }
 

commit paperkey for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package paperkey for openSUSE:Factory 
checked in at 2016-11-24 21:25:37

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


Package is "paperkey"

Changes:

--- /work/SRC/openSUSE:Factory/paperkey/paperkey.changes2015-04-18 
10:39:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.paperkey.new/paperkey.changes   2016-11-24 
21:25:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 09:42:01 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.4:
+  * binary vs text output mismatch when using "--output-type raw"
+on Windows platforms.
+
+---

Old:

  paperkey-1.3.tar.gz
  paperkey-1.3.tar.gz.sig

New:

  paperkey-1.4.tar.gz
  paperkey-1.4.tar.gz.sig



Other differences:
--
++ paperkey.spec ++
--- /var/tmp/diff_new_pack.3aOVBk/_old  2016-11-24 21:25:39.0 +0100
+++ /var/tmp/diff_new_pack.3aOVBk/_new  2016-11-24 21:25:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package paperkey
 #
-# 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:   paperkey
-Version:1.3
+Version:1.4
 Release:0
 Summary:Tool to backup GnuPG secret keys on paper
 License:GPL-3.0+
@@ -51,6 +51,6 @@
 %defattr(-,root,root)
 %doc NEWS README COPYING AUTHORS
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}*
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog

++ paperkey-1.3.tar.gz -> paperkey-1.4.tar.gz ++
 4195 lines of diff (skipped)





commit epiphany for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package epiphany for openSUSE:Factory 
checked in at 2016-11-24 21:25:03

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


Package is "epiphany"

Changes:

--- /work/SRC/openSUSE:Factory/epiphany/epiphany.changes2016-11-08 
18:28:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.epiphany.new/epiphany.changes   2016-11-24 
21:25:05.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 22 10:31:06 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.3:
+  + Rework key event handling to fix events received twice
+(bgo#764653).
+  + Add missing F1 keyboard shortcut to open help.
+
+---

Old:

  epiphany-3.22.2.tar.xz

New:

  epiphany-3.22.3.tar.xz



Other differences:
--
++ epiphany.spec ++
--- /var/tmp/diff_new_pack.QJbIrj/_old  2016-11-24 21:25:06.0 +0100
+++ /var/tmp/diff_new_pack.QJbIrj/_new  2016-11-24 21:25:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   epiphany
-Version:3.22.2
+Version:3.22.3
 Release:0
 %define _base_version 3.22
 Summary:GNOME Web Browser

++ epiphany-3.22.2.tar.xz -> epiphany-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/epiphany-3.22.2/ChangeLog 
new/epiphany-3.22.3/ChangeLog
--- old/epiphany-3.22.2/ChangeLog   2016-11-07 19:30:16.0 +0100
+++ new/epiphany-3.22.3/ChangeLog   2016-11-22 00:26:28.0 +0100
@@ -1,3 +1,63 @@
+commit 08cb0932f1172fb9fc9f544006db4b6c2bb9d9b8
+Author: Michael Catanzaro 
+Date:   Mon Nov 21 17:25:17 2016 -0600
+
+Prepare 3.22.3
+
+ NEWS | 7 +++
+ configure.ac | 2 +-
+ 2 files changed, 8 insertions(+), 1 deletion(-)
+
+commit d1e3844cd53281a0db0fc1c37f221e662bd3dc77
+Author: Michael Catanzaro 
+Date:   Wed Nov 16 15:11:42 2016 -0600
+
+window: add blacklist of events to not deliver to web view
+
+Certain window and tab management shortcuts are reserved by Epiphany and
+will never be delivered to the webpage, even though webpages should in
+general be allowed to override Epiphany shortcuts (e.g. Ctrl+B in Google
+Docs should embolden text and not open the old bookmarks dialog, Ctrl+I
+should italicize text and not open a new incognito window).
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764653
+
+ src/ephy-window.c | 38 +-
+ 1 file changed, 33 insertions(+), 5 deletions(-)
+
+commit 9ec7f371d531e18cb9fee4a930d0683c6fa17cc7
+Author: Michael Catanzaro 
+Date:   Tue Nov 15 20:47:52 2016 -0600
+
+window: fix web view receiving events twice
+
+The current code propagates the event to the web view, then chains up if
+the web view doesn't handle the event. But chaining up causes GtkWindow
+to propagate the event to the web view yet again. Surely we never want
+to do that, so stop doing it.
+
+I think there must be some other bug here, though, in WebKit, that
+causes WebKit to sometimes do something with the event but then
+propagate anyway, which is wrong. If I'm right, then WebKit is
+unfortunately still broken, but this works around it in Epiphany and is
+the right thing to do anyway, since sending the same event to the web
+view twice is nonsense regardless of whether the web view propagates it
+or not.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=764653
+
+ src/ephy-window.c | 75 +--
+ 1 file changed, 18 insertions(+), 57 deletions(-)
+
+commit a5eebdc90ed1c65cea5833d6b246587a4e3cda74
+Author: Michael Catanzaro 
+Date:   Wed Nov 16 12:00:16 2016 -0600
+
+Add missing Help keyboard shortcut
+
+ src/resources/epiphany-application-menu.ui | 1 +
+ 1 file changed, 1 insertion(+)
+
 commit 061956662d43c8f2e966228f2379e04004e86dd9
 Author: Michael Catanzaro 
 Date:   Mon Nov 7 12:28:53 2016 -0600
@@ -5895,42 +5955,3 @@
  src/resources/epiphany.css  | 8 
  src/resources/epiphany.scss | 2 +-
  2 files changed, 9 insertions(+), 1 deletion(-)
-
-commit 214fec5c9dc0b581e2c3705dd4113bc6f4b78b18
-Author: Michael Catanzaro 
-Date:   Tue Jan 5 19:56:29 2016 -0600
-
-theme: insensitive -> disabled
-
- src/resources/epiphany.css  | 19 +--
- src/resources/epiphany.scss |  8 
- 2 files changed, 5 insertions(+), 22 deletions(-)
-
-commit ac7b17a302d88e3160795ccf0619239431c69a3c
-Author: Andika Triwidada 
-Date:   

commit gtkmm-documentation for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gtkmm-documentation for 
openSUSE:Factory checked in at 2016-11-24 21:25:05

Comparing /work/SRC/openSUSE:Factory/gtkmm-documentation (Old)
 and  /work/SRC/openSUSE:Factory/.gtkmm-documentation.new (New)


Package is "gtkmm-documentation"

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes  
2016-04-06 11:51:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes 
2016-11-24 21:25:07.0 +0100
@@ -1,0 +2,20 @@
+Sun Nov 20 18:47:47 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Add the "Building applications" chapter with example code
+(bgo#772391).
+  + Document that Gtk::Action and some other classes are
+deprecated.
+  + Add the ListModel example (bgo#755149).
+  + Printing examples: Add missing menu items and toolbar.
+  + Printing advanced example: Don't use deprecated methods.
+  + Calendar example: Don't use deprecated font: CSS syntax.
+  + Custom widget and calendar examples: Don't crash when showing
+errors.
+  + gmmproc section:
+- Document new options in _CLASS_GTKOBJECT (bgo#767951).
+- Describe the err_return_value argument in _WRAP_VFUNC.
+- Document all options in _WRAP_ENUM and _WRAP_GERROR.
+- Add description of _CUSTOM_MOVE_OPERATIONS macro.
+
+---

Old:

  gtkmm-documentation-3.20.0.tar.xz

New:

  gtkmm-documentation-3.22.0.tar.xz



Other differences:
--
++ gtkmm-documentation.spec ++
--- /var/tmp/diff_new_pack.3XlZPI/_old  2016-11-24 21:25:08.0 +0100
+++ /var/tmp/diff_new_pack.3XlZPI/_new  2016-11-24 21:25:08.0 +0100
@@ -17,17 +17,17 @@
 
 
 Name:   gtkmm-documentation
-Version:3.20.0
+Version:3.22.0
 Release:0
 Summary:C++ Bindings for GTK+ -- Documentation
 License:GFDL-1.2 and GPL-2.0+
 Group:  Documentation/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.22/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(giomm-2.4) >= 2.48.0
-BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.20.0
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.50.0
+BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.22.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ gtkmm-documentation-3.20.0.tar.xz -> gtkmm-documentation-3.22.0.tar.xz 
++
 124894 lines of diff (skipped)




commit speedtest-cli for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package speedtest-cli for openSUSE:Factory 
checked in at 2016-11-24 21:25:19

Comparing /work/SRC/openSUSE:Factory/speedtest-cli (Old)
 and  /work/SRC/openSUSE:Factory/.speedtest-cli.new (New)


Package is "speedtest-cli"

Changes:

--- /work/SRC/openSUSE:Factory/speedtest-cli/speedtest-cli.changes  
2016-02-17 12:24:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.speedtest-cli.new/speedtest-cli.changes 
2016-11-24 21:25:20.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 23 12:01:00 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.0.0:
+  * No upstream changelog available
+
+---

Old:

  speedtest-cli-0.3.2.tar.gz

New:

  speedtest-cli-1.0.0.tar.gz



Other differences:
--
++ speedtest-cli.spec ++
--- /var/tmp/diff_new_pack.gkiaRG/_old  2016-11-24 21:25:21.0 +0100
+++ /var/tmp/diff_new_pack.gkiaRG/_new  2016-11-24 21:25:21.0 +0100
@@ -18,7 +18,7 @@
 
 %define oname   speedtest_cli
 Name:   speedtest-cli
-Version:0.3.2
+Version:1.0.0
 Release:0
 Summary:Command line interface for testing internet bandwidth
 License:Apache-2.0
@@ -53,7 +53,9 @@
 %{_mandir}/man1/speedtest.1%{ext_man}
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{python3_sitelib}/%{oname}.py
+%{python3_sitelib}/speedtest.py
 %{python3_sitelib}/__pycache__/%{oname}.cpython-*.pyc
+%{python3_sitelib}/__pycache__/speedtest.cpython-*.pyc
 %{python3_sitelib}/%{oname}-%{version}-py%{py3_ver}.egg-info
 
 %changelog

++ speedtest-cli-0.3.2.tar.gz -> speedtest-cli-1.0.0.tar.gz ++
 2472 lines of diff (skipped)




commit linuxrc-devtools for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package linuxrc-devtools for 
openSUSE:Factory checked in at 2016-11-24 21:25:13

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


Package is "linuxrc-devtools"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc-devtools/linuxrc-devtools.changes
2015-10-08 08:25:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc-devtools.new/linuxrc-devtools.changes   
2016-11-24 21:25:14.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 23 14:18:56 UTC 2016 - snw...@suse.com
+
+- merge pr gh#openSUSE/linuxrc-devtools#7
+- auto-add github pull request tag to changelog
+- 0.6
+
+---

Old:

  linuxrc-devtools-0.5.tar.xz

New:

  linuxrc-devtools-0.6.tar.xz



Other differences:
--
++ linuxrc-devtools.spec ++
--- /var/tmp/diff_new_pack.dllqIV/_old  2016-11-24 21:25:15.0 +0100
+++ /var/tmp/diff_new_pack.dllqIV/_new  2016-11-24 21:25:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package linuxrc-devtools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   linuxrc-devtools
-Version:0.5
+Version:0.6
 Release:0
 Source: %{name}-%{version}.tar.xz
 

++ linuxrc-devtools-0.5.tar.xz -> linuxrc-devtools-0.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-devtools-0.5/VERSION 
new/linuxrc-devtools-0.6/VERSION
--- old/linuxrc-devtools-0.5/VERSION2015-09-29 12:59:40.0 +0200
+++ new/linuxrc-devtools-0.6/VERSION2016-11-23 15:15:59.0 +0100
@@ -1 +1 @@
-0.5
+0.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-devtools-0.5/changelog 
new/linuxrc-devtools-0.6/changelog
--- old/linuxrc-devtools-0.5/changelog  2015-09-29 12:59:40.0 +0200
+++ new/linuxrc-devtools-0.6/changelog  2016-11-23 15:15:59.0 +0100
@@ -1,12 +1,22 @@
+2016-11-23:0.6
+   - merge pr gh#openSUSE/linuxrc-devtools#7
+   - auto-add github pull request tag to changelog
+
 2015-09-29:0.5
+   - merge pr gh#openSUSE/linuxrc-devtools#6
- 'make clean' deletes *~ files and package/ directory
 
 2015-09-29:0.4
+   - merge pr gh#openSUSE/linuxrc-devtools#5
- Add information about linuxrc-devtools OBS project
 
 2015-09-28:0.3
+   - merge pr gh#openSUSE/linuxrc-devtools#4
- Add documentation about submission to OBS (through Jenkins)
+   - merge pr gh#openSUSE/linuxrc-devtools#3
- adjust submit script to deal with obs not accepting empty requests
+   - merge pr gh#openSUSE/linuxrc-devtools#2
+   - merge pr gh#openSUSE/linuxrc-devtools#1
- Convert README to markdown
- Escaped a quote to fix Emacs highlighting.
- A Makefile for making an RPM of this.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-devtools-0.5/git2log 
new/linuxrc-devtools-0.6/git2log
--- old/linuxrc-devtools-0.5/git2log2015-09-29 12:59:40.0 +0200
+++ new/linuxrc-devtools-0.6/git2log2016-11-23 15:15:59.0 +0100
@@ -31,6 +31,7 @@
 
 my $branch;
 my $current_version;
+my $github_project;
 my @tags;
 my @all_tags;
 
@@ -65,6 +66,10 @@
   exit 0 if $ok;
 }
 
+if(`git config remote.origin.url` =~ m#github.com[:/]+(\S+/\S+)#) {
+  $github_project = $1;
+}
+
 @all_tags = `git tag`;
 chomp @all_tags;
 
@@ -156,6 +161,9 @@
 $merge = 1 if /^Merge: /;
 $merge = 0 if /^commit /;
 push @t2, $_ if !$merge;
+if(/^Merge pull request #(\d+) from /) {
+  push @t2, "merge pr gh#$github_project#$1\n" if $github_project;
+}
   }
   @t = @t2;
 




commit gupnp-av for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gupnp-av for openSUSE:Factory 
checked in at 2016-11-24 21:24:52

Comparing /work/SRC/openSUSE:Factory/gupnp-av (Old)
 and  /work/SRC/openSUSE:Factory/.gupnp-av.new (New)


Package is "gupnp-av"

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-av/gupnp-av.changes2016-02-11 
12:38:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.gupnp-av.new/gupnp-av.changes   2016-11-24 
21:24:54.0 +0100
@@ -1,0 +2,16 @@
+Sat Oct 15 13:06:38 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.12.10:
+  + Remove unneeded dependency on GSSDP-1.0.gir.
+
+---
+Mon Oct 10 19:28:59 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.12.9:
+  + Drop dependency on GUPnP.
+- Drop pkgconfig(gupnp-1.0) BuildRequires following upstreams
+  changes.
+- Add explicit pkgconfig(gobject-2.0) and pkgconfig(libxml-2.0)
+  BuildRequires, previously pulled in by gupnp.
+
+---

Old:

  gupnp-av-0.12.8.tar.xz

New:

  gupnp-av-0.12.10.tar.xz



Other differences:
--
++ gupnp-av.spec ++
--- /var/tmp/diff_new_pack.USlbOm/_old  2016-11-24 21:24:55.0 +0100
+++ /var/tmp/diff_new_pack.USlbOm/_new  2016-11-24 21:24:55.0 +0100
@@ -17,15 +17,16 @@
 
 
 Name:   gupnp-av
-Version:0.12.8
+Version:0.12.10
 Release:0
 Summary:Library to ease the handling and implementation of UPnP A/V 
profiles
 License:LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://www.gupnp.org/
 Source: 
http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
+BuildRequires:  pkgconfig(gobject-2.0) >= 2.34
 BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.5
-BuildRequires:  pkgconfig(gupnp-1.0) >= 0.19.0
+BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(vapigen)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -86,7 +87,7 @@
 
 %files -n libgupnp-av-1_0-2
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS COPYING NEWS README
 %{_libdir}/*.so.*
 
 %files -n typelib-1_0-GUPnPAV-1_0
@@ -102,6 +103,7 @@
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %{_datadir}/gtk-doc/html/%{name}
+%dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/gupnp-av-1.0.deps
 %{_datadir}/vala/vapi/gupnp-av-1.0.vapi
 

++ gupnp-av-0.12.8.tar.xz -> gupnp-av-0.12.10.tar.xz ++
 28357 lines of diff (skipped)




commit gupnp-tools for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gupnp-tools for openSUSE:Factory 
checked in at 2016-11-24 21:24:59

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


Package is "gupnp-tools"

Changes:

--- /work/SRC/openSUSE:Factory/gupnp-tools/gupnp-tools.changes  2016-08-20 
12:27:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gupnp-tools.new/gupnp-tools.changes 
2016-11-24 21:25:00.0 +0100
@@ -1,0 +2,26 @@
+Tue Nov 22 10:36:31 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.8.13:
+  + Build: Fix desktop file generation.
+  + All: Remove deprecated calls from GSSDP and GUPnP.
+  + AV Controlpoint:
+- Move some code into GtkBuilder files.
+- Some clean-ups.
+- Do not allow "Pause" when renderer is "Stopped".
+- Fix icon for "Next" button.
+- Enable menu key on playlist.
+- Fix compiling with recent GUPnP-AV.
+  + Bugs fixed: bgo#770655.
+  + Updated translations.
+- Drop gupnp-tools-fix-build-with-new-gupnp.patch and
+  gupnp-tools-fixup-desktop-files.patch: Fixed upstream.
+- Following the above: Drop libtool buildrequires and autoreconf
+  call, as we no longer carry any patches.
+
+---
+Sun Oct 23 13:17:39 UTC 2016 - zai...@opensuse.org
+
+- Add gupnp-tools-fix-build-with-new-gupnp.patch: Fix compiling
+  when using recent GUPnP-AV.
+
+---

Old:

  gupnp-tools-0.8.12.tar.xz
  gupnp-tools-fixup-desktop-files.patch

New:

  gupnp-tools-0.8.13.tar.xz



Other differences:
--
++ gupnp-tools.spec ++
--- /var/tmp/diff_new_pack.FJdvEU/_old  2016-11-24 21:25:01.0 +0100
+++ /var/tmp/diff_new_pack.FJdvEU/_new  2016-11-24 21:25:01.0 +0100
@@ -17,18 +17,14 @@
 
 
 Name:   gupnp-tools
-Version:0.8.12
+Version:0.8.13
 Release:0
 Summary:UPnP tools to test and debug UPnP devices and control points
 License:GPL-2.0+
 Group:  Productivity/Networking/Other
 Url:http://www.gupnp.org/
 Source: 
http://download.gnome.org/sources/gupnp-tools/0.8/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM gupnp-tools-fixup-desktop-files.patch bgo#769984 
dims...@opensuse.org -- Fix desktop files referencing invalid icon location
-Patch0: gupnp-tools-fixup-desktop-files.patch
 BuildRequires:  intltool >= 0.4.0
-# Needed for patch0
-BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gio-2.0) >= 2.12
 BuildRequires:  pkgconfig(gssdp-1.0) >= 0.13.3
@@ -69,10 +65,8 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-autoreconf -fiv
 %configure --disable-static
 make %{?_smp_mflags}
 

++ gupnp-tools-0.8.12.tar.xz -> gupnp-tools-0.8.13.tar.xz ++
 5264 lines of diff (skipped)




commit pybugz for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package pybugz for openSUSE:Factory checked 
in at 2016-11-24 21:25:24

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


Package is "pybugz"

Changes:

--- /work/SRC/openSUSE:Factory/pybugz/pybugz.changes2016-04-05 
10:43:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.pybugz.new/pybugz.changes   2016-11-24 
21:25:25.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 09:26:06 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.13:
+  * No upstream changelog available
+
+---

Old:

  pybugz-0.12.1.tar.gz

New:

  pybugz-0.13.tar.gz



Other differences:
--
++ pybugz.spec ++
--- /var/tmp/diff_new_pack.QjOTDH/_old  2016-11-24 21:25:27.0 +0100
+++ /var/tmp/diff_new_pack.QjOTDH/_new  2016-11-24 21:25:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   pybugz
-Version:0.12.1
+Version:0.13
 Release:0
 Summary:Python Bugzilla Interface
 License:GPL-2.0
@@ -50,8 +50,8 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
-install -D -m 0644  contrib/bash-completion 
%{buildroot}%{_datadir}/bash-completion/completions/bugz
-install -D -m 0644  contrib/zsh-completion  
%{buildroot}%{_datadir}/zsh/site-functions/_bugz
+install -D -p -m 0644  contrib/bash-completion 
%{buildroot}%{_datadir}/bash-completion/completions/bugz
+install -D -p -m 0644  contrib/zsh-completion  
%{buildroot}%{_datadir}/zsh/site-functions/_bugz
 install -d -m 0755  %{buildroot}%{_sysconfdir}/pybugz.d
 
 %files
@@ -72,6 +72,7 @@
 %{_datadir}/pybugz.d/gnome.conf
 %{_datadir}/pybugz.d/kernel.conf
 %{_datadir}/pybugz.d/libav.conf
+%{_datadir}/pybugz.d/llvm.conf
 %{_datadir}/pybugz.d/mozilla.conf
 %{_datadir}/pybugz.d/redhat.conf
 %{_datadir}/bash-completion

++ pybugz-0.12.1.tar.gz -> pybugz-0.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pybugz-0.12.1/bugz/__init__.py 
new/pybugz-0.13/bugz/__init__.py
--- old/pybugz-0.12.1/bugz/__init__.py  2016-02-22 17:50:31.0 +0100
+++ new/pybugz-0.13/bugz/__init__.py2016-10-15 22:28:45.0 +0200
@@ -1,9 +0,0 @@
-__version__ = '0.12.1'
-__author__ = 'Alastair Tse '
-__contributors__ = ['Santiago M. Mola ',
-'William Hubbs ',
-'Mike Gilbert ',
-'Benjamin Behringer ']
-__revision__ = '$Id: $'
-__license__ = """Copyright (c) 2006, Alastair Tse, All rights reserved.
-This following source code is licensed under the GPL v2 License."""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pybugz-0.12.1/bugz/cli.py new/pybugz-0.13/bugz/cli.py
--- old/pybugz-0.12.1/bugz/cli.py   2016-02-22 17:50:31.0 +0100
+++ new/pybugz-0.13/bugz/cli.py 2016-10-15 22:28:45.0 +0200
@@ -255,7 +255,7 @@
 'cc': 'CC',
 'see_also': 'See Also',
 }
-SkipFields = ['assigned_to_detail', 'creator_detail', 'id',
+SkipFields = ['assigned_to_detail', 'cc_detail', 'creator_detail', 'id',
   'is_confirmed', 'is_creator_accessible', 'is_cc_accessible',
   'is_open', 'update_token']
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pybugz-0.12.1/bugz/cli_argparser.py 
new/pybugz-0.13/bugz/cli_argparser.py
--- old/pybugz-0.12.1/bugz/cli_argparser.py 2016-02-22 17:50:31.0 
+0100
+++ new/pybugz-0.13/bugz/cli_argparser.py   2016-10-15 22:28:45.0 
+0200
@@ -2,7 +2,7 @@
 
 import bugz.cli
 
-from bugz import __version__
+from bugz.definitions import __version__
 
 
 def make_arg_parser():
@@ -36,6 +36,9 @@
 parser.add_argument('--skip-auth',
 action='store_true',
 help='skip Authentication.')
+parser.add_argument('--insecure',
+action='store_true',
+help='do not verify ssl certificate')
 parser.add_argument('--version',
 action='version',
 help='show program version and exit',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pybugz-0.12.1/bugz/definitions.py 
new/pybugz-0.13/bugz/definitions.py
--- old/pybugz-0.12.1/bugz/definitions.py   1970-01-01 01:00:00.0 
+0100
+++ new/pybugz-0.13/bugz/definitions.py 2016-10-15 22:28:45.0 +0200
@@ -0,0 +1,9 @@
+__version__ = '0.13'
+__author__ = 

commit par for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

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

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


Package is "par"

Changes:

--- /work/SRC/openSUSE:Factory/par/par.changes  2015-02-27 11:09:29.0 
+0100
+++ /work/SRC/openSUSE:Factory/.par.new/par.changes 2016-11-24 
21:24:43.0 +0100
@@ -1,0 +2,10 @@
+Wed Nov 23 07:56:30 UTC 2016 - mplus...@suse.com
+
+- Change upstream source to more active one
+  * This includes change of version from 1.1 to 0.6.15
+- Update to version 0.6.14:
+  * For comprehensive list of changes see ChangeLog
+- Enable tests
+- Drop par.diff
+
+---

Old:

  par-v1.1.tar.gz
  par.diff

New:

  par-0.6.14.tar.gz



Other differences:
--
++ par.spec ++
--- /var/tmp/diff_new_pack.1HadWI/_old  2016-11-24 21:24:44.0 +0100
+++ /var/tmp/diff_new_pack.1HadWI/_new  2016-11-24 21:24:44.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package par
 #
-# 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,18 @@
 
 
 Name:   par
-Version:1.1
+Version:0.6.14
 Release:0
 Summary:Parity File Generator
 License:GPL-2.0+
 Group:  System/Filesystems
-Url:http://parchive.sourceforge.net/
-Source0:
http://sourceforge.net/projects/parchive/files/%{name}/%{version}/%{name}-v%{version}.tar.gz
-Patch0: %{name}.diff
+Url:https://github.com/Parchive/par2cmdline
+Source0:
https://github.com/Parchive/par2cmdline/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+Provides:   %{name} = 1.1
+Obsoletes:  %{name} = 1.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -32,22 +36,28 @@
 used to restore the complete archive after some data loss or
 corruption.
 
-par is used by Dar.
-
 %prep
-%setup -q -n par-cmdline
-%patch0
+%setup -q -n par2cmdline-%{version}
 
 %build
-export CFLAGS="%{optflags}"
+autoreconf -fiv
+%configure
 make %{?_smp_mflags}
 
+%check
+make %{?_smp_mflags} check
+
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
+chmod -x ChangeLog
 
 %files
 %defattr(-,root,root)
-%doc README AUTHORS COPYING NEWS
-%{_bindir}/par
+%doc README AUTHORS COPYING ChangeLog
+%{_bindir}/par2
+%{_bindir}/par2create
+%{_bindir}/par2repair
+%{_bindir}/par2verify
+%{_mandir}/man1/par2.1%{ext_man}
 
 %changelog

++ par-v1.1.tar.gz -> par-0.6.14.tar.gz ++
 27867 lines of diff (skipped)




commit cfengine-masterfiles for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package cfengine-masterfiles for 
openSUSE:Factory checked in at 2016-11-24 21:24:46

Comparing /work/SRC/openSUSE:Factory/cfengine-masterfiles (Old)
 and  /work/SRC/openSUSE:Factory/.cfengine-masterfiles.new (New)


Package is "cfengine-masterfiles"

Changes:

--- 
/work/SRC/openSUSE:Factory/cfengine-masterfiles/cfengine-masterfiles.changes
2016-08-05 18:17:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new/cfengine-masterfiles.changes
   2016-11-24 21:24:48.0 +0100
@@ -1,0 +2,13 @@
+Wed Nov 16 09:15:54 UTC 2016 - kkae...@suse.com
+
+- Update to 3.10.1 (beta1) - LTS until Dec 2019
+  See https://github.com/cfengine/core/blob/3.10.0b1/ChangeLog
+  for full ChangeLog
+
+---
+Fri Aug  5 11:50:00 UTC 2016 - kkae...@suse.com
+
+- Update to 3.9.1
+  See cfengine package for changelog
+
+---

Old:

  cfengine-masterfiles-3.9.0.tar.gz

New:

  cfengine-masterfiles-3.10.0b1.tar.gz



Other differences:
--
++ cfengine-masterfiles.spec ++
--- /var/tmp/diff_new_pack.GC4xRx/_old  2016-11-24 21:24:49.0 +0100
+++ /var/tmp/diff_new_pack.GC4xRx/_new  2016-11-24 21:24:49.0 +0100
@@ -26,10 +26,12 @@
 Summary:CFEngine promises master files
 License:MIT and LGPL-3.0+
 Group:  Productivity/Networking/System
-Version:3.9.0
+Version:3.10.0~b1
 Release:0
+%define srcversion 3.10.0b1
 Url:http://www.cfengine.org/
-Source: 
https://github.com/cfengine/masterfiles/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source: 
https://cfengine-package-repos.s3.amazonaws.com/tarballs/%{name}-%{srcversion}.tar.gz
+#https://github.com/cfengine/masterfiles/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -55,7 +57,7 @@
 /var/cfengine/inputs by CFEngine.
 
 %prep
-%setup -q -n masterfiles-%{version}
+%setup -q -n %{name}-%{srcversion}
 
 %build
 # EXPLICIT_VERSION must be set in the environment else creation of

++ cfengine-masterfiles-3.9.0.tar.gz -> 
cfengine-masterfiles-3.10.0b1.tar.gz ++
 26712 lines of diff (skipped)




commit ghc-process-extras for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-process-extras for 
openSUSE:Factory checked in at 2016-11-24 21:24:17

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


Package is "ghc-process-extras"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-process-extras/ghc-process-extras.changes
2016-11-15 17:56:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-process-extras.new/ghc-process-extras.changes   
2016-11-24 21:24:18.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:55:19 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.1.4 revision 0 with cabal2obs.
+
+---

Old:

  process-extras-0.3.3.8.tar.gz

New:

  process-extras-0.4.1.4.tar.gz



Other differences:
--
++ ghc-process-extras.spec ++
--- /var/tmp/diff_new_pack.qLuvRt/_old  2016-11-24 21:24:19.0 +0100
+++ /var/tmp/diff_new_pack.qLuvRt/_new  2016-11-24 21:24:19.0 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name process-extras
 Name:   ghc-%{pkg_name}
-Version:0.3.3.8
+Version:0.4.1.4
 Release:0
 Summary:Process extras
 License:MIT
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-ListLike-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-deepseq-devel
@@ -35,7 +34,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Extends . Read process input and
@@ -57,15 +55,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -78,6 +73,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
+%doc README.md changelog
 
 %changelog

++ process-extras-0.3.3.8.tar.gz -> process-extras-0.4.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.3.3.8/.ghci 
new/process-extras-0.4.1.4/.ghci
--- old/process-extras-0.3.3.8/.ghci1970-01-01 01:00:00.0 +0100
+++ new/process-extras-0.4.1.4/.ghci2016-05-15 18:23:39.0 +0200
@@ -0,0 +1,4 @@
+:set -isrc
+:set -DMIN_VERSION_deepseq(a,b,c)=1
+:set -DMIN_VERSION_bytestring(a,b,c)=1
+:load System.Process.ListLike
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/process-extras-0.3.3.8/README.md 
new/process-extras-0.4.1.4/README.md
--- old/process-extras-0.3.3.8/README.md2016-01-26 22:16:51.0 
+0100
+++ new/process-extras-0.4.1.4/README.md2016-05-15 18:23:39.0 
+0200
@@ -3,11 +3,65 @@
 Extra functionality for the [Process 
library](http://hackage.haskell.org/package/process).
 
  * Read process input and output as ByteStrings or Text, or write your own 
ProcessOutput instance.
- * Lazy process input and output.
+ * Lazy process input and output (i.e. read output from processes that run 
forever.)
  * ProcessMaker class for more flexibility in the process creation API.
 
 # Contributing
 
 This project is available on 
[GitHub](https://github.com/seereason/process-extras). You may contribute 
changes there.
 
-Please report bugs and feature requests using the [GitHub issue 
tracker](https://github.com/ddssff/process-extras/issues).
+Please report bugs and feature requests using the [GitHub issue 
tracker](https://github.com/seereason/process-extras/issues).
+
+# Examples:
+
+The output type of the raw system process functions is ByteString.
+Instances of ListLikeProcessIO are provided to read as type String,
+Text, Lazy Text, ByteString, or Lazy ByteString.  Select by casting
+the result, or by specifying the module containing the specialized
+function:
+
+> :m +System.Process.ListLike Data.ByteString Data.Text.Lazy
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
ByteString, ByteString)
+(ExitSuccess,"\206\187\n","")
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
Text, Text)
+(ExitSuccess,"\955\n","")
+> readCreateProcessWithExitCode (shell "echo 'λ'") mempty :: IO (ExitCode, 
String, String)
+(ExitSuccess,"\955\n","")
+> System.Process.Text.readCreateProcessWithExitCode (shell "yes | head 
-10") mempty
+

commit gnuradio for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2016-11-24 21:24:37

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


Package is "gnuradio"

Changes:

--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes2016-10-04 
15:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2016-11-24 
21:24:38.0 +0100
@@ -1,0 +2,7 @@
+Thu Oct 20 19:35:33 UTC 2016 - jeng...@inai.de
+
+- Rename soname macro to sover because it did not reflect the
+  SONAME.
+- RPM group reclassification
+
+---



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.F8eR0w/_old  2016-11-24 21:24:39.0 +0100
+++ /var/tmp/diff_new_pack.F8eR0w/_new  2016-11-24 21:24:39.0 +0100
@@ -19,8 +19,8 @@
 Name:   gnuradio
 Version:3.7.10.1
 Release:0
-%define soname  3_7_10-0_0_0
-%define soname_volk  1_3
+%define sover  3_7_10-0_0_0
+%define sover_volk  1_3
 Summary:GNU software radio
 License:GPL-3.0+
 Group:  Productivity/Hamradio/Other
@@ -96,12 +96,12 @@
 
 This package contains the wxgui blocks
 
-%package -n libgnuradio-%{soname}
+%package -n libgnuradio-%{sover}
 Summary:Libraries for GNU Radio
 Group:  System/Libraries
 Obsoletes:  libgnuradio0
 
-%description -n libgnuradio-%{soname}
+%description -n libgnuradio-%{sover}
 GNU Radio is a collection of software that when combined with minimal
 hardware, allows the construction of radios where the actual waveforms
 transmitted and received are defined by software. What this means is
@@ -110,13 +110,13 @@
 
 This package contains the libraries for GNU Radio.
 
-%package -n libvolk%{soname_volk}
+%package -n libvolk%{sover_volk}
 Summary:Libraries for GNU Radio
 Group:  System/Libraries
 Conflicts:  libgnuradio0
 Obsoletes:  libvolk0_0_0
 
-%description -n libvolk%{soname_volk}
+%description -n libvolk%{sover_volk}
 GNU Radio is a collection of software that when combined with minimal
 hardware, allows the construction of radios where the actual waveforms
 transmitted and received are defined by software. What this means is
@@ -127,7 +127,7 @@
 
 %packagedevel
 Summary:Deveopment files for GNU Radio
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 
 %descriptiondevel
@@ -142,7 +142,7 @@
 
 %packagedoc
 Summary:GNU Radio documentation
-Group:  Documentation/Other
+Group:  Documentation/HTML
 Requires:   %{name} = %{version}
 BuildArch:  noarch
 
@@ -230,13 +230,13 @@
 %fdupes -s %{buildroot}%{_includedir}
 %fdupes -s %{buildroot}%{_libdir}
 
-%post -n libgnuradio-%{soname} -p /sbin/ldconfig
+%post -n libgnuradio-%{sover} -p /sbin/ldconfig
 
-%post -n libvolk%{soname_volk} -p /sbin/ldconfig
+%post -n libvolk%{sover_volk} -p /sbin/ldconfig
 
-%postun -n libgnuradio-%{soname} -p /sbin/ldconfig
+%postun -n libgnuradio-%{sover} -p /sbin/ldconfig
 
-%postun -n libvolk%{soname_volk} -p /sbin/ldconfig
+%postun -n libvolk%{sover_volk} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)
@@ -279,12 +279,11 @@
 %{_datadir}/gnuradio/grc/blocks/variable_static_text.xml
 %{_datadir}/gnuradio/grc/blocks/variable_text_box.xml
 
-%files -n libgnuradio-%{soname}
+%files -n libgnuradio-%{sover}
 %defattr(-,root,root,-)
-%{_libdir}/lib*.so.*
-%exclude %{_libdir}/libvolk*.so.*
+%{_libdir}/libgnuradio*.so.*
 
-%files -n libvolk%{soname_volk}
+%files -n libvolk%{sover_volk}
 %defattr(-,root,root,-)
 %{_libdir}/libvolk*.so.*
 




commit ghc-quickcheck-instances for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-quickcheck-instances for 
openSUSE:Factory checked in at 2016-11-24 21:24:21

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


Package is "ghc-quickcheck-instances"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-quickcheck-instances/ghc-quickcheck-instances.changes
2016-11-15 17:57:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-quickcheck-instances.new/ghc-quickcheck-instances.changes
   2016-11-24 21:24:22.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:00:43 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.12 revision 1 with cabal2obs.
+
+---

New:

  quickcheck-instances.cabal



Other differences:
--
++ ghc-quickcheck-instances.spec ++
--- /var/tmp/diff_new_pack.ClRJjx/_old  2016-11-24 21:24:23.0 +0100
+++ /var/tmp/diff_new_pack.ClRJjx/_new  2016-11-24 21:24:23.0 +0100
@@ -22,11 +22,11 @@
 Release:0
 Summary:Common quickcheck instances
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-unordered-containers-devel
 BuildRequires:  ghc-vector-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 QuickCheck instances.
@@ -69,16 +68,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ quickcheck-instances.cabal ++
Name:quickcheck-instances
Version: 0.3.12
x-revision: 1
Synopsis:Common quickcheck instances
Description: QuickCheck instances.
 .
 The goal is to supply QuickCheck instances for
 types provided by the Haskell Platform.
 .
 Since all of these instances are provided as
 orphans, I recommend that you do not use this library
 within another library module, so that you don't
 impose these instances on down-stream consumers of
 your code.
 .
 For information on writing a test-suite with Cabal
 see 

License: BSD3
License-file:LICENSE
Author:  Antoine Latter
Maintainer:  aslat...@gmail.com
Homepage:https://github.com/aslatter/qc-instances
Bug-reports: https://github.com/aslatter/qc-instances/issues
Copyright:   Copyright Antoine Latter, 2012-2014
Category:Testing
Build-type:  Simple
Extra-source-files:  CHANGES
Cabal-version:   >=1.6
Tested-with: GHC >= 7.6 && < 8.1

Source-repository head
  type: git
  location: https://github.com/aslatter/qc-instances.git

Library
  -- Modules exported by the library.
  Exposed-modules: Test.QuickCheck.Instances
  Hs-Source-Dirs:  src
  Build-depends:   base < 5,

   array >= 0.3 && < 0.6,
   bytestring >= 0.9 && < 0.11,
   containers >= 0.3 && < 0.6,
   hashable >= 1.1.2.3 && < 1.3,
   unordered-containers >= 0.2.1 && < 0.3,
   old-time >= 1.0 && < 1.2,
   QuickCheck >= 2.1 && < 2.10,
   text >= 0.7 && < 1.3,
   time >= 1.1 && < 1.7,
   vector >= 0.9 && <0.12,
   scientific >=0.2 && <0.4

  Ghc-options: -Wall
  Other-modules:   Test.QuickCheck.Instances.LegacyNumeric
  -- Build-tools:




commit perl-Moo for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2016-11-24 21:23:58

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


Package is "perl-Moo"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes2016-07-12 
23:51:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new/perl-Moo.changes   2016-11-24 
21:24:00.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov  1 06:52:46 UTC 2016 - co...@suse.com
+
+- updated to 2.002005
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.002005 - 2016-10-31
+- fix accessor extensions that need captured variables for clearers and
+  predicates. (RT#118453)
+- avoid relying on '.' being in @INC in tests
+- fix Sub::Quote test when run with perl -C or PERL_UNICODE on perl 5.10
+  (RT#117844)
+- improved error messages for invalid sub names in Sub::Quote (RT#116416,
+  RT#117711)
+- clarify meta method documentation
+- bump Role::Tiny prereq version to get stub in role fix (RT#116674)
+
+---

Old:

  Moo-2.002004.tar.gz

New:

  Moo-2.002005.tar.gz



Other differences:
--
++ perl-Moo.spec ++
--- /var/tmp/diff_new_pack.4mrNML/_old  2016-11-24 21:24:01.0 +0100
+++ /var/tmp/diff_new_pack.4mrNML/_new  2016-11-24 21:24:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Moo
-Version:2.002004
+Version:2.002005
 Release:0
 %define cpan_name Moo
 Summary:Minimalist Object Orientation (with Moose compatibility)
@@ -33,13 +33,13 @@
 BuildRequires:  perl(Class::Method::Modifiers) >= 1.1
 BuildRequires:  perl(Devel::GlobalDestruction) >= 0.11
 BuildRequires:  perl(Module::Runtime) >= 0.014
-BuildRequires:  perl(Role::Tiny) >= 2.02
+BuildRequires:  perl(Role::Tiny) >= 2.04
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:   perl(Class::Method::Modifiers) >= 1.1
 Requires:   perl(Devel::GlobalDestruction) >= 0.11
 Requires:   perl(Module::Runtime) >= 0.014
-Requires:   perl(Role::Tiny) >= 2.02
+Requires:   perl(Role::Tiny) >= 2.04
 Recommends: perl(Class::XSAccessor) >= 1.18
 Recommends: perl(strictures) >= 2
 Recommends: perl(Sub::Name) >= 0.08

++ Moo-2.002004.tar.gz -> Moo-2.002005.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.002004/Changes new/Moo-2.002005/Changes
--- old/Moo-2.002004/Changes2016-06-28 04:33:55.0 +0200
+++ new/Moo-2.002005/Changes2016-10-31 22:57:53.0 +0100
@@ -1,5 +1,16 @@
 Revision history for Moo
 
+2.002005 - 2016-10-31
+  - fix accessor extensions that need captured variables for clearers and
+predicates. (RT#118453)
+  - avoid relying on '.' being in @INC in tests
+  - fix Sub::Quote test when run with perl -C or PERL_UNICODE on perl 5.10
+(RT#117844)
+  - improved error messages for invalid sub names in Sub::Quote (RT#116416,
+RT#117711)
+  - clarify meta method documentation
+  - bump Role::Tiny prereq version to get stub in role fix (RT#116674)
+
 2.002004 - 2016-06-28
   - fixed another case of local functions interfering with generated code.
 (RT#115655)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.002004/META.json new/Moo-2.002005/META.json
--- old/Moo-2.002004/META.json  2016-06-28 04:34:30.0 +0200
+++ new/Moo-2.002005/META.json  2016-10-31 22:58:30.0 +0100
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.16, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -54,7 +54,7 @@
 "Devel::GlobalDestruction" : "0.11",
 "Exporter" : "5.57",
 "Module::Runtime" : "0.014",
-"Role::Tiny" : "2.02",
+"Role::Tiny" : "2.04",
 "Scalar::Util" : "0",
 "perl" : "5.006"
  }
@@ -86,7 +86,7 @@
   },
   "x_IRC" : "irc://irc.perl.org/#moose"
},
-   "version" : "2.002004",
+   "version" : "2.002005",
"x_authority" : "cpan:MSTROUT",
"x_breaks" : {
   "App::Commando" : "<= 0.012",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Moo-2.002004/META.yml new/Moo-2.002005/META.yml
--- old/Moo-2.002004/META.yml   2016-06-28 04:34:30.0 +0200
+++ 

commit ghc-rethinkdb for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-rethinkdb for openSUSE:Factory 
checked in at 2016-11-24 21:24:32

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


Package is "ghc-rethinkdb"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-rethinkdb/ghc-rethinkdb.changes  
2016-11-15 17:58:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-rethinkdb.new/ghc-rethinkdb.changes 
2016-11-24 21:24:33.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct  1 17:18:05 UTC 2016 - psim...@suse.com
+
+- Update to version 2.2.0.7 with cabal2obs.
+
+---

Old:

  rethinkdb-2.2.0.6.tar.gz

New:

  rethinkdb-2.2.0.7.tar.gz



Other differences:
--
++ ghc-rethinkdb.spec ++
--- /var/tmp/diff_new_pack.RNpoYN/_old  2016-11-24 21:24:34.0 +0100
+++ /var/tmp/diff_new_pack.RNpoYN/_new  2016-11-24 21:24:34.0 +0100
@@ -19,11 +19,11 @@
 %global pkg_name rethinkdb
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:2.2.0.6
+Version:2.2.0.7
 Release:0
 Summary:A driver for RethinkDB 2.2
 License:Apache-2.0
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
@@ -64,19 +64,15 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
 %cabal_test
 
-
 %post devel
 %ghc_pkg_recache
 

++ rethinkdb-2.2.0.6.tar.gz -> rethinkdb-2.2.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-2.2.0.6/Database/RethinkDB/Driver.hs 
new/rethinkdb-2.2.0.7/Database/RethinkDB/Driver.hs
--- old/rethinkdb-2.2.0.6/Database/RethinkDB/Driver.hs  2016-05-27 
22:44:05.0 +0200
+++ new/rethinkdb-2.2.0.7/Database/RethinkDB/Driver.hs  2016-09-29 
21:14:27.0 +0200
@@ -6,6 +6,8 @@
   Result(..),
   runOpts,
   RunFlag(..),
+  Durability(..),
+  durability,
   WriteResponse(..),
   Change(..)
   ) where
@@ -60,6 +62,14 @@
 
 data Durability = Hard | Soft
 
+instance Expr Durability where
+  expr Hard = "hard"
+  expr Soft = "soft"
+
+-- | Optional argument for soft durability writes
+durability :: Durability -> Attribute a
+durability d = "durability" := d
+
 renderOption :: RunFlag -> (Text, Datum)
 renderOption UseOutdated = "read_mode" .= ("outdated" :: String)
 renderOption (ReadMode Majority) = "read_mode" .= ("majority" :: String)
@@ -115,7 +125,7 @@
 
 instance FromDatum a => Result (Cursor a) where
   convertResult r = do
-c <- makeCursor r 
+c <- makeCursor r
 return c { cursorMap = unsafeFromDatum }
 
 unsafeFromDatum :: FromDatum a => Datum -> IO a
@@ -144,7 +154,7 @@
 Error a -> return $ Left $ RethinkDBError ErrorUnexpectedResponse 
(Datum Null) a []
 
 instance FromDatum a => Result (Maybe a) where
-  convertResult v = do 
+  convertResult v = do
   ed <- convertResult v
   case ed of
 Left _ -> return Nothing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-2.2.0.6/Database/RethinkDB/Functions.hs 
new/rethinkdb-2.2.0.7/Database/RethinkDB/Functions.hs
--- old/rethinkdb-2.2.0.6/Database/RethinkDB/Functions.hs   2016-05-30 
15:45:15.0 +0200
+++ new/rethinkdb-2.2.0.7/Database/RethinkDB/Functions.hs   2016-09-29 
21:14:27.0 +0200
@@ -350,6 +350,13 @@
 slice :: (Expr a, Expr b, Expr c) => a -> b -> c -> ReQL
 slice n m s = op SLICE (s, n, m)
 
+-- | Get nth element of a sequence
+--
+-- >>> run h $ nth 2 [1, 2, 3, 4, 5]
+-- 3
+nth :: (Expr a, Expr seq) => a -> seq -> ReQL
+nth a s = op NTH (s, a)
+
 -- | Reduce a sequence to a single value
 --
 -- >>> run h $ reduce0 (+) 0 [1, 2, 3]
@@ -1029,16 +1036,6 @@
 includeInitial :: Attribute a
 includeInitial = "include_initial" := P.True
 
-data Durability = Hard | Soft
-
-instance Expr Durability where
-  expr Hard = "hard"
-  expr Soft = "soft"
-
--- | Optional argument for soft durability writes
-durability :: Durability -> Attribute a
-durability d = "durability" := d
-
 -- | Optional argument for non-atomic writes
 --
 -- >>> run' h $ table "users" # get "sabrina" # update (merge ["lucky_number" 
:= random])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rethinkdb-2.2.0.6/Database/RethinkDB/Network.hs 
new/rethinkdb-2.2.0.7/Database/RethinkDB/Network.hs
--- old/rethinkdb-2.2.0.6/Database/RethinkDB/Network.hs 2016-05-30 

commit ghc-palette for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

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

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


Package is "ghc-palette"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-palette/ghc-palette.changes  2016-11-15 
17:56:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-palette.new/ghc-palette.changes 
2016-11-24 21:24:10.0 +0100
@@ -1,0 +2,5 @@
+Wed Aug 17 18:26:31 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.0.4 revision 0 with cabal2obs.
+
+---

Old:

  palette-0.1.0.3.tar.gz

New:

  palette-0.1.0.4.tar.gz



Other differences:
--
++ ghc-palette.spec ++
--- /var/tmp/diff_new_pack.eiTfdB/_old  2016-11-24 21:24:11.0 +0100
+++ /var/tmp/diff_new_pack.eiTfdB/_new  2016-11-24 21:24:11.0 +0100
@@ -18,21 +18,19 @@
 
 %global pkg_name palette
 Name:   ghc-%{pkg_name}
-Version:0.1.0.3
+Version:0.1.0.4
 Release:0
 Summary:Utilities for choosing and creating color schemes
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-colour-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Sets of predefined colors and tools for choosing and creating color schemes.
@@ -51,15 +49,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ palette-0.1.0.3.tar.gz -> palette-0.1.0.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-0.1.0.3/CHANGES.markdown 
new/palette-0.1.0.4/CHANGES.markdown
--- old/palette-0.1.0.3/CHANGES.markdown2016-02-14 19:07:14.0 
+0100
+++ new/palette-0.1.0.4/CHANGES.markdown2016-08-06 22:45:01.0 
+0200
@@ -1,11 +1,17 @@
+0.1.0.4 (6 August 2016)
+---
+
+- minor tweaks to `.cabal` file
+
 0.1.0.3 (2016-02-14)
 ---
 
-- allow base-4.9 for GHC-8.0
+- allow base-4.9 for GHC-8.0
 
 0.1.0.1
 
 
-  * define Kolor in Types module
+- define Kolor in Types module
 
 0.1.0.0: Initial release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-0.1.0.3/LICENSE new/palette-0.1.0.4/LICENSE
--- old/palette-0.1.0.3/LICENSE 2015-04-08 22:16:16.0 +0200
+++ new/palette-0.1.0.4/LICENSE 2016-08-06 22:45:01.0 +0200
@@ -1,7 +1,8 @@
-Copyright (c) 2011-2015 diagrams-lib team:
+Copyright (c) 2011-2016 diagrams-lib team:
 
   Daniel Bergey 
   Jeffrey Rosenbluth 
+  Brent Yorgey 
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/palette-0.1.0.3/palette.cabal 
new/palette-0.1.0.4/palette.cabal
--- old/palette-0.1.0.3/palette.cabal   2016-02-13 00:48:42.0 +0100
+++ new/palette-0.1.0.4/palette.cabal   2016-08-06 22:45:01.0 +0200
@@ -1,5 +1,5 @@
 Name:palette
-Version: 0.1.0.3
+Version: 0.1.0.4
 Synopsis:Utilities for choosing and creating color schemes.
 Description: Sets of predefined colors and tools for choosing and
  creating color schemes.
@@ -15,7 +15,7 @@
 Cabal-version:   >=1.10
 Extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg
 Extra-doc-files: diagrams/*.svg
-Tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.10.1
+Tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
 Source-repository head
   type: git
   location: http://github.com/diagrams/palette.git




commit ghc-monoidal-containers for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-monoidal-containers for 
openSUSE:Factory checked in at 2016-11-24 21:24:04

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


Package is "ghc-monoidal-containers"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-monoidal-containers/ghc-monoidal-containers.changes
  2016-11-15 17:55:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-monoidal-containers.new/ghc-monoidal-containers.changes
 2016-11-24 21:24:06.0 +0100
@@ -1,0 +2,10 @@
+Tue Oct 11 08:50:12 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.0.1 with cabal2obs.
+
+---
+Thu Sep 15 06:49:42 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.0.0 revision 0 with cabal2obs.
+
+---

Old:

  monoidal-containers-0.1.2.5.tar.gz

New:

  monoidal-containers-0.3.0.1.tar.gz



Other differences:
--
++ ghc-monoidal-containers.spec ++
--- /var/tmp/diff_new_pack.omvPov/_old  2016-11-24 21:24:08.0 +0100
+++ /var/tmp/diff_new_pack.omvPov/_new  2016-11-24 21:24:08.0 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name monoidal-containers
 Name:   ghc-%{pkg_name}
-Version:0.1.2.5
+Version:0.3.0.1
 Release:0
 Summary:Containers with monoidal accumulation
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-hashable-devel
@@ -35,10 +34,18 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-unordered-containers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
-Containers with monoidal accumulation.
+Containers with merging via monoidal accumulation. The 'Monoid' instances
+provided by the 'containers' and 'unordered-containers' packages merge
+structures in a left-biased manner instead of using the underlying monoidal
+structure of the value.
+
+This package wraps the types provided by these packages, but provides 'Monoid'
+instances implemented in terms of the value type's 'mappend'. For instance, the
+'Monoid' 'Map' instance looks like,
+
+' instance (Ord k, Monoid a) => Monoid (MonoidalMap k a) '.
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -55,15 +62,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ monoidal-containers-0.1.2.5.tar.gz -> monoidal-containers-0.3.0.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/monoidal-containers-0.1.2.5/monoidal-containers.cabal 
new/monoidal-containers-0.3.0.1/monoidal-containers.cabal
--- old/monoidal-containers-0.1.2.5/monoidal-containers.cabal   2016-05-02 
00:02:50.0 +0200
+++ new/monoidal-containers-0.3.0.1/monoidal-containers.cabal   2016-10-10 
00:30:46.0 +0200
@@ -1,7 +1,19 @@
 name:monoidal-containers
-version: 0.1.2.5
+version: 0.3.0.1
 synopsis:Containers with monoidal accumulation
-description: Containers with monoidal accumulation
+description:
+Containers with merging via monoidal accumulation. The 'Monoid' instances
+provided by the @containers@ and @unordered-containers@ packages merge
+structures in a left-biased manner instead of using the underlying monoidal
+structure of the value.
+.
+This package wraps the types provided by these packages, but provides 
@Monoid@
+instances implemented in terms of the value type's 'mappend'. For instance,
+the @Monoid@ @Map@ instance looks like,
+.
+@
+instance (Ord k, Monoid a) => Monoid (MonoidalMap k a)
+@
 homepage:http://github.com/bgamari/monoidal-containers
 license: BSD3
 license-file:LICENSE
@@ -11,6 +23,7 @@
 category:Data
 build-type:  Simple
 cabal-version:   >=1.10
+tested-with: GHC ==7.6.3, GHC ==7.8.4, GHC ==8.0.1
 
 source-repository head
   type:git
@@ -19,14 +32,15 @@
 library
   exposed-modules: Data.Map.Monoidal
Data.HashMap.Monoidal
+   Data.Map.Monoidal.Strict
   

commit canutils for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package canutils for openSUSE:Factory 
checked in at 2016-11-24 21:23:44

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


Package is "canutils"

Changes:

--- /work/SRC/openSUSE:Factory/canutils/canutils.changes2015-03-25 
21:05:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.canutils.new/canutils.changes   2016-11-24 
21:23:45.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 21 23:46:00 UTC 2016 - jeng...@inai.de
+
+- Description update
+
+---



Other differences:
--
++ canutils.spec ++
--- /var/tmp/diff_new_pack.mW68fV/_old  2016-11-24 21:23:46.0 +0100
+++ /var/tmp/diff_new_pack.mW68fV/_new  2016-11-24 21:23:46.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package canutils
 #
-# 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:   canutils
-Summary:Utilities for Controller Area Networks
+Summary:Utilities for Controller Area Networks from the Pengutronix 
project
 License:GPL-2.0
 Group:  Hardware/Other
 Version:4.0.6
@@ -36,19 +36,27 @@
 %endif 
 
 %description
-Utilities for Controller Area Networks.
+SocketCAN userspace utilities and tools from Pengutronix.
+
+CAN is a message-based network protocol designed for vehicles
+originally initially created by Robert Bosch GmbH. SocketCAN is a set
+of CAN drivers and a networking stack contributed by Volkswagen
+Research to the Linux kernel.
+
+This package contains some userspace utilities for the Linux
+SocketCAN subsystem: canconfig candump canecho cansend cansequence.
 
 %prep
 %setup -q
 
 %build
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
 %make_install
 # There are no development files here..
-rm -Rf "%buildroot/%_libdir/pkgconfig";
+rm -Rf "%buildroot/%_libdir/pkgconfig"
 
 %files
 %defattr(-,root,root)




commit python-tornado for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-tornado for openSUSE:Factory 
checked in at 2016-11-24 21:23:13

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


Package is "python-tornado"

Changes:

--- /work/SRC/openSUSE:Factory/python-tornado/python-tornado.changes
2016-01-11 19:11:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-tornado.new/python-tornado.changes   
2016-11-24 21:23:14.0 +0100
@@ -1,0 +2,12 @@
+Mon Nov 14 14:39:26 UTC 2016 - dmuel...@suse.com
+
+- update to 4.4.2:
+ * Tornado now requires Python 2.7 or 3.3+; versions 2.6 and 3.2 are no
+   longer supported. Pypy3 is still supported even though its latest
+   release is mainly based on Python 3.2.
+ * The `monotonic `_ package is
+   now supported as an alternative to `Monotime
+   `_ for monotonic clock support
+   on Python 2.
+
+---
@@ -16 +27,0 @@
- 

Old:

  tornado-4.3.tar.gz

New:

  tornado-4.4.2.tar.gz



Other differences:
--
++ python-tornado.spec ++
--- /var/tmp/diff_new_pack.IuOAYk/_old  2016-11-24 21:23:16.0 +0100
+++ /var/tmp/diff_new_pack.IuOAYk/_new  2016-11-24 21:23:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-tornado
 #
-# 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,13 +17,13 @@
 
 
 Name:   python-tornado
-Version:4.3
+Version:4.4.2
 Release:0
 Url:http://www.tornadoweb.org
 Summary:Open source version of scalable, non-blocking web server that 
power FriendFeed
 License:Apache-2.0
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/t/tornado/tornado-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/t/tornado/tornado-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?rhel} >= 7
 BuildRequires:  python-backports-ssl_match_hostname

++ tornado-4.3.tar.gz -> tornado-4.4.2.tar.gz ++
 5267 lines of diff (skipped)




commit ghc-ListLike for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-ListLike for openSUSE:Factory 
checked in at 2016-11-24 21:23:18

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


Package is "ghc-ListLike"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-ListLike/ghc-ListLike.changes
2016-11-14 20:11:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-ListLike.new/ghc-ListLike.changes   
2016-11-24 21:23:19.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:55:03 UTC 2016 - psim...@suse.com
+
+- Update to version 4.5 revision 0 with cabal2obs.
+
+---

Old:

  ListLike-4.2.1.tar.gz

New:

  ListLike-4.5.tar.gz



Other differences:
--
++ ghc-ListLike.spec ++
--- /var/tmp/diff_new_pack.6oW20Y/_old  2016-11-24 21:23:20.0 +0100
+++ /var/tmp/diff_new_pack.6oW20Y/_new  2016-11-24 21:23:20.0 +0100
@@ -19,22 +19,23 @@
 %global pkg_name ListLike
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4.2.1
+Version:4.5
 Release:0
 Summary:Generic support for list-like structures
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-dlist-devel
 BuildRequires:  ghc-fmlist-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-utf8-string-devel
 BuildRequires:  ghc-vector-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
@@ -42,7 +43,6 @@
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-random-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Generic support for list-like structures in Haskell.
@@ -70,20 +70,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ ListLike-4.2.1.tar.gz -> ListLike-4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ListLike-4.2.1/ListLike.cabal 
new/ListLike-4.5/ListLike.cabal
--- old/ListLike-4.2.1/ListLike.cabal   2015-10-11 16:22:02.0 +0200
+++ new/ListLike-4.5/ListLike.cabal 2016-07-23 19:19:23.0 +0200
@@ -1,5 +1,5 @@
 Name: ListLike
-Version: 4.2.1
+Version: 4.5
 License: BSD3
 Maintainer: John Lato 
 Author: John Goerzen
@@ -9,7 +9,7 @@
 Category: Generics
 Cabal-Version: >= 1.8
 Build-Type: Simple
-homepage: http://software.complete.org/listlike
+homepage: http://github.com/JohnLato/listlike
 synopsis: Generic support for list-like structures
 Description: Generic support for list-like structures in Haskell.
  .
@@ -22,19 +22,24 @@
  ByteString, for types that support input and output, and for types that can 
handle
  infinite lists.
 Stability: Stable
+Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
 
 Library
+  GHC-Options: -O2
   Hs-Source-Dirs: src
   Exposed-Modules: Data.ListLike
   Data.ListLike.Base
+  Data.ListLike.Chars
   Data.ListLike.CharString
   Data.ListLike.FoldableLL
   Data.ListLike.IO
   Data.ListLike.Instances
   Data.ListLike.String
   Data.ListLike.Text
+  Data.ListLike.Text.Builder
   Data.ListLike.Text.Text
   Data.ListLike.Text.TextLazy
+  Data.ListLike.UTF8
   Data.ListLike.Utils
   Data.ListLike.Vector
   Data.ListLike.Vector.Generic
@@ -52,9 +57,12 @@
 ,vector >= 0.5   && < 0.12
 ,dlist  >= 0.7   && < 0.9
 ,fmlist >= 0.8   && < 0.10
-  
+,utf8-string
+,deepseq
+
 Test-suite listlike-tests
-  Hs-source-dirs: src testsrc
+  GHC-Options: -O2
+  Hs-source-dirs: testsrc
   Main-is:runtests.hs
   Type:   exitcode-stdio-1.0
 
@@ -71,6 +79,7 @@
   ,fmlist
   ,text
   ,vector
+  ,utf8-string
 
 source-repository head
   type: git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ListLike-4.2.1/src/Data/ListLike/Base.hs 
new/ListLike-4.5/src/Data/ListLike/Base.hs
--- 

commit perl-Digest-JHash for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Digest-JHash for 
openSUSE:Factory checked in at 2016-11-24 21:23:49

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


Package is "perl-Digest-JHash"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Digest-JHash/perl-Digest-JHash.changes  
2014-02-11 10:44:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Digest-JHash.new/perl-Digest-JHash.changes 
2016-11-24 21:23:50.0 +0100
@@ -1,0 +2,25 @@
+Sat Nov 19 06:22:20 UTC 2016 - co...@suse.com
+
+- updated to 0.10
+   see /usr/share/doc/packages/perl-Digest-JHash/Changes
+
+  0.102016-11-18
+  - Avoid stray backup files.
+  - https://rt.cpan.org/Ticket/Display.html?id=118830
+  - Thanks to KENTNL.
+  - Avoid duplicate test files.
+  - https://rt.cpan.org/Ticket/Display.html?id=118830
+  - Thanks to KENTNL.
+
+---
+Sat Oct  8 15:51:04 UTC 2016 - co...@suse.com
+
+- updated to 0.09
+   see /usr/share/doc/packages/perl-Digest-JHash/Changes
+
+  0.092015-05-30
+  - Convert to Dist-Zilla.
+  - This implies several enhancements including links to the VCS
+  repositories in META.yml/META.json.
+
+---

Old:

  Digest-JHash-0.08.tar.gz

New:

  Digest-JHash-0.10.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Digest-JHash.spec ++
--- /var/tmp/diff_new_pack.C4FYx5/_old  2016-11-24 21:23:51.0 +0100
+++ /var/tmp/diff_new_pack.C4FYx5/_new  2016-11-24 21:23:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Digest-JHash
 #
-# 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,14 +17,15 @@
 
 
 Name:   perl-Digest-JHash
-Version:0.08
+Version:0.10
 Release:0
 %define cpan_name Digest-JHash
 Summary:Perl extension for 32 bit Jenkins Hashing Algorithm
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Digest-JHash/
-Source: 
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -43,7 +44,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -59,6 +60,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples html LICENSE misc README
 
 %changelog

++ Digest-JHash-0.08.tar.gz -> Digest-JHash-0.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-JHash-0.08/Changes 
new/Digest-JHash-0.10/Changes
--- old/Digest-JHash-0.08/Changes   2014-01-27 11:09:10.0 +0100
+++ new/Digest-JHash-0.10/Changes   2016-11-18 12:13:45.0 +0100
@@ -1,5 +1,18 @@
 Revision history for Perl extension Digest::JHash.
 
+0.102016-11-18
+- Avoid stray backup files.
+- https://rt.cpan.org/Ticket/Display.html?id=118830
+- Thanks to KENTNL.
+- Avoid duplicate test files.
+- https://rt.cpan.org/Ticket/Display.html?id=118830
+- Thanks to KENTNL.
+
+0.092015-05-30
+- Convert to Dist-Zilla.
+- This implies several enhancements including links to the VCS
+repositories in META.yml/META.json.
+
 0.082014-01-27
 - Add a minimal version on perl-5.8.0.
 - For CPANTS Kwalitee.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Digest-JHash-0.08/MANIFEST 
new/Digest-JHash-0.10/MANIFEST
--- old/Digest-JHash-0.08/MANIFEST  2014-01-27 11:11:07.0 +0100
+++ new/Digest-JHash-0.10/MANIFEST  2016-11-18 12:13:45.0 +0100
@@ -1,10 +1,13 @@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.047.
 Changes
 JHash.xs
 LICENSE
 MANIFEST
+MANIFEST.SKIP
 META.yml
 Makefile.PL
 README
+dist.ini
 examples/jhash.pl
 examples/oo_vs_func.pl
 html/JHash.html
@@ -14,8 +17,9 @@
 misc/make_manifest.pl
 misc/mkdist.bat
 

commit rear for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2016-11-24 21:23:35

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


Package is "rear"

Changes:

--- /work/SRC/openSUSE:Factory/rear/rear.changes2016-04-06 
11:51:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2016-11-24 
21:23:36.0 +0100
@@ -1,0 +2,86 @@
+Tue Nov 22 07:05:55 UTC 2016 - ec...@opensuse.org
+
+- Version upgrade to 1.19
+  A detailed list can be found in the rear-release-notes.txt file.
+  Changes include (excerpt):
+  * Save bootloader info from POWER architecture and rebuild initrd 
+after migration (issues #1029, #1031)
+  * Improved documentation and man page in general (issues #918,
+#930, #1004, #1007, #1008)
+  * New SLE12-SP2-btrfs-example.conf file because since SLES12-SP2 
+btrfs quota setup for snapper via "snapper setup-quota" is 
+needed (issue #999)
+  * Simplified reboot halt poweroff and shutdown in the 
+rescue/recovery system in case of systemd (issue #953)
+  * If TSM parameters contain a dot, the dot is replaced by an 
+underscore in the TSM_SYS variable names (issue #985 and #986)
+  * Check if /dev/disk/by-label/RELAXRECOVER exist 
+(issue #979 and #326)
+  * Added PRE_BACKUP_SCRIPT and POST_BACKUP_SCRIPT to be able to 
+do custom tasks in the mkbackup/mkbackuponly workflows 
+(issue #977)
+  * Make TMPDIR work in compliance with Unix standards (issue #969)
+  * USE_STATIC_NETWORKING now really overrides USE_DHCLIENT 
+(issue #964)
+  * Make it safe against wrong btrfs subvolumes on SLES12 
+   (issue #963, #966)
+  * Encrypted incremental backup cannot read the tar label 
+(issue #952)
+  * Introduction of the NETWORKING_PREPARATION_COMMANDS variable 
+to prepare network setup in the rescue/recovery system 
+(issue #960)
+  * After migration fs_uuid for root partition wasn't changed in 
+ELILO config file /etc/elilo.conf (issue #956)
+  * Clarified rear man page and default.conf file around 
+BACKUP_URL=rsync: (issues #930 and #918)
+  * Make "rear recover" work with default btrfs on SLES12-SP2 
+(issue #944)
+  * Dropped GRUB_SUPERUSER and GRUB_RESCUE_PASSWORD to avoid that 
+GRUB_RESCUE could change the behaviour of the GRUB2 bootloader 
+in the currently running system in unexpected ways. With the 
+new optional GRUB_RESCUE_USER setting GRUB_RESCUE works in 
+compliance with the existing GRUB2 configuration 
+(issues #938, #942)
+  * Bail out if not enough disk space for GRUB and GRUB2 rescue
+image (issue #913)
+  * Use BACKUP_PROG_COMPRESS_OPTIONS as an array so that one can 
+use it to provide more complex values (issue #904)
+  * Add /usr/lib/syslinux/bios to the search path for mbr.bin 
+(issue #908)
+  * Always load modules in /etc/modules (issue #905)
+  * Ask user for EFI partition size on USB disk (issue #849)
+  * Insure /etc/rear/mappings directory exists before doing a 
+recovery (issue #861)
+  * First steps for rescue/recovery system update support via
+RECOVERY_UPDATE_URL (issue #841)
+  * NFS mount points are not recreated after a recover (issue #818)
+  * Correcting rear return code handling in auto recover mode 
+(issue #893)
+  * Added NFSv4 support for security 'sys' only so far (issue #754)
+  * Changed the usage of 'rpcinfo -p' a bit to have the same 
+outcome of different Linux flavours (issue #889)
+  * RSYNC: /boot/efi needs -relative rsync option (issue #871)
+  * New variables added for Bareos: BAREOS_RESTORE_JOB and 
+BAREOS_FILESET
+  * Multipath partition not found in rhel7.2 (issue #875)
+  * Adding support for ppc64le PowerNV (non-virtualized aka 
+Bare-Metal) (issue #863)
+  * First steps to support new ftpfs BACKUP_URL scheme 
+(issue #845)
+  * Clean up 'url_host()' (issue #856)
+  * Fix that libaio (needed for multipath) could be missing in 
+rescue/recovery system because libaio can be located in 
+different directories (issue #852)
+  * Improved the Relax-and-Recover menu for GRUB2 
+(issues #844, #849, #850)
+  * Check for valid BACKUP_URL schemes (issue #842)
+  * USB UEFI boot support (issue #831)
+  * Mitigate the problem that btrfs subvolums are not restored by 
+default via TSM (issue #833)
+  * Determine EFI virtual disk size automatically (issue #816)
+  * ebiso image size is too small if BACKUP=TSM (issue #811)
+  * Improving the logics around ebiso usage in UEFI mode 
+(issue #801)
+  * Fix for wrong UUID in initrd for bootfs (issues #649 and #851)
+
+---

Old:

  rear-1.18.tar.gz

New:

  rear-1.19.tar.gz


commit tvbrowser for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package tvbrowser for openSUSE:Factory 
checked in at 2016-11-24 21:23:27

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


Package is "tvbrowser"

Changes:

--- /work/SRC/openSUSE:Factory/tvbrowser/tvbrowser.changes  2016-07-21 
07:55:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.tvbrowser.new/tvbrowser.changes 2016-11-24 
21:23:28.0 +0100
@@ -1,0 +2,6 @@
+Sun Nov 20 18:10:59 UTC 2016 - mailaen...@opensuse.org
+
+- add appdata.xml for https://en.opensuse.org/openSUSE:AppStore
+- enable unit tests (except 2 broken ones)
+
+---

New:

  tvbrowser.appdata.xml



Other differences:
--
++ tvbrowser.spec ++
--- /var/tmp/diff_new_pack.9ZzDN8/_old  2016-11-24 21:23:29.0 +0100
+++ /var/tmp/diff_new_pack.9ZzDN8/_new  2016-11-24 21:23:29.0 +0100
@@ -27,6 +27,8 @@
 Source: 
http://downloads.sourceforge.net/project/tvbrowser/TV-Browser%20Releases%20%28Java%206%20and%20higher%29/%{version}/%{name}_%{version}_src.zip
 # TODO build from source, too
 Source2:
http://www.tvbrowser.org/data/uploads/1372016422809_543/NewsPlugin.jar
+# PATCH-FEATURE-UPSTREAM https://sourceforge.net/p/tvbrowser/tvb/76/
+Source3:tvbrowser.appdata.xml
 BuildRequires:  ant
 BuildRequires:  ant-junit
 BuildRequires:  dos2unix
@@ -88,9 +90,12 @@
 
 %fdupes %{buildroot}%{_javadir}
 
-# TODO: JUnit is causing trouble
-#%%check
-#%%ant test
+install -Dm0644 %{S:3} %{buildroot}%{_datadir}/appdata/tvbrowser.appdata.xml
+
+%check
+# These tests fail:
+rm -v test/src/util/misc/TextLineBreakerTest.java 
test/src/util/ui/html/HTMLTextHelperTest.java
+%ant test
 
 %clean
 %ant clean
@@ -110,5 +115,7 @@
 %{_javadir}/%{name}
 %{_datadir}/applications/tvbrowser.desktop
 %{_datadir}/icons/hicolor/*/apps/tvbrowser.png
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/tvbrowser.appdata.xml
 
 %changelog






commit pantheon-files for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package pantheon-files for openSUSE:Factory 
checked in at 2016-11-24 21:23:22

Comparing /work/SRC/openSUSE:Factory/pantheon-files (Old)
 and  /work/SRC/openSUSE:Factory/.pantheon-files.new (New)


Package is "pantheon-files"

Changes:

--- /work/SRC/openSUSE:Factory/pantheon-files/pantheon-files.changes
2016-11-20 18:20:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.pantheon-files.new/pantheon-files.changes   
2016-11-24 21:23:23.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 20 20:06:01 UTC 2016 - jeng...@inai.de
+
+- Summary/description update
+
+---



Other differences:
--
++ pantheon-files.spec ++
--- /var/tmp/diff_new_pack.CTGKVw/_old  2016-11-24 21:23:24.0 +0100
+++ /var/tmp/diff_new_pack.CTGKVw/_new  2016-11-24 21:23:24.0 +0100
@@ -20,7 +20,7 @@
 Name:   pantheon-files
 Version:0.3.0.4
 Release:0
-Summary:Simple and powerful file mananger from Elementary
+Summary:Simple file manager from Elementary
 License:GPL-3.0+
 Group:  Productivity/File utilities
 Url:https://launchpad.net/pantheon-files
@@ -57,16 +57,14 @@
 
 %description
 Pantheon Files is a modern file manager originally designed for the
-Pantheon desktop environment.
-
-Designed for Elementary OS.
+Pantheon desktop environment, now used with Elementary OS.
 
 %package -n lib%{name}-core%{sover}
 Summary:The core library for %{name}
 Group:  System/Libraries
 
 %description -n lib%{name}-core%{sover}
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the shared library used by plugins or for embedding
 parts of %{name} into other applications.
@@ -76,28 +74,28 @@
 Group:  System/Libraries
 
 %description -n lib%{name}-widgets%{sover}
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains a shared library containing some of the custom
 widgets used by %{name}.
 
 %package -n lib%{name}-core-devel
-Summary:Files development library -- Development files
+Summary:Core development files for the "Files" file manager
 Group:  Development/Libraries/GNOME
 Requires:   lib%{name}-core%{sover} = %{version}
 
 %description -n lib%{name}-core-devel
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the development files for %{name}.
 
 %package -n lib%{name}-widgets-devel
-Summary:Files development library -- Development files
+Summary:Widget development files for the "Files" file manager
 Group:  Development/Libraries/GNOME
 Requires:   lib%{name}-widgets%{sover} = %{version}
 
 %description -n lib%{name}-widgets-devel
-Files is a simple yet powerful file manager from Elementary.
+Files is a simple file manager from Elementary.
 
 This package contains the development files for %{name}.
 
@@ -106,7 +104,7 @@
 %prep
 %setup -q
 
-find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} \;
+find -name \*.pc* -exec sed -i '/libdir/s/\(=\).*\//\1/' {} +
 
 %build
 %cmake \




commit python-kombu for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2016-11-24 21:23:02

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


Package is "python-kombu"

Changes:

--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes
2016-01-26 10:14:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2016-11-24 21:23:03.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 14 14:41:42 UTC 2016 - dmuel...@suse.com
+
+- update to 3.0.35:
+  - msgpack: msgpack support now requires msgpack-python > 0.4.7.
+  - Redis: TimeoutError was no longer handled as a recoverable error.
+  - msgpack: Fixes support for binary/unicode data
+  - Qpid: Adds async error handling.
+  - msgpack: Use binary encoding instead of utf-8 (Issue #570).
+
+---

Old:

  kombu-3.0.33.tar.gz

New:

  kombu-3.0.35.tar.gz



Other differences:
--
++ python-kombu.spec ++
--- /var/tmp/diff_new_pack.0QVABh/_old  2016-11-24 21:23:04.0 +0100
+++ /var/tmp/diff_new_pack.0QVABh/_new  2016-11-24 21:23:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-kombu
-Version:3.0.33
+Version:3.0.35
 Release:0
 Summary:AMQP Messaging Framework for Python
 License:BSD-3-Clause
@@ -34,6 +34,7 @@
 BuildRequires:  python-mock
 BuildRequires:  python-msgpack-python
 BuildRequires:  python-nose-cover3
+BuildRequires:  python-redis
 BuildRequires:  python-unittest2 >= 0.5.0
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 BuildRequires:  python-importlib
@@ -41,7 +42,7 @@
 Requires:   python-importlib
 Requires:   python-ordereddict
 %endif
-Requires:   python-amqp >= 1.4.6
+Requires:   python-amqp >= 1.4.9
 Requires:   python-anyjson >= 0.3.3
 %if 0%{?suse_version}
 Suggests:   couchdb

++ kombu-3.0.33.tar.gz -> kombu-3.0.35.tar.gz ++
 1786 lines of diff (skipped)




commit python-Bottleneck for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-Bottleneck for 
openSUSE:Factory checked in at 2016-11-24 21:22:55

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


Package is "python-Bottleneck"

Changes:

--- /work/SRC/openSUSE:Factory/python-Bottleneck/python-Bottleneck.changes  
2015-04-30 11:50:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Bottleneck.new/python-Bottleneck.changes 
2016-11-24 21:22:57.0 +0100
@@ -1,0 +2,11 @@
+Mon Nov 14 14:24:23 UTC 2016 - dmuel...@suse.com
+
+- update to 1.2.0:
+  This release is a complete rewrite of Bottleneck.
+  - Bottleneck is now written in C
+  - Cython is no longer a dependency
+  - Source tarball size reduced by 80%
+  - Build time reduced by 66%
+  - Install size reduced by 45%
+
+---

Old:

  Bottleneck-1.0.0.tar.gz

New:

  Bottleneck-1.2.0.tar.gz



Other differences:
--
++ python-Bottleneck.spec ++
--- /var/tmp/diff_new_pack.XOmnSi/_old  2016-11-24 21:22:58.0 +0100
+++ /var/tmp/diff_new_pack.XOmnSi/_new  2016-11-24 21:22:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Bottleneck
 #
-# 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,13 @@
 
 %define modname Bottleneck
 Name:   python-%{modname}
-Version:1.0.0
+Version:1.2.0
 Release:0
 Summary:A collection of fast NumPy array functions
 License:BSD-2-Clause and BSD-3-Clause
 Group:  Development/Libraries/Python
 Url:http://berkeleyanalytics.com/bottleneck/
-Source0:
http://pypi.python.org/packages/source/B/Bottleneck/%{modname}-%{version}.tar.gz
+Source0:
https://pypi.io/packages/source/B/Bottleneck/%{modname}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel >= 1.9.1
@@ -36,7 +36,7 @@
 %endif
 
 %description
-Bottleneck is a collection of fast NumPy array functions written in Cython.
+Bottleneck is a collection of fast NumPy array functions written in C
 
 %prep
 %setup -q -n %{modname}-%{version}

++ Bottleneck-1.0.0.tar.gz -> Bottleneck-1.2.0.tar.gz ++
 90900 lines of diff (skipped)




commit python-sphinxcontrib-httpdomain for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-httpdomain for 
openSUSE:Factory checked in at 2016-11-24 21:23:08

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


Package is "python-sphinxcontrib-httpdomain"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
  2016-08-09 22:14:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new/python-sphinxcontrib-httpdomain.changes
 2016-11-24 21:23:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 14 14:20:01 UTC 2016 - dmuel...@suse.com
+
+- update to 1.5.0
+
+---

Old:

  sphinxcontrib-httpdomain-1.4.0.tar.gz

New:

  sphinxcontrib-httpdomain-1.5.0.tar.gz



Other differences:
--
++ python-sphinxcontrib-httpdomain.spec ++
--- /var/tmp/diff_new_pack.lh2SRE/_old  2016-11-24 21:23:10.0 +0100
+++ /var/tmp/diff_new_pack.lh2SRE/_new  2016-11-24 21:23:10.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-sphinxcontrib-httpdomain
-Version:1.4.0
+Version:1.5.0
 Release:0
 Summary:Sphinx domain for HTTP APIs
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/birkenfeld/sphinx-contrib
-Source: 
http://pypi.python.org/packages/source/s/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/s/sphinxcontrib-httpdomain/sphinxcontrib-httpdomain-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-Sphinx

++ sphinxcontrib-httpdomain-1.4.0.tar.gz -> 
sphinxcontrib-httpdomain-1.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.4.0/PKG-INFO 
new/sphinxcontrib-httpdomain-1.5.0/PKG-INFO
--- old/sphinxcontrib-httpdomain-1.4.0/PKG-INFO 2015-08-13 16:15:20.0 
+0200
+++ new/sphinxcontrib-httpdomain-1.5.0/PKG-INFO 2016-05-29 20:16:06.0 
+0200
@@ -1,22 +1,24 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-httpdomain
-Version: 1.4.0
+Version: 1.5.0
 Summary: Sphinx domain for HTTP APIs
-Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
+Home-page: 
https://bitbucket.org/birkenfeld/sphinx-contrib/src/default/httpdomain/
 Author: Hong Minhee
-Author-email: min...@dahlia.kr
+Author-email: hongmin...@member.fsf.org
 License: BSD
-Download-URL: http://pypi.python.org/pypi/sphinxcontrib-httpdomain
-Description: 
-This contrib extension, sphinxcontrib.httpdomain provides a Sphinx
-domain for describing RESTful HTTP APIs.
+Download-URL: https://pypi.python.org/pypi/sphinxcontrib-httpdomain
+Description: sphinxcontrib.httpdomain --- Documenting RESTful HTTP APIs
+==
+
+This contrib extension, sphinxcontrib.httpdomain, provides a Sphinx 
domain
+for describing RESTful HTTP APIs.
 
 You can find the documentation from the following URL:
 
-http://pythonhosted.org/sphinxcontrib-httpdomain/
+https://pythonhosted.org/sphinxcontrib-httpdomain/
 
 Platform: any
-Classifier: Development Status :: 4 - Beta
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Environment :: Console
 Classifier: Environment :: Web Environment
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.4.0/README.rst 
new/sphinxcontrib-httpdomain-1.5.0/README.rst
--- old/sphinxcontrib-httpdomain-1.4.0/README.rst   2015-08-13 
15:44:55.0 +0200
+++ new/sphinxcontrib-httpdomain-1.5.0/README.rst   2016-05-29 
19:36:33.0 +0200
@@ -6,4 +6,4 @@
 
 You can find the documentation from the following URL:
 
-http://pythonhosted.org/sphinxcontrib-httpdomain/
+https://pythonhosted.org/sphinxcontrib-httpdomain/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.4.0/setup.cfg 
new/sphinxcontrib-httpdomain-1.5.0/setup.cfg
--- old/sphinxcontrib-httpdomain-1.4.0/setup.cfg2015-08-13 
16:15:20.0 +0200
+++ new/sphinxcontrib-httpdomain-1.5.0/setup.cfg2016-05-29 
20:16:06.0 +0200
@@ -9,7 +9,7 @@
 upload_dir = build/sphinx/html
 
 [egg_info]
-tag_build = 
 tag_date = 0
 tag_svn_revision = 0
+tag_build = 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit python-cmd2 for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-cmd2 for openSUSE:Factory 
checked in at 2016-11-24 21:23:00

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


Package is "python-cmd2"

Changes:

--- /work/SRC/openSUSE:Factory/python-cmd2/python-cmd2.changes  2015-01-09 
20:51:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-cmd2.new/python-cmd2.changes 
2016-11-24 21:23:02.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 14 14:21:27 UTC 2016 - dmuel...@suse.com
+
+- update to 0.6.9:
+  * Support Python 3 input()
+ 
+---

Old:

  cmd2-0.6.8.tar.gz

New:

  cmd2-0.6.9.tar.gz



Other differences:
--
++ python-cmd2.spec ++
--- /var/tmp/diff_new_pack.yLnshv/_old  2016-11-24 21:23:03.0 +0100
+++ /var/tmp/diff_new_pack.yLnshv/_new  2016-11-24 21:23:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cmd2
 #
-# 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,14 +17,15 @@
 
 
 Name:   python-cmd2
-Version:0.6.8
+Version:0.6.9
 Release:0
 Summary:Extra features for standard library's cmd module
 License:MIT
 Group:  Development/Languages/Python
 Url:http://packages.python.org/cmd2/
-Source: 
http://pypi.python.org/packages/source/c/cmd2/cmd2-%{version}.tar.gz
+Source: https://pypi.io/packages/source/c/cmd2/cmd2-%{version}.tar.gz
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 Requires:   python-pyparsing >= 2.0.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -54,8 +55,6 @@
 
 %prep
 %setup -q -n cmd2-%{version}
-chmod -x README.txt
-sed -i "s/\r//g" README.txt
 
 %build
 python setup.py build
@@ -65,7 +64,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++ cmd2-0.6.8.tar.gz -> cmd2-0.6.9.tar.gz ++
 7095 lines of diff (skipped)




commit lxpanel for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package lxpanel for openSUSE:Factory checked 
in at 2016-11-24 21:22:31

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


Package is "lxpanel"

Changes:

--- /work/SRC/openSUSE:Factory/lxpanel/lxpanel.changes  2015-11-22 
10:59:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxpanel.new/lxpanel.changes 2016-11-24 
21:22:32.0 +0100
@@ -1,0 +2,57 @@
+Mon Nov 21 08:09:18 UTC 2016 - mvet...@suse.com
+
+- Update to 0.9.0:
+* Added support for laptops with multiple batteries.
+* Added a way to scroll through workspaces by using the scroll wheel over 
the deskno plugin.
+* Bunch of fixes for GTK+ 3.0 compatibility.
+* Fixed outdated lxpanel man page.
+* Fixed weather locations query (since YQL was changed recently).
+* Converted space plugin into internal PanelSpace widget in liblxpanel.
+* Converted task button into widget class to avoid ambiguous code.
+* Added support for third-party plugins localized descriptions.
+* Implemented “lxpanelctl command …” to send message to panel plugin.
+* Added APIs for PanelIconGrid to draw focus on drop.
+* Converted launch button into widget class for more easy management.
+* Adjusted PanelIconGrid: min spacing is now 1, no_window flag is now left 
unset by default, spacing is taken into account on overall size to be 
consistent on chosen orientation.
+* Implemented dropping file or folder onto launch bar to create launcher.
+* Implemented dragging launchers around launchbars (between panels too).
+* Implemented dropping file or folder onto free panel space to create 
launcher.
+* Implemented dragging launchers from launchbar to some free panel space.
+* Added stripping scheme from URI menu://applications/… when a launcher is 
created, only menu-id itself should be used.
+* Implemented moving plugins across panel by means of middle button drag 
and drop, i.e. middle-click it then drag, and plugin will follow the mouse 
until middle button is released.
+* Merged ‘volume’ and ‘volumealsa’ plugins into single plugin which uses 
the same interface but different driver, in dependency on how it was built – 
either OSS or ALSA interface is used. Name ‘volume’ is used for simplicity 
while ‘volumealsa’ is supported for compatibility.
+* Made default channel in ‘volume’ plugin definable in config. If there is 
no config statement then plugin finds first usable one, the same as before.
+* Made clicks for Toggle Mute, Show Slider and Open Mixer actions of the 
‘volume’ plugin configurable. Defaults are the same: left-click shows slider, 
middle-click toggles mute state.
+* Added support for ‘PCM’ and ‘Headphone’ channels for OSS mixer.
+* Added support for other (not default one) ALSA cards in ‘volume’ plugin 
via ‘CardNumber’ setting.
+* Added hotkey support into ‘volume’ plugin to be able to use multimedia 
keys for volume changing directly by plugin.
+* Fixed missing libkeybinder initialization (keybinding did not work).
+* Fixed check for attempt to add a binding for the same hotkey which is 
already bound elsewhere.
+* Added a configuration dialog to the ‘volume’ plugin with all the new 
settings available to choose and set, including preset of discovered mixers, 
with ability to type own command as well.
+* Fixed crash on action on task window which was deleted while task menu 
is still opened.
+* Fixed “dynamic” panel width allocation.
+* Fixed PanelIconGrid allocation in rigth-to-left languages, it was wrong 
so some icons might be invisible or placed under other plugins.
+* Removed call to gtk_widget_set_style() from volume slider to fix colors 
of current theme.
+* Changed icon size handling on task bar – it may now maintain the same 
size as rest of icons. It may affect users who are used to have thems maller, 
it’s why this feature was made configurable, corresponding config variable is 
UseSmallerIcons and default is 1 (old behavior).
+* Changed volume slider popup behavior – it now hides when loses focus.
+* Fixed invalid memory access in weather plugin.
+* Fixed incorrect reporting units on “Feel” value in weather plugin. YQL 
always reports Fahrenheit degrees there.
+* Added a safeguard on menu cache returning items with empty Exec line.
+* Fixed maximizing windows using task bar, GDK functions not always work.
+* Fixed wrong bind of preferences dialog to the panel, which resulted in 
other dialogs appear on the same workspace where preferences was.
+* Expanded launch buttons active area to launchbar borders so if clicked 
even into desktop corner, it should activate button at that corner.
+* Fixed few memory leaks in ‘batt’ plugin.
+

commit python-posix_ipc for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-posix_ipc for 
openSUSE:Factory checked in at 2016-11-24 21:22:46

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


Package is "python-posix_ipc"

Changes:

--- /work/SRC/openSUSE:Factory/python-posix_ipc/python-posix_ipc.changes
2015-02-18 12:08:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-posix_ipc.new/python-posix_ipc.changes   
2016-11-24 21:22:47.0 +0100
@@ -1,0 +2,8 @@
+Mon Nov 14 14:02:43 UTC 2016 - dmuel...@suse.com
+
+- update to 1.0.0:
+  * Added ability to pass names as unicode in Python 2.
+  * Added ability to pass names as bytes in Python 3.
+  * Made unit tests nicer by taking advantage of Python 2.7+
+
+---

Old:

  posix_ipc-0.9.9.tar.gz

New:

  posix_ipc-1.0.0.tar.gz



Other differences:
--
++ python-posix_ipc.spec ++
--- /var/tmp/diff_new_pack.eyt6FE/_old  2016-11-24 21:22:48.0 +0100
+++ /var/tmp/diff_new_pack.eyt6FE/_new  2016-11-24 21:22:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-posix_ipc
 #
-# 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-posix_ipc
-Version:0.9.9
+Version:1.0.0
 Release:0
 Summary:POSIX IPC primitives for Python
 License:BSD-3-Clause

++ posix_ipc-0.9.9.tar.gz -> posix_ipc-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/posix_ipc-0.9.9/PKG-INFO new/posix_ipc-1.0.0/PKG-INFO
--- old/posix_ipc-0.9.9/PKG-INFO2014-11-14 16:09:24.0 +0100
+++ new/posix_ipc-1.0.0/PKG-INFO2015-03-12 02:08:28.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: posix_ipc
-Version: 0.9.9
+Version: 1.0.0
 Summary: POSIX IPC primitives (semaphores, shared memory and message queues) 
for Python
 Home-page: http://semanchuk.com/philip/posix_ipc/
 Author: Philip Semanchuk
 Author-email: phi...@semanchuk.com
 License: http://creativecommons.org/licenses/BSD/
-Download-URL: http://semanchuk.com/philip/posix_ipc/posix_ipc-0.9.9.tar.gz
+Download-URL: http://semanchuk.com/philip/posix_ipc/posix_ipc-1.0.0.tar.gz
 Description: posix_ipc is a Python module (written in C) that permits creation 
and 
 manipulation of POSIX inter-process semaphores, shared memory and 
message 
 queues on platforms supporting the POSIX Realtime Extensions a.k.a. 
POSIX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/posix_ipc-0.9.9/ReadMe.html 
new/posix_ipc-1.0.0/ReadMe.html
--- old/posix_ipc-0.9.9/ReadMe.html 2014-11-14 16:04:30.0 +0100
+++ new/posix_ipc-1.0.0/ReadMe.html 2015-03-12 02:06:18.0 +0100
@@ -4,7 +4,7 @@
 
 

-   
+   

 
 POSIX IPC for Python
@@ -30,14 +30,6 @@
 
 pre { margin-left: 2em; }
 
-#download_box {
-   float: right;
-   width: 12em;
-   background-color: #d0d0a9;
-   border: 1px solid #666;
-   padding: .33em;
-}
-
 /* This style is only present on the local version of the readme.
In the online version, the RSS feed is displayed. */
 div.rss { display: none; }
@@ -66,16 +58,16 @@
 the platform notes below for more details.
 
 
-This module works under Python 2.4  3.4. It is released
+This module works under Python 2.7 and 3.x. It is released
 under a BSD license.
 
 
 
 You can download
-posix_ipc version 0.9.9
+posix_ipc version 1.0.0
 
-[MD5 sum]
-[SHA1 sum]
+[MD5 sum]
+[SHA1 sum]
 
 which contains the source code, setup.py, installation instructions, tests, and
 sample code. The exact same
@@ -435,7 +427,7 @@
 
 Closes the file descriptor associated with this SharedMemory
 object. Calling close_fd() is the same as calling
-http://www.python.org/doc/2.6/library/os.html#os.close;>os.close()
+https://docs.python.org/2/library/os.html#os.close;>os.close()
 on a SharedMemory object's fd attribute.
 
 You must call close_fd() or os.close()
@@ -685,11 +677,12 @@
 
 Sample Code
 
-This module comes with three demonstrations. The first (in the
+This module comes with four demonstrations. The first (in the
 directory demo) shows how to use shared memory and semaphores.
 The second (in the directory demo2) shows 

commit python-SQLAlchemy-Utils for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2016-11-24 21:22:40

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


Package is "python-SQLAlchemy-Utils"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2016-10-10 16:20:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2016-11-24 21:22:41.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 14 13:59:20 UTC 2016 - dmuel...@suse.com
+
+- udpate to 0.32.9:
+  - Added support for multi-column observers (#231, pull request courtesy of 
quantus)
+  - Fixed EmailType to respect constructor args (#230, pull request courtesy 
of quantus)
+
+---

Old:

  SQLAlchemy-Utils-0.32.7.tar.gz

New:

  SQLAlchemy-Utils-0.32.9.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.RVW1ch/_old  2016-11-24 21:22:42.0 +0100
+++ /var/tmp/diff_new_pack.RVW1ch/_new  2016-11-24 21:22:42.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-SQLAlchemy-Utils
-Version:0.32.7
+Version:0.32.9
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.32.7.tar.gz -> SQLAlchemy-Utils-0.32.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/CHANGES.rst 
new/SQLAlchemy-Utils-0.32.9/CHANGES.rst
--- old/SQLAlchemy-Utils-0.32.7/CHANGES.rst 2016-05-20 09:01:16.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/CHANGES.rst 2016-07-17 22:00:14.0 
+0200
@@ -4,6 +4,18 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.32.9 (2016-07-17)
+^^^
+
+- Added support for multi-column observers (#231, pull request courtesy of 
quantus)
+
+
+0.32.8 (2016-05-20)
+^^^
+
+- Fixed EmailType to respect constructor args (#230, pull request courtesy of 
quantus)
+
+
 0.32.7 (2016-05-20)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/PKG-INFO 
new/SQLAlchemy-Utils-0.32.9/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.7/PKG-INFO2016-05-30 11:40:44.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/PKG-INFO2016-07-17 22:02:35.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.7
+Version: 0.32.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/README.rst 
new/SQLAlchemy-Utils-0.32.9/README.rst
--- old/SQLAlchemy-Utils-0.32.7/README.rst  2015-08-16 10:02:58.0 
+0200
+++ new/SQLAlchemy-Utils-0.32.9/README.rst  2016-07-10 11:03:30.0 
+0200
@@ -10,7 +10,7 @@
 Resources
 -
 
-- `Documentation `_
+- `Documentation `_
 - `Issue Tracker `_
 - `Code `_
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.32.7/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.32.9/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.32.7/SQLAlchemy_Utils.egg-info/PKG-INFO  
2016-05-30 11:40:43.0 +0200
+++ new/SQLAlchemy-Utils-0.32.9/SQLAlchemy_Utils.egg-info/PKG-INFO  
2016-07-17 22:02:34.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.32.7
+Version: 0.32.9
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.32.7/docs/installation.rst 
new/SQLAlchemy-Utils-0.32.9/docs/installation.rst
--- old/SQLAlchemy-Utils-0.32.7/docs/installation.rst   2016-01-20 
08:23:47.0 +0100
+++ new/SQLAlchemy-Utils-0.32.9/docs/installation.rst   2016-07-17 
22:00:22.0 +0200
@@ -8,7 +8,7 @@
 
 SQLAlchemy-Utils has been tested against the following Python platforms.
 
-- cPython 2.6
+- cPython 2.6 

commit libfilezilla for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2016-11-24 21:22:24

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


Package is "libfilezilla"

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2016-10-18 10:42:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2016-11-24 21:22:25.0 +0100
@@ -1,0 +2,22 @@
+Sun Nov 20 20:34:29 UTC 2016 - ec...@opensuse.org
+
+- update to 0.8.0
+  * New features:
+- Added fz::str_toupper_ascii to complement 
+  fz::str_tolower_ascii
+- Added fz::trim and fz::trimmed for removing leading and 
+  trailing whitespace from string
+- Added fz::str_is_ascii
+  * Bugfixes and minor changes:
+- Fixed zero-padding for x and X string format conversion 
+  specifiers
+
+- update to 0.7.1
+  * Bugfixes and minor changes:
+- OS X: Work around a nasty bug in XCode where programs 
+  explicitly compiled for older versions of OS X were silently
+  pulling in features exclusive to the new version, resulting 
+  in crashes at runtime
+- MSW: Fix detection of thread creation failures
+
+---

Old:

  libfilezilla-0.7.0.tar.bz2

New:

  libfilezilla-0.8.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.BraiQJ/_old  2016-11-24 21:22:26.0 +0100
+++ /var/tmp/diff_new_pack.BraiQJ/_new  2016-11-24 21:22:26.0 +0100
@@ -20,13 +20,13 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.7.0
+Version:0.8.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0+
 Group:  System/Libraries
 Url:https://lib.filezilla-project.org/
-Source0:
http://downloads.sourceforge.net/project/filezilla/libfilezilla/%{version}/%{name}-%{version}.tar.bz2
+Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
 Patch0: libfilezilla-date-time.patch
 BuildRequires:  autoconf

++ libfilezilla-0.7.0.tar.bz2 -> libfilezilla-0.8.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/Makefile.in 
new/libfilezilla-0.8.0/Makefile.in
--- old/libfilezilla-0.7.0/Makefile.in  2016-09-24 15:18:34.0 +0200
+++ new/libfilezilla-0.8.0/Makefile.in  2016-10-25 15:06:53.0 +0200
@@ -92,8 +92,11 @@
$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
$(top_srcdir)/config/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_link_flag.m4 \
+am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
+   $(top_srcdir)/m4/ax_check_compile_flag.m4 \
+   $(top_srcdir)/m4/ax_check_link_flag.m4 \
$(top_srcdir)/m4/ax_prog_doxygen.m4 \
+   $(top_srcdir)/m4/check_clock_gettime.m4 \
$(top_srcdir)/m4/check_iconv.m4 \
$(top_srcdir)/m4/check_libc++.m4 \
$(top_srcdir)/m4/check_steady_clock.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/NEWS new/libfilezilla-0.8.0/NEWS
--- old/libfilezilla-0.7.0/NEWS 2016-09-24 15:17:31.0 +0200
+++ new/libfilezilla-0.8.0/NEWS 2016-10-25 15:06:27.0 +0200
@@ -1,3 +1,15 @@
+0.8.0 (2016-10-25)
+
++ Added fz::str_toupper_ascii to complement fz::str_tolower_ascii
++ Added fz::trim and fz::trimmed for removing leading and trailing whitespace 
from string
++ Added fz::str_is_ascii
+- Fixed zero-padding for x and X string format conversion specifiers
+
+0.7.1 (2016-10-03)
+
+- OS X: Work around a nasty bug in XCode where programs explicitly compiled 
for older versions of OS X were silently pulling in features exclusive to the 
new version, resulting in crashes at runtime
+- MSW: Fix detection of thread creation failures
+
 0.7.0 (2016-09-24)
 
 + Add fz::base64_decode and fz::base64_encode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.7.0/aclocal.m4 
new/libfilezilla-0.8.0/aclocal.m4
--- old/libfilezilla-0.7.0/aclocal.m4   2016-09-24 15:18:34.0 +0200
+++ new/libfilezilla-0.8.0/aclocal.m4   2016-10-25 15:06:53.0 +0200
@@ -1147,8 +1147,11 @@
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
+m4_include([m4/ax_append_flag.m4])
+m4_include([m4/ax_check_compile_flag.m4])
 m4_include([m4/ax_check_link_flag.m4])
 

commit filezilla for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2016-11-24 21:22:35

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


Package is "filezilla"

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2016-10-18 
10:42:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2016-11-24 
21:22:37.0 +0100
@@ -1,0 +2,51 @@
+Sun Nov 20 20:31:58 UTC 2016 - ec...@opensuse.org
+
+- update to 3.22.2.2
+  * Bugfixes and minor changes:
+- Fixed trimming of FEAT response lines leading to incorrectly 
+  detected server features
+
+- update to 3.22.2.1
+  * Bugfixes and minor changes:
+- OS X: Rebuilt to work around a nasty bug in XCode: Even when 
+  linking with -Wl,-no-weak-imports it links against functions 
+  not available on older OS X versions
+- Fixed a crash on exotic servers only implementing factless 
+  MLST/MLSD
+
+- update to 3.22.2
+  * Bugfixes and minor changes:
+- Tuned appearance of progress bar in transfer queue
+
+- update to 3.22.2-rc2
+  * Bugfixes and minor changes:
+- SFTP: Renaming a file or directory where the new name already 
+  refers to a directory no longer moves the file into this
+  directory.
+- Fix regression from -rc1 with custom ports in the 
+  quickconnect bar
+- Fix regression from -rc1 parsing the EPSV reply
+
+- update to 3.22.2-rc1
+  * New features:
++ Building and running FileZilla now depends on 
+  libfilezilla >= 0.8.0 (https://lib.filezilla-project.org/).
+  * Bugfixes and minor changes:
+- Non-existing key files are no longer silently dropped from 
+  the SFTP page in the settings dialog
+- Further abbreviate log output if transferring files using 
+  SFTP
+- Generic proxy usernames and passwords containing non-ASCII 
+  characters are again handled correctly
+- Fixed an assertion if Ctrl+A is pressed in an empty file list
+- *nix: Fixed color of status message in the message log
+- *nix, OS X: Fixed an assertion adding files to the queue
+  after having selected a large range of items
+- *nix, OS X: Fixed an assertion due to a timing issue when 
+  renaming local files  
+
+- rebase buildinfo-no-date.patch
+  - Drop Patch filezilla-3.5.3-buildinfo-no-date.patch
+  - Add Patch filezilla-3.22.2-buildinfo-no-date.patch
+
+---

Old:

  FileZilla_3.22.1_src.tar.bz2
  filezilla-3.5.3-buildinfo-no-date.patch

New:

  FileZilla_3.22.2.2_src.tar.bz2
  filezilla-3.22.2-buildinfo-no-date.patch



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.0n8OFd/_old  2016-11-24 21:22:38.0 +0100
+++ /var/tmp/diff_new_pack.0n8OFd/_new  2016-11-24 21:22:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   filezilla
-Version:3.22.1
+Version:3.22.2.2
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0+
@@ -26,8 +26,8 @@
 Source0:
http://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
 # PATCH-FIX-OPENSUSE putty-no_DATE_and_TIME_.patch
 Patch0: putty-no_DATE_and_TIME_.patch
-# PATCH-FIX-OPENSUSE filezilla-3.5.3-buildinfo-no-date.patch
-Patch1: filezilla-3.5.3-buildinfo-no-date.patch
+# PATCH-FIX-OPENSUSE filezilla-3.22.2-buildinfo-no-date.patch
+Patch1: filezilla-3.22.2-buildinfo-no-date.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -42,7 +42,7 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) >= 3.4.15
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libfilezilla) >= 0.7.0
+BuildRequires:  pkgconfig(libfilezilla) >= 0.8.0
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1

++ FileZilla_3.22.1_src.tar.bz2 -> FileZilla_3.22.2.2_src.tar.bz2 ++
 88922 lines of diff (skipped)

++ filezilla-3.5.3-buildinfo-no-date.patch -> 
filezilla-3.22.2-buildinfo-no-date.patch ++
--- 
/work/SRC/openSUSE:Factory/filezilla/filezilla-3.5.3-buildinfo-no-date.patch
2016-04-30 23:31:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.filezilla.new/filezilla-3.22.2-buildinfo-no-date.patch
  2016-11-24 21:22:37.0 +0100
@@ -1,21 +1,21 @@
-diff -Pdpru filezilla-3.15.0.2.orig/src/interface/buildinfo.cpp 
filezilla-3.15.0.2/src/interface/buildinfo.cpp
 filezilla-3.15.0.2.orig/src/interface/buildinfo.cpp2016-02-05 
09:54:46.0 +0100
-+++ 

commit elementary-cmake-modules for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package elementary-cmake-modules for 
openSUSE:Factory checked in at 2016-11-24 21:22:13

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


Package is "elementary-cmake-modules"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.elementary-cmake-modules.new/elementary-cmake-modules.changes
   2016-11-24 21:22:13.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri May  6 14:27:52 UTC 2016 - mailaen...@opensuse.org
+
+- initial packaging of version 0.1.0.bzr.25
+

New:

  _service
  elementary-cmake-modules-0.1.0.bzr.25.tar.xz
  elementary-cmake-modules.changes
  elementary-cmake-modules.spec



Other differences:
--
++ elementary-cmake-modules.spec ++
#
# spec file for package elementary-cmake-modules
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


Name:   elementary-cmake-modules
Summary:Elementary CMake modules
License:GPL-3.0
Group:  Development/Tools/Other
Url:https://code.launchpad.net/~elementary-os/+junk/cmake-modules
Version:0.1.0.bzr.25
Release:0
Source: %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  gcc-c++
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
CMake modules shared in Elementary projects.

%prep
%setup -q

%build
%cmake
make

%install
%cmake_install

%files
%defattr(-,root,root,-)
%doc README README.Vala.rst
%{_datadir}/cmake/Modules/*

%changelog

++ _service ++

  
bzr
https://code.launchpad.net/~elementary-os/+junk/cmake-modules
elementary-cmake-modules
0.1.0.bzr
yes
  
  
*.tar
xz
  




commit profanity for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package profanity for openSUSE:Factory 
checked in at 2016-11-24 21:21:48

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


Package is "profanity"

Changes:

--- /work/SRC/openSUSE:Factory/profanity/profanity.changes  2016-09-23 
11:41:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.profanity.new/profanity.changes 2016-11-24 
21:21:50.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov  6 18:53:02 UTC 2016 - jeng...@inai.de
+
+- Orthographic fixes.
+- Remove useless BuildRequire on shlib package.
+
+---
+Wed Nov 02 10:52:58 UTC 2016 - dheid...@suse.de
+
+- Switch to libmesode insted of libstrophe
+  * This allows better SSL cert validation
+
+---



Other differences:
--
++ profanity.spec ++
--- /var/tmp/diff_new_pack.br94p7/_old  2016-11-24 21:21:51.0 +0100
+++ /var/tmp/diff_new_pack.br94p7/_new  2016-11-24 21:21:51.0 +0100
@@ -19,7 +19,7 @@
 Name:   profanity
 Version:0.5.0
 Release:0
-Summary:Console based XMPP client
+Summary:Console-based XMPP client
 License:SUSE-GPL-3.0+-with-openssl-exception
 Group:  Productivity/Networking/Instant Messenger
 Url:http://profanity.im/
@@ -28,26 +28,26 @@
 BuildRequires:  glib2-devel
 BuildRequires:  gnutls-devel
 BuildRequires:  gtk2-devel
-BuildRequires:  libXss1
 BuildRequires:  libcurl-devel
 BuildRequires:  libexpat-devel
 BuildRequires:  libgpgme-devel
+BuildRequires:  libmesode-devel >= 0.9.0
 BuildRequires:  libnotify-devel
 BuildRequires:  libotr-devel
-BuildRequires:  libstrophe-devel >= 0.9.0
 BuildRequires:  libuuid-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
-Requires:   libstrophe0 >= 0.9.0
+Requires:   libmesode0 >= 0.9.0
 Requires:   profanity-binary = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Profanity is a console based XMPP client written in C using ncurses and 
libstrophe, inspired by Irssi.
+Profanity is a console-based XMPP client written in C using ncurses,
+and inspired by Irssi.
 
 %package mini
-Summary:Console based XMPP client
+Summary:Console-based XMPP client
 Group:  Productivity/Networking/Instant Messenger
 Requires:   profanity = %{version}
 Requires(post): update-alternatives
@@ -55,11 +55,14 @@
 Provides:   profanity-binary = %{version}-%{release}
 
 %description mini
-Profanity is a console based XMPP client written in C using ncurses and 
libstrophe, inspired by Irssi.
-This package holds a minimal version. With most options not compiled in to 
have fewer dependencies. It is thus well suited for headless servers.
+Profanity is a console-based XMPP client written in C using ncurses,
+and inspired by Irssi.
+This package holds a minimal version, with most options not compiled
+in to have fewer dependencies. It is thus well suited for headless
+servers.
 
 %package standard
-Summary:Console based XMPP client
+Summary:Console-based XMPP client
 Group:  Productivity/Networking/Instant Messenger
 Requires:   profanity = %{version}
 Requires(post): update-alternatives
@@ -67,7 +70,8 @@
 Provides:   profanity-binary = %{version}-%{release}
 
 %description standard
-Profanity is a console based XMPP client written in C using ncurses and 
libstrophe, inspired by Irssi.
+Profanity is a-console based XMPP client written in C using ncurses,
+and inspired by Irssi.
 
 This package holds the standard version.
 Including:




commit borgbackup for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package borgbackup for openSUSE:Factory 
checked in at 2016-11-24 21:21:06

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


Package is "borgbackup"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.borgbackup.new/borgbackup.changes   
2016-11-24 21:21:06.0 +0100
@@ -0,0 +1,285 @@
+---
+Thu Oct 13 16:33:59 UTC 2016 - alarr...@suse.com
+
+- Remove smp parameters when building documentation so different
+  sphinx instances are not run in parallel which sometimes fails
+  due to a race condition
+
+---
+Sat Aug 20 10:33:33 UTC 2016 - h...@urpla.net
+
+- update to version 1.0.7 (2016-08-19):
+  a critical security fix and some major bug fixes
+  Please check:
+  https://github.com/borgbackup/borg/blob/1.0.7/docs/changes.rst
+- clean specfile
+
+---
+Sat Jul 16 09:33:09 UTC 2016 - h...@urpla.net
+
+- update to version 1.0.6 (2016-07-12)
+  Bug fixes:
+  * Linux: handle multiple LD_PRELOAD entries correctly, #1314, #
+  * Fix crash with unclear message if the libc is not found, #1314, #
+  Other changes:
+  * tests:
+* Fixed O_NOATIME tests for Solaris and GNU Hurd, #1315
+* Fixed sparse file tests for (file) systems not supporting it, #1310
+  * docs:
+* Fixed syntax highlighting, #1313
+* misc docs: added data processing overview picture
+
+- update to version 1.0.6rc1 (2016-07-10)
+  New features:
+  * borg check –repair: heal damaged files if missing chunks re-appear (e.g. 
if the
+previously missing chunk was added again in a later backup archive), #148. 
(*)
+Also improved logging.
+  Bug fixes:
+  * sync_dir: silence fsync() failing with EINVAL, #1287 Some network 
filesystems
+(like smbfs) don’t support this and we use this in repository code.
+  * borg mount (FUSE):
+fix directories being shadowed when contained paths were also specified, 
#1295
+raise I/O Error (EIO) on damaged files (unless -o allow_damaged_files is 
used),
+#1302. (*)
+  * borg extract: warn if a damaged file is extracted, #1299. (*)
+Added some missing return code checks (ChunkIndex._add, hashindex_resize).
+  * borg check: fix/optimize initial hash table size, avoids resize of the 
table.
+  Other changes:
+  * tests:
+add more FUSE tests, #1284
+deduplicate fuse (u)mount code
+fix borg binary test issues, #862
+  * docs:
+changelog: added release dates to older borg releases
+fix some sphinx (docs generator) warnings, #881
+
+  Notes:
+  (*) Some features depend on information (chunks_healthy list) added to item 
metadata
+  when a file with missing chunks was “repaired” using all-zero 
replacement chunks.
+  The chunks_healthy list is generated since borg 1.0.4, thus borg can’t 
recognize
+  such “repaired” (but content-damaged) files if the repair was done with 
an older
+  borg version.
+
+- update to version 1.0.5 (2016-07-07)
+  Bug fixes:
+  * borg mount: fix FUSE crash in xattr code on Linux introduced in 1.0.4, 
#1282
+  Other changes:
+  * backport some FAQ entries from master branch
+  * add release helper scripts
+  * Vagrantfile:
+centos6: no FUSE, don’t build binary
+add xz for redhat-like dists
+
+- update to version 1.0.4 (2016-07-07)
+  New features:
+  * borg serve –append-only, #1168 This was included because it was a simple 
change
+(append-only functionality was already present via repository config file) 
and makes
+better security now practically usable.
+  * BORG_REMOTE_PATH environment variable, #1258 This was included because it 
was a simple
+change (–remote-path cli option was already present) and makes borg much 
easier to use
+if you need it.
+  * Repository: cleanup incomplete transaction on “no space left” condition. 
In many cases,
+this can avoid a 100% full repo filesystem (which is very problematic as 
borg always
+needs free space - even to delete archives).
+  Bug fixes:
+  * Fix wrong handling and reporting of OSErrors in borg create, #1138. This 
was a serious
+issue: in the context of “borg create”, errors like repository I/O errors 
(e.g. disk
+I/O errors, ssh repo connection errors) were handled badly and did not 
lead to a crash
+(which would be good for this case, because the repo transaction would be 
incomplete and
+trigger a transaction rollback to clean up). Now, error handling for 
source files is
+cleanly separated from every other error handling, so only problematic 
input files are
+logged and skipped.
+  * 

commit python3-Bottleneck for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python3-Bottleneck for 
openSUSE:Factory checked in at 2016-11-24 21:20:45

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


Package is "python3-Bottleneck"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Bottleneck/python3-Bottleneck.changes
2016-07-14 09:47:11.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-Bottleneck.new/python3-Bottleneck.changes   
2016-11-24 21:20:46.0 +0100
@@ -1,0 +2,28 @@
+Sat Oct 22 16:26:51 UTC 2016 - a...@gmx.de
+
+- update to version 1.2.0:
+  * Port to C
++ Bottleneck is now written in C
++ Cython is no longer a dependency
++ Source tarball size reduced by 80%
++ Build time reduced by 66%
++ Install size reduced by 45%
+  * Redesign
++ Besides porting to C, much of bottleneck has been redesigned to
+  be simpler and faster. For example, bottleneck now uses its own
+  N-dimensional array iterators, reducing function call overhead.
+  * New features
++ The new function bench_detailed runs a detailed performance
+  benchmark on a single bottleneck function.
++ Bottleneck can be installed on systems that do not yet have
+  NumPy installed. Previously that only worked on some systems.
+  * Beware
++ Functions partsort and argpartsort have been renamed to
+  partition and argpartition to match NumPy. Additionally the
+  meaning of the input arguments have changed: bn.partsort(a, n)
+  is now equivalent to bn.partition(a, kth=n-1). Similarly for
+  bn.argpartition.
++ The keyword for array input has been changed from arr to a in
+  all functions. It now matches NumPy.
+
+---

Old:

  Bottleneck-1.1.0.tar.gz

New:

  Bottleneck-1.2.0.tar.gz



Other differences:
--
++ python3-Bottleneck.spec ++
--- /var/tmp/diff_new_pack.f9wUlr/_old  2016-11-24 21:20:47.0 +0100
+++ /var/tmp/diff_new_pack.f9wUlr/_new  2016-11-24 21:20:47.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Bottleneck
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:A collection of fast NumPy array functions
 License:BSD-2-Clause and BSD-3-Clause

++ Bottleneck-1.1.0.tar.gz -> Bottleneck-1.2.0.tar.gz ++
 130752 lines of diff (skipped)




commit ghc-network-transport-composed for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-network-transport-composed for 
openSUSE:Factory checked in at 2016-11-24 21:20:22

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


Package is "ghc-network-transport-composed"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-network-transport-composed.new/ghc-network-transport-composed.changes
   2016-11-24 21:20:22.0 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:00:55 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.1 revision 1 with cabal2obs.
+

New:

  1.cabal
  ghc-network-transport-composed.changes
  ghc-network-transport-composed.spec
  network-transport-composed-0.2.0.1.tar.gz



Other differences:
--
++ ghc-network-transport-composed.spec ++
#
# spec file for package ghc-network-transport-composed
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

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


%global pkg_name network-transport-composed
Name:   ghc-%{pkg_name}
Version:0.2.0.1
Release:0
Summary:Compose network transports
License:BSD-3-Clause
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-network-transport-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Compose network transports.

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

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

%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

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

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

%changelog
++ 1.cabal ++
name:network-transport-composed
version: 0.2.0.1
x-revision: 1
synopsis:Compose network transports
homepage:http://haskell-distributed.github.com
license: BSD3
license-file:LICENSE
author:  Edsko de Vries
maintainer:  Facundo Dominguez 
bug-reports: 
http://github.com/haskell-distributed/network-transport-composed/issues
copyright:   (c) 2012 Well-Typed LLP
category:Network
build-type:  Simple
cabal-version:   >=1.8

Source-Repository head
  Type: git
  Location: https://github.com/haskell-distributed/network-transport-composed

library
  exposed-modules: Network.Transport.Composed
  build-depends:   base >= 4.3 && < 5,
   bytestring,
   network-transport >= 0.4.0.0 && < 0.5
  hs-source-dirs:  src
  ghc-options: -Wall
  extensions:  BangPatterns



commit perl-JSON-MaybeXS for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2016-11-24 21:20:35

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


Package is "perl-JSON-MaybeXS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2015-04-15 16:25:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2016-11-24 21:20:36.0 +0100
@@ -1,0 +2,34 @@
+Tue Oct  4 05:40:59 UTC 2016 - co...@suse.com
+
+- updated to 1.003008
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003008 - 2016-10-03
+   - added an INSTALLATION section to documentation, to clarify the use of
+ dynamic prerequisites in Makefile.PL
+   - minimize prereqs listed in META.json to avoid giving the appearance of XS
+ prerequisites, and confusing static inspection tools such as metacpan.org.
+
+---
+Tue Sep 13 05:33:02 UTC 2016 - co...@suse.com
+
+- updated to 1.003007
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+---
+Mon Sep 12 05:34:10 UTC 2016 - co...@suse.com
+
+- updated to 1.003007
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003007 - 2016-09-11
+   - no changes since 1.003006_001
+  
+  1.003006_001 - 2016-06-28
+   - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
+ values
+   - we now always upgrade JSON::XS if it is installed and below version 3.0,
+ due to changes in handling booleans
+   - remove test dependency on Test::Without::Module (RT#115394)
+
+---

Old:

  JSON-MaybeXS-1.003005.tar.gz

New:

  JSON-MaybeXS-1.003008.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.UBDTVc/_old  2016-11-24 21:20:37.0 +0100
+++ /var/tmp/diff_new_pack.UBDTVc/_new  2016-11-24 21:20:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# 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,38 +17,39 @@
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.003005
+Version:1.003008
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-MaybeXS/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Cpanel::JSON::XS) >= 2.3310
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
-BuildRequires:  perl(JSON::PP) >= 2.27202
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Without::Module) >= 0.17
-Requires:   perl(JSON::PP) >= 2.27202
+Requires:   perl(Cpanel::JSON::XS) >= 2.3310
+Requires:   perl(JSON::PP) >= 2.27300
 Recommends: perl(Cpanel::JSON::XS) >= 2.3310
 %{perl_requires}
 
 %description
-This module first checks to see if either the Cpanel::JSON::XS manpage or
-the JSON::XS manpage is already loaded, in which case it uses that module.
-Otherwise it tries to load the Cpanel::JSON::XS manpage, then the JSON::XS
-manpage, then the JSON::PP manpage in order, and either uses the first
-module it finds or throws an error.
+This module first checks to see if either Cpanel::JSON::XS or JSON::XS is
+already loaded, in which case it uses that module. Otherwise it tries to
+load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either
+uses the first module it finds or throws an error.
 
 It then exports the 'encode_json' and 'decode_json' functions from the
 loaded module, along with a 'JSON' constant that returns the class name for
 calling 'new' on.
 
-If you're writing fresh code rather than replacing JSON usage, you might
+If you're writing fresh code rather than replacing JSON.pm usage, you might
 want to pass options as constructor args rather than calling mutators, so
 we provide our own 'new' method that supports that.
 


commit ghc-pointed for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package ghc-pointed for openSUSE:Factory 
checked in at 2016-11-24 21:20:40

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


Package is "ghc-pointed"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pointed/ghc-pointed.changes  2016-07-21 
08:16:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pointed.new/ghc-pointed.changes 
2016-11-24 21:20:41.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:00:11 UTC 2016 - psim...@suse.com
+
+- Update to version 5 revision 1 with cabal2obs.
+
+---

Old:

  pointed-4.2.0.2.tar.gz

New:

  pointed-5.tar.gz
  pointed.cabal



Other differences:
--
++ ghc-pointed.spec ++
--- /var/tmp/diff_new_pack.8leqkR/_old  2016-11-24 21:20:42.0 +0100
+++ /var/tmp/diff_new_pack.8leqkR/_new  2016-11-24 21:20:42.0 +0100
@@ -18,15 +18,15 @@
 
 %global pkg_name pointed
 Name:   ghc-%{pkg_name}
-Version:4.2.0.2
+Version:5
 Release:0
 Summary:Pointed and copointed data
 License:BSD-2-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-comonad-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-data-default-class-devel
@@ -41,7 +41,6 @@
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-unordered-containers-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Pointed and copointed data.
@@ -59,16 +58,14 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -81,6 +78,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc CHANGELOG.markdown README.markdown
 
 %changelog

++ pointed-4.2.0.2.tar.gz -> pointed-5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointed-4.2.0.2/CHANGELOG.markdown 
new/pointed-5/CHANGELOG.markdown
--- old/pointed-4.2.0.2/CHANGELOG.markdown  2015-05-17 14:32:46.0 
+0200
+++ new/pointed-5/CHANGELOG.markdown2016-01-17 03:40:19.0 +0100
@@ -1,3 +1,7 @@
+4.2.1
+-
+* Added (largely unsupported) options to build without almost all of the 
dependencies for advanced users
+
 4.2.0.2
 ---
 * Added the `CHANGELOG.markdown` to `extra-source-files`, so that `hackage` 
can display it.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointed-4.2.0.2/README.markdown 
new/pointed-5/README.markdown
--- old/pointed-4.2.0.2/README.markdown 2015-05-17 14:32:46.0 +0200
+++ new/pointed-5/README.markdown   2016-01-17 03:40:19.0 +0100
@@ -1,7 +1,7 @@
 pointed
 ===
 
-[![Build 
Status](https://secure.travis-ci.org/ekmett/pointed.png?branch=master)](http://travis-ci.org/ekmett/pointed)
+[![Hackage](https://img.shields.io/hackage/v/pointed.svg)](https://hackage.haskell.org/package/pointed)
 [![Build 
Status](https://secure.travis-ci.org/ekmett/pointed.png?branch=master)](http://travis-ci.org/ekmett/pointed)
 
 Haskell 98 pointed and copointed data types.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointed-4.2.0.2/pointed.cabal 
new/pointed-5/pointed.cabal
--- old/pointed-4.2.0.2/pointed.cabal   2015-05-17 14:32:46.0 +0200
+++ new/pointed-5/pointed.cabal 2016-01-17 03:40:19.0 +0100
@@ -1,6 +1,6 @@
 name:  pointed
 category:  Data
-version:   4.2.0.2
+version:   5
 license:   BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 stability: provisional
 homepage:  http://github.com/ekmett/pointed/
 bug-reports:   http://github.com/ekmett/pointed/issues
-copyright: Copyright (C) 2008-2013 Edward A. Kmett
+copyright: Copyright (C) 2008-2016 Edward A. Kmett
 synopsis:  Pointed and copointed data
 description:   Pointed and copointed data
 build-type:Simple
@@ -22,21 +22,73 @@
   type: git
   location: git://github.com/ekmett/pointed.git
 
+flag comonad
+  description: You can disable the use of the `comonad` package using 
`-f-transformers`.
+  default: True
+  manual: True
+flag containers
+  

commit scons for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package scons for openSUSE:Factory checked 
in at 2016-11-24 21:19:21

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


Package is "scons"

Changes:

--- /work/SRC/openSUSE:Factory/scons/scons.changes  2016-05-03 
09:33:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.scons.new/scons.changes 2016-11-24 
21:19:22.0 +0100
@@ -1,0 +2,8 @@
+Tue Nov 22 12:44:48 UTC 2016 - astie...@suse.com
+
+- SCons 2.5.1:
+  * Add scons-configure-cache.py to packaging. It was omitted
+  * Use memoization to optimize PATH evaluation across all
+dependencies per node
+
+---

Old:

  scons-2.5.0.tar.gz
  scons-user.html-2.5.0.tar.bz2

New:

  scons-2.5.1.tar.gz
  scons-user.html-2.5.1.tar.bz2



Other differences:
--
++ scons.spec ++
--- /var/tmp/diff_new_pack.X2gxPj/_old  2016-11-24 21:19:23.0 +0100
+++ /var/tmp/diff_new_pack.X2gxPj/_new  2016-11-24 21:19:23.0 +0100
@@ -22,7 +22,7 @@
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 Name:   scons
-Version:2.5.0
+Version:2.5.1
 Release:0
 Summary:Replacement for Make
 License:MIT

++ scons-2.5.0.tar.gz -> scons-2.5.1.tar.gz ++
 2898 lines of diff (skipped)

++ scons-user.html-2.5.0.tar.bz2 -> scons-user.html-2.5.1.tar.bz2 ++
 1946 lines of diff (skipped)




commit khelpcenter5 for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2016-11-24 21:19:48

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


Package is "khelpcenter5"

Changes:

--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes
2016-11-12 13:33:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2016-11-24 21:19:49.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 22 14:22:50 UTC 2016 - wba...@tmo.at
+
+- Require kdoctools which contains some images and stylesheets used
+  by khelpcenter5 (boo#1011094)
+
+---



Other differences:
--
++ khelpcenter5.spec ++
--- /var/tmp/diff_new_pack.hfhdiL/_old  2016-11-24 21:19:50.0 +0100
+++ /var/tmp/diff_new_pack.hfhdiL/_new  2016-11-24 21:19:50.0 +0100
@@ -49,6 +49,8 @@
 # PATCH-FIX-OPENSUSE khelpcenter-fallback-to-kde4-docs.patch -- allow 
khelpcenter to see into kde4 documentation
 Patch2: khelpcenter-fallback-to-kde4-docs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# khelpcenter uses some images and stylesheets from kdoctools (boo#1011094)
+Requires:   kdoctools
 
 %description
 Application to show KDE Applications' documentation.




commit python-numpy for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-numpy for openSUSE:Factory 
checked in at 2016-11-24 21:19:33

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


Package is "python-numpy"

Changes:

--- /work/SRC/openSUSE:Factory/python-numpy/python-numpy.changes
2016-09-17 14:34:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-numpy.new/python-numpy.changes   
2016-11-24 21:19:34.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 22 15:56:51 UTC 2016 - toddrme2...@gmail.com
+
+- Fix cblas handling for SLES 12.
+
+---



Other differences:
--
++ python-numpy.spec ++
--- /var/tmp/diff_new_pack.VbrQ1q/_old  2016-11-24 21:19:35.0 +0100
+++ /var/tmp/diff_new_pack.VbrQ1q/_new  2016-11-24 21:19:35.0 +0100
@@ -88,7 +88,7 @@
 %if %{with_atlas} == 1
 Requires:   libatlas3-devel
 %endif
-%if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315
+%if 0%{?is_opensuse} && ( 0%{?suse_version} > 1320 || 0%{?suse_version} == 
1315 )
 Requires:   cblas-devel
 %endif
 




commit kmod for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2016-11-24 21:18:51

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod-testsuite.changes  2016-04-06 
11:50:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod-testsuite.changes 2016-11-24 
21:18:52.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 22 09:13:47 UTC 2016 - yousaf.kau...@suse.com
+
+- 0001-testsuite-depmod-add-module-dependency-outside-cycli.patch:
+  Add test case where cyclic and non-cyclic dependencies are present
+  at the same time. (boo#1008186) 
+
+---
--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2016-07-28 
23:44:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2016-11-24 
21:18:52.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 22 09:10:54 UTC 2016 - yousaf.kau...@suse.com
+
+- 0002-depmod-ignore-related-modules-in-depmod_report_cycle.patch:
+  Fix buffer overflow when printing modules in cyclic dependency
+  chain (boo#1008186) 
+
+---

New:

  0001-testsuite-depmod-add-module-dependency-outside-cycli.patch
  0002-depmod-ignore-related-modules-in-depmod_report_cycle.patch



Other differences:
--
++ kmod-testsuite.spec ++
--- /var/tmp/diff_new_pack.TPrMB1/_old  2016-11-24 21:18:53.0 +0100
+++ /var/tmp/diff_new_pack.TPrMB1/_new  2016-11-24 21:18:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmod-testsuite
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,8 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
+Patch8: 0001-testsuite-depmod-add-module-dependency-outside-cycli.patch
+Patch9: 0002-depmod-ignore-related-modules-in-depmod_report_cycle.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -61,7 +63,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
 
 %build
 autoreconf -fi

++ kmod.spec ++
--- /var/tmp/diff_new_pack.TPrMB1/_old  2016-11-24 21:18:53.0 +0100
+++ /var/tmp/diff_new_pack.TPrMB1/_new  2016-11-24 21:18:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kmod
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
+Patch8: 0001-testsuite-depmod-add-module-dependency-outside-cycli.patch
+Patch9: 0002-depmod-ignore-related-modules-in-depmod_report_cycle.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -100,7 +102,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
 
 %build
 autoreconf -fi

++ 0001-testsuite-depmod-add-module-dependency-outside-cycli.patch ++
>From 965886b55ab2f80fc242c1bc7e92423c87424718 Mon Sep 17 00:00:00 2001
From: Mian Yousaf Kaukab 
Date: Tue, 8 Nov 2016 17:45:49 +0100
Subject: [PATCH 1/2] testsuite: depmod: add module dependency outside cyclic
 chain

Check that depmod do not report modules outside cyclic chain

Two modules f and g are added which do not have any dependency.
modules a and b are made dependent on f and g.

Here is the output of loop dependency check test after adding this
patch:

TESTSUITE: ERR: wrong:
depmod: ERROR: Found 7 modules in dependency cycles!
depmod: ERROR: Cycle detected: mod_loop_d -> mod_loop_e -> mod_loop_d
depmod: ERROR: Cycle detected: mod_loop_b -> mod_loop_c -> mod_loop_a -> 
mod_loop_b
depmod: ERROR: Cycle detected: mod_loop_b -> mod_loop_c -> mod_loop_a -> 
mod_loop_g
depmod: ERROR: Cycle detected: 

commit python-zope.interface for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-zope.interface for 
openSUSE:Factory checked in at 2016-11-24 21:19:10

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


Package is "python-zope.interface"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-zope.interface/python-zope.interface.changes  
2015-05-20 23:37:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.interface.new/python-zope.interface.changes
 2016-11-24 21:19:11.0 +0100
@@ -1,0 +2,17 @@
+Tue Nov 15 10:11:54 UTC 2016 - dmuel...@suse.com
+
+- update to 4.3.1:
+- Support Components subclasses that are not hashable.
+  (https://github.com/zopefoundation/zope.interface/issues/53)
+- Add the ability to sort the objects returned by ``implementedBy``.
+  This is compatible with the way interface classes sort so they can
+  be used together in ordered containers like BTrees.
+  (https://github.com/zopefoundation/zope.interface/issues/42)
+- Make ``setuptools`` a hard dependency of ``setup.py``.
+- Change a linear algorithm (O(n)) in ``Components.registerUtility`` and
+  ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for
+  hashable components. This substantially improves the time taken to
+  manipulate utilities in large registries at the cost of some
+  additional memory usage. 
(https://github.com/zopefoundation/zope.interface/issues/46)
+
+---

Old:

  zope.interface-4.1.2.tar.gz

New:

  zope.interface-4.3.1.tar.gz



Other differences:
--
++ python-zope.interface.spec ++
--- /var/tmp/diff_new_pack.5Y9Xkj/_old  2016-11-24 21:19:12.0 +0100
+++ /var/tmp/diff_new_pack.5Y9Xkj/_new  2016-11-24 21:19:12.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.interface
 #
-# 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,13 +17,13 @@
 
 
 Name:   python-zope.interface
-Version:4.1.2
+Version:4.3.1
 Release:0
 Url:http://pypi.python.org/pypi/zope.interface
 Summary:Interfaces for Python
 License:ZPL-2.1
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel

++ zope.interface-4.1.2.tar.gz -> zope.interface-4.3.1.tar.gz ++
 33782 lines of diff (skipped)




commit python-ptyprocess for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package python-ptyprocess for 
openSUSE:Factory checked in at 2016-11-24 21:18:59

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


Package is "python-ptyprocess"

Changes:

--- /work/SRC/openSUSE:Factory/python-ptyprocess/python-ptyprocess.changes  
2015-08-21 07:40:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ptyprocess.new/python-ptyprocess.changes 
2016-11-24 21:19:00.0 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 10:59:54 UTC 2016 - dmuel...@suse.com
+
+- update to 0.5.1
+
+---

Old:

  ptyprocess-0.5.tar.gz

New:

  ptyprocess-0.5.1.tar.gz



Other differences:
--
++ python-ptyprocess.spec ++
--- /var/tmp/diff_new_pack.SG7rln/_old  2016-11-24 21:19:01.0 +0100
+++ /var/tmp/diff_new_pack.SG7rln/_new  2016-11-24 21:19:01.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ptyprocess
 #
-# 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,13 +17,13 @@
 
 
 Name:   python-ptyprocess
-Version:0.5
+Version:0.5.1
 Release:0
 Summary:Run a subprocess in a pseudo terminal
 License:ISC
 Group:  Development/Languages/Python
 Url:https://github.com/pexpect/ptyprocess
-Source: 
https://pypi.python.org/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/p/ptyprocess/ptyprocess-%{version}.tar.gz
 BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-nose
 BuildRequires:  python-setuptools

++ ptyprocess-0.5.tar.gz -> ptyprocess-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptyprocess-0.5/LICENSE new/ptyprocess-0.5.1/LICENSE
--- old/ptyprocess-0.5/LICENSE  1970-01-01 01:00:00.0 +0100
+++ new/ptyprocess-0.5.1/LICENSE2016-01-29 14:32:10.0 +0100
@@ -0,0 +1,16 @@
+Ptyprocess is under the ISC license, as code derived from Pexpect.
+http://opensource.org/licenses/ISC
+
+Copyright (c) 2013-2014, Pexpect development team
+Copyright (c) 2012, Noah Spurrier 
+
+PERMISSION TO USE, COPY, MODIFY, AND/OR DISTRIBUTE THIS SOFTWARE FOR ANY 
PURPOSE
+WITH OR WITHOUT FEE IS HEREBY GRANTED, PROVIDED THAT THE ABOVE COPYRIGHT NOTICE
+AND THIS PERMISSION NOTICE APPEAR IN ALL COPIES. THE SOFTWARE IS PROVIDED
+"AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT
+SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
+OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ptyprocess-0.5/PKG-INFO new/ptyprocess-0.5.1/PKG-INFO
--- old/ptyprocess-0.5/PKG-INFO 2015-05-20 23:44:21.0 +0200
+++ new/ptyprocess-0.5.1/PKG-INFO   1970-01-01 01:00:00.0 +0100
@@ -1,36 +1,7 @@
 Metadata-Version: 1.1
 Name: ptyprocess
-Version: 0.5
+Version: 0.5.1
 Summary: Run a subprocess in a pseudo terminal
 Home-page: https://github.com/pexpect/ptyprocess
 Author: Thomas Kluyver
 Author-email: tho...@kluyver.me.uk
-License: UNKNOWN
-Description: Launch a subprocess in a pseudo terminal (pty), and interact with 
both the
-process and its pty.
-
-Sometimes, piping stdin and stdout is not enough. There might be a 
password
-prompt that doesn't read from stdin, output that changes when it's 
going to a
-pipe rather than a terminal, or curses-style interfaces that rely on a 
terminal.
-If you need to automate these things, running the process in a pseudo 
terminal
-(pty) is the answer.
-
-Interface::
-
-p = PtyProcessUnicode.spawn(['python'])
-p.read(20)
-p.write('6+6\n')
-p.read(20)
-
-Platform: UNKNOWN
-Classifier: Development Status :: 5 - Production/Stable
-Classifier: Environment :: Console
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: System Administrators
-Classifier: License :: OSI Approved :: ISC License (ISCL)
-Classifier: Operating 

commit yodl for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package yodl for openSUSE:Factory checked in 
at 2016-11-24 21:18:28

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


Package is "yodl"

Changes:

--- /work/SRC/openSUSE:Factory/yodl/yodl.changes2016-01-13 
22:45:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.yodl.new/yodl.changes   2016-11-24 
21:18:29.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 14:27:32 UTC 2016 - pgaj...@suse.com
+
+- Update to 3.08.01:
+  * See https://fbb-git.github.io/yodl/changelog.txt
+
+---

Old:

  3.06.00.tar.gz

New:

  3.08.01.tar.gz



Other differences:
--
++ yodl.spec ++
--- /var/tmp/diff_new_pack.BRa0Vh/_old  2016-11-24 21:18:30.0 +0100
+++ /var/tmp/diff_new_pack.BRa0Vh/_new  2016-11-24 21:18:30.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yodl
-Version:3.06.00
+Version:3.08.01
 Release:0
 Summary:Yet One-other Document Language
 License:GPL-3.0

++ 3.06.00.tar.gz -> 3.08.01.tar.gz ++
 2432 lines of diff (skipped)




commit sddm for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

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

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


Package is "sddm"

Changes:

--- /work/SRC/openSUSE:Factory/sddm/sddm.changes2016-10-04 
15:45:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.sddm.new/sddm.changes   2016-11-24 
21:18:38.0 +0100
@@ -1,0 +2,16 @@
+Mon Nov 21 20:55:27 UTC 2016 - fab...@ritter-vogt.de
+
+- Add various bugfixes from develop branch:
+  * 0001-Fix-display-of-user-avatars.-684.patch
+  * 0002-Add-a-config-option-to-enable-high-DPI-scaling-701.patch
+  * 0003-elarun-Update-date-and-time.patch
+  * 0004-Support-Non-Latin-characters-in-theme-settings-708.patch
+  * 0005-Cleanup-dangling-pointer-in-SocketServer-725.patch
+
+---
+Wed Oct  5 07:23:51 UTC 2016 - fab...@ritter-vogt.de
+
+- Sync with KDE:Frameworks5:LTS, sort sddm.changes
+- Remove 0001-Fall-back-to-regular-login-when-autologin-fails.patch
+
+---
@@ -22,0 +39,51 @@
+
+---
+Mon Aug 29 07:03:56 UTC 2016 - fab...@ritter-vogt.de
+
+- Update to 0.14.0:
+  - http://hawaiios.org/news/2016/08/28/sddm-0.14.0
++ New sddm.conf option EnableAvatars (useful for slow filesystems)
++ New sddm.conf option UserAuthFile on the XDisplay section
+  to change the default Xauthority file name and path.
++ New sddm.conf option SessionLogFile on XDisplay and WaylandDisplay
+  sections to change the default user session log location.
++ ComboBox now exposes the arrow background color as
+  "arrowColor" property.
++ New "style" theme configuration for QtQuick Controls 2.0.
++ Require Qt 5.6 or better.
++ Enable HiDPI support.
++ Refresh sessions list.
++ Always fallback to an embedded theme if no suitable theme is found.
+- Actually change Qt platform theme.
+- Switch to Wayland session vt only when authentication
+  succeeds.
+- Close PAM session.
+- Delete PAM credentials after closing the session.
+* More theme-neutral default user and root avatars
+* REMOVED the "circles" theme. Remember to change it if you had it set!
+* REMOVED the "maui" theme as a standalone theme as it is now
+  embedded in the greeter. Remember to change the theme to empty
+  if you had it set to "maui".
+* Update Estonian translation.
+* Add Catalan translation from Robert Antoni Buj Gelonch.
+* Add Dutch translation from Eric Hameleers.
+* Add Slovak translation from Martin Minka.
+* Add Swedish translation from Kristoffer Grundström.
+* Add Ukrainian translation from Cherevan Andriy.
+* Add Indian flag from Sanjeev Premi.
+- Refresh patches:
+  - sddm-relaxed-auth.diff
+  - sddm-service-handle-plymouth.patch
+  - sysconfig-support.patch
+- Remove upstream patches:
+  - 0001-Add-a-config-option-to-enable-avatars.patch
+  - 0002-Use-.face.icon-instead-of-default.face.icon-and-rena.patch
+  - root.face.icon.png
+  - default.face.icon.png
+- Remove upstreamed patches:
+  - add-count-property-to-UserModel.patch
+  - add-threshold-to-disable-avatars.patch
+  - specify-default-config-entries.patch
+- Revert upstream config section name change (gh#sddm/sddm#680):
+  - 0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
+- Use "Current=" instead of "Current=maui"

Old:

  0001-Add-a-config-option-to-enable-avatars.patch
  0001-Fall-back-to-regular-login-when-autologin-fails.patch
  0002-Use-.face.icon-instead-of-default.face.icon-and-rena.patch
  add-count-property-to-UserModel.patch
  add-threshold-to-disable-avatars.patch
  default.face.icon.png
  root.face.icon.png
  sddm-0.13.0.tar.xz
  specify-default-config-entries.patch

New:

  0001-Fix-display-of-user-avatars.-684.patch
  0001-Revert-Rename-XDisplay-and-WaylandDisplay-config-sec.patch
  0002-Add-a-config-option-to-enable-high-DPI-scaling-701.patch
  0003-elarun-Update-date-and-time.patch
  0004-Support-Non-Latin-characters-in-theme-settings-708.patch
  0005-Cleanup-dangling-pointer-in-SocketServer-725.patch
  sddm-0.14.0.tar.xz



Other differences:
--
++ sddm.spec ++
--- /var/tmp/diff_new_pack.srbMri/_old  2016-11-24 21:18:40.0 +0100
+++ /var/tmp/diff_new_pack.srbMri/_new  2016-11-24 21:18:40.0 +0100
@@ -20,7 +20,7 @@
 %{!?_unitdir: %global _unitdir /usr/lib/systemd/system}
 
 Name:   sddm
-Version:0.13.0
+Version:0.14.0
 Release:0
 Summary:Lightweight QML-based display manager
 License:GPL-2.0+

commit latex2html for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package latex2html for openSUSE:Factory 
checked in at 2016-11-24 21:18:19

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


Package is "latex2html"

Changes:

--- /work/SRC/openSUSE:Factory/latex2html/latex2html.changes2015-12-20 
10:52:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.latex2html.new/latex2html.changes   
2016-11-24 21:18:20.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 21 13:58:44 UTC 2016 - pgaj...@suse.com
+
+- updated to 2016:
+  * longtable: fix duplicate caption
+  * pstoimg: fix pstoimg -depth 24 -flip cw
+
+---

Old:

  latex2html-2015.tar.gz

New:

  latex2html-2016.tar.gz



Other differences:
--
++ latex2html.spec ++
--- /var/tmp/diff_new_pack.8s3Rky/_old  2016-11-24 21:18:22.0 +0100
+++ /var/tmp/diff_new_pack.8s3Rky/_new  2016-11-24 21:18:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package latex2html
 #
-# 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
@@ -33,7 +33,7 @@
 Requires:   perl
 Requires:   texlive-dvips
 Requires:   texlive-latex
-Version:2015
+Version:2016
 Release:0
 Summary:LaTeX to HTML Converter
 License:GPL-2.0+

++ latex2html-2015.tar.gz -> latex2html-2016.tar.gz ++
 2155 lines of diff (skipped)




commit xf86-input-synaptics for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2016-11-24 21:17:57

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


Package is "xf86-input-synaptics"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2016-05-23 17:31:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2016-11-24 21:17:58.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov 19 16:54:08 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.9.0:
+  This release supports the X server 1.19.
+
+---
+Fri Oct 28 23:46:11 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.8.99.2:
+  + Remove upstream patch U_conf-rename-to-70-synaptics.conf.patch
+  + Adapt n_xf86-input-synaptics-wait.diff
+
+---

Old:

  U_conf-rename-to-70-synaptics.conf.patch
  xf86-input-synaptics-1.8.3.tar.bz2
  xf86-input-synaptics-1.8.3.tar.bz2.sig

New:

  xf86-input-synaptics-1.9.0.tar.bz2
  xf86-input-synaptics-1.9.0.tar.bz2.sig



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.yqKt0Z/_old  2016-11-24 21:17:59.0 +0100
+++ /var/tmp/diff_new_pack.yqKt0Z/_new  2016-11-24 21:17:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-synaptics
-Version:1.8.3
+Version:1.9.0
 Release:0
 Summary:Synaptics touchpad input driver for the Xorg X server
 License:MIT
@@ -27,7 +27,6 @@
 Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
 Source2:%{name}.keyring
 Patch0: n_xf86-input-synaptics-wait.diff
-Patch1: U_conf-rename-to-70-synaptics.conf.patch
 Patch2: n_xf86-input-synaptics-xorg.conf.d_snippet.diff
 Patch5: n_xf86-input-synaptics-default-tap.diff
 BuildRequires:  autoconf >= 2.60
@@ -75,7 +74,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch5 -p1
 

++ n_xf86-input-synaptics-wait.diff ++
--- /var/tmp/diff_new_pack.yqKt0Z/_old  2016-11-24 21:17:59.0 +0100
+++ /var/tmp/diff_new_pack.yqKt0Z/_new  2016-11-24 21:17:59.0 +0100
@@ -14,7 +14,7 @@
  if (device) {
  int fd = -1;
 @@ -919,6 +921,7 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
- }
+ return touchpad_found;
  }
 
 +while (wait <= max_wait && !touchpad_found) {
@@ -22,7 +22,7 @@
  if (i < 0) {
  xf86IDrvMsg(pInfo, X_ERROR, "Couldn't open %s\n", DEV_INPUT_EVENT);
 @@ -949,8 +952,8 @@ EventAutoDevProbe(InputInfoPtr pInfo, const char *device)
- touchpad_found = event_query_is_touchpad(evdev, TRUE);
+ touchpad_found = event_query_is_touchpad(evdev);
  libevdev_free(evdev);
  if (touchpad_found) {
 -xf86IDrvMsg(pInfo, X_PROBED, "auto-dev sets device to 
%s\n",

++ xf86-input-synaptics-1.8.3.tar.bz2 -> xf86-input-synaptics-1.9.0.tar.bz2 
++
 27924 lines of diff (skipped)





commit xf86-input-mouse for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-mouse for 
openSUSE:Factory checked in at 2016-11-24 21:17:18

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


Package is "xf86-input-mouse"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-mouse/xf86-input-mouse.changes
2015-08-21 07:36:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-mouse.new/xf86-input-mouse.changes   
2016-11-24 21:17:20.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 19 16:45:09 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.9.2:
+  This release supports the X server 1.19.
+
+---

Old:

  xf86-input-mouse-1.9.1.tar.bz2

New:

  xf86-input-mouse-1.9.2.tar.bz2



Other differences:
--
++ xf86-input-mouse.spec ++
--- /var/tmp/diff_new_pack.IcCnR5/_old  2016-11-24 21:17:21.0 +0100
+++ /var/tmp/diff_new_pack.IcCnR5/_new  2016-11-24 21:17:21.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-mouse
 #
-# 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:   xf86-input-mouse
-Version:1.9.1
+Version:1.9.2
 Release:0
 Summary:Mouse input driver for the Xorg X server
 License:MIT

++ xf86-input-mouse-1.9.1.tar.bz2 -> xf86-input-mouse-1.9.2.tar.bz2 ++
 30891 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-mouse-1.9.1/ChangeLog new/xf86-input-mouse-1.9.2/ChangeLog
--- old/xf86-input-mouse-1.9.1/ChangeLog2014-08-12 08:37:56.0 
+0200
+++ new/xf86-input-mouse-1.9.2/ChangeLog2016-11-17 05:38:55.0 
+0100
@@ -1,3 +1,71 @@
+commit 9d6c38eae40a435b4057a33d55759810ea7b91c1
+Author: Peter Hutterer 
+Date:   Thu Nov 17 14:35:47 2016 +1000
+
+mouse 1.9.2
+
+Signed-off-by: Peter Hutterer 
+
+commit 2dda9b90b9c632d2f27a7b2f46bc4e4af1e9d82d
+Author: Keith Packard 
+Date:   Mon May 30 22:45:13 2016 -0700
+
+Support ABI_XINPUT_VERSION 24 (remove LastSelectMask from block/wakeup)
+
+The block and wakeup handler API is changing so that the FD_SET type
+isn't visible outside the OS layer anymore. The mouse driver didn't
+need that argument anyways, so the change is just to adjust the APIs
+to avoid compiler warnings.
+
+Signed-off-by: Keith Packard 
+Signed-off-by: Peter Hutterer 
+
+commit 80952e5a5fcb4158249451f2339de618c4e63b82
+Author: Keith Packard 
+Date:   Mon May 30 22:45:12 2016 -0700
+
+Support ABI_XINPUT_VERSION 23 (use input_lock/input_unlock)
+
+This makes using input_lock/input_unlock conditional on the ABI
+version so that we don't get compiler warnings when compiling with the
+newer server bits.
+
+Signed-off-by: Keith Packard 
+Signed-off-by: Peter Hutterer 
+
+commit c22d3073dc1b82fe6c466e5ea71b6da755bb9a8e
+Author: Thomas Klausner 
+Date:   Mon Jul 27 00:06:06 2015 +0200
+
+Add some standard defines to pkg-config file.
+
+Not strictly needed in the xorg build, but helps the NetBSD reachover
+build, and follows implicit conventions about pkg-config files more
+closely.
+
+See also http://gnats.netbsd.org/48991
+
+Signed-off-by: Thomas Klausner 
+Reviewed-by: Alan Coopersmith 
+
+commit 85ee769d769e87b1e4a21b8c48944238c8ebe5f7
+Author: Alan Coopersmith 
+Date:   Sat Feb 28 09:38:38 2015 -0800
+
+README: Drop ancient, no longer supported versions of Solaris
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Peter Hutterer 
+
+commit 9d404d41b6edbee9b96ee8bad705f7e5fdd3e7c1
+Author: Alan Coopersmith 
+Date:   Sat Feb 28 09:36:29 2015 -0800
+
+README: Add "or xf86-input-libinput" to -evdev note for Linux
+
+

commit xf86-video-ati for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-ati for openSUSE:Factory 
checked in at 2016-11-24 21:17:42

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


Package is "xf86-video-ati"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-ati/xf86-video-ati.changes
2016-11-13 22:49:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-ati.new/xf86-video-ati.changes   
2016-11-24 21:17:43.0 +0100
@@ -1,0 +2,48 @@
+Sat Nov 19 15:08:54 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 7.8.0:
+  This release supports xserver versions 1.10-1.19.
+  Highlights:
+  + Significant 2D compositing performance increase, in particular with
+glamor enabled.
+  + Option "TearFree" can now prevent tearing in all possible display
+configurations (with current versions of Xorg). Specifically, it's
+now also effective with arbitrary RandR transforms and with RandR 1.4
+slave output.
+  + DRI3 is now enabled by default if the Xorg version is >= 1.18.3 and
+glamor is enabled.
+  + DRI3/Present asynchronous page flips are now supported (requires
+corresponding kernel driver support, available in current versions of
+the Linux kernel). This can increase performance of fullscreen
+applications with sync-to-vblank disabled.
+  + The HW cursor can now be used with RandR 1.4 slave output or with
+TearFree & rotation.
+  + Performance improvements with RandR 1.4 slave output.
+  + The list of supported GPUs in the Xorg log file has been slightly
+tidied up.
+  + RandR 1.4 provider capabilities are now advertised more accurately.
+- Remove upstream patches:
+  + U_01-dri3-Return-NULL-from-radeon_dri3_pixmap_from_fd-if-calloc-fails.patch
+  + U_02-Add-support-for-async-flips-to-radeon_do_pageflip.patch
+  + U_03-present-Support-async-flips.patch
+  + U_04-Enable-DRI3-by-default-when-building-for-Xorg-1.18.3.patch
+  + U_05-EXA-6xx-7xx-fast-solid-pixmap-support.patch
+  + U_06-EXA-6xx-7xx-accelerate-PictOpOver-with-component-alpha.patch
+  + U_07-Adapt-to-XF86_CRTC_VERSION-7.patch
+  + U_08-Add-explicit-RADEON_DRM_QUEUE_ERROR-define.patch
+  + U_09-Don-t-enable-DRI3-by-default-with-EXA.patch
+  + 
U_10-Use-EventCallback-to-avoid-flushing-every-time-in-the-FlushCallback.patch
+  + U_11-Keep-track-of-damage-event-related-flushes-per-client-v2.patch
+  + U_12-Use-drmmode_crtc_scanout_-helpers-for-RandR-1.4-scanout-pixmaps.patch
+  + U_13-Handle-RandR-1.4-slave-dirty-updates-via-radeon_drm_queue.patch
+  + U_14-Track-damage-accurately-for-RandR-1.4-slave-scanout.patch
+  + U_15-Fix-build-against-xserver-1.13.patch
+  + 
U_16-Only-copy-from-screen-pixmap-to-shared-pixmap-on-demand-for-slave-scanout.patch
+  + U_17-Factor-out-transform_region-helper.patch
+  + U_18-Move-up-radeon_scanout_extents_intersect.patch
+  + U_19-Synchronize-scanout-pixmaps-for-TearFree.patch
+  + U_20-Make-TearFree-effective-with-PRIME-slave-scanout.patch
+  + U_21-Refactor-radeon_mode_hotplug.patch
+  + 
U_22-Use-pRADEONEnt-to-find-both-screens-of-a-GPU-in-radeon_mode_hotplug.patch
+
+---

Old:

  U_01-dri3-Return-NULL-from-radeon_dri3_pixmap_from_fd-if-calloc-fails.patch
  U_02-Add-support-for-async-flips-to-radeon_do_pageflip.patch
  U_03-present-Support-async-flips.patch
  U_04-Enable-DRI3-by-default-when-building-for-Xorg-1.18.3.patch
  U_05-EXA-6xx-7xx-fast-solid-pixmap-support.patch
  U_06-EXA-6xx-7xx-accelerate-PictOpOver-with-component-alpha.patch
  U_07-Adapt-to-XF86_CRTC_VERSION-7.patch
  U_08-Add-explicit-RADEON_DRM_QUEUE_ERROR-define.patch
  U_09-Don-t-enable-DRI3-by-default-with-EXA.patch
  U_10-Use-EventCallback-to-avoid-flushing-every-time-in-the-FlushCallback.patch
  U_11-Keep-track-of-damage-event-related-flushes-per-client-v2.patch
  U_12-Use-drmmode_crtc_scanout_-helpers-for-RandR-1.4-scanout-pixmaps.patch
  U_13-Handle-RandR-1.4-slave-dirty-updates-via-radeon_drm_queue.patch
  U_14-Track-damage-accurately-for-RandR-1.4-slave-scanout.patch
  U_15-Fix-build-against-xserver-1.13.patch
  
U_16-Only-copy-from-screen-pixmap-to-shared-pixmap-on-demand-for-slave-scanout.patch
  U_17-Factor-out-transform_region-helper.patch
  U_18-Move-up-radeon_scanout_extents_intersect.patch
  U_19-Synchronize-scanout-pixmaps-for-TearFree.patch
  U_20-Make-TearFree-effective-with-PRIME-slave-scanout.patch
  U_21-Refactor-radeon_mode_hotplug.patch
  U_22-Use-pRADEONEnt-to-find-both-screens-of-a-GPU-in-radeon_mode_hotplug.patch
  xf86-video-ati-7.7.1.tar.bz2
  xf86-video-ati-7.7.1.tar.bz2.sig

New:

  xf86-video-ati-7.8.0.tar.bz2
  xf86-video-ati-7.8.0.tar.bz2.sig



Other differences:

commit xf86-input-keyboard for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-keyboard for 
openSUSE:Factory checked in at 2016-11-24 21:17:50

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


Package is "xf86-input-keyboard"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-keyboard/xf86-input-keyboard.changes  
2016-09-27 13:42:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-keyboard.new/xf86-input-keyboard.changes 
2016-11-24 21:17:51.0 +0100
@@ -1,0 +2,7 @@
+Sat Nov 19 15:22:18 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.9.0:
+  This release supports the X server 1.19
+- Remove upstream patch U_Use-xf86AddEnabledDevice-with-threaded-input.patch
+
+---

Old:

  U_Use-xf86AddEnabledDevice-with-threaded-input.patch
  xf86-input-keyboard-1.8.1.tar.bz2

New:

  xf86-input-keyboard-1.9.0.tar.bz2



Other differences:
--
++ xf86-input-keyboard.spec ++
--- /var/tmp/diff_new_pack.mKsr7C/_old  2016-11-24 21:17:52.0 +0100
+++ /var/tmp/diff_new_pack.mKsr7C/_new  2016-11-24 21:17:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xf86-input-keyboard
-Version:1.8.1
+Version:1.9.0
 Release:0
 Summary:Keyboard input driver for the Xorg X server
 License:GPL-2.0+
@@ -25,8 +25,6 @@
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 
-Patch1: U_Use-xf86AddEnabledDevice-with-threaded-input.patch
-
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
@@ -49,8 +47,6 @@
 %prep
 %setup -q
 
-%patch1 -p1
-
 %build
 %configure
 make %{?_smp_mflags}

++ xf86-input-keyboard-1.8.1.tar.bz2 -> xf86-input-keyboard-1.9.0.tar.bz2 
++
 26568 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/xf86-input-keyboard-1.8.1/ChangeLog new/xf86-input-keyboard-1.9.0/ChangeLog
--- old/xf86-input-keyboard-1.8.1/ChangeLog 2015-04-07 01:25:11.0 
+0200
+++ new/xf86-input-keyboard-1.9.0/ChangeLog 2016-11-17 05:29:19.0 
+0100
@@ -1,3 +1,61 @@
+commit 0c7f51291f91eee61fcaf05080001a5e9b22fb53
+Author: Peter Hutterer 
+Date:   Thu Nov 17 14:21:48 2016 +1000
+
+keyboard 1.9.0
+
+Signed-off-by: Peter Hutterer 
+
+commit 157e0631b12d0aae4a5f38b81bee615a7eaf553f
+Author: Keith Packard 
+Date:   Mon May 30 01:27:49 2016 -0700
+
+Use xf86AddEnabledDevice with threaded input
+
+We didn't use SIGIO input for keyboard processing, but we can use
+threaded input.
+
+Signed-off-by: Keith Packard 
+Signed-off-by: Peter Hutterer 
+
+commit 9ab899863a61b800d58e078e936c0d8d88bc0893
+Author: Alexandr Shadchin 
+Date:   Tue Nov 24 12:46:44 2015 +0500
+
+Remove support for X input ABI < 12
+
+Signed-off-by: Alexandr Shadchin 
+Signed-off-by: Peter Hutterer 
+
+commit 0317028c2bd0bfd06efd3c1f192ff9a494757187
+Author: Alexandr Shadchin 
+Date:   Tue Nov 24 12:46:43 2015 +0500
+
+Reorder load module stuff
+
+Signed-off-by: Alexandr Shadchin 
+Signed-off-by: Peter Hutterer 
+
+commit 8096183e9cb79944e322dcc0cd1f9e50c97ad2c8
+Author: Alexandr Shadchin 
+Date:   Tue Nov 24 12:46:42 2015 +0500
+
+Remove empty function xf86KbdUnplug
+
+Signed-off-by: Alexandr Shadchin 
+Signed-off-by: Peter Hutterer 
+
+commit ccf63a61f39e1f107a67c33d6a7ad24ea4c76b7e
+Author: Yasushi Oshima 
+Date:   Mon Jul 20 10:49:49 2015 +0200
+
+Add defines for Japanese 106-key USB keyboards.
+
+Via http://gnats.netbsd.org/48347
+
+Signed-off-by: Thomas Klausner 
+Acked-by: Peter Hutterer 
+
 commit 13d320076e5de2d6c3cbc170fc7e31c526ed8499
 Author: Peter Hutterer 
 Date:   Tue Apr 7 09:24:38 2015 +1000
diff -urN '--exclude=CVS' 

commit xf86-input-joystick for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-joystick for 
openSUSE:Factory checked in at 2016-11-24 21:17:26

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


Package is "xf86-input-joystick"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-joystick/xf86-input-joystick.changes  
2015-08-21 07:36:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-joystick.new/xf86-input-joystick.changes 
2016-11-24 21:17:27.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov 19 16:49:31 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 1.6.3:
+  This release supports the X server 1.19.
+
+---

Old:

  xf86-input-joystick-1.6.2.tar.bz2

New:

  xf86-input-joystick-1.6.3.tar.bz2



Other differences:
--
++ xf86-input-joystick.spec ++
--- /var/tmp/diff_new_pack.TyMEQa/_old  2016-11-24 21:17:28.0 +0100
+++ /var/tmp/diff_new_pack.TyMEQa/_new  2016-11-24 21:17:28.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-joystick
 #
-# 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:   xf86-input-joystick
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:Joystick input driver for the Xorg X server
 License:MIT

++ xf86-input-joystick-1.6.2.tar.bz2 -> xf86-input-joystick-1.6.3.tar.bz2 
++
 34242 lines of diff (skipped)




commit xf86-video-vmware for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-vmware for 
openSUSE:Factory checked in at 2016-11-24 21:17:32

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


Package is "xf86-video-vmware"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-vmware/xf86-video-vmware.changes  
2015-01-25 21:13:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-vmware.new/xf86-video-vmware.changes 
2016-11-24 21:17:33.0 +0100
@@ -1,0 +2,13 @@
+Sat Nov 19 17:03:12 UTC 2016 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 13.2.1:
+  This release provides support for adapting to a desktop configuration (read
+  VMware GUI configuration) exposed using drm connectors rather than using 
+  RandR12+. Since this is the way gnome-shell/Wayland adapts to a desktop 
+  configuration this driver can coexist with an auto-fit multimonitor VMware 
+  gnome-shell/Wayland configuration and therefore enables future open-vm-tools
+  versions to expose GUI configuration changes through drm connectors at system
+  start-up time without using the xorg driver as a proxy.
+  It also contains a compilation fix for ABI 23 (Xserver 1.19).
+
+---

Old:

  xf86-video-vmware-13.1.0.tar.bz2

New:

  xf86-video-vmware-13.2.1.tar.bz2



Other differences:
--
++ xf86-video-vmware.spec ++
--- /var/tmp/diff_new_pack.C8CFTb/_old  2016-11-24 21:17:34.0 +0100
+++ /var/tmp/diff_new_pack.C8CFTb/_new  2016-11-24 21:17:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-video-vmware
 #
-# 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:   xf86-video-vmware
-Version:13.1.0
+Version:13.2.1
 Release:0
 Summary:VMware SVGA video driver for the Xorg X server
 License:MIT

++ xf86-video-vmware-13.1.0.tar.bz2 -> xf86-video-vmware-13.2.1.tar.bz2 
++
 17571 lines of diff (skipped)




commit dpkg for openSUSE:13.2:Update

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package dpkg for openSUSE:13.2:Update 
checked in at 2016-11-24 15:21:33

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


Package is "dpkg"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.iSHfil/_old  2016-11-24 15:21:34.0 +0100
+++ /var/tmp/diff_new_pack.iSHfil/_new  2016-11-24 15:21:34.0 +0100
@@ -1 +1 @@
-
+




commit update-alternatives for openSUSE:13.2:Update

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package update-alternatives for 
openSUSE:13.2:Update checked in at 2016-11-24 15:21:39

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


Package is "update-alternatives"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PWdKrM/_old  2016-11-24 15:21:41.0 +0100
+++ /var/tmp/diff_new_pack.PWdKrM/_new  2016-11-24 15:21:41.0 +0100
@@ -1 +1 @@
-
+




commit java-1_7_0-openjdk-bootstrap for openSUSE:13.2:Update

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk-bootstrap for 
openSUSE:13.2:Update checked in at 2016-11-24 14:20:14

Comparing /work/SRC/openSUSE:13.2:Update/java-1_7_0-openjdk-bootstrap (Old)
 and  /work/SRC/openSUSE:13.2:Update/.java-1_7_0-openjdk-bootstrap.new (New)


Package is "java-1_7_0-openjdk-bootstrap"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.kUvs2W/_old  2016-11-24 14:20:15.0 +0100
+++ /var/tmp/diff_new_pack.kUvs2W/_new  2016-11-24 14:20:15.0 +0100
@@ -1 +1 @@
-
+




commit java-1_7_0-openjdk for openSUSE:13.2:Update

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:13.2:Update checked in at 2016-11-24 14:20:17

Comparing /work/SRC/openSUSE:13.2:Update/java-1_7_0-openjdk (Old)
 and  /work/SRC/openSUSE:13.2:Update/.java-1_7_0-openjdk.new (New)


Package is "java-1_7_0-openjdk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mIWALQ/_old  2016-11-24 14:20:19.0 +0100
+++ /var/tmp/diff_new_pack.mIWALQ/_new  2016-11-24 14:20:19.0 +0100
@@ -1 +1 @@
-
+