commit dpdk for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package dpdk for openSUSE:Factory checked in 
at 2016-08-09 22:15:52

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


Package is "dpdk"

Changes:

--- /work/SRC/openSUSE:Factory/dpdk/dpdk.changes2016-07-14 
09:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.dpdk.new/dpdk.changes   2016-08-09 
22:15:58.0 +0200
@@ -1,0 +2,12 @@
+Thu Jul 28 16:39:07 CEST 2016 - n...@suse.de
+
+- Add _constraints file to force build dpdk with sse3 enabled x86 machine.
+- Enable compilation for  ppc64le with the help of RĂ¼diger(r...@suse.de).
+- Enable example package for aarch64 using RĂ¼diger(r...@suse.de) changes.
+- Do not enable PMD_RING on ppc64le (missing rte_eth_from_rings).
+- Disable examples that need LPM which is disabled on non-x86.
+
+  [+0036-examples-fix-build-dependencies.patch,
+   +0037-examples-ethtool-fix-build.patch]
+
+---

New:

  0036-examples-fix-build-dependencies.patch
  0037-examples-ethtool-fix-build.patch
  _constraints



Other differences:
--
++ dpdk.spec ++
--- /var/tmp/diff_new_pack.NWHaI3/_old  2016-08-09 22:16:00.0 +0200
+++ /var/tmp/diff_new_pack.NWHaI3/_new  2016-08-09 22:16:00.0 +0200
@@ -16,6 +16,8 @@
 #
 
 
+%define machine native
+%define machine2 default
 %ifarch x86_64
 %define machine native
 %define target x86_64-%{machine}-linuxapp-gcc
@@ -25,16 +27,16 @@
 %define target i686-%{machine}-linuxapp-gcc
 %endif
 %ifarch aarch64
-%define machine armv8a
-%define target arm64-%{machine}-linuxapp-gcc
+%define machine2 armv8a
+%define target arm64-%{machine2}-linuxapp-gcc
 %endif
-# Examples seems to contain lots of Intel specific code
-# so disabling examples package for aarch64 till we find 
-# time to fix them all. - TODO
-%ifnarch aarch64
-# Add option to build without examples
-%bcond_without examples
+
+%ifarch ppc64le
+%define machine2 power8
+%define target ppc_64-%{machine2}-linuxapp-gcc
 %endif
+
+%bcond_without examples
 %bcond_without shared
 # Add option to build without tools
 %bcond_without tools
@@ -110,6 +112,10 @@
 Patch34:0034-virtio-fix-restart.patch
 #PATCH-FIX-OPENSUSE 0035-PAGE_SIZE-constant-is-not-defined-on-ARM-since-multi
 Patch35:0035-PAGE_SIZE-constant-is-not-defined-on-ARM-since-multi.patch
+#PATCH-FIX-UPSTREAM 0036-examples-fix-build-dependencies
+Patch36:0036-examples-fix-build-dependencies.patch
+#PATCH-FIX-UPSTREAM0037-examples-ethtool-fix-build
+Patch37:0037-examples-ethtool-fix-build.patch
 
 #
 # Patches for build fixes
@@ -138,7 +144,7 @@
 BuildRequires:  libnuma-devel
 BuildRequires:  libpcap-devel
 BuildRequires:  zlib-devel
-ExclusiveArch:  aarch64 x86_64 %ix86
+ExclusiveArch:  aarch64 x86_64 %ix86 ppc64le
 
 %description
 The Data Plane Development Kit is a set of libraries and drivers for
@@ -228,6 +234,8 @@
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
+%patch36 -p1
+%patch37 -p1
 
 # Build fixes
 %patch99 -p1 -z .rtetoolchain
@@ -265,7 +273,7 @@
 
 make V=1 O=%{target} T=%{target} %{?_smp_mflags} config
 
-setconf CONFIG_RTE_MACHINE '"%{machine}"'
+setconf CONFIG_RTE_MACHINE '"%{machine2}"'
 # Disable experimental features
 setconf CONFIG_RTE_NEXT_ABI n
 setconf CONFIG_RTE_LIBRTE_CRYPTODEV n
@@ -287,6 +295,13 @@
 setconf CONFIG_RTE_BUILD_SHARED_LIB y
 %endif
 
+%ifarch aarch64 ppc64le
+setconf CONFIG_RTE_LIBRTE_DISTRIBUTOR n
+%endif
+%ifarch ppc64le
+setconf CONFIG_RTE_LIBRTE_PMD_RING n
+%endif
+
 make V=1 O=%{target} %{?_smp_mflags}
 make V=1 O=%{target} %{?_smp_mflags} doc-api-html
 
@@ -340,7 +355,7 @@
 EOF
 
 # Fixup target machine mismatch
