commit icinga2 for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package icinga2 for openSUSE:Factory checked 
in at 2018-02-26 23:27:15

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


Package is "icinga2"

Mon Feb 26 23:27:15 2018 rev:4 rq:580326 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/icinga2/icinga2.changes  2018-02-12 
10:14:00.244123455 +0100
+++ /work/SRC/openSUSE:Factory/.icinga2.new/icinga2.changes 2018-02-26 
23:27:35.125082992 +0100
@@ -1,0 +2,5 @@
+Mon Feb 19 18:08:27 UTC 2018 - thard...@suse.com
+
+- incorporate spec changes from upstream
+
+---



Other differences:
--
++ icinga2.spec ++
--- /var/tmp/diff_new_pack.g3SOQM/_old  2018-02-26 23:27:36.705026168 +0100
+++ /var/tmp/diff_new_pack.g3SOQM/_new  2018-02-26 23:27:36.709026024 +0100
@@ -52,7 +52,7 @@
 %endif
 
 %if "%{_vendor}" == "suse"
-%define plugindir %{_prefix}/lib/nagios/plugins
+%define plugindir %{_libexecdir}/nagios/plugins
 %define apachename apache2
 %define apacheconfdir  %{_sysconfdir}/apache2/conf.d
 %define apacheuser wwwrun
@@ -73,8 +73,6 @@
 %define icinga_user icinga
 %define icinga_group icinga
 %define icingacmd_group icingacmd
-%define icingaweb2name icingaweb2
-%define icingaweb2version 2.0.0
 
 %define logmsg logger -t %{name}/rpm
 
@@ -100,7 +98,6 @@
 Group:  System/Monitoring
 
 %if "%{_vendor}" == "suse"
-PreReq: permissions
 Provides:   monitoring_daemon
 Recommends: monitoring-plugins
 %if 0%{?suse_version} >= 1310
@@ -130,9 +127,6 @@
 BuildRequires:  cmake
 BuildRequires:  flex >= 2.5.35
 BuildRequires:  make
-%if 0%{?fedora}
-BuildRequires:  wxGTK3-devel
-%endif
 
 %if 0%{?build_icinga_org} && "%{_vendor}" == "redhat" && (0%{?el5} || 
0%{?rhel} == 5 || "%{?dist}" == ".el5" || 0%{?el6} || 0%{?rhel} == 6 || 
"%{?dist}" == ".el6")
 # el5 and el6 require packages.icinga.com
@@ -159,7 +153,7 @@
 %endif
 
 %if 0%{?use_systemd}
-BuildRequires:  systemd
+BuildRequires:  systemd-devel
 Requires:   systemd
 %endif
 
@@ -178,6 +172,7 @@
 %endif
 BuildRequires:  logrotate
 %if "%{_vendor}" == "suse"
+PreReq: permissions
 Provides:   group(%{icinga_group})
 Provides:   group(%{icingacmd_group})
 Provides:   user(%{icinga_user})
@@ -214,7 +209,7 @@
 Requires:   %{name}-common = %{version}-%{release}
 
 %description libs
-This subpackage provides the internal libraries for the daemon or studio.
+This subpackage provides the internal libraries for the daemon.
 
 
 %package ido-mysql
@@ -269,17 +264,6 @@
 SELinux policy module supporting icinga2.
 %endif
 
-%if 0%{?fedora}
-%package studio
-Summary:Studio for Icinga 2
-Group:  System/Monitoring
-Requires:   %{name}-libs = %{version}-%{release}
-Requires:   wxGTK3
-
-%description studio
-Provides a GUI for the Icinga 2 API.
-%endif
-
 %package -n vim-icinga2
 Summary:Vim syntax highlighting for icinga2
 Group:  Productivity/Text/Editors
@@ -304,8 +288,10 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-#rpmlintrc
+# use absolute shebang instead of env on SUSE distributions
+%if "%{_vendor}" == "suse"
 find . -type f -name '*.sh' -exec sed -i -e 's|\/usr\/bin\/env 
bash|\/bin\/bash|g' {} \;
+%endif
 
 %build
 CMAKE_OPTS="-DCMAKE_INSTALL_PREFIX=/usr \
@@ -420,24 +406,6 @@
 #/usr/sbin/hardlink -cv %%{buildroot}%%{_datadir}/selinux
 %endif
 
-%if 0%{?fedora}
-mkdir -p "%{buildroot}%{_datadir}/icinga2-studio"
-install -p -m 644 icinga-studio/icinga.ico 
%{buildroot}%{_datadir}/icinga2-studio
-
-mkdir -p "%{buildroot}%{_datadir}/applications"
-echo "[Desktop Entry]
-Name=Icinga 2 Studio
-Comment=API viewer for Icinga 2
-TryExec=icinga-studio
-Exec=icinga-studio
-Icon=/usr/share/icinga2-studio/icinga.ico
-StartupNotify=true
-Terminal=false
-Type=Application
-Categories=GTK;Utility;
-Keywords=Monitoring;" > 
%{buildroot}%{_datadir}/applications/icinga2-studio.desktop
-%endif
-
 %if "%{_vendor}" == "suse"
 install -D -m 0644 tools/syntax/vim/syntax/%{name}.vim 
%{buildroot}%{_datadir}/vim/site/syntax/%{name}.vim
 install -D -m 0644 tools/syntax/vim/ftdetect/%{name}.vim 
%{buildroot}%{_datadir}/vim/site/ftdetect/%{name}.vim
@@ -457,27 +425,18 @@
 %if 0%{?use_systemd}
   %service_add_pre %{name}.service
 %endif
-%endif
 
-%if "%{_vendor}" == "suse"
-%verifyscript bin
+%verifyscript common
 %verify_permissions -e %{_rundir}/%{name}/cmd
 %endif
 
-%post bin
-
+%post common
 # suse
 %if "%{_vendor}" == "suse"
-
 %if 0%{?suse_version} >= 1310
 %set_permissions %{_rundir}/%{name}/cmd
 %endif
 
-%endif #suse/rhel
-
-%post common
-# suse
-%if "%{_vendor}" == "suse"
 %if 0%{?use_systemd}
 %fillup_only  %{name}
 %service_add_post 

commit libebur128 for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package libebur128 for openSUSE:Factory 
checked in at 2018-02-26 23:27:27

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


Package is "libebur128"

Mon Feb 26 23:27:27 2018 rev:3 rq:580339 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/libebur128/libebur128.changes2018-01-10 
23:38:17.931209760 +0100
+++ /work/SRC/openSUSE:Factory/.libebur128.new/libebur128.changes   
2018-02-26 23:27:36.921018400 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 19:11:35 UTC 2018 - tom.m...@googlemail.com
+
+- Update to 1.2.4:
+  * Fix broken ebur128_loudness_global_multiple() function
+  * Add more tests
+  * Fix some minor build issues
+  * Fix uninitialized memory in ebur128_init()
+
+---

Old:

  libebur128-1.2.3.tar.gz

New:

  libebur128-1.2.4.tar.gz



Other differences:
--
++ libebur128.spec ++
--- /var/tmp/diff_new_pack.a2ttoJ/_old  2018-02-26 23:27:37.612993512 +0100
+++ /var/tmp/diff_new_pack.a2ttoJ/_new  2018-02-26 23:27:37.612993512 +0100
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:   libebur128
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:A library implementing the EBU R128 loudness standard
 License:MIT

++ libebur128-1.2.3.tar.gz -> libebur128-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libebur128-1.2.3/CMakeLists.txt 
new/libebur128-1.2.4/CMakeLists.txt
--- old/libebur128-1.2.3/CMakeLists.txt 2017-11-16 20:10:58.0 +0100
+++ new/libebur128-1.2.4/CMakeLists.txt 2018-01-28 15:46:10.0 +0100
@@ -1,9 +1,9 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 project(libebur128 C)
 
-list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
-set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR})
-set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR})
+list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
+set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
+set(LIBRARY_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR})
 
 include(utils)
 include(GNUInstallDirs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libebur128-1.2.3/README.md 
new/libebur128-1.2.4/README.md
--- old/libebur128-1.2.3/README.md  2017-11-16 20:10:58.0 +0100
+++ new/libebur128-1.2.4/README.md  2018-01-28 15:46:10.0 +0100
@@ -12,6 +12,15 @@
 News
 
 
+v1.2.4 released:
+ * Fix broken `ebur128_loudness_global_multiple()` function. Since v1.1.0 it
+   calculated the relative threshold just from the last state given to it,
+   resulting in wrong values.
+ * More tests
+ * Fix some minor build issues
+ * Fix uninitialized memory in `ebur128_init()`, possibly resulting in wrong
+   values
+
 v1.2.3 released:
  * Fix uninitialized memory access during true peak scanning (bug #72)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libebur128-1.2.3/ebur128/CMakeLists.txt 
new/libebur128-1.2.4/ebur128/CMakeLists.txt
--- old/libebur128-1.2.3/ebur128/CMakeLists.txt 2017-11-16 20:10:58.0 
+0100
+++ new/libebur128-1.2.4/ebur128/CMakeLists.txt 2018-01-28 15:46:10.0 
+0100
@@ -23,12 +23,14 @@
 
 
 set(EBUR128_VERSION_MAJOR 1)
-set(EBUR128_VERSION 1.2.3)
+set(EBUR128_VERSION 1.2.4)
 
  static
 if(BUILD_STATIC_LIBS)
   add_library(ebur128_static STATIC ebur128.c)
-  set_property(TARGET ebur128_static PROPERTY OUTPUT_NAME ebur128)
+  if(NOT MSVC)
+set_property(TARGET ebur128_static PROPERTY OUTPUT_NAME ebur128)
+  endif()
 endif()
 
 if(WITH_STATIC_PIC)
@@ -47,8 +49,9 @@
 SOVERSION ${EBUR128_VERSION_MAJOR}
 VERSION ${EBUR128_VERSION})
 
-if(UNIX)
-  target_link_libraries(ebur128 m)
+find_library(MATH_LIBRARY m)
+if(MATH_LIBRARY)
+  target_link_libraries(ebur128 ${MATH_LIBRARY})
 endif()
 
 set(EBUR128_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR} CACHE INTERNAL "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libebur128-1.2.3/ebur128/ebur128.c 
new/libebur128-1.2.4/ebur128/ebur128.c
--- old/libebur128-1.2.3/ebur128/ebur128.c  2017-11-16 20:10:58.0 
+0100
+++ new/libebur128-1.2.4/ebur128/ebur128.c  2018-01-28 15:46:10.0 
+0100
@@ -404,7 +404,7 @@
sizeof(double));
   CHECK_ERROR(!st->d->audio_data, 0, free_true_peak)
   for (j = 0; j < st->d->audio_data_frames * st->channels; ++j) {
-st->d->audio_data[i] = 0.0;
+st->d->audio_data[j] = 0.0;
   }
 
   ebur128_init_filter(st);
@@ -955,8 +955,6 @@

commit python-msgpack for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-msgpack for openSUSE:Factory 
checked in at 2018-02-26 23:27:10

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


Package is "python-msgpack"

Mon Feb 26 23:27:10 2018 rev:2 rq:580264 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-msgpack/python-msgpack.changes
2018-02-14 09:45:57.192211041 +0100
+++ /work/SRC/openSUSE:Factory/.python-msgpack.new/python-msgpack.changes   
2018-02-26 23:27:27.237366677 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:33:08 UTC 2018 - alarr...@suse.com
+
+- Provide also python-msgpack-python in the python2 package to
+  be able to obsolete the python2-msgpack-python package correctly.
+
+---



Other differences:
--
++ python-msgpack.spec ++
--- /var/tmp/diff_new_pack.0x3htJ/_old  2018-02-26 23:27:28.493321507 +0100
+++ /var/tmp/diff_new_pack.0x3htJ/_new  2018-02-26 23:27:28.497321363 +0100
@@ -18,6 +18,7 @@
 
 %bcond_without test
 
+%define oldpython python
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-msgpack
 Version:0.5.4
@@ -34,8 +35,12 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
 # was renamed at 0.5.0
-Provides:   python-msgpack-python = 0.5.0
+Provides:   python-msgpack-python = %{version}
 Obsoletes:  python-msgpack-python < 0.5.0
+%ifpython2
+Provides:   %{oldpython}-msgpack-python = %{version}
+Obsoletes:  %{oldpython}-msgpack-python < 0.5.0
+%endif
 %if %{with test}
 # Test requirements:
 BuildRequires:  %{python_module pytest}




commit velum for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-02-26 23:27:05

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


Package is "velum"

Mon Feb 26 23:27:05 2018 rev:8 rq:580259 
version:3.0.0+dev+git_r657_5ff58ad3ec6b1b88d02799820e6e06af020d24b9

Changes:

--- /work/SRC/openSUSE:Factory/velum/velum.changes  2018-02-22 
15:03:34.463568486 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-02-26 
23:27:20.661603177 +0100
@@ -1,0 +2,36 @@
+Mon Feb 26 14:28:55 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 2115e91 by Maximilian Meister mmeis...@suse.de
+ rebase patch
+ 
+ Signed-off-by: Maximilian Meister 
+
+
+---
+Mon Feb 26 12:44:01 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 50aa226 by Maximilian Meister mmeis...@suse.de
+ add mirrors model
+ 
+ Signed-off-by: Maximilian Meister 
+ 
+ Commit d621057 by Maximilian Meister mmeis...@suse.de
+ drop docker prefix for registries
+ 
+ Signed-off-by: Maximilian Meister 
+
+
+---
+Mon Feb 26 10:52:42 UTC 2018 - containers-bugow...@suse.de
+
+- Commit 6f880cf by Maximilian Meister mmeis...@suse.de
+ update a few gems
+ 
+ we needed to have a new version of net-ldap because of CVE-2017-17718
+ 
+ this needed an update for devise_ldap_authenticatable
+ 
+ Signed-off-by: Maximilian Meister 
+
+
+---



Other differences:
--
++ velum.spec ++
--- /var/tmp/diff_new_pack.0FyXBy/_old  2018-02-26 23:27:23.385505212 +0100
+++ /var/tmp/diff_new_pack.0FyXBy/_new  2018-02-26 23:27:23.385505212 +0100
@@ -23,7 +23,7 @@
 # Version:  1.0.0
 # %%define branch 1.0.0
 
-Version:3.0.0+dev+git_r650_4eb2d26dfbef4dd92b3b4685f1704ed8787d5732
+Version:3.0.0+dev+git_r657_5ff58ad3ec6b1b88d02799820e6e06af020d24b9
 Release:0
 %define branch master
 Summary:Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
4eb2d26dfbef4dd92b3b4685f1704ed8787d5732 from branch master on date Thu, 22 Feb 
2018 09:57:53 +
+This package has been built with commit 
5ff58ad3ec6b1b88d02799820e6e06af020d24b9 from branch master on date Mon, 26 Feb 
2018 14:28:11 +
 
 %prep
 %setup -q -n velum-%{branch}

++ 0_set_default_salt_events_alter_time_column_value.rpm.patch ++
--- /var/tmp/diff_new_pack.0FyXBy/_old  2018-02-26 23:27:23.409504348 +0100
+++ /var/tmp/diff_new_pack.0FyXBy/_new  2018-02-26 23:27:23.413504205 +0100
@@ -1,8 +1,8 @@
 diff --git a/db/schema.rb b/db/schema.rb
-index a86a539..d571993 100644
+index 80fdb6b..d14f1cb 100644
 --- a/db/schema.rb
 +++ b/db/schema.rb
-@@ -82,7 +82,7 @@ ActiveRecord::Schema.define(version: 20180110112210) do
+@@ -92,7 +92,7 @@ ActiveRecord::Schema.define(version: 20180221142221) do
create_table "salt_events", force: :cascade do |t|
  t.string   "tag",  limit: 255,  null: false
  t.text "data", limit: 16777215, null: false
@@ -11,7 +11,7 @@
  t.string   "master_id",limit: 255,  null: false
  t.datetime "taken_at"
  t.datetime "processed_at"
-@@ -100,7 +100,7 @@ ActiveRecord::Schema.define(version: 20180110112210) do
+@@ -110,7 +110,7 @@ ActiveRecord::Schema.define(version: 20180221142221) do
  t.string   "id", limit: 255,  null: false
  t.string   "success",limit: 10,   null: false
  t.text "full_ret",   limit: 16777215, null: false

++ master.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/velum-master/Gemfile.lock 
new/velum-master/Gemfile.lock
--- old/velum-master/Gemfile.lock   2018-02-22 10:57:04.0 +0100
+++ new/velum-master/Gemfile.lock   2018-02-26 15:27:28.0 +0100
@@ -65,15 +65,15 @@
   safe_yaml (~> 1.0.0)
 crass (1.0.3)
 database_cleaner (1.5.3)
-devise (4.4.0)
+devise (4.4.1)
   bcrypt (~> 3.0)
   orm_adapter (~> 0.1)
   railties (>= 4.1.0, < 5.2)
   responders
   warden (~> 1.2.3)
-devise_ldap_authenticatable (0.8.5)
+devise_ldap_authenticatable (0.8.6)
   devise (>= 3.4.1)
-  net-ldap (>= 0.6.0, <= 0.11)
+  net-ldap (>= 0.16.0)
 diff-lcs (1.3)
 docile (1.1.5)
 erubis (2.7.0)
@@ -92,7 +92,7 @@
 gravatar_image_tag (1.2.0)
 hashdiff (0.3.2)
 httpclient (2.8.3)
-i18n (0.9.1)
+

commit focuswriter for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package focuswriter for openSUSE:Factory 
checked in at 2018-02-26 23:26:51

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


Package is "focuswriter"

Mon Feb 26 23:26:51 2018 rev:9 rq:580246 version:1.6.10

Changes:

--- /work/SRC/openSUSE:Factory/focuswriter/focuswriter.changes  2018-01-09 
14:55:04.970487092 +0100
+++ /work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter.changes 
2018-02-26 23:27:05.382152708 +0100
@@ -1,0 +2,10 @@
+Mon Feb 26 13:17:32 UTC 2018 - mvet...@suse.com
+
+- Update to version 1.6.10:
+  * Default to Flat ODT for cache files.
+  * Reduce time between cache writes to 5 minutes.
+  * FIXED: Fade effect broke alerts.
+  * FIXED: Fade effect hid text on load screen.
+  * Translation updates: Greek.
+
+---

Old:

  focuswriter-1.6.8-src.tar.bz2

New:

  focuswriter-1.6.10-src.tar.bz2



Other differences:
--
++ focuswriter.spec ++
--- /var/tmp/diff_new_pack.5w7GJr/_old  2018-02-26 23:27:07.014094015 +0100
+++ /var/tmp/diff_new_pack.5w7GJr/_new  2018-02-26 23:27:07.018093871 +0100
@@ -18,12 +18,12 @@
 
 
 Name:   focuswriter
-Version:1.6.8
+Version:1.6.10
 Release:0
 Summary:A fullscreen, distraction-free writing program
 License:GPL-3.0+
 Group:  Productivity/Office/Word Processor
-URL:http://gottcode.org/focuswriter
+Url:http://gottcode.org/focuswriter
 Source: http://gottcode.org/focuswriter/%{name}-%{version}-src.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++ focuswriter-1.6.8-src.tar.bz2 -> focuswriter-1.6.10-src.tar.bz2 ++
/work/SRC/openSUSE:Factory/focuswriter/focuswriter-1.6.8-src.tar.bz2 
/work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter-1.6.10-src.tar.bz2 
differ: char 11, line 1




commit openvswitch for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package openvswitch for openSUSE:Factory 
checked in at 2018-02-26 23:26:55

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


Package is "openvswitch"

Mon Feb 26 23:26:55 2018 rev:21 rq:580249 version:2.8.1

Changes:

