commit accerciser for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

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

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


Package is "accerciser"

Changes:

--- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes2016-05-05 
08:13:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.accerciser.new/accerciser.changes   
2016-08-12 15:44:28.0 +0200
@@ -8,0 +9,5 @@
+Thu Apr 14 07:47:43 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--



commit gnome-pomodoro for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package gnome-pomodoro for openSUSE:Factory 
checked in at 2016-08-12 15:57:06

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


Package is "gnome-pomodoro"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-pomodoro/gnome-pomodoro.changes
2016-05-19 12:15:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-pomodoro.new/gnome-pomodoro.changes   
2016-08-12 15:57:08.0 +0200
@@ -1,0 +2,33 @@
+Mon Jun 20 09:08:27 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.12.1:
+  + Fix for build error.
+- Add gnome-pomodoro-rpmlintrc: lib is only used by pomodoro.
+- BuildRequire pkgconfig(gio-2.0) instead of
+  pkgconfig(dbus-glib-1): Migrated from libdubs-glib to GDBus.
+- Drop BuildRequires/Recommends for:
+  + telepathy-glib: Drop integration with Telepathy.
+  + google-droid-sans-fonts: Don't use Droid Sans for timer digits,
+instead use default system font.
+- Added BuildRequires:
+  + gsettings-desktop-schemas: to provide fallback for other
+desktops.
+  + pkgconfig(libpeas): added a plugin engine based on libpeas.
+- Drop passing of prefix to autogen as it gets done in there
+  automatically.
+- Linker flags changed due to issues:
+  gh#codito/gnome-pomodoro#159 and gh#codito/gnome-pomodoro#195.
+
+---
+Mon Jun 13 10:13:12 UTC 2016 - mvet...@suse.com
+
+- Update to version 0.12.0:
+  + Support for more desktops.
+  + Ability to pause the timer.
+  + Ability add plugins.
+  + Code refactoring.
+  + Bug fixes.
+  + Dropped Telepathy and Skype integration.
+  + Dropped support for GNOME Shell 3.14 and older.
+
+---

Old:

  0.11.3.tar.gz

New:

  0.12.1.tar.gz
  gnome-pomodoro-rpmlintrc



Other differences:
--
++ gnome-pomodoro.spec ++
--- /var/tmp/diff_new_pack.lzBH9q/_old  2016-08-12 15:57:10.0 +0200
+++ /var/tmp/diff_new_pack.lzBH9q/_new  2016-08-12 15:57:10.0 +0200
@@ -17,31 +17,33 @@
 
 
 Name:   gnome-pomodoro
-Version:0.11.3
+Version:0.12.1
 Release:0
 Summary:A time management utility for GNOME
 License:GPL-3.0+
 Group:  Productivity/Office/Other
 Url:http://gnomepomodoro.org
 Source: https://github.com/codito/%{name}/archive/%{version}.tar.gz
+Source99:   gnome-pomodoro-rpmlintrc
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-utils
 BuildRequires:  gettext
 BuildRequires:  gnome-common
-BuildRequires:  gnome-shell >= 3.13.0
+BuildRequires:  gnome-shell >= 3.16.0
 BuildRequires:  intltool