-sed -i -e 's:-%{machine}-:-default-:g' 
%{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk*
+sed -i -e 's:-%{machine}-:-%{machine2}-:g' 
%{buildroot}/%{_sysconfdir}/profile.d/dpdk-sdk*
 
 # Upstream has an option to build a combined library but it's bloatware which
 # wont work at all when library versions start moving, replace it with a

++ 0036-examples-fix-build-dependencies.patch ++
>From 1f1d7f76edc37acc879746ef3822dae54cbfe2a3 Mon Sep 17 00:00:00 2001
From: Thomas Monjalon 
Date: Fri, 5 Feb 2016 15:43:56 +0100
Subject: [PATCH] examples: fix build dependencies

When building for ARM some examples were failing to compile because
of some dependencies disabled.
Declaring these dependencies prevent from trying to compile some
not supported examples.

Signed-off-by: Thomas Monjalon 
---
 examples/Makefile | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/examples/Makefile b/examples/Makefile
index 1cb4785..1665df1 100644
--- 

commit mt-st for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package mt-st for openSUSE:Factory checked 
in at 2016-08-09 22:15:40

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


Package is "mt-st"

Changes:

--- /work/SRC/openSUSE:Factory/mt-st/mt-st.changes  2016-08-03 
11:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.mt-st.new/mt-st.changes 2016-08-09 
22:15:46.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug  7 16:25:51 UTC 2016 - o...@aepfle.de
+
+- Provide/Obsolete mt_st
+
+---



Other differences:
--
++ mt-st.spec ++
--- /var/tmp/diff_new_pack.SeM64a/_old  2016-08-09 22:15:47.0 +0200
+++ /var/tmp/diff_new_pack.SeM64a/_new  2016-08-09 22:15:47.0 +0200
@@ -31,8 +31,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig(udev)
 Requires:   udev
-Provides:   mt_st = 1.3
-Obsoletes:  mt_st <= 1.2
+Provides:   mt_st = %{version}-%{release}
+Obsoletes:  mt_st < %{version}-%{release}
 
 %description
 Although this mt program (called mtst) is tailored for SCSI tape






commit fvwm2 for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package fvwm2 for openSUSE:Factory checked 
in at 2016-08-09 22:15:48

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


Package is "fvwm2"

Changes:

--- /work/SRC/openSUSE:Factory/fvwm2/fvwm2.changes  2016-03-08 
10:18:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.fvwm2.new/fvwm2.changes 2016-08-09 
22:15:53.0 +0200
@@ -1,0 +2,75 @@
+Tue Aug  2 14:18:11 UTC 2016 - wer...@suse.de
+
+- Update to 2.6.6
+  * fvwm features:
+  - Support for Russian from Ivan Gayevskiy.
+  - EnvMatch supports infostore variables.
+  - The option "forget" to the Maximize command allows to
+unmaximize a window without changing its size and position.
+  - Windows shaded to a corner (NW, NE, SW, SE) are reduced to a
+small square.
+  - New option "!raise" to the WarpToWindow command.
+  - The new extended variables $[wa.x], $[wa.y], $[wa.width],
+$[wa.height] can be used to get the geometry of the EWMH
+working area, and $[dwa.x], $[dwa.y], $[dwa.width],
+$[dwa.height] can be used to get the geometry of the EWMH
+dynamic working area.
+  - The Resize commands accept "wa" or "da" as a suffix of the
+width or height value.  If present, the value is a percentage
+of the width or height of the EWMH working area or the EWMH
+dynamic working area.
+  - Fvwm is much more resilient against applications that flood the
+window manager with repeated events.
+  * New module features:
+  - FvwmForm supports separator lines.
+  - New FvwmIconMan options:
+  IconAndSelectButton
+  IconAndSelectColorset
+  * Bug fixes:
+  - Provide a wrapper for the deprecation of XKeycodeToKeysym and
+use XkbKeycodeToKeysym() where appropriate.
+  - fvwm-menu-desktop is re-written and provides better support of
+the XDG menu specification.
+  - Fix fvwm-menu-desktop keyError bug.  Use "others" if no desktop
+environment found.
+  - FvwmIconMan had problems displaying the hilight colour on some
+systems (64 bit issue?).
+  - Globally active windows cannot take the focus if the style
+forbids programs to take focus themselves (style
+!FPFocusByProgram).
+  - Windows no longer jump from one position to the other which
+could happen in some cases with SnapAttraction.  Windows now
+snap to the closest window (or screen edge).
+  - Removing bindings had several strange side effects that are
+fixed now (removing too many bindings; old bindings showing up
+again after another is removed; possibly other effects).
+  - Windows sometimes did not get expose events (i.e. did not
+redraw properly) if they were uncovered by moving a window
+above them.  This has been fixed.
+  - FvwmConsole now causes much less network traffic.
+  - Suppress bogus events sent to the modules when a window is
+resized with the mouse.
+  - Properly handle the has_ref_window_moved flag for ResizeMove and
+ResizeMoveMaximize.
+  - Removed some unnecessary redraws in FvwmPager.
+  - The option "NoDeskLimitY" option of the GotoPage command did
+not work.
+  - Negative coordinates in the "rectangle" option to the Menu
+commend did not work correctly.  This has been fixed.
+  - Removes a slight graphics problem whith the ResizeMaximize
+command being invoked from a window button menu.
+  - When an attempt to reparent a client window (i.e. decorate
+it) fails, fvwm no longer throws away all events but only the
+events for that window.
+  - The ChangeButton command of FvwmButtons used to strip
+whitespace from the beginning and end of button titles and
+image paths.  This is no longer done.
+- Remove patches now upstream
+   fvwm-2.6.5-eventcrash.patch
+   fvwm-rsvg.patch
+   fvwm-snapshot.patch
+- Add upstream patch
+   fvwm-icon-440d675d14412ec0a123d4c977534ab688229148.patch
+Expose: don't flush accumulated events
+
+---

Old:

  fvwm-2.6.5-eventcrash.patch
  fvwm-2.6.5.tar.bz2
  fvwm-snapshot.patch

New:

  fvwm-2.6.6.tar.bz2
  fvwm-icon-440d675d14412ec0a123d4c977534ab688229148.patch



Other differences:
--
++ fvwm2.spec ++
--- /var/tmp/diff_new_pack.jOrjIw/_old  2016-08-09 22:15:55.0 +0200
+++ /var/tmp/diff_new_pack.jOrjIw/_new  2016-08-09 22:15:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fvwm2
-Version:2.6.5
+Version:2.6.6
 Release:0
 Summary:Improved Version of FVWM Window Manager
 License:GPL-2.0+
@@ -38,11 +38,9 @@
 Patch7: fvwm-2.5.26-no-copy-dt-needed-entries.patch
 #PATCH-FIX-OPENSUSE Avoid including internal rsvg-cairo.h
 Patch8: 

commit torbrowser-launcher for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package torbrowser-launcher for 
openSUSE:Factory checked in at 2016-08-09 22:15:38

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


Package is "torbrowser-launcher"

Changes:

--- /work/SRC/openSUSE:Factory/torbrowser-launcher/torbrowser-launcher.changes  
2016-07-24 19:53:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.torbrowser-launcher.new/torbrowser-launcher.changes 
2016-08-09 22:15:45.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug  7 17:33:53 UTC 2016 - badshah...@gmail.com
+
+- Update to version 0.2.6:
+  + Fixed bug related to fallback to English feature that caused
+Settings to crash.
+
+---

Old:

  v0.2.5.tar.gz

New:

  v0.2.6.tar.gz



Other differences:
--
++ torbrowser-launcher.spec ++
--- /var/tmp/diff_new_pack.vVQQHM/_old  2016-08-09 22:15:46.0 +0200
+++ /var/tmp/diff_new_pack.vVQQHM/_new  2016-08-09 22:15:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   torbrowser-launcher
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Tool for launching and easy-updates of Tor Browser
 License:MIT

++ v0.2.5.tar.gz -> v0.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/torbrowser-launcher-0.2.5/CHANGELOG.md 
new/torbrowser-launcher-0.2.6/CHANGELOG.md
--- old/torbrowser-launcher-0.2.5/CHANGELOG.md  2016-07-09 01:53:49.0 
+0200
+++ new/torbrowser-launcher-0.2.6/CHANGELOG.md  2016-07-23 01:32:39.0 
+0200
@@ -1,5 +1,9 @@
 # Tor Browser Launcher Changelog
 
+## 0.2.6
+
+* Fixed bug related to fallback to English feature that caused Settings to 
crash
+
 ## 0.2.5
 
 * Fix issue where Tor Browser Launcher failed to launch if currently installed 
version of Tor Browser was too old
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/torbrowser-launcher-0.2.5/share/torbrowser-launcher/version 
new/torbrowser-launcher-0.2.6/share/torbrowser-launcher/version
--- old/torbrowser-launcher-0.2.5/share/torbrowser-launcher/version 
2016-07-09 01:53:49.0 +0200
+++ new/torbrowser-launcher-0.2.6/share/torbrowser-launcher/version 
2016-07-23 01:32:39.0 +0200
@@ -1 +1 @@
-0.2.5
+0.2.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/torbrowser-launcher-0.2.5/torbrowser_launcher/settings.py 
new/torbrowser-launcher-0.2.6/torbrowser_launcher/settings.py
--- old/torbrowser-launcher-0.2.5/torbrowser_launcher/settings.py   
2016-07-09 01:53:49.0 +0200
+++ new/torbrowser-launcher-0.2.6/torbrowser_launcher/settings.py   
2016-07-23 01:32:39.0 +0200
@@ -237,7 +237,10 @@
 # checkbox options
 self.common.settings['download_over_tor'] = 
self.tor_download_checkbox.get_active()
 self.common.settings['modem_sound'] = self.modem_checkbox.get_active()
-self.common.settings['force_en-US'] = 
self.force_en_checkbox.get_active()
+if hasattr(self, 'force_en_checkbox'):
+self.common.settings['force_en-US'] = 
self.force_en_checkbox.get_active()
+else:
+self.common.settings['force_en-US'] = False
 self.common.settings['tor_socks_address'] = self.tor_addr.get_text()
 
 # figure out the selected mirror




commit gnu_parallel for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package gnu_parallel for openSUSE:Factory 
checked in at 2016-08-09 22:15:33

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


Package is "gnu_parallel"

Changes:

--- /work/SRC/openSUSE:Factory/gnu_parallel/gnu_parallel.changes
2016-07-01 10:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/gnu_parallel.changes   
2016-08-09 22:15:35.0 +0200
@@ -1,0 +2,14 @@
+Sun Jul 31 17:52:04 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 20160722
+* env_parallel is now ready for wider testing. It is still beta
+  quality.
+* env_parallel is heavily modified for all shells and testing has
+  been increased.
+* Selectively choosing what to export using --env now works for
+  env_parallel (bash, csh, fish, ksh, pdksh, tcsh, zsh).
+* --round-robin now gives more work to a job that processes
+  faster instead of same amount to all jobs.
+* --pipepart works on block devices on GNU/Linux.
+
+---

Old:

  parallel-20160622.tar.bz2
  parallel-20160622.tar.bz2.sig

New:

  parallel-20160722.tar.bz2
  parallel-20160722.tar.bz2.sig



Other differences:
--
++ gnu_parallel.spec ++
--- /var/tmp/diff_new_pack.fyKtth/_old  2016-08-09 22:15:36.0 +0200
+++ /var/tmp/diff_new_pack.fyKtth/_new  2016-08-09 22:15:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gnu_parallel
-Version:20160622
+Version:20160722
 Release:0
 Summary:Shell tool for executing jobs in parallel
 License:GPL-3.0+

++ parallel-20160622.tar.bz2 -> parallel-20160722.tar.bz2 ++
 6555 lines of diff (skipped)

++ parallel-20160622.tar.bz2.sig -> parallel-20160722.tar.bz2.sig ++
--- /work/SRC/openSUSE:Factory/gnu_parallel/parallel-20160622.tar.bz2.sig   
2016-07-01 10:00:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnu_parallel.new/parallel-20160722.tar.bz2.sig  
2016-08-09 22:15:35.0 +0200
@@ -2,7 +2,7 @@
 
 # To check the signature run:
 #  echo | gpg
-#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20160622.tar.bz2.sig
+#  gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve 
parallel-20160722.tar.bz2.sig
 
 echo | gpg 2>/dev/null
 gpg --auto-key-locate keyserver --keyserver-options auto-key-retrieve $0
@@ -11,32 +11,32 @@
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQTwBAABCgAGBQJXZ8gPAAoJENGrRRaIiIiIwWImoKlb9T8A3OUUX7GC8PxiWOq5
-BiAA6Q5OMyaCHutnnpADAwz5VyM4pdNUxXf8dfzcW8tp3a2b0nhZnzxFGeK4gkwB
-EBVN9Q7aEOntVm8jdbZuNxO+08zMIQA9I7UBGEzGmXedZHFQ7U8VB+0wL4x8hIqr
-4aE1HAx6GOGELt279u8hulGkkilZGCHyeRlPQ74lLgSWVPAJCmBzX9/nzwiS1cHn
-aNGfhTslc+Hs7lF4rkTJ+QbuNnUEw3o9V+j9Bojja1T3pSBcQ0pPuWwYuXeD0k8x
-ZlY+/4Yqf47akB0Hd6KESb74WtWVHf1VLM5tNwIoa1K6kpCsAEQgmclhivEUQcqN
-cX9Ar0Wojpu8Zt1xtqJlSAc8kGrQru3cMEJQa7035FG8obi6m20GnZbn91vZbnGb
-0mXL5sZ07Rbo6kOIdYNd0tpeuXJ6dAlqv73J/hKE8gbQXYu3B4SIKEPvRPAo5l4K
-ShR0zfTwU0eYbuCedoHtzeoFPD/sNg2ypgoZhxmf8omsUIedZ2101GLqQQtXPfTW
-SLA0n/2M5In29ssvnT/SvRRPdTuREpKbb1kqyuEbbD1VjXVtf6XH8JuKRfRHcHvS
-hbpn6IGeU1Af/VTD0sMNOv0FV+lcaRIGBiuF4HTn9HZF2OJXI6/qdnEQi5M8uCTe
-KJ+Dai9d9017IkyWPj/WUvI3XW1mNVakoVh8zPpYIdDVScinF4vgTEfOqwcqpHea
-nDFZPb9kbobwW4JQaSYclbIX+4aL37a4AvMUzdn56txi0OXWHX90hpB3oEfEM+iB
-yqcoBXX3Tw+2sOys2p+SqXqufwIhz+KcMkbDe8JS6Dm9iklGmVt/fJ1EDY5m/AmF
-ri06LDX9Nmrk4wgzXaEKarERS8Aq5o1DpdF2UBjz7dN621Koogf/nFuQvHQ1GaKq
-5MCm79m2KOfFlTXfElDYcDzqUscgpq4u7UNZY9peLoORB96F+P7IRU6/ssx+wpTu
-i4DWWDdopY8BeddoU8sYgkZocwVcsTXVztcJXBUEeE71jROz4PVQhZ9u0/wNkhWP
-OfA4TX6HTRdqTgiyaIKwrOk/2bXPe4b/zmlaoINE9CkhgkJTv26jsmaFo6u3XCwN
-PZFPYHSMUUkel1Hg6eOtdCD0uiOv7lN79NgeQyea9Iqem+4Uc/3eVpmS/8l0NbRz
-RhbQQiLw4Gc0ZNyh9qg2giF3qehVXD8fOy9sMLm7dYwQpkAsg0EtkQfImfaKZ+sH
-+wCS2uzCOsqbOkPzIEin428wTlbR5iqw1exBCl6x45WdpmZbTzPddWJNTgeWk/gi
-9GXqjL5ZkhypUFfC25OQU9LMUgrJGUSzamFO/Z9HeVcjjVNRylgbPdRMUXNxtA/R
-wyit/Cu58kOyPQB3nc3MseqvbDGjjFMDl2djfNOx4+JX5NBpJmwzM6injybqTWe7
-mBs/gapnpeQ2wbdIU1q5eId97+blrn8Y75MlP60FKf0Sy30eclAmcwwPwmTzQkCq
-+Vr3q5fTfjIEABg/s4PWtoBRlEaB+Hn3QOLz05tO5+09prFw8O88CxzhG/FHyNwp
-Q8O+X2OLwYeuyuZ9XPjp27BN/STtgZLgnmr1lITvS/V5CdnkynIDdkGf4/IMLIgV
-heVsGq8NMasgSQBMsfX2J+h3Uw==
-=8utF
+iQTwBAABCgAGBQJXkpsYAAoJENGrRRaIiIiIU+AmoKgD9iN69S1RCcqteYyPGU9X
+As5yKuaLZSeuJVA9BaGoE+XOsMfzqVGSjeimh4CGYs/FoE6rnoXb0XOL1Rsv1anM
+ueR0ZwfCSoGC9CTPCiUjjswba2qgav/UqCs8dmczs0hRTNOs3TX4IYfslc6x7dFI
+G0VcxD9ZbCdNcJ2C1s1bAfgbWchrM38zEsMcbaeLzA5av6i+gumUNsE30o/j2bKx
+Hof7spYB1HrUVazhzjENorhHSD3TiJbOYAiaVOHXN4wDyL6PqzhSjMSMiKiRTAJ9
+eQojArkU5hn9mPrQYgKZLRm0M2G67hnqYShDtlT4HHdfpiLyz+t1etJDEmoUwcTp

commit crmsh for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2016-08-09 22:15:54

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2016-08-03 
11:44:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2016-08-09 
22:16:00.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 09 11:54:54 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.2.0+git.1470743271.64d1a40:
+  * medium: constants: Add missing alerts constants (#150) (bsc#992789)
+
+---

Old:

  crmsh-2.2.0+git.1469918297.1b801f6.tar.bz2

New:

  crmsh-2.2.0+git.1470743271.64d1a40.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.w3SlGz/_old  2016-08-09 22:16:01.0 +0200
+++ /var/tmp/diff_new_pack.w3SlGz/_new  2016-08-09 22:16:01.0 +0200
@@ -32,13 +32,13 @@
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define version_unconverted 2.2.0+git.1469918297.1b801f6
+%define version_unconverted 2.2.0+git.1470743271.64d1a40
 
 Name:   crmsh
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0+git.1469918297.1b801f6
+Version:2.2.0+git.1470743271.64d1a40
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.w3SlGz/_old  2016-08-09 22:16:02.0 +0200
+++ /var/tmp/diff_new_pack.w3SlGz/_new  2016-08-09 22:16:02.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  1b801f6bca54aa91ca066a057e3b0003715995e7
\ No newline at end of file
+  64d1a40b8ed79e17973af5d9159eca3e703cf8e8
\ No newline at end of file

++ crmsh-2.2.0+git.1469918297.1b801f6.tar.bz2 -> 
crmsh-2.2.0+git.1470743271.64d1a40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0+git.1469918297.1b801f6/crmsh/constants.py 
new/crmsh-2.2.0+git.1470743271.64d1a40/crmsh/constants.py
--- old/crmsh-2.2.0+git.1469918297.1b801f6/crmsh/constants.py   2016-07-31 
00:40:44.0 +0200
+++ new/crmsh-2.2.0+git.1470743271.64d1a40/crmsh/constants.py   2016-08-09 
13:54:54.0 +0200
@@ -30,6 +30,7 @@
 "fencing_topology": "element",
 "fencing-topology": "element",
 "tag": "element",
+"alert": "element",
 "monitor": "element",
 "params": "subelement",
 "meta": "subelement",
@@ -38,6 +39,7 @@
 "operations": "subelement",
 "op": "subelement",
 "rule": "subelement",
+"to": "subelement",
 "inf": "value",
 "INFINITY": "value",
 "and": "op",
@@ -94,7 +96,8 @@
 "acl_user": "user",
 "acl_role": "role",
 "fencing-topology": "fencing_topology",
-"tag": "tag"
+"tag": "tag",
+"alert": "alert",
 }
 container_tags = ("group", "clone", "ms", "master")
 clonems_tags = ("clone", "ms", "master")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0+git.1469918297.1b801f6/test/testcases/newfeatures 
new/crmsh-2.2.0+git.1470743271.64d1a40/test/testcases/newfeatures
--- old/crmsh-2.2.0+git.1469918297.1b801f6/test/testcases/newfeatures   
2016-07-31 00:40:44.0 +0200
+++ new/crmsh-2.2.0+git.1470743271.64d1a40/test/testcases/newfeatures   
2016-08-09 13:54:54.0 +0200
@@ -21,6 +21,12 @@
 location l1 { p0 p1 p2 } inf: node1
 primitive node1 Dummy
 tag ones l1 p1
+alert notify_9 /usr/share/pacemaker/alerts/alert_snmp.sh \
+attributes \
+trap_add_hires_timestamp_oid="false" \
+trap_node_states="non-trap" \
+trap_resource_tasks="start,stop,monitor,promote,demote" \
+to "192.168.40.9"
 show tag:ones and type:location
 show tag:ones and p1
 show
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0+git.1469918297.1b801f6/test/testcases/newfeatures.exp 
new/crmsh-2.2.0+git.1470743271.64d1a40/test/testcases/newfeatures.exp
--- old/crmsh-2.2.0+git.1469918297.1b801f6/test/testcases/newfeatures.exp   
2016-07-31 00:40:44.0 +0200
+++ new/crmsh-2.2.0+git.1470743271.64d1a40/test/testcases/newfeatures.exp   
2016-08-09 13:54:54.0 +0200
@@ -15,6 +15,7 @@
 .INP: location l1 { p0 p1 p2 } inf: node1
 .INP: primitive node1 Dummy
 .INP: tag ones l1 p1
+.INP: alert notify_9 /usr/share/pacemaker/alerts/alert_snmp.sh

commit daps for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

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

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


Package is "daps"

Changes:

--- /work/SRC/openSUSE:Factory/daps/daps.changes2016-07-30 
00:27:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.daps.new/daps.changes   2016-08-09 
22:15:37.0 +0200
@@ -2 +2 @@
-Mon Jul 18 12:38:12 UTC 2016 - fsunderme...@opensuse.org
+Fri Aug 04 12:36:01 UTC 2016 - fsunderme...@opensuse.org
@@ -24,0 +25,8 @@
+  - Automatically detect the DocBook 5 version: If you have
+DocBook 5.1 installed, docbookxi.rng from 5.1 will
+automatically be used as the validating schema for DocBook 5
+documents. If you rather want to use the 5.0 schema
+or a custom schema, set DOCBOOK5_RNG_URI accordingly in
+/etc/daps/config (for a system wide configuration), in
+$HOME/.config/daps/dapsrc (for a user specific configuration),
+or in the DC-file (for a document-specific configuration)
@@ -33,3 +41,3 @@
-  - several fixes for ePUB
-  - several fixes for generating Mallard files (*.document) for
-package-html and package-pdf
+  - several fixes for ePUB, among them a fix that now correctly
+chooses mediaobject entries with role="html" rather than
+choosing the first one listed ion the XML source



Other differences:
--
++ daps-2.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daps/ChangeLog new/daps/ChangeLog
--- old/daps/ChangeLog  2016-07-18 14:31:53.0 +0200
+++ new/daps/ChangeLog  2016-08-05 14:42:05.0 +0200
@@ -1,5 +1,5 @@
 ---
-Fri Jul 15 16:50:01 UTC 2016 - fsunderme...@opensuse.org
+Fri Aug 04 12:36:01 UTC 2016 - fsunderme...@opensuse.org
 
 Stable release DAPS 2.3.0:
 
@@ -22,7 +22,15 @@
 TAB-completion for DAPS has been one of the very first feature
 requests we opened (almost five years ago). Now we finally
 managed to conquer the black Bash magic required to get it!
-
+  - Automatically detect the DocBook 5 version: If you have
+DocBook 5.1 installed, docbookxi.rng from 5.1 will
+automatically be used as the validating schema for DocBook 5
+documents. If you rather want to use the 5.0 schema
+or a custom schema, set DOCBOOK5_RNG_URI accordingly in
+/etc/daps/config (for a system wide configuration), in
+$HOME/.config/daps/dapsrc (for a user specific configuration),
+or in the DC-file (for a document-specific configuration)
+   
 * Bugfixes:
   - subcommand "locdrop" failed when the book did not include
 images
@@ -30,13 +38,14 @@
   - obsolete daps-susespell has been removed (replaced by
 daps ... spellcheck long ago)
   - paths starting with "~" were not always correctly resolved
-  - several fixes for ePUB
+  - several fixes for ePUB, among them a fix that now correctly
+chooses mediaobject entries with role="html" rather than
+choosing the first one listed ion the XML source
   - #10 : Generate TAB completion
   - #359: Drop bash 3 suppor
   - #369: Code review: Check Variable Assignments
   - #375: Issues with the xmlformat target
 
-
 ---
 Wed Jun 15 11:58:00 UTC 2016 - fsunderme...@opensuse.org
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daps/Makefile.am new/daps/Makefile.am
--- old/daps/Makefile.am2016-07-18 14:31:53.0 +0200
+++ new/daps/Makefile.am2016-08-05 14:42:05.0 +0200
@@ -22,12 +22,14 @@
 #
 # Replace placeholders with distribution-specfic paths
 #
+
 REPL_PATH = sed \
  -e 's|@sysconfdir[@]|$(sysconfdir)|g' \
  -e 's|@bindir[@]|$(bindir)|g' \
  -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \
  -e 's|@datadir[@]|$(datadir)|g' \
  -e 's|@prefix[@]|$(prefix)|g' \
+ -e 's|@db5version[@]|$(db5_version)|g' \
  -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g'
 
 DAPSROOT := $(abs_top_srcdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/daps/Makefile.in new/daps/Makefile.in
--- old/daps/Makefile.in2016-07-18 14:31:53.0 +0200
+++ new/daps/Makefile.in2016-08-05 14:42:05.0 +0200
@@ -360,6 +360,7 @@
 daps_xsl = @daps_xsl@
 datadir = @datadir@
 datarootdir = @datarootdir@
+db5_version = @db5_version@
 docdir = @docdir@
 dvidir = @dvidir@
 exec_prefix = @exec_prefix@
@@ -412,6 +413,7 @@
  -e 's|@pkgdatadir[@]|$(pkgdatadir)|g' \

commit seamonkey for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

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

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


Package is "seamonkey"

Changes:

--- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes  2016-08-03 
11:43:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2016-08-09 
22:15:39.0 +0200
@@ -1,0 +2,14 @@
+Mon Aug  8 09:19:46 UTC 2016 - w...@rosenauer.org
+
+- build with -fno-delete-null-pointer-checks for Tumbleweed/gcc6
+  as long as underlying issues have been addressed upstream
+  (boo#991027)
+
+---
+Fri Aug  5 13:47:12 UTC 2016 - pce...@suse.com
+
+- Fix for possible buffer overrun (bsc#990856)
+  CVE-2016-6354 (bmo#1292534)
+  [mozilla-flex_buffer_overrun.patch]
+
+---

New:

  mozilla-flex_buffer_overrun.patch



Other differences:
--
++ seamonkey.spec ++
--- /var/tmp/diff_new_pack.bEE405/_old  2016-08-09 22:15:45.0 +0200
+++ /var/tmp/diff_new_pack.bEE405/_new  2016-08-09 22:15:45.0 +0200
@@ -91,6 +91,8 @@
 Patch9: mozilla-reduce-files-per-UnifiedBindings.patch
 Patch10:mozilla-gcc6.patch
 Patch100:   seamonkey-ua-locale.patch
+# hotfix
+Patch150:   mozilla-flex_buffer_overrun.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: /bin/sh coreutils
 Provides:   seamonkey-mail = %{version}
@@ -198,6 +200,7 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch150 -p1
 popd
 # comm patches
 %patch100 -p1
@@ -216,6 +219,9 @@
 export MOZILLA_OFFICIAL=1
 export BUILD_OFFICIAL=1
 export CFLAGS="%{optflags} -fno-strict-aliasing"
+%if 0%{?suse_version} > 1320
+export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
+%endif
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
 %endif


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

CVE-2016-6354

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

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

commit linphone for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package linphone for openSUSE:Factory 
checked in at 2016-08-09 22:15:47

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


Package is "linphone"

Changes:

--- /work/SRC/openSUSE:Factory/linphone/linphone.changes2016-08-05 
18:18:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes   2016-08-09 
22:15:51.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 09:53:32 UTC 2016 - o...@aepfle.de
+
+- Use ffmpeg buildconditional also in devel pkg
+
+---



Other differences:
--
++ linphone.spec ++
--- /var/tmp/diff_new_pack.Wuv0lE/_old  2016-08-09 22:15:53.0 +0200
+++ /var/tmp/diff_new_pack.Wuv0lE/_new  2016-08-09 22:15:53.0 +0200
@@ -81,7 +81,7 @@
 Requires:   pkgconfig(alsa)
 Requires:   pkgconfig(glib-2.0)
 Requires:   pkgconfig(speex)
-%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 
0%{?is_opensuse}) || %{with restricted}
+%if %{with ffmpeg}
 Requires:   pkgconfig(libavcodec) >= 51.0.0
 Requires:   pkgconfig(libswscale) >= 0.7.0
 Requires:   pkgconfig(xv)




commit kid3 for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package kid3 for openSUSE:Factory checked in 
at 2016-08-09 22:15:42

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


Package is "kid3"

Changes:

--- /work/SRC/openSUSE:Factory/kid3/kid3.changes2016-08-05 
18:16:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.kid3.new/kid3.changes   2016-08-09 
22:15:47.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  8 10:28:38 UTC 2016 - o...@aepfle.de
+
+- Remove duplicate and misplaced cmake flag to enable ffmpeg
+
+---



Other differences:
--
++ kid3.spec ++
--- /var/tmp/diff_new_pack.8yQ5eq/_old  2016-08-09 22:15:48.0 +0200
+++ /var/tmp/diff_new_pack.8yQ5eq/_new  2016-08-09 22:15:48.0 +0200
@@ -211,7 +211,7 @@
 options+="-DWITH_CHROMAPRINT_FFMPEG:BOOL=ON -DWITH_FFMPEG:BOOL=ON"
 %endif
 %if 0%{?suse_version} > 1320 || 0%{?suse_version} == 1315 && 0%{?is_opensuse} 
== 1
-%cmake_kf5 -d build -- $options -DWITH_QT5:BOOL=1 -DWITH_FFMPEG:BOOL=ON
+%cmake_kf5 -d build -- $options -DWITH_QT5:BOOL=1
 %else
 %cmake_kde4 -d build -- $options
 %endif




commit yast2-slide-show for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-08-09 22:15:45

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


Package is "yast2-slide-show"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2016-05-10 09:27:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-08-09 22:15:50.0 +0200
@@ -1,0 +2,30 @@
+Mon Aug  1 14:57:18 UTC 2016 - lnus...@suse.de
+
+- set version in spec file (boo#981645)
+- add Url
+- run fdupes
+
+---
+Mon Aug 01 14:47:19 UTC 2016 - g...@opensuse.org
+
+- Update to version 84.87.20160724.0fcf6e5:
+  * Modernize slideshow.xml
+  * Translated using Weblate (Arabic)
+  * Translated using Weblate (Catalan)
+  * Translated using Weblate (Chinese (China))
+  * Translated using Weblate (Chinese (Taiwan))
+  * Translated using Weblate (Dutch)
+  * Translated using Weblate (French)
+  * Translated using Weblate (German)
+  * Translated using Weblate (Hungarian)
+  * Translated using Weblate (Italian)
+  * Translated using Weblate (Japanese)
+  * Translated using Weblate (Korean)
+  * Translated using Weblate (Polish)
+  * Translated using Weblate (Portuguese (Brazil))
+  * Translated using Weblate (Russian)
+  * Translated using Weblate (Slovak)
+  * Translated using Weblate (Spanish)
+  * Translated using Weblate (Swedish)
+
+---

Old:

  yast2-slide-show-84.87.20160506.56106a5.tar.xz

New:

  yast2-slide-show-84.87.20160724.0fcf6e5.tar.xz



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.0w41R7/_old  2016-08-09 22:15:51.0 +0200
+++ /var/tmp/diff_new_pack.0w41R7/_new  2016-08-09 22:15:51.0 +0200
@@ -16,18 +16,20 @@
 #
 
 
-%define version_unconverted 84.87.20160427.88aaafc
+%define version_unconverted 84.87.20160724.0fcf6e5
 # xml2po uses temporary files that do not like being called twice
 # xml2po probably is not thread-safe.
 %define jobs 1
 Name:   yast2-slide-show
-Version:84.87.20160506.56106a5
+Version:84.87.20160724.0fcf6e5
 Release:0
 Summary:Slide show displayed during package installation with YaST
 License:GPL-2.0
 Group:  Metapackages
+Url:https://github.com/openSUSE/yast-slide-show/
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  docbook_4
+BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils
 BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
@@ -42,10 +44,18 @@
 %setup -q
 
 %build
+# put the distro version in the text so the same package can be
+# reused for TW and Leap
+if [ "%{vendor}" = 'openSUSE' ]; then
+   version="%{distribution}"
+   version="${version#openSUSE }"
+   sed -i -e "/ENTITY suse-version/s/\".*\"/\"$version\"/" slideshow.xml
+fi
 make %{?_smp_mflags}
 
 %install
 make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%fdupes %{buildroot}
 
 %files
 %defattr(-,root,root)

++ _servicedata ++
--- /var/tmp/diff_new_pack.0w41R7/_old  2016-08-09 22:15:51.0 +0200
+++ /var/tmp/diff_new_pack.0w41R7/_new  2016-08-09 22:15:51.0 +0200
@@ -3,4 +3,4 @@
 git://github.com/lnussel/yast-slide-show.git
   6f56730fc1760741bd3b6e95b3f02dad104347f0
 git://github.com/openSUSE/yast-slide-show.git
-  56106a58d7741d7a48c04f24253e3cf77c341cb7
\ No newline at end of file
+  0fcf6e58b70e1d73db48bb75cd12719c459b9830
\ No newline at end of file

++ yast2-slide-show-84.87.20160506.56106a5.tar.xz -> 
yast2-slide-show-84.87.20160724.0fcf6e5.tar.xz ++
 1634 lines of diff (skipped)




commit docker for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2016-08-09 22:15:50

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2016-08-03 
11:42:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2016-08-09 
22:15:57.0 +0200
@@ -1,0 +2,7 @@
+Mon Jul 25 05:34:50 UTC 2016 - sfl...@suse.de
+
+- Don't exit mid install, add the ability to not restart the docker
+  service during certain updates with long migration phases 
+  bsc#980555
+
+---

New:

  docker-update-message.txt



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.a5sC0I/_old  2016-08-09 22:15:58.0 +0200
+++ /var/tmp/diff_new_pack.a5sC0I/_new  2016-08-09 22:15:58.0 +0200
@@ -17,13 +17,19 @@
 # nodebuginfo
 
 
-%define docker_store  %{_localstatedir}/lib/docker
+%global docker_store  %{_localstatedir}/lib/docker
+%global docker_migration_testfile 
%{docker_store}/.suse-image-migration-v1to2-complete
+%global docker_migration_warnfile %{docker_store}/docker-update-message.txt
 %define docker_graph  %{docker_store}/graph
-%define docker_migration_testfile 
%{docker_store}/.suse-image-migration-v1to2-complete
 %define git_version 9e83765
 %define go_arches %ix86 x86_64 aarch64
 %define version_unconverted 1.11.2
 %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
+# When upgrading to a new version requires the service not to be restarted
+# Due to a long migration process update last_migration_version to the new 
version
+# that will first perform the migration, last time this was needed was version
+# 1.10.1
+%global last_migration_version 1.10.1
 Name:   docker
 Version:1.11.2
 Release:0
@@ -38,6 +44,7 @@
 Source6:docker-rpmlintrc
 Source7:README_SUSE.md
 Source8:docker-audit.rules
+Source9:docker-update-message.txt
 # Required to overcome some limitations of gcc-go: 
https://groups.google.com/forum/#!msg/golang-nuts/SlGCPYkjxo4/4DjcjXRCqAkJ
 Patch101:   gcc-go-patches.patch
 Patch102:   netlink_gcc_go.patch
@@ -233,80 +240,42 @@
 install -p -m 644 man/man5/Dockerfile.5 %{buildroot}%{_mandir}/man5
 %endif
 
+install -D -m 0644 %{SOURCE9} %{buildroot}%{docker_migration_warnfile}
+
 %fdupes %{buildroot}
 
 %pre
-# We're currently inside rpmlint, which will cause us to fail the tests if it
-# happens that the Docker install in the builder requires a migration.
-if [[ -z "$BUILD_ROOT" ]]
-then
-   # In order to make sure we don't print a scary warning when we 
shouldn't we
-   # need to test these things (in this order):
-   # 1. Check that %{_localstatedir}/lib/docker actually exists (docker 
daemon has run).
-   # 2. Check that the migrator has *not* finished.
-   # 3. Check that %{_localstatedir}/lib/docker/graph exists (this is a 
<=1.9.1 thing, but
-   #will stick around if it has been migrated -- which is why we need 
the
-   #MIGRATION_TESTFILE check).
-   # 4. Check that there are images in the graph/ directory.
-   if [[ -d "%{docker_store}" && ( ! -f "%{docker_migration_testfile}" ) 
&& -d "%{docker_store}" && -n "$(find "%{docker_store}" -maxdepth 1 -type d 
2>/dev/null | grep -Ev '_tmp|^%{docker_store}$')" ]]
-then
-
-   if [ -n "$DOCKER_FORCE_INSTALL" ]
-   then
-   echo >&2 "*** IGNORING DOWNTIME WARNING! FORCING 
INSTALLATION. ***"
-   else
-
-cat >&2 <=1.10.0, the Docker image format
-has changed to be completely content-addressible. This results in several 
positive
-improvements to image operations (better caching during builds mainly). 
However,
-the migration operation may take several hours if you have a lot of large 
images
-on a Docker host. In order to ensure that you have minimum downtime, this 
update
-of Docker will not complete successfully, and you will have the opportunity to
-run a separate migration tool (which will not cause downtime for your Docker
-daemon).
-
-In order to run this migration tool, please install the 'docker-image-migrator'
-package. You can run the migration with this command, which will exit after the
-migration has been completed:
-
-$ %{_libexecdir}/docker-image-migrator/do-image-migration-v1to2.sh
-
-Because the migrator requires information about the storage driver used by 
Docker,
-the migration script will source %{_sysconfdir}/sysconfig/docker and use 
\$DOCKER_OPTS as
-arguments to the migrator. If this automated 

commit perl-MooseX-Role-Parameterized for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-MooseX-Role-Parameterized for 
openSUSE:Factory checked in at 2016-08-09 22:15:20

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


Package is "perl-MooseX-Role-Parameterized"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-MooseX-Role-Parameterized/perl-MooseX-Role-Parameterized.changes
2015-04-16 14:14:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-MooseX-Role-Parameterized.new/perl-MooseX-Role-Parameterized.changes
   2016-08-09 22:15:21.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  7 05:57:53 UTC 2016 - co...@suse.com
+
+- updated to 1.09
+   see /usr/share/doc/packages/perl-MooseX-Role-Parameterized/Changes
+
+  1.09  2016-08-07 01:20:31Z
+ - Give 'anonymous' generated roles names that are similar to the original
+   parameterized role so debug output is easier to read
+
+---

Old:

  MooseX-Role-Parameterized-1.08.tar.gz

New:

  MooseX-Role-Parameterized-1.09.tar.gz



Other differences:
--
++ perl-MooseX-Role-Parameterized.spec ++
--- /var/tmp/diff_new_pack.kvS3yw/_old  2016-08-09 22:15:21.0 +0200
+++ /var/tmp/diff_new_pack.kvS3yw/_new  2016-08-09 22:15:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooseX-Role-Parameterized
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-MooseX-Role-Parameterized
-Version:1.08
+Version:1.09
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name MooseX-Role-Parameterized
-Summary:Roles with Composition Parameters
+Summary:Moose roles with composition parameters
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/MooseX-Role-Parameterized/
@@ -31,9 +31,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.011
 BuildRequires:  perl(CPAN::Meta::Requirements)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.037
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) >= 2.0300
 BuildRequires:  perl(Moose::Exporter)
@@ -47,7 +48,7 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Requires)
 BuildRequires:  perl(namespace::autoclean)
-BuildRequires:  perl(namespace::clean)
+BuildRequires:  perl(namespace::clean) >= 0.19
 Requires:   perl(Module::Runtime)
 Requires:   perl(Moose) >= 2.0300
 Requires:   perl(Moose::Exporter)
@@ -55,33 +56,33 @@
 Requires:   perl(Moose::Role)
 Requires:   perl(Moose::Util)
 Requires:   perl(namespace::autoclean)
-Requires:   perl(namespace::clean)
+Requires:   perl(namespace::clean) >= 0.19
 %{perl_requires}
 
 %description
 Your parameterized role consists of two new things: parameter declarations
 and a 'role' block.
 
-Parameters are declared using the the /parameter manpage keyword which very
-much resembles the Moose/has manpage. You can use any option that the
-Moose/has manpage accepts. The default value for the 'is' option is 'ro' as
-that's a very common case. Use 'is => 'bare'' if you want no accessor.
-These parameters will get their values when the consuming class (or role)
-uses the Moose/with manpage. A parameter object will be constructed with
-these values, and passed to the 'role' block.
-
-The 'role' block then uses the usual the Moose::Role manpage keywords to
-build up a role. You can shift off the parameter object to inspect what the
-consuming class provided as parameters. You use the parameters to customize
-your role however you wish.
+Parameters are declared using the parameter keyword which very much
+resembles Moose/has. You can use any option that Moose/has accepts. The
+default value for the 'is' option is 'ro' as that's a very common case. Use
+'is => 'bare'' if you want no accessor. These parameters will get their
+values when the consuming class (or role) uses Moose/with. A parameter
+object will be constructed with these values, and passed to the 'role'
+block.
+
+The 'role' block then uses the usual Moose::Role keywords to build up a
+role. You can shift off the 

commit libsodium for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package libsodium for openSUSE:Factory 
checked in at 2016-08-09 22:15:27

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


Package is "libsodium"

Changes:

--- /work/SRC/openSUSE:Factory/libsodium/libsodium.changes  2016-04-12 
19:32:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsodium.new/libsodium.changes 2016-08-09 
22:15:29.0 +0200
@@ -1,0 +2,20 @@
+Sat Aug  6 04:31:24 UTC 2016 - i...@marguerite.su
+
+- update version 1.0.11
+  * sodium_init() is now thread-safe, and can be safely called
+multiple times.
+  * Better support for old gcc versions.
+  * AVX2 detection was fixed, resulting in faster BLAKE2b hashing
+on platforms where it was not properly detected.
+  * The Sandy2x Curve25519 implementation was not as fast as
+expected on some platforms. This has been fixed.
+  * The NativeClient target was improved. Most notably, it now
+supports optimized implementations, and uses pepper_49 by default.
+  * The library can be compiled with recent Emscripten versions.
+Changes have been made to produce smaller code, and the default
+heap size was reduced in the standard version.
+  * Decryption functions can now accept a NULL pointer for the output.
+This checks the MAC without writing the decrypted message.
+  * crypto_generichash_final() now returns -1 if called twice.
+
+---

Old:

  libsodium-1.0.10.tar.gz

New:

  libsodium-1.0.11.tar.gz



Other differences:
--
++ libsodium.spec ++
--- /var/tmp/diff_new_pack.A7WHLu/_old  2016-08-09 22:15:30.0 +0200
+++ /var/tmp/diff_new_pack.A7WHLu/_new  2016-08-09 22:15:30.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname libsodium18
 Name:   libsodium
-Version:1.0.10
+Version:1.0.11
 Release:0
 Summary:Portable NaCl-based crypto library
 License:ISC

++ libsodium-1.0.10.tar.gz -> libsodium-1.0.11.tar.gz ++
 10990 lines of diff (skipped)




commit offlineimap for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2016-08-09 22:15:31

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


Package is "offlineimap"

Changes:

--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2015-05-16 
19:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes 
2016-08-09 22:15:32.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug  1 14:27:40 UTC 2016 - mimi...@gmail.com
+
+- update to 7.0.3
+* very long upstream changelog, please see Changelog.md file in docs
+
+---

Old:

  v6.5.7.tar.gz

New:

  v7.0.3.tar.gz



Other differences:
--
++ offlineimap.spec ++
--- /var/tmp/diff_new_pack.DFeJrj/_old  2016-08-09 22:15:33.0 +0200
+++ /var/tmp/diff_new_pack.DFeJrj/_new  2016-08-09 22:15:33.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package offlineimap
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   offlineimap
-Version:6.5.7
+Version:7.0.3
 Release:0
 Summary:Powerful IMAP/Maildir Synchronization Tool
 License:GPL-2.0+
@@ -32,6 +32,7 @@
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-six
 BuildRequires:  python-sphinx
 Requires:   ca-certificates
 Requires:   python
@@ -53,7 +54,7 @@
 
 %prep
 %setup -q
-sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
+sed -i '/^#!\/usr\/bin\/env/d' offlineimap/bundled_imaplib2.py
 
 %build
 python setup.py build

++ v6.5.7.tar.gz -> v7.0.3.tar.gz ++
 13813 lines of diff (skipped)




commit perl-Dist-Zilla for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2016-08-09 22:15:21

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


Package is "perl-Dist-Zilla"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2016-07-14 09:47:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes 
2016-08-09 22:15:23.0 +0200
@@ -1,0 +2,10 @@
+Sun Aug  7 05:26:02 UTC 2016 - co...@suse.com
+
+- updated to 6.007
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  6.007 2016-08-06 14:04:39-04:00 America/New_York
+  - restrict [MetaYAML] to metaspec v1.4, [MetaJSON] to v2.0+, as other
+version combinations are not well-supported by the toolchain
+
+---

Old:

  Dist-Zilla-6.006.tar.gz

New:

  Dist-Zilla-6.007.tar.gz



Other differences:
--
++ perl-Dist-Zilla.spec ++
--- /var/tmp/diff_new_pack.xe3qPH/_old  2016-08-09 22:15:24.0 +0200
+++ /var/tmp/diff_new_pack.xe3qPH/_new  2016-08-09 22:15:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Dist-Zilla
-Version:6.006
+Version:6.007
 Release:0
 %define cpan_name Dist-Zilla
 Summary:Distribution Builder; Installer Not Included!

++ Dist-Zilla-6.006.tar.gz -> Dist-Zilla-6.007.tar.gz ++
 3425 lines of diff (skipped)




commit bumblebee for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package bumblebee for openSUSE:Factory 
checked in at 2016-08-09 22:15:25

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


Package is "bumblebee"

Changes:

--- /work/SRC/openSUSE:Factory/bumblebee/bumblebee.changes  2016-04-28 
16:57:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.bumblebee.new/bumblebee.changes 2016-08-09 
22:15:27.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  7 00:54:05 UTC 2016 - bumblebee@gmail.com
+
+- Update patch to add/remove /dev/nvidia-uvm for CUDA and remove
+  /dev/nvdia-modeset on demand :
+  * nvidia-uvm-modeset-drm-support.patch
+
+---



Other differences:
--
++ nvidia-uvm-modeset-drm-support.patch ++
--- /var/tmp/diff_new_pack.GPxx5b/_old  2016-08-09 22:15:28.0 +0200
+++ /var/tmp/diff_new_pack.GPxx5b/_new  2016-08-09 22:15:28.0 +0200
@@ -1,6 +1,21 @@
+diff -urN bumblebee-3.2.1.orig/conf/99-bumblebee-nvidia-dev.rules 
bumblebee-3.2.1/conf/99-bumblebee-nvidia-dev.rules
+--- bumblebee-3.2.1.orig/conf/99-bumblebee-nvidia-dev.rules2013-04-26 
17:49:03.010174177 +0200
 bumblebee-3.2.1/conf/99-bumblebee-nvidia-dev.rules 2016-08-07 
00:47:23.863168488 +0200
+@@ -1,7 +1,10 @@
+ # Put this file in /lib/udev/rules.d or /etc/udev/rules.d
+ # Prevent the nvidia card from "randomly" turning on
+-DEVPATH=="/module/nvidia", ACTION=="remove", RUN+="/bin/rm -f /dev/nvidiactl 
/dev/nvidia0 /dev/nvidia1"
++DEVPATH=="/module/nvidia", ACTION=="remove", RUN+="/bin/rm -f /dev/nvidiactl 
/dev/nvidia-modeset /dev/nvidia-uvm /dev/nvidia0 /dev/nvidia1"
+ 
+ # Create devices files upon loading the module
+ DEVPATH=="/module/nvidia", ACTION=="add", RUN+="/bin/mknod -m 666 
/dev/nvidiactl c 195 255"
+ DEVPATH=="/module/nvidia", ACTION=="add", RUN+="/bin/mknod -m 666 
/dev/nvidia0   c 195 0"
++
++# Create uvm device
++KERNEL=="nvidia_uvm", RUN+="/bin/bash -c '/bin/mknod -m 666 /dev/nvidia-uvm c 
$(grep nvidia-uvm /proc/devices | cut -d \  -f 1) 0;'"
 diff -urN bumblebee-3.2.1.orig/src/bbsecondary.c 
bumblebee-3.2.1/src/bbsecondary.c
 bumblebee-3.2.1.orig/src/bbsecondary.c 2013-04-26 17:49:03.0 
+0200
-+++ bumblebee-3.2.1/src/bbsecondary.c  2016-04-11 11:16:03.561478327 +0200
+--- bumblebee-3.2.1.orig/src/bbsecondary.c 2013-04-26 17:49:03.018174178 
+0200
 bumblebee-3.2.1/src/bbsecondary.c  2016-08-07 00:44:40.441246658 +0200
 @@ -119,6 +119,24 @@
  if (!module_load(module_name, driver_name)) {
set_bb_error("Could not load GPU driver");




commit syzkaller for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package syzkaller for openSUSE:Factory 
checked in at 2016-08-09 22:15:29

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


Package is "syzkaller"

Changes:

--- /work/SRC/openSUSE:Factory/syzkaller/syzkaller.changes  2016-06-23 
13:36:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.syzkaller.new/syzkaller.changes 2016-08-09 
22:15:31.0 +0200
@@ -1,0 +2,16 @@
+Sun Aug 07 08:35:33 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.0+git.20160805:
+  * add a initrd flag for qemu type and display the qemu command.
+  * executor: add support for 386 arch (COMPAT syscalls)
+  * config: detect unknown fields in configs
+  * executor: revive setuid sandbox
+  * added an optional initrd flag.
+  * config: add Initrd to known fields
+  * manager: pass -debug flag to fuzzer
+  * ipc: fix broken test
+  * manager: print keep alive to stdout
+  * manager: add a special VM type "none"
+- Require go 1.4 at least
+
+---

Old:

  syzkaller-0.0+git.20160615.tar.xz

New:

  syzkaller-0.0+git.20160805.tar.xz



Other differences:
--
++ syzkaller.spec ++
--- /var/tmp/diff_new_pack.WOuTl6/_old  2016-08-09 22:15:31.0 +0200
+++ /var/tmp/diff_new_pack.WOuTl6/_new  2016-08-09 22:15:31.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 0.0+git.20160615
+%define version_unconverted 0.0+git.20160805
 Name:   syzkaller
-Version:0.0+git.20160615
+Version:0.0+git.20160805
 Release:0
 Summary:Distributed, unsupervised, coverage-guided Linux syscall fuzzer
 License:Apache-2.0
@@ -26,7 +26,7 @@
 Url:https://github.com/google/syzkaller
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
-BuildRequires:  go
+BuildRequires:  go >= 1.4
 BuildRequires:  make
 BuildRequires:  xz
 # for -fsanitize-coverage

++ syzkaller-0.0+git.20160615.tar.xz -> syzkaller-0.0+git.20160805.tar.xz 
++
 2078 lines of diff (skipped)




commit perl-URI-Find for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-URI-Find for openSUSE:Factory 
checked in at 2016-08-09 22:15:23

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


Package is "perl-URI-Find"

Changes:

--- /work/SRC/openSUSE:Factory/perl-URI-Find/perl-URI-Find.changes  
2014-09-17 17:26:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-URI-Find.new/perl-URI-Find.changes 
2016-08-09 22:15:24.0 +0200
@@ -1,0 +2,12 @@
+Sun Aug  7 06:39:39 UTC 2016 - co...@suse.com
+
+- updated to 20160806
+   see /usr/share/doc/packages/perl-URI-Find/Changes
+
+  20160806  Sat Aug  6 13:36:14 PDT 2016
+  Distribution
+  * Homepage is now metacpan
+  * Now testing Strawberry Perl with AppVeyor
+  * Kwalitee fix (Patrice Clement) [github 14]
+
+---

Old:

  URI-Find-20140709.tar.gz

New:

  URI-Find-20160806.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-URI-Find.spec ++
--- /var/tmp/diff_new_pack.pPHlNo/_old  2016-08-09 22:15:25.0 +0200
+++ /var/tmp/diff_new_pack.pPHlNo/_new  2016-08-09 22:15:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-URI-Find
 #
-# 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,19 +17,20 @@
 
 
 Name:   perl-URI-Find
-Version:20140709
+Version:20160806
 Release:0
 %define cpan_name URI-Find
 Summary:Find URIs in arbitrary text
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/URI-Find/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MS/MSCHWERN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Build) >= 0.30
+BuildRequires:  perl(Module::Build) >= 0.30
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(URI) >= 1.60
 Requires:   perl(URI) >= 1.60
@@ -41,7 +42,7 @@
 be.) It only finds URIs which include a scheme (http:// or the like), for
 something a bit less strict have a look at URI::Find::Schemeless.
 
-For a command-line interface, the urifind manpage is provided.
+For a command-line interface, urifind is provided.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -59,6 +60,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README TODO
+%doc appveyor.yml Changes LICENSE README TODO
 
 %changelog

++ URI-Find-20140709.tar.gz -> URI-Find-20160806.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/.travis.yml 
new/URI-Find-20160806/.travis.yml
--- old/URI-Find-20140709/.travis.yml   1970-01-01 01:00:00.0 +0100
+++ new/URI-Find-20160806/.travis.yml   2016-08-06 22:42:46.0 +0200
@@ -0,0 +1,10 @@
+language: perl
+perl:
+  - "5.22"
+  - "5.20"
+  - "5.18"
+  - "5.16"
+  - "5.14"
+  - "5.12"
+  - "5.10"
+  - "5.8"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/Build.PL 
new/URI-Find-20160806/Build.PL
--- old/URI-Find-20140709/Build.PL  2014-07-10 01:32:18.0 +0200
+++ new/URI-Find-20160806/Build.PL  2016-08-06 22:42:46.0 +0200
@@ -17,7 +17,7 @@
 },
 
 requires=> {
-perl=> '5.8.9',
+perl=> '5.8.8',
 URI => '1.60',
 },
 
@@ -27,13 +27,16 @@
 
 meta_merge => {
 resources => {
-homepage=> 'http://search.cpan.org/dist/URI-Find',
+homepage=> 'http://metacpan.org/release/URI-Find',
 bugtracker  => 'http://github.com/schwern/URI-Find/issues/',
 repository  => 'http://github.com/schwern/URI-Find/',
 }
 },
 
 recursive_test_files=> 1,
+
+create_readme   => 1,
+create_license  => 1,
 );
 
 $build->create_build_script;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/URI-Find-20140709/Changes 
new/URI-Find-20160806/Changes
--- old/URI-Find-20140709/Changes   2014-07-10 01:32:18.0 +0200
+++ new/URI-Find-20160806/Changes   2016-08-06 

commit tpm2-0-tss for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package tpm2-0-tss for openSUSE:Factory 
checked in at 2016-08-09 22:15:16

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


Package is "tpm2-0-tss"

Changes:

--- /work/SRC/openSUSE:Factory/tpm2-0-tss/tpm2-0-tss.changes2016-05-10 
09:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.tpm2-0-tss.new/tpm2-0-tss.changes   
2016-08-09 22:15:18.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug  6 19:28:27 UTC 2016 - meiss...@suse.com
+
+- added a systemd unit service file (FATE#315631)
+
+---
@@ -5,0 +11 @@
+  (FATE#315631)
@@ -11 +17 @@
-  the group "System/Libraries". 
+  the group "System/Libraries". (FATE#315631)

New:

  resourcemgr.service



Other differences:
--
++ tpm2-0-tss.spec ++
--- /var/tmp/diff_new_pack.Kzeedo/_old  2016-08-09 22:15:19.0 +0200
+++ /var/tmp/diff_new_pack.Kzeedo/_new  2016-08-09 22:15:19.0 +0200
@@ -24,11 +24,13 @@
 Group:  Productivity/Security
 Url:https://github.com/01org/TPM2.0-TSS
 Source0:%{name}-%{version}.tar.gz
+Source1:resourcemgr.service
 Source2:baselibs.conf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkg-config
+BuildRequires:  systemd-rpm-macros
 Requires(pre):  pwdutils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -68,14 +70,30 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
+install -D -m 0644 %{SOURCE1} %{buildroot}/%{_unitdir}/resourcemgr.service
+ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcresourcemgr
 
 %post -n libtss2-0 -p /sbin/ldconfig
 %postun -n libtss2-0 -p /sbin/ldconfig
 
+%pre
+%service_add_pre resourcemgr.service
+
+%post
+%service_add_post resourcemgr.service
+
+%postun
+%service_del_postun resourcemgr.service
+
+%preun
+%service_del_preun resourcemgr.service
+
 %files
 %defattr(-,root,root)
 %doc *.md ChangeLog LICENSE *.png
 %{_sbindir}/resourcemgr
+/%{_unitdir}/resourcemgr.service
+%{_sbindir}/rcresourcemgr
 
 %files devel
 %defattr(-,root,root)

++ resourcemgr.service ++
[Unit]
Description=TPM 2.0 Core Services Daemon

[Service]
Type=forking
ExecStart=/usr/sbin/resourcemgr

[Install]
WantedBy=multi-user.target



commit python3-paramiko for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

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

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


Package is "python3-paramiko"

Changes:

--- /work/SRC/openSUSE:Factory/python3-paramiko/python3-paramiko.changes
2016-07-01 09:59:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-paramiko.new/python3-paramiko.changes   
2016-08-09 22:15:13.0 +0200
@@ -1,0 +2,17 @@
+Sat Aug  6 15:56:03 UTC 2016 - a...@gmx.de
+
+- update to version 2.0.2:
+  * Fix protocol banner read errors (SSHException) which would
+occasionally pop up when using ProxyCommand gatewaying. Thanks to
+@Depado for the initial report and Paul Kapp for the fix.
+  * Add a _closed private attribute to ~paramiko.channel.Channel
+objects so that they continue functioning when used as proxy
+sockets under Python 3 (e.g. as direct-tcpip gateways for other
+Paramiko connections.)
+  * Apply type definitions to _winapi module from jaraco.windows
+3.6.1. This should address issues on Windows platforms that often
+result in errors like ArgumentError: [...] int too long to
+convert. Thanks to @swohlerLL for the report and Jason R. Coombs
+for the patch.
+
+---

Old:

  paramiko-2.0.1.tar.gz

New:

  paramiko-2.0.2.tar.gz



Other differences:
--
++ python3-paramiko.spec ++
--- /var/tmp/diff_new_pack.vVjid1/_old  2016-08-09 22:15:14.0 +0200
+++ /var/tmp/diff_new_pack.vVjid1/_new  2016-08-09 22:15:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-paramiko
-Version:2.0.1
+Version:2.0.2
 Release:0
 Url:https://github.com/paramiko/paramiko/
 Summary:SSH2 protocol library

++ paramiko-2.0.1.tar.gz -> paramiko-2.0.2.tar.gz ++
 4273 lines of diff (skipped)




commit python3-mccabe for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python3-mccabe for openSUSE:Factory 
checked in at 2016-08-09 22:15:10

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


Package is "python3-mccabe"

Changes:

--- /work/SRC/openSUSE:Factory/python3-mccabe/python3-mccabe.changes
2016-07-01 10:01:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-mccabe.new/python3-mccabe.changes   
2016-08-09 22:15:12.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  6 15:52:23 UTC 2016 - a...@gmx.de
+
+- update to version 0.5.2:
+  * When opening files ourselves, make sure we always name the file
+variable
+
+- changes from version 0.5.1:
+  * Set default maximum complexity to -1 on the class itself
+
+---

Old:

  mccabe-0.5.0.tar.gz

New:

  mccabe-0.5.2.tar.gz



Other differences:
--
++ python3-mccabe.spec ++
--- /var/tmp/diff_new_pack.Odyga7/_old  2016-08-09 22:15:13.0 +0200
+++ /var/tmp/diff_new_pack.Odyga7/_new  2016-08-09 22:15:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-mccabe
-Version:0.5.0
+Version:0.5.2
 Release:0
 Summary:McCabe checker, plugin for flake8
 License:MIT

++ mccabe-0.5.0.tar.gz -> mccabe-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mccabe-0.5.0/PKG-INFO new/mccabe-0.5.2/PKG-INFO
--- old/mccabe-0.5.0/PKG-INFO   2016-05-30 22:56:05.0 +0200
+++ new/mccabe-0.5.2/PKG-INFO   2016-07-31 21:05:53.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mccabe
-Version: 0.5.0
+Version: 0.5.2
 Summary: McCabe checker, plugin for flake8
 Home-page: https://github.com/pycqa/mccabe
 Author: Ian Cordasco
@@ -73,6 +73,16 @@
 Changes
 ---
 
+0.5.2 - 2016-07-31
+``
+
+* When opening files ourselves, make sure we always name the file 
variable
+
+0.5.1 - 2016-07-28
+``
+
+* Set default maximum complexity to -1 on the class itself
+
 0.5.0 - 2016-05-30
 ``
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mccabe-0.5.0/README.rst new/mccabe-0.5.2/README.rst
--- old/mccabe-0.5.0/README.rst 2016-05-30 20:40:30.0 +0200
+++ new/mccabe-0.5.2/README.rst 2016-07-31 21:04:39.0 +0200
@@ -65,6 +65,16 @@
 Changes
 ---
 
+0.5.2 - 2016-07-31
+``
+
+* When opening files ourselves, make sure we always name the file variable
+
+0.5.1 - 2016-07-28
+``
+
+* Set default maximum complexity to -1 on the class itself
+
 0.5.0 - 2016-05-30
 ``
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mccabe-0.5.0/mccabe.egg-info/PKG-INFO 
new/mccabe-0.5.2/mccabe.egg-info/PKG-INFO
--- old/mccabe-0.5.0/mccabe.egg-info/PKG-INFO   2016-05-30 22:56:05.0 
+0200
+++ new/mccabe-0.5.2/mccabe.egg-info/PKG-INFO   2016-07-31 21:05:53.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: mccabe
-Version: 0.5.0
+Version: 0.5.2
 Summary: McCabe checker, plugin for flake8
 Home-page: https://github.com/pycqa/mccabe
 Author: Ian Cordasco
@@ -73,6 +73,16 @@
 Changes
 ---
 
+0.5.2 - 2016-07-31
+``
+
+* When opening files ourselves, make sure we always name the file 
variable
+
+0.5.1 - 2016-07-28
+``
+
+* Set default maximum complexity to -1 on the class itself
+
 0.5.0 - 2016-05-30
 ``
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mccabe-0.5.0/mccabe.py new/mccabe-0.5.2/mccabe.py
--- old/mccabe-0.5.0/mccabe.py  2016-05-30 22:54:49.0 +0200
+++ new/mccabe-0.5.2/mccabe.py  2016-07-31 21:04:50.0 +0200
@@ -7,6 +7,8 @@
 
 import optparse
 import sys
+import tokenize
+
 from collections import defaultdict
 try:
 import ast
@@ -14,7 +16,7 @@
 except ImportError:   # Python 2.5
 from flake8.util import ast, iter_child_nodes
 
-__version__ = '0.5.0'
+__version__ = '0.5.2'
 
 
 class ASTVisitor(object):
@@ -227,7 +229,7 @@
 version = __version__
 _code = 'C901'
 _error_tmpl = "C901 %r is too complex (%d)"
-max_complexity = 0
+max_complexity = -1
 
 def __init__(self, tree, filename):
 self.tree = tree
@@ -292,6 +294,23 @@
 return get_code_complexity(code, threshold, 

commit wine for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2016-08-09 22:15:14

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-28 
23:46:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2016-08-09 
22:15:15.0 +0200
@@ -1,0 +2,12 @@
+Sat Aug  6 09:38:24 UTC 2016 - meiss...@suse.com
+
+- Updated to 1.9.16 development snapshot
+  - Better 64-bit binary compatibility on macOS.
+  - Performance improvements in JavaScript.
+  - More progress towards the Direct3D command stream.
+  - More shader instructions in Direct3D.
+  - Performance improvements in GDI.
+  - Various bug fixes.
+- updated winetricks
+
+---

Old:

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

New:

  wine-1.9.16.tar.bz2
  wine-1.9.16.tar.bz2.sign



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.q8cgAl/_old  2016-08-09 22:15:18.0 +0200
+++ /var/tmp/diff_new_pack.q8cgAl/_new  2016-08-09 22:15:18.0 +0200
@@ -53,8 +53,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  valgrind-devel
 BuildRequires:  xorg-x11-devel
-%define realver 1.9.15
-Version:1.9.15
+%define realver 1.9.16
+Version:1.9.16
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1+

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


++ winetricks ++
--- /var/tmp/diff_new_pack.q8cgAl/_old  2016-08-09 22:15:18.0 +0200
+++ /var/tmp/diff_new_pack.q8cgAl/_new  2016-08-09 22:15:18.0 +0200
@@ -2,7 +2,7 @@
 
 # Name of this version of winetricks (MMDD)
 # (This doesn't change often, use the sha1sum of the file when reporting 
problems)
-WINETRICKS_VERSION=20160628
+WINETRICKS_VERSION=20160724
 
 # This is a UTF-8 file
 # You should see an o with two dots over it here [ö]
@@ -1973,6 +1973,34 @@
 csdversion_hex=dword:0100
 "$WINE" reg add 
"HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d 
"WinNT" /f
 ;;
+win2k8)
+csdversion="Service Pack 1"
+currentbuildnumber="7601"
+currentversion="6.1"
+csdversion_hex=dword:0100
+"$WINE" reg add 
"HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d 
"ServerNT" /f
+;;
+win8)
+csdversion=" "
+currentbuildnumber="9200"
+currentversion="6.2"
+csdversion_hex=dword:
+"$WINE" reg add 
"HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d 
"WinNT" /f
+;;
+win81)
+csdversion=" "
+currentbuildnumber="9600"
+currentversion="6.3"
+csdversion_hex=dword:
+"$WINE" reg add 
"HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d 
"WinNT" /f
+;;
+win10)
+csdversion=" "
+currentbuildnumber="10240"
+currentversion="10.0"
+csdversion_hex=dword:
+"$WINE" reg add 
"HKLM\\System\\CurrentControlSet\\Control\\ProductOptions" /v ProductType /d 
"WinNT" /f
+;;
 *)
 w_die "Invalid Windows version given."
 ;;