--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2018-01-13 
21:46:55.396100563 +0100
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes 
2018-02-26 23:27:10.377973032 +0100
@@ -29 +29 @@
-  directory for the testsuite to run.
+  directory for the testsuite to run (bsc#1076284)



Other differences:
--



commit libmygpo-qt5 for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package libmygpo-qt5 for openSUSE:Factory 
checked in at 2018-02-26 23:26:40

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


Package is "libmygpo-qt5"

Mon Feb 26 23:26:40 2018 rev:2 rq:580240 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/libmygpo-qt5/libmygpo-qt5.changes
2014-11-14 09:19:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmygpo-qt5.new/libmygpo-qt5.changes   
2018-02-26 23:26:41.787001310 +0100
@@ -1,0 +2,15 @@
+Mon Feb 26 09:27:32 UTC 2018 - wba...@tmo.at
+
+- Update to 1.0.9:
+  * Different header installation directories for the qt4 & qt5
+version
+  * Bugfix: Top level include_install_dir is now respected
+  * Support for QJson 0.7
+  * Default to https instead of http
+  * Bugfix: Allow setting the server URL
+- Tell cmake to install the include files to
+  %{_includedir}/mygpo-qt5/ (which actually is the default but gets
+  overridden by the %cmake macro)
+- Drop conflict with libmygqo-qt-devel, there is no overlap anymore
+
+---
@@ -11,0 +27 @@
+  * Support for the "Get All Subscriptions" API endpoint

Old:

  libmygpo-qt.1.0.8.tar.gz

New:

  libmygpo-qt.1.0.9.tar.gz



Other differences:
--
++ libmygpo-qt5.spec ++
--- /var/tmp/diff_new_pack.ghFYOZ/_old  2018-02-26 23:26:42.618971388 +0100
+++ /var/tmp/diff_new_pack.ghFYOZ/_new  2018-02-26 23:26:42.622971245 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libmygpo-qt
+# spec file for package libmygpo-qt5
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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:   libmygpo-qt5
-Version:1.0.8
+Version:1.0.9
 Release:0
 Summary:Qt Library that wraps the gpodder.net Web API
 License:LGPL-2.1+
@@ -53,7 +53,6 @@
 Group:  Development/Libraries/C and C++
 Url:http://wiki.gpodder.org/wiki/Libmygpo-qt
 Requires:   libmygpo-qt5-1 = %{version}
-Conflicts:  libmygpo-qt-devel
 
 %description devel
 libmygpo-qt5 is a Qt Library that wraps the gpodder.net Web API 
(http://wiki.gpodder.org/wiki/Web_Services/API_2)
@@ -66,7 +65,7 @@
 %setup -q -n libmygpo-qt.%{version}
 
 %build
-  %cmake -DMYGPO_BUILD_TESTS=OFF -DBUILD_WITH_QT4=OFF
+  %cmake -DMYGPO_BUILD_TESTS=OFF -DBUILD_WITH_QT4=OFF 
-DINCLUDE_INSTALL_DIR=%{_includedir}/mygpo-qt5/
   %make_jobs
 
 %install
@@ -79,7 +78,7 @@
 %files devel
 %defattr(-,root,root)
 %doc LICENSE
-%{_includedir}/mygpo-qt/
+%{_includedir}/mygpo-qt5/
 %{_libdir}/cmake/mygpo-qt/
 %{_libdir}/libmygpo-qt5.so
 %{_libdir}/pkgconfig/libmygpo-qt5.pc

++ libmygpo-qt.1.0.8.tar.gz -> libmygpo-qt.1.0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/CMakeLists.txt 
new/libmygpo-qt.1.0.9/CMakeLists.txt
--- old/libmygpo-qt.1.0.8/CMakeLists.txt2014-07-21 18:18:27.0 
+0200
+++ new/libmygpo-qt.1.0.9/CMakeLists.txt2016-09-16 13:02:54.0 
+0200
@@ -54,7 +54,7 @@
 
 set( MYGPO_QT_VERSION_MAJOR "1" )
 set( MYGPO_QT_VERSION_MINOR "0" )
-set( MYGPO_QT_VERSION_PATCH "8" )
+set( MYGPO_QT_VERSION_PATCH "9" )
 set( MYGPO_QT_VERSION 
"${MYGPO_QT_VERSION_MAJOR}.${MYGPO_QT_VERSION_MINOR}.${MYGPO_QT_VERSION_PATCH}" 
)
 
 set( MYGPO_QT_SONAME "${MYGPO_QT_VERSION_MAJOR}")
@@ -98,7 +98,7 @@
 set(LIB_SUFFIX "" CACHE STRING "The directories where to install libraries to")
 set(LIB_INSTALL_DIR lib${LIB_SUFFIX} )
 set(LIB_DIR_PKGCONF "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
-set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/mygpo-qt" CACHE PATH 
"The directory the headers are installed in")
+set(INCLUDE_INSTALL_DIR 
"${CMAKE_INSTALL_PREFIX}/include/mygpo-qt${MYGPO_QT_VERSION_SUFFIX}" CACHE PATH 
"The directory the headers are installed in")
 set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/mygpo-qt )
 
 if( APPLE )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.8/libmygpo-qt.kdev4 
new/libmygpo-qt.1.0.9/libmygpo-qt.kdev4
--- old/libmygpo-qt.1.0.8/libmygpo-qt.kdev4 1970-01-01 01:00:00.0 
+0100
+++ new/libmygpo-qt.1.0.9/libmygpo-qt.kdev4 2016-09-16 13:02:54.0 
+0200
@@ -0,0 +1,4 @@
+[Project]
+Name=libmygpo-qt
+Manager=KDevCMakeManager
+VersionControl=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Net-Patricia for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Net-Patricia for 
openSUSE:Factory checked in at 2018-02-26 23:26:49

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


Package is "perl-Net-Patricia"

Mon Feb 26 23:26:49 2018 rev:4 rq:580243 version:1.22

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-Patricia/perl-Net-Patricia.changes  
2014-07-21 10:35:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-Patricia.new/perl-Net-Patricia.changes 
2018-02-26 23:26:49.222733883 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 12:44:51 UTC 2018 - opens...@dstoecker.de
+
+- New systems requires explicit libnsl-devel for building
+
+---



Other differences:
--
++ perl-Net-Patricia.spec ++
--- /var/tmp/diff_new_pack.1nFNOB/_old  2018-02-26 23:26:50.438690152 +0100
+++ /var/tmp/diff_new_pack.1nFNOB/_new  2018-02-26 23:26:50.442690008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Patricia
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -40,6 +40,9 @@
 Requires:   perl(Socket6)
 Requires:   perl(Test::More) >= 0.88
 Requires:   perl(version)
+%if 0%{?suse_version} > 1350
+BuildRequires:  libnsl-devel
+%endif
 %{perl_requires}
 
 %description




commit wine for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-02-26 23:26:36

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


Package is "wine"

Mon Feb 26 23:26:36 2018 rev:245 rq:580226 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2018-02-05 
10:54:21.180541295 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-02-26 
23:26:38.327125744 +0100
@@ -1,0 +2,12 @@
+Mon Feb 19 12:23:23 UTC 2018 - meiss...@suse.com
+
+- Update to 3.2 development release
+  - Separate implementation of USER controls for ComCtl32 v6.
+  - Multisample texture support in Direct3D.
+  - Support for HID gamepads.
+  - More event support in MSHTML.
+  - Obsolete DOS code removed.
+  - Various bug fixes.
+- Updated winetricks
+
+---

Old:

  wine-3.1.tar.xz
  wine-3.1.tar.xz.sign

New:

  wine-3.2.tar.xz
  wine-3.2.tar.xz.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.g3YYfX/_old  2018-02-26 23:26:40.799036842 +0100
+++ /var/tmp/diff_new_pack.g3YYfX/_new  2018-02-26 23:26:40.803036698 +0100
@@ -79,8 +79,8 @@
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
 BuildRequires:  pkgconfig(libudev)
-%define realver 3.1
-Version:3.1
+%define realver 3.2
+Version:3.2
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-3.1.tar.xz -> wine-3.2.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-3.1.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-3.2.tar.xz differ: char 26, line 1


++ winetricks ++
 692 lines (skipped)
 between /work/SRC/openSUSE:Factory/wine/winetricks
 and /work/SRC/openSUSE:Factory/.wine.new/winetricks

++ winetricks.1 ++
--- /var/tmp/diff_new_pack.g3YYfX/_old  2018-02-26 23:26:41.123025190 +0100
+++ /var/tmp/diff_new_pack.g3YYfX/_new  2018-02-26 23:26:41.127025046 +0100
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINETRICKS 1 "December 2017" "Winetricks 20171222" "Wine Package Manager"
+.TH WINETRICKS 1 "February 2018" "Winetricks 20180217" "Wine Package Manager"
 .SH NAME
 winetricks \- manage virtual Windows environments using Wine
 .SH SYNOPSIS




commit pulseaudio-equalizer for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package pulseaudio-equalizer for 
openSUSE:Factory checked in at 2018-02-26 23:26:31

Comparing /work/SRC/openSUSE:Factory/pulseaudio-equalizer (Old)
 and  /work/SRC/openSUSE:Factory/.pulseaudio-equalizer.new (New)


Package is "pulseaudio-equalizer"

Mon Feb 26 23:26:31 2018 rev:6 rq:580216 version:2.7.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/pulseaudio-equalizer/pulseaudio-equalizer.changes
2015-09-08 17:47:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.pulseaudio-equalizer.new/pulseaudio-equalizer.changes
   2018-02-26 23:26:32.955318941 +0100
@@ -1,0 +2,13 @@
+Sun Feb 25 18:16:05 UTC 2018 - sor.ale...@meowr.ru
+
+- Add -add-python3-compat.patch: Add Python3 compatibility.
+- Rebase and improve 0001-pulse-path.patch, 0005-window-icon.patch.
+- Squash 0007-remove-all-preamp.patch into 0002-remove-preamp.patch.
+- Rebase 0003-force-default-persistence-value.patch,
+  0004-do-not-crash-on-missing-preset.patch,
+  0008-fix-locale-issues.patch, 0009-do-not-zero-volume.patch.
+- Add 0007-pygobject3-port.patch: Port to PyGObject3 and GTK+3.
+- Do not use a wrapper for pulseaudio-equalizer-gtk.
+- Switch to Python3.
+
+---

Old:

  0007-remove-all-preamp.patch

New:

  -add-python3-compat.patch
  0007-pygobject3-port.patch



Other differences:
--
++ pulseaudio-equalizer.spec ++
--- /var/tmp/diff_new_pack.YHm9Ix/_old  2018-02-26 23:26:34.111277366 +0100
+++ /var/tmp/diff_new_pack.YHm9Ix/_new  2018-02-26 23:26:34.115277223 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pulseaudio-equalizer
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,39 +20,45 @@
 Version:2.7.0.2
 Release:0
 Summary:PulseAudio's LADSPA plugin graphical user interface
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Mixers
-Url:http://ubuntuforums.org/showthread.php?t=1308838
-Source: 
http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/p/%{name}/%{name}_%{version}.orig.tar.gz
-# PATCH-FIX-UPSTREAM 0001-pulse-path.patch webu...@gmail.com -- Update path to 
PulseAudio files to a new one.
-Patch0: 0001-pulse-path.patch
-# PATCH-FIX-UPSTREAM 0002-remove-preamp.patch webu...@gmail.com -- Remove 
preamp.
-Patch1: 0002-remove-preamp.patch
+Url:https://ubuntuforums.org/showthread.php?t=1308838
+Source: 
https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8/+files/%{name}_%{version}.orig.tar.gz
+# PATCH-FIX-UPSTREAM -add-python3-compat.patch sor.ale...@meowr.ru -- Add 
Python3 compatibility.
+Patch0: -add-python3-compat.patch
+# PATCH-FIX-UPSTREAM 0001-pulse-path.patch webu...@gmail.com -- Update path to 
PulseAudio files to the new one.
+Patch1: 0001-pulse-path.patch
+# PATCH-FIX-UPSTREAM 0002-remove-preamp.patch -- Remove preamp.
+Patch2: 0002-remove-preamp.patch
 # PATCH-FIX-UPSTREAM 0003-force-default-persistence-value.patch 
webu...@gmail.com -- Force default persistence value.
-Patch2: 0003-force-default-persistence-value.patch
+Patch3: 0003-force-default-persistence-value.patch
 # PATCH-FIX-UPSTREAM 0004-do-not-crash-on-missing-preset.patch 
webu...@gmail.com -- Do not crash on missing preset.
-Patch3: 0004-do-not-crash-on-missing-preset.patch
+Patch4: 0004-do-not-crash-on-missing-preset.patch
 # PATCH-FIX-UPSTREAM 0005-window-icon.patch webu...@gmail.com -- Correct way 
of setting window icon.
-Patch4: 0005-window-icon.patch
+Patch5: 0005-window-icon.patch
 # PATCH-FIX-UPSTREAM 0006-fix-desktop.patch malcolmle...@opensuse.org -- Fix 
.desktop file.
-Patch5: 0006-fix-desktop.patch
-# PATCH-FIX-UPSTREAM 0007-remove-all-preamp.patch a...@warwickvesztrocy.co.uk 
-- Remove all preamp.
-Patch6: 0007-remove-all-preamp.patch
+Patch6: 0006-fix-desktop.patch
+# PATCH-FIX-UPSTREAM 0007-pygobject3-port.patch sor.ale...@meowr.ru -- Port to 
PyGObject3 and GTK+3.
+Patch7: 0007-pygobject3-port.patch
 # PATCH-FIX-UPSTREAM 0008-fix-locale-issues.patch sor.ale...@meowr.ru -- Fix 
issues on non-Latin systems.
-Patch7: 0008-fix-locale-issues.patch
+Patch8: 0008-fix-locale-issues.patch
 # PATCH-FIX-UPSTREAM 0009-do-not-zero-volume.patch sor.ale...@meowr.ru -- Fix 
volume zeroing on fresh PulseAudio.
-Patch8: 0009-do-not-zero-volume.patch
+Patch9: 

commit espeak-ng for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package espeak-ng for openSUSE:Factory 
checked in at 2018-02-26 23:26:24

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


Package is "espeak-ng"

Mon Feb 26 23:26:24 2018 rev:3 rq:580193 version:1.49.2

Changes:

--- /work/SRC/openSUSE:Factory/espeak-ng/espeak-ng.changes  2018-02-23 
15:29:21.503475698 +0100
+++ /work/SRC/openSUSE:Factory/.espeak-ng.new/espeak-ng.changes 2018-02-26 
23:26:29.175454883 +0100
@@ -1,0 +2,5 @@
+Mon Feb 26 10:33:41 UTC 2018 - aloi...@gmx.com
+
+- Added missing runtime dependency
+
+---



Other differences:
--
++ espeak-ng.spec ++
--- /var/tmp/diff_new_pack.WvLeEV/_old  2018-02-26 23:26:30.283415036 +0100
+++ /var/tmp/diff_new_pack.WvLeEV/_new  2018-02-26 23:26:30.287414892 +0100
@@ -61,7 +61,7 @@
 Summary:Development files for espeak-ng compatible with espeak
 Group:  Development/Languages/C and C++
 Requires:   %{name}-compat = %{version}
-Requires:   espeak-ng = %{version}
+Requires:   espeak-ng-devel = %{version}
 Conflicts:  espeak-devel
 
 %descriptioncompat-devel




commit youtube-dl for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-02-26 23:26:33

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Feb 26 23:26:33 2018 rev:72 rq:580220 version:2018.02.26

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-02-06 16:49:40.794592313 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-02-26 23:26:34.943247445 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:00:31 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.02.26
+  * veoh: Add support for embed URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.02.04.tar.gz
  youtube-dl-2018.02.04.tar.gz.sig

New:

  youtube-dl-2018.02.26.tar.gz
  youtube-dl-2018.02.26.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XvQrxF/_old  2018-02-26 23:26:36.563189184 +0100
+++ /var/tmp/diff_new_pack.XvQrxF/_new  2018-02-26 23:26:36.571188896 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.02.04
+Version:2018.02.26
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XvQrxF/_old  2018-02-26 23:26:36.611187458 +0100
+++ /var/tmp/diff_new_pack.XvQrxF/_new  2018-02-26 23:26:36.615187314 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.02.04
+Version:2018.02.26
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2018.02.04.tar.gz -> youtube-dl-2018.02.26.tar.gz ++
 2934 lines of diff (skipped)




commit perl-Mojo-IOLoop-ReadWriteProcess for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Mojo-IOLoop-ReadWriteProcess 
for openSUSE:Factory checked in at 2018-02-26 23:26:28

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


Package is "perl-Mojo-IOLoop-ReadWriteProcess"

Mon Feb 26 23:26:28 2018 rev:3 rq:580200 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojo-IOLoop-ReadWriteProcess/perl-Mojo-IOLoop-ReadWriteProcess.changes
  2018-02-20 17:55:33.637415858 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojo-IOLoop-ReadWriteProcess.new/perl-Mojo-IOLoop-ReadWriteProcess.changes
 2018-02-26 23:26:31.647365981 +0100
@@ -1,0 +2,20 @@
+Mon Feb 26 09:20:31 UTC 2018 - edigiaci...@suse.com
+
+- updated to 0.19
+
+  0.19 2018-02-22T13:41:50Z
+ 
+ - Minor bugfixes to Session
+ - Make session constructor fixed
+ 
+  0.18 2018-02-21T12:01:07Z
+ 
+ - Guard stop() from possible race conditions
+ - Fix typo in Session, it caused orphan processes to not be resolved 
correctly
+ 
+  0.17 2018-02-20T14:01:59Z
+ 
+ - Fix minor issue in tests, stabilize serialize test and events
+ - Reset session and subreaper bit on forked child process
+  
+---

Old:

  Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz

New:

  Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz



Other differences:
--
++ perl-Mojo-IOLoop-ReadWriteProcess.spec ++
--- /var/tmp/diff_new_pack.vYPwMt/_old  2018-02-26 23:26:32.511334909 +0100
+++ /var/tmp/diff_new_pack.vYPwMt/_new  2018-02-26 23:26:32.515334764 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojo-IOLoop-ReadWriteProcess
-Version:0.16
+Version:0.19
 Release:0
 %define cpan_name Mojo-IOLoop-ReadWriteProcess
 Summary:Execute external programs or internal code blocks as separate 
process

++ Mojo-IOLoop-ReadWriteProcess-0.16.tar.gz -> 
Mojo-IOLoop-ReadWriteProcess-0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/Changes 
new/Mojo-IOLoop-ReadWriteProcess-0.19/Changes
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/Changes   2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/Changes   2018-02-22 
14:44:36.0 +0100
@@ -1,5 +1,20 @@
 Revision history for Perl extension Mojo-IOLoop-ReadWriteProcess
 
+0.19 2018-02-22T13:41:50Z
+
+   - Minor bugfixes to Session
+   - Make session constructor fixed
+
+0.18 2018-02-21T12:01:07Z
+
+   - Guard stop() from possible race conditions
+   - Fix typo in Session, it caused orphan processes to not be resolved 
correctly
+
+0.17 2018-02-20T14:01:59Z
+
+   - Fix minor issue in tests, stabilize serialize test and events
+   - Reset session and subreaper bit on forked child process
+
 0.16 2018-02-19T13:32:54Z
 
- Fix minor issue in event test that made them unstable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/META.json 
new/Mojo-IOLoop-ReadWriteProcess-0.19/META.json
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/META.json 2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/META.json 2018-02-22 
14:44:36.0 +0100
@@ -55,7 +55,7 @@
"provides" : {
   "Mojo::IOLoop::ReadWriteProcess" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess.pm",
- "version" : "0.16"
+ "version" : "0.19"
   },
   "Mojo::IOLoop::ReadWriteProcess::Exception" : {
  "file" : "lib/Mojo/IOLoop/ReadWriteProcess/Exception.pm"
@@ -81,7 +81,7 @@
  "web" : "https://github.com/mudler/Mojo-IOLoop-ReadWriteProcess;
   }
},
-   "version" : "0.16",
+   "version" : "0.19",
"x_contributors" : [
   "Ettore Di Giacinto ",
   "Ettore Di Giacinto "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojo-IOLoop-ReadWriteProcess-0.16/META.yml 
new/Mojo-IOLoop-ReadWriteProcess-0.19/META.yml
--- old/Mojo-IOLoop-ReadWriteProcess-0.16/META.yml  2018-02-19 
14:36:01.0 +0100
+++ new/Mojo-IOLoop-ReadWriteProcess-0.19/META.yml  2018-02-22 
14:44:36.0 +0100
@@ -27,7 +27,7 @@
 provides:
   Mojo::IOLoop::ReadWriteProcess:
 file: lib/Mojo/IOLoop/ReadWriteProcess.pm
-version: '0.16'
+version: '0.19'
   Mojo::IOLoop::ReadWriteProcess::Exception:
 file: lib/Mojo/IOLoop/ReadWriteProcess/Exception.pm
   Mojo::IOLoop::ReadWriteProcess::Pool:
@@ -42,7 +42,7 @@
   bugtracker: 

commit ocserv for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package ocserv for openSUSE:Factory checked 
in at 2018-02-26 23:25:39

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


Package is "ocserv"

Mon Feb 26 23:25:39 2018 rev:5 rq:580001 version:0.11.10

Changes:

--- /work/SRC/openSUSE:Factory/ocserv/ocserv.changes2017-05-31 
12:20:03.105778390 +0200
+++ /work/SRC/openSUSE:Factory/.ocserv.new/ocserv.changes   2018-02-26 
23:25:39.797230750 +0100
@@ -1,0 +2,10 @@
+Sat Feb 24 05:43:55 UTC 2018 - i...@marguerite.su
+
+- update version 0.11.10
+  * see NEWS
+- drop boo1021353-ocserv-doc-racing-in-parallel-build.patch
+  * upstreamed
+- add ocserv-LZ4_compress_default.patch
+  * leap doesn't have LZ4_compress_default
+
+---

Old:

  boo1021353-ocserv-doc-racing-in-parallel-build.patch
  ocserv-0.11.6.tar.xz

New:

  ocserv-0.11.10.tar.xz
  ocserv-LZ4_compress_default.patch



Other differences:
--
++ ocserv.spec ++
--- /var/tmp/diff_new_pack.lctHIA/_old  2018-02-26 23:25:40.897191190 +0100
+++ /var/tmp/diff_new_pack.lctHIA/_new  2018-02-26 23:25:40.901191046 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ocserv
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   ocserv
-Version:0.11.6
+Version:0.11.10
 Release:0
 Summary:OpenConnect VPN Server
 License:GPL-2.0
@@ -38,8 +38,8 @@
 Patch1: %{name}-enable-systemd.patch
 #PATCH-FIX-UPSTREAM marguer...@opensuse.org tweak configuration
 Patch2: %{name}.config.patch
-#PATCH-FIX-UPSTREAM marguer...@opensuse.org avoid racing problem when building 
documentation in parallel
-Patch3: boo1021353-ocserv-doc-racing-in-parallel-build.patch
+#PATCH-FIX-OPENSUSE marguer...@opensuse.org leap doesn't have 
LZ4_compress_default
+Patch3: %{name}-LZ4_compress_default.patch
 BuildRequires:  autogen
 BuildRequires:  dbus-1-devel
 BuildRequires:  freeradius-client-devel

++ ocserv-0.11.6.tar.xz -> ocserv-0.11.10.tar.xz ++
 87129 lines of diff (skipped)

++ ocserv-LZ4_compress_default.patch ++
Index: ocserv-0.11.10/src/worker-http.c
===
--- ocserv-0.11.10.orig/src/worker-http.c
+++ ocserv-0.11.10/src/worker-http.c
@@ -137,7 +137,11 @@ int lz4_compress(void *dst, int dstlen,
 {
/* we intentionally restrict output to srclen so that
 * compression fails early for packets that expand. */
+#ifdef LZ4_COMPRESS_DEFAULT
return LZ4_compress_default(src, dst, srclen, srclen);
+#else
+   return LZ4_compress_limitedOutput(src, dst, srclen, srclen);
+#endif
 }
 #endif
 
++ ocserv.config.patch ++
--- /var/tmp/diff_new_pack.lctHIA/_old  2018-02-26 23:25:41.345175079 +0100
+++ /var/tmp/diff_new_pack.lctHIA/_new  2018-02-26 23:25:41.345175079 +0100
@@ -1,8 +1,8 @@
-Index: b/doc/sample.config
+Index: ocserv-0.11.10/doc/sample.config
 ===
 a/doc/sample.config
-+++ b/doc/sample.config
-@@ -41,7 +41,7 @@
+--- ocserv-0.11.10.orig/doc/sample.config
 ocserv-0.11.10/doc/sample.config
+@@ -47,7 +47,7 @@
  #auth = "pam"
  #auth = "pam[gid-min=1000]"
  #auth = "plain[passwd=./sample.passwd,otp=./sample.otp]"
@@ -11,7 +11,7 @@
  #auth = "certificate"
  #auth = "radius[config=/etc/radiusclient/radiusclient.conf,groupconfig=true]"
  
-@@ -74,8 +74,8 @@ auth = "plain[passwd=./sample.passwd]"
+@@ -80,8 +80,8 @@ auth = "plain[passwd=./sample.passwd]"
  #listen-host-is-dyndns = true
  
  # TCP and UDP port number
@@ -22,7 +22,7 @@
  
  # Accept connections using a socket file. It accepts HTTP
  # connections (i.e., without SSL/TLS unlike its TCP counterpart),
-@@ -110,8 +110,8 @@ socket-file = /var/run/ocserv-socket
+@@ -124,8 +124,8 @@ socket-file = /var/run/ocserv-socket
  #
  # There may be multiple server-cert and server-key directives,
  # but each key should correspond to the preceding certificate.
@@ -33,7 +33,7 @@
  
  # Diffie-Hellman parameters. Only needed if you require support
  # for the DHE ciphersuites (by default this server supports ECDHE).
-@@ -137,7 +137,7 @@ server-key = ../tests/certs/server-key.p
+@@ -151,7 +151,7 @@ server-key = ../tests/certs/server-key.p
  # The Certificate Authority that will be used to verify
  # client certificates (public keys) if certificate authentication
  # is set.
@@ -42,7 

commit freexl for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package freexl for openSUSE:Factory checked 
in at 2018-02-26 23:26:18

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


Package is "freexl"

Mon Feb 26 23:26:18 2018 rev:7 rq:580169 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/freexl/freexl.changes2017-09-13 
22:37:42.381342107 +0200
+++ /work/SRC/openSUSE:Factory/.freexl.new/freexl.changes   2018-02-26 
23:26:24.955606649 +0100
@@ -1,0 +2,11 @@
+Mon Feb 26 09:09:35 UTC 2018 - kbabi...@suse.com
+
+- Update to version 1.0.5:
+  * No chagelog provided by upstream
+  * CVE-2018-7439 (boo#1082774) from 1.0.4 is fixed
+  * CVE-2018-7438 (boo#1082775) from 1.0.4 is fixed
+  * CVE-2018-7437 (boo#1082776) from 1.0.4 is fixed
+  * CVE-2018-7436 (boo#1082777) from 1.0.4 is fixed
+  * CVE-2018-7435 (boo#1082778) from 1.0.4 is fixed
+
+---

Old:

  freexl-1.0.4.tar.gz

New:

  freexl-1.0.5.tar.gz



Other differences:
--
++ freexl.spec ++
--- /var/tmp/diff_new_pack.Y0INWs/_old  2018-02-26 23:26:25.947570973 +0100
+++ /var/tmp/diff_new_pack.Y0INWs/_new  2018-02-26 23:26:25.951570829 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package freexl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define sover   1
 %define libname lib%{name}%{sover}
 Name:   freexl
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Library to extract valid data from within an Excel
 License:MPL-1.1 OR GPL-2.0+ OR LGPL-2.1+

++ freexl-1.0.4.tar.gz -> freexl-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.4/config-msvc.h 
new/freexl-1.0.5/config-msvc.h
--- old/freexl-1.0.4/config-msvc.h  2017-09-07 22:07:02.0 +0200
+++ new/freexl-1.0.5/config-msvc.h  2018-02-22 15:15:32.0 +0100
@@ -86,7 +86,7 @@
 #define PACKAGE_NAME "FreeXL"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "FreeXL 1.0.4"
+#define PACKAGE_STRING "FreeXL 1.0.5"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "freexl"
@@ -95,7 +95,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0.4"
+#define PACKAGE_VERSION "1.0.5"
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -107,7 +107,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "1.0.4"
+#define VERSION "1.0.5"
 
 /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/freexl-1.0.4/configure new/freexl-1.0.5/configure
--- old/freexl-1.0.4/configure  2017-09-07 22:07:02.0 +0200
+++ new/freexl-1.0.5/configure  2018-02-22 15:15:32.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for FreeXL 1.0.4.
+# Generated by GNU Autoconf 2.69 for FreeXL 1.0.5.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='FreeXL'
 PACKAGE_TARNAME='freexl'
-PACKAGE_VERSION='1.0.4'
-PACKAGE_STRING='FreeXL 1.0.4'
+PACKAGE_VERSION='1.0.5'
+PACKAGE_STRING='FreeXL 1.0.5'
 PACKAGE_BUGREPORT='a.furi...@lqt.it'
 PACKAGE_URL=''
 
@@ -1326,7 +1326,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures FreeXL 1.0.4 to adapt to many kinds of systems.
+\`configure' configures FreeXL 1.0.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1396,7 +1396,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of FreeXL 1.0.4:";;
+ short | recursive ) echo "Configuration of FreeXL 1.0.5:";;
esac
   cat <<\_ACEOF
 
@@ -1508,7 +1508,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-FreeXL configure 1.0.4
+FreeXL configure 1.0.5
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2052,7 +2052,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 

commit tilda for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package tilda for openSUSE:Factory checked 
in at 2018-02-26 23:26:13

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


Package is "tilda"

Mon Feb 26 23:26:13 2018 rev:9 rq:580154 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/tilda/tilda.changes  2016-09-30 
15:33:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.tilda.new/tilda.changes 2018-02-26 
23:26:22.243704182 +0100
@@ -1,0 +2,36 @@
+Wed Feb 21 16:48:43 UTC 2018 - malcolmle...@opensuse.org
+
+- Updated to version 1.4.1:
+  * Traslation updates.
+- Changes from version 1.4.0:
+  * Fixes a problem with close-tab action in the context menu.
+  * The default word matching expression now matches IPv6
+addresses.
+  * The keybindings in the wizard are now displayed in form of a
+list.
+  * Fixed an issue which broke the transparency feature after
+changing the color scheme.
+  * Fixed an issue that prevented the initial tab title from being
+correctly set.
+  * Tilda now supports a new command line option to specify the
+configuration file.
+  * The 'Tab Position' option has been moved to appearance section
+in the wizard.
+  * New option 'Expand Tabs' causes tabs in the tilda window to
+fill all available horizontal space.
+  * New option 'Show Single Tab' to show the tab bar also when
+only a single tab is open.
+  * Tilda can now be configured to show a confirmation dialog when
+closing a tab or when when tilda is closed.
+  * Tilda now knows a new color scheme called 'Snazzy'.
+  * The tab title learned more options to configure behavior of
+long tab tiles.
+  * The option for double buffering has long been deprecated and
+was removed in this release.
+- Changes from version 1.3.4:
+  * Fixed crash that occured when the VTE version in use is 0.3.
+- There is an issue when trying to run on wayland, a work-around
+  is to start tilda via 'env GDK_BACKEND=x11 /usr/bin/tilda', but
+  hotkey support may be lost (boo#1080341).
+
+---

Old:

  tilda-1.3.3.tar.gz

New:

  tilda-1.4.1.tar.gz



Other differences:
--
++ tilda.spec ++
--- /var/tmp/diff_new_pack.y0bI1u/_old  2018-02-26 23:26:23.355664191 +0100
+++ /var/tmp/diff_new_pack.y0bI1u/_new  2018-02-26 23:26:23.359664047 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   tilda
-Version:1.3.3
+Version:1.4.1
 Release:0
 Summary:A Gtk based drop down terminal for Linux and Unix
 License:GPL-2.0+
 Group:  System/X11/Terminals
 Url:https://github.com/lanoxx/tilda/
-Source0:
https://github.com/lanoxx/%{name}/archive/%{name}-%{version}.tar.gz
+Source0:
https://github.com/lanoxx/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  gtk3-devel
 BuildRequires:  update-desktop-files
@@ -60,12 +60,6 @@
 %suse_update_desktop_file %{name}
 %find_lang %{name} %{?no_lang_C}
 
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING README.md ChangeLog HACKING.md TODO.md

++ tilda-1.3.3.tar.gz -> tilda-1.4.1.tar.gz ++
 34646 lines of diff (skipped)




commit java-11-openjdk for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package java-11-openjdk for openSUSE:Factory 
checked in at 2018-02-26 23:26:11

Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-11-openjdk.new (New)


Package is "java-11-openjdk"

Mon Feb 26 23:26:11 2018 rev:3 rq:580074 version:11.0.0.0~2

Changes:

--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes  
2018-02-20 17:57:59.844151454 +0100
+++ /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes 
2018-02-26 23:26:15.667940678 +0100
@@ -1,0 +2,56 @@
+Mon Feb 26 07:04:47 UTC 2018 - fst...@suse.com
+
+- Update to upstream tag jdk-11+2
+  * Fixes:
++ S8058965: Remove IPv6 support from TwoStacksPlainSocketImpl
+  [win]
++ S8153294: Solaris devkit uses linker from system instead of
+  in devkit
++ S8170120: jimage throws IOException when the given file is
+  not a jimage file
++ S8176474: test/jdk/jshell/JdiBogusHostListenExecutionControlTest.java
+  fails with java.net.BindException
++ S8190904: Incorrect currency instance returned by
+  java.util.Currency.getInstance()
++ S8194154: System property user.dir should not be changed
++ S8194892: add compiler support for local-variable syntax for
+  lambda parameters
++ S8194922: jlink --exclude-resources should never exclude
+  module-info.class
++ S8196959: NullPointerException in discovery003.java
++ S8197439: Crash with -XDfind=lambda for anonymous class in
+  anonymous class.
++ S8197812: (ref) Data race in Finalizer
++ S8198227: Fix COMPARE_BUILD after forest consolidation
++ S8198228: Spec clarification: j.u.Locale.getDisplayName()
++ S8198301: jdk11+1 was built as 'fcs' instead of 'ea'
++ S8198303: jdk11+1 was build with incorrect GA date as
+  2018-03-20
++ S8198306: Add post custom extension hooks to two launchers
++ S8198318: Make build comparisons clean again
++ S8198328: Create devkit for Solaris with developer studio
+  12.6 and Solaris11.3
++ S8198379: tools/jimage/JImageListTest.java failing
++ S8198380: tools/jimage/JImageExtractTest.java failing
++ S8198385: Remove property sun.locale.formatasdefault
++ S8198417: Exclude tools/jimage/JImageExtractTest.java and
+  tools/jimage/JImageListTest.java on Windows
++ S8198418: Invoke LambdaMetafactory::metafactory exactly from
+  the BootstrapMethodInvoker
++ S8198425: make/Main.gmk Add extra extension/override points
+  to the make file
++ S8198441: Replace native Runtime::runFinalization0 method
+  with shared secrets
++ S8198450: Make jdk.internal.vm.compiler/module-info.java.extra
+  reproducable
++ S8198479: JDK build is broken by 8194892
++ S8198502: Exception at runtime due to lambda analyzer
+  reattributes live AST
++ S8198512: compiler support for local-variable syntax for
+  lambda parameters
++ S8198523: Refactor BootstrapMethodInvoker to further avoid
+  runtime type checks
++ S8198563: Test langtools/tools/javac/analyzer/AnonymousInAnonymous.java
+  failing after JDK-8198502
+
+---

Old:

  dfa46cfe5634.tar.bz2

New:

  03ae177c26b0.tar.bz2



Other differences:
--
++ java-11-openjdk.spec ++
--- /var/tmp/diff_new_pack.X0DAy6/_old  2018-02-26 23:26:19.255811641 +0100
+++ /var/tmp/diff_new_pack.X0DAy6/_new  2018-02-26 23:26:19.263811353 +0100
@@ -32,11 +32,11 @@
 %global interimver  0
 %global updatever   0
 %global patchver0
-%global datever 2018-03-20
-%global buildver1
+%global datever 2018-09-18
+%global buildver2
 %global hg_project  jdk
 %global hg_repository   jdk
-%global hg_revision dfa46cfe5634
+%global hg_revision 03ae177c26b0
 %global icedtea_sound_version 1.0.1
 %global java_atk_wrapper_version 0.33.2
 # priority must be 6 digits in total

++ dfa46cfe5634.tar.bz2 -> 03ae177c26b0.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-11-openjdk/dfa46cfe5634.tar.bz2 
/work/SRC/openSUSE:Factory/.java-11-openjdk.new/03ae177c26b0.tar.bz2 differ: 
char 11, line 1




commit rssguard for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package rssguard for openSUSE:Factory 
checked in at 2018-02-26 23:26:22

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


Package is "rssguard"

Mon Feb 26 23:26:22 2018 rev:8 rq:580171 version:3.5.6

Changes:

--- /work/SRC/openSUSE:Factory/rssguard/rssguard.changes2017-11-20 
17:07:02.246219047 +0100
+++ /work/SRC/openSUSE:Factory/.rssguard.new/rssguard.changes   2018-02-26 
23:26:27.411518323 +0100
@@ -1,0 +2,13 @@
+Mon Feb 26 09:55:39 UTC 2018 - aloi...@gmx.com
+
+- Update to version 3.5.6
+  Fixed:
+  * Some minor stuff fixes.
+  * Unnecessary "Welcome" notifications. (bug #176)
+  * Bad handling of null/empty strings when inserting messages
+into DB. (bug #169)
+  * Bad conversion of "created on" date/time in TT-RSS plugin.
+(bug #172)
+  * Missing obligatory attribute in OPML 2.0 files. (bug #166)
+
+---

Old:

  rssguard-3.5.5.tar.gz

New:

  rssguard-3.5.6.tar.gz



Other differences:
--
++ rssguard.spec ++
--- /var/tmp/diff_new_pack.UIihU9/_old  2018-02-26 23:26:28.999461212 +0100
+++ /var/tmp/diff_new_pack.UIihU9/_new  2018-02-26 23:26:29.003461069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rssguard
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   rssguard
-Version:3.5.5
+Version:3.5.6
 Release:0
 Summary:RSS/ATOM/RDF feed reader
-License:GPL-3.0 and AGPL-3.0+
+License:GPL-3.0-only AND AGPL-3.0-or-later
 Group:  Productivity/Networking/News/Utilities
 Url:https://github.com/martinrotter/rssguard
 Source0:
https://github.com/martinrotter/rssguard/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ rssguard-3.5.5.tar.gz -> rssguard-3.5.6.tar.gz ++
/work/SRC/openSUSE:Factory/rssguard/rssguard-3.5.5.tar.gz 
/work/SRC/openSUSE:Factory/.rssguard.new/rssguard-3.5.6.tar.gz differ: char 14, 
line 1




commit mpd for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2018-02-26 23:26:06

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


Package is "mpd"

Mon Feb 26 23:26:06 2018 rev:4 rq:580063 version:0.20.18

Changes:

--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2018-02-12 10:15:43.288410130 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new/mpd.changes 2018-02-26 
23:26:10.244135743 +0100
@@ -1,0 +2,10 @@
+Sun Feb 25 09:45:09 UTC 2018 - mar...@gmx.de
+
+- Update to version 0.20.18:
+  * input
+- curl: allow authentication methods other than "Basic"
+  * decoder
+- flac: improve seeking precision
+  * fix gapless CUE song transitions
+
+---

Old:

  mpd-0.20.17.tar.xz

New:

  mpd-0.20.18.tar.xz



Other differences:
--
++ mpd.spec ++
--- /var/tmp/diff_new_pack.wbLCwC/_old  2018-02-26 23:26:12.564052308 +0100
+++ /var/tmp/diff_new_pack.wbLCwC/_new  2018-02-26 23:26:12.568052164 +0100
@@ -23,10 +23,10 @@
 %define _userunitdir %{_prefix}/lib/systemd/user
 %endif
 Name:   mpd
-Version:0.20.17
+Version:0.20.18
 Release:0
 Summary:Music Player Daemon
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Multimedia/Sound/Players
 Url:https://www.musicpd.org/
 Source: https://www.musicpd.org/download/mpd/0.20/mpd-%{version}.tar.xz

++ mpd-0.20.17.tar.xz -> mpd-0.20.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/Makefile.am new/mpd-0.20.18/Makefile.am
--- old/mpd-0.20.17/Makefile.am 2018-01-23 16:31:35.0 +0100
+++ new/mpd-0.20.18/Makefile.am 2018-02-24 22:45:09.0 +0100
@@ -497,6 +497,7 @@
 
 libnet_a_SOURCES = \
src/net/Features.hxx \
+   src/net/Init.hxx \
src/net/ToString.cxx src/net/ToString.hxx \
src/net/Resolver.cxx src/net/Resolver.hxx \
src/net/StaticSocketAddress.cxx src/net/StaticSocketAddress.hxx \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/Makefile.in new/mpd-0.20.18/Makefile.in
--- old/mpd-0.20.17/Makefile.in 2018-02-09 18:43:51.0 +0100
+++ new/mpd-0.20.18/Makefile.in 2018-02-24 22:50:18.0 +0100
@@ -3523,6 +3523,7 @@
 # Networking library
 libnet_a_SOURCES = \
src/net/Features.hxx \
+   src/net/Init.hxx \
src/net/ToString.cxx src/net/ToString.hxx \
src/net/Resolver.cxx src/net/Resolver.hxx \
src/net/StaticSocketAddress.cxx src/net/StaticSocketAddress.hxx \
@@ -15613,9 +15614,9 @@
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 @ANDROID_FALSE@@ENABLE_DOCUMENTATION_FALSE@@ENABLE_HAIKU_FALSE@clean-local:
 @ENABLE_DOCUMENTATION_FALSE@uninstall-local:
-@ENABLE_DOCUMENTATION_FALSE@install-data-local:
 clean: clean-am
 
 clean-am: clean-binPROGRAMS clean-generic clean-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/NEWS new/mpd-0.20.18/NEWS
--- old/mpd-0.20.17/NEWS2018-02-11 13:02:53.0 +0100
+++ new/mpd-0.20.18/NEWS2018-02-24 23:03:24.0 +0100
@@ -1,3 +1,12 @@
+ver 0.20.18 (2018/02/24)
+* input
+  - curl: allow authentication methods other than "Basic"
+* decoder
+  - flac: improve seeking precision
+* fix gapless CUE song transitions
+* Android, Windows
+  - enable the NFS storage plugin
+
 ver 0.20.17 (2018/02/11)
 * output
   - alsa: fix crash bug with 8 channels
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/android/AndroidManifest.xml 
new/mpd-0.20.18/android/AndroidManifest.xml
--- old/mpd-0.20.17/android/AndroidManifest.xml 2018-02-09 23:14:31.0 
+0100
+++ new/mpd-0.20.18/android/AndroidManifest.xml 2018-02-17 01:22:05.0 
+0100
@@ -2,8 +2,8 @@
 http://schemas.android.com/apk/res/android;
   package="org.musicpd"
   android:installLocation="auto"
-  android:versionCode="16"
-  android:versionName="0.20.17">
+  android:versionCode="17"
+  android:versionName="0.20.18">
 
   
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.20.17/android/build.py 
new/mpd-0.20.18/android/build.py
--- old/mpd-0.20.17/android/build.py2018-02-09 23:59:30.0 +0100
+++ 

commit yast2-drbd for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package yast2-drbd for openSUSE:Factory 
checked in at 2018-02-26 23:26:04

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


Package is "yast2-drbd"

Mon Feb 26 23:26:04 2018 rev:26 rq:580057 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-drbd/yast2-drbd.changes2018-01-29 
15:00:47.945155020 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-drbd.new/yast2-drbd.changes   
2018-02-26 23:26:05.976289234 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 09:52:06 UTC 2018 - nw...@suse.com
+
+- bsc#1082507, add missing colon for ruby instance
+- Version 4.0.2
+
+---

Old:

  yast2-drbd-4.0.1.tar.bz2

New:

  yast2-drbd-4.0.2.tar.bz2



Other differences:
--
++ yast2-drbd.spec ++
--- /var/tmp/diff_new_pack.vbZOfj/_old  2018-02-26 23:26:06.804259457 +0100
+++ /var/tmp/diff_new_pack.vbZOfj/_new  2018-02-26 23:26:06.816259025 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-drbd
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 %define _fwdefdir %{_libexecdir}/firewalld/services

++ yast2-drbd-4.0.1.tar.bz2 -> yast2-drbd-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.0.1/package/yast2-drbd.changes 
new/yast2-drbd-4.0.2/package/yast2-drbd.changes
--- old/yast2-drbd-4.0.1/package/yast2-drbd.changes 2018-01-29 
09:25:36.0 +0100
+++ new/yast2-drbd-4.0.2/package/yast2-drbd.changes 2018-02-26 
09:20:51.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb 23 09:52:06 UTC 2018 - nw...@suse.com
+
+- bsc#1082507, add missing colon for ruby instance
+- Version 4.0.2
+
+---
 Fri Jan 26 06:58:42 UTC 2018 - nw...@suse.com
 
 - SuSEFirewall2 replace by firewalld(fate#323460)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.0.1/package/yast2-drbd.spec 
new/yast2-drbd-4.0.2/package/yast2-drbd.spec
--- old/yast2-drbd-4.0.1/package/yast2-drbd.spec2018-01-29 
09:25:36.0 +0100
+++ new/yast2-drbd-4.0.2/package/yast2-drbd.spec2018-02-26 
09:20:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-drbd
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-drbd
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 %define _fwdefdir %{_libexecdir}/firewalld/services
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-drbd-4.0.1/src/modules/Drbd.rb 
new/yast2-drbd-4.0.2/src/modules/Drbd.rb
--- old/yast2-drbd-4.0.1/src/modules/Drbd.rb2018-01-29 09:25:36.0 
+0100
+++ new/yast2-drbd-4.0.2/src/modules/Drbd.rb2018-02-26 09:20:51.0 
+0100
@@ -802,7 +802,7 @@
   private
 
 def firewalld
-  Y2Firewall:Firewalld.instance
+  Y2Firewall::Firewalld.instance
 end
 
   end




commit targetcli-fb for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package targetcli-fb for openSUSE:Factory 
checked in at 2018-02-26 23:25:32

Comparing /work/SRC/openSUSE:Factory/targetcli-fb (Old)
 and  /work/SRC/openSUSE:Factory/.targetcli-fb.new (New)


Package is "targetcli-fb"

Mon Feb 26 23:25:32 2018 rev:7 rq:579974 version:2.1.47

Changes:

--- /work/SRC/openSUSE:Factory/targetcli-fb/targetcli-fb.changes
2018-02-06 16:49:16.663721432 +0100
+++ /work/SRC/openSUSE:Factory/.targetcli-fb.new/targetcli-fb.changes   
2018-02-26 23:25:33.201467961 +0100
@@ -1,0 +2,5 @@
+Sun Feb 25 08:09:45 UTC 2018 - o...@aepfle.de
+
+- Fix upgrade path by provide/obsolete targetcli/targetcli-fb (bsc#1082693)
+
+---



Other differences:
--
++ targetcli-fb.spec ++
--- /var/tmp/diff_new_pack.8xN47v/_old  2018-02-26 23:25:34.517420634 +0100
+++ /var/tmp/diff_new_pack.8xN47v/_new  2018-02-26 23:25:34.521420490 +0100
@@ -45,9 +45,10 @@
 Requires(postun): update-alternatives
 %ifpython3
 Provides:   targetcli-fb = %{version}-%{release}
+Provides:   targetcli= %{version}-%{release}
 %endif
-Obsoletes:  targetcli-fb < %{version}-%{release}
-Conflicts:  targetcli
+Obsoletes:  targetcli-fb
+Obsoletes:  targetcli
 BuildArch:  noarch
 %{?systemd_requires}
 
@@ -67,7 +68,6 @@
 Summary:Common targetcli-fb subpackage for either flavor of Python
 Group:  System/Management
 Provides:   %{python_module targetcli-fb-common}
-Conflicts:  targetcli
 
 %description -n %{name}-common
 targetcli-fb-common is the invariant base package needed by both




commit cacti-spine for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2018-02-26 23:25:58

Comparing /work/SRC/openSUSE:Factory/cacti-spine (Old)
 and  /work/SRC/openSUSE:Factory/.cacti-spine.new (New)


Package is "cacti-spine"

Mon Feb 26 23:25:58 2018 rev:15 rq:580056 version:1.1.36

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2018-02-12 
10:16:10.875416015 +0100
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2018-02-26 23:26:03.544376697 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 08:09:05 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.36
+  -issue#49: Re-Index update query failed due to lack of escaping
+
+---

Old:

  1.1.35.tar.gz

New:

  1.1.36.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.FasSHk/_old  2018-02-26 23:26:05.236315847 +0100
+++ /var/tmp/diff_new_pack.FasSHk/_new  2018-02-26 23:26:05.248315416 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.35
+Version:1.1.36
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.35.tar.gz -> 1.1.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/ChangeLog 
new/spine-release-1.1.36/ChangeLog
--- old/spine-release-1.1.35/ChangeLog  2018-02-12 02:14:10.0 +0100
+++ new/spine-release-1.1.36/ChangeLog  2018-02-20 01:08:06.0 +0100
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.36
+-issue#49: Re-Index update query failed due to lack of escaping
+
 1.1.35
 -issue#48: Availability check none triggers snmp system check that causes 
device to be ignored
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/configure.ac 
new/spine-release-1.1.36/configure.ac
--- old/spine-release-1.1.35/configure.ac   2018-02-12 02:14:10.0 
+0100
+++ new/spine-release-1.1.36/configure.ac   2018-02-20 01:08:06.0 
+0100
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.35, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.36, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.35/poller.c 
new/spine-release-1.1.36/poller.c
--- old/spine-release-1.1.35/poller.c   2018-02-12 02:14:10.0 +0100
+++ new/spine-release-1.1.36/poller.c   2018-02-20 01:08:06.0 +0100
@@ -158,6 +158,7 @@
 
char *poll_result = NULL;
char update_sql[BUFSIZE];
+   char temp_poll_result[BUFSIZE];
char limits[SMALL_BUFSIZE];
 
int  num_snmp_agents   = 0;
@@ -830,7 +831,8 @@
 * the assert to 
fail */
if ((assert_fail) || 
(!strcmp(reindex->op, ">")) || (!strcmp(reindex->op, "<"))) {
if (host_thread 
== 1) {
-   
snprintf(query3, BUFSIZE, "UPDATE poller_reindex SET assert_value='%s' WHERE 
host_id='%i' AND data_query_id='%i' AND arg1='%s'", poll_result, host_id, 
reindex->data_query_id, reindex->arg1);
+   
db_escape(, temp_poll_result, poll_result);
+   
snprintf(query3, BUFSIZE, "UPDATE poller_reindex SET assert_value='%s' WHERE 
host_id='%i' AND data_query_id='%i' AND arg1='%s'", temp_poll_result, host_id, 
reindex->data_query_id, reindex->arg1);

db_insert(, query3);
}
 




commit Botan for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package Botan for openSUSE:Factory checked 
in at 2018-02-26 23:25:46

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


Package is "Botan"

Mon Feb 26 23:25:46 2018 rev:47 rq:580043 version:2.4.0

Changes:

--- /work/SRC/openSUSE:Factory/Botan/Botan.changes  2018-02-24 
16:38:42.682892241 +0100
+++ /work/SRC/openSUSE:Factory/.Botan.new/Botan.changes 2018-02-26 
23:25:46.504989509 +0100
@@ -5,0 +6 @@
+  and make documentation package noarch



Other differences:
--
++ Botan.spec ++
--- /var/tmp/diff_new_pack.ndRNDi/_old  2018-02-26 23:25:47.588950525 +0100
+++ /var/tmp/diff_new_pack.ndRNDi/_new  2018-02-26 23:25:47.596950238 +0100
@@ -80,6 +80,7 @@
 %define botan_docdir %{_docdir}/botan-%{version}
 Summary:Documentation of Botan
 Group:  Development/Libraries/C and C++
+BuildArch:  noarch
 
 %description doc
 Documentation of Botan package.






commit python-stestr for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-stestr for openSUSE:Factory 
checked in at 2018-02-26 23:25:48

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


Package is "python-stestr"

Mon Feb 26 23:25:48 2018 rev:2 rq:580044 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-stestr/python-stestr.changes  
2017-09-14 21:19:27.786706121 +0200
+++ /work/SRC/openSUSE:Factory/.python-stestr.new/python-stestr.changes 
2018-02-26 23:25:50.800835012 +0100
@@ -1,0 +2,29 @@
+Mon Feb 26 06:42:11 UTC 2018 - tbecht...@suse.com
+
+* Pass output to output.make\_result() in stestr load
+* Remove 32bit windows testing CI config
+* Add functional test for analyze-isolation flag
+* Fetch the data from last run earlier
+* Fix the stestr run --analyze-isolation flag
+* Remove contributor docs for using reno
+* Fix stestr load from stdin
+* Add test\_return\_codes check for valid subunit output
+* Respect all selection mechanisms for discovery check
+* Fix .testr.conf parsing: test path follows discover
+* Fix if logic on output types in stestr load
+* Add a --abbreviate flag to stestr run and load
+* Add missing run command to stestr manual
+* Print just error message when no stestr repo
+* Fix whitelist arg usage in stestr run
+* Drop reno
+* Add missing home-page
+* Fix: pass the top\_dir parameter to the 'list' command
+* Fix: pass the test\_path parameter to the 'list' command
+* Update MANUAL.rst
+* Update the trove classifiers
+* Use context managers for file open()
+* Ensure we always close files in file repository
+* Create a Code of Conduct for the project
+* Fix coveralls collection
+
+---

Old:

  stestr-1.0.0.tar.gz

New:

  stestr-1.1.0.tar.gz



Other differences:
--
++ python-stestr.spec ++
--- /var/tmp/diff_new_pack.pBbRyQ/_old  2018-02-26 23:25:52.536772580 +0100
+++ /var/tmp/diff_new_pack.pBbRyQ/_new  2018-02-26 23:25:52.548772148 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stestr
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-stestr
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:A test runner runner similar to testrepository
 License:Apache-2.0

++ stestr-1.0.0.tar.gz -> stestr-1.1.0.tar.gz ++
 2115 lines of diff (skipped)




commit volume_key for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package volume_key for openSUSE:Factory 
checked in at 2018-02-26 23:25:36

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


Package is "volume_key"

Mon Feb 26 23:25:36 2018 rev:2 rq:579991 version:0.3.9

Changes:

--- /work/SRC/openSUSE:Factory/volume_key/volume_key.changes2018-02-21 
14:12:33.707833561 +0100
+++ /work/SRC/openSUSE:Factory/.volume_key.new/volume_key.changes   
2018-02-26 23:25:38.657271747 +0100
@@ -1,0 +2,7 @@
+Mon Feb 26 00:52:22 UTC 2018 - luc1...@linuxmail.org
+
+- Update main package description: strip the mentioning of a
+  command-line tool now that the package does not ship any binaries
+  anymore.
+
+---



Other differences:
--
++ volume_key.spec ++
--- /var/tmp/diff_new_pack.ZRGF8L/_old  2018-02-26 23:25:39.597237942 +0100
+++ /var/tmp/diff_new_pack.ZRGF8L/_new  2018-02-26 23:25:39.605237654 +0100
@@ -49,8 +49,6 @@
 A library for manipulating storage volume encryption keys and storing them
 separately from volumes.
 
-This package provides volume_key's command-line tool.
-
 %package -n %{libname}
 Summary:A library for manipulating storage encryption keys and 
passphrases
 Group:  System/Libraries




commit python-reno for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2018-02-26 23:25:51

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


Package is "python-reno"

Mon Feb 26 23:25:51 2018 rev:6 rq:580045 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2017-12-07 
13:54:04.024783229 +0100
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2018-02-26 23:25:53.084752872 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 07:04:59 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.7.0
+  - improve output messages
+  - add an internal sphinx extension to show the configuration defaults
+  - support scanning closed stable branches
+  - define options with help text
+
+---

Old:

  reno-2.6.0.tar.gz

New:

  reno-2.7.0.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.HmIbzW/_old  2018-02-26 23:25:53.956721513 +0100
+++ /var/tmp/diff_new_pack.HmIbzW/_new  2018-02-26 23:25:53.956721513 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reno
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,36 +17,39 @@
 
 
 Name:   python-reno
-Version:2.6.0
+Version:2.7.0
 Release:0
 Summary:RElease NOtes manager
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://www.openstack.org/
-Source0:
https://files.pythonhosted.org/packages/source/r/reno/reno-2.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/r/reno/reno-2.7.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-Babel >= 2.3.4
 BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-Sphinx
+BuildRequires:  python2-docutils >= 0.11
 BuildRequires:  python2-dulwich >= 0.15.0
-BuildRequires:  python2-oslotest >= 1.10.0
+BuildRequires:  python2-oslotest >= 3.2.0
 BuildRequires:  python2-pbr >= 2.0.0
 BuildRequires:  python2-setuptools >= 16.0
 BuildRequires:  python2-testrepository >= 0.0.18
 BuildRequires:  python2-testscenarios >= 0.4
 BuildRequires:  python2-testtools >= 2.2.0
-BuildRequires:  python3-Babel >= 2.3.4
 BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
+BuildRequires:  python3-docutils >= 0.11
 BuildRequires:  python3-dulwich >= 0.15.0
-BuildRequires:  python3-oslotest >= 1.10.0
+BuildRequires:  python3-oslotest >= 3.2.0
 BuildRequires:  python3-pbr >= 2.0.0
 BuildRequires:  python3-setuptools >= 16.0
 BuildRequires:  python3-testrepository >= 0.0.18
 BuildRequires:  python3-testscenarios >= 0.4
 BuildRequires:  python3-testtools >= 2.2.0
-Requires:   python-Babel >= 2.3.4
 Requires:   python-PyYAML >= 3.10
+Requires:   python-Sphinx
+Requires:   python-docutils >= 0.11
 Requires:   python-dulwich >= 0.15.0
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -68,7 +71,7 @@
 repository and then building documentation from them.
 
 %prep
-%autosetup -p1 -n reno-2.6.0
+%autosetup -p1 -n reno-2.7.0
 %py_req_cleanup
 
 %build

++ reno-2.6.0.tar.gz -> reno-2.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/ChangeLog new/reno-2.7.0/ChangeLog
--- old/reno-2.6.0/ChangeLog2017-11-16 10:33:40.0 +0100
+++ new/reno-2.7.0/ChangeLog2018-02-01 02:14:43.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+2.7.0
+-
+
+* support scanning closed stable branches
+* improve output messages
+* add an internal sphinx extension to show the configuration defaults
+* define options with help text
+
 2.6.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/PKG-INFO new/reno-2.7.0/PKG-INFO
--- old/reno-2.6.0/PKG-INFO 2017-11-16 10:33:40.0 +0100
+++ new/reno-2.7.0/PKG-INFO 2018-02-01 02:14:43.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: reno
-Version: 2.6.0
+Version: 2.7.0
 Summary: RElease NOtes manager
 Home-page: https://docs.openstack.org/reno/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/doc/source/conf.py 
new/reno-2.7.0/doc/source/conf.py
--- old/reno-2.6.0/doc/source/conf.py   2017-11-16 10:32:31.0 +0100
+++ 

commit rubygem-json-jwt for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package rubygem-json-jwt for 
openSUSE:Factory checked in at 2018-02-26 23:25:44

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


Package is "rubygem-json-jwt"

Mon Feb 26 23:25:44 2018 rev:2 rq:580039 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json-jwt/rubygem-json-jwt.changes
2018-01-10 23:31:49.877418074 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-json-jwt.new/rubygem-json-jwt.changes   
2018-02-26 23:25:45.289033241 +0100
@@ -1,0 +2,12 @@
+Sat Feb 24 05:29:31 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.9.1
+  no changelog found
+
+---
+Fri Feb 23 05:30:12 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 1.9.0
+  no changelog found
+
+---

Old:

  json-jwt-1.8.3.gem

New:

  json-jwt-1.9.1.gem



Other differences:
--
++ rubygem-json-jwt.spec ++
--- /var/tmp/diff_new_pack.P84zyF/_old  2018-02-26 23:25:46.240999003 +0100
+++ /var/tmp/diff_new_pack.P84zyF/_new  2018-02-26 23:25:46.240999003 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-json-jwt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-json-jwt
-Version:1.8.3
+Version:1.9.1
 Release:0
 %define mod_name json-jwt
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:https://github.com/nov/json-jwt
 Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml

++ json-jwt-1.8.3.gem -> json-jwt-1.9.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2017-12-05 03:25:58.0 +0100
+++ new/.travis.yml 2018-02-23 14:35:33.0 +0100
@@ -3,10 +3,9 @@
   - git submodule update --init --recursive
 
 rvm:
-  - 2.2.2 # NOTE: 2.2.1 or lower aren't supported by activesupport 5.0, CI 
isn't needed for such legacy versions.
-  - 2.2.6
-  - 2.3.3
-  - 2.4.1
+  - 2.3.6
+  - 2.4.3
+  - 2.5.0
 
 jdk:
   - oraclejdk8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2017-12-05 03:25:58.0 +0100
+++ new/VERSION 2018-02-23 14:35:33.0 +0100
@@ -1 +1 @@
-1.8.3
+1.9.1
\ No newline at end of file
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/json-jwt.gemspec new/json-jwt.gemspec
--- old/json-jwt.gemspec2017-12-05 03:25:58.0 +0100
+++ new/json-jwt.gemspec2018-02-23 14:35:33.0 +0100
@@ -19,4 +19,4 @@
   gem.add_development_dependency 'simplecov'
   gem.add_development_dependency 'rspec'
   gem.add_development_dependency 'rspec-its'
-end
\ No newline at end of file
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/json/jws.rb new/lib/json/jws.rb
--- old/lib/json/jws.rb 2017-12-05 03:25:58.0 +0100
+++ new/lib/json/jws.rb 2018-02-23 14:35:33.0 +0100
@@ -13,6 +13,7 @@
 end
 
 def sign!(private_key_or_secret)
+  self.alg = autodetected_algorithm_from(private_key_or_secret) if 
algorithm == :autodetect
   self.signature = sign signature_base_string, private_key_or_secret
   self
 end
@@ -68,6 +69,28 @@
   [:ES256, :ES384, :ES512].include? algorithm.try(:to_sym)
 end
 
+def autodetected_algorithm_from(private_key_or_secret)
+  case private_key_or_secret
+  when String
+:HS256
+  when OpenSSL::PKey::RSA
+:RS256
+  when OpenSSL::PKey::EC
+case private_key_or_secret.group.curve_name
+when 'prime256v1'
+  :ES256
+when 'secp384r1'
+  :ES384
+when 'secp521r1'
+  :ES512
+else
+  raise UnknownAlgorithm.new('Unknown EC Curve')
+end
+  else
+raise UnexpectedAlgorithm.new('Signature algorithm auto-detection 
failed')
+  end
+end
+
 def signature_base_string
   @signature_base_string 

commit adapta-gtk-theme for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package adapta-gtk-theme for 
openSUSE:Factory checked in at 2018-02-26 23:25:24

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


Package is "adapta-gtk-theme"

Mon Feb 26 23:25:24 2018 rev:15 rq:579967 version:3.93.0.149

Changes:

--- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes
2018-02-19 13:03:06.481446201 +0100
+++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes   
2018-02-26 23:25:29.129614402 +0100
@@ -1,0 +2,18 @@
+Sun Feb 25 17:55:15 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 3.93.0.149
+  * Simplified selectors for num key button stylling in Gnome-Calculator (Gtk+ 
3.22/4.0).
+  * Cleaned up Gedit's search-bar styling (Gtk+ 3.22/4.0).
+  * Dropped unneeded styling in Gnome-Control-Center (Gtk+ 3.22/4.0).
+- Change to SPDX-3.0 License format
+- Remove duplicate --prefix flag during configure. It is already declared in 
%configure macro
+
+- Changes in 3.93.0.143
+  * Unset top-left/right roundness in yet another inline-mode GtkHeaderBar as 
well (Gtk+ 3.2x/4.0).
+  * Defined 'panel_separator_color' and moved it to common colour section 
(Gtk+ 3.2x/4.0).
+  * Added some wrokarounds for upcoming Gnome-Usage (Gtk+ 3.22/4.0).
+- Changes in 3.93.0.139
+  * Added Vala-panel basic styling (Gtk+ 3.22/4.0).
+  * Moved actual styling to child box node in GtkSearchBar {Gtk+ 4.0).
+  
+---

Old:

  adapta-gtk-theme-3.93.0.136.tar.gz

New:

  adapta-gtk-theme-3.93.0.149.tar.gz



Other differences:
--
++ adapta-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.SZswGU/_old  2018-02-26 23:25:31.265537586 +0100
+++ /var/tmp/diff_new_pack.SZswGU/_new  2018-02-26 23:25:31.269537442 +0100
@@ -21,10 +21,10 @@
 %define gtk3_min_version3.18
 %define gtk2_min_version2.24
 Name:   adapta-gtk-theme
-Version:3.93.0.136
+Version:3.93.0.149
 Release:0
 Summary:An adaptive Gtk+ theme based on Material Design Guidelines
-License:GPL-2.0 AND CC-BY-SA-4.0
+License:GPL-2.0-only AND CC-BY-SA-4.0
 Group:  System/GUI/Other
 Url:https://github.com/adapta-project/adapta-gtk-theme
 Source: 
https://github.com/adapta-project/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -219,7 +219,7 @@
 
 %build
 NOCONFIGURE=yes ./autogen.sh
-%configure --prefix=%{_prefix} --disable-chrome-legacy --enable-gtk_next 
--enable-parallel --enable-plank --enable-telegram
+%configure --disable-chrome-legacy --enable-gtk_next --enable-parallel 
--enable-plank --enable-telegram
 make %{?_smp_mflags}
 
 %install

++ adapta-gtk-theme-3.93.0.136.tar.gz -> adapta-gtk-theme-3.93.0.149.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adapta-gtk-theme-3.93.0.136/gtk/sass/3.20/_3rd-party.scss 
new/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_3rd-party.scss
--- old/adapta-gtk-theme-3.93.0.136/gtk/sass/3.20/_3rd-party.scss   
2018-02-18 15:45:00.0 +0100
+++ new/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_3rd-party.scss   
2018-02-24 07:31:29.0 +0100
@@ -990,8 +990,7 @@
 
 // separator applet
 .budgie-panel > box > widget > separator {
-  // borders_color -> track_color
-  background-color: gtkopacity($inverted_fg_color, 0.2);
+  background-color: $panel_separator_color;
 }
 
 // workspace-switcher applet
@@ -2957,12 +2956,12 @@
   border-width: 0;
   background: none;
   background-image: none;
-  color: gtkopacity($inverted_fg_color, 0.12 * 0.55);
+  color: $panel_separator_color;
 }
 
 MatePanelAppletFrameDBus {
   border-style: solid;
-  border-color: gtkopacity($inverted_fg_color, 0.12 * 0.55);
+  border-color: $panel_separator_color;
 
   &:dir(ltr) { border-width: 0 0 0 2px; }
   &:dir(rtl) { border-width: 0 2px 0 0; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/adapta-gtk-theme-3.93.0.136/gtk/sass/3.20/_common.scss 
new/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_common.scss
--- old/adapta-gtk-theme-3.93.0.136/gtk/sass/3.20/_common.scss  2018-02-18 
15:45:00.0 +0100
+++ new/adapta-gtk-theme-3.93.0.149/gtk/sass/3.20/_common.scss  2018-02-24 
07:31:29.0 +0100
@@ -2648,7 +2648,7 @@
 border-top-right-radius: 2px;
   }
 
-  box headerbar {
+  box.horizontal headerbar {
 &:not(:last-child) {
   &:dir(ltr) {
 border-top-left-radius: 2px;
@@ -2665,6 +2665,13 @@
   &:dir(rtl) { border-top-right-radius: 0; }
 }
   }
+
+  box.vertical headerbar:not(.titlebar) { // 

commit cacti for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2018-02-26 23:25:53

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


Package is "cacti"

Mon Feb 26 23:25:53 2018 rev:16 rq:580055 version:1.1.36

Changes:

--- /work/SRC/openSUSE:Factory/cacti/cacti.changes  2018-02-12 
10:16:13.187332704 +0100
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2018-02-26 
23:25:58.108572193 +0100
@@ -1,0 +2,50 @@
+Mon Feb 26 08:04:40 UTC 2018 - lie...@rz.uni-mannheim.de
+
+- Build version 1.1.36
+  -issue#934: Template names missing in graph management list
+  -issue#1211: CDEF and VDEF Item Edit do not use correct procedures
+  -issue#1250: Language support does not support localization properly
+  -issue#1331: Log Rotation should occur at midnight on system
+  -issue#1334: Console->Users->(Edit) Permissions checkmark descriptions
+   missing
+  -issue#1336: Debian test suite reports php error
+  -issue#1338: Allow automation to be run in debug mode from GUI
+  -issue#1339: First graph of second page does not render
+  -issue#1340: Unable to open Time Graph View in new tab
+  -issue#1348: Toggle context menu of Zoom
+  -issue#1351: Errorimage does not render on systems without GD ttf support
+  -issue#1353: New installation without config.php silently throws errors
+  -issue#1355: Single tree can have the order of the tree changed
+  -issue#1357: Data Profile disable fields shown temporarily as editable
+  -issue#1359: Settings page generates error for removed plugin tab
+  -issue#1362: DSStats Avg/Peak function broken due to change in RRDtool
+   processing
+  -issue#1365: Plugin Management enforce folder name
+  -issue#1366: Improve error/info message display
+  -issue#1380: Potential failure when updating script type
+  -issue#1384: When installing/enabling plugins, current user and admin should
+   get permissions
+  -issue#1386: form_selectable_cell() ignores width if no style_or_class is
+   passed
+  -issue#1389: Poller is including plugins that are not installed
+  -issue#1390: Plugin uninstall should prompt user before removal
+  -issue#1396: Prevent installation/uninstallation of a plugin if dependency
+   is present
+  -issue#1397: Distinguish between plugin tabs and core tabs in settings
+  -issue: Allow dynamic setting of from name when emailing
+  -issue: Data Query Cache filter layout more consistent
+  -issue: Minor plugin permissions format change
+  -issue: Implementation of error handling causes errors creating New Graphs
+  -issue: Deprecated DDStats setting removed
+  -issue: Graph context menu items are now context aware
+  -issue: Validate spine path before allowing enabling of spine
+  -issue: Errored settings fields now highlighted correctly on error
+  -issue: Add the Default Device to the Default Tree at install time
+  -issue: Secpass password verification error message unuseful
+  -feature: Searching of SNMP Index in View Data Query Cache now works
+  -feature: Presets now have default device Template
+  -feature: JavaScript library c3.js updated (v0.4.21) / jstree.js (3.3.5)
+  -feature: PHPSecLib updated 2.0.10
+  -feature: Updated Dutch translations
+
+---

Old:

  cacti-1.1.35.tar.gz

New:

  cacti-1.1.36.tar.gz



Other differences:
--
++ cacti.spec ++
--- /var/tmp/diff_new_pack.Lj4gUY/_old  2018-02-26 23:25:59.388526160 +0100
+++ /var/tmp/diff_new_pack.Lj4gUY/_new  2018-02-26 23:25:59.388526160 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cacti
-Version:1.1.35
+Version:1.1.36
 Release:0
 Summary:Web Front-End to Monitor System Data via RRDtool
 License:GPL-2.0+

++ cacti-1.1.35.tar.gz -> cacti-1.1.36.tar.gz ++
/work/SRC/openSUSE:Factory/cacti/cacti-1.1.35.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.1.36.tar.gz differ: char 5, line 1




commit libstrophe for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package libstrophe for openSUSE:Factory 
checked in at 2018-02-26 23:25:05

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


Package is "libstrophe"

Mon Feb 26 23:25:05 2018 rev:4 rq:579834 version:0.9.2

Changes:

--- /work/SRC/openSUSE:Factory/libstrophe/libstrophe.changes2016-09-17 
14:40:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstrophe.new/libstrophe.changes   
2018-02-26 23:25:09.162332507 +0100
@@ -1,0 +2,13 @@
+Sat Feb 24 19:53:39 UTC 2018 - mvet...@suse.com
+
+- Update to 0.9.2:
+  * OpenSSL tls module verifies certificate by default. Set flag 
XMPP_CONN_FLAG_TRUST_TLS to ignore result of the verification
+  * Certificate hostname verification is forced for openssl-1.0.2 and newer
+  * OpenSSL tls module disables insecure SSLv2 SSLv3 and TLSv1
+  * Support of handlers with the same callback function, but different userdata
+  * System handlers are deleted on xmpp_conn_t reconnection. Old system 
handlers could cause problems
+  * Default timeout for xmpp_run() is increased from 1 millisecond to 1 second 
in order to reduce CPU consumption
+  * Reduced memory usage in expat module
+  * New functions: xmpp_ctx_set_timeout(), xmpp_sha1_digest()
+
+---

Old:

  0.9.1.tar.gz

New:

  0.9.2.tar.gz



Other differences:
--
++ libstrophe.spec ++
--- /var/tmp/diff_new_pack.WjHxIZ/_old  2018-02-26 23:25:09.930304888 +0100
+++ /var/tmp/diff_new_pack.WjHxIZ/_new  2018-02-26 23:25:09.934304744 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libstrophe
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,11 +18,11 @@
 
 %define c_lib   libstrophe0
 Name:   libstrophe
-Version:0.9.1
+Version:0.9.2
 Release:0
 Summary:A XMPP library for C
-License:GPL-3.0+ or MIT
-Group:  Development/Libraries
+License:GPL-3.0-or-later OR MIT
+Group:  Development/Libraries/C and C++
 Url:http://strophe.im/libstrophe/
 Source0:https://github.com/strophe/%{name}/archive/%{version}.tar.gz
 BuildRequires:  autoconf
@@ -32,8 +32,7 @@
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
 BuildRequires:  make
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 
 %description
 Strophe is a collection of libraries for speaking the XMPP protocol.
@@ -49,7 +48,7 @@
 
 %package -n libstrophe-devel
 Summary:Development files for libstrophe
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++ 
 Requires:   libstrophe0 = %{version}
 
 %description -n libstrophe-devel
@@ -72,20 +71,18 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm %{buildroot}%{_libdir}/libstrophe.la
 
 %post -n libstrophe0 -p /sbin/ldconfig
-
 %postun -n libstrophe0 -p /sbin/ldconfig
 
 %files -n libstrophe0
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 %{_libdir}/libstrophe.so.*
 
 %files -n libstrophe-devel
-%defattr(-,root,root)
 %{_libdir}/libstrophe.so
 %{_includedir}/strophe.h
 %{_libdir}/pkgconfig/libstrophe.pc

++ 0.9.1.tar.gz -> 0.9.2.tar.gz ++
 4677 lines of diff (skipped)




commit html-xml-utils for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package html-xml-utils for openSUSE:Factory 
checked in at 2018-02-26 23:25:19

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


Package is "html-xml-utils"

Mon Feb 26 23:25:19 2018 rev:2 rq:579964 version:7.6

Changes:

--- /work/SRC/openSUSE:Factory/html-xml-utils/html-xml-utils.changes
2018-01-19 11:51:52.611417361 +0100
+++ /work/SRC/openSUSE:Factory/.html-xml-utils.new/html-xml-utils.changes   
2018-02-26 23:25:24.449782709 +0100
@@ -1,0 +2,9 @@
+Sun Feb 18 17:03:55 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 7.6:
+ * fix read uninitialized memory bug
+- update to version 7.5:
+ * bugfixes
+ * Added support for HTML5 elements (source, audio, video)
+
+---

Old:

  html-xml-utils-7.4.tar.gz

New:

  html-xml-utils-7.6.tar.gz



Other differences:
--
++ html-xml-utils.spec ++
--- /var/tmp/diff_new_pack.wJB49E/_old  2018-02-26 23:25:25.425747609 +0100
+++ /var/tmp/diff_new_pack.wJB49E/_new  2018-02-26 23:25:25.429747464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package html-xml-utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,17 +17,17 @@
 
 
 Name:   html-xml-utils
-Version:7.4
+Version:7.6
 Release:0
 Summary:A number of simple utilities for manipulating HTML and XML 
files
 License:W3C
 Group:  Development/Languages/Other
-URL:https://www.w3.org/Tools/HTML-XML-utils/
+Url:https://www.w3.org/Tools/HTML-XML-utils/
 Source: 
https://www.w3.org/Tools/HTML-XML-utils/html-xml-utils-%{version}.tar.gz
-BuildRequires:  libidn2-devel
 BuildRequires:  bison
-BuildRequires:  libcurl-devel
 BuildRequires:  flex
+BuildRequires:  libcurl-devel
+BuildRequires:  libidn2-devel
 
 %description
 HTML-XML-utils provides a number of simple utilities for manipulating and

++ html-xml-utils-7.4.tar.gz -> html-xml-utils-7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html-xml-utils-7.4/ChangeLog 
new/html-xml-utils-7.6/ChangeLog
--- old/html-xml-utils-7.4/ChangeLog2017-11-24 18:36:15.0 +0100
+++ new/html-xml-utils-7.6/ChangeLog2018-02-09 16:13:26.0 +0100
@@ -1,5 +1,38 @@
+2018-02-09  Bert Bos  
+
+   * Version 7.6 released.
+
+   * selmatch.c: matches_sel() could read uninitialized memory
+   (h->parent where h is the root of a tree) potentially leading to a
+   SIGBUS. Thanks to Anthony J. Bentley for finding this bug.
+
+2018-01-20  Bert Bos  
+
+   * Version 7.5 released.
+
+   * hxcite.1: Spelling error.
+
+   * hxincl.1: Spelling error.
+
+   * url.c: Fixed unsafe way to call warnx(). Thanks to Robin
+   Naundorf for these three corrections.
+
+2017-12-08  Bert Bos  
+
+   * tests/normalize11.sh: Added to test for "main".
+
+   * dtd.hash: Added the HTML5 element "main".
+
+2017-12-07  Bert Bos  
+
+   * hxwls.c: Added support for HTML5 elements (source, audio, video)
+   and for the classid and codebase attribute. Fixed an error: input
+   has a src attribute, not href.
+
 2017-11-24  Bert Bos  
 
+   * Version 7.4 released.
+
* hxremove.1, hxselect.1: Updated.
 
* tests/remove4.sh, tests/select18.sh, tests/select19.sh,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html-xml-utils-7.4/Makefile.am 
new/html-xml-utils-7.6/Makefile.am
--- old/html-xml-utils-7.4/Makefile.am  2017-11-24 18:05:34.0 +0100
+++ new/html-xml-utils-7.6/Makefile.am  2017-12-08 17:17:37.0 +0100
@@ -177,7 +177,7 @@
tests/mkbib1.sh tests/normalize1.sh tests/normalize2.sh\
tests/normalize3.sh tests/normalize4.sh tests/normalize5.sh\
tests/normalize6.sh tests/normalize7.sh tests/normalize8.sh\
-   tests/normalize9.sh tests/normalize10.sh\
+   tests/normalize9.sh tests/normalize10.sh  tests/normalize11.sh\
tests/pipe1.sh tests/pipe2.sh tests/pipe3.sh tests/pipe4.sh\
tests/printlinks1.sh tests/printlinks2.sh tests/printlinks3.sh\
tests/printlinks4.sh tests/ref1.sh\
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/html-xml-utils-7.4/Makefile.in 
new/html-xml-utils-7.6/Makefile.in
--- 

commit qps for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package qps for openSUSE:Factory checked in 
at 2018-02-26 23:25:42

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


Package is "qps"

Mon Feb 26 23:25:42 2018 rev:9 rq:580003 version:1.10.17

Changes:

--- /work/SRC/openSUSE:Factory/qps/qps.changes  2011-12-25 17:40:41.0 
+0100
+++ /work/SRC/openSUSE:Factory/.qps.new/qps.changes 2018-02-26 
23:25:44.041078123 +0100
@@ -1,0 +2,60 @@
+Sun Feb 25 11:02:34 UTC 2018 - aloi...@gmx.com
+
+- Update to version 1.10.17
+  * some whitespaces fixed
+  * l10n: Polish translation
+  * Remove obsolete cpack
+  * Removed not needed ressource file
+  * some small fixes
+  * Fixed About page
+  * Fixed outdated FSF address in license headers
+  * Removed: It may be used, distributed and modified without
+limitation. - not exactly true.
+  * Added license headers
+  * Fix typo
+  * Fix license headers for files with clearly known authorship
+  * remove some empty files
+  * fixed encoding and added a proper GPL2 file header
+  * Renamed LICENSE -> COPYING
+  * Another set of licenseheader fixes
+  * Fixed some typos in comments (CMakeLists.txt)
+Fixed licenseheader: src/wchan.cpp UTF-8 and filename
+Fixed licenseheader: src/watchdogdialog.*  filetype and UTF-8
+Fixed licenseheader: src/watchcond.*  UTF-8
+Fixed licenseheader: src/ttystr.cpp filentype and UTF-8
+  * Work around grep 2.23 new behaviour
+  * Removes not needed file
+  * Fixes CPack package version
+  * Fixes misnaming of binary qps
+  * Use CMAKE PROJECT_NAME instead of PROJECT
+  * Removes Icon related commented code
+  * Removes the custom QtIconLoader
+  * Use QIcon::fromTheme() instead of the internal QtIconLoader
+  * Adds the resources as an target dependency
+  * Puts TableField sctruct on it's own file
+  * Puts the QpsApp in it's own file
+  * Splits the command file into several files
+  * Puts Command utilities into it's own file
+  * Updates translations sources
+  * Removes toolTip, statusTip, whatsThis and accesibleName from
+watchdog.ui
+  * Removes stylesheets commented stuff
+  * Include a copy of the license
+  * Install application icon
+  * Updates translation sources
+  * Adds desktop entry file
+  * Adds application internationalization / localization
+  * Set the minimum required CMake version to 3.0.2
+  * Add install instruction in CMakeLists.txt
+  * Add clang-format file and format all files
+
+- Switch build to cmake and Qt5
+
+- New source URL and homepage
+
+- Dropped qps-1.10.12.1-nostrip.patch and
+  qps-1.10.15-desktop.patch (no longer necessary)
+
+- Spec cleanup
+
+---

Old:

  qps-1.10.12.1-nostrip.patch
  qps-1.10.15-desktop.patch
  qps-1.10.16.tar.bz2

New:

  qps-1.10.17.tar.gz



Other differences:
--
++ qps.spec ++
--- /var/tmp/diff_new_pack.ZYBbpK/_old  2018-02-26 23:25:44.913046763 +0100
+++ /var/tmp/diff_new_pack.ZYBbpK/_new  2018-02-26 23:25:44.917046619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qps
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,22 +16,23 @@
 #
 
 
-
 Name:   qps
-Version:1.10.16
-Release:1
-License:GPL-2.0
+Version:1.10.17
+Release:0
 Summary:Visual Process Manager
-Url:http://qps.kldp.net/
+License:GPL-2.0+ AND LGPL-2.1+
 Group:  System/Monitoring
-Source0:
http://kldp.net/frs/download.php/5963/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE qps-1.10.12.1-nostrip.patch lazy.k...@opensuse.org -- 
don't strip binary, OBS does itself
-Patch0: qps-1.10.12.1-nostrip.patch
-# PATCH-FIX-UPSTREAM qps-1.10.15-desktop.patch bnc#631745 
lazy.k...@opensuse.org -- fix typo and remove file extension in desktop file
-Patch1: qps-1.10.15-desktop.patch
-BuildRequires:  libqt4-devel
+Url:https://github.com/QtDesktop/qps
+Source0:
https://github.com/QtDesktop/qps/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 3.0.2
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  libqt5-linguist-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig(Qt5DBus)
+BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(xrender)
 
 %description
 Qps is a visual process manager, an 

commit python-textX for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-textX for openSUSE:Factory 
checked in at 2018-02-26 23:25:29

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


Package is "python-textX"

Mon Feb 26 23:25:29 2018 rev:2 rq:579970 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/python-textX/python-textX.changes
2018-02-19 13:02:14.051337046 +0100
+++ /work/SRC/openSUSE:Factory/.python-textX.new/python-textX.changes   
2018-02-26 23:25:31.829517302 +0100
@@ -1,0 +2,5 @@
+Sun Feb 18 18:52:02 UTC 2018 - jeng...@inai.de
+
+- Compact description
+
+---



Other differences:
--
++ python-textX.spec ++
--- /var/tmp/diff_new_pack.13zkes/_old  2018-02-26 23:25:32.885479326 +0100
+++ /var/tmp/diff_new_pack.13zkes/_new  2018-02-26 23:25:32.889479181 +0100
@@ -52,16 +52,13 @@
 textX is a meta-language for building Domain-Specific Languages (DSLs) in 
Python.
 It is inspired by Xtext.
 
-In a nutshell, textX will help you build your textual language in an easy way.
-You can invent your own language or build a support for already existing
-textual language or file format.
-
 From a single language description (grammar), textX will build a
-parser and a meta-model (a.k.a. abstract syntax) for the language.
-See the docs for the details.
+parser and a meta-model (a.k.a. abstract syntax) for textual
+languages. Own languages can be invented or support for already
+existing textual language or file format be built.
 
-textX follows the syntax and semantics of Xtext but differs in some places
-and is implemented 100% in Python using Arpeggio PEG parser - no grammar
+textX follows the syntax and semantics of Xtext, but differs in some places
+and is implemented in Python using the Arpeggio PEG parser - no grammar
 ambiguities, unlimited lookahead, interpreter style of work.
 
 %prep




commit pcsc-ccid for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package pcsc-ccid for openSUSE:Factory 
checked in at 2018-02-26 23:25:09

Comparing /work/SRC/openSUSE:Factory/pcsc-ccid (Old)
 and  /work/SRC/openSUSE:Factory/.pcsc-ccid.new (New)


Package is "pcsc-ccid"

Mon Feb 26 23:25:09 2018 rev:53 rq:579900 version:1.4.29

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-ccid/pcsc-ccid.changes  2017-10-17 
01:52:30.474462944 +0200
+++ /work/SRC/openSUSE:Factory/.pcsc-ccid.new/pcsc-ccid.changes 2018-02-26 
23:25:11.138261445 +0100
@@ -1,0 +2,19 @@
+Sun Feb 25 09:19:24 UTC 2018 - w...@rosenauer.org
+
+- Updated to version 1.4.29
+  * Add support of
+Access IS NFC Smart Module (With idProduct 0x0164)
+Bit4id Digital-DNA Key
+Bit4id Digital-DNA Key BT
+Bluink Ltd. Bluink CCID
+Chicony HP Skylab USB Smartcard Keyboard
+HID Global OMNIKEY 5023 Smart Card Reader
+HID Global OMNIKEY 5027CK CCID CONFIG IF
+KeyXentic Inc. KX906 Smart Card Reader
+Spyrus Inc Rosetta USB
+Spyrus Inc WorkSafe Pro
+Watchdata USB Key (idProduct: 0x0418)
+  * The C3PO LTC31 v2 wrongly declares PIN support
+  * Remove extra EGT patch because it has bad side effects
+
+---

Old:

  ccid-1.4.28.tar.bz2
  ccid-1.4.28.tar.bz2.asc

New:

  ccid-1.4.29.tar.bz2
  ccid-1.4.29.tar.bz2.asc



Other differences:
--
++ pcsc-ccid.spec ++
--- /var/tmp/diff_new_pack.vddllc/_old  2018-02-26 23:25:12.394216276 +0100
+++ /var/tmp/diff_new_pack.vddllc/_new  2018-02-26 23:25:12.402215988 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pcsc-ccid
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,10 @@
 
 Name:   pcsc-ccid
 %define _name ccid
-Version:1.4.28
+Version:1.4.29
 Release:0
 Summary:PCSC Driver for CCID Based Smart Card Readers and GemPC Twin 
Serial Reader
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  Productivity/Security
 Url:http://pcsclite.alioth.debian.org/ccid.html
 Source: %{_name}-%{version}.tar.bz2

++ ccid-1.4.28.tar.bz2 -> ccid-1.4.29.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.28/README new/ccid-1.4.29/README
--- old/ccid-1.4.28/README  2017-10-11 13:16:24.0 +0200
+++ new/ccid-1.4.29/README  2018-02-21 09:47:36.0 +0100
@@ -118,6 +118,23 @@
 History:
 
 
+1.4.29 - 21 February 2018, Ludovic Rousseau
+- Add support of
+ . Access IS NFC Smart Module (With idProduct 0x0164)
+ . Bit4id Digital-DNA Key
+ . Bit4id Digital-DNA Key BT
+ . Bluink Ltd. Bluink CCID
+ . Chicony HP Skylab USB Smartcard Keyboard
+ . HID Global OMNIKEY 5023 Smart Card Reader
+ . HID Global OMNIKEY 5027CK CCID CONFIG IF
+ . KeyXentic Inc. KX906 Smart Card Reader
+ . Spyrus Inc Rosetta USB
+ . Spyrus Inc WorkSafe Pro
+ . Watchdata USB Key (idProduct: 0x0418)
+- The C3PO LTC31 v2 wrongly declares PIN support
+- Remove extra EGT patch because if has bad side effects
+
+
 1.4.28 - 11 October 2017, Ludovic Rousseau
 - Add support of
  . Athena IDProtect Flash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccid-1.4.28/configure new/ccid-1.4.29/configure
--- old/ccid-1.4.28/configure   2017-10-11 13:16:53.0 +0200
+++ new/ccid-1.4.29/configure   2018-02-21 09:49:14.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ccid 1.4.28.
+# Generated by GNU Autoconf 2.69 for ccid 1.4.29.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ccid'
 PACKAGE_TARNAME='ccid'
-PACKAGE_VERSION='1.4.28'
-PACKAGE_STRING='ccid 1.4.28'
+PACKAGE_VERSION='1.4.29'
+PACKAGE_STRING='ccid 1.4.29'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1378,7 +1378,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ccid 1.4.28 to adapt to many kinds of systems.
+\`configure' configures ccid 1.4.29 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1449,7 +1449,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo 

commit neomutt for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package neomutt for openSUSE:Factory checked 
in at 2018-02-26 23:24:32

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


Package is "neomutt"

Mon Feb 26 23:24:32 2018 rev:2 rq:579482 version:20180223

Changes:

--- /work/SRC/openSUSE:Factory/neomutt/neomutt.changes  2018-01-22 
16:18:43.001377857 +0100
+++ /work/SRC/openSUSE:Factory/.neomutt.new/neomutt.changes 2018-02-26 
23:24:33.823603420 +0100
@@ -1,0 +2,61 @@
+Fri Feb 23 00:00:00 CET 2018 - dste...@suse.cz
+
+- update to 20180223
+  * Features
+- browser: `` function bound to "p"
+- editor: `` function bound to "Ctrl-r"
+- Cygwin support: https://www.neomutt.org/distro/cygwin
+- OpenSUSE support: https://www.neomutt.org/distro/suse
+- Upstream Homebrew support: Very soon - 
https://www.neomutt.org/distro/homebrew
+  * Bug Fixes
+- gmail server-size search
+- nested-if: correctly handle "<" and ">" with %?
+- display of special chars
+- lua: enable myvars
+- for pgpewrap in default gpg.rc
+- reply_regexp which wasn't formatted correctly.
+- parsing of urls containing '?'
+- out-of-bounds read in mutt_str_lws_len
+  * Translations
+- Review fuzzy lt translations
+- Updated French translation
+  * Website
+- Installation guide for Cygwin
+- Installation guide for OpenSUSE
+- Installation guide for CRUX
+  * Build
+- check that DTDs are installed
+- autosetup improvements
+- option for which version of bdb to use
+- drop test for resizeterm -- it's always present
+  * Code
+- split if's containing assignments
+- doxygen: add/improve comments
+- rename functions / parameters for consistency
+- add missing {}s for clarity
+- move functions to library
+- reduce scope of variables
+- boolify more variables
+- iwyu: remove unnecessary headers
+- name unicode chars
+- tailq: migrate parameter api
+- md5: refactor and tidy
+- rfc2047: refactor and tidy
+- buffer: improvements
+- create unit test framework
+- fix several coverity defects
+  * Upstream
+- Fix s/mime certificate deletion bug
+- Disable message security if the backend is not available
+- Fix improper signed int conversion of IMAP uid and msn values
+- Change imap literal counts to parse and store unsigned ints
+- Fix imap status count range check
+- cmd_handle_fatal: make error message a bit more descriptive
+- Create pgp and s/mime default and sign_as key vars
+- Add missing setup calls when resuming encrypted drafts
+- mutt_pretty_size: show real number for small files
+- examine_directory: set directory/symlink size to zero
+- Add history-search function, bound to ctrl-r
+- Avoid a potential integer overflow if a Content-Length value is huge
+
+---

Old:

  neomutt-20171215.tar.gz

New:

  neomutt-20180223.tar.gz



Other differences:
--
++ neomutt.spec ++
--- /var/tmp/diff_new_pack.5jcqKS/_old  2018-02-26 23:24:34.923563862 +0100
+++ /var/tmp/diff_new_pack.5jcqKS/_new  2018-02-26 23:24:34.923563862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package neomutt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   neomutt
-Version:20171215
+Version:20180223
 Release:0
 Summary:A command line mail reader based on Mutt
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
-URL:https://www.neomutt.org
+Url:https://www.neomutt.org
 Source: 
https://github.com/neomutt/neomutt/archive/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake

++ neomutt-20171215.tar.gz -> neomutt-20180223.tar.gz ++
 252268 lines of diff (skipped)




commit syncthing for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2018-02-26 23:24:57

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


Package is "syncthing"

Mon Feb 26 23:24:57 2018 rev:69 rq:579667 version:0.14.44

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2018-02-01 
21:31:43.542513394 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2018-02-26 
23:25:02.894557921 +0100
@@ -1,0 +2,33 @@
+Fri Feb 23 21:12:39 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.14.44:
+  * Panic when connecting to device with auto accept and paused
+directories (gh#syncthing/syncthing#4634).
+  * List of files needed on remote were not wrapped at word
+boundaries (gh#syncthing/syncthing#4636).
+  * It was impossible to run non-release builds without deadlock
+detectors (gh#syncthing/syncthing#4644).
+  * Fix UTF-8 normalisation not working correctly on ZFS
+(gh#syncthing/syncthing#4649).
+  * Fix upgrade system showing an error on RCs in some cases
+(gh#syncthing/syncthing#4654).
+  * Fix sparse files with zero blocks not closing when pulling
+(gh#syncthing/syncthing#4657).
+  * Fix remote device out of synch items showing "0 items, ~0 B"
+(gh#syncthing/syncthing#4668).
+  * GUI for .stversion restoration (gh#syncthing/syncthing#2599).
+  * Log entries showing IP addresses now show the connection type
+(gh#syncthing/syncthing#4499).
+  * Set background priority / niceness
+(gh#syncthing/syncthing#4628).
+  * Fix arguments to fs.CreateSymlink being mixed up
+(gh#syncthing/syncthing#4567).
+  * More scalable global discovery (gh#syncthing/syncthing#4618).
+  * lib/model test failed with "ThreadSanitizer failed to allocate
+0x20 (2097152) bytes" with Go 1.9.2
+(gh#syncthing/syncthing#4653).
+  * Fix spurious "é" in GUI (gh#syncthing/syncthing#4663).
+  * Should clean out generated testdata in lib/model/testdata
+(gh#syncthing/syncthing#4706).
+
+---

Old:

  syncthing-source-v0.14.43.tar.gz
  syncthing-source-v0.14.43.tar.gz.asc

New:

  syncthing-source-v0.14.44.tar.gz
  syncthing-source-v0.14.44.tar.gz.asc



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.G4R82I/_old  2018-02-26 23:25:05.094478803 +0100
+++ /var/tmp/diff_new_pack.G4R82I/_new  2018-02-26 23:25:05.098478659 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.14.43
+Version:0.14.44
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

++ syncthing-source-v0.14.43.tar.gz -> syncthing-source-v0.14.44.tar.gz 
++
/work/SRC/openSUSE:Factory/syncthing/syncthing-source-v0.14.43.tar.gz 
/work/SRC/openSUSE:Factory/.syncthing.new/syncthing-source-v0.14.44.tar.gz 
differ: char 5, line 1




commit python-yarl for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-yarl for openSUSE:Factory 
checked in at 2018-02-26 23:25:15

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


Package is "python-yarl"

Mon Feb 26 23:25:15 2018 rev:9 rq:579945 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-yarl/python-yarl.changes  2018-02-14 
09:46:31.890946521 +0100
+++ /work/SRC/openSUSE:Factory/.python-yarl.new/python-yarl.changes 
2018-02-26 23:25:18.569994170 +0100
@@ -1,0 +2,6 @@
+Sat Feb 24 18:28:57 UTC 2018 - a...@gmx.de
+
+- update to version 1.1.1:
+  * Fix performance regression: don’t encode enmpty netloc (#170)
+
+---

Old:

  yarl-1.1.0.tar.gz

New:

  yarl-1.1.1.tar.gz



Other differences:
--
++ python-yarl.spec ++
--- /var/tmp/diff_new_pack.qSuXfE/_old  2018-02-26 23:25:20.009942383 +0100
+++ /var/tmp/diff_new_pack.qSuXfE/_new  2018-02-26 23:25:20.013942239 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-yarl
-Version:1.1.0
+Version:1.1.1
 Release:0
 Summary:Yet another URL library
 License:Apache-2.0

++ yarl-1.1.0.tar.gz -> yarl-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarl-1.1.0/CHANGES.rst new/yarl-1.1.1/CHANGES.rst
--- old/yarl-1.1.0/CHANGES.rst  2018-01-21 10:42:48.0 +0100
+++ new/yarl-1.1.1/CHANGES.rst  2018-02-17 23:24:15.0 +0100
@@ -1,6 +1,11 @@
 CHANGES
 ===
 
+1.1.1 (2018-02-17)
+--
+
+* Fix performance regression: don't encode enmpty netloc (#170)
+
 1.1.0 (2018-01-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarl-1.1.0/PKG-INFO new/yarl-1.1.1/PKG-INFO
--- old/yarl-1.1.0/PKG-INFO 2018-01-21 10:43:32.0 +0100
+++ new/yarl-1.1.1/PKG-INFO 2018-02-17 23:24:53.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yarl
-Version: 1.1.0
+Version: 1.1.1
 Summary: Yet another URL library
 Home-page: https://github.com/aio-libs/yarl/
 Author: Andrew Svetlov
@@ -168,6 +168,11 @@
 CHANGES
 ===
 
+1.1.1 (2018-02-17)
+--
+
+* Fix performance regression: don't encode enmpty netloc (#170)
+
 1.1.0 (2018-01-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarl-1.1.0/yarl/__init__.py 
new/yarl-1.1.1/yarl/__init__.py
--- old/yarl-1.1.0/yarl/__init__.py 2018-01-21 10:42:48.0 +0100
+++ new/yarl-1.1.1/yarl/__init__.py 2018-02-17 23:24:15.0 +0100
@@ -10,7 +10,7 @@
 
 from .quoting import _Quoter, _Unquoter
 
-__version__ = '1.1.0'
+__version__ = '1.1.1'
 
 __all__ = ('URL',)
 
@@ -196,8 +196,11 @@
 raise ValueError(
 "Only one of \"query\" or \"query_string\" should be passed")
 
-netloc = cls._make_netloc(user, password, host, port,
-  encode=not encoded)
+if not user and not password and not host and not port:
+netloc = ''
+else:
+netloc = cls._make_netloc(user, password, host, port,
+  encode=not encoded)
 if not encoded:
 path = cls._PATH_QUOTER(path)
 if netloc:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarl-1.1.0/yarl.egg-info/PKG-INFO 
new/yarl-1.1.1/yarl.egg-info/PKG-INFO
--- old/yarl-1.1.0/yarl.egg-info/PKG-INFO   2018-01-21 10:43:32.0 
+0100
+++ new/yarl-1.1.1/yarl.egg-info/PKG-INFO   2018-02-17 23:24:53.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: yarl
-Version: 1.1.0
+Version: 1.1.1
 Summary: Yet another URL library
 Home-page: https://github.com/aio-libs/yarl/
 Author: Andrew Svetlov
@@ -168,6 +168,11 @@
 CHANGES
 ===
 
+1.1.1 (2018-02-17)
+--
+
+* Fix performance regression: don't encode enmpty netloc (#170)
+
 1.1.0 (2018-01-21)
 --
 




commit airspyhf for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package airspyhf for openSUSE:Factory 
checked in at 2018-02-26 23:25:12

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


Package is "airspyhf"

Mon Feb 26 23:25:12 2018 rev:2 rq:579908 version:1.1.0+git.20180217

Changes:

--- /work/SRC/openSUSE:Factory/airspyhf/airspyhf.changes2017-07-30 
11:26:47.510374589 +0200
+++ /work/SRC/openSUSE:Factory/.airspyhf.new/airspyhf.changes   2018-02-26 
23:25:13.950160317 +0100
@@ -1,0 +2,23 @@
+Sun Feb 25 10:44:46 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.1.0+git.20180217:
+  * Updated the version number to 1.1.0
+  * Added LNA, ATT, AGC and Threshold settings for the HF tuner.
+  * Improved the convergence of the IQ balancer - again.
+  * New heuristic for faster convergence in the IQ correction algorithm.
+  * Bugfix airspyhf_open_device() with given serial for device identification
+  * allow static compilation with definition of 'STATIC_AIRSPYHFPLUS'
+  * airspyhf_list_devices accepts NULL as serials pointer to only get the 
number of devices
+  * remove a compile warning under Linux
+  * Improved the image rejection algorithm for the Airspy HF+
+
+---
+Sat Oct 21 11:29:42 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.0.0+git.20170930:
+  * Fixed enum prefix
+  * Added API for user application output pins
+  * Added APIs for getting library and firmware version
+  * Added API for enumerating multiple devices
+
+---

Old:

  airspyhf-0.0.0+git.20170718.tar.xz

New:

  airspyhf-1.1.0+git.20180217.tar.xz



Other differences:
--
++ airspyhf.spec ++
--- /var/tmp/diff_new_pack.dMuu9L/_old  2018-02-26 23:25:14.950124354 +0100
+++ /var/tmp/diff_new_pack.dMuu9L/_new  2018-02-26 23:25:14.962123923 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package airspyhf
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +21,7 @@
 %define airspyhf_groupairspyhf
 %define libname lib%{name}%{sover}
 Name:   airspyhf
-Version:0.0.0+git.20170718
+Version:1.1.0+git.20180217
 Release:0
 Summary:Support programs for Airspy HF+ SDR
 License:BSD-3-Clause

++ _service ++
--- /var/tmp/diff_new_pack.dMuu9L/_old  2018-02-26 23:25:15.022121766 +0100
+++ /var/tmp/diff_new_pack.dMuu9L/_new  2018-02-26 23:25:15.022121766 +0100
@@ -5,7 +5,7 @@
 git
 enable
 airspyhf
-0.0.0+git.%cd
+1.1.0+git.%cd
   
   
 *.tar

++ _servicedata ++
--- /var/tmp/diff_new_pack.dMuu9L/_old  2018-02-26 23:25:15.066120183 +0100
+++ /var/tmp/diff_new_pack.dMuu9L/_new  2018-02-26 23:25:15.066120183 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/airspy/airspyhf.git
-  4f1467032fea8bed2e672aa265b96897303acea0
\ No newline at end of file
+  12de1d5e40223e31f71d59ab07caab81e6c3d733
\ No newline at end of file

++ airspyhf-0.0.0+git.20170718.tar.xz -> airspyhf-1.1.0+git.20180217.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/airspyhf-0.0.0+git.20170718/libairspyhf/src/airspyhf.c 
new/airspyhf-1.1.0+git.20180217/libairspyhf/src/airspyhf.c
--- old/airspyhf-0.0.0+git.20170718/libairspyhf/src/airspyhf.c  2017-07-18 
01:39:52.0 +0200
+++ new/airspyhf-1.1.0+git.20180217/libairspyhf/src/airspyhf.c  2018-02-17 
14:48:26.0 +0100
@@ -45,7 +45,9 @@
 #define false 0
 #endif
 
+#ifndef M_PI
 #define M_PI (3.14159265359)
+#endif
 
 #define MAX(a,b) ((a) > (b) ? a : b)
 #define MIN(a,b) ((a) < (b) ? a : b)
@@ -113,7 +115,6 @@
volatile int received_buffer_count;
airspyhf_complex_float_t *output_buffer;
void* ctx;
-// enum airspyhf_sample_type sample_type;
 };
 
 typedef struct calibration_record
@@ -125,6 +126,8 @@
 static const uint16_t airspyhf_usb_vid = 0x03EB;
 static const uint16_t airspyhf_usb_pid = 0x800C;
 
+static int airspyhf_config_read(airspyhf_device_t* device, uint8_t *buffer, 
uint16_t length);
+
 static int cancel_transfers(airspyhf_device_t* device)
 {
uint32_t transfer_index;
@@ -574,10 +577,7 @@
ssize_t cnt;
int serial_descriptor_index;
struct libusb_device_descriptor device_descriptor;
-   char serial_number_expected[AIRSPYHF_SERIAL_SIZE + 1];
unsigned char serial_number[AIRSPYHF_SERIAL_SIZE + 1];
-   uint32_t serial_number_msb_val;
-   uint32_t serial_number_lsb_val;
 

commit honggfuzz for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package honggfuzz for openSUSE:Factory 
checked in at 2018-02-26 23:24:44

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


Package is "honggfuzz"

Mon Feb 26 23:24:44 2018 rev:6 rq:579540 version:1.5

Changes:

--- /work/SRC/openSUSE:Factory/honggfuzz/honggfuzz.changes  2017-10-02 
16:54:59.775717065 +0200
+++ /work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz.changes 2018-02-26 
23:24:47.399115195 +0100
@@ -1,0 +2,17 @@
+Fri Feb 23 13:24:12 UTC 2018 - mvet...@suse.com
+
+- Update to version 1.5:
+  * Persistent fuzzing now works with MacOS-X
+  * Fixed some examples/ to make it work with MacOS-X
+  * Should compile cleanly with newer MacOS-X versions
+- Changes from version 1.4:
+  * Socketfuzzer by @dobin
+  * TCP fuzzer (HonggFuzzer NetDriver) in libhfnetdriver
+  * Display: changed layout a bit
+  * Better examples/ dir: Apache HTTP, ISC Bind
+  * Added persistent and netdriver signatures
+  * Added missing symbols for newer -fsanitize-coverage (const)
+  * Changed internal structures (global vs run)
+- Remove honggfuzz-binutils_2.29.patch: contained in release
+
+---

Old:

  honggfuzz-1.1.tar.gz
  honggfuzz-binutils_2.29.patch

New:

  honggfuzz-1.5.tar.gz



Other differences:
--
++ honggfuzz.spec ++
--- /var/tmp/diff_new_pack.DwVvbq/_old  2018-02-26 23:24:50.910988896 +0100
+++ /var/tmp/diff_new_pack.DwVvbq/_new  2018-02-26 23:24:50.914988752 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package honggfuzz
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
 
 
 Name:   honggfuzz
-Version:1.1
+Version:1.5
 Release:0
 Summary:Security-oriented fuzzer with various analysis options
 License:Apache-2.0
 Group:  Development/Tools/Other
 Url:https://google.github.io/honggfuzz/
 Source: 
https://github.com/google/honggfuzz/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 
https://github.com/google/honggfuzz/commit/fe2934bd59e7a1dbe58dafcd71bb8383505de092
-Patch0: honggfuzz-binutils_2.29.patch
 BuildRequires:  binutils-devel
 BuildRequires:  libunwind-devel
 BuildRequires:  zlib-devel
@@ -37,7 +35,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ honggfuzz-1.1.tar.gz -> honggfuzz-1.5.tar.gz ++
/work/SRC/openSUSE:Factory/honggfuzz/honggfuzz-1.1.tar.gz 
/work/SRC/openSUSE:Factory/.honggfuzz.new/honggfuzz-1.5.tar.gz differ: char 13, 
line 1




commit python-requests-mock for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-requests-mock for 
openSUSE:Factory checked in at 2018-02-26 23:24:37

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


Package is "python-requests-mock"

Mon Feb 26 23:24:37 2018 rev:8 rq:579522 version:1.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-requests-mock/python-requests-mock.changes
2017-06-22 10:40:44.950609638 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-requests-mock.new/python-requests-mock.changes
   2018-02-26 23:24:37.507470936 +0100
@@ -1,0 +2,11 @@
+Fri Feb 23 13:52:35 UTC 2018 - tbecht...@suse.com
+
+- update to 1.4.0:
+  * allow an adapter to be passed to a Mocker object
+  * Rename [wheel] section to [bdist\_wheel] as the former is legacy
+  * Include license file in the generated wheel package
+  * Add testing for newer Python versions 3.5 and 3.6
+  * Return a separate copy for each call to decorator
+  * Add string representation to \_RequestObjectProxy
+
+---

Old:

  requests-mock-1.3.0.tar.gz

New:

  requests-mock-1.4.0.tar.gz



Other differences:
--
++ python-requests-mock.spec ++
--- /var/tmp/diff_new_pack.rocNE3/_old  2018-02-26 23:24:38.419438138 +0100
+++ /var/tmp/diff_new_pack.rocNE3/_new  2018-02-26 23:24:38.419438138 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-requests-mock
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without test
 Name:   python-requests-mock
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:Mock out responses from the requests package
 License:Apache-2.0

++ requests-mock-1.3.0.tar.gz -> requests-mock-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.3.0/AUTHORS 
new/requests-mock-1.4.0/AUTHORS
--- old/requests-mock-1.3.0/AUTHORS 2017-02-01 06:38:55.0 +0100
+++ new/requests-mock-1.4.0/AUTHORS 2017-12-06 00:10:55.0 +0100
@@ -1,11 +1,17 @@
+Darragh Bailey 
+David Kremer 
 Ian Cordasco 
 Jamie Lennox 
 Jamie Lennox 
 Janonymous 
 Jeremy Stanley 
+Jon Dufresne 
 Louis Taylor 
 Manuel Kaufmann 
 Monty Taylor 
+Rick van de Loo 
 Sebastian Kalinowski 
+Swapnil Kulkarni (coolsvap) 
+Zuul 
 reedip 
 voith 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/requests-mock-1.3.0/ChangeLog 
new/requests-mock-1.4.0/ChangeLog
--- old/requests-mock-1.3.0/ChangeLog   2017-02-01 06:38:55.0 +0100
+++ new/requests-mock-1.4.0/ChangeLog   2017-12-06 00:10:55.0 +0100
@@ -1,12 +1,22 @@
 CHANGES
 ===
 
+1.4.0
+-
+
+* allow an adapter to be passed to a Mocker object
+* Rename [wheel] section to [bdist\_wheel] as the former is legacy
+* Include license file in the generated wheel package
+* Add testing for newer Python versions 3.5 and 3.6
+* Return a separate copy for each call to decorator
+* Add string representation to \_RequestObjectProxy
+
 1.3.0
 -
 
-* Add a releasenote for additional_matcher
+* Add a releasenote for additional\_matcher
 * Add documentation for the exception response
-* Fix occurences of `adatper`
+* Fix occurences of \`adatper\`
 * Type check the empty string when creating repsonse
 * Allow arbirtrary matcher to be add to match
 
@@ -14,21 +24,22 @@
 -
 
 * Allow for nested mocking
-* Use create_response for fake http response in tests
+* Use create\_response for fake http response in tests
 * Add hostname and port properties to request
 * Move request code and tests into their own files
-* Add called_once to Mocker
+* Add called\_once to Mocker
 * Fix docs building
 * Fix exception message when creating a response
 
 1.1.0
 -
 
-* Add a called_once property to adapter
+* Add a called\_once property to adapter
 * Enable case sensitive matching
 * Provide fixture extras for pip
-* Allow doing real_http per 

commit syncthing-gtk for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2018-02-26 23:25:03

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


Package is "syncthing-gtk"

Mon Feb 26 23:25:03 2018 rev:24 rq:579668 version:0.9.3

Changes:

--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes  
2017-10-29 20:24:29.891056007 +0100
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2018-02-26 23:25:05.386468302 +0100
@@ -1,0 +2,15 @@
+Fri Feb 23 21:12:39 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 0.9.3:
+  * Should fix problems with random crashes, out-of-date directory
+states and UI breaking after laptop is resumed from sleep.
+  * Add a link to the "file downloaded" notification.
+  * Add UI Settings to the status icon menu.
+  * Add support for AppImage.
+  * Fix Nautilus integration not working with latest Nautilus
+versions.
+  * Fix status icon being invisible.
+  * Fix symlinks not counted files.
+- Rebase syncthing-gtk-fix-config-read.patch.
+
+---

Old:

  syncthing-gtk-0.9.2.7.tar.gz

New:

  syncthing-gtk-0.9.3.tar.gz



Other differences:
--
++ syncthing-gtk.spec ++
--- /var/tmp/diff_new_pack.8746Aj/_old  2018-02-26 23:25:07.354397528 +0100
+++ /var/tmp/diff_new_pack.8746Aj/_new  2018-02-26 23:25:07.358397384 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package syncthing-gtk
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 %global __requires_exclude typelib\\((Caja|Nautilus|Nemo)\\)
 %define _name   syncthing_gtk
 Name:   syncthing-gtk
-Version:0.9.2.7
+Version:0.9.3
 Release:0
 Summary:Syncthing Gtk-based graphical interface
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/File-Sharing
 Url:https://github.com/syncthing/syncthing-gtk
 Source: 
https://github.com/syncthing/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -108,7 +108,8 @@
 %endif
 
 %files
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{python_sitelib}/%{_name}/

++ syncthing-gtk-0.9.2.7.tar.gz -> syncthing-gtk-0.9.3.tar.gz ++
 12264 lines of diff (skipped)

++ syncthing-gtk-fix-config-read.patch ++
--- /var/tmp/diff_new_pack.8746Aj/_old  2018-02-26 23:25:07.594388896 +0100
+++ /var/tmp/diff_new_pack.8746Aj/_new  2018-02-26 23:25:07.594388896 +0100
@@ -1,6 +1,6 @@
 --- a/syncthing_gtk/configuration.py
 +++ b/syncthing_gtk/configuration.py
-@@ -62,7 +62,7 @@ class _Configuration(object):
+@@ -64,7 +64,7 @@ class _Configuration(object):
self.load()
except Exception, e:
log.warning("Failed to load configuration; Creating new 
one.")
@@ -11,12 +11,8 @@
# Convert objects serialized as string back to object
 --- a/syncthing_gtk/daemon.py
 +++ b/syncthing_gtk/daemon.py
-@@ -327,14 +327,14 @@ class Daemon(GObject.GObject, TimerManag
-   if not self._configxml:
-   self._configxml = os.path.join(get_config_dir(), 
"syncthing", "config.xml")
-   try:
--  log.debug("Reasing syncthing config %s", 
self._configxml)
-+  log.debug("Reading syncthing config %s", 
self._configxml)
+@@ -333,11 +333,11 @@ class Daemon(GObject.GObject, TimerManag
+   log.debug("Reading syncthing config %s", 
self._configxml)
config = file(self._configxml, "r").read()
except Exception, e:
 -  raise InvalidConfigurationException("Failed to read 
daemon configuration: %s" % e)




commit python-WebOb for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-WebOb for openSUSE:Factory 
checked in at 2018-02-26 23:24:53

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


Package is "python-WebOb"

Mon Feb 26 23:24:53 2018 rev:25 rq:579633 version:1.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-WebOb/python-WebOb.changes
2017-08-04 11:58:59.454923259 +0200
+++ /work/SRC/openSUSE:Factory/.python-WebOb.new/python-WebOb.changes   
2018-02-26 23:24:53.802884892 +0100
@@ -1,0 +2,12 @@
+Fri Feb 23 19:55:17 UTC 2018 - tbecht...@suse.com
+
+- Drop not needed python-pytest-cov BuildRequires
+
+---
+Fri Feb 23 13:57:18 UTC 2018 - tbecht...@suse.com
+
+- update to 1.7.4:
+- Add support for `wsgi.input_terminated` in the wsgi environ to allow for
+  Chunked Encoding to be used with WebOb
+
+---

Old:

  WebOb-1.7.3.tar.gz

New:

  WebOb-1.7.4.tar.gz



Other differences:
--
++ python-WebOb.spec ++
--- /var/tmp/diff_new_pack.Q2wynT/_old  2018-02-26 23:24:54.698852670 +0100
+++ /var/tmp/diff_new_pack.Q2wynT/_new  2018-02-26 23:24:54.702852526 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WebOb
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-WebOb
-Version:1.7.3
+Version:1.7.4
 Release:0
 Summary:WSGI request and response object
 License:MIT
@@ -27,7 +27,6 @@
 Url:http://webob.org/
 Source: https://pypi.io/packages/source/W/WebOb/WebOb-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros

++ WebOb-1.7.3.tar.gz -> WebOb-1.7.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.7.3/CHANGES.txt new/WebOb-1.7.4/CHANGES.txt
--- old/WebOb-1.7.3/CHANGES.txt 2017-06-30 23:11:43.0 +0200
+++ new/WebOb-1.7.4/CHANGES.txt 2017-11-20 23:13:23.0 +0100
@@ -1,3 +1,15 @@
+1.7.4 (2017-11-20)
+
+Feature
+~~~
+
+- Add support for `wsgi.input_terminated` in the wsgi environ to allow for
+  Chunked Encoding to be used with WebOb: See
+  https://github.com/Pylons/webob/issues/278 and
+  https://gist.github.com/mitsuhiko/5721107 and
+  https://github.com/unbit/uwsgi/issues/1428 and
+  https://twitter.com/GrahamDumpleton/status/928712321127538688
+
 1.7.3 (2017-06-30)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.7.3/PKG-INFO new/WebOb-1.7.4/PKG-INFO
--- old/WebOb-1.7.3/PKG-INFO2017-06-30 23:16:33.0 +0200
+++ new/WebOb-1.7.4/PKG-INFO2017-11-20 23:17:45.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: WebOb
-Version: 1.7.3
+Version: 1.7.4
 Summary: WSGI request and response object
 Home-page: http://webob.org/
 Author: Pylons Project
@@ -45,6 +45,18 @@
 
 
 
+1.7.4 (2017-11-20)
+
+Feature
+~~~
+
+- Add support for `wsgi.input_terminated` in the wsgi environ to allow 
for
+  Chunked Encoding to be used with WebOb: See
+  https://github.com/Pylons/webob/issues/278 and
+  https://gist.github.com/mitsuhiko/5721107 and
+  https://github.com/unbit/uwsgi/issues/1428 and
+  https://twitter.com/GrahamDumpleton/status/928712321127538688
+
 1.7.3 (2017-06-30)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WebOb-1.7.3/WebOb.egg-info/PKG-INFO 
new/WebOb-1.7.4/WebOb.egg-info/PKG-INFO
--- old/WebOb-1.7.3/WebOb.egg-info/PKG-INFO 2017-06-30 23:16:30.0 
+0200
+++ new/WebOb-1.7.4/WebOb.egg-info/PKG-INFO 2017-11-20 23:17:45.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: WebOb
-Version: 1.7.3
+Version: 1.7.4
 Summary: WSGI request and response object
 Home-page: http://webob.org/
 Author: Pylons Project
@@ -45,6 +45,18 @@
 
 
 
+1.7.4 (2017-11-20)
+
+Feature
+~~~
+
+- Add support for 

commit python-monotonic for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-monotonic for 
openSUSE:Factory checked in at 2018-02-26 23:24:39

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


Package is "python-monotonic"

Mon Feb 26 23:24:39 2018 rev:5 rq:579534 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-monotonic/python-monotonic.changes
2017-04-13 10:45:08.620802768 +0200
+++ /work/SRC/openSUSE:Factory/.python-monotonic.new/python-monotonic.changes   
2018-02-26 23:24:40.847350821 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 14:23:13 UTC 2018 - tbecht...@suse.com
+
+- update to 1.4
+  No changelog provided
+
+---

Old:

  monotonic-1.3.tar.gz

New:

  monotonic-1.4.tar.gz



Other differences:
--
++ python-monotonic.spec ++
--- /var/tmp/diff_new_pack.vzrWiL/_old  2018-02-26 23:24:41.683320757 +0100
+++ /var/tmp/diff_new_pack.vzrWiL/_new  2018-02-26 23:24:41.695320325 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-monotonic
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-monotonic
-Version:1.3
+Version:1.4
 Release:0
 Summary:An implementation of time.monotonic() for Python 2 & < 33
 License:Apache-2.0

++ monotonic-1.3.tar.gz -> monotonic-1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-1.3/PKG-INFO new/monotonic-1.4/PKG-INFO
--- old/monotonic-1.3/PKG-INFO  2017-03-14 16:52:13.0 +0100
+++ new/monotonic-1.4/PKG-INFO  2017-10-30 20:10:18.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: monotonic
-Version: 1.3
+Version: 1.4
 Summary: An implementation of time.monotonic() for Python 2 & < 3.3
 Home-page: https://github.com/atdt/monotonic
 Author: Ori Livneh
 Author-email: o...@wikimedia.org
 License: Apache
+Description-Content-Type: UNKNOWN
 Description: 
 monotonic
 ~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-1.3/README.md new/monotonic-1.4/README.md
--- old/monotonic-1.3/README.md 1970-01-01 01:00:00.0 +0100
+++ new/monotonic-1.4/README.md 2017-10-30 20:01:14.0 +0100
@@ -0,0 +1,44 @@
+monotonic
+=
+This module provides a ``monotonic()`` function which returns the
+value (in fractional seconds) of a clock which never goes backwards.
+It is compatible with Python 2 and Python 3.
+
+On Python 3.3 or newer, ``monotonic`` will be an alias of
+[``time.monotonic``][0] from the standard library. On older versions,
+it will fall back to an equivalent implementation:
+
+ OS  | Implementation
+-|-
+ Linux, BSD, AIX | [clock_gettime][1]
+ Windows | [GetTickCount][2] or [GetTickCount64][3]
+ OS X| [mach_absolute_time][3]
+
+If no suitable implementation exists for the current platform,
+attempting to import this module (or to import from it) will
+cause a RuntimeError exception to be raised.
+
+monotonic is available via the Python Cheese Shop (PyPI):
+  https://pypi.python.org/pypi/monotonic/
+
+License
+---
+Copyright 2014, 2015, 2016, 2017 Ori Livneh 
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+
+[0]: https://docs.python.org/3/library/time.html#time.monotonic
+[1]: http://linux.die.net/man/3/clock_gettime
+[2]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724408
+[3]: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724411
+[4]: https://developer.apple.com/library/mac/qa/qa1398/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/monotonic-1.3/monotonic.egg-info/PKG-INFO 
new/monotonic-1.4/monotonic.egg-info/PKG-INFO
--- old/monotonic-1.3/monotonic.egg-info/PKG-INFO 

commit ixpdimm_sw for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package ixpdimm_sw for openSUSE:Factory 
checked in at 2018-02-26 23:24:30

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


Package is "ixpdimm_sw"

Mon Feb 26 23:24:30 2018 rev:2 rq:579473 version:01.00.00.2287

Changes:

--- /work/SRC/openSUSE:Factory/ixpdimm_sw/ixpdimm_sw.changes2017-08-22 
11:08:18.991461371 +0200
+++ /work/SRC/openSUSE:Factory/.ixpdimm_sw.new/ixpdimm_sw.changes   
2018-02-26 23:24:30.831711020 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 10:29:25 UTC 2018 - r...@suse.com
+
+- Coerce ixpdimm-cli to use "versioned" shared objects. (bsc#1073784)
+
+---



Other differences:
--
++ ixpdimm_sw.spec ++
--- /var/tmp/diff_new_pack.Wi8jV0/_old  2018-02-26 23:24:31.723678941 +0100
+++ /var/tmp/diff_new_pack.Wi8jV0/_new  2018-02-26 23:24:31.727678798 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package ixpdimm_sw
 #
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Intel Corporation
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # allow building with SLE12-compatible package-names
 %bcond_with short-invm-dnames
 
@@ -56,21 +57,21 @@
 BuildRequires:  distribution-release
 BuildRequires:  gcc-c++
 BuildRequires:  libctemplate-devel
+BuildRequires:  libnuma-devel
+BuildRequires:  python
+BuildRequires:  sblim-cmpi-devel
 BuildRequires:  pkgconfig(libkmod)
-BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(libndctl)
 BuildRequires:  pkgconfig(openssl)
-BuildRequires:  libnuma-devel
-BuildRequires:  sblim-cmpi-devel
-BuildRequires:  python
+BuildRequires:  pkgconfig(sqlite3)
 %if %{without short-invm-dnames}
-BuildRequires:  libinvm-i18n-devel >= %{min_i18n}
 BuildRequires:  libinvm-cim-devel >= %{min_cim}
 BuildRequires:  libinvm-cli-devel >= %{min_cli}
+BuildRequires:  libinvm-i18n-devel >= %{min_i18n}
 %else
-BuildRequires:  invm-i18n-devel >= %{min_i18n}
 BuildRequires:  invm-cim-devel >= %{min_cim}
 BuildRequires:  invm-cli-devel >= %{min_cli}
+BuildRequires:  invm-i18n-devel >= %{min_i18n}
 %endif
 
 %description
@@ -82,10 +83,10 @@
 Summary:API for development of %{product_name} management utilities
 Group:  System/Libraries
 Requires:   %{apibase}-data
-Requires:   libndctl6 >= 54
-Requires:   libinvm-i18n1 >= %{min_i18n}
-Requires:   libinvm-cli1 >= %{min_cli}
 Requires:   libinvm-cim1 >= %{min_cim}
+Requires:   libinvm-cli1 >= %{min_cli}
+Requires:   libinvm-i18n1 >= %{min_i18n}
+Requires:   libndctl6 >= 54
 
 %description -n %{apiname}
 An application program interface (API) for configuring and managing
@@ -170,6 +171,11 @@
 perl -pi -e 's{(\$\(LIBS\) -o \$\@)}{\$(LDFLAGS) $1}'  src/cli/makefile
 perl -pi -e 's{(\$\(LIBS\) -o \$\@)}{\$(LDFLAGS) $1}'  src/monitor/makefile
 
+# temporary fix for bsc#1073784 (introduced by SUSE packaging-guidelines)
+perl -pi -e 'print "#define SFY( x) #x\n#define STRINGIFY(x) SFY(x)\n"
+  if s{("\.so",) 4}{$1 buffer_len}; s{"\.so"}{".so." 
STRINGIFY(__VERSION_MAJOR__)}g' \
+  src/common/os/lnx_os.c
+
 %build
 make BUILDNUM=%{version} RELEASE=1 \
   DATADIR=%{_datadir} LINUX_PRODUCT_NAME=%{product_name} \




commit python-pifpaf for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-pifpaf for openSUSE:Factory 
checked in at 2018-02-26 23:24:34

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


Package is "python-pifpaf"

Mon Feb 26 23:24:34 2018 rev:5 rq:579519 version:2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pifpaf/python-pifpaf.changes  
2018-01-17 21:59:39.739414195 +0100
+++ /work/SRC/openSUSE:Factory/.python-pifpaf.new/python-pifpaf.changes 
2018-02-26 23:24:36.631502439 +0100
@@ -1,0 +2,13 @@
+Fri Feb 23 13:34:40 UTC 2018 - tbecht...@suse.com
+
+- update to 2.0.5:
+  * Fix s3rver for latest version
+  * Revert "wait the pifpaf process termination in fork mode"
+  * Use last ceph lts
+  * gnocchi: use gnocchi-api binary when possible
+  * wait the pifpaf process termination in fork mode
+  * Fix exception handling
+  * swift: use all needed workers
+  * Fix exit code not being propagated
+
+---

Old:

  pifpaf-2.0.0.tar.gz

New:

  pifpaf-2.0.5.tar.gz



Other differences:
--
++ python-pifpaf.spec ++
--- /var/tmp/diff_new_pack.V4Yleq/_old  2018-02-26 23:24:37.291478704 +0100
+++ /var/tmp/diff_new_pack.V4Yleq/_new  2018-02-26 23:24:37.291478704 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pifpaf
-Version:2.0.0
+Version:2.0.5
 Release:0
 Summary:Suite of tools and fixtures to manage daemons for testing
 License:Apache-2.0

++ pifpaf-2.0.0.tar.gz -> pifpaf-2.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pifpaf-2.0.0/.travis.yml new/pifpaf-2.0.5/.travis.yml
--- old/pifpaf-2.0.0/.travis.yml2018-01-10 13:39:54.0 +0100
+++ new/pifpaf-2.0.5/.travis.yml2018-02-09 20:55:01.0 +0100
@@ -10,6 +10,8 @@
 before_install:
   # Always redownload tarball
   - find ~/.cache/pip -name '*.dev*' -delete
+  - wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key 
add -
+  - echo deb https://download.ceph.com/debian-jewel/ trusty main | sudo tee 
/etc/apt/sources.list.d/ceph.list
   - sudo apt-get -qq update
   - sudo apt-get purge -y mysql-server-5.6 mysql-server-core-5.6 
mysql-client-core-5.6 mysql-client-5.6 postgresql* libpq*
   - sudo rm -rf /var/lib/mysql
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pifpaf-2.0.0/ChangeLog new/pifpaf-2.0.5/ChangeLog
--- old/pifpaf-2.0.0/ChangeLog  2018-01-10 13:49:33.0 +0100
+++ new/pifpaf-2.0.5/ChangeLog  2018-02-09 21:05:38.0 +0100
@@ -1,6 +1,34 @@
 CHANGES
 ===
 
+2.0.5
+-
+
+* Fix s3rver for latest version
+
+2.0.4
+-
+
+* Revert "wait the pifpaf process termination in fork mode"
+
+2.0.3
+-
+
+* Use last ceph lts
+* gnocchi: use gnocchi-api binary when possible
+* wait the pifpaf process termination in fork mode
+
+2.0.2
+-
+
+* Fix exception handling
+* swift: use all needed workers
+
+2.0.1
+-
+
+* Fix exit code not being propagated
+
 2.0.0
 -
 
@@ -151,35 +179,3 @@
 * Do not use concurrency to run tests
 * Fix conflicting port in Gnocchi test
 * Use another port for test\_gnocchi\_with\_redis\_coordinator
-* Fix pep8 error
-
-1.4.9
--
-
-* Revert "gnocchi: remove deprecated uwsgi option die-on-term"
-
-1.4.8
--
-
-* gnocchi: ensure client don't use keepalive
-
-1.4.7
--
-
-* gnocchi: add --no-orphans to uwsgi
-* gnocchi: remove deprecated uwsgi option die-on-term
-
-1.4.6
--
-
-* gnocchi: only run 1 metricd
-
-1.4.5
--
-
-* gnocchi: add missing backslash in re
-
-1.4.4
--
-
-* gnocchi: chdir to tempdir in uwsgi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pifpaf-2.0.0/PKG-INFO new/pifpaf-2.0.5/PKG-INFO
--- old/pifpaf-2.0.0/PKG-INFO   2018-01-10 13:49:33.0 +0100
+++ new/pifpaf-2.0.5/PKG-INFO   2018-02-09 21:05:38.0 +0100
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: pifpaf
-Version: 2.0.0
+Version: 2.0.5
 Summary: Suite of tools and fixtures to manage daemons for testing
 Home-page: https://github.com/jd/pifpaf
 Author: Julien Danjou
 Author-email: jul...@danjou.info
 License: UNKNOWN
+Description-Content-Type: UNKNOWN
 Description: ==
  Pifpaf
 ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pifpaf-2.0.0/pifpaf/__main__.py 
new/pifpaf-2.0.5/pifpaf/__main__.py
--- old/pifpaf-2.0.0/pifpaf/__main__.py 2018-01-10 13:39:54.0 +0100
+++ new/pifpaf-2.0.5/pifpaf/__main__.py 2018-02-09 

commit tpm2.0-abrmd for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package tpm2.0-abrmd for openSUSE:Factory 
checked in at 2018-02-26 23:24:21

Comparing /work/SRC/openSUSE:Factory/tpm2.0-abrmd (Old)
 and  /work/SRC/openSUSE:Factory/.tpm2.0-abrmd.new (New)


Package is "tpm2.0-abrmd"

Mon Feb 26 23:24:21 2018 rev:5 rq:578992 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/tpm2.0-abrmd/tpm2.0-abrmd.changes
2017-11-16 14:02:10.903087314 +0100
+++ /work/SRC/openSUSE:Factory/.tpm2.0-abrmd.new/tpm2.0-abrmd.changes   
2018-02-26 23:24:24.131951966 +0100
@@ -1,0 +2,14 @@
+Thu Feb 22 11:34:51 UTC 2018 - matthias.gerst...@suse.com
+
+- update to upstream version 1.2.0:
+  - Limit maximum number of active sessions per connection with 
'--max-sessions'.
+  - Flush all transient objects and sessions on daemon start with 
'--flush-all'.
+  - Allow passing of sessions across connections with ContextSave / Load.
+  - Unref the GUnixFDList returned by GIO / dbus in the TCTI init function.
+This fixes a memory leak in the TCTI library.
+- correctly trigger udev to update /dev/tpm* permissions after package
+  installation. (bnc#1078687)
+- prepared support_dbus_activation.diff patch which adds D-Bus activation, but
+  can't use it yet due to rpmlint
+
+---

Old:

  fix_service_paths.diff
  tpm2-abrmd-1.1.1.tar.gz

New:

  support_dbus_activation.diff
  tpm2-abrmd-1.2.0.tar.gz



Other differences:
--
++ tpm2.0-abrmd.spec ++
--- /var/tmp/diff_new_pack.7Tlrby/_old  2018-02-26 23:24:25.259911401 +0100
+++ /var/tmp/diff_new_pack.7Tlrby/_new  2018-02-26 23:24:25.259911401 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tpm2.0-abrmd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   tpm2.0-abrmd
-Version:1.1.1
+Version:1.2.0
 Release:0
 Summary:Intel's TCG Software Stack Access Broker & Resource Manager 
for TPM 2.0 chips
 License:BSD-2-Clause
 Group:  Productivity/Security
 Url:https://github.com/01org/tpm2-abrmd
-Source0:
https://github.com/01org/tpm2-abrmd/releases/download/1.1.1/tpm2-abrmd-%{version}.tar.gz
+Source0:
https://github.com/01org/tpm2-abrmd/releases/download/1.2.0/tpm2-abrmd-%{version}.tar.gz
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -35,7 +35,7 @@
 BuildRequires:  pkgconfig(sapi)
 Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch0: fix_service_paths.diff
+Patch1: support_dbus_activation.diff
 
 %description
 The tpm2.0-abrmd package provides the TPM2 Access Broker & Resource Manager.
@@ -66,11 +66,14 @@
 
 %prep
 %setup -q -n tpm2-abrmd-%{version}
-%patch0 -p1
+# can't apply that at the moment, because a whitelisting in rpmlint is missing
+# for the given service name
+#%patch1 -p1
 
 %build
 export CFLAGS="%optflags -fPIE"
 export LDFLAGS="-pie -fPIE"
+autoreconf
 %configure --disable-static --with-udevrulesdir=%{_udevrulesdir} 
--with-systemdsystemunitdir=%{_unitdir}
 make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
 
@@ -113,6 +116,7 @@
 
 %post
 %service_add_post tpm2-abrmd.service
+%_bindir/udevadm trigger -s tpm || :
 
 %postun
 %service_del_postun tpm2-abrmd.service
@@ -130,6 +134,8 @@
 %{_sbindir}/rctpm2-abrmd
 %{_unitdir}/tpm2-abrmd.service
 %config %{_sysconfdir}/dbus-1/system.d/tpm2-abrmd.conf
+# see patch1
+#%{_datadir}/dbus-1/system-services/com.intel.tss2.Tabrmd.service
 
 %files devel
 %defattr(-,root,root)

++ support_dbus_activation.diff ++
Index: tpm2-abrmd-1.2.0/Makefile.am
===
--- tpm2-abrmd-1.2.0.orig/Makefile.am
+++ tpm2-abrmd-1.2.0/Makefile.am
@@ -125,6 +125,7 @@ EXTRA_DIST = \
 dist/tpm2-abrmd.preset \
 dist/tpm2-abrmd.service.in \
 dist/tpm-udev.rules \
+dist/com.intel.tss2.Tabrmd.service \
 scripts/int-log-compiler.sh \
 CHANGELOG.md \
 CONTRIBUTING.md \
@@ -152,6 +153,8 @@ dbuspolicy_DATA  = dist/tpm2-abrmd.conf
 udevrules_DATA   = dist/tpm-udev.rules
 if HAVE_SYSTEMD
 systemdsystemunit_DATA = dist/tpm2-abrmd.service
+dbusservicedir = $(datadir)/dbus-1/system-services
+dbusservice_DATA = dist/com.intel.tss2.Tabrmd.service
 endif # HAVE_SYSTEMD
 systemdpreset_DATA = dist/tpm2-abrmd.preset
 
Index: tpm2-abrmd-1.2.0/dist/com.intel.tss2.Tabrmd.service
===
--- /dev/null
+++ 

commit python-psycopg2 for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2018-02-26 23:24:15

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


Package is "python-psycopg2"

Mon Feb 26 23:24:15 2018 rev:24 rq:578960 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2017-08-10 14:13:24.093484633 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes 
2018-02-26 23:24:17.004208305 +0100
@@ -1,0 +2,28 @@
+Thu Feb 22 10:31:09 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 2.7.4:
+ - Moving away from installing the wheel package by default.
+   Packages installed from wheel raise a warning on import. Added package
+   ``psycopg2-binary`` to install from wheel instead (:ticket:`#543`).
+ - Convert fields names into valid Python identifiers in
+   `~psycopg2.extras.NamedTupleCursor` (:ticket:`#211`).
+ - Fixed Solaris 10 support (:ticket:`#532`).
+ - `cursor.mogrify()` can be called on closed cursors (:ticket:`#579`).
+ - Fixed setting session characteristics in corner cases on autocommit
+   connections (:ticket:`#580`).
+ - Fixed `~psycopg2.extras.MinTimeLoggingCursor` on Python 3 (:ticket:`#609`).
+ - Fixed parsing of array of points as floats (:ticket:`#613`).
+ - Fixed `~psycopg2.__libpq_version__` building with libpq >= 10.1
+   (:ticket:`632`).
+ - Fixed `~cursor.rowcount` after `~cursor.executemany()` with :sql:`RETURNING`
+   statements (:ticket:`633`).
+ - Fixed compatibility problem with pypy3 (:ticket:`#649`).
+ - Wheel packages compiled against PostgreSQL 10.1 libpq and OpenSSL 1.0.2n.
+ - Wheel packages for Python 2.6 no more available (support dropped from
+   wheel building infrastructure).
+- update to version 2.7.3.2:
+ - not relevant
+- update to version 2.7.3.1:
+ - not relevant
+
+---

Old:

  psycopg2-2.7.3.tar.gz

New:

  psycopg2-2.7.4.tar.gz



Other differences:
--
++ python-psycopg2.spec ++
--- /var/tmp/diff_new_pack.3lXrOU/_old  2018-02-26 23:24:18.056170472 +0100
+++ /var/tmp/diff_new_pack.3lXrOU/_new  2018-02-26 23:24:18.060170329 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-psycopg2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,10 +18,10 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psycopg2
-Version:2.7.3
+Version:2.7.4
 Release:0
 Summary:Python-PostgreSQL Database Adapter
-License:LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and 
SUSE-GPL-2.0-with-openssl-exception
+License:LGPL-3.0+ AND (LGPL-3.0+ OR ZPL-2.0) AND 
SUSE-GPL-2.0-with-openssl-exception
 Group:  Development/Languages/Python
 Url:http://initd.org/psycopg/
 Source: 
https://files.pythonhosted.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
@@ -30,7 +30,6 @@
 BuildRequires:  postgresql-devel >= 9.1
 BuildRequires:  python-rpm-macros
 Suggests:   postgresql-server
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -57,7 +56,6 @@
 %fdupes %{buildroot}# Create hardlinks for the rest
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc AUTHORS LICENSE NEWS README.rst
 %{python_sitearch}/psycopg2/
 %{python_sitearch}/psycopg2-%{version}-py%{python_version}.egg-info

++ psycopg2-2.7.3.tar.gz -> psycopg2-2.7.4.tar.gz ++
 2220 lines of diff (skipped)




commit tpm2.0-tools for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package tpm2.0-tools for openSUSE:Factory 
checked in at 2018-02-26 23:24:17

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


Package is "tpm2.0-tools"

Mon Feb 26 23:24:17 2018 rev:10 rq:578990 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/tpm2.0-tools/tpm2.0-tools.changes
2017-11-11 14:20:23.521471715 +0100
+++ /work/SRC/openSUSE:Factory/.tpm2.0-tools.new/tpm2.0-tools.changes   
2018-02-26 23:24:18.732146162 +0100
@@ -1,0 +2,8 @@
+Thu Feb 22 11:08:19 UTC 2018 - matthias.gerst...@suse.com
+
+- update to version 3.0.3:
+  - various changes in tool options
+  - man pages are now in section 1 (formerly in section 8)
+  - tools are now installed in /usr/bin (formerly /usr/sbin)
+
+---

Old:

  2.1.1.zip

New:

  tpm2-tools-3.0.3.tar.gz



Other differences:
--
++ tpm2.0-tools.spec ++
--- /var/tmp/diff_new_pack.uFSU3F/_old  2018-02-26 23:24:19.932103007 +0100
+++ /var/tmp/diff_new_pack.uFSU3F/_new  2018-02-26 23:24:19.936102864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tpm2.0-tools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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:   tpm2.0-tools
-Version:2.1.1
+Version:3.0.3
 Release:0
 Summary:Trusted Platform Module (TPM) 2.0 administration tools
 License:BSD-3-Clause
 Group:  Productivity/Security
-Url:https://github.com/01org/tpm2.0-tools
-Source0:https://github.com/01org/tpm2.0-tools/archive/%{version}.zip
+Url:https://github.com/tpm2-software/tpm2-tools/releases
+Source0:
https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/tpm2-tools-%{version}.tar.gz
 Patch0: tpm2.0-tools-fix-hardening.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
@@ -31,6 +31,7 @@
 BuildRequires:  libcurl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libtool
+BuildRequires:  pandoc
 BuildRequires:  pkgconfig
 BuildRequires:  tpm2-0-tss-devel
 BuildRequires:  tpm2.0-abrmd-devel
@@ -50,7 +51,6 @@
 %patch0 -p1
 
 %build
-bash ./bootstrap
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -63,8 +63,8 @@
 
 %files
 %defattr(-,root,root)
-%doc README.md manual LICENSE
-/usr/sbin/tpm2_*
-%{_mandir}/man8/tpm2_*
+%doc README.md LICENSE CHANGELOG.md
+/usr/bin/tpm2_*
+%{_mandir}/man1/tpm2_*
 
 %changelog

++ tpm2.0-tools-fix-hardening.patch ++
--- /var/tmp/diff_new_pack.uFSU3F/_old  2018-02-26 23:24:19.960102001 +0100
+++ /var/tmp/diff_new_pack.uFSU3F/_new  2018-02-26 23:24:19.964101857 +0100
@@ -1,16 +1,15 @@
-Index: tpm2-tools-2.1.0/configure.ac
+Index: tpm2-tools-3.0.3/configure.ac
 ===
 tpm2-tools-2.1.0.orig/configure.ac
-+++ tpm2-tools-2.1.0/configure.ac
-@@ -121,11 +121,9 @@ AS_IF([test x"$hardening" != x"no"], [
+--- tpm2-tools-3.0.3.orig/configure.ac
 tpm2-tools-3.0.3/configure.ac
+@@ -130,10 +130,8 @@ AS_IF([test x"$hardening" != x"no"], [
  
add_hardened_c_flag([-Wformat])
add_hardened_c_flag([-Wformat-security])
 -  add_hardened_c_flag([-Wstack-protector])
add_hardened_c_flag([-fstack-protector-all])
  
-   add_hardened_define_flag([-D_FORTIFY_SOURCE=2])
 -  add_hardened_define_flag([-U_FORTIFY_SOURCE])
+   add_hardened_define_flag([-D_FORTIFY_SOURCE=2])
  
add_hardened_c_flag([-fPIC])
-   add_hardened_ld_flag([[-shared]])




commit tpm2-0-tss for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package tpm2-0-tss for openSUSE:Factory 
checked in at 2018-02-26 23:24:19

Comparing /work/SRC/openSUSE:Factory/tpm2-0-tss (Old)
 and  /work/SRC/openSUSE:Factory/.tpm2-0-tss.new (New)


Package is "tpm2-0-tss"

Mon Feb 26 23:24:19 2018 rev:10 rq:578991 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/tpm2-0-tss/tpm2-0-tss.changes2017-09-04 
12:34:51.431875087 +0200
+++ /work/SRC/openSUSE:Factory/.tpm2-0-tss.new/tpm2-0-tss.changes   
2018-02-26 23:24:20.612078553 +0100
@@ -1,0 +2,11 @@
+Thu Feb 22 09:41:46 UTC 2018 - matthias.gerst...@suse.com
+
+- update to upstream version 1.3.0:
+  - support for reproducable builds
+  - improved documentation / manual pages
+  - various stability bugfixes
+  - EncryptDecrypt2 command is now implemented
+- removed reproducible.patch. This is now included upstream.
+- added version_fix.patch to fix package config version numbers.
+
+---

Old:

  1.1.0.tar.gz
  reproducible.patch

New:

  1.3.0.tar.gz
  version_fix.patch



Other differences:
--
++ tpm2-0-tss.spec ++
--- /var/tmp/diff_new_pack.FthF2l/_old  2018-02-26 23:24:21.896032378 +0100
+++ /var/tmp/diff_new_pack.FthF2l/_new  2018-02-26 23:24:21.900032234 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tpm2-0-tss
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
 
 
 Name:   tpm2-0-tss
-Version:1.1.0
+Version:1.3.0
 Release:0
 Summary:Intel's TCG Software Stack access libraries for TPM 2.0 chips
 License:BSD-2-Clause
 Group:  Productivity/Security
-Url:https://github.com/01org/TPM2.0-TSS
-Source0:https://github.com/01org/TPM2.0-TSS/archive/%{version}.tar.gz
+Url:https://github.com/tpm2-software/tpm2-tss
+Source0:
https://github.com/tpm2-software/tpm2-tss/archive/%{version}.tar.gz
 Source2:baselibs.conf
+Patch0: version_fix.patch
 # PATCH-FIX-UPSTREAM bmwiedemann https://github.com/01org/TPM2.0-TSS/pull/419
-Patch1: reproducible.patch
 BuildRequires:  autoconf-archive
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -83,9 +83,19 @@
 
 %prep
 %setup -q -n tpm2-tss-%{version}
-%patch1 -p1
+# TODO: XX:
+# this fixes the autoconf version number which is determined via git and
+# doesn't work in OBS. The distribution tarball may fix this in the future for
+# us. If we don'T do this then the pkg-config *.pc files don't contain a
+# version number and dependent packages like tpm2.0-tools fail to build.
+#
+# the version number needs to be fixed with each version change!
+%patch0 -p1
 
 %build
+# we are still using the source tarball here. there is a release tarball for
+# 1.3.0, but some files like README and CHANGELOG are missing there. The next
+# release should work for us.
 bash bootstrap
 %configure --disable-static
 make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
@@ -104,6 +114,8 @@
 %files
 %defattr(-,root,root)
 %doc *.md LICENSE
+%{_mandir}/man3/*
+%{_mandir}/man7/tcti-*
 
 %files devel
 %defattr(-,root,root)

++ 1.1.0.tar.gz -> 1.3.0.tar.gz ++
 397685 lines of diff (skipped)

++ version_fix.patch ++
Index: tpm2-tss-1.3.0/configure.ac
===
--- tpm2-tss-1.3.0.orig/configure.ac
+++ tpm2-tss-1.3.0/configure.ac
@@ -1,5 +1,5 @@
 AC_INIT([tpm2-tss],
-[m4_esyscmd_s([git describe --tags --always --dirty])])
+[1.3.0])
 AC_CONFIG_MACRO_DIR([m4])
 AC_PROG_CC
 AC_PROG_CXX



commit zerobranestudio for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package zerobranestudio for openSUSE:Factory 
checked in at 2018-02-26 23:24:12

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


Package is "zerobranestudio"

Mon Feb 26 23:24:12 2018 rev:3 rq:578648 version:1.70

Changes:

--- /work/SRC/openSUSE:Factory/zerobranestudio/zerobranestudio.changes  
2017-02-16 17:00:43.208612080 +0100
+++ /work/SRC/openSUSE:Factory/.zerobranestudio.new/zerobranestudio.changes 
2018-02-26 23:24:14.548296627 +0100
@@ -1,0 +2,237 @@
+Tue Dec 12 07:57:38 UTC 2017 - mailaen...@opensuse.org
+
+- update to version 1.70
+  - Added `AnalyzeFile` method (#166).
+  - Added `AnalyzeString` method (#166).
+  - Added `fontname` and `fontsize` to the default config.
+  - Added auto-rescaling of toolbar icons if smaller sizes are available.
+  - Added more locations to the default installation path to check for Corona.
+  - Added warning on using removed `outputshell` settings in the config.
+  - Added reapplying ansi color styles after color scheme switching (#684).
+  - Added support for ansi escapes to color text in Output window (closes 
#684).
+  - Added status messages for find-in-files to better report search progress 
(#822).
+  - Added option to limit number of files returned by `GetFileList`.
+  - Added `GetHotKey` method to return shortcut/id (#166).
+  - Added `onFiletreeFileDelete` and `onFiletreeFilePreDelete` events (closes 
#815, #166).
+  - Added `onFiletreeFileRename` and `onFiletreeFilePreRename` events (#815, 
#166).
+  - Added re-encoding of the path when codepage is set to activate in debugger 
(closes #817, #804).
+  - Added console `reset` command and `Reset` method to reset the current 
environment.
+  - Added config setting to specify if `inselection` search needs to be on by 
default.
+  - Added `GetFileList` method (#166).
+  - Added `GetFocusedItem` and `SetFocusedItem` methods for wxlua <3.x (if not 
present).
+  - Added encoding output based on codepage setting (closes #804, closes #710).
+  - Added `GetCodePage` method (#166, #804, #710).
+  - Added support for discontinuous match strategry in variable auto-complete 
(closes #805).
+  - Added handling of `error in __gc` messages in error navigation (#808).
+  - Added handling of `AppKey` for local menu in the editor (closes #809).
+  - Added `MergePath` method to use instead of a global function (#166).
+  - Added `GetLineWrapped` editor method (#166).
+  - Added `GetAllMarginWidth` editor method (#166).
+  - Added `commandbar.filecache` setting to control commandbar file cache.
+  - Added cache for the files in the commandbar.
+  - Added comment about usage of known files in the project tree imagelist.
+  - Added `onFileTreeFileAdd`, `onFileTreeFileRemove`, and 
`onFileTreeFileRefresh` events (#166).
+  - Added un/setting Start file to the tab menu (closes #790).
+  - Added checks when project is not set and start file is unset or directory 
unmap.
+  - Added `GetStartFile` and `SetStartFile` methods for the project tree 
(#790, #166).
+  - Added `varself` indicator for hidden `self` variable (#777).
+  - Added `RequestAttention` method (#166).
+  - Added restoring app window if minimized during activation on Linux.
+  - Added default value for `staticanalyzer.luacheck` (#768).
+  - Added support for using luacheck (closes #768).
+  - Added handling of leading slash in exclusion lists to anchor at project 
directory.
+  - Added progress bar indicator for commandbar processing.
+  - Added ability to interrupt long processing in commandbar with more input.
+  - Added `ShowCommandBar` method (#166).
+  - Added more robust checks for format of the colors in the config.
+  - Added support for whitespace size in the editor.
+  - Added and corrected color descriptions (closes #770).
+  - Added support for whitespace type setting.
+  - Added using extension from the current tab for new documents.
+  - Added `GetDefaultFileName` method (#166).
+  - Added toolbar initialization if not provided.
+  - Added handling of `editor.keymap` encoded as hash to simplify 
modifications.
+  - Added `SETLEXERLANGUAGE` constant to avoid hardcoded values.
+  - Added handling of exclusion lists encoded as hashes.
+  - Added stripping for binary Lua modules (for non-debug builds).
+  - Added skipping stripping for debug builds.
+  - Assigned style defaults to allow simple setting of back/foreground colors.
+  - Converted `excludelist` and `binarylist` to hashes to simplify 
modifications.
+  - Disabled moving through history in console when selection is on.
+  - Disabled closing commandbar while the text is still processed as it caused 
unexpected effects.
+  - Disabled interrupts for long commandbar processing on Linux.
+  - Improved support for handling 

commit python-hypothesis for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2018-02-26 23:23:44

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


Package is "python-hypothesis"

Mon Feb 26 23:23:44 2018 rev:16 rq:579946 version:3.45.3

Changes:

--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes  
2018-01-19 11:49:09.247118484 +0100
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2018-02-26 23:23:47.817257961 +0100
@@ -1,0 +2,128 @@
+Fri Feb 23 20:19:52 UTC 2018 - tbecht...@suse.com
+
+update to version 3.45.3
+  * Bump version to 3.44.26 and update changelog
+  * That doesn't need to be conditional in the shrinker
+  * Add release notes
+  * Wrong backticks
+  * Response to review
+  * Switch over to an adaptive greedy algorithm
+  * Clarify dependencies on enum34, Django
+  * don't try to assign to *args
+  * Don't split expression over multiple lines needlessly
+  * define labels in top-level constants since they're expensive-ish to compute
+  * Change how we track whether a block is shrinking
+  * Add tests for zig zagging behaviour
+  * Update isort from 4.2.15 to 4.3.2
+  * Add a section about deferring errors
+  * specify target and args for build() together as *target_and_args
+  * Fix typo
+  * Bump version to 3.44.17 and update changelog
+  * Add flaky annotation to test_can_generate_interval_endpoints
+  * Add notion of labels to strategies
+  * Bump version to 3.44.25 and update changelog
+  * Update pytest from 3.3.2 to 3.4.0
+  * address more code review comments
+  * Bump version to 3.44.19 and update changelog
+  * Remove just and of course
+  * Bump version to 3.45.2 and update changelog
+  * don't refer to hypothesis_internal_target from bad implementation
+  * Add a release note for the source changes
+  * Add quality tests on Python 2
+  * Update safety from 1.6.1 to 1.7.0
+  * Fix typo in docstring
+  * Bump the required version of attrs
+  * Fix unbalanced quotes
+  * Pass access to blocks and intervals through a level of indirection
+  * Run 'make format' with the new version of isort
+  * dont use 'target' in naming arg to builds()
+  * Improve section on testing
+  * Fix tests expecting specific example counts
+  * add docstrings in base_defines_strategy
+  * fix test_{nested_}discarded_intervals_are_not_in_labels to not assert 
exact equality
+  * Clean up argument handling logic so we have full coverage again
+  * Deal with another old-typing-module problem
+  * write release note
+  * Update isort from 4.3.2 to 4.3.3
+  * Run 'make requirements'
+  * Add tests for labelling behaviour
+  * Expand on what we track
+  * Whoops new style class
+  * Update pytz from 2017.3 to 2018.3
+  * Move interval calculation to shrinker
+  * Convert types from strings to hbytes
+  * Only replace examples, not joined intervals. Make more things examples
+  * Switch hyphens to em-dashes
+  * Update autoflake from 1.0 to 1.1
+  * Bump version to 3.44.21 and update changelog
+  * Update python-gitlab from 1.2.0 to 1.3.0
+  * Use more descriptive names
+  * Move instructions on running tests to testing guide
+  * Lets not have slow tests like that in tests/cover
+  * Track changed blocks and remove a common offset from them
+  * give every Example a label
+  * Bump version to 3.44.18 and update changelog
+  * Update isort from 4.3.3 to 4.3.4
+  * Add tests for new behaviour
+  * Bump version to 3.44.22 and update changelog
+  * test_saves_negated_examples_in_covering docstring wording tweak
+  * remove old implementation
+  * Fix style issues in src
+  * fix based on Zac's code review
+  * Update imagesize from 0.7.1 to 1.0.0
+  * Update coverage from 4.5 to 4.5.1
+  * Update tests to account for new covering examples
+  * Update certifi from 2017.11.5 to 2018.1.18
+  * Update typing from 3.6.2 to 3.6.4
+  * Track examples by draw index
+  * rename target arg so we can use targets requiring an argument 'target'
+  * Update babel from 2.5.2 to 2.5.3
+  * Update pytest-xdist from 1.21.0 to 1.22.0
+  * Add a release note
+  * Monospace engine.py
+  * Move flake8 config to tox.ini
+  * Add flake8-docstrings
+  * improve test_saves_negated_examples_in_covering to check what we actually 
care about
+  * tweaks from code review
+  * There was no good reason for that test to be that complicated
+  * Correct env naming
+  * Clean up unfinished examples at the end
+  * Add a guide for working on internals
+  * ideally -> usually
+  * Update autopep8 from 1.3.3 to 1.3.4
+  * Bump version to 3.45.3 and update changelog
+  * Bump version to 3.45.0 and update changelog
+  * Make test_minimize_sets_of_sets non-flaky
+  * Remove seed
+  * Remove reference to intervals
+  * Update coverage 

commit libseccomp for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package libseccomp for openSUSE:Factory 
checked in at 2018-02-26 23:23:02

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


Package is "libseccomp"

Mon Feb 26 23:23:02 2018 rev:19 rq:579764 version:2.3.3

Changes:

--- /work/SRC/openSUSE:Factory/libseccomp/libseccomp.changes2017-06-01 
16:28:04.466548277 +0200
+++ /work/SRC/openSUSE:Factory/.libseccomp.new/libseccomp.changes   
2018-02-26 23:23:03.830839835 +0100
@@ -1,0 +2,6 @@
+Sat Feb 24 02:53:57 UTC 2018 - asa...@suse.com
+
+- Update to release 2.3.3:
+  * Updated the syscall table for Linux v4.15-rc7
+
+---

Old:

  libseccomp-2.3.2.tar.gz
  libseccomp-2.3.2.tar.gz.SHA256SUM.asc

New:

  libseccomp-2.3.3.tar.gz
  libseccomp-2.3.3.tar.gz.SHA256SUM.asc



Other differences:
--
++ libseccomp.spec ++
--- /var/tmp/diff_new_pack.nmPTeb/_old  2018-02-26 23:23:04.646810491 +0100
+++ /var/tmp/diff_new_pack.nmPTeb/_new  2018-02-26 23:23:04.646810491 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libseccomp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname   libseccomp2
 Name:   libseccomp
-Version:2.3.2
+Version:2.3.3
 Release:0
 Summary:An enhanced Seccomp (mode 2) helper library
 License:LGPL-2.1

++ libseccomp-2.3.2.tar.gz -> libseccomp-2.3.3.tar.gz ++
 3539 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/libseccomp-2.3.2/CHANGELOG new/libseccomp-2.3.3/CHANGELOG
--- old/libseccomp-2.3.2/CHANGELOG  2017-02-28 00:15:27.614479203 +0100
+++ new/libseccomp-2.3.3/CHANGELOG  2018-01-10 23:49:24.186416015 +0100
@@ -2,6 +2,9 @@
 ===
 https://github.com/seccomp/libseccomp
 
+* Version 2.3.3 - January 10, 2018
+- Updated the syscall table for Linux v4.15-rc7
+
 * Version 2.3.2 - February 27, 2017
 - Achieved full compliance with the CII Best Practices program
 - Added Travis CI builds to the GitHub repository
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/libseccomp-2.3.2/CREDITS new/libseccomp-2.3.3/CREDITS
--- old/libseccomp-2.3.2/CREDITS2017-02-27 20:45:59.834154723 +0100
+++ new/libseccomp-2.3.3/CREDITS2018-01-10 23:49:24.186416015 +0100
@@ -22,6 +22,7 @@
 Joe MacDonald 
 Justin Cormack 
 Kees Cook 
+Kyle R. Conway 
 Luca Bruno 
 Marcin Juszkiewicz 
 Marcus Meissner 
@@ -32,6 +33,7 @@
 Mike Strosaker 
 Paul Moore 
 Serge Hallyn 
+Tobias Klauser 
 Thiago Marcos P. Santos 
 valoq 
 Vicente Olivert Riera 
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/libseccomp-2.3.2/build-aux/ar-lib new/libseccomp-2.3.3/build-aux/ar-lib
--- old/libseccomp-2.3.2/build-aux/ar-lib   2017-02-28 00:18:48.022001009 
+0100
+++ new/libseccomp-2.3.3/build-aux/ar-lib   2018-01-10 23:50:23.233137450 
+0100
@@ -4,7 +4,7 @@
 me=ar-lib
 scriptversion=2012-03-01.08; # UTC
 
-# Copyright (C) 2010-2014 Free Software Foundation, Inc.
+# Copyright (C) 2010-2017 Free Software Foundation, Inc.
 # Written by Peter Rosin .
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit libao for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package libao for openSUSE:Factory checked 
in at 2018-02-26 23:23:50

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


Package is "libao"

Mon Feb 26 23:23:50 2018 rev:39 rq:579965 version:1.2.2+git20180114.d522165

Changes:

--- /work/SRC/openSUSE:Factory/libao/libao.changes  2018-02-25 
12:20:11.716258142 +0100
+++ /work/SRC/openSUSE:Factory/.libao.new/libao.changes 2018-02-26 
23:23:51.657119868 +0100
@@ -1,0 +2,6 @@
+Sun Feb 25 11:33:08 UTC 2018 - jeng...@inai.de
+
+- Rename %soname to %sover to better reflect its use.
+- Fix RPM groups. Trim other-OS parts from description.
+
+---



Other differences:
--
++ libao.spec ++
--- /var/tmp/diff_new_pack.RNW60C/_old  2018-02-26 23:23:52.493089804 +0100
+++ /var/tmp/diff_new_pack.RNW60C/_new  2018-02-26 23:23:52.497089660 +0100
@@ -16,16 +16,16 @@
 #
 
 
-%define soname  4
+%define sover  4
 # Check configure.ac for the plugin versioning
 %define plugver 4
 %define my_provides /tmp/my-provides
 Name:   libao
 Version:1.2.2+git20180114.d522165
 Release:0
-Summary:A Cross-Platform Audio Output Library
+Summary:An Audio Output Library
 License:GPL-2.0+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.xiph.org/ao/
 # Switched to git release as there are no releases for >3 years
 #Source: 
http://downloads.xiph.org/releases/ao/%{name}-%{version}.tar.gz
@@ -43,18 +43,20 @@
 Obsoletes:  plugin4-esd
 
 %description
-Libao is a cross-platform audio output library.
+Libao is an audio output library, supporting a number of
+outputs, such as ALSA, PulseAudio, and PCM files.
 
-%package -n libao%{soname}
-Summary:A Cross-Platform Audio Output Library
+%package -n libao%{sover}
+Summary:An Audio Output Library
 Group:  System/Libraries
 Requires:   libao-plugins%{plugver}
 # libao was last used in openSUSE 11.3
 Provides:   libao = 1.1.0
 Obsoletes:  libao < 1.1.0
 
-%description -n libao%{soname}
-Libao is a cross-platform audio output library.
+%description -n libao%{sover}
+Libao is an audio output library, supporting a number of
+outputs, such as ALSA, PulseAudio, and PCM files.
 
 %package plugins%{plugver}
 Summary:Main output plugins for libao
@@ -64,14 +66,14 @@
 This package contains the main output plugins for libao.
 
 %package devel
-Summary:Include Files and Libraries mandatory for Development
+Summary:Development files for libao, an audio outputl ibrary
 Group:  Development/Libraries/C and C++
 Requires:   glibc-devel
-Requires:   libao%{soname} = %{version}
+Requires:   libao%{sover} = %{version}
 
 %description devel
-This package contains all necessary include files and libraries needed
-to develop applications that require these.
+This package contains the headers for developing applications that
+want to make use of libao.
 
 %prep
 %setup -q
@@ -103,13 +105,13 @@
 %define _use_internal_dependency_generator 0
 %define __find_provides %{my_provides}
 
-%post -n libao%{soname} -p /sbin/ldconfig
-%postun -n libao%{soname} -p /sbin/ldconfig
+%post -n libao%{sover} -p /sbin/ldconfig
+%postun -n libao%{sover} -p /sbin/ldconfig
 
-%files -n libao%{soname}
+%files -n libao%{sover}
 %doc AUTHORS CHANGES README TODO
 %license COPYING
-%{_libdir}/libao.so.%{soname}*
+%{_libdir}/libao.so.%{sover}*
 %dir %{_libdir}/ao
 %dir %{_libdir}/ao/plugins-%{plugver}
 




commit perl-Test-Strict for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Test-Strict for 
openSUSE:Factory checked in at 2018-02-26 23:23:16

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


Package is "perl-Test-Strict"

Mon Feb 26 23:23:16 2018 rev:5 rq:579896 version:0.45

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Strict/perl-Test-Strict.changes
2018-02-18 11:38:57.856923934 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Strict.new/perl-Test-Strict.changes   
2018-02-26 23:23:17.074363563 +0100
@@ -1,0 +2,24 @@
+Sun Feb 25 07:01:11 UTC 2018 - co...@suse.com
+
+- updated to 0.45
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.45  2018-02-22 16:45:00 MANWAR
+- Revisited to address issue #17, (Devel::Cover no longer prereq).
+  
+  0.44  2018-02-21 19:20:00 MANWAR
+- Added key 'clean' and 'dist' to Makefile.PL script.
+
+---
+Wed Feb 21 07:06:41 UTC 2018 - co...@suse.com
+
+- updated to 0.43
+   see /usr/share/doc/packages/perl-Test-Strict/Changes
+
+  0.43  2018-02-20 15:00:00 MANWAR
+- Bumped the version.
+  
+  0.42  2018-02-20 13:00:00 MANWAR
+- Addressed issue #17, (Devel::Cover no longer prereq).
+
+---

Old:

  Test-Strict-0.41.tar.gz

New:

  Test-Strict-0.45.tar.gz



Other differences:
--
++ perl-Test-Strict.spec ++
--- /var/tmp/diff_new_pack.my8g9X/_old  2018-02-26 23:23:18.006330048 +0100
+++ /var/tmp/diff_new_pack.my8g9X/_new  2018-02-26 23:23:18.006330048 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Test-Strict
-Version:0.41
+Version:0.45
 Release:0
 %define cpan_name Test-Strict
 Summary:Check syntax, presence of use strict; and test coverage
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Strict/
 Source0:
https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
@@ -30,10 +30,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::Cover) >= 0.43
 BuildRequires:  perl(IO::Scalar)
 BuildRequires:  perl(Test::More) >= 1.00
-Requires:   perl(Devel::Cover) >= 0.43
 %{perl_requires}
 
 %description

++ Test-Strict-0.41.tar.gz -> Test-Strict-0.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/Changes new/Test-Strict-0.45/Changes
--- old/Test-Strict-0.41/Changes2018-02-09 13:29:07.0 +0100
+++ new/Test-Strict-0.45/Changes2018-02-22 17:44:31.0 +0100
@@ -1,5 +1,17 @@
 Revision history for Test::Strict.
 
+0.45  2018-02-22 16:45:00 MANWAR
+  - Revisited to address issue #17, (Devel::Cover no longer prereq).
+
+0.44  2018-02-21 19:20:00 MANWAR
+  - Added key 'clean' and 'dist' to Makefile.PL script.
+
+0.43  2018-02-20 15:00:00 MANWAR
+  - Bumped the version.
+
+0.42  2018-02-20 13:00:00 MANWAR
+  - Addressed issue #17, (Devel::Cover no longer prereq).
+
 0.41  2018-02-09 12:30:00 MANWAR
   - Merged pull request #23, thanks @arc.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/META.json 
new/Test-Strict-0.45/META.json
--- old/Test-Strict-0.41/META.json  2018-02-09 13:29:59.0 +0100
+++ new/Test-Strict-0.45/META.json  2018-02-22 17:45:40.0 +0100
@@ -30,7 +30,6 @@
   },
   "runtime" : {
  "requires" : {
-"Devel::Cover" : "0.43",
 "File::Find" : "0.01",
 "File::Spec" : "0.01",
 "File::Temp" : "0.01",
@@ -50,7 +49,7 @@
"provides" : {
   "Test::Strict" : {
  "file" : "lib/Test/Strict.pm",
- "version" : "0.41"
+ "version" : "0.45"
   }
},
"release_status" : "stable",
@@ -65,7 +64,7 @@
  "x_license" : "http://dev.perl.org/licenses/;
   }
},
-   "version" : "0.41",
+   "version" : "0.45",
"x_contributors" : [
   "Gabor Szabo ",
   "Peter Vereshagin ",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Strict-0.41/META.yml 
new/Test-Strict-0.45/META.yml
--- old/Test-Strict-0.41/META.yml   2018-02-09 13:29:59.0 +0100
+++ new/Test-Strict-0.45/META.yml   2018-02-22 17:45:40.0 +0100
@@ -22,9 +22,8 @@
 provides:
   Test::Strict:
 file: lib/Test/Strict.pm
- 

commit perl-Test-Simple for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Test-Simple for 
openSUSE:Factory checked in at 2018-02-26 23:22:45

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


Package is "perl-Test-Simple"

Mon Feb 26 23:22:45 2018 rev:12 rq:579745 version:1.302125

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Simple/perl-Test-Simple.changes
2018-02-12 10:07:59.361129074 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Simple.new/perl-Test-Simple.changes   
2018-02-26 23:22:48.991373499 +0100
@@ -1,0 +2,18 @@
+Fri Feb 23 07:08:35 UTC 2018 - co...@suse.com
+
+- updated to 1.302125
+   see /usr/share/doc/packages/perl-Test-Simple/Changes
+
+  1.302125  2018-02-21 23:10:39-08:00 America/Los_Angeles
+  
+  - No changes since trial
+  
+  1.302124  2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE)
+  
+  - Fix a test to skip without threads
+  
+  1.302123  2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE)
+  
+  - Make it possible to disable IPC
+
+---

Old:

  Test-Simple-1.302122.tar.gz

New:

  Test-Simple-1.302125.tar.gz



Other differences:
--
++ perl-Test-Simple.spec ++
--- /var/tmp/diff_new_pack.AELAjd/_old  2018-02-26 23:22:49.911340415 +0100
+++ /var/tmp/diff_new_pack.AELAjd/_new  2018-02-26 23:22:49.911340415 +0100
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Test-Simple
-Version:1.302122
+Version:1.302125
 Release:0
 %define cpan_name Test-Simple
 Summary:Basic utilities for writing tests
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Simple/
 Source0:
https://cpan.metacpan.org/authors/id/E/EX/EXODIST/%{cpan_name}-%{version}.tar.gz

++ Test-Simple-1.302122.tar.gz -> Test-Simple-1.302125.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302122/Changes 
new/Test-Simple-1.302125/Changes
--- old/Test-Simple-1.302122/Changes2018-02-05 17:13:58.0 +0100
+++ new/Test-Simple-1.302125/Changes2018-02-22 08:10:41.0 +0100
@@ -1,3 +1,15 @@
+1.302125  2018-02-21 23:10:39-08:00 America/Los_Angeles
+
+- No changes since trial
+
+1.302124  2018-02-13 22:02:48-08:00 America/Los_Angeles (TRIAL RELEASE)
+
+- Fix a test to skip without threads
+
+1.302123  2018-02-13 21:39:31-08:00 America/Los_Angeles (TRIAL RELEASE)
+
+- Make it possible to disable IPC
+
 1.302122  2018-02-05 08:13:56-08:00 America/Los_Angeles
 
 - Add 'mode' ro render facet
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302122/MANIFEST 
new/Test-Simple-1.302125/MANIFEST
--- old/Test-Simple-1.302122/MANIFEST   2018-02-05 17:13:58.0 +0100
+++ new/Test-Simple-1.302125/MANIFEST   2018-02-22 08:10:41.0 +0100
@@ -228,6 +228,10 @@
 t/Test2/behavior/Subtest_plan.t
 t/Test2/behavior/Subtest_todo.t
 t/Test2/behavior/Taint.t
+t/Test2/behavior/disable_ipc_a.t
+t/Test2/behavior/disable_ipc_b.t
+t/Test2/behavior/disable_ipc_c.t
+t/Test2/behavior/disable_ipc_d.t
 t/Test2/behavior/err_var.t
 t/Test2/behavior/init_croak.t
 t/Test2/behavior/intercept.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302122/META.json 
new/Test-Simple-1.302125/META.json
--- old/Test-Simple-1.302122/META.json  2018-02-05 17:13:58.0 +0100
+++ new/Test-Simple-1.302125/META.json  2018-02-22 08:10:41.0 +0100
@@ -47,7 +47,7 @@
  "url" : "http://github.com/Test-More/test-more/;
   }
},
-   "version" : "1.302122",
+   "version" : "1.302125",
"x_breaks" : {
   "Log::Dispatch::Config::TestLog" : "<= 0.02",
   "Net::BitTorrent" : "<= 0.052",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302122/META.yml 
new/Test-Simple-1.302125/META.yml
--- old/Test-Simple-1.302122/META.yml   2018-02-05 17:13:58.0 +0100
+++ new/Test-Simple-1.302125/META.yml   2018-02-22 08:10:41.0 +0100
@@ -22,7 +22,7 @@
 resources:
   bugtracker: http://github.com/Test-More/test-more/issues
   repository: http://github.com/Test-More/test-more/
-version: '1.302122'
+version: '1.302125'
 x_breaks:
   Log::Dispatch::Config::TestLog: '<= 0.02'
   Net::BitTorrent: '<= 0.052'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Simple-1.302122/Makefile.PL 
new/Test-Simple-1.302125/Makefile.PL
--- 

commit wireshark for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2018-02-26 23:23:07

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


Package is "wireshark"

Mon Feb 26 23:23:07 2018 rev:133 rq:579774 version:2.4.5

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2018-01-16 
09:38:58.415229487 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2018-02-26 
23:23:13.634487271 +0100
@@ -1,0 +2,25 @@
+Sat Feb 24 10:04:01 UTC 2018 - astie...@suse.com
+
+- Wireshark 2.4.5:
+  This release fixes minor vulnerabilities that could be used to
+  trigger dissector crashes or cause dissectors to go into large
+  infinite loops by making Wireshark read specially crafted
+  packages from the network or capture files (bsc#1082692):
+  * CVE-2018-7335: The IEEE 802.11 dissector could crash
+  * CVE-2018-7321, CVE-2018-7322, CVE-2018-7323, CVE-2018-7324, 
+CVE-2018-7325, CVE-2018-7326, CVE-2018-7327, CVE-2018-7328, 
+CVE-2018-7329, CVE-2018-7330, CVE-2018-7331, CVE-2018-7332, 
+CVE-2018-7333, CVE-2018-7421: Multiple dissectors could go
+into large infinite loops
+  * CVE-2018-7334: The UMTS MAC dissector could crash
+  * CVE-2018-7337: The DOCSIS dissector could crash
+  * CVE-2018-7336: The FCP dissector could crash
+  * CVE-2018-7320: The SIGCOMP dissector could crash
+  * CVE-2018-7420: The pcapng file parser could crash
+  * CVE-2018-7417: The IPMI dissector could crash
+  * CVE-2018-7418: The SIGCOMP dissector could crash
+  * CVE-2018-7419: The NBAP disssector could crash
+  * Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.4.5.html
+
+---

Old:

  SIGNATURES-2.4.4.txt
  wireshark-2.4.4.tar.xz

New:

  SIGNATURES-2.4.5.txt
  wireshark-2.4.5.tar.xz



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.zumQAi/_old  2018-02-26 23:23:16.278392189 +0100
+++ /var/tmp/diff_new_pack.zumQAi/_new  2018-02-26 23:23:16.282392045 +0100
@@ -36,7 +36,7 @@
 %bcond_with geoip
 %endif
 Name:   wireshark
-Version:2.4.4
+Version:2.4.5
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ AND GPL-3.0+

++ SIGNATURES-2.4.4.txt -> SIGNATURES-2.4.5.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-2.4.4.txt   2018-01-16 
09:38:25.476771276 +0100
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-2.4.5.txt  
2018-02-26 23:23:12.466529274 +0100
@@ -1,40 +1,40 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
-wireshark-2.4.4.tar.xz: 28818372 bytes
-SHA256(wireshark-2.4.4.tar.xz)=049a758e39422dcd536d7f75cebbfaa44e4f305d602bf22964d6459821126f58
-RIPEMD160(wireshark-2.4.4.tar.xz)=ee062bc380db3efce21640774bf6cb5c327b8b27
-SHA1(wireshark-2.4.4.tar.xz)=cefc8eee2f73d7f96f2708d582c57abb486f
-
-Wireshark-win32-2.4.4.exe: 52697912 bytes
-SHA256(Wireshark-win32-2.4.4.exe)=1f93c1df271aeaa60161d67abd9e17f48f07f1a7cfc84c3c09076be23b2a845e
-RIPEMD160(Wireshark-win32-2.4.4.exe)=93ce703dc83c6cc0c23ade12a59bcbaa6088b8ba
-SHA1(Wireshark-win32-2.4.4.exe)=1d14fb39f382909587ac9ce65477f1702570cb3a
-
-Wireshark-win64-2.4.4.exe: 57913704 bytes
-SHA256(Wireshark-win64-2.4.4.exe)=f532b664921a317c151ef0fb2b4e7badcdb9ecd5a969d38bd54568a6a0a18c68
-RIPEMD160(Wireshark-win64-2.4.4.exe)=137f4225a15183bacc9c4c51522a99b624095c39
-SHA1(Wireshark-win64-2.4.4.exe)=e7890e6445118a9238cab51cf89407c6fdd2235d
-
-Wireshark-win64-2.4.4.msi: 47095808 bytes
-SHA256(Wireshark-win64-2.4.4.msi)=38293816156d0aa51302e09fa2901a24913eb8e1b8cebee9bb90b318d85343f5
-RIPEMD160(Wireshark-win64-2.4.4.msi)=5b50bc5d30dad6f5e9eac8539da57c373f5c291d
-SHA1(Wireshark-win64-2.4.4.msi)=70c0be5ff3d5d61428e7b07885a979d12e82ea6b
-
-Wireshark-win32-2.4.4.msi: 41943040 bytes
-SHA256(Wireshark-win32-2.4.4.msi)=0407314ae45c391ca6cccddf428b8f452e6dbbfee13143d4cb178f643e8a5a8b
-RIPEMD160(Wireshark-win32-2.4.4.msi)=22b168509f5bf9e8df2013aed781686ad89959b8
-SHA1(Wireshark-win32-2.4.4.msi)=003c2d7c3670b19b4397fc9855683e65ea12ea56
-
-WiresharkPortable_2.4.4.paf.exe: 45378496 bytes
-SHA256(WiresharkPortable_2.4.4.paf.exe)=4c6c0481ed216e797351fc38ba63754e37ac4cb2686595204f9be00d3b5dd4bb
-RIPEMD160(WiresharkPortable_2.4.4.paf.exe)=773aa2c4fc2cd4126fd3da06da3066c27e45cd79
-SHA1(WiresharkPortable_2.4.4.paf.exe)=f484dd8d2bba9ccaefe187c0e50f30c231141bce
-
-Wireshark 2.4.4 Intel 64.dmg: 35240389 bytes
-SHA256(Wireshark 2.4.4 Intel 
64.dmg)=eb6d9a304b2697a90f267bd8734926a9fe37939aab8394a550cd4c272dd15e11
-RIPEMD160(Wireshark 2.4.4 Intel 

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

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-Scalar-List-Utils for 
openSUSE:Factory checked in at 2018-02-26 23:22:57

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


Package is "perl-Scalar-List-Utils"

Mon Feb 26 23:22:57 2018 rev:14 rq:579752 version:1.50

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Scalar-List-Utils/perl-Scalar-List-Utils.changes
2017-09-13 21:35:05.422050498 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Scalar-List-Utils.new/perl-Scalar-List-Utils.changes
   2018-02-26 23:22:58.387035609 +0100
@@ -1,0 +2,21 @@
+Wed Feb 21 06:59:03 UTC 2018 - co...@suse.com
+
+- updated to 1.50
+   see /usr/share/doc/packages/perl-Scalar-List-Utils/Changes
+
+  1.50 -- 2018-02-20 19:13:27
+   [CHANGES]
+* Added head() and tail() functions (thanks preaction)
+* Support binary and Unicode in symbol names for set_subname()
+  
+   [BUGFIXES]
+* Fix building with C++ and C89 compilers
+* Fix uniq() test for old Test::More
+* Fix example get_code_info for unnamed subs (RT#116962)
+* Fixes for symbol names containing ' characters
+   * Don't leak SVs from sum0/product1 when called with zero args
+  (RT#124017)
+   * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
+* Misc. fixes for perl 5.6
+
+---

Old:

  Scalar-List-Utils-1.49.tar.gz

New:

  Scalar-List-Utils-1.50.tar.gz



Other differences:
--
++ perl-Scalar-List-Utils.spec ++
--- /var/tmp/diff_new_pack.QIlDyP/_old  2018-02-26 23:22:59.446997490 +0100
+++ /var/tmp/diff_new_pack.QIlDyP/_new  2018-02-26 23:22:59.450997345 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Scalar-List-Utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Scalar-List-Utils
-Version:1.49
+Version:1.50
 Release:0
 %define cpan_name Scalar-List-Utils
 Summary:Common Scalar and List utility subroutines
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Scalar-List-Utils/
 Source0:
https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz

++ Scalar-List-Utils-1.49.tar.gz -> Scalar-List-Utils-1.50.tar.gz ++
 4359 lines of diff (skipped)




commit fribidi for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package fribidi for openSUSE:Factory checked 
in at 2018-02-26 23:22:39

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


Package is "fribidi"

Mon Feb 26 23:22:39 2018 rev:26 rq:579691 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/fribidi/fribidi.changes  2018-02-19 
12:58:56.886447665 +0100
+++ /work/SRC/openSUSE:Factory/.fribidi.new/fribidi.changes 2018-02-26 
23:22:41.655637310 +0100
@@ -1,0 +2,5 @@
+Sun Feb 18 12:32:47 UTC 2018 - jeng...@inai.de
+
+- Trim redundancies in the description.
+
+---



Other differences:
--
++ fribidi.spec ++
--- /var/tmp/diff_new_pack.aDhAFj/_old  2018-02-26 23:22:42.551605088 +0100
+++ /var/tmp/diff_new_pack.aDhAFj/_new  2018-02-26 23:22:42.551605088 +0100
@@ -20,7 +20,7 @@
 Name:   fribidi
 Version:1.0.1
 Release:0
-Summary:Free Implementation of Unicode BiDi Algorithm
+Summary:An implementation of the Unicode BiDi algorithm
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
 Url:https://github.com/fribidi/fribidi
@@ -40,15 +40,15 @@
 Standard Annex #9, the Bidirectional Algorithm".
 
 %package -n %{lname}
-Summary:Free Implementation of the Unicode BiDi Algorithm
+Summary:An implementation of the Unicode BiDi algorithm
 Group:  System/Libraries
 
 %description -n %{lname}
 This library implements the algorithm as described in "Unicode
 Standard Annex #9, the Bidirectional Algorithm,
-http://www.unicode.org/unicode/reports/tr9/;. FriBidi is exhaustively
+http://www.unicode.org/unicode/reports/tr9/;. FriBidi is
 tested against the Bidi Reference Code and, to the best of the
-developers' knowledge, does notcontain any conformance bugs.
+developers' knowledge, does not contain any conformance bugs.
 
 The API was inspired by the document "Bi-Di languages support - BiDi
 API proposal" by Franck Portaneri, which he wrote as a proposal for




commit perl-YAML-Tiny for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package perl-YAML-Tiny for openSUSE:Factory 
checked in at 2018-02-26 23:22:52

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


Package is "perl-YAML-Tiny"

Mon Feb 26 23:22:52 2018 rev:17 rq:579748 version:1.73

Changes:

--- /work/SRC/openSUSE:Factory/perl-YAML-Tiny/perl-YAML-Tiny.changes
2017-02-16 16:48:10.307382632 +0100
+++ /work/SRC/openSUSE:Factory/.perl-YAML-Tiny.new/perl-YAML-Tiny.changes   
2018-02-26 23:22:53.599207790 +0100
@@ -1,0 +2,23 @@
+Thu Feb 22 07:17:25 UTC 2018 - co...@suse.com
+
+- updated to 1.73
+   see /usr/share/doc/packages/perl-YAML-Tiny/Changes
+
+  1.732018-02-21 21:07:59Z
+  
+  - shipping 1.72 as stable, with no changes.
+  
+  1.722017-02-12 23:17:26Z (TRIAL RELEASE)
+  
+  [FIXED]
+  
+  - fix compatibility with Test::Builder 0.94 in test shim
+  
+  1.712017-02-04 05:44:07Z (TRIAL RELEASE)
+  
+  [FIXED]
+  
+  - Perform correct stripping of leading white space in literal/folded
+text blocks (Flavio Poletti, GitHub #44, fixes RT#56045).
+
+---

Old:

  YAML-Tiny-1.70.tar.gz

New:

  YAML-Tiny-1.73.tar.gz



Other differences:
--
++ perl-YAML-Tiny.spec ++
--- /var/tmp/diff_new_pack.vmEgWM/_old  2018-02-26 23:22:54.451177151 +0100
+++ /var/tmp/diff_new_pack.vmEgWM/_new  2018-02-26 23:22:54.459176864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-Tiny
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-YAML-Tiny
-Version:1.70
+Version:1.73
 Release:0
 %define cpan_name YAML-Tiny
 Summary:Read/Write YAML files with as little code as possible
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/YAML-Tiny/
 Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz

++ YAML-Tiny-1.70.tar.gz -> YAML-Tiny-1.73.tar.gz ++
 2464 lines of diff (skipped)