-BuildRequires:  vala
-BuildRequires:  pkgconfig(dbus-1)
-BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig
+BuildRequires:  vala >= 0.28
+BuildRequires:  pkgconfig(gio-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36.0
-BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.13.0
-BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.16.0
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.10.1
+BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.16.0
+BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0.10
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.13.0
-BuildRequires:  pkgconfig(libcanberra)
-BuildRequires:  pkgconfig(telepathy-glib) >= 0.17.5
+BuildRequires:  pkgconfig(libcanberra) >= 0.30
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.5.0
 Requires:   gnome-shell >= 3.13.0
-Requires:   gtk3 >= 3.13.0
+Requires:   gtk3 >= 3.16.0
 Requires:   hicolor-icon-theme
 Recommends: %{name}-lang
 %glib2_gsettings_schema_requires
@@ -56,10 +58,8 @@
 Requires:   gstreamer
 %endif
 %if %{defined fedora}
-Recommends: google-droid-sans-fonts
 Recommends: gstreamer1-plugins-base
 %else
-Recommends: google-droid-fonts
 Recommends: gstreamer-plugins-base
 %endif
 %if %{defined fedora}
@@ -77,8 +77,8 @@
 %setup -q
 
 %build
-NOCONFIGURE=1 ./autogen.sh --prefix=%{_prefix}
-%configure
+NOCONFIGURE=1 ./autogen.sh
+LDFLAGS="-Wl,--as-needed" %configure --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -95,18 +95,21 @@
 %post
 %icon_theme_cache_post
 %glib2_gsettings_schema_post
+/sbin/ldconfig
 
 %postun
 if [ $1 -eq 0 ]; then
 %icon_theme_cache_postun
 %glib2_gsettings_schema_postun
 fi
+/sbin/ldconfig
 
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %files
 

commit geary for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2016-08-12 15:57:01

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


Package is "geary"

Changes:

--- /work/SRC/openSUSE:Factory/geary/geary.changes  2016-07-01 
10:00:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.geary.new/geary.changes 2016-08-12 
15:57:02.0 +0200
@@ -4 +4 @@
-- Update to version 0.11.1:
+- Update to version 0.11.1 (boo#991116):



Other differences:
--



commit skype4pidgin for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package skype4pidgin for openSUSE:Factory 
checked in at 2016-08-12 15:57:09

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


Package is "skype4pidgin"

Changes:

--- /work/SRC/openSUSE:Factory/skype4pidgin/skype4pidgin.changes
2016-03-29 10:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.skype4pidgin.new/skype4pidgin.changes   
2016-08-12 15:57:10.0 +0200
@@ -1,0 +2,18 @@
+Thu Aug 11 15:02:32 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2.1:
+  * Fix Outlook (email address) logins.
+  * Faster logins and less "registration token expired"
+disconnects.
+  * Fix the "Search for friends..." box (properly this time).
+  * Allow setting 'mood' messages (properly this time).
+
+---
+Sat Jul 30 18:24:12 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2:
+  * Add support for libpurple 2.11+.
+  * Fix the "Search for friends…" box.
+  * Allow setting 'mood' messages.
+
+---

Old:

  skype4pidgin-1.1.tar.gz

New:

  skype4pidgin-1.2.1.tar.gz



Other differences:
--
++ skype4pidgin.spec ++
--- /var/tmp/diff_new_pack.ZziUnW/_old  2016-08-12 15:57:11.0 +0200
+++ /var/tmp/diff_new_pack.ZziUnW/_new  2016-08-12 15:57:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   skype4pidgin
-Version:1.1
+Version:1.2.1
 Release:0
 Summary:Libpurple plugin for Skype API
 License:GPL-3.0+
@@ -34,6 +34,7 @@
 BuildRequires:  libpurple-devel
 # For directory ownership.
 BuildRequires:  pidgin
+BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  zlib-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ skype4pidgin-1.1.tar.gz -> skype4pidgin-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skype4pidgin-1.1/README.md 
new/skype4pidgin-1.2.1/README.md
--- old/skype4pidgin-1.1/README.md  2016-01-07 02:40:08.0 +0100
+++ new/skype4pidgin-1.2.1/README.md2016-08-08 09:32:12.0 +0200
@@ -30,7 +30,7 @@
 Known Issues
 
 
-* No notification popup on file being received/notificaitons (Windows)
+* No notification popup on file being received/notifications (Windows)
 
 * Skype sounds still play even when it's hidden
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skype4pidgin-1.1/po/ru.po 
new/skype4pidgin-1.2.1/po/ru.po
--- old/skype4pidgin-1.1/po/ru.po   2016-01-07 02:40:08.0 +0100
+++ new/skype4pidgin-1.2.1/po/ru.po 2016-08-08 09:32:12.0 +0200
@@ -29,7 +29,7 @@
 msgstr "У Вас самая свежая версия Skype"
 
 msgid "You have the latest version of the Skype plugin"
-msgstr "У Вас самая свежия версия Pidgin/Skype плагина"
+msgstr "У Вас самая свежая версия Pidgin/Skype плагина"
 
 msgid "Your version:"
 msgstr "Ваша версия:"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/skype4pidgin-1.1/skypeweb/CMakeLists.txt 
new/skype4pidgin-1.2.1/skypeweb/CMakeLists.txt
--- old/skype4pidgin-1.1/skypeweb/CMakeLists.txt2016-01-07 
02:40:08.0 +0100
+++ new/skype4pidgin-1.2.1/skypeweb/CMakeLists.txt  2016-08-08 
09:32:12.0 +0200
@@ -2,8 +2,8 @@
 
 set(PROJECT_NAME "skypeweb")
 set(VERSION_MAJOR "1")
-set(VERSION_MINOR "1")
-set(VERSION_PATCH "0")
+set(VERSION_MINOR "2")
+set(VERSION_PATCH "1")
 
 project(${PROJECT_NAME})
 
@@ -51,18 +51,32 @@
 
 
 #install(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR})
-exec_program("pkg-config --variable=plugindir purple 2>/dev/null"
-OUTPUT_VARIABLE LIB_INSTALL_DIR)
+exec_program("${PKG_CONFIG_EXECUTABLE} --variable=plugindir purple 2>/dev/null"
+OUTPUT_VARIABLE LIB_INSTALL_DIR
+RETURN_VALUE PURPLE_PLUGINDIR_RET)
+
+if (NOT PURPLE_PLUGINDIR_RET EQUAL 0)
+   message( FATAL_ERROR "${PKG_CONFIG_EXECUTABLE} --variable=plugindir 
purple -- returned a non-null error code")
+endif()
 
 install(TARGETS ${PROJECT_NAME} DESTINATION ${LIB_INSTALL_DIR})
 
-exec_program("pkg-config --variable=datadir purple 2>/dev/null"
-OUTPUT_VARIABLE PURPLE_DATADIR)
+exec_program("${PKG_CONFIG_EXECUTABLE} --variable=datadir purple 2>/dev/null"
+OUTPUT_VARIABLE PURPLE_DATADIR
+RETURN_VALUE PURPLE_DATADIR_RET)
+
+if (NOT PURPLE_DATADIR_RET EQUAL 0)
+   message( FATAL_ERROR "${PKG_CONFIG_EXECUTABLE} --variable=datadir 
purple -- returned a non-null error code")
+endif()
 
 install(DIRECTORY "icons/"
 DESTINATION 

commit cherrytree for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

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

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


Package is "cherrytree"

Changes:

--- /work/SRC/openSUSE:Factory/cherrytree/cherrytree.changes2016-05-31 
12:25:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree.changes   
2016-08-12 15:57:06.0 +0200
@@ -1,0 +2,23 @@
+Fri Jul 15 12:06:40 UTC 2016 - luke.nukem.jo...@gmail.com
+
+- Update to version 0.37.2:
+  + fixed problems introduced with configurability of the bulleted 
+lists chars.
+  + fixed problem with search in selected node and subnodes and 
+progressbar.
+  + the latest applied formatting is now remembered between 
+sessions.
+  + the Ctrl+Space shortcut now allows to enter and exit the 
+codeboxes.
+  + updated translations.
+- Changes from version 0.37.1:
+  + bugfix: import of text documents bad decoding (added new 
+dependency python-chardet).
+  + bugfix: copy/paste of table row not working.
+  + the chars used for the multi level bulleted lists are 
+configurable editing config.cfg (editor/chars_listbul).
+  + the chars used for the toc are configurable editing 
+config.cfg (editor/chars_toc).
+  + updated translations.
+
+---

Old:

  cherrytree-0.37.0.tar.xz

New:

  cherrytree-0.37.2.tar.xz



Other differences:
--
++ cherrytree.spec ++
--- /var/tmp/diff_new_pack.7PhSkr/_old  2016-08-12 15:57:07.0 +0200
+++ /var/tmp/diff_new_pack.7PhSkr/_new  2016-08-12 15:57:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cherrytree
-Version:0.37.0
+Version:0.37.2
 Release:0
 Summary:A hierarchical note taking application
 License:GPL-3.0+

++ cherrytree-0.37.0.tar.xz -> cherrytree-0.37.2.tar.xz ++
/work/SRC/openSUSE:Factory/cherrytree/cherrytree-0.37.0.tar.xz 
/work/SRC/openSUSE:Factory/.cherrytree.new/cherrytree-0.37.2.tar.xz differ: 
char 25, line 1




commit sparkleshare for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package sparkleshare for openSUSE:Factory 
checked in at 2016-08-12 15:56:57

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


Package is "sparkleshare"

Changes:

--- /work/SRC/openSUSE:Factory/sparkleshare/sparkleshare.changes
2015-05-29 10:42:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.sparkleshare.new/sparkleshare.changes   
2016-08-12 15:56:58.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 12 08:28:37 UTC 2016 - dims...@opensuse.org
+
+- Hack up build/m4/shamrock/mono.m4 to look for Mono 4.5
+  assemblies (sed 4.0 => 4.5).
+
+---



Other differences:
--
++ sparkleshare.spec ++
--- /var/tmp/diff_new_pack.YVoTFO/_old  2016-08-12 15:56:58.0 +0200
+++ /var/tmp/diff_new_pack.YVoTFO/_new  2016-08-12 15:56:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sparkleshare
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -69,6 +69,7 @@
 %endif
 %prep
 %setup -q -n SparkleShare-%{version}
+sed -i "s/4\\.0/4.5/g" build/m4/shamrock/mono.m4
 
 # Fail when legal/License.txt, News.txt or legal/Authors.txt are no longer 
executable, so this can be dropped
 test -x legal/License_for_SparkleShare.txt -a -x News.txt -a -x 
legal/Authors.txt




commit epson-inkjet-printer-escpr for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package epson-inkjet-printer-escpr for 
openSUSE:Factory checked in at 2016-08-12 15:43:02

Comparing /work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr (Old)
 and  /work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new (New)


Package is "epson-inkjet-printer-escpr"

Changes:

--- 
/work/SRC/openSUSE:Factory/epson-inkjet-printer-escpr/epson-inkjet-printer-escpr.changes
2016-08-03 11:43:15.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.epson-inkjet-printer-escpr.new/epson-inkjet-printer-escpr.changes
   2016-08-12 15:43:04.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 29 15:58:36 UTC 2016 - jeng...@inai.de
+
+- Avoid invocation of sh for simple ldconfig calls
+
+---



Other differences:
--
++ epson-inkjet-printer-escpr.spec ++
--- /var/tmp/diff_new_pack.mhkLIE/_old  2016-08-12 15:43:06.0 +0200
+++ /var/tmp/diff_new_pack.mhkLIE/_new  2016-08-12 15:43:06.0 +0200
@@ -53,13 +53,10 @@
 Source0:epson-inkjet-printer-escpr-%{version}-1lsb3.2.tar.gz
 # This software is a filter program used with CUPS:
 Requires:   cups
-# Prerequire /sbin/ldconfig which is used in the traditional bash scriptlets 
for post/postun:
-PreReq: /sbin/ldconfig
 # Install into this non-root directory (required when norootforbuild is used):
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-
 The ESC/P-R driver works as a filter program
 used with CUPS.
 
@@ -128,13 +125,8 @@
 set -x
 popd
 
-%post
-/sbin/ldconfig
-exit 0
-
-%postun
-/sbin/ldconfig
-exit 0
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 # The files sections list all mandatory files explicitly one by one.




commit cfengine for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package cfengine for openSUSE:Factory 
checked in at 2016-08-12 15:44:33

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


Package is "cfengine"

Changes:

--- /work/SRC/openSUSE:Factory/cfengine/cfengine.changes2016-06-23 
13:37:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.cfengine.new/cfengine.changes   2016-08-12 
15:44:34.0 +0200
@@ -1,0 +2,22 @@
+Fri Aug  5 10:30:01 UTC 2016 - kkae...@suse.com
+
+- Update to 3.9.1
+  - Change: Log level for keeping verbatim JSON to DEBUG (CFE-2141)
+  - Change (masterfiles): Definition of from_cfexecd for
+cf-execd initiated runs (CFE-2386)
+  - Change: Switch processes restart_class logging to verbose
+  - Change: Enable agent component management policy on systemd hosts
+(CFE-2429)
+  - Change: Remove executable bit from systemd units (CFE-2436)
+  - Change: Require network before cfengine services (CFE-2435)
+  - Fix 'contain' attribute 'no_output' having no effect when
+the 'commands' promise is using 'module => "true"'. (CFE-2412)
+  - Fix: Services starting or stopping unnecessarily (CFE-2421)
+  - Fix occasional segfault when running getindices() on a
+variable that has indices of multiple depths (e.g. both "a[x]" and
+"a[x][y]"). (CFE-2397)
+  - Fix bug in files promise when multiple owners are promised
+but first one doesn't exist, and improve logging . (CFE-2432)
+  - fix: memory leaks
+
+---

Old:

  cfengine-3.9.0.tar.gz

New:

  cfengine-3.9.1.tar.gz



Other differences:
--
++ cfengine.spec ++
--- /var/tmp/diff_new_pack.GJlhUH/_old  2016-08-12 15:44:36.0 +0200
+++ /var/tmp/diff_new_pack.GJlhUH/_new  2016-08-12 15:44:36.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcversion 3.9.0
+%define srcversion 3.9.1
 %define srcname %{name}-%{srcversion}
 %define libname   libpromises
 %define libsoname %{libname}3

++ cfengine-3.9.0.tar.gz -> cfengine-3.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cfengine-3.9.0/ChangeLog new/cfengine-3.9.1/ChangeLog
--- old/cfengine-3.9.0/ChangeLog2016-06-06 12:01:06.0 +0200
+++ new/cfengine-3.9.1/ChangeLog2016-07-28 23:25:32.0 +0200
@@ -1,3 +1,22 @@
+3.9.1:
+   - Change: Log level for keeping verbatim JSON to DEBUG (CFE-2141)
+   - Change (masterfiles): Definition of from_cfexecd for
+ cf-execd initiated runs (CFE-2386)
+   - Change: Switch processes restart_class logging to verbose
+   - Change: Enable agent component management policy on systemd hosts
+ (CFE-2429)
+   - Change: Remove executable bit from systemd units (CFE-2436)
+   - Change: Require network before cfengine services (CFE-2435)
+   - Fix 'contain' attribute 'no_output' having no effect when
+ the 'commands' promise is using 'module => "true"'. (CFE-2412)
+   - Fix: Services starting or stopping unnecessarily (CFE-2421)
+   - Fix occasional segfault when running getindices() on a
+ variable that has indices of multiple depths (e.g. both "a[x]" and
+ "a[x][y]"). (CFE-2397)
+   - Fix bug in files promise when multiple owners are promised
+ but first one doesn't exist, and improve logging . (CFE-2432)
+   - fix: memory leaks
+
 3.9.0:
New features/additions:
- Classes promise: allow classes without an expression to default to 
defined.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cfengine-3.9.0/cf-agent/cf-agent.c 
new/cfengine-3.9.1/cf-agent/cf-agent.c
--- old/cfengine-3.9.0/cf-agent/cf-agent.c  2016-06-06 12:01:06.0 
+0200
+++ new/cfengine-3.9.1/cf-agent/cf-agent.c  2016-07-28 23:25:32.0 
+0200
@@ -1105,14 +1105,20 @@
 
 Banner("Begin policy/promise evaluation");
 
-if (config->bundlesequence)
+if (config->bundlesequence != NULL)
 {
 Log(LOG_LEVEL_INFO, "Using command line specified bundlesequence");
-bundlesequence = config->bundlesequence;
+bundlesequence = RlistCopy(config->bundlesequence);
 }
-else if (!(bundlesequence = (Rlist 
*)EvalContextVariableControlCommonGet(ctx, COMMON_CONTROL_BUNDLESEQUENCE)))
+else
 {
-RlistAppendScalar(, "main");
+bundlesequence = RlistCopy((Rlist *) 
EvalContextVariableControlCommonGet(
+   ctx, COMMON_CONTROL_BUNDLESEQUENCE));
+
+if (bundlesequence == NULL)
+{
+RlistAppendScalar(, "main");
+}
 }
 
 bool ok = true;

commit lio-utils for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package lio-utils for openSUSE:Factory 
checked in at 2016-08-12 15:43:18

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


Package is "lio-utils"

Changes:

--- /work/SRC/openSUSE:Factory/lio-utils/lio-utils.changes  2016-08-05 
18:17:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.lio-utils.new/lio-utils.changes 2016-08-12 
15:43:26.0 +0200
@@ -1,0 +2,29 @@
+Fri Aug  5 14:12:23 UTC 2016 - apla...@suse.com
+
+- Updated to latest from SLE 12, adding:
+  * Wait for sysconfig to mount when loading iscsi_target_mod module
+(bsc#910721)
+(original author: ldun...@suse.com)
+  * Convert user-input of an empty string to the explicit 4-letter
+string "NULL", when writing sysfs string attributes, such as
+userid and password (bsc#919474), adding:
+* lio-utils-fix-empty-attribute-string-writes.patch
+(original author: ldun...@suse.com)
+  * Added retrying 5 times if first attempt to enable a new target
+fails, which can happen on a fast multiprocessor system
+(bsc#940636), adding:
+* lio-utils-retry-enabling-fileio-target.patch
+(original author: ldun...@suse.com)
+  * when dumping lio state, do not consider it an error if there is no
+target directory, since that can mean there are no targets
+(bsc#934521), adding:
+* lio-utils-dump-skeleton-file-when-no-targets.patch
+(original author: ldun...@suse.com)
+  * Restore configuration from saved file, at startup (bsc#950990),
+adding patch:
+* lio-utils-init-script-restore-config.patch
+(original author: ldun...@suse.com)
+  * Converted /usr/sbin to %_sbin in spec file
+(original author: ldun...@suse.com)
+
+---

New:

  lio-utils-dump-skeleton-file-when-no-targets.patch
  lio-utils-fix-empty-attribute-string-writes.patch
  lio-utils-init-script-restore-config.patch
  lio-utils-retry-enabling-fileio-target.patch



Other differences:
--
++ lio-utils.spec ++
--- /var/tmp/diff_new_pack.NtJyUO/_old  2016-08-12 15:43:27.0 +0200
+++ /var/tmp/diff_new_pack.NtJyUO/_new  2016-08-12 15:43:27.0 +0200
@@ -89,6 +89,10 @@
 Patch36:lio-utils-update-HOWTO-for-systemd.patch
 Patch37:lio-utils-dont-use-U64-from-net-snmp.patch
 Patch38:tcm_fabric-Ignore-dbroot-file.patch
+Patch39:lio-utils-fix-empty-attribute-string-writes.patch
+Patch40:lio-utils-retry-enabling-fileio-target.patch
+Patch41:lio-utils-dump-skeleton-file-when-no-targets.patch
+Patch42:lio-utils-init-script-restore-config.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -196,6 +200,10 @@
 %patch36 -p1
 %patch37 -p1
 %patch38 -p1
+%patch39 -p1
+%patch40 -p1
+%patch41 -p1
+%patch42 -p1
 
 %build
 make %{?_smp_mflags} OPTFLAGS="$RPM_OPT_FLAGS"
@@ -218,6 +226,7 @@
 chmod 755 $RPM_BUILD_ROOT/etc/target/tcm_start.sh
 echo "#!/bin/bash" > $RPM_BUILD_ROOT/etc/target/lio_start.sh
 echo "modprobe iscsi_target_mod" >> $RPM_BUILD_ROOT/etc/target/lio_start.sh
+echo "udevadm settle -t 3 -E /sys/kernel/config/target" >> 
$RPM_BUILD_ROOT/etc/target/lio_start.sh
 chmod 755 $RPM_BUILD_ROOT/etc/target/lio_start.sh
 (cd tcm-py; python setup.py install --prefix=%{_prefix} --root=%{buildroot})
 (cd lio-py; python setup.py install --prefix=%{_prefix} --root=%{buildroot})
@@ -281,11 +290,11 @@
 %dir %{_vardir}/alua
 %dir %{_vardir}/fabric
 %dir %{_vardir}/policy
-/usr/sbin/iscsi-name
-/usr/sbin/tcm_*
-/usr/sbin/lio_node
-/usr/sbin/lio_dump
-/usr/sbin/rctarget
+%{_sbindir}/iscsi-name
+%{_sbindir}/tcm_*
+%{_sbindir}/lio_node
+%{_sbindir}/lio_dump
+%{_sbindir}/rctarget
 %{python_sitelib}/*
 %doc lio-utils.HOWTO
 /usr/sbin/target_status

++ lio-utils-dump-skeleton-file-when-no-targets.patch ++
From: Lee Duncan 
Date: Fri Nov 20 15:24:01 PST 2015
Subject: dump skeleton file when no targets
Reference: bsc#934521

When there is not target directory go ahead and
dump an empty skeleton target, since this happens
if there are no targets configured.

signed-off-by: Lee Duncan 
---
---
 lio-py/lio_dump.py |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

--- a/lio-py/lio_dump.py
+++ b/lio-py/lio_dump.py
@@ -10,18 +10,18 @@ lio_root = "/sys/kernel/config/target/is
 
 def lio_target_configfs_dump(option, opt_str, value, parser):
 
-   if not os.path.isdir(lio_root):
-   print "Unable to access lio_root: " + lio_root
-   sys.exit(1)
-
-   iqn_root = os.listdir(lio_root)
-
# Add proper shell header
print "#!/bin/bash"
 
# This will load up 

commit rygel for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2016-08-12 15:44:30

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


Package is "rygel"

Changes:

--- /work/SRC/openSUSE:Factory/rygel/rygel.changes  2016-05-12 
09:34:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.rygel.new/rygel.changes 2016-08-12 
15:44:31.0 +0200
@@ -1,0 +2,19 @@
+Mon Jun  6 18:02:08 UTC 2016 - dims...@opensuse.org
+
+- Update to verson 0.30.3:
+  + Add a way for Rygel to be started on user systemd
+  + Core: Fix potential strncpy overflow in BasicManagement
+  + Server:
+- Remove annoying warning
+- Add hack to support AVI files on newer Philips TVs
+- Fix potential crash when applying DIDL
+  + MediaExport:
+- Remove annoying warning
+- Fix Artist hierarchy on XBox 360
+  + Bugs fixed: bgo#685800, bgo#766332, bgo#766757.
+- Add pkgconfig(systemd) BuildRequires: auto-detect the location to
+  install the user service file to.
+- Add /sbin/ldconfig call to post/postun scriptlet of
+  librygel-db-2_6-2.
+
+---

Old:

  rygel-0.30.2.tar.xz

New:

  rygel-0.30.3.tar.xz



Other differences:
--
++ rygel.spec ++
--- /var/tmp/diff_new_pack.Bp4jLX/_old  2016-08-12 15:44:32.0 +0200
+++ /var/tmp/diff_new_pack.Bp4jLX/_new  2016-08-12 15:44:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rygel
-Version:0.30.2
+Version:0.30.3
 Release:0
 Summary:Home Media Solution for GNOME based on UPnP/DLNA
 License:LGPL-2.0+
@@ -46,6 +46,7 @@
 BuildRequires:  pkgconfig(libmediaart-2.0) >= 1.9.0
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.44.0
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(tracker-sparql-1.0) >= 0.14.0
 Requires:   gstreamer-plugins-base
 Recommends: %{name}-lang
@@ -263,6 +264,10 @@
 
 %postun -n librygel-core-2_6-2 -p /sbin/ldconfig
 
+%post -n librygel-db-2_6-2 -p /sbin/ldconfig
+
+%postun -n librygel-db-2_6-2 -p /sbin/ldconfig
+
 %post -n librygel-renderer-2_6-2 -p /sbin/ldconfig
 
 %postun -n librygel-renderer-2_6-2 -p /sbin/ldconfig
@@ -284,6 +289,7 @@
 %doc AUTHORS COPYING README TODO NEWS
 %config(noreplace) %{_sysconfdir}/rygel.conf
 %{_unitdir}/rygel.service
+%{_userunitdir}/rygel.service
 %{_sbindir}/rcrygel
 %{_bindir}/rygel
 %{_bindir}/rygel-preferences

++ rygel-0.30.2.tar.xz -> rygel-0.30.3.tar.xz ++
 17225 lines of diff (skipped)




commit fcitx for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package fcitx for openSUSE:Factory checked 
in at 2016-08-12 15:44:07

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


Package is "fcitx"

Changes:

--- /work/SRC/openSUSE:Factory/fcitx/fcitx.changes  2016-03-07 
13:29:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.fcitx.new/fcitx.changes 2016-08-12 
15:44:11.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug  9 02:04:02 UTC 2016 - i...@marguerite.su
+
+- fix Leap 42.2 build
+  * fcitx switched to DBus mechanism to select systray icon
+which made it impossible to customize systray icon in
+fcitx's themes. When the KDE default keyboard icon was
+used, it was ugly-looking and invisible on small screens.
+So we appended icons to openSUSE default Plasma themes
+  * in Leap 42.2 and Tumbleweed, our KDE team decided not to
+provide any customization of the themes from kdebase4-openSUSE
+package, so the customizations of systray icons are useless
+in those systems.
+
+---



Other differences:
--
++ fcitx.spec ++
--- /var/tmp/diff_new_pack.5DQWTw/_old  2016-08-12 15:44:13.0 +0200
+++ /var/tmp/diff_new_pack.5DQWTw/_new  2016-08-12 15:44:13.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 %define libver -4_2_9
 
 Name:   fcitx
@@ -46,11 +45,12 @@
 BuildRequires:  enchant-devel
 BuildRequires:  iso-codes-devel
 BuildRequires:  update-desktop-files
-# Dictionary ownership
+# Directory ownership start
 BuildRequires:  kde4-filesystem
-%if 0%{?suse_version} >= 1140
+%if 0%{?suse_version} >= 1140 && 0%{?suse_version} <= 1320
 BuildRequires:  kdebase4-runtime-branding-openSUSE
 %endif
+# Directory ownership end
 BuildRequires:  libpresage-devel
 BuildRequires:  pango-devel
 %if 0%{?suse_version} >= 1110
@@ -366,6 +366,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+
 # hack to fix incompatibility of gtk-query-immodules-2.0 (bnc#845860)
 %if %suse_version < 1310
 sed -i \
@@ -417,7 +418,7 @@
 mv openSUSE-themes/Dartmouth %{buildroot}%{_datadir}/%{name}/skin/
 mv openSUSE-themes/NewAir %{buildroot}%{_datadir}/%{name}/skin/
 
-%if 0%{?suse_version} <= 1320
+%if 0%{?sle_version} == 120100 && 0%{?is_opensuse} == 1 || 0%{?suse_version} 
== 1320 || 0%{?suse_version} <= 1310
 # fcitx 4.2.8 use new dbus systray mechanism, so fix the ugly oxygen keyboard 
icon
 mkdir -p %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSE/icons/
 mkdir -p %{buildroot}%{_kde4_appsdir}/desktoptheme/openSUSElight/icons/
@@ -656,7 +657,7 @@
 %defattr(-,root,root)
 %{_datadir}/%{name}/skin/Harlequin
 %{_datadir}/%{name}/skin/Dartmouth
-%if 0%{?suse_version} <= 1320
+%if 0%{?sle_version} == 120100 && 0%{?is_opensuse} == 1 || 0%{?suse_version} 
== 1320 || 0%{?suse_version} <= 1310
 %{_kde4_appsdir}/desktoptheme/openSUSE/icons/input.svgz
 %{_kde4_appsdir}/desktoptheme/openSUSElight/icons/input.svgz
 %if 0%{?suse_version} <= 1310




commit NetworkManager-openvpn for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-openvpn for 
openSUSE:Factory checked in at 2016-08-12 15:44:24

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


Package is "NetworkManager-openvpn"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-openvpn/NetworkManager-openvpn.changes
2016-01-08 15:23:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-openvpn.new/NetworkManager-openvpn.changes
   2016-08-12 15:44:25.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr  7 07:15:33 UTC 2016 - sck...@suse.com
+
+- Update to GNOME 3.20 Fate#318572
+
+---
@@ -16 +21 @@
-  user (as does NM-openconnect already). (boo#944665).
+  user (as does NM-openconnect already) (boo#944665).



Other differences:
--
++ NetworkManager-openvpn.spec ++
--- /var/tmp/diff_new_pack.4UiawX/_old  2016-08-12 15:44:26.0 +0200
+++ /var/tmp/diff_new_pack.4UiawX/_new  2016-08-12 15:44:26.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package NetworkManager-openvpn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed





commit yast2-firstboot for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-firstboot for openSUSE:Factory 
checked in at 2016-08-12 15:44:15

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


Package is "yast2-firstboot"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firstboot/yast2-firstboot.changes  
2016-06-07 23:50:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-firstboot.new/yast2-firstboot.changes 
2016-08-12 15:44:18.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 11 11:44:28 UTC 2016 - an...@suse.com
+
+- Reimplemented "create user" and "root password" steps to reuse
+  the new installation dialogs instead of the obsolete ones.
+- More sensible order for the mentioned steps in the default
+  configuration file.
+- Removed from the default configuration file the obsolete step
+  for configuring authentication.
+- bsc#992245, bsc#991863
+- 3.1.15
+
+---

Old:

  yast2-firstboot-3.1.14.tar.bz2

New:

  yast2-firstboot-3.1.15.tar.bz2



Other differences:
--
++ yast2-firstboot.spec ++
--- /var/tmp/diff_new_pack.EOTOM2/_old  2016-08-12 15:44:19.0 +0200
+++ /var/tmp/diff_new_pack.EOTOM2/_new  2016-08-12 15:44:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -79,6 +79,10 @@
 %{yast_ystartupdir}/startup/YaST2.Firstboot
 %{yast_clientdir}/firstboot_*.rb
 %{yast_clientdir}/firstboot.rb
+%dir %{yast_libdir}
+%dir %{yast_libdir}/y2firstboot
+%dir %{yast_libdir}/y2firstboot/clients
+%{yast_libdir}/y2firstboot/clients/*.rb
 %dir %{yast_yncludedir}
 %dir %{yast_yncludedir}/firstboot
 %{yast_yncludedir}/firstboot/*.rb

++ yast2-firstboot-3.1.14.tar.bz2 -> yast2-firstboot-3.1.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.14/control/firstboot.xml 
new/yast2-firstboot-3.1.15/control/firstboot.xml
--- old/yast2-firstboot-3.1.14/control/firstboot.xml2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/control/firstboot.xml2016-08-12 
09:12:11.0 +0200
@@ -167,19 +167,14 @@
 false
 
 
-Root Password
-true
-inst_root
-
-
 Users
 true
-inst_auth
+firstboot_user
 
 
-Users
+Root Password
 true
-inst_user
+firstboot_root
 
 
 Customer Center
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-firstboot-3.1.14/package/yast2-firstboot.changes 
new/yast2-firstboot-3.1.15/package/yast2-firstboot.changes
--- old/yast2-firstboot-3.1.14/package/yast2-firstboot.changes  2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/package/yast2-firstboot.changes  2016-08-12 
09:12:11.0 +0200
@@ -1,4 +1,16 @@
 ---
+Thu Aug 11 11:44:28 UTC 2016 - an...@suse.com
+
+- Reimplemented "create user" and "root password" steps to reuse
+  the new installation dialogs instead of the obsolete ones.
+- More sensible order for the mentioned steps in the default
+  configuration file.
+- Removed from the default configuration file the obsolete step
+  for configuring authentication.
+- bsc#992245, bsc#991863
+- 3.1.15
+
+---
 Tue Jun  7 08:11:50 UTC 2016 - igonzalezs...@suse.com
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firstboot-3.1.14/package/yast2-firstboot.spec 
new/yast2-firstboot-3.1.15/package/yast2-firstboot.spec
--- old/yast2-firstboot-3.1.14/package/yast2-firstboot.spec 2016-06-07 
10:57:03.0 +0200
+++ new/yast2-firstboot-3.1.15/package/yast2-firstboot.spec 2016-08-12 
09:12:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firstboot
-Version:3.1.14
+Version:3.1.15
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -78,6 +78,10 @@
 %{yast_ystartupdir}/startup/YaST2.Firstboot
 %{yast_clientdir}/firstboot_*.rb
 %{yast_clientdir}/firstboot.rb
+%dir %{yast_libdir}
+%dir %{yast_libdir}/y2firstboot
+%dir 

commit kshutdown for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kshutdown for openSUSE:Factory 
checked in at 2016-08-12 15:44:18

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


Package is "kshutdown"

Changes:

--- /work/SRC/openSUSE:Factory/kshutdown/kshutdown.changes  2016-06-02 
09:37:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.kshutdown.new/kshutdown.changes 2016-08-12 
15:44:21.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  5 23:14:58 UTC 2016 - kamika...@web.de
+
+- Don't run as root by default
+- Tweak spec file slyghtly as KShutdown is not only for KDE
+
+---



Other differences:
--
++ kshutdown.spec ++
--- /var/tmp/diff_new_pack.VJyvAA/_old  2016-08-12 15:44:22.0 +0200
+++ /var/tmp/diff_new_pack.VJyvAA/_new  2016-08-12 15:44:22.0 +0200
@@ -23,7 +23,7 @@
 Name: kshutdown
 Version:  3.99.1beta
 Release:  0
-Summary:  Graphical shutdown utility for KDE
+Summary:  Graphical shutdown utility
 License:  GPL-2.0+
 Url:  http://kshutdown.sourceforge.net/
 Group:System/GUI/KDE
@@ -51,7 +51,7 @@
 BuildRoot:%{_tmppath}/%{name}-%{version}-build
 
 %description
-KShutDown is an advanced graphical shutdown utility for KDE.
+KShutdown is an advanced graphical shutdown utility.
 
 Features:
 


++ kshutdown-src_kshutdown.desktop.patch ++
--- /var/tmp/diff_new_pack.VJyvAA/_old  2016-08-12 15:44:22.0 +0200
+++ /var/tmp/diff_new_pack.VJyvAA/_new  2016-08-12 15:44:22.0 +0200
@@ -36,8 +36,7 @@
  Keywords=Shutdown;Halt;Reboot;Hibernate;Suspend;Lock;Logout;
  Keywords[pl]=Wyłącz;Zamknij;Uruchom;Hibernuj;Wstrzymaj;Zablokuj;Wyloguj;
  
--Exec=kshutdown
-+Exec=xdg-su -c "kshutdown"
+ Exec=kshutdown
  Icon=kshutdown
  Type=Application
  




commit kdemultimedia3 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kdemultimedia3 for openSUSE:Factory 
checked in at 2016-08-12 15:44:12

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


Package is "kdemultimedia3"

Changes:

--- /work/SRC/openSUSE:Factory/kdemultimedia3/kdemultimedia3.changes
2015-03-03 11:16:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdemultimedia3.new/kdemultimedia3.changes   
2016-08-12 15:44:14.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 09:30:53 UTC 2016 - adr...@suse.de
+
+- turn opensuse_bs macro into build condition
+
+---



Other differences:
--
++ kdemultimedia3.spec ++
--- /var/tmp/diff_new_pack.vM8RY6/_old  2016-08-12 15:44:15.0 +0200
+++ /var/tmp/diff_new_pack.vM8RY6/_new  2016-08-12 15:44:15.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdemultimedia3 (Version 3.5.10.1)
+# spec file for package kdemultimedia3
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,24 +15,41 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%bcond_with mad
+
 Name:   kdemultimedia3
 # skip-check-libtool-deps
-BuildRequires:  flac-devel kdelibs3-devel libakode-devel libao-devel 
libmusicbrainz-devel gstreamer-0_10-devel pkg-config
-BuildRequires:  libsamplerate-devel libtheora-devel libtunepimp-devel 
speex-devel taglib-devel libxine-devel xine-ui fdupes
-%if 0%{?opensuse_bs}
-%else
-BuildRequires:  lame mad-devel mpg321
+BuildRequires:  fdupes
+BuildRequires:  flac-devel
+BuildRequires:  gstreamer-0_10-devel
+BuildRequires:  kdelibs3-devel
+BuildRequires:  libakode-devel
+BuildRequires:  libao-devel
+BuildRequires:  libmusicbrainz-devel
+BuildRequires:  libsamplerate-devel
+BuildRequires:  libtheora-devel
+BuildRequires:  libtunepimp-devel
+BuildRequires:  libxine-devel
+BuildRequires:  pkg-config
+BuildRequires:  speex-devel
+BuildRequires:  taglib-devel
+BuildRequires:  xine-ui
+%if %{with mad}
+BuildRequires:  lame
+BuildRequires:  mad-devel
+BuildRequires:  mpg321
 %endif
-BuildRequires:  cdparanoia-devel
 BuildRequires:  cdparanoia 
+BuildRequires:  cdparanoia-devel
 %if %suse_version > 1210
 BuildRequires:  libavutil-devel
 %endif
+Summary:KDE Multimedia Libraries
 License:GPL-2.0+
 Group:  System/GUI/KDE
-Summary:KDE Multimedia Libraries
 Version:3.5.10.1
-Release:1
+Release:0
 %definekde_version 3.5.10
 Url:http://www.kde.org
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -42,7 +59,6 @@
 Source3:%{name}-rpmlintrc
 Patch0: 3_5_BRANCH.diff
 Patch2: disable-examples.diff
-#Patch3: autorun-kmix.diff
 Patch9: initial-preferences.diff
 Patch11:fix-aliasing.diff
 Patch12:kmix-autostart.diff
@@ -53,7 +69,6 @@
 Patch51:kdemm.diff.bz2
 Patch52:kdemultimedia-gcc43.diff
 Patch53:akode-config.diff
-#Patch54:kdemultimedia-3.5.10-alt3.2-kmix.patch
 Patch55:kdemultimedia-mmx-test.diff
 Patch56:kdemultimedia-xine.patch
 Patch57:kdemultimedia-alsa-capture-fix.diff 
@@ -64,9 +79,9 @@
 information about multimedia files).
 
 %package devel
-License:GPL-2.0+
 Requires:   kdemultimedia3 = %{version} kdemultimedia3-sound 
kdemultimedia3-video kdelibs3-devel
 Summary:Include Files and Libraries mandatory for Development
+License:GPL-2.0+
 Group:  Development/Libraries/KDE
 
 %description devel
@@ -74,8 +89,8 @@
 to develop applications that require these.
 
 %package arts
-License:GPL-2.0+
 Summary:KDEMM aRts support
+License:GPL-2.0+
 Group:  System/GUI/KDE
 Provides:   kdemultimedia3:/opt/kde3/%_lib/libarts_akode.so
 
@@ -83,16 +98,16 @@
 The package contains plugins to support arts via the KDEMM framework.
 
 %package arts-mad
-License:GPL-2.0+
 Summary:MPEG/MP3 support for aRts
+License:GPL-2.0+
 Group:  System/GUI/KDE
 
 %description arts-mad
 Plugin modules for aRts to play mpeg files.
 
 %package mad
-License:GPL-2.0+
 Summary:MP3 support for KDE
+License:GPL-2.0+
 Group:  System/GUI/KDE
 Requires:   mad
 %ifarch x86_64 s390x ppc64 ia64
@@ -105,9 +120,9 @@
 Plugins to support MP3 streams in Arts and KDE via the aKode framework.
 
 %package jukebox
-License:GPL-2.0+
 # usesubdirs 

commit python-neovim for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-neovim for openSUSE:Factory 
checked in at 2016-08-12 15:44:01

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


Package is "python-neovim"

Changes:

--- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes  
2016-05-29 03:13:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-neovim.new/python-neovim.changes 
2016-08-12 15:44:03.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 10 14:13:52 UTC 2016 - roni...@gmail.com
+
+- Version bump to 0.1.9.
+  Upstream changelog:
+
+  Version 0.1.9
+
+* 8eb6ba7 fix vim.buffers interface
+* deecb3e Hide irrelevant parts of tracebacks from plugin
+  errors
+
+---
python3-neovim.changes: same change

Old:

  python-client-0.1.8.tar.gz

New:

  python-client-0.1.9.tar.gz



Other differences:
--
++ python-neovim.spec ++
--- /var/tmp/diff_new_pack.8WJiZi/_old  2016-08-12 15:44:04.0 +0200
+++ /var/tmp/diff_new_pack.8WJiZi/_new  2016-08-12 15:44:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-neovim
-Version:0.1.8
+Version:0.1.9
 Release:0
 Summary:Python 2 client to Neovim
 License:Apache-2.0

python3-neovim.spec: same change
++ python-client-0.1.8.tar.gz -> python-client-0.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.8/README.md 
new/python-client-0.1.9/README.md
--- old/python-client-0.1.8/README.md   2016-05-10 15:49:31.0 +0200
+++ new/python-client-0.1.9/README.md   2016-06-12 20:53:09.0 +0200
@@ -169,7 +169,7 @@
 # Create a python API session attached to unix domain socket created above:
 >>> nvim = attach('socket', path='/tmp/nvim')
 # Now do some work. 
->>> buffer = nvim.buffers[0] # Get the first buffer
+>>> buffer = nvim.current.buffer # Get the current buffer
 >>> buffer[0] = 'replace first line'
 >>> buffer[:] = ['replace whole buffer']
 >>> nvim.command('vsplit')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.8/neovim/api/buffer.py 
new/python-client-0.1.9/neovim/api/buffer.py
--- old/python-client-0.1.8/neovim/api/buffer.py2016-05-10 
15:49:31.0 +0200
+++ new/python-client-0.1.9/neovim/api/buffer.py2016-06-12 
20:53:09.0 +0200
@@ -1,4 +1,4 @@
-"""API for working with Nvim buffers."""
+"""API for working with a Nvim Buffer."""
 from .common import Remote
 from ..compat import IS_PYTHON3
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.8/neovim/api/common.py 
new/python-client-0.1.9/neovim/api/common.py
--- old/python-client-0.1.8/neovim/api/common.py2016-05-10 
15:49:31.0 +0200
+++ new/python-client-0.1.9/neovim/api/common.py2016-06-12 
20:53:09.0 +0200
@@ -113,9 +113,9 @@
 sequences(of lines, buffers, windows and tabpages) with an API that
 is similar to the one provided by the python-vim interface.
 
-For example, the 'buffers' property of the `Nvim class is a RemoteSequence
-sequence instance, and the expression `nvim.buffers[0]` is translated to
-session.request('vim_get_buffers')[0].
+For example, the 'windows' property of the `Nvim` class is a RemoteSequence
+sequence instance, and the expression `nvim.windows[0]` is translated to
+session.request('vim_get_windows')[0].
 
 It can also receive an optional self_obj that will be passed as first
 argument of the request. For example, `tabpage.windows[0]` is translated
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.8/neovim/api/nvim.py 
new/python-client-0.1.9/neovim/api/nvim.py
--- old/python-client-0.1.8/neovim/api/nvim.py  2016-05-10 15:49:31.0 
+0200
+++ new/python-client-0.1.9/neovim/api/nvim.py  2016-06-12 20:53:09.0 
+0200
@@ -3,7 +3,7 @@
 import os
 import sys
 
-from traceback import format_exc, format_stack
+from traceback import format_stack
 
 from msgpack import ExtType
 
@@ -13,7 +13,7 @@
 from .tabpage import Tabpage
 from .window import Window
 from ..compat import IS_PYTHON3
-
+from ..util import format_exc_skip
 
 __all__ = ('Nvim')
 
@@ -79,7 +79,7 @@
 self.vars = RemoteMap(self, 'vim_get_var', 'vim_set_var')
 self.vvars = RemoteMap(self, 'vim_get_vvar', None)
 self.options = RemoteMap(self, 'vim_get_option', 'vim_set_option')
-self.buffers = RemoteSequence(self, 'vim_get_buffers')
+self.buffers = 

commit roundcubemail for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2016-08-12 15:43:54

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


Package is "roundcubemail"

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2016-05-25 21:28:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2016-08-12 15:44:00.0 +0200
@@ -1,0 +2,33 @@
+Thu Aug 11 17:02:25 UTC 2016 - a...@ajaissle.de
+
+- Update to 1.2.1
+  - Update TinyMCE to version 4.3.13 (#5309)
+  - Fix bug where errors could have been not logged when per_user_logging=true
+  - Fix bug where message list columns could be in wrong order after column 
drag-n-drop and list sorting
+  - Fix so minified publickey.js (with cache-buster) is used when available 
(#5254)
+  - Fix (replace) application/x-tar file extension test as it might not exist 
in nginx config (#5253)
+  - Fix PHP warning when password_hosts is set, but is not an array (#5260)
+  - Fix redundant keep-alive requests when session_lifetime is greater than 
~2 (#5273)
+  - Fix so subfolders of INBOX can be set as Archive (#5274)
+  - Fix bug where multi-folder search could choose a wrong folder in "this and 
subfolders" scope (#5282)
+  - Fix bug where multi-folder search didn't work for unsubscribed INBOX 
(#5259)
+  - Fix bug where "no body" alert could be displayed when sending mailvelope 
email
+  - Enigma: Fix keys import from inside of an encrypted message (#5285)
+  - Enigma: Fix malformed signed messages with force_7bit=true (#5292)
+  - Enigma: Add possibility to configure gpg binary location 
(enigma_pgp_binary)
+  - Enigma: Add possibility to export private keys (#5321)
+  - Fix searching by email address in contacts with multiple addresses (#5291)
+  - Fix handling of --delete argument in moduserprefs.sh script (#5296)
+  - Workaround PHP issue by calling closelog() on script shutdown when using 
log_driver=syslog (#5289)
+  - Fix so upgrade script makes sure program/lib directory does not contain 
old libraries (#5287)
+  - Fix subscription checkbox state on error in folder subscribe/unsubscribe 
action (#5243)
+  - Fix bug where microsecond format in logged date didn't work in some cases
+  - Fix conflict in new_user_dialog and password_force_new_user settings 
(#5275)
+  - Don't create multipart/alternative messages with empty text/plain part 
(#5283)
+  - Use contact_search_name format in popup on results in compose contacts 
search
+  - Fix handling of 'mailto' and 'error' arguments in message_before_send hook 
(#5347)
+  - Fix missing localization of HTML editor when assets_dir != INSTALL_PATH
+  - Fix handling of blockquote tags with mixed case on html2text conversion 
(#5363)
+  - Fix javascript errors in IE on page with iframe that points to another 
domain
+
+---

Old:

  roundcubemail-1.2.0.tar.gz

New:

  roundcubemail-1.2.1.tar.gz



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.PBKaJy/_old  2016-08-12 15:44:02.0 +0200
+++ /var/tmp/diff_new_pack.PBKaJy/_new  2016-08-12 15:44:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   roundcubemail
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A modern browser-based multilingual IMAP client
 License:GPL-3.0+ and GPL-2.0 and BSD-3-Clause

++ roundcubemail-1.2.0.tar.gz -> roundcubemail-1.2.1.tar.gz ++
 12340 lines of diff (skipped)




commit perl-Finance-Quote for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Finance-Quote for 
openSUSE:Factory checked in at 2016-08-12 15:44:04

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


Package is "perl-Finance-Quote"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Finance-Quote/perl-Finance-Quote.changes
2015-09-03 18:07:42.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Finance-Quote.new/perl-Finance-Quote.changes   
2016-08-12 15:44:06.0 +0200
@@ -10 +10 @@
-- updated to 1.37
+- updated to 1.37 bnc#955055



Other differences:
--
++ perl-Finance-Quote.spec ++
--- /var/tmp/diff_new_pack.gtVpas/_old  2016-08-12 15:44:07.0 +0200
+++ /var/tmp/diff_new_pack.gtVpas/_new  2016-08-12 15:44:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Finance-Quote
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ufraw for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2016-08-12 15:43:50

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


Package is "ufraw"

Changes:

--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes  2016-03-01 
10:21:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2016-08-12 
15:43:52.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug 11 12:27:56 UTC 2016 - sch...@suse.de
+
+- narrowing-conversion.patch: fix narrowing conversion errors
+
+---

New:

  narrowing-conversion.patch



Other differences:
--
++ ufraw.spec ++
--- /var/tmp/diff_new_pack.5MWoTJ/_old  2016-08-12 15:43:53.0 +0200
+++ /var/tmp/diff_new_pack.5MWoTJ/_new  2016-08-12 15:43:53.0 +0200
@@ -44,6 +44,7 @@
 Patch:  %{name}-desktop.patch
 Patch1: %{name}-boundary.patch
 Patch2: %{name}-glibc210.patch
+Patch3: narrowing-conversion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Recommends: %{name}-lang
 
@@ -94,6 +95,7 @@
 %patch
 %patch1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %ifarch ppc64

++ narrowing-conversion.patch ++
Index: ufraw-0.22/dcraw.cc
===
--- ufraw-0.22.orig/dcraw.cc
+++ ufraw-0.22/dcraw.cc
@@ -2285,7 +2285,7 @@ void CLASS quicktake_100_load_raw()
 
 void CLASS kodak_radc_load_raw()
 {
-  static const char src[] = {
+  static const signed char src[] = {
 1,1, 2,3, 3,4, 4,2, 5,7, 6,5, 7,6, 7,8,
 1,0, 2,1, 3,3, 4,4, 5,2, 6,7, 7,6, 8,5, 8,8,
 2,1, 2,3, 3,0, 3,2, 3,4, 4,6, 5,5, 6,7, 6,8,



commit python-voluptuous for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-voluptuous for 
openSUSE:Factory checked in at 2016-08-12 15:43:46

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


Package is "python-voluptuous"

Changes:

--- /work/SRC/openSUSE:Factory/python-voluptuous/python-voluptuous.changes  
2015-12-09 22:32:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-voluptuous.new/python-voluptuous.changes 
2016-08-12 15:43:50.0 +0200
@@ -1,0 +2,85 @@
+Thu Aug 11 13:32:54 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io as Source url
+
+---
+Wed Aug 10 11:43:06 UTC 2016 - tbecht...@suse.com
+
+- update to 0.9.3:
+  * README: Document Schema.extend
+  * Also include README.rst in distribution.
+  * Add missing % formatting character
+  * Mention use of Any to allow None values
+  * Flake8 errors resolved; Tox now running successfully
+  * Bump to 0.9.2
+  * if/else conditions modified
+  * 0.9.1 to fix missing Error import.
+  * Don't assume a user's dict type can be instantiated.
+  * Eliminate unnecessary SequenceItemInvalid exception.
+  * Squashing commits into 1
+  * Fixes issue #118 by guarding against a TypeError: unhashable type: 'list' 
exception
+  * Bump version.
+  * Include tests in sdist.
+  * Removed docs from master to avoid confusion
+  * Added additional @wraps where appropriate
+  * Added Unique and Set
+  * Added recursive schema into README #128
+  * Remove setup_requires from setup.py
+  * Added validator for datetime strings
+  * 0.8.9 release.
+  * Documentation made with Sphinx
+  * Make many of the validators have useful __repr__
+  * Test cases for checking validation of domain less url's
+  * Added Literal wrapper for literal comparisons.
+  * Fixed docs for doctest
+  * Added Documentation Link
+  * Implement Schema.extend
+  * Release 0.8.7.
+  * Did validation for Fully qualified domain url's
+  * 0.8.11
+  * 0.8.10
+  * Sorting unittest
+  * Add SetTo(n) to force setting a value. Useful with Any().
+  * Fix some bugs.
+  * Improve `repr` representation of some classes
+  * ExactSequence fix for item assignment
+  * Support bool literals.
+  * Fixed spelling of word
+  * Add python 3.5 to tox.ini test suite
+  * setup.py changed to support packages
+  * 0.9.0
+  * Fixed Unique and Set tests in other python versions
+  * Email validator added
+  * Fixed Python 3.x version check by using sys.version_info
+  * Corrected typo
+  * Have iteritems work with any Mapping class that implements iteritems
+  * Updated url validation code for url's with no domain
+  * Use with statement to close file handle
+  * Updated README for extra keys setting
+  * Correctly report error location with inclusive/exclusive.
+  * Use https in setup
+  * Handle nested MultipleInvalid exceptions.
+  * error humanization wrappers for #140
+  * Run static analysis on the exact source set
+  * Added package classifiers to indicate support for Python 3.x
+  * Add NotIn validation
+  * remove unneeded conditional check.
+  * Fixes #157
+  * Update travis.yml with python 3.4, 3.5 support
+  * Schema.extend works only for dicts
+  * regex precompiled at import time
+  * Add validate_schema decorator
+  * Fix a TypeError when using a copy of dictionary fields.
+  * Implemented __lt__ on Marker objects
+  * Aliases: Or = Any, And = All
+  * Readme updated for incorporating url.
+  * Url scheme and host validation
+  * flake8 cleanup (removed unused import)
+  * Prevent individual errors from validating a list's items from being lost.
+  * Adds string transform for stripping whitespace
+  * Test cases added for email
+  * W503 resolution made clear
+  * Added correct handling of callable objects as default values
+  * More test cases added for FQDN url validation
+
+---

Old:

  voluptuous-0.8.7.tar.gz

New:

  voluptuous-0.9.3.tar.gz



Other differences:
--
++ python-voluptuous.spec ++
--- /var/tmp/diff_new_pack.Glys7T/_old  2016-08-12 15:43:51.0 +0200
+++ /var/tmp/diff_new_pack.Glys7T/_new  2016-08-12 15:43:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-voluptuous
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,16 +13,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   

commit python-django-nose for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-django-nose for 
openSUSE:Factory checked in at 2016-08-12 15:43:41

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


Package is "python-django-nose"

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes
2015-05-07 09:22:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nose.new/python-django-nose.changes   
2016-08-12 15:43:48.0 +0200
@@ -1,0 +2,29 @@
+Thu Aug 11 10:01:27 UTC 2016 - tbecht...@suse.com
+
+- update to 1.4.4:
+  * Add Django 1.10 support
+  * Drop Django 1.4, 1.7, and Python 2.6 support
+  * Drop South support
+  * Add Django 1.9 support
+  * Support long options without equals signs, such as "--attr selected"
+  * Support nose plugins using callback options
+  * Support nose options without default values (jsatt)
+  * Remove Django from install dependencies, to avoid accidental upgrades
+  (jsocol, willkg)
+  * Setting REUSE_DB to an empty value now disables REUSE_DB, instead of
+  enabling it (wdoekes)
+  * Warn against using REUSE_DB=1 and FastFixtureTestCase in docs
+  * REUSE_DB=1 uses new transaction management in Django 1.7, 1.8 (scottsexton)
+  * Try to avoid accidentally using production database with REUSE_DB=1 
(alexjg, eroninjapan)
+  * Supported Django versions limited to current supported Django version 1.4,
+  1.7, and 1.8, as well as relevant Python versions.
+  * Fix version number (ezarowny)
+  * Fix choice options, unbreaking nose-cover (aamirtharaj-rpx, jwhitlock)
+  * Support 1.8 app loading system (dgladkov)
+  * Support non-ASCII file names (singingwolfboy)
+  * Better PEP8'd assertion names (roganov)
+- Fix Url
+- Use pypi.io as Source url
+- Adjust Requires
+
+---

Old:

  django-nose-1.4.tar.gz

New:

  django-nose-1.4.4.tar.gz



Other differences:
--
++ python-django-nose.spec ++
--- /var/tmp/diff_new_pack.VOoEcp/_old  2016-08-12 15:43:49.0 +0200
+++ /var/tmp/diff_new_pack.VOoEcp/_new  2016-08-12 15:43:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-nose
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:   python-django-nose
-Version:1.4
+Version:1.4.4
 Release:0
-Url:http://github.com/jbalogh/django-nose
+Url:https://github.com/django-nose/django-nose
 Summary:Django test runner that uses nose
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/d/django-nose/django-nose-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/d/django-nose/django-nose-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 #BuildRequires:  python-django
 #BuildRequires:  python-django-south
 #BuildRequires:  python-nose
-Requires:   python-django
+Requires:   python-Django
 Requires:   python-nose
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++ django-nose-1.4.tar.gz -> django-nose-1.4.4.tar.gz ++
 5051 lines of diff (skipped)




commit skiboot for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

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

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


Package is "skiboot"

Changes:

--- /work/SRC/openSUSE:Factory/skiboot/skiboot.changes  2016-06-25 
02:21:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.skiboot.new/skiboot.changes 2016-08-12 
15:43:38.0 +0200
@@ -10 +10 @@
-  0001-Make-links-target-reusable.patch 
+  0001-Make-links-target-reusable.patch (bsc#987201).
@@ -17 +17 @@
-  (see https://github.com/open-power/skiboot/issues/27) 
+  (see https://github.com/open-power/skiboot/issues/27, bsc#987201) 



Other differences:
--



commit xfce4-terminal for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package xfce4-terminal for openSUSE:Factory 
checked in at 2016-08-12 15:43:37

Comparing /work/SRC/openSUSE:Factory/xfce4-terminal (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-terminal.new (New)


Package is "xfce4-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes
2013-12-30 10:48:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new/xfce4-terminal.changes   
2016-08-12 15:43:44.0 +0200
@@ -1,0 +2,61 @@
+Wed Aug 10 20:48:58 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.6.90.
+  * Migrate to GTK+3/VTE3.
+  * Fix closing wrong tabs with Ctrl+Shift+W.
+  * Make close tab shortcut work for single tab.
+  * Add Ctrl+Shift+PgUp/PgDn shortcuts to move tabs left/right.
+  * Add support for unlimited scrollback.
+  * Fix actions applied to wrong tab after closing another one.
+  * Update intltool.
+  * Add Ctrl+Shift+S hotkey to set title.
+  * Expose MiscTabCloseMiddleClick option to Preferences.
+  * Fix terminal window not moved to foreground when using --tab
+option.
+  * Respect Display window borders setting in drop-down mode.
+  * Apply opacity setting by chaging background color alpha value.
+  * Prevent characters from being hidden by block cursor.
+  * Fix in drop-down mode, "100% width" isn't really 100%.
+  * Add ShortcutsNoHelpkey option to disable F1 (help) shortcut key
+and expose it to Preferences.
+  * Add support for magnet links.
+  * Expose MiscMouseAutohide option to Preferences.
+  * Fix terminal crash when starting with --geometry.
+  * Add ability to zoom in/out by pressing Ctrl +/-; add --font and
+--zoom command line options.
+  * Expand zoom level.
+  * Add hidden option MiscMiddleClickOpensUri to control whether
+middle click opens URI: if FALSE, Ctrl + left click is used for
+that; default is FALSE.
+  * Fix compilation for vte < 0.44.
+  * Remove emulation setting and input methods menu as they are not
+supported by vte.
+  * Do not allow creating multiple Set Title dialog windows.
+  * Remove Help button and add icon to Close button in Set Title
+dialog.
+  * Add an icon to the search dialog close button.
+  * Rename UI setting from Transparency to Opacity.
+  * Update terminal website address in the About dialog.
+  * Fix crash on moving a tab from one window to another.
+  * Add tooltip for the Find toolbar button.
+  * Add setting to allow cursor blinking to Preferences.
+  * Add setting to change cursor shape to Preferences.
+  * Fix typo in the preferences dialog.
+  * Add some new encodings taken from gnome-terminal.
+  * Fix crash on setting encoding.
+  * Fix detach tab functionality with GTK>=3.16.
+  * Fix segfault when right/middle click on tab bar.
+  * Translation updates: Arabic, Asturian, Bulgarian, Catalan,
+Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
+Dutch, English (Australia), Esperanto, Finnish, French, German,
+Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
+Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål,
+Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
+Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
+Ukrainian.
+- Change BuildRequires: pkgconfig(gtk+-3.0), pkgconfig(vte-2.91).
+- Remove BuildRequires: fdupes, update-desktop-files.
+- Don't install ChangeLog (it is useless).
+- Clean up the spec.
+
+---

Old:

  xfce4-terminal-0.6.3.tar.bz2

New:

  xfce4-terminal-0.6.90.tar.bz2



Other differences:
--
++ xfce4-terminal.spec ++
--- /var/tmp/diff_new_pack.RyLfZl/_old  2016-08-12 15:43:45.0 +0200
+++ /var/tmp/diff_new_pack.RyLfZl/_new  2016-08-12 15:43:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-terminal
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,27 +18,22 @@
 
 
 Name:   xfce4-terminal
-Version:0.6.3
+Version:0.6.90
 Release:0
 Summary:Terminal Emulator for the Xfce Desktop Environment
 License:GPL-2.0+
 Group:  System/X11/Terminals
 Url:http://docs.xfce.org/apps/terminal/start
 Source0:
http://archive.xfce.org/src/apps/xfce4-terminal/0.6/%{name}-%{version}.tar.bz2
-BuildRequires:  fdupes
 BuildRequires:  intltool
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
-BuildRequires:  

commit perl-Lingua-EN-Sentence for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Lingua-EN-Sentence for 
openSUSE:Factory checked in at 2016-08-12 15:43:34

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


Package is "perl-Lingua-EN-Sentence"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Lingua-EN-Sentence/perl-Lingua-EN-Sentence.changes
  2015-06-11 08:22:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Lingua-EN-Sentence.new/perl-Lingua-EN-Sentence.changes
 2016-08-12 15:43:40.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug  9 05:38:09 UTC 2016 - co...@suse.com
+
+- updated to 0.30
+   see /usr/share/doc/packages/perl-Lingua-EN-Sentence/Changes
+
+   
+  0.30 Aug 08 2016
+  used github as repository
+   added more abbreviations
+   set the default character set to en_US.UTF-8
+   added example/demo.pl script
+
+---

Old:

  Lingua-EN-Sentence-0.29.tar.gz

New:

  Lingua-EN-Sentence-0.30.tar.gz



Other differences:
--
++ perl-Lingua-EN-Sentence.spec ++
--- /var/tmp/diff_new_pack.MGfZlK/_old  2016-08-12 15:43:41.0 +0200
+++ /var/tmp/diff_new_pack.MGfZlK/_new  2016-08-12 15:43:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Lingua-EN-Sentence
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Lingua-EN-Sentence
-Version:0.29
+Version:0.30
 Release:0
 %define cpan_name Lingua-EN-Sentence
-Summary:Module for splitting text into sentences
+Summary:Split Text Into Sentences
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Lingua-EN-Sentence/
@@ -32,10 +32,8 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build) >= 0.38
 BuildRequires:  perl(Test::More) >= 0.94
-BuildRequires:  perl(strict) >= 1.04
 BuildRequires:  perl(utf8) >= 1.09
 BuildRequires:  perl(warnings) >= 1.12
-Requires:   perl(strict) >= 1.04
 Requires:   perl(utf8) >= 1.09
 Requires:   perl(warnings) >= 1.12
 %{perl_requires}
@@ -45,7 +43,7 @@
 which splits text into its constituent sentences, based on a regular
 expression and a list of abbreviations (built in and given).
 
-Certain well know exceptions, such as abreviations, may cause incorrect
+Certain well know exceptions, such as abbreviations, may cause incorrect
 segmentations. But some of them are already integrated into this code and
 are being taken care of. Still, if you see that there are words causing the
 get_sentences() to fail, you can add those to the module, so it notices
@@ -68,6 +66,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes examples LICENCE README
 
 %changelog

++ Lingua-EN-Sentence-0.29.tar.gz -> Lingua-EN-Sentence-0.30.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.29/Changes 
new/Lingua-EN-Sentence-0.30/Changes
--- old/Lingua-EN-Sentence-0.29/Changes 2015-05-25 06:05:07.0 +0200
+++ new/Lingua-EN-Sentence-0.30/Changes 2016-08-08 09:08:48.0 +0200
@@ -94,3 +94,10 @@
 0.29 May 25 2015
 Fixed RT bug #104637 [PATCH]improve documentation on acronym input
Removed redundant call that remained after 104419 patch was applied
+   
+0.30 Aug 08 2016
+used github as repository
+   added more abbreviations
+   set the default character set to en_US.UTF-8
+   added example/demo.pl script
+   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Lingua-EN-Sentence-0.29/LICENCE 
new/Lingua-EN-Sentence-0.30/LICENCE
--- old/Lingua-EN-Sentence-0.29/LICENCE 1970-01-01 01:00:00.0 +0100
+++ new/Lingua-EN-Sentence-0.30/LICENCE 2016-07-04 08:12:54.0 +0200
@@ -0,0 +1,378 @@
+This software is copyright (c) 2016 by Kim Ryan.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2016 by 

commit grsync for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package grsync for openSUSE:Factory checked 
in at 2016-08-12 15:43:24

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


Package is "grsync"

Changes:

--- /work/SRC/openSUSE:Factory/grsync/grsync.changes2016-03-31 
13:02:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.grsync.new/grsync.changes   2016-08-12 
15:43:36.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  9 20:07:48 UTC 2016 - badshah...@gmail.com
+
+- Add grsync-appdata.patch to add, translate and install appdata
+  file; the presence of the appdata file ensures that the
+  application appears on appstores like GNOME Software and KDE
+  Discover.
+
+---

New:

  grsync-appdata.patch



Other differences:
--
++ grsync.spec ++
--- /var/tmp/diff_new_pack.iAa7a7/_old  2016-08-12 15:43:37.0 +0200
+++ /var/tmp/diff_new_pack.iAa7a7/_new  2016-08-12 15:43:37.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.opbyte.it/grsync/
 Source: http://www.opbyte.it/release/%{name}-%{version}.tar.gz
 Patch1: fix-invalid-lc-messages-dir.patch
+# PATCH-FIX-UPSTREAM grsync-appdata.patch badshah...@gmail.com -- Add, 
translate and install appdata file
+Patch2: grsync-appdata.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  dos2unix
@@ -49,6 +51,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fi
@@ -90,6 +93,8 @@
 %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-grsync-session.png
 %{_datadir}/mime/packages/grsync.xml
 %{_mandir}/man1/grsync*
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/*.appdata.xml
 
 %files lang -f %{name}.lang
 

++ grsync-appdata.patch ++
Index: grsync-1.2.6/grsync.appdata.xml.in
===
--- /dev/null
+++ grsync-1.2.6/grsync.appdata.xml.in
@@ -0,0 +1,25 @@
+
+
+  grsync.desktop
+  CC0-1.0
+  <_name>Grsync
+  GPL-2.0
+  <_summary>Synchronize files and folders (a GTK GUI for rsync)
+  http://www.opbyte.it/grsync/
+  
+<_p>Grsync is a GUI (Graphical User Interface) for rsync, the commandline 
directory
+and file synchronization tool. It can be effectively used to synchronize local
+directories and it supports remote targets as well (even though it doesn't
+support browsing the remote folder). Sample uses of grsync include: synchronize
+a music collection with removable devices, backup personal files to a networked
+drive, replication of a partition to another one, mirroring of files, etc.
+  
+  
+
+  http://www.opbyte.it/grsync/grsync-1.0.0.png
+  Grsync in action
+
+  
+  i...@opbyte.it
+  grsync
+
Index: grsync-1.2.6/Makefile.am
===
--- grsync-1.2.6.orig/Makefile.am
+++ grsync-1.2.6/Makefile.am
@@ -52,6 +52,12 @@ icon_scalable_DATA = maemo-icons/scalabl
 else
 Applicationsdir = $(datadir)/applications
 Applications_DATA = grsync.desktop
+
+Appdatadir = $(datadir)/appdata
+Appdata_in_files = grsync.appdata.xml.in
+Appdata_DATA = $(Appdata_in_files:.appdata.xml.in=.appdata.xml)
+@INTLTOOL_XML_RULE@
+EXTRA_DIST += $(Appdata_in_files)
 endif
 
 Gladedir = $(datadir)/grsync
Index: grsync-1.2.6/po/POTFILES.in
===
--- grsync-1.2.6.orig/po/POTFILES.in
+++ grsync-1.2.6/po/POTFILES.in
@@ -1,6 +1,7 @@
 # List of source files containing translatable strings.
 
 [type: gettext/glade]grsync.glade
+grsync.appdata.xml.in
 src/main.c
 src/callbacks.c
 



commit mathgl for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2016-08-12 15:42:37

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


Package is "mathgl"

Changes:

--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes2016-02-26 
00:36:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes   2016-08-12 
15:42:39.0 +0200
@@ -1,0 +2,5 @@
+Fri Aug  5 13:03:34 UTC 2016 - tchva...@suse.com
+
+- Drop dependency on swig3 as swig in leap got updated to 3.x series
+
+---



Other differences:
--
++ mathgl.spec ++
--- /var/tmp/diff_new_pack.bSIFYT/_old  2016-08-12 15:42:40.0 +0200
+++ /var/tmp/diff_new_pack.bSIFYT/_new  2016-08-12 15:42:40.0 +0200
@@ -70,11 +70,7 @@
 BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-numpy-devel
-%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} == 1
-BuildRequires:  swig3
-%else
 BuildRequires:  swig
-%endif
 BuildRequires:  texinfo
 BuildRequires:  texlive-filesystem
 BuildRequires:  texlive-latex




commit python-docker-py for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-docker-py for 
openSUSE:Factory checked in at 2016-08-12 15:43:05

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


Package is "python-docker-py"

Changes:

--- /work/SRC/openSUSE:Factory/python-docker-py/python-docker-py.changes
2016-08-03 11:43:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-docker-py.new/python-docker-py.changes   
2016-08-12 15:43:08.0 +0200
@@ -1,0 +2,5 @@
+Wed Jul 27 07:49:12 UTC 2016 - jmassaguer...@suse.com
+
+- Update runtime requirements according to requirements.txt
+
+---



Other differences:
--
++ python-docker-py.spec ++
--- /var/tmp/diff_new_pack.wAX4ut/_old  2016-08-12 15:43:09.0 +0200
+++ /var/tmp/diff_new_pack.wAX4ut/_new  2016-08-12 15:43:09.0 +0200
@@ -28,7 +28,9 @@
 
 # openSUSE-Patch hide_py_pckgmgmt.patch
 Patch0: hide_py_pckgmgmt.patch
-Requires:   python-requests >= 2.5.2
+Requires:   python-backports.ssl_match_hostname >= 3.5
+Requires:   python-ipaddress >= 1.0.16
+Requires:   python-requests >= 2.5.3
 Requires:   python-six >= 1.4.0
 Requires:   python-websocket-client >= 0.32.0
 BuildRequires:  fdupes




commit scummvm for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package scummvm for openSUSE:Factory checked 
in at 2016-08-12 15:43:08

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


Package is "scummvm"

Changes:

--- /work/SRC/openSUSE:Factory/scummvm/scummvm.changes  2016-08-03 
11:44:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.scummvm.new/scummvm.changes 2016-08-12 
15:43:10.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug  3 08:38:02 UTC 2016 - o...@aepfle.de
+
+- Correct buildconditionals: aac -> faad, mp3 -> mad
+
+---



Other differences:
--
++ scummvm.spec ++
--- /var/tmp/diff_new_pack.kek8Uj/_old  2016-08-12 15:43:12.0 +0200
+++ /var/tmp/diff_new_pack.kek8Uj/_new  2016-08-12 15:43:12.0 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%bcond_with aac
-%bcond_with mp3
+%bcond_with faad
+%bcond_with mad
 
 Name:   scummvm
 Version:1.8.1
@@ -44,10 +44,10 @@
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(vorbisfile)
 BuildRequires:  pkgconfig(zlib)
-%if %{with aac}
+%if %{with faad}
 BuildRequires:  libfaad-devel
 %endif
-%if %{with mp3}
+%if %{with mad}
 BuildRequires:  pkgconfig(mad)
 %endif
 %ifarch %{ix86}




commit ubuntu-themes for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package ubuntu-themes for openSUSE:Factory 
checked in at 2016-08-12 15:43:20

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


Package is "ubuntu-themes"

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-themes/ubuntu-themes.changes  
2016-06-19 10:50:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.ubuntu-themes.new/ubuntu-themes.changes 
2016-08-12 15:43:33.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 10 15:43:17 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 16.10~bzr20160804 (changes since
+  14.04~bzr20160613):
+  * [Suru icons] Add view-rotate icon for Media Services.
+  * Add new CSS to style progress bars based on colours rather
+than images. This fixes the "empty progress bars" bug
+(lp#1052936).
+  * Add specific border widths to left and right of GtkSwitch
+buttons to hide the overflowing background of the button
+(lp#1594816).
+  * [Suru icons] Add the keyboard indicators in a dedicated
+directory.
+  * [Suru icons] Add mono arrow icons for the toolkit widgets: up,
+down, left, right and scrollbar stepper.
+  * Simplify Metacity theme by replacing solid colour image with
+filled rectangle to improve HiDPI support (lp#1603218).
+  * Ambiance, Radiance: Port to work with GTK+ 3.20 (lp#1593048).
+
+---

Old:

  ubuntu-themes_14.04+16.10.20160613.orig.tar.gz

New:

  ubuntu-themes_16.10+16.10.20160804.orig.tar.gz



Other differences:
--
++ ubuntu-themes.spec ++
--- /var/tmp/diff_new_pack.Yop5OG/_old  2016-08-12 15:43:36.0 +0200
+++ /var/tmp/diff_new_pack.Yop5OG/_new  2016-08-12 15:43:36.0 +0200
@@ -16,15 +16,15 @@
 #
 
 
-%define _version 14.04+16.10.20160613
+%define _version 16.10+16.10.20160804
 Name:   ubuntu-themes
-Version:14.04~bzr20160613
+Version:16.10~bzr20160804
 Release:0
 Summary:Eyecandy from Ubuntu
 License:GPL-3.0+
 Group:  System/GUI/Other
 Url:https://launchpad.net/ubuntu-themes
-Source: 
http://archive.ubuntu.com/ubuntu/pool/main/u/%{name}/%{name}_%{_version}.orig.tar.gz
+Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
 # PATCH-FIX-UPSTREAM themes-mate-panel.patch sor.ale...@meowr.ru -- Add proper 
theming for mate-panel.
 Patch0: themes-mate-panel.patch
 BuildRequires:  fdupes
@@ -153,29 +153,29 @@
 %defattr(-,root,root)
 %doc COPYING
 %{_datadir}/themes/Ambiance/
-%exclude %{_datadir}/themes/Ambiance/gtk-?.0/
+%exclude %{_datadir}/themes/Ambiance/gtk-?.*/
 
 %files -n metatheme-radiance-common
 %defattr(-,root,root)
 %doc COPYING
 %{_datadir}/themes/Radiance/
-%exclude %{_datadir}/themes/Radiance/gtk-?.0/
+%exclude %{_datadir}/themes/Radiance/gtk-?.*/
 
 %files -n gtk2-metatheme-ambiance
 %defattr(-,root,root)
-%{_datadir}/themes/Ambiance/gtk-2.0/
+%{_datadir}/themes/Ambiance/gtk-2.*/
 
 %files -n gtk2-metatheme-radiance
 %defattr(-,root,root)
-%{_datadir}/themes/Radiance/gtk-2.0/
+%{_datadir}/themes/Radiance/gtk-2.*/
 
 %files -n gtk3-metatheme-ambiance
 %defattr(-,root,root)
-%{_datadir}/themes/Ambiance/gtk-3.0/
+%{_datadir}/themes/Ambiance/gtk-3.*/
 
 %files -n gtk3-metatheme-radiance
 %defattr(-,root,root)
-%{_datadir}/themes/Radiance/gtk-3.0/
+%{_datadir}/themes/Radiance/gtk-3.*/
 
 %files -n ubuntu-mono-icon-theme
 %defattr(-,root,root)

++ ubuntu-themes_14.04+16.10.20160613.orig.tar.gz -> 
ubuntu-themes_16.10+16.10.20160804.orig.tar.gz ++
/work/SRC/openSUSE:Factory/ubuntu-themes/ubuntu-themes_14.04+16.10.20160613.orig.tar.gz
 
/work/SRC/openSUSE:Factory/.ubuntu-themes.new/ubuntu-themes_16.10+16.10.20160804.orig.tar.gz
 differ: char 5, line 1




commit stellarium for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package stellarium for openSUSE:Factory 
checked in at 2016-08-12 15:43:11

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


Package is "stellarium"

Changes:

--- /work/SRC/openSUSE:Factory/stellarium/stellarium.changes2016-07-03 
12:29:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.stellarium.new/stellarium.changes   
2016-08-12 15:43:17.0 +0200
@@ -1,0 +2,19 @@
+Wed Aug 10 10:51:38 UTC 2016 - rmali...@suse.com
+
+- Update to version 0.15.0
+  * Major changes:
++ Added StelProperty system
++ Added new plugin for exhibitions and planetariums - Remote Control
++ Added new skycultures: Macedonian, Ojibwe, Dakota/Lakota/Nakota,
+  Kamilaroi/Euahlayi
++ Updated code of plugins
++ Added Bookmarks tool and updated AstroCalc tool
++ Added new functions for Scripting Engine and new scripts
++ Added Miller Cylindrical Projection
++ Added updates and improvements in DSO and star catalogues (include 
initial
+  support of The Washington Double Star Catalog)
++ azimuth lines (also targetting geographic locations) in ArchaeoLines 
plugin
++ Many fixes and improvements...
+- for the full list of changes see link:  
https://sourceforge.net/p/stellarium/news/2016/07/stellarium-0150/
+
+---

Old:

  stellarium-0.14.3.tar.gz

New:

  stellarium-0.15.0.tar.gz



Other differences:
--
++ stellarium.spec ++
--- /var/tmp/diff_new_pack.d6f9sF/_old  2016-08-12 15:43:22.0 +0200
+++ /var/tmp/diff_new_pack.d6f9sF/_new  2016-08-12 15:43:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   stellarium
-Version:0.14.3
+Version:0.15.0
 Release:0
 Summary:Astronomical Sky Simulator
 License:GPL-2.0+
@@ -30,17 +30,18 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Declarative) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5MultimediaWidgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Declarative) >= 5.5.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Multimedia) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5MultimediaWidgets) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Network) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5PrintSupport)
 BuildRequires:  pkgconfig(Qt5SerialPort)
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5UiTools) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5UiTools) >= 5.6.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.6.0
 BuildRequires:  pkgconfig(dri)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(zlib)

++ stellarium-0.14.3.tar.gz -> stellarium-0.15.0.tar.gz ++
/work/SRC/openSUSE:Factory/stellarium/stellarium-0.14.3.tar.gz 
/work/SRC/openSUSE:Factory/.stellarium.new/stellarium-0.15.0.tar.gz differ: 
char 5, line 1




commit lzfse for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package lzfse for openSUSE:Factory checked 
in at 2016-08-12 15:42:59

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


Package is "lzfse"

Changes:

--- /work/SRC/openSUSE:Factory/lzfse/lzfse.changes  2016-07-14 
09:49:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.lzfse.new/lzfse.changes 2016-08-12 
15:43:02.0 +0200
@@ -1,0 +2,15 @@
+Wed Aug 10 09:09:49 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.0+git.20160802:
+  * Add extern declarations for linking into C++ code.
+  * Avoid pointer arithmetic on void pointers
+  * Implement GCC bit scan builtins for MSVC
+  * Fix issues related to use of __attribute__
+  * Implement jump table as switch for non-GCC
+  * Use ptrdiff_t instead of ssize_t
+  * Add MSVC fixes for timing and file access
+  * Set _POSIX_C_SOURCE to 200112L for gettimeofday
+  * Set binary mode on stdin/stdout on Windows
+  * Update API export to work for CMake and MSVC
+
+---

Old:

  lzfse-0.0+git.20160620.tar.xz

New:

  lzfse-0.0+git.20160802.tar.xz



Other differences:
--
++ lzfse.spec ++
--- /var/tmp/diff_new_pack.uCCndt/_old  2016-08-12 15:43:03.0 +0200
+++ /var/tmp/diff_new_pack.uCCndt/_new  2016-08-12 15:43:03.0 +0200
@@ -17,13 +17,14 @@
 
 
 Name:   lzfse
-Version:0.0+git.20160620
+Version:0.0+git.20160802
 Release:0
 Summary:Reference C implementation of the LZFSE compressor
 License:BSD-3-Clause
 Group:  Productivity/Archiving/Compression
 Url:https://github.com/lzfse/lzfse
 Source: %{name}-%{version}.tar.xz
+BuildRequires:  cmake
 BuildRequires:  xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -32,20 +33,36 @@
 Entropy coding. It targets similar compression rates at higher compression
 and decompression speed compared to deflate using zlib.
 
+%package devel
+Summary:Reference C implementation of the LZFSE compressor
+Group:  Development/Libraries/C and C++
+Requires:   %{name} = %{version}
+
+%description devel
+LZFSE is a Lempel-Ziv style data compression algorithm using Finite State
+Entropy coding. It targets similar compression rates at higher compression
+and decompression speed compared to deflate using zlib.
+
+This package contains devel files.
+
 %prep
 %setup -q
 
 %build
-make %{?_smp_mflags} CC="cc %{optflags}"
+%cmake
+make %{?_smp_mflags}
 
 %install
-make install INSTALL_PREFIX=%{buildroot}%{_prefix}
-# we don't want to ship any static libraries or orphaned .h files
-find %{buildroot} -type f \( -name '*.a' -o -name '*.h' \) -delete -print
+%cmake_install
 
 %files
 %defattr(-,root,root)
 %doc LICENSE README.md
 %{_bindir}/lzfse
+%{_libdir}/liblzfse.so
+
+%files devel
+%defattr(-,root,root)
+%{_includedir}/lzfse.h
 
 %changelog

++ lzfse-0.0+git.20160620.tar.xz -> lzfse-0.0+git.20160802.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lzfse-0.0+git.20160620/CMakeLists.txt 
new/lzfse-0.0+git.20160802/CMakeLists.txt
--- old/lzfse-0.0+git.20160620/CMakeLists.txt   1970-01-01 01:00:00.0 
+0100
+++ new/lzfse-0.0+git.20160802/CMakeLists.txt   2016-08-03 04:09:30.0 
+0200
@@ -0,0 +1,97 @@
+project(lzfse C)
+cmake_minimum_required(VERSION 2.8.6)
+
+include(CheckCCompilerFlag)
+
+# If LZFSE is being bundled in another project, we don't want to
+# install anything.  However, we want to let people override this, so
+# we'll use the LZFSE_BUNDLE_MODE variable to let them do that; just
+# set it to OFF in your project before you add_subdirectory(lzfse).
+get_directory_property(LZFSE_PARENT_DIRECTORY PARENT_DIRECTORY)
+if("${LZFSE_BUNDLE_MODE}" STREQUAL "")
+  # Bundled mode hasn't been set one way or the other, set the default
+  # depending on whether or not we are the top-level project.
+  if(LZFSE_PARENT_DIRECTORY)
+set(LZFSE_BUNDLE_MODE ON)
+  else()
+set(LZFSE_BUNDLE_MODE OFF)
+  endif(LZFSE_PARENT_DIRECTORY)
+endif()
+mark_as_advanced(LZFSE_BUNDLE_MODE)
+
+if(NOT LZFSE_BUNDLE_MODE)
+  option(BUILD_SHARED_LIBS "Build shared libraries" ON)
+else()
+  set(BUILD_SHARED_LIBS OFF)
+endif()
+
+if (CMAKE_VERSION VERSION_GREATER 3.2)
+  cmake_policy (SET CMP0063 NEW)
+endif ()
+
+# Compiler flags
+function(lzfse_add_compiler_flags target)
+  set (flags ${ARGV})
+  list (REMOVE_AT flags 0)
+
+  foreach (FLAG ${flags})
+if(CMAKE_C_COMPILER_ID STREQUAL GNU)
+  # Because https://gcc.gnu.org/wiki/FAQ#wnowarning
+  string(REGEX REPLACE "\\-Wno\\-(.+)" "-W\\1" flag_to_test "${FLAG}")
+else()
+  set 

commit sap-locale for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package sap-locale for openSUSE:Factory 
checked in at 2016-08-12 15:42:53

Comparing /work/SRC/openSUSE:Factory/sap-locale (Old)
 and  /work/SRC/openSUSE:Factory/.sap-locale.new (New)


Package is "sap-locale"

Changes:

--- /work/SRC/openSUSE:Factory/sap-locale/sap-locale.changes2015-08-01 
11:37:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.sap-locale.new/sap-locale.changes   
2016-08-12 15:42:56.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 16:17:27 UTC 2016 - sch...@suse.de
+
+- Merge changes from glibc 2.24 into cs_CZ@SAP and tr_TR@SAP
+
+---

Old:

  sap-locale.tar.gz

New:

  _service
  sap-locale-1.0+git20160809.tar.gz



Other differences:
--
++ sap-locale.spec ++
--- /var/tmp/diff_new_pack.YL65d7/_old  2016-08-12 15:42:57.0 +0200
+++ /var/tmp/diff_new_pack.YL65d7/_new  2016-08-12 15:42:57.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sap-locale
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 Name:   sap-locale
 AutoReq:on
-Version:1.0
+Version:1.0+git20160809
 Release:0
 Summary:SAP-specific Locales
 License:GPL-2.0+ and LGPL-2.0+
 Group:  System/Libraries
 Url:http://www.novell.com/partners/sap/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source: %{name}.tar.gz
+Source: %{name}-%{version}.tar.gz
 Source1:baselibs.conf
 ExclusiveArch:  %{ix86} ia64 ppc64 ppc64le s390x x86_64
 BuildRequires:  glibc-i18ndata
@@ -63,7 +63,7 @@
 locales on your system.
 
 %prep
-%setup -n sap-locale
+%setup -q
 
 %build
 echo "_libdir = '%{_libdir}'  _lib = '%{_lib}'"

++ _service ++

  
1.0+git%cd
git://github.com/openSUSE/sap-locale
git
  
  
gz
*.tar
  
  




commit caffeine for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package caffeine for openSUSE:Factory 
checked in at 2016-08-12 15:43:14

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


Package is "caffeine"

Changes:

--- /work/SRC/openSUSE:Factory/caffeine/caffeine.changes2014-12-30 
00:50:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.caffeine.new/caffeine.changes   2016-08-12 
15:43:24.0 +0200
@@ -1,0 +2,31 @@
+Mon Jul 11 11:19:24 UTC 2016 - dims...@opensuse.org
+
+- Only filter out AppIndicator dependency on SLE - all versions of
+  openSUSE where caffeine builds for have libappindicator
+  available.
+
+---
+Sun Nov  1 13:56:18 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.8.3
+  + No changelog for this version
+- Changes from version 2.8.2
+  + Fixes some minor bugs in 2.8.
+  + Fix a major bug inadvertently introduced in the short-lived
+2.8.1 (caffeine-indicator was broken).
+- Changes from version 2.8
+  + Restores widely-missed functionality removed in Caffeine 2.7:
+namely the ability to inhibit desktop idleness manually,
+(via the new caffeine-indicator) and the ability to inhibit
+desktop idleness for the duration of a particular command
+(via the new command 'caffeinate'). It should also work in most
+desktop environments again (Caffeine 2.7 worked in only a few).
+- Replace python-devel BuildRequires with python3-devel: follow
+  upstreams port to python3
+- Changed dependencies:
+  + python3-xdg in place of python-xdg
+  + python3-xlib in place of python-xlib
+- Rebase
+  caffeine-fix-desktop-file-semicolon-trailing-character.patch.
+
+---

Old:

  caffeine_2.7.2.tar.gz

New:

  caffeine_2.8.3.orig.tar.gz



Other differences:
--
++ caffeine.spec ++
--- /var/tmp/diff_new_pack.wElIEh/_old  2016-08-12 15:43:25.0 +0200
+++ /var/tmp/diff_new_pack.wElIEh/_new  2016-08-12 15:43:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package caffeine
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Malcolm J Lewis 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,26 +17,28 @@
 #
 
 
+%if %{suse_version} == 1315 && ! 0%{?is_opensuse}
 %define __requires_exclude typelib\\(AppIndicator3\\)
+%endif
 
 Name:   caffeine
-Version:2.7.2
+Version:2.8.3
 Release:0
 Summary:Utility to inhibit screensaver and sleep modes
 License:GPL-3.0+ and LGPL-3.0+
 Group:  System/GUI/GNOME
 Url:https://launchpad.net/caffeine
-Source0:
https://launchpad.net/~caffeine-developers/+archive/ubuntu/ppa/+files/%{name}_%{version}.tar.gz
+Source0:
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{version}.orig.tar.gz
 # PATCH-FIX-UPSTREAM caffeine-fix-desktop-file-semicolon-trailing-character 
p.drou...@gmail.com -- Fix missing semicolon in Keywords entries.
 Patch1: caffeine-fix-desktop-file-semicolon-trailing-character.patch
 BuildRequires:  fdupes
 # For typelib() Requires
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  python-devel
+BuildRequires:  python3-devel
 BuildRequires:  update-desktop-files
-Requires:   python-xdg
-Requires:   python-xlib
+Requires:   python3-xdg
+Requires:   python3-xlib
 Provides:   %{name}-lang = %{version}
 Obsoletes:  %{name}-lang < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -51,12 +53,15 @@
 %patch1 -p1
 
 %build
-python setup.py build
+python3 setup.py build
 
 %install
-python setup.py install -O1 --prefix=%{_prefix} --root=%{buildroot}
-%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
-%fdupes %{buildroot}
+python3 setup.py install -O1 --prefix=%{_prefix} --root=%{buildroot}
+%suse_update_desktop_file -G Caffeine -r -u 
%{buildroot}%{_datadir}/applications/caffeine.desktop Utility TrayIcon
+%suse_update_desktop_file -G Caffeine -r -u 
%{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop Utility TrayIcon
+%find_lang %{name}-indicator
+# Remove ubuntu icons for now
+rm -rf %{buildroot}%{_datadir}/icons/ubuntu-mono-dark
 
 %post
 %desktop_database_post
@@ -66,16 +71,18 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%files
+%files -f %{name}-indicator.lang
 %defattr(-,root,root)
 %doc COPYING COPYING.LESSER README
-%{_bindir}/caffeine
-%{python_sitelib}/ewmh*

commit python-gtksourceview for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-gtksourceview for 
openSUSE:Factory checked in at 2016-08-12 15:42:45

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


Package is "python-gtksourceview"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-gtksourceview/python-gtksourceview.changes
2013-03-15 10:47:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-gtksourceview.new/python-gtksourceview.changes
   2016-08-12 15:42:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  9 09:00:48 UTC 2016 - dims...@opensuse.org
+
+- Unconditionally BuildRequire pkg-config.
+
+---



Other differences:
--
++ python-gtksourceview.spec ++
--- /var/tmp/diff_new_pack.AdR4wd/_old  2016-08-12 15:42:48.0 +0200
+++ /var/tmp/diff_new_pack.AdR4wd/_new  2016-08-12 15:42:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gtksourceview
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,11 @@
 
 Name:   python-gtksourceview
 %define _name pygtksourceview
+BuildRequires:  pkg-config
 BuildRequires:  python-devel
 BuildRequires:  python-gobject2-devel >= 2.8.0
 BuildRequires:  python-gtk-devel >= 2.8.0
 BuildRequires:  pkgconfig(gtksourceview-2.0)
-%if 0%{?opensuse_bs}
-BuildRequires:  pkg-config
-%endif
 Url:http://gtksourceview.sourceforge.net/ 
 Version:2.10.1
 Release:0




commit DisplayCAL for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package DisplayCAL for openSUSE:Factory 
checked in at 2016-08-12 15:42:56

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


Package is "DisplayCAL"

Changes:

--- /work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL.changes2016-07-12 
23:53:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL.changes   
2016-08-12 15:42:57.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 02 21:20:48 UTC 2016 - flor...@displaycal.net
+
+- update to 3.1.5.0: see README.html#changelog-3.1.5
+
+---

Old:

  DisplayCAL-3.1.4.0.tar.gz

New:

  DisplayCAL-3.1.5.0.tar.gz



Other differences:
--
++ DisplayCAL.spec ++
--- /var/tmp/diff_new_pack.kvvufz/_old  2016-08-12 15:42:58.0 +0200
+++ /var/tmp/diff_new_pack.kvvufz/_new  2016-08-12 15:42:58.0 +0200
@@ -40,7 +40,7 @@
 License:GPL-3.0+
 Group:  %{correct_group}
 Name:   DisplayCAL
-Version:3.1.4.0
+Version:3.1.5.0
 Release:0
 Source0:http://displaycal.net/download/%{name}-%version.tar.gz
 Url:http://displaycal.net/

++ DisplayCAL-3.1.4.0.tar.gz -> DisplayCAL-3.1.5.0.tar.gz ++
/work/SRC/openSUSE:Factory/DisplayCAL/DisplayCAL-3.1.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.DisplayCAL.new/DisplayCAL-3.1.5.0.tar.gz differ: 
char 5, line 1

++ debian.changelog ++
--- /var/tmp/diff_new_pack.kvvufz/_old  2016-08-12 15:42:58.0 +0200
+++ /var/tmp/diff_new_pack.kvvufz/_new  2016-08-12 15:42:58.0 +0200
@@ -1,5 +1,5 @@
-displaycal (3.1.3.1-1) stable; urgency=low
+displaycal (3.1.5.0-1) stable; urgency=low
 
-  * Version 3.1.3.1
+  * Version 3.1.5.0
 
- -- Florian Höch   Mon, 11 Apr 2016 08:53:40 +0100
+ -- Florian Höch   Tue, 02 Aug 2016 21:20:48 +0100




commit twm for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package twm for openSUSE:Factory checked in 
at 2016-08-12 15:42:47

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


Package is "twm"

Changes:

--- /work/SRC/openSUSE:Factory/twm/twm.changes  2015-04-25 11:26:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.twm.new/twm.changes 2016-08-12 
15:42:50.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  8 20:03:27 UTC 2016 - e...@suse.com
+
+- Adding generic windowmanager provides:
+  Provides: windowmanager
+  (boo#981663).
+
+---



Other differences:
--
++ twm.spec ++
--- /var/tmp/diff_new_pack.u7dtJQ/_old  2016-08-12 15:42:51.0 +0200
+++ /var/tmp/diff_new_pack.u7dtJQ/_new  2016-08-12 15:42:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package twm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig(xproto) >= 7.0.17
 BuildRequires:  pkgconfig(xt)
 # This was part of the xorg-x11 package up to version 7.6
+Provides:   windowmanager
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit python3-jupyter_ipython for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_ipython for 
openSUSE:Factory checked in at 2016-08-12 15:42:40

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


Package is "python3-jupyter_ipython"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython-doc.changes
  2016-08-05 18:15:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython-doc.changes
 2016-08-12 15:42:44.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 02:24:20 UTC 2016 - toddrme2...@gmail.com
+
+- Combine PDF and HTML documentation into a single package.
+
+---



Other differences:
--
++ python3-jupyter_ipython-doc.spec ++
--- /var/tmp/diff_new_pack.mcCIGX/_old  2016-08-12 15:42:45.0 +0200
+++ /var/tmp/diff_new_pack.mcCIGX/_new  2016-08-12 15:42:45.0 +0200
@@ -29,7 +29,7 @@
 Release:0
 Summary:Documentation for python-jupyter_ipython
 License:BSD-3-Clause
-Group:  Development/Languages/Python
+Group:  Documentation/Other
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRequires:  fdupes
@@ -49,27 +49,16 @@
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
 BuildRequires:  python3-Sphinx-latex
 %endif
+Recommends: python3-jupyter_ipython = %{version}
+Provides:   %{name}-html
+Provides:   %{name}-pdf
+Obsoletes:  %{name}-html
+Obsoletes:  %{name}-pdf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
-Documentation and help files for python3-jupyter_ipython
-
-%package html
-Summary:HTML documentation for python3-jupyter_ipython
-Group:  Development/Languages/Python
-Recommends: python3-jupyter_ipython = %{version}
-
-%description html
-Documentation and help files for python3-jupyter_ipython in HTML format
-
-%package pdf
-Summary:HTML documentation for python3-jupyter_ipython
-Group:  Development/Languages/Python
-Recommends: python3-jupyter_ipython = %{version}
-
-%description pdf
-Documentation and help files for python3-jupyter_ipython in PDF format
+Documentation and help files for python3-jupyter_ipython.
 
 %prep
 %setup -q -n ipython-%{version}
@@ -102,15 +91,11 @@
 iptest
 popd
 
-%files html
+%files
 %defattr(-,root,root,-)
 %doc COPYING.rst
 %{_docdir}/python3-jupyter_ipython/html/
-
 %if %{build_pdf}
-files pdf
-%defattr(-,root,root,-)
-%doc COPYING.rst docs/source/about/license_and_copyright.rst
 %{_docdir}/python3-jupyter_ipython/jupyter_core.pdf
 %endif
 




commit eigen3 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package eigen3 for openSUSE:Factory checked 
in at 2016-08-12 15:35:08

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


Package is "eigen3"

Changes:

--- /work/SRC/openSUSE:Factory/eigen3/eigen3.changes2016-07-12 
23:50:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.eigen3.new/eigen3.changes   2016-08-12 
15:35:18.0 +0200
@@ -1,0 +2,46 @@
+Sun Aug  7 20:31:43 UTC 2016 - asterios.dra...@gmail.com
+
+- Update to version 3.2.9:
+  Main fixes and improvements:
+  * Improve numerical robustness of JacobiSVD (backported from 3.3)
+  * Bug 1017: prevents underflows in makeHouseholder
+  * Fix numerical accuracy issue in the extraction of complex
+eigenvalue pairs in real generalized eigenvalue problems.
+  * Fix support for vector.homogeneous().asDiagonal()
+  * Bug 1238: fix SparseMatrix::sum() overload for un-compressed
+mode
+  * Bug 1213: workaround gcc linking issue with anonymous enums.
+  * Bug 1236: fix possible integer overflow in sparse-sparse
+product
+  * Improve detection of identical matrices when applying a
+permutation (e.g., mat = perm * mat)
+  * Fix usage of nesting type in blas_traits. In practice, this
+fixes compilation of expressions such as A*(A*A)^T
+  * CMake: fixes support of Ninja generator
+  * Add a StorageIndex typedef to sparse matrices and expressions
+to ease porting code to 3.3
+(see http://eigen.tuxfamily.org/index.php?title=3.3#Index_typedef)
+  * Bug 1200: make aligned_allocator c++11 compatible (backported
+from 3.3)
+  * Bug 1182: improve generality of abs2 (backported from 3.3)
+  * Bug 537: fix compilation of Quaternion with Apples's compiler
+  * Bug 1176: allow products between compatible scalar types
+  * Bug 1172: make valuePtr and innerIndexPtr properly return null
+for empty sparse matrices.
+  * Bug 1170: skip calls to memcpy/memmove for empty inputs.
+  Others:
+  * Bug 1242: fix comma initializer with empty matrices.
+  * Improves support for MKL's PARDISO solver.
+  * Fix a compilation issue with Pastix solver.
+  * Add some missing explicit scalar conversions
+  * Fix a compilation issue with matrix exponential (unsupported
+MatrixFunctions module).
+  * Bug 734: fix a storage order issue in unsupported Spline module
+  * Bug 1222: fix a compilation issue in AutoDiffScalar
+  * Bug 1221: shutdown some GCC6's warnings.
+  * Bug 1175: fix index type conversion warnings in sparse to dense
+conversion.
+- Removed build requirements gnu-free-fonts and texlive-amsfonts
+  (not needed anymore).
+
+---

Old:

  3.2.8.tar.bz2

New:

  3.2.9.tar.bz2



Other differences:
--
++ eigen3.spec ++
--- /var/tmp/diff_new_pack.b7qDTm/_old  2016-08-12 15:35:19.0 +0200
+++ /var/tmp/diff_new_pack.b7qDTm/_new  2016-08-12 15:35:19.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   eigen3
-Version:3.2.8
+Version:3.2.9
 Release:0
 Summary:C++ Template Library for Linear Algebra
 License:MPL-2.0 and LGPL-2.1+ and BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://eigen.tuxfamily.org/
-Source0:http://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
+Source0:https://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2
 Patch0: 0001-Disable-Altivec-for-ppc64le.patch
 Patch1: 0001-Do-stack-allignment-on-ppc.patch
 # PATCH-FIX-OPENSUSE eigen_pkgconfig.patch asterios.dra...@gmail.com -- Fix 
pkg-config file includedir
@@ -40,7 +40,6 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  glew-devel
 BuildRequires:  gmp-devel
-BuildRequires:  gnu-free-fonts
 BuildRequires:  graphviz
 BuildRequires:  graphviz-gd
 BuildRequires:  gsl-devel
@@ -50,7 +49,6 @@
 BuildRequires:  sparsehash-devel
 BuildRequires:  suitesparse-devel
 BuildRequires:  superlu-devel
-BuildRequires:  texlive-amsfonts
 BuildRequires:  texlive-latex
 BuildRequires:  pkgconfig(gl)
 BuildArch:  noarch
@@ -74,7 +72,7 @@
 numerical solvers, and related algorithms.
 
 %prep
-%setup -q -n eigen-eigen-07105f7124f9
+%setup -q -n eigen-eigen-dc6cfdf9bcec
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -89,7 +87,8 @@
 %build
 %cmake \
  -DCMAKE_BUILD_TYPE=Release \
- -DINCLUDE_INSTALL_DIR=%{_includedir}/eigen3
+ -DINCLUDE_INSTALL_DIR=%{_includedir}/eigen3 \
+ -DGOOGLEHASH_INCLUDES=%{_includedir}
 make %{?_smp_mflags} all doc
 
 %install

++ 3.2.8.tar.bz2 -> 3.2.9.tar.bz2 ++
 2443 lines of diff (skipped)




commit evolution-ews for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package evolution-ews for openSUSE:Factory 
checked in at 2016-08-12 15:35:47

Comparing /work/SRC/openSUSE:Factory/evolution-ews (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-ews.new (New)


Package is "evolution-ews"

Changes:

--- /work/SRC/openSUSE:Factory/evolution-ews/evolution-ews.changes  
2016-07-21 07:52:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution-ews.new/evolution-ews.changes 
2016-08-12 15:35:49.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 09:59:56 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.5:
+  + Customized timezones not recognized (bgo#769044).
+
+---
@@ -17,0 +24,5 @@
+Tue May 17 15:03:25 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -31,0 +43,10 @@
+Thu Apr 14 18:57:09 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop ews-timezone.patch,
+  evolution-ews-3.10.4-foreign-calendars-hidden.patch
+  evolution-ews-3.10.4-remove-sources.patch, and
+  evolution-ews-3.10.4-Permissions-on-context-menu-for-GAL.patch:
+  fixed upstream.
+
+---
@@ -155,0 +177,6 @@
+Mon Aug 24 14:20:24 UTC 2015 - fcro...@suse.com
+
+- Add ews-timezone.patch: Fix evolution-ews's calendar time +1 hour
+  in foreign timezone (bsc#924263).
+
+---
@@ -238,0 +266,15 @@
+
+---
+Tue Jun 30 11:54:03 UTC 2015 - fcro...@suse.com
+
+- Add evolution-ews-3.10.4-foreign-calendars-hidden.patch
+  (bgo#751547): fix foreign calencards being hidden by default.
+- Add evolution-ews-3.10.4-remove-sources.patch: ensure sources are
+  properly removed from disk when needed.
+
+---
+Mon Jun 22 12:32:56 UTC 2015 - fcro...@suse.com
+
+- Add
+  evolution-ews-3.10.4-Permissions-on-context-menu-for-GAL.patch:
+  disable permission context menu on GAL (bgo#751001).

Old:

  evolution-ews-3.20.4.tar.xz

New:

  evolution-ews-3.20.5.tar.xz



Other differences:
--
++ evolution-ews.spec ++
--- /var/tmp/diff_new_pack.U5JlTf/_old  2016-08-12 15:35:50.0 +0200
+++ /var/tmp/diff_new_pack.U5JlTf/_new  2016-08-12 15:35:50.0 +0200
@@ -19,7 +19,7 @@
 Name:   evolution-ews
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.4
+Version:3.20.5
 Release:0
 Summary:Exchange Connector for Evolution, compatible with Exchange 
2007 and later
 License:LGPL-2.1

++ evolution-ews-3.20.4.tar.xz -> evolution-ews-3.20.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.4/NEWS 
new/evolution-ews-3.20.5/NEWS
--- old/evolution-ews-3.20.4/NEWS   2016-07-11 09:35:16.0 +0200
+++ new/evolution-ews-3.20.5/NEWS   2016-08-08 10:16:35.0 +0200
@@ -1,3 +1,9 @@
+Evolution-EWS 3.20.5 2016-08-08
+---
+
+Bug Fixes:
+   Bug 769044 - Customized timezones not recognized (Milan Crha)
+
 Evolution-EWS 3.20.4 2016-07-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-ews-3.20.4/configure 
new/evolution-ews-3.20.5/configure
--- old/evolution-ews-3.20.4/configure  2016-07-11 09:35:46.0 +0200
+++ new/evolution-ews-3.20.5/configure  2016-08-08 10:17:11.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.4.
+# Generated by GNU Autoconf 2.69 for evolution-ews 3.20.5.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-ews'
 PACKAGE_TARNAME='evolution-ews'
-PACKAGE_VERSION='3.20.4'
-PACKAGE_STRING='evolution-ews 3.20.4'
+PACKAGE_VERSION='3.20.5'
+PACKAGE_STRING='evolution-ews 3.20.5'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/browse.cgi?product=evolution-ews'
 PACKAGE_URL=''
 
@@ -1520,7 +1520,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 evolution-ews 3.20.4 to adapt to many kinds of systems.
+\`configure' configures evolution-ews 3.20.5 to adapt to many 

commit rustc-stage0 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package rustc-stage0 for openSUSE:Factory 
checked in at 2016-08-12 15:42:32

Comparing /work/SRC/openSUSE:Factory/rustc-stage0 (Old)
 and  /work/SRC/openSUSE:Factory/.rustc-stage0.new (New)


Package is "rustc-stage0"

Changes:

--- /work/SRC/openSUSE:Factory/rustc-stage0/rustc-stage0.changes
2016-07-26 13:12:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.rustc-stage0.new/rustc-stage0.changes   
2016-08-12 15:42:35.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 31 15:04:36 UTC 2016 - jeng...@inai.de
+
+- Drop filler words from summary. Drop archaic %clean section.
+
+---
+Thu Jul 28 09:03:49 UTC 2016 - sch...@suse.de
+
+- Add ExclusiveArch
+
+---



Other differences:
--
++ rustc-stage0.spec ++
--- /var/tmp/diff_new_pack.ZrgfKK/_old  2016-08-12 15:42:36.0 +0200
+++ /var/tmp/diff_new_pack.ZrgfKK/_new  2016-08-12 15:42:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rustc-stage0
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,10 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rustc-stage0
 Version:20160318.235d774
 Release:0
-Summary:Systems programming language that runs blazingly fast 
(bootstrap binary)
+Summary:A systems programming language (bootstrap binaries)
 License:MIT or Apache-2.0
 Group:  Development/Languages/Other
 Url:http://www.rust-lang.org
@@ -27,6 +28,7 @@
 Source1:
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2016-03-18-235d774-linux-x86_64-1273b6b6aed421c9e40c59f366d0df6092ec0397.tar.bz2
 Source2:
http://static.rust-lang.org/stage0-snapshots/rust-stage0-2016-03-18-235d774-linux-i386-0e0e4448b80d0a12b75485795244bb3857a0a7ef.tar.bz2
 Source3:snap.sh
+ExclusiveArch:  %ix86 x86_64
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -34,16 +36,17 @@
 Rust is a systems programming language focused on three goals:
 safety, speed, and concurrency. It maintains these goals without
 having a garbage collector, making it a useful language for a
-number of use cases other languages aren’t good at: embedding
+number of use cases other languages are not good at: embedding
 in other languages, programs with specific space and time
 requirements, and writing low-level code, like device drivers
 and operating systems. It improves on current languages targeting
 this space by having a number of compile-time safety checks
 that produce no runtime overhead, while eliminating all
-data races. Rust also aims to achieve ‘zero-cost abstractions’
+data races. Rust also aims to achieve "zero-cost abstractions",
 even though some of these abstractions feel like those of a
 high-level language. Even then, Rust still allows precise
 control like a low-level language would.
+
 This package provides the stage0 binary required to build the
 initial compiler.
 
@@ -60,14 +63,8 @@
 mkdir -p %{buildroot}%{_libexecdir}/rust-stage0
 cp -r . %{buildroot}%{_libexecdir}/rust-stage0
 
-%post
-/sbin/ldconfig
-
-%postun
-/sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,-)




commit python-ldap for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2016-08-12 15:42:19

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


Package is "python-ldap"

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2016-02-26 
00:42:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2016-08-12 15:42:27.0 +0200
@@ -1,0 +2,11 @@
+Mon Aug  1 10:44:31 UTC 2016 - mich...@stroeder.com
+
+- Update to upstream release 2.4.27
+
+---
+Sun Jul 24 16:31:08 UTC 2016 - mich...@stroeder.com
+
+- Update to upstream release 2.4.26
+- updated pypi source URL
+
+---

Old:

  python-ldap-2.4.25.tar.gz

New:

  python-ldap-2.4.27.tar.gz



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.uWm2HQ/_old  2016-08-12 15:42:28.0 +0200
+++ /var/tmp/diff_new_pack.uWm2HQ/_new  2016-08-12 15:42:28.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-ldap
-Version:2.4.25
+Version:2.4.27
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0
 Group:  Development/Libraries/Python
 Url:https://www.python-ldap.org/
-Source: 
https://pypi.python.org/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/p/python-ldap/python-ldap-%{version}.tar.gz
 BuildRequires:  cyrus-sasl-devel >= 2.1
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel

++ python-ldap-2.4.25.tar.gz -> python-ldap-2.4.27.tar.gz ++
 2488 lines of diff (skipped)




commit sbcl for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package sbcl for openSUSE:Factory checked in 
at 2016-08-12 15:42:16

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


Package is "sbcl"

Changes:

--- /work/SRC/openSUSE:Factory/sbcl/sbcl.changes2015-10-03 
20:30:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.sbcl.new/sbcl.changes   2016-08-12 
15:42:19.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 24 15:57:01 UTC 2016 - kgronl...@suse.com
+
+- Update to version 1.3.7
+  + enhancement: ported to ARM64 Linux.
+  + enhancement: a new interpreter is included which has many
+benefits over sb-eval. It is disabled by default. See
+src/interpreter/README for instructions to enable it, and
+further details.
+  + enhancement: SB-THREAD support for ARM64.
+  + enhancement: the platform's strtod() is exposed as
+SB-POSIX:STRTOD
+  + enhancement: speed up debug info creation for highly nested
+functions. (#1563355)
+  + enhancement: the interleaved structure slot optimization from
+release 1.2.6 has been ported to all architectures.
+
+- Add $(RPM_OPT_FLAGS) to CFLAGS for Linux builds
+- Handle ENOENT from getprotobyname()
+- sb-posix: Fix getresuid() and getresgid()
+
+- Remove sbcl-1.1.17-optflags.patch
+- Add 0001-Handle-ENOENT-from-getprotobyname.patch
+- Add 0002-sb-posix-Fix-getresuid-and-getresgid.patch
+- Add 0003-Add-RPM_OPT_FLAGS-to-CFLAGS-for-Linux-builds.patch
+
+---
+Mon Mar 28 22:58:01 UTC 2016 - dval...@suse.com
+
+- ExcludeArch POWER64 architecture, no POWER64 port available 
+
+---

Old:

  sbcl-1.1.17-optflags.patch
  sbcl-1.2.15-source.tar.bz2

New:

  0001-Handle-ENOENT-from-getprotobyname.patch
  0002-sb-posix-Fix-getresuid-and-getresgid.patch
  0003-Add-RPM_OPT_FLAGS-to-CFLAGS-for-Linux-builds.patch
  sbcl-1.3.7-source.tar.bz2



Other differences:
--
++ sbcl.spec ++
--- /var/tmp/diff_new_pack.bSH4Xb/_old  2016-08-12 15:42:20.0 +0200
+++ /var/tmp/diff_new_pack.bSH4Xb/_new  2016-08-12 15:42:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sbcl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   sbcl
-Version:1.2.15
+Version:1.3.7
 Release:0
 Summary:Steel Bank Common Lisp
 License:SUSE-Public-Domain and BSD-3-Clause
@@ -51,8 +51,8 @@
 %else
 BuildRequires:  texlive
 %endif
-# PATCH-FIX-OPENSUSE  sbcl-1.1.17-optflags.patch based on fedora patch 
tog...@opensuse.org --use optflags
-Patch0: sbcl-1.1.17-optflags.patch
+# PATCH-FIX-OPENSUSE Add $(RPM_OPT_FLAGS) to CFLAGS for Linux builds
+Patch0: 0003-Add-RPM_OPT_FLAGS-to-CFLAGS-for-Linux-builds.patch
 # PATCH-FIX-OPENSUSE  dont-split-doc.patch from debian author unknown --don't 
split docs
 Patch1: dont-split-doc.patch
 # PATCH-FIX-OPENSUSE install README.openSUSE and sbclrc.sample
@@ -65,8 +65,13 @@
 Patch6: sbcl-cast.patch
 # PATCH-FIX-OPENSUSE  disable localport bsd sockets tests broken in kvm builds 
for some tog...@opensuse.org
 Patch7: disable-localport-bsd-sockets-test.patch
+# PATCH-FIX-UPSTREAM Handle ENOENT from getprotobyname()
+Patch8: 0001-Handle-ENOENT-from-getprotobyname.patch
+# PATCH-FIX-UPSTREAM sb-posix: Fix getresuid() and getresgid().
+Patch9: 0002-sb-posix-Fix-getresuid-and-getresgid.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+ExcludeArch:ppc64 ppc64le
 
 %description
 Steel Bank Common Lisp (SBCL) is a high performance Common Lisp
@@ -77,13 +82,15 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b optflags
+%patch0 -p1
 %patch1 -p1 -b docpatch
 %patch3 -p1 -b install
 %patch4 -p1 -b personality
 %patch5 -p1 -b frlock
 %patch6 -p1 -b cast
 %patch7 -p1 -b sockets
+%patch8 -p1
+%patch9 -p1
 
 cp %{S:1} .
 cp %{S:2} .

++ 0001-Handle-ENOENT-from-getprotobyname.patch ++
>From 5097e4a35e99e2c31a1fa4b09416e147ef407a0b Mon Sep 17 00:00:00 2001
From: Stas Boukarev 
Date: Wed, 6 Jul 2016 17:44:15 +0300
Subject: [PATCH 1/3] Handle ENOENT from getprotobyname()

It happens when /etc/protocols is missing.
Signal unknown-protocol in that case.

Fixes lp#1596043.
---
 contrib/sb-bsd-sockets/inet.lisp | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/contrib/sb-bsd-sockets/inet.lisp b/contrib/sb-bsd-sockets/inet.lisp
index ca3cfd0..077ace4 

commit vegastrike for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package vegastrike for openSUSE:Factory 
checked in at 2016-08-12 15:42:02

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


Package is "vegastrike"

Changes:

--- /work/SRC/openSUSE:Factory/vegastrike/vegastrike.changes2015-08-07 
00:24:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.vegastrike.new/vegastrike.changes   
2016-08-12 15:42:03.0 +0200
@@ -1,0 +2,11 @@
+Fri Jun 17 19:39:14 UTC 2016 - klaussfre...@gmail.com
+
+- add patch vegastrike-src-0.5.1.r1-gcc6_compat.patch
+  Fixes build with GCC 6 due to redefinition of copysign,
+  uncastable return values in pk3 and name clashes
+- add patch vegastrike-src-0.5.1.r1-gcc6_math_h.patch
+  Fixes detection of math.h system include file
+- add autoconf and automake build dependencies
+- add autoreconf at build time
+
+---

New:

  vegastrike-src-0.5.1.r1-gcc6_compat.patch
  vegastrike-src-0.5.1.r1-gcc6_math_h.patch



Other differences:
--
++ vegastrike.spec ++
--- /var/tmp/diff_new_pack.cB7pH3/_old  2016-08-12 15:42:04.0 +0200
+++ /var/tmp/diff_new_pack.cB7pH3/_new  2016-08-12 15:42:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vegastrike
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,7 +42,13 @@
 # PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-boost150_compat.patch -- fix 
build with latest boost (seemingly unrelated change but boost makes it blow 
without)
 Patch6: vegastrike-src-0.5.1.r1-boost150_compat.patch
 Patch7: vegastrike-aarch64.patch
+# PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-gcc6_compat.patch -- GCC 6 
compatibility fixes, already upstreamed, not yet in tarball
+Patch8: vegastrike-src-0.5.1.r1-gcc6_compat.patch
+# PATCH-FIX-OPENSUSE vegastrike-src-0.5.1.r1-gcc6_math_h.patch -- GCC 6 
compatibility fixes, not upstreamable, autotools build system deprecated by 
upstream
+Patch9: vegastrike-src-0.5.1.r1-gcc6_math_h.patch
 BuildRequires:  SDL_mixer-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  freealut-devel
 BuildRequires:  freeglut-devel
@@ -102,6 +108,8 @@
 %patch5 -p0
 %patch6 -p1
 %patch7 -p1
+%patch8 -p0
+%patch9 -p0
 iconv -f ISO-8859-1 -t UTF-8 README > README.tmp
 touch -r README README.tmp
 mv README.tmp README
@@ -110,6 +118,7 @@
 rm objconv/mesher/expat.h
 
 %build
+autoreconf -fi
 %configure --with-data-dir=%{_datadir}/%{name} --with-boost=system \
   --enable-release --enable-flags="%{optflags} 
-DBOOST_PYTHON_NO_PY_SIGNATURES" \
   --disable-ffmpeg --disable-ogre --enable-stencil-buffer

++ vegastrike-src-0.5.1.r1-gcc6_compat.patch ++
Index: src/cmd/unit_generic.cpp
===
--- src/cmd/unit_generic.cpp(revision 13699)
+++ src/cmd/unit_generic.cpp(working copy)
@@ -38,6 +38,7 @@
 #include "universe_generic.h"
 #include "csv.h"
 #include "vs_random.h"
+#include "vs_math.h"
 #include "galaxy_xml.h"
 #include "gfx/camera.h"
 
@@ -655,6 +656,7 @@
 jump.drive = -1;
 }
 
+#if !defined(HAVE_MATH_H)
 float copysign( float x, float y )
 {
 if (y > 0)
@@ -662,6 +664,7 @@
 else
 return -x;
 }
+#endif //!defined(HAVE_MATH_H)
 
 float rand01()
 {
Index: src/physics.h
===
--- src/physics.h   (revision 13699)
+++ src/physics.h   (working copy)
@@ -22,12 +22,13 @@
 #ifndef PHYSICS_H
 #define PHYSICS_H
 
+#include "vs_math.h"
+
 #include "gfx/vec.h"
 
 static const float oocc = (float) 0.111265005605; //1/c^2
 static const float c= (float) 299792458.0;
 static const float co10 = (float) 29979245.8;
-float copysign( float x, float y );
 
 struct Force
 {
Index: src/vs_math.h
===
--- src/vs_math.h   (revision 13699)
+++ src/vs_math.h   (working copy)
@@ -43,6 +43,8 @@
 
 #if defined (HAVE_MATH_H)
  #include 
+#else
+ float copysign( float x, float y );
 #endif
 #if  defined (HAVE_FINITE) || defined (BSD)
  #define FINITE( x ) ( finite( x ) )
Index: src/pk3.cpp
===
--- src/pk3.cpp 2016-06-17 19:11:35.291170055 -0300
+++ src/pk3.cpp 2016-06-17 19:11:43.374169816 -0300
@@ -356,7 +356,7 @@
 }
 //if the file isn't in the archive
 if 

commit plasma5-openSUSE for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-openSUSE for 
openSUSE:Factory checked in at 2016-08-12 15:41:51

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


Package is "plasma5-openSUSE"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-openSUSE/plasma5-openSUSE.changes
2016-08-08 13:56:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-openSUSE.new/plasma5-openSUSE.changes   
2016-08-12 15:41:52.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug  2 11:46:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Bump Plasma (Build)Requires to 5.7.3
+
+---



Other differences:
--
++ plasma5-openSUSE.spec ++
--- /var/tmp/diff_new_pack.jnsNe3/_old  2016-08-12 15:41:53.0 +0200
+++ /var/tmp/diff_new_pack.jnsNe3/_new  2016-08-12 15:41:53.0 +0200
@@ -19,7 +19,7 @@
 # the greeter is currently not built by default, see boo#950863
 %bcond_with greeter
 
-%define plasma_version 5.7.2
+%define plasma_version 5.7.3
 %if %suse_version == 1315 && %is_opensuse
 %define suse_branding_version 42.1
 %else

++ plasma-change-defaults.diff ++
--- /var/tmp/diff_new_pack.jnsNe3/_old  2016-08-12 15:41:53.0 +0200
+++ /var/tmp/diff_new_pack.jnsNe3/_new  2016-08-12 15:41:53.0 +0200
@@ -19,7 +19,7 @@
 
 --- ./shells/org.kde.plasma.desktop/contents/layout.js 2011-05-20 
22:32:08.0 +0200
 +++ ./shells/org.kde.plasma.desktop/contents/layout.js 2011-10-13 
13:03:13.251007088 +0200
-@@ -4,5 +4,7 @@ loadTemplate("org.kde.plasma.desktop.defaultPanel")
+@@ -4,6 +4,8 @@ loadTemplate("org.kde.plasma.desktop.defaultPanel")
  var desktopsArray = desktopsForActivity(currentActivity());
  for( var j = 0; j < desktopsArray.length; j++) {
  desktopsArray[j].wallpaperPlugin = 'org.kde.image';
@@ -27,3 +27,4 @@
 +folderview.writeConfig("url", "desktop:/");
  //var clock = desktopsArray[j].addWidget("org.kde.plasma.analogclock");
  }
+ 




commit systemsettings5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package systemsettings5 for openSUSE:Factory 
checked in at 2016-08-12 15:41:43

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


Package is "systemsettings5"

Changes:

--- /work/SRC/openSUSE:Factory/systemsettings5/systemsettings5.changes  
2016-08-08 13:56:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.systemsettings5.new/systemsettings5.changes 
2016-08-12 15:41:44.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:10 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  systemsettings-5.7.2.tar.xz

New:

  systemsettings-5.7.3.tar.xz



Other differences:
--
++ systemsettings5.spec ++
--- /var/tmp/diff_new_pack.IC2phF/_old  2016-08-12 15:41:45.0 +0200
+++ /var/tmp/diff_new_pack.IC2phF/_new  2016-08-12 15:41:45.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   systemsettings5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE's control center
 License:GPL-2.0+

++ systemsettings-5.7.2.tar.xz -> systemsettings-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/systemsettings-5.7.2/CMakeLists.txt 
new/systemsettings-5.7.3/CMakeLists.txt
--- old/systemsettings-5.7.2/CMakeLists.txt 2016-07-19 13:15:44.0 
+0200
+++ new/systemsettings-5.7.3/CMakeLists.txt 2016-08-02 13:21:17.0 
+0200
@@ -1,5 +1,5 @@
 project(systemsettings)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")




commit powerdevil5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package powerdevil5 for openSUSE:Factory 
checked in at 2016-08-12 15:41:36

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


Package is "powerdevil5"

Changes:

--- /work/SRC/openSUSE:Factory/powerdevil5/powerdevil5.changes  2016-08-08 
13:54:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.powerdevil5.new/powerdevil5.changes 
2016-08-12 15:41:38.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:09 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  powerdevil-5.7.2.tar.xz

New:

  powerdevil-5.7.3.tar.xz



Other differences:
--
++ powerdevil5.spec ++
--- /var/tmp/diff_new_pack.OArA2g/_old  2016-08-12 15:41:39.0 +0200
+++ /var/tmp/diff_new_pack.OArA2g/_new  2016-08-12 15:41:39.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   powerdevil5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE Power Management module
 License:GPL-2.0+

++ powerdevil-5.7.2.tar.xz -> powerdevil-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/powerdevil-5.7.2/CMakeLists.txt 
new/powerdevil-5.7.3/CMakeLists.txt
--- old/powerdevil-5.7.2/CMakeLists.txt 2016-07-19 13:14:54.0 +0200
+++ new/powerdevil-5.7.3/CMakeLists.txt 2016-08-02 13:20:38.0 +0200
@@ -1,5 +1,5 @@
 project(PowerDevil)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.7.2/daemon/actions/bundled/powerdevilhandlebuttoneventsaction.desktop
 
new/powerdevil-5.7.3/daemon/actions/bundled/powerdevilhandlebuttoneventsaction.desktop
--- 
old/powerdevil-5.7.2/daemon/actions/bundled/powerdevilhandlebuttoneventsaction.desktop
  2016-07-19 13:14:07.0 +0200
+++ 
new/powerdevil-5.7.3/daemon/actions/bundled/powerdevilhandlebuttoneventsaction.desktop
  2016-08-02 13:20:06.0 +0200
@@ -7,8 +7,8 @@
 Name=Button events handling
 Name[ar]=التعامل مع أحداث ضغط الأزرار
 Name[bs]=Rukovanje događajima dugmadi
-Name[ca]=Gestió d'esdeveniments de botons
-Name[ca@valencia]=Gestió d'esdeveniments de botons
+Name[ca]=Gestió dels esdeveniments del botó
+Name[ca@valencia]=Gestió dels esdeveniments del botó
 Name[cs]=Řízení událostí tlačítek
 Name[da]=Håndtering af knaphændelser
 Name[de]=Knopf-Ereignisbehandlung
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.7.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 
new/powerdevil-5.7.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
--- 
old/powerdevil-5.7.2/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 2016-07-19 13:14:07.0 +0200
+++ 
new/powerdevil-5.7.3/daemon/actions/bundled/powerdevilwirelesspowersavingaction.desktop
 2016-08-02 13:20:06.0 +0200
@@ -9,8 +9,10 @@
 Name[cs]=Úspor energie bezdrátových zařízení
 Name[da]=Strømbesparelse på trådløst net
 Name[de]=Energiesparmodus für Drahtlosgeräte
+Name[el]=Εξοικονόμηση ενέργειας ασύρματου
 Name[en_GB]=Wireless power saving
 Name[es]=Ahorro de energía inalámbrico
+Name[et]=Juhtmeta side energia kokkuhoid
 Name[fi]=Langattoman virransäästö
 Name[gl]=Aforro de enerxía de redes sen fíos
 Name[it]=Risparmio energetico wireless
@@ -36,8 +38,10 @@
 Comment[ca@valencia]=Apaga els dispositius de transmissió de senyals
 Comment[da]=Slår enheder fra som sender signaler
 Comment[de]=Schaltet alle drahtlos sendenden Geräte ab
+Comment[el]=Κλείσιμο συσκευών μετάδοσης σημάτων
 Comment[en_GB]=Turns off signal-transmitting devices
 Comment[es]=Apaga los dispositivos que emiten señales
+Comment[et]=Signaali edastavate seadmete väljalülitamine
 Comment[fi]=Sammuttaa signaalin lähettimet
 Comment[gl]=Apagar os dispositivos de emisión de sinais.
 Comment[it]=Spegne i dispositivi che trasmettono segnali
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/powerdevil-5.7.2/daemon/actions/dpms/powerdevildpmsaction.desktop 
new/powerdevil-5.7.3/daemon/actions/dpms/powerdevildpmsaction.desktop
--- old/powerdevil-5.7.2/daemon/actions/dpms/powerdevildpmsaction.desktop   
2016-07-19 13:14:07.0 +0200
+++ new/powerdevil-5.7.3/daemon/actions/dpms/powerdevildpmsaction.desktop   

commit plasma5-integration for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-integration for 
openSUSE:Factory checked in at 2016-08-12 15:41:00

Comparing /work/SRC/openSUSE:Factory/plasma5-integration (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-integration.new (New)


Package is "plasma5-integration"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-integration/plasma5-integration.changes  
2016-08-08 13:54:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-integration.new/plasma5-integration.changes 
2016-08-12 15:41:01.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:03 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  plasma-integration-5.7.2.tar.xz

New:

  plasma-integration-5.7.3.tar.xz



Other differences:
--
++ plasma5-integration.spec ++
--- /var/tmp/diff_new_pack.KzNh7y/_old  2016-08-12 15:41:02.0 +0200
+++ /var/tmp/diff_new_pack.KzNh7y/_new  2016-08-12 15:41:02.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-integration
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Plugins responsible for better integration of Qt applications 
in KDE Workspace
 License:GPL-2.0+

++ plasma-integration-5.7.2.tar.xz -> plasma-integration-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.7.2/CMakeLists.txt 
new/plasma-integration-5.7.3/CMakeLists.txt
--- old/plasma-integration-5.7.2/CMakeLists.txt 2016-07-19 13:07:35.0 
+0200
+++ new/plasma-integration-5.7.3/CMakeLists.txt 2016-08-02 11:45:11.0 
+0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(PlasmaIntegration)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 include(FeatureSummary)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-integration-5.7.2/po/el/plasmaintegration5.po 
new/plasma-integration-5.7.3/po/el/plasmaintegration5.po
--- old/plasma-integration-5.7.2/po/el/plasmaintegration5.po2016-07-19 
13:07:27.0 +0200
+++ new/plasma-integration-5.7.3/po/el/plasmaintegration5.po2016-08-02 
11:45:05.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-04-15 07:51+\n"
-"PO-Revision-Date: 2016-03-20 15:34+0200\n"
+"PO-Revision-Date: 2016-07-29 20:02+0200\n"
 "Last-Translator: Dimitris Kardarakos \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -20,15 +20,12 @@
 #: platformtheme/kdeplatformfiledialoghelper.cpp:256
 msgctxt "@title:window"
 msgid "Open File"
-msgstr ""
+msgstr "Άνοιγμα αρχείου"
 
 #: platformtheme/kdeplatformfiledialoghelper.cpp:256
-#, fuzzy
-#| msgctxt "@action:button"
-#| msgid "Save All"
 msgctxt "@title:window"
 msgid "Save File"
-msgstr "Αποθήκευση όλων"
+msgstr "Αποθήκευση αρχείου"
 
 #: platformtheme/kdeplatformtheme.cpp:237
 msgctxt "@action:button"




commit polkit-kde-agent-5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package polkit-kde-agent-5 for 
openSUSE:Factory checked in at 2016-08-12 15:41:28

Comparing /work/SRC/openSUSE:Factory/polkit-kde-agent-5 (Old)
 and  /work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new (New)


Package is "polkit-kde-agent-5"

Changes:

--- /work/SRC/openSUSE:Factory/polkit-kde-agent-5/polkit-kde-agent-5.changes
2016-08-08 13:54:51.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.polkit-kde-agent-5.new/polkit-kde-agent-5.changes   
2016-08-12 15:41:31.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:09 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  polkit-kde-agent-1-5.7.2.tar.xz

New:

  polkit-kde-agent-1-5.7.3.tar.xz



Other differences:
--
++ polkit-kde-agent-5.spec ++
--- /var/tmp/diff_new_pack.HWwrxq/_old  2016-08-12 15:41:32.0 +0200
+++ /var/tmp/diff_new_pack.HWwrxq/_new  2016-08-12 15:41:32.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   polkit-kde-agent-5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:PolicyKit authentication agent for KDE
 License:GPL-2.0 and LGPL-2.1+

++ polkit-kde-agent-1-5.7.2.tar.xz -> polkit-kde-agent-1-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/polkit-kde-agent-1-5.7.2/CMakeLists.txt 
new/polkit-kde-agent-1-5.7.3/CMakeLists.txt
--- old/polkit-kde-agent-1-5.7.2/CMakeLists.txt 2016-07-19 13:13:58.0 
+0200
+++ new/polkit-kde-agent-1-5.7.3/CMakeLists.txt 2016-08-02 13:19:54.0 
+0200
@@ -1,5 +1,5 @@
 project(polkit-kde-agent-1)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 # minimal requirements
 cmake_minimum_required (VERSION 2.8.12 FATAL_ERROR)




commit plasma5-workspace for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-workspace for 
openSUSE:Factory checked in at 2016-08-12 15:41:13

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New)


Package is "plasma5-workspace"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes  
2016-08-08 13:58:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 
2016-08-12 15:41:14.0 +0200
@@ -1,0 +2,19 @@
+Wed Aug  3 07:14:32 UTC 2016 - fab...@ritter-vogt.de
+
+- Remove 0001-Workaround-kde-362531.patch as fixed in kwindowsystem
+
+---
+Tue Aug  2 11:36:06 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+- Drop upstreamed patches:
+  0002-don-t-try-to-load-layout-before-kamd-starts.patch
+  0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
+  0007-apparently-containment-can-be-null.patch
+  0010-Properly-registering-existing-activities-before-load.patch
+  0001-check-harder-to-include-only-desktops-in-desktops.patch
+
+---

Old:

  0001-Workaround-kde-362531.patch
  0001-check-harder-to-include-only-desktops-in-desktops.patch
  0002-don-t-try-to-load-layout-before-kamd-starts.patch
  0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
  0007-apparently-containment-can-be-null.patch
  0010-Properly-registering-existing-activities-before-load.patch
  plasma-workspace-5.7.2.tar.xz

New:

  plasma-workspace-5.7.3.tar.xz



Other differences:
--
++ plasma5-workspace.spec ++
--- /var/tmp/diff_new_pack.BCIMHG/_old  2016-08-12 15:41:15.0 +0200
+++ /var/tmp/diff_new_pack.BCIMHG/_new  2016-08-12 15:41:15.0 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 Name:   plasma5-workspace
-Version:5.7.2
+Version:5.7.3
 Release:0
-%define plasma_version 5.7.2
+%define plasma_version 5.7.3
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0+
 Group:  System/GUI/KDE
@@ -35,14 +35,7 @@
 Patch2: fix-breeze-sddm-theme-with-many-users.patch
 # PATCH-FIX-OPENSUSE plasmashell-disable-windowclosing-on-logout.patch 
kde#349805 wba...@tmo.at -- Prevent plasma from closing too early on logout 
resulting in an unusable desktop if the logout is cancelled
 Patch4: plasmashell-disable-windowclosing-on-logout.patch
-# PATCH-FIX-OPENSUSE 0001-Workaround-kde-362531.patch kde#362531 
fab...@ritter-vogt.de -- Delay plasma startup by a second so that effects can 
be queried
-Patch5: 0001-Workaround-kde-362531.patch
 # PATCHES 100-200 and above are from upstream 5.7 branch
-Patch100:   0002-don-t-try-to-load-layout-before-kamd-starts.patch
-Patch102:   0006-Treat-IsDemandingAttention-as-IsOnAllVirtualDesktops.patch
-Patch103:   0007-apparently-containment-can-be-null.patch
-Patch104:   0010-Properly-registering-existing-activities-before-load.patch
-Patch105:   0001-check-harder-to-include-only-desktops-in-desktops.patch
 # PATCHES 201-300 and above are from upstream master/5.8 branch
 # PATCH-FEATURE-UPSTREAM Configuration-option-for-System-Tray-icon-size.patch
 Patch201:   Configuration-option-for-System-Tray-icon-size.patch
@@ -225,12 +218,6 @@
 %if 0%{?is_opensuse} || 0%{?suse_version} > 1315
 %patch4 -p1
 %endif
-%patch5 -p1
-%patch100 -p1
-%patch102 -p1
-%patch103 -p1
-%patch104 -p1
-%patch105 -p1
 %patch201 -p1
 
 %build
@@ -364,7 +351,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc %lang(ca) %{_kf5_htmldir}/ca/
+%doc %lang(de) %{_kf5_htmldir}/de/
 %doc %lang(cs) %{_kf5_htmldir}/cs/
 %endif
 

++ plasma-workspace-5.7.2.tar.xz -> plasma-workspace-5.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace/plasma-workspace-5.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma-workspace-5.7.3.tar.xz 
differ: char 26, line 1




commit plasma-nm5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma-nm5 for openSUSE:Factory 
checked in at 2016-08-12 15:41:21

Comparing /work/SRC/openSUSE:Factory/plasma-nm5 (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-nm5.new (New)


Package is "plasma-nm5"

Changes:

--- /work/SRC/openSUSE:Factory/plasma-nm5/plasma-nm5.changes2016-08-08 
13:51:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-nm5.new/plasma-nm5.changes   
2016-08-12 15:41:22.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:08 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  plasma-nm-5.7.2.tar.xz

New:

  plasma-nm-5.7.3.tar.xz



Other differences:
--
++ plasma-nm5.spec ++
--- /var/tmp/diff_new_pack.f7QyfO/_old  2016-08-12 15:41:23.0 +0200
+++ /var/tmp/diff_new_pack.f7QyfO/_new  2016-08-12 15:41:23.0 +0200
@@ -19,7 +19,7 @@
 %bcond_without lang
 %define mm_support 1
 Name:   plasma-nm5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Plasma applet written in QML for managing network connections
 License:(LGPL-2.1 or LGPL-3.0) and (GPL-2.0 or GPL-3.0)

++ plasma-nm-5.7.2.tar.xz -> plasma-nm-5.7.3.tar.xz ++
 2267 lines of diff (skipped)




commit plasma5-desktop for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-desktop for openSUSE:Factory 
checked in at 2016-08-12 15:40:53

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


Package is "plasma5-desktop"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-desktop/plasma5-desktop.changes  
2016-08-08 13:56:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma5-desktop.changes 
2016-08-12 15:40:55.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug  2 11:36:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+- Drop upstreamed patches:
+  0001-don-t-create-activities-by-ourselves.patch
+  0002-use-desktopsForActivty-currentActivity.patch
+  0003-correct-typo.patch
+  loop-trough-screens-only-once.patch
+
+---

Old:

  0001-don-t-create-activities-by-ourselves.patch
  0002-use-desktopsForActivty-currentActivity.patch
  0003-correct-typo.patch
  loop-trough-screens-only-once.patch
  plasma-desktop-5.7.2.tar.xz

New:

  plasma-desktop-5.7.3.tar.xz



Other differences:
--
++ plasma5-desktop.spec ++
--- /var/tmp/diff_new_pack.Y8RyzU/_old  2016-08-12 15:40:56.0 +0200
+++ /var/tmp/diff_new_pack.Y8RyzU/_new  2016-08-12 15:40:56.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-desktop
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:The KDE Plasma Workspace Components
 License:GPL-2.0
@@ -27,10 +27,6 @@
 Source: plasma-desktop-%{version}.tar.xz
 Patch0: 0001-Require-xorg-evdev-2.8.99.1.patch
 # PATCHES 100-200 and above are from upstream 5.7 branch
-Patch100:   loop-trough-screens-only-once.patch
-Patch101:   0001-don-t-create-activities-by-ourselves.patch
-Patch102:   0002-use-desktopsForActivty-currentActivity.patch
-Patch103:   0003-correct-typo.patch
 # PATCHES 201-300 and above are from upstream master/5.8 branch
 BuildRequires:  boost-devel
 BuildRequires:  extra-cmake-modules >= 1.8.0
@@ -180,10 +176,6 @@
 %if 0%{?suse_version} > 1314 && "%{suse_version}" != "1320"
 %patch0 -Rp1
 %endif
-%patch100 -p1
-%patch101 -p1
-%patch102 -p1
-%patch103 -p1
 # conflict with kactivitimanagerd lang (and unused)
 rm -rf po/*/kactivities5.po
 

++ plasma-desktop-5.7.2.tar.xz -> plasma-desktop-5.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-desktop/plasma-desktop-5.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.plasma5-desktop.new/plasma-desktop-5.7.3.tar.xz 
differ: char 26, line 1




commit plasma5-pa for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-pa for openSUSE:Factory 
checked in at 2016-08-12 15:41:06

Comparing /work/SRC/openSUSE:Factory/plasma5-pa (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-pa.new (New)


Package is "plasma5-pa"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-pa/plasma5-pa.changes2016-08-08 
13:56:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-pa.new/plasma5-pa.changes   
2016-08-12 15:41:07.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:04 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  plasma-pa-5.7.2.tar.xz

New:

  plasma-pa-5.7.3.tar.xz



Other differences:
--
++ plasma5-pa.spec ++
--- /var/tmp/diff_new_pack.53yeUG/_old  2016-08-12 15:41:08.0 +0200
+++ /var/tmp/diff_new_pack.53yeUG/_new  2016-08-12 15:41:08.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-pa
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:The new Plasma5 Volume Manager
 License:GPL-2.0+
@@ -86,9 +86,6 @@
 %if %{with lang}
 %files lang -f %{name}.lang
 %doc COPYING*
-%dir %{_kf5_htmldir}
-%dir %lang(ca) %{_kf5_htmldir}/ca
-%doc %lang(ca) %{_kf5_htmldir}/ca/*/
 %endif
 
 %changelog

++ plasma-pa-5.7.2.tar.xz -> plasma-pa-5.7.3.tar.xz ++
 32818 lines of diff (skipped)




commit oxygen5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package oxygen5 for openSUSE:Factory checked 
in at 2016-08-12 15:40:40

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


Package is "oxygen5"

Changes:

--- /work/SRC/openSUSE:Factory/oxygen5/oxygen5.changes  2016-08-08 
13:54:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.oxygen5.new/oxygen5.changes 2016-08-12 
15:40:41.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  oxygen-5.7.2.tar.xz

New:

  oxygen-5.7.3.tar.xz



Other differences:
--
++ oxygen5.spec ++
--- /var/tmp/diff_new_pack.6QQmge/_old  2016-08-12 15:40:42.0 +0200
+++ /var/tmp/diff_new_pack.6QQmge/_new  2016-08-12 15:40:42.0 +0200
@@ -20,7 +20,7 @@
 %define kwin_deco 1
 
 Name:   oxygen5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Oxygen style, KWin decoration, cursors and sounds
 License:GPL-2.0+

++ oxygen-5.7.2.tar.xz -> oxygen-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.2/CMakeLists.txt 
new/oxygen-5.7.3/CMakeLists.txt
--- old/oxygen-5.7.2/CMakeLists.txt 2016-07-19 13:05:33.0 +0200
+++ new/oxygen-5.7.3/CMakeLists.txt 2016-08-02 11:43:29.0 +0200
@@ -1,5 +1,5 @@
 project(oxygen)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.2/kstyle/oxygenstyle.cpp 
new/oxygen-5.7.3/kstyle/oxygenstyle.cpp
--- old/oxygen-5.7.2/kstyle/oxygenstyle.cpp 2016-07-19 13:04:53.0 
+0200
+++ new/oxygen-5.7.3/kstyle/oxygenstyle.cpp 2016-08-02 11:42:52.0 
+0200
@@ -3102,21 +3102,7 @@
 
 //__
 QSize Style::tabWidgetSizeFromContents( const QStyleOption* option, const 
QSize& contentsSize, const QWidget* ) const
-{
-
-// cast option and check
-const QStyleOptionTabWidgetFrame* tabOption = qstyleoption_cast( option );
-if( !tabOption ) return expandSize( contentsSize, 
Metrics::Frame_FrameWidth );
-
-// tab orientation
-const bool verticalTabs( tabOption && isVerticalTab( tabOption->shape 
) );
-
-// need to reduce the size in the tabbar direction, due to a bug in 
QTabWidget::minimumSize
-return verticalTabs ?
-expandSize( contentsSize, Metrics::Frame_FrameWidth, 
Metrics::Frame_FrameWidth - 1 ):
-expandSize( contentsSize, Metrics::Frame_FrameWidth - 1, 
Metrics::Frame_FrameWidth );
-
-}
+{ return expandSize( contentsSize, Metrics::TabWidget_MarginWidth ); }
 
 //__
 QSize Style::tabBarTabSizeFromContents( const QStyleOption* option, const 
QSize& contentsSize, const QWidget* ) const
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oxygen-5.7.2/po/et/oxygen_kdecoration.po 
new/oxygen-5.7.3/po/et/oxygen_kdecoration.po
--- old/oxygen-5.7.2/po/et/oxygen_kdecoration.po2016-07-19 
13:05:03.0 +0200
+++ new/oxygen-5.7.3/po/et/oxygen_kdecoration.po2016-08-02 
11:42:59.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-02-05 07:29+\n"
-"PO-Revision-Date: 2016-01-11 10:25+0200\n"
+"PO-Revision-Date: 2016-07-27 18:18+0300\n"
 "Last-Translator: Marek Laane \n"
 "Language-Team: Estonian \n"
 "Language: et\n"
@@ -161,7 +161,7 @@
 #. i18n: ectx: property (text), widget (QCheckBox, useWindowColors)
 #: config/ui/oxygenconfigurationui.ui:144
 msgid "Use the same colors for title bar and window content"
-msgstr ""
+msgstr "Tiitliribal ja akna sisus samade värvide kasutamine"
 
 #. i18n: ectx: attribute (title), widget (QWidget, tab_3)
 #: config/ui/oxygenconfigurationui.ui:152




commit plasma5-addons for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package plasma5-addons for openSUSE:Factory 
checked in at 2016-08-12 15:40:47

Comparing /work/SRC/openSUSE:Factory/plasma5-addons (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-addons.new (New)


Package is "plasma5-addons"

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-addons/plasma5-addons.changes
2016-08-08 13:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-addons.new/plasma5-addons.changes   
2016-08-12 15:40:48.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:02 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kdeplasma-addons-5.7.2.tar.xz

New:

  kdeplasma-addons-5.7.3.tar.xz



Other differences:
--
++ plasma5-addons.spec ++
--- /var/tmp/diff_new_pack.wwZdWj/_old  2016-08-12 15:40:49.0 +0200
+++ /var/tmp/diff_new_pack.wwZdWj/_new  2016-08-12 15:40:49.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   plasma5-addons
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Additional Plasma5 Widgets
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0

++ kdeplasma-addons-5.7.2.tar.xz -> kdeplasma-addons-5.7.3.tar.xz ++
 1887 lines of diff (skipped)




commit milou5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2016-08-12 15:40:32

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


Package is "milou5"

Changes:

--- /work/SRC/openSUSE:Factory/milou5/milou5.changes2016-08-08 
13:54:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes   2016-08-12 
15:40:34.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:01 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  milou-5.7.2.tar.xz

New:

  milou-5.7.3.tar.xz



Other differences:
--
++ milou5.spec ++
--- /var/tmp/diff_new_pack.X3QxlE/_old  2016-08-12 15:40:35.0 +0200
+++ /var/tmp/diff_new_pack.X3QxlE/_new  2016-08-12 15:40:35.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   milou5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Dedicated search application built on top of Baloo
 License:GPL-2.0+ and LGPL-2.1+

++ milou-5.7.2.tar.xz -> milou-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-5.7.2/CMakeLists.txt 
new/milou-5.7.3/CMakeLists.txt
--- old/milou-5.7.2/CMakeLists.txt  2016-07-19 13:04:41.0 +0200
+++ new/milou-5.7.3/CMakeLists.txt  2016-08-02 11:42:42.0 +0200
@@ -1,5 +1,5 @@
 project(Milou)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 




commit libkscreen2 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libkscreen2 for openSUSE:Factory 
checked in at 2016-08-12 15:40:18

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


Package is "libkscreen2"

Changes:

--- /work/SRC/openSUSE:Factory/libkscreen2/libkscreen2.changes  2016-08-08 
13:54:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkscreen2.new/libkscreen2.changes 
2016-08-12 15:40:20.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:00 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  libkscreen-5.7.2.tar.xz

New:

  libkscreen-5.7.3.tar.xz



Other differences:
--
++ libkscreen2.spec ++
--- /var/tmp/diff_new_pack.UHvARn/_old  2016-08-12 15:40:21.0 +0200
+++ /var/tmp/diff_new_pack.UHvARn/_new  2016-08-12 15:40:21.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libKF5Screen7
 %define plasma_version 5.0.0
 Name:   libkscreen2
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 5.14.0

++ libkscreen-5.7.2.tar.xz -> libkscreen-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkscreen-5.7.2/CMakeLists.txt 
new/libkscreen-5.7.3/CMakeLists.txt
--- old/libkscreen-5.7.2/CMakeLists.txt 2016-07-19 13:03:03.0 +0200
+++ new/libkscreen-5.7.3/CMakeLists.txt 2016-08-02 11:41:29.0 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 project(libkscreen)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 find_package(ECM 5.14.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})




commit kwin5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kwin5 for openSUSE:Factory checked 
in at 2016-08-12 15:40:02

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


Package is "kwin5"

Changes:

--- /work/SRC/openSUSE:Factory/kwin5/kwin5.changes  2016-08-08 
13:53:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kwin5.new/kwin5.changes 2016-08-12 
15:40:03.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:58 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kwin-5.7.2.tar.xz

New:

  kwin-5.7.3.tar.xz



Other differences:
--
++ kwin5.spec ++
--- /var/tmp/diff_new_pack.ixFIca/_old  2016-08-12 15:40:04.0 +0200
+++ /var/tmp/diff_new_pack.ixFIca/_new  2016-08-12 15:40:04.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kwin5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE Window Manager
 License:GPL-2.0+

++ kwin-5.7.2.tar.xz -> kwin-5.7.3.tar.xz ++
 24908 lines of diff (skipped)




commit libksysguard5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libksysguard5 for openSUSE:Factory 
checked in at 2016-08-12 15:40:25

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


Package is "libksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/libksysguard5/libksysguard5.changes  
2016-08-08 13:54:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libksysguard5.new/libksysguard5.changes 
2016-08-12 15:40:26.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:36:00 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  libksysguard-5.7.2.tar.xz

New:

  libksysguard-5.7.3.tar.xz



Other differences:
--
++ libksysguard5.spec ++
--- /var/tmp/diff_new_pack.7BnY7a/_old  2016-08-12 15:40:27.0 +0200
+++ /var/tmp/diff_new_pack.7BnY7a/_new  2016-08-12 15:40:27.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   libksysguard5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Task management and system monitoring library
 License:GPL-2.0+

++ libksysguard-5.7.2.tar.xz -> libksysguard-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.7.2/CMakeLists.txt 
new/libksysguard-5.7.3/CMakeLists.txt
--- old/libksysguard-5.7.2/CMakeLists.txt   2016-07-19 13:03:52.0 
+0200
+++ new/libksysguard-5.7.3/CMakeLists.txt   2016-08-02 11:42:05.0 
+0200
@@ -1,5 +1,5 @@
 project(libksysguard)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libksysguard-5.7.2/po/pl/ksgrd.po 
new/libksysguard-5.7.3/po/pl/ksgrd.po
--- old/libksysguard-5.7.2/po/pl/ksgrd.po   2016-07-19 13:03:40.0 
+0200
+++ new/libksysguard-5.7.3/po/pl/ksgrd.po   2016-08-02 11:41:56.0 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Łukasz Wojniłowicz , 2013, 2015.
+# Łukasz Wojniłowicz , 2013, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2015-10-13 10:31+\n"
-"PO-Revision-Date: 2015-10-17 08:34+0100\n"
+"PO-Revision-Date: 2016-07-23 07:44+0100\n"
 "Last-Translator: Łukasz Wojniłowicz \n"
 "Language-Team: Polish \n"
 "Language: pl\n"
@@ -59,7 +59,7 @@
 
 #: SensorManager.cpp:72
 msgid "Waiting"
-msgstr "Czekanie"
+msgstr "Oczekiwanie"
 
 #: SensorManager.cpp:73
 msgid "Interrupt Load"




commit libkdecoration2 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libkdecoration2 for openSUSE:Factory 
checked in at 2016-08-12 15:40:11

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


Package is "libkdecoration2"

Changes:

--- /work/SRC/openSUSE:Factory/libkdecoration2/libkdecoration2.changes  
2016-08-08 13:53:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.libkdecoration2.new/libkdecoration2.changes 
2016-08-12 15:40:13.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:59 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kdecoration-5.7.2.tar.xz

New:

  kdecoration-5.7.3.tar.xz



Other differences:
--
++ libkdecoration2.spec ++
--- /var/tmp/diff_new_pack.XtIBvp/_old  2016-08-12 15:40:14.0 +0200
+++ /var/tmp/diff_new_pack.XtIBvp/_new  2016-08-12 15:40:14.0 +0200
@@ -19,7 +19,7 @@
 %define lname   libkdecorations2-5
 %define lname_private   libkdecorations2private5
 Name:   libkdecoration2
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.11

++ kdecoration-5.7.2.tar.xz -> kdecoration-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdecoration-5.7.2/CMakeLists.txt 
new/kdecoration-5.7.3/CMakeLists.txt
--- old/kdecoration-5.7.2/CMakeLists.txt2016-07-19 12:54:52.0 
+0200
+++ new/kdecoration-5.7.3/CMakeLists.txt2016-08-02 11:34:26.0 
+0200
@@ -1,5 +1,5 @@
 project(decoration-api)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 




commit kwayland-integration for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kwayland-integration for 
openSUSE:Factory checked in at 2016-08-12 15:39:55

Comparing /work/SRC/openSUSE:Factory/kwayland-integration (Old)
 and  /work/SRC/openSUSE:Factory/.kwayland-integration.new (New)


Package is "kwayland-integration"

Changes:

--- 
/work/SRC/openSUSE:Factory/kwayland-integration/kwayland-integration.changes
2016-08-08 13:53:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.kwayland-integration.new/kwayland-integration.changes
   2016-08-12 15:39:57.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:58 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kwayland-integration-5.7.2.tar.xz

New:

  kwayland-integration-5.7.3.tar.xz



Other differences:
--
++ kwayland-integration.spec ++
--- /var/tmp/diff_new_pack.Fz6hI5/_old  2016-08-12 15:39:58.0 +0200
+++ /var/tmp/diff_new_pack.Fz6hI5/_new  2016-08-12 15:39:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kwayland-integration
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Integration plugins for various KDE frameworks for wayland 
windowing system
 License:LGPL-2.1+

++ kwayland-integration-5.7.2.tar.xz -> kwayland-integration-5.7.3.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwayland-integration-5.7.2/CMakeLists.txt 
new/kwayland-integration-5.7.3/CMakeLists.txt
--- old/kwayland-integration-5.7.2/CMakeLists.txt   2016-07-19 
13:01:30.0 +0200
+++ new/kwayland-integration-5.7.3/CMakeLists.txt   2016-08-02 
11:39:57.0 +0200
@@ -1,5 +1,5 @@
 project(kwayland-integration)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit ksysguard5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package ksysguard5 for openSUSE:Factory 
checked in at 2016-08-12 15:39:48

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


Package is "ksysguard5"

Changes:

--- /work/SRC/openSUSE:Factory/ksysguard5/ksysguard5.changes2016-08-08 
13:53:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksysguard5.new/ksysguard5.changes   
2016-08-12 15:39:50.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:58 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  ksysguard-5.7.2.tar.xz

New:

  ksysguard-5.7.3.tar.xz



Other differences:
--
++ ksysguard5.spec ++
--- /var/tmp/diff_new_pack.iicRxl/_old  2016-08-12 15:39:51.0 +0200
+++ /var/tmp/diff_new_pack.iicRxl/_new  2016-08-12 15:39:51.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksysguard5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE System Guard daemon
 License:GPL-2.0

++ ksysguard-5.7.2.tar.xz -> ksysguard-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.2/CMakeLists.txt 
new/ksysguard-5.7.3/CMakeLists.txt
--- old/ksysguard-5.7.2/CMakeLists.txt  2016-07-19 13:01:12.0 +0200
+++ new/ksysguard-5.7.3/CMakeLists.txt  2016-08-02 11:39:39.0 +0200
@@ -1,5 +1,5 @@
 project(ksysguard)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.2/example/ksysguard.notifyrc 
new/ksysguard-5.7.3/example/ksysguard.notifyrc
--- old/ksysguard-5.7.2/example/ksysguard.notifyrc  2016-07-19 
13:00:51.0 +0200
+++ new/ksysguard-5.7.3/example/ksysguard.notifyrc  2016-08-02 
11:39:20.0 +0200
@@ -5,8 +5,8 @@
 Comment[ast]=Monitor del sistema
 Comment[bg]=Наблюдение на системата
 Comment[bs]=Nadzornik sistema
-Comment[ca]=Controlador del sistema
-Comment[ca@valencia]=Controlador del sistema
+Comment[ca]=Monitor del sistema
+Comment[ca@valencia]=Monitor del sistema
 Comment[cs]=Monitor systému
 Comment[da]=Systemovervågning
 Comment[de]=Systemmonitor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.2/gui/org.kde.ksysguard.desktop 
new/ksysguard-5.7.3/gui/org.kde.ksysguard.desktop
--- old/ksysguard-5.7.2/gui/org.kde.ksysguard.desktop   2016-07-19 
13:00:51.0 +0200
+++ new/ksysguard-5.7.3/gui/org.kde.ksysguard.desktop   2016-08-02 
11:39:20.0 +0200
@@ -175,10 +175,12 @@
 Comment[el]=Επόπτης εκτελούμενων διεργασιών και απόδοσης συστήματος
 Comment[en_GB]=Monitor running processes and system performance
 Comment[es]=Monitor de procesos en ejecución y del rendimiento del sistema
+Comment[et]=Töötavate protsesside ja süsteemi jõudluse jälgimine
 Comment[fi]=Tarkkaile käynnissä olevia prosesseja ja järjestelmän suorituskykyä
 Comment[gl]=Vixiar os procesos en execución e o rendemento do sistema.
 Comment[he]=מנטר תהליכים פיעילים וביצועי מערכת
 Comment[nl]=Actieve processen en systeemprestaties monitoren
+Comment[nn]=Overvak køyrande prosessar og systemyting
 Comment[pl]=Monitoruje uruchomione procesy i wydajność systemu
 Comment[pt]=Vigiar os processos em execução e a performance do sistema
 Comment[pt_BR]=Monitora os processos em execução e o desempenho do sistema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksysguard-5.7.2/po/ca@valencia/ksysguard.po 
new/ksysguard-5.7.3/po/ca@valencia/ksysguard.po
--- old/ksysguard-5.7.2/po/ca@valencia/ksysguard.po 2016-07-19 
13:00:53.0 +0200
+++ new/ksysguard-5.7.3/po/ca@valencia/ksysguard.po 2016-08-02 
11:39:22.0 +0200
@@ -116,7 +116,8 @@
 #: HostConnector.cpp:119
 msgid "Enter the command that runs ksysguardd on the host you want to monitor."
 msgstr ""
-"Introduïu l'orde que iniciarà el ksysguardd en la màquina que voleu 
controlar."
+"Introduïu l'orde que iniciarà el ksysguardd en la màquina que voleu "
+"controlar."
 
 #: HostConnector.cpp:123
 msgid "e.g. ssh -l root remote.host.org ksysguardd"
@@ -299,15 +300,15 @@
 "The sensor browser lists the connected hosts and the sensors that they "
 "provide. Click and drag sensors into drop zones of a worksheet. A display "
 "will appear that visualizes the values provided by the sensor. Some sensor "

commit ksshaskpass5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package ksshaskpass5 for openSUSE:Factory 
checked in at 2016-08-12 15:39:41

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


Package is "ksshaskpass5"

Changes:

--- /work/SRC/openSUSE:Factory/ksshaskpass5/ksshaskpass5.changes
2016-08-08 13:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.ksshaskpass5.new/ksshaskpass5.changes   
2016-08-12 15:39:43.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  ksshaskpass-5.7.2.tar.xz

New:

  ksshaskpass-5.7.3.tar.xz



Other differences:
--
++ ksshaskpass5.spec ++
--- /var/tmp/diff_new_pack.ZfzOca/_old  2016-08-12 15:39:44.0 +0200
+++ /var/tmp/diff_new_pack.ZfzOca/_new  2016-08-12 15:39:44.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   ksshaskpass5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Plasma 5 version of ssh-askpass
 License:GPL-2.0+

++ ksshaskpass-5.7.2.tar.xz -> ksshaskpass-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksshaskpass-5.7.2/CMakeLists.txt 
new/ksshaskpass-5.7.3/CMakeLists.txt
--- old/ksshaskpass-5.7.2/CMakeLists.txt2016-07-19 13:00:42.0 
+0200
+++ new/ksshaskpass-5.7.3/CMakeLists.txt2016-08-02 11:39:12.0 
+0200
@@ -1,6 +1,6 @@
 project(ksshaskpass)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 find_package(Qt5 REQUIRED COMPONENTS Core)
 




commit kscreenlocker for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kscreenlocker for openSUSE:Factory 
checked in at 2016-08-12 15:39:32

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


Package is "kscreenlocker"

Changes:

--- /work/SRC/openSUSE:Factory/kscreenlocker/kscreenlocker.changes  
2016-08-08 13:53:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreenlocker.new/kscreenlocker.changes 
2016-08-12 15:39:35.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:57 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kscreenlocker-5.7.2.tar.xz

New:

  kscreenlocker-5.7.3.tar.xz



Other differences:
--
++ kscreenlocker.spec ++
--- /var/tmp/diff_new_pack.EFSp2F/_old  2016-08-12 15:39:36.0 +0200
+++ /var/tmp/diff_new_pack.EFSp2F/_new  2016-08-12 15:39:36.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreenlocker
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Library and components for secure lock screen architecture
 License:GPL-2.0+

++ kscreenlocker-5.7.2.tar.xz -> kscreenlocker-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.2/CMakeLists.txt 
new/kscreenlocker-5.7.3/CMakeLists.txt
--- old/kscreenlocker-5.7.2/CMakeLists.txt  2016-07-19 13:00:24.0 
+0200
+++ new/kscreenlocker-5.7.3/CMakeLists.txt  2016-08-02 11:38:57.0 
+0200
@@ -1,4 +1,4 @@
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.2/po/el/screenlocker_kcm.po 
new/kscreenlocker-5.7.3/po/el/screenlocker_kcm.po
--- old/kscreenlocker-5.7.2/po/el/screenlocker_kcm.po   2016-07-19 
12:59:56.0 +0200
+++ new/kscreenlocker-5.7.3/po/el/screenlocker_kcm.po   2016-08-02 
11:38:37.0 +0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Dimitris Kardarakos , 2014, 2015.
+# Dimitris Kardarakos , 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-04-09 08:00+\n"
-"PO-Revision-Date: 2015-11-18 16:27+0200\n"
+"PO-Revision-Date: 2016-07-26 09:34+0200\n"
 "Last-Translator: Dimitris Kardarakos \n"
 "Language-Team: Greek \n"
 "Language: el\n"
@@ -18,17 +18,13 @@
 "X-Generator: Lokalize 2.0\n"
 
 #: kcm.cpp:50
-#, fuzzy
-#| msgid " min"
 msgctxt "Spinbox suffix. Short for minutes"
 msgid " min"
 msgid_plural " mins"
-msgstr[0] " λεπτά"
+msgstr[0] " λεπτό"
 msgstr[1] " λεπτά"
 
 #: kcm.cpp:52
-#, fuzzy
-#| msgid " sec"
 msgctxt "Spinbox suffix. Short for seconds"
 msgid " sec"
 msgid_plural " secs"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.2/po/et/kscreenlocker_greet.po 
new/kscreenlocker-5.7.3/po/et/kscreenlocker_greet.po
--- old/kscreenlocker-5.7.2/po/et/kscreenlocker_greet.po2016-07-19 
12:59:58.0 +0200
+++ new/kscreenlocker-5.7.3/po/et/kscreenlocker_greet.po2016-08-02 
11:38:38.0 +0200
@@ -7,9 +7,9 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-03-31 08:06+\n"
-"PO-Revision-Date: 2016-01-10 19:53+0200\n"
+"PO-Revision-Date: 2016-07-27 02:04+0300\n"
 "Last-Translator: Marek Laane \n"
-"Language-Team: Estonian \n"
+"Language-Team: Estonian \n"
 "Language: et\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -26,10 +26,8 @@
 msgstr "Tervitusekraani käivitamine testrežiimis"
 
 #: main.cpp:101
-#, fuzzy
-#| msgid "Starts the greeter in testing mode"
 msgid "Starts the greeter with the selected theme (only in Testing mode)"
-msgstr "Tervitusekraani käivitamine testrežiimis"
+msgstr "Tervitusekraani käivitamine valitud teemaga (ainult testrežiimis)"
 
 #: main.cpp:106
 msgid "Lock immediately, ignoring any grace time etc."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kscreenlocker-5.7.2/po/et/screenlocker_kcm.po 
new/kscreenlocker-5.7.3/po/et/screenlocker_kcm.po
--- 

commit kmenuedit5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kmenuedit5 for openSUSE:Factory 
checked in at 2016-08-12 15:39:18

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


Package is "kmenuedit5"

Changes:

--- /work/SRC/openSUSE:Factory/kmenuedit5/kmenuedit5.changes2016-08-08 
13:52:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmenuedit5.new/kmenuedit5.changes   
2016-08-12 15:39:20.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:56 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kmenuedit-5.7.2.tar.xz

New:

  kmenuedit-5.7.3.tar.xz



Other differences:
--
++ kmenuedit5.spec ++
--- /var/tmp/diff_new_pack.jdPG09/_old  2016-08-12 15:39:21.0 +0200
+++ /var/tmp/diff_new_pack.jdPG09/_new  2016-08-12 15:39:21.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kmenuedit5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Provides the interface and basic tools for the KDE workspace
 License:GPL-2.0

++ kmenuedit-5.7.2.tar.xz -> kmenuedit-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.7.2/CMakeLists.txt 
new/kmenuedit-5.7.3/CMakeLists.txt
--- old/kmenuedit-5.7.2/CMakeLists.txt  2016-07-19 12:58:46.0 +0200
+++ new/kmenuedit-5.7.3/CMakeLists.txt  2016-08-02 11:37:48.0 +0200
@@ -1,5 +1,5 @@
 project(kmenuedit)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
Files old/kmenuedit-5.7.2/doc/ca/done.png and 
new/kmenuedit-5.7.3/doc/ca/done.png differ
Files old/kmenuedit-5.7.2/doc/ca/itemname.png and 
new/kmenuedit-5.7.3/doc/ca/itemname.png differ
Files old/kmenuedit-5.7.2/doc/ca/new.png and new/kmenuedit-5.7.3/doc/ca/new.png 
differ
Files old/kmenuedit-5.7.2/doc/ca/reset.png and 
new/kmenuedit-5.7.3/doc/ca/reset.png differ
Files old/kmenuedit-5.7.2/doc/ca/selectinternet.png and 
new/kmenuedit-5.7.3/doc/ca/selectinternet.png differ
Files old/kmenuedit-5.7.2/doc/ca/selection.png and 
new/kmenuedit-5.7.3/doc/ca/selection.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmenuedit-5.7.2/po/ca@valencia/kmenuedit.po 
new/kmenuedit-5.7.3/po/ca@valencia/kmenuedit.po
--- old/kmenuedit-5.7.2/po/ca@valencia/kmenuedit.po 2016-07-19 
12:58:29.0 +0200
+++ new/kmenuedit-5.7.3/po/ca@valencia/kmenuedit.po 2016-08-02 
11:37:36.0 +0200
@@ -298,7 +298,8 @@
 
 #: treeview.cpp:1855
 msgid "Menu changes could not be saved because of the following problem:"
-msgstr "No s'han pogut guardar els canvis al menú a causa del problema 
següent:"
+msgstr ""
+"No s'han pogut guardar els canvis al menú a causa del problema següent:"
 
 #: treeview.cpp:1900
 msgid ""




commit kscreen5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kscreen5 for openSUSE:Factory 
checked in at 2016-08-12 15:39:25

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


Package is "kscreen5"

Changes:

--- /work/SRC/openSUSE:Factory/kscreen5/kscreen5.changes2016-08-08 
13:52:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.kscreen5.new/kscreen5.changes   2016-08-12 
15:39:27.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:56 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kscreen-5.7.2.tar.xz

New:

  kscreen-5.7.3.tar.xz



Other differences:
--
++ kscreen5.spec ++
--- /var/tmp/diff_new_pack.owGPAj/_old  2016-08-12 15:39:28.0 +0200
+++ /var/tmp/diff_new_pack.owGPAj/_new  2016-08-12 15:39:28.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kscreen5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE's screen management software
 License:GPL-2.0+

++ kscreen-5.7.2.tar.xz -> kscreen-5.7.3.tar.xz ++
 2772 lines of diff (skipped)




commit kinfocenter5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kinfocenter5 for openSUSE:Factory 
checked in at 2016-08-12 15:39:11

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


Package is "kinfocenter5"

Changes:

--- /work/SRC/openSUSE:Factory/kinfocenter5/kinfocenter5.changes
2016-08-08 13:52:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kinfocenter5.new/kinfocenter5.changes   
2016-08-12 15:39:13.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:55 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kinfocenter-5.7.2.tar.xz

New:

  kinfocenter-5.7.3.tar.xz



Other differences:
--
++ kinfocenter5.spec ++
--- /var/tmp/diff_new_pack.2DjrDS/_old  2016-08-12 15:39:14.0 +0200
+++ /var/tmp/diff_new_pack.2DjrDS/_new  2016-08-12 15:39:14.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kinfocenter5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Utility that provides information about a computer system
 License:GPL-2.0+

++ kinfocenter-5.7.2.tar.xz -> kinfocenter-5.7.3.tar.xz ++
 2540 lines of diff (skipped)




commit khotkeys5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

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

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


Package is "khotkeys5"

Changes:

--- /work/SRC/openSUSE:Factory/khotkeys5/khotkeys5.changes  2016-08-08 
13:52:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.khotkeys5.new/khotkeys5.changes 2016-08-12 
15:39:05.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:55 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  khotkeys-5.7.2.tar.xz

New:

  khotkeys-5.7.3.tar.xz



Other differences:
--
++ khotkeys5.spec ++
--- /var/tmp/diff_new_pack.akNUhn/_old  2016-08-12 15:39:06.0 +0200
+++ /var/tmp/diff_new_pack.akNUhn/_new  2016-08-12 15:39:06.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   khotkeys5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE's hotkey daemon
 License:GPL-2.0+

++ khotkeys-5.7.2.tar.xz -> khotkeys-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.2/CMakeLists.txt 
new/khotkeys-5.7.3/CMakeLists.txt
--- old/khotkeys-5.7.2/CMakeLists.txt   2016-07-19 12:57:12.0 +0200
+++ new/khotkeys-5.7.3/CMakeLists.txt   2016-08-02 11:36:35.0 +0200
@@ -1,5 +1,5 @@
 project(khotkeys)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khotkeys-5.7.2/data/kde32b1.khotkeys 
new/khotkeys-5.7.3/data/kde32b1.khotkeys
--- old/khotkeys-5.7.2/data/kde32b1.khotkeys2016-07-19 12:56:51.0 
+0200
+++ new/khotkeys-5.7.3/data/kde32b1.khotkeys2016-08-02 11:36:16.0 
+0200
@@ -2500,8 +2500,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors de gestos
+Comment[ca]=Activadors dels gestos
+Comment[ca@valencia]=Activadors dels gestos
 Comment[cs]=Spouštění gest
 Comment[csb]=Włączanié_gestów
 Comment[da]=Gesture_triggers
@@ -2688,8 +2688,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors de gestos
+Comment[ca]=Activadors dels gestos
+Comment[ca@valencia]=Activadors dels gestos
 Comment[cs]=Spouštění gest
 Comment[csb]=Włączanié_gestów
 Comment[da]=Gesture_triggers
@@ -2876,8 +2876,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors de gestos
+Comment[ca]=Activadors dels gestos
+Comment[ca@valencia]=Activadors dels gestos
 Comment[cs]=Spouštění gest
 Comment[csb]=Włączanié_gestów
 Comment[da]=Gesture_triggers
@@ -3064,8 +3064,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors de gestos
+Comment[ca]=Activadors dels gestos
+Comment[ca@valencia]=Activadors dels gestos
 Comment[cs]=Spouštění gest
 Comment[csb]=Włączanié_gestów
 Comment[da]=Gesture_triggers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/khotkeys-5.7.2/data/konqueror_gestures_kde321.khotkeys 
new/khotkeys-5.7.3/data/konqueror_gestures_kde321.khotkeys
--- old/khotkeys-5.7.2/data/konqueror_gestures_kde321.khotkeys  2016-07-19 
12:56:51.0 +0200
+++ new/khotkeys-5.7.3/data/konqueror_gestures_kde321.khotkeys  2016-08-02 
11:36:16.0 +0200
@@ -89,8 +89,8 @@
 Name[be@latin]=Žesty prahramy „Konqueror”
 Name[bg]=Жестове в Konqueror
 Name[bs]=Gestovi u Konqueroru
-Name[ca]=Gestos de Konqueror
-Name[ca@valencia]=Gestos de Konqueror
+Name[ca]=Gestos del Konqueror
+Name[ca@valencia]=Gestos del Konqueror
 Name[cs]=Gesta Konqueroru
 Name[csb]=Gestë Konquerora
 Name[da]=Konqueror-gestusser
@@ -781,8 +781,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors de gestos
+Comment[ca]=Activadors dels gestos
+Comment[ca@valencia]=Activadors dels gestos
 Comment[cs]=Spouštění gest
 Comment[csb]=Włączanié_gestów
 Comment[da]=Gesture_triggers
@@ -1028,8 +1028,8 @@
 Comment=Gesture_triggers
 Comment[bg]=Жестове
 Comment[bs]=Okidači_gesta
-Comment[ca]=Activadors de gestos
-Comment[ca@valencia]=Activadors 

commit kde-user-manager for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kde-user-manager for 
openSUSE:Factory checked in at 2016-08-12 15:38:55

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


Package is "kde-user-manager"

Changes:

--- /work/SRC/openSUSE:Factory/kde-user-manager/kde-user-manager.changes
2016-08-08 13:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-user-manager.new/kde-user-manager.changes   
2016-08-12 15:38:57.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:54 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  user-manager-5.7.2.tar.xz

New:

  user-manager-5.7.3.tar.xz



Other differences:
--
++ kde-user-manager.spec ++
--- /var/tmp/diff_new_pack.GQAKAw/_old  2016-08-12 15:38:58.0 +0200
+++ /var/tmp/diff_new_pack.GQAKAw/_new  2016-08-12 15:38:58.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-user-manager
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE System Settings module to manage users
 License:GPL-2.0+

++ user-manager-5.7.2.tar.xz -> user-manager-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.2/CMakeLists.txt 
new/user-manager-5.7.3/CMakeLists.txt
--- old/user-manager-5.7.2/CMakeLists.txt   2016-07-19 13:16:02.0 
+0200
+++ new/user-manager-5.7.3/CMakeLists.txt   2016-08-02 13:21:32.0 
+0200
@@ -1,6 +1,6 @@
 project(user-manager)
 cmake_minimum_required(VERSION 2.8.12)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 
 find_package(ECM 1.3.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.2/po/ar/user_manager.po 
new/user-manager-5.7.3/po/ar/user_manager.po
--- old/user-manager-5.7.2/po/ar/user_manager.po2016-07-19 
13:15:54.0 +0200
+++ new/user-manager-5.7.3/po/ar/user_manager.po2016-08-02 
13:21:26.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-06-02 08:01+\n"
+"POT-Creation-Date: 2016-07-22 11:44+\n"
 "PO-Revision-Date: ٢٠١٥-٠٨-١٨ ١٣:٤٠+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -121,11 +121,11 @@
 msgid "Remove user account"
 msgstr "أزل حساب المستخدم"
 
-#: src/lib/accountmodel.cpp:239
+#: src/lib/accountmodel.cpp:238
 msgid "New User"
 msgstr "مستخدم جديد"
 
-#: src/lib/accountmodel.cpp:356
+#: src/lib/accountmodel.cpp:355
 msgid "Users"
 msgstr "المستخدمون"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.2/po/ast/user_manager.po 
new/user-manager-5.7.3/po/ast/user_manager.po
--- old/user-manager-5.7.2/po/ast/user_manager.po   2016-07-19 
13:15:54.0 +0200
+++ new/user-manager-5.7.3/po/ast/user_manager.po   2016-08-02 
13:21:26.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-06-02 08:01+\n"
+"POT-Creation-Date: 2016-07-22 11:44+\n"
 "PO-Revision-Date: 2016-02-27 01:51+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian <>\n"
@@ -120,11 +120,11 @@
 msgid "Remove user account"
 msgstr "Desaniciar cuenta d'usuariu"
 
-#: src/lib/accountmodel.cpp:239
+#: src/lib/accountmodel.cpp:238
 msgid "New User"
 msgstr "Usuariu nuevu"
 
-#: src/lib/accountmodel.cpp:356
+#: src/lib/accountmodel.cpp:355
 msgid "Users"
 msgstr "Usuarios"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/user-manager-5.7.2/po/bs/user_manager.po 
new/user-manager-5.7.3/po/bs/user_manager.po
--- old/user-manager-5.7.2/po/bs/user_manager.po2016-07-19 
13:15:55.0 +0200
+++ new/user-manager-5.7.3/po/bs/user_manager.po2016-08-02 
13:21:26.0 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: user manager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-06-02 08:01+\n"
+"POT-Creation-Date: 2016-07-22 11:44+\n"
 "PO-Revision-Date: 2015-02-04 14:59+\n"
 "Last-Translator: Anela Darman \n"
 "Language-Team: bosanski \n"
@@ -123,11 +123,11 @@
 msgid "Remove user account"
 msgstr "Ukloni 

commit bluedevil5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package bluedevil5 for openSUSE:Factory 
checked in at 2016-08-12 15:38:04

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


Package is "bluedevil5"

Changes:

--- /work/SRC/openSUSE:Factory/bluedevil5/bluedevil5.changes2016-08-08 
13:51:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil5.new/bluedevil5.changes   
2016-08-12 15:38:06.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  bluedevil-5.7.2.tar.xz

New:

  bluedevil-5.7.3.tar.xz



Other differences:
--
++ bluedevil5.spec ++
--- /var/tmp/diff_new_pack.euyN6H/_old  2016-08-12 15:38:07.0 +0200
+++ /var/tmp/diff_new_pack.euyN6H/_new  2016-08-12 15:38:07.0 +0200
@@ -19,7 +19,7 @@
 
 %bcond_without lang
 Name:   bluedevil5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Bluetooth Manager for KDE
 License:GPL-2.0+

++ bluedevil-5.7.2.tar.xz -> bluedevil-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.2/CMakeLists.txt 
new/bluedevil-5.7.3/CMakeLists.txt
--- old/bluedevil-5.7.2/CMakeLists.txt  2016-07-19 12:51:08.0 +0200
+++ new/bluedevil-5.7.3/CMakeLists.txt  2016-08-02 11:31:18.0 +0200
@@ -1,5 +1,5 @@
 project(bluedevil)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.2/po/cs/bluedevil.po 
new/bluedevil-5.7.3/po/cs/bluedevil.po
--- old/bluedevil-5.7.2/po/cs/bluedevil.po  2016-07-19 12:50:38.0 
+0200
+++ new/bluedevil-5.7.3/po/cs/bluedevil.po  2016-08-02 11:30:55.0 
+0200
@@ -409,8 +409,8 @@
 msgid "(c) 2010, UFO Coders"
 msgstr "(c) 2010, UFO Coders"
 
-#: kded/bluedevildaemon.cpp:94 kded/bluedevildaemon.cpp:97
-#: sendfile/main.cpp:43 wizard/main.cpp:45
+#: kded/bluedevildaemon.cpp:94 kded/bluedevildaemon.cpp:97 sendfile/main.cpp:43
+#: wizard/main.cpp:45
 msgid "Previous Maintainer"
 msgstr "Předchozí správce"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bluedevil-5.7.2/po/et/bluedevil.po 
new/bluedevil-5.7.3/po/et/bluedevil.po
--- old/bluedevil-5.7.2/po/et/bluedevil.po  2016-07-19 12:50:42.0 
+0200
+++ new/bluedevil-5.7.3/po/et/bluedevil.po  2016-08-02 11:30:58.0 
+0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-03-19 07:53+\n"
-"PO-Revision-Date: 2016-01-09 15:28+0200\n"
+"PO-Revision-Date: 2016-07-26 22:02+0300\n"
 "Last-Translator: Marek Laane \n"
 "Language-Team: Estonian \n"
 "Language: et\n"
@@ -250,11 +250,10 @@
 msgstr "Tundmatu"
 
 #: kcmodule/devices/devicedetails.cpp:274
-#, fuzzy, kde-format
-#| msgid "Network"
+#, kde-format
 msgctxt "DeviceName Network (Service)"
 msgid "%1 Network (%2)"
-msgstr "Võrk"
+msgstr "%1 võrk (%2)"
 
 #. i18n: ectx: property (text), widget (QLabel, label_4)
 #: kcmodule/devices/devicedetails.ui:113
@@ -340,17 +339,13 @@
 
 #. i18n: ectx: property (toolTip), widget (QPushButton, addButton)
 #: kcmodule/devices/devices.ui:62
-#, fuzzy
-#| msgid "Add new device"
 msgid "Add device"
-msgstr "Lisa uus seade"
+msgstr "Lisa seade"
 
 #. i18n: ectx: property (toolTip), widget (QPushButton, removeButton)
 #: kcmodule/devices/devices.ui:76
-#, fuzzy
-#| msgid "Select a device"
 msgid "Remove device"
-msgstr "Seadme valimine"
+msgstr "Eemalda seade"
 
 #: kcmodule/global/global.cpp:49
 msgid "Bluetooth Advanced Settings"
@@ -377,10 +372,8 @@
 
 #. i18n: ectx: property (text), widget (QCheckBox, kcfg_enableGlobalBluetooth)
 #: kcmodule/global/global.ui:17
-#, fuzzy
-#| msgid "Enable KDE Bluetooth integration"
 msgid "Enable Bluetooth integration"
-msgstr "KDE Bluetoothi lõimimise lubamine"
+msgstr "Bluetoothi lõimimise lubamine"
 
 #. i18n: ectx: property (text), widget (QLabel, lbl_receivingFiles)
 #: kcmodule/global/global.ui:40
@@ -555,10 +548,8 @@
 msgstr "Aadress on kättesaamatu."
 
 #: kio/bluetooth/kiobluetooth.cpp:155
-#, fuzzy
-#| msgid "Send Files"
 msgid "Received Files"
-msgstr "Saada failid"
+msgstr "Vastuvõetud failid"
 
 #: kio/bluetooth/kiobluetooth.cpp:175
 msgid "Scanning for new devices..."
diff -urN 

commit breeze for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package breeze for openSUSE:Factory checked 
in at 2016-08-12 15:38:12

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


Package is "breeze"

Changes:

--- /work/SRC/openSUSE:Factory/breeze/breeze.changes2016-08-08 
13:51:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze.new/breeze.changes   2016-08-12 
15:38:14.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:49 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---
breeze4-style.changes: same change

Old:

  breeze-5.7.2.tar.xz

New:

  breeze-5.7.3.tar.xz



Other differences:
--
++ breeze.spec ++
--- /var/tmp/diff_new_pack.52iUQ6/_old  2016-08-12 15:38:15.0 +0200
+++ /var/tmp/diff_new_pack.52iUQ6/_new  2016-08-12 15:38:15.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   breeze
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.13

++ breeze4-style.spec ++
--- /var/tmp/diff_new_pack.52iUQ6/_old  2016-08-12 15:38:16.0 +0200
+++ /var/tmp/diff_new_pack.52iUQ6/_new  2016-08-12 15:38:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   breeze4-style
-Version:5.7.2
+Version:5.7.3
 Release:0
 BuildRequires:  automoc4
 BuildRequires:  cmake >= 2.8.12

++ breeze-5.7.2.tar.xz -> breeze-5.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/breeze/breeze-5.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.breeze.new/breeze-5.7.3.tar.xz differ: char 27, 
line 1




commit kde-cli-tools5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kde-cli-tools5 for openSUSE:Factory 
checked in at 2016-08-12 15:38:41

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


Package is "kde-cli-tools5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-cli-tools5/kde-cli-tools5.changes
2016-08-08 13:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-cli-tools5.new/kde-cli-tools5.changes   
2016-08-12 15:38:42.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:52 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kde-cli-tools-5.7.2.tar.xz

New:

  kde-cli-tools-5.7.3.tar.xz



Other differences:
--
++ kde-cli-tools5.spec ++
--- /var/tmp/diff_new_pack.POrfIQ/_old  2016-08-12 15:38:43.0 +0200
+++ /var/tmp/diff_new_pack.POrfIQ/_new  2016-08-12 15:38:43.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-cli-tools5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:Additional CLI tools for KDE applications
 License:GPL-2.0+

++ kde-cli-tools-5.7.2.tar.xz -> kde-cli-tools-5.7.3.tar.xz ++
 2255 lines of diff (skipped)




commit kde-gtk-config5 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2016-08-12 15:38:48

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


Package is "kde-gtk-config5"

Changes:

--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2016-08-08 13:52:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes 
2016-08-12 15:38:49.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:52 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kde-gtk-config-5.7.2.tar.xz

New:

  kde-gtk-config-5.7.3.tar.xz



Other differences:
--
++ kde-gtk-config5.spec ++
--- /var/tmp/diff_new_pack.PjYoAA/_old  2016-08-12 15:38:50.0 +0200
+++ /var/tmp/diff_new_pack.PjYoAA/_new  2016-08-12 15:38:50.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kde-gtk-config5
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:LGPL-3.0+ and GPL-3.0+

++ kde-gtk-config-5.7.2.tar.xz -> kde-gtk-config-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.7.2/CMakeLists.txt 
new/kde-gtk-config-5.7.3/CMakeLists.txt
--- old/kde-gtk-config-5.7.2/CMakeLists.txt 2016-07-19 12:55:10.0 
+0200
+++ new/kde-gtk-config-5.7.3/CMakeLists.txt 2016-08-02 11:34:41.0 
+0200
@@ -1,5 +1,5 @@
 project(kde-gtk-config)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 cmake_minimum_required(VERSION 2.8.12)
 
 find_package(ECM 0.0.9 REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.7.2/kde-gtk-config.desktop 
new/kde-gtk-config-5.7.3/kde-gtk-config.desktop
--- old/kde-gtk-config-5.7.2/kde-gtk-config.desktop 2016-07-19 
12:55:01.0 +0200
+++ new/kde-gtk-config-5.7.3/kde-gtk-config.desktop 2016-08-02 
11:34:34.0 +0200
@@ -12,6 +12,7 @@
 Comment[el]=Στιλ γραφικών συστατικών των εφαρμογών GNOME/GTK
 Comment[en_GB]=Widget Style of GNOME/GTK Applications
 Comment[es]=Estilo de elementos gráficos de aplicaciones de GNOME/GTK
+Comment[et]=GNOME/GTK rakenduste vidinastiil
 Comment[fi]=Gnome/GTK-sovellusten elementtien tyyli
 Comment[fr]=Configuration du style de composants graphiques des applications « 
GNOME / GTK »
 Comment[gl]=Estilo dos trebellos de programas de GNOME ou GTK.
@@ -58,6 +59,7 @@
 Name[el]=Στιλ εφαρμογών GNOME (GTK)
 Name[en_GB]=GNOME Application Style (GTK)
 Name[es]=Estilo de aplicaciones de GNOME (GTK)
+Name[et]=GNOME rakenduste stiil (GTK)
 Name[fi]=Gnome-sovellusten tyyli (GTK)
 Name[fr]=Style des applications GNOME (GTK)
 Name[gl]=Estilo dos programas de GNOME (GTK)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-gtk-config-5.7.2/po/ca/kde-gtk-config.po 
new/kde-gtk-config-5.7.3/po/ca/kde-gtk-config.po
--- old/kde-gtk-config-5.7.2/po/ca/kde-gtk-config.po2016-07-19 
12:55:02.0 +0200
+++ new/kde-gtk-config-5.7.3/po/ca/kde-gtk-config.po2016-08-02 
11:34:36.0 +0200
@@ -4,21 +4,21 @@
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Manuel Tortosa , 2011, 2012.
-# Antoni Bella Pérez , 2012, 2015.
+# Antoni Bella Pérez , 2012, 2015, 2016.
 # Josep Ma. Ferrer , 2013, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: kde-gtk-config\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2016-01-17 07:43+\n"
-"PO-Revision-Date: 2016-01-17 12:18+0100\n"
-"Last-Translator: Josep Ma. Ferrer \n"
+"PO-Revision-Date: 2016-07-23 06:49+0100\n"
+"Last-Translator: Antoni Bella Pérez \n"
 "Language-Team: Catalan \n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 "X-Generator: Lokalize 1.2\n"
@@ -368,4 +368,4 @@
 #. i18n: ectx: property (text), widget (QToolButton, newThemes)
 #: src/ui/gui.ui:479
 msgid "Get New Themes"
-msgstr "Obté temes nous"
\ No newline at end of file
+msgstr "Obtén temes nous"
\ 

commit kcm_sddm for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kcm_sddm for openSUSE:Factory 
checked in at 2016-08-12 15:38:34

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


Package is "kcm_sddm"

Changes:

--- /work/SRC/openSUSE:Factory/kcm_sddm/kcm_sddm.changes2016-08-08 
13:52:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.kcm_sddm.new/kcm_sddm.changes   2016-08-12 
15:38:35.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  sddm-kcm-5.7.2.tar.xz

New:

  sddm-kcm-5.7.3.tar.xz



Other differences:
--
++ kcm_sddm.spec ++
--- /var/tmp/diff_new_pack.EEa2Gc/_old  2016-08-12 15:38:36.0 +0200
+++ /var/tmp/diff_new_pack.EEa2Gc/_new  2016-08-12 15:38:36.0 +0200
@@ -21,7 +21,7 @@
 Summary:A sddm control module for KDE
 License:GPL-2.0
 Group:  System/GUI/KDE
-Version:5.7.2
+Version:5.7.3
 Release:0
 Url:https://projects.kde.org/projects/kdereview/sddm-kcm/repository
 Source: sddm-kcm-%{version}.tar.xz

++ sddm-kcm-5.7.2.tar.xz -> sddm-kcm-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.7.2/CMakeLists.txt 
new/sddm-kcm-5.7.3/CMakeLists.txt
--- old/sddm-kcm-5.7.2/CMakeLists.txt   2016-07-19 13:15:15.0 +0200
+++ new/sddm-kcm-5.7.3/CMakeLists.txt   2016-08-02 13:20:55.0 +0200
@@ -1,6 +1,6 @@
 project(sddm-kcm)
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(QT_MIN_VERSION "5.4.0")
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.7.2/kcm_sddm.actions 
new/sddm-kcm-5.7.3/kcm_sddm.actions
--- old/sddm-kcm-5.7.2/kcm_sddm.actions 2016-07-19 13:15:05.0 +0200
+++ new/sddm-kcm-5.7.3/kcm_sddm.actions 2016-08-02 13:20:49.0 +0200
@@ -60,6 +60,7 @@
 Name[fi]=Tallenna asetukset
 Name[fr]=Enregistrer les paramètres
 Name[gl]=Gardar a configuración
+Name[he]=שמור הגדרות
 Name[hu]=Beállítások mentése
 Name[it]=Salva impostazioni
 Name[ko]=설정 저장
@@ -101,6 +102,7 @@
 Description[fi]=Tallenna SDDM-asetukset
 Description[fr]=Enregistrer les paramètres dans SDDM
 Description[gl]=Gardar as configuracións en SDDM
+Description[he]=שמור הגדרות ב־SDDM
 Description[hu]=Az SDDM beállításainak mentése
 Description[it]=Salva impostazioni in SDDM
 Description[ko]=SDDM에 설정 저장
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sddm-kcm-5.7.2/kcm_sddm.desktop 
new/sddm-kcm-5.7.3/kcm_sddm.desktop
--- old/sddm-kcm-5.7.2/kcm_sddm.desktop 2016-07-19 13:15:05.0 +0200
+++ new/sddm-kcm-5.7.3/kcm_sddm.desktop 2016-08-02 13:20:49.0 +0200
@@ -24,6 +24,7 @@
 X-KDE-Keywords[fi]=sddm,display 
manager,theme,kirjautumisruutu,kirjautumisohjelma,sisäänkirjautumisruutu,sisäänkirjautumisohjelma,teema
 X-KDE-Keywords[fr]=sddm,gestionnaire d'affichage,thème
 X-KDE-Keywords[gl]=sddm,xestor de pantallas,tema
+X-KDE-Keywords[he]=sddm,display manager,theme,מנהל תצוגה,ערכת נושא
 X-KDE-Keywords[hu]=sddm,bejelentkezéskezelő,téma
 X-KDE-Keywords[it]=sddm,gestore dello schermo,tema
 X-KDE-Keywords[ko]=sddm,display manager,theme,디스플레이 관리자,테마
@@ -66,6 +67,7 @@
 Name[fi]=Kirjautumisruutu (SDDM)
 Name[fr]=Écran de connexion (SDDM)
 Name[gl]=Pantalla de identificación (SDDM)
+Name[he]=מסך התחברות
 Name[hu]=Bejelentkező képernyő (SDDM)
 Name[it]=Schermata di accesso (SDDM)
 Name[ko]=로그인 화면(SDDM)
@@ -108,6 +110,7 @@
 Comment[fi]=Valitse kirjautumisteema
 Comment[fr]=Sélectionner le thème de connexion
 Comment[gl]=Escoller o tema de identificación
+Comment[he]=בחר ערכת נושא למסך התחברות
 Comment[hu]=A bejelentkező képernyő témájának kiválasztása
 Comment[it]=Seleziona il tema di accesso
 Comment[ko]=로그인 테마 선택




commit kactivitymanagerd for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kactivitymanagerd for 
openSUSE:Factory checked in at 2016-08-12 15:38:27

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


Package is "kactivitymanagerd"

Changes:

--- /work/SRC/openSUSE:Factory/kactivitymanagerd/kactivitymanagerd.changes  
2016-08-08 13:51:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.kactivitymanagerd.new/kactivitymanagerd.changes 
2016-08-12 15:38:28.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:51 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  kactivitymanagerd-5.7.2.tar.xz

New:

  kactivitymanagerd-5.7.3.tar.xz



Other differences:
--
++ kactivitymanagerd.spec ++
--- /var/tmp/diff_new_pack.Gxteyb/_old  2016-08-12 15:38:29.0 +0200
+++ /var/tmp/diff_new_pack.Gxteyb/_new  2016-08-12 15:38:29.0 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:   kactivitymanagerd
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:KDE Plasma Activities support
 License:GPL-2.0+

++ kactivitymanagerd-5.7.2.tar.xz -> kactivitymanagerd-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.7.2/po/ar/kactivities5.po 
new/kactivitymanagerd-5.7.3/po/ar/kactivities5.po
--- old/kactivitymanagerd-5.7.2/po/ar/kactivities5.po   2016-07-19 
12:53:38.0 +0200
+++ new/kactivitymanagerd-5.7.3/po/ar/kactivities5.po   2016-08-02 
11:33:21.0 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-03-01 08:45+\n"
+"POT-Creation-Date: 2016-07-27 10:53+\n"
 "PO-Revision-Date: 2013-07-07 23:56+0300\n"
 "Last-Translator: Safa Alfulaij \n"
 "Language-Team: Arabic \n"
@@ -27,7 +27,7 @@
 msgid "Your emails"
 msgstr "safaalful...@hotmail.com"
 
-#: service/Activities.cpp:108
+#: service/Activities.cpp:106
 #, fuzzy
 msgid "Default"
 msgstr "الافتراضي"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.7.2/po/ast/kactivities5.po 
new/kactivitymanagerd-5.7.3/po/ast/kactivities5.po
--- old/kactivitymanagerd-5.7.2/po/ast/kactivities5.po  2016-07-19 
12:53:38.0 +0200
+++ new/kactivitymanagerd-5.7.3/po/ast/kactivities5.po  2016-08-02 
11:33:21.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-03-01 08:45+\n"
+"POT-Creation-Date: 2016-07-27 10:53+\n"
 "PO-Revision-Date: 2016-02-02 19:29+0100\n"
 "Last-Translator: enolp \n"
 "Language-Team: Asturian <>\n"
@@ -25,7 +25,7 @@
 msgid "Your emails"
 msgstr "alministrado...@softastur.org"
 
-#: service/Activities.cpp:108
+#: service/Activities.cpp:106
 msgid "Default"
 msgstr "Por defeutu"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.7.2/po/bg/kactivities5.po 
new/kactivitymanagerd-5.7.3/po/bg/kactivities5.po
--- old/kactivitymanagerd-5.7.2/po/bg/kactivities5.po   2016-07-19 
12:53:38.0 +0200
+++ new/kactivitymanagerd-5.7.3/po/bg/kactivities5.po   2016-08-02 
11:33:21.0 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-03-01 08:45+\n"
+"POT-Creation-Date: 2016-07-27 10:53+\n"
 "PO-Revision-Date: 2011-07-09 00:47+0200\n"
 "Last-Translator: Dimitar Popov \n"
 "Language-Team: Bulgarian \n"
@@ -25,7 +25,7 @@
 msgid "Your emails"
 msgstr "ins...@fmi.uni-sofia.bg"
 
-#: service/Activities.cpp:108
+#: service/Activities.cpp:106
 msgid "Default"
 msgstr ""
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kactivitymanagerd-5.7.2/po/bs/kactivities5.po 
new/kactivitymanagerd-5.7.3/po/bs/kactivities5.po
--- old/kactivitymanagerd-5.7.2/po/bs/kactivities5.po   2016-07-19 
12:53:39.0 +0200
+++ new/kactivitymanagerd-5.7.3/po/bs/kactivities5.po   2016-08-02 
11:33:22.0 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2016-03-01 08:45+\n"
+"POT-Creation-Date: 2016-07-27 10:53+\n"
 "PO-Revision-Date: 2013-10-18 20:18+\n"
 "Last-Translator: Samir Ribić \n"
 

commit breeze-gtk for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2016-08-12 15:38:20

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


Package is "breeze-gtk"

Changes:

--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes2016-08-08 
13:51:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes   
2016-08-12 15:38:21.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug  2 11:35:50 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.7.3
+  * New bugfix release
+  * For more details please see:
+https://www.kde.org/announcements/plasma-5.7.3.php
+
+---

Old:

  breeze-gtk-5.7.2.tar.xz

New:

  breeze-gtk-5.7.3.tar.xz



Other differences:
--
++ breeze-gtk.spec ++
--- /var/tmp/diff_new_pack.YXFVpN/_old  2016-08-12 15:38:22.0 +0200
+++ /var/tmp/diff_new_pack.YXFVpN/_new  2016-08-12 15:38:22.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   breeze
 Name:   breeze-gtk
-Version:5.7.2
+Version:5.7.3
 Release:0
 Summary:GTK+ theme matching KDE's Breeze
 License:LGPL-2.1

++ breeze-gtk-5.7.2.tar.xz -> breeze-gtk-5.7.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.7.2/CMakeLists.txt 
new/breeze-gtk-5.7.3/CMakeLists.txt
--- old/breeze-gtk-5.7.2/CMakeLists.txt 2016-07-19 12:52:29.0 +0200
+++ new/breeze-gtk-5.7.3/CMakeLists.txt 2016-08-02 11:32:22.0 +0200
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.7.2")
+set(PROJECT_VERSION "5.7.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)




commit nghttp2 for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package nghttp2 for openSUSE:Factory checked 
in at 2016-08-12 15:37:45

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


Package is "nghttp2"

Changes:

--- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes  2016-07-21 
07:53:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2016-08-12 
15:37:46.0 +0200
@@ -1,0 +2,15 @@
+Sun Aug  7 17:23:20 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.13.0:
+  * lib: Cancel non-DATA frame transmission from
+nghttp2_before_frame_send_callback
+  * doc: Fix warning with Sphinx 1.4
+  * build: Work with Android NDK r12b
+  * nghttpx: Use consistent hashing for client IP based session
+affinity
+  * nghttpx: Fix FTBFS on armel by explicitly including the header
+  * nghttpx: Cast to double to fix build with gcc 4.8 on Solaris 11
+  * nghttpx: Fix build error with libressl
+  * examples: Fix compile error with OpenSSL v1.1.0-beta2
+
+---

Old:

  nghttp2-1.12.0.tar.xz

New:

  nghttp2-1.13.0.tar.xz



Other differences:
--
++ nghttp2.spec ++
--- /var/tmp/diff_new_pack.Nw8TxB/_old  2016-08-12 15:37:47.0 +0200
+++ /var/tmp/diff_new_pack.Nw8TxB/_new  2016-08-12 15:37:47.0 +0200
@@ -21,7 +21,7 @@
 %define soname_asio libnghttp2_asio
 %define sover_asio 1
 Name:   nghttp2
-Version:1.12.0
+Version:1.13.0
 Release:0
 Summary:Implementation of Hypertext Transfer Protocol version 2 in C
 License:MIT

++ nghttp2-1.12.0.tar.xz -> nghttp2-1.13.0.tar.xz ++
 3377 lines of diff (skipped)




commit hdparm for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package hdparm for openSUSE:Factory checked 
in at 2016-08-12 15:37:37

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


Package is "hdparm"

Changes:

--- /work/SRC/openSUSE:Factory/hdparm/hdparm.changes2015-06-30 
10:15:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.hdparm.new/hdparm.changes   2016-08-12 
15:37:39.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  4 13:44:34 UTC 2016 - kstreit...@suse.com
+
+- remove 56-idedma.rules and idedma.sh as none of these scripts
+  have any function whatsoever. They rely on the obsolete IDE
+  drivers [bsc#991898] 
+- remove /etc/sysconfig/ide file [bsc#922659]
+
+---

Old:

  56-idedma.rules
  sysconfig.ide
  udev.idedma.sh



Other differences:
--
++ hdparm.spec ++
--- /var/tmp/diff_new_pack.FSi1cc/_old  2016-08-12 15:37:40.0 +0200
+++ /var/tmp/diff_new_pack.FSi1cc/_new  2016-08-12 15:37:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hdparm
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%{!?_udevdir: %global _udevdir %(pkg-config --variable=udevdir udev) }
-%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d }
 Name:   hdparm
 Version:9.48
 Release:0
@@ -26,16 +24,13 @@
 Group:  Hardware/Other
 Url:http://sourceforge.net/projects/hdparm/
 Source: http://downloads.sf.net/hdparm/%{name}-%{version}.tar.gz
-Source1:56-idedma.rules
-Source2:sysconfig.ide
-Source3:udev.idedma.sh
 Patch1: hdparm-nostrip.patch
 Patch2: hdparm-wiper-warn.patch
 Patch3: hdparm-leak-fix.patch
 Patch4: hdparm-9.43-fix-bashisms.patch
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(udev)
-Requires(post): %fillup_prereq coreutils
+Requires(post): coreutils
 Provides:   base:/sbin/hdparm
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -59,11 +54,6 @@
 install -d "%{buildroot}/%{_sbindir}"
 %make_install binprefix="%{_prefix}"
 mv contrib/README contrib/README.contrib
-install -d "%{buildroot}/%{_udevrulesdir}"
-install -m 644 %{SOURCE1} "%{buildroot}/%{_udevrulesdir}"
-install -d "%{buildroot}%{_localstatedir}/adm/fillup-templates"
-install -m 644 %{SOURCE2} "%{buildroot}%{_localstatedir}/adm/fillup-templates"
-install -m 755 %{SOURCE3} "%{buildroot}/%{_udevdir}/idedma.sh"
 install -d "%{buildroot}%{_libexecdir}/hdparm"
 install -m 755 contrib/idectl "%{buildroot}%{_libexecdir}/hdparm"
 install -m 755 contrib/ultrabayd "%{buildroot}%{_libexecdir}/hdparm"
@@ -74,49 +64,16 @@
 ln -sf %{_sbindir}/hdparm "%{buildroot}/sbin"
 #EndUsrMerge
 
-%post
-if [ -f etc/sysconfig/hardware ] ; then
-  mv etc/sysconfig/hardware etc/sysconfig/ide
-fi
-%{remove_and_set -n ide DEVICES_FORCE_IDE_DMA_ON DEVICES_FORCE_IDE_DMA_OFF}
-%{fillup_only -n ide}
-# new settings
-NEW_DMA=""
-# convert old settings
-if [ "$DEVICES_FORCE_IDE_DMA_ON" != "" -a "$DEVICES_FORCE_IDE_DMA_ON" != "no" 
] ; then
-  for dev in $DEVICES_FORCE_IDE_DMA_ON; do
-NEW_DMA="${NEW_DMA:+$NEW_DMA }/dev/$dev:on"
-  done
-fi
-if [ "$DEVICES_FORCE_IDE_DMA_OFF" != "" -a "$DEVICES_FORCE_IDE_DMA_OFF" != 
"no" ] ; then
-  for dev in $DEVICES_FORCE_IDE_DMA_OFF; do
-NEW_DMA="${NEW_DMA:+$NEW_DMA }/dev/$dev:off"
-  done
-fi
-# update sysconfig file
-if [ "$NEW_DMA" != "" ] ; then
-echo "Updating etc/sysconfig/ide"
-# remove old values, update new variable
-sed -e 
"s|^DEVICES_FORCE_IDE_DMA=\"\\(.*\\)\"|DEVICES_FORCE_IDE_DMA=\"$NEW_DMA \\1\"|" 
\
-etc/sysconfig/ide > etc/sysconfig/ide.new \
-  && mv etc/sysconfig/ide.new etc/sysconfig/ide
-rm -f etc/sysconfig/ide.new
-fi
-%{?udev_rules_update:%udev_rules_update}
-
 %files
 %defattr(-,root,root)
 %doc Changelog README.acoustic contrib/README.contrib README.wiper
-%{_mandir}/man8/hdparm.8.gz
+%{_mandir}/man8/hdparm.8%{ext_man}
 #UsrMerge
 /sbin/hdparm
 /sbin/wiper.sh
 #EndUserMerge
 %{_sbindir}/hdparm
 %{_sbindir}/wiper.sh
-%{_udevdir}/idedma.sh
-%{_udevrulesdir}/56-idedma.rules
 %{_libexecdir}/hdparm
-%{_localstatedir}/adm/fillup-templates/sysconfig.ide
 
 %changelog




commit dcraw for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package dcraw for openSUSE:Factory checked 
in at 2016-08-12 15:37:21

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


Package is "dcraw"

Changes:

--- /work/SRC/openSUSE:Factory/dcraw/dcraw.changes  2015-07-21 
13:25:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.dcraw.new/dcraw.changes 2016-08-12 
15:37:22.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug  5 22:12:55 UTC 2016 - asterios.dra...@gmail.com
+
+- Update to version 9.27.0:
+  dcraw - revision 1.477
+  * Added "-o 6" for ACES colorspace.
+  * Copied color matrices from DNG Converter 9.5.1.
+  * Support the Canon EOS 80D & IXUS 160, Fuji X-E2 & X-E2S &
+X-Pro2.
+
+---

Old:

  dcraw-9.26.0.tar.gz

New:

  dcraw-9.27.0.tar.gz



Other differences:
--
++ dcraw.spec ++
--- /var/tmp/diff_new_pack.4ID837/_old  2016-08-12 15:37:23.0 +0200
+++ /var/tmp/diff_new_pack.4ID837/_new  2016-08-12 15:37:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dcraw
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   dcraw
-Version:9.26.0
+Version:9.27.0
 Release:0
 Summary:Raw Digital Photo Decoding
 License:GPL-2.0+
@@ -123,7 +123,7 @@
 %{_bindir}/fuji_green
 %{_bindir}/fujiturn
 %{_bindir}/fujiturn16
-%doc %{_mandir}/man1/dcraw.1%{ext_man}
+%{_mandir}/man1/dcraw.1%{ext_man}
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ README ++
 727 lines (skipped)
 between /work/SRC/openSUSE:Factory/dcraw/README
 and /work/SRC/openSUSE:Factory/.dcraw.new/README

++ dcraw-9.26.0.tar.gz -> dcraw-9.27.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dcraw/dcraw.1 new/dcraw/dcraw.1
--- old/dcraw/dcraw.1   2015-03-03 23:10:23.0 +0100
+++ new/dcraw/dcraw.1   2016-05-10 23:21:13.0 +0200
@@ -144,7 +144,7 @@
 otherwise. Besides DNG,
 this option only affects Olympus, Leaf, and Phase One cameras.
 .TP
-.B -o [0-5]
+.B -o [0-6]
 Select the output colorspace when the
 .B -p
 option is not used:
@@ -166,6 +166,9 @@
 .br
 .B \t5
 \ \ XYZ
+.br
+.B \t6
+\ \ ACES
 .TP
 .BR -p\ camera.icm \ [\  -o\ output.icm \ ]
 Use ICC profiles to define the camera's raw colorspace and the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dcraw/dcraw.c new/dcraw/dcraw.c
--- old/dcraw/dcraw.c   2015-05-25 04:30:26.0 +0200
+++ new/dcraw/dcraw.c   2016-05-10 23:40:17.0 +0200
@@ -1,6 +1,6 @@
 /*
dcraw.c -- Dave Coffin's raw photo decoder
-   Copyright 1997-2015 by Dave Coffin, dcoffin a cybercom o net
+   Copyright 1997-2016 by Dave Coffin, dcoffin a cybercom o net
 
This is a command-line ANSI C program to convert raw photos from
any digital camera on any computer running any operating system.
@@ -19,11 +19,11 @@
*If you have not modified dcraw.c in any way, a link to my
homepage qualifies as "full source code".
 
-   $Revision: 1.476 $
-   $Date: 2015/05/25 02:29:14 $
+   $Revision: 1.477 $
+   $Date: 2016/05/10 21:30:43 $
  */
 
-#define DCRAW_VERSION "9.26"
+#define DCRAW_VERSION "9.27"
 
 #ifndef _GNU_SOURCE
 #define _GNU_SOURCE
@@ -853,8 +853,10 @@
jh->restart = data[0] << 8 | data[1];
 }
   } while (tag != 0xffda);
+  if (jh->bits > 16 || jh->clrs > 6 ||
+ !jh->bits || !jh->high || !jh->wide || !jh->clrs) return 0;
   if (info_only) return 1;
-  if (jh->clrs > 6 || !jh->huff[0]) return 0;
+  if (!jh->huff[0]) return 0;
   FORC(19) if (!jh->huff[c+1]) jh->huff[c+1] = jh->huff[c];
   if (jh->sraw) {
 FORC(4)jh->huff[2+c] = jh->huff[1];
@@ -1767,7 +1769,7 @@
pixel[col] = curve[pixel[col]];
 }
 for (col=0; col < raw_width; col++) {
-  i = (pixel[col] << 2) - ph1.black
+  i = (pixel[col] << 2*(ph1.format != 8)) - ph1.black
+ cblack[row][col >= ph1.split_col]
+ rblack[col][row >= ph1.split_row];
   if (i > 0) RAW(row,col) = i;
@@ -2859,6 +2861,8 @@
 
   fseek (ifp, seg[0][1]+1, SEEK_SET);
   getbits(-1);
+  if (seg[1][0] > raw_width*raw_height)
+  seg[1][0] = raw_width*raw_height;
   for (pix=seg[0][0]; pix < seg[1][0]; pix++) {
 for (s=0; s < 3; s++) {
   data = data << nbits | getbits(nbits);
@@ -5307,7 +5311,7 @@
   FORC4 cam_mul[c ^ (c >> 1) ^ 1] = get4();
 }
 if (tag == 0x3d && 

commit perl-Capture-Tiny for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Capture-Tiny for 
openSUSE:Factory checked in at 2016-08-12 15:37:30

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


Package is "perl-Capture-Tiny"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Capture-Tiny/perl-Capture-Tiny.changes  
2016-07-03 12:18:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Capture-Tiny.new/perl-Capture-Tiny.changes 
2016-08-12 15:37:32.0 +0200
@@ -1,0 +2,13 @@
+Sat Aug  6 05:08:24 UTC 2016 - co...@suse.com
+
+- updated to 0.44
+   see /usr/share/doc/packages/perl-Capture-Tiny/Changes
+
+  0.44  2016-08-05 13:40:33-04:00 America/New_York
+  
+[Docs]
+  
+- Note that dropping privileges during a capture can lead to
+  temporary files not cleaned up.
+
+---

Old:

  Capture-Tiny-0.42.tar.gz

New:

  Capture-Tiny-0.44.tar.gz



Other differences:
--
++ perl-Capture-Tiny.spec ++
--- /var/tmp/diff_new_pack.aNzPLE/_old  2016-08-12 15:37:33.0 +0200
+++ /var/tmp/diff_new_pack.aNzPLE/_new  2016-08-12 15:37:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Capture-Tiny
-Version:0.42
+Version:0.44
 Release:0
 %define cpan_name Capture-Tiny
 Summary:Capture STDOUT and STDERR from Perl, XS or external programs

++ Capture-Tiny-0.42.tar.gz -> Capture-Tiny-0.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.42/Changes 
new/Capture-Tiny-0.44/Changes
--- old/Capture-Tiny-0.42/Changes   2016-05-31 18:40:20.0 +0200
+++ new/Capture-Tiny-0.44/Changes   2016-08-05 19:40:43.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Capture-Tiny
 
+0.44  2016-08-05 13:40:33-04:00 America/New_York
+
+  [Docs]
+
+  - Note that dropping privileges during a capture can lead to
+temporary files not cleaned up.
+
 0.42  2016-05-31 12:40:10-04:00 America/New_York
 
   - No changes from 0.41
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.42/MANIFEST 
new/Capture-Tiny-0.44/MANIFEST
--- old/Capture-Tiny-0.42/MANIFEST  2016-05-31 18:40:20.0 +0200
+++ new/Capture-Tiny-0.44/MANIFEST  2016-08-05 19:40:43.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.005.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.006.
 CONTRIBUTING.mkdn
 Changes
 LICENSE
@@ -48,7 +48,7 @@
 xt/author/pod-coverage.t
 xt/author/pod-spell.t
 xt/author/pod-syntax.t
+xt/author/portability.t
 xt/author/test-version.t
 xt/release/distmeta.t
 xt/release/minimum-version.t
-xt/release/portability.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.42/META.json 
new/Capture-Tiny-0.44/META.json
--- old/Capture-Tiny-0.42/META.json 2016-05-31 18:40:20.0 +0200
+++ new/Capture-Tiny-0.44/META.json 2016-08-05 19:40:43.0 +0200
@@ -4,7 +4,7 @@
   "David Golden "
],
"dynamic_config" : 1,
-   "generated_by" : "Dist::Zilla version 6.005, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.006, CPAN::Meta::Converter version 
2.150009",
"license" : [
   "apache_2_0"
],
@@ -49,6 +49,7 @@
 "Test::More" : "0",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08",
+"Test::Portability::Files" : "0",
 "Test::Spelling" : "0.12",
 "Test::Version" : "1",
 "blib" : "1.01"
@@ -83,7 +84,7 @@
"provides" : {
   "Capture::Tiny" : {
  "file" : "lib/Capture/Tiny.pm",
- "version" : "0.42"
+ "version" : "0.44"
   }
},
"release_status" : "stable",
@@ -98,13 +99,14 @@
  "web" : "https://github.com/dagolden/Capture-Tiny;
   }
},
-   "version" : "0.42",
+   "version" : "0.44",
"x_authority" : "cpan:DAGOLDEN",
"x_contributors" : [
   "Dagfinn Ilmari Manns\u00e5ker ",
   "David E. Wheeler ",
   "fecundf ",
   "Peter Rabbitson "
-   ]
+   ],
+   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0213"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Capture-Tiny-0.42/META.yml 
new/Capture-Tiny-0.44/META.yml
--- old/Capture-Tiny-0.42/META.yml  2016-05-31 18:40:20.0 +0200
+++ new/Capture-Tiny-0.44/META.yml 

commit curl for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2016-08-12 15:37:07

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


Package is "curl"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2016-06-29 
15:01:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2016-08-12 
15:37:09.0 +0200
@@ -1,0 +2,64 @@
+Fri Aug  5 12:41:43 UTC 2016 - pjano...@suse.de
+
+- update to 7.50.1
+  Bugfixes:
+  * TLS: switch off SSL session id when client cert is used
+  * TLS: only reuse connections with the same client cert
+  * curl_multi_cleanup: clear connection pointer for easy handles
+  * include the CURLINFO_HTTP_VERSION man page into the release tarball
+  * include the http2-server.pl script in the release tarball
+  * test558: fix test by stripping file paths from FD lines
+  * spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
+  * tests: Fix for http/2 feature
+  * cmake: Fix for schannel support
+  * curl.h: make public types void * again
+  * win32: fix a potential memory leak in Curl_load_library
+  * travis: fix OSX build by re-installing libtool
+  * mbedtls: Fix debug function name 
+- removed 0001-tests-distribute-the-http2-server.pl-script-too.patch
+
+---
+Thu Jul 21 09:30:30 UTC 2016 - vci...@suse.com
+
+- update to 7.50.0
+  Changes:
+  * http: add CURLINFO_HTTP_VERSION and %{http_version}
+  Bugfixes:
+  * openssl: fix build with OPENSSL_NO_COMP
+  * cmake: Added missing mbedTLS support
+  * URL parser: allow URLs to use one, two or three slashes
+  * curl: fix -q [regression]
+  * openssl: Use correct buffer sizes for error messages
+  * curl: fix SIGSEGV while parsing URL with too many globs
+  * vtls: fix ssl session cache race condition
+  * http: Fix HTTP/2 connection reuse [regression]
+  * checksrc: Add LoadLibrary to the banned functions list
+  * configure: occasional ignorance of --enable-symbol-hiding with GCC
+  * http2: test17xx are the first real HTTP/2 tests
+  * resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS
+  * curl_multi_socket_action.3: rewording
+  * CURLOPT_POSTFIELDS.3: Clarify what happens when set empty
+  * cmake: Fix build with winldap
+  * openssl: fix cert check with non-DNS name fields present
+  * curl.1: mention the units for the progress meter
+  * openssl: use more 'const' to fix build warnings with 1.1.0 branch
+  * cmake: now using BUILD_TESTING=ON/OFF
+  * vtls: Only call add/getsession if session id is enabled
+  * headers: forward declare CURL, CURLM and CURLSH as structs
+  * configure: improve detection of CA bundle path on FreeBSD
+  * SFTP: set a generic error when no SFTP one exists
+  * curl_global_init.3: expand on the SSL and WIN32 bits purpose
+  * conn: don't free easy handle data in handler->disconnect
+  * cookie.c: Fix misleading indentation
+  * library: Fix memory leaks found during static analysis
+  * CURLMOPT_SOCKETFUNCTION.3: fix typo
+  * curl_global_init: moved the "IPv6 works" check here
+  * connect: disable TFO on Linux when using SSL
+  * vauth: Fixed memory leak due to function returning without free
+- refresh libcurl-ocloexec.patch
+- disable tests 1139 and 1140 which fail due to missing manpage
+  * add curl-disable_failing_tests.patch
+- ship http2_server.pl for testing
+  * add 0001-tests-distribute-the-http2-server.pl-script-too.patch
+
+---

Old:

  curl-7.49.1.tar.lzma
  curl-7.49.1.tar.lzma.asc

New:

  curl-7.50.1.tar.lzma
  curl-7.50.1.tar.lzma.asc
  curl-disable_failing_tests.patch



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.qmh0Gw/_old  2016-08-12 15:37:10.0 +0200
+++ /var/tmp/diff_new_pack.qmh0Gw/_new  2016-08-12 15:37:10.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:   curl
-Version:7.49.1
+Version:7.50.1
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT
@@ -33,6 +33,7 @@
 Patch0: libcurl-ocloexec.patch
 Patch1: dont-mess-with-rpmoptflags.diff
 Patch3: curl-secure-getenv.patch
+Patch4: curl-disable_failing_tests.patch
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -97,6 +98,7 @@
 %patch0
 %patch1
 %patch3
+%patch4 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS

++ curl-disable_failing_tests.patch ++
Index: curl-7.50.0/tests/data/DISABLED

commit libidn for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libidn for openSUSE:Factory checked 
in at 2016-08-12 15:36:59

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


Package is "libidn"

Changes:

--- /work/SRC/openSUSE:Factory/libidn/libidn.changes2016-07-28 
23:42:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2016-08-12 
15:37:00.0 +0200
@@ -4 +4,4 @@
-- libidn 1.33 bnc#990189 CVE-2015-8948 CVE-2016-6262 bnc#990191 CVE-2016-6263:
+- libidn 1.33:
+  * bnc#990189 CVE-2015-8948 CVE-2016-6262
+  * bnc#990190 CVE-2016-6261
+  * bnc#990191 CVE-2016-6263



Other differences:
--





commit tidy for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package tidy for openSUSE:Factory checked in 
at 2016-08-12 15:37:14

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


Package is "tidy"

Changes:

--- /work/SRC/openSUSE:Factory/tidy/tidy.changes2016-06-09 
15:54:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.tidy.new/tidy.changes   2016-08-12 
15:37:15.0 +0200
@@ -1,0 +2,8 @@
+Thu Aug  4 12:33:50 UTC 2016 - adam.ma...@suse.de
+
+- add static_buffer_overflow.diff:
+  + fix overflow in a static buffer (CVE-2016-6583)
+- add Debian package files form fomer tidy-html5 packagee
+  these don't really work, but mostly as WIP
+
+---

New:

  debian.changelog
  debian.compat
  debian.control
  debian.libtidy-dev.install
  debian.libtidy5.install
  debian.rules
  debian.series
  debian.tidy.install
  static_buffer_overflow.diff
  tidy_5.2.0-1.dsc
  tidy_5.2.0.orig.tar.xz



Other differences:
--
++ tidy.spec ++
--- /var/tmp/diff_new_pack.xH5O9Z/_old  2016-08-12 15:37:16.0 +0200
+++ /var/tmp/diff_new_pack.xH5O9Z/_new  2016-08-12 15:37:16.0 +0200
@@ -38,6 +38,7 @@
 Patch1: test_fixes.diff
 Patch2: fix_doxygen_paths.diff
 Patch3: compat_headers.diff
+Patch4: static_buffer_overflow.diff
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -102,6 +103,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 %cmake \

++ debian.changelog ++
tidy (5.2.0-1) unstable; urgency=low
  * Debian build files 'borrowed' from tidy-html5 package by
Jan Engelhardt
  * Rename packages to main tidy package
  * Updated debhelper compat to 9
  * Updated Standards to 3.9.8
 -- Adam Majer   Fri, 17 Jun 2016 12:11:49 +0200

tidy-html5 (5.0.0) stable; urgency=low

  * Update to official release 5.0.0

tidy-html5 (4.9.28) unstable; urgency=low

  * Whatever

 -- Zarafa Development   Tue, 20 Jan 2015 10:25:03 +0100
++ debian.compat ++
9
++ debian.control ++
Source: tidy
Section: web
Priority: optional
Maintainer: ZD 
Build-Depends: debhelper, fakeroot, cmake, g++, xsltproc
Standards-Version: 3.9.4
Homepage: http://html-tidy.org/

Package: tidy
Section: web
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HTML syntax checker and reformatter
 Corrects markup in a way compliant with the latest standards, and
 optimal for the popular browsers.  It has a comprehensive knowledge
 of the attributes defined in the HTML 4.0 recommendation from W3C,
 and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
 family of 7-bit encodings.  In the output:
 .
  * HTML entity names for characters are used when appropriate.
  * Missing attribute quotes are added, and mismatched quotes found.
  * Tags lacking a terminating '>' are spotted.
  * Proprietary elements are recognized and reported as such.
  * The page is reformatted, from a choice of indentation styles.

Package: libtidy5
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HTML syntax checker and reformatter - library
 Corrects markup in a way compliant with the latest standards, and
 optimal for the popular browsers.  It has a comprehensive knowledge
 of the attributes defined in the HTML 4.0 recommendation from W3C,
 and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
 family of 7-bit encodings.  In the output:
 .
  * HTML entity names for characters are used when appropriate.
  * Missing attribute quotes are added, and mismatched quotes found.
  * Tags lacking a terminating '>' are spotted.
  * Proprietary elements are recognized and reported as such.
  * The page is reformatted, from a choice of indentation styles.

Package: libtidy-dev
Section: libdevel
Architecture: any
Depends: libtidy5 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Conflicts: libtidy-dev
Description: HTML syntax checker and reformatter - development
 Corrects markup in a way compliant with the latest standards, and
 optimal for the popular browsers.  It has a comprehensive knowledge
 of the attributes defined in the HTML 4.0 recommendation from W3C,
 and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
 family of 7-bit encodings.  In the output:
 .
  * HTML entity names for characters are used when appropriate.
  * Missing attribute quotes are added, and mismatched quotes found.
  * Tags lacking a terminating '>' are spotted.
  * Proprietary elements are recognized and reported as such.
  * The page is reformatted, from a choice of indentation styles.
++ 

commit installation-images-openSUSE for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-08-12 15:36:32

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


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2016-07-30 00:26:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-08-12 15:36:33.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug  9 12:50:49 UTC 2016 - snw...@suse.com
+
+- add zypp config to initrd to ensure it's writable (bsc#967828)
+- fix symlink verification function
+- 14.266
+
+---
+Mon Aug  8 10:10:31 UTC 2016 - snw...@suse.com
+
+- Make pam-modules optional
+- 14.265
+
+---

Old:

  installation-images-14.264.tar.xz

New:

  installation-images-14.266.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.SVap9P/_old  2016-08-12 15:36:34.0 +0200
+++ /var/tmp/diff_new_pack.SVap9P/_new  2016-08-12 15:36:34.0 +0200
@@ -379,7 +379,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.264
+Version:14.266
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.264.tar.xz -> installation-images-14.266.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.264/VERSION 
new/installation-images-14.266/VERSION
--- old/installation-images-14.264/VERSION  2016-07-29 09:45:23.0 
+0200
+++ new/installation-images-14.266/VERSION  2016-08-09 14:46:37.0 
+0200
@@ -1 +1 @@
-14.264
+14.266
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.264/bin/mk_image 
new/installation-images-14.266/bin/mk_image
--- old/installation-images-14.264/bin/mk_image 2016-07-29 09:45:23.0 
+0200
+++ new/installation-images-14.266/bin/mk_image 2016-08-09 14:46:37.0 
+0200
@@ -200,7 +200,8 @@
   next if -l "$dir$x" || -e _;
 }
 else {
-  next if -e;
+  # don't verify symlinks to symlinks
+  next if -l || -e _;
 }
 $err = 1;
 my $n = $_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.264/changelog 
new/installation-images-14.266/changelog
--- old/installation-images-14.264/changelog2016-07-29 09:45:23.0 
+0200
+++ new/installation-images-14.266/changelog2016-08-09 14:46:37.0 
+0200
@@ -1,3 +1,10 @@
+2016-08-09:14.266
+   - add zypp config to initrd to ensure it's writable (bsc #967828)
+   - fix symlink verification function
+
+2016-08-04:14.265
+   - Make pam-modules optional
+
 2016-07-29:14.264
- update module.config to match 4.7
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.264/data/initrd/initrd.file_list 
new/installation-images-14.266/data/initrd/initrd.file_list
--- old/installation-images-14.264/data/initrd/initrd.file_list 2016-07-29 
09:45:23.0 +0200
+++ new/installation-images-14.266/data/initrd/initrd.file_list 2016-08-09 
14:46:37.0 +0200
@@ -121,6 +121,10 @@
   s /lbin/extend /bin
   d /etc/linuxrc.d
 
+# add zypp config to initrd to ensure it's writable
+libzypp: nodeps
+  /etc
+
 grep:
   /usr/bin/grep
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.264/data/rescue/rescue.file_list 
new/installation-images-14.266/data/rescue/rescue.file_list
--- old/installation-images-14.264/data/rescue/rescue.file_list 2016-07-29 
09:45:23.0 +0200
+++ new/installation-images-14.266/data/rescue/rescue.file_list 2016-08-09 
14:46:37.0 +0200
@@ -135,7 +135,7 @@
 open-iscsi:
 ?fcoe-utils:
 openslp:
-pam-modules:
+?pam-modules:
 parted:
 pciutils:
 procinfo:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.264/data/root/root.file_list 
new/installation-images-14.266/data/root/root.file_list
--- old/installation-images-14.264/data/root/root.file_list 2016-07-29 
09:45:23.0 +0200
+++ 

commit python-Django for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package python-Django for openSUSE:Factory 
checked in at 2016-08-12 15:36:24

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


Package is "python-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes  
2016-05-08 10:40:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/python-Django.changes 
2016-08-12 15:36:26.0 +0200
@@ -1,0 +2,41 @@
+Tue Aug  9 09:11:24 UTC 2016 - apla...@suse.com
+
+- Update to 1.9.9
+  Bugfixes
+  * Fixed invalid HTML in template postmortem on the debug page
+(#26938).
+  * Fixed some GIS database function crashes on MySQL 5.7 (#26657).
+
+- Update to 1.9.8
+  Fix XSS in admin’s add/change related popup (bsc#988420)
+  Unsafe usage of JavaScript’s Element.innerHTML could result in XSS
+  in the admin’s add/change related popup. Element.textContent is now
+  used to prevent execution of the data.
+  The debug view also used innerHTML. Although a security issue wasn’t
+  identified there, out of an abundance of caution it’s also updated
+  to use textContent.
+
+  Bugfixes
+  * Fixed missing varchar/text_pattern_ops index on CharField and
+TextField respectively when using AddField on PostgreSQL (#26889).
+  * Fixed makemessages crash on Python 2 with non-ASCII file names
+(#26897).
+
+- Update to 1.9.7
+  Bugfixes
+  * Removed the need for the request context processor on the admin
+login page to fix a regression in 1.9 (#26558).
+  * Fixed translation of password validators’ help_text in forms
+(#26544).
+  * Fixed a regression causing the cached template loader to crash
+when using lazy template names (#26603).
+  * Fixed on_commit callbacks execution order when callbacks make
+transactions (#26627).
+  * Fixed HStoreField to raise a ValidationError instead of crashing
+on non-dictionary JSON input (#26672).
+  * Fixed dbshell crash on PostgreSQL with an empty database name
+(#26698).
+  * Fixed a regression in queries on a OneToOneField that has to_field
+and primary_key=True (#26667).
+
+---

Old:

  Django-1.9.6.tar.gz
  Django-1.9.6.tar.gz.asc

New:

  Django-1.9.9.tar.gz
  Django-1.9.9.tar.gz.asc



Other differences:
--
++ python-Django.spec ++
--- /var/tmp/diff_new_pack.fZtr5B/_old  2016-08-12 15:36:27.0 +0200
+++ /var/tmp/diff_new_pack.fZtr5B/_new  2016-08-12 15:36:27.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-Django
-Version:1.9.6
+Version:1.9.9
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause

++ Django-1.9.6.tar.gz -> Django-1.9.9.tar.gz ++
/work/SRC/openSUSE:Factory/python-Django/Django-1.9.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.9.tar.gz differ: char 
5, line 1

++ Django-1.9.6.tar.gz.asc -> Django-1.9.9.tar.gz.asc ++
--- /work/SRC/openSUSE:Factory/python-Django/Django-1.9.6.tar.gz.asc
2016-05-08 10:40:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Django.new/Django-1.9.9.tar.gz.asc   
2016-08-12 15:36:26.0 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.9.6, released May 2, 2016.
+tarball and wheel files of Django 1.9.9, released August 1, 2016.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.6.tar.gz
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.6-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.9/Django-1.9.9.tar.gz
+https://www.djangoproject.com/m/releases/1.9/Django-1.9.9-py2.py3-none-any.whl
 
 MD5 checksums:
 ==
 
-70687b2d4a2dfa51f70407a3ce2abcbb  Django-1.9.6-py2.py3-none-any.whl
-07d9b3883198caa847b917c94b665452  Django-1.9.6.tar.gz
+22a7b6ebd216b3bfe2f7c25525ecd444  Django-1.9.9-py2.py3-none-any.whl
+af2e5f02b72400ddaef7f923a7fda6a9  Django-1.9.9.tar.gz
 
 SHA1 checksums:
 ===
 
-e5921b0c7eff6ea9154c9a9637c452eb3c88c81f  Django-1.9.6-py2.py3-none-any.whl
-1c4c60203fea0e82837bb7f39d008c131aba6167  Django-1.9.6.tar.gz
+521ac4aa251b9378832bde597047c69126c6dfab  Django-1.9.9-py2.py3-none-any.whl
+2f971cfb115681cb30be5d9496a6e3f3369679cd  Django-1.9.9.tar.gz
 
 SHA256 checksums:
 =
 
-83f234f52a86eb983de3616b8ff3b0368e4da1d975fa5449b08588b749e7946c  
Django-1.9.6-py2.py3-none-any.whl

commit pps-tools for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package pps-tools for openSUSE:Factory 
checked in at 2016-08-12 15:36:10

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


Package is "pps-tools"

Changes:

--- /work/SRC/openSUSE:Factory/pps-tools/pps-tools.changes  2016-05-19 
12:14:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.pps-tools.new/pps-tools.changes 2016-08-12 
15:36:12.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 09:44:32 UTC 2016 - benoit.mo...@gmx.fr
+
+- install timepps.h in location specified by RFC 2783
+
+---



Other differences:
--
++ pps-tools.spec ++
--- /var/tmp/diff_new_pack.OZHmlH/_old  2016-08-12 15:36:13.0 +0200
+++ /var/tmp/diff_new_pack.OZHmlH/_new  2016-08-12 15:36:13.0 +0200
@@ -54,7 +54,7 @@
 install -D -m 0755 ppsctl%{buildroot}%{_bindir}/ppsctl
 install -D -m 0755 ppsfind   %{buildroot}%{_bindir}/ppsfind
 install -D -m 0755 ppstest   %{buildroot}%{_bindir}/ppstest
-install -D -m 0644 timepps.h %{buildroot}%{_includedir}/timepps.h
+install -D -m 0644 timepps.h %{buildroot}%{_includedir}/sys/timepps.h
 
 %files
 %defattr(-,root,root)
@@ -66,6 +66,6 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING
-%{_includedir}/timepps.h
+%{_includedir}/sys/timepps.h
 
 %changelog




commit kexec-tools for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package kexec-tools for openSUSE:Factory 
checked in at 2016-08-12 15:36:17

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


Package is "kexec-tools"

Changes:

--- /work/SRC/openSUSE:Factory/kexec-tools/kexec-tools.changes  2016-07-01 
09:56:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.kexec-tools.new/kexec-tools.changes 
2016-08-12 15:36:19.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug  8 10:47:36 UTC 2016 - ptesa...@suse.com
+
+- Update to version 2.0.13
+  Changelog: 
http://git.kernel.org/cgit/utils/kernel/kexec/kexec-tools.git/log/?id=refs/tags/v2.0.12..v2.0.13
+
+- Refresh kexec-tools-enable-aarch64.patch
+
+---

Old:

  kexec-tools-2.0.12.tar.xz

New:

  kexec-tools-2.0.13.tar.xz



Other differences:
--
++ kexec-tools.spec ++
--- /var/tmp/diff_new_pack.S5wK7V/_old  2016-08-12 15:36:20.0 +0200
+++ /var/tmp/diff_new_pack.S5wK7V/_new  2016-08-12 15:36:20.0 +0200
@@ -28,7 +28,7 @@
 Summary:Tools for fast kernel loading
 License:GPL-2.0+
 Group:  System/Kernel
-Version:2.0.12
+Version:2.0.13
 Release:0
 Source: 
ftp://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
 Source1:kexec-bootloader

++ kexec-tools-2.0.12.tar.xz -> kexec-tools-2.0.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kexec-tools-2.0.12/configure 
new/kexec-tools-2.0.13/configure
--- old/kexec-tools-2.0.12/configure2016-03-22 02:08:10.0 +0100
+++ new/kexec-tools-2.0.13/configure2016-08-08 12:27:25.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for kexec-tools 2.0.12.
+# Generated by GNU Autoconf 2.69 for kexec-tools 2.0.13.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='kexec-tools'
 PACKAGE_TARNAME='kexec-tools'
-PACKAGE_VERSION='2.0.12'
-PACKAGE_STRING='kexec-tools 2.0.12'
+PACKAGE_VERSION='2.0.13'
+PACKAGE_STRING='kexec-tools 2.0.13'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1268,7 +1268,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 kexec-tools 2.0.12 to adapt to many kinds of systems.
+\`configure' configures kexec-tools 2.0.13 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1334,7 +1334,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of kexec-tools 2.0.12:";;
+ short | recursive ) echo "Configuration of kexec-tools 2.0.13:";;
esac
   cat <<\_ACEOF
 
@@ -1424,7 +1424,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-kexec-tools configure 2.0.12
+kexec-tools configure 2.0.13
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1722,7 +1722,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by kexec-tools $as_me 2.0.12, which was
+It was created by kexec-tools $as_me 2.0.13, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -5325,7 +5325,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by kexec-tools $as_me 2.0.12, which was
+This file was extended by kexec-tools $as_me 2.0.13, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -5387,7 +5387,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-kexec-tools config.status 2.0.12
+kexec-tools config.status 2.0.13
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kexec-tools-2.0.12/configure.ac 
new/kexec-tools-2.0.13/configure.ac
--- old/kexec-tools-2.0.12/configure.ac 2016-03-22 02:07:37.0 +0100
+++ new/kexec-tools-2.0.13/configure.ac 2016-08-08 12:25:58.0 +0200
@@ -4,7 +4,7 @@
 dnl 
 
 dnl ---Required
-AC_INIT(kexec-tools, 2.0.12)
+AC_INIT(kexec-tools, 2.0.13)
 AC_CONFIG_AUX_DIR(./config)
 

commit gfxboot for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2016-08-12 15:36:02

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


Package is "gfxboot"

Changes:

--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2016-07-01 
09:51:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new/gfxboot.changes 2016-08-12 
15:36:03.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  8 12:31:53 UTC 2016 - snw...@suse.com
+
+- fix boot-label redrawing after language change (bsc#988392)
+- 4.5.14
+
+---

Old:

  gfxboot-4.5.13.tar.xz

New:

  gfxboot-4.5.14.tar.xz



Other differences:
--
++ gfxboot.spec ++
--- /var/tmp/diff_new_pack.4W9mAF/_old  2016-08-12 15:36:04.0 +0200
+++ /var/tmp/diff_new_pack.4W9mAF/_new  2016-08-12 15:36:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gfxboot
-Version:4.5.13
+Version:4.5.14
 Release:0
 Summary:Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:GPL-2.0+

++ KDE.tar.xz ++

++ SLED.tar.xz ++

++ SLES.tar.xz ++

++ examples.tar.xz ++

++ gfxboot-4.5.13.tar.xz -> gfxboot-4.5.14.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.13/VERSION new/gfxboot-4.5.14/VERSION
--- old/gfxboot-4.5.13/VERSION  2016-06-13 13:43:01.0 +0200
+++ new/gfxboot-4.5.14/VERSION  2016-08-08 14:29:25.0 +0200
@@ -1 +1 @@
-4.5.13
+4.5.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.13/changelog new/gfxboot-4.5.14/changelog
--- old/gfxboot-4.5.13/changelog2016-06-13 13:43:01.0 +0200
+++ new/gfxboot-4.5.14/changelog2016-08-08 14:29:25.0 +0200
@@ -1,3 +1,6 @@
+2016-08-08:4.5.14
+   - fix boot-label redrawing after language change (bsc #988392)
+
 2016-06-13:4.5.13
- updated translations
- make 'systemboot' and 'more' menu entries translatable

++ openSUSE.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/menu.inc 
new/themes/openSUSE/src/menu.inc
--- old/themes/openSUSE/src/menu.inc2016-06-13 13:43:01.0 +0200
+++ new/themes/openSUSE/src/menu.inc2016-08-08 14:29:25.0 +0200
@@ -245,6 +245,7 @@
 
   menu.visible.entries menu.max.entries lt {
 menu.visible.entries 1 menu.max.entries 1 sub {
+ pop
  x y moveto currentpoint menu.bar.width.old menu.bar.height image
  /y y menu.item.height add def
 } for

++ upstream.tar.xz ++




commit evolution for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2016-08-12 15:35:55

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


Package is "evolution"

Changes:

--- /work/SRC/openSUSE:Factory/evolution/evolution.changes  2016-08-06 
20:36:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.evolution.new/evolution.changes 2016-08-12 
15:35:56.0 +0200
@@ -1,0 +2,16 @@
+Mon Aug  8 09:53:33 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.5:
+  + EComposerPrivate: Changing a top signature to another one will
+place it on different position.
+  + EComposerPrivate: Unneeded spacer left when setting a top
+signature from an existing one to None.
+  + EHTMLEditorView: Redoing unquoting does not work.
+  + Correct order of "assign value" and "call function" when saving
+to drafts.
+  + Bugs fixed: bgo#768449, bgo#767283, bgo#769338, bgo#769354,
+bgo#769062, bgo#768683, bgo#769072, bgo#769523, bgo#769288.
+- Drop evolution-bgo769062-mouseover-crash.patch and
+  evolution-bgo768683-cannot-mark-as-spam.patch: Fixed upstream.
+
+---

Old:

  evolution-3.20.4.tar.xz
  evolution-bgo768683-cannot-mark-as-spam.patch
  evolution-bgo769062-mouseover-crash.patch

New:

  evolution-3.20.5.tar.xz



Other differences:
--
++ evolution.spec ++
--- /var/tmp/diff_new_pack.s2m2JH/_old  2016-08-12 15:35:57.0 +0200
+++ /var/tmp/diff_new_pack.s2m2JH/_new  2016-08-12 15:35:57.0 +0200
@@ -24,7 +24,7 @@
 Name:   evolution
 # This should be updated upon major version changes; it should match 
BASE_VERSION as defined in configure.in.
 %define evolution_base_version 3.20
-Version:3.20.4
+Version:3.20.5
 Release:0
 # _version needs to be %{version} stripped to major.minor.micro only...
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
@@ -36,10 +36,6 @@
 # NOTE: Some files are currently GPL-2.0 but pending relicensing, see 
bnc#749859
 Url:http://wiki.gnome.org/Apps/Evolution/
 Source0:
http://download.gnome.org/sources/evolution/3.20/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM evolution-bgo769062-mouseover-crash.patch bgo#769062 
mgo...@suse.com -- fix crash on mouse over task when tasks are grouped.
-Patch0: evolution-bgo769062-mouseover-crash.patch
-# PATCH-FIX-UPSTREAM evolution-bgo768683-cannot-mark-as-spam.patch bgo#768683 
mgo...@suse.com -- fix for not being able to mark a non-spam message in a spam 
folder as spam over imap.
-Patch1: evolution-bgo768683-cannot-mark-as-spam.patch
 # The icon we rely on is from adwaita-icon-theme
 BuildRequires:  adwaita-icon-theme
 BuildRequires:  bison
@@ -165,8 +161,6 @@
 %prep
 %setup -q
 translation-update-upstream
-%patch0 -p1
-%patch1 -p1
 
 %build
 %if %{need_autogen}

++ evolution-3.20.4.tar.xz -> evolution-3.20.5.tar.xz ++
/work/SRC/openSUSE:Factory/evolution/evolution-3.20.4.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new/evolution-3.20.5.tar.xz differ: char 
26, line 1




commit evolution-data-server for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package evolution-data-server for 
openSUSE:Factory checked in at 2016-08-12 15:35:40

Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
 and  /work/SRC/openSUSE:Factory/.evolution-data-server.new (New)


Package is "evolution-data-server"

Changes:

--- 
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes  
2016-08-06 20:35:00.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.evolution-data-server.new/evolution-data-server.changes
 2016-08-12 15:35:41.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug  8 09:51:06 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.5:
+  + Incorrect times provided in e_cal_recur_generate_instances()
+(bgo#766346).
+
+---

Old:

  evolution-data-server-3.20.4.tar.xz

New:

  evolution-data-server-3.20.5.tar.xz



Other differences:
--
++ evolution-data-server.spec ++
--- /var/tmp/diff_new_pack.7ZAlFE/_old  2016-08-12 15:35:42.0 +0200
+++ /var/tmp/diff_new_pack.7ZAlFE/_new  2016-08-12 15:35:42.0 +0200
@@ -33,7 +33,7 @@
 
 Name:   evolution-data-server
 %define _evo_version 3.20
-Version:3.20.4
+Version:3.20.5
 Release:0
 Summary:Evolution Data Server
 License:LGPL-2.1+

++ evolution-data-server-3.20.4.tar.xz -> 
evolution-data-server-3.20.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-data-server-3.20.4/NEWS 
new/evolution-data-server-3.20.5/NEWS
--- old/evolution-data-server-3.20.4/NEWS   2016-07-11 08:39:48.0 
+0200
+++ new/evolution-data-server-3.20.5/NEWS   2016-08-08 09:34:42.0 
+0200
@@ -1,3 +1,9 @@
+Evolution-Data-Server 3.20.5 2016-08-08
+---
+
+Bug Fixes:
+   Bug 766346 - Incorrect times provided in 
e_cal_recur_generate_instances() (Milan Crha)
+
 Evolution-Data-Server 3.20.4 2016-07-11
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/evolution-data-server-3.20.4/calendar/libecal/e-cal-recur.c 
new/evolution-data-server-3.20.5/calendar/libecal/e-cal-recur.c
--- old/evolution-data-server-3.20.4/calendar/libecal/e-cal-recur.c 
2016-06-17 13:58:37.0 +0200
+++ new/evolution-data-server-3.20.5/calendar/libecal/e-cal-recur.c 
2016-08-02 10:47:29.0 +0200
@@ -197,7 +197,12 @@
   a different icalcomponent and cause use-after-free. */
tt->zone = NULL;
 
-   if (tt->is_utc || tt->is_date)
+   if (tt->is_utc)
+   return TRUE;
+
+   tt->zone = default_timezone;
+
+   if (tt->is_date)
return TRUE;
 
if (!prop)
@@ -1256,12 +1261,12 @@
if (bcd && bcd->cb) {
time_t istart, iend;
 
-   if (instance_start.zone && !instance_start.is_date)
+   if (instance_start.zone)
istart = icaltime_as_timet_with_zone (instance_start, 
instance_start.zone);
else
istart = icaltime_as_timet (instance_start);
 
-   if (instance_end.zone && !instance_end.is_date)
+   if (instance_end.zone)
iend = icaltime_as_timet_with_zone (instance_end, 
instance_end.zone);
else
iend = icaltime_as_timet (instance_end);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evolution-data-server-3.20.4/configure 
new/evolution-data-server-3.20.5/configure
--- old/evolution-data-server-3.20.4/configure  2016-07-11 08:40:28.0 
+0200
+++ new/evolution-data-server-3.20.5/configure  2016-08-08 09:35:47.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-data-server 3.20.4.
+# Generated by GNU Autoconf 2.69 for evolution-data-server 3.20.5.
 #
 # Report bugs to 
.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-data-server'
 PACKAGE_TARNAME='evolution-data-server'
-PACKAGE_VERSION='3.20.4'
-PACKAGE_STRING='evolution-data-server 3.20.4'
+PACKAGE_VERSION='3.20.5'
+PACKAGE_STRING='evolution-data-server 3.20.5'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server'
 PACKAGE_URL=''
 
@@ -1785,7 +1785,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 

commit gnome-tweak-tool for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package gnome-tweak-tool for 
openSUSE:Factory checked in at 2016-08-12 15:35:30

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


Package is "gnome-tweak-tool"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-tweak-tool/gnome-tweak-tool.changes
2016-05-03 09:34:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-tweak-tool.new/gnome-tweak-tool.changes   
2016-08-12 15:35:32.0 +0200
@@ -1,0 +2,20 @@
+Mon Aug  8 10:24:04 UTC 2016 - fezh...@suse.com
+
+- Drop gnome-tweak-tool-bnc898328-remove-lid-action-entries.patch
+  (bsc#898328). Original problem fixed upstream and lid action is
+  back.
+
+---
+Mon May 23 17:26:25 CST 2016 - cxi...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572
+- Dropped bnc951346-add-sle-classic-schema-overrides-check.patch
+  Not needed any more with 3.20-based SLE Classic.
+
+---
+Tue May  3 20:02:58 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Rebase gnome-tweak-tool-bnc898328-remove-lid-action-entries.patch
+
+---
@@ -40,0 +61,7 @@
+Tue Dec  1 11:30:13 UTC 2015 - cxi...@suse.com
+
+- Add bnc951346-add-sle-classic-schema-overrides-check.patch
+  (bnc951346). Add sle-classic to the manual overrides checking, so
+  configuration through tweak-tools would behave consistently.
+
+---
@@ -121,0 +149,7 @@
+
+---
+Wed Dec  3 08:43:58 UTC 2014 - fezh...@suse.com
+
+- Add gnome-tweak-tool-bnc898328-remove-lid-action-entries.patch
+  (bnc#898328). Remove the lid actions from GUI since they are now
+  handled by systemd.



Other differences:
--



commit eppic for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package eppic for openSUSE:Factory checked 
in at 2016-08-12 15:35:23

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


Package is "eppic"

Changes:

--- /work/SRC/openSUSE:Factory/eppic/eppic.changes  2016-05-13 
09:24:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.eppic.new/eppic.changes 2016-08-12 
15:35:25.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 15 01:09:33 UTC 2016 - jeng...@inai.de
+
+- Update RPM groups
+
+---



Other differences:
--
++ eppic.spec ++
--- /var/tmp/diff_new_pack.PJkKEU/_old  2016-08-12 15:35:26.0 +0200
+++ /var/tmp/diff_new_pack.PJkKEU/_new  2016-08-12 15:35:26.0 +0200
@@ -25,7 +25,7 @@
 Release:0
 Summary:Embeddable Pre-Processor and Interpreter for C
 License:GPL-2.0+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Source: %{name}-git%{git_commit}.tar.bz2
 Patch1: %{name}-fix-install.patch
 Patch2: %{name}-no-return.patch
@@ -42,11 +42,6 @@
 with live or postmortem kernel analysis, it is not constraint to it and can be
 embedded in any tools that is C friendly.
 
-
-Authors:
-
-Luc Chouinard 
-
 %package -n libeppic-devel
 Summary:EPPIC include files and libraries
 Group:  Development/Languages/C and C++
@@ -67,7 +62,7 @@
 
 %build
 cd libeppic
-%{__make} CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
+make CFLAGS="%{optflags} -fPIC" %{?_smp_mflags}
 
 %install
 cd libeppic




commit MozillaFirefox for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for openSUSE:Factory 
checked in at 2016-08-12 15:35:01

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


Package is "MozillaFirefox"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaFirefox/MozillaFirefox.changes
2016-07-27 16:08:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.MozillaFirefox.new/MozillaFirefox.changes   
2016-08-12 15:35:03.0 +0200
@@ -1,0 +2,81 @@
+Fri Aug  5 13:47:12 UTC 2016 - pce...@suse.com
+
+- Fix for possible buffer overrun (bsc#990856)
+  CVE-2016-6354 (bmo#1292534)
+  [mozilla-flex_buffer_overrun.patch]
+
+---
+Wed Aug  3 03:38:47 UTC 2016 - badshah...@gmail.com
+
+- Update mozilla-gtk3_20.patch to latest version from Fedora.
+
+---
+Mon Aug  1 12:37:05 UTC 2016 - w...@rosenauer.org
+
+- update to Firefox 48.0 (boo#991809)
+  * requires NSS 3.24
+  * Process separation (e10s) is enabled for some of you
+  * Add-ons that have not been verified and signed by Mozilla will not load
+  * WebRTC embetterments
+  * The media parser has been redeveloped using the Rust programming
+language
+  * better Canvas performance with speedy Skia support
+  security fixes:
+  * MFSA 2016-62/CVE-2016-2835/CVE-2016-2836
+Miscellaneous memory safety hazards
+  * MFSA 2016-63/CVE-2016-2830 (bmo#1255270)
+Favicon network connection can persist when page is closed
+  * MFSA 2016-64/CVE-2016-2838 (bmo#1279814)
+Buffer overflow rendering SVG with bidirectional content
+  * MFSA 2016-65/CVE-2016-2839 (bmo#1275339)
+Cairo rendering crash due to memory allocation issue with FFmpeg 0.10
+  * MFSA 2016-66/CVE-2016-5251 (bmo#1255570)
+Location bar spoofing via data URLs with malformed/invalid mediatypes
+  * MFSA 2016-67/CVE-2016-5252 (bmo#1268854)
+Stack underflow during 2D graphics rendering
+  * MFSA 2016-68/CVE-2016-0718 (bmo#1236923)
+Out-of-bounds read during XML parsing in Expat library
+  * MFSA 2016-69/CVE-2016-5253 (bmo#1246944)
+Arbitrary file manipulation by local user through Mozilla updater
+and callback application path parameter (Windows-only)
+  * MFSA 2016-70/CVE-2016-5254 (bmo#1266963)
+Use-after-free when using alt key and toplevel menus
+  * MFSA 2016-71/CVE-2016-5255 (bmo#1212356)
+Crash in incremental garbage collection in JavaScript
+  * MFSA 2016-72/CVE-2016-5258 (bmo#1279146)
+Use-after-free in DTLS during WebRTC session shutdown
+  * MFSA 2016-73/CVE-2016-5259 (bmo#1282992)
+Use-after-free in service workers with nested sync events
+  * MFSA 2016-74/CVE-2016-5260 (bmo#1280294)
+Form input type change from password to text can store plain
+text password in session restore file
+  * MFSA 2016-75/CVE-2016-5261 (bmo#1287266)
+Integer overflow in WebSockets during data buffering
+  * MFSA 2016-76/CVE-2016-5262 (bmo#1277475)
+Scripts on marquee tag can execute in sandboxed iframes
+  * MFSA 2016-77/CVE-2016-2837 (bmo#1274637)
+Buffer overflow in ClearKey Content Decryption Module (CDM)
+during video playback
+  * MFSA 2016-78/CVE-2016-5263 (bmo#1276897)
+Type confusion in display transformation
+  * MFSA 2016-79/CVE-2016-5264 (bmo#1286183)
+Use-after-free when applying SVG effects
+  * MFSA 2016-80/CVE-2016-5265 (bmo#1278013)
+Same-origin policy violation using local HTML file and saved shortcut file
+  * MFSA 2016-81/CVE-2016-5266 (bmo#1226977)
+Information disclosure and local file manipulation through drag and drop
+  * MFSA 2016-82/CVE-2016-5267 (bmo#1284372)
+Addressbar spoofing with right-to-left characters on Firefox for Android
+(Android only)
+  * MFSA 2016-83/CVE-2016-5268 (bmo#1253673)
+Spoofing attack through text injection into internal error pages
+  * MFSA 2016-84/CVE-2016-5250 (bmo#1254688)
+Information disclosure through Resource Timing API during page navigation
+- removed obsolete mozilla-gcc6.patch
+
+---
+Fri Jul 29 01:26:13 UTC 2016 - badshah...@gmail.com
+
+- Update description and screenshots in appdata.xml file.
+
+---

Old:

  firefox-47.0.1-source.tar.xz
  l10n-47.0.1.tar.xz
  mozilla-gcc6.patch

New:

  firefox-48.0-source.tar.xz
  l10n-48.0.tar.xz
  mozilla-flex_buffer_overrun.patch



Other differences:
--
++ MozillaFirefox.spec ++
--- /var/tmp/diff_new_pack.A3qkPk/_old  2016-08-12 15:35:17.0 +0200
+++ /var/tmp/diff_new_pack.A3qkPk/_new  2016-08-12 15:35:17.0 +0200

commit rubygem-gem2rpm for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-gem2rpm for openSUSE:Factory 
checked in at 2016-08-12 15:35:15

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


Package is "rubygem-gem2rpm"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-gem2rpm/rubygem-gem2rpm.changes  
2016-04-11 09:11:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-gem2rpm.new/rubygem-gem2rpm.changes 
2016-08-12 15:35:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 18 08:29:08 UTC 2016 - tbecht...@suse.com
+
+- add 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
+
+---

New:

  0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch



Other differences:
--
++ rubygem-gem2rpm.spec ++
--- /var/tmp/diff_new_pack.5zeCO7/_old  2016-08-12 15:35:22.0 +0200
+++ /var/tmp/diff_new_pack.5zeCO7/_new  2016-08-12 15:35:22.0 +0200
@@ -64,6 +64,7 @@
 Patch14:0016-add-two-more-ways-to-express-changes.patch
 Patch15:0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
 Patch16:0017-touch-unpacked-sources.patch
+Patch17:0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
 Summary:Generate rpm specfiles from gems
 License:GPL-2.0+
 Group:  Development/Languages/Ruby
@@ -92,6 +93,7 @@
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
 %build
 %gem_build
 

++ 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch ++
>From ee81c7f09669db9e6898df5bf36ac6c102d0d615 Mon Sep 17 00:00:00 2001
From: Thomas Bechtold 
Date: Mon, 18 Jul 2016 10:12:29 +0200
Subject: [PATCH] Also tag APACHE-LICENSE-2.0 as docfile

Some packages (e.g. rubygem-apipie-rails) name it that way
---
 templates/opensuse.spec.erb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/opensuse.spec.erb b/templates/opensuse.spec.erb
index 22c4647..5b62b26 100644
--- a/templates/opensuse.spec.erb
+++ b/templates/opensuse.spec.erb
@@ -118,6 +118,8 @@ PreReq: update-alternatives
 license
 license-mit
 mit-license
+apache-license-2.0
+license-apache-2.0
 changelog
 news
 release_notes
-- 
2.9.0




commit libpagemaker for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libpagemaker for openSUSE:Factory 
checked in at 2016-08-12 15:34:43

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


Package is "libpagemaker"

Changes:

--- /work/SRC/openSUSE:Factory/libpagemaker/libpagemaker.changes
2016-03-29 09:53:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpagemaker.new/libpagemaker.changes   
2016-08-12 15:34:45.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 08:56:07 UTC 2016 - tchva...@suse.com
+
+- Disable sle11 support code
+
+---



Other differences:
--
++ libpagemaker.spec ++
--- /var/tmp/diff_new_pack.BFe1Ck/_old  2016-08-12 15:34:46.0 +0200
+++ /var/tmp/diff_new_pack.BFe1Ck/_new  2016-08-12 15:34:46.0 +0200
@@ -69,9 +69,7 @@
 %package devel-doc
 Summary:Documentation for the libpagemaker API
 Group:  Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libpagemaker API.
@@ -89,8 +87,12 @@
 
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
-%configure --disable-werror --disable-static --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+%configure \
+--disable-silent-rules \
+--disable-werror \
+--disable-static \
+--docdir=%{_docdir}/%{name}
+make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install




commit MozillaThunderbird for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2016-08-12 15:34:53

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2016-08-03 11:37:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2016-08-12 15:34:54.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  5 13:47:12 UTC 2016 - pce...@suse.com
+
+- Fix for possible buffer overrun (bsc#990856)
+  CVE-2016-6354 (bmo#1292534)
+  [mozilla-flex_buffer_overrun.patch]
+
+---

New:

  mozilla-flex_buffer_overrun.patch



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.KE2QXi/_old  2016-08-12 15:34:59.0 +0200
+++ /var/tmp/diff_new_pack.KE2QXi/_new  2016-08-12 15:34:59.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaThunderbird
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #   2006-2016 Wolfgang Rosenauer 
 #
 # All modifications and additions to the file contributed by third parties
@@ -108,6 +108,8 @@
 Patch9: mozilla-binutils-visibility.patch
 # Thunderbird/mail
 Patch20:tb-ssldap.patch
+# hotfix
+Patch150:   mozilla-flex_buffer_overrun.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: coreutils fileutils textutils /bin/sh
 Recommends: libcanberra0
@@ -204,6 +206,7 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
+%patch150 -p1
 popd
 # comm-central patches
 %patch20 -p1


++ mozilla-flex_buffer_overrun.patch ++
# HG changeset patch
# Parent  c8e8364b303892fdb5a574b96411d2d8f699a15e
Patch lexical parser files generated by flex which may be potentially
exploitable in a buffer overrun. These seem to come from an upstream projects
(CMU Sphinx and ANGLE) so it should be fixed there in the first place.

CVE-2016-6354

https://bugzilla.suse.com/show_bug.cgi?id=990856

diff --git a/gfx/angle/src/compiler/preprocessor/Tokenizer.cpp 
b/gfx/angle/src/compiler/preprocessor/Tokenizer.cpp
--- a/gfx/angle/src/compiler/preprocessor/Tokenizer.cpp
+++ b/gfx/angle/src/compiler/preprocessor/Tokenizer.cpp
@@ -1375,17 +1375,17 @@ static int yy_get_next_buffer (yyscan_t 
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == 
YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
 * just force an EOF
 */
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars = 0;
 
else
{
-   yy_size_t num_to_read =
+   int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move 
- 1;
 
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
 
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
 
diff --git a/gfx/angle/src/compiler/translator/glslang_lex.cpp 
b/gfx/angle/src/compiler/translator/glslang_lex.cpp
--- a/gfx/angle/src/compiler/translator/glslang_lex.cpp
+++ b/gfx/angle/src/compiler/translator/glslang_lex.cpp
@@ -2269,17 +2269,17 @@ static int yy_get_next_buffer (yyscan_t 
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == 
YY_BUFFER_EOF_PENDING )
/* don't do the read, it's not guaranteed to return an EOF,
 * just force an EOF
 */
YY_CURRENT_BUFFER_LVALUE->yy_n_chars = yyg->yy_n_chars = 0;
 
else
{
-   yy_size_t num_to_read =
+   int num_to_read =
YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move 
- 1;
 
while ( num_to_read <= 0 )
{ /* Not enough room in the buffer - grow it. */
 
/* just a shorter name for the current buffer */
YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE;
 
diff --git a/media/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c 
b/media/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c
--- a/media/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c
+++ b/media/sphinxbase/src/libsphinxbase/lm/jsgf_scanner.c
@@ -1242,17 +1242,17 @@ static int yy_get_next_buffer (yyscan_t 
if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == 

commit libmspub for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2016-08-12 15:33:56

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


Package is "libmspub"

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2015-01-03 
22:03:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2016-08-12 
15:33:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 08:53:49 UTC 2016 - tchva...@suse.com
+
+- Disable sle11 support code
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.sav0fx/_old  2016-08-12 15:33:58.0 +0200
+++ /var/tmp/diff_new_pack.sav0fx/_new  2016-08-12 15:33:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
-Url:http://www.freedesktop.org/wiki/Software/libmspub
+Url:https://wiki.documentfoundation.org/DLP/Libraries/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
@@ -62,9 +62,7 @@
 %package devel-doc
 Summary:Documentation for the libmspub API
 Group:  Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libmspub API.
@@ -82,10 +80,11 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+--disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}




commit libe-book for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libe-book for openSUSE:Factory 
checked in at 2016-08-12 15:33:47

Comparing /work/SRC/openSUSE:Factory/libe-book (Old)
 and  /work/SRC/openSUSE:Factory/.libe-book.new (New)


Package is "libe-book"

Changes:

--- /work/SRC/openSUSE:Factory/libe-book/libe-book.changes  2015-11-24 
22:20:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libe-book.new/libe-book.changes 2016-08-12 
15:33:49.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 08:50:59 UTC 2016 - tchva...@suse.com
+
+- Disable sle11 support code
+
+---



Other differences:
--
++ libe-book.spec ++
--- /var/tmp/diff_new_pack.fPYelW/_old  2016-08-12 15:33:50.0 +0200
+++ /var/tmp/diff_new_pack.fPYelW/_new  2016-08-12 15:33:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libe-book
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -70,9 +70,7 @@
 %package devel-doc
 Summary:Documentation for the libe-book API
 Group:  Documentation/Other
-%if 0%{?suse_version} > 1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libe-book API.
@@ -96,11 +94,12 @@
--disable-werror \
--enable-tests \
--disable-static \
-   --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+   --docdir=%{_docdir}/%{name} \
+   --disable-silent-rules
+make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check V=1
+make %{?_smp_mflags} check
 
 %install
 %make_install




commit mozilla-nss for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2016-08-12 15:33:38

Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and  /work/SRC/openSUSE:Factory/.mozilla-nss.new (New)


Package is "mozilla-nss"

Changes:

--- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes  2016-06-12 
18:51:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mozilla-nss.new/mozilla-nss.changes 
2016-08-12 15:33:39.0 +0200
@@ -1,0 +2,93 @@
+Thu Aug  4 20:28:32 UTC 2016 - w...@rosenauer.org
+
+- also sign libfreeblpriv3.so to allow FIPS mode again (boo#992236)
+
+---
+Sat Jul 30 08:53:02 UTC 2016 - w...@rosenauer.org
+
+- update to NSS 3.24
+  New functionality:
+  * NSS softoken has been updated with the latest National Institute
+of Standards and Technology (NIST) guidance (as of 2015):
+- Software integrity checks and POST functions are executed on
+  shared library load. These checks have been disabled by default,
+  as they can cause a performance regression. To enable these
+  checks, you must define symbol NSS_FORCE_FIPS when building NSS.
+- Counter mode and Galois/Counter Mode (GCM) have checks to
+  prevent counter overflow.
+- Additional CSPs are zeroed in the code.
+- NSS softoken uses new guidance for how many Rabin-Miller tests
+  are needed to verify a prime based on prime size.
+  * NSS softoken has also been updated to allow NSS to run in FIPS
+Level 1 (no password). This mode is triggered by setting the
+database password to the empty string. In FIPS mode, you may move
+from Level 1 to Level 2 (by setting an appropriate password),
+but not the reverse.
+  * A SSL_ConfigServerCert function has been added for configuring
+SSL/TLS server sockets with a certificate and private key. Use
+this new function in place of SSL_ConfigSecureServer,
+SSL_ConfigSecureServerWithCertChain, SSL_SetStapledOCSPResponses,
+and SSL_SetSignedCertTimestamps. SSL_ConfigServerCert automatically
+determines the certificate type from the certificate and private key.
+The caller is no longer required to use SSLKEAType explicitly to
+select a "slot" into which the certificate is configured (which
+incorrectly identifies a key agreement type rather than a certificate).
+Separate functions for configuring Online Certificate Status Protocol
+(OCSP) responses or Signed Certificate Timestamps are not needed,
+since these can be added to the optional SSLExtraServerCertData struct
+provided to SSL_ConfigServerCert.  Also, partial support for RSA
+Probabilistic Signature Scheme (RSA-PSS) certificates has been added.
+Although these certificates can be configured, they will not be
+used by NSS in this version.
+  New functions
+  * SSL_ConfigServerCert - Configures an SSL/TLS socket with a
+certificate, private key, and other information.
+  * PORT_InitCheapArena - Initializes an arena that was created on
+the stack. (See PORTCheapArenaPool.=
+  * PORT_DestroyCheapArena - Destroys an arena that was created on
+the stack. (See PORTCheapArenaPool.)
+  New types
+  * SSLExtraServerCertData - Optionally passed as an argument to
+SSL_ConfigServerCert. This struct contains supplementary information
+about a certificate, such as the intended type of the certificate,
+stapled OCSP responses, or Signed Certificate Timestamps (used for
+certificate transparency).
+  * PORTCheapArenaPool - A stack-allocated arena pool, to be used for
+temporary arena allocations.
+  New macros
+  * CKM_TLS12_MAC
+  * SEC_OID_TLS_ECDHE_PSK - This OID governs the use of the
+TLS_ECDHE_PSK_WITH_AES_128_GCM_SHA256 cipher suite, which is used
+only for session resumption in TLS 1.3.
+  Notable changes:
+  * Deprecate the following functions. (Applications should instead use the new
+SSL_ConfigServerCert function.):
+- SSL_SetStapledOCSPResponses
+- SSL_SetSignedCertTimestamps
+- SSL_ConfigSecureServer
+- SSL_ConfigSecureServerWithCertChain
+  * Deprecate the NSS_FindCertKEAType function, as it reports a misleading
+value for certificates that might be used for signing rather than
+key exchange.
+  * Update SSLAuthType to define a larger number of authentication key types.
+  * Deprecate the member attribute authAlgorithm of type SSLCipherSuiteInfo.
+Instead, applications should use the newly added attribute authType.
+  * Rename ssl_auth_rsa to ssl_auth_rsa_decrypt.
+  * Add a shared library (libfreeblpriv3) on Linux platforms that
+define FREEBL_LOWHASH.
+  * Remove most code related to SSL v2, including the ability to actively
+send a SSLv2-compatible client hello. However, the 

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

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package java-1_7_0-openjdk for 
openSUSE:13.1:Update checked in at 2016-08-12 08:18:09

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


Package is "java-1_7_0-openjdk"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.HE237K/_old  2016-08-12 08:18:10.0 +0200
+++ /var/tmp/diff_new_pack.HE237K/_new  2016-08-12 08:18:10.0 +0200
@@ -1 +1 @@
-
+




commit patchinfo.4657 for openSUSE:13.1:Update

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package patchinfo.4657 for 
openSUSE:13.1:Update checked in at 2016-08-12 08:18:11

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


Package is "patchinfo.4657"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _patchinfo



Other differences:
--
++ _patchinfo ++

  fstrba
  
  
  
  
  
  
  
  
  
  
  
  JVM on PPC64 LE crashes due to an illegal 
instruction in JITed code (java-1_8_0-openjdk)
  VUL-0: CVE-2016-3606: 
java-1_8_0-openjdk,java-1_7_0-openjdk: insufficient bytecode verification 
(Hotspot, 8155981)
  VUL-0: CVE-2016-3598: java-1_8_0-openjdk: 
incorrect handling of MethodHandles.dropArguments() argument (Libraries, 
8155985)
  VUL-0: CVE-2016-3610: java-1_8_0-openjdk: 
insufficient value count check in MethodHandles.filterReturnValue() (Libraries, 
8158571)
  VUL-0: CVE-2016-3511: 
java-1_8_0-openjdk,java-1_7_0-openjdk: unspecified vulnerability fixed in 7u111 
and 8u101 (Deployment)
  VUL-0: CVE-2016-3503: 
java-1_8_0-openjdk,java-1_7_0-openjdk: unspecified vulnerability fixed in 
6u121, 7u111, and 8u101 (Install)
  VUL-0: CVE-2016-3498: 
java-1_8_0-openjdk,java-1_7_0-openjdk: unspecified vulnerability fixed in 7u111 
and 8u101 (JavaFX)
  VUL-0: CVE-2016-3500: 
java-1_8_0-openjdk,java-1_7_0-openjdk: maximum XML name limit not applied to 
namespace URIs (JAXP, 8148872)
  VUL-0: CVE-2016-3508: 
java-1_8_0-openjdk,java-1_7_0-openjdk: missing entity replacement limits (JAXP, 
8149962)
  VUL-0: CVE-2016-3458: 
java-1_8_0-openjdk,java-1_7_0-openjdk: insufficient restrictions on the use of 
custom ValueHandler (CORBA, 8079718)
  VUL-0: CVE-2016-3550: 
java-1_8_0-openjdk,java-1_7_0-openjdk: integer overflows in bytecode streams 
(Hotspot, 8152479)
  VUL-0: CVE-2016-3485: 
java-1_8_0-openjdk,java-1_7_0-openjdk: weak authentication secret in Pipe 
implementation on Windows (Networking, 8145446)
  security
  important
  Security update for OpenJDK7
  Update to 2.6.7 - OpenJDK 7u111
  * Security fixes
- S8079718, CVE-2016-3458: IIOP Input Stream Hooking
  (bsc#989732)
- S8145446, CVE-2016-3485: Perfect pipe placement (Windows
  only)  (bsc#989734)
- S8147771: Construction of static protection domains under
  Javax custom policy
- S8148872, CVE-2016-3500: Complete name checking (bsc#989730)
- S8149962, CVE-2016-3508: Better delineation of XML processing
  (bsc#989731)
- S8150752: Share Class Data
- S8151925: Font reference improvements
- S8152479, CVE-2016-3550: Coded byte streams (bsc#989733)
- S8155981, CVE-2016-3606: Bolster bytecode verification
  (bsc#989722)
- S8155985, CVE-2016-3598: Persistent Parameter Processing
  (bsc#989723)
- S8158571, CVE-2016-3610: Additional method handle validation
  (bsc#989725)
- CVE-2016-3511 (bsc#989727)
- CVE-2016-3503 (bsc#989728)
- CVE-2016-3498 (bsc#989729)




  1   2   >