@@ -9449,9 +9477,9 @@
 w_metadata opensymbol fonts \
 title="OpenSymbol fonts (replacement for Wingdings)" \
 publisher="OpenOffice.org" \
-year="2014" \
+year="2016" \
 media="download" \
-file1="fonts-opensymbol_102.6+LibO4.3.3-2+deb8u3_all.deb" \
+file1="fonts-opensymbol_102.6+LibO4.3.3-2+deb8u5_all.deb" \
 installed_file1="$W_FONTSDIR_WIN/opens___.ttf"
 
 load_opensymbol()
@@ -9459,7 +9487,7 @@
 # The OpenSymbol fonts are a replacement for the Windows Wingdings font 
from OpenOffice.org.
 # Need to w_download Debian since I can't find a standalone download from 
OpenOffice
 # Note: The source download package on debian is for _all_ of OpenOffice, 
which is 266 MB.
-w_download 
http://security.debian.org/debian-security/pool/updates/main/libr/libreoffice/fonts-opensymbol_102.6+LibO4.3.3-2+deb8u3_all.deb
 d3e2dd921c6694d24865600e40eceaf2a635d1c6
+w_download 
http://security.debian.org/debian-security/pool/updates/main/libr/libreoffice/fonts-opensymbol_102.6+LibO4.3.3-2+deb8u5_all.deb
 b683e6304c58fdbb5c31443609a3398c71a3fcf0
 
 cd "$W_TMP"
 w_try_ar "$W_CACHE/$W_PACKAGE/$file1" data.tar.xz
