commit fail2ban for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package fail2ban for openSUSE:Factory 
checked in at 2016-07-28 23:47:34

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


Package is "fail2ban"

Changes:

--- /work/SRC/openSUSE:Factory/fail2ban/fail2ban.changes2016-03-26 
15:27:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.fail2ban.new/fail2ban.changes   2016-07-28 
23:47:45.0 +0200
@@ -1,0 +2,54 @@
+Mon Jul 25 13:43:18 UTC 2016 - jweberho...@weberhofer.at
+
+- Update to version 0.9.5
+
+  New Features
+* New Actions: action.d/firewallcmd-rich-rules and 
+  action.d/firewallcmd-rich-logging (gh#fail2ban/fail2ban#1367)
+* New filter: slapd - ban hosts, that were failed to connect with invalid
+  credentials: error code 49 (gh#fail2ban/fail2ban#1478)
+
+  Enhancements
+* Extreme speedup of all sqlite database operations
+(gh#fail2ban/fail2ban#1436), by using of following sqlite options:
+  - (synchronous = OFF) write data through OS without syncing
+  - (journal_mode = MEMORY) use memory for the transaction logging
+  - (temp_store = MEMORY) temporary tables and indices are kept in memory
+* journald journalmatch for pure-ftpd (gh#fail2ban/fail2ban#1362)
+* Added additional regex filter for dovecot ldap authentication 
+  failures (gh#fail2ban/fail2ban#1370)
+* filter.d/exim*conf
+  - Added additional regexes (gh#fail2ban/fail2ban#1371)
+  - Made port entry optional
+
+  Fixes
+  * filter.d/monit.conf
+- Extended failregex with new monit "access denied" version
+  (gh#fail2ban/fail2ban#1355)
+- failregex of previous monit version merged as single expression
+  * filter.d/postfix.conf, filter.d/postfix-sasl.conf
+- Extended failregex daemon part, matching also postfix/smtps/smtpd now
+  (gh#fail2ban/fail2ban#1391)
+
+  * Fixed a grave bug within tags substitutions because of incorrect detection
+of recursion in case of multiple inline substitutions of the same tag
+(affected actions: bsd-ipfw, etc). Now tracks the actual list of the
+already substituted tags (per tag instead of single list)
+
+  * filter.d/common.conf
+- Unexpected extra regex-space in generic __prefix_line
+ (gh#fail2ban/fail2ban#1405)
+- All optional spaces normalized in common.conf, test covered now
+- Generic __prefix_line extended with optional brackets for the date ambit
+  (gh#fail2ban/fail2ban#1421), added new parameter __date_ambit 
+
+  * gentoo-initd fixed --pidfile bug: --pidfile is option of start-stop-daemon,
+not argument of fail2ban (see gh#fail2ban/fail2ban#1434)
+
+  * filter.d/asterisk.conf
+- Fixed security log support for PJSIP and Asterisk 13+
+  (gh#fail2ban/fail2ban#1456)
+- Improved log support for PJSIP and Asterisk 13+ with different callID
+  (gh#fail2ban/fail2ban#1458)
+
+---

Old:

  fail2ban-0.9.4.tar.gz

New:

  fail2ban-0.9.5.tar.gz



Other differences:
--
++ fail2ban.spec ++
--- /var/tmp/diff_new_pack.DvlfCI/_old  2016-07-28 23:47:46.0 +0200
+++ /var/tmp/diff_new_pack.DvlfCI/_new  2016-07-28 23:47:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fail2ban
-Version:0.9.4
+Version:0.9.5
 Release:0
 Summary:Bans IP addresses that make too many authentication failures
 License:GPL-2.0+

++ fail2ban-0.9.4.tar.gz -> fail2ban-0.9.5.tar.gz ++
 3435 lines of diff (skipped)




commit htop for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package htop for openSUSE:Factory checked in 
at 2016-07-28 23:47:08

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


Package is "htop"

Changes:

--- /work/SRC/openSUSE:Factory/htop/htop.changes2016-07-15 
12:50:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.htop.new/htop.changes   2016-07-28 
23:47:18.0 +0200
@@ -1,0 +2,18 @@
+Sat Jul 23 08:06:45 UTC 2016 - mplus...@suse.com
+
+- Update to version 2.0.2:
+  * Mac OS X: stop trying when task_for_pid fails for a process, 
+stops spamming logs with errors.
+  * Add Ctrl+A and Ctrl+E to go to beginning and end of line
+  * FreeBSD: fixes for CPU calculation
+  * Usability: auto-follow process after a search.
+  * Use Linux backend on GNU Hurd
+  * Improvement for reproducible builds.
+  * BUGFIX: Fix behavior of Alt-key combinations
+  * Various code tweaks and cleanups
+- Drop htop-2.0.1-fix-escdelay-usage.patch 
+- Update htop-desktop-file-fix-thoenig-01.patch
+- Drop some build dependencies
+- Enable taskstats
+
+---

Old:

  htop-2.0.1-fix-escdelay-usage.patch
  htop-2.0.1.tar.gz

New:

  htop-2.0.2.tar.gz



Other differences:
--
++ htop.spec ++
--- /var/tmp/diff_new_pack.5D47Bk/_old  2016-07-28 23:47:19.0 +0200
+++ /var/tmp/diff_new_pack.5D47Bk/_new  2016-07-28 23:47:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   htop
-Version:2.0.1
+Version:2.0.2
 Release:0
 Summary:An Interactive text-mode Process Viewer for Linux
 License:GPL-2.0+
@@ -25,12 +25,7 @@
 Url:http://hisham.hm/htop
 Source0:
http://hisham.hm/htop/releases/%{version}/%{name}-%{version}.tar.gz
 Patch0: htop-desktop-file-fix-thoenig-01.patch
-Patch1: htop-2.0.1-fix-escdelay-usage.patch
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
 BuildRequires:  ncurses-devel
-BuildRequires:  python
 BuildRequires:  update-desktop-files
 Requires(post):   update-desktop-files
 Requires(postun): update-desktop-files
@@ -46,15 +41,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch0 
 
 %build
-autoreconf -fiv
 %configure \
--enable-taskstats \
--enable-unicode \
--enable-linux-affinity \
+  --enable-taskstats \
--enable-cgroup
 # forcefully exclude -L/usr/lib(64)/ncurses5 from being added on systems with
 # version 6 of ncurses. probably a cleaner way to fix this.
@@ -65,7 +59,7 @@
 %endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 %suse_update_desktop_file -i %{name} System Monitor
 
 %post

++ htop-2.0.1.tar.gz -> htop-2.0.2.tar.gz ++
 6681 lines of diff (skipped)

++ htop-desktop-file-fix-thoenig-01.patch ++
--- /var/tmp/diff_new_pack.5D47Bk/_old  2016-07-28 23:47:19.0 +0200
+++ /var/tmp/diff_new_pack.5D47Bk/_new  2016-07-28 23:47:19.0 +0200
@@ -7,10 +7,10 @@
  htop.desktop | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/htop.desktop b/htop.desktop
-index 2f7a7ee..96d2946 100644
 a/htop.desktop
-+++ b/htop.desktop
+Index: htop.desktop
+===
+--- htop.desktop.orig
 htop.desktop
 @@ -32,7 +32,7 @@ Comment[zh_TW]=顯示系統行程
  Terminal=true
  Exec=htop
@@ -20,6 +20,9 @@
  GenericName=Process Viewer
  GenericName[ca]=Visor de processos
  GenericName[de]=Prozessanzeige
--- 
-2.7.0
-
+@@ -60,4 +60,4 @@ GenericName[sv]=Processvisning
+ GenericName[tr]=Süreç Görüntüleyici
+ GenericName[uk]=Перегляд процесів
+ GenericName[zh_TW]=行程檢視器
+-Keywords=system;process;task
++Keywords=system;process;task;




commit ghostwriter for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package ghostwriter for openSUSE:Factory 
checked in at 2016-07-28 23:47:38

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


Package is "ghostwriter"

Changes:

--- /work/SRC/openSUSE:Factory/ghostwriter/ghostwriter.changes  2016-06-07 
23:47:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghostwriter.new/ghostwriter.changes 
2016-07-28 23:47:47.0 +0200
@@ -1,0 +2,31 @@
+Wed Jul 27 18:12:16 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.4.0:
+  * The time of day optionally displays in full screen mode.
+  * The recent file history size has been increased to 10.
+  * The menu bar will optionally auto-hide in full screen mode when
+the mouse is not hovering over it.
+  * All new Hemingway mode button will disable backspace and
+delete keys.
+  * Two new HUDs display statistical information on the current
+writing session and document.
+  * Auto-matched characters can be customized.
+  * Pandoc PDF export now has better defaults for margins and
+hyperlinks.
+  * Shortcut keys using Alt now use Ctrl to avoid conflicts with
+OS shortcut keys and to better accommodate non-USA keyboards.
+  * High DPI scaling has been enabled for Qt 5.6 and above.
+  * Dragging and dropping an image into the editor will now insert
+the image link at the mouse location.
+  * Classic Light and Classic Dark themes have new color palettes.
+  * Various aesthetics have been added to the main window.
+  * New application translations are available for the following 
+languages:
++ German
++ Italian
++ Japanese
++ Portuguese (Brazil)
++ Russian
+  * Sundry other fixes have been added.
+
+---

Old:

  ghostwriter-1.3.1.tar.gz

New:

  ghostwriter-1.4.0.tar.gz



Other differences:
--
++ ghostwriter.spec ++
--- /var/tmp/diff_new_pack.IGCsUY/_old  2016-07-28 23:47:48.0 +0200
+++ /var/tmp/diff_new_pack.IGCsUY/_new  2016-07-28 23:47:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ghostwriter
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:A distraction-free Markdown editor
 License:GPL-3.0+

++ ghostwriter-1.3.1.tar.gz -> ghostwriter-1.4.0.tar.gz ++
 18019 lines of diff (skipped)




commit mutt for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2016-07-28 23:47:19

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


Package is "mutt"

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2016-06-19 
10:48:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2016-07-28 
23:47:30.0 +0200
@@ -1,0 +2,62 @@
+Tue Jul 26 12:36:47 UTC 2016 - wer...@suse.de
+
+- Update to mutt version 1.6.2 (2016-07-01):
+  * send.c: Check $pgp_autoinline and $pgp_replyinline if oppenc is set.
+(closes #3846)
+  * The first oppenc call takes place after the initial checks of
+$pgp_autoline and $pgp_replyinline, and doesn't go through the pgp
+menu.
+  * Therefore, check for $pgp_autoline and $pgp_replyinline if oppenc is
+set too, to avoid oppenc enabling encryption without INLINE being
+set in those cases.
+  * a6a4d6ed0f19 previously cleaned things up so that it is safe to set
+INLINE even if encryption isn't enabled.
+  * keymap.c: Fix infinite loop when help is bound to a named key
+combination.
+  * Commit a07e8215a0ef introduced a bug in km_error_key, which is
+called when an unbound key is pressed.
+  * If help is bound to a sequence containing named keys (e.g. ),
+the raw (untokenized) string would be pushed back into the unget
+buffer. This could lead to an infinite loop of unbound key presses
+triggering more unbound keys being put into the unget buffer.
+  * Change km_error_key to tokenize the string before putting it in the
+unget buffer.
+  * Much thanks to Jiri Bohac for his bug report, analysis, and initial
+patch!
+- Update to neomutt 20160723
+  New Features
+New Mail Command - Execute a command on receipt of new mail
+vim-keybindings - Mutt config for vim users
+LMDB - In-memory header caching database
+SMIME Encrypt to Self - Secure storage of sensitive email
+  Bug Fixes
+rework mutt_draw_statusline()
+fix cursor position after sidebar redraw
+Add sidebar_format flag ‘%n’ to display ‘N’ on new mail.
+fix index_format truncation problem
+Fix compiler warnings due to always true condition
+Change sidebar next/prev-new to look at buffy->new too.
+Change the default for sidebar_format to use %n.
+sidebar “unsorted” order to match Buffy list order.
+Include ncurses tinfo library if found.
+Sidebar width problem
+sidebar crash for non-existent mailbox
+Temporary compatibility workaround
+Reset buffy->new for the current mailbox in IMAP.
+version.sh regression
+crash when notmuch tries to read a message (boo#986534)
+status line wrapping
+- Modify patches
+  * COLS-workaround.dif
+  * aw.listreply.diff
+  * bug-676388-largefile.patch
+  * mutt-1.5.15-wrapcolumn.diff
+  * mutt-1.5.20-sendgroupreplyto.diff
+  * mutt-1.5.21-mailcap.diff
+  * mutt-1.6.1-opennfs.dif
+  * patch-1.5.24.vk.pgp_verbose_mime
+  * widechar.sidebar.dif
+- Rename patch mutt-1.6.1.dif to mutt-1.6.2.dif
+- Delete patch mutt-1.5.21-tinfo.dif
+
+---

Old:

  mutt-1.5.21-tinfo.dif
  mutt-1.6.1-patches.tar.bz2
  mutt-1.6.1.dif
  mutt-1.6.1.tar.gz
  neomutt-patches-20160611.tar.gz

New:

  mutt-1.6.2.dif
  mutt-1.6.2.tar.gz
  neomutt-distro-20160723.tar.gz



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.6l2mtX/_old  2016-07-28 23:47:36.0 +0200
+++ /var/tmp/diff_new_pack.6l2mtX/_new  2016-07-28 23:47:36.0 +0200
@@ -71,8 +71,8 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:  desktop-data-SuSE
-%globalneo 20160611
-Version:1.6.1
+%globalneo 20160723
+Version:1.6.2
 Release:0
 Summary:Mail Program
 License:GPL-2.0+
@@ -86,10 +86,9 @@
 Source5:skel.muttrc
 Source6:krb5-config
 Source7:mutt-1.5.21.de.po
-Source8:%name-%version-patches.tar.bz2
 Source9:mutt.mailcap
 # http://www.neomutt.org/
-Source10:   neomutt-patches-%{neo}.tar.gz
+Source10:   neomutt-distro-%neo.tar.gz
 Patch:  %name-%version.dif
 # http://www.spinnaker.de/mutt/compressed/
 Patch2: %name-1.5.9i-pgpewrap.diff
@@ -97,7 +96,6 @@
 Patch4: %name-1.5.15-wrapcolumn.diff
 Patch7: mutt-1.6.1-opennfs.dif
 Patch9: bug-676388-largefile.patch
-Patch10:mutt-1.5.21-tinfo.dif
 # http://www.wolfermann.org/mutt.html
 Patch11:aw.listreply.diff
 Patch12:patch-1.5.24.vk.pgp_verbose_mime
@@ -120,20 +118,29 @@
 however.
 
 %prep
-%setup -q -n 

commit getdata for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package getdata for openSUSE:Factory checked 
in at 2016-07-28 23:47:05

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


Package is "getdata"

Changes:

--- /work/SRC/openSUSE:Factory/getdata/getdata.changes  2016-03-31 
13:02:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.getdata.new/getdata.changes 2016-07-28 
23:47:15.0 +0200
@@ -1,0 +2,31 @@
+Sun Jul 24 18:27:35 UTC 2016 - ctri...@opensuse.org
+
+- update to 0.9.3
+  for all relevant changes see
+  https://sourceforge.net/projects/getdata/files/getdata/0.9.3/
+  API Changes: 
+  * gd_verbose_prefix() can now be used on invalid dirfiles. Previously,
+this function would return GD_E_BAD_DIRFILE when passed an invalid 
+DIRFILE pointer. 
+  * BUG FIX: When trying to access a LINTERP table file in a non-existent
+directory, GetData now reports the correct error (No such file or 
+directory). Reported by Johanna Nagy. 
+
+  Library Changes: 
+  * GetData can now read SIE files containing the optional nine-byte 
+header (which can be created by daisie). When read by GetData, 
+information in the header is completely ignored (because the GetData
+metadata contains all the necessary information). GetData never 
+writes the header, but calls to gd_putdata() will preserve an 
+existing header. Calls which re-code the file (like gd_alter_endianness(), 
+gd_alter_raw(), ) will result in an existing header being deleted.
+  * BUG FIX: Filenames and line numbers appearing in GD_E_FORMAT 
+error strings returned by gd_error_string() are correct again.
+This bug also affected parser metadata sent to a registered parser 
+callback.
+  * BUG FIX: On platforms where char is signed, the library no longer
+rejects field names containing bytes with the top bit set.
+- remove patch fix_test_alter_entry_scalar3r.diff included in this
+  version
+
+---

Old:

  fix_test_alter_entry_scalar3r.diff
  getdata-0.9.2.tar.xz

New:

  getdata-0.9.3.tar.xz



Other differences:
--
++ getdata.spec ++
--- /var/tmp/diff_new_pack.IGTIcX/_old  2016-07-28 23:47:16.0 +0200
+++ /var/tmp/diff_new_pack.IGTIcX/_new  2016-07-28 23:47:16.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   getdata
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Library for reading and writing dirfile data
 License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Url:http://getdata.sourceforge.net/
 Source: %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM -- Fix test_alter_entry_scalar which was broker on 32bit 
with 0.9.2
-Patch:  fix_test_alter_entry_scalar3r.diff
 BuildRequires:  bzip2
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-fortran
@@ -144,7 +142,6 @@
 
 %prep
 %setup -q
-%patch
 
 %build
 %configure --disable-static --enable-modules --with-perl-dir=vendor

++ getdata-0.9.2.tar.xz -> getdata-0.9.3.tar.xz ++
 16438 lines of diff (skipped)




commit libmlt for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2016-07-28 23:47:15

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


Package is "libmlt"

Changes:

--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes2016-05-05 
08:12:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes   2016-07-28 
23:47:24.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:28:39 UTC 2016 - o...@aepfle.de
+
+- Build with ffmpeg unconditional
+
+---



Other differences:
--
++ libmlt.spec ++
--- /var/tmp/diff_new_pack.YegXYy/_old  2016-07-28 23:47:26.0 +0200
+++ /var/tmp/diff_new_pack.YegXYy/_new  2016-07-28 23:47:26.0 +0200
@@ -16,12 +16,7 @@
 #
 
 
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
-# we have ffmpeg in Leap and Tumbleweed, so build against it by default
 %bcond_without ffmpeg
-%else
-%bcond_with ffmpeg
-%endif
 # Dan Dennedy asked to disable it since it's buggy and unmaintained (see e.g. 
http://www.kdenlive.org/mantis/view.php?id=3070)
 %bcond_with vdpau
 




commit syncthing for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package syncthing for openSUSE:Factory 
checked in at 2016-07-28 23:47:28

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


Package is "syncthing"

Changes:

--- /work/SRC/openSUSE:Factory/syncthing/syncthing.changes  2016-07-09 
09:26:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing.new/syncthing.changes 2016-07-28 
23:47:41.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul 27 08:24:38 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.14.2 (changes since 0.14.0):
+  * Implement "delta indexes", a backwards compatible protocol
+enhancement. Prior to delta indexes being implemented, full
+index information was exchanged at every connection start.
+With delta indexes, only index information that has changed
+since last contact is transferred.
+  * Files that grow or shrink during scanning would result in
+conflicts or inconsistent data after synchronisation.
+
+---
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.14.0:
+  * Respect address family for listen addresses in Discovery
+results.
+  * Base the sync protocol, local discovery protocol and database
+format on protocol buffers.
+  * Quickly detect other local devices on restart in local
+discovery.
+  * Fix race condition causing a deadlock on directory addition.
+  * Correctly format Anonymous Usage Reporting Preview.
+
+---

Old:

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

New:

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



Other differences:
--
++ syncthing.spec ++
--- /var/tmp/diff_new_pack.y5gkf7/_old  2016-07-28 23:47:44.0 +0200
+++ /var/tmp/diff_new_pack.y5gkf7/_new  2016-07-28 23:47:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   syncthing
-Version:0.13.10
+Version:0.14.2
 Release:0
 Summary:FOSS Continuous File Synchronisation
 License:MPL-2.0

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




commit xmp for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package xmp for openSUSE:Factory checked in 
at 2016-07-28 23:47:25

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


Package is "xmp"

Changes:

--- /work/SRC/openSUSE:Factory/xmp/xmp.changes  2014-12-09 09:14:04.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xmp.new/xmp.changes 2016-07-28 
23:47:37.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul 26 14:54:09 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 4.1.0
+* Add option to force tracker emulation
+* Add option to use simulated Amiga mixers
+* Add option to set the maximum number of virtual channels
+* Add command to switch between standard and classic mixers
+* Add command to display current mixer type
+* Fix default amplification factor
+* Fix module-specific configuration file options
+* Fix screen corruption when module uses more than 255 virtual
+  channels
+* Remove option --offset-bug-emulation
+
+---

Old:

  xmp-4.0.10.tar.gz

New:

  xmp-4.1.0.tar.gz



Other differences:
--
++ xmp.spec ++
--- /var/tmp/diff_new_pack.e4QmRE/_old  2016-07-28 23:47:38.0 +0200
+++ /var/tmp/diff_new_pack.e4QmRE/_new  2016-07-28 23:47:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xmp
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xmp
-Version:4.0.10
+Version:4.1.0
 Release:0
 Summary:Extended Module Player for MOD/S3M/XM/IT/etc.
 License:GPL-2.0+
@@ -30,7 +30,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa) >= 1
 BuildRequires:  pkgconfig(libpulse-simple)
-BuildRequires:  pkgconfig(libxmp) >= 4.3
+BuildRequires:  pkgconfig(libxmp) >= 4.4
 
 %description
 The Extended Module Player is a command-line mod player for Unix-like

++ xmp-4.0.10.tar.gz -> xmp-4.1.0.tar.gz ++
 3469 lines of diff (skipped)




commit seccheck for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package seccheck for openSUSE:Factory 
checked in at 2016-07-28 23:46:51

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


Package is "seccheck"

Changes:

--- /work/SRC/openSUSE:Factory/seccheck/seccheck.changes2015-10-30 
13:43:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.seccheck.new/seccheck.changes   2016-07-28 
23:46:53.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 21:10:23 UTC 2016 - vpere...@suse.com
+
+-  fixed bnc#985802: security monthly reports were broken
+
+---



Other differences:
--
++ seccheck.spec ++
--- /var/tmp/diff_new_pack.jBMex3/_old  2016-07-28 23:46:54.0 +0200
+++ /var/tmp/diff_new_pack.jBMex3/_new  2016-07-28 23:46:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package seccheck
 #
-# 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

++ master.zip ++
Files /var/tmp/diff_new_pack.jBMex3/_old and /var/tmp/diff_new_pack.jBMex3/_new 
differ




commit python3-aiohttp for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-aiohttp for openSUSE:Factory 
checked in at 2016-07-28 23:46:22

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


Package is "python3-aiohttp"

Changes:

--- /work/SRC/openSUSE:Factory/python3-aiohttp/python3-aiohttp.changes  
2016-07-18 21:25:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-aiohttp.new/python3-aiohttp.changes 
2016-07-28 23:46:25.0 +0200
@@ -1,0 +2,10 @@
+Sat Jul 23 17:28:04 UTC 2016 - a...@gmx.de
+
+- update to version 0.22.2:
+  * Suppress CancelledError when Timeout raises TimeoutError #970
+  * Don’t expose aiohttp.__version__
+  * Add unsafe parameter to CookieJar #968
+  * Use unsafe cookie jar in test client tools
+  * Expose aiohttp.CookieJar name
+
+---

Old:

  aiohttp-0.22.1.tar.gz

New:

  aiohttp-0.22.2.tar.gz



Other differences:
--
++ python3-aiohttp.spec ++
--- /var/tmp/diff_new_pack.y263mf/_old  2016-07-28 23:46:26.0 +0200
+++ /var/tmp/diff_new_pack.y263mf/_new  2016-07-28 23:46:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-aiohttp
-Version:0.22.1
+Version:0.22.2
 Release:0
 Url:https://pypi.python.org/pypi/aiohttp
 Summary:Http client/server for asyncio

++ aiohttp-0.22.1.tar.gz -> aiohttp-0.22.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/CHANGES.txt 
new/aiohttp-0.22.2/CHANGES.txt
--- old/aiohttp-0.22.1/CHANGES.txt  2016-07-16 13:35:59.0 +0200
+++ new/aiohttp-0.22.2/CHANGES.txt  2016-07-23 15:31:40.0 +0200
@@ -1,14 +1,28 @@
 CHANGES
 ===
 
-0.22.1 (08-16-2016)
+0.22.2 (07-23-2016)
+---
+
+- Suppress CancelledError when Timeout raises TimeoutError #970
+
+- Don't expose `aiohttp.__version__`
+
+- Add unsafe parameter to CookieJar #968
+
+- Use unsafe cookie jar in test client tools
+
+- Expose aiohttp.CookieJar name
+
+
+0.22.1 (07-16-2016)
 ---
 
 - Large cookie expiration/max-age doesn't break an event loop from now
   (fixes #967)
 
 
-0.22.0 (08-15-2016)
+0.22.0 (07-15-2016)
 ---
 
 - Fix bug in serving static directory #803
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/PKG-INFO new/aiohttp-0.22.2/PKG-INFO
--- old/aiohttp-0.22.1/PKG-INFO 2016-07-16 13:37:29.0 +0200
+++ new/aiohttp-0.22.2/PKG-INFO 2016-07-23 15:33:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: aiohttp
-Version: 0.22.1
+Version: 0.22.2
 Summary: http client/server for asyncio
 Home-page: https://github.com/KeepSafe/aiohttp/
 Author: Andrew Svetlov
@@ -150,14 +150,28 @@
 CHANGES
 ===
 
-0.22.1 (08-16-2016)
+0.22.2 (07-23-2016)
+---
+
+- Suppress CancelledError when Timeout raises TimeoutError #970
+
+- Don't expose `aiohttp.__version__`
+
+- Add unsafe parameter to CookieJar #968
+
+- Use unsafe cookie jar in test client tools
+
+- Expose aiohttp.CookieJar name
+
+
+0.22.1 (07-16-2016)
 ---
 
 - Large cookie expiration/max-age doesn't break an event loop from now
   (fixes #967)
 
 
-0.22.0 (08-15-2016)
+0.22.0 (07-15-2016)
 ---
 
 - Fix bug in serving static directory #803
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/aiohttp/__init__.py 
new/aiohttp-0.22.2/aiohttp/__init__.py
--- old/aiohttp-0.22.1/aiohttp/__init__.py  2016-07-16 13:35:59.0 
+0200
+++ new/aiohttp-0.22.2/aiohttp/__init__.py  2016-07-23 15:31:40.0 
+0200
@@ -1,6 +1,6 @@
 # This relies on each of the submodules having an __all__ variable.
 
-__version__ = '0.22.1'
+__version__ = '0.22.2'
 
 import multidict  # noqa
 
@@ -30,4 +30,4 @@
multidict.__all__ +  # noqa
multipart.__all__ +  # noqa
websocket_client.__all__ +  # noqa
-   ('hdrs', '__version__', 'FileSender'))
+   ('hdrs', 'FileSender'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aiohttp-0.22.1/aiohttp/client.py 
new/aiohttp-0.22.2/aiohttp/client.py
--- old/aiohttp-0.22.1/aiohttp/client.py2016-07-16 13:35:59.0 
+0200
+++ new/aiohttp-0.22.2/aiohttp/client.py2016-07-23 15:31:40.0 

commit python3-blosc for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-blosc for openSUSE:Factory 
checked in at 2016-07-28 23:46:14

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


Package is "python3-blosc"

Changes:

--- /work/SRC/openSUSE:Factory/python3-blosc/python3-blosc.changes  
2016-07-18 21:24:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-blosc.new/python3-blosc.changes 
2016-07-28 23:46:16.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 22 15:42:49 UTC 2016 - a...@gmx.de
+
+- update to version 1.4.0:
+  * Internal C-Blosc sources updated to 1.10.0.
+  * Benchmarks updated for a Skylake processor (Xeon E3-1245 v5 @
+3.50GHz).
+
+---

Old:

  blosc-1.3.3.tar.gz

New:

  blosc-1.4.0.tar.gz



Other differences:
--
++ python3-blosc.spec ++
--- /var/tmp/diff_new_pack.O3UjoD/_old  2016-07-28 23:46:17.0 +0200
+++ /var/tmp/diff_new_pack.O3UjoD/_new  2016-07-28 23:46:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-blosc
-Version:1.3.3
+Version:1.4.0
 Release:0
 Summary:Blosc data compressor for Python
 License:MIT

++ blosc-1.3.3.tar.gz -> blosc-1.4.0.tar.gz ++
 40448 lines of diff (skipped)




commit python3-beautifulsoup4 for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2016-07-28 23:46:31

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


Package is "python3-beautifulsoup4"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-beautifulsoup4/python3-beautifulsoup4-doc.changes
2016-05-25 21:27:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4-doc.changes
   2016-07-28 23:46:33.0 +0200
@@ -1,0 +2,42 @@
+Wed Jul 20 15:07:27 UTC 2016 - a...@gmx.de
+
+- update to version 4.5.0:
+  * Beautiful Soup is no longer compatible with Python 2.6. This
+actually happened a few releases ago, but it's now official.
+  * Beautiful Soup will now work with versions of html5lib greater
+than 0.. [bug=1603299]
+  * If a search against each individual value of a multi-valued
+attribute fails, the search will be run one final time against the
+complete attribute value considered as a single string. That is,
+if a tag has class="foo bar" and neither "foo" nor "bar" matches,
+but "foo bar" does, the tag is now considered a match.
+This happened in previous versions, but only when the value being
+searched for was a string. Now it also works when that value is a
+regular expression, a list of strings, etc. [bug=1476868]
+  * Fixed a bug that deranged the tree when a whitespace element was
+reparented into a tag that contained an identical whitespace
+element. [bug=1505351]
+  * Added support for CSS selector values that contain quoted spaces,
+such as tag[style="display: foo"]. [bug=1540588]
+  * Corrected handling of XML processing instructions. [bug=1504393]
+  * Corrected an encoding error that happened when a BeautifulSoup
+object was copied. [bug=1554439]
+  * The contents of  tags will no longer be modified when
+the tree is prettified. [bug=1555829]
+  * When a BeautifulSoup object is pickled but its tree builder cannot
+be pickled, its .builder attribute is set to None instead of being
+destroyed. This avoids a performance problem once the object is
+unpickled. [bug=1523629]
+  * Specify the file and line number when warning about a
+BeautifulSoup object being instantiated without a parser being
+specified. [bug=1574647]
+  * The `limit` argument to `select()` now works correctly, though
+it's not implemented very efficiently. [bug=1520530]
+  * Fixed a Python 3 ByteWarning when a URL was passed in as though it
+were markup. Thanks to James Salter for a patch and
+test. [bug=1533762]
+  * We don't run the check for a filename passed in as markup if the
+'filename' contains a less-than character; the less-than character
+indicates it's most likely a very small document. [bug=1577864]
+
+---
@@ -11 +52,0 @@
-
python3-beautifulsoup4.changes: same change

Old:

  beautifulsoup4-4.4.1.tar.gz

New:

  beautifulsoup4-4.5.0.tar.gz



Other differences:
--
++ python3-beautifulsoup4-doc.spec ++
--- /var/tmp/diff_new_pack.F2JBPt/_old  2016-07-28 23:46:34.0 +0200
+++ /var/tmp/diff_new_pack.F2JBPt/_new  2016-07-28 23:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4-doc
-Version:4.4.1
+Version:4.5.0
 Release:0
 Summary:Documentation for python3-beautifulsoup4
 License:MIT
@@ -25,8 +25,8 @@
 Url:http://www.crummy.com/software/BeautifulSoup/
 Source: 
https://files.pythonhosted.org/packages/source/b/beautifulsoup4/beautifulsoup4-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-beautifulsoup4 = %{version}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-beautifulsoup4 = %{version}
 Requires:   python3-beautifulsoup4 = %{version}
 BuildArch:  noarch
 

++ python3-beautifulsoup4.spec ++
--- /var/tmp/diff_new_pack.F2JBPt/_old  2016-07-28 23:46:34.0 +0200
+++ /var/tmp/diff_new_pack.F2JBPt/_new  2016-07-28 23:46:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4
-Version:4.4.1
+Version:4.5.0
 Release:0
 Summary:HTML/XML Parser for Quick-Turnaround Applications Like 
Screen-Scraping
 License:MIT

++ beautifulsoup4-4.4.1.tar.gz -> beautifulsoup4-4.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.4.1/COPYING.txt 
new/beautifulsoup4-4.5.0/COPYING.txt
--- old/beautifulsoup4-4.4.1/COPYING.txt

commit python3-PyMySQL for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-PyMySQL for openSUSE:Factory 
checked in at 2016-07-28 23:46:25

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


Package is "python3-PyMySQL"

Changes:

--- /work/SRC/openSUSE:Factory/python3-PyMySQL/python3-PyMySQL.changes  
2016-05-25 21:23:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-PyMySQL.new/python3-PyMySQL.changes 
2016-07-28 23:46:30.0 +0200
@@ -1,0 +2,28 @@
+Sat Jul 23 17:32:11 UTC 2016 - a...@gmx.de
+
+- specfile:
+  *updated url
+
+- update to version 0.7.5:
+  * Fix exception raised while importing when getpwuid() fails (#472)
+  * SSCursor supports LOAD DATA LOCAL INFILE (#473)
+  * Fix encoding error happen for JSON type (#477)
+  * Fix test fail on Python 2.7 and MySQL 5.7 (#478)
+
+- changes from version 0.7.4:
+  * Fix AttributeError may happen while Connection.__del__ (#463)
+  * Fix SyntaxError in test_cursor. (#464)
+  * frozenset support for query value. (#461)
+  * Start using readthedocs.io
+
+- changes from version 0.7.3:
+  * Add read_timeout and write_timeout option.
+  * Support serialization customization by `conv` option.
+  * Unknown type is converted by `str()`, for MySQLdb compatibility.
+  * Support '%%' in `Cursor.executemany()`
+  * Support REPLACE statement in `Cursor.executemany()`
+  * Fix handling incomplete row caused by 'SHOW SLAVE HOSTS'.
+  * Fix decode error when use_unicode=False on PY3
+  * Fix port option in my.cnf file is ignored.
+
+---
@@ -6 +33,0 @@
-

Old:

  PyMySQL-0.7.2.tar.gz

New:

  PyMySQL-0.7.5.tar.gz



Other differences:
--
++ python3-PyMySQL.spec ++
--- /var/tmp/diff_new_pack.ZQWNB7/_old  2016-07-28 23:46:32.0 +0200
+++ /var/tmp/diff_new_pack.ZQWNB7/_new  2016-07-28 23:46:32.0 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   python3-PyMySQL
-Version:0.7.2
+Version:0.7.5
 Release:0
 Summary:Pure Python MySQL Driver
 License:MIT
 Group:  Development/Languages/Python
-Url:http://code.google.com/p/pymysql
+Url:https://github.com/PyMySQL/PyMySQL
 Source: 
https://files.pythonhosted.org/packages/source/P/PyMySQL/PyMySQL-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools

++ PyMySQL-0.7.2.tar.gz -> PyMySQL-0.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.2/CHANGELOG new/PyMySQL-0.7.5/CHANGELOG
--- old/PyMySQL-0.7.2/CHANGELOG 2016-02-24 11:38:43.0 +0100
+++ new/PyMySQL-0.7.5/CHANGELOG 2016-06-28 14:18:40.0 +0200
@@ -1,5 +1,37 @@
 # Changes
 
+## 0.7.5
+
+Release date: 2016-06-28
+
+* Fix exception raised while importing when getpwuid() fails (#472)
+* SSCursor supports LOAD DATA LOCAL INFILE (#473)
+* Fix encoding error happen for JSON type (#477)
+* Fix test fail on Python 2.7 and MySQL 5.7 (#478)
+
+## 0.7.4
+
+Release date: 2016-05-26
+
+* Fix AttributeError may happen while Connection.__del__ (#463)
+* Fix SyntaxError in test_cursor. (#464)
+* frozenset support for query value. (#461)
+* Start using readthedocs.io
+
+## 0.7.3
+
+Release date: 2016-05-19
+
+* Add read_timeout and write_timeout option.
+* Support serialization customization by `conv` option.
+* Unknown type is converted by `str()`, for MySQLdb compatibility.
+* Support '%%' in `Cursor.executemany()`
+* Support REPLACE statement in `Cursor.executemany()`
+* Fix handling incomplete row caused by 'SHOW SLAVE HOSTS'.
+* Fix decode error when use_unicode=False on PY3
+* Fix port option in my.cnf file is ignored.
+
+
 ## 0.7.2
 
 Release date: 2016-02-24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/PyMySQL-0.7.2/PKG-INFO new/PyMySQL-0.7.5/PKG-INFO
--- old/PyMySQL-0.7.2/PKG-INFO  2016-02-24 11:40:57.0 +0100
+++ new/PyMySQL-0.7.5/PKG-INFO  2016-06-28 14:18:51.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: PyMySQL
-Version: 0.7.2
+Version: 0.7.5
 Summary: Pure Python MySQL Driver
 Home-page: https://github.com/PyMySQL/PyMySQL/
 Author: INADA Naoki
@@ -8,15 +8,14 @@
 License: MIT
 Description: UNKNOWN
 Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 

commit extreme-tuxracer for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package extreme-tuxracer for 
openSUSE:Factory checked in at 2016-07-28 23:46:58

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


Package is "extreme-tuxracer"

Changes:

--- /work/SRC/openSUSE:Factory/extreme-tuxracer/extreme-tuxracer.changes
2016-04-22 16:24:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.extreme-tuxracer.new/extreme-tuxracer.changes   
2016-07-28 23:47:06.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul 24 16:05:36 UTC 2016 - nemy...@opensuse.org
+
+- Update to 0.7.3, please see
+
+  /usr/share/doc/packages/extreme-tuxracer/NEWS
+
+---

Old:

  etr-0.7.2.tar.xz

New:

  etr-0.7.3.tar.xz



Other differences:
--
++ extreme-tuxracer.spec ++
--- /var/tmp/diff_new_pack.kivWzi/_old  2016-07-28 23:47:09.0 +0200
+++ /var/tmp/diff_new_pack.kivWzi/_new  2016-07-28 23:47:09.0 +0200
@@ -19,7 +19,7 @@
 %define oname   etr
 
 Name:   extreme-tuxracer
-Version:0.7.2
+Version:0.7.3
 Release:0
 Summary:Open source racing game featuring Tux the Linux Penguin
 License:GPL-2.0+

++ etr-0.7.2.tar.xz -> etr-0.7.3.tar.xz ++
/work/SRC/openSUSE:Factory/extreme-tuxracer/etr-0.7.2.tar.xz 
/work/SRC/openSUSE:Factory/.extreme-tuxracer.new/etr-0.7.3.tar.xz differ: char 
27, line 1




commit python3-bsddb3 for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-bsddb3 for openSUSE:Factory 
checked in at 2016-07-28 23:46:41

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


Package is "python3-bsddb3"

Changes:

--- /work/SRC/openSUSE:Factory/python3-bsddb3/python3-bsddb3.changes
2016-05-25 21:23:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-bsddb3.new/python3-bsddb3.changes   
2016-07-28 23:46:47.0 +0200
@@ -1,0 +2,16 @@
+Sat Jul 23 18:09:04 UTC 2016 - a...@gmx.de
+
+- update to version 6.2.1:
+  * Correctly detect Berkeley DB installations in modern 64 bits
+Debians.
+
+- changes from version 6.2.0:
+  * Support Berkeley DB 6.2.x.
+  * Declare Python 3.5 support for PyPI.
+  * Drop support for Python 3.2. If you need compatibility with that
+version, you can keep using old releases of these bindings.
+  * Drop support for Berkeley DB 5.0, 5.2 and 6.0. If you need
+compatibility with those versions, you can keep using old releases
+of these bindings.
+
+---
@@ -7 +22,0 @@
-

Old:

  bsddb3-6.1.1.tar.gz

New:

  bsddb3-6.2.1.tar.gz



Other differences:
--
++ python3-bsddb3.spec ++
--- /var/tmp/diff_new_pack.3XUP9q/_old  2016-07-28 23:46:48.0 +0200
+++ /var/tmp/diff_new_pack.3XUP9q/_new  2016-07-28 23:46:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-bsddb3
-Version:6.1.1
+Version:6.2.1
 Release:0
 Url:http://pypi.python.org/pypi/bsddb3
 Summary:Python interface for Berkeley DB

++ bsddb3-6.1.1.tar.gz -> bsddb3-6.2.1.tar.gz ++
 22143 lines of diff (skipped)




commit afl for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2016-07-28 23:46:39

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


Package is "afl"

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2016-07-01 09:59:30.0 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2016-07-28 
23:46:41.0 +0200
@@ -1,0 +2,15 @@
+Sat Jul 23 19:10:30 UTC 2016 - astie...@suse.com
+
+- afl 2.21b:
+  * Minor UI fixes
+- includes changes from 2.20b:
+  * Revamp handling of variable paths
+  * Stablility improvements
+  * Include current input bitmap density in UI
+  * Add experimental support for parallelizing -M.
+- includes changes from 2.19b:
+  * Ensure auto CPU binding happens at non-overlapping times
+- includes changes from 2.18b
+  * Performance improvements
+
+---

Old:

  afl-2.17b.tgz

New:

  afl-2.21b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.oASzMh/_old  2016-07-28 23:46:42.0 +0200
+++ /var/tmp/diff_new_pack.oASzMh/_new  2016-07-28 23:46:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:2.17b
+Version:2.21b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-2.17b.tgz -> afl-2.21b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.17b/afl-as.h new/afl-2.21b/afl-as.h
--- old/afl-2.17b/afl-as.h  2016-06-21 06:44:52.0 +0200
+++ new/afl-2.21b/afl-as.h  2016-07-04 22:08:29.0 +0200
@@ -98,7 +98,7 @@
of every .c file. This should have no impact in any practical sense.
 
Another side effect of this design is that getenv() will be called once per
-   every .o file when running in non-instrumented mode; an since getenv() tends
+   every .o file when running in non-instrumented mode; and since getenv() 
tends
to be optimized in funny ways, we need to be very careful to save every
oddball register it may touch.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.17b/afl-fuzz.c new/afl-2.21b/afl-fuzz.c
--- old/afl-2.17b/afl-fuzz.c2016-06-28 07:22:19.0 +0200
+++ new/afl-2.21b/afl-fuzz.c2016-07-23 01:21:04.0 +0200
@@ -112,12 +112,12 @@
in_place_resume,   /* Attempt in-place resume? */
auto_changed,  /* Auto-generated tokens changed?   */
no_cpu_meter_red,  /* Feng shui on the status screen   */
-   no_var_check,  /* Don't detect variable behavior   */
shuffle_queue, /* Shuffle input queue? */
bitmap_changed = 1,/* Time to update bitmap?   */
qemu_mode, /* Running in QEMU mode?*/
skip_requested,/* Skip request, via SIGUSR1*/
-   run_over10m;   /* Run time over 10 minutes?*/
+   run_over10m,   /* Run time over 10 minutes?*/
+   persistent_mode;   /* Running in persistent mode?  */
 
 static s32 out_fd,/* Persistent fd for out_file   */
dev_urandom_fd = -1,   /* Persistent fd for /dev/urandom   */
@@ -135,6 +135,8 @@
virgin_hang[MAP_SIZE], /* Bits we haven't seen in hangs*/
virgin_crash[MAP_SIZE];/* Bits we haven't seen in crashes  */
 
+static u8  var_bytes[MAP_SIZE];   /* Bytes that appear to be variable */
+
 static s32 shm_id;/* ID of the SHM region */
 
 static volatile u8 stop_soon, /* Ctrl-C pressed?  */
@@ -154,6 +156,7 @@
cur_depth, /* Current path depth   */
max_depth, /* Max path depth   */
useless_at_start,  /* Number of useless starting paths */
+   var_byte_count,/* Bitmap bytes with var behavior   */
current_entry, /* Current queue entry ID   */
havoc_div = 1; /* Cycle count divisor for havoc*/
 
@@ -166,6 +169,7 @@
last_path_time,/* Time for most recent path (ms)   */
last_crash_time,   /* Time for most recent crash (ms)  */
last_hang_time,/* Time for most recent hang (ms)   */
+   last_crash_execs,  /* Exec counter at last crash   */
queue_cycle, 

commit meson for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package meson for openSUSE:Factory checked 
in at 2016-07-28 23:46:47

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


Package is "meson"

Changes:

--- /work/SRC/openSUSE:Factory/meson/meson.changes  2016-05-17 
17:16:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.meson.new/meson.changes 2016-07-28 
23:46:49.0 +0200
@@ -1,0 +2,7 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.32.0:
+  * No changelog available.
+- Remove meson-gui package: GUI was removed upstream.
+
+---

Old:

  meson-0.31.0.tar.gz
  meson-0.31.0.tar.gz.asc

New:

  meson-0.32.0.tar.gz
  meson-0.32.0.tar.gz.asc



Other differences:
--
++ meson.spec ++
--- /var/tmp/diff_new_pack.TNLVfQ/_old  2016-07-28 23:46:49.0 +0200
+++ /var/tmp/diff_new_pack.TNLVfQ/_new  2016-07-28 23:46:49.0 +0200
@@ -18,7 +18,7 @@
 
 %define _name   mesonbuild
 Name:   meson
-Version:0.31.0
+Version:0.32.0
 Release:0
 Summary:High productivity build system
 License:Apache-2.0
@@ -42,7 +42,7 @@
 BuildRequires:  mono-core
 BuildRequires:  mono-devel
 BuildRequires:  ninja
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python3 >= 3.4
 BuildRequires:  python3-devel
 BuildRequires:  python3-gobject
@@ -54,24 +54,18 @@
 BuildRequires:  pkgconfig(protobuf)
 BuildRequires:  pkgconfig(zlib)
 Requires:   ninja
+# meson-gui was last used in openSUSE Leap 42.1.
+Provides:   %{name}-gui = %{version}
+Obsoletes:  %{name}-gui < %{version}
 BuildArch:  noarch
 
 %description
-Meson is a build system designed to optimize programmer
+Meson is a build system designed to optimise programmer
 productivity. It aims to do this by providing simple,
 out-of-the-box support for modern software development tools and
 practices, such as unit tests, coverage reports, Valgrind, CCache
 and the like.
 
-%package gui
-Summary:GUI for high productivity build system
-Group:  Development/Tools/Building
-Requires:   %{name} = %{version}
-Requires:   python3-qt5
-
-%description gui
-Graphical user interface for the high productivity build system.
-
 %prep
 %setup -q
 
@@ -90,7 +84,8 @@
 for file in %{buildroot}%{_bindir}/*.py; do
 mv -fv "$file" "${file%.py}"
 done
-install -Dm 0644 data/macros.%{name} 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name}
+install -Dm 0644 data/macros.%{name} \
+  %{buildroot}%{_rpmconfigdir}/macros.d/macros.%{name}
 
 %check
 export MESON_PRINT_TEST_OUTPUT=1
@@ -104,9 +99,6 @@
 %{_bindir}/%{name}introspect
 %{_bindir}/wraptool
 %{python3_sitelib}/%{_name}/
-%exclude %{python3_sitelib}/%{_name}/*.ui
-%exclude %{python3_sitelib}/%{_name}/mgui.py
-%exclude %{python3_sitelib}/%{_name}/__pycache__/mgui.*
 %{python3_sitelib}/%{name}-*
 %{_rpmconfigdir}/macros.d/macros.%{name}
 %{_mandir}/man1/%{name}.1%{?ext_man}
@@ -114,13 +106,4 @@
 %{_mandir}/man1/%{name}introspect.1%{?ext_man}
 %{_mandir}/man1/wraptool.1%{?ext_man}
 
-%files gui
-%defattr(-,root,root)
-%doc authors.txt contributing.txt COPYING
-%{_bindir}/%{name}gui
-%{python3_sitelib}/%{_name}/*.ui
-%{python3_sitelib}/%{_name}/mgui.py
-%{python3_sitelib}/%{_name}/__pycache__/mgui.*
-%{_mandir}/man1/%{name}gui.1%{?ext_man}
-
 %changelog

++ meson-0.31.0.tar.gz -> meson-0.32.0.tar.gz ++
 4862 lines of diff (skipped)




commit wine for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2016-07-28 23:46:49

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


Package is "wine"

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2016-07-01 
10:00:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2016-07-28 
23:46:51.0 +0200
@@ -1,0 +2,18 @@
+Sat Jul 23 19:31:42 UTC 2016 - meiss...@suse.com
+
+- Updated to 1.9.15 development snapshot
+  - More shader instructions in Direct3D.
+  - Performance improvements in GDI.
+  - Better multi-joystick support on macOS.
+  - Active Scripting improvements.
+  - Additional stream support in the C++ runtime.
+  - Various bug fixes.
+- Updated to 1.9.14 development snapshot
+  - More Shader Model 5 support in Direct3D.
+  - Some more write support in WebServices.
+  - Performance improvements in GDI.
+  - Some more progress towards the Direct3D command stream.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

  wine-1.9.13.tar.bz2
  wine-1.9.13.tar.bz2.sign

New:

  wine-1.9.15.tar.bz2
  wine-1.9.15.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.YmK8Ei/_old  2016-07-28 23:46:52.0 +0200
+++ /var/tmp/diff_new_pack.YmK8Ei/_new  2016-07-28 23:46:52.0 +0200
@@ -53,8 +53,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-%define realver 1.9.13
-Version:1.9.13
+%define realver 1.9.15
+Version:1.9.15
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

++ wine-1.9.13.tar.bz2 -> wine-1.9.15.tar.bz2 ++
/work/SRC/openSUSE:Factory/wine/wine-1.9.13.tar.bz2 
/work/SRC/openSUSE:Factory/.wine.new/wine-1.9.15.tar.bz2 differ: char 11, line 1


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

++ winetricks.1 ++
--- /var/tmp/diff_new_pack.YmK8Ei/_old  2016-07-28 23:46:53.0 +0200
+++ /var/tmp/diff_new_pack.YmK8Ei/_new  2016-07-28 23:46:53.0 +0200
@@ -1,5 +1,5 @@
 .\" -*- nroff -*-
-.TH WINETRICKS 1 "June 2016" "Winetricks 20160622" "Wine Package Manager"
+.TH WINETRICKS 1 "June 2016" "Winetricks 20160628" "Wine Package Manager"
 .SH NAME
 winetricks \- manage virtual Windows environments using Wine
 .SH SYNOPSIS




commit nomacs for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package nomacs for openSUSE:Factory checked 
in at 2016-07-28 23:46:34

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


Package is "nomacs"

Changes:

--- /work/SRC/openSUSE:Factory/nomacs/nomacs.changes2016-06-19 
10:50:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.nomacs.new/nomacs.changes   2016-07-28 
23:46:38.0 +0200
@@ -1,0 +2,17 @@
+Sat Jul 23 16:15:39 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.4:
+  * Rework Batch UI.
+  * Add Batch Profiles.
+  * Cropping to metadata.
+  * Improve RGB to Gray.
+  * Fix crash on delete.
+  * Fix slow thumbnail rendering.
+  * Improve start-up time.
+  * Fix RAW/PSD orientation.
+- Remove nomacs-3.2.0-gcc6.patch: fixed upstream.
+- Remove /usr/lib(|64)/libnomacs*.so files: for development, yet
+  no development seem possible for nomacs now.
+- Add ldconfig to post(|un).
+
+---

Old:

  nomacs-3.2.0-gcc6.patch
  nomacs-3.2.0-source.tar.bz2

New:

  nomacs-3.4.tar.gz



Other differences:
--
++ nomacs.spec ++
--- /var/tmp/diff_new_pack.7IVxRS/_old  2016-07-28 23:46:40.0 +0200
+++ /var/tmp/diff_new_pack.7IVxRS/_new  2016-07-28 23:46:40.0 +0200
@@ -17,17 +17,14 @@
 
 
 Name:   nomacs
-Version:3.2.0
+Version:3.4
 Release:0
 Summary:Lightweight image viewer
 License:GPL-3.0+
 Group:  Productivity/Graphics/Viewers
 Url:http://nomacs.org/
-Source: 
https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}-source.tar.bz2
-# PATCH-FIX-UPSTREAM nomacs-3.2.0-gcc6.patch boo#985374 ser...@serjux.com -- 
Fix GCC6 errors.
-Patch0: %{name}-3.2.0-gcc6.patch
-BuildRequires:  cmake >= 2.6
-BuildRequires:  dos2unix
+Source: 
https://github.com/%{name}/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 2.8
 BuildRequires:  gcc-c++
 BuildRequires:  libqt5-linguist-devel >= 5.2
 BuildRequires:  opencv-qt5-devel >= 2.4.6
@@ -54,40 +51,40 @@
 
 %prep
 %setup -q
-%patch0 -p1
-dos2unix Readme/*
-find src -type f -name '*.cpp' | while read f; do
-# Fix encoding issues in nomacs with Qt5.
-dos2unix "$f" && \
-  iconv -f iso-8859-2 -t utf-8 "$f" > "$f.new" && \
-  mv -f "$f.new" "$f"
-done
+sed -i 's/\r$//g' ImageLounge/Readme/*
 
 %build
+pushd ImageLounge/
 %cmake \
   -DCMAKE_C_FLAGS='%{optflags} -fno-strict-aliasing'   \
   -DCMAKE_CXX_FLAGS='%{optflags} -fno-strict-aliasing' \
   -DCMAKE_SHARED_LINKER_FLAGS=""
 make %{?_smp_mflags}
+popd
 
 %install
+pushd ImageLounge/
 %cmake_install
-install -Dm 0644 %{name}.appdata.xml \
+popd
+install -Dm 0644 ImageLounge/%{name}.appdata.xml \
   %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
+rm %{buildroot}%{_libdir}/lib%{name}*.so
 %suse_update_desktop_file %{name}
 %find_lang %{name} --with-qt
 
 %post
 %desktop_database_post
+/sbin/ldconfig
 
 %postun
 %desktop_database_postun
+/sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc Readme/*
+%doc ImageLounge/Readme/*
 %{_bindir}/%{name}
-%{_libdir}/lib%{name}*.so
 %{_libdir}/lib%{name}*.so.*
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop




commit python3-XlsxWriter for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-XlsxWriter for 
openSUSE:Factory checked in at 2016-07-28 23:46:17

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


Package is "python3-XlsxWriter"

Changes:

--- /work/SRC/openSUSE:Factory/python3-XlsxWriter/python3-XlsxWriter.changes
2016-06-02 09:37:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-XlsxWriter.new/python3-XlsxWriter.changes   
2016-07-28 23:46:22.0 +0200
@@ -1,0 +2,17 @@
+Fri Jul 22 16:23:41 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.9.3 (changes since 0.8.7):
+  * Add workbook :func:`set_custom_property` method to set custom
+document properties.
+  * Fix for :func:`insert_image` issue when handling images with
+zero dpi.
+  * Add :ref:`trendline properties `:
+  ``intercept``, ``display_equation`` and ``display_r_squared``.
+  * Documented used of font rotation in chart :ref:`data labels
+`.
+  * Add workbook :func:`set_size` method to set the workbook window
+size.
+  * Add check to :func:`add_table` to prevent duplicate header
+names which leads to a corrupt Excel file.
+
+---

Old:

  XlsxWriter-0.8.7.tar.gz

New:

  XlsxWriter-0.9.3.tar.gz



Other differences:
--
++ python3-XlsxWriter.spec ++
--- /var/tmp/diff_new_pack.X0fZyn/_old  2016-07-28 23:46:23.0 +0200
+++ /var/tmp/diff_new_pack.X0fZyn/_new  2016-07-28 23:46:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-XlsxWriter
-Version:0.8.7
+Version:0.9.3
 Release:0
 Summary:Python module for writing OOXML spreadsheet files
 License:BSD-2-Clause
@@ -26,10 +26,11 @@
 Source: 
https://files.pythonhosted.org/packages/source/X/XlsxWriter/XlsxWriter-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Provides:   python3-xlsxwriter = %{version}
-Obsoletes:  python3-xlsxwriter < %{version}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
+# python3-xlsxwriter was last used in openSUSE Leap 42.1.
+Provides:   python3-xlsxwriter = %{version}
+Obsoletes:  python3-xlsxwriter < %{version}
 BuildArch:  noarch
 
 %description
@@ -45,30 +46,32 @@
 python3 setup.py build
 
 %install
-python3 setup.py install --root=%{buildroot}
+python3 setup.py install \
+  --root=%{buildroot} --prefix=%{_prefix}
 
-# Prepare for update-alternatives usage
+# Prepare for update-alternatives usage.
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/vba_extract.py 
%{buildroot}%{_bindir}/vba_extract-%{py3_ver}
-ln -s -f %{_sysconfdir}/alternatives/vba_extract 
%{buildroot}%{_bindir}/vba_extract
-# create a dummy target for /etc/alternatives/vba_extract
+mv %{buildroot}%{_bindir}/vba_extract.py \
+  %{buildroot}%{_bindir}/vba_extract-%{py3_ver}
+ln -sf %{_sysconfdir}/alternatives/vba_extract 
%{buildroot}%{_bindir}/vba_extract
+# Create a dummy target for /etc/alternatives/vba_extract.
 touch %{buildroot}%{_sysconfdir}/alternatives/vba_extract
 
 %post
-"%_sbindir/update-alternatives" \
+"%{_sbindir}/update-alternatives" \
 --install %{_bindir}/vba_extract vba_extract 
%{_bindir}/vba_extract-%{py3_ver} 30
 
 %postun
 if [ $1 -eq 0 ] ; then
-"%_sbindir/update-alternatives" --remove vba_extract 
%{_bindir}/vba_extract-%{py3_ver}
+"%{_sbindir}/update-alternatives" --remove vba_extract 
%{_bindir}/vba_extract-%{py3_ver}
 fi
 
 %files
 %defattr(-,root,root)
 %doc Changes LICENSE.txt README.rst
+%ghost %{_sysconfdir}/alternatives/vba_extract
 %{_bindir}/vba_extract
 %{_bindir}/vba_extract-%{py3_ver}
-%ghost %{_sysconfdir}/alternatives/vba_extract
 %{python3_sitelib}/xlsxwriter/
 %{python3_sitelib}/XlsxWriter-%{version}-py*.egg-info
 

++ XlsxWriter-0.8.7.tar.gz -> XlsxWriter-0.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XlsxWriter-0.8.7/Changes new/XlsxWriter-0.9.3/Changes
--- old/XlsxWriter-0.8.7/Changes2016-05-14 16:25:32.0 +0200
+++ new/XlsxWriter-0.9.3/Changes2016-07-09 00:15:36.0 +0200
@@ -1,4 +1,50 @@
 
+Release 0.9.3 - July 8 2016
+---
+
+* Added check to :func:`add_table` to prevent duplicate header names which
+  leads to a corrupt Excel file.
+  Issue `#362 `_.
+
+
+Release 0.9.2 - June 13 2016
+
+
+* Added workbook :func:`set_size` method to set the workbook window size.
+
+
+Release 0.9.1 - June 8 2016
+---
+
+* Added font 

commit geany for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package geany for openSUSE:Factory checked 
in at 2016-07-28 23:45:46

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


Package is "geany"

Changes:

--- /work/SRC/openSUSE:Factory/geany/geany.changes  2016-02-22 
08:57:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.geany.new/geany.changes 2016-07-28 
23:45:49.0 +0200
@@ -1,0 +2,46 @@
+Tue Jul 19 10:06:36 UTC 2016 - badshah...@gmail.com
+
+- Update to version 1.28
+  + General:
+- Improve support for GTK 3.20.
+- System filetype files and system tags files are now in
+  sub-directories *filedefs/* and *tags/* respectively.
+  + Bug fixes:
+- Fix canceling keybinding overriding by discarding the dialog
+  (gh#geany/geany#714).
+- Fix type name coloring when types change
+  (gh#geany/geany#1039, gh#geany/geany#1020,
+  gh#geany/geany#1022).
+- Fix undo of line end type change (gh#geany/geany#527,
+  gh#geany/geany#409).
+  + Editor:
+- Update Scintilla to version 3.6.6.
+- Improve Goto Symbol popup contents (gh#geany/geany#958).
+  + Filetypes:
+- Treat `.h` headers as C++ by default (gh#geany/geany#857).
+- Various improvements to the Ruby parser
+  (gh#geany/geany#587).
+- Fix Haskell single line comments (gh#geany/geany#1029).
+- Update Java keywords (gh#geany/geany#1024).
+- Fix handling of curly brackets in Make.
+- Add ECMAScript 6 keywords (gh#geany/geany#980).
+- Slight improvement to the Java file template
+  (gh#geany/geany#1073).
+- Add missing `last-child` CSS pseudo-class
+  (gh#geany/geany#1102).
+  + API:
+- Don't require static strings for key group name and label
+  (gh#geany/geany#1126).
+- Formally add TMTag to the API (gh#geany/geany#1093).
+  + Plugins:
+- Class builder: use `.hpp` extension for C++ headers by
+  default (gh#geany/geany#999).
+  + Updated translations.
+- Changes from version 1.27:
+  + See http://www.geany.org/Main/20160313.
+- Add geany-appstream.patch to install translated metadata file
+  (https://github.com/geany/geany/pull/1142); add BuildRequires on
+  automake, autoconf, libtool and run autoreconf as patch touches
+  autotool files.
+
+---

Old:

  geany-1.26.tar.bz2

New:

  geany-1.28.tar.bz2
  geany-appstream.patch



Other differences:
--
++ geany.spec ++
--- /var/tmp/diff_new_pack.W4Pei8/_old  2016-07-28 23:45:50.0 +0200
+++ /var/tmp/diff_new_pack.W4Pei8/_new  2016-07-28 23:45:50.0 +0200
@@ -19,7 +19,7 @@
 %define prefer_gtk2 0
 
 Name:   geany
-Version:1.26
+Version:1.28
 Release:0
 Summary:Small and lightweight IDE
 License:GPL-2.0+
@@ -27,10 +27,15 @@
 Url:http://geany.org/
 Source: http://download.geany.org/%{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+# PATCH-FIX-UPSTREAM geany-appstream.patch gh#geany/geany#1142 
badshah...@gmail.com -- Downstream created appstream file, submitted upstream
+Patch0: geany-appstream.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  docutils
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 %if %{prefer_gtk2}
 BuildRequires:  gtk2-devel
 %else
@@ -85,8 +90,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+autoreconf -i
 %configure \
 %if !(0%{?prefer_gtk2})
--enable-gtk3 \
@@ -127,6 +134,8 @@
 %{_datadir}/icons/Tango/
 %dir %{_libdir}/geany
 %{_libdir}/geany/*.so
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/geany.appdata.xml
 
 %files -n libgeany0
 %defattr(-,root,root)

++ geany-1.26.tar.bz2 -> geany-1.28.tar.bz2 ++
 377787 lines of diff (skipped)

++ geany-appstream.patch ++
diff --git a/Makefile.am b/Makefile.am
index 04e4a87..a1b35b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,6 +17,7 @@ WIN32_BUILD_FILES = \
 EXTRA_DIST = \
autogen.sh \
scripts/gen-api-gtkdoc.py \
+geany.appdata.xml.in \
geany.desktop.in \
geany.pc.in \
geany.spec \
@@ -85,3 +86,9 @@ desktopdir = $(datadir)/applications
 desktop_in_files = geany.desktop
 desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
+
+appdata_in_files = geany.appdata.xml.in
+
+appdatadir = $(datadir)/appdata
+nodist_appdata_DATA = geany.appdata.xml
+@INTLTOOL_XML_RULE@
diff --git a/geany.appdata.xml.in b/geany.appdata.xml.in
new file mode 100644
index 000..862cbcc
--- /dev/null
+++ b/geany.appdata.xml.in
@@ -0,0 +1,32 @@
+
+
+  geany.desktop
+  CC0-1.0
+  <_name>Geany IDE
+  GPL-2.0+

commit python3-pyudev for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-pyudev for openSUSE:Factory 
checked in at 2016-07-28 23:46:08

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


Package is "python3-pyudev"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyudev/python3-pyudev.changes
2016-06-02 09:38:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyudev.new/python3-pyudev.changes   
2016-07-28 23:46:13.0 +0200
@@ -1,0 +2,20 @@
+Fri Jul 22 15:40:38 UTC 2016 - a...@gmx.de
+
+- update to version 0.21.0:
+  * Deprecate use of Device object as mapping from udev property names
+to values.
+  * Add a Properties class and a Device.properties() method for udev
+properties.
+  * Fix places where Device object was incorrectly used in a boolean
+context.
+  * Return an empty string, not None, if the property value is an
+empty string.
+  * Exceptions re-raised from libudev calls now have a message string.
+  * Insert a warning about using a Device in a boolean context in
+docs.
+  * Infrastructure for vagrant tests is removed.
+  * Various internal refactorings.
+  * Extensive test improvements.
+  * Numerous documentation fixes.
+
+---

Old:

  pyudev-0.20.0.tar.gz

New:

  pyudev-0.21.0.tar.gz



Other differences:
--
++ python3-pyudev.spec ++
--- /var/tmp/diff_new_pack.7RLdm8/_old  2016-07-28 23:46:15.0 +0200
+++ /var/tmp/diff_new_pack.7RLdm8/_new  2016-07-28 23:46:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyudev
-Version:0.20.0
+Version:0.21.0
 Release:0
 Summary:Udev bindings for Python
 License:LGPL-2.1+

++ pyudev-0.20.0.tar.gz -> pyudev-0.21.0.tar.gz ++
 3418 lines of diff (skipped)




commit sysdig for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package sysdig for openSUSE:Factory checked 
in at 2016-07-28 23:46:04

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


Package is "sysdig"

Changes:

--- /work/SRC/openSUSE:Factory/sysdig/sysdig.changes2016-07-05 
09:52:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.sysdig.new/sysdig.changes   2016-07-28 
23:46:07.0 +0200
@@ -1,0 +2,17 @@
+Fri Jul 15 14:51:11 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.11.0:
+  * Support for tracers. A way to add user level events to sysdig 
+stream. Seeannouncement blog post.
+  * New csysdig views: Traces List, Traces Summary, Traces 
+Spectogram
+  * New evtin.* and span.* filters startswith operand for strings, 
+ex: fd.name startswith /etc
+  * evt.is_open_{read,write} fields, true or false if an event is 
+an open() in read or write
+  * Improved performances of Kubernetes metadata parsing.
+  * Bug fixes for IPv6
+- Add sysdig-do-not-use-private-jq-api.patch to allow building
+  with system JQ
+
+---

Old:

  sysdig-0.10.1.tar.gz

New:

  sysdig-0.11.0.tar.gz
  sysdig-do-not-use-private-jq-api.patch



Other differences:
--
++ sysdig.spec ++
--- /var/tmp/diff_new_pack.6WL9b6/_old  2016-07-28 23:46:09.0 +0200
+++ /var/tmp/diff_new_pack.6WL9b6/_new  2016-07-28 23:46:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sysdig
-Version:0.10.1
+Version:0.11.0
 Release:0
 Summary:System-level exploration
 License:GPL-2.0
@@ -25,11 +25,14 @@
 Url:http://www.sysdig.org/
 Source0:
https://github.com/draios/%{name}/archive/%{version}/sysdig-%{version}.tar.gz
 Source1:sysdig-kmp-preamble
+# PATCH-FIX-UPSTREAM -- sysdig-do-not-use-private-jq-api.patch 
gh#draios/sysdig#626
+Patch0: sysdig-do-not-use-private-jq-api.patch
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libb64-devel
+BuildRequires:  libjq-devel
 BuildRequires:  lua51-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
@@ -57,6 +60,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export SYSDIG_CHISEL_DIR=%{_datadir}%{name}/chisels
@@ -68,6 +72,7 @@
   -DUSE_BUNDLED_OPENSSL=OFF \
   -DUSE_BUNDLED_CURL=OFF \
   -DUSE_BUNDLED_B64=OFF \
+  -DUSE_BUNDLED_JQ=OFF \
   -DDIR_ETC=%{_sysconfdir} \
   -DBUILD_DRIVER=OFF \
   -Wno-dev
@@ -84,7 +89,7 @@
-C ../driver clean
 done
 rm -rf %{buildroot}%{_prefix}/src/*
-%fdupes %{buildroot}/%{_datadir}
+%fdupes -s %{buildroot}/%{_datadir}
 
 %files
 %defattr(-,root,root,-)

++ sysdig-0.10.1.tar.gz -> sysdig-0.11.0.tar.gz ++
 5527 lines of diff (skipped)

++ sysdig-do-not-use-private-jq-api.patch ++
Only in sysdig-0.11.0.fix: build
diff -ru sysdig-0.11.0/userspace/libsinsp/json_query.h 
sysdig-0.11.0.fix/userspace/libsinsp/json_query.h
--- sysdig-0.11.0/userspace/libsinsp/json_query.h   2016-07-14 
10:11:40.0 +0200
+++ sysdig-0.11.0.fix/userspace/libsinsp/json_query.h   2016-07-21 
21:50:23.582406170 +0200
@@ -24,17 +24,9 @@
 // jq is not C++-friendly
 extern "C"
 {
-   #include "compile.h"
#include "jv.h"
#include "jq.h"
//+++ jq C++ compile fixes
-   #ifndef NDEBUG
-   #   define NDEBUG
-   #   include "jv_alloc.h"
-   #   undef NDEBUG
-   #else
-   #   include "jv_alloc.h"
-   #endif // NDEBUG
#ifndef HAVE_MKSTEMP
#   include 
#   include 
@@ -58,8 +50,6 @@
}
#   define HAVE_MKSTEMP
#endif // HAVE_MKSTEMP
-   //--- jq C++ compile fix
-   #include "util.h"
 }
 
 #include 



commit python3-argh for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-argh for openSUSE:Factory 
checked in at 2016-07-28 23:45:54

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


Package is "python3-argh"

Changes:

--- /work/SRC/openSUSE:Factory/python3-argh/python3-argh.changes
2016-05-25 21:23:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-argh.new/python3-argh.changes   
2016-07-28 23:45:58.0 +0200
@@ -1,0 +2,8 @@
+Fri Jul 22 15:51:31 UTC 2016 - a...@gmx.de
+
+- update to version 0.26.2:
+  * Removed official support for Python 3.4, added for 3.5.
+  * Various tox-related improvements for development.
+  * Improved documentation.
+
+---
@@ -7 +14,0 @@
-

Old:

  argh-0.26.1.tar.gz

New:

  argh-0.26.2.tar.gz



Other differences:
--
++ python3-argh.spec ++
--- /var/tmp/diff_new_pack.cGFMTG/_old  2016-07-28 23:45:59.0 +0200
+++ /var/tmp/diff_new_pack.cGFMTG/_new  2016-07-28 23:45:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-argh
-Version:0.26.1
+Version:0.26.2
 Release:0
 Url:http://github.com/neithere/argh/
 Summary:A simple argparse wrapper

++ argh-0.26.1.tar.gz -> argh-0.26.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argh-0.26.1/PKG-INFO new/argh-0.26.2/PKG-INFO
--- old/argh-0.26.1/PKG-INFO2014-10-30 14:53:48.0 +0100
+++ new/argh-0.26.2/PKG-INFO2016-05-11 22:54:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: argh
-Version: 0.26.1
+Version: 0.26.2
 Summary: An unobtrusive argparse wrapper with natural syntax
 Home-page: http://github.com/neithere/argh/
 Author: Andrey Mikhaylenko
@@ -9,11 +9,32 @@
 Description: Argh: The Natural CLI
 =
 
-.. image:: https://badge.fury.io/py/argh.png
-   :target: http://badge.fury.io/py/argh
+.. image:: https://img.shields.io/coveralls/neithere/argh.svg
+:target: https://coveralls.io/r/neithere/argh
 
-.. image:: https://travis-ci.org/neithere/argh.png?branch=master
-   :target: https://travis-ci.org/neithere/argh
+.. image:: https://img.shields.io/travis/neithere/argh.svg
+:target: https://travis-ci.org/neithere/argh
+
+.. image:: https://img.shields.io/pypi/format/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/status/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/v/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/pyversions/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/dd/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://readthedocs.org/projects/argh/badge/?version=stable
+:target: http://argh.readthedocs.org/en/stable/
+
+.. image:: https://readthedocs.org/projects/argh/badge/?version=latest
+:target: http://argh.readthedocs.org/en/latest/
 
 Building a command-line interface?  Found yourself uttering "argh!" 
while
 struggling with the API of `argparse`?  Don't like the complexity but 
need
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/argh-0.26.1/README.rst new/argh-0.26.2/README.rst
--- old/argh-0.26.1/README.rst  2014-10-27 13:40:45.0 +0100
+++ new/argh-0.26.2/README.rst  2015-10-12 23:01:26.0 +0200
@@ -1,11 +1,32 @@
 Argh: The Natural CLI
 =
 
-.. image:: https://badge.fury.io/py/argh.png
-   :target: http://badge.fury.io/py/argh
+.. image:: https://img.shields.io/coveralls/neithere/argh.svg
+:target: https://coveralls.io/r/neithere/argh
 
-.. image:: https://travis-ci.org/neithere/argh.png?branch=master
-   :target: https://travis-ci.org/neithere/argh
+.. image:: https://img.shields.io/travis/neithere/argh.svg
+:target: https://travis-ci.org/neithere/argh
+
+.. image:: https://img.shields.io/pypi/format/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/status/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/v/argh.svg
+:target: https://pypi.python.org/pypi/argh
+
+.. image:: https://img.shields.io/pypi/pyversions/argh.svg
+:target: 

commit python3-gevent for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python3-gevent for openSUSE:Factory 
checked in at 2016-07-28 23:45:49

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


Package is "python3-gevent"

Changes:

--- /work/SRC/openSUSE:Factory/python3-gevent/python3-gevent.changes
2016-05-25 21:24:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-gevent.new/python3-gevent.changes   
2016-07-28 23:45:55.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul 21 15:17:23 UTC 2016 - a...@gmx.de
+
+- update to version 1.1.2:
+  * Python 2: sendall on a non-blocking socket could spuriously fail
+with a timeout.
+  * If sys.stderr has been monkey-patched (not recommended),
+exceptions that the hub reports aren't lost and can still be
+caught. Reported in :issue:`825` by Jelle Smet.
+  * :class:`selectors.SelectSelector` is properly monkey-patched
+regardless of the order of imports. Reported in :issue:`835` by
+Przemysław Węgrzyn.
+  * Python 2: reload(site) no longer fails with a TypeError if gevent
+has been imported. Reported in :issue:`805` by Jake Hilton.
+
+---
@@ -7 +21,0 @@
-

Old:

  gevent-1.1.1.tar.gz

New:

  gevent-1.1.2.tar.gz



Other differences:
--
++ python3-gevent.spec ++
--- /var/tmp/diff_new_pack.dsKFIg/_old  2016-07-28 23:45:57.0 +0200
+++ /var/tmp/diff_new_pack.dsKFIg/_new  2016-07-28 23:45:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-gevent
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Python network library that uses greenlet and libevent
 License:MIT

++ gevent-1.1.1.tar.gz -> gevent-1.1.2.tar.gz ++
 26042 lines of diff (skipped)




commit liblognorm for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package liblognorm for openSUSE:Factory 
checked in at 2016-07-28 23:45:57

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


Package is "liblognorm"

Changes:

--- /work/SRC/openSUSE:Factory/liblognorm/liblognorm.changes2016-03-16 
10:36:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblognorm.new/liblognorm.changes   
2016-07-28 23:46:04.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 23 10:47:17 UTC 2016 - astie...@suse.com
+
+- liblognorm 2.0.0 (liblognorm5):
+  *  completely rewritten, much feature-enhanced version
+  *  requires libfastjson instead of json-c
+  *  lognormalizer tool can now handle lines larger 10k characters
+
+---

Old:

  liblognorm-1.1.3.tar.gz

New:

  liblognorm-2.0.0.tar.gz



Other differences:
--
++ liblognorm.spec ++
--- /var/tmp/diff_new_pack.8Qxmq5/_old  2016-07-28 23:46:06.0 +0200
+++ /var/tmp/diff_new_pack.8Qxmq5/_new  2016-07-28 23:46:06.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define sover 2
+%define sover 5
 %define with_html_docs 0%{?suse_version} >= 1310 && 0%{?suse_version} != 1315
 Name:   liblognorm
-Version:1.1.3
+Version:2.0.0
 Release:0
 Summary:Library and tool to normalize log data
 License:LGPL-2.1+ and Apache-2.0
@@ -28,17 +28,15 @@
 Source0:
http://www.liblognorm.com/download/files/download/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(json-c)
+BuildRequires:  pkgconfig >= 0.9.0
 BuildRequires:  pkgconfig(libestr)
 BuildRequires:  pkgconfig(libfastjson) >= 0.99.0
 BuildRequires:  pkgconfig(libpcre)
-BuildRequires:  pkgconfig(pkg-config) >= 0.9.0
 %else
 BuildRequires:  libestr-devel
 BuildRequires:  libfastjson-devel >= 0.99.0
-BuildRequires:  libjson-c-devel
 BuildRequires:  pcre-devel
-BuildRequires:  pkg-config >= 0.9.0
+BuildRequires:  pkgconfig >= 0.9.0
 %endif
 %if %{with_html_docs}
 BuildRequires:  python-sphinx
@@ -126,6 +124,8 @@
--disable-static \
--enable-regexp \
--disable-testbench \
+   --enable-advanced-stats \
+   --enable-tools \
 %if %{with_html_docs}
--enable-docs \
--docdir=%{_docdir}/%{name} \

++ liblognorm-1.1.3.tar.gz -> liblognorm-2.0.0.tar.gz ++
 42773 lines of diff (skipped)




commit OpenLP for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package OpenLP for openSUSE:Factory checked 
in at 2016-07-28 23:45:40

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


Package is "OpenLP"

Changes:

--- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes2014-11-11 
01:11:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP.changes   2016-07-28 
23:45:45.0 +0200
@@ -1,0 +2,18 @@
+Fri Jul 22 11:46:49 UTC 2016 - p.drou...@gmail.com
+
+- Add suse_corrections.patch
+
+---
+Thu Jul  7 08:16:50 UTC 2016 - schrott3...@yahoo.de
+
+- Updated from version 2.4.1 to version 2.4.2 
+
+---
+Sat Jun 25 15:50:00 UTC 2016 - schrott3...@yahoo.de
+
+- Updated from version 2.0.5 to version 2.4.1
+- Small error corrections
+  * Corrected keywords in desktop file
+  * Removed shebang from vlc.py
+
+---

Old:

  OpenLP-2.0.5.tar.gz

New:

  OpenLP-2.4.2.tar.gz
  suse_corrections.patch



Other differences:
--
++ OpenLP.spec ++
--- /var/tmp/diff_new_pack.b4Tfta/_old  2016-07-28 23:45:48.0 +0200
+++ /var/tmp/diff_new_pack.b4Tfta/_new  2016-07-28 23:45:48.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenLP
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,41 +17,39 @@
 
 
 Name:   OpenLP
-Version:2.0.5
+Version:2.4.2
 Release:0
 Summary:Open source Church presentation and lyrics projection 
application
 License:GPL-2.0
 Group:  Productivity/Multimedia/Other
 Url:http://openlp.org
-Source0:
http://downloads.sourceforge.net/openlp/openlp/%{version}/%{name}-%{version}.tar.gz
+Source0:https://get.openlp.org/%{version}/%{name}-%{version}.tar.gz
 Source1:OpenLP-rpmlintrc
+Patch0: suse_corrections.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-BuildRequires:  libqt4-devel
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  libqt5-linguist
+BuildRequires:  python3
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
 BuildRequires:  update-desktop-files
 Requires:   hicolor-icon-theme
-Requires:   libphonon4
-Requires:   python-Mako
-Requires:   python-SQLAlchemy
-Requires:   python-beautifulsoup
-Requires:   python-chardet
-Requires:   python-lxml
-Requires:   python-pyenchant
-Requires:   python-qt4
-Requires:   python-sqlalchemy-migrate
-Requires:   python-xdg
+Requires:   python3-Mako
+Requires:   python3-SQLAlchemy
+Requires:   python3-alembic
+Requires:   python3-beautifulsoup4
+Requires:   python3-chardet
+Requires:   python3-lxml
+Requires:   python3-nose
+Requires:   python3-pyenchant
+Requires:   python3-qt5
+Requires:   python3-xdg
 Recommends: libreoffice-pyuno
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
 
 %description
 OpenLP is a church presentation software, for lyrics projection software,
@@ -60,17 +58,19 @@
 
 %prep
 %setup -q
-# Needed to prevent /usr/lib/python2.7/site-packages/resources from being built
-rm resources/__init__.py
+%patch0 -p1
+
+# Remove unit tests
+rm tests/__init__.py
 
 %build
-python setup.py build
+python3 setup.py build
 
 # Compile the translation files and copy them to the correct directory
 # Presumes you are in the base directory of OpenLP
 
 %install
-python setup.py install --skip-build -O1 --prefix=%{_prefix} 
--root=%{buildroot}
+python3 setup.py install --skip-build -O1 --prefix=%{_prefix} 
--root=%{buildroot}
 
 install -m644 -p -D resources/images/openlp-logo-16x16.png 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/openlp.png
 install -m644 -p -D resources/images/openlp-logo-32x32.png 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/openlp.png
@@ -79,11 +79,11 @@
 
 %suse_update_desktop_file -i -r openlp AudioVideo Video Player
 
-mv %{buildroot}%{_bindir}/openlp.pyw %{buildroot}%{_bindir}/openlp
+mv %{buildroot}%{_bindir}/openlp.py 

commit gnome-terminal for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2016-07-28 23:45:18

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


Package is "gnome-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2016-06-02 12:38:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2016-07-28 23:45:19.0 +0200
@@ -1,0 +2,20 @@
+Mon Jul 25 22:19:39 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-terminal-notebook-avoid-crash-on-tab-DND.patch and
+  gnome-terminal-profile-editor-initialize-palette.patch: Two
+  cherrypicked bugfix commits from upstream stable branch
+  (bgo#768850, bgo#769161, boo#980474).
+
+---
+Thu Jul 21 18:07:36 CEST 2016 - fcro...@suse.com
+
+- Update gnome-terminal-resize-fix.patch with latest revision of
+  the patches, still not accepted upstream (bgo#760944 bsc#987859).
+
+---
+Tue May 24 10:53:39 UTC 2016 - zai...@opensuse.org
+
+- Add gnome-terminal-resize-fix.patch: Fix resizing of
+  gnome-terminal, patches from upstream bug (bgo#760944).
+
+---
@@ -18,0 +39,5 @@
+Tue May 17 20:49:17 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -30,0 +56,9 @@
+Thu Apr 14 21:40:36 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Drop 0001-build-Add-cleanup-functions.patch,
+  0001-all-Do-not-use-s-format-with-g_variant_get.patch,
+  0001-profile-Fix-dummy-settings-patch.patch,
+  0001-utils-Fix-double-free-in-error-path.patch: fixed upstream.
+
+---
@@ -389,0 +424,10 @@
+
+---
+Thu Apr 10 17:54:48 UTC 2014 - mgo...@suse.com
+
+- Add
+  0001-build-Add-cleanup-functions.patch,
+  0001-all-Do-not-use-s-format-with-g_variant_get.patch,
+  0001-profile-Fix-dummy-settings-patch.patch,
+  0001-utils-Fix-double-free-in-error-path.patch: fixes for crashes
+  from upstream (bgo#708198, bgo#724264).

New:

  gnome-terminal-notebook-avoid-crash-on-tab-DND.patch
  gnome-terminal-profile-editor-initialize-palette.patch
  gnome-terminal-resize-fix.patch



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.24tECz/_old  2016-07-28 23:45:20.0 +0200
+++ /var/tmp/diff_new_pack.24tECz/_new  2016-07-28 23:45:20.0 +0200
@@ -24,6 +24,12 @@
 Group:  System/X11/Terminals
 Url:http://www.gnome.org
 Source: 
http://download.gnome.org/sources/gnome-terminal/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-terminal-resize-fix.patch bgo#760944 
zai...@opensuse.org -- Fix resizing of gnome-terminal, patches from upstream 
bug.
+Patch0: gnome-terminal-resize-fix.patch
+# PATCH-FIX-UPSTREAM gnome-terminal-profile-editor-initialize-palette.patch 
bgo#768850 zai...@opensuse.org -- profile: editor: Properly initialize the 
first palette color
+Patch1: gnome-terminal-profile-editor-initialize-palette.patch
+# PATCH-FIX-UPSTREAM gnome-terminal-notebook-avoid-crash-on-tab-DND.patch 
bgo#769161 zai...@opensuse.org -- notebook: avoid crash on tab DND
+Patch2: gnome-terminal-notebook-avoid-crash-on-tab-DND.patch
 BuildRequires:  fdupes
 # Needed for search provider. It should not be needed in my opionion, we have 
to take this up with upstream, or just provide search provider interface 
definition file as source.
 BuildRequires:  gnome-shell
@@ -81,6 +87,9 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+%patch2 -p1
 translation-update-upstream
 
 %build

++ gnome-terminal-notebook-avoid-crash-on-tab-DND.patch ++
>From 69e82e354de26cd7e6957b95740c724ed1c31c10 Mon Sep 17 00:00:00 2001
From: Andreas Henriksson 
Date: Mon, 25 Jul 2016 19:38:18 +0200
Subject: notebook: avoid crash on tab DND

See "gtk_notebook_detach_tab" API documentation. Using it instead
of gtk_container_remove avoids an assertion crash in gtk+ when
dragging and dropping a tab between terminal windows.

See also original bug report at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825818

https://bugzilla.gnome.org/show_bug.cgi?id=769161
(cherry picked from commit 85b448f7c9e219e82d4d8abafe405d73349c08c1)
---
 src/terminal-notebook.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/src/terminal-notebook.c b/src/terminal-notebook.c
index 

commit sendmail for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2016-07-28 23:45:26

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


Package is "sendmail"

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2014-05-27 
12:03:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2016-07-28 
23:45:28.0 +0200
@@ -1,0 +2,214 @@
+Tue Jul 19 13:50:21 UTC 2016 - dims...@opensuse.org
+
+- Fix License: Even https://spdx.org/licenses/Sendmail.html lists
+  "Sendmail" as the valid identifier. Same as
+  http://license.opensuse.org/ does. "Sendmail License" is in the
+  column "Full Name". The License: tag requires the identifier.
+- Fix some more rpmlint warnings:
+  + sendmail: W: suse-missing-rclink sendmail:
+- Ship /usr/sbin/rcsendmail symlink to /usr/sbin/service
+  + sendmail: W: suse-missing-rclink sendmail-client
+- Ship /usr/sbin/rcsendmail-client symlink to /usr/sbin/service
+  + sendmail: W: suse-wrong-suse-capitalisation:
+- Rename README.SuSE to README.SUSE (fix spelling also inside
+  the file).
+  + sendmail: W: permissions-dir-without-slash
+- Fix permissions and permissions.paranoid inside
+  sendmail-suse.tar.bz2.
+  + sendmail: W: systemd-service-without-service_del_postun:
+- Add corresponding macros to postun script when not building
+  with sysvinit support.
+  + sendmail: W: systemd-service-without-service_add_pre:
+- Add corresponding macros to pre script when not building
+  with sysvinit support.
+
+---
+Thu Jun 16 13:46:21 UTC 2016 - tchva...@suse.com
+
+- Drop unused patch:
+  * sendmail-8.14.7-warning.patch
+
+---
+Thu Jun 16 13:45:25 UTC 2016 - tchva...@suse.com
+
+- Split uucp to separate package, no technical reason for it to not
+  stand on its own
+- Drop uucp related patches:
+  + uucp-1.07-contrib.dif
+  + uucp-1.07-cu.patch
+  + uucp-1.07-grade.patch
+  + uucp-1.07-lockdev.patch
+  + uucp-1.07.dif
+  + uucp-texinfo-5.0.patch
+  + drop_ftime.patch
+
+---
+Thu May 19 12:40:21 UTC 2016 - wer...@suse.de
+
+- Do not use http://license.opensuse.org/ as reference for the Sendmail
+  license even if stated by rpmlint but 
https://spdx.org/licenses/Sendmail.html 
+
+---
+Thu Apr 14 14:49:20 UTC 2016 - wer...@suse.de
+
+- Avoid warning from chkstat due slash on directory path as last character
+
+---
+Thu Apr 14 07:42:10 UTC 2016 - wer...@suse.de
+
+- Update to sendmail 8.15.2 (boo#975416)
+  * If FEATURE(`nopercenthack') is used then some bogus input triggered
+a recursion which was caught and logged as
+SYSERR: rewrite: excessive recursion (max 50) ...
+Fix based on patch from Ondrej Holas.
+  * DHParameters now by default uses an included 2048 bit prime.
+The value 'none' previously caused a log entry claiming
+there was an error "cannot read or set DH parameters".
+Also note that this option applies to the server side only.
+  * The U= mailer field didn't accept group names containing hyphens,
+underbars, or periods.  Based on patch from David Gwynne
+of the University of Queensland.
+  * CONFIG: Allow connections from IPv6:0:0:0:0:0:0:0:1 to relay again.
+Patch from Lars-Johan Liman of Netnod Internet Exchange.
+  * CONFIG: New option UseCompressedIPv6Addresses to select between
+compressed and uncompressed IPv6 addresses.  The default
+value depends on the compile-time option IPV6_FULL:
+For 1 the default is False, for 0 it is True, thus
+preserving the current behaviour.  Based on patch from
+John Beck of Oracle.
+  * CONFIG: Account for IPv6 localhost addresses in
+FEATURE(`block_bad_helo').  Suggested by Andrey Chernov
+from FreeBSD and Robert Scheck from the Fedora Project.
+  * CONFIG: Account for IPv6 localhost addresses in check_mail ruleset.
+  * LIBMILTER: Deal with more invalid protocol data to avoid potential
+crashes.  Problem noted by Dimitri Kirchner.
+  * LIBMILTER: Allow a milter to specify an empty macro list ("", not
+NULL) in smfi_setsymlist() so no macro is sent for the
+selected stage.
+  * MAKEMAP: A change to check TrustedUser in fewer cases which was
+made in 2013 caused a potential regression when makemap
+was run as root (which should not be done anyway).
+  * SECURITY: Properly set the close-on-exec flag for file descriptors
+(except stdin, stdout, and stderr) before executing mailers.
+  * If header 

commit openssh for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2016-07-28 23:45:11

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


Package is "openssh"

Changes:

--- /work/SRC/openSUSE:Factory/openssh/openssh-askpass-gnome.changes
2014-04-17 14:43:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh-askpass-gnome.changes   
2016-07-28 23:45:14.0 +0200
@@ -1,0 +2,15 @@
+Mon Jul 25 13:45:53 UTC 2016 - meiss...@suse.com
+
+- fixed url
+
+---
+Sun Apr 17 23:27:51 UTC 2016 - pce...@suse.com
+
+- upgrade to 7.2p2
+
+---
+Tue Feb 10 13:28:56 UTC 2015 - pce...@suse.com
+
+- changing license to 2-clause BSD to match source
+
+---
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2016-05-05 
13:18:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes 2016-07-28 
23:45:14.0 +0200
@@ -1,0 +2,594 @@
+Mon Jul 25 13:46:06 UTC 2016 - meiss...@suse.com
+
+- added gpg signature 
+
+---
+Tue Jun  7 16:52:45 UTC 2016 - pce...@suse.com
+
+- enable support for SSHv1 protocol and discourage its usage
+  (bsc#983307)
+- enable DSA by default for backward compatibility and discourage
+  its usage (bsc#983784)
+  [openssh-7.2p2-allow_DSS_by_default.patch]
+
+---
+Mon May 30 00:30:16 UTC 2016 - pce...@suse.com
+
+- enable trusted X11 forwarding by default
+  [openssh-7.2p2-X11_trusted_forwarding.patch]
+- set UID for lastlog properly 
+  [openssh-7.2p2-lastlog.patch]
+- enable use of PAM by default 
+  [openssh-7.2p2-enable_PAM_by_default.patch]
+- copy command line arguments properly 
+  [openssh-7.2p2-saveargv-fix.patch]
+- do not use pthreads in PAM code 
+  [openssh-7.2p2-dont_use_pthreads_in_PAM.patch]
+- fix paths in documentation 
+  [openssh-7.2p2-eal3.patch]
+- prevent race consitions triggered by SIGALRM 
+  [openssh-7.2p2-blocksigalrm.patch]
+- do send and accept locale environment variables by default
+  [openssh-7.2p2-send_locale.patch]
+- handle hostnames changes during X forwarding
+  [openssh-7.2p2-hostname_changes_when_forwarding_X.patch]
+- try to remove xauth cookies on exit
+  [openssh-7.2p2-remove_xauth_cookies_on_exit.patch]
+- properly format pts names for ?tmp? log files
+  [openssh-7.2p2-pts_names_formatting.patch]
+- check locked accounts when using PAM 
+  [openssh-7.2p2-pam_check_locks.patch]
+- chenge default PermitRootLogin to 'yes' to prevent unwanted
+  surprises on updates from older versions.
+  See README.SUSE for details
+  [openssh-7.2p2-allow_root_password_login.patch]
+- Disable DH parameters under 2048 bits by default and allow
+  lowering the limit back to the RFC 4419 specified minimum
+  through an option (bsc#932483, bsc#948902)
+  [openssh-7.2p2-disable_short_DH_parameters.patch]
+- Add getuid() and stat() syscalls to the seccomp filter
+  (bsc#912436)
+  [openssh-7.2p2-seccomp_getuid.patch,
+   openssh-7.2p2-seccomp_stat.patch]
+
+---
+Fri May 27 23:27:51 UTC 2016 - pce...@suse.com
+
+- upgrade to 7.2p2
+  upstream package without any SUSE patches
+  Distilled upstream log:
+- OpenSSH 6.7
+  Potentially-incompatible changes:
+  * sshd(8): The default set of ciphers and MACs has been
+altered to remove unsafe algorithms. In particular, CBC
+ciphers and arcfour* are disabled by default.
+The full set of algorithms remains available if configured
+explicitly via the Ciphers and MACs sshd_config options.
+  * sshd(8): Support for tcpwrappers/libwrap has been removed.
+  * OpenSSH 6.5 and 6.6 have a bug that causes ~0.2% of
+connections using the curve25519-sha...@libssh.org KEX
+exchange method to fail when connecting with something that
+implements the specification correctly. OpenSSH 6.7 disables
+this KEX method when speaking to one of the affected
+versions.
+  New Features:
+  * ssh(1), sshd(8): Add support for Unix domain socket
+forwarding. A remote TCP port may be forwarded to a local
+Unix domain socket and vice versa or both ends may be a Unix
+domain socket.
+  * ssh(1), ssh-keygen(1): Add support for SSHFP DNS records for
+ED25519 key types.
+  * sftp(1): Allow resumption of interrupted uploads.
+  * ssh(1): When rekeying, skip file/DNS lookups of the hostkey
+if it is the same as the one sent during initial key exchange
+  * sshd(8): Allow explicit ::1 and 127.0.0.1 forwarding bind
+addresses when GatewayPorts=no; 

commit mediastreamer2 for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package mediastreamer2 for openSUSE:Factory 
checked in at 2016-07-28 23:45:04

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


Package is "mediastreamer2"

Changes:

--- /work/SRC/openSUSE:Factory/mediastreamer2/mediastreamer2.changes
2016-07-12 23:49:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.mediastreamer2.new/mediastreamer2.changes   
2016-07-28 23:45:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 25 11:28:39 UTC 2016 - o...@aepfle.de
+
+- Build with ffmpeg unconditional
+
+---



Other differences:
--
++ mediastreamer2.spec ++
--- /var/tmp/diff_new_pack.MWCzkW/_old  2016-07-28 23:45:12.0 +0200
+++ /var/tmp/diff_new_pack.MWCzkW/_new  2016-07-28 23:45:12.0 +0200
@@ -20,7 +20,7 @@
 %define sobase  libmediastreamer_base
 %define sovoip  libmediastreamer_voip
 %define sover   6
-%bcond_with restricted
+%bcond_without ffmpeg
 Name:   mediastreamer2
 Version:2.12.1
 Release:0
@@ -58,7 +58,7 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xv)
 Recommends: %{name}-lang
-%if 0%{?suse_version} > 1320 || (0%{?sle_version} >= 120100 && 
0%{?is_opensuse}) || %{with restricted}
+%if %{with ffmpeg}
 BuildRequires:  pkgconfig(glew)
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libavcodec) >= 51.0.0
@@ -112,7 +112,7 @@
 %configure \
   --enable-external-ortp\
   --enable-zrtp \
-%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} >= 120100 && 
0%{?is_opensuse}) && %{without restricted}
+%if %{without ffmpeg}
   --disable-non-free-codecs \
   --disable-video   \
 %endif





commit konversation for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package konversation for openSUSE:Factory 
checked in at 2016-07-28 23:44:53

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


Package is "konversation"

Changes:

--- /work/SRC/openSUSE:Factory/konversation/konversation.changes
2015-05-11 19:32:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.konversation.new/konversation.changes   
2016-07-28 23:44:54.0 +0200
@@ -1,0 +2,32 @@
+Sun Jul 24 22:21:26 UTC 2016 - wba...@tmo.at
+
+- Update to 1.6.1:
+  * Added an option to allow a server to bypass the global proxy settings.
+  * Fixed a crash when changing the Qt style engine.
+  * Fixed a crash when running "/exec -showpath" with no script name.
+  * Fixed notification events for DCC Chats not working.
+  * Fixed crash when closing the DCC Status tab.
+  * Fixed crashes with the ISO-2022-JP encoding.
+  * Fixed the "Close All Open Queries" action not working properly.
+  * Minor UI polish, e.g. the margin under the nicklist when the Quick Button
+grid is disabled or emtpy.
+  * Fixed missing icons on the Next/Previous buttons in the search bar.
+  * On screens to small to fit Konversation's configuration dialog, the
+dialog will now show scrollbars around its content instead of the dialog
+buttons being forced off-screen.
+  * Konversation now sets its window icon in a way that causes a hi-res icon
+to be available in window switchers such as Plasma's Alt+Tab UI.
+  * Removed the spell checking language submenu from the context menu of the
+input bar - KDE Frameworks 5 now contains this upstream, leading to two
+submenus.
+  * Fixed installing the Oxygen nickname list theme.
+  * Fixed changes to the tab bar font's font weight being applied to the chat
+text area.
+  * Minor changes to tooltips to support the Wayland windowing system better.
+  * Fixed the Windows build.
+  * Added KCrash (DrKonqi) support.
+  * Improved support for the KDE Kiosk framework, fixing checks for the
+"shell_command" privilege.
+  * Added AppData metadata for app stores.
+
+---

Old:

  konversation-1.6.tar.xz

New:

  konversation-1.6.1.tar.xz



Other differences:
--
++ konversation.spec ++
--- /var/tmp/diff_new_pack.0PskXP/_old  2016-07-28 23:44:56.0 +0200
+++ /var/tmp/diff_new_pack.0PskXP/_new  2016-07-28 23:44:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package konversation
 #
-# 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,9 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if "%{?_kf5_appstreamdir}" == ""
+# it's not defined in Leap 42.1, so define it appropriately in that case
+%define _kf5_appstreamdir %{_kf5_sharedir}/appdata
+%endif
 
 Name:   konversation
-Version:1.6
+Version:1.6.1
 Release:0
 Summary:A User-Friendly IRC Client for KDE
 License:GPL-2.0+
@@ -30,6 +34,7 @@
 BuildRequires:  kconfig-devel
 BuildRequires:  kconfigwidgets-devel
 BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
 BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdoctools-devel
 BuildRequires:  kemoticons-devel
@@ -107,6 +112,8 @@
 %{_kf5_sharedir}/kconf_update/konversation*
 %{_kf5_sharedir}/konversation/
 %{_kf5_sharedir}/kxmlgui5/konversation/
+%dir %{_kf5_appstreamdir}
+%{_kf5_appstreamdir}/org.kde.konversation.appdata.xml
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,-)

++ konversation-1.6.tar.xz -> konversation-1.6.1.tar.xz ++
 98072 lines of diff (skipped)




commit kiwi for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2016-07-28 23:44:59

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


Package is "kiwi"

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2016-07-14 
09:42:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2016-07-28 
23:45:00.0 +0200
@@ -1,0 +2,85 @@
+Mon Jul 18 12:23:59 CEST 2016 - m...@suse.de
+
+- v7.03.82 released
+  
+---
+Mon Jul 18 12:09:41 CEST 2016 - m...@suse.de
+  
+- Fixed changelog generator
+  
+---
+Mon Jul 18 11:08:21 CEST 2016 - m...@suse.de
+  
+- v7.03.81 released
+  
+---
+Mon Jul 18 11:06:09 CEST 2016 - m...@suse.de
+  
+- Don't ask to start recovery in unattended mode
+  
+---
+Sun Jul 17 20:02:29 CEST 2016 - m...@suse.de
+  
+- Fixed __checkSelectedBootLoaderIncluded check
+  
+  When explicitly specifying in config.xml the version of
+  grub to be used, the  __checkSelectedBootLoaderIncluded()
+  function in KIWIRuntimeChecker.pm doesn't work properly.
+  This issue is that the comparison is done against
+  "grub=" which will never match "grub"
+  
+---
+Wed Jul 13 12:56:17 CEST 2016 - andrey.ara...@nixaid.com
+  
+- insserv is not a chkconfig
+  
+---
+Mon Jul 11 13:54:41 CEST 2016 - m...@suse.de
+  
+- v7.03.80 released
+  
+---
+Sun Jul 10 09:10:21 CEST 2016 - cyber...@opensuse.org
+  
+- prefer newer overlayfs, otherwise mount succeeds in compat mode but live 
image fail to boot/exhibit weird symptoms
+  
+---
+Sat Jul  9 16:45:29 CEST 2016 - cyber...@opensuse.org
+  
+- prefer newer overlayfs, otherwise mount succeeds in compat mode but live 
image fail to boot/exhibit weird symptoms
+  
+---
+Fri Jul  8 10:15:49 CEST 2016 - m...@suse.de
+  
+- v7.03.79 released
+  
+---
+Fri Jul  8 10:15:20 CEST 2016 - m...@suse.de
+  
+- Message commit for bug reference
+  
+  Fixup of VMware disk tag references (bnc#988087)
+  
+---
+Fri Jul  8 09:43:58 CEST 2016 - m...@suse.de
+  
+- v7.03.78 released
+  
+---
+Wed Jul  6 14:05:09 CEST 2016 - jma...@suse.com
+  
+- Conditionally prefix encoding to vmware disk tag
+  
+  Prior code was always adding the encoding statement to vmware disk tag;
+  in the event it is already present there's no need to add it a second time.
+  
+---
+Wed Jul  6 14:00:34 CEST 2016 - jma...@suse.com
+  
+- Remove null padding on the vmware disk tag
+  
+  The block of data read via dd is null padded; adding the tools data after
+  the padding breaks detection of the data. We need to remove the nulls (0x0)
+  so appends can occur adjacent to the block of strings.
+  
+---
@@ -38 +123 @@
-Fri Jun 17 12:36:00 CEST 2016 - k...@suse.de
+Fri Jun 17 12:36:00 CEST 2016 - k...@opensuse.org
@@ -47 +132 @@
-Fri Jun 17 12:30:50 CEST 2016 - k...@suse.de
+Fri Jun 17 12:30:50 CEST 2016 - k...@opensuse.org
@@ -91 +176 @@
-Mon Jun  6 11:17:08 CEST 2016 - i...@suse.de
+Mon Jun  6 11:17:08 CEST 2016 - i...@marguerite.su
@@ -98 +183 @@
-Mon Jun  6 11:14:01 CEST 2016 - i...@suse.de
+Mon Jun  6 11:14:01 CEST 2016 - i...@marguerite.su
@@ -167 +252 @@
-Thu May  5 21:34:14 CEST 2016 - dmuel...@suse.de
+Thu May  5 21:34:14 CEST 2016 - dmuel...@suse.com
@@ -182 +267 @@
-Mon May  2 17:05:43 CEST 2016 - dval...@suse.de
+Mon May  2 17:05:43 CEST 2016 - dval...@suse.com
@@ -207 +292 @@
-Mon Apr 25 08:08:18 CEST 2016 - x...@suse.de
+Mon Apr 25 08:08:18 CEST 2016 - x...@naver.com
@@ -277 +362 @@
-Mon Apr 11 08:35:23 CEST 2016 - alexandros.v...@suse.de
+Mon Apr 11 08:35:23 CEST 2016 - alexandros.v...@gmail.com
@@ -302 +387 @@
-Thu Mar 31 16:37:31 CEST 2016 - x...@suse.de
+Thu Mar 31 16:37:31 CEST 2016 - x...@naver.com
@@ -309 +394 @@
-Thu Mar 31 06:05:34 CEST 2016 - malh...@suse.de
+Thu Mar 31 06:05:34 CEST 2016 - malh...@gmail.com
@@ -316 +401 @@
-Wed Mar 30 12:23:24 CEST 2016 - n...@suse.de
+Wed Mar 30 12:23:24 CEST 2016 - n...@unseen.is
@@ -323 +408 @@
-Sat Mar 26 

commit docbook5-xsl-stylesheets for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package docbook5-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-07-28 23:44:46

Comparing /work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new (New)


Package is "docbook5-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook5-xsl-stylesheets/docbook5-xsl-stylesheets.changes
2016-01-08 15:23:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook5-xsl-stylesheets.new/docbook5-xsl-stylesheets.changes
   2016-07-28 23:44:47.0 +0200
@@ -1,0 +2,10 @@
+Mon Jul 25 08:44:32 UTC 2016 - fv...@suse.com
+
+- Change catalog entry for  consistency with docbook-xsl-stylesheets
+
+---
+Wed Jul 20 12:54:03 UTC 2016 - fv...@suse.com
+
+- Use update-xml-catalog
+
+---



Other differences:
--
++ docbook5-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.vZRbSe/_old  2016-07-28 23:44:48.0 +0200
+++ /var/tmp/diff_new_pack.vZRbSe/_new  2016-07-28 23:44:48.0 +0200
@@ -27,12 +27,14 @@
 License:SUSE-Docbook-XSL and Apache-2.0 and MIT and EPL-1.0 and 
MPL-1.1 and BSD-3-Clause and HPND and Zlib and LGPL-2.1+
 Group:  Productivity/Publishing/DocBook
 BuildRequires:  fdupes
-BuildRequires:  sgml-skel
+BuildRequires:  sgml-skel >= 0.7
 BuildRequires:  unzip
 BuildArch:  noarch
 Requires:   docbook_5
 Requires:   xmlcharent
-Requires(pre):  sgml-skel %{_bindir}/xmlcatalog
+Requires(pre):  sgml-skel >= 0.7
+Requires(post): sgml-skel >= 0.7
+Requires:   sgml-skel >= 0.7
 Version:1.79.0
 Release:0
 Source0:
http://sourceforge.net/projects/docbook/files/docbook-xsl-ns/%{version}/docbook-xsl-ns-%{version}.tar.bz2
@@ -66,7 +68,7 @@
 #
 
 #
-# /etc/xml/docbook-xsl-stylesheets.xml
+# /etc/xml/catalog/docbook5-xsl-stylesheets.xml
 #
 %{xmlcatalog} --noout --create %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
@@ -77,21 +79,10 @@
  "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteSystem" \
  "http://docbook.sourceforge.net/release/xsl-ns/current; \
- "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
+ "file://%{dbstyle_dir}/current" %{dbstyle_catalog}
 %{xmlcatalog} --noout --add "rewriteURI" \
  "http://docbook.sourceforge.net/release/xsl-ns/current; \
- "file://%{dbstyle_dir}/%{version}" %{dbstyle_catalog}
-
-#
-# temporary file that is added to /etc/xml/suse-catalog.xml
-# during post
-#
-%{xmlcatalog} --noout --create %{dbstyle_catalog_entry}
-%{xmlcatalog} --noout --add "delegateSystem" \
-  "http://docbook.sourceforge.net/release/xsl-ns/; \
-  "file:///etc/xml/%{dbstyle_catalog}" %{dbstyle_catalog_entry}
-%__sed -i -e '/' \
-   -e '/<\/catalog/i\ ' %{dbstyle_catalog_entry}
+ "file://%{dbstyle_dir}/current" %{dbstyle_catalog}
 
 #--
 %install
@@ -128,10 +119,9 @@
 popd >/dev/null
 fi
 
-# install the catalog files
-#
-%__install -m644 %{dbstyle_catalog} %{buildroot}%{_sysconfdir}/xml
-%__install -m644 %{dbstyle_catalog_entry} %{buildroot}%{_sysconfdir}/xml
+# install the catalog file
+mkdir -p %{buildroot}%{_sysconfdir}/xml/catalog.d/ # It should exist, but it 
doesn't...
+%__install -D -m644 %{dbstyle_catalog} 
%{buildroot}%{_sysconfdir}/xml/catalog.d/
 
 # the docs come last
 #
@@ -139,36 +129,11 @@
 
 %fdupes -s %{buildroot}
 
-#--
 %post
-#
-# XML Catalog entries for daps profiling
-#
-# remove existing entries first (if existing) - needed for
-# zypper in, since it does not call postun
-#
-# in case of an update, remove old
-if [ "2" = "$1" ]; then
-%{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-# ... and (re)add it again
-%{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} \
-  --add %{_sysconfdir}/xml/%{dbstyle_catalog_entry}
+update-xml-catalog
 
-exit 0
-
-#--
 %postun
-#
-# delete catalog entry for daps profiling
-# only run if package is really uninstalled ($1 = 0) and not
-# in case of an update
-#
-if [ "0" = "$1" ]; then
-   %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-
-exit 0
+update-xml-catalog
 
 #--
 %files
@@ -181,7 +146,7 @@
 %exclude %{dbstyle_dir}/%{version}/slides/slidy/.htaccess
 %exclude %{dbstyle_dir}/%{version}/slides/slidy/*/.htaccess
 
-%config %{_sysconfdir}/xml/*.xml

commit docbook-xsl-stylesheets for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package docbook-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-07-28 23:44:38

Comparing /work/SRC/openSUSE:Factory/docbook-xsl-stylesheets (Old)
 and  /work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new (New)


Package is "docbook-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
  2016-01-08 15:39:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
 2016-07-28 23:44:40.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul 19 11:44:56 UTC 2016 - fv...@suse.com
+
+- Use update-xml-catalog
+
+---



Other differences:
--
++ docbook-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.iVt5jN/_old  2016-07-28 23:44:41.0 +0200
+++ /var/tmp/diff_new_pack.iVt5jN/_new  2016-07-28 23:44:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook-xsl-stylesheets
 #
-# 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
@@ -35,12 +35,14 @@
 ## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-dbtoepub.patch Fixed dirname
 Patch0: %{name}-dbtoepub.patch
 BuildRequires:  fdupes
-BuildRequires:  sgml-skel
+BuildRequires:  sgml-skel >= 0.7
 BuildRequires:  unzip
 Requires:   docbook_4
 Requires:   xmlcharent
 Requires(pre):  %{_bindir}/xmlcatalog
-Requires(pre):  sgml-skel
+Requires:   sgml-skel >= 0.7
+Requires(post): sgml-skel >= 0.7
+Requires(postun): sgml-skel >= 0.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # BuildRequires:  dos2unix
 BuildArch:  noarch
@@ -97,7 +99,7 @@
 chmod 755 extensions/xslt.py
 
 %install
-
+mkdir -p %{buildroot}%{_sysconfdir}/xml/catalog.d # Should already exist...
 sh ./dbxslt-install.sh --package-version="%{realversion}" 
--buildroot=%{buildroot}
 
 # fixing permission errors from sources
@@ -116,44 +118,15 @@
 
 %fdupes -s %{buildroot}
 
-#--
-
 %post
-#
-# XML Catalog entries
-#
-# remove existing entries first (if existing) - needed for
-# zypper in, since it does not call postun
-#
-# in case of an update, remove old
-if [ "2" = "$1" ]; then
-  %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-# ... and (re)add it again
-%{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} \
-  --add %{_sysconfdir}/xml/%{dbstyle_catalog_entry}
-
-exit 0
-
-#--
+update-xml-catalog
 
 %postun
-#
-# delete catalog entry
-# only run if package is really uninstalled ($1 = 0) and not
-# in case of an update
-#
-if [ "0" = "$1" ]; then
-   %{_bindir}/edit-xml-catalog --group --catalog %{suse_catalog} --del %{name}
-fi
-
-exit 0
-
-#--
+update-xml-catalog
 
 %files
 %defattr(-, root, root)
-%config %{_sysconfdir}/xml/*.xml
+%config %{_sysconfdir}/xml/catalog.d/%{name}.xml
 %doc BUGS NEWS README RELEASE-NOTES.txt TODO
 %dir %{_datadir}/xml/docbook/stylesheet
 %dir %{_datadir}/xml/docbook/stylesheet/nwalsh

++ dbxslt-install.sh ++
--- /var/tmp/diff_new_pack.iVt5jN/_old  2016-07-28 23:44:41.0 +0200
+++ /var/tmp/diff_new_pack.iVt5jN/_new  2016-07-28 23:44:41.0 +0200
@@ -3,7 +3,7 @@
 # Installs the DocBook XSL Stylesheets on openSUSE systems
 #
 # Author: Thomas Schraitle
-# Copyright (C) 2013 t...@opensuse.org
+# Copyright (C) 2016 t...@opensuse.org
 #
 
 # set -x
@@ -21,10 +21,10 @@
 DATAROOTDIR=share
 DATADIR=$DATAROOTDIR
 DOCDIR=$DATAROOTDIR/doc/packages
-SYSCONFDIR=/etc
+SYSCONFDIR=etc
 XMLCONFDIR=$SYSCONFDIR/xml
 XMLDIR=$DATAROOTDIR/xml
-DBSTYLE_CATALOG=$PACKAGE.xml
+DBSTYLE_CATALOG=catalog.d/$PACKAGE.xml
 DBSTYLE_DIR=$XMLDIR/docbook/stylesheet/nwalsh
 ORIG_DBSTYLE_DIR=$PREFIX/$DBSTYLE_DIR
 
@@ -83,7 +83,6 @@
 xmldir=$XMLDIR
 xsltrootdir=$XSLTROOTDIR
 dbstyle_catalog=$DBSTYLE_CATALOG
-dbstyle_catalog_entry=${DBSTYLE_CATALOG_ENTRY}
 dbstyle_dir=$DBSTYLE_DIR
 EOF
 }
@@ -191,8 +190,6 @@
 XSLTROOTDIR=$PREFIX/$XSLTROOTDIR
 # XSLTDIR=$PREFIX/$XSLTDIR
 
-DBSTYLE_CATALOG=$PACKAGE.xml
-DBSTYLE_CATALOG_ENTRY=for-catalog-${PACKAGE}-${PACKAGE_VERSION}.xml
 DBSTYLE_DIR=$XMLDIR/docbook/stylesheet/nwalsh
 
 printvariables
@@ -219,15 +216,6 @@
cp ${DEBUG_SCRIPT:+-v} -a $DBXSLT_DIRS  $DBSTYLE_DIR/$PACKAGE_VERSION
 }
 
-
-function create_link() {
-   my_debug "\n\n=== Create link ==="
-
-   pushd 

commit librdmacm for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package librdmacm for openSUSE:Factory 
checked in at 2016-07-28 23:44:31

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


Package is "librdmacm"

Changes:

--- /work/SRC/openSUSE:Factory/librdmacm/librdmacm.changes  2016-07-21 
07:54:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.librdmacm.new/librdmacm.changes 2016-07-28 
23:44:34.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 13:56:42 UTC 2016 - jeng...@inai.de
+
+- Remove useless --with-pic (for static only - unbuilt).
+  Own all directories. Update description.
+
+---



Other differences:
--
++ librdmacm.spec ++
--- /var/tmp/diff_new_pack.iuRMkN/_old  2016-07-28 23:44:35.0 +0200
+++ /var/tmp/diff_new_pack.iuRMkN/_new  2016-07-28 23:44:35.0 +0200
@@ -20,7 +20,7 @@
 Name:   librdmacm
 Version:1.1.0
 Release:0
-Summary:RDMA cm library
+Summary:RDMA Communication Management library
 License:BSD-2-Clause or GPL-2.0
 Group:  Productivity/Networking/Other
 Url:http://www.openfabrics.org
@@ -34,25 +34,37 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-RDMA cm library
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
 
 %package -n librdmacm%{so_version}
-Summary:RDMA cm runtime library
+Summary:RDMA Communication Manager runtime library
 Group:  System/Libraries
 Obsoletes:  librdmacm < %{version}
 Provides:   librdmacm = %{version}
 
 %description -n librdmacm%{so_version}
-This package contains the RGM cm runtime library.
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
 
 %packagedevel
-Summary:Development files for the librdmacm library
+Summary:Development files for the RDMA Communication Manager library
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{so_version} = %{version}
 Requires:   libibverbs-devel
 
 %description devel
-Development files for the librdmacm library.
+The RDMA CM is a communication manager used to setup reliable,
+connected and unreliable datagram data transfers. It provides an RDMA
+transport neutral interface for establishing connections.
+
+The API concepts are based on sockets, but adapted for queue pair
+(QP) based semantics: communication must be over a specific RDMA
+device, and data transfers are message based.
+
+This subpackage contains the development files for the librdmacm library.
 
 %packagetools
 Summary:Tools and example programs using the RDMA cm library
@@ -71,7 +83,6 @@
 %build
 autoreconf -fvi
 %configure \
---with-pic \
 --disable-silent-rules \
 --disable-static
 make %{?_smp_mflags}
@@ -86,7 +97,6 @@
 
 %files tools
 %defattr(-, root, root)
-%dir %{_libdir}/rsocket
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man7/*
@@ -95,13 +105,15 @@
 %defattr(-, root, root)
 %doc COPYING
 %{_libdir}/librdmacm.so.*
+%dir %{_libdir}/rsocket
 %{_libdir}/rsocket/librspreload.so.*
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/rdma
-%{_includedir}/infiniband/ib.h
+%{_includedir}/infiniband/
 %{_libdir}/librdmacm.so
+%dir %{_libdir}/rsocket
 %{_libdir}/rsocket/librspreload.so
 %{_mandir}/man3/*
 




commit kmod for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2016-07-28 23:44:15

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod.changes2016-07-10 
18:46:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod.changes   2016-07-28 
23:44:18.0 +0200
@@ -1,0 +2,13 @@
+Thu Jul 21 09:56:02 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 23
+* Don't add comment to modules.devname if it would otherwise be
+  empty.
+* Ignore .TOC. symbols in depmod parsing.
+* Fix crash on modinfo while checking for available signature of
+  unknown type.
+* Teach modinfo about PKCS#7 module signatures.
+- Drop depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch (merged),
+  0001-libkmod-Handle-long-lines-in-proc-modules.patch (merged)
+
+---

Old:

  0001-libkmod-Handle-long-lines-in-proc-modules.patch
  depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch
  kmod-22.tar.sign
  kmod-22.tar.xz

New:

  kmod-23.tar.sign
  kmod-23.tar.xz



Other differences:
--
++ kmod-testsuite.spec ++
--- /var/tmp/diff_new_pack.IK873y/_old  2016-07-28 23:44:19.0 +0200
+++ /var/tmp/diff_new_pack.IK873y/_new  2016-07-28 23:44:19.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   kmod-testsuite
 %define lname  libkmod2
-Version:22
+Version:23
 Release:0
 Summary:Testsuite of the kmod package
 License:LGPL-2.1+ and GPL-2.0+
@@ -36,8 +36,6 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
-Patch8: depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch
-Patch9: 0001-libkmod-Handle-long-lines-in-proc-modules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -63,7 +61,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
 
 %build
 autoreconf -fi

++ kmod.spec ++
--- /var/tmp/diff_new_pack.IK873y/_old  2016-07-28 23:44:19.0 +0200
+++ /var/tmp/diff_new_pack.IK873y/_new  2016-07-28 23:44:19.0 +0200
@@ -18,13 +18,12 @@
 
 Name:   kmod
 %define lname  libkmod2
-Version:22
+Version:23
 Release:0
 Summary:Utilities to load modules into the kernel
 License:LGPL-2.1+ and GPL-2.0+
 Group:  System/Kernel
-Url:
http://www.jonmasters.org/blog/2011/12/20/libkmod-replaces-module-init-tools/
-#Announce: https://lwn.net/Articles/664801/
+Url:https://www.kernel.org/pub/linux/utils/kernel/kmod/
 
 #Git-Web:  http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary
 #Git-Clone:git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod
@@ -36,8 +35,6 @@
 Patch4: 0010-modprobe-Implement-allow-unsupported-modules.patch
 Patch5: 0011-Do-not-filter-unsupported-modules-when-running-a-van.patch
 Patch7: 0001-use-correct-sort-method-in-test-array.patch
-Patch8: depmod-Ignore_PowerPC64_ABIv2_.TOC.symbol.patch
-Patch9: 0001-libkmod-Handle-long-lines-in-proc-modules.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -103,7 +100,7 @@
 
 %prep
 %setup -q -n kmod-%version
-%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -P 8 -P 9 -p1
+%patch -P 1 -P 2 -P 3 -P 4 -P 5 -P 7 -p1
 
 %build
 autoreconf -fi
@@ -122,40 +119,40 @@
 make %{?_smp_mflags} V=1
 
 %install
-b="%buildroot";
-make install DESTDIR="$b";
+b="%buildroot"
+%make_install
 rm -f "$b/%_libdir"/*.la
 
-mkdir -p "$b/%_libexecdir/kmod" "$b/%_sbindir" "$b/sbin";
+mkdir -p "$b/%_libexecdir/kmod" "$b/%_sbindir" "$b/sbin"
 for i in depmod insmod lsmod modinfo modprobe rmmod; do
#
# kmod-compat and kmod-compat(usrmerge)
#
-   ln -s "%_bindir/kmod" "$b/%_sbindir/$i";
-   ln -s "%_bindir/kmod" "$b/sbin/$i";
+   ln -s "%_bindir/kmod" "$b/%_sbindir/$i"
+   ln -s "%_bindir/kmod" "$b/sbin/$i"
 
#
# Make symlinks also available in normal fashion,
# so one can actually run it.
#
-   ln -s "%_bindir/kmod" "$b/%_libexecdir/kmod/$i";
-done;
-mkdir -p "$b/%_bindir" "$b/bin";
+   ln -s "%_bindir/kmod" "$b/%_libexecdir/kmod/$i"
+done
+mkdir -p "$b/%_bindir" "$b/bin"
 for i in lsmod; do
-   ln -s "%_bindir/kmod" "$b/%_bindir/$i";
-   ln -s "%_bindir/kmod" "$b/bin/$i";
-done;
+  

commit libarchive for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2016-07-28 23:44:24

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


Package is "libarchive"

Changes:

--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes2016-07-09 
09:18:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes   
2016-07-28 23:44:26.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 23 21:13:34 UTC 2016 - dmuel...@suse.com
+
+- make bsdtar require a matching libarchive version to avoid
+  missing symbol errors
+
+---



Other differences:
--
++ libarchive.spec ++
--- /var/tmp/diff_new_pack.YZWUoY/_old  2016-07-28 23:44:27.0 +0200
+++ /var/tmp/diff_new_pack.YZWUoY/_new  2016-07-28 23:44:27.0 +0200
@@ -70,6 +70,7 @@
 This package contains the bsdtar cmdline utility.
 
 %package -n bsdtar
+Requires:   %{libname} >= %{version}
 Summary:Creates and reads several different streaming archive formats
 Group:  Productivity/Archiving/Compression
 




commit perl-Bootloader for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2016-07-28 23:44:07

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


Package is "perl-Bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2016-05-13 09:22:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2016-07-28 23:44:10.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 22 14:50:18 UTC 2016 - snw...@suse.com
+
+- also clear LC_ALL when setting locale
+- run grub in RC_LANG locale taken from sysconfig (bsc#985946)
+- 0.915
+
+---
+Fri Jul 22 14:27:23 UTC 2016 - snw...@suse.com
+
+- ensure trusted boot setting is used (fate#316553)
+- 0.914
+
+---

Old:

  perl-Bootloader-0.913.tar.xz

New:

  perl-Bootloader-0.915.tar.xz



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.faTpzO/_old  2016-07-28 23:44:11.0 +0200
+++ /var/tmp/diff_new_pack.faTpzO/_new  2016-07-28 23:44:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.913
+Version:0.915
 Release:0
 Requires:   coreutils
 Requires:   perl-base = %{perl_version}

++ perl-Bootloader-0.913.tar.xz -> perl-Bootloader-0.915.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.913/VERSION 
new/perl-Bootloader-0.915/VERSION
--- old/perl-Bootloader-0.913/VERSION   2016-05-11 13:56:11.0 +0200
+++ new/perl-Bootloader-0.915/VERSION   2016-07-22 16:49:01.0 +0200
@@ -1 +1 @@
-0.913
+0.915
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.913/changelog 
new/perl-Bootloader-0.915/changelog
--- old/perl-Bootloader-0.913/changelog 2016-05-11 13:56:11.0 +0200
+++ new/perl-Bootloader-0.915/changelog 2016-07-22 16:49:01.0 +0200
@@ -1,3 +1,10 @@
+2016-07-22:0.915
+   - also clear LC_ALL when setting locale
+   - run grub in RC_LANG locale taken from sysconfig (bsc #985946)
+
+2016-07-22:0.914
+   - ensure trusted boot setting is used (fate #316553)
+
 2016-05-09:0.913
- Don't install grub2-efi during installation (bsc #979145)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.913/grub2/config 
new/perl-Bootloader-0.915/grub2/config
--- old/perl-Bootloader-0.913/grub2/config  2016-05-11 13:56:11.0 
+0200
+++ new/perl-Bootloader-0.915/grub2/config  2016-07-22 16:49:01.0 
+0200
@@ -1,5 +1,12 @@
 #! /bin/bash
 
+# Settings from /etc/sysconfig/filename are available as environment vars
+# with the name 'SYS__FILENAME__KEY' (filename converted to upper case).
+#
+# Not all files are parsed, current list is:
+#   bootloader, language
+#
+
 if [ -x /usr/sbin/grub2-mkconfig ] ; then
   if [ -d /boot/grub2 ] ; then
 ( set -x ; /usr/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.913/grub2/install 
new/perl-Bootloader-0.915/grub2/install
--- old/perl-Bootloader-0.913/grub2/install 2016-05-11 13:56:11.0 
+0200
+++ new/perl-Bootloader-0.915/grub2/install 2016-07-22 16:49:01.0 
+0200
@@ -1,5 +1,12 @@
 #! /bin/bash
 
+# Settings from /etc/sysconfig/filename are available as environment vars
+# with the name 'SYS__FILENAME__KEY' (filename converted to upper case).
+#
+# Not all files are parsed, current list is:
+#   bootloader, language
+#
+
 target=$(uname --hardware-platform)
 
 if [ -z "$target" ] ; then
@@ -24,8 +31,12 @@
 if [ "$target" = "powerpc-ieee1275" ] ; then
   grep -q PowerNV /proc/cpuinfo && exit 0
 fi
-err=0
 
+if [ "$SYS__BOOTLOADER__TRUSTED_BOOT" = yes -a -d 
"/usr/lib/trustedgrub2/$target" ] ; then
+  trusted="--directory=/usr/lib/trustedgrub2/$target"
+fi
+
+err=0
 if [ -x /usr/sbin/grub2-install ] ; then
   if [ "$needs_installdevice" = 1 ] ; then
 if [ -r /etc/default/grub_installdevice ] ; then
@@ -33,7 +44,7 @@
 # ignore everything that doesn't look like a path
 [ "${device::1}" != "/" ] && continue
 if [ -b "$device" -o -f "$device" ] ; then
-  ( set -x ; /usr/sbin/grub2-install --target="$target" --force 
--skip-fs-probe "$device" ) || err=1
+  ( set -x ; /usr/sbin/grub2-install $trusted --target="$target" 
--force --skip-fs-probe "$device" ) || err=1
   

commit gvfs for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package gvfs for openSUSE:Factory checked in 
at 2016-07-28 23:43:58

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


Package is "gvfs"

Changes:

--- /work/SRC/openSUSE:Factory/gvfs/gvfs.changes2016-07-18 
21:19:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gvfs.new/gvfs.changes   2016-07-28 
23:44:00.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 14:12:45 UTC 2016 - fcro...@suse.com
+
+- Fix supplements on gvfs-backend-samba, since we don't have
+  libsmbclient provides anymore (bsc#988921).
+
+---



Other differences:
--
++ gvfs.spec ++
--- /var/tmp/diff_new_pack.Z8mNry/_old  2016-07-28 23:44:01.0 +0200
+++ /var/tmp/diff_new_pack.Z8mNry/_new  2016-07-28 23:44:01.0 +0200
@@ -100,7 +100,7 @@
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   %{name}-backends = %{version}
-Supplements:packageand(%{name}:%(rpm -q --qf "%%{name}" --whatprovides 
libsmbclient)
+Supplements:packageand(%{name}:%(rpm -q --qf "%%{name}" -f $(readlink -f 
%{_libdir}/libsmbclient.so)))
 %glib2_gsettings_schema_requires
 
 %description backend-samba




commit gnome-session for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2016-07-28 23:43:17

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


Package is "gnome-session"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes  
2016-07-20 09:17:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2016-07-28 23:43:20.0 +0200
@@ -1,0 +2,15 @@
+Sun Jul 17 12:04:34 UTC 2016 - fezh...@suse.com
+
+- Add gnome-session-logging-to-systemd-journal-configurable.patch:
+  Add an autoconf switch to control if the logs of gnome-session
+  and its child processes should be sent to systemd journal or to
+  the legacy ~/.xsession-errors-$DISPLAY when disabled (bsc#979498,
+  bgo#768982).
+- For SLE, disable logging to systemd journal: pass
+  --disable-systemd-journal to configure.
+- Replace gnome-common BuildRequires with autoconf: this is
+  sufficient to bootstrap gnome-session.
+- Unconditionally call autoconf, as the newly added patch touches
+  the build system.
+
+---

New:

  gnome-session-logging-to-systemd-journal-configurable.patch



Other differences:
--
++ gnome-session.spec ++
--- /var/tmp/diff_new_pack.ZJodFV/_old  2016-07-28 23:43:21.0 +0200
+++ /var/tmp/diff_new_pack.ZJodFV/_new  2016-07-28 23:43:21.0 +0200
@@ -28,10 +28,10 @@
 Source2:gnome.desktop
 # PATCH-FIX-SLE gnome-session-ice-auth-for-suid.patch h...@novell.com -- 
Carries ICE auth over to other UIDs in this session using an env var.
 Patch0: gnome-session-ice-auth-for-suid.patch
+# PATCH-FEATURE-UPSTREAM 
gnome-session-logging-to-systemd-journal-configurable.patch bsc#876685 
bgo#768982 fezh...@suse.com -- Add a new configure switch for systemd journal 
support.
+Patch1: gnome-session-logging-to-systemd-journal-configurable.patch
+BuildRequires:  autoconf
 BuildRequires:  fdupes
-%if !0%{?is_opensuse}
-BuildRequires:  gnome-common
-%endif
 BuildRequires:  intltool
 BuildRequires:  tcpd-devel
 %if !0%{?is_opensuse}
@@ -106,13 +106,15 @@
 translation-update-upstream
 %patch0 -p1
 %endif
+%patch1 -p1
 
 %build
-%if !0%{?is_opensuse}
-NOCONFIGURE=1 gnome-autogen.sh
-%endif
+autoconf
 %configure \
 --enable-systemd \
+%if !0%{?is_opensuse}
+--disable-systemd-journal \
+%endif
 --disable-gconf
 make %{?_smp_mflags} V=1
 

++ gnome-session-logging-to-systemd-journal-configurable.patch ++
>From e7675cc3c3c078aedf57e6d386f10c47eb22f0d1 Mon Sep 17 00:00:00 2001
From: Felix Zhang 
Date: Sun, 17 Jul 2016 17:27:06 +0800
Subject: [PATCH] logging to systemd journal configurable

---
 configure.ac  | 19 +++
 gnome-session/gsm-autostart-app.c |  6 --
 gnome-session/gsm-manager.c   |  8 
 gnome-session/main.c  |  4 ++--
 4 files changed, 29 insertions(+), 8 deletions(-)

diff --git a/configure.ac b/configure.ac
index 223ee89..f248e9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,6 +147,25 @@ AC_SUBST(SYSTEMD_LIBS)
 AM_CONDITIONAL(HAVE_SYSTEMD, [test "$enable_systemd" = "yes"], [Using systemd])
 
 dnl 
+dnl systemd journal support
+dnl 
+AC_ARG_ENABLE([systemd-journal],
+  AS_HELP_STRING([--enable-systemd-journal], [Send output to 
systemd journal]),
+  [enable_systemd_journal=$enableval],
+  [enable_systemd_journal=$enable_systemd])
+
+AC_MSG_CHECKING([whether to send the outputs of gnome-session and its child 
processes to systemd journal])
+
+AC_MSG_RESULT($enable_systemd_journal)
+
+if test x$enable_systemd_journal = xyes ; then
+if test x$enable_systemd = xno ; then
+AC_MSG_ERROR([Systemd not found, or it is not enabled])
+fi
+AC_DEFINE(ENABLE_SYSTEMD_JOURNAL, 1, [Define if output should be send 
to systemd journal])
+fi
+
+dnl 
 dnl Check for ConsoleKit
 dnl 
 
diff --git a/gnome-session/gsm-autostart-app.c 
b/gnome-session/gsm-autostart-app.c
index 1dc3ba3..0837258 100644
--- a/gnome-session/gsm-autostart-app.c
+++ b/gnome-session/gsm-autostart-app.c
@@ -33,7 +33,9 @@
 #endif
 
 #ifdef HAVE_SYSTEMD
+#ifdef ENABLE_SYSTEMD_JOURNAL
 #include 
+#endif
 #include 
 #endif
 
@@ -1021,7 +1023,7 @@ app_launched (GAppLaunchContext *ctx,
 app->priv->startup_id = sn_id;
 

commit opencv for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package opencv for openSUSE:Factory checked 
in at 2016-07-28 23:43:33

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


Package is "opencv"

Changes:

--- /work/SRC/openSUSE:Factory/opencv/opencv-qt5.changes2016-06-14 
23:05:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.opencv.new/opencv-qt5.changes   2016-07-28 
23:43:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 07:55:09 UTC 2016 - o...@aepfle.de
+
+- Enable ffmpeg support unconditional
+
+---
opencv.changes: same change



Other differences:
--
++ opencv-qt5.spec ++
--- /var/tmp/diff_new_pack.wboMDE/_old  2016-07-28 23:43:37.0 +0200
+++ /var/tmp/diff_new_pack.wboMDE/_new  2016-07-28 23:43:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_with ffmpeg
+%bcond_without ffmpeg
 
 %define libname lib%{name}
 %define soname 6_3
@@ -58,10 +58,10 @@
 BuildRequires:  libeigen2-devel
 %endif
 %if %{with ffmpeg}
-BuildRequires:  pkgconfig(libavcodec) >= 57
-BuildRequires:  pkgconfig(libavformat) >= 57
-BuildRequires:  pkgconfig(libavutil) >= 55
-BuildRequires:  pkgconfig(libswscale) >= 4
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 %endif
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libjasper-devel

++ opencv.spec ++
--- /var/tmp/diff_new_pack.wboMDE/_old  2016-07-28 23:43:37.0 +0200
+++ /var/tmp/diff_new_pack.wboMDE/_new  2016-07-28 23:43:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%bcond_with ffmpeg
+%bcond_without ffmpeg
 
 %define libname lib%{name}
 %define soname 3_1
@@ -54,10 +54,10 @@
 BuildRequires:  libeigen2-devel
 %endif
 %if %{with ffmpeg}
-BuildRequires:  pkgconfig(libavcodec) >= 57
-BuildRequires:  pkgconfig(libavformat) >= 57
-BuildRequires:  pkgconfig(libavutil) >= 55
-BuildRequires:  pkgconfig(libswscale) >= 4
+BuildRequires:  pkgconfig(libavcodec)
+BuildRequires:  pkgconfig(libavformat)
+BuildRequires:  pkgconfig(libavutil)
+BuildRequires:  pkgconfig(libswscale)
 %endif
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libjasper-devel





commit libproxy for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libproxy for openSUSE:Factory 
checked in at 2016-07-28 23:43:47

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


Package is "libproxy"

Changes:

--- /work/SRC/openSUSE:Factory/libproxy/libproxy-plugins.changes
2016-05-13 09:23:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libproxy.new/libproxy-plugins.changes   
2016-07-28 23:43:55.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 22 12:36:59 UTC 2016 - dims...@opensuse.org
+
+- Add libproxy-gnome-waitpid.patch: GNOME3: Wait for pxgsettings to
+  vanish while destroying the plugin (boo#967601).
+
+---
libproxy.changes: same change

New:

  libproxy-gnome-waitpid.patch



Other differences:
--
++ libproxy-plugins.spec ++
--- /var/tmp/diff_new_pack.iOA8cb/_old  2016-07-28 23:43:57.0 +0200
+++ /var/tmp/diff_new_pack.iOA8cb/_new  2016-07-28 23:43:57.0 +0200
@@ -43,6 +43,8 @@
 # Script used for automatic snapshot updates
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libproxy-gnome-waitpid.patch boo#967601 
dims...@opensuse.org -- GNOME3: Wait for pxgsettings to vanish while destroying 
the plugin
+Patch0: libproxy-gnome-waitpid.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -315,6 +317,7 @@
 
 %prep
 %setup -q -n %{_sourcename}
+%patch0 -p1
 mkdir build
 
 %build

++ libproxy.spec ++
--- /var/tmp/diff_new_pack.iOA8cb/_old  2016-07-28 23:43:57.0 +0200
+++ /var/tmp/diff_new_pack.iOA8cb/_new  2016-07-28 23:43:57.0 +0200
@@ -43,6 +43,8 @@
 # Script used for automatic snapshot updates
 Source98:   update-from-svn.sh
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libproxy-gnome-waitpid.patch boo#967601 
dims...@opensuse.org -- GNOME3: Wait for pxgsettings to vanish while destroying 
the plugin
+Patch0: libproxy-gnome-waitpid.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -315,6 +317,7 @@
 
 %prep
 %setup -q -n %{_sourcename}
+%patch0 -p1
 mkdir build
 
 %build

++ libproxy-gnome-waitpid.patch ++
>From 8472b3b8ba8c50aedad50d5d8fe8d25cbcb10a30 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Fri, 22 Jul 2016 14:21:45 +0200
Subject: [PATCH] GNOME3: Wait for pxgsettings to vanish while destroying the
 plugin

This helps avoiding zombie processes in case a caller creates/destroys
ProxyFactories for each URL (even though we recommend to have a long-living
PF for caching reasons).

Originally reported at https://bugzilla.opensuse.org/show_bug.cgi?id=967601
---
 libproxy/modules/config_gnome3.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libproxy/modules/config_gnome3.cpp 
b/libproxy/modules/config_gnome3.cpp
index 47e7a42..666d639 100644
--- a/libproxy/modules/config_gnome3.cpp
+++ b/libproxy/modules/config_gnome3.cpp
@@ -24,6 +24,7 @@
 #include // For stat()
 #include  // For stat()
 #include// For pipe(), close(), vfork(), dup(), execl(), 
_exit()
+#include  // For waitpid()
 #include// For kill()
 
 #include "../extension_config.hpp"
@@ -161,6 +162,7 @@ class gnome_config_extension : public config_extension {
fclose(this->read);
fclose(this->write);
kill(this->pid, SIGTERM);
+   waitpid(this->pid, NULL, 0);
}
 
void store_response(const string ,




commit mupdf for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package mupdf for openSUSE:Factory checked 
in at 2016-07-28 23:43:39

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


Package is "mupdf"

Changes:

--- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes  2016-05-05 
13:18:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2016-07-28 
23:43:41.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 22 11:02:28 UTC 2016 - idon...@suse.com
+
+- Add CVE-2016-6265.patch to fix a use-after-free bsc#990195 
+
+---

New:

  CVE-2016-6265.patch



Other differences:
--
++ mupdf.spec ++
--- /var/tmp/diff_new_pack.DrIZB9/_old  2016-07-28 23:43:43.0 +0200
+++ /var/tmp/diff_new_pack.DrIZB9/_new  2016-07-28 23:43:43.0 +0200
@@ -29,6 +29,7 @@
 Source2:mupdf.png
 # PATCH-FIX-OPENSUSE mupdf-fix-openjpeg2.patch g...@opensuse.org -- Fix build 
against openjpeg2 2.1 on openSUSE
 Patch0: mupdf-fix-openjpeg2.patch
+Patch1: CVE-2016-6265.patch
 BuildRequires:  freetype-devel
 BuildRequires:  gcc-c++
 BuildRequires:  jbig2dec-devel
@@ -69,6 +70,7 @@
 rm -rf $(ls -d thirdparty/*/ | grep -v mujs)
 
 %patch0 -p1
+%patch1 -p1
 
 mkdir docs/examples
 for src in docs/*.c; do

++ CVE-2016-6265.patch ++
X-Git-Url: 
http://git.ghostscript.com/?p=mupdf.git;a=blobdiff_plain;f=source%2Fpdf%2Fpdf-xref.c;h=32225998178b7c4d465046ff5158a3796103d73d;hp=576c315de2a30cfd553652bfa82521edb07043c2;hb=fa1936405b6a84e5c9bb440912c23d532772f958;hpb=e98091d56afdf1cf6c9a017fa0bd35dd0b8968f0

diff --git a/source/pdf/pdf-xref.c b/source/pdf/pdf-xref.c
index 576c315..3222599 100644
--- a/source/pdf/pdf-xref.c
+++ b/source/pdf/pdf-xref.c
@@ -1184,8 +1184,14 @@ pdf_load_xref(fz_context *ctx, pdf_document *doc, 
pdf_lexbuf *buf)
fz_throw(ctx, FZ_ERROR_GENERIC, "object offset 
out of range: %d (%d 0 R)", (int)entry->ofs, i);
}
if (entry->type == 'o')
-   if (entry->ofs <= 0 || entry->ofs >= xref_len || 
pdf_get_xref_entry(ctx, doc, entry->ofs)->type != 'n')
-   fz_throw(ctx, FZ_ERROR_GENERIC, "invalid 
reference to an objstm that does not exist: %d (%d 0 R)", (int)entry->ofs, i);
+   {
+   /* Read this into a local variable here, because 
pdf_get_xref_entry
+* may solidify the xref, hence invalidating "entry", 
meaning we
+* need a stashed value for the throw. */
+   fz_off_t ofs = entry->ofs;
+   if (ofs <= 0 || ofs >= xref_len || 
pdf_get_xref_entry(ctx, doc, ofs)->type != 'n')
+   fz_throw(ctx, FZ_ERROR_GENERIC, "invalid 
reference to an objstm that does not exist: %d (%d 0 R)", (int)ofs, i);
+   }
}
 }
 




commit guile for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package guile for openSUSE:Factory checked 
in at 2016-07-28 23:43:25

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


Package is "guile"

Changes:

--- /work/SRC/openSUSE:Factory/guile/guile.changes  2015-10-14 
16:43:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.guile.new/guile.changes 2016-07-28 
23:43:27.0 +0200
@@ -1,0 +2,17 @@
+Thu Jul 21 12:25:52 UTC 2016 - sleep_wal...@opensuse.org
+
+- updated to 2.0.12:
+   ** FFI: Add support for functions that set 'errno'
+   ** The #!r6rs directive now influences read syntax
+   ** 'read' now accepts "\(" as equivalent to "("
+   ** SRFI-14 character data set upgraded to Unicode 8.0.0
+   ** SRFI-19 table of leap seconds updated
+   ** 'string-hash', 'read-string', and 'write' have been optimized
+   ** GOOPS bug fix for inherited accessor methods
+
+   for complete list of changes see NEWS
+
+- refreshed patches
+- add key of Andy Wingo to guile.keyring
+
+---

Old:

  guile-2.0.11.tar.gz
  guile-2.0.11.tar.gz.sig

New:

  guile-2.0.12.tar.xz
  guile-2.0.12.tar.xz.sig



Other differences:
--
++ guile.spec ++
--- /var/tmp/diff_new_pack.MmwFpH/_old  2016-07-28 23:43:29.0 +0200
+++ /var/tmp/diff_new_pack.MmwFpH/_new  2016-07-28 23:43:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package guile
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,14 +25,14 @@
 %define libgreadver 18
 %define greadsuff   v-%{libgreadver}-%{libgreadver}
 Name:   guile
-Version:%{guilevers}.11
+Version:%{guilevers}.12
 Release:0
 Summary:GNU's Ubiquitous Intelligent Language for Extension
 License:GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
 Group:  Development/Languages/Scheme
 Url:http://www.gnu.org/software/guile/
-Source0:ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.gz
-Source1:ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.gz.sig
+Source0:ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.xz
+Source1:ftp://ftp.gnu.org/gnu/guile/%{name}-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 Source3:guile-rpmlintrc
 # suse specific

++ guile-1.6.10-mktemp.patch ++
--- /var/tmp/diff_new_pack.MmwFpH/_old  2016-07-28 23:43:29.0 +0200
+++ /var/tmp/diff_new_pack.MmwFpH/_new  2016-07-28 23:43:29.0 +0200
@@ -1,8 +1,8 @@
 Index: libguile/guile-snarf.in
 ===
 libguile/guile-snarf.in.orig   2011-05-05 18:14:35.0 +0200
-+++ libguile/guile-snarf.in2011-09-22 17:56:41.010417735 +0200
-@@ -84,8 +84,7 @@ fi
+--- libguile/guile-snarf.in.orig   2016-07-21 14:25:17.474695839 +0200
 libguile/guile-snarf.in2016-07-21 14:25:22.894645638 +0200
+@@ -87,8 +87,7 @@
  cpp_ok_p=false
  
  if [ x"$TMPDIR" = x ]; then TMPDIR="/tmp" ; else : ; fi

++ guile-64bit.patch ++
--- /var/tmp/diff_new_pack.MmwFpH/_old  2016-07-28 23:43:29.0 +0200
+++ /var/tmp/diff_new_pack.MmwFpH/_new  2016-07-28 23:43:29.0 +0200
@@ -1,8 +1,8 @@
 Index: libguile/hash.c
 ===
 libguile/hash.c.orig
-+++ libguile/hash.c
-@@ -273,7 +273,7 @@ scm_hasher(SCM obj, unsigned long n, siz
+--- libguile/hash.c.orig   2016-07-21 14:25:17.522695394 +0200
 libguile/hash.c2016-07-21 14:25:22.778646713 +0200
+@@ -296,7 +296,7 @@
  unsigned long
  scm_ihashq (SCM obj, unsigned long n)
  {
@@ -11,7 +11,7 @@
  }
  
  
-@@ -309,7 +309,7 @@ scm_ihashv (SCM obj, unsigned long n)
+@@ -332,7 +332,7 @@
if (SCM_NUMP(obj))
  return (unsigned long) scm_hasher(obj, n, 10);
else
@@ -22,9 +22,9 @@
  
 Index: libguile/struct.c
 ===
 libguile/struct.c.orig
-+++ libguile/struct.c
-@@ -919,7 +919,7 @@ scm_struct_ihashq (SCM obj, unsigned lon
+--- libguile/struct.c.orig 2016-07-21 14:25:17.522695394 +0200
 libguile/struct.c  2016-07-21 14:25:22.778646713 +0200
+@@ -918,7 +918,7 @@
  {
/* The length of the hash table should be a relative prime it's not
   necessary to shift down the address.  */

++ guile-fake-buildstamp.patch ++
--- /var/tmp/diff_new_pack.MmwFpH/_old  2016-07-28 23:43:29.0 +0200
+++ /var/tmp/diff_new_pack.MmwFpH/_new  2016-07-28 

commit groff for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package groff for openSUSE:Factory checked 
in at 2016-07-28 23:43:10

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


Package is "groff"

Changes:

--- /work/SRC/openSUSE:Factory/groff/groff-full.changes 2015-02-06 
10:52:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.groff.new/groff-full.changes2016-07-28 
23:43:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 11:12:50 UTC 2016 - tchva...@suse.com
+
+- Add patch for bnc#989903 and move all scripts from libdir to
+  libexecdir
+
+---
groff.changes: same change



Other differences:
--
++ groff-full.spec ++
--- /var/tmp/diff_new_pack.wUCgQp/_old  2016-07-28 23:43:14.0 +0200
+++ /var/tmp/diff_new_pack.wUCgQp/_new  2016-07-28 23:43:14.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package groff
+# spec file for package groff-full
 #
-# 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,12 +16,9 @@
 #
 
 
+# WARNING: please do not edit this auto generated spec file. Use the 
groff.spec! #
 %global groff_base_only 0
-%if %{groff_base_only}
-Name:   groff
-%else
 Name:   groff-full
-%endif
 Version:1.22.3
 Release:0
 Summary:GNU troff Document Formatting System
@@ -83,7 +80,7 @@
 Requires:   groff = %{version}
 Requires:   netpbm
 Requires:   psutils
-Requires(pre):  %{install_info_prereq}
+Requires(post): %{install_info_prereq}
 Provides:   jgroff = %{version}-%{release}
 Provides:   normal-groff = %{version}-%{release}
 Obsoletes:  jgroff < %{version}
@@ -131,9 +128,9 @@
 Requires:   groff-full = %{version}
 # bnc#668254
 Supplements:packageand(groff:xorg-x11-libX11)
+Conflicts:  jgxdview
 Provides:   gxdview = %{version}-%{release}
 Obsoletes:  gxdview < %{version}
-Conflicts:  jgxdview
 
 %description -n gxditview
 This version of xditview is called gxditview and has some extensions
@@ -167,7 +164,9 @@
 export CFLAGS="%{optflags} -fno-strict-aliasing -fPIE"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing -fPIE"
 export LDFLAGS="-pie"
+# Libdir override as we don't have any arch dependant code just pl scripts
 %configure \
+--libdir=%{_libexecdir} \
 --with-appresdir=%{_datadir}/X11/app-defaults \
 --with-grofferdir=%{_libexecdir}/groff/groffer
 make %{?_smp_mflags}
@@ -181,6 +180,7 @@
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/%{version}/tmac/mdoc/
 install -d -m 0755 %{buildroot}%{_datadir}/%{name}/site-tmac/
+install -d -m 0755 %{buildroot}%{_libexecdir}/groff/grog/
 %else
 make DESTDIR=%{buildroot} install %{?_smp_mflags} 
docdir=%{_defaultdocdir}/groff
 %endif
@@ -213,6 +213,12 @@
 rm %{buildroot}%{_datadir}/groff/%{version}/eign
 %endif
 
+%if %{groff_base_only}
+install -m 0644 src/roff/grog/subs.pl 
%{buildroot}%{_libexecdir}/groff/grog/subs.pl
+%else
+rm %{buildroot}%{_libexecdir}/groff/grog/subs.pl
+%endif
+
 for FONT in devascii devlatin1 devps devutf8; do
 %if %{groff_base_only}
 cp -pr "font/${FONT}" %{buildroot}%{_datadir}/%{name}/%{version}/font/
@@ -297,7 +303,7 @@
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/groff.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/groff.info.gz
 %endif
 
@@ -305,10 +311,13 @@
 %files
 %defattr(-,root,root)
 %doc BUG-REPORT ChangeLog* COPYING FDL LICENSES MANIFEST MORE.STUFF NEWS 
PROBLEMS PROJECTS README REVISION VERSION
-%doc %{_mandir}/man1/*
+%{_mandir}/man1/*
 %{_bindir}/*
 %config %{_sysconfdir}/profile.d/zzz-%{name}.*sh
 %{_datadir}/%{name}
+%dir %{_libexecdir}/groff
+%dir %{_libexecdir}/groff/grog
+%{_libexecdir}/groff/grog/subs.pl
 
 %else #groff_base_only
 %files
@@ -316,21 +325,19 @@
 %dir %{_datadir}/groff/%{version}
 %dir %{_libexecdir}/groff
 %doc %{_docdir}/groff
-%dir %{_libdir}/groff
-%dir %{_libdir}/groff/glilypond
-%{_libdir}/groff/glilypond/args.pl
-%{_libdir}/groff/glilypond/oop_fh.pl
-%{_libdir}/groff/glilypond/subs.pl
-%dir %{_libdir}/groff/gpinyin
-%{_libdir}/groff/gpinyin/subs.pl
-%{_libdir}/groff/groff_opts_no_arg.txt
-%{_libdir}/groff/groff_opts_with_arg.txt
-%dir %{_libdir}/groff/grog
-%{_libdir}/groff/grog/subs.pl
+%dir %{_libexecdir}/groff
+%dir %{_libexecdir}/groff/glilypond
+%{_libexecdir}/groff/glilypond/args.pl
+%{_libexecdir}/groff/glilypond/oop_fh.pl

commit libidn for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libidn for openSUSE:Factory checked 
in at 2016-07-28 23:42:53

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.changes2015-08-15 
11:38:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libidn.new/libidn.changes   2016-07-28 
23:42:55.0 +0200
@@ -1,0 +2,8 @@
+Wed Jul 20 21:01:13 UTC 2016 - astie...@suse.com
+
+- libidn 1.33 bnc#990189 CVE-2015-8948 CVE-2016-6262 bnc#990191 CVE-2016-6263:
+  * libidn: Fix out-of-bounds stack read in idna_to_ascii_4i.
+  * idn: Solve out-of-bounds-read when reading one zero byte as input.
+  * libidn: stringprep_utf8_nfkc_normalize reject invalid UTF-8.
+
+---

Old:

  libidn-1.32.tar.gz
  libidn-1.32.tar.gz.sig

New:

  libidn-1.33.tar.gz
  libidn-1.33.tar.gz.sig



Other differences:
--
++ libidn.spec ++
--- /var/tmp/diff_new_pack.HQHPtG/_old  2016-07-28 23:42:56.0 +0200
+++ /var/tmp/diff_new_pack.HQHPtG/_new  2016-07-28 23:42:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libidn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libidn11
 Name:   libidn
-Version:1.32
+Version:1.33
 Release:0
 Summary:Support for Internationalized Domain Names (IDN)
 License:(GPL-2.0+ or LGPL-3.0+) and GPL-3.0+ and Apache-2.0
@@ -28,7 +28,7 @@
 Source1:http://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig
 Source2:libidn.keyring
 Source3:baselibs.conf
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires(post): %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -113,7 +113,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %find_lang %{name}
@@ -130,7 +130,6 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/libidn.info.*
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files tools -f %{name}.lang
@@ -140,7 +139,7 @@
 %doc AUTHORS COPYING* ChangeLog FAQ NEWS README THANKS TODO
 %{_infodir}/libidn*
 %{_bindir}/idn
-%{_mandir}/man1/idn.1.*
+%{_mandir}/man1/idn.1%{ext_man}
 %{_datadir}/emacs/site-lisp/idna.el
 %{_datadir}/emacs/site-lisp/punycode.el
 

++ libidn-1.32.tar.gz -> libidn-1.33.tar.gz ++
 28176 lines of diff (skipped)





commit orca for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2016-07-28 23:42:28

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


Package is "orca"

Changes:

--- /work/SRC/openSUSE:Factory/orca/orca.changes2016-05-20 
11:55:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2016-07-28 
23:42:30.0 +0200
@@ -1,0 +2,18 @@
+Wed Jul 20 18:28:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.3:
+  + Web: Fix issue updating caret position during structural
+navigation.
+  + General:
+- Don't try to catch SIGSEGV; use faulthandler to dump output
+  from crash. This is needed to behave (slightly) better when
+  AT-SPI2 crashes.
+- Do not supress presentation of locking keys in password
+  fields.
+- Don't show desktop file in Unity.
+- Ignore object:state-changed:sensitive events for menu items
+  (perf).
+- Handle another case of objects going defunct on us.
+  + Updated translations.
+
+---

Old:

  orca-3.20.2.tar.xz

New:

  orca-3.20.3.tar.xz



Other differences:
--
++ orca.spec ++
--- /var/tmp/diff_new_pack.cmggFR/_old  2016-07-28 23:42:31.0 +0200
+++ /var/tmp/diff_new_pack.cmggFR/_new  2016-07-28 23:42:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   orca
-Version:3.20.2
+Version:3.20.3
 Release:0
 Summary:Screen reader for GNOME
 License:LGPL-2.1+

++ orca-3.20.2.tar.xz -> orca-3.20.3.tar.xz ++
 8391 lines of diff (skipped)




commit libcdr for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libcdr for openSUSE:Factory checked 
in at 2016-07-28 23:42:45

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


Package is "libcdr"

Changes:

--- /work/SRC/openSUSE:Factory/libcdr/libcdr.changes2016-01-04 
09:20:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libcdr.new/libcdr.changes   2016-07-28 
23:42:46.0 +0200
@@ -1,0 +2,15 @@
+Thu Jul 21 07:30:07 UTC 2016 - fst...@suse.com
+
+- Upgrade to upstream version 0.1.3
+  * Improvements for CMX parsers
+- More robust parsing using the pointers from CMX header
+- Implement almost all fills
+- Implement outline properties
+- Implement embedded raster images
+- Implement transparency lens for fills
+  * Some fixes for CDR parsers
+- Consider fill/outline styles
+  * Tools
+- Make cmx2* and cdr2* tools handle both CDR and CMX
+
+---

Old:

  libcdr-0.1.2.tar.xz

New:

  libcdr-0.1.3.tar.xz



Other differences:
--
++ libcdr.spec ++
--- /var/tmp/diff_new_pack.oW75B3/_old  2016-07-28 23:42:47.0 +0200
+++ /var/tmp/diff_new_pack.oW75B3/_new  2016-07-28 23:42:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcdr
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define libname libcdr-0_1-1
 Name:   libcdr
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:Library for parsing the Corel Draw file format structure
 License:MPL-2.0
@@ -33,7 +33,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(librevenge-0.0)
@@ -93,7 +93,7 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
@@ -102,7 +102,6 @@
 %fdupes -s %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}

++ libcdr-0.1.2.tar.xz -> libcdr-0.1.3.tar.xz ++
 6494 lines of diff (skipped)




commit python-nose for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2016-07-28 23:42:37

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


Package is "python-nose"

Changes:

--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2015-08-07 
00:22:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 
2016-07-28 23:42:38.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 21 06:56:41 UTC 2016 - mj...@suse.com
+
+- Update license to "LGPL-2.1+"
+
+---



Other differences:
--
++ python-nose-doc.spec ++
--- /var/tmp/diff_new_pack.ehp7iC/_old  2016-07-28 23:42:39.0 +0200
+++ /var/tmp/diff_new_pack.ehp7iC/_new  2016-07-28 23:42:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nose-doc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ python-nose.spec ++
--- /var/tmp/diff_new_pack.ehp7iC/_old  2016-07-28 23:42:39.0 +0200
+++ /var/tmp/diff_new_pack.ehp7iC/_new  2016-07-28 23:42:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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
@@ -21,7 +21,7 @@
 Release:0
 Url:http://readthedocs.org/docs/nose/
 Summary:Nose extends unittest to make testing easier
-License:LGPL-2.0+
+License:LGPL-2.1+
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE mj...@suse.com -- Fix skip test plugin




commit yast2-kdump for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2016-07-28 23:42:22

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


Package is "yast2-kdump"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2016-07-07 
15:09:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2016-07-28 23:42:23.0 +0200
@@ -1,0 +2,6 @@
+Wed Jul 20 13:48:18 CEST 2016 - loci...@suse.com
+
+- Proposing kdump to be disabled by default on ARM64 (bsc#989321)
+- 3.1.39
+
+---

Old:

  yast2-kdump-3.1.38.tar.bz2

New:

  yast2-kdump-3.1.39.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.gPwfSg/_old  2016-07-28 23:42:24.0 +0200
+++ /var/tmp/diff_new_pack.gPwfSg/_new  2016-07-28 23:42:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.38
+Version:3.1.39
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0

++ yast2-kdump-3.1.38.tar.bz2 -> yast2-kdump-3.1.39.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.38/package/yast2-kdump.changes 
new/yast2-kdump-3.1.39/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.38/package/yast2-kdump.changes  2016-06-29 
11:29:09.0 +0200
+++ new/yast2-kdump-3.1.39/package/yast2-kdump.changes  2016-07-20 
14:01:43.0 +0200
@@ -1,4 +1,10 @@
 ---
+Wed Jul 20 13:48:18 CEST 2016 - loci...@suse.com
+
+- Proposing kdump to be disabled by default on ARM64 (bsc#989321)
+- 3.1.39
+
+---
 Mon Jun 27 13:23:28 UTC 2016 - jreidin...@suse.com
 
 - Skip writing bootloader configuration in installation, as it
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.38/package/yast2-kdump.spec 
new/yast2-kdump-3.1.39/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.38/package/yast2-kdump.spec 2016-06-29 
11:29:09.0 +0200
+++ new/yast2-kdump-3.1.39/package/yast2-kdump.spec 2016-07-20 
14:01:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.38
+Version:3.1.39
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.38/src/modules/Kdump.rb 
new/yast2-kdump-3.1.39/src/modules/Kdump.rb
--- old/yast2-kdump-3.1.38/src/modules/Kdump.rb 2016-06-29 11:29:09.0 
+0200
+++ new/yast2-kdump-3.1.39/src/modules/Kdump.rb 2016-07-20 14:01:43.0 
+0200
@@ -661,9 +661,18 @@
   @kdump_packages.concat KDUMP_PACKAGES
 end
 
+# Proposes default state of kdump (enabled/disabled)
+#
+# @return [Boolean] the default proposed state
+
 def ProposeCrashkernelParam
-  # propose disable kdump if PC has less than 1024MB RAM
+  # proposing disabled kdump if PC has less than 1024MB RAM
   if total_memory < 1024
+log.info "not enough memory - kdump proposed as disabled"
+false
+  # proposing disabled kdump on aarch64 (bsc#989321) - kdump not 
implemented
+  elsif Arch.aarch64
+log.info "aarch64 - kdump proposed as disabled"
 false
   else
 true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.38/test/kdump_test.rb 
new/yast2-kdump-3.1.39/test/kdump_test.rb
--- old/yast2-kdump-3.1.38/test/kdump_test.rb   2016-06-29 11:29:09.0 
+0200
+++ new/yast2-kdump-3.1.39/test/kdump_test.rb   2016-07-20 14:01:43.0 
+0200
@@ -46,6 +46,35 @@
 end
   end
 
+  describe "#ProposeCrashkernelParam" do
+before do
+  allow(Yast::Kdump).to receive(:total_memory).and_return 1024
+  allow(Yast::Arch).to receive(:aarch64).and_return false
+end
+
+context "while running on machine with less than 1024 MB memory" do
+  it "proposes kdump to be disabled" do
+allow(Yast::Kdump).to receive(:total_memory).and_return 1023
+
+expect(Yast::Kdump.ProposeCrashkernelParam).to eq false
+  end
+end
+
+context "while running on ARM64" do
+  it "proposes kdump to be disabled" do
+allow(Yast::Arch).to receive(:aarch64).and_return true
+
+expect(Yast::Kdump.ProposeCrashkernelParam).to eq false
+  end
+end
+
+context "otherwise" do
+  it "always 

commit libmbim for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2016-07-28 23:42:16

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


Package is "libmbim"

Changes:

--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2016-03-26 
15:09:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes 2016-07-28 
23:42:17.0 +0200
@@ -1,0 +2,42 @@
+Mon Jul 11 20:03:00 UTC 2016 - br...@ioda-net.ch
+
+- Update to version 1.14.0:
+  + New support for the 'QMI over MBIM' service, so that clients
+can use libqmi to build messages and libmbim to transport them.
+  + The GUDev library, which we use to read the max message size
+from the USB descriptor, is now optional. When configuring, it
+will be used by default only if it's found. It can also be
+explicitly disabled using the new configure  switch
+'--without-udev' or explicitly enabled using '--with-udev'.
+If GUDev isn't used, libmbim-glib will rely on sysfs directly.
+  + libmbim-glib updates: Added support for building messages of
+custom services.
+  + mbim-network updates:
+- Added support for loading profiles from different paths using
+  the new '--profile' option. This makes it possible to use 
+  mbim-network with multiple devices running in the same
+  system.
+- Added support to allow specifying APN user (APN_USER),
+  password (APN_PASS) and authentication type (APN_AUTH) in the
+  profile.
+- Added support to allow using the mbim-proxy setup by
+  configuring it in the profile file (PROXY=yes).
+  + Several other minor improvements and fixes.
+  + The following features which were backported to 1.12.x releases
+are also present in libmbim 1.14.0:
+- mbimcli updates:
+  . Updated '--connect' arguments to allow specifying
+"key=value" pairs. The old legacy
+"[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format
+is kept as valid for backwards compatibility, although it
+should be assumed deprecated.
+  . Longer timeouts for connect/register operations.
+  . Report IP configuration when connected.
+  . Allow specifying session ids.
+  + libmbim-glib updates: Probing retry interval increased to 5s.
+ - Split out mbimcli-bash-completion package, requiring and
+   supplementing bash-completion.
+- Pass --with-udev to configure: new config parameter, but keeping
+  the old behavior (it was non-optional before).
+
+---

Old:

  libmbim-1.12.4.tar.xz

New:

  libmbim-1.14.0.tar.xz



Other differences:
--
++ libmbim.spec ++
--- /var/tmp/diff_new_pack.bDcrcm/_old  2016-07-28 23:42:18.0 +0200
+++ /var/tmp/diff_new_pack.bDcrcm/_new  2016-07-28 23:42:18.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libmbim
-Version:1.12.4
+Version:1.14.0
 Release:0
 Summary:Mobile Interface Broadband Model (MBIM) protocol
 License:GPL-2.0+ and LGPL-2.0+
@@ -54,11 +54,23 @@
 libmbim is a glib-based library for talking to WWAN modems and devices
 which speak the Mobile Interface Broadband Model (MBIM) protocol.
 
+%package -n mbimcli-bash-completion
+Summary:Bash completion for mbimcli
+License:GPL-2.0+ and LGPL-2.0+
+Group:  Productivity/Networking/System
+Supplements:packageand(%{name}:bash-completion)
+BuildRequires:  bash-completion
+Requires:   bash-completion
+
+%description -n mbimcli-bash-completion
+This package contain de bash completion command for mbimcli tools.
+
 %prep
 %setup -q
 
 %build
 %configure \
+--with-udev \
 --disable-static
 make %{?_smp_mflags}
 
@@ -90,4 +102,8 @@
 %{_libdir}/libmbim-glib.so
 %{_libdir}/pkgconfig/mbim-glib.pc
 
+%files -n mbimcli-bash-completion
+%defattr(-,root,root)
+%{_datadir}/bash-completion/completions/mbimcli
+
 %changelog

++ libmbim-1.12.4.tar.xz -> libmbim-1.14.0.tar.xz ++
 11170 lines of diff (skipped)




commit libqmi for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2016-07-28 23:42:09

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


Package is "libqmi"

Changes:

--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes2016-05-05 
08:11:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes   2016-07-28 
23:42:11.0 +0200
@@ -1,0 +2,45 @@
+Tue Jul 12 07:20:33 UTC 2016 - br...@ioda-net.ch
+
+- Packaging 
+  + add missing exclude in rpmlintrc 
+  + add BuildRequires for having QMUX over MBIM option
+
+---
+Mon Jul 11 19:22:33 UTC 2016 - br...@ioda-net.ch
+
+- Update to version 1.16.0
+  + New `--enable-mbim-qmux' option during configure, which enables
+  the support for using an MBIM control device as transport for the 
+  QMI messages, only if the MBIM device implements the 
+  "QMI service". This setting is automatically enabled if libmbim 
+  >= 1.14.0 is found in the system, and can be explicitly disabled 
+  with `--disable-mbim-qmux'.
+  + New request/responses:
+  ++ nas: new "Get LTE Cphy CA Info" request/response.
+  ++ nas: new "Force Network Search" request/response.
+  + qmi-network:
+  ++ Fixed several bashisms.
+
+  The following features which were backported to 1.14.x releases 
+  are also present in libqmi 1.16.0:
+  + Added compatibility symbols for some API breaks introduced in 1.14.0:
+  ++ qmi_message_dms_set_service_programming_code_input_get_current
+ was renamed to 
qmi_message_dms_set_service_programming_code_input_get_current_code.
+  ++ qmi_message_dms_set_service_programming_code_input_get_new
+ was renamed to 
qmi_message_dms_set_service_programming_code_input_get_new_code.
+  ++ qmi_message_dms_set_service_programming_code_input_set_current
+ was renamed to 
qmi_message_dms_set_service_programming_code_input_set_current_code.
+  ++ qmi_message_dms_set_service_programming_code_input_set_new
+ was renamed to 
qmi_message_dms_set_service_programming_code_input_set_new_code.
+  ++ QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE was renamed to
+ QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE.
+
+  + libqmi-glib:
+  ++ Fixed QMI_DMS_BAND_CAPABILITY_BC_15 enum value so that it 
+  isn't treated as a negative value.
+
+  + qmicli:
+  ++ Fixed --dms-get-band-capabilities output on 32-bit platforms.
+  ++ Fixed license text of the voice service implementation.
+
+---

Old:

  libqmi-1.14.2.tar.xz

New:

  libqmi-1.16.0.tar.xz



Other differences:
--
++ libqmi.spec ++
--- /var/tmp/diff_new_pack.IhSLCW/_old  2016-07-28 23:42:12.0 +0200
+++ /var/tmp/diff_new_pack.IhSLCW/_new  2016-07-28 23:42:12.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libqmi
 %define _soname libqmi-glib5
-Version:1.14.2
+Version:1.16.0
 Release:0
 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream 
intended license is LIBRARY GPL 2.0+
 Summary:Library to control QMI devices
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(mbim-glib) >= 1.14
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ libqmi-1.14.2.tar.xz -> libqmi-1.16.0.tar.xz ++
 55517 lines of diff (skipped)

++ libqmi-rpmlintrc ++
--- /var/tmp/diff_new_pack.IhSLCW/_old  2016-07-28 23:42:13.0 +0200
+++ /var/tmp/diff_new_pack.IhSLCW/_new  2016-07-28 23:42:13.0 +0200
@@ -1,2 +1,3 @@
 # The main package is called libqmi but is not shared lib.. elimintate false 
warning.
 addFilter("libqmi-tools\..*: W: shlib-policy-missing-lib");
+addFilter("libqmi-tools\..*: W: shlib-policy-nonversioned-dir");




commit Test-DVD-x86_64 for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package Test-DVD-x86_64 for openSUSE:Factory 
checked in at 2016-07-28 18:17:25

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


Package is "Test-DVD-x86_64"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ PRODUCT-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.VSR9PX/_old  2016-07-28 18:17:28.0 +0200
+++ /var/tmp/diff_new_pack.VSR9PX/_new  2016-07-28 18:17:28.0 +0200
@@ -40,7 +40,6 @@
   Test Product for Factory Staging 
Projects
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
-  http://www.suse.com/relnotes/i386/openSUSE/11.0.42/release-notes-openSUSE.rpm
   openSUSE
   Factory
   /usr/share/kiwi/modules/plugins/suse-13.2





commit installation-images-openSUSE for openSUSE:Factory

2016-07-28 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2016-07-28 12:54:16

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-27 16:30:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2016-07-28 12:54:16.0 +0200
@@ -1,0 +2,6 @@
+Thu Jul 28 10:25:20 UTC 2016 - snw...@suse.com
+
+- adjust to recent package changes
+- 14.263
+
+---

Old:

  installation-images-14.262.tar.xz

New:

  installation-images-14.263.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.KcIB25/_old  2016-07-28 12:54:17.0 +0200
+++ /var/tmp/diff_new_pack.KcIB25/_new  2016-07-28 12:54:17.0 +0200
@@ -379,7 +379,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.262
+Version:14.263
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.262.tar.xz -> installation-images-14.263.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.262/VERSION 
new/installation-images-14.263/VERSION
--- old/installation-images-14.262/VERSION  2016-07-25 14:00:44.0 
+0200
+++ new/installation-images-14.263/VERSION  2016-07-28 12:22:07.0 
+0200
@@ -1 +1 @@
-14.262
+14.263
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.262/changelog 
new/installation-images-14.263/changelog
--- old/installation-images-14.262/changelog2016-07-25 14:00:44.0 
+0200
+++ new/installation-images-14.263/changelog2016-07-28 12:22:07.0 
+0200
@@ -1,3 +1,6 @@
+2016-07-28:14.263
+   - adjust to recent package changes
+
 2016-07-25:14.262
- fix hyperv_fb.ko location (bsc #989351)
- adjust powerpc-utils paths (bsc #989706)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.262/data/root/root.file_list 
new/installation-images-14.263/data/root/root.file_list
--- old/installation-images-14.262/data/root/root.file_list 2016-07-25 
14:00:44.0 +0200
+++ new/installation-images-14.263/data/root/root.file_list 2016-07-28 
12:22:07.0 +0200
@@ -75,6 +75,7 @@
 pam-config: ignore
 permissions: ignore
 pinentry: ignore
+python-setuptools: ignore
 sessreg: ignore
 shared-mime-info: ignore
 update-alternatives: ignore
@@ -149,6 +150,7 @@
 open-iscsi:
 openslp:
 openslp-server:
+pam-modules:
 parted:
 pciutils:
 perl-XML-Bare:
@@ -349,9 +351,6 @@
   /lib*
   /sbin
 
-pam-modules:
-  /{lib*,sbin}
-
 cracklib: nodeps
   /usr/sbin/cracklib-check
   /usr/lib*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.262/data/root/zenroot.file_list 
new/installation-images-14.263/data/root/zenroot.file_list
--- old/installation-images-14.262/data/root/zenroot.file_list  2016-07-25 
14:00:44.0 +0200
+++ new/installation-images-14.263/data/root/zenroot.file_list  2016-07-28 
12:22:07.0 +0200
@@ -111,9 +111,6 @@
 gpm:
 
 
-systemd:
-  /usr/lib*/libsystemd*.so.*
-
 krb5:
   /etc
   /usr/lib*/libkrb5.so.*