@@ -18494,6 +18522,18 @@
 w_set_winver win2k3
 }
 
+

commit perl-DateTime for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2016-08-09 22:15:18

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


Package is "perl-DateTime"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes  
2016-07-09 09:24:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2016-08-09 22:15:19.0 +0200
@@ -1,0 +2,18 @@
+Sun Aug  7 05:23:00 UTC 2016 - co...@suse.com
+
+- updated to 1.36
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.36   2016-08-06
+  
+  - Require namespace::autoclean 0.19.
+  
+  
+  1.35   2016-08-05
+  
+  - Use namespace::autoclean in all packages which import anything. Without
+cleaning the namespace, DateTime ends up with "methods" like try and catch
+(from Try::Tiny), which can lead to very confusing bugs. Reported by Mischa
+Schwieger. RT #115983.
+
+---

Old:

  DateTime-1.34.tar.gz

New:

  DateTime-1.36.tar.gz



Other differences:
--
++ perl-DateTime.spec ++
--- /var/tmp/diff_new_pack.RyrPAc/_old  2016-08-09 22:15:20.0 +0200
+++ /var/tmp/diff_new_pack.RyrPAc/_new  2016-08-09 22:15:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-DateTime
-Version:1.34
+Version:1.36
 Release:0
 %define cpan_name DateTime
 Summary:Date and Time Object for Perl
@@ -39,11 +39,13 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warnings) >= 0.005
 BuildRequires:  perl(Try::Tiny)
+BuildRequires:  perl(namespace::autoclean) >= 0.19
 Requires:   perl(DateTime::Locale) >= 1.05
 Requires:   perl(DateTime::TimeZone) >= 2.00
 Requires:   perl(Dist::CheckConflicts) >= 0.02
 Requires:   perl(Params::Validate) >= 1.03
 Requires:   perl(Try::Tiny)
+Requires:   perl(namespace::autoclean) >= 0.19
 %{perl_requires}
 
 %description

++ DateTime-1.34.tar.gz -> DateTime-1.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.34/Changes new/DateTime-1.36/Changes
--- old/DateTime-1.34/Changes   2016-07-06 15:52:05.0 +0200
+++ new/DateTime-1.36/Changes   2016-08-06 16:33:36.0 +0200
@@ -1,3 +1,16 @@
+1.36   2016-08-06
+
+- Require namespace::autoclean 0.19.
+
+
+1.35   2016-08-05
+
+- Use namespace::autoclean in all packages which import anything. Without
+  cleaning the namespace, DateTime ends up with "methods" like try and catch
+  (from Try::Tiny), which can lead to very confusing bugs. Reported by Mischa
+  Schwieger. RT #115983.
+
+
 1.34   2016-07-06
 
 - Added the leap second coming on December 31, 2016.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.34/MANIFEST new/DateTime-1.36/MANIFEST
--- old/DateTime-1.34/MANIFEST  2016-07-06 15:52:05.0 +0200
+++ new/DateTime-1.36/MANIFEST  2016-08-06 16:33:36.0 +0200
@@ -76,6 +76,7 @@
 t/45core-time.t
 t/46warnings.t
 t/47default-time-zone.t
+t/48rt-115983.t
 t/zzz-check-breaks.t
 tidyall.ini
 xt/author/eol.t
@@ -130,6 +131,7 @@
 xt/author/pp-45core-time.t
 xt/author/pp-46warnings.t
 xt/author/pp-47default-time-zone.t
+xt/author/pp-48rt-115983.t
 xt/author/pp-is-loaded.t
 xt/author/test-all-my-deps.t
 xt/author/test-version.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/DateTime-1.34/META.json new/DateTime-1.36/META.json
--- old/DateTime-1.34/META.json 2016-07-06 15:52:05.0 +0200
+++ new/DateTime-1.36/META.json 2016-08-06 16:33:36.0 +0200
@@ -69,10 +69,10 @@
 "base" : "0",
 "constant" : "0",
 "integer" : "0",
+"namespace::autoclean" : "0.19",
 "overload" : "0",
 "perl" : "5.008001",
 "strict" : "0",
-"vars" : "0",
 "warnings" : "0",
 "warnings::register" : "0"
  }
@@ -97,39 +97,39 @@
"provides" : {
   "DateTime" : {
  "file" : "lib/DateTime.pm",
- "version" : "1.34"
+ "version" : "1.36"
   },
   "DateTime::Duration" : {
  "file" : "lib/DateTime/Duration.pm",
- "version" : "1.34"
+ "version" : "1.36"
   },
   "DateTime::Helpers" : {
  "file" : "lib/DateTime/Helpers.pm",
- "version" : "1.34"
+ "version" : "1.36"
   },
   "DateTime::Infinite" : {
  "file" : "lib/DateTime/Infinite.pm",
- "version" : "1.34"
+ "version" : "1.36"
   },
   

commit rubygem-tins for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-tins for openSUSE:Factory 
checked in at 2016-08-09 22:15:06

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


Package is "rubygem-tins"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-tins/rubygem-tins.changes
2016-07-20 09:25:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-tins.new/rubygem-tins.changes   
2016-08-09 22:15:08.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  5 04:41:46 UTC 2016 - co...@suse.com
+
+- updated to version 1.12.0
+  no changelog found
+
+---

Old:

  tins-1.11.0.gem

New:

  tins-1.12.0.gem



Other differences:
--
++ rubygem-tins.spec ++
--- /var/tmp/diff_new_pack.PUTkGg/_old  2016-08-09 22:15:09.0 +0200
+++ /var/tmp/diff_new_pack.PUTkGg/_new  2016-08-09 22:15:09.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-tins
-Version:1.11.0
+Version:1.12.0
 Release:0
 %define mod_name tins
 %define mod_full_name %{mod_name}-%{version}

++ tins-1.11.0.gem -> tins-1.12.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.travis.yml new/.travis.yml
--- old/.travis.yml 2016-07-12 13:08:09.0 +0200
+++ new/.travis.yml 2016-08-04 08:52:53.0 +0200
@@ -6,9 +6,6 @@
   - ruby-head
   - rbx-head
 matrix:
-  include:
-- rvm: jruby
-  env: JRUBY_OPTS="--2.0"
   allow_failures:
 - rvm: ruby-head
 - rvm: rbx-head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2016-07-12 13:08:09.0 +0200
+++ new/VERSION 2016-08-04 08:52:53.0 +0200
@@ -1 +1 @@
-1.11.0
+1.12.0
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/tins/unit.rb new/lib/tins/unit.rb
--- old/lib/tins/unit.rb2016-07-12 13:08:09.0 +0200
+++ new/lib/tins/unit.rb2016-08-04 08:52:53.0 +0200
@@ -16,6 +16,8 @@
 '', 'm', 'µ', 'n', 'p', 'f', 'a', 'z', 'y',
   ].each_with_index.map { |n, i| Prefix.new(n.freeze, 1000, 1000 ** -i, true) 
}.freeze
 
+  class ParserError < ArgumentError; end
+
   module_function
 
   def prefixes(identifier)
@@ -34,7 +36,7 @@
   def format(value, format: '%f %U', prefix: 1024, unit: ?b)
 prefixes = prefixes(prefix)
 first_prefix = prefixes.first or
-  raise ArgumentError, 'a non-empty of prefixes is required'
+  raise ArgumentError, 'a non-empty array of prefixes is required'
 prefix = prefixes[
   (first_prefix.fraction ? -1 : 1) * Math.log(value) / 
Math.log(first_prefix.step)
 ]
@@ -89,17 +91,15 @@
 
 def scan_unit
   case
-  when unit = scan(@unit_re)
+  when scan(@unit_re)
 prefix = @unit_re.prefixes.find { |pre| pre.name == self[1] } or return
 @number *= prefix.multiplier
-  when unit = scan(@unit_lc_re)
+  when scan(@unit_lc_re)
 prefix = @unit_lc_re.prefixes.find { |pre| pre.name == self[1] } or 
return
 @number *= prefix.multiplier
-  when unit = scan(@unit_uc_re)
+  when scan(@unit_uc_re)
 prefix = @unit_uc_re.prefixes.find { |pre| pre.name == self[1] } or 
return
 @number *= prefix.multiplier
-  else
-return
   end
 end
 
@@ -135,21 +135,21 @@
 case
 when scan(/%f/)
   @unit_parser.scan_number or
-raise ArgumentError, "\"%f\" expected at #{location}"
+raise ParserError, "\"%f\" expected at #{location}"
 when scan(/%U/)
   @unit_parser.scan_unit or
-raise ArgumentError, "\"%U\" expected at #{location}"
+raise ParserError, "\"%U\" expected at #{location}"
 when scan(/%%/)
   @unit_parser.scan_char(?%) or
-raise ArgumentError, "#{?%.inspect} expected at #{location}"
+raise ParserError, "#{?%.inspect} expected at #{location}"
 else
   char = scan(/./)
   @unit_parser.scan_char(char) or
-raise ArgumentError, "#{char.inspect} expected at #{location}"
+raise ParserError, "#{char.inspect} expected at #{location}"
 end
   end
   unless eos? && @unit_parser.eos?
-raise ArgumentError,
+raise ParserError,
   "format #{string.inspect} and string "\
 "#{@unit_parser.string.inspect} do not match"
   end
@@ -157,8 +157,16 @@
 end
   end
 
+  # Parse the string +string+ if it matches +format+ with the unit +unit+ and
+  # the 

commit rubygem-mixlib-log for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-mixlib-log for 
openSUSE:Factory checked in at 2016-08-09 22:15:08

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


Package is "rubygem-mixlib-log"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-mixlib-log/rubygem-mixlib-log.changes
2014-10-23 14:20:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-mixlib-log.new/rubygem-mixlib-log.changes   
2016-08-09 22:15:09.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug  5 04:36:58 UTC 2016 - co...@suse.com
+
+- updated to version 1.7.0
+  no changelog found
+
+---

Old:

  mixlib-log-1.6.0.gem

New:

  gem2rpm.yml
  mixlib-log-1.7.0.gem



Other differences:
--
++ rubygem-mixlib-log.spec ++
--- /var/tmp/diff_new_pack.bRomDY/_old  2016-08-09 22:15:10.0 +0200
+++ /var/tmp/diff_new_pack.bRomDY/_new  2016-08-09 22:15:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-mixlib-log
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-mixlib-log
-Version:1.6.0
+Version:1.7.0
 Release:0
 %define mod_name mixlib-log
 %define mod_full_name %{mod_name}-%{version}
@@ -25,8 +32,9 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
-Url:http://www.opscode.com
+Url:https://www.chef.io
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:A gem that provides a simple mixin for log functionality
 License:Apache-2.0
 Group:  Development/Languages/Ruby
@@ -40,7 +48,7 @@
 
 %install
 %gem_install \
-  --doc-files="README.rdoc LICENSE" \
+  --doc-files="LICENSE README.md" \
   -f
 
 %gem_packages

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
++ mixlib-log-1.6.0.gem -> mixlib-log-1.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 1970-01-01 01:00:00.0 +0100
+++ new/Gemfile 2016-08-04 12:56:12.0 +0200
@@ -0,0 +1,8 @@
+source "https://rubygems.org;
+
+gemspec
+
+group :development do
+  gem "rdoc"
+  gem "bundler"
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/NOTICE new/NOTICE
--- old/NOTICE  1970-01-01 01:00:00.0 +0100
+++ new/NOTICE  2016-08-04 12:56:12.0 +0200
@@ -1,27 +1,28 @@
-Mixin::Log NOTICE
-=
+

commit libparserutils for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package libparserutils for openSUSE:Factory 
checked in at 2016-08-09 22:14:57

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


Package is "libparserutils"

Changes:

--- /work/SRC/openSUSE:Factory/libparserutils/libparserutils.changes
2014-10-31 20:14:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.libparserutils.new/libparserutils.changes   
2016-08-09 22:14:59.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug  5 22:09:12 UTC 2016 - jeng...@inai.de
+
+- Use typical SUSE RPM categories
+
+---
+Mon Aug  1 08:57:11 UTC 2016 - tchva...@suse.com
+
+- Remove sle11 support code
+- Update to 0.2.3 release:
+  * Few small patches in makefile nothing big
+- Refresh patch libparserutils-optflags.patch
+
+---

Old:

  libparserutils-0.2.0-src.tar.gz

New:

  libparserutils-0.2.3-src.tar.gz



Other differences:
--
++ libparserutils.spec ++
--- /var/tmp/diff_new_pack.Q16n6z/_old  2016-08-09 22:15:00.0 +0200
+++ /var/tmp/diff_new_pack.Q16n6z/_new  2016-08-09 22:15:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libparserutils
 #
-# 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,11 +17,11 @@
 
 
 Name:   libparserutils
-Version:0.2.0
+Version:0.2.3
 Release:0
 Summary:A library for building efficient parsers
 License:MIT
-Group:  System Environment/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://www.netsurf-browser.org/projects/libparserutils/
 Source: 
http://download.netsurf-browser.org/libs/releases/%{name}-%{version}-src.tar.gz
 BuildRequires:  check-devel
@@ -55,7 +55,7 @@
 
 %package -n libparserutils0
 Summary:A library for building efficient parsers
-Group:  System Environment/Libraries
+Group:  System/Libraries
 
 %description -n libparserutils0
 LibParserUtils is a library for building efficient parsers, written in
@@ -63,7 +63,7 @@
 
 %package devel
 Summary:Development files for %{name}
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   libparserutils0 = %{version}-%{release}
 
 %description devel
@@ -72,15 +72,13 @@
 
 %package doc
 Summary:Documentation of %{name} API
-Group:  Documentation
-%if 0%{?suse_version} >= 1120
+Group:  Documentation/HTML
 BuildArch:  noarch
-%endif
 
 %description doc
 The %{name}-doc package contains documentation files for %{name}.
 
-%global make_vars COMPONENT_TYPE=lib-shared PREFIX=%{_prefix} LIBDIR=%{_lib} Q=
+%global make_vars COMPONENT_TYPE=lib-shared PREFIX=%{_prefix} LIBDIR=%{_lib} 
Q= INCLUDEDIR=include
 %global build_vars OPTCFLAGS='%{optflags}' OPTLDFLAGS="$RPM_LD_FLAGS"
 
 %prep

++ libparserutils-0.2.0-src.tar.gz -> libparserutils-0.2.3-src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libparserutils-0.2.0/Makefile 
new/libparserutils-0.2.3/Makefile
--- old/libparserutils-0.2.0/Makefile   2014-04-18 11:35:42.0 +0200
+++ new/libparserutils-0.2.3/Makefile   2016-02-16 09:49:51.0 +0100
@@ -1,6 +1,12 @@
+#!/bin/make
+#
+# Makefile for parserutils
+#
+# Copyright 2009-2015 John-Mark Bell 
+
 # Component settings
 COMPONENT := parserutils
-COMPONENT_VERSION := 0.2.0
+COMPONENT_VERSION := 0.2.3
 # Default to a static library
 COMPONENT_TYPE ?= lib-static
 
@@ -16,12 +22,13 @@
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
-Wmissing-declarations -Wnested-externs -pedantic
 # BeOS/Haiku standard library headers create warnings.
-ifneq ($(TARGET),beos)
+ifneq ($(BUILD),i586-pc-haiku)
   WARNFLAGS := $(WARNFLAGS) -Werror
 endif
 
-CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
-   -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
+CFLAGS := -D_BSD_SOURCE -D_DEFAULT_SOURCE \
+   -I$(CURDIR)/include/ -I$(CURDIR)/src \
+   $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)
   CFLAGS := $(CFLAGS) -std=c99
 else
@@ -33,19 +40,19 @@
 
 # Extra installation rules
 Is := include/parserutils
-I := /include/parserutils
+I := /$(INCLUDEDIR)/parserutils
 INSTALL_ITEMS := $(INSTALL_ITEMS) 
$(I):$(Is)/errors.h;$(Is)/functypes.h;$(Is)/parserutils.h;$(Is)/types.h
 
 Is := 

commit libvirt for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-08-09 22:14:55

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-07-21 
07:59:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-08-09 
22:14:56.0 +0200
@@ -1,0 +2,36 @@
+Fri Aug  5 22:27:44 UTC 2016 - jfeh...@suse.com
+
+- cpu_x86: fix libvirtd segfault when host cpu is 'qemu64'
+  cpumodel-vendor-crash-fix.patch
+  bsc#992425
+
+---
+Fri Aug  5 08:05:39 UTC 2016 - cbosdon...@suse.com
+
+- bsc#988279. Move the qemu-bridge-helper apparmor profile from the
+  qemu abstraction to the usr.sbin.libvirtd profile.
+  apparmor-qemu-bridge-helper.patch
+
+---
+Wed Aug  3 19:31:11 UTC 2016 - jfeh...@suse.com
+
+- spec: minor improvements to logic enabling numactl and numad
+  support and fix nested if indentation
+  FATE#319979
+
+---
+Tue Aug  2 17:17:25 UTC 2016 - jfeh...@suse.com
+
+- Update patches providing support for driver_override sysfs
+  interface with latest upstream variant. Dropped
+  pci-simplify-stub.patch and updated
+  pci-use-driver-override-sysfs.patch
+  bsc#986718
+
+---
+Sat Jul 30 17:25:38 UTC 2016 - jfeh...@suse.com
+
+- spec: enable numactl and numad support for aarch64
+  FATE#319979, bsc#991377
+
+---

Old:

  pci-simplify-stub.patch

New:

  apparmor-qemu-bridge-helper.patch
  cpumodel-vendor-crash-fix.patch



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.l8G6I6/_old  2016-08-09 22:14:58.0 +0200
+++ /var/tmp/diff_new_pack.l8G6I6/_new  2016-08-09 22:14:58.0 +0200
@@ -41,10 +41,9 @@
 %define with_hyperv0%{!?_without_hyperv:0}
 
 # Then the secondary host drivers, which run inside libvirtd
-%define with_storage_rbd   0
+%define with_storage_rbd   0%{!?_without_storage_rbd:0}
 %define with_storage_sheepdog 0
 %define with_storage_gluster  0
-%define with_numactl   0%{!?_without_numactl:1}
 %define with_apparmor  0%{!?_without_apparmor:1}
 
 # Optional bits on by default
@@ -54,6 +53,7 @@
 # A few optional bits off by default, we enable later
 %define with_cgconfig  0%{!?_without_cgconfig:0}
 %define with_systemd   0%{!?_without_systemd:0}
+%define with_numactl   0%{!?_without_numactl:0}
 %define with_numad 0%{!?_without_numad:0}
 %define with_firewalld 0%{!?_without_firewalld:0}
 %define with_wireshark 0%{!?_without_wireshark:0}
@@ -77,10 +77,17 @@
 %endif
 %endif
 
-# numactl package has "ExclusiveArch: ia64 x86_64 ppc64 ppc64le ppc %sparc"
-# We'll only use it on x86_64 ppc64 ppc64le
-%ifnarch x86_64 ppc64 ppc64le
-%define with_numactl   0
+# Enable numactl for most architectures. Handle aarch64 separately
+%ifnarch s390 s390x %arm %ix86 aarch64
+%define with_numactl   0%{!?_without_numactl:1}
+%endif
+
+# For aarch64, numactl is only available on newer than 1320, or SLE12
+# family newer than 120100
+%ifarch aarch64
+%if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && ( 
0%{?sle_version} > 120100 ) )
+%define with_numactl 0%{!?_without_numactl:1}
+%endif
 %endif
 
 # vbox is available only on i386 x86_64
@@ -106,26 +113,26 @@
 %ifarch x86_64
 # enable on anything newer than 1320, or SLE12 family newer than 120100
 # use librbd-devel as build dependency
-%if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && ( 
0%{?sle_version} > 120100 ) )
-%define with_storage_rbd   1
-%define with_rbd_lib   librbd-devel
-%endif
-# enable for SLE12 family <= 120100 (SLE12ga/sp1, Leap 42.1)
+%if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && ( 
0%{?sle_version} > 120100 ) )
+%define with_storage_rbd 0%{!?_without_storage_rbd:1}
+%define with_rbd_lib librbd-devel
+%endif
+# enable for SLE12 family <= 120100 (SLE12GA/SP1, Leap 42.1)
 # use ceph-devel as build dependency
-%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120100
-%define with_storage_rbd   1
-%define with_rbd_lib   ceph-devel
-%endif
+%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120100
+%define with_storage_rbd 0%{!?_without_storage_rbd:1}
+%define with_rbd_lib ceph-devel
+%endif
 %endif
 
 # For arm
 %ifarch aarch64
 # enable on anything newer than 1320, or 

commit sleuthkit for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package sleuthkit for openSUSE:Factory 
checked in at 2016-08-09 22:14:49

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


Package is "sleuthkit"

Changes:

--- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes  2016-02-17 
12:24:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2016-08-09 
22:14:51.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 29 23:02:03 UTC 2016 - greg.freem...@gmail.com
+
+- update to 4.3.0
+   * PostgreSQL support (Windows only)
+   * Support for virtual machine formats via libvmdk and libvhdi (Windows 
only)
+   * Schema updates (data sources table, mime type, attributes store type)
+   * tsk_img_open can take externally created TSK_IMG_INFO
+   * New Release_ NoLibs Visual Studio target
+   * Various bug fixes
+
+---

Old:

  sleuthkit-4.2.0.tar.gz

New:

  sleuthkit-4.3.0.tar.gz



Other differences:
--
++ sleuthkit.spec ++
--- /var/tmp/diff_new_pack.JkbDMN/_old  2016-08-09 22:14:52.0 +0200
+++ /var/tmp/diff_new_pack.JkbDMN/_new  2016-08-09 22:14:52.0 +0200
@@ -19,13 +19,13 @@
 %define sosuffix 13
 
 Name:   sleuthkit
-Version:4.2.0
+Version:4.3.0
 Release:0
 Summary:The Sleuth Kit (TSK): tools for file system and volume 
forensic analysis
 License:CPL-1.0 and IPL-1.0 and GPL-2.0+
 Group:  System/Monitoring
 Url:http://www.sleuthkit.org/
-Source0:
http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz
+Source0:
https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 # PATCH-FEATURE-UPSTREAM sleuthkit-4.1.3-python-tsk.patch - Python-tsk 
provides a python interface, but it needs a small patch to the source code
 BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
@@ -145,6 +145,7 @@
 %{_mandir}/man1/blkstat.1*
 #{_mandir}/man1/disk_sreset.1*
 #{_mandir}/man1/disk_stat.1*
+%{_mandir}/man1/fcat.1*
 %{_mandir}/man1/ffind.1*
 %{_mandir}/man1/fls.1*
 %{_mandir}/man1/fsstat.1*

++ sleuthkit-4.2.0.tar.gz -> sleuthkit-4.3.0.tar.gz ++
/work/SRC/openSUSE:Factory/sleuthkit/sleuthkit-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit-4.3.0.tar.gz differ: char 
5, line 1




commit perl-File-Slurper for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-File-Slurper for 
openSUSE:Factory checked in at 2016-08-09 22:15:02

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


Package is "perl-File-Slurper"

Changes:

--- /work/SRC/openSUSE:Factory/perl-File-Slurper/perl-File-Slurper.changes  
2015-11-26 17:03:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-File-Slurper.new/perl-File-Slurper.changes 
2016-08-09 22:15:04.0 +0200
@@ -1,0 +2,9 @@
+Sat Aug  6 05:26:47 UTC 2016 - co...@suse.com
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-File-Slurper/Changes
+
+  0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam
+Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
+
+---

Old:

  File-Slurper-0.008.tar.gz

New:

  File-Slurper-0.009.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-File-Slurper.spec ++
--- /var/tmp/diff_new_pack.KaKHlX/_old  2016-08-09 22:15:05.0 +0200
+++ /var/tmp/diff_new_pack.KaKHlX/_new  2016-08-09 22:15:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-File-Slurper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-File-Slurper
-Version:0.008
+Version:0.009
 Release:0
 %define cpan_name File-Slurper
 Summary:Simple, Sane and Efficient Module to Slurp a File
@@ -25,10 +25,12 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/File-Slurper/
 Source0:
http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Test::Warnings)
 Recommends: perl(PerlIO::utf8_strict)
 %{perl_requires}
 
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ File-Slurper-0.008.tar.gz -> File-Slurper-0.009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/Changes 
new/File-Slurper-0.009/Changes
--- old/File-Slurper-0.008/Changes  2015-08-31 12:43:13.0 +0200
+++ new/File-Slurper-0.009/Changes  2016-08-05 18:27:01.0 +0200
@@ -1,5 +1,8 @@
 Revision history for File-Slurper
 
+0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam
+  Load PerlIO::encoding before localizing $PerlIO::encoding::fallback
+
 0.008 2015-08-31 12:43:05+02:00 Europe/Amsterdam
   Impose scalar context on do/eval/require
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/INSTALL 
new/File-Slurper-0.009/INSTALL
--- old/File-Slurper-0.008/INSTALL  2015-08-31 12:43:13.0 +0200
+++ new/File-Slurper-0.009/INSTALL  2016-08-05 18:27:01.0 +0200
@@ -1,4 +1,3 @@
-
 This is the Perl distribution File-Slurper.
 
 Installing File-Slurper is straightforward.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/MANIFEST 
new/File-Slurper-0.009/MANIFEST
--- old/File-Slurper-0.008/MANIFEST 2015-08-31 12:43:13.0 +0200
+++ new/File-Slurper-0.009/MANIFEST 2016-08-05 18:27:01.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.005.
 Changes
 INSTALL
 LICENSE
@@ -13,6 +13,8 @@
 dist.ini
 lib/File/Slurper.pm
 t/10-basics.t
+t/20-no-side-effects.t
+t/data/cp1252.txt
 xt/author/00-compile.t
-xt/release/pod-coverage.t
-xt/release/pod-syntax.t
+xt/author/pod-coverage.t
+xt/author/pod-syntax.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/File-Slurper-0.008/META.json 
new/File-Slurper-0.009/META.json
--- old/File-Slurper-0.008/META.json2015-08-31 12:43:13.0 +0200
+++ new/File-Slurper-0.009/META.json2016-08-05 18:27:01.0 +0200
@@ -4,19 +4,23 @@
   "Leon Timmermans "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.025, CPAN::Meta::Converter version 
2.143240",
+   "generated_by" : 

commit redis for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2016-08-09 22:15:00

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


Package is "redis"

Changes:

--- /work/SRC/openSUSE:Factory/redis/redis.changes  2016-08-05 
18:16:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.redis.new/redis.changes 2016-08-09 
22:15:02.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  5 18:17:24 UTC 2016 - astie...@suse.com
+
+- redis 3.2.3:
+  * fix replication delay issue
+  * drop CVE-2013-7458.patch, upstream
+
+---

Old:

  CVE-2013-7458.patch
  redis-3.2.2.tar.gz

New:

  redis-3.2.3.tar.gz



Other differences:
--
++ redis.spec ++
--- /var/tmp/diff_new_pack.uSDWBd/_old  2016-08-09 22:15:03.0 +0200
+++ /var/tmp/diff_new_pack.uSDWBd/_new  2016-08-09 22:15:03.0 +0200
@@ -25,7 +25,7 @@
 %bcond_withsystemd
 %endif
 Name:   redis
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Persistent key-value database
 License:BSD-3-Clause
@@ -42,7 +42,6 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: %{name}-conf.patch
 Patch2: redis-enable-bactrace-on-x86-and-ia64-only.patch
-Patch3: CVE-2013-7458.patch
 BuildRequires:  pkgconfig
 BuildRequires:  procps
 BuildRequires:  tcl
@@ -71,7 +70,6 @@
 %patch0
 %patch1
 %patch2
-%patch3 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="%{optflags}" V=1

++ redis-3.2.2.tar.gz -> redis-3.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.2.2/00-RELEASENOTES 
new/redis-3.2.3/00-RELEASENOTES
--- old/redis-3.2.2/00-RELEASENOTES 2016-07-28 14:53:24.0 +0200
+++ new/redis-3.2.3/00-RELEASENOTES 2016-08-02 11:00:29.0 +0200
@@ -11,6 +11,34 @@
 

 
 

+Redis 3.2.3 Released Tue Aug 02 10:55:24 CEST 2016
+
+
+Upgrade urgency MODERATE: Fix replication delay and redis-cli security issue.
+
+Hello,
+
+this is a minor release of Redis addressing two bugs:
+
+1. There was an inverted if statement logic problem in replication.c causing
+   a replication delay. This is not an actual problem since things work
+   as expected, but worth to fix ASAP anyway.
+
+2. Redis-cli created the history file with insecure permissions, allowing
+   reding from the file. This was actually a bug in linenoise which is
+   now fixed. The applied fix is from Chris Lamb.
+
+List of commits:
+
+Qu Chen in commit e67ad1d:
+ Fix a bug to delay bgsave while AOF rewrite in progress for replication
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+antirez in commit 7153668:
+ Update linenoise to fix insecure redis-cli history file creation.
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+
 Redis 3.2.2 Released Thu Jul 28 14:14:54 CEST 2016
 

 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.2.2/deps/linenoise/linenoise.c 
new/redis-3.2.3/deps/linenoise/linenoise.c
--- old/redis-3.2.2/deps/linenoise/linenoise.c  2016-07-28 14:53:24.0 
+0200
+++ new/redis-3.2.3/deps/linenoise/linenoise.c  2016-08-02 11:00:29.0 
+0200
@@ -111,6 +111,7 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -1160,10 +1161,14 @@
 /* Save the history in the specified file. On success 0 is returned
  * otherwise -1 is returned. */
 int linenoiseHistorySave(const char *filename) {
-FILE *fp = fopen(filename,"w");
+mode_t old_umask = umask(S_IXUSR|S_IRWXG|S_IRWXO);
+FILE *fp;
 int j;
 
+fp = fopen(filename,"w");
+umask(old_umask);
 if (fp == NULL) return -1;
+chmod(filename,S_IRUSR|S_IWUSR);
 for (j = 0; j < history_len; j++)
 fprintf(fp,"%s\n",history[j]);
 fclose(fp);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/redis-3.2.2/src/replication.c 
new/redis-3.2.3/src/replication.c
--- old/redis-3.2.2/src/replication.c   2016-07-28 14:53:24.0 +0200
+++ new/redis-3.2.3/src/replication.c   2016-08-02 11:00:29.0 +0200
@@ -676,7 +676,7 @@
 /* Target is disk (or the slave is not capable of supporting

commit rubygem-js-routes for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package rubygem-js-routes for 
openSUSE:Factory checked in at 2016-08-09 22:15:04

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


Package is "rubygem-js-routes"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-js-routes/rubygem-js-routes.changes  
2016-07-20 09:24:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-js-routes.new/rubygem-js-routes.changes 
2016-08-09 22:15:05.0 +0200
@@ -1,0 +2,10 @@
+Sat Aug  6 04:37:31 UTC 2016 - co...@suse.com
+
+- updated to version 1.2.8
+ see installed CHANGELOG.md
+
+  ## v1.2.8
+  
+  * Bugfix warning on Sprockets 4.0 #202
+
+---

Old:

  js-routes-1.2.7.gem

New:

  js-routes-1.2.8.gem



Other differences:
--
++ rubygem-js-routes.spec ++
--- /var/tmp/diff_new_pack.D9TnAg/_old  2016-08-09 22:15:06.0 +0200
+++ /var/tmp/diff_new_pack.D9TnAg/_new  2016-08-09 22:15:06.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-js-routes
-Version:1.2.7
+Version:1.2.8
 Release:0
 %define mod_name js-routes
 %define mod_full_name %{mod_name}-%{version}

++ js-routes-1.2.7.gem -> js-routes-1.2.8.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-07-14 12:23:49.0 +0200
+++ new/CHANGELOG.md2016-08-05 12:52:33.0 +0200
@@ -1,5 +1,9 @@
 ## master
 
+## v1.2.8
+
+* Bugfix warning on Sprockets 4.0 #202
+
 ## v1.2.7
 
 * Drop support 1.9.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2016-07-14 12:23:49.0 +0200
+++ new/Rakefile2016-08-05 12:52:33.0 +0200
@@ -12,9 +12,22 @@
 require 'rspec/core'
 require 'rspec/core/rake_task'
 require 'appraisal'
+load "rails/tasks/routes.rake"
 
 RSpec::Core::RakeTask.new(:spec)
 
 task :test_all => :appraisal # test all rails
 
-task :default => :spec
\ No newline at end of file
+task :default => :spec
+
+
+namespace :spec do
+  task :routes do
+require './spec/spec_helper'
+require 'action_dispatch/routing/inspector'
+draw_routes
+all_routes = Rails.application.routes.routes
+inspector = ActionDispatch::Routing::RoutesInspector.new(all_routes)
+puts inspector.format(ActionDispatch::Routing::ConsoleFormatter.new, 
ENV['CONTROLLER'])
+  end
+end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Readme.md new/Readme.md
--- old/Readme.md   2016-07-14 12:23:49.0 +0200
+++ new/Readme.md   2016-08-05 12:52:33.0 +0200
@@ -16,9 +16,7 @@
 Require js routes file in `application.js` or other bundle
 
 ``` js
-/*
-= require js-routes
-*/
+//= require js-routes
 ```
 
 Also in order to flush asset pipeline cache sometimes you might need to run:
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/js_routes/engine.rb new/lib/js_routes/engine.rb
--- old/lib/js_routes/engine.rb 2016-07-14 12:23:49.0 +0200
+++ new/lib/js_routes/engine.rb 2016-08-05 12:52:33.0 +0200
@@ -1,30 +1,69 @@
-require 'sprockets/version'
+class JsRoutesSprocketsExtension
+  def initialize(filename, )
+@filename = filename
+@source   = block.call
+  end
 
-class JsRoutes
-  SPROCKETS3 = Gem::Version.new(Sprockets::VERSION) >= 
Gem::Version.new('3.0.0')
-  class Engine < ::Rails::Engine
+  def render(context, empty_hash_wtf)
+self.class.run(@filename, @source, context)
+  end
 
-if SPROCKETS3
-  initializer 'js-routes.dependent_on_routes', after: 
:engines_blank_point, before: :finisher_hook do
-Rails.application.config.assets.configure do |config|
+  def self.run(filename, source, context)
+if context.logical_path == 'js-routes'
+  routes = Rails.root.join('config', 'routes.rb').to_s
+  context.depend_on(routes)
+end
+source
+  end
+
+  def self.call(input)
+filename = input[:filename]
+source   = input[:data]
+context  = input[:environment].context_class.new(input)
+
+result = run(filename, source, context)
+context.metadata.merge(data: result)
+  end
+end
+
+
+class Engine < ::Rails::Engine
+  require 'sprockets/version'
+  v2= Gem::Dependency.new('', ' ~> 2')
+  v3= Gem::Dependency.new('', ' ~> 3')
+  v4= Gem::Dependency.new('', ' >= 4')
+  sprockets_version = Gem::Version.new(Sprockets::VERSION).release
+  

commit calcurse for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package calcurse for openSUSE:Factory 
checked in at 2016-08-09 22:14:36

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


Package is "calcurse"

Changes:

--- /work/SRC/openSUSE:Factory/calcurse/calcurse.changes2015-03-05 
18:16:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.calcurse.new/calcurse.changes   2016-08-09 
22:14:37.0 +0200
@@ -1,0 +2,29 @@
+Wed Aug  3 10:47:34 UTC 2016 - dmacvi...@suse.de
+
+- Update to version 4.1.0
+  * Hook support: Run scripts before/after loading or saving items. This
+feature can be used to automatically make Git commits or synchronize with a
+server when the data files are written. Example hooks can be found in the
+calcurse source tree.
+  * Experimental CalDAV support: The calcurse distribution tarball now includes
+an experimental script called calcurse-caldav that can be used to
+synchronize calcurse with your mobile devices or any other computer. For
+details, please refer to contrib/caldav/README in the calcurse source tree.
+  * Support for a filter mode -F that is identical to -G but writes the
+filtered items back to the calcurse data files instead of stdout. Can be
+used to remove certain items from a script. Use with care!
+  * New long format specifiers "raw" and "hash".
+  * A --daemon command line option to start calcurse in daemon mode.
+  * A --quiet command line option to disable system dialogs.
+  * Support for todo items with an undefined priority.
+  * Support for durations when specifying recurrence end dates.
+  * Support for decimal values when specifying durations.
+  * Support for UTC times when importing iCal events.
+  * Support for sending notifications for all appointments (both flagged and
+unflagged items).
+  * The "Add Item" key binding now works from the calendar panel.
+  * Week numbers in the monthly view (requested by Hakan Jerning).
+  * Fixes to the slice computation (reported by Hakan Jerning).
+  * Various fixes to the iCal import and export functionality.
+
+---

Old:

  calcurse-4.0.0.tar.gz

New:

  calcurse-4.1.0.tar.gz



Other differences:
--
++ calcurse.spec ++
--- /var/tmp/diff_new_pack.BSpADC/_old  2016-08-09 22:14:38.0 +0200
+++ /var/tmp/diff_new_pack.BSpADC/_new  2016-08-09 22:14:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package calcurse
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   calcurse
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:Text-based Organizer
 License:BSD-2-Clause
@@ -76,6 +76,7 @@
 %doc AUTHORS COPYING NEWS README
 %doc doc/manual.html
 %{_bindir}/calcurse
+%{_bindir}/calcurse-caldav
 %{_bindir}/calcurse-upgrade
 %doc %{_mandir}/man1/calcurse.1*
 %{_datadir}/applications/%{name}.desktop

++ calcurse-4.0.0.tar.gz -> calcurse-4.1.0.tar.gz ++
 13170 lines of diff (skipped)




commit libguestfs for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2016-08-09 22:14:46

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


Package is "libguestfs"

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2016-07-24 
19:53:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2016-08-09 22:14:47.0 +0200
@@ -1,0 +2,5 @@
+Thu Jul 28 10:03:14 UTC 2016 - cbosdon...@suse.com
+
+- Fix dependencies (fate#316274)
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.3xpHbS/_old  2016-08-09 22:14:48.0 +0200
+++ /var/tmp/diff_new_pack.3xpHbS/_new  2016-08-09 22:14:48.0 +0200
@@ -259,6 +259,20 @@
 %endif
 %endif
 Requires:   guestfs-data
+
+%if %{with fuse}
+Requires:   fuse
+%endif
+
+# For virt-builder
+Requires:   curl
+Requires:   gpg2
+Requires:   xz
+
+# For core disk features
+Requires:   qemu-tools
+
+Recommends: mdadm
 Conflicts:  guestfs-data < %{version}
 Conflicts:  libguestfs0 < %{version}
 
@@ -465,6 +479,20 @@
 %if %{with zerofree}
 BuildRequires:  zerofree
 %endif
+
+# Needed by guestfsd which is burried in the appliance
+#
+# The problem with this design is that rpm can't find the
+# library dependencies from the guestfsd hidden in the
+# daemon.tar.gz tarball.Supermin will compute an appliance
+# at runtime based on the packages it will find on the host.
+# Thus if there is no libaugeas, libhivex, etc on the host,
+# the appliance will fail to start the guestfsd.
+Requires:   libaugeas0
+Requires:   libcap2
+Requires:   libhivex0
+Requires:   libpcre1
+
 Summary:Virtual machine needed for libguestfs
 License:GPL-2.0
 Group:  System/Filesystems
@@ -506,6 +534,7 @@
 Group:  System/Filesystems
 Requires:   %{kvm_binary}
 Requires:   qemu >= 2.0
+Requires:   qemu-tools
 Requires:   supermin >= 5.1.6
 %if %suse_version == 1315
 %if 0%{?is_opensuse} == 0
@@ -549,6 +578,7 @@
 Summary:Convert a physical machine to run on KVM
 License:GPL-2.0
 Group:  System/Management
+Requires:   gawk
 Requires:   virt-v2v = %{version}
 
 %description -n virt-p2v




commit gfs2-utils for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package gfs2-utils for openSUSE:Factory 
checked in at 2016-08-09 22:14:34

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


Package is "gfs2-utils"

Changes:

--- /work/SRC/openSUSE:Factory/gfs2-utils/gfs2-utils.changes2015-01-29 
09:58:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.gfs2-utils.new/gfs2-utils.changes   
2016-08-09 22:14:36.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  3 03:27:36 UTC 2016 - z...@suse.com
+
+- Update to version 3.1.9 
+- Fix RPM building error due to upstream putting all binaries
+  into /usr/sbin now
+
+---

Old:

  gfs2-utils-3.1.7.tar.xz

New:

  gfs2-utils-3.1.9.tar.xz



Other differences:
--
++ gfs2-utils.spec ++
--- /var/tmp/diff_new_pack.vyaWRX/_old  2016-08-09 22:14:37.0 +0200
+++ /var/tmp/diff_new_pack.vyaWRX/_new  2016-08-09 22:14:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gfs2-utils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,25 +14,27 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:  gfs2-utils
-Version:   3.1.7
+Version:3.1.9
 Release:   0
+Summary:Utilities for managing the global file system (GFS2)
 License:   GPL-2.0+ and LGPL-2.0+
 Group: System/Filesystems
-Summary:   Utilities for managing the global file system (GFS2)
-BuildRequires: ncurses-devel
-BuildRequires: kernel-headers
 BuildRequires: automake
-BuildRequires: perl
-BuildRequires: libtool
-BuildRequires: zlib-devel
-BuildRequires: gettext-devel
 BuildRequires: bison
+BuildRequires:  check-devel
 BuildRequires: flex
+BuildRequires:  gettext-devel
+BuildRequires:  kernel-headers
 BuildRequires: libblkid-devel
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  perl
 BuildRequires: pkg-config
-BuildRequires: check-devel
-URL: https://fedorahosted.org/cluster/wiki/HomePage
+BuildRequires:  zlib-devel
+Url:https://fedorahosted.org/cluster/wiki/HomePage
 
 # The source for this package was pulled from the upstream git tree.
 # Use the following commands to generate the tarball:
@@ -63,18 +65,24 @@
 rm -rf %{buildroot}
 make -C gfs2 install DESTDIR=%{buildroot}
 # Don't ship gfs2_{trace,lockcapture} in this package
-rm -f %{buildroot}/sbin/gfs2_trace
-rm -f %{buildroot}/sbin/gfs2_lockcapture
+rm -f %{buildroot}%{_sbindir}/gfs2_trace
+rm -f %{buildroot}%{_sbindir}/gfs2_lockcapture
 rm -f %{buildroot}%{_mandir}/man8/gfs2_trace.8
 rm -f %{buildroot}%{_mandir}/man8/gfs2_lockcapture.8
 
 %files
 %defattr(-,root,root,-)
 %doc doc/COPYING.* doc/COPYRIGHT doc/README.* doc/*.txt
-/sbin/*
-%{_sbindir}/gfs2_*
+%dir /usr/lib/udev
+%dir /usr/lib/udev/rules.d
+%{_sbindir}/fsck.gfs2
+%{_sbindir}/glocktop
+%{_sbindir}/mkfs.gfs2
 %{_sbindir}/tunegfs2
+%{_sbindir}/gfs2_*
+/usr/lib/udev/rules.d/82-gfs2-withdraw.rules
 %{_mandir}/man8/*gfs2*
 %{_mandir}/man5/*
+%{_mandir}/man8/glocktop.8.gz
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.vyaWRX/_old  2016-08-09 22:14:37.0 +0200
+++ /var/tmp/diff_new_pack.vyaWRX/_new  2016-08-09 22:14:37.0 +0200
@@ -3,7 +3,7 @@
 git://git.fedorahosted.org/gfs2-utils.git
 git
 .git
-3.1.6+git.%ct.%h
+3.1.9+git.%ct.%h
 master
   
 

++ gfs2-utils-3.1.7.tar.xz -> gfs2-utils-3.1.9.tar.xz ++
 25441 lines of diff (skipped)




commit python3-Django for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python3-Django for openSUSE:Factory 
checked in at 2016-08-09 22:14:53

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


Package is "python3-Django"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Django/python3-Django.changes
2016-04-05 10:44:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/python3-Django.changes   
2016-08-09 22:14:55.0 +0200
@@ -1,0 +2,11 @@
+Sat Aug  6 02:51:00 UTC 2016 - a...@gmx.de
+
+- update to version 1.10:
+  (full changelog at https://docs.djangoproject.com/en/1.10/releases/1.10/)
+  * Highlights are:
++ Full text search for PostgreSQL.
++ New-style middleware to solve the lack of strict
+  request/response layering of the old-style of middleware.
++ Official support for Unicode usernames.
+
+---

Old:

  Django-1.9.5.checksum.txt
  Django-1.9.5.tar.gz

New:

  Django-1.10.checksum.txt
  Django-1.10.tar.gz



Other differences:
--
++ python3-Django.spec ++
--- /var/tmp/diff_new_pack.5c8vbI/_old  2016-08-09 22:14:56.0 +0200
+++ /var/tmp/diff_new_pack.5c8vbI/_new  2016-08-09 22:14:56.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-Django
-Version:1.9.5
+Version:1.10
 Release:0
 Summary:A high-level Python Web framework
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://www.djangoproject.com
-Source: 
https://www.djangoproject.com/m/releases/1.9/Django-%{version}.tar.gz
+Source: 
https://www.djangoproject.com/m/releases/1.10/Django-%{version}.tar.gz
 Source1:
https://www.djangoproject.com/m/pgp/Django-%{version}.checksum.txt
 Source99:   python3-Django-rpmlintrc
 BuildRequires:  fdupes

++ Django-1.9.5.checksum.txt -> Django-1.10.checksum.txt ++
--- /work/SRC/openSUSE:Factory/python3-Django/Django-1.9.5.checksum.txt 
2016-04-05 10:44:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Django.new/Django-1.10.checksum.txt 
2016-08-09 22:14:55.0 +0200
@@ -2,7 +2,7 @@
 Hash: SHA256
 
 This file contains MD5, SHA1, and SHA256 checksums for the source-code
-tarball and wheel files of Django 1.9.5, released April 1, 2016.
+tarball and wheel files of Django 1.10, released August 1, 2016.
 
 To use this file, you will need a working install of PGP or other
 compatible public-key encryption software. You will also need to have
@@ -24,40 +24,40 @@
 Release packages:
 =
 
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.5.tar.gz
-https://www.djangoproject.com/m/releases/1.9/Django-1.9.5-py2.py3-none-any.whl
+https://www.djangoproject.com/m/releases/1.10/Django-1.10.tar.gz
+https://www.djangoproject.com/m/releases/1.10/Django-1.10-py2.py3-none-any.whl
 
 MD5 checksums:
 ==
 
-849713c2687bbd5739e3cbf738af1a71  Django-1.9.5-py2.py3-none-any.whl
-419835cef8d42a1a0a3fd6e1eaa24475  Django-1.9.5.tar.gz
+36e17cd1a0255258e1dec1bbb8808040  Django-1.10-py2.py3-none-any.whl
+939e4d989b93a4e12e4ec5d98fcdb4f5  Django-1.10.tar.gz
 
 SHA1 checksums:
 ===
 
-8eaa8a5e3f22d7583a0406a905f5ae3e604f09e2  Django-1.9.5-py2.py3-none-any.whl
-76fd84704650dca90b9c5ee0f6b7ab1132dcb3f5  Django-1.9.5.tar.gz
+9da09e842c5ecf3a216c1f5e5f91b89bc974ae87  Django-1.10-py2.py3-none-any.whl
+0d1b01f311be546e75309acfe04d3eb9ec40a926  Django-1.10.tar.gz
 
 SHA256 checksums:
 =
 
-e4aa221fc52f32074f295fc81486e54d35fe176284d6a19c8bf9acaeddd058b4  
Django-1.9.5-py2.py3-none-any.whl
-e54667ad305a29f5895f14108127cc79dabebce2e80c7c6cf852a6495de26aa6  
Django-1.9.5.tar.gz
+9c60f4a801bf7c26bd6824c1062550c12c373344116703461c18cc258f8c9320  
Django-1.10-py2.py3-none-any.whl
+46b868d68e5fd69dd9e05a0a7900df91786097e30b2aa6f065dd7fa3b22f7005  
Django-1.10.tar.gz
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1
 
-iQIcBAEBCAAGBQJW/rIrAAoJEB6Kvcdz7eJSSkoP/0NLCc1kG4ge008kMLjZ/ak2
-jzaT5GfeH1uW+Uxc5Z+DmoUasWU3ps9uPqxsFun4hB0h9VgtpmL5nPHGCS/5m6H+
-o1YJyiHjm3zVwQj3SfL8uL2exfSEJ8SBxC5y6Q8laOnnF4Ws4ZDtkrZ6f4SANgGP
-/vbFxHNVgJ1rl039Qwy10ZXEzMQ4VekUjMhqrYSEuvlA7GsHD4NruA3orSQU3LgQ
-MFLX2qtoySJfIXj5mTS7+9Nd7begimiEVt/cGk9DcaTi3qpHHrwof+AIomXg1MYA
-QCAdBrm3kDreBLqNeycdgXh58zkBCw21WUMolM8fUKGefVZBbVpNyx+MimRKm4Mq
-njRfGAo8tzDkxjUuI12u6DG+NDNeTJDwlMSxsKeX1JUk7JygdbaEZFcgJJRY8zCc
-S1qFYPCzhWlz/c/6iZ8rD33NtIEgDdkWKpgFz2xL0no2Wg0JeJw8TJLxGh2h9PCW
-QWlcR8+NaKzs2q/nBtQR2UAT/Yam6ghYGdpQQJ4oxi/r3pnQvdwkprV9pUdCROC6
-zShO18lAW3tIYilTonTuk0jtit3JuPOWiO7LUOoHrgQuFfrQ3djsYTIalft2E5Vw
-iWQzoRxKtk5SJcQB8gNx72sPtkG/+mUiC/YhTJCCh1PcTr6x5QxSVGM0JPWHemXv

commit python-sphinxcontrib-httpdomain for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-httpdomain for 
openSUSE:Factory checked in at 2016-08-09 22:14:40

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


Package is "python-sphinxcontrib-httpdomain"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-httpdomain/python-sphinxcontrib-httpdomain.changes
  2014-09-17 17:27:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-httpdomain.new/python-sphinxcontrib-httpdomain.changes
 2016-08-09 22:14:41.0 +0200
@@ -1,0 +2,17 @@
+Wed Jul 27 10:55:41 UTC 2016 - buschman...@opensuse.org
+
+- update to version 1.4.0
+  * Added 429 Too Many Requests as a valid http:statuscode.
+[pull request #81 by DDBReloaded]
+  * Became to not resolve references if they can’t be resolved.
+[pull request #87 by Ken Robbins]
+  * Became to preserve endpoint ordering when :endpoints: option is
+given. [pull request #88 by Dan Callaghan]
+  * Added status codes for WebDAV. [pull request #92 by Ewen
+Cheslack-Postava]
+  * Added CORS headers. [pull request #96 by Tomi Pieviläinen]
+  * Now sphinxcontrib.autohttp.flask supports multiple paths for
+endpoints using same HTTP method. [pull request #97 by Christian
+Felder]
+
+---

Old:

  sphinxcontrib-httpdomain-1.3.0.tar.gz

New:

  sphinxcontrib-httpdomain-1.4.0.tar.gz



Other differences:
--
++ python-sphinxcontrib-httpdomain.spec ++
--- /var/tmp/diff_new_pack.2YT70Y/_old  2016-08-09 22:14:42.0 +0200
+++ /var/tmp/diff_new_pack.2YT70Y/_new  2016-08-09 22:14:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sphinxcontrib-httpdomain
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-sphinxcontrib-httpdomain
-Version:1.3.0
+Version:1.4.0
 Release:0
 Summary:Sphinx domain for HTTP APIs
 License:BSD-2-Clause

++ sphinxcontrib-httpdomain-1.3.0.tar.gz -> 
sphinxcontrib-httpdomain-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.3.0/PKG-INFO 
new/sphinxcontrib-httpdomain-1.4.0/PKG-INFO
--- old/sphinxcontrib-httpdomain-1.3.0/PKG-INFO 2014-07-30 18:41:23.0 
+0200
+++ new/sphinxcontrib-httpdomain-1.4.0/PKG-INFO 2015-08-13 16:15:20.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: sphinxcontrib-httpdomain
-Version: 1.3.0
+Version: 1.4.0
 Summary: Sphinx domain for HTTP APIs
 Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
 Author: Hong Minhee
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.3.0/setup.cfg 
new/sphinxcontrib-httpdomain-1.4.0/setup.cfg
--- old/sphinxcontrib-httpdomain-1.3.0/setup.cfg2014-07-30 
18:41:23.0 +0200
+++ new/sphinxcontrib-httpdomain-1.4.0/setup.cfg2015-08-13 
16:15:20.0 +0200
@@ -9,7 +9,7 @@
 upload_dir = build/sphinx/html
 
 [egg_info]
-tag_svn_revision = 0
 tag_build = 
 tag_date = 0
+tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sphinxcontrib-httpdomain-1.3.0/setup.py 
new/sphinxcontrib-httpdomain-1.4.0/setup.py
--- old/sphinxcontrib-httpdomain-1.3.0/setup.py 2014-07-30 18:33:26.0 
+0200
+++ new/sphinxcontrib-httpdomain-1.4.0/setup.py 2015-08-13 16:10:47.0 
+0200
@@ -18,7 +18,7 @@
 
 setup(
 name='sphinxcontrib-httpdomain',
-version='1.3.0',
+version='1.4.0',
 url='http://bitbucket.org/birkenfeld/sphinx-contrib',
 download_url='http://pypi.python.org/pypi/sphinxcontrib-httpdomain',
 license='BSD',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sphinxcontrib-httpdomain-1.3.0/sphinxcontrib/autohttp/common.py 
new/sphinxcontrib-httpdomain-1.4.0/sphinxcontrib/autohttp/common.py
--- old/sphinxcontrib-httpdomain-1.3.0/sphinxcontrib/autohttp/common.py 
2014-07-30 18:33:17.0 +0200
+++ new/sphinxcontrib-httpdomain-1.4.0/sphinxcontrib/autohttp/common.py 
2015-08-13 16:06:35.0 +0200
@@ -27,7 +27,9 @@
 if isinstance(content, six.string_types):
 content = content.splitlines()
 yield ''
-yield '.. http:{method}:: {path}'.format(**locals())
+

commit python-matplotlib for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2016-08-09 22:14:42

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


Package is "python-matplotlib"

Changes:

--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes  
2016-03-07 13:23:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2016-08-09 22:14:42.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 30 13:30:11 UTC 2016 - jeng...@inai.de
+
+- Make use of wxWidgets 3
+
+---



Other differences:
--
++ python-matplotlib.spec ++
--- /var/tmp/diff_new_pack.yxzfki/_old  2016-08-09 22:14:45.0 +0200
+++ /var/tmp/diff_new_pack.yxzfki/_new  2016-08-09 22:14:45.0 +0200
@@ -96,12 +96,17 @@
 # WebAgg dependencies
 BuildRequires:  python-tornado
 %if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 ||  
0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0
+%if 0%{?suse_version} >= 1320
+BuildRequires:  python-wxWidgets
+BuildRequires:  wxWidgets-devel >= 3
+%else
 # Wx dependencies
 BuildRequires:  python-wxWidgets >= 2.8
 BuildRequires:  wxWidgets-devel
 %define _use_internal_dependency_generator 0
 %define __find_requires %wx_requires
 %endif
+%endif
 Requires:   python-Cycler
 Requires:   python-numpy >= 1.6
 Requires:   python-pyparsing >= 1.5.6




commit nginx for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package nginx for openSUSE:Factory checked 
in at 2016-08-09 22:14:44

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


Package is "nginx"

Changes:

--- /work/SRC/openSUSE:Factory/nginx/nginx.changes  2016-06-07 
23:47:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.nginx.new/nginx.changes 2016-08-09 
22:14:45.0 +0200
@@ -1,0 +2,35 @@
+Fri Aug  5 11:03:32 UTC 2016 - rodrigo.osh...@emc.com
+
+- update to 1.11.2
+  * Change: now nginx always uses internal MD5 and SHA1 implementations;
+   the --with-md5 and --with-sha1 configure options were canceled.
+  * Feature: variables support in the stream module.
+  * Feature: the ngx_stream_map_module.
+  * Feature: the ngx_stream_return_module.
+  * Feature: a port can be specified in the "proxy_bind", "fastcgi_bind",
+   "memcached_bind", "scgi_bind", and "uwsgi_bind" directives.
+  * Feature: now nginx uses the IP_BIND_ADDRESS_NO_PORT socket option
+   when available.
+  * Bugfix: a segmentation fault might occur in a worker process when
+   using HTTP/2 and the "proxy_request_buffering" directive.
+  * Bugfix: the "Content-Length" request header line was always added to
+   requests passed to backends, including requests without body, when
+   using HTTP/2.
+  * Bugfix: "http request count is zero" alerts might appear in logs when
+   using HTTP/2.
+  * Bugfix: unnecessary buffering might occur when using the "sub_filter"
+   directive; the issue had appeared in 1.9.4.
+
+- the following modules were added:
+  headers-more-nginx-module
+  nginx_upstream_check_module
+  
+- added patches:
+  nginx-1.11.2-html.patch
+  nginx-1.11.2-no_Werror.patch
+  check_1.9.2+.patch
+- dropped patches:
+  nginx-1.10.0-html.patch
+  nginx-1.10.0-no_Werror.patch
+
+---

Old:

  nginx-1.10.0-html.patch
  nginx-1.10.0-no_Werror.patch
  nginx-1.10.1.tar.gz

New:

  check_1.9.2+.patch
  headers-more-nginx-module-0.30.tar.gz
  nginx-1.11.2-html.patch
  nginx-1.11.2-no_Werror.patch
  nginx-1.11.2.tar.gz
  nginx_upstream_check_module-0.3.0.tar.gz



Other differences:
--
++ nginx.spec ++
--- /var/tmp/diff_new_pack.Za7iG6/_old  2016-08-09 22:14:46.0 +0200
+++ /var/tmp/diff_new_pack.Za7iG6/_new  2016-08-09 22:14:46.0 +0200
@@ -62,9 +62,11 @@
 %endif
 #
 Name:   nginx
-Version:1.10.1
+Version:1.11.2
 Release:0
 %define fancyindex_version 0.3.5
+%define headers_more_nginx_version 0.30
+%define nginx_upstream_check_version 0.3.0
 Summary:A HTTP server and IMAP/POP3 proxy server
 License:BSD-2-Clause
 Group:  Productivity/Networking/Web/Proxy
@@ -74,17 +76,21 @@
 Source2:nginx.logrotate
 Source3:nginx.service
 Source4:
https://github.com/aperezdc/ngx-fancyindex/archive/v%{fancyindex_version}/ngx-fancyindex-%{fancyindex_version}.tar.gz
+Source5:
https://github.com/openresty/headers-more-nginx-module/archive/v%{headers_more_nginx_version}/headers-more-nginx-module-%{headers_more_nginx_version}.tar.gz
+Source6:
https://github.com/yaoweibin/nginx_upstream_check_module/archive/v%{nginx_upstream_check_version}/nginx_upstream_check_module-%{nginx_upstream_check_version}.tar.gz
 Source100:  nginx.rpmlintrc
-# PATCH-FIX-UPSTREAM nginx-1.10.0-no_Werror.patch
-Patch0: nginx-1.10.0-no_Werror.patch
-# PATCH-FIX-OPENSUSE nginx-1.10.0-html.patch
-Patch1: nginx-1.10.0-html.patch
+# PATCH-FIX-UPSTREAM nginx-1.11.2-no_Werror.patch
+Patch0: nginx-1.11.2-no_Werror.patch
+# PATCH-FIX-OPENSUSE nginx-1.11.2-html.patch
+Patch1: nginx-1.11.2-html.patch
 # PATCH-FIX-UPSTREAM nginx-1.2.4-perl_vendor_install.patch
 Patch2: nginx-1.2.4-perl_vendor_install.patch
 # PATCH-FIX-UPSTREAM fix /etc/nginx/nginx.conf to suit Linux env
 Patch3: nginx-1.6.1-default_config.patch
 # PATCH-FIX-UPSTREAM nginx-aio.patch fix support for Linux AIO
 Patch4: nginx-aio.patch
+# PATCH-FIX-UPSTREAM check_1.9.2+.patch
+Patch5: check_1.9.2+.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gd-devel
 BuildRequires:  libxslt-devel
@@ -127,11 +133,14 @@
 %else
 %setup -q -n %{pkg_name}-%{version}
 %endif
+%setup -D -T -a 5 -n %{pkg_name}-%{version}
+%setup -D -T -a 6 -n %{pkg_name}-%{version}
 %patch0 -p1
 %patch1 -p1
 %patch2
 %patch3
 %patch4 -p1
+%patch5
 
 perl -pi -e 's|\r\n|\n|g' contrib/geo2nginx.pl
 # we just use lib here because nginx loads them relative to _prefix
@@ -211,6 +220,8 @@
   %if %{with fancyindex}
   --add-module=../ngx-fancyindex-%{fancyindex_version} \
   %endif
+  

commit xournal for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package xournal for openSUSE:Factory checked 
in at 2016-08-09 22:14:47

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


Package is "xournal"

Changes:

--- /work/SRC/openSUSE:Factory/xournal/xournal.changes  2015-07-12 
22:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.xournal.new/xournal.changes 2016-08-09 
22:14:49.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug  5 18:55:16 UTC 2016 - r...@fthiessen.de
+
+- Some cleanup on the spec-file.
+
+---
+Fri Aug  5 06:44:40 UTC 2016 - badshah...@gmail.com
+
+- Add xournal-appdata.patch to add, translate and install appdata
+  file for application, this makes xournal show up in appstores
+  like GNOME Software and KDE Discover; run intltoolize to
+  translate appdata file.
+
+---

New:

  xournal-appdata.patch



Other differences:
--
++ xournal.spec ++
--- /var/tmp/diff_new_pack.C99xdb/_old  2016-08-09 22:14:50.0 +0200
+++ /var/tmp/diff_new_pack.C99xdb/_new  2016-08-09 22:14:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xournal
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,30 @@
 
 
 Name:   xournal
-Url:http://math.mit.edu/~auroux/software/xournal/
 Version:0.4.8
 Release:0
 Summary:An application for notetaking, sketching, and keeping a 
journal using a stylus
 License:GPL-2.0+
 Group:  Productivity/Office/Other
+Url:http://math.mit.edu/~auroux/software/xournal/
 Source: %{name}-%{version}.tar.gz
 Patch0: %{name}-implicit-funcs.patch
-#reported already upstream -> is fixed in git
+# PATCH-FIX-UPSTREAM xournal-german-translation.patch -- 
https://sourceforge.net/p/xournal/bugs/152/ -> is fixed in git
 Patch1: %{name}-german-translation.patch
+# PATCH-FIX-UPSTREAM xournal-Improve-window-title.patch -- 
https://sourceforge.net/p/xournal/patches/79/
 Patch2: %{name}-Improve-window-title.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM xournal-appdata.patch badshah...@gmail.com -- Add, 
translate and install appdata file
+Patch3: xournal-appdata.patch
 BuildRequires:  automake >= 1.11.2
 BuildRequires:  fdupes
 BuildRequires:  gtk2-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  inkscape
+BuildRequires:  intltool
 BuildRequires:  libgnomecanvas-devel
-%if 0%{?suse_version}
 BuildRequires:  libpoppler-glib-devel
 BuildRequires:  update-desktop-files
-%else
-# E.g. Fedora etc. use other package name
-BuildRequires:  poppler-glib-devel
-%endif
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Xournal is an application for notetaking, sketching, keeping a journal
@@ -51,18 +50,20 @@
 Gournal.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 autoreconf -fi
+intltoolize --force
 %configure
-make %{_smp_mflags}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 make DESTDIR=%{buildroot} desktop-install
 
 # GENERATE AND INSTALL HIRES ICONS IN HICOLOR ICON DIR
@@ -76,12 +77,12 @@
-e 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/mimetypes/application-x-xoj.png
 done
 
-%if 0%{?suse_version}
 %suse_update_desktop_file %{name}
-%endif
 %find_lang %{name}
 
 install -D -m 0644 %{name}.xml 
%{buildroot}%{_datadir}/mime/application/x-xoj.xml
+mkdir -p %{buildroot}%{_docdir}/%{name}
+install -m 0644 -t %{buildroot}%{_docdir}/%{name} AUTHORS COPYING ChangeLog 
NEWS README
 
 %fdupes %{buildroot}%{_datadir}
 
@@ -97,20 +98,20 @@
 
 %files -f %{name}.lang
 %defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc %{_docdir}/%{name}
 %{_bindir}/%{name}
-%dir %{_datadir}/%{name}
-%{_datadir}/%{name}/*
+%{_datadir}/%{name}
+%{_datadir}/appdata/%{name}.appdata.xml
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
-%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
-%{_datadir}/icons/hicolor/*/mimetypes/*.png
-%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
-%{_datadir}/icons/hicolor/scalable/mimetypes/xoj.svg
-%{_datadir}/mime/packages/*.xml
-%{_datadir}/mime/application/*.xml
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/icons/hicolor/*/mimetypes/*xoj.*

commit python3-beautifulsoup4 for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package python3-beautifulsoup4 for 
openSUSE:Factory checked in at 2016-08-09 22:14:51

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-07-28 23:46:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-beautifulsoup4.new/python3-beautifulsoup4-doc.changes
   2016-08-09 22:14:52.0 +0200
@@ -1,0 +2,8 @@
+Sat Aug  6 02:44:55 UTC 2016 - a...@gmx.de
+
+- update to version 4.5.1:
+  * Fixed a crash when passing Unicode markup that contained a
+processing instruction into the lxml HTML parser on Python
+3. [bug=1608048]
+
+---
python3-beautifulsoup4.changes: same change

Old:

  beautifulsoup4-4.5.0.tar.gz

New:

  beautifulsoup4-4.5.1.tar.gz



Other differences:
--
++ python3-beautifulsoup4-doc.spec ++
--- /var/tmp/diff_new_pack.ssDqRo/_old  2016-08-09 22:14:53.0 +0200
+++ /var/tmp/diff_new_pack.ssDqRo/_new  2016-08-09 22:14:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-beautifulsoup4-doc
-Version:4.5.0
+Version:4.5.1
 Release:0
 Summary:Documentation for python3-beautifulsoup4
 License:MIT

python3-beautifulsoup4.spec: same change
++ beautifulsoup4-4.5.0.tar.gz -> beautifulsoup4-4.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/AUTHORS.txt 
new/beautifulsoup4-4.5.1/AUTHORS.txt
--- old/beautifulsoup4-4.5.0/AUTHORS.txt2012-03-01 16:37:51.0 
+0100
+++ new/beautifulsoup4-4.5.1/AUTHORS.txt2016-07-27 03:22:19.0 
+0200
@@ -16,7 +16,7 @@
 
 Sam Ruby helped with a lot of edge cases.
 
-Jonathan Ellis was awarded the prestigous Beau Potage D'Or for his
+Jonathan Ellis was awarded the prestigious Beau Potage D'Or for his
 work in solving the nestable tags conundrum.
 
 An incomplete list of people have contributed patches to Beautiful
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/NEWS.txt 
new/beautifulsoup4-4.5.1/NEWS.txt
--- old/beautifulsoup4-4.5.0/NEWS.txt   2016-07-20 02:35:09.0 +0200
+++ new/beautifulsoup4-4.5.1/NEWS.txt   2016-08-03 04:39:17.0 +0200
@@ -1,3 +1,9 @@
+= 4.5.1 (20160802) =
+
+* Fixed a crash when passing Unicode markup that contained a
+  processing instruction into the lxml HTML parser on Python
+  3. [bug=1608048]
+
 = 4.5.0 (20160719) =
 
 * Beautiful Soup is no longer compatible with Python 2.6. This
@@ -508,7 +514,7 @@
 * Renamed Tag.nsprefix to Tag.prefix, for consistency with
   NamespacedAttribute.
 
-* Fixed a test failure that occured on Python 3.x when chardet was
+* Fixed a test failure that occurred on Python 3.x when chardet was
   installed.
 
 * Made prettify() return Unicode by default, so it will look nice on
@@ -542,7 +548,7 @@
 
 * Restored compatibility with Python 2.6.
 
-* The install process no longer installs docs or auxillary text files.
+* The install process no longer installs docs or auxiliary text files.
 
 * It's now possible to deepcopy a BeautifulSoup object created with
   Python's built-in HTML parser.
@@ -781,7 +787,7 @@
 Fixed a UnicodeDecodeError when unpickling documents that contain
 non-ASCII characters.
 
-Fixed a TypeError that occured in some circumstances when a tag
+Fixed a TypeError that occurred in some circumstances when a tag
 contained no text.
 
 Jump through hoops to avoid the use of chardet, which can be extremely
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/beautifulsoup4-4.5.0/PKG-INFO 
new/beautifulsoup4-4.5.1/PKG-INFO
--- old/beautifulsoup4-4.5.0/PKG-INFO   2016-07-20 12:38:04.0 +0200
+++ new/beautifulsoup4-4.5.1/PKG-INFO   2016-08-03 04:43:18.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: beautifulsoup4
-Version: 4.5.0
+Version: 4.5.1
 Summary: Screen-scraping library
 Home-page: http://www.crummy.com/software/BeautifulSoup/bs4/
 Author: Leonard Richardson
@@ -13,7 +13,7 @@
 Classifier: Intended Audience :: Developers
 Classifier: License :: OSI Approved :: MIT License
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Text Processing :: Markup :: HTML
 Classifier: Topic :: Text Processing :: Markup :: XML
diff -urN 

commit pdfchain for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package pdfchain for openSUSE:Factory 
checked in at 2016-08-09 22:14:32

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


Package is "pdfchain"

Changes:

--- /work/SRC/openSUSE:Factory/pdfchain/pdfchain.changes2016-03-11 
12:29:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.pdfchain.new/pdfchain.changes   2016-08-09 
22:14:34.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug  3 02:43:01 UTC 2016 - badshah...@gmail.com
+
+- Add pdfchain.appdata.xml as a source and install it to the
+  appdata dir; appdata file sent upstream.
+- Use main homepage for URL.
+
+---

New:

  pdfchain.appdata.xml



Other differences:
--
++ pdfchain.spec ++
--- /var/tmp/diff_new_pack.vTKGYM/_old  2016-08-09 22:14:34.0 +0200
+++ /var/tmp/diff_new_pack.vTKGYM/_new  2016-08-09 22:14:34.0 +0200
@@ -23,8 +23,9 @@
 Summary:A GUI for pdftk
 License:GPL-3.0
 Group:  Productivity/Publishing/PDF
-Url:http://sourceforge.net/projects/pdfchain/
+Url:http://pdfchain.sourceforge.net
 Source0:
http://sourceforge.net/projects/pdfchain/files/pdfchain-%{version}/pdfchain-%{version}.tar.gz
+Source1:pdfchain.appdata.xml
 Patch0: pdfchain-desktop.patch
 # PATCH-FIX-UPSTREAM fix-crash-and-warnings.patch fcro...@suse.com -- fix 
crash at startup
 Patch1: 0003-Fix-crash-because-the-RadioButtonGroup-was-contructe.patch
@@ -63,6 +64,9 @@
 
 %fdupes %{buildroot}
 
+# Install appdata
+install -Dm0644 %{S:1} %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
+
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -78,5 +82,7 @@
 %{_datadir}/applications/pdfchain.desktop
 %{_datadir}/icons/hicolor/*/apps/pdfchain.png
 %{_datadir}/pixmaps/pdfchain.png
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog




commit perl-Config-IniFiles for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Config-IniFiles for 
openSUSE:Factory checked in at 2016-08-09 22:14:00

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


Package is "perl-Config-IniFiles"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Config-IniFiles/perl-Config-IniFiles.changes
2016-07-01 09:56:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Config-IniFiles.new/perl-Config-IniFiles.changes
   2016-08-09 22:14:13.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 05:07:02 UTC 2016 - co...@suse.com
+
+- updated to 2.93
+   see /usr/share/doc/packages/perl-Config-IniFiles/Changes
+
+---

Old:

  Config-IniFiles-2.92.tar.gz

New:

  Config-IniFiles-2.93.tar.gz



Other differences:
--
++ perl-Config-IniFiles.spec ++
--- /var/tmp/diff_new_pack.eZFSCE/_old  2016-08-09 22:14:14.0 +0200
+++ /var/tmp/diff_new_pack.eZFSCE/_new  2016-08-09 22:14:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Config-IniFiles
-Version:2.92
+Version:2.93
 Release:0
 %define cpan_name Config-IniFiles
 Summary:Module for Reading .Ini-Style Configuration Files

++ Config-IniFiles-2.92.tar.gz -> Config-IniFiles-2.93.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.92/Build.PL 
new/Config-IniFiles-2.93/Build.PL
--- old/Config-IniFiles-2.92/Build.PL   2016-06-17 11:33:04.0 +0200
+++ new/Config-IniFiles-2.93/Build.PL   2016-07-24 10:32:45.0 +0200
@@ -19,7 +19,7 @@
 "Shlomi Fish "
   ],
   "dist_name" => "Config-IniFiles",
-  "dist_version" => "2.92",
+  "dist_version" => "2.93",
   "license" => "perl",
   "module_name" => "Config::IniFiles",
   "recursive_test_files" => 1,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.92/Changes 
new/Config-IniFiles-2.93/Changes
--- old/Config-IniFiles-2.92/Changes2016-06-17 11:33:04.0 +0200
+++ new/Config-IniFiles-2.93/Changes2016-07-24 10:32:45.0 +0200
@@ -1,3 +1,8 @@
+2.932016-07-24
+* Add [MetaJSON] and META.json to the distribution.
+- Pull-request by Kent Fredric - thanks!
+- 
https://bitbucket.org/shlomif/perl-config-inifiles/pull-requests/5/ship-metajson-with-metajson/diff
+
 2.922016-06-17
 * Hopefully fix tests with read/write test01.ini:
 - 
http://www.cpantesters.org/cpan/report/121523be-341c-11e6-9fc5-14bfbd15da07
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.92/MANIFEST 
new/Config-IniFiles-2.93/MANIFEST
--- old/Config-IniFiles-2.92/MANIFEST   2016-06-17 11:33:04.0 +0200
+++ new/Config-IniFiles-2.93/MANIFEST   2016-07-24 10:32:45.0 +0200
@@ -4,6 +4,7 @@
 LICENSE
 MANIFEST
 MANIFEST.SKIP
+META.json
 META.yml
 Makefile.PL
 OLD-Changes.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Config-IniFiles-2.92/META.json 
new/Config-IniFiles-2.93/META.json
--- old/Config-IniFiles-2.92/META.json  1970-01-01 01:00:00.0 +0100
+++ new/Config-IniFiles-2.93/META.json  2016-07-24 10:32:45.0 +0200
@@ -0,0 +1,100 @@
+{
+   "abstract" : "A module for reading .ini-style configuration files.",
+   "author" : [
+  "Shlomi Fish "
+   ],
+   "dynamic_config" : 0,
+   "generated_by" : "Dist::Zilla version 5.047, CPAN::Meta::Converter version 
2.150005",
+   "keywords" : [
+  "config",
+  "configuration",
+  "files",
+  "ini",
+  "ini",
+  "files",
+  "pure-perl",
+  "tested",
+  "tie",
+  "windows"
+   ],
+   "license" : [
+  "perl_5"
+   ],
+   "meta-spec" : {
+  "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
+  "version" : 2
+   },
+   "name" : "Config-IniFiles",
+   "prereqs" : {
+  "build" : {
+ "requires" : {
+"Module::Build" : "0.28"
+ }
+  },
+  "configure" : {
+ "requires" : {
+"ExtUtils::MakeMaker" : "0",
+"Module::Build" : "0.28"
+ }
+  },
+  "develop" : {
+ "requires" : {
+"Pod::Coverage::TrustPod" : "0",
+"Test::CPAN::Changes" : "0.19",
+"Test::Pod" : "1.41",
+"Test::Pod::Coverage" : "1.08"
+ }
+  },
+  "runtime" : {
+ "requires" : {
+"Carp" : "0",
+"Fcntl" : "0",
+"File::Basename" : "0",
+"File::Temp" : "0",
+

commit suse-xsl-stylesheets for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2016-08-09 22:14:13

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


Package is "suse-xsl-stylesheets"

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2016-05-05 13:17:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2016-08-09 22:14:16.0 +0200
@@ -1,0 +2,56 @@
+Thu Aug  4 18:37:24 UTC 2016 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.6.1:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Stylesheets (XHTML)
+  - Fixed style of  elements
+  - Turned off syntax highlighting in cases where it is unexpected
+
+---
+Mon Aug  1 15:30:00 UTC 2016 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.6:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Schema
+  - Completely removed schemas from SUSE XSL Stylesheets: Schemas
+can now be found at https://github.com/openSUSE/geekodoc
+
+* SUSE Word List for aspell
+  - Added more words, many of which were found in SUSE release
+notes
+
+* Stylesheets (PDF)
+  - Allow disabling secondary branding (Geeko Tail) via parameter:
+enable.secondary.branding=0
+
+* Stylesheets (XHTML)
+  - Added syntax highlighting for screens
+- To enable, add language="..." to your screen
+- Recognized languages are: bash, c++, css, diff, html, xml,
+  http, ini, json, java, javascript, makefile, nginx, php,
+  perl, python, ruby, sql, crmsh, dockerfile, lisp, yaml
+  - Report Bug Links: Fixed ampersands in Bugzilla URLs
+  - Report Bug Links: Fixed JavaScript responsible for GitHub labels
+
+* Common Stylesheet Changes
+  - Fixed a number of L10N issues in CJK and European languages
+(suse-xsl #218, suse-xsl #51, suse-xsl #200, suse-xsl #82,
+suse-xsl #87, suse-xsl #79)
+  - Reverted back to VERSION.xsl as used by upstream for
+compatibility
+  - Improved screen trimming behavior to fix screens that contain
+whitespace at beginning and end
+
+* Packaging
+  - Added more fonts to requires to avoid broken foreign-language
+PDF builds in the build service
+  - Removed mentions of schemas from spec file (see top)
+
+
+---
@@ -4 +60 @@
-Stable release DAPS 2.0.5:
+Stable release of the SUSE XSL stylesheets 2.0.5:
@@ -60 +116 @@
-Stable release DAPS 2.0.4:
+Stable release of the SUSE XSL stylesheets 2.0.4:
@@ -102 +158 @@
-Stable release 2.0.3 (only for OBS):
+Stable release of the SUSE XSL stylesheets 2.0.3 (only for OBS):
@@ -118 +174 @@
-Stable release 2.0.2
+Stable release of the SUSE XSL stylesheets 2.0.2
@@ -126 +182 @@
-Stable release 2.0.1
+Stable release of the SUSE XSL stylesheets 2.0.1
@@ -143 +199 @@
-Stable release 2.0
+Stable release of the SUSE XSL stylesheets 2.0
@@ -151 +207 @@
-New release 2.0-rc6:
+New release of the SUSE XSL stylesheets 2.0-rc6:
@@ -167 +223 @@
-New release 2.0~rc5
+New release of the SUSE XSL stylesheets 2.0~rc5
@@ -202 +258 @@
-Version 2.0 RC4:
+Version of the SUSE XSL stylesheets 2.0 RC4:
@@ -213 +269 @@
-Version 2.0 RC3:
+Version of the SUSE XSL stylesheets 2.0 RC3:
@@ -231 +287 @@
-Version 2.0 RC2:
+Version of the SUSE XSL stylesheets 2.0 RC2:

Old:

  suse-xsl-stylesheets-2.0.5.tar.bz2

New:

  suse-xsl-stylesheets-2.0.6.1.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.lfs5qA/_old  2016-08-09 22:14:17.0 +0200
+++ /var/tmp/diff_new_pack.lfs5qA/_new  2016-08-09 22:14:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   suse-xsl-stylesheets
-Version:2.0.5
+Version:2.0.6.1
 Release:0
 
 ###
@@ -33,17 +33,9 @@
 #
 
 
-%define novdocversion   1.0
-%define novdocname  novdoc
-%define regcat  %{_bindir}/sgml-register-catalog
 %define dbstyles%{_datadir}/xml/docbook/stylesheet/nwalsh/current
-%define suse_schemas_catalog catalog-for-suse_schemas.xml
 %define susexsl_catalog  catalog-for-%{name}.xml
-%define suse_schemas_groupname suse_schemas
-
-%define suse_xml_dir%{_datadir}/xml/suse
 %define db_xml_dir  %{_datadir}/xml/docbook
-%define suse_schema_dir %{suse_xml_dir}/schema
 %define suse_styles_dir %{db_xml_dir}/stylesheet
 
 Summary:

commit man-pages for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package man-pages for openSUSE:Factory 
checked in at 2016-08-09 22:13:54

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


Package is "man-pages"

Changes:

--- /work/SRC/openSUSE:Factory/man-pages/man-pages.changes  2016-05-16 
12:01:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages.new/man-pages.changes 2016-08-09 
22:14:11.0 +0200
@@ -1,0 +2,22 @@
+Mon Aug  1 07:37:35 UTC 2016 - pgaj...@suse.com
+
+- update to 4.07:
+  * New and rewritten pages
+ioctl_fideduperange.2
+ioctl_ficlonerange.2
+nextup.3
+mount_namespaces.7
+  * Newly documented interfaces in existing pages
+mount.2
+Document flags used to set propagation type
+Document MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE.
+Document the MS_REC flag
+ptrace.2
+Document ptrace access modes
+proc.5
+Document /proc/[pid]/timerslack_ns
+Document /proc/PID/status 'Ngid' field
+Document /proc/PID/status fields: 'NStgid', 'NSpid', 'NSpgid', 'NSsid'
+Document /proc/PID/status 'Umask' field
+
+---

Old:

  man-pages-4.06.tar.xz

New:

  man-pages-4.07.tar.xz



Other differences:
--
++ man-pages.spec ++
--- /var/tmp/diff_new_pack.eTlmyh/_old  2016-08-09 22:14:12.0 +0200
+++ /var/tmp/diff_new_pack.eTlmyh/_new  2016-08-09 22:14:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   man-pages
-Version:4.06
+Version:4.07
 Release:0
 Summary:Linux  Manual Pages
 License:BSD-3-Clause and GPL-2.0+ and MIT
@@ -47,7 +47,7 @@
 %prep
 %setup -q
 %patch0 -p2
-%patch1
+%patch1 -p1
 %patch3
 %patch5 -p1
 find -name "*.orig" | xargs rm -fv

++ man-pages-4.06.tar.xz -> man-pages-4.07.tar.xz ++
 21078 lines of diff (skipped)

++ man-pages-remove-ioctl_list-reference.patch ++
--- /var/tmp/diff_new_pack.eTlmyh/_old  2016-08-09 22:14:13.0 +0200
+++ /var/tmp/diff_new_pack.eTlmyh/_new  2016-08-09 22:14:13.0 +0200
@@ -1,8 +1,8 @@
-Index: man2/ioctl.2
+Index: man-pages-4.07/man2/ioctl.2
 ===
 man2/ioctl.2.orig  2015-05-07 08:30:41.0 +0200
-+++ man2/ioctl.2   2015-05-07 13:35:02.363674347 +0200
-@@ -123,11 +123,6 @@
+--- man-pages-4.07.orig/man2/ioctl.2   2016-07-17 18:08:57.0 +0200
 man-pages-4.07/man2/ioctl.22016-08-01 09:37:01.131144405 +0200
+@@ -123,11 +123,6 @@ Arguments, returns, and semantics of
  vary according to the device driver in question (the call is used as a
  catch-all for operations that don't cleanly fit the UNIX stream I/O
  model).
@@ -14,10 +14,10 @@
  The
  .BR ioctl ()
  function call appeared in Version 7 AT UNIX.
-@@ -143,7 +138,6 @@
- .BR execve (2),
- .BR fcntl (2),
+@@ -145,7 +140,6 @@ flag.
+ .BR ioctl_fideduperange (2),
  .BR ioctl_fat (2),
+ .BR ioctl_ficlonerange (2),
 -.BR ioctl_list (2),
  .BR open (2),
  .\" .BR mt (4),




commit perl-Archive-Zip for openSUSE:Factory

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Archive-Zip for 
openSUSE:Factory checked in at 2016-08-09 22:14:07

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


Package is "perl-Archive-Zip"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Archive-Zip/perl-Archive-Zip.changes
2016-04-11 09:11:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Archive-Zip.new/perl-Archive-Zip.changes   
2016-08-09 22:14:14.0 +0200
@@ -1,0 +2,10 @@
+Wed Aug  3 05:02:36 UTC 2016 - co...@suse.com
+
+- updated to 1.58
+   see /usr/share/doc/packages/perl-Archive-Zip/Changes
+
+  1.58 Tue 2 Aug 2016
+  - avoid relying on . being in @INC [github/karenetheridge]
+  - update MANIFEST.SKIP [github/haarg]
+
+---

Old:

  Archive-Zip-1.57.tar.gz

New:

  Archive-Zip-1.58.tar.gz



Other differences:
--
++ perl-Archive-Zip.spec ++
--- /var/tmp/diff_new_pack.iPn7rp/_old  2016-08-09 22:14:15.0 +0200
+++ /var/tmp/diff_new_pack.iPn7rp/_new  2016-08-09 22:14:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Archive-Zip
-Version:1.57
+Version:1.58
 Release:0
 %define cpan_name Archive-Zip
 Summary:Provide an interface to ZIP archive files
@@ -75,6 +75,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples
+%doc Changes examples README.md
 
 %changelog

++ Archive-Zip-1.57.tar.gz -> Archive-Zip-1.58.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Zip-1.57/Changes new/Archive-Zip-1.58/Changes
--- old/Archive-Zip-1.57/Changes2016-04-01 19:54:36.0 +0200
+++ new/Archive-Zip-1.58/Changes2016-08-02 19:46:53.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl extension Archive-Zip
 
+1.58 Tue 2 Aug 2016
+- avoid relying on . being in @INC [github/karenetheridge]
+- update MANIFEST.SKIP [github/haarg]
+
 1.57 Fri 1 Apr 2016
 - RT# 106548,106089,105330,111541 [github/ozcoder]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Zip-1.57/MANIFEST 
new/Archive-Zip-1.58/MANIFEST
--- old/Archive-Zip-1.57/MANIFEST   2016-04-01 19:59:03.0 +0200
+++ new/Archive-Zip-1.58/MANIFEST   2016-08-02 19:48:41.0 +0200
@@ -32,6 +32,8 @@
 lib/Archive/Zip/ZipFileMember.pm
 Makefile.PL
 MANIFEST   This list of files
+MANIFEST.SKIP
+README.md
 script/crc32
 t/01_compile.t
 t/02_main.t
@@ -56,6 +58,7 @@
 t/21_zip64.t
 t/22_deflated_dir.t
 t/23_closed_handle.t
+t/24_unicode_win32.t
 t/badjpeg/expected.jpg
 t/badjpeg/source.zip
 t/common.pm
@@ -65,17 +68,18 @@
 t/data/crypt.zip
 t/data/def.zip
 t/data/defstr.zip
-t/data/good_github11.zip
-t/data/jar.zip
-t/data/store.zip
-t/data/storestr.zip
+t/data/empty.zip
 t/data/emptydef.zip
 t/data/emptydefstr.zip
 t/data/emptystore.zip
 t/data/emptystorestr.zip
+t/data/good_github11.zip
+t/data/jar.zip
 t/data/linux.zip
 t/data/mkzip.pl
 t/data/perl.zip
+t/data/store.zip
+t/data/storestr.zip
 t/data/streamed.zip
 t/data/winzip.zip
 t/data/zip64.zip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Zip-1.57/MANIFEST.SKIP 
new/Archive-Zip-1.58/MANIFEST.SKIP
--- old/Archive-Zip-1.57/MANIFEST.SKIP  1970-01-01 01:00:00.0 +0100
+++ new/Archive-Zip-1.58/MANIFEST.SKIP  2016-08-02 19:46:53.0 +0200
@@ -0,0 +1,34 @@
+^\.travis.yml$
+^\.git.*
+^Makefile$
+\.old$
+\.bak$
+^MYMETA\..*
+
+\bblib/
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$
+
+~$
+\#$
+\b\.#
+\.tmp$
+\.#
+\.rej$
+\..*\.sw.?$
+
+\B\.DS_Store
+\B\._
+
+\bcover_db\b
+\bcovered\b
+
+\B\.prove$
+
+^test\.log$
+^testdir/
+^extracted/
+^testin\.zip$
+^testout\.zip$
+^test2\.zip$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Archive-Zip-1.57/META.json 
new/Archive-Zip-1.58/META.json
--- old/Archive-Zip-1.57/META.json  2016-04-01 19:59:03.0 +0200
+++ new/Archive-Zip-1.58/META.json  2016-08-02 19:48:41.0 +0200
@@ -4,7 +4,7 @@
   "Ned Konz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.142060",
"license" : [
   "perl_5"
],
@@ -54,5 +54,5 @@
  "url" : "https://github.com/redhotpenguin/perl-Archive-Zip-svn;
   }
},
-   "version" : "1.57"
+   "version" : "1.58"
 }
diff -urN '--exclude=CVS' 

commit gnome-maps for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package gnome-maps for openSUSE:13.2:Update 
checked in at 2016-08-09 09:47:41

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


Package is "gnome-maps"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.mxj5w2/_old  2016-08-09 09:47:43.0 +0200
+++ /var/tmp/diff_new_pack.mxj5w2/_new  2016-08-09 09:47:43.0 +0200
@@ -1 +1 @@
-
+




commit obs-service-set_version for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package obs-service-set_version for 
openSUSE:13.2:Update checked in at 2016-08-09 08:14:05

Comparing /work/SRC/openSUSE:13.2:Update/obs-service-set_version (Old)
 and  /work/SRC/openSUSE:13.2:Update/.obs-service-set_version.new (New)


Package is "obs-service-set_version"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++




commit build.5438 for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package build.5438 for openSUSE:13.2:Update 
checked in at 2016-08-09 08:13:53

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


Package is "build.5438"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ /work/SRC/openSUSE:13.2:Update/.build.5438.new/build.changes
2016-08-09 08:13:55.0 +0200
@@ -0,0 +1,1364 @@
+---
+Thu Jun 30 05:47:52 UTC 2016 - adr...@suse.de
+
+- adding first snapcraft support
+
+---
+Wed Apr 27 15:03:56 UTC 2016 - adr...@suse.de
+
+- fix build on armv7hl
+
+---
+Wed Apr 27 06:31:53 UTC 2016 - adr...@suse.de
+
+- run debtransform after buildtime source services
+- Handle also aarch32* and armv8 cases for kvm cpu switches
+- add support for LXC 1.0.8
+- added DoD for aarch64 repositories on Debian
+
+---
+Fri Apr  8 09:37:41 UTC 2016 - adr...@suse.de
+
+- support unpacking of obscpio archives in source
+- added DoD for aarch64 repositories on Debian
+- aarch64_ilp32 support
+- KVM: telnet feature fixes and documentation
+- KVM: run qemu as user
+- fail when space allocation is not successful (on supported FS)
+
+---
+Fri Mar  4 07:29:26 UTC 2016 - adr...@suse.de
+
+- add switch to enable VM console input
+- add --vm-user option to run kvm as non-root
+- Implement experimental obscpio unpacking
+- Use fallocate -p for a fast zero-fill, correctly truncate.
+- PowerVM backend
+- Make --ignoreignore only ignore ignores from the project config
+- aggregate patches fields
+- Fail simpleimage build when integration scripts fail
+- mkdrpms: do not create debuginfo/source deltas
+
+Kiwi:
+- Support new Kiwi v8 (experimental)
+- Make sure kiwi is called in UTF-8 locale
+- Kiwi appliance: support "replaces" attribute and handle it as buildignore
+- KIWI profile support
+- Support a way to map urls to OBS project/repos
+
+Debian:
+- Support lintian when OBS_DCH_RELEASE set
+- Add support for debbuild's eval and .debmacros
+
+---
+Thu Nov  5 14:59:24 UTC 2015 - adr...@suse.de
+
+- add openSUSE 42.1 config (bnc#953782)
+- avoid full path in sha256 files of products
+- support virtio-rng device in kvm builds
+- lxc 1.1 support
+
+---
+Fri Oct  9 08:41:04 UTC 2015 - adr...@suse.de
+
+- avoid dependency to perl(parent) again
+- fixed buildtime source service execution
+- fixed debian collax support
+
+---
+Thu Sep 17 10:45:57 UTC 2015 - adr...@suse.de
+
+- collax support added
+- Fix auto-detection of -p1 option to patch
+- Handle .deb files that have sysv ar(1) filenames
+- Exported RECIPEFILE in build-recipe-livebuild
+
+---
+Wed Sep  2 15:29:28 UTC 2015 - adr...@suse.de
+
+- openSUSE 13.3 config added (bnc#944121)
+- Support old versions of Archive::Tar
+- debtransformer xz archive support
+- workaround for broken chroot command (Mageia:5 shipped with it)
+- Support building with Mandriva/Mageia Repositories
+- debian: Various bugfixes for lintian support
+- debian: Generate .changes files when building deb packages.
+- create /dev/loop-control for kernel >= 3.1
+- support singleexport flag handling
+- Fix precedence of unary '-' and '!'
+- fix ppc qemu registration rules
+
+---
+Wed Jun 17 15:01:43 UTC 2015 - adr...@suse.de
+
+- fixing test suite call
+
+---
+Mon Jun 15 11:41:12 UTC 2015 - adr...@suse.de
+
+- support build time source services
+- docker VM support
+- Simple image creation support
+- vc: create changelog file only in case of a change
+- get hostarch based on preinstalled kernel image
+- architecture CanDo updates
+- avoid endless loops during in binfmt misc registration
+- debian debootstrap fixes
+- added support of debbuild build engine
+- optional support of network inside of KVM
+- allow lintian to break the build
+
+---
+Tue Mar 17 07:20:36 UTC 2015 - adr...@suse.de
+
+- workaround initrd breakage when using initrd for systemd with older systems
+- fixes for building in LXC containers
+- avoid emulator for arm on aarch64
+- Fixing UTC symlink resolving when setting localtime
+- ppc64le can build ppc64 

commit obs-service-set_version.5438 for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package obs-service-set_version.5438 for 
openSUSE:13.2:Update checked in at 2016-08-09 08:14:01

Comparing /work/SRC/openSUSE:13.2:Update/obs-service-set_version.5438 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.obs-service-set_version.5438.new (New)


Package is "obs-service-set_version.5438"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ 
/work/SRC/openSUSE:13.2:Update/.obs-service-set_version.5438.new/obs-service-set_version.changes
2016-08-09 08:14:03.0 +0200
@@ -0,0 +1,223 @@
+---
+Thu Apr 21 11:54:41 UTC 2016 - opensuse-packag...@opensuse.org
+
+- Update to version 0.5.3:
+  * VersionDetector._autodetect: prioritize the directory name over the file 
name
+
+---
+Fri Apr 08 13:28:43 UTC 2016 - tbecht...@suse.com
+
+- Update to version 0.5.3:
+  * Don't add unconverted_version unconditionally
+
+---
+Thu Mar 03 16:42:56 UTC 2016 - tbecht...@suse.com
+
+- Update to version 0.5.3:
+  + Use old version from testing data instead of hardcoding
+  + Fix replacement of empty tags
+  + Fix empty version checks for debian/changelog
+  + fix when switching from .dev to non-dev version
+
+---
+Thu Sep 03 07:21:55 UTC 2015 - adr...@suse.de
+
+- Update to version 0.5.3:
+  + Set pkgver and pkgrel for PKGBUILD files (fixes #21)
+  + Fix python3 compat
+
+---
+Mon Aug 17 15:14:11 UTC 2015 - adr...@suse.de
+
+- Update to version 0.5.2:
+  + fix it ... it only worked with "disabledrun" mode by luck
+
+---
+Tue Jul 28 06:17:48 UTC 2015 - adr...@suse.de
+
+- Update to version 0.5.1:
+  + Make python-packaging runtime dep optional
+  + Fix %setup handling for python spec files
+
+---
+Mon Jul 27 08:50:38 UTC 2015 - adr...@suse.de
+
+- Recommends python-packaging
+
+---
+Fri Jul 24 08:12:15 UTC 2015 - tbecht...@suse.com
+
+- Require python-packaging
+
+---
+Fri Jul 24 06:27:51 UTC 2015 - adr...@suse.de
+
+- Update to version 0.5.0:
+  + Add Makefile with install target
+  + Change debian source format to 'native'
+  + Fix tar file detection for PKGBUILD
+  + Add Testsuite and README.md
+  + - empty dummy commit to test travis hook
+  + Disable py26, enable py{33,34} for tests
+  + Add basic test for debian changelogs
+  + Add travis build status image to README
+  + Also do negative test for debian/changelog
+  + Move testdata to .json files
+  + Move _write_tarfile() to base test class
+  + Remove python 2.6 compat import
+  + Reuse test data for debian changelog tests
+  + Rewrite set_version in python
+  + Install devscripts in travis-ci test env
+  + Restructure version detection code
+  + Allow files in test tarballs
+  + Add package type detection for python
+  + Add version converter for python packages
+  + Run python version converter tests with dpkg
+  + Add function to add or replace a %define
+  + Fix problem with replacing tags in spec files
+  + Add function to replace %{version} in %setup
+  + Add custom line support for _write_specfile func
+  + Finally use version conversion for python packages
+  + Skip some tests if zypper or dpkg are unavailable
+  + Use python binary from virtualenv
+
+---
+Thu Sep 11 12:44:10 UTC 2014 -  jblu...@infradead.org
+
+- Update to version 0.4.2:
+  + Release 0.4.2 - Update Debian changelog
+
+---
+Wed Sep 10 15:40:33 UTC 2014 -  adr...@suse.de
+
+- Update to version 0.4.2:
+  + the extension needs to be \.
+  + test with defined() at ./set_version line 118.
+  + Fix processing of --file parameter
+  + Add support for setting the version in debian.changelog
+  + Sort local file list based on modification time (newest first)
+
+---
+Wed Jul  9 12:02:43 UTC 2014 - jblu...@infradead.org
+
+- Update to version 0.4.1:
+  + Add support to automatically detect version based on Debian changelog file
+  + Initial debianization
+  + Handle PKGBUILD files generated by services
+
+---
+Mon Mar 17 09:52:56 UTC 2014 -  adr...@suse.de
+
+- Update to version 0.4.1:
+  + - drop old bash version
+  + - fix PKGBUILD 

commit obs-service-tar_scm for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:13.2:Update checked in at 2016-08-09 08:14:09

Comparing /work/SRC/openSUSE:13.2:Update/obs-service-tar_scm (Old)
 and  /work/SRC/openSUSE:13.2:Update/.obs-service-tar_scm.new (New)


Package is "obs-service-tar_scm"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.6DHpmD/_old  2016-08-09 08:14:11.0 +0200
+++ /var/tmp/diff_new_pack.6DHpmD/_new  2016-08-09 08:14:11.0 +0200
@@ -1 +1 @@
-
+




commit obs-service-tar_scm.5438 for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package obs-service-tar_scm.5438 for 
openSUSE:13.2:Update checked in at 2016-08-09 08:14:08

Comparing /work/SRC/openSUSE:13.2:Update/obs-service-tar_scm.5438 (Old)
 and  /work/SRC/openSUSE:13.2:Update/.obs-service-tar_scm.5438.new (New)


Package is "obs-service-tar_scm.5438"

Changes:

New Changes file:

--- /dev/null   2016-07-07 10:01:34.856033756 +0200
+++ 
/work/SRC/openSUSE:13.2:Update/.obs-service-tar_scm.5438.new/obs-service-tar_scm.changes
2016-08-09 08:14:09.0 +0200
@@ -0,0 +1,558 @@
+---
+Wed Jul 27 15:33:18 UTC 2016 - adr...@suse.de
+
+- fix mtime handling
+
+---
+Wed Jul 27 15:31:10 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0.1469628830.67456b7:
+  * pep8 fixes/workarounds
+  * make yaml dependency optional for travis
+  * Add an option 'master' to submodules to fetch the latest mater branch.
+  * do not set files back to 1970...
+  * transfer mtime via obsinfo
+  * create needed sub directories for cache handling
+
+---
+Thu Jul  7 11:32:29 UTC 2016 - adr...@suse.de
+
+- update to official version 0.6.0
+  (latest package became official)
+
+---
+Thu Jul 07 11:32:21 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0.1467889501.49c9462:
+  + very first obs_scm implementation
+  + allow extracting of (spec) files
+  + allow to include local changes when using "obs_scm" service via local osc 
commands.
+  + make obsinfo parameter for tar service optional
+  + support filtering on creation of cpio archives
+  + - add debian provides
+  + - make cleaning message a debug message
+  + report error when specified revision got not found
+  + add snapcraft.yaml support
+  + merge upstream
+  + minor cleanup
+  + fix typo, wrong file name of new snapcraft.yaml
+  + fix some more merge regressions
+  + pep8 fixes/workarounds
+  + make yaml dependency optional for travis
+
+---
+Fri Jul 01 08:12:40 UTC 2016 - adr...@suse.de
+
+- added snapcraft support via own service
+
+---
+Wed Jun 29 06:06:18 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1467126663.ec976d1:
+  * Allow to manually specify a base for @TAG_OFFSET@
+  * - make cleaning message a debug message
+  * Honour "subdir" param for changesgenerate
+  * report error when specified revision got not found
+  * Extend fixture to create commits with a specific timestamp
+  * Use commit timestamp as mtime for files and directories in tarball
+  * Workaround bug in Mercurial localdate filter
+  * fix breakage from conflict of #63 and #85
+  * Provide test for git tag fetching
+  * Add ability to generate changes file when using svn
+  * add snapcraft.yaml support
+
+---
+Tue Apr 26 13:44:48 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1461678268.e8b5d73:
+  * fix TESTING.md link in CONTRIBUTING.md
+  * Use correct level 2 bullet point (*)
+  * very first obs_scm implementation
+  * allow extracting of (spec) files
+  * allow to include local changes when using "obs_scm" service via local osc 
commands.
+  * make obsinfo parameter for tar service optional
+  * support filtering on creation of cpio archives
+  * - add debian provides
+
+---
+Tue Apr 26 13:17:44 UTC 2016 - adr...@suse.de
+
+- add debian provides
+
+---
+Fri Apr 15 08:16:32 UTC 2016 - adr...@suse.de
+
+- fix dependency on SLE 11 to python-argparse
+
+---
+Mon Apr 11 15:09:29 UTC 2016 - mplus...@suse.com
+
+- Correctly reference patch in previous entry
+
+---
+Mon Apr 11 12:19:54 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1460377105.35a4ea4:
+  * support filtering on creation of cpio archives
+
+---
+Fri Apr 08 07:00:48 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0~pre.1460098798.dda5411:
+  + make obsinfo parameter for tar service optional
+
+---
+Thu Apr 07 09:21:55 UTC 2016 - adr...@suse.de
+
+- Update to version 0.6.0.1460017418.4e4b2d6:
+  + Correct error message about lack of git tags
+  + GNUmakefile: Use default python in $PATH unless it is a python 3.
+  + fix TESTING.md link in 

commit osc for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package osc for openSUSE:13.2:Update checked 
in at 2016-08-09 08:14:13

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


Package is "osc"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.vnrtUQ/_old  2016-08-09 08:14:15.0 +0200
+++ /var/tmp/diff_new_pack.vnrtUQ/_new  2016-08-09 08:14:15.0 +0200
@@ -1 +1 @@
-
+




commit build for openSUSE:13.2:Update

2016-08-09 Thread h_root
Hello community,

here is the log from the commit of package build for openSUSE:13.2:Update 
checked in at 2016-08-09 08:13:59

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


Package is "build"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.jVMPiG/_old  2016-08-09 08:14:01.0 +0200
+++ /var/tmp/diff_new_pack.jVMPiG/_new  2016-08-09 08:14:01.0 +0200
@@ -1 +1 @@
-
+