commit patterns-media for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package patterns-media for openSUSE:Factory 
checked in at 2017-05-20 22:56:17

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


Package is "patterns-media"

Sat May 20 22:56:17 2017 rev:4 rq: version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-media/patterns-media.changes
2017-05-07 14:09:05.296815637 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-media.new/patterns-media.changes   
2017-05-20 22:56:20.658753970 +0200
@@ -1,0 +2,6 @@
+Sat May 20 20:55:51 UTC 2017 - dleuenber...@suse.com
+
+- Drop dependency on office_opt: it was an empty pattern that has
+  been removed.
+
+---



Other differences:
--
++ patterns-media.spec ++
--- /var/tmp/diff_new_pack.B90Pwg/_old  2017-05-20 22:56:21.286665378 +0200
+++ /var/tmp/diff_new_pack.B90Pwg/_new  2017-05-20 22:56:21.290664813 +0200
@@ -877,7 +877,6 @@
 Requires:   pattern() = network_admin
 Requires:   pattern() = non_oss
 Requires:   pattern() = office
-Requires:   pattern() = office_opt
 Requires:   pattern() = print_server
 Requires:   pattern() = sw_management
 Requires:   pattern() = sw_management_gnome




commit bind for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package bind for openSUSE:Factory checked in 
at 2017-05-20 17:55:49

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


Package is "bind"

Sat May 20 17:55:49 2017 rev:123 rq:496968 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/bind/bind.changes2017-03-31 
15:04:58.174707912 +0200
+++ /work/SRC/openSUSE:Factory/.bind.new/bind.changes   2017-05-20 
17:55:50.756111073 +0200
@@ -1,0 +2,6 @@
+Sat May 20 11:46:44 UTC 2017 - dims...@opensuse.org
+
+a- Fix named init script to dynamically find the location of the
+   openssl engines (boo#1040027).
+
+---



Other differences:
--
++ bind.spec ++
--- /var/tmp/diff_new_pack.lTIeZk/_old  2017-05-20 17:55:52.443872537 +0200
+++ /var/tmp/diff_new_pack.lTIeZk/_new  2017-05-20 17:55:52.443872537 +0200
@@ -397,6 +397,7 @@
-e "s@__BIND_PACKAGE_NAME__@%{pkg_name}@g" \
-e "s@__VENDOR__@%{VENDOR}@g" \
-e "s@___lib__@%{_lib}@g" \
+-e "s@__openssl__@$(pkg-config --variable=enginesdir 
libcrypto)@g" \
-i "${file}"
 }
 pushd vendor-files



++ vendor-files.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor-files/init/named new/vendor-files/init/named
--- old/vendor-files/init/named 2016-06-16 11:57:09.193338020 +0200
+++ new/vendor-files/init/named 2017-05-20 14:06:10.382900608 +0200
@@ -184,8 +184,8 @@
rm -f ${CHROOT_PREFIX}/${configfile}
cp -a -L ${configfile} ${CHROOT_PREFIX}/${configfile%/*}
done
-   mkdir -p ${CHROOT_PREFIX}/___lib__
-   cp -r /___lib__/engines ${CHROOT_PREFIX}/___lib__/
+   mkdir -p ${CHROOT_PREFIX}/__openssl__
+   cp -r __openssl__/* ${CHROOT_PREFIX}/__openssl__
else
# NAMED_RUN_CHROOTED != yes
test -L /var/run/named && rm /var/run/named




commit Vc for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package Vc for openSUSE:Factory checked in 
at 2017-05-20 14:32:26

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


Package is "Vc"

Sat May 20 14:32:26 2017 rev:7 rq:494956 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/Vc/Vc.changes2017-03-10 21:46:23.677692750 
+0100
+++ /work/SRC/openSUSE:Factory/.Vc.new/Vc.changes   2017-05-20 
14:32:44.855517638 +0200
@@ -1,0 +2,7 @@
+Mon May 15 13:37:54 UTC 2017 - idon...@suse.com
+
+- Update to version 1.3.2
+  * Resolve warning from GCC 6 about ignored attributes
+  * Support for Kaby Lake detection
+
+---

Old:

  Vc-1.3.1.tar.gz

New:

  Vc-1.3.2.tar.gz



Other differences:
--
++ Vc.spec ++
--- /var/tmp/diff_new_pack.EyleYE/_old  2017-05-20 14:32:46.495285647 +0200
+++ /var/tmp/diff_new_pack.EyleYE/_new  2017-05-20 14:32:46.495285647 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   Vc
-Version:1.3.1
+Version:1.3.2
 Release:0
 Summary:Collection of SIMD Vector Classes
 License:BSD-3-Clause

++ Vc-1.3.1.tar.gz -> Vc-1.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vc-1.3.1/CMakeLists.txt new/Vc-1.3.2/CMakeLists.txt
--- old/Vc-1.3.1/CMakeLists.txt 2017-03-09 14:36:15.0 +0100
+++ new/Vc-1.3.2/CMakeLists.txt 2017-05-03 14:38:00.0 +0200
@@ -69,8 +69,6 @@
   list(APPEND disabled_targets
  example_scaling_scalar
  )
-   elseif(Vc_GCC_VERSION VERSION_GREATER "5.99")
-  AddCompilerFlag(-Wno-ignored-attributes)
endif()
 elseif(Vc_COMPILER_IS_MSVC)
if(MSVC_VERSION LESS 1700)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vc-1.3.1/avx/vector.h new/Vc-1.3.2/avx/vector.h
--- old/Vc-1.3.1/avx/vector.h   2017-03-09 14:36:15.0 +0100
+++ new/Vc-1.3.2/avx/vector.h   2017-05-03 14:38:00.0 +0200
@@ -88,7 +88,7 @@
 
 Vc_FREE_STORE_OPERATORS_ALIGNED(alignof(VectorType));
 
-Vc_ALIGNED_TYPEDEF(sizeof(T), T, EntryType);
+using EntryType = typename Common::ensure_alignment_equals_sizeof::type;
 using value_type = EntryType;
 typedef EntryType VectorEntryType;
 static constexpr size_t Size = sizeof(VectorType) / sizeof(EntryType);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vc-1.3.1/cmake/OptimizeForArchitecture.cmake 
new/Vc-1.3.2/cmake/OptimizeForArchitecture.cmake
--- old/Vc-1.3.1/cmake/OptimizeForArchitecture.cmake2017-03-09 
14:36:15.0 +0100
+++ new/Vc-1.3.2/cmake/OptimizeForArchitecture.cmake2017-05-03 
14:38:00.0 +0200
@@ -98,6 +98,26 @@
  # 17 1D   | Enhanced Intel Core microarchitecture
  # 0F  | Intel Core microarchitecture
  #
+ # Intel SDM Vol. 3C 35-1 / December 2016:
+ # 57  | Xeon Phi 3200, 5200, 7200  [Knights Landing]
+ # 85  | Future Xeon Phi
+ # 8E 9E   | 7th gen. Core  [Kaby Lake]
+ # 55  | Future Xeon[Skylake w/ AVX512]
+ # 4E 5E   | 6th gen. Core / E3 v5  [Skylake w/o AVX512]
+ # 56  | Xeon D-1500[Broadwell]
+ # 4F  | Xeon E5 v4, E7 v4, i7-69xx [Broadwell]
+ # 47  | 5th gen. Core / Xeon E3 v4 [Broadwell]
+ # 3D  | M-5xxx / 5th gen.  [Broadwell]
+ # 3F  | Xeon E5 v3, E7 v3, i7-59xx [Haswell-E]
+ # 3C 45 46| 4th gen. Core, Xeon E3 v3  [Haswell]
+ # 3E  | Xeon E5 v2, E7 v2, i7-49xx [Ivy Bridge-E]
+ # 3A  | 3rd gen. Core, Xeon E3 v2  [Ivy Bridge]
+ # 2D  | Xeon E5, i7-39xx   [Sandy Bridge]
+ # 2F  | Xeon E7
+ # 2A  | Xeon E3, 2nd gen. Core [Sandy Bridge]
+ # 2E  | Xeon 7500, 6500 series
+ # 25 2C   | Xeon 3600, 5600 series, Core i7, i5 and i3
+ #
  # Values from the Intel SDE:
  # 5C | Goldmont
  # 5A | Silvermont
@@ -107,7 +127,7 @@
  # 4E | Skylake Client
  # 3C | Broadwell (likely a bug in the SDE)
  # 3C | Haswell
- if(_cpu_model EQUAL 87)
+ if(_cpu_model EQUAL 87) # 57
 set(TARGET_ARCHITECTURE "knl")  # Knights Landing
  elseif(_cpu_model EQUAL 92)
 set(TARGET_ARCHITECTURE "goldmont")
@@ -115,11 +135,13 @@
 set(TARGET_ARCHITECTURE "silvermont")
  elseif(_cpu_model EQUAL 102)
 set(TARGET_ARCHITECTURE 

commit aha for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package aha for openSUSE:Factory checked in 
at 2017-05-20 14:32:15

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


Package is "aha"

Sat May 20 14:32:15 2017 rev:2 rq:493114 version:0.4.10.6

Changes:

--- /work/SRC/openSUSE:Factory/aha/aha.changes  2016-09-08 17:38:36.0 
+0200
+++ /work/SRC/openSUSE:Factory/.aha.new/aha.changes 2017-05-20 
14:32:17.411400388 +0200
@@ -1,0 +2,16 @@
+Fri May  5 18:38:21 UTC 2017 - mar...@gmx.de
+
+- Update to version 0.4.10.6
+  * Fixed MANDIR according to the GNU Coding standards, the man file
+is now installed to $(PREFIX)/share/man instead of $(PREFIX)/man
+  * Fixed reset of blinking text
+  * Fixed reset of bold text
+  * Improved handling of some rare, but not supported border cases
+like font changing
+  * Removed two unused variables
+  * Improved README and added screenshot
+  * Fixed bug with "tput sgr0"
+  * Fixed inverted colours
+  * Changed contact email address in help and manpage
+
+---

Old:

  0.4.9.tar.gz

New:

  aha-0.4.10.6.tar.gz



Other differences:
--
++ aha.spec ++
--- /var/tmp/diff_new_pack.ixFGzX/_old  2017-05-20 14:32:21.306849266 +0200
+++ /var/tmp/diff_new_pack.ixFGzX/_new  2017-05-20 14:32:21.310848700 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package aha
 #
-# Copyright (c) 2016, Martin Hauke 
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017, Martin Hauke 
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +18,13 @@
 
 
 Name:   aha
-Version:0.4.9
+Version:0.4.10.6
 Release:0
 Summary:ANSI color to HTML converter
 License:MPL-1.1 or LGPL-2.1+
 Group:  System/Console
 Url:https://github.com/theZiz/aha/
-Source: https://github.com/theZiz/aha/archive/%{version}.tar.gz
+Source: 
https://github.com/theZiz/aha/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,11 +40,11 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} PREFIX=/usr MANDIR=share/man %{?_smp_mflags}
+make install DESTDIR=%{buildroot} PREFIX=/usr %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
-%doc CHANGELOG README
+%doc CHANGELOG README.md
 %{_bindir}/aha
 %{_mandir}/man1/aha.1%{ext_man}
 




commit alsa for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2017-05-20 14:31:47

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


Package is "alsa"

Sat May 20 14:31:47 2017 rev:176 rq:495558 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2017-05-06 
18:25:02.426265571 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2017-05-20 
14:31:48.515488556 +0200
@@ -1,0 +2,54 @@
+Tue May 16 15:32:13 CEST 2017 - ti...@suse.de
+
+- Update to alsa-lib 1.1.4: including most of previous fixes,
+  in addition to topology API updates
+- Upstream fix for building with old glibc:
+  0001-build-Define-__USE_UNIX98-for-old-glibc.patch
+- Obsoleted patches:
+  0001-ucm-Add-ATTRIBUTE_UNUSED-for-unused-parameters-of-ex.patch
+  0002-ucm-parser-needs-limits.h.patch
+  0003-pcm-direct-allow-users-to-configure-different-period.patch
+  0004-pcm-dshare-enable-silence.patch
+  0005-pcm-rate-fix-the-hw_ptr-update-until-the-boundary-av.patch
+  0006-plugin-dynamically-update-avail_min-on-slave.patch
+  0007-rate-dynamic-update-avail_min-on-slave.patch
+  0008-topology-fix-unused-const-variable-warning.patch
+  0009-seq-improve-documentation-about-new-get-pid-card-fun.patch
+  0010-pcm-direct-returning-semop-error-code-for-semaphore-.patch
+  0011-pcm-direct-Fix-for-sync-issue-on-xrun-recover.patch
+  0012-pcm-direct-check-state-before-enter-poll-on-timer.patch
+  0013-pcm-direct-don-t-return-bogus-buffer-levels-in-xrun-.patch
+  0014-conf-ucm-broxton-add-broxton-rt298-conf-files.patch
+  0015-pcm-direct-Fix-deadlock-in-poll_descriptors.patch
+  0016-ucm-Assure-the-user-input-card-name-not-to-exceed-ma.patch
+  0017-ucm-Load-device-specific-configuration-file-based-on.patch
+  0018-ucm-Add-command-get-_file-to-get-the-config-file-nam.patch
+  0019-topology-Fix-incorrect-license-in-source-comments.patch
+  0020-conf-cards-add-support-for-pistachio-card.patch
+  0021-pcm-multi-Drop-the-fixed-slave_map-in-snd_pcm_multi_.patch
+  0022-conf-Add-card-config-for-Intel-HDMI-DP-LPE-audio.patch
+  0023-pcm-Avoid-lock-for-snd_pcm_nonblock.patch
+  0024-pcm-Disable-locking-in-async-mode.patch
+  0025-pcm-dmix-Allow-disabling-x86-optimizations.patch
+  0026-pcm-dmix_rewind-corrupts-application-pointer-fix.patch
+  0027-pcm-direct-fix-race-on-clearing-timer-events.patch
+  0028-pcm-file-Enable-file-writing-for-capture-path.patch
+  0029-pcm-status-dump-fix-timestamp-formatting.patch
+  0030-pcm-extplug-refinement-of-masks-in-extplug.patch
+  0031-pcm-rate-Add-capability-to-pass-configuration-node-t.patch
+  0032-Drop-ppc64-specific-workaround-for-versioned-symbols.patch
+  0033-pcm_plugin-unify-the-snd_pcm_mmap_begin-result-value.patch
+  0034-always-handle-return-value-from-snd_config_get_id-co.patch
+  0035-pcm-file-plugin-handle-snd_pcm_mmap_begin-error-path.patch
+  0036-topology-coverity-remove-dead-code.patch
+  0037-ucm-parser-fix-possible-string-overflow-in-uc_mgr_im.patch
+  0038-dmix-plugin-fix-drain-for-nonblock-mode.patch
+  0039-dmix-plugin-drain-quickfix-for-the-previous-patch.patch
+  0040-rawmidi-virtual-fix-reading-into-a-small-buffer.patch
+  0041-conf-cards-add-VC4-HDMI-card.patch
+  0042-pcm-plug-save-converter-config.patch
+  0043-pcm-file-delegate-htimestamping-to-slave-instead-of-.patch
+  0096-conf-Remove-dmix.direct_memory_access-setup.patch
+  0097-pcm-dmix-Disable-var_periodsize-as-default.patch
+
+---

Old:

  0001-ucm-Add-ATTRIBUTE_UNUSED-for-unused-parameters-of-ex.patch
  0002-ucm-parser-needs-limits.h.patch
  0003-pcm-direct-allow-users-to-configure-different-period.patch
  0004-pcm-dshare-enable-silence.patch
  0005-pcm-rate-fix-the-hw_ptr-update-until-the-boundary-av.patch
  0006-plugin-dynamically-update-avail_min-on-slave.patch
  0007-rate-dynamic-update-avail_min-on-slave.patch
  0008-topology-fix-unused-const-variable-warning.patch
  0009-seq-improve-documentation-about-new-get-pid-card-fun.patch
  0010-pcm-direct-returning-semop-error-code-for-semaphore-.patch
  0011-pcm-direct-Fix-for-sync-issue-on-xrun-recover.patch
  0012-pcm-direct-check-state-before-enter-poll-on-timer.patch
  0013-pcm-direct-don-t-return-bogus-buffer-levels-in-xrun-.patch
  0014-conf-ucm-broxton-add-broxton-rt298-conf-files.patch
  0015-pcm-direct-Fix-deadlock-in-poll_descriptors.patch
  0016-ucm-Assure-the-user-input-card-name-not-to-exceed-ma.patch
  0017-ucm-Load-device-specific-configuration-file-based-on.patch
  0018-ucm-Add-command-get-_file-to-get-the-config-file-nam.patch
  0019-topology-Fix-incorrect-license-in-source-comments.patch
  0020-conf-cards-add-support-for-pistachio-card.patch
  0021-pcm-multi-Drop-the-fixed-slave_map-in-snd_pcm_multi_.patch
  

commit gnutls for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2017-05-20 14:31:57

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


Package is "gnutls"

Sat May 20 14:31:57 2017 rev:100 rq:496936 version:3.5.11

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2017-05-20 
14:28:37.958448893 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2017-05-20 
14:32:00.113847627 +0200
@@ -1,0 +2,6 @@
+Thu May 18 08:44:18 UTC 2017 - astie...@suse.com
+
+- skip trust-store tests to avoid build cycle with
+  ca-certificates-mozilla, add gnutls-3.5.11-skip-trust-store-tests.patch
+
+---

New:

  gnutls-3.5.11-skip-trust-store-tests.patch



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.bFxfbd/_old  2017-05-20 14:32:01.129703905 +0200
+++ /var/tmp/diff_new_pack.bFxfbd/_new  2017-05-20 14:32:01.133703340 +0200
@@ -41,9 +41,9 @@
 Source2:%{name}.keyring
 Source3:baselibs.conf
 Patch0: gnutls-broken-openpgp-tests.patch
+Patch1: gnutls-3.5.11-skip-trust-store-tests.patch
 BuildRequires:  autogen
 BuildRequires:  automake
-BuildRequires:  ca-certificates-mozilla
 BuildRequires:  datefudge
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -200,6 +200,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 export LDFLAGS="-pie"

++ gnutls-3.5.11-skip-trust-store-tests.patch ++
From: Andreas Stieger 
Date: Thu, 18 May 2017 10:31:42 +0200
References: https://build.opensuse.org/request/show/493998
Upstream: never

trust-store test added in 
https://gitlab.com/gnutls/gnutls/commit/8d740ae87fae9c1237421dd24825b78103c5da36
need ca-certificates-mozilla to run.

[  242s] FAIL: trust-store
[  242s] =
[  242s]
[  242s] doit:64: no certificates were found in system trust store!
[  242s] FAIL trust-store (exit status: 1)

But this would create a build cycle. Skip test.

Index: gnutls-3.5.11/tests/trust-store.c
===
--- gnutls-3.5.11.orig/tests/trust-store.c  2017-04-07 07:52:07.0 
+0200
+++ gnutls-3.5.11/tests/trust-store.c   2017-05-18 10:33:53.537598763 +0200
@@ -44,6 +44,9 @@ static void tls_log_func(int level, cons
 
 void doit(void)
 {
+   /* building without ca-certificates-mozilla, skip test */
+   exit(77);
+
gnutls_certificate_credentials_t x509_cred;
int ret;
 





commit alsa-plugins for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package alsa-plugins for openSUSE:Factory 
checked in at 2017-05-20 14:31:31

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


Package is "alsa-plugins"

Sat May 20 14:31:31 2017 rev:94 rq:495556 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/alsa-plugins/alsa-plugins.changes
2017-05-06 18:25:41.680726574 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-plugins.new/alsa-plugins.changes   
2017-05-20 14:31:33.617596304 +0200
@@ -1,0 +2,9 @@
+Tue May 16 15:38:57 CEST 2017 - ti...@suse.de
+
+- Update to alsa-plugins 1.1.4:
+  * extend configure script to disable more stuff
+  * including previous fix for libavcodec
+- Obsoleted patch:
+  0001-configure-Fix-detection-of-avcodec.h.patches
+
+---

Old:

  0001-configure-Fix-detection-of-avcodec.h.patch
  alsa-plugins-1.1.1.tar.bz2

New:

  alsa-plugins-1.1.4.tar.bz2



Other differences:
--
++ alsa-plugins.spec ++
--- /var/tmp/diff_new_pack.RowDsV/_old  2017-05-20 14:31:34.997401089 +0200
+++ /var/tmp/diff_new_pack.RowDsV/_new  2017-05-20 14:31:35.001400523 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.1.1
+%define package_version1.1.4
 %if 0%{?suse_version} > 1030
 %define build_pulse1
 %define build_speex1
@@ -31,7 +31,7 @@
 %endif
 
 Name:   alsa-plugins
-Version:1.1.1
+Version:1.1.4
 Release:0
 Summary:Extra Plug-Ins for the ALSA Library
 License:LGPL-2.1+
@@ -41,7 +41,6 @@
 Source1:asound-pulse.conf
 Source2:alsa-pulse.conf
 Source3:baselibs.conf
-Patch1: 0001-configure-Fix-detection-of-avcodec.h.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 %if %build_avcodec
@@ -160,11 +159,10 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
-%patch1 -p1
 
 %build
 export AUTOMAKE_JOBS="%{?_smp_mflags}"
-autoreconf -fi
+# autoreconf -fi
 %configure --enable-maemo-plugin --enable-maemo-resource-manager \
 --with-speex=builtin
 make %{?_smp_mflags}

++ alsa-plugins-1.1.1.tar.bz2 -> alsa-plugins-1.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/alsa-plugins-1.1.1/configure 
new/alsa-plugins-1.1.4/configure
--- old/alsa-plugins-1.1.1/configure2016-03-31 15:14:07.0 +0200
+++ new/alsa-plugins-1.1.4/configure2017-05-12 10:05:50.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for alsa-plugins 1.1.1.
+# Generated by GNU Autoconf 2.69 for alsa-plugins 1.1.4.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='alsa-plugins'
 PACKAGE_TARNAME='alsa-plugins'
-PACKAGE_VERSION='1.1.1'
-PACKAGE_STRING='alsa-plugins 1.1.1'
+PACKAGE_VERSION='1.1.4'
+PACKAGE_STRING='alsa-plugins 1.1.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -664,6 +664,14 @@
 HAVE_JACK_TRUE
 JACK_LIBS
 JACK_CFLAGS
+HAVE_ARCAMAV_FALSE
+HAVE_ARCAMAV_TRUE
+HAVE_USBSTREAM_FALSE
+HAVE_USBSTREAM_TRUE
+HAVE_MIX_FALSE
+HAVE_MIX_TRUE
+HAVE_OSS_FALSE
+HAVE_OSS_TRUE
 ALSA_LIBS
 ALSA_CFLAGS
 PKG_CONFIG_LIBDIR
@@ -792,6 +800,10 @@
 with_gnu_ld
 with_sysroot
 enable_libtool_lock
+enable_oss
+enable_mix
+enable_usbstream
+enable_arcamav
 enable_jack
 enable_pulseaudio
 enable_samplerate
@@ -800,6 +812,7 @@
 enable_avcodec
 with_avcodec_includedir
 with_avcodec_libdir
+enable_speexdsp
 with_speex
 with_plugindir
 with_alsadatadir
@@ -1370,7 +1383,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures alsa-plugins 1.1.1 to adapt to many kinds of systems.
+\`configure' configures alsa-plugins 1.1.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1440,7 +1453,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of alsa-plugins 1.1.1:";;
+ short | recursive ) echo "Configuration of alsa-plugins 1.1.4:";;
esac
   cat <<\_ACEOF
 
@@ -1460,6 +1473,10 @@
   --enable-fast-install[=PKGS]
   optimize for fast installation [default=yes]
   --disable-libtool-lock  avoid locking (might break parallel builds)
+  --disable-oss   Disable building of OSS plugin
+  --disable-mix   Disable building of upmix and vdownmix plugins
+  --disable-usbstream Disable building of usb_stream plugin
+  --disable-arcamav   Disable building of 

commit cifs-utils for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package cifs-utils for openSUSE:Factory 
checked in at 2017-05-20 14:31:54

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


Package is "cifs-utils"

Sat May 20 14:31:54 2017 rev:52 rq:495619 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/cifs-utils/cifs-utils.changes2017-03-18 
20:49:22.467875156 +0100
+++ /work/SRC/openSUSE:Factory/.cifs-utils.new/cifs-utils.changes   
2017-05-20 14:31:57.362236923 +0200
@@ -1,0 +2,7 @@
+Thu Apr 27 10:41:50 UTC 2017 - aap...@suse.com
+
+- Document SMB3+ and new seal option; (fate#322075).
+  + add patch 0001-manpage-correct-typos-and-spelling-mistakes.patch
+  + add patch 0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch
+
+---

New:

  0001-manpage-correct-typos-and-spelling-mistakes.patch
  0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch



Other differences:
--
++ cifs-utils.spec ++
--- /var/tmp/diff_new_pack.jgZTnm/_old  2017-05-20 14:31:58.282106781 +0200
+++ /var/tmp/diff_new_pack.jgZTnm/_new  2017-05-20 14:31:58.282106781 +0200
@@ -35,6 +35,10 @@
 %endif
 Source1:cifs.init
 
+# fate#322075
+Patch0: 0001-manpage-correct-typos-and-spelling-mistakes.patch
+Patch1: 0002-mount.cifs-document-SMBv3.1.1-and-new-seal-option.patch
+
 %if 0%{?suse_version} >= 1221
 %define systemd 1
 %else
@@ -114,6 +118,8 @@
 %prep
 %setup -q
 cp -a ${RPM_SOURCE_DIR}/README.cifstab.migration .
+%patch0 -p1
+%patch1 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -fpie"

++ 0001-manpage-correct-typos-and-spelling-mistakes.patch ++
From 9ba078eb179f713d4f1b5e8d7e416a0e86d8053e Mon Sep 17 00:00:00 2001
From: Aurelien Aptel 
Date: Wed, 15 Feb 2017 18:10:09 +0100
Subject: [PATCH 1/2] manpage: correct typos and spelling mistakes

Signed-off-by: Aurelien Aptel 
---
 mount.cifs.8 | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/mount.cifs.8 b/mount.cifs.8
index 01579f6..9104fae 100644
--- a/mount.cifs.8
+++ b/mount.cifs.8
@@ -324,7 +324,7 @@ See section \fIACCESSING FILES WITH BACKUP INTENT\fR for 
more details
 .PP
 nocase
 .RS 4
-Request case insensitive path name matching (case sensitive is the default if 
the server suports it)\&.
+Request case insensitive path name matching (case sensitive is the default if 
the server supports it)\&.
 .RE
 .PP
 ignorecase
@@ -457,7 +457,7 @@ Enable support for Minshall+French symlinks(see 
http://wiki.samba.org/index.php/
 .PP
 serverino
 .RS 4
-Use inode numbers (unique persistent file identifiers) returned by the server 
instead of automatically generating temporary inode numbers on the client\&. 
Although server inode numbers make it easier to spot hardlinked files (as they 
will have the same inode numbers) and inode numbers may be persistent (which is 
userful for some sofware), the server does not guarantee that the inode numbers 
are unique if multiple server side mounts are exported under a single share 
(since inode numbers on the servers might not be unique if multiple filesystems 
are mounted under the same shared higher level directory)\&. Note that not all 
servers support returning server inode numbers, although those that support the 
CIFS Unix Extensions, and Windows 2000 and later servers typically do support 
this (although not necessarily on every local server filesystem)\&. Parameter 
has no effect if the server lacks support for returning inode numbers or 
equivalent\&. This behavior is enabled by default\&.
+Use inode numbers (unique persistent file identifiers) returned by the server 
instead of automatically generating temporary inode numbers on the client\&. 
Although server inode numbers make it easier to spot hardlinked files (as they 
will have the same inode numbers) and inode numbers may be persistent (which is 
useful for some software), the server does not guarantee that the inode numbers 
are unique if multiple server side mounts are exported under a single share 
(since inode numbers on the servers might not be unique if multiple filesystems 
are mounted under the same shared higher level directory)\&. Note that not all 
servers support returning server inode numbers, although those that support the 
CIFS Unix Extensions, and Windows 2000 and later servers typically do support 
this (although not necessarily on every local server filesystem)\&. Parameter 
has no effect if the server lacks support for returning inode numbers or 
equivalent\&. This behavior is enabled by default\&.
 .RE
 .PP
 noserverino
@@ -485,7 +485,7 @@ Do not allow 

commit alsa-utils for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2017-05-20 14:31:41

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


Package is "alsa-utils"

Sat May 20 14:31:41 2017 rev:107 rq:495557 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2017-01-04 
19:28:39.618393516 +0100
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2017-05-20 14:31:42.876286387 +0200
@@ -1,0 +2,10 @@
+Tue May 16 15:35:57 CEST 2017 - ti...@suse.de
+
+- Update to alsa-utils 1.1.4:
+  * alsactl: Remove standard output definition in systemd unit
+  * alsa-info: provide more DMI information
+  * alsa-info: add ACPI device status
+  * amidi: optarg might be NULL, fix 't' argument parsing
+  * aplay: Introduce and use xwrite helper
+
+---

Old:

  alsa-utils-1.1.3.tar.bz2

New:

  alsa-utils-1.1.4.tar.bz2



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.mazqQN/_old  2017-05-20 14:31:43.832151152 +0200
+++ /var/tmp/diff_new_pack.mazqQN/_new  2017-05-20 14:31:43.836150586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package alsa-utils
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define package_version1.1.3
+%define package_version1.1.4
 #
 %if 0%{?suse_version} > 1130
 %define use_systemd1
@@ -35,7 +35,7 @@
 %define _udevdir /lib/udev
 %endif
 Name:   alsa-utils
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Advanced Linux Sound Architecture Utilities
 License:GPL-2.0+

++ alsa-utils-1.1.3.tar.bz2 -> alsa-utils-1.1.4.tar.bz2 ++
 3010 lines of diff (skipped)




commit npth for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package npth for openSUSE:Factory checked in 
at 2017-05-20 14:31:03

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


Package is "npth"

Sat May 20 14:31:03 2017 rev:12 rq:495500 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/npth/npth.changes2016-12-04 
15:06:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.npth.new/npth.changes   2017-05-20 
14:31:06.329457032 +0200
@@ -1,0 +2,11 @@
+Tue May 16 21:25:00 UTC 2017 - astie...@suse.com
+
+- update to 1.4:
+  * fixes for platforms other than GNU/Linux
+  * New function npth_is_protected to help debugging.
+  * Change license from LGPLv3+/GPLv2+ to LGPLv2+.
+- run tests
+- update signing keyring
+- package license text and other information
+
+---

Old:

  npth-1.3.tar.bz2
  npth-1.3.tar.bz2.sig

New:

  npth-1.4.tar.bz2
  npth-1.4.tar.bz2.sig



Other differences:
--
++ npth.spec ++
--- /var/tmp/diff_new_pack.KcnT0A/_old  2017-05-20 14:31:07.777252197 +0200
+++ /var/tmp/diff_new_pack.KcnT0A/_new  2017-05-20 14:31:07.781251632 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package npth
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,17 +18,17 @@
 
 %define lname  libnpth0
 Name:   npth
-Version:1.3
+Version:1.4
 Release:0
 Summary:New GNU Portable Threads library
-License:LGPL-3.0+ or GPL-2.0+
+License:LGPL-2.0+
 Group:  Development/Libraries/C and C++
 Url:http://gnupg.org/
-
 #DL-URL:ftp://ftp.gnupg.org/gcrypt/npth/
 #Git-Clone:git://git.gnupg.org/npth
 Source: ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2
 Source2:ftp://ftp.gnupg.org/gcrypt/npth/%name-%version.tar.bz2.sig
+# https://www.gnupg.org/signature_key.html
 Source4:%name.keyring
 Source99:   %name.changes
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -71,18 +71,23 @@
 
 %install
 b="%buildroot"
-make install DESTDIR="$b"
-find %buildroot -type f -name "*.la" -delete -print
+%make_install
+find "%buildroot" -type f -name "*.la" -delete -print
+
+%check
+make %{?_smp_mflags} check
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
 %defattr(-,root,root)
+%doc COPYING.LIB AUTHORS NEWS ChangeLog README
 %_libdir/libnpth.so.0*
 
 %files devel
 %defattr(-,root,root)
+%doc COPYING.LIB AUTHORS NEWS ChangeLog README
 %_bindir/npth-config
 %_includedir/npth.h
 %_libdir/libnpth.so

++ npth-1.3.tar.bz2 -> npth-1.4.tar.bz2 ++
 3395 lines of diff (skipped)

++ npth.keyring ++
--- /var/tmp/diff_new_pack.KcnT0A/_old  2017-05-20 14:31:08.069210891 +0200
+++ /var/tmp/diff_new_pack.KcnT0A/_new  2017-05-20 14:31:08.069210891 +0200
@@ -1,9 +1,5 @@
-pub   2048R/4F25E3B6 2011-01-12 [expires: 2019-12-31]
-uid  Werner Koch (dist sig)
-sub   2048R/AC87C71A 2011-01-12 [expires: 2019-12-31]
-
+https://www.gnupg.org/signature_key.html
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.19 (GNU/Linux)
 
 mQENBE0ti4EBCACqGtKlX9jI/enhlBdy2cyQP6Q7JoyxtaG6/ckAKWHYrqFTQk3I
 Ue8TuDrGT742XFncG9PoMBfJDUNltIPgKFn8E9tYQqAOlpSA25bOb30cA2ADkrjg
@@ -17,21 +13,98 @@
 5zCwu7SHz9cX3d4UUwzcP6qQP4BQEH9/xlpQS9eTK9b2RMyggqwd/J8mxjvoWzL8
 Klf/wl6jXHn/yP92xG9/YA86lNOL1N3/PhlZzLuJ6bdD9WzsEp/+kh3UDfjkIrOc
 WkqwupB+d01R4bHPu9tvXy8Xut8Sok2zku2xVkEOsV2TXHbwuHO2AGC5pWDX6wgC
-E4F5XeCB/0ovao2/bk22w1TxzP6PMxo6sLkmaF6D0frhM2bl4C/uSsq5AQ0ETS2L
-gQEIAKHwucgbaRj0V7Ht0FnM6RmbqwZ7IFV2lR+YN1gkZaWRRCaJoPEZFKhhPEBX
-1bDVwr/iTPaPPEtpi7oQoHk65yeLrhtOmXXpNVkV/5WQjAJIrWn+JQ3z/ZejxHUL
-hzKsGg5FC6pRYcEyzRXHtv4BO9kBIKNVirZjEkQG4BnIrQgl6e2YFa47GNMqcQH7
-nJdwG1cGQOZOIDQQM41gBzwoSrStMA6DjHkukFegKfcSbSLArBtYNAwTwmW7RqOM
-EJwlo0+NYx2Yn75x66bYwdlsP0FLOgez/O/IxoPRxXr0l4e+uj6dFHqvBi04dx6J
-sPmXEyeAyLiCWSh7Rwq8uIhBUBUAEQEAAYicBBABAgAGBQJNLY0EAAoJEFO2INAc
-4MYwRk8EAIuasyOnCbJW8jpfk3g2VZy1dBZj7g4PHaI70K1Qz8X3piI8WWaDCwlT
-PJcvAAtiT6yGHzdONAt+N7GiHNLU7TsMJlTLsuxv1HsdtgnVh/9BwTKRuIBbjrkJ
-lvUEA4xHYdQ4MFNoAFqJ1+eGZTMm1rLPtjQopEcDH5VVLqR+ewWriQElBBgBAgAP
-BQJNLYuBAhsgBQkQ3Z8CAAoJECSbOdJPJeO2uxIIAJE2B8aQPQ6o6LBijX/4rJae
-tAu6xW9Jg7DyE3rqB5TcE7yJDQqjL6bRApjWRaNofB7CmDxl5tjgTawds0gL1KnK
-LLPb2wAnaKe9/j/gx6lOCnE2LDj5ebKQKQ3UB9WG8xNBczNFs7lnBG0+mOwyvWPm
-9fWzpTf9HFIAi2kCQK7UYZNM4fSvXY5yFz+6b5AYDI7pZSP8iJnUxfu2hdbRIKjw
-NKXzPlDsqYlYXpNAsrUuS7hshUbUe7CjX/RYdza8Jp3kHEeOCjLxOwotOa9hBla2

commit lvm2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2017-05-20 14:29:44

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


Package is "lvm2"

Sat May 20 14:29:44 2017 rev:103 rq:495532 version:2.02.170

Changes:

--- /work/SRC/openSUSE:Factory/lvm2/device-mapper.changes   2017-05-10 
20:32:57.787460096 +0200
+++ /work/SRC/openSUSE:Factory/.lvm2.new/device-mapper.changes  2017-05-20 
14:29:52.311929130 +0200
@@ -1,0 +2,17 @@
+Wed May 17 08:21:27 UTC 2017 - z...@suse.com
+
+- Add lvmlockd-related configuration items in lvm.conf, fate#323203
+
+---
+Tue May 16 07:45:25 UTC 2017 - z...@suse.com
+
+- Fix compiling issue of lvmlockd, bsc#1037309
+  + Makefile-skip-compliling-daemons-lvmlockd-directory.patch
+
+---
+Fri May  5 11:33:28 UTC 2017 - tchva...@suse.com
+
+- Remove comments breaking scriptlets:
+  * warning: %postun(libdevmapper1_03-1.02.137-5.1.x86_64) scriptlet failed
+
+---
lvm2-clvm.changes: same change
lvm2.changes: same change

New:

  Makefile-skip-compliling-daemons-lvmlockd-directory.patch



Other differences:
--
++ device-mapper.spec ++
--- /var/tmp/diff_new_pack.ThZ9lT/_old  2017-05-20 14:29:56.443344608 +0200
+++ /var/tmp/diff_new_pack.ThZ9lT/_new  2017-05-20 14:29:56.447344042 +0200
@@ -227,10 +227,6 @@
 %{_sbindir}/rcdm-event
 %{_unitdir}/dm-event.service
 
-##
-# Library for device-mapper
-##
-
 %package -n %{libname}
 Summary:Library for device-mapper
 Group:  System/Libraries
@@ -247,10 +243,6 @@
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p /sbin/ldconfig
 
-##
-# Event library for device-mapper
-##
-
 %package -n %{libname_event}
 Summary:Event library for device-mapper
 Group:  System/Libraries
@@ -267,10 +259,6 @@
 %post -n %{libname_event} -p /sbin/ldconfig
 %postun -n %{libname_event} -p /sbin/ldconfig
 
-##
-# Development package for the device mapper
-##
-
 %package devel
 Summary:Development package for the device mapper
 Group:  Development/Libraries/C and C++

++ lvm2-clvm.spec ++
--- /var/tmp/diff_new_pack.ThZ9lT/_old  2017-05-20 14:29:56.479339515 +0200
+++ /var/tmp/diff_new_pack.ThZ9lT/_new  2017-05-20 14:29:56.479339515 +0200
@@ -236,10 +236,6 @@
 %{_libexecdir}/systemd/lvm2-cluster-activation
 %{_mandir}/man8/clvmd.8%{ext_man}
 
-##
-# Clustered RAID 1 support using device-mapper and corosync
-##
-
 %package -n lvm2-cmirrord
 Summary:Clustered RAID 1 support using device-mapper and corosync
 Group:  Productivity/Clustering/HA
@@ -259,10 +255,6 @@
 %{_sbindir}/rclvm2-cmirrord
 %{_mandir}/man8/cmirrord.8%{ext_man}
 
-##
-# LVM locking daemon
-##
-
 %package -n lvm2-lockd
 Summary:LVM locking daemon
 Group:  Productivity/Clustering/HA

++ lvm2.spec ++
--- /var/tmp/diff_new_pack.ThZ9lT/_old  2017-05-20 14:29:56.503336120 +0200
+++ /var/tmp/diff_new_pack.ThZ9lT/_new  2017-05-20 14:29:56.50733 +0200
@@ -110,6 +110,9 @@
 Patch2012:  simplify-special-case-for-md-in-69-dm-lvm-metadata.patch
 ### COMMON-PATCH-END ###
 
+#bsc#1037309
+Patch2013:  Makefile-skip-compliling-daemons-lvmlockd-directory.patch
+
 %description
 Programs and man pages for configuring and using the LVM2 Logical
 Volume Manager.
@@ -146,6 +149,8 @@
 %patch2012 -p1
 ### COMMON-PREP-END ###
 
+%patch2013 -p1
+
 %build
 extra_opts="
 --enable-applib
@@ -232,6 +237,11 @@
 rm %{buildroot}%{_libdir}/libdevmapper-event.so
 rm %{buildroot}%{_includedir}/libdevmapper*.h
 rm %{buildroot}%{_libdir}/pkgconfig/devmapper*.pc
+# See bsc#1037309 for more info
+rm %{buildroot}%{_unitdir}/lvm2-lvmlockd.service
+rm %{buildroot}%{_unitdir}/lvm2-lvmlocking.service
+rm %{buildroot}%{_mandir}/man8/lvmlockctl.8
+rm 

commit python-setuptools_scm for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-setuptools_scm for 
openSUSE:Factory checked in at 2017-05-20 14:30:03

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


Package is "python-setuptools_scm"

Sat May 20 14:30:03 2017 rev:7 rq:496359 version:1.15.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes  
2017-03-09 01:45:37.570210294 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new/python-setuptools_scm.changes
 2017-05-20 14:30:05.214103703 +0200
@@ -1,0 +2,7 @@
+Wed May 17 22:32:38 UTC 2017 - dims...@opensuse.org
+
+- Do not buildrequire git: having git in the build root causes a
+  build cycle over curl -> nghttp2 -> python-setuptoos_scm -> git.
+- Do not run the tests relying on git's presence.
+
+---



Other differences:
--
++ python-setuptools_scm.spec ++
--- /var/tmp/diff_new_pack.cgnmXH/_old  2017-05-20 14:30:06.333945266 +0200
+++ /var/tmp/diff_new_pack.cgnmXH/_new  2017-05-20 14:30:06.337944700 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  python-rpm-macros
 # Testing requirements
 BuildRequires:  %{python_module pytest}
-BuildRequires:  git
 BuildRequires:  mercurial
 Requires:   python-setuptools
 Recommends: git
@@ -49,6 +48,9 @@
 %prep
 %setup -q -n setuptools_scm-%{version}
 %patch0 -p1
+# We can't pull in git into the build root, as this causes a nasty build cycle
+# git - curl - nghttp2 - setuptools - git
+rm testing/test_{git,regressions}.py
 
 %build
 %python_build




commit dump for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package dump for openSUSE:Factory checked in 
at 2017-05-20 14:30:31

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


Package is "dump"

Sat May 20 14:30:31 2017 rev:22 rq:482870 version:0.4b46

Changes:

--- /work/SRC/openSUSE:Factory/dump/dump.changes2015-05-10 
10:52:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.dump.new/dump.changes   2017-05-20 
14:30:32.642223130 +0200
@@ -1,0 +2,39 @@
+Mon Mar 27 11:43:24 UTC 2017 - mplus...@suse.com
+
+- Conform to packaging guidelines with update-alternatives
+- Clenaup with spec-cleaner
+
+---
+Tue Mar 21 10:13:12 UTC 2017 - sv...@svalx.net
+
+- Update to 0.4b44
+  * Improve data throughput when using compression in dump by
+allowing multiple slaves to compress in parallel. Thanks
+to Phillip Susi  for the patch.
+  * Add dump encryption support and reorganise the whole
+compression/encryption code as plugins. Thanks to
+Bear Giles  for the patch.
+  * Add sqlite index support and reorganize the QFA code
+as plugins. Thanks to Bear Giles  for
+the patch.
+  * Lots of various build cleanups and minor bugfixes.
+  * Use pkg-config to locate openssl dependencies to fix ermt linking.
+  * Fix building when QFA code is disabled (Alexander Zangerl).
+  * Fix crash with the -Q option (Alexander Zangerl).
+  * Fix crash with legacy indexer (Alexander Zangerl).
+  * Fix handling of the -A flag.
+  * Fix compression enabling logic (Alexander Zangerl).
+  * Skip unhandled fstab entries (Josef Ridky).
+- Add ermt (1) man page
+- A new version of dump have an updated make system, because of this
+  * remove patches dump-0.4b43-configure.patch, dump-0.4b43-destdir.patch, 
dump-buildfix.patch
+  * rebase patch dump-0.4b43-pathnames.patch to dump-0.4b46-pathnames.patch
+- Add dump-0.4b46-lzo-no-return.patch - fixing rpmlint 
+  no-return-in-nonvoid-function error in dump
+- Add dump-0.4b46-rmt-ermt.patch - independent rmt and ermt build,
+  change its locations to _bindir
+- Cleanup spec file with spec-cleaner
+- Separated rmt subpackage
+- Alternatives system for rmt/ermt
+
+---

Old:

  dump-0.4b43-configure.patch
  dump-0.4b43-destdir.patch
  dump-0.4b43-pathnames.patch
  dump-0.4b44.tar.gz
  dump-buildfix.patch

New:

  dump-0.4b46-lzo-no-return.patch
  dump-0.4b46-pathnames.patch
  dump-0.4b46-rmt-ermt.patch
  dump-0.4b46.tar.gz
  ermt.1.in



Other differences:
--
++ dump.spec ++
--- /var/tmp/diff_new_pack.8rTldz/_old  2017-05-20 14:30:33.270134292 +0200
+++ /var/tmp/diff_new_pack.8rTldz/_new  2017-05-20 14:30:33.270134292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dump
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,25 @@
 
 
 Name:   dump
-Version:0.4b44
+Version:0.4b46
 Release:0
-Summary:A Backup Program
+Summary:Programs for backing up and restoring ext2/3/4 filesystems
 License:BSD-3-Clause
 Group:  Productivity/Archiving/Backup
 Url:http://dump.sourceforge.net
 Source0:
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.gz
-Patch0: %{name}-0.4b43-pathnames.patch
-Patch1: %{name}-0.4b43-destdir.patch
-Patch2: %{name}-0.4b43-configure.patch
+Source1:ermt.1.in
+# PATCH-FIX-SUSE dump-0.4b46-pathnames.patch sv...@svalx.net -- pathnames and
+# symlinks configuration for dump and restore
+Patch0: %{name}-0.4b46-pathnames.patch
+# PATCH-FIX-UPSTREAM dump-0.4b46-rmt-ermt.patch sv...@svalx.net -- Independent 
rmt and
+# ermt build, change its locations to _bindir
+Patch1: %{name}-0.4b46-rmt-ermt.patch
 Patch3: %{name}-0.4b43-include.patch
 Patch4: %{name}-0.4b43-fix-bashisms.patch
-Patch5: %{name}-buildfix.patch
+# PATCH-FIX-UPSTREAM dump-0.4b46-lzo-no-return.patch sv...@svalx.net -- fixing 
rpmlint
+# no-return-in-nonvoid-function error in dump
+Patch5: %{name}-0.4b46-lzo-no-return.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
@@ -40,8 +46,8 @@
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 BuildRequires:  zlib-devel
-Requires:   rmt
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build

commit libreadline5 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libreadline5 for openSUSE:Factory 
checked in at 2017-05-20 14:29:57

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


Package is "libreadline5"

Sat May 20 14:29:57 2017 rev:19 rq:495622 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/libreadline5/libreadline5.changes
2017-05-09 17:58:26.976745227 +0200
+++ /work/SRC/openSUSE:Factory/.libreadline5.new/libreadline5.changes   
2017-05-20 14:29:59.718881178 +0200
@@ -1,0 +2,12 @@
+Wed May 17 13:52:08 UTC 2017 - wer...@suse.de
+
+- Shut up yet an other bot, the licensedigger
+  by adding the now missed COPYING
+
+---
+Fri May  5 22:15:15 UTC 2017 - jeng...@inai.de
+
+- Remove unnecessary %clean section
+- Replace boilerplate summary
+
+---



Other differences:
--
++ libreadline5.spec ++
--- /var/tmp/diff_new_pack.Cy6v8h/_old  2017-05-20 14:30:01.610613532 +0200
+++ /var/tmp/diff_new_pack.Cy6v8h/_new  2017-05-20 14:30:01.614612967 +0200
@@ -48,7 +48,7 @@
 
 
 %package -n readline5-devel
-Summary:Include Files and Libraries mandatory for Development
+Summary:Development files for the readline library version 5
 Group:  Development/Libraries/C and C++
 Provides:   bash:%{_libdir}/libreadline.a
 Version:5.2
@@ -154,11 +154,9 @@
 
 %postun -n libreadline5 -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
+%doc COPYING
 /%{_lib}/libhistory.so.5
 /%{_lib}/libhistory.so.%{rl_vers}
 /%{_lib}/libreadline.so.5




commit presage for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package presage for openSUSE:Factory checked 
in at 2017-05-20 14:30:09

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


Package is "presage"

Sat May 20 14:30:09 2017 rev:15 rq:496878 version:0.9.1

Changes:

--- /work/SRC/openSUSE:Factory/presage/presage.changes  2016-06-21 
12:29:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.presage.new/presage.changes 2017-05-20 
14:30:14.096846957 +0200
@@ -1,0 +2,7 @@
+Fri May 19 14:28:13 UTC 2017 - jeng...@inai.de
+
+- Add presage-buildcycle.diff to break the build cycle
+  preemptively.
+- Limit fdupes to not cross typical partition boundaries.
+
+---

New:

  presage-buildcycle.diff



Other differences:
--
++ presage.spec ++
--- /var/tmp/diff_new_pack.lRiAjH/_old  2017-05-20 14:30:15.452655135 +0200
+++ /var/tmp/diff_new_pack.lRiAjH/_new  2017-05-20 14:30:15.456654569 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package presage
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,6 +38,7 @@
 Patch5: presage-0.9.1-gcc6.patch
 # PATCH-FIX-UPSTREAM doxygen no longer ships with the FreeSans font
 Patch6: presage-0.9.1-doxygen-no-freesans.patch
+Patch7: presage-buildcycle.diff
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 # Documentation Start
@@ -55,13 +56,6 @@
 BuildRequires:  python-atspi
 BuildRequires:  python-devel
 BuildRequires:  python-gtk-devel
-%if 0%{?suse_version} >= 1320
-BuildRequires:  python-wxWidgets >= 3
-BuildRequires:  python-wxWidgets-devel >= 3
-%else
-BuildRequires:  python-wxWidgets
-BuildRequires:  python-wxWidgets-devel
-%endif
 BuildRequires:  python-xlib
 BuildRequires:  swig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -225,6 +219,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 echo "[D-BUS Service]" > apps/dbus/org.gnome.presage.service.in
 echo "Name=org.gnome.presage.beta" >> apps/dbus/org.gnome.presage.service.in
 echo "Exec={bindir}/presage_dbus_service --start" >> 
apps/dbus/org.gnome.presage.service.in
@@ -254,7 +249,7 @@
 %suse_update_desktop_file gprompter Utility DesktopUtility
 %suse_update_desktop_file pyprompter Utility DesktopUtility
 
-%fdupes %{buildroot}
+%fdupes %{buildroot}/%{_prefix}
 
 %else
 

++ presage-buildcycle.diff ++
From: Jan Engelhardt 

build: always pretend wxpython is available

Relying on wxpython's presence if it is not even needed for building
is a bad idea, because that causes a build cycle:

presage (pyprompter) depends on python-wxWidgets
python-wxWidgets depends on wxWidgets
wxWidgets depends on SDL2
SDL2 depends on fcitx
fcitx depends on presage (libpresage)
---
 configure.ac |   18 --
 1 file changed, 18 deletions(-)

Index: presage-0.9.1/configure.ac
===
--- presage-0.9.1.orig/configure.ac
+++ presage-0.9.1/configure.ac
@@ -343,26 +343,8 @@ dnl Checks for pyprompter
 dnl =
 if test "$PYTHON" != :
 then
-AC_MSG_CHECKING(for python wx module)
-$PYTHON -c "import wx" 2&>/dev/null
-if test $? -eq 0;
-then
have_python_wx=yes
-else
-   have_python_wx=no
-fi
-AC_MSG_RESULT($have_python_wx)
-
-
-AC_MSG_CHECKING(for python wx.stc module)
-$PYTHON -c "import wx.stc" 2&>/dev/null
-if test $? -eq 0;
-then
have_python_wx_stc=yes
-else
-   have_python_wx_stc=no
-fi
-AC_MSG_RESULT($have_python_wx_stc)
 fi
 
 if test "$PYTHON" != : -a \



commit s390-tools for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package s390-tools for openSUSE:Factory 
checked in at 2017-05-20 14:29:34

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


Package is "s390-tools"

Sat May 20 14:29:34 2017 rev:4 rq:495132 version:1.34.0

Changes:

--- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes2017-05-03 
15:51:38.527220456 +0200
+++ /work/SRC/openSUSE:Factory/.s390-tools.new/s390-tools.changes   
2017-05-20 14:29:39.217781721 +0200
@@ -1,0 +2,6 @@
+Tue May 16 00:57:05 UTC 2017 - mp...@suse.com
+
+- Added 
s390-tools-sles12sp3-ziomon-no-blktrace-kill-which-can-corrupt-kernel-blk.patch
+  (bsc#1038861)
+
+---

New:

  
s390-tools-sles12sp3-ziomon-no-blktrace-kill-which-can-corrupt-kernel-blk.patch



Other differences:
--
++ s390-tools.spec ++
--- /var/tmp/diff_new_pack.Y3Zbdk/_old  2017-05-20 14:29:40.653578581 +0200
+++ /var/tmp/diff_new_pack.Y3Zbdk/_new  2017-05-20 14:29:40.653578581 +0200
@@ -132,6 +132,7 @@
 Patch30:
s390-tools-sles12sp3-util_proc-fix-memory-allocation-error-messages.patch
 Patch31:
s390-tools-sles12sp3-mon_fsstatd-fix-double-free-in-error-path-and-skip-virtual-fs.patch
 Patch32:s390-tools-sles12sp3-dbginfo-Collect-docker-debug-data.patch
+Patch33:
s390-tools-sles12sp3-ziomon-no-blktrace-kill-which-can-corrupt-kernel-blk.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  s390 s390x
@@ -220,6 +221,7 @@
 %patch30 -p1
 %patch31 -p1
 %patch32 -p1
+%patch33 -p1
 
 cp -vi %{S:22} CAUTION
 

++ 
s390-tools-sles12sp3-ziomon-no-blktrace-kill-which-can-corrupt-kernel-blk.patch 
++
Subject: [PATCH] [BZ 149058] ziomon: no blktrace kill which can corrupt kernel 
blktrace state
From: Steffen Maier 

Description:  ziomon: no blktrace kill which can corrupt kernel blktrace state
Symptom:  Ziomon terminates with the following error messages:

  $ ziomon -d  -o  ...
  ...
  ziomon: Failed to stop trace on /dev/sdX
  ...
  ziomon: Failed to stop trace on /dev/sdY
  ziomon: blktrace has leftovers, manual cleanup required!

  Subsequent ziomon runs fail likely until the next reboot:

  $ ziomon -d  -o  ...
  ...
  Collecting data...BLKTRACESETUP(2) /dev/sdX failed: \
2/No such file or directory
  BLKTRACESETUP(2) /dev/sdY failed: 2/No such file or directory
  ...
  Thread Z failed open /sys/kernel/debug/block/(null)/traceZ: \
2/No such file or directory
  FAILED to start thread on CPU 0: 1/Operation not permitted
  ...
  Error: blktrace has errors, aborting
  ...
  ziomon: Failed to stop trace on /dev/sdX
  ...
  ziomon: Failed to stop trace on /dev/sdY
  ziomon: blktrace has leftovers, manual cleanup required!
Problem:  While we call blktrace with stopwatch option '-w $WRP_DURATION'
  to have itself terminate automatically after the (mandatory)
  sampling duration, there might be a race
  with our own timed blktrace checking loop between "Collecting
  data..." and "done"
  or any of SIGHUP SIGTERM SIGINT SIGQUIT from the user might
  prematurely trigger emergency_shutdown(),
  so blktrace might still be running or not have completed its
  cleanup when we reach the blktrace leftover checks in shutdown().

  In that case, ziomon uses the meanwhile hidden kill option of
  blktrace which can corrupt kernel state if blktrace user space
  has not yet completed its regular cleanup.
Solution: The correct way to have the blktrace process terminate and
  cleanup properly including any dependent kernel state, before
  blktrace's stopwatch makes it terminate and cleanup
  automatically, is to only send SIGINT to it.

  http://git.kernel.org/cgit/linux/kernel/git/axboe/blktrace.git
  86596c7579c6 ("blktrace: remove -k from manpage synopsis")
  fb7f86674a51 ("blktrace: disable kill option - take 2")
  Additional explanation for blktrace -k:
  http://marc.info/?l=linux-btrace=131245973528087=2i
  linux-btrace ("Re: Recent changes")
  The following kernel commits do not change above termination
  statement:
  

commit gettext-runtime for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2017-05-20 14:29:16

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


Package is "gettext-runtime"

Sat May 20 14:29:16 2017 rev:69 rq:494941 version:0.19.8.1

Changes:

gettext-java.changes: same change
gettext-runtime-mini.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes  
2016-07-03 12:17:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes 
2017-05-20 14:29:20.756393689 +0200
@@ -1,0 +2,7 @@
+Fri May  5 14:46:50 UTC 2017 - bwiedem...@suse.com
+
+- Add msgfmt-remove-pot-creation-date.patch
+  to enable reproducible builds of packages using gettext-runtime
+  such as dfc, e2fsprogs and acl
+
+---

New:

  msgfmt-remove-pot-creation-date.patch



Other differences:
--
gettext-java.spec: same change
++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.Oq0g6H/_old  2017-05-20 14:29:22.712116987 +0200
+++ /var/tmp/diff_new_pack.Oq0g6H/_new  2017-05-20 14:29:22.712116987 +0200
@@ -70,6 +70,8 @@
 # PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- co...@suse.de 
 Patch6: gettext-dont-test-gnulib.patch
 Patch9: gettext-needlessly_init_vars.patch
+# PATCH-FIX-UPSTREAM https://savannah.gnu.org/bugs/?49654 -- 
bmwiedem...@opensuse.org
+Patch10:msgfmt-remove-pot-creation-date.patch
 # PATCH-FIX-UPSTREAM boo#941629 -- p...@suse.com
 Patch11:boo941629-unnessary-rpath-on-standard-path.patch
 
@@ -131,6 +133,7 @@
 %patch5
 %patch6 -p1
 %patch9
+%patch10 -p1
 %patch11 -p1
 
 %build

gettext-runtime.spec: same change
++ msgfmt-remove-pot-creation-date.patch ++
 759 lines (skipped)




commit gpg2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2017-05-20 14:29:25

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


Package is "gpg2"

Sat May 20 14:29:25 2017 rev:116 rq:495114 version:2.1.21

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2017-04-11 
09:29:51.134848533 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2017-05-20 
14:29:31.494874378 +0200
@@ -1,0 +2,16 @@
+Mon May 15 20:49:25 UTC 2017 - astie...@suse.com
+
+- GnuPG 2.1.21:
+  * gpg,gpgsm: Fix corruption of old style keyring.gpg files,
+regression in 2.1.20
+  * gpg,dirmngr: Removed the skeleton config file support
+New installations no longer generate a configuration file.
+In the absence of a file, SHA-2 family hashes are used.
+Existing configurations are not touched.   
+drop gnupg-2.1.19-stronger-defaults.patch FATE#323084 
+  * gpg: Fixed import filter property match bug.
+  * scd: Removed Linux support for Cardman 4040 PCMCIA reader.
+  * scd: Fixed some corner case bugs in resume/suspend handling.
+  * Many minor bug fixes and code cleanup.  
+
+---

Old:

  gnupg-2.1.19-stronger-defaults.patch
  gnupg-2.1.20.tar.bz2
  gnupg-2.1.20.tar.bz2.sig

New:

  gnupg-2.1.21.tar.bz2
  gnupg-2.1.21.tar.bz2.sig



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.llziwR/_old  2017-05-20 14:29:32.698704057 +0200
+++ /var/tmp/diff_new_pack.llziwR/_new  2017-05-20 14:29:32.702703491 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpg2
-Version:2.1.20
+Version:2.1.21
 Release:0
 Summary:File encryption, decryption, signature creation and 
verification utility
 License:GPL-3.0+
@@ -34,7 +34,6 @@
 Patch8: gnupg-set_umask_before_open_outfile.patch
 Patch9: gnupg-detect_FIPS_mode.patch
 Patch11:gnupg-add_legacy_FIPS_mode_option.patch
-Patch12:gnupg-2.1.19-stronger-defaults.patch
 BuildRequires:  expect
 BuildRequires:  fdupes
 BuildRequires:  libassuan-devel >= 2.4.3
@@ -87,7 +86,6 @@
 %patch8 -p1
 %patch9 -p1
 %patch11 -p1
-%patch12 -p1
 
 %build
 date=$(date -u +%%Y-%%m-%%dT%%H:%%M+ -r %{SOURCE99})

++ gnupg-2.1.20.tar.bz2 -> gnupg-2.1.21.tar.bz2 ++
/work/SRC/openSUSE:Factory/gpg2/gnupg-2.1.20.tar.bz2 
/work/SRC/openSUSE:Factory/.gpg2.new/gnupg-2.1.21.tar.bz2 differ: char 11, line 
1





commit grub2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2017-05-20 14:28:59

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


Package is "grub2"

Sat May 20 14:28:59 2017 rev:162 rq:494786 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/grub2/grub2.changes  2017-05-06 
20:45:24.786568924 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2017-05-20 
14:29:00.395274446 +0200
@@ -1,0 +2,9 @@
+Thu May 11 08:56:57 UTC 2017 - mch...@suse.com
+
+- grub2-xen-pv-firmware.cfg: insmod lvm module as it's not auto-loaded
+  to support booting from lvm volume (bsc#1004324)
+- Grub not working correctly with xen and btrfs snapshots (bsc#1026511)
+  * Add grub2-btrfs-09-get-default-subvolume.patch
+  * grub2-xen-pv-firmware.cfg : search path in default subvolume
+
+---

New:

  grub2-btrfs-09-get-default-subvolume.patch



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.h3PFd5/_old  2017-05-20 14:29:02.710946816 +0200
+++ /var/tmp/diff_new_pack.h3PFd5/_new  2017-05-20 14:29:02.714946251 +0200
@@ -217,6 +217,7 @@
 Patch106:   grub2-btrfs-06-subvol-mount.patch
 Patch107:   grub2-btrfs-07-subvol-fallback.patch
 Patch108:   grub2-btrfs-08-workaround-snapshot-menu-default-entry.patch
+Patch109:   grub2-btrfs-09-get-default-subvolume.patch
 # Support EFI xen loader
 Patch120:   grub2-efi-xen-chainload.patch
 Patch121:   grub2-efi-chainloader-root.patch
@@ -478,6 +479,7 @@
 %patch106 -p1
 %patch107 -p1
 %patch108 -p1
+%patch109 -p1
 %patch120 -p1
 %patch121 -p1
 %patch122 -p1


++ grub2-btrfs-09-get-default-subvolume.patch ++
Index: grub-2.02~beta2/grub-core/fs/btrfs.c
===
--- grub-2.02~beta2.orig/grub-core/fs/btrfs.c
+++ grub-2.02~beta2/grub-core/fs/btrfs.c
@@ -2439,6 +2439,238 @@ out:
   return 0;
 }
 
+static grub_err_t
+grub_btrfs_get_parent_subvol_path (struct grub_btrfs_data *data,
+   grub_uint64_t child_id,
+   const char *child_path,
+   grub_uint64_t *parent_id,
+   char **path_out)
+{
+  grub_uint64_t fs_root = 0;
+  struct grub_btrfs_key key_in = {
+.object_id = child_id,
+.type = GRUB_BTRFS_ITEM_TYPE_ROOT_BACKREF,
+.offset = 0,
+  }, key_out;
+  struct grub_btrfs_root_ref *ref;
+  char *buf;
+  struct grub_btrfs_leaf_descriptor desc;
+  grub_size_t elemsize;
+  grub_disk_addr_t elemaddr;
+  grub_err_t err;
+  char *parent_path;
+
+  *parent_id = 0;
+  *path_out = 0;
+
+  err = lower_bound(data, _in, _out, data->sblock.root_tree,
+, , , 0);
+  if (err)
+return err;
+
+  if (key_out.type != GRUB_BTRFS_ITEM_TYPE_ROOT_BACKREF || elemaddr == 0)
+next(data, , , , _out);
+
+  if (key_out.type != GRUB_BTRFS_ITEM_TYPE_ROOT_BACKREF)
+{
+  free_iterator();
+  return grub_error(GRUB_ERR_FILE_NOT_FOUND, N_("can't find root 
backrefs"));
+}
+
+  buf = grub_malloc(elemsize + 1);
+  if (!buf)
+{
+  free_iterator();
+  return grub_errno;
+}
+
+  err = grub_btrfs_read_logical(data, elemaddr, buf, elemsize, 0);
+  if (err)
+{
+  grub_free(buf);
+  free_iterator();
+  return err;
+}
+
+  buf[elemsize] = 0;
+  ref = (struct grub_btrfs_root_ref *)buf;
+
+  err = get_fs_root(data, data->sblock.root_tree, grub_le_to_cpu64 
(key_out.offset),
+0, _root);
+  if (err)
+{
+  grub_free(buf);
+  free_iterator();
+  return err;
+}
+
+  find_pathname(data, grub_le_to_cpu64 (ref->dirid), fs_root, ref->name, 
_path);
+
+  if (child_path)
+{
+  *path_out = grub_xasprintf ("%s/%s", parent_path, child_path);
+  grub_free (parent_path);
+}
+  else
+*path_out = parent_path;
+
+  *parent_id = grub_le_to_cpu64 (key_out.offset);
+
+  grub_free(buf);
+  free_iterator();
+  return GRUB_ERR_NONE;
+}
+
+static grub_err_t
+grub_btrfs_get_default_subvolume_id (struct grub_btrfs_data *data, 
grub_uint64_t *id)
+{
+  grub_err_t err;
+  grub_disk_addr_t elemaddr;
+  grub_size_t elemsize;
+  struct grub_btrfs_key key, key_out;
+  struct grub_btrfs_dir_item *direl = NULL;
+  const char *ctoken = "default";
+  grub_size_t ctokenlen = sizeof ("default") - 1;
+
+  *id = 0;
+  key.object_id = data->sblock.root_dir_objectid;
+  key.type = GRUB_BTRFS_ITEM_TYPE_DIR_ITEM;
+  key.offset = grub_cpu_to_le64 (~grub_getcrc32c (1, ctoken, ctokenlen));
+  err = lower_bound (data, , _out, data->sblock.root_tree, , 
,
+NULL, 0);
+  if (err)
+return err;
+
+  if (key_cmp (, _out) != 0)
+return grub_error 

commit dracut for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2017-05-20 14:28:40

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


Package is "dracut"

Sat May 20 14:28:40 2017 rev:108 rq:494563 version:044

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2017-05-10 
20:32:15.957361650 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2017-05-20 
14:28:43.325689514 +0200
@@ -1,0 +2,12 @@
+Thu May 11 09:55:53 UTC 2017 - daniel.molken...@suse.com
+
+- Revert: "Require version >= 3.18 btrfsprogs, rather than conflicting with
+  an older one". Dracut should never depend on optional components
+
+---
+Mon May  8 15:34:57 UTC 2017 - daniel.molken...@suse.com
+
+- Ignore module resolution errors (e.g. with kgraft) (bsc#1037120)
+  * adds 0520-Ignore-module-resolution-errors.patch
+
+---

New:

  0520-Ignore-module-resolution-errors.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.vcVDT1/_old  2017-05-20 14:28:45.865330196 +0200
+++ /var/tmp/diff_new_pack.vcVDT1/_new  2017-05-20 14:28:45.869329630 +0200
@@ -199,6 +199,7 @@
 Patch517:   0517-95fcoe-fixup-fcoe-genrules.sh-for-VN2VN-mode.patch
 Patch518:   0518-90kernel-modules-Fix-backlight-on-Cherrytrail-device.patch
 Patch519:   0519-90kernel-modules-Ensure-phy-drivers-are-loaded-in-in.patch
+Patch520:   0520-Ignore-module-resolution-errors.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -226,7 +227,7 @@
 Requires:   util-linux >= 2.21
 Requires:   xz
 # We use 'btrfs fi usage' that was not present before
-Requires:   btrfsprogs >= 3.18
+Conflicts:  btrfsprogs < 3.18
 Recommends: logrotate
 Obsoletes:  mkinitrd < 2.8.2
 Provides:   mkinitrd = 2.8.2
@@ -424,6 +425,7 @@
 %patch517 -p1
 %patch518 -p1
 %patch519 -p1
+%patch520 -p1
 
 %build
 %configure\

++ 0520-Ignore-module-resolution-errors.patch ++
>From 7ede212132383c7f4a6624f3d1e999f1a4a70bb4 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin 
Date: Mon, 8 May 2017 17:32:11 +0200
Subject: [PATCH] Ignore module resolution errors

Can occur with version-unique modules names for kgraft.

Reference: bsc#1037120

diff --git a/dracut.sh b/dracut.sh
index f4794d1d..69833cab 100755
--- a/dracut.sh
+++ b/dracut.sh
@@ -1237,7 +1237,7 @@ if [[ $hostonly ]]; then
 host_modules["$alias"]=1
 done
 # mod might be an alias in the target kernel, find the real module
-mod_filename=$(modinfo -k "$kernel" "$mod" -F filename)
+mod_filename=$(modinfo -k "$kernel" "$mod" -F filename 2>/dev/null)
 [ $? -ne 0 ] && continue
 host_modules["$(basename -s .ko "$mod_filename")"]=1
 done
-- 
2.12.0




commit perl-Bootloader for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package perl-Bootloader for openSUSE:Factory 
checked in at 2017-05-20 14:29:05

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


Package is "perl-Bootloader"

Sat May 20 14:29:05 2017 rev:181 rq:494831 version:0.919

Changes:

--- /work/SRC/openSUSE:Factory/perl-Bootloader/perl-Bootloader.changes  
2017-05-03 15:53:17.101304123 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Bootloader.new/perl-Bootloader.changes 
2017-05-20 14:29:11.477706466 +0200
@@ -1,0 +2,7 @@
+Fri May 12 09:34:28 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/perl-bootloader#113
+- fix device name check (bsc#1033634, bsc#1033776)
+- 0.919
+
+

Old:

  perl-Bootloader-0.918.tar.xz

New:

  perl-Bootloader-0.919.tar.xz



Other differences:
--
++ perl-Bootloader.spec ++
--- /var/tmp/diff_new_pack.OiLAuG/_old  2017-05-20 14:29:12.989492574 +0200
+++ /var/tmp/diff_new_pack.OiLAuG/_new  2017-05-20 14:29:12.993492008 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Bootloader
-Version:0.918
+Version:0.919
 Release:0
 Requires:   coreutils
 Requires:   perl-base = %{perl_version}

++ perl-Bootloader-0.918.tar.xz -> perl-Bootloader-0.919.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.918/VERSION 
new/perl-Bootloader-0.919/VERSION
--- old/perl-Bootloader-0.918/VERSION   2017-04-28 16:10:38.0 +0200
+++ new/perl-Bootloader-0.919/VERSION   2017-05-12 11:34:28.0 +0200
@@ -1 +1 @@
-0.918
+0.919
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.918/changelog 
new/perl-Bootloader-0.919/changelog
--- old/perl-Bootloader-0.918/changelog 2017-04-28 16:10:38.0 +0200
+++ new/perl-Bootloader-0.919/changelog 2017-05-12 11:34:28.0 +0200
@@ -1,3 +1,6 @@
+2017-04-13:0.919
+   - fix device name check (bsc #1033634)
+
 2017-04-28:0.918
- implemented trusted boot/TPM support in UEFI mode (bsc #1036735, fate 
#315831)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/perl-Bootloader-0.918/src/Core/GRUB2.pm 
new/perl-Bootloader-0.919/src/Core/GRUB2.pm
--- old/perl-Bootloader-0.918/src/Core/GRUB2.pm 2017-04-28 16:10:38.0 
+0200
+++ new/perl-Bootloader-0.919/src/Core/GRUB2.pm 2017-05-12 11:34:28.0 
+0200
@@ -126,7 +126,8 @@
 }
 }
 
-my $sys_dev = $kern_dev;
+# the following check will not work unless plain kernel device names 
are used
+my $sys_dev = $self->GetKernelDevice($kern_dev);
 $sys_dev =~ s#^/dev/##;
 $sys_dev =~ s#/#!#g;
 $sys_dev = "/sys/block/$sys_dev";




commit screen for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package screen for openSUSE:Factory checked 
in at 2017-05-20 14:28:47

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


Package is "screen"

Sat May 20 14:28:47 2017 rev:51 rq:494692 version:4.5.1

Changes:

--- /work/SRC/openSUSE:Factory/screen/screen.changes2017-03-15 
01:59:57.583177321 +0100
+++ /work/SRC/openSUSE:Factory/.screen.new/screen.changes   2017-05-20 
14:28:55.959901978 +0200
@@ -1,0 +2,6 @@
+Thu May 11 15:46:12 UTC 2017 - jeng...@inai.de
+
+- Ensure /usr/share/terminfo/s/screen is present when screen is
+  [boo#812067].
+
+---



Other differences:
--
++ screen.spec ++
--- /var/tmp/diff_new_pack.v4xSEm/_old  2017-05-20 14:28:57.695656397 +0200
+++ /var/tmp/diff_new_pack.v4xSEm/_new  2017-05-20 14:28:57.699655831 +0200
@@ -53,6 +53,7 @@
 %else
 BuildRequires:  utempter
 %endif
+Requires:   terminfo-base
 
 %description
 With this program you can take advantage of the multitasking abilities





commit gnutls for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2017-05-20 14:28:31

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


Package is "gnutls"

Sat May 20 14:28:31 2017 rev:99 rq:493998 version:3.5.11

Changes:

--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes2017-05-06 
18:25:06.473694459 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes   2017-05-20 
14:28:37.958448893 +0200
@@ -1,0 +2,16 @@
+Tue May  9 19:55:33 UTC 2017 - astie...@suse.com
+
+- GnuTLS 3.5.11:
+  * gnutls.pc: do not include libtool options into Libs.private.
+  * libgnutls: Fixed issue when rehandshaking without a client certificate in
+a session which initially used one
+  * libgnutls: Addressed read of 4 bytes past the end of buffer in OpenPGP
+certificate parsing (bsc#1038337)
+  * libgnutls: Introduced locks in gnutls_pkcs11_privkey_t structure access.
+That allows PKCS#11 operations such as signing to be performed with the
+same object from multiple threads.
+  * libgnutls: when disabling OpenPGP authentication, the resulting library
+is ABI compatible (will openpgp related functions being stubs that fail
+on invocation).
+
+---
@@ -4,0 +21,32 @@
+
+---
+Wed Apr 26 14:53:45 UTC 2017 - vci...@suse.com
+
+- update to 3.5.10
+  * addresses GNUTLS-SA-2017-3 CVE-2017-7869 bsc#1034173
+  * gnutls.pc: do not include libidn2 in Requires.private
+  * libgnutls: optimized access to subject alternative names (SANs) in parsed
+certificates
+  * libgnutls: Print the key PIN value used by the HPKP protocol as per RFC7469
+when printing certificate information.
+  * libgnutls: gnutls_ocsp_resp_verify_direct() and gnutls_ocsp_resp_verify()
+flags can be set from the gnutls_certificate_verify_flags enumeration.
+This allows the functions to pass the same flags available for certificates
+to the verification function (e.g., GNUTLS_VERIFY_DISABLE_TIME_CHECKS or
+GNUTLS_VERIFY_ALLOW_BROKEN).
+  * libgnutls: gnutls_store_commitment() can accept flag
+GNUTLS_SCOMMIT_FLAG_ALLOW_BROKEN. This is to allow the function to operate
+in applications which use SHA1 for example, after SHA1 is deprecated.
+  * certtool: No longer ignore the 'add_critical_extension' template option if
+the 'add_extension' option is not present.
+  * gnutls-cli: Added LMTP, POP3, NNTP, Sieve and PostgreSQL support to the
+starttls-proto command- drop gnutls-3.5.9-pkgconfig.patch (upstream)
+- drop gnutls-3.5.9-pkgconfig.patch (upstream)
+- remove unknown --disable-srp flag (bsc#901857)
+
+---
+Wed Apr 26 14:53:06 UTC 2017 - vci...@suse.com
+
+- disable the deprecated OpenPGP authentication support
+  * see https://gitlab.com/gnutls/gnutls/issues/102
+- add gnutls-broken-openpgp-tests.patch

Old:

  gnutls-3.5.9-pkgconfig.patch
  gnutls-3.5.9.tar.xz
  gnutls-3.5.9.tar.xz.sig

New:

  gnutls-3.5.11.tar.xz
  gnutls-3.5.11.tar.xz.sig
  gnutls-broken-openpgp-tests.patch



Other differences:
--
++ gnutls.spec ++
--- /var/tmp/diff_new_pack.cQYRPt/_old  2017-05-20 14:28:39.034296677 +0200
+++ /var/tmp/diff_new_pack.cQYRPt/_new  2017-05-20 14:28:39.038296111 +0200
@@ -29,7 +29,7 @@
 %define gnutls_dane_sover 0
 %endif
 Name:   gnutls
-Version:3.5.9
+Version:3.5.11
 Release:0
 Summary:The GNU Transport Layer Security Library
 License:LGPL-2.1+ and GPL-3.0+
@@ -40,9 +40,10 @@
 Source1:
ftp://ftp.gnutls.org/gcrypt/gnutls/v3.5/%{name}-%{version}.tar.xz.sig
 Source2:%{name}.keyring
 Source3:baselibs.conf
-Patch0: gnutls-3.5.9-pkgconfig.patch
+Patch0: gnutls-broken-openpgp-tests.patch
 BuildRequires:  autogen
 BuildRequires:  automake
+BuildRequires:  ca-certificates-mozilla
 BuildRequires:  datefudge
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -211,11 +212,11 @@
 --disable-static \
 --with-pic \
 --disable-rpath \
-   --disable-srp \
 --disable-silent-rules \

--with-default-trust-store-dir=%{_localstatedir}/lib/ca-certificates/pem \
 --with-sysroot=/%{?_sysroot} \
 --with-guile-site-dir=no \
+--disable-openpgp-authentication \
 %if %{without tpm}
 --without-tpm \
 %endif
@@ -247,6 +248,7 @@
 # PNG files are replaced with the compressed files and that breaks
 # deduplication, this is workaround
 find %{buildroot}%{_datadir} -name '*.png' -exec gzip -n -9 {} +
+rm -rf 

commit canna-yubin for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package canna-yubin for openSUSE:Factory 
checked in at 2017-05-20 10:14:43

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


Package is "canna-yubin"

Sat May 20 10:14:43 2017 rev:22 rq:496871 version:0.3.1.20170428.0

Changes:

--- /work/SRC/openSUSE:Factory/canna-yubin/canna-yubin.changes  2016-09-05 
21:23:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.canna-yubin.new/canna-yubin.changes 
2017-05-20 10:15:24.197132387 +0200
@@ -1,0 +2,6 @@
+Fri May 19 22:27:03 UTC 2017 - bkbin...@rinku.zaq.ne.jp
+
+- Updated upstream version to 0.3.1.20170428.0:
+  + Updated data to 2017-04-28 ver.
+
+---

Old:

  canna-yubin-0.3.1.20160831.0.tar.bz2

New:

  canna-yubin-0.3.1.20170428.0.tar.xz



Other differences:
--
++ canna-yubin.spec ++
--- /var/tmp/diff_new_pack.1Bxjmx/_old  2017-05-20 10:15:25.372966254 +0200
+++ /var/tmp/diff_new_pack.1Bxjmx/_new  2017-05-20 10:15:25.376965689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package canna-yubin
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,10 +19,10 @@
 Name:   canna-yubin
 BuildRequires:  canna
 PreReq: /usr/sbin/useradd
-Version:0.3.1.20160831.0
+Version:0.3.1.20170428.0
 Release:0
-Url:https://osdn.jp/projects/canna-yubin/
-Source0:
http://iij.dl.osdn.jp/canna-yubin/66375/%{name}-%{version}.tar.bz2 
+Url:https://osdn.net/projects/canna-yubin/
+Source0:https://osdn.net/dl/%{name}/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Postal Code Extension Dictionary for Canna
 License:GPL-2.0+ and SUSE-Public-Domain




commit mysql-community-server for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package mysql-community-server for 
openSUSE:Factory checked in at 2017-05-20 10:14:41

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


Package is "mysql-community-server"

Sat May 20 10:14:41 2017 rev:63 rq:496838 version:5.6.36

Changes:

--- 
/work/SRC/openSUSE:Factory/mysql-community-server/mysql-community-server.changes
2017-04-28 09:13:41.558788445 +0200
+++ 
/work/SRC/openSUSE:Factory/.mysql-community-server.new/mysql-community-server.changes
   2017-05-20 10:14:43.450889403 +0200
@@ -1,0 +2,9 @@
+Thu May 18 13:39:17 UTC 2017 - kstreit...@suse.com
+
+- fix permissions for /var/run/mysql that were wrongly set to
+  700 instead of 755 due to added umask. This prevented non-root
+  from connecting to the database [bsc#1038740]
+- switch from '/var/run' to '/run' as /var/run is just a symlink
+  to /run
+
+---



Other differences:
--
++ README.SUSE ++
--- /var/tmp/diff_new_pack.OXBjLn/_old  2017-05-20 10:15:21.029579927 +0200
+++ /var/tmp/diff_new_pack.OXBjLn/_new  2017-05-20 10:15:21.033579362 +0200
@@ -35,7 +35,7 @@
 
 File locations changes:
  - MySQL socket file and pid file were moved from /var/lib/mysql to more
-   reasonable location ( /var/run/mysql ) by default.
+   reasonable location ( /run/mysql ) by default.
  - MySQL log files are in /var/log/mysql.
 
 3) BerkeleyDB:

++ configuration-tweaks.tar.xz ++

++ my.ini ++
--- /var/tmp/diff_new_pack.OXBjLn/_old  2017-05-20 10:15:21.181558454 +0200
+++ /var/tmp/diff_new_pack.OXBjLn/_new  2017-05-20 10:15:21.185557889 +0200
@@ -9,7 +9,7 @@
 # of the '~/.my.cnf' configuration file with an access mode set to 400 or 600.
 # password   = your_password
 # port   = 3306
-# socket = /var/run/mysql/mysql.sock
+# socket = /run/mysql/mysql.sock
 
 [mysqld]
 
@@ -41,7 +41,7 @@
 
 # These are commonly set, remove the # and set as required.
 # port = 3306
-# socket = /var/run/mysql/mysql.sock
+# socket = /run/mysql/mysql.sock
 
 # Don't listen on a TCP/IP port at all. This can be a security enhancement,
 # if all processes that need to connect to mysqld run on the same host.

++ mysql-patches.tar.xz ++

++ mysql-systemd-helper ++
--- /var/tmp/diff_new_pack.OXBjLn/_old  2017-05-20 10:15:21.281544328 +0200
+++ /var/tmp/diff_new_pack.OXBjLn/_new  2017-05-20 10:15:21.281544328 +0200
@@ -12,10 +12,10 @@
mysql_daemon_group=mysql
if [[ -z "$INSTANCE" ]]; then
datadir=/var/lib/mysql
-   socket="/var/run/mysql/mysql.sock"
+   socket="/run/mysql/mysql.sock"
else
datadir="/var/lib/mysql-$INSTANCE"
-   socket="/var/run/mysql/mysql.${INSTANCE}.sock"
+   socket="/run/mysql/mysql.${INSTANCE}.sock"
fi
 
# Read options - important for multi setup
@@ -75,7 +75,7 @@
echo "Trying to run upgrade of MySQL databases..."
 
# Check whether upgrade process is not already running
-   protected="$(cat "/var/run/mysql/protecteddir.$INSTANCE" 2> 
/dev/null)"
+   protected="$(cat "/run/mysql/protecteddir.$INSTANCE" 2> 
/dev/null)"
if [[ -n "$protected" && -d "$protected" ]]; then
pid="$(cat "$protected/mysqld.pid" 2> /dev/null)"
if [[ "$pid" && -d "/proc/$pid" ]] &&
@@ -84,10 +84,10 @@
else
echo "Stale files from previous upgrade 
detected, cleaned them up"
rm -rf "$protected"
-   rm -f "/var/run/mysql/protecteddir.$INSTANCE"
+   rm -f "/run/mysql/protecteddir.$INSTANCE"
fi
fi
-   protected="$(mktemp -d -p /var/tmp mysql-protected.XX | tee 
"/var/run/mysql/protecteddir.$INSTANCE")"
+   protected="$(mktemp -d -p /var/tmp mysql-protected.XX | tee 
"/run/mysql/protecteddir.$INSTANCE")"
[ -n "$protected" ] || die "Can't create a tmp dir '$protected'"
 
# Create a secure tmp dir
@@ -134,7 +134,7 @@
# Cleanup
echo "Final cleanup"
if [[ -z "$up_ok" ]]; then
-   rm -rf "$protected" 
"/var/run/mysql/protecteddir.$INSTANCE"
+   rm -rf "$protected" "/run/mysql/protecteddir.$INSTANCE"
else 
die "Something failed during upgrade, please check logs"
fi
@@ -172,8 +172,10 @@
 
 

commit pure-ftpd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package pure-ftpd for openSUSE:Factory 
checked in at 2017-05-20 10:14:35

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


Package is "pure-ftpd"

Sat May 20 10:14:35 2017 rev:45 rq:496781 version:1.0.43

Changes:

--- /work/SRC/openSUSE:Factory/pure-ftpd/pure-ftpd.changes  2016-08-05 
18:18:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.pure-ftpd.new/pure-ftpd.changes 2017-05-20 
10:14:37.739696337 +0200
@@ -1,0 +2,6 @@
+Fri May 19 13:32:57 UTC 2017 - psim...@suse.com
+
+- pure-ftpd-apparmor.patch: Add an AppArmor profile (based on the
+  one from SLE11). [fate#321125]
+
+---

New:

  pure-ftpd-apparmor.patch



Other differences:
--
++ pure-ftpd.spec ++
--- /var/tmp/diff_new_pack.f59jaL/_old  2017-05-20 10:14:38.675564109 +0200
+++ /var/tmp/diff_new_pack.f59jaL/_new  2017-05-20 10:14:38.679563543 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pure-ftpd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,7 @@
 # PATCH-FIX-OPENSUSE: bnc#789833
 # won't be upstreamed, can be dropped when systemd will be only one init 
system and kernel get AUDIT_LOGINUID_IMMUTABLE
 Patch9: pure-ftpd-1.0.36-cap-audit-control.patch
+Patch10:pure-ftpd-apparmor.patch
 BuildRequires:  libcap-devel
 BuildRequires:  mysql-devel
 BuildRequires:  openldap2-devel
@@ -80,6 +81,7 @@
 %patch7
 %patch8
 %patch9 -p1
+%patch10 -p2
 
 %build
 CFLAGS="%{optflags} -DLDAP_DEPRECATED -fstack-protector -fvisibility=hidden"
@@ -132,6 +134,8 @@
 install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/
 install -m 644 %{SOURCE7} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
+install -D -m 0644 usr.sbin.pure-ftpd 
%{buildroot}%{_sysconfdir}/apparmor/profiles/extras/usr.sbin.pure-ftpd
+
 %if 0%{?suse_version} > 1140
 install -D -m0644 %{SOURCE8} %{buildroot}%{_unitdir}/%{name}.service
 ln -sf service %{buildroot}%{_sbindir}/rc%{name}
@@ -174,7 +178,7 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS CONTACT COPYING NEWS THANKS README README.Contrib
-%doc README.Configuration-File HISTORY README.Virtual-Users
+%doc README.Configuration-File HISTORY README.Virtual-Users README.AppArmor
 %doc README.LDAP pureftpd-ldap.conf README.MySQL README.PGSQL README.TLS
 %{_mandir}/man8/*
 %{_bindir}/*
@@ -183,11 +187,16 @@
 %dir %{_sysconfdir}/openldap/schema
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/%{name}/vhosts
+%dir %{_sysconfdir}/apparmor
+%dir %{_sysconfdir}/apparmor/profiles
+%dir %{_sysconfdir}/apparmor/profiles/extras
 %config %{_sysconfdir}/openldap/schema/pureftpd.schema
 %config %{_sysconfdir}/pam.d/pure-ftpd
 %config(noreplace) %{_sysconfdir}/%{name}/pure-ftpd.conf
 %config(noreplace) %{_sysconfdir}/xinetd.d/pure-ftpd
 %config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
+%config(noreplace) %{_sysconfdir}/apparmor/profiles/extras/usr.sbin.pure-ftpd
+
 %if 0%{?suse_version} > 1140
 %{_unitdir}/%{name}.service
 %else


++ pure-ftpd-apparmor.patch ++
Index: pure-ftpd-1.0.20-sles/AppArmor/README.AppArmor
===
--- /dev/null
+++ pure-ftpd-1.0.20-sles/AppArmor/README.AppArmor
@@ -0,0 +1,13 @@
+
+-- Using the AppArmor profile --
+
+Make sure that AppArmor is installed and enabled.
+
+To utilize the security provided by AppArmor, ensure that the supplied 
+AppArmor profile (the file 'usr.sbin.pure-ftpd') for Pure-FTPd is present in 
+the '/etc/apparmor.d/' directory. If it is not present, copy it from
+the '/usr/share/doc/packages/pure-ftpd/' directory.
+
+This profile takes care of most of the typical use cases. You can use 
+YaST->Novell AppArmor to fine-tune the profile for your specific needs.
+
Index: pure-ftpd-1.0.20-sles/AppArmor/usr.sbin.pure-ftpd
===
--- /dev/null
+++ pure-ftpd-1.0.20-sles/AppArmor/usr.sbin.pure-ftpd
@@ -0,0 +1,38 @@
+# vim:syntax=apparmor
+# --
+#
+#Copyright (C) 2006 Novell, Inc.
+#
+# --
+
+#include 
+
+/usr/sbin/pure-ftpd {
+  #include 
+  #include 
+  #include 
+  #include 
+
+  capability net_bind_service,
+  capability setgid,
+  capability setuid,
+  capability 

commit qxmledit for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package qxmledit for openSUSE:Factory 
checked in at 2017-05-20 10:14:28

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


Package is "qxmledit"

Sat May 20 10:14:28 2017 rev:10 rq:496552 version:0.9.7

Changes:

--- /work/SRC/openSUSE:Factory/qxmledit/qxmledit.changes2016-11-12 
13:03:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.qxmledit.new/qxmledit.changes   2017-05-20 
10:14:30.844670537 +0200
@@ -1,0 +2,54 @@
+Thu May 18 23:15:19 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 0.9.7.
+  * Inserted common formatting presets.
+  * Support for formatting processing instructions.
+  * New help dialog with main edit shortcuts.
+  * Direct edit of text or elements.
+  * Textual edit of elements.
+  * More details on file errors.
+  * New option to open all the siblings of the selected element closing
+chidlren.
+  * Fix hard crash when trying to open XML file with weird schema
+  * and auto schema loading.
+  * Simplified char encoding display.
+  * Options to invoke an external jar to execute XSL transformations.
+  * Integrated a XSL executor.
+  * Removed QApplication parameter from MainWindow creation. Only
+ApplicationData really needed.
+  * Optimized the split result structure.
+  * Open the split results in a new window.
+  * Added attributes size statistics to data visualization.
+  * New option to break base64 strings at the desired column in base64
+panel.
+  * Inserting a child element in a rootless tree, inserts the root.
+  * The View Data panel can copy the resulting image in the clipboard.
+  * Optionally calcluated the View Data panel data using threading.
+  * New options to enable multithreading processing data.
+- Changes in 0.9.6.
+  * New dialog to advise the user to use the streaming method for saving.
+  * New option to remove the decoration from elements display.
+  * Fixed a bug in the configuration dialog setting display.
+  * Sorted alphabetically the attributes in "Copy Attributes" dialog.
+  * When copying attributes, the textual representation is copied to
+the clipboard.
+  * Added a menu for copying only the current element, without children.
+  * Repositioned the selection after an element deletion.
+  * Changed default colors.
+  * Fixed UI issues in attributes display.
+  * New shortcuts for insert and remove of elements.
+  * Engine to insert specialized elements depending on the current
+element.
+  * Infrastructure to edit specialized elements.
+  * Handling of XInclude and fallback elements.
+  * Inserted a shortcut to append siblings (shift Ins).
+  * Fixed an insert problem with read only enabled.
+  * New options to copy file path in the load error handling dialog.
+  * Removed the option to load files using DOM.
+  * New warning panel if loading incomplete data.
+  * Details on error loading data, giving the option to load
+the incomplete file.
+- Build against Qt4 libraries because of missing some Qt5
+  dependencies.
+
+---

Old:

  qxmledit-0.9.5.tar.gz

New:

  qxmledit-0.9.7.tar.gz



Other differences:
--
++ qxmledit.spec ++
--- /var/tmp/diff_new_pack.DCeJjy/_old  2017-05-20 10:14:32.256471063 +0200
+++ /var/tmp/diff_new_pack.DCeJjy/_new  2017-05-20 10:14:32.260470498 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qxmledit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define major   0
 
 Name:   qxmledit
-Version:0.9.5
+Version:0.9.7
 Release:0
 Summary:Simple XML Editor and XSD Viewer
 License:LGPL-2.0+ and LGPL-3.0+
@@ -31,17 +31,6 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} > 1320
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Sql)
-BuildRequires:  pkgconfig(Qt5Svg)
-BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  pkgconfig(Qt5XmlPatterns)
-%else
 BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(QtGui)
 BuildRequires:  pkgconfig(QtNetwork)
@@ -49,7 +38,6 @@
 BuildRequires:  pkgconfig(QtSvg)
 BuildRequires:  pkgconfig(QtXml)
 BuildRequires:  pkgconfig(QtXmlPatterns)
-%endif
 BuildRoot:  

commit keepass for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package keepass for openSUSE:Factory checked 
in at 2017-05-20 10:14:30

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


Package is "keepass"

Sat May 20 10:14:30 2017 rev:2 rq:496587 version:2.35

Changes:

--- /work/SRC/openSUSE:Factory/keepass/keepass.changes  2017-01-22 
00:48:40.505186978 +0100
+++ /work/SRC/openSUSE:Factory/.keepass.new/keepass.changes 2017-05-20 
10:14:32.484438853 +0200
@@ -1,0 +2,5 @@
+Fri May 19 10:37:22 UTC 2017 - idon...@suse.com
+
+- Depend on mono-devel instead of monodevelop 
+
+---



Other differences:
--
++ keepass.spec ++
--- /var/tmp/diff_new_pack.8wo2r9/_old  2017-05-20 10:14:33.068356352 +0200
+++ /var/tmp/diff_new_pack.8wo2r9/_new  2017-05-20 10:14:33.072355786 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package keepass
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 # http://keepass.info/integrity/Dominik_Reichl.asc
 Source2:keepass.keyring
 BuildRequires:  dos2unix
-BuildRequires:  monodevelop
+BuildRequires:  mono-devel
 BuildRequires:  unzip
 BuildRequires:  xdotool-devel
 BuildRequires:  xorg-x11-fonts-core
@@ -49,13 +49,13 @@
 %prep
 %setup -q -c %{name}-%{version}
 dos2unix Docs/License.txt Docs/History.txt
+
 sed -i '1s/ 10.00/ 11.00/' KeePass.sln
 find . -name "*.csproj" -exec sed -i '1s/"3.5"/"4.0"/' {} +
+
 pushd Build &>/dev/null
 bash PrepMonoDev.sh
 sh PrepMonoDev.sh
-#cat ../KeePass.sln | grep -v 'DC15F71A-2117-4DEF-8C10-AA355B5E5979' | uniq > 
../KeePass.sln.new
-#mv -f ../KeePass.sln.new ../KeePass.sln
 popd &>/dev/null
 
 %build







commit deluge for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package deluge for openSUSE:Factory checked 
in at 2017-05-20 10:14:37

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


Package is "deluge"

Sat May 20 10:14:37 2017 rev:8 rq:496787 version:1.3.15

Changes:

--- /work/SRC/openSUSE:Factory/deluge/deluge.changes2017-03-14 
10:06:07.611946822 +0100
+++ /work/SRC/openSUSE:Factory/.deluge.new/deluge.changes   2017-05-20 
10:14:40.979238622 +0200
@@ -1,0 +2,25 @@
+Fri May 19 14:10:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.3.15:
+  * Core: Fix issues with displaying libtorrent-rasterbar single
+ proxy.
+  * Core: Fix libtorrent-rasterbar 1.2 trackers crashing Deluge
+UIs.
+  * Core: Fix an error in torrent priorities causing file priority
+mismatch in UIs.
+  * GtkUI: Fix column sort state not saved in Thinclient mode.
+  * GtkUI: Fix a connection manager error with malformed ip.
+  * GtkUI: Rename SystemTray/Indicator "Pause/Resume All" to
+"Pause/Resume Session".
+  * GtkUI: Workaround libtorrent-rasterbar single proxy by greying
+out unused proxy types.
+  * WebUI: Check render template files exist otherwise raise 404
+(CVE-2017-9031, bsc#1039815).
+  * Notification Plugin: Fix webui passing string for int port
+value.
+  * AutoAdd Plugin: Add WebUI preferences page detailing lack of
+configuration via WebUI.
+  * Label Plugin: Add WebUI preferences page detailing how to
+configure plugin.
+
+---

Old:

  deluge-1.3.14.tar.xz

New:

  deluge-1.3.15.tar.xz



Other differences:
--
++ deluge.spec ++
--- /var/tmp/diff_new_pack.epDc02/_old  2017-05-20 10:14:41.675140299 +0200
+++ /var/tmp/diff_new_pack.epDc02/_new  2017-05-20 10:14:41.679139734 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   deluge
-Version:1.3.14
+Version:1.3.15
 Release:0
 Summary:BitTorrent Client
 License:SUSE-GPL-3.0-with-openssl-exception

++ deluge-1.3.14.tar.xz -> deluge-1.3.15.tar.xz ++
 6147 lines of diff (skipped)




commit apache2-mod_fcgid for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package apache2-mod_fcgid for 
openSUSE:Factory checked in at 2017-05-20 10:14:25

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


Package is "apache2-mod_fcgid"

Sat May 20 10:14:25 2017 rev:30 rq:496536 version:2.3.9

Changes:

--- /work/SRC/openSUSE:Factory/apache2-mod_fcgid/apache2-mod_fcgid.changes  
2017-03-24 02:21:58.577333270 +0100
+++ /work/SRC/openSUSE:Factory/.apache2-mod_fcgid.new/apache2-mod_fcgid.changes 
2017-05-20 10:14:27.713112995 +0200
@@ -1,0 +2,6 @@
+Fri May 12 08:28:07 UTC 2017 - pgaj...@suse.com
+
+- amend example in %check to see how output to stderr get
+  logged in error_log
+
+---



Other differences:
--
++ apache2-mod_fcgid.spec ++
--- /var/tmp/diff_new_pack.COXsah/_old  2017-05-20 10:14:28.305029363 +0200
+++ /var/tmp/diff_new_pack.COXsah/_new  2017-05-20 10:14:28.305029363 +0200
@@ -96,6 +96,7 @@
   foreach my $env (keys %ENV) { 
 print "env $env = $ENV{$env}\n";
   }
+  print STDERR 'request received'
 }
 EOF
 chmod 755 %{apache_test_module_dir}/htdocs/fcgi-bin/showenv.pl
@@ -109,6 +110,8 @@
 exit_code=0
 grep 'HTTP_ACCEPT'%{apache_test_module_dir}/output.txt || exit_code=1
 grep 'REQUEST_METHOD' %{apache_test_module_dir}/output.txt || exit_code=1
+echo 'The output from stderr was logged in error_log'
+grep 'request received'  %{apache_test_module_dir}/error_log || exit_code=2
 if [ $exit_code -eq 0 ]; then
   echo 'SUCCESS'
 else




commit creduce for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2017-05-20 10:14:16

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


Package is "creduce"

Sat May 20 10:14:16 2017 rev:10 rq:496502 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2017-04-28 
09:13:51.149436009 +0200
+++ /work/SRC/openSUSE:Factory/.creduce.new/creduce.changes 2017-05-20 
10:14:19.590260676 +0200
@@ -1,0 +2,8 @@
+Fri May 19 08:11:00 UTC 2017 - idon...@suse.com
+
+- Update to version 2.7.0
+  * Minor bugfixes
+  * LLVM 4.0 support
+- Depend on llvm4/clang4
+
+---

Old:

  creduce-2.6.0.tar.gz

New:

  creduce-2.7.0.tar.gz



Other differences:
--
++ creduce.spec ++
--- /var/tmp/diff_new_pack.cWlYuq/_old  2017-05-20 10:14:20.062193996 +0200
+++ /var/tmp/diff_new_pack.cWlYuq/_new  2017-05-20 10:14:20.066193431 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   creduce
-Version:2.6.0
+Version:2.7.0
 Release:0
 Summary:C-Reduce, a C program reducer
 License:BSD-3-Clause
@@ -25,11 +25,11 @@
 Url:https://github.com/csmith-project/creduce
 Source: 
https://github.com/csmith-project/%{name}/archive/creduce-%{version}.tar.gz
 BuildRequires:  astyle
-BuildRequires:  clang3_9-devel
+BuildRequires:  clang4-devel
 BuildRequires:  delta
 BuildRequires:  flex
 BuildRequires:  indent
-BuildRequires:  llvm3_9-devel
+BuildRequires:  llvm4-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-Benchmark-Timer
 BuildRequires:  perl-Exporter-Lite
@@ -40,10 +40,10 @@
 BuildRequires:  perl-Term-ReadKey
 BuildRequires:  zlib-devel
 Requires:   astyle
-Requires:   clang3_9-devel
+Requires:   clang4-devel
 Requires:   delta
 Requires:   indent
-Requires:   llvm3_9-devel
+Requires:   llvm4-devel
 Requires:   perl-Benchmark-Timer
 Requires:   perl-Exporter-Lite
 Requires:   perl-File-Which

++ creduce-2.6.0.tar.gz -> creduce-2.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/creduce-creduce-2.6.0/.travis.yml 
new/creduce-creduce-2.7.0/.travis.yml
--- old/creduce-creduce-2.6.0/.travis.yml   2016-12-16 21:57:38.0 
+0100
+++ new/creduce-creduce-2.7.0/.travis.yml   2017-05-18 18:42:08.0 
+0200
@@ -1,5 +1,5 @@
 ##
-## Copyright (c) 2015, 2016 The University of Utah
+## Copyright (c) 2015, 2016, 2017 The University of Utah
 ## Copyright (c) 2015 Tamir Duberstein
 ## All rights reserved.
 ##
@@ -17,9 +17,9 @@
   - sudo scripts/travis_deps.sh
 
 script: >
-  CXX=/usr/lib/llvm-3.9/bin/clang++
-  CC=/usr/lib/llvm-3.9/bin/clang
-  ./configure --with-llvm=/usr/lib/llvm-3.9 &&
+  CXX=/usr/lib/llvm-4.0/bin/clang++
+  CC=/usr/lib/llvm-4.0/bin/clang
+  ./configure --with-llvm=/usr/lib/llvm-4.0 &&
   make -j2 &&
   make check
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/creduce-creduce-2.6.0/CMakeLists.txt 
new/creduce-creduce-2.7.0/CMakeLists.txt
--- old/creduce-creduce-2.6.0/CMakeLists.txt2016-12-16 21:57:38.0 
+0100
+++ new/creduce-creduce-2.7.0/CMakeLists.txt2017-05-18 18:42:08.0 
+0200
@@ -1,6 +1,6 @@
 ## -*- mode: CMake -*-
 ##
-## Copyright (c) 2012, 2013, 2014, 2015, 2016 The University of Utah
+## Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 The University of Utah
 ## All rights reserved.
 ##
 ## This file is distributed under the University of Illinois Open Source
@@ -26,9 +26,14 @@
 find_package(LLVM REQUIRED CONFIG NO_CMAKE_BUILDS_PATH)
 message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
 message(STATUS "Using LLVMConfig.cmake in ${LLVM_DIR}")
-if (${LLVM_PACKAGE_VERSION} VERSION_LESS "3.9")
-  message(FATAL_ERROR "C-Reduce requires LLVM 3.9 or later")
+if (${LLVM_PACKAGE_VERSION} VERSION_LESS "4.0")
+  message(FATAL_ERROR "C-Reduce requires LLVM 4.0 or later")
 endif()
+#
+# Do this here, too, just to keep it with the LLVM check above.
+#
+find_package(Clang REQUIRED CONFIG NO_CMAKE_BUILDS_PATH)
+message(STATUS "Using ClangConfig.cmake in ${Clang_DIR}")
 
 # Locate Perl and check its version.
 #
@@ -51,7 +56,7 @@
 # `git archive' inserts the abbreviated hash of the archive's commit into this
 # file.  (See the `.gitattributes' file.)
 #
-set(GIT_HASH "b02c375")
+set(GIT_HASH "c0c7f0be")
 if(GIT_HASH MATCHES "^\\$")
   ## METHOD 2: The source tree is a git repository.
   get_git_head_revision(GIT_REFSPEC GIT_HASH)
@@ -85,11 +90,11 @@
 set(creduce_PACKAGE"creduce")
 set(creduce_PACKAGE_BUGREPORT  

commit stress-ng for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package stress-ng for openSUSE:Factory 
checked in at 2017-05-20 10:14:06

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


Package is "stress-ng"

Sat May 20 10:14:06 2017 rev:10 rq:496478 version:0.08.02

Changes:

--- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes  2017-05-16 
14:47:09.602228331 +0200
+++ /work/SRC/openSUSE:Factory/.stress-ng.new/stress-ng.changes 2017-05-20 
10:14:16.782657363 +0200
@@ -1,0 +2,21 @@
+Fri May 19 05:34:44 UTC 2017 - mar...@gmx.de
+
+- update to version 0.08.02:
+  * Makefile: bump version
+  * stress-dev: don't build for __sun__, it does not have DT_* macros
+  * example-jobs/device.job: Add dev stressor
+  * Move the --dev stressor to the CLASS_DEV class
+  * example-jobs/memory.job: add memthrash example
+  * Expand the default run time text into human time units for large times
+  * stress-dev: remove linux only build constraint
+  * stress-dev: use pthread_args_t rather than a special context struct
+  * Makefile: update perf rule to match output of other CC rules
+  * stress-dev: ensure we check for all watchdog names
+  * Make zero timeouts run forever.
+  * Add dev stressor to exercise /dev entries
+  * stress-sockpair: make parent less oomable than the child
+  * stress-memthrash: optimization tweaks, makes it run a bit hotter
+  * stress-memthrash: add OOM detection handling
+  * stress-memthrash: Add MAP_POPULATE to mmap'd region
+
+---

Old:

  stress-ng-0.08.01.tar.gz

New:

  stress-ng-0.08.02.tar.gz



Other differences:
--
++ stress-ng.spec ++
--- /var/tmp/diff_new_pack.rfFacO/_old  2017-05-20 10:14:17.386572037 +0200
+++ /var/tmp/diff_new_pack.rfFacO/_new  2017-05-20 10:14:17.390571471 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   stress-ng
-Version:0.08.01
+Version:0.08.02
 Release:0
 Summary:Tool to load and stress a computer
 License:GPL-2.0

++ stress-ng-0.08.01.tar.gz -> stress-ng-0.08.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.08.01/Makefile 
new/stress-ng-0.08.02/Makefile
--- old/stress-ng-0.08.01/Makefile  2017-05-12 18:21:17.0 +0200
+++ new/stress-ng-0.08.02/Makefile  2017-05-18 14:29:44.0 +0200
@@ -16,7 +16,7 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 
USA.
 #
 
-VERSION=0.08.01
+VERSION=0.08.02
 #
 # Codename "harmful hardware harasser"
 #
@@ -74,6 +74,7 @@
stress-daemon.c \
stress-dccp.c \
stress-dentry.c \
+   stress-dev.c \
stress-dir.c \
stress-dirdeep.c \
stress-dnotify.c \
@@ -786,7 +787,8 @@
 
 perf.o: perf.c perf-event.c
@gcc -E perf-event.c | grep "PERF_COUNT" | sed 's/,/ /' | awk {'print 
"#define _SNG_" $$1 " (1)"'} > perf-event.h
-   $(CC) $(CFLAGS) -c -o $@ $<
+   @echo $(CC) $(CFLAGS) -c -o $@ $<
+   @$(CC) $(CFLAGS) -c -o $@ $<
 
 stress-wcstr.o: stress-wcstr.c
@echo $(CC) $(CFLAGS) -fno-builtin -c -o $@ $<
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.08.01/example-jobs/device.job 
new/stress-ng-0.08.02/example-jobs/device.job
--- old/stress-ng-0.08.01/example-jobs/device.job   2017-05-12 
18:21:17.0 +0200
+++ new/stress-ng-0.08.02/example-jobs/device.job   2017-05-18 
14:29:44.0 +0200
@@ -61,6 +61,16 @@
 #
 
 #
+# dev stressor options:
+#   start N workers that exercise the /dev devices. Each worker runs
+#   5 concurrent threads that perform open(2),  fstat(2),  lseek(2),
+#   poll(2),  fcntl(2), mmap(2), munmap(2), fsync(2) and close(2) on
+#   each device.  Note that watchdog devices are not exercised.
+#
+dev 0  # 0 means 1 stressor per CPU
+# dev-ops 100  # stop after 100 bogo ops
+
+#
 # full stressor options:
 #   start N workers that exercise /dev/full.  This attempts to write
 #   to  the  device  (which should always get error ENOSPC), to read
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stress-ng-0.08.01/example-jobs/memory.job 
new/stress-ng-0.08.02/example-jobs/memory.job
--- old/stress-ng-0.08.01/example-jobs/memory.job   2017-05-12 
18:21:17.0 +0200
+++ new/stress-ng-0.08.02/example-jobs/memory.job   2017-05-18 
14:29:44.0 +0200
@@ -204,6 +204,19 @@
 # memfd-fds 256# number of memfds to have open
 
 #
+# memthrash stressor options:
+#   start N workers that thrash and exercise a 16MB buffer in  vari‐
+#   ous ways 

commit orion for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package orion for openSUSE:Factory checked 
in at 2017-05-20 10:14:32

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


Package is "orion"

Sat May 20 10:14:32 2017 rev:4 rq:496765 version:1.5.1+git~20170518

Changes:

--- /work/SRC/openSUSE:Factory/orion/orion.changes  2017-05-09 
18:03:15.272005918 +0200
+++ /work/SRC/openSUSE:Factory/.orion.new/orion.changes 2017-05-20 
10:14:34.376171570 +0200
@@ -1,0 +2,80 @@
+Thu May 18 08:56:25 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170518:
+  * Convert connect calls to the Qt5 function-pointer style connect() (#159)
+  * hide chat controls in small mode (#161)
+
+---
+Wed May 17 18:39:07 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170517:
+  * switch to encrypted chat (#158)
+
+---
+Wed May 17 07:34:20 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170517:
+  * fix seeking on load of VOD with Qt Multimedia backend (#155)
+  * save quality setting between runs (#156)
+  * Chat user blocks support (#157)
+
+---
+Mon May 15 15:41:29 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170515:
+  * Local favourites fixes (#152)
+  * set audio client name and title in libmpv (#154)
+  * Fix blank offline notifications (#153)
+
+---
+Fri May 12 11:08:55 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170512:
+  * Chat text scale factor setting (#147)
+  * Double join chat quick fix (#146)
+  * Reworked obsolete response handling that depended on pre-v5  "_links" 
collections; refactored things that depend on request URL up to NetworkManager; 
removed unused Channel constructors (#149)
+
+---
+Wed May 10 18:07:56 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170510:
+  * fix 'undefined' in generated colour values
+
+---
+Tue May 09 07:55:44 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170509:
+  * switch to v5 api: nm::getStreams, nm::getStreamsForGame
+  * switch to v5 api: nm::getStream
+  * switch to v5 api: nm::getGames
+  * switch to v5 api: nm::searchChannels, searchGames, getFeaturedStreams 
(also fix GET parameters)
+  * switch to v5 api: game streams search, getBroadcasts & VOD parsing
+  * switch to v5 api: nm::getUser, nm::getUserFavourites, nm::getEmoteSets
+  * switch to v5 api: more renaming to reflect that getUser also gets the id
+  * switch to v5 api: nm::getChannelBadgeURls
+  * switch to v5 api: nm::editUserFavourite; handle inconsistent json type for 
channel _id
+  * switch to v5 api: nm::testConnection
+  * focus the emote search box first immediately after emote picker is opened
+  * increase the minimum brighness of the random color channel values for 
better contrast
+  * missing init
+
+---
+Sun May 07 18:12:13 UTC 2017 - pousadua...@gmail.com
+
+- Update to version 1.5.1+git~20170507:
+  * use 2x beta badges scaled for high DPI screen, using explicit width/height 
setting in QML as QML Image does not respect the devicePixelRatio of the QImage 
provided through the QQuickImageProvider
+  * emotes high DPI experiment
+  * display bits images
+  * unused constant
+  * reversed test code hunk
+  * fix missing bits provider init for chat replay
+  * refactoring
+  * animated bits
+  * use high DPI bits images in high dpi
+  * fix global bits actions query
+  * Use global bits image key if there is an entry for a channel-specific 
image but has the same URL as the global entry, to avoid a bunch of duplicate 
cache entries.
+  * Collect bits color from response in addition to image urls; show colored 
bold bits value suffix
+  * fix warnings
+  * automatically select normal dpi or high dpi emote/badge/bits images based 
on highest screen devicePixelRatio
+
+---

Old:

  orion-1.5.1+git~20170503.tar.xz

New:

  orion-1.5.1+git~20170518.tar.xz



Other differences:
--
++ orion.spec ++
--- /var/tmp/diff_new_pack.btcB1r/_old  2017-05-20 10:14:35.164060249 +0200
+++ /var/tmp/diff_new_pack.btcB1r/_new  2017-05-20 10:14:35.168059685 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   orion
-Version:1.5.1+git~20170503
+Version:

commit jakarta-commons-vfs for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package jakarta-commons-vfs for 
openSUSE:Factory checked in at 2017-05-20 10:14:34

Comparing /work/SRC/openSUSE:Factory/jakarta-commons-vfs (Old)
 and  /work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new (New)


Package is "jakarta-commons-vfs"

Sat May 20 10:14:34 2017 rev:16 rq:496780 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/jakarta-commons-vfs/jakarta-commons-vfs.changes  
2015-04-02 15:56:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.jakarta-commons-vfs.new/jakarta-commons-vfs.changes 
2017-05-20 10:14:36.059933671 +0200
@@ -1,0 +2,6 @@
+Fri May 19 14:00:40 UTC 2017 - tchva...@suse.com
+
+- Fix build with new javapackages-tools
+- Cleanup unused conditionals
+
+---



Other differences:
--
++ jakarta-commons-vfs.spec ++
--- /var/tmp/diff_new_pack.dGrmyK/_old  2017-05-20 10:14:36.903814440 +0200
+++ /var/tmp/diff_new_pack.dGrmyK/_new  2017-05-20 10:14:36.903814440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jakarta-commons-vfs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,7 @@
 #
 
 
-%define with()  %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}}
-%define without()   %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}}
-%define bcond_with()%{expand:%%{?_with_%{1}:%%global with_%{1} 1}}
-%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}
-%define _without_maven 1
-%bcond_with maven
-%define section   free
 %define base_name commons-vfs
-
 Name:   jakarta-commons-vfs
 Version:1.0
 Release:0
@@ -63,18 +55,8 @@
 Requires:   jsch
 Requires:   oro
 Requires:   xml-commons-apis
-Requires(post): javapackages-tools
-Requires(postun): javapackages-tools
-BuildRequires:  javapackages-tools
-BuildRequires:  junit
-%if %with maven
-BuildRequires:  maven >= 1.1
-BuildRequires:  saxon
-BuildRequires:  saxon-scripts
-%else
 BuildRequires:  ant >= 1.6
 BuildRequires:  ant-junit
-%endif
 BuildRequires:  jaf_1_1_api
 BuildRequires:  jakarta-commons-codec
 BuildRequires:  jakarta-commons-collections
@@ -84,13 +66,15 @@
 BuildRequires:  jakarta-commons-net
 BuildRequires:  jakarta-slide-webdavclient
 BuildRequires:  javamail_1_4_api
+BuildRequires:  javapackages-local
+BuildRequires:  javapackages-tools
 BuildRequires:  jcifs
 BuildRequires:  jdom
 BuildRequires:  jsch
+BuildRequires:  junit
 BuildRequires:  oro
 BuildRequires:  xml-commons-apis
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Commons VFS provides a single API for accessing various different
@@ -100,24 +84,6 @@
Commons VFS are: * A single consistent API for accessing files of
different types.
 
-* Support for numerous file system types.
-
-* Caching of file information. Caches information in-JVM, and
-   optionally can cache remote file information on the local file
-   system.
-
-* Event delivery.
-
-* Support for logical file systems made up of files from various
-   different file systems.
-
-* Utilities for integrating Commons VFS into applications, such as a
-   VFS-aware ClassLoader and URLStreamHandlerFactory.
-
-* A set of VFS-enabled Ant tasks.
-
-
-
 %package javadoc
 Summary:Commons Virtual Filesystem
 Group:  Development/Libraries/Java
@@ -130,24 +96,6 @@
Commons VFS are: * A single consistent API for accessing files of
different types.
 
-* Support for numerous file system types.
-
-* Caching of file information. Caches information in-JVM, and
-   optionally can cache remote file information on the local file
-   system.
-
-* Event delivery.
-
-* Support for logical file systems made up of files from various
-   different file systems.
-
-* Utilities for integrating Commons VFS into applications, such as a
-   VFS-aware ClassLoader and URLStreamHandlerFactory.
-
-* A set of VFS-enabled Ant tasks.
-
-
-
 %package manual
 Summary:Commons Virtual Filesystem
 Group:  Development/Libraries/Java
@@ -160,31 +108,12 @@
Commons VFS are: * A single consistent API for accessing files of
different types.
 
-* Support for numerous file system types.
-
-* Caching of file information. Caches information in-JVM, and
-   optionally can cache remote file information on the local file
-   system.
-
-* Event delivery.
-
-* Support for logical file systems made up of files from various
-   different file systems.
-
-* Utilities for integrating Commons VFS into 

commit aria2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2017-05-20 10:14:23

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


Package is "aria2"

Sat May 20 10:14:23 2017 rev:78 rq:496531 version:1.32.0

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2017-03-12 
20:04:22.566563770 +0100
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2017-05-20 
10:14:25.997355415 +0200
@@ -1,0 +2,13 @@
+Fri May 19 08:43:41 UTC 2017 - p...@cervinka.net
+
+- Version bump to 1.32.0
+  * Clarify --max-concurrent-downloads option
+  * Fix compile error with toolchain which lacks IPV6_TCLASS
+  * Log directed URI in notice log level
+  * Spelling and typo fixes
+  * Remove unused Android parts
+  * Save control file early
+  * Update links in Dockerfile.raspberrypi
+  * Propagate disk full error on pre-allocation to last error code
+
+---

Old:

  aria2-1.31.0.tar.xz

New:

  aria2-1.32.0.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.MmVf2P/_old  2017-05-20 10:14:26.801241833 +0200
+++ /var/tmp/diff_new_pack.MmVf2P/_new  2017-05-20 10:14:26.805241268 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aria2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define somajor 0
 Name:   aria2
-Version:1.31.0
+Version:1.32.0
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception

++ aria2-1.31.0.tar.xz -> aria2-1.32.0.tar.xz ++
 7382 lines of diff (skipped)




commit steamtricks for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package steamtricks for openSUSE:Factory 
checked in at 2017-05-20 10:13:54

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


Package is "steamtricks"

Sat May 20 10:13:54 2017 rev:3 rq:496454 version:0.3.0

Changes:

--- /work/SRC/openSUSE:Factory/steamtricks/steamtricks.changes  2017-02-16 
17:06:02.595423122 +0100
+++ /work/SRC/openSUSE:Factory/.steamtricks.new/steamtricks.changes 
2017-05-20 10:14:12.531258046 +0200
@@ -1,0 +2,16 @@
+Thu May 18 22:09:27 UTC 2017 - ji...@boombatower.com
+
+- Update to version 0.3.0:
+  * Suspend event processing while apps are running.
+  * Check if new packages are available before prompting the user.
+  * Escape single quotes in strip_quotes() to resolve parsing issues.
+  * Look for an installable data package for each app.
+  * Add strip_name() to clean app_name before trying as package name.
+  * Rework command line parsing to pave the way for commands.
+  * Add apply command to force apply fixes to an app.
+  * Correct dependency cache read so that both variables are loaded.
+  * Disable openssl replacement when nvidia binary driver detected.
+  * Allow for multi-part .so version numbers and .bin files in dep list regex.
+  * Update README to include more information.
+
+---

Old:

  steamtricks-0.2.1.tar.xz

New:

  steamtricks-0.3.0.tar.xz



Other differences:
--
++ steamtricks.spec ++
--- /var/tmp/diff_new_pack.bEQkWW/_old  2017-05-20 10:14:13.915062527 +0200
+++ /var/tmp/diff_new_pack.bEQkWW/_new  2017-05-20 10:14:13.915062527 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   steamtricks
-Version:0.2.1
+Version:0.3.0
 Release:0
-Summary:Provides workarounds for problems with Steam on Linux
+Summary:Workarounds for problems with Steam on Linux
 License:GPL-2.0
 Group:  Amusements/Games/Other
-Url:https://github.com/steamtricks/steamtricks
+Url:https://steamtricks.github.io/steamtricks/
 Source: %{name}-%{version}.tar.xz
 BuildArch:  noarch
 BuildRequires:  systemd-rpm-macros
@@ -42,9 +42,9 @@
 %description
 steamtricks provides workarounds for problems with Steam on Linux.
 
-Valve has made it clear that support for the wider base of Linux distributions
-is not a priority. This has led to a number of suboptimal experiences for users
-not on an officially supported distribution. The goal of this project is to
+Steam primarily targets Ubuntu and not the wider base of Linux distributions.
+This has led to a number of suboptimal experiences for users not on an
+officially supported distribution. The goal of this project is to
 provide workarounds and solutions to those problems in an easy to use package.
 Currently, workarounds exist in some distribution packages and in various 
forums
 and the like. This project aims to be the upstream source for packaging Steam

++ _service ++
--- /var/tmp/diff_new_pack.bEQkWW/_old  2017-05-20 10:14:13.951057441 +0200
+++ /var/tmp/diff_new_pack.bEQkWW/_new  2017-05-20 10:14:13.951057441 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/0.2.1
+refs/tags/0.3.0
 https://github.com/steamtricks/steamtricks.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.bEQkWW/_old  2017-05-20 10:14:13.979053486 +0200
+++ /var/tmp/diff_new_pack.bEQkWW/_new  2017-05-20 10:14:13.979053486 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/steamtricks/steamtricks.git
-41bd88ae70f8b0f9798f08fbf399c10ab8589f9a
+6915f807250362dd73ea0f50fd2bd1487f7c3046
   
 

++ steamtricks-0.2.1.tar.xz -> steamtricks-0.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/steamtricks-0.2.1/README.md 
new/steamtricks-0.3.0/README.md
--- old/steamtricks-0.2.1/README.md 2017-02-14 23:58:50.0 +0100
+++ new/steamtricks-0.3.0/README.md 2017-05-18 23:56:08.0 +0200
@@ -2,9 +2,9 @@
 
 steamtricks provides workarounds for problems with Steam on Linux.
 
-Valve has made it clear that support for the wider base of Linux distributions
-is not a priority. This has led to a number of suboptimal experiences for users
-not on an officially supported distribution. The goal of this project is to
+Steam primarily targets Ubuntu and not the wider base of Linux distributions.
+This has led to a number of suboptimal experiences for users not on an
+officially supported distribution. The goal of this project is to
 provide workarounds and solutions to those problems in an easy to use package.
 Currently, workarounds 

commit re2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2017-05-20 10:14:19

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


Package is "re2"

Sat May 20 10:14:19 2017 rev:7 rq:496525 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/re2/re2.changes  2017-04-20 20:55:04.988897254 
+0200
+++ /work/SRC/openSUSE:Factory/.re2.new/re2.changes 2017-05-20 
10:14:23.433717632 +0200
@@ -1,0 +2,6 @@
+Fri May 19 08:42:56 UTC 2017 - vsis...@suse.com
+
+- Update to version 2017-05-01
+  * No upstream changelog available 
+
+---

Old:

  2017-04-01.tar.gz

New:

  2017-05-01.tar.gz



Other differences:
--
++ re2.spec ++
--- /var/tmp/diff_new_pack.pYSSHb/_old  2017-05-20 10:14:24.129619308 +0200
+++ /var/tmp/diff_new_pack.pYSSHb/_new  2017-05-20 10:14:24.133618743 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%global longver 2017-04-01
+%global longver 2017-05-01
 %global shortver %(echo %{longver}|sed 's|-||g')
 %define libname libre2-0
 Name:   re2

++ 2017-04-01.tar.gz -> 2017-05-01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-04-01/CMakeLists.txt 
new/re2-2017-05-01/CMakeLists.txt
--- old/re2-2017-04-01/CMakeLists.txt   2017-03-31 10:30:45.0 +0200
+++ new/re2-2017-05-01/CMakeLists.txt   2017-04-24 06:59:29.0 +0200
@@ -11,6 +11,10 @@
 option(BUILD_SHARED_LIBS "build shared libraries" OFF)
 option(USEPCRE "use PCRE in tests and benchmarks" OFF)
 
+# CMake seems to have no way to enable/disable testing per subproject,
+# so we provide an option similar to BUILD_TESTING, but just for RE2.
+option(RE2_BUILD_TESTING "enable testing for RE2" ON)
+
 set(EXTRA_TARGET_LINK_LIBRARIES)
 
 if(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
@@ -112,7 +116,9 @@
 foreach(target ${TEST_TARGETS})
   add_executable(${target} re2/testing/${target}.cc util/test.cc)
   target_link_libraries(${target} testing re2 ${EXTRA_TARGET_LINK_LIBRARIES})
-  add_test(NAME ${target} COMMAND ${target})
+  if(RE2_BUILD_TESTING)
+add_test(NAME ${target} COMMAND ${target})
+  endif()
 endforeach(target)
 
 foreach(target ${BENCHMARK_TARGETS})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-04-01/re2/prefilter.cc 
new/re2-2017-05-01/re2/prefilter.cc
--- old/re2-2017-04-01/re2/prefilter.cc 2017-03-31 10:30:45.0 +0200
+++ new/re2-2017-05-01/re2/prefilter.cc 2017-04-24 06:59:29.0 +0200
@@ -49,7 +49,7 @@
   }
 
   // Nothing left in the AND/OR.
-  if (subs_->size() == 0) {
+  if (subs_->empty()) {
 if (op_ == AND)
   op_ = ALL;  // AND of nothing is true
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-04-01/re2/re2.cc 
new/re2-2017-05-01/re2/re2.cc
--- old/re2-2017-04-01/re2/re2.cc   2017-03-31 10:30:45.0 +0200
+++ new/re2-2017-05-01/re2/re2.cc   2017-04-24 06:59:29.0 +0200
@@ -538,7 +538,7 @@
   if (maxlen > 0 && prog_->PossibleMatchRange(, , maxlen)) {
 pmin += dmin;
 pmax += dmax;
-  } else if (pmax.size() > 0) {
+  } else if (!pmax.empty()) {
 // prog_->PossibleMatchRange has failed us,
 // but we still have useful information from prefix_.
 // Round up pmax to allow any possible suffix.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/re2-2017-04-01/re2/regexp.h 
new/re2-2017-05-01/re2/regexp.h
--- old/re2-2017-04-01/re2/regexp.h 2017-03-31 10:30:45.0 +0200
+++ new/re2-2017-05-01/re2/regexp.h 2017-04-24 06:59:29.0 +0200
@@ -276,44 +276,45 @@
 
   // Flags for parsing.  Can be ORed together.
   enum ParseFlags {
-NoParseFlags = 0,
-FoldCase = 1<<0,   // Fold case during matching (case-insensitive).
-Literal  = 1<<1,   // Treat s as literal string instead of a regexp.
-ClassNL  = 1<<2,   // Allow char classes like [^a-z] and \D and \s
-   // and [[:space:]] to match newline.
-DotNL= 1<<3,   // Allow . to match newline.
-MatchNL  = ClassNL | DotNL,
-OneLine  = 1<<4,   // Treat ^ and $ as only matching at beginning and
-   // end of text, not around embedded newlines.
-   // (Perl's default)
-Latin1   = 1<<5,   // Regexp and text are in Latin1, not UTF-8.
-NonGreedy= 1<<6,   // Repetition operators are non-greedy by default.
-PerlClasses  = 1<<7,   // Allow Perl character classes like \d.
-PerlB= 1<<8,   // Allow Perl's \b and \B.
-PerlX= 

commit kubernetes for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package kubernetes for openSUSE:Factory 
checked in at 2017-05-20 10:13:30

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


Package is "kubernetes"

Sat May 20 10:13:30 2017 rev:2 rq:495530 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/kubernetes/kubernetes.changes2017-02-05 
18:36:18.955220578 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes.new/kubernetes.changes   
2017-05-20 10:13:39.275956720 +0200
@@ -1,0 +2,94 @@
+Mon May 15 16:54:22 UTC 2017 - robert.rol...@suse.com
+
+- Adding a /etc/kubernetes/kubelet-initial EnvironmentFile that is expected
+  to set the KUBELET_INITIAL_ARGS variable so that a set of arguments that
+  only impact kubelet on the first run can be supplied. This removes the 
+  need to restart kubelet when you change the node labels, for example. 
+
+---
+Mon May 15 16:51:39 UTC 2017 - rrol...@attachmate.com
+
+- Adding a /etc/kubernetes/kubelet-initial EnvironmentFile that is expected
+  to set the KUBELET_INITIAL_ARGS variable so that a set of arguments that
+  only impact kubelet on the first run can be supplied. This removes the 
+  need to restart kubelet when you change the node labels, for example. 
+
+---
+Tue Apr 11 21:17:36 UTC 2017 - jeng...@inai.de
+
+- Update descriptions
+
+---
+Thu Apr 06 14:18:26 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 1.6.1:
+  * Bump cluster autoscaler to 0.5.1
+  * Kubernetes version v1.6.1-beta.0
+  * update-all.sh
+  * Better messaging when GKE certificate signing fails.
+  * Update busybox dependency to fix bazel build
+  * update-all.sh
+  * don't wait for first kubelet to be ready
+  * Fix problems of not-starting image pullers
+  * Kubernetes version v1.6.1
+
+---
+Mon Apr  3 16:16:43 UTC 2017 - jmassaguer...@suse.com
+
+- Remove get-rid-of-the-git-commands-in-mungedocs.patch: no mungedocs
+  Review patches:
+  * build-with-debug-info.patch 
+  * fix-support-for-ppc64le.patch
+  * git-upstream.patch
+  * make-e2e_node-run-over-distro-bins.patch
+
+- Remove 0002-Change-DUP2-to-DUP3-in-contrib-mesos-to-build-on-arm.patch
+  because mesos has been moved to the incubator project: 
+  https://github.com/kubernetes/kubernetes/pull/33658
+
+---
+Mon Apr 03 11:45:52 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 1.6.0:
+  * Kubernetes version v1.6.0-beta.0
+  * Generating docs for v1.6.0-beta.0 on release-1.6.
+  * update-all.sh.
+  * update-all.sh.
+  * Kubernetes version v1.6.0-beta.1
+  * update-staging-client-go.sh
+  * Kubernetes version v1.6.0-beta.2
+  * update-all.sh.
+  * Kubernetes version v1.6.0-beta.3
+  * update-all.sh.
+  * Kubernetes version v1.6.0-beta.4
+  * update-staging-client-go.sh
+  * Update NPD rbac.
+  * Kubernetes version v1.6.0-rc.1
+  * update-all.sh.
+  * Update a few regex patterns to support release candidates
+  * Added failing upgrade if there are many master replicas.
+  * added prompt warning if etcd3 media type isn't set during upgrade
+  * etcd upgrade warning: add docs link, fixed etcd2 behavior, print 
non-interactive
+  * in storage media upgrade prompt, provide config for using protobuf
+  * Kubernetes version v1.6.0
+
+---
+Mon Mar 27 08:49:25 UTC 2017 - alvaro.sau...@suse.com
+
+- updated to to 1.5.5
+
+---
+Wed Mar 15 15:47:07 UTC 2017 - alvaro.sau...@suse.com
+
+- updated to to 1.5.4
+
+---
+Thu Feb 23 09:15:52 UTC 2017 - alvaro.sau...@suse.com
+
+- added some patches:
+build-with-debug-info.patch, fix-support-for-ppc64le.patch,
+get-rid-of-the-git-commands-in-mungedocs.patch, git-upstream.patch,
+make-e2e_node-run-over-distro-bins.patch
+- removed gcc-on-ppc64-and-arm.patch
+
+---

Old:

  0002-Change-DUP2-to-DUP3-in-contrib-mesos-to-build-on-arm.patch
  gcc-on-ppc64-and-arm.patch
  kubernetes-1.3.10.tar.xz

New:

  build-with-debug-info.patch
  fix-support-for-ppc64le.patch
  git-upstream.patch
  kubernetes-1.6.1.tar.xz
  make-e2e_node-run-over-distro-bins.patch



Other differences:
--
++ kubernetes.spec ++
--- /var/tmp/diff_new_pack.RPRoO7/_old  2017-05-20 10:13:40.395798496 +0200
+++ 

commit skelcd-control-openSUSE for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package skelcd-control-openSUSE for 
openSUSE:Factory checked in at 2017-05-20 10:13:32

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


Package is "skelcd-control-openSUSE"

Sat May 20 10:13:32 2017 rev:184 rq:495611 version:42.3.99.5

Changes:

--- 
/work/SRC/openSUSE:Factory/skelcd-control-openSUSE/skelcd-control-openSUSE-promo.changes
2017-05-10 21:48:46.993579625 +0200
+++ 
/work/SRC/openSUSE:Factory/.skelcd-control-openSUSE.new/skelcd-control-openSUSE-promo.changes
   2017-05-20 10:13:41.115696780 +0200
@@ -1,0 +2,15 @@
+Wed May 17 12:44:48 UTC 2017 - lsle...@suse.cz
+
+- Added the new TW identification to the list of the products
+  supported for upgrade (bsc#1039193)
+- 42.3.99.5
+
+---
+Tue May  9 07:23:50 UTC 2017 - sfl...@suse.de
+
+- Replace the generic_server pattern reference with console.
+  * As part of the patterns cleanup the generic_server pattern 
+was merged into the console pattern and removed. (bsc#1038233)
+- 42.3.99.4
+
+---
skelcd-control-openSUSE.changes: same change

Old:

  skelcd-control-openSUSE-42.3.99.3.tar.bz2

New:

  skelcd-control-openSUSE-42.3.99.5.tar.bz2



Other differences:
--
++ skelcd-control-openSUSE-promo.spec ++
--- /var/tmp/diff_new_pack.2bJrSy/_old  2017-05-20 10:13:41.783602411 +0200
+++ /var/tmp/diff_new_pack.2bJrSy/_new  2017-05-20 10:13:41.787601846 +0200
@@ -27,7 +27,7 @@
 #
 ##
 Name:   skelcd-control-openSUSE-promo
-Version:42.3.99.3
+Version:42.3.99.5
 Release:0
 Summary:The openSUSE Installation Control file
 License:MIT

skelcd-control-openSUSE.spec: same change
++ skelcd-control-openSUSE-42.3.99.3.tar.bz2 -> 
skelcd-control-openSUSE-42.3.99.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.3/control/control.openSUSE.xml 
new/skelcd-control-openSUSE-42.3.99.5/control/control.openSUSE.xml
--- old/skelcd-control-openSUSE-42.3.99.3/control/control.openSUSE.xml  
2017-04-18 17:02:12.189719259 +0200
+++ new/skelcd-control-openSUSE-42.3.99.5/control/control.openSUSE.xml  
2017-05-17 15:08:59.047756237 +0200
@@ -84,8 +84,10 @@
 ^openSUSE 13\..*$
 
 ^openSUSE Leap 42\..*$
-   
+
 ^openSUSE 20[0-9]*$
+
+^openSUSE Tumbleweed$
 
 
 
@@ -181,7 +183,7 @@
 DMZ
 
 1
-generic_server
+console
 yast-ssh-server
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.3/package/skelcd-control-openSUSE.changes 
new/skelcd-control-openSUSE-42.3.99.5/package/skelcd-control-openSUSE.changes
--- 
old/skelcd-control-openSUSE-42.3.99.3/package/skelcd-control-openSUSE.changes   
2017-04-18 17:02:12.193719259 +0200
+++ 
new/skelcd-control-openSUSE-42.3.99.5/package/skelcd-control-openSUSE.changes   
2017-05-17 15:08:59.067756237 +0200
@@ -1,4 +1,19 @@
 ---
+Wed May 17 12:44:48 UTC 2017 - lsle...@suse.cz
+
+- Added the new TW identification to the list of the products
+  supported for upgrade (bsc#1039193)
+- 42.3.99.5
+
+---
+Tue May  9 07:23:50 UTC 2017 - sfl...@suse.de
+
+- Replace the generic_server pattern reference with console.
+  * As part of the patterns cleanup the generic_server pattern 
+was merged into the console pattern and removed. (bsc#1038233)
+- 42.3.99.4
+
+---
 Tue Apr 18 14:48:28 UTC 2017 - tchva...@suse.com
 
 - In desktop selector keep all choices unselected for user to decide
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/skelcd-control-openSUSE-42.3.99.3/package/skelcd-control-openSUSE.spec 
new/skelcd-control-openSUSE-42.3.99.5/package/skelcd-control-openSUSE.spec
--- old/skelcd-control-openSUSE-42.3.99.3/package/skelcd-control-openSUSE.spec  
2017-04-18 17:02:12.193719259 +0200
+++ new/skelcd-control-openSUSE-42.3.99.5/package/skelcd-control-openSUSE.spec  
2017-05-17 15:08:59.071756237 +0200
@@ -27,7 +27,7 @@
 #
 

commit pdns-recursor for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package pdns-recursor for openSUSE:Factory 
checked in at 2017-05-20 10:13:50

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


Package is "pdns-recursor"

Sat May 20 10:13:50 2017 rev:11 rq:496436 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/pdns-recursor/pdns-recursor.changes  
2017-02-04 15:44:19.163418929 +0100
+++ /work/SRC/openSUSE:Factory/.pdns-recursor.new/pdns-recursor.changes 
2017-05-20 10:13:55.785624050 +0200
@@ -1,0 +2,5 @@
+Thu May 11 20:26:11 UTC 2017 - mrueck...@suse.de
+
+- move autoreconf into the build section
+
+---



Other differences:
--
++ pdns-recursor.spec ++
--- /var/tmp/diff_new_pack.JV4rPd/_old  2017-05-20 10:13:57.333405362 +0200
+++ /var/tmp/diff_new_pack.JV4rPd/_new  2017-05-20 10:13:57.333405362 +0200
@@ -115,9 +115,9 @@
 
 %prep
 %setup -n %{name}-%{pkg_version}
-autoreconf -fi
 
 %build
+autoreconf -fi
 ln effective_tld_names.dat effective_tld_list.dat
 %configure   \
   --enable-reproducible  \





commit containerd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package containerd for openSUSE:Factory 
checked in at 2017-05-20 10:13:11

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


Package is "containerd"

Sat May 20 10:13:11 2017 rev:15 rq:494717 version:0.2.5+gitr639_422e31c

Changes:

--- /work/SRC/openSUSE:Factory/containerd/containerd.changes2017-04-17 
10:26:33.376132371 +0200
+++ /work/SRC/openSUSE:Factory/.containerd.new/containerd.changes   
2017-05-20 10:13:24.586032281 +0200
@@ -1,0 +2,34 @@
+Thu May  4 19:02:18 UTC 2017 - jmassaguer...@suse.com
+
+- fix golang requirement to 1.7 for the subpackages 
+
+---
+Tue May  2 15:48:53 UTC 2017 - jmassaguer...@suse.com
+
+- fix golang requirement to 1.7 
+
+---
+Fri Apr 28 16:18:44 UTC 2017 - jeng...@inai.de
+
+- Replace %__-type macro indirections
+
+---
+Thu Apr 13 16:17:55 UTC 2017 - jmassaguer...@suse.com
+
+- update containerd to the commit version needed for
+  docker-v17.04.0-ce (bsc#1034053) 
+
+  fix bsc#1032769: containerd spurious messages filling journal
+
+---
+Wed Apr 12 09:56:54 UTC 2017 - jmassaguer...@suse.com
+
+- make sure this package is being built with go 1.7 
+
+---
+Wed Apr 12 09:13:44 UTC 2017 - jmassaguer...@suse.com
+
+- remove the go_arches macro because we are using go1.7 which
+  is available in all archs 
+
+---

Old:

  containerd-git.03e5862.tar.xz

New:

  containerd-git.422e31c.tar.xz



Other differences:
--
++ containerd.spec ++
--- /var/tmp/diff_new_pack.VCOKf3/_old  2017-05-20 10:13:25.749867841 +0200
+++ /var/tmp/diff_new_pack.VCOKf3/_new  2017-05-20 10:13:25.753867276 +0200
@@ -16,36 +16,17 @@
 #
 
 
-# Check if go_arches is defined in the project configuration
-# Otherwise, define it here
-# In order to define it in the project configuration, see
-#
-# https://en.opensuse.org/openSUSE:Build%20Service%20prjconf#Macros
-#
-# The Macros tag is the one that defines the go_arches variable to be used
-# in the spec file.
-# The "define" one is to help the specfile parser of the buildservice
-# to see what packages are being built. You also want to define it here
-# for keeping things consistent.
-
-%{!?go_arches: %global go_arches %ix86 x86_64 aarch64 ppc64le}
-
-%ifarch %go_arches
 %define go_tool go
 %define GO_BUILD_FLAGS %{nil}
-%else
-%define go_tool go-6
-%define GO_BUILD_FLAGS "-gccgoflags=-Wl,--add-needed -Wl,--no-as-needed 
-static-libgo -ldl"
-%endif
 
 # MANUAL: Update the git_version and git_revision
-%define git_version 03e5862 
+%define git_version 422e31c 
 # How to get the git_revision
 # git clone https://github.com/docker/containerd.git containerd-upstream
 # cd containerd
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r608
+%define git_revision r639
 %define version_unconverted %{git_version}
 
 Name:   containerd
@@ -59,18 +40,15 @@
 Source1:%{name}.service
 Source2:%{name}.socket
 Source3:sysconfig.%{name}
-%ifarch %go_arches
-BuildRequires:  go >= 1.5
-%else
-BuildRequires:  gcc6-go >= 6.1
-%endif
+# Make sure we require go 1.7
+BuildRequires:  golang(API) = 1.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Currently runC is the only supported runtime for containerd. NOTE:
 # This version pinning is done to follow (as well as we can) upstream's
 # Dockerfile.  However, for some reason the Dockerfile for containerd
 # diverges from the one for Docker. As such, this cannot be a hard
 # requirement (that would break Docker).
-Requires:   runc = 0.1.1+gitr2942_2f7393a
+Requires:   runc = 0.1.1+gitr2947_9c2d8d1
 Requires(post): %fillup_prereq
 
 %define client ctr
@@ -88,11 +66,8 @@
 Summary:Client for %{name}
 Group:  System/Management
 Requires:   %{name} = %{version}
-%ifarch %go_arches
-BuildRequires:  go >= 1.5
-%else
-BuildRequires:  gcc6-go >= 6.1
-%endif
+# Make sure we require go 1.7
+BuildRequires:  golang(API) = 1.7
 
 %description ctr
 Standalone client for containerd, which allows management of containerd 
containers
@@ -100,12 +75,9 @@
 
 %package test
 Summary:Test package for containerd
+# Make sure we require go 1.7
 Group:  System/Management
-%ifarch %go_arches
-Requires:   go >= 1.5
-%else
-Requires:   gcc5-go >= 5.0
-%endif
+BuildRequires:  

commit virt-top for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package virt-top for openSUSE:Factory 
checked in at 2017-05-20 10:13:47

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


Package is "virt-top"

Sat May 20 10:13:47 2017 rev:2 rq:496360 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/virt-top/virt-top.changes2016-10-19 
13:01:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-top.new/virt-top.changes   2017-05-20 
10:13:52.238125279 +0200
@@ -1,0 +2,10 @@
+Tue May  9 15:50:45 UTC 2017 - o...@aepfle.de
+
+- Install also bytecode with virt-top.bytecode.patch (bsc#1031359)
+
+---
+Wed May  3 13:32:48 UTC 2017 - o...@aepfle.de
+
+- Remove usage of ExcludeArch (bsc#1031359)
+
+---

New:

  virt-top.bytecode.patch



Other differences:
--
++ virt-top.spec ++
--- /var/tmp/diff_new_pack.TiNFly/_old  2017-05-20 10:13:52.930027520 +0200
+++ /var/tmp/diff_new_pack.TiNFly/_new  2017-05-20 10:13:52.930027520 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-top
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 Name:   virt-top
 Version:1.0.8
-%{ocaml_preserve_bytecode}
 Release:0
+%{ocaml_preserve_bytecode}
 Summary:Utility like top(1) for displaying virtualization stats
 License:GPL-2.0+
 Group:  System/Management
 Url:http://people.redhat.com/~rjones/virt-top/
 Source0:
https://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
-ExcludeArch:ia64 s390 s390x
+Patch0: virt-top.bytecode.patch
 ## Update configure for aarch64 (bz #926701)
 Patch1: virt-top-aarch64.patch
 ## Don't warn about immutable strings (OCaml 4.02).
@@ -36,10 +36,10 @@
 # Non-OCaml BRs.
 BuildRequires:  libvirt-devel
 BuildRequires:  ocaml >= 3.10.2
-BuildRequires:  ocaml-rpm-macros >= 4.02.1
 BuildRequires:  ocaml-calendar-devel
 BuildRequires:  ocaml-camlp4
 BuildRequires:  ocaml-csv-devel
+BuildRequires:  ocaml-rpm-macros >= 4.02.1
 # Need the ncurses / ncursesw (--enable-widec) fix.
 BuildRequires:  ocaml-curses-devel >= 1.0.3
 BuildRequires:  ocaml-extlib-devel
@@ -49,13 +49,13 @@
 BuildRequires:  ocaml-gettext-devel >= 0.3.5
 BuildRequires:  ocaml-gettext-stub-devel >= 0.3.5
 # Need support for virDomainGetCPUStats (fixed in 0.6.1.2).
+BuildRequires:  ncurses-devel
 BuildRequires:  ocaml-libvirt-devel >= 0.6.1.2-5
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-xml-light-devel
 BuildRequires:  perl
-BuildRequires:  perl(Pod::Perldoc)
 BuildRequires:  strace
-BuildRequires:  ncurses-devel
+BuildRequires:  perl(Pod::Perldoc)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -68,6 +68,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 ## Update configure for aarch64 (bz #926701)
 %patch1 -p1
@@ -76,7 +77,6 @@
 
 chmod -x COPYING
 
-
 %build
 %configure
 make %{?_smp_mflags} all
@@ -91,7 +91,6 @@
 rm -f virt-top/virt-top.1
 make %{?_smp_mflags} -C virt-top virt-top.1
 
-
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
@@ -104,8 +103,6 @@
 mkdir -p %{buildroot}%{_mandir}/man1
 install -m 0644 virt-top/virt-top.1 %{buildroot}%{_mandir}/man1
 
-
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc COPYING README TODO ChangeLog

++ virt-top.bytecode.patch ++
--- a/virt-top/Makefile.in
+++ b/virt-top/Makefile.in
@@ -102,9 +102,13 @@ virt-top.txt: virt-top.pod
 endif
 
 install:
+   set -x ; \
+   exe=virt-top ; \
if [ -x virt-top.opt ]; then \
- mkdir -p $(DESTDIR)$(bindir); \
- $(INSTALL) -m 0755 virt-top.opt $(DESTDIR)$(bindir)/virt-top; \
-   fi
+   exe=virt-top.opt ; \
+   fi ; \
+   mkdir -p $(DESTDIR)$(bindir); \
+   $(INSTALL) -m 0755 $${exe} $(DESTDIR)$(bindir)/virt-top; \
+   : done
 
 include ../Make.rules



commit tor for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2017-05-20 10:13:27

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


Package is "tor"

Sat May 20 10:13:27 2017 rev:54 rq:495128 version:0.3.0.7

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2017-04-28 09:14:17.341742448 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2017-05-20 
10:13:30.229234944 +0200
@@ -1,0 +2,16 @@
+Tue May 16 00:26:43 UTC 2017 - astie...@suse.com
+
+- tor 0.3.0.7: 
+  * Fix an assertion failure in the hidden service directory code,
+which could be used by an attacker to remotely cause a Tor
+relay process to exit. TROVE-2017-002 bsc#1039211
+  * Update geoip and geoip6 to the May 2 2017 Maxmind GeoLite2
+Country database.
+  * Tor no longer refuses to download microdescriptors or
+descriptors if they are listed as "published in the future"
+  * The getpid() system call is now permitted under the Linux
+seccomp2 sandbox, to avoid crashing with versions of OpenSSL
+(and other libraries) that attempt to learn the process's PID
+by using the syscall rather than the VDSO code
+
+---

Old:

  tor-0.3.0.6.tar.gz
  tor-0.3.0.6.tar.gz.asc

New:

  tor-0.3.0.7.tar.gz
  tor-0.3.0.7.tar.gz.asc



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.xBRpMt/_old  2017-05-20 10:13:30.981128708 +0200
+++ /var/tmp/diff_new_pack.xBRpMt/_new  2017-05-20 10:13:30.985128143 +0200
@@ -20,7 +20,7 @@
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 Name:   tor
-Version:0.3.0.6
+Version:0.3.0.7
 Release:0
 Summary:Anonymizing overlay network for TCP (The onion router)
 License:BSD-3-Clause

++ tor-0.3.0.6.tar.gz -> tor-0.3.0.7.tar.gz ++
 13886 lines of diff (skipped)





commit megaglest for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package megaglest for openSUSE:Factory 
checked in at 2017-05-20 10:13:25

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


Package is "megaglest"

Sat May 20 10:13:25 2017 rev:2 rq:495006 version:3.13.0

Changes:

--- /work/SRC/openSUSE:Factory/megaglest/megaglest.changes  2017-05-08 
19:02:48.425898317 +0200
+++ /work/SRC/openSUSE:Factory/.megaglest.new/megaglest.changes 2017-05-20 
10:13:27.897564389 +0200
@@ -1,0 +2,5 @@
+Fri Apr  7 09:50:44 UTC 2017 - jeng...@inai.de
+
+- Expand description and trim redundant words from summary.
+
+---



Other differences:
--
++ megaglest.spec ++
--- /var/tmp/diff_new_pack.7rMMn6/_old  2017-05-20 10:13:28.397493754 +0200
+++ /var/tmp/diff_new_pack.7rMMn6/_new  2017-05-20 10:13:28.401493189 +0200
@@ -19,7 +19,7 @@
 Name:   megaglest
 Version:3.13.0
 Release:0
-Summary:Free 3D Real-Time Customizable Strategy Game
+Summary:Customizable 3D real-time strategy game
 License:GPL-3.0+
 Group:  Amusements/Games/Strategy/Real Time
 Url:http://megaglest.org/
@@ -77,9 +77,15 @@
 
 %description
 MegaGlest takes place in a context that could be compared to that of
-pre-Renaissance Europe with the license that magic forces exist in the
+pre-Renaissance Europe with the twist that magic forces exist in the
 environment and can be controlled.
 
+A game takes place on a map of varying size, such as large plains and
+fields, with terrain features like rivers, mountains, seas, or
+cliffs. Players must establish settlements to gain resources, defend
+against other players, and train units to explore the map and attack
+enemies.
+
 %prep
 %setup -q
 %if 0%{?suse_version} > 1320




commit runc for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package runc for openSUSE:Factory checked in 
at 2017-05-20 10:13:19

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


Package is "runc"

Sat May 20 10:13:19 2017 rev:12 rq:494718 version:0.1.1+gitr2947_9c2d8d1

Changes:

--- /work/SRC/openSUSE:Factory/runc/runc.changes2017-04-17 
10:26:23.213571574 +0200
+++ /work/SRC/openSUSE:Factory/.runc.new/runc.changes   2017-05-20 
10:13:26.873709051 +0200
@@ -1,0 +2,33 @@
+Thu May  4 19:04:49 UTC 2017 - jmassaguer...@suse.com
+
+- fix the golang requirement to 1.7 to the subpackages 
+
+---
+Tue May  2 15:49:41 UTC 2017 - jmassaguer...@suse.com
+
+- fix golang requirement to 1.7 
+
+---
+Fri Apr 28 16:16:00 UTC 2017 - jeng...@inai.de
+
+- Substitute %__-type macro indirections
+
+---
+Thu Apr 13 16:34:03 UTC 2017 - jmassaguer...@suse.com
+
+- update version to the one required by docker-17.04.0-ce (bsc#1034053) 
+  remove ignore_cgroup2_mountpoint.patch . This is already included in
+  the upstream source code.
+
+---
+Wed Apr 12 09:55:28 UTC 2017 - jmassaguer...@suse.com
+
+- Make sure this is being built with go 1.7 
+
+---
+Tue Apr 11 15:37:36 UTC 2017 - jmassaguer...@suse.com
+
+- remove the go_arches macro because we are using go1.7 which
+  is available in all archs 
+
+---

Old:

  ignore_cgroup2_mountpoint.patch
  runc-git.2f7393a.tar.xz

New:

  runc-git.9c2d8d1.tar.xz



Other differences:
--
++ runc.spec ++
--- /var/tmp/diff_new_pack.8jeepG/_old  2017-05-20 10:13:27.493621463 +0200
+++ /var/tmp/diff_new_pack.8jeepG/_new  2017-05-20 10:13:27.493621463 +0200
@@ -16,37 +16,19 @@
 #
 
 
-# Check if go_arches is defined in the project configuration
-# Otherwise, define it here
-# In order to define it in the project configuration, see
-#
-# https://en.opensuse.org/openSUSE:Build%20Service%20prjconf#Macros
-#
-# The Macros tag is the one that defines the go_arches variable to be used
-# in the spec file.
-# The "define" one is to help the specfile parser of the buildservice
-# to see what packages are being built. You also want to define it here
-# for keeping things consistent.
-
-%{!?go_arches: %global go_arches %ix86 x86_64 aarch64 ppc64le}
-
-%ifarch %go_arches
 %define go_tool go
-%else
-%define go_tool go-6
-%endif
 
 # MANUAL: Update the git_version and git_revision
 # FIX-OPENSUSE: This will be removed as soon as we move Docker's runC fork into
 #   a separate package. This whole versioning mess is caused by
 #   Docker vendoring non-releases of runC.
-%define git_version 2f7393a
+%define git_version 9c2d8d1 
 # How to get the git_revision
 # git clone ${url}.git runc-upstream
 # cd runc-upstream
 # git checkout $git_version
 # git_revision=r$(git rev-list HEAD | wc -l)
-%define git_revision r2942
+%define git_revision r2947
 %define version_unconverted %{git_version}
 
 Name:   runc
@@ -58,15 +40,11 @@
 Url:https://github.com/opencontainers/runc
 Source: %{name}-git.%{git_version}.tar.xz
 Patch0: CVE-2016-9962.patch
-Patch1: ignore_cgroup2_mountpoint.patch
 BuildRequires:  fdupes
-%ifarch %go_arches
-BuildRequires:  go >= 1.5
+# Make sure we require go 1.7
 BuildRequires:  go-go-md2man
-%else
-BuildRequires:  gcc6-go >= 6.1
-%endif
 BuildRequires:  libapparmor-devel
+BuildRequires:  golang(API) = 1.7
 # Seccomp isn't supported on aarch64.
 %ifnarch aarch64
 BuildRequires:  libseccomp-devel
@@ -83,13 +61,10 @@
 
 %package test
 Summary:Test package for runc
+# Make sure we require go 1.7
 Group:  System/Management
-%ifarch %go_arches
-Requires:   go >= 1.5
+BuildRequires:  golang(API) = 1.7
 Requires:   go-go-md2man
-%else
-Requires:   gcc6-go >= 6.1
-%endif
 Requires:   libapparmor-devel
 # Seccomp isn't supported on aarch64.
 %ifnarch aarch64
@@ -105,9 +80,6 @@
 %prep
 %setup -q -n %{name}-git.%{git_version}
 %patch0 -p1
-%if 0%{?suse_version} > 1320
-%patch1 -p1
-%endif
 
 %build
 # Do not use symlinks. If you want to run the unit tests for this package at
@@ -132,11 +104,8 @@
 %go_tool build "$BUILDFLAGS" -tags "$BUILDTAGS" -x -o %{name}-%{version} 
github.com/opencontainers/%{name}
 
 # Build man pages, this can only be done on arches where we can build 
go-md2man.
-%ifarch %go_arches
 man/md2man-all.sh

commit python-boto for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-boto for openSUSE:Factory 
checked in at 2017-05-20 10:13:43

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


Package is "python-boto"

Sat May 20 10:13:43 2017 rev:41 rq:496346 version:2.46.1

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-boto.new/python-boto-doc.changes 
2017-05-20 10:13:46.698907922 +0200
@@ -0,0 +1,1084 @@
+---
+Thu May  4 21:52:04 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+- Split documentation into own subpackage.
+- Update to version 2.46.1
+  * Fixes a bug where a recently added module was not added to
+setup.py
+- Update to version 2.46.0
+  * Endpoints v2 (:issue:`3675`, :sha:`d7253d8`)
+- Update to version 2.45.0
+  * Add support for eu-west-2 (:issue:`3654`, :sha:`40c68db`)
+- Update to version 2.44.0
+  * Update endpoints (:issue:`3649`, :sha:`a1eae11`)
+  * Add gs support for object-level storage class features.
+(:issue:`3635`, :sha:`dc4bf34`)
+- Update to version 2.43.0
+  * Add support for ``us-east-2`` endpoint (:sha:`262ed00`)
+  * Account for metadata update propagation delay
+(:issue:`3615`, :sha:`592dae3`)
+  * boto.dynamodb2.table.Table#batch_get() fails to paginate
+results if provisioned throughput is exceeded
+(:issue:`3574`, :sha:`abb3847`)
+
+---
+Thu Feb  9 19:45:06 UTC 2017 - rjsch...@suse.com
+
+- Disable source service
+
+---
+Thu Oct  6 13:00:44 UTC 2016 - dmuel...@suse.com
+
+- fix requirements
+
+---
+Wed Oct  5 17:26:00 UTC 2016 - rjsch...@suse.com
+
+- Update to version 2.42.0 (bsc#1002895)
+  + Respect is_secure parameter in generate_url_sigv4 (commit 59ba28d)
+  + Update MTurk API (issue 3563, commit 250d891)
+- From 2.41.0
+  + Update endpoints.json (issue 3564, commit 5e786b4)
+  + Remove the broken link to PDF’s (issue 3562, commit 46ffb0c)
+- From 2.40.0
+  + ryansydnor-s3: Allow s3 bucket lifecycle policies with multiple
+transitions (commit c6d5af3)
+  + Fixes upload parts for glacier (issue 3524, commit d1973a4)
+  + pslawski-unicode-parse-qs: Move utility functions over to compat
+Add S3 integ test for non-ascii keys with sigv4 Fix quoting of tilde
+in S3 canonical_uri for sigv4 Parse unicode query string properly
+in Python 2 (issue 2844, commit 5092c6d)
+  + ninchat-config-fix: Add __setstate__ to fix pickling test fail Add
+unit tests for config parsing Don’t access parser through
+__dict__ Config: Catch specific exceptions when wrapping ConfigParser
+methods Config: Don’t inherit from ConfigParser (issue 3474, commit 
c21aa54)
+
+---
+Mon Feb  1 11:45:27 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 2.39.0:
+  * Autodetect sigv4 for ap-northeast-2 (:issue:`3461`,
+:sha:`c2a17ce`)
+  * Added support for ap-northeast-2 (:issue:`3454`, :sha:`c3c1ddd`)
+  * Remove VeriSign Class 3 CA from trusted certs (:issue:`3450`,
+:sha:`8a025df`)
+  * Add note about boto3 on all pages of boto docs (:sha:`9bd904c`)
+  * Fix for listing EMR steps based on cluster_states filter
+(:issue:`3399`, :sha:`0f92f35`)
+  * Fixed param name in set_contents_from_string docstring
+(:issue:`3420`, :sha:`e30297b`)
+  * Closes #3441 Remove py3 test whitelist Update rds to pass on py3
+Update mturk to pass tests on py3 Update cloudsearchdomain tests
+to work with py3 (:issue:`3441`, :sha:`5b2f552`)
+  * Run tests against py35 (:sha:`7d039d0`)
+  * Fix Glacier test failure in python 3.5 due to MagicMock
+(:issue:`3412`, :sha:`d042f07`)
+  * Undo log message change BF(PY3): use except ... as syntax instead
+of except ..., (:sha:`607cad7`)
+  * Fix travis CI builds for PY3 (:issue:`3439`, :sha:`22ab610`)
+  * Spelling fixes (:issue:`3425`, :sha:`f43bbbd`)
+  * Fixed docs (:issue:`3401`, :sha:`4f66311`)
+  * Add deprecation notice to emr methods (:issue:`3422`,
+:sha:`cee6159`)
+  * Add some GovCloud endpoints (:issue:`3421`, :sha:`5afc068`)
+- Remove upstream-included region_support.patch
+
+---
+Fri Jan 15 18:52:56 UTC 2016 - rjsch...@suse.com
+
+- Add region_support.patch (bsc#962138)
+  + Support new region ap-northeast-2
+  + Add features to other reagions that are now supported by AWS
+
+---
+Thu Aug 13 11:08:04 UTC 2015 - toddrme2...@gmail.com
+
+- Fix 

commit trinity for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2017-05-20 10:13:37

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


Package is "trinity"

Sat May 20 10:13:37 2017 rev:39 rq:495855 version:1.7+git.20170512

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2017-05-16 
14:42:54.082130303 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2017-05-20 
10:13:42.715470746 +0200
@@ -1,0 +2,34 @@
+Thu May 18 11:59:33 UTC 2017 - vsis...@suse.com
+
+- Update to version 1.7+git.20170512:
+  * create a thread per child queue
+  * change decoders to return strings
+  * mutex needs to protect list walks, not just removal.
+  * add a server/ copy of zmalloc
+  * support user CFLAGS in Makefiles
+  * fix potential use-before-init
+  * move some udp related server functions to their own file
+  * output decoded packets to logfiles.
+  * remove the 'stash' copy of the syscall rec
+  * print where handshakes came from
+  * tweak socket buffer sizes.
+  * timestamp syscall operations.
+  * timestamp all child messages
+  * only print setsockopt success if it actually succeeded
+  * server side packet ordering.
+  * reset the expected sequence number when a child is respawned
+  * after iterating the child list once, sleep.
+  * no implied ordering between packets on spawn/exit/signal
+  * detect pid changes in child messages
+  * scope reduction
+  * misc cleanup
+  * more cppcheck cleanups
+  * dump errno if write() to logfile fails
+  * maintain a packets pending count
+  * copy incoming packet timestamp into the packet header
+  * log the last operation number a child did when we get a signal
+  * use pthread_yield rather than sleep
+  * send the SIGALARM message from the child that just received it.
+  * bump the expected sequence nr if we got a SIGALARM
+
+---

Old:

  trinity-1.7+git.20170506.tar.xz

New:

  trinity-1.7+git.20170512.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.oAEAvk/_old  2017-05-20 10:13:43.303387679 +0200
+++ /var/tmp/diff_new_pack.oAEAvk/_new  2017-05-20 10:13:43.307387114 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define version_unconverted 1.7+git.20170506
+%define version_unconverted 1.7+git.20170512
 Name:   trinity
-Version:1.7+git.20170506
+Version:1.7+git.20170512
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0

++ _servicedata ++
--- /var/tmp/diff_new_pack.oAEAvk/_old  2017-05-20 10:13:43.351380898 +0200
+++ /var/tmp/diff_new_pack.oAEAvk/_new  2017-05-20 10:13:43.351380898 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/kernelslacker/trinity
-  f3764ffc7f46a7aae442a6d9cfb216a72db2d73f
\ No newline at end of file
+  a81fba1701ad9250f91f87c7748940525eaaffa4
\ No newline at end of file

++ trinity-1.7+git.20170506.tar.xz -> trinity-1.7+git.20170512.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20170506/Makefile 
new/trinity-1.7+git.20170512/Makefile
--- old/trinity-1.7+git.20170506/Makefile   2017-05-06 06:52:58.0 
+0200
+++ new/trinity-1.7+git.20170512/Makefile   2017-05-12 20:11:06.0 
+0200
@@ -16,7 +16,8 @@
 CC := $(CROSS_COMPILE)$(CC)
 LD := $(CROSS_COMPILE)$(LD)
 
-CFLAGS += -Wall -Wextra -g -O2 -I. -Iinclude/ -include config.h -Wimplicit 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D__linux__
+CFLAGS ?= -g -O2 -D_FORTIFY_SOURCE=2
+CFLAGS += -Wall -Wextra -I. -Iinclude/ -include config.h -Wimplicit 
-D_GNU_SOURCE -D__linux__
 
 CCSTD := $(shell if $(CC) -std=gnu11 -S -o /dev/null -xc /dev/null >/dev/null 
2>&1; then echo "-std=gnu11"; else echo "-std=gnu99"; fi)
 CFLAGS += $(CCSTD)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.7+git.20170506/child.c 
new/trinity-1.7+git.20170512/child.c
--- old/trinity-1.7+git.20170506/child.c2017-05-06 06:52:58.0 
+0200
+++ new/trinity-1.7+git.20170512/child.c2017-05-12 20:11:06.0 
+0200
@@ -238,10 +238,7 @@
if (logging_enabled == FALSE)
return;
 
-   childmsg.hdr.pid = pid;
-   childmsg.hdr.type = CHILD_SPAWNED;
-   childmsg.hdr.childno = childno;
-
+   init_msgchildhdr(, CHILD_SPAWNED, pid, childno);
sendudp((char *) , sizeof(childmsg));
 }
 
@@ -438,7 +435,10 @@
 
if (sigwas != SIGALRM)
output(1, "[%d] Back from signal handler! (sig was %s)\n", 
getpid(), strsignal(sigwas));
-
+   else {
+   

commit perl-App-Rad-Plugin-MoreHelp for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package perl-App-Rad-Plugin-MoreHelp for 
openSUSE:Factory checked in at 2017-05-20 10:13:39

Comparing /work/SRC/openSUSE:Factory/perl-App-Rad-Plugin-MoreHelp (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-Rad-Plugin-MoreHelp.new (New)


Package is "perl-App-Rad-Plugin-MoreHelp"

Sat May 20 10:13:39 2017 rev:2 rq:496090 version:0.0001

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-App-Rad-Plugin-MoreHelp/perl-App-Rad-Plugin-MoreHelp.changes
2017-05-16 14:37:40.930128743 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-Rad-Plugin-MoreHelp.new/perl-App-Rad-Plugin-MoreHelp.changes
   2017-05-20 10:13:43.679334561 +0200
@@ -1,0 +2,6 @@
+Fri Apr 28 16:43:16 UTC 2017 - jeng...@inai.de
+
+- Summaries must not end in a dot
+- Replace %__-type macro indirections
+
+---



Other differences:
--
++ perl-App-Rad-Plugin-MoreHelp.spec ++
--- /var/tmp/diff_new_pack.Zx9Iwo/_old  2017-05-20 10:13:44.091276357 +0200
+++ /var/tmp/diff_new_pack.Zx9Iwo/_new  2017-05-20 10:13:44.095275793 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-Rad-Plugin-MoreHelp
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:0.0001
 Release:0
 %define cpan_name App-Rad-Plugin-MoreHelp
-Summary:App::Rad plugin for providing extra help info.
+Summary:App::Rad plugin for providing extra help info
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-Rad-Plugin-MoreHelp/
@@ -34,7 +34,7 @@
 %{perl_requires}
 
 %description
-This is an the App::Rad manpage plugin for providing extra help info. It
+This is an App::Rad manpage plugin for providing extra help info. It
 provides a 'more_help' method which can be used to provide extra info that
 will be appended to to bottom of the help message.
 
@@ -42,11 +42,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install




commit nut for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package nut for openSUSE:Factory checked in 
at 2017-05-20 10:13:41

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


Package is "nut"

Sat May 20 10:13:41 2017 rev:55 rq:496334 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/nut/nut.changes  2017-05-16 14:38:19.672685500 
+0200
+++ /work/SRC/openSUSE:Factory/.nut.new/nut.changes 2017-05-20 
10:13:44.407231715 +0200
@@ -1,0 +2,7 @@
+Tue May  9 09:06:52 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups and the HTML description
+- Do not suppress errors from useradd
+- Remove --with-pic that's only for static libs
+
+---



Other differences:
--
++ nut.spec ++
--- /var/tmp/diff_new_pack.pqpmjJ/_old  2017-05-20 10:13:45.207118698 +0200
+++ /var/tmp/diff_new_pack.pqpmjJ/_new  2017-05-20 10:13:45.207118698 +0200
@@ -198,7 +198,7 @@
 
 %package doc-images
 Summary:Network UPS Tools - Images for Documentation
-Group:  Hardware/UPS
+Group:  Documentation/Other
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 Requires:   %{name}-doc-images = %{version}
@@ -215,7 +215,7 @@
 
 %package doc-asciidoc
 Summary:Network UPS Tools - Documentation in AsciiDoc Format
-Group:  Hardware/UPS
+Group:  Documentation/Other
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 Requires:   %{name}-doc-images = %{version}
@@ -232,7 +232,7 @@
 %if %with_doc
 %package doc-pdf
 Summary:Network UPS Tools - Documentation in PDF
-Group:  Hardware/UPS
+Group:  Documentation/PDF
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 %if 0%{?suse_version} > 1200
@@ -246,8 +246,8 @@
 interface for monitoring and administering UPS hardware.
 
 %package doc-html
-Summary:Network UPS Tools - Documentation in PDF
-Group:  Hardware/UPS
+Summary:Network UPS Tools - Documentation in HTML
+Group:  Documentation/HTML
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 Requires:   %{name}-doc-images = %{version}
@@ -256,14 +256,14 @@
 %endif
 
 %description doc-html
-User manual in PDF format.
+User manual in HTML format.
 
 Network UPS Tools is a collection of programs which provide a common
 interface for monitoring and administering UPS hardware.
 
 %package devel-doc-pdf
 Summary:Network UPS Tools - Documentation in PDF
-Group:  Hardware/UPS
+Group:  Documentation/PDF
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 %if 0%{?suse_version} > 1200
@@ -277,8 +277,8 @@
 interface for monitoring and administering UPS hardware.
 
 %package devel-doc-html
-Summary:Network UPS Tools - Documentation in PDF
-Group:  Hardware/UPS
+Summary:Network UPS Tools - Documentation in HTML
+Group:  Documentation/HTML
 Recommends: %{name} = %{version}
 Enhances:   %{name}
 Requires:   %{name}-doc-images = %{version}
@@ -314,7 +314,6 @@
 # documentation fails to build -> disable
 %configure \
--disable-static \
-   --with-pic \
--sysconfdir=%{CONFPATH} \
--datadir=%{_datadir}/nut \
--with-all \
@@ -412,7 +411,7 @@
 
 %pre
 %if %suse_version < 1330
-useradd -r -g %{GROUP} -s /bin/false -c "UPS daemon" -d /sbin %{USER} 
2>/dev/null || :
+getent passwd %{USER} >/dev/null || useradd -r -g %{GROUP} -s /bin/false -c 
"UPS daemon" -d /sbin %{USER} 2>/dev/null
 %endif
 %if 0%{with_systemd}
 %service_add_pre nut-driver.service nut-server.service nut-monitor.service
@@ -431,8 +430,8 @@
   sed -i s/@UPSD_INITIAL_SLAVE_PASSWORD@/$UPSD_INITIAL_SLAVE_PASSWORD/ 
%{CONFPATH}/upsd.users
 fi
 # Be sure that all files are owned by a dedicated user.
-bin/chown %{USER}:root %{CONFPATH}/upsd.conf %{CONFPATH}/upsmon.conf 
%{CONFPATH}/upsd.users
-bin/chmod 600 %{CONFPATH}/upsd.conf %{CONFPATH}/upsmon.conf 
%{CONFPATH}/upsd.users
+/bin/chown %{USER}:root %{CONFPATH}/upsd.conf %{CONFPATH}/upsmon.conf 
%{CONFPATH}/upsd.users
+/bin/chmod 600 %{CONFPATH}/upsd.conf %{CONFPATH}/upsmon.conf 
%{CONFPATH}/upsd.users
 # Install or remove HALT_POWERDOWN_INSERT
 # It was last installed in 1310, but it is obsolete since dropping sysvinit 
support.
 %if 0%{?suse_version} < 1310





commit ubuntu-mate-artwork for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package ubuntu-mate-artwork for 
openSUSE:Factory checked in at 2017-05-20 10:12:53

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


Package is "ubuntu-mate-artwork"

Sat May 20 10:12:53 2017 rev:20 rq:494577 version:17.10.0

Changes:

--- /work/SRC/openSUSE:Factory/ubuntu-mate-artwork/ubuntu-mate-artwork.changes  
2017-01-25 23:34:46.447325319 +0100
+++ 
/work/SRC/openSUSE:Factory/.ubuntu-mate-artwork.new/ubuntu-mate-artwork.changes 
2017-05-20 10:12:56.286030844 +0200
@@ -1,0 +2,62 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 17.10.0 (changes since 17.04.1):
+  * Add community contributed backgrounds for Zesty and Artful.
+  * Add sym-links to the new Nautilus icon name org.gnome.Nautilus
+(lp#1669663).
+  * Add the missing Ambiant-MATE dark variant.
+  * Fix borders on Firefox.
+  * Fix Radiant-MATE by merging missing updates from Ambiant-MATE.
+  * Fix overlapping icons in applications with header bars
+(lp#1630773).
+  * Fix blurred fonts in header bar search boxes.
+  * Fix incorrect borders for buttons in header bars.
+  * Fix visual hints when navigating applications with keyboard only.
+  * Fix Notebooks for Ambiant-MATE and Radiant-MATE.
+  * Fix Expander in Ubiquity.
+  * Fix pavucontrol styling.
+  * Fix hover states.
+  * Fix windows borders in Radiant-MATE when no compositor is
+present.
+  * Fix the height of switches in the header bar.
+  * Fix scrollbars so they are properly consistent in GTK+2 and
+GTK+3.
+  * Fix Brisk Menu styling to match the other menus.
+  * Fix tool bar styling and drop GTK+2 alpha channel.
+  * Fix button highlights in the Shutdown dialogue.
+  * Fix corners on the lock screen credentials dialogue.
+  * Fix check boxes in the Ubiquity partition tool.
+  * Fix borders around toolbars from "faux" headerbars.
+  * Fix the colour of header bar dividers.
+  * Fix Buttons and Notebooks for Ambiant-MATE-Dark.
+  * Fix level bar throughs and size.
+  * Fix the colour of Notebook leading edge in all themes.
+  * Fix the border of the sound applet in Ambiant-MATE.
+  * Fix the button highlights in the shutdown dialogue for all
+themes.
+  * Fix separators in Firefox.
+  * Fix GTK+2 radio and checkbox assets to match GTK+3 (lp#1046129).
+  * Fix GTK+2 Notebooks, Progress bars and Sliders so they match
+GTK+3.
+  * Fix GTK+2 Ambiant-MATE so that Qt4/Qt5 applications are styled
+correctly.
+  * Fix GTK+2 runtime warnings.
+  * Fix GTK+2 and GTK+3 Notebook background and font colours.
+  * Fix GTK+3 switches, particularly in header bars.
+  * Fix GTK+3 button hover focus.
+  * Fix background and colours for MATE Terminal and GNOME Terminal.
+  * Fix box-shadow on desktop windows.
+  * Fix styling for Brisk Menu and MATE Menu.
+  * Fix popover modelbuttons.
+  * Fix solid-csd border colors.
+  * Fix border images for Ambiant-MATE Dark.
+  * Add missing gtkstyle-fallback settings.
+  * Add missing GtkSourceView styles for Ambiant-MATE-Dark.
+  * Remove obsolete GTK+2 styling.
+  * Fix Brisk Menu button styling to match the other menu applets.
+  * Fix scale troughs for inactive windows for Ambiant-MATE Dark.
+  * Fix keyboard layout view.
+  * Fix keyboard layout styling.
+  * Correct keyboard layout styling and add missing border to the keys.
+
+---

Old:

  ubuntu-mate-artwork_17.04.1.tar.xz

New:

  ubuntu-mate-artwork_17.10.0.tar.xz



Other differences:
--
++ ubuntu-mate-artwork.spec ++
--- /var/tmp/diff_new_pack.TOavyU/_old  2017-05-20 10:13:05.100785388 +0200
+++ /var/tmp/diff_new_pack.TOavyU/_new  2017-05-20 10:13:05.104784823 +0200
@@ -19,7 +19,7 @@
 %define gtk3_version %(pkg-config --modversion gtk+-3.0 | awk -F. 
'{printf\("%%02d%%02d", $1, $2\)}')
 %define _name   ubuntu-mate
 Name:   ubuntu-mate-artwork
-Version:17.04.1
+Version:17.10.0
 Release:0
 Summary:Ubuntu MATE themes and artwork
 License:GPL-3.0+ and CC-BY-SA-4.0 and CC-BY-SA-3.0
@@ -160,11 +160,11 @@
 %files -n metatheme-ambiant-mate-common
 %defattr(-,root,root)
 %doc COPYING
-%{_datadir}/themes/Ambiant-MATE/
-%exclude %{_datadir}/themes/Ambiant-MATE/gtk-?.*/
+%{_datadir}/themes/Ambiant-MATE*/
+%exclude %{_datadir}/themes/Ambiant-MATE*/gtk-?.*/
 %dir %{_datadir}/gtksourceview-?.0/
 %dir %{_datadir}/gtksourceview-?.0/styles/
-%{_datadir}/gtksourceview-?.0/styles/Ambiant-MATE.xml
+%{_datadir}/gtksourceview-?.0/styles/Ambiant-MATE*.xml
 
 %files -n metatheme-radiant-mate-common
 %defattr(-,root,root)
@@ -177,19 +177,19 @@
 
 %files -n 

commit plzip for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package plzip for openSUSE:Factory checked 
in at 2017-05-20 10:12:57

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


Package is "plzip"

Sat May 20 10:12:57 2017 rev:8 rq:494583 version:1.6

Changes:

--- /work/SRC/openSUSE:Factory/plzip/plzip.changes  2016-08-25 
09:56:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.plzip.new/plzip.changes 2017-05-20 
10:13:11.875828129 +0200
@@ -1,0 +2,11 @@
+Thu May 11 10:12:18 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.6:
+  * The option '-l, --list' has been ported from lziprecover.
+  * It is now an error to specify two or more different operations
+in the command line (--decompress, --list or --test).
+  * In test mode, plzip now continues checking the rest of the
+files if any input file is a terminal.
+- Update dependecies and sections for info file handling
+
+---

Old:

  plzip-1.5.tar.gz
  plzip-1.5.tar.gz.sig

New:

  plzip-1.6.tar.gz
  plzip-1.6.tar.gz.sig



Other differences:
--
++ plzip.spec ++
--- /var/tmp/diff_new_pack.QX5tKF/_old  2017-05-20 10:13:12.599725848 +0200
+++ /var/tmp/diff_new_pack.QX5tKF/_new  2017-05-20 10:13:12.603725283 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package plzip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   plzip
-Version:1.5
+Version:1.6
 Release:0
 Summary:Parallel LZMA Data Compressor
 License:GPL-2.0+
@@ -32,7 +32,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  lzlib-devel
-PreReq: %install_info_prereq
+Requires(post):  %install_info_prereq
+Requires(preun):  %install_info_prereq
 
 %description
 Plzip is a parallel version of the lzip data compressor. The files
@@ -82,7 +83,7 @@
 %post
 %install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
-%postun
+%preun
 %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
 %files

++ plzip-1.5.tar.gz -> plzip-1.6.tar.gz ++
 2107 lines of diff (skipped)




commit sendmail for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2017-05-20 10:12:45

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


Package is "sendmail"

Sat May 20 10:12:45 2017 rev:78 rq:494519 version:8.15.2

Changes:

--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes2017-04-13 
10:46:11.487912255 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2017-05-20 
10:12:48.903073999 +0200
@@ -1,0 +2,5 @@
+Thu May 11 06:14:34 UTC 2017 - wer...@suse.de
+
+- Require user and group mail 
+
+---



Other differences:
--
++ sendmail.spec ++
--- /var/tmp/diff_new_pack.i9mVOf/_old  2017-05-20 10:12:50.806805017 +0200
+++ /var/tmp/diff_new_pack.i9mVOf/_new  2017-05-20 10:12:50.810804452 +0200
@@ -66,6 +66,10 @@
 Requires(post): %insserv_prereq
 Requires(postun): %insserv_prereq
 %endif
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(mail)
+Requires(pre):  user(mail)
+%endif
 Requires(post): %fillup_prereq
 Requires(post): coreutils
 Requires(post): permissions




commit gnuplot for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package gnuplot for openSUSE:Factory checked 
in at 2017-05-20 10:12:38

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


Package is "gnuplot"

Sat May 20 10:12:38 2017 rev:61 rq:494064 version:5.0.6

Changes:

--- /work/SRC/openSUSE:Factory/gnuplot/gnuplot.changes  2016-12-29 
22:43:52.568408017 +0100
+++ /work/SRC/openSUSE:Factory/.gnuplot.new/gnuplot.changes 2017-05-20 
10:12:41.544113766 +0200
@@ -1,0 +2,38 @@
+Wed May 10 08:53:16 UTC 2017 - nico.kru...@gmail.com
+
+- Update to 5.0.6
+  * NEW command 'set micro' enables encoding-specific char for gprintf %c 
format
+  * NEW command 'set datafile missing NaN' treats invalid data as if it were
+missing
+  * NEW backport updated svg/domterm terminal from development version
+  * CHANGE - start/end limits in nested iterations are reevaluated dynamically
+  * CHANGE - revised adjustment of x2label and plot title when x2tics are
+present
+  * CHANGE - mark non-free pdf terminal DEPRECATED
+(to be removed in release 5.2)
+  * CHANGE - allow fractional font sizes for gdlib terminals
+  * CHANGE - do not allow inverted R axis
+(requires support not backported from 5.1)
+  * CHANGE - allow pointinterval property in 'with lp' for splot as well as
+for plot
+  * CHANGE - "linewidth " is accepted as a terminal option for aquaterm,
+qt, wxt
+  * CHANGE - spline segments outside xrange are ignored rather than treated
+as errors
+  * FIX assignment of x/y dimensions in "binary record=(a,b) ... with image"
+  * FIX wxt - multithreaded wxt was faulting during resize (mutex lock failure)
+  * FIX windows - timed pause only worked for intervals < 1 second
+  * FIX Front/back layering of border+grid lines was not always correct in
+hidden3d
+  * FIX "set pm3d depthorder interpolate N,M" memory allocation failure
+  * FIX aquaterm failed to honor request to disable enhanced text markup
+  * FIX save and show commands failed to list linecolor for lines with "lt -1"
+  * FIX the "missing" data flag is honored by "using ($n)" as it is for "using 
n"
+  * FIX error reporting of line number inside a bracketed clause
+  * FIX gnuplot_x11: possible fix for sporadic use-after-free error
+  * FIX initialization of hidden3d structures for splot with dots
+  * FIX track arrowhead properties in hidden3d mode
+  * FIX tracking of NaN values from function evaluated during binary data input
+  * FIX 3D rotation does not clobber hidden/visible status of plots
+
+---

Old:

  gnuplot-5.0.5.tar.gz

New:

  gnuplot-5.0.6.tar.gz



Other differences:
--
++ gnuplot.spec ++
--- /var/tmp/diff_new_pack.ii7Kig/_old  2017-05-20 10:12:42.507977578 +0200
+++ /var/tmp/diff_new_pack.ii7Kig/_new  2017-05-20 10:12:42.511977013 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnuplot
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -83,7 +83,7 @@
 BuildRequires:  xorg-x11
 BuildRequires:  xorg-x11-devel
 Url:http://www.gnuplot.info/
-Version:5.0.5
+Version:5.0.6
 Release:0
 Summary:Function Plotting Utility and more
 License:SUSE-Gnuplot and GPL-2.0+

++ gnuplot-5.0.5.tar.gz -> gnuplot-5.0.6.tar.gz ++
 7558 lines of diff (skipped)





commit putty for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package putty for openSUSE:Factory checked 
in at 2017-05-20 10:12:24

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


Package is "putty"

Sat May 20 10:12:24 2017 rev:14 rq:494005 version:0.69

Changes:

--- /work/SRC/openSUSE:Factory/putty/putty.changes  2017-05-06 
18:30:23.256994753 +0200
+++ /work/SRC/openSUSE:Factory/.putty.new/putty.changes 2017-05-20 
10:12:38.688517240 +0200
@@ -1,0 +2,6 @@
+Tue May  2 13:07:52 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to use convert -strip to not have timestamps
+  in png files to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ putty.spec ++
--- /var/tmp/diff_new_pack.0PDfoY/_old  2017-05-20 10:12:39.328426826 +0200
+++ /var/tmp/diff_new_pack.0PDfoY/_new  2017-05-20 10:12:39.328426826 +0200
@@ -31,6 +31,7 @@
 Source4:%name.keyring
 Patch1: putty-03-config.diff
 Patch2: gtk-buildfix.diff
+Patch3: reproducible.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ImageMagick
 BuildRequires:  gtk3-devel
@@ -45,7 +46,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -p1
+%patch -P 1 -P 2 -P 3 -p1
 
 %build
 %configure


++ reproducible.patch ++
From: Bernhard Wiedemann 
Date: Tue, 8 Mar 2016 19:39:47
# PATCH-FIX-UPSTREAM

Drop build timestamps from png.
Index: putty-0.68/icons/Makefile
===
--- putty-0.68.orig/icons/Makefile
+++ putty-0.68/icons/Makefile
@@ -38,7 +38,7 @@ $(PAMS): %.pam: mkicon.py
./mkicon.py $(MODE) $(join $(subst -, ,$(basename $@)),_icon) $@
 
 $(PNGS) $(MONOPNGS) $(TRUEPNGS): %.png: %.pam
-   convert $< $@
+   convert -strip $< $@
 
 $(MONOPAMS): %.pam: mkicon.py
./mkicon.py -2 $(MODE) $(join $(subst -, ,$(subst -mono,,$(basename 
$@))),_icon) $@



commit libfabric for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libfabric for openSUSE:Factory 
checked in at 2017-05-20 10:13:02

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


Package is "libfabric"

Sat May 20 10:13:02 2017 rev:2 rq:494714 version:1.4.2

Changes:

--- /work/SRC/openSUSE:Factory/libfabric/libfabric.changes  2017-03-24 
02:17:36.474418860 +0100
+++ /work/SRC/openSUSE:Factory/.libfabric.new/libfabric.changes 2017-05-20 
10:13:17.986964675 +0200
@@ -1,0 +2,33 @@
+Thu May 11 18:14:41 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Update to v1.4.2-rc1 (bsc#1036907).
+- Update notes:
+ - Fix for OS X clock_gettime() portability issue.
+ - Updated default counter wait object for improved performance
+ - Fix multi-threaded RMA progress stalls
+ - Updated default counter wait object for improved performance
+ - Fix multi-threaded RMA progress stalls
+ - Fix error in fi_cq_sreadfrom aborting before timeout expires
+ - Set atomic iov count correct correctly inside fi_atomicv
+ - Fix handling of apps that call fork.  Move ibv_fork_init() before
+   calling any other verbs call.
+ - Fix crash in fi_write when connection is not yet established and
+   write data size is below inline threshold.
+ - Fix issues not handling multiple ipoib interfaces
+ - Reduce lock contention on buffer pools in send/completion handling
+   code.
+ 
+
+
+---
+Wed Apr  5 10:19:28 UTC 2017 - josef.moell...@suse.com
+
+- This version fixes bnc#990184
+  (bnc#990184)
+
+---
+Thu Mar 23 16:21:53 UTC 2017 - jeng...@inai.de
+
+- RPM group fix
+
+---

Old:

  libfabric-1.4.1.tar.bz2

New:

  libfabric-1.4.2rc1.tar.bz2



Other differences:
--
++ libfabric.spec ++
--- /var/tmp/diff_new_pack.EJ5vXQ/_old  2017-05-20 10:13:18.610876521 +0200
+++ /var/tmp/diff_new_pack.EJ5vXQ/_new  2017-05-20 10:13:18.614875956 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libfabric (Version 1.2.0)
+# spec file for package libfabric
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,23 +14,30 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
+%define git_ver rc1
+
 Name:   libfabric
 Summary:User-space RDMA Fabric Interfaces
-Version:1.4.1
-Release:1
 License:GPL-2.0 or BSD-2-Clause
-Group:  System Environment/Libraries
-Source: 
https://github.com/ofiwg/libfabric/releases/download/v1.4.1/libfabric-1.4.1.tar.bz2
+Group:  Development/Libraries/C and C++
+Version:1.4.2
+Release:0
+Source: 
https://github.com/ofiwg/libfabric/releases/download/v%{version}%{git_ver}/%{name}-%{version}%{git_ver}.tar.bz2
 Source1:baselibs.conf
 Patch0: libfabric-libtool.patch
 Url:http://www.github.com/ofiwg/libfabric
 Prefix: ${_prefix}
-BuildRequires: libnl3-devel
-BuildRequires: librdmacm-devel
-BuildRequires: libibverbs-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires: infinipath-psm-devel
+BuildRequires:  libibverbs-devel
+BuildRequires:  libnl3-devel
 BuildRequires: libpsm2-devel
-BuildRequires: automake autoconf libtool
+BuildRequires:  librdmacm-devel
+BuildRequires:  libtool
 BuildRequires: pkg-config
 #Currently *only* builds on x86_64 as it is dependent on libpsm2
 ExclusiveArch:  x86_64
@@ -44,7 +51,6 @@
 Summary:   Libfabric runtime libary
 Group: System/Libraries
 
-
 %description -n libfabric%{lib_major}
 libfabric provides a user-space API to access high-performance fabric
 services, such as RDMA. This package contains the runtime library.
@@ -59,7 +65,7 @@
 Development files for the libfabric library.
 
 %prep
-%setup -q
+%setup -q -n  %{name}-%{version}%{git_ver}
 %patch0 -p1
 
 %build
@@ -244,6 +250,6 @@
 %{_includedir}/rdma/fi_trigger.h
 %{_includedir}/rdma/fi_ext_usnic.h
 
-
 %{_libdir}/pkgconfig/%{name}.pc
+
 %changelog




commit mate-applet-softupd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-softupd for 
openSUSE:Factory checked in at 2017-05-20 10:12:41

Comparing /work/SRC/openSUSE:Factory/mate-applet-softupd (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-softupd.new (New)


Package is "mate-applet-softupd"

Sat May 20 10:12:41 2017 rev:4 rq:494379 version:0.4.6

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-softupd/mate-applet-softupd.changes  
2017-03-20 17:11:36.348561863 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-applet-softupd.new/mate-applet-softupd.changes 
2017-05-20 10:12:43.415849303 +0200
@@ -1,0 +2,6 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.4.6:
+  * Yumex DNF viewer is being superseded by dnfdragora.
+
+---

Old:

  mate-applet-softupd-0.4.5.tar.gz

New:

  mate-applet-softupd-0.4.6.tar.gz



Other differences:
--
++ mate-applet-softupd.spec ++
--- /var/tmp/diff_new_pack.eJVH7T/_old  2017-05-20 10:12:43.951773581 +0200
+++ /var/tmp/diff_new_pack.eJVH7T/_new  2017-05-20 10:12:43.951773581 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _ver_date 2016/12
+%define _ver_date 2017/04
 Name:   mate-applet-softupd
-Version:0.4.5
+Version:0.4.6
 Release:0
 Summary:MATE panel applet for software update notifications
 License:GPL-2.0+

++ mate-applet-softupd-0.4.5.tar.gz -> mate-applet-softupd-0.4.6.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-applet-softupd-0.4.5/ChangeLog 
new/mate-applet-softupd-0.4.6/ChangeLog
--- old/mate-applet-softupd-0.4.5/ChangeLog 2016-12-19 23:48:15.0 
+0100
+++ new/mate-applet-softupd-0.4.6/ChangeLog 2017-04-12 22:30:31.0 
+0200
@@ -1,3 +1,7 @@
+Apr 12, 2017 - Version 0.4.6
+
+* Yumex DNF viewer is being superseded by dnfdragora.
+
 Dec 20, 2016 - Version 0.4.5
 
 * Fix count in DNF backed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-applet-softupd-0.4.5/Makefile.in 
new/mate-applet-softupd-0.4.6/Makefile.in
--- old/mate-applet-softupd-0.4.5/Makefile.in   2016-12-19 23:49:51.0 
+0100
+++ new/mate-applet-softupd-0.4.6/Makefile.in   2017-04-12 22:30:51.0 
+0200
@@ -203,8 +203,7 @@
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(srcdir)/mate-applet-softupd.spec.in ABOUT-NLS AUTHORS \
COPYING ChangeLog INSTALL NEWS README TODO compile \
-   config.guess config.rpath config.sub depcomp install-sh \
-   missing
+   config.guess config.rpath config.sub install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -262,6 +261,7 @@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CHECK_DNF = @CHECK_DNF@
+CHECK_DNFDRAGORA = @CHECK_DNFDRAGORA@
 CHECK_GPKUPDATEVIEWER = @CHECK_GPKUPDATEVIEWER@
 CHECK_PACKAGEKIT = @CHECK_PACKAGEKIT@
 CHECK_UPDATEMANAGER = @CHECK_UPDATEMANAGER@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-applet-softupd-0.4.5/configure 
new/mate-applet-softupd-0.4.6/configure
--- old/mate-applet-softupd-0.4.5/configure 2016-12-19 23:49:52.0 
+0100
+++ new/mate-applet-softupd-0.4.6/configure 2017-04-12 22:30:52.0 
+0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-applet-softupd 0.4.5.
+# Generated by GNU Autoconf 2.69 for mate-applet-softupd 0.4.6.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-applet-softupd'
 PACKAGE_TARNAME='mate-applet-softupd'
-PACKAGE_VERSION='0.4.5'
-PACKAGE_STRING='mate-applet-softupd 0.4.5'
+PACKAGE_VERSION='0.4.6'
+PACKAGE_STRING='mate-applet-softupd 0.4.6'
 PACKAGE_BUGREPORT='assen.to...@gmail.com'
 PACKAGE_URL=''
 
@@ -604,6 +604,7 @@
 LIBMATENOTIFY_CFLAGS
 RPM_BUILDREQUIRES_INSTALLER
 RPM_REQUIRES_INSTALLER
+CHECK_DNFDRAGORA
 CHECK_UPDATEMANAGER
 CHECK_GPKUPDATEVIEWER
 CHECK_YUMEXDNFVIEWER
@@ -1345,7 +1346,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mate-applet-softupd 0.4.5 to adapt to many kinds of 
systems.
+\`configure' configures mate-applet-softupd 0.4.6 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1416,7 +1417,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help 

commit clzip for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package clzip for openSUSE:Factory checked 
in at 2017-05-20 10:12:50

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


Package is "clzip"

Sat May 20 10:12:50 2017 rev:9 rq:494555 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/clzip/clzip.changes  2016-05-29 
03:14:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.clzip.new/clzip.changes 2017-05-20 
10:12:52.886511170 +0200
@@ -1,0 +2,17 @@
+Thu May 11 08:32:38 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.9:
+  * The option '-l, --list' has been ported from lziprecover.
+  * It is now an error to specify two or more different operations
+in the command line (--decompress, --list or --test).
+  * Compression time of option '-0' has been reduced by 6%.
+  * Compression time of options '-1' to '-9' has been reduced by 1%.
+  * Decompression time has been reduced by 7%.
+  * In test mode, clzip now continues checking the rest of the
+files if any input file is a terminal.
+  * Trailing data are now shown both in hexadecimal and as a string
+of printable ASCII characters.
+  * Three missing chapters have been added to the manual, which
+now contains all the chapters of the lzip manual.
+
+---

Old:

  clzip-1.8.tar.gz
  clzip-1.8.tar.gz.sig

New:

  clzip-1.9.tar.gz
  clzip-1.9.tar.gz.sig



Other differences:
--
++ clzip.spec ++
--- /var/tmp/diff_new_pack.mP7D9k/_old  2017-05-20 10:12:53.938362551 +0200
+++ /var/tmp/diff_new_pack.mP7D9k/_new  2017-05-20 10:12:53.938362551 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package clzip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2011-2013 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   clzip
-Version:1.8
+Version:1.9
 Release:0
 Summary:Lossless Data Compressor based on LZMA
 License:GPL-2.0+
@@ -62,7 +62,7 @@
 make %{?_smp_flags}
 
 %install
-make install DESTDIR="%buildroot"
+%make_install
 
 %check
 make check

++ clzip-1.8.tar.gz -> clzip-1.9.tar.gz ++
 5703 lines of diff (skipped)




commit xmgrace for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package xmgrace for openSUSE:Factory checked 
in at 2017-05-20 10:12:04

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


Package is "xmgrace"

Sat May 20 10:12:04 2017 rev:8 rq:493058 version:5.1.25

Changes:

--- /work/SRC/openSUSE:Factory/xmgrace/xmgrace.changes  2015-03-18 
13:04:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.xmgrace.new/xmgrace.changes 2017-05-20 
10:12:13.716045674 +0200
@@ -1,0 +2,5 @@
+Thu May  4 12:42:19 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ xmgrace.spec ++
--- /var/tmp/diff_new_pack.m8VOjo/_old  2017-05-20 10:12:14.263968257 +0200
+++ /var/tmp/diff_new_pack.m8VOjo/_new  2017-05-20 10:12:14.263968257 +0200
@@ -36,6 +36,7 @@
 Patch0: xmgrace-null.patch
 Patch1: xmgrace-strip.patch
 Patch2: xmgrace-help.patch
+Patch3: reproducible.patch
 Url:http://plasma-gate.weizmann.ac.il/Grace/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -63,6 +64,7 @@
 %patch0 -p0
 %patch1 
 %patch2
+%patch3 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --libdir=/usr/%{_lib} 
--enable-grace-home=/usr/%{_lib}/xmgrace --bindir=/usr/bin 
--with-helpviewer="/usr/bin/desktop-launch %s" --mandir=%{_mandir}

++ reproducible.patch ++
PATCH-FIX-UPSTREAM -- ToDo
Author: Bernhard M. Wiedemann 
Date:   Thu May 4 13:15:15 2017 +0200
Allow to override the build date

using the SOURCE_DATE_EPOCH env var
to make package builds reproducible.

See https://reproducible-builds.org/ for why this is good
and https://reproducible-builds.org/specs/source-date-epoch/
for the definition of this variable.

also use gmtime instead of localtime to not be dependent on locale

Index: grace-5.1.25/src/buildinfo.c
===
--- grace-5.1.25.orig/src/buildinfo.c
+++ grace-5.1.25/src/buildinfo.c
@@ -52,6 +52,7 @@ static void VersionInfo(FILE *outfile)
 struct utsname u_info;
 time_t time_info;
 char *ctime_string;
+char *source_date_epoch;
 
 fprintf(outfile, "#define BI_VERSION_ID %d\n",
 MAJOR_REV*1 + MINOR_REV*100 + PATCHLEVEL);
@@ -104,8 +105,9 @@ static void VersionInfo(FILE *outfile)
 fprintf(outfile, "#define BI_SYSTEM \"%s %s %s %s\"\n",
 u_info.sysname, u_info.version, u_info.release, u_info.machine);
 
-time_info = time(NULL);
-ctime_string = ctime(_info);
+if ((source_date_epoch = getenv("SOURCE_DATE_EPOCH")) == NULL || 
(time_info = (time_t)strtol(source_date_epoch, NULL, 10)) <= 0)
+time_info = time(NULL);
+ctime_string = asctime(gmtime(_info));
 if (ctime_string[strlen(ctime_string) - 1] == '\n') {
 ctime_string[strlen(ctime_string) - 1] = '\0';
 }




commit mate-applet-dock for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package mate-applet-dock for 
openSUSE:Factory checked in at 2017-05-20 10:12:43

Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
 and  /work/SRC/openSUSE:Factory/.mate-applet-dock.new (New)


Package is "mate-applet-dock"

Sat May 20 10:12:43 2017 rev:14 rq:494387 version:0.77

Changes:

--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2017-03-20 17:11:35.568671983 +0100
+++ /work/SRC/openSUSE:Factory/.mate-applet-dock.new/mate-applet-dock.changes   
2017-05-20 10:12:45.043619311 +0200
@@ -1,0 +2,30 @@
+Tue May  9 16:45:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.77:
+  * Applications can be added to the dock by dragging them off
+menu applets (Main Menu, Menu Bar, Advanced Menu, Brisk Menu)
+and onto the applet (Gtk3 only).
+  * If data is dragged from an app onto another running app's icon
+the new app will be made active, allowing the dragged data to
+dropped onto it (Gtk3 only).
+  * Add keyboard shortcuts to select and acticate applications in
+the dock:
++ 1-0 for the first 10 apps in the dock
++ 1-0 for apps 10-20 in the dock
+For the 5th application, it would be necessary to hold down
+the Super key (i.e. the Windows key) and press 5. For the 12th
+application, it would be necessary to hold bown both the Super
+key and the Alt key and press 2.
+The effect of these shortcuts is as follows:
++ If the application is not running, it will be started.
++ If the application is running and only has a single window
+  open, the window will cycled between minimised and activated
+  states.
++ If the application is running and has multiple windows open,
+  each keypress will activate and display each window in turn.
+  *  Update the About window to provide details of the new
+ drag and drop and keyboard shortcuut features.
+  * Fix a bug which prevented window and action lists from
+appearing.
+
+---

Old:

  mate-dock-applet-0.76.tar.gz

New:

  mate-dock-applet-0.77.tar.gz



Other differences:
--
++ mate-applet-dock.spec ++
--- /var/tmp/diff_new_pack.G8yZef/_old  2017-05-20 10:12:45.691527767 +0200
+++ /var/tmp/diff_new_pack.G8yZef/_new  2017-05-20 10:12:45.691527767 +0200
@@ -18,13 +18,13 @@
 
 %define _name   mate-dock-applet
 Name:   mate-applet-dock
-Version:0.76
+Version:0.77
 Release:0
 Summary:Dock applet for the MATE panel
 License:GPL-2.0+
 Group:  System/GUI/Other
 Url:https://github.com/robint99/mate-dock-applet
-Source: 
https://github.com/robint99/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source: 
https://github.com/robint99/%{_name}/archive/V%{version}.tar.gz#/%{_name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -78,11 +78,6 @@
 rm -rf *.pyc *.pyo __pycache__/
 touch -c *.py
 %py3_compile .
-if [[ "$(head -c2 "$py"; echo)" == "#!" ]]; then
-chmod a+x "$py"
-else
-chmod a-x "$py"
-fi
 done
 
 %post

++ mate-dock-applet-0.76.tar.gz -> mate-dock-applet-0.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-dock-applet-0.76/ChangeLog 
new/mate-dock-applet-0.77/ChangeLog
--- old/mate-dock-applet-0.76/ChangeLog 2017-01-25 11:53:42.0 +0100
+++ new/mate-dock-applet-0.77/ChangeLog 2017-03-21 09:47:20.0 +0100
@@ -1,3 +1,35 @@
+V0.77 Extended drag and support in Gtk3 version of the applet:
+Apps can be added to the dock by dragging them off menu applets
+(Main Menu, Menu Bar, Advanced Menu, Brisk Menu) and onto the
+applet (Gtk3 only)
+If data is dragged from an app onto another running app's icon
+the new app will be made active, allowing the dragged data to
+dropped onto it (Gtk3 only)
+
+   Added keyboard shortcuts to select and acticate apps in the dock:
+1-0 for the first 10 apps in the dock
+1-0 for apps 10-20 in the dock
+
+For the 5th app, it would be necessary to hold down the Super key
+(i.e. the Windows) key and press 5. For the 12th app, it would be 
necessary
+to hold bown both the Super key and the Alt key and press 2.
+
+The effect of these shortcuts is as follows:
+If the app is not running, it will be started.
+If the app is running and only has a single window open, the 
window will
+cycled between minimised and 

commit postgresql96 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package postgresql96 for openSUSE:Factory 
checked in at 2017-05-20 10:11:39

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


Package is "postgresql96"

Sat May 20 10:11:39 2017 rev:4 rq:496337 version:9.6.3

Changes:

--- /work/SRC/openSUSE:Factory/postgresql96/postgresql96-libs.changes   
2017-03-21 22:42:59.738367043 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql96.new/postgresql96-libs.changes  
2017-05-20 10:11:41.128650065 +0200
@@ -1,0 +2,24 @@
+Wed May 17 20:03:22 UTC 2017 - dims...@opensuse.org
+
+- Replace krb5-devel BuildRequires with pkgconfig(krb5): allow OBS
+  to deliver krb5-mini when applicable.
+
+---
+Thu May 11 07:04:28 UTC 2017 - m...@suse.com
+
+- Update to version 9.6.3:
+  * https://www.postgresql.org/docs/9.6/static/release-9-6-3.html
+  * CVE-2017-7486, bsc#1037624: Restrict visibility of
+pg_user_mappings.umoptions, to protect passwords stored as
+user mapping options.
+!!! Manual action is needed to fix this in existing databases
+!!! See upstream release notes for details.
+  * CVE-2017-7485, bsc#1038293: recognize PGREQUIRESSL variable
+again.
+  * CVE-2017-7484, bsc#1037603: Prevent exposure of statistical
+information via leaky operators.
+  * Obsoletes postgresql-9.6.2-fix-timezone-tests.patch
+- Added "Requires: timezone" to Server Package (bsc#973660)
+- Submit postgresql96 to SLE-12 (bsc#1038474, fate#321481).
+
+---
postgresql96.changes: same change

Old:

  postgresql-9.6.2-fix-timezone-tests.patch
  postgresql-9.6.2.tar.bz2

New:

  postgresql-9.6.3.tar.bz2



Other differences:
--
++ postgresql96-libs.spec ++
--- /var/tmp/diff_new_pack.uvOCyP/_old  2017-05-20 10:11:42.012525178 +0200
+++ /var/tmp/diff_new_pack.uvOCyP/_new  2017-05-20 10:11:42.012525178 +0200
@@ -53,17 +53,17 @@
 %endif
 
 BuildRequires:  fdupes
-BuildRequires:  krb5-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-alternatives
+BuildRequires:  pkgconfig(krb5)
 #!BuildIgnore:  %pgname
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.6.2
+Version:9.6.3
 Release:0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -77,7 +77,6 @@
 Patch6: postgresql-testsuite-int8.sql.patch
 Patch8: postgresql-testsuite-keep-results-file.patch
 Patch9: postgresql-var-run-socket.patch
-Patch10:postgresql-9.6.2-fix-timezone-tests.patch
 Url:https://www.postgresql.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   postgresql = %version
@@ -97,8 +96,6 @@
 HTML documentation for PostgreSQL can be found in the postgresql-docs
 package.
 
-%if %buildlibs
-
 %package -n %libpq
 Summary:Shared Libraries Required for PostgreSQL Clients
 Group:  Productivity/Databases/Clients
@@ -139,7 +136,6 @@
 
 This package provides the runtime library of the embedded SQL C
 preprocessor for PostgreSQL.
-%endif
 
 %if %builddevel
 %package -n %pgname-devel
@@ -177,6 +173,7 @@
 PreReq: postgresql = %version
 PreReq: postgresql-init >= %majorversion
 Requires:   glibc-locale
+Requires:   timezone
 Provides:   postgresql-server = %version
 Requires(preun): postgresql-init >= %majorversion
 Requires(postun): postgresql-init >= %majorversion
@@ -224,8 +221,8 @@
 
 %package contrib
 Summary:Contributed Extensions and Additions to PostgreSQL
-Group:  Productivity/Databases/Tools
 #FIXME
+Group:  Productivity/Databases/Tools
 PreReq: %pgname-server = %version
 Provides:   postgresql-contrib = %version
 Requires(post): update-alternatives
@@ -313,7 +310,6 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete

postgresql96.spec: same change
++ postgresql-9.6.2.tar.bz2 -> postgresql-9.6.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql96/postgresql-9.6.2.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql96.new/postgresql-9.6.3.tar.bz2 differ: 
char 11, line 1




commit snapper for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2017-05-20 10:11:22

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


Package is "snapper"

Sat May 20 10:11:22 2017 rev:93 rq:495568 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2017-03-31 
15:04:20.704005161 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes 2017-05-20 
10:11:25.238895194 +0200
@@ -1,0 +2,12 @@
+Tue May 09 13:52:46 CEST 2017 - aschn...@suse.com
+
+- set cleanup algorithm for rollback snapshots (fate#321773)
+- version 0.5.0
+
+---
+Thu Apr 20 10:22:57 CEST 2017 - aschn...@suse.com
+
+- generate build file for Ubuntu 17.04
+- version 0.4.5
+
+---

Old:

  snapper-0.4.4.tar.bz2

New:

  snapper-0.5.0.tar.bz2
  snapper-xUbuntu_17.04.dsc



Other differences:
--
++ snapper.spec ++
--- /var/tmp/diff_new_pack.gjbTkP/_old  2017-05-20 10:11:25.958793477 +0200
+++ /var/tmp/diff_new_pack.gjbTkP/_new  2017-05-20 10:11:25.958793477 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   snapper
-Version:0.4.4
+Version:0.5.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: snapper-%{version}.tar.bz2

++ debian.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debian/changelog new/debian/changelog
--- old/debian/changelog2017-01-13 19:37:56.822678000 +0100
+++ new/debian/changelog2017-05-10 12:15:56.325559246 +0200
@@ -1,3 +1,9 @@
+snapper (0.5.0-0) stable; urgency=low
+
+  * Updated to version 0.5.0
+
+ -- Arvin Schnell   Tue,  9 May 2017 21:30:55 +0200
+
 snapper (0.4.1-0) stable; urgency=low
 
   * Updated to version 0.4.1

++ snapper-0.4.4.tar.bz2 -> snapper-0.5.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.4.4/LIBVERSION new/snapper-0.5.0/LIBVERSION
--- old/snapper-0.4.4/LIBVERSION2016-12-16 13:22:14.0 +0100
+++ new/snapper-0.5.0/LIBVERSION2017-05-10 12:15:56.0 +0200
@@ -1 +1 @@
-4.0.0
+4.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.4.4/Makefile.am 
new/snapper-0.5.0/Makefile.am
--- old/snapper-0.4.4/Makefile.am   2017-01-13 19:37:56.0 +0100
+++ new/snapper-0.5.0/Makefile.am   2017-05-10 12:15:56.0 +0200
@@ -23,7 +23,8 @@
 xUbuntu_15.04  \
 xUbuntu_15.10  \
 xUbuntu_16.04  \
-xUbuntu_16.10
+xUbuntu_16.10  \
+xUbuntu_17.04
 
 show-debian:
@echo "Debian flavors: $(DEBIAN_FLAVOURS)"
@@ -61,9 +62,9 @@
 package: snapper-$(VERSION).tar.bz2 package-clean
tar cfzv package/debian.tar.gz --transform='s|dists/||' 
--show-transformed --exclude='*.in' dists/debian/*
cp dists/debian/*.dsc.in package/
-   echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" 
>>package/snapper-Debian.dsc.in
-   echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" 
>>package/snapper-xUbuntu.dsc.in
-   for FLAV in $(DEBIAN_FLAVOURS); do cp -v package/snapper-Debian.dsc.in  
package/snapper-$${FLAV}.dsc; done
+   echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> 
package/snapper-Debian.dsc.in
+   echo "$(shell md5sum $< | sed -e 's/\s.*//') $(shell wc -c $<)" >> 
package/snapper-xUbuntu.dsc.in
+   for FLAV in $(DEBIAN_FLAVOURS); do cp -v package/snapper-Debian.dsc.in 
package/snapper-$${FLAV}.dsc; done
for FLAV in $(UBUNTU_FLAVOURS); do cp -v package/snapper-xUbuntu.dsc.in 
package/snapper-$${FLAV}.dsc; done
rm package/snapper*.dsc.in*
mv snapper-$(VERSION).tar.bz2 package/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.4.4/Makefile.in 
new/snapper-0.5.0/Makefile.in
--- old/snapper-0.4.4/Makefile.in   2017-03-23 11:38:33.0 +0100
+++ new/snapper-0.5.0/Makefile.in   2017-05-10 12:34:25.0 +0200
@@ -400,7 +400,8 @@
 xUbuntu_15.04  \
 xUbuntu_15.10  \
 xUbuntu_16.04  \
-xUbuntu_16.10
+xUbuntu_16.10  \
+xUbuntu_17.04
 
 all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -952,9 +953,9 @@
 package: snapper-$(VERSION).tar.bz2 package-clean
tar cfzv package/debian.tar.gz --transform='s|dists/||' 
--show-transformed --exclude='*.in' dists/debian/*
cp dists/debian/*.dsc.in package/
-   echo "$(shell md5sum $< | sed -e 

commit parted for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package parted for openSUSE:Factory checked 
in at 2017-05-20 10:11:35

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


Package is "parted"

Sat May 20 10:11:35 2017 rev:114 rq:495788 version:3.2

Changes:

--- /work/SRC/openSUSE:Factory/parted/parted.changes2017-05-04 
08:55:06.007081510 +0200
+++ /work/SRC/openSUSE:Factory/.parted.new/parted.changes   2017-05-20 
10:11:36.717273366 +0200
@@ -1,0 +2,19 @@
+Tue May 16 15:28:47 CEST 2017 - sparscha...@suse.de
+
+- Enhance fdasd detection and probing (bsc#935127, fate#320525)
+  - add: 0001-fdasd-geometry-handling-updated-from-upstream-s390-t.patch
+  - add: 0002-dasd-enhance-device-probing.patch
+  - add: 0003-parted-fix-build-error-on-s390.patch
+  - add: 0004-fdasd.c-Safeguard-against-geometry-misprobing.patch
+  - add: 0005-libparted-Remove-fdasd-geometry-code-from-alloc_meta.patch
+  - refresh: libparted-dasd-update-and-improve-fdasd-functions.patch
+  - refresh: libparted-dasd-add-new-fdasd-functions.patch
+
+---
+Thu May 11 12:53:20 CEST 2017 - sparscha...@suse.de
+
+- Add support for RAM drives for not erasing them when printing
+  their partitions (bsc#1006834)
+  - add: libparted-Add-support-for-RAM-drives.patch
+
+---

New:

  0001-fdasd-geometry-handling-updated-from-upstream-s390-t.patch
  0002-dasd-enhance-device-probing.patch
  0003-parted-fix-build-error-on-s390.patch
  0004-fdasd.c-Safeguard-against-geometry-misprobing.patch
  0005-libparted-Remove-fdasd-geometry-code-from-alloc_meta.patch
  libparted-Add-support-for-RAM-drives.patch



Other differences:
--
++ parted.spec ++
--- /var/tmp/diff_new_pack.ij10Fm/_old  2017-05-20 10:11:37.993093100 +0200
+++ /var/tmp/diff_new_pack.ij10Fm/_new  2017-05-20 10:11:37.997092535 +0200
@@ -63,10 +63,17 @@
 Patch35:libparted-Add-support-for-NVMe-devices.patch
 Patch36:libparted-fix-nvme-partition-naming.patch
 Patch37:libparted-dont-warn-if-no-HDIO_GET_IDENTITY.patch
+# fate#320525 / bsc#935127
+Patch38:0001-fdasd-geometry-handling-updated-from-upstream-s390-t.patch
+Patch39:0002-dasd-enhance-device-probing.patch
+Patch40:0003-parted-fix-build-error-on-s390.patch
+Patch41:0004-fdasd.c-Safeguard-against-geometry-misprobing.patch
+Patch42:0005-libparted-Remove-fdasd-geometry-code-from-alloc_meta.patch
 # fate#321531
-Patch38:libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch
-Patch39:libparted-dasd-update-and-improve-fdasd-functions.patch
-Patch40:libparted-dasd-add-new-fdasd-functions.patch
+Patch43:libparted-dasd-unify-vtoc-handling-for-cdl-ldl.patch
+Patch44:libparted-dasd-update-and-improve-fdasd-functions.patch
+Patch45:libparted-dasd-add-new-fdasd-functions.patch
+Patch46:libparted-Add-support-for-RAM-drives.patch
 Patch100:   parted-fatresize-autoconf.patch
 BuildRequires:  check-devel
 BuildRequires:  device-mapper-devel >= 1.02.33
@@ -150,6 +157,12 @@
 %patch38 -p1
 %patch39 -p1
 %patch40 -p1
+%patch41 -p1
+%patch42 -p1
+%patch43 -p1
+%patch44 -p1
+%patch45 -p1
+%patch46 -p1
 %patch100 -p1
 
 %build

++ 0001-fdasd-geometry-handling-updated-from-upstream-s390-t.patch ++
From: Viktor Mihajlovski 
Date: Thu, 17 Sep 2015 15:33:28 +0200
Subject: fdasd: geometry handling updated from upstream s390-tools
References: fate#320525 / bsc#935127
Patch-mainline: v3.3
Git-commit: 4d480d980a9b69b432b8d60df3c4397ba8cdc965

Remove the necessity for DASD-specific ioctls for partition handling.
This allows to correctly handle DASD-backed virtio block devices.

Note that this is necessary because virtio is just the transport.
A DASD, even if provided via virtio, still has it's unique
characteristics, which means that only traditional DASD partition
table formats can be used (no MBR, GPT, or similar).

Use bzero for initialization to make sure all struct members are
properly cleared. Also changed partition list handling code to be
more similar to upstream s390-tools fdasd.

Further, enhanced error handling capabilities by providing a
return code by fdasd_get_geometry.

Code is largely backported from s390-tools project.

Signed-off-by: Viktor Mihajlovski 
Acked-by: Stefan Haberland 
Signed-off-by: Hendrik Brueckner 
Signed-off-by: Brian C. Lane 
Acked-by: Sebastian Parschauer 
---
 include/parted/fdasd.in.h |   4 +-
 libparted/labels/fdasd.c  

commit kdump for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2017-05-20 10:11:27

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


Package is "kdump"

Sat May 20 10:11:27 2017 rev:87 rq:495621 version:0.8.16

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2017-03-15 
01:59:45.444893391 +0100
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2017-05-20 
10:11:33.453734485 +0200
@@ -1,0 +2,27 @@
+Wed May 17 13:31:11 UTC 2017 - ptesa...@suse.com
+
+- kdump-x86_64-kexec-file-syscall.patch: add -s on x86_64 for
+  signature verification of kernel. (fate#315018, bsc#884453)
+
+---
+Wed May 17 13:18:23 UTC 2017 - ptesa...@suse.com
+
+- kdump-bind-mount-sysroot.patch: Convert sysroot to a bind mount
+  in kdump initrd (bsc#976864).
+- kdump-pre-generate-mount-units.patch: Pre-generate kdump mount
+  units (bsc#942895).
+- kdump-always-pass-kernelver-to-dracut.patch: Always pass kernel
+  version to dracut (bsc#900418).
+- kdump-no-xen-secondary-kernel.patch: Avoid Xenlinux (aka
+  traditional, Xenified or SUSE) kernels as kdump kernel
+  (bsc#900418, bsc#974270).
+
+---
+Tue May 16 11:31:53 UTC 2017 - ptesa...@suse.com
+
+- kdump-KDUMP_SSH_IDENTITY.patch: Add KDUMP_SSH_IDENTITY config
+  option (FATE#321583).
+- kdump-KDUMP_SSH_IDENTITY-cfg.patch: Add KDUMP_SSH_IDENTITY to the
+  config file template (FATE#321583).
+
+---
@@ -20,0 +48,16 @@
+  o Improve systemd integration (FATE#319020, bsc#900134,
+bsc#909515, bsc#936363, bsc#936475, bsc#936489, bsc#942895,
+bsc#943902, bsc#944606, bsc#947825, bsc#948913).
+  o Use OpenSSH for SSH and SFTP (FATE#318874, bsc#917747).
+  o Improve 'kdumptool calibrate' (FATE#318842, bsc#882082,
+bsc#947539, bsc#952141, bsc#953732).
+  o Improve network initialization (bsc#943214, bsc#944201,
+bsc#980328).
+  o Fix FADUMP with systemd (bsc#917846, bsc#923790, bsc#944699).
+  o Fix saving to XFS (bsc#964206).
+  o Use full path to dracut (bsc#989972, bsc#990200,
+CVE-2016-5759).
+  o Documentation updates (bsc#987862, bsc#997104).
+  o Various smaller fixes (bsc#905690, bsc#927451, bsc#932339,
+bsc#934581, bsc#941088, bsc#946242, bsc#948956, bsc#951844,
+bsc#952149, bsc#970708, bsc#973213, bsc#984799, bsc#986081).

New:

  kdump-KDUMP_SSH_IDENTITY-cfg.patch
  kdump-KDUMP_SSH_IDENTITY.patch
  kdump-always-pass-kernelver-to-dracut.patch
  kdump-bind-mount-sysroot.patch
  kdump-no-xen-secondary-kernel.patch
  kdump-pre-generate-mount-units.patch
  kdump-x86_64-kexec-file-syscall.patch



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.qsKpR6/_old  2017-05-20 10:11:34.081645764 +0200
+++ /var/tmp/diff_new_pack.qsKpR6/_new  2017-05-20 10:11:34.081645764 +0200
@@ -42,6 +42,13 @@
 Source: %{name}-%{version}.tar.bz2
 Source2:%{name}-rpmlintrc
 Patch1: %{name}-cmake-compat.patch
+Patch2: %{name}-KDUMP_SSH_IDENTITY.patch
+Patch3: %{name}-KDUMP_SSH_IDENTITY-cfg.patch
+Patch4: %{name}-no-xen-secondary-kernel.patch
+Patch5: %{name}-always-pass-kernelver-to-dracut.patch
+Patch6: %{name}-pre-generate-mount-units.patch
+Patch7: %{name}-bind-mount-sysroot.patch
+Patch8: %{name}-x86_64-kexec-file-syscall.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -102,6 +109,13 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ kdump-KDUMP_SSH_IDENTITY-cfg.patch ++
Date: Tue May 16 13:30:14 2017 +0200
From: Petr Tesarik 
Subject: Add KDUMP_SSH_IDENTITY to the config file template
References: FATE#321583
Git-commit: c257bdb31fa65133fe3a380b09e61566fefef4fe
Upstream: v0.8.17

Also put the new option to the config file template, so it can be
modified using the standard /etc/sysconfig editor.

Signed-off-by: Petr Tesarik 

---
 sysconfig.kdump.in |   10 ++
 1 file changed, 10 insertions(+)

--- a/sysconfig.kdump.in
+++ b/sysconfig.kdump.in
@@ -383,3 +383,13 @@ KDUMP_NOTIFICATION_CC=""
 #
 # See also: kdump(5)
 KDUMP_HOST_KEY=""
+
+## Type:string
+## Default: ""
+## ServiceRestart: kdump
+#
+# List of SSH identity files for public key authentication. If empty, kdump
+# will try all standard OpenSSH identities for the 'root' user.
+#
+# See also: kdump(5)
+KDUMP_SSH_IDENTITY=""
++ kdump-KDUMP_SSH_IDENTITY.patch 

commit rpmlint for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2017-05-20 10:10:24

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


Package is "rpmlint"

Sat May 20 10:10:24 2017 rev:271 rq:495345 version:1.8

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2017-05-04 
08:53:23.437546813 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2017-05-20 
10:10:33.662182722 +0200
@@ -0,0 +1,7 @@
+---
+Tue May 16 13:37:33 UTC 2017 - krah...@suse.com
+
+- whitelisting switchroo-control (bsc#1034309)
+
+--- 
+



Other differences:
--
rpmlint.spec: same change
++ config ++
--- /var/tmp/diff_new_pack.o6T8Gm/_old  2017-05-20 10:10:35.321948204 +0200
+++ /var/tmp/diff_new_pack.o6T8Gm/_new  2017-05-20 10:10:35.325947638 +0200
@@ -745,6 +745,9 @@
 # backintime (bsc#1007723, bsc#1032717)
 "net.launchpad.backintime.serviceHelper.conf",
 "net.launchpad.backintime.serviceHelper.service",
+# switchroo-control (bsc#1034309)
+"net.hadess.SwitcherooControl.conf",
+"switcheroo-control.service"
 ))
 
 setOption("PAMModules.WhiteList", (




commit portaudio for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package portaudio for openSUSE:Factory 
checked in at 2017-05-20 10:11:06

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


Package is "portaudio"

Sat May 20 10:11:06 2017 rev:28 rq:495454 version:190600_20161030

Changes:

--- /work/SRC/openSUSE:Factory/portaudio/portaudio.changes  2015-07-05 
17:54:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.portaudio.new/portaudio.changes 2017-05-20 
10:11:10.936915985 +0200
@@ -1,0 +2,38 @@
+Thu May 11 15:48:13 UTC 2017 - tuukka.pasa...@ilmi.fi
+
+- Update to latest version v190600_20161030
+
+- Changes to portaudio.h (There were no changes to existing `portaudio.h` 
API/ABI in this release)
+
+- The API was extended as follows:
+  - Prior to March 3, 2015, `Pa_GetVersion()` always returned 1899 in the 
`V19` version of PortAudio.
+
+  - On March 3, 2015, enhanced version retrieval APIs were added to 
`portaudio.h`:
+* `Pa_GetVersion()` now returns a useful number, e.g. 0×00130501 for 19.5.1
+* added `paMakeVersionNumber` macro for comparing to `int` version 
returned by `Pa_GetVersion()`
+* added `PaVersionInfo` struct with version major, minor, subminor, 
versionControlRevision, versionText
+* added `Pa_GetVersionInfo()` gets `PaVersionInfo` struct
+* `Pa_GetVersionText()` is deprecated; use 
`Pa_GetVersionInfo()→versionText`
+
+  - On March 3, 2015, the version number was set to 19.5.0. (5 was chosen to 
reflect that there were 4 prior V19 stable snapshots.)
+* This new release has version number 19.6.0.
+* The Host-API-specific structures for WDM/KS and WASAPI were altered in 
this release. This is an ABI change.
+  Client code depending on these particular host-API-specific APIs will 
need to be recompiled and linked against
+  a compatible PortAudio version. See below. Changes to WDM/KS 
Host-API-specific Struct in pa_win_wdmks.h
+* Added `flags` and `channelMask` fields to `PaWinWDMKSInfo`. 4aa340a57e
+
+  - These changes were made on April 9, 2014. At that time `Pa_GetVersion()` 
returned 1899. The changes are present when the version number is 19.5.0 or 
greater.
+* Forward/backward compatibility: The implementation checks the `size` 
field of `PaWinWDMKSInfo`.
+  The old version will reject new structs, and the new version will reject 
old structs. 
+  In both cases `paIncompatibleHostApiSpecificStreamInfo` is the error 
returned.
+* Changes to WASAPI Host-API-specific Struct pa_win_wasapi.h
+* Added `streamCategory` and `streamOption` to `PaWasapiStreamInfo` 
4e194eaecf
+
+  - These changes were made on October 19, 2015. At that time 
`Pa_GetVersion()` returned 19.5.0. The changes are present when the version 
number is 19.6.0 or greater.
+* Forward/backward compatibility: The implementation checks the `size` 
field of `PaWasapiStreamInfo`.
+  The old version will reject new structs, and the new version will reject 
old structs. In both cases
+  `paIncompatibleHostApiSpecificStreamInfo` is the error returned.
+
+- Full Changelog: 
https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030 
+
+---

Old:

  pa_stable_v19_20140130.tgz

New:

  pa_stable_v190600_20161030.tgz



Other differences:
--
++ portaudio.spec ++
--- /var/tmp/diff_new_pack.wlhdG6/_old  2017-05-20 10:11:12.084753801 +0200
+++ /var/tmp/diff_new_pack.wlhdG6/_new  2017-05-20 10:11:12.088753236 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package portaudio
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define soname_p 0
 
 Name:   portaudio
-Version:19_20140130
+Version:190600_20161030
 Release:0
 Summary:Portable Real-Time Audio Library
 License:MIT
@@ -44,8 +44,8 @@
 
 %package -n %lname_c
 Summary:Portable Real-Time Audio Library
-Group:  System/Libraries
 # portaudio was last used in openSUSE 12.1
+Group:  System/Libraries
 Provides:   portaudio = %{version}
 Obsoletes:  portaudio < %{version}
 
@@ -56,8 +56,8 @@
 floating point, and will be converted to the native format internally.
 %package -n %lname_p
 Summary:Portable Real-Time Audio Library
-Group:  System/Libraries
 # packman used to provide this
+Group:  System/Libraries
 Obsoletes:  libportaudiocpp
 
 %description -n %lname_p

++ pa_stable_v19_20140130.tgz 

commit postgresql95 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package postgresql95 for openSUSE:Factory 
checked in at 2017-05-20 10:10:41

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


Package is "postgresql95"

Sat May 20 10:10:41 2017 rev:5 rq:495375 version:9.5.7

Changes:

--- /work/SRC/openSUSE:Factory/postgresql95/postgresql95-libs.changes   
2017-03-21 22:43:13.700394478 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql95.new/postgresql95-libs.changes  
2017-05-20 10:10:43.664769402 +0200
@@ -1,0 +2,18 @@
+Thu May 11 13:35:45 UTC 2017 - m...@suse.com
+
+- Update to version 9.5.7:
+  * https://www.postgresql.org/docs/9.4/static/release-9-5-7.html
+  * CVE-2017-7486, bsc#1037624: Restrict visibility of
+pg_user_mappings.umoptions, to protect passwords stored as
+user mapping options.
+!!! Manual action is needed to fix this in existing databases
+!!! See upstream release notes for details.
+  * CVE-2017-7485, bsc#1038293: recognize PGREQUIRESSL variable
+again.
+  * CVE-2017-7484, bsc#1037603: Prevent exposure of statistical
+information via leaky operators.
+  * Obsoletes postgresql-9.5.6-fix-timezone-tests.patch
+- Add "Requires: timezone" to Server Package (bsc#973660).
+- Sync spec file with postgresql96.
+
+---
postgresql95.changes: same change

Old:

  postgresql-9.5.6-fix-timezone-tests.patch
  postgresql-9.5.6.tar.bz2

New:

  postgresql-9.5.7.tar.bz2



Other differences:
--
++ postgresql95-libs.spec ++
--- /var/tmp/diff_new_pack.Ql9s3k/_old  2017-05-20 10:10:45.064571616 +0200
+++ /var/tmp/diff_new_pack.Ql9s3k/_new  2017-05-20 10:10:45.064571616 +0200
@@ -63,7 +63,7 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.5.6
+Version:9.5.7
 Release:0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -76,8 +76,7 @@
 Patch6: postgresql-testsuite-int8.sql.patch
 Patch8: postgresql-testsuite-keep-results-file.patch
 Patch9: postgresql-var-run-socket.patch
-Patch10:postgresql-9.5.6-fix-timezone-tests.patch
-Url:http://www.postgresql.org/
+Url:https://www.postgresql.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   postgresql = %version
 Requires:   %libpq >= %majorversion
@@ -96,8 +95,6 @@
 HTML documentation for PostgreSQL can be found in the postgresql-docs
 package.
 
-%if %buildlibs
-
 %package -n %libpq
 Summary:Shared Libraries Required for PostgreSQL Clients
 Group:  Productivity/Databases/Clients
@@ -138,7 +135,6 @@
 
 This package provides the runtime library of the embedded SQL C
 preprocessor for PostgreSQL.
-%endif
 
 %if %builddevel
 %package -n %pgname-devel
@@ -176,6 +172,7 @@
 PreReq: postgresql = %version
 PreReq: postgresql-init >= %majorversion
 Requires:   glibc-locale
+Requires:   timezone
 Provides:   postgresql-server = %version
 Requires(preun): postgresql-init >= %majorversion
 Requires(postun): postgresql-init >= %majorversion
@@ -312,7 +309,6 @@
 %patch6 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete

postgresql95.spec: same change
++ postgresql-9.5.6.tar.bz2 -> postgresql-9.5.7.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql95/postgresql-9.5.6.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql95.new/postgresql-9.5.7.tar.bz2 differ: 
char 11, line 1




commit python-pytest-httpbin for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-pytest-httpbin for 
openSUSE:Factory checked in at 2017-05-20 10:10:30

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


Package is "python-pytest-httpbin"

Sat May 20 10:10:30 2017 rev:2 rq:495347 version:0.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes  
2017-05-16 14:28:43.057693649 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new/python-pytest-httpbin.changes
 2017-05-20 10:10:35.669899040 +0200
@@ -1,0 +2,5 @@
+Sun May  7 23:48:54 UTC 2017 - jeng...@inai.de
+
+- Remove sensationalist language from description.
+
+---



Other differences:
--
++ python-pytest-httpbin.spec ++
--- /var/tmp/diff_new_pack.n5PRUr/_old  2017-05-20 10:10:36.161829532 +0200
+++ /var/tmp/diff_new_pack.n5PRUr/_new  2017-05-20 10:10:36.161829532 +0200
@@ -13,23 +13,24 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytest-httpbin
 Version:0.2.3
 Release:0
+Summary:Test your HTTP library against a local copy of httpbin
 License:MIT
-Summary:Easily test your HTTP library against a local copy of httpbin
-Url:https://github.com/kevin1024/pytest-httpbin
 Group:  Development/Languages/Python
+Url:https://github.com/kevin1024/pytest-httpbin
 Source: 
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module setuptools}
-Requires:   python-pytest
-Requires:   python-httpbin
+BuildRequires:  python-rpm-macros
 Requires:   python-Flask
 Requires:   python-decorator
+Requires:   python-httpbin
+Requires:   python-pytest
 Requires:   python-six
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -37,13 +38,10 @@
 %python_subpackages
 
 %description
-httpbin is an amazing web service for testing HTTP libraries. It has several
-great endpoints that can test pretty much everything you need in a HTTP
-library. The only problem is: maybe you don't want to wait for your tests to
-travel across the Internet and back to make assertions against a remote web
-service.
+httpbin is a web service for testing HTTP libraries. It has several
+endpoints that can test parts needed in a HTTP library.
 
-Enter pytest-httpbin. Pytest-httpbin creates a pytest "fixture" that is
+Pytest-httpbin creates a pytest "fixture" that is
 dependency-injected into your tests. It automatically starts up a HTTP server
 in a separate thread running httpbin and provides your test with the URL in the
 fixture.




commit yum for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package yum for openSUSE:Factory checked in 
at 2017-05-20 10:10:17

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


Package is "yum"

Sat May 20 10:10:17 2017 rev:24 rq:495341 version:3.4.3

Changes:

--- /work/SRC/openSUSE:Factory/yum/yum.changes  2014-10-25 08:32:41.0 
+0200
+++ /work/SRC/openSUSE:Factory/.yum.new/yum.changes 2017-05-20 
10:10:32.642326823 +0200
@@ -1,0 +2,14 @@
+Thu Mar 30 21:29:55 UTC 2017 - ngo...@datto.com
+
+- Add python-pyliblzma dependency to python-yum to fix issues
+  with accessing xz-compressed repo metadata
+- Move remaining python dependencies from yum to python-yum
+- Make yum dependency on python-yum stricter
+
+---
+Thu Dec  1 09:07:41 UTC 2016 - m...@suse.com
+
+- yum-3.2.29-parse-restart_suggested.patch - parse restart_suggested flag
+  (bsc#1012867)
+
+---

New:

  yum-3.2.29-parse-restart_suggested.patch



Other differences:
--
++ yum.spec ++
--- /var/tmp/diff_new_pack.qO9tTI/_old  2017-05-20 10:10:33.314231885 +0200
+++ /var/tmp/diff_new_pack.qO9tTI/_new  2017-05-20 10:10:33.318231320 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yum
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -42,22 +42,19 @@
 Patch9: %{name}-3.4.3-fix-repo-tag.patch
 # PATCH-FIX-UPSTREAM bnc#896844
 Patch10:%{name}-3.4.3-preserve-queryparams-in-urls.patch
+# PATCH-FIX-OPENSUSE
+Patch11:%{name}-3.2.29-parse-restart_suggested.patch
 BuildRequires:  dbus-1
 BuildRequires:  intltool
 BuildRequires:  python-devel
 BuildRequires:  systemd
-Requires:   python-gpgme
-Requires:   python-iniparse
-Requires:   python-xml
-Requires:   python-yum = %{version}
+Requires:   python-yum = %{version}-%{release}
 Requires:   rpm >= 4.4.0
-Requires:   rpm-python
+Requires(pre):  %fillup_prereq
+Requires(pre):  coreutils
 Suggests:   cron
 Suggests:   logrotate
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires(pre):  coreutils
-Requires(pre):  %fillup_prereq
-
 %lang_package
 
 %description
@@ -82,8 +79,12 @@
 Group:  Development/Languages/Python
 Requires:   dbus-1-python
 Requires:   python-gobject2
+Requires:   python-gpgme
+Requires:   python-iniparse
+Requires:   python-pyliblzma
 Requires:   python-urlgrabber
-Requires:   python-urlgrabber
+Requires:   python-xml
+Requires:   rpm-python
 Requires:   yum-metadata-parser >= 1.1.0
 Provides:   yum-common = %{version}
 Obsoletes:  yum-common < %{version}
@@ -101,10 +102,11 @@
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p0
 
 # Fix non-executable scripts rpmlint issue:
-sed -i "s|#!.*/usr/bin/python.*||" 
rpmUtils/{arch,__init__,miscutils,oldUtils,transaction,updates}.py
-sed -i "s|#!.*/usr/bin/python.*||" 
yum/{callbacks,comps,config,constants,depsolve,Errors,failover,history,i18n,__init__,logginglevels,mdparser,metalink,misc,packages,packageSack,parser,pgpmsg,pkgtag_db,plugins,repoMDObject,repos,rpmsack,rpmtrans,sqlitesack,sqlutils,transactioninfo,update_md,yumRepo}.py
+sed -i "s|#!.*%{_bindir}/python.*||" 
rpmUtils/{arch,__init__,miscutils,oldUtils,transaction,updates}.py
+sed -i "s|#!.*%{_bindir}/python.*||" 
yum/{callbacks,comps,config,constants,depsolve,Errors,failover,history,i18n,__init__,logginglevels,mdparser,metalink,misc,packages,packageSack,parser,pgpmsg,pkgtag_db,plugins,repoMDObject,repos,rpmsack,rpmtrans,sqlitesack,sqlutils,transactioninfo,update_md,yumRepo}.py
 
 %ifnarch %{ix86}
 for i in rpmUtils yum
@@ -126,7 +128,7 @@
 # install custom init script
 mkdir -p %{buildroot}%{_unitdir}
 install %{SOURCE2} %{buildroot}%{_unitdir}/%{name}-updatesd.service
-ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcyum-updatesd
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcyum-updatesd
 # remove the original one
 rm %{buildroot}%{_sysconfdir}/rc.d/init.d/yum-updatesd
 rm -rf %{buildroot}%{_sysconfdir}/rc.d
@@ -141,8 +143,8 @@
 %fillup_only -n yum-cron
 # if we are upgrading from older distros the config should be moved
 # to the new place
-CONFD="/etc/yum"
-OCONF="/etc/yum.conf"
+CONFD="%{_sysconfdir}/yum"
+OCONF="%{_sysconfdir}/yum.conf"
 NCONF="${CONFD}/yum.conf"
 NCONFB="${CONFD}/yum.conf.rpmsave"
 if [ -e "$OCONF" ] ; then
@@ -162,22 +164,22 @@
 #
 if [ -e "$NCONF" ] ; then
 

commit lsyncd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package lsyncd for openSUSE:Factory checked 
in at 2017-05-20 10:10:59

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


Package is "lsyncd"

Sat May 20 10:10:59 2017 rev:13 rq:495453 version:2.1.5

Changes:

--- /work/SRC/openSUSE:Factory/lsyncd/lsyncd.changes2015-08-11 
08:26:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.lsyncd.new/lsyncd.changes   2017-05-20 
10:11:01.306276744 +0200
@@ -1,0 +2,6 @@
+Wed Mar 15 16:37:02 UTC 2017 - dims...@opensuse.org
+
+- Explicitly package files installed by make install into _docdir:
+  rpm 4.13 no longer implicitly packages those files.
+
+---



Other differences:
--
++ lsyncd.spec ++
--- /var/tmp/diff_new_pack.Q1DMX8/_old  2017-05-20 10:11:01.914190849 +0200
+++ /var/tmp/diff_new_pack.Q1DMX8/_new  2017-05-20 10:11:01.918190284 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsyncd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -114,6 +114,7 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING
+%doc %{_defaultdocdir}/%{name}/
 %{_bindir}/lsyncd
 %{_mandir}/man1/lsyncd.1.gz
 %if %{with systemd}




commit kernel-firmware for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2017-05-20 10:10:52

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


Package is "kernel-firmware"

Sat May 20 10:10:52 2017 rev:83 rq:495408 version:20170511

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2017-04-30 21:09:55.770862570 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2017-05-20 10:10:59.450538950 +0200
@@ -1,0 +2,8 @@
+Tue May 16 14:54:36 UTC 2017 - mplus...@suse.com
+
+- Update to version 20170511:
+  * cxgb4: update firmware to revision 1.16.43.0
+  * linux-firmware: add Marvell USB8997 firmware image
+  * iwlwifi: update -22 firmware for 3168
+
+---

Old:

  kernel-firmware-20170422.tar.xz

New:

  kernel-firmware-20170511.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.P6WOaY/_old  2017-05-20 10:11:00.550383547 +0200
+++ /var/tmp/diff_new_pack.P6WOaY/_new  2017-05-20 10:11:00.554382982 +0200
@@ -19,9 +19,9 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
-%define version_unconverted 20170422
+%define version_unconverted 20170511
 Name:   kernel-firmware
-Version:20170422
+Version:20170511
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.P6WOaY/_old  2017-05-20 10:11:00.606375637 +0200
+++ /var/tmp/diff_new_pack.P6WOaY/_new  2017-05-20 10:11:00.606375637 +0200
@@ -1,4 +1,4 @@
 
 
 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-  ade8332383e228cbdcfc605b5e5ef3aa51211401
\ No newline at end of file
+  041ad2d789a12e49cb771e0a8bf9175f03512f2d
\ No newline at end of file


++ kernel-firmware-20170422.tar.xz -> kernel-firmware-20170511.tar.xz ++
/work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware-20170422.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware-20170511.tar.xz 
differ: char 27, line 1




commit libreoffice-share-linker for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libreoffice-share-linker for 
openSUSE:Factory checked in at 2017-05-20 10:10:35

Comparing /work/SRC/openSUSE:Factory/libreoffice-share-linker (Old)
 and  /work/SRC/openSUSE:Factory/.libreoffice-share-linker.new (New)


Package is "libreoffice-share-linker"

Sat May 20 10:10:35 2017 rev:4 rq:495355 version:1

Changes:

--- 
/work/SRC/openSUSE:Factory/libreoffice-share-linker/libreoffice-share-linker.changes
2017-04-28 09:11:01.325383316 +0200
+++ 
/work/SRC/openSUSE:Factory/.libreoffice-share-linker.new/libreoffice-share-linker.changes
   2017-05-20 10:10:36.397796191 +0200
@@ -1,0 +2,5 @@
+Tue May 16 14:03:27 UTC 2017 - tchva...@suse.com
+
+- Fix bsc#953511 by removing leftover dirs
+
+---



Other differences:
--
++ link-to-ooo-home ++
--- /var/tmp/diff_new_pack.2nfxHJ/_old  2017-05-20 10:10:36.973714817 +0200
+++ /var/tmp/diff_new_pack.2nfxHJ/_new  2017-05-20 10:10:36.973714817 +0200
@@ -53,6 +53,17 @@
 fi
 fi
 done
+   leftover_dirs="
+   /usr/share/libreoffice/help
+   /usr/share/libreoffice/program
+   /usr/share/libreoffice/share
+   /usr/share/libreoffice
+   "
+   for i in ${leftover_dirs}; do
+   if [[ -d ${i} && ! "$(ls -A ${i})" ]]; then
+   rmdir "${i}" || exit 1
+   fi
+   done
 fi
 }
 




commit tslib for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package tslib for openSUSE:Factory checked 
in at 2017-05-20 10:10:04

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


Package is "tslib"

Sat May 20 10:10:04 2017 rev:9 rq:495206 version:1.9

Changes:

--- /work/SRC/openSUSE:Factory/tslib/tslib.changes  2015-03-03 
11:14:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.tslib.new/tslib.changes 2017-05-20 
10:10:05.806118666 +0200
@@ -1,0 +2,7 @@
+Thu May 11 09:10:02 UTC 2017 - guilla...@opensuse.org
+
+- Update to tslib 1.9
+- Remove upstreamed patch: use-module-raw-input-for-ts-conf.patch
+- Fix library name
+
+---

Old:

  tslib-1.1.tar.xz
  use-module-raw-input-for-ts-conf.patch

New:

  tslib-1.9.tar.xz



Other differences:
--
++ tslib.spec ++
--- /var/tmp/diff_new_pack.sYmHSY/_old  2017-05-20 10:10:07.513877366 +0200
+++ /var/tmp/diff_new_pack.sYmHSY/_new  2017-05-20 10:10:07.517876801 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tslib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET 
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:   tslib
-Version:1.1
+Version:1.9
 Release:0
 Summary:Abstraction layer for touchscreen
 License:LGPL-2.0+ and GPL-2.0+
@@ -27,9 +27,9 @@
 #Git-Clone:git://github.com/kergoth/tslib
 Source0:
https://github.com/kergoth/tslib/releases/download/%{version}/%{name}-%{version}.tar.xz
 Source2:baselibs.conf
-Patch0: use-module-raw-input-for-ts-conf.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 BuildRequires:  xz
@@ -41,11 +41,11 @@
 The idea of tslib is to have a core library and a set of plugins to
 manage the conversion and filtering as needed.
 
-%package -n libts-1_0-0
+%package -n libts0
 Summary:Abstraction layer for touchscreens
 Group:  System/Libraries
 
-%description -n libts-1_0-0
+%description -n libts0
 Tslib is an abstraction layer for touchscreen panel events.
 
 The idea of tslib is to have a core library and a set of plugins to
@@ -74,7 +74,6 @@
 
 %prep
 %setup -q
-%patch0
 ./autogen.sh
 %configure
 
@@ -83,28 +82,26 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-rm %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc
-ln -s tslib.pc %{buildroot}%{_libdir}/pkgconfig/tslib-1.0.pc
+%fdupes %{buildroot}/%_mandir
 
-%post -n libts-1_0-0 -p /sbin/ldconfig
+%post -n libts0 -p /sbin/ldconfig
 
-%postun -n libts-1_0-0 -p /sbin/ldconfig
+%postun -n libts0 -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root)
 %dir %{_libdir}/ts
 %{_includedir}/tslib.h
 %{_libdir}/libts.la
-%{_libdir}/pkgconfig/tslib-1.0.pc
 %{_libdir}/pkgconfig/tslib.pc
 %dir %{_libdir}/ts
 %{_libdir}/ts/*.la
 %{_libdir}/libts.so
 
-%files -n libts-1_0-0
+%files -n libts0
 %defattr(-,root,root)
-%{_libdir}/libts-1.0.so.0
-%{_libdir}/libts-1.0.so.0.0.0
+%{_libdir}/libts.so.0
+%{_libdir}/libts.so.0.6.0
 
 %files plugins
 %defattr(-,root,root)
@@ -115,9 +112,15 @@
 %defattr(-,root,root)
 %config %{_sysconfdir}/ts.conf
 %{_bindir}/ts_calibrate
+%{_bindir}/ts_finddev
 %{_bindir}/ts_harvest
 %{_bindir}/ts_print
+%{_bindir}/ts_print_mt
 %{_bindir}/ts_print_raw
 %{_bindir}/ts_test
+%{_bindir}/ts_test_mt
+%{_bindir}/ts_uinput
+%{_bindir}/ts_verify
+%_mandir/*/*
 
 %changelog

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.sYmHSY/_old  2017-05-20 10:10:07.553871715 +0200
+++ /var/tmp/diff_new_pack.sYmHSY/_new  2017-05-20 10:10:07.553871715 +0200
@@ -1,4 +1,4 @@
-libts-1_0-0
+libts0
 tslib-devel
requires -tslib-
-   requires "libts-1_0-0- = "
+   requires "libts0- = "

++ tslib-1.1.tar.xz -> tslib-1.9.tar.xz ++
 37059 lines of diff (skipped)




commit MozillaThunderbird for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2017-05-20 10:10:10

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


Package is "MozillaThunderbird"

Sat May 20 10:10:10 2017 rev:178 rq:495327 version:52.1.1

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2017-05-03 15:53:32.739096445 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2017-05-20 10:10:12.109228062 +0200
@@ -1,0 +2,13 @@
+Thu May 11 21:16:41 UTC 2017 - w...@rosenauer.org
+
+- update to Thunderbird 52.1.1
+  * fixed crash when compacting IMAP folder (boo#1038753)
+  * Some attachments could not be opened or saved if the message
+body is empty
+  * Unable to load full message via POP if message was downloaded
+partially (or only headers) before
+  * Large attachments may not be shown or saved correctly if the
+message is stored in an IMAP folder which is not synchronized
+for offline use
+
+---

Old:

  l10n-52.1.0.tar.xz
  thunderbird-52.1.0-source.tar.xz

New:

  l10n-52.1.1.tar.xz
  thunderbird-52.1.1-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.T297CP/_old  2017-05-20 10:10:32.102403111 +0200
+++ /var/tmp/diff_new_pack.T297CP/_new  2017-05-20 10:10:32.102403111 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define mainversion 52.1.0
+%define mainversion 52.1.1
 %define update_channel release
-%define releasedate 20170429
+%define releasedate 20170510
 
 %bcond_without mozilla_tb_kde4
 %bcond_withmozilla_tb_valgrind

++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.T297CP/_old  2017-05-20 10:10:32.242383332 +0200
+++ /var/tmp/diff_new_pack.T297CP/_new  2017-05-20 10:10:32.242383332 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr52"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_52_1_0_RELEASE"
-VERSION="52.1.0"
+RELEASE_TAG="THUNDERBIRD_52_1_1_RELEASE"
+VERSION="52.1.1"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-52.1.0.tar.xz -> l10n-52.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-52.1.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-52.1.1.tar.xz differ: 
char 26, line 1

++ thunderbird-52.1.0-source.tar.xz -> thunderbird-52.1.1-source.tar.xz 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-52.1.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-52.1.1-source.tar.xz
 differ: char 26, line 1




commit libwps for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libwps for openSUSE:Factory checked 
in at 2017-05-20 10:09:31

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


Package is "libwps"

Sat May 20 10:09:31 2017 rev:40 rq:494943 version:0.4.6

Changes:

--- /work/SRC/openSUSE:Factory/libwps/libwps.changes2017-02-19 
00:42:55.712414455 +0100
+++ /work/SRC/openSUSE:Factory/.libwps.new/libwps.changes   2017-05-20 
10:09:52.212039459 +0200
@@ -1,0 +2,6 @@
+Mon May 15 13:11:30 UTC 2017 - tchva...@suse.com
+
+- Version update to 0.4.6:
+  * Small bugfixes
+
+---

Old:

  libwps-0.4.5.tar.xz

New:

  libwps-0.4.6.tar.xz



Other differences:
--
++ libwps.spec ++
--- /var/tmp/diff_new_pack.n0DrCu/_old  2017-05-20 10:09:53.595843933 +0200
+++ /var/tmp/diff_new_pack.n0DrCu/_new  2017-05-20 10:09:53.595843933 +0200
@@ -18,23 +18,22 @@
 
 %define libname libwps-0_4-4
 Name:   libwps
-Version:0.4.5
+Version:0.4.6
 Release:0
 Summary:Library for the Microsoft Works text and spreadsheet formats
 License:LGPL-2.1+ and MPL-2.0+
 Group:  Productivity/Publishing/Word
 Url:http://libwps.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  pkgconfig(librevenge-0.0)
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  gcc-c++
-BuildRequires:  librevenge-devel >= 0.0.0
-BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libwps is a library for importing the Microsoft Works word processor

++ libwps-0.4.5.tar.xz -> libwps-0.4.6.tar.xz ++
 2470 lines of diff (skipped)




commit makedumpfile for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package makedumpfile for openSUSE:Factory 
checked in at 2017-05-20 10:09:59

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


Package is "makedumpfile"

Sat May 20 10:09:59 2017 rev:62 rq:495010 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes
2016-07-24 19:43:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes   
2017-05-20 10:10:01.722695639 +0200
@@ -1,0 +2,12 @@
+Thu May 11 15:32:13 UTC 2017 - ptesa...@suse.com
+
+- Update to 1.6.1 (FATE#322011).
+  * Enhance support for aarch64
+  * Enhance support for ppc64
+  * Support kernels up to 4.8
+- Drop upstreamed patch
+  * makedumpfile-_count-_refcount-rename.patch 
+- Merge with updates on SLE12 SP2 (FATE#318012, bsc#992885,
+  bsc#999869).
+
+---
@@ -24 +36 @@
-- Update to 1.6.0
+- Update to 1.6.0 (FATE#320955).
@@ -48 +60 @@
-  * support for aarch64
+  * support for aarch64 (FATE#318444)
@@ -49,0 +62 @@
+  * Enable compressed dump formats for Xen (FATE#316467).
@@ -117 +130 @@
-  o ability to filter Xen Dom0 dumps
+  o ability to filter Xen Dom0 dumps (bnc#864910, bnc#829646).
@@ -125 +138 @@
-- enable snappy compression
+- enable snappy compression (FATE#315726).
@@ -321,2 +334,2 @@
-  o Fix a typo in README file.
-  o Code Cleanup
+  o Fix a typo in README file.
+  o Code Cleanup

Old:

  makedumpfile-1.6.0.tar.gz
  makedumpfile-_count-_refcount-rename.patch

New:

  makedumpfile-1.6.1.tar.gz



Other differences:
--
++ makedumpfile.spec ++
--- /var/tmp/diff_new_pack.SBBh2M/_old  2017-05-20 10:10:02.486587703 +0200
+++ /var/tmp/diff_new_pack.SBBh2M/_new  2017-05-20 10:10:02.490587138 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package makedumpfile
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@
 %endif
 
 Name:   makedumpfile
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Partial kernel dump
 License:GPL-2.0
@@ -38,7 +38,6 @@
 Source: 
https://sourceforge.net/projects/makedumpfile/files/makedumpfile/%{version}/%{name}-%{version}.tar.gz
 Source99:   %{name}-rpmlintrc
 Patch0: %{name}-coptflags.diff
-Patch1: %{name}-_count-_refcount-rename.patch
 Patch2: %{name}-override-libtinfo.patch
 BuildRequires:  libdw-devel
 BuildRequires:  libebl-devel
@@ -68,7 +67,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 %build

++ makedumpfile-1.6.0.tar.gz -> makedumpfile-1.6.1.tar.gz ++
 1939 lines of diff (skipped)

++ makedumpfile-rpmlintrc ++
--- /var/tmp/diff_new_pack.SBBh2M/_old  2017-05-20 10:10:02.606570750 +0200
+++ /var/tmp/diff_new_pack.SBBh2M/_new  2017-05-20 10:10:02.610570185 +0200
@@ -1 +1 @@
-addFilter("devel-file-in-non-devel-package 
.*/usr/share/makedumpfile-1\.6\.0/eppic_scripts/.*\.c")
+addFilter("devel-file-in-non-devel-package 
.*/usr/share/makedumpfile-1\.6\.1/eppic_scripts/.*\.c")




commit python-psutil for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2017-05-20 10:09:43

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


Package is "python-psutil"

Sat May 20 10:09:43 2017 rev:34 rq:494951 version:5.2.2

Changes:

--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes  
2017-03-24 02:22:31.816630124 +0100
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2017-05-20 10:09:55.947511650 +0200
@@ -1,0 +2,21 @@
+Sat Apr 29 16:13:29 UTC 2017 - mich...@stroeder.com
+
+- update to version 5.2.2
+
+**Bug fixes**
+- 1000_: fixed some setup.py warnings.
+- 1002_: [SunOS] remove C macro which will not be available on new Solaris
+  versions. (patch by Danek Duvall)
+- 1004_: [Linux] Process.io_counters() may raise ValueError.
+- 1006_: [Linux] cpu_freq() may return None on some Linux versions does not
+  support the function; now the function is not declared instead.
+- 1009_: [Linux] sensors_temperatures() may raise OSError.
+- 1010_: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04.
+- 981_: [Linux] cpu_freq() may return an empty list.
+- 993_: [Windows] Process.memory_maps() on Python 3 may raise
+  UnicodeDecodeError.
+- 996_: [Linux] sensors_temperatures() may not show all temperatures.
+- 997_: [FreeBSD] virtual_memory() may fail due to missing sysctl parameter on
+  FreeBSD 12.
+
+---

Old:

  psutil-5.2.0.tar.gz

New:

  psutil-5.2.2.tar.gz



Other differences:
--
++ python-psutil.spec ++
--- /var/tmp/diff_new_pack.985eEO/_old  2017-05-20 10:09:57.075352291 +0200
+++ /var/tmp/diff_new_pack.985eEO/_new  2017-05-20 10:09:57.079351726 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-psutil
-Version:5.2.0
+Version:5.2.2
 Release:0
 Summary:A process utilities module for Python
 License:BSD-3-Clause

++ psutil-5.2.0.tar.gz -> psutil-5.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.2.0/CREDITS new/psutil-5.2.2/CREDITS
--- old/psutil-5.2.0/CREDITS2017-03-04 06:57:29.0 +0100
+++ new/psutil-5.2.2/CREDITS2017-03-28 21:06:08.0 +0200
@@ -437,3 +437,7 @@
 N: Baruch Siach
 W: https://github.com/baruchsiach
 I: 872
+
+N: Danek Duvall
+W: https://github.com/dhduvall
+I: 1002
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/psutil-5.2.0/HISTORY.rst new/psutil-5.2.2/HISTORY.rst
--- old/psutil-5.2.0/HISTORY.rst2017-03-05 05:43:38.0 +0100
+++ new/psutil-5.2.2/HISTORY.rst2017-04-10 19:17:18.0 +0200
@@ -1,5 +1,35 @@
 *Bug tracker at https://github.com/giampaolo/psutil/issues*
 
+*2017-04-10*
+
+5.2.2
+=
+
+**Bug fixes**
+
+- 1000_: fixed some setup.py warnings.
+- 1002_: [SunOS] remove C macro which will not be available on new Solaris
+  versions. (patch by Danek Duvall)
+- 1004_: [Linux] Process.io_counters() may raise ValueError.
+- 1006_: [Linux] cpu_freq() may return None on some Linux versions does not
+  support the function; now the function is not declared instead.
+- 1009_: [Linux] sensors_temperatures() may raise OSError.
+- 1010_: [Linux] virtual_memory() may raise ValueError on Ubuntu 14.04.
+
+*2017-03-24*
+
+5.2.1
+=
+
+**Bug fixes**
+
+- 981_: [Linux] cpu_freq() may return an empty list.
+- 993_: [Windows] Process.memory_maps() on Python 3 may raise
+  UnicodeDecodeError.
+- 996_: [Linux] sensors_temperatures() may not show all temperatures.
+- 997_: [FreeBSD] virtual_memory() may fail due to missing sysctl parameter on
+  FreeBSD 12.
+
 *2017-03-05*
 
 5.2.0
@@ -2680,3 +2710,303 @@
 .. _1198: https://github.com/giampaolo/psutil/issues/1198
 .. _1199: https://github.com/giampaolo/psutil/issues/1199
 .. _1200: https://github.com/giampaolo/psutil/issues/1200
+.. _1201: https://github.com/giampaolo/psutil/issues/1201
+.. _1202: https://github.com/giampaolo/psutil/issues/1202
+.. _1203: https://github.com/giampaolo/psutil/issues/1203
+.. _1204: https://github.com/giampaolo/psutil/issues/1204
+.. _1205: https://github.com/giampaolo/psutil/issues/1205
+.. _1206: https://github.com/giampaolo/psutil/issues/1206
+.. _1207: https://github.com/giampaolo/psutil/issues/1207
+.. _1208: https://github.com/giampaolo/psutil/issues/1208
+.. _1209: https://github.com/giampaolo/psutil/issues/1209
+.. _1210: https://github.com/giampaolo/psutil/issues/1210
+.. _1211: https://github.com/giampaolo/psutil/issues/1211
+.. _1212: 

commit hwinfo for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2017-05-20 10:08:57

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


Package is "hwinfo"

Sat May 20 10:08:57 2017 rev:153 rq:494890 version:21.46

Changes:

--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2017-05-10 
20:35:56.210286990 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes   2017-05-20 
10:09:16.353106214 +0200
@@ -1,0 +2,9 @@
+Fri May 12 11:53:38 UTC 2017 - wfe...@opensuse.org
+
+- merge gh#openSUSE/hwinfo#50
+- map also alternate video bios entry points (bsc#1033832)
+- try harder to get the video mode list
+- add links to technical specifications
+- 21.46
+
+

Old:

  hwinfo-21.45.tar.xz

New:

  hwinfo-21.46.tar.xz



Other differences:
--
++ hwinfo.spec ++
--- /var/tmp/diff_new_pack.zPOVco/_old  2017-05-20 10:09:16.937023709 +0200
+++ /var/tmp/diff_new_pack.zPOVco/_new  2017-05-20 10:09:16.941023143 +0200
@@ -36,7 +36,7 @@
 License:GPL-2.0+
 Group:  Hardware/Other
 Url:http://gitorious.org/opensuse/hwinfo
-Version:21.45
+Version:21.46
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -107,9 +107,7 @@
 /usr/sbin/mk_isdnhwdb
 /usr/sbin/getsysinfo
 %{_libdir}/libhd.so.*
-%doc README.md
-%doc README-hwprobe.md
-%doc README-legacy.md
+%doc *.md
 %doc %{_mandir}/man1/getsysinfo.1*
 %doc %{_mandir}/man1/mk_isdnhwdb.1*
 %doc %{_mandir}/man8/hwinfo.8*

++ hwinfo-21.45.tar.xz -> hwinfo-21.46.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.45/README.md new/hwinfo-21.46/README.md
--- old/hwinfo-21.45/README.md  2017-05-10 14:07:10.0 +0200
+++ new/hwinfo-21.46/README.md  2017-05-12 13:53:38.0 +0200
@@ -80,6 +80,12 @@
 > `hwinfo -bios` - note the single '`-`'). Please don't do this. If you are 
 > interested, you can
 > read about it [here](README-legacy.md).
 
+## Technical documentation
+
+The hardware detection library makes use of a number of technical 
specifications.
+
+[Here](specifications.md) is a compilation of external links to technical 
standards relevant to `libhd`.
+
 ## openSUSE Development
 
 To build the library, simply run `make`. Install with `make install`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.45/VERSION new/hwinfo-21.46/VERSION
--- old/hwinfo-21.45/VERSION2017-05-10 14:07:10.0 +0200
+++ new/hwinfo-21.46/VERSION2017-05-12 13:53:38.0 +0200
@@ -1 +1 @@
-21.45
+21.46
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.45/changelog new/hwinfo-21.46/changelog
--- old/hwinfo-21.45/changelog  2017-05-10 14:07:10.0 +0200
+++ new/hwinfo-21.46/changelog  2017-05-12 13:53:38.0 +0200
@@ -1,3 +1,8 @@
+2017-05-12:21.46
+   - add links to technical specifications
+   - try harder to get the video mode list
+   - map also alternate video bios entry points (bsc #1033832)
+
 2017-05-10:21.45
- remove obsolete code
- avoid access to video memory (bsc #1033832)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.45/specifications.md 
new/hwinfo-21.46/specifications.md
--- old/hwinfo-21.45/specifications.md  1970-01-01 01:00:00.0 +0100
+++ new/hwinfo-21.46/specifications.md  2017-05-12 13:53:38.0 +0200
@@ -0,0 +1,46 @@
+# Links to external technical documentaion
+
+## System Management BIOS (SMBIOS)
+
+https://www.dmtf.org/standards/smbios
+
+
+## VESA BIOS Extensions (VBE)
+
+http://www.petesqbsite.com/sections/tutorials/tuts/vbe3.pdf
+
+
+## PCI specification
+
+https://pcisig.com/specifications
+
+### device ids
+
+- http://pci-ids.ucw.cz
+
+
+## SDIO specification
+
+https://www.sdcard.org/developers/overview/sdio/
+
+### device ids
+
+- https://github.com/systemd/systemd/blob/master/hwdb/sdio.ids
+- https://wikidevi.com/wiki/Talk:Linux_Wi-Fi_device_entries
+
+
+## USB specification
+
+http://www.usb.org/developers/docs/
+
+### device ids
+
+- http://www.linux-usb.org/usb.ids
+
+
+## SCSI specification
+
+### SCSI commands
+
+Google for 'SCSI Primary Commands 5 (SPC-5)' (or choose another version).
+The latest draft is usually freely available but not directly downloadable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.45/src/hd/bios.c 
new/hwinfo-21.46/src/hd/bios.c
--- 

commit patterns-devel-base for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package patterns-devel-base for 
openSUSE:Factory checked in at 2017-05-20 10:09:13

Comparing /work/SRC/openSUSE:Factory/patterns-devel-base (Old)
 and  /work/SRC/openSUSE:Factory/.patterns-devel-base.new (New)


Package is "patterns-devel-base"

Sat May 20 10:09:13 2017 rev:2 rq:494908 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-devel-base/patterns-devel-base.changes  
2017-05-06 18:22:29.375861729 +0200
+++ 
/work/SRC/openSUSE:Factory/.patterns-devel-base.new/patterns-devel-base.changes 
2017-05-20 10:09:18.336825921 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 16:08:50 UTC 2017 - jeng...@inai.de
+
+- Compact %install routine; replace old RPM shell vars by macros.
+
+---



Other differences:
--
++ patterns-devel-base.spec ++
--- /var/tmp/diff_new_pack.Dyh3LN/_old  2017-05-20 10:09:18.796760933 +0200
+++ /var/tmp/diff_new_pack.Dyh3LN/_new  2017-05-20 10:09:18.796760933 +0200
@@ -267,10 +267,8 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
-echo 'This file marks the pattern devel_basis to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_basis.txt
-echo 'This file marks the pattern devel_kernel to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_kernel.txt
-echo 'This file marks the pattern devel_rpm_build to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_rpm_build.txt
-echo 'This file marks the pattern devel_web to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/devel_web.txt
-
-%changelog
+mkdir -p "%{buildroot}/usr/share/doc/packages/patterns"
+for i in devel_basis devel_kernel devel_rpm_build devel_web; do
+   echo "This file marks the pattern $i to be installed." \
+   >"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
+done




commit zypper for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package zypper for openSUSE:Factory checked 
in at 2017-05-20 10:08:38

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


Package is "zypper"

Sat May 20 10:08:38 2017 rev:266 rq:494828 version:1.13.27

Changes:

--- /work/SRC/openSUSE:Factory/zypper/zypper.changes2017-05-04 
08:51:42.839733968 +0200
+++ /work/SRC/openSUSE:Factory/.zypper.new/zypper.changes   2017-05-20 
10:09:08.802173141 +0200
@@ -1,0 +2,19 @@
+Fri May 12 12:48:30 CEST 2017 - m...@suse.de
+
+- Unknown command: add hint about possibly missing plugin package
+  (bsc#1037254)
+- Search: tag packages installed by user request as 'i+'
+- set non-zero exit code if modifying a service fails.
+- BuildRequires:  libzypp-devel >= 16.11.0
+- version 1.13.27
+
+---
+Thu May 11 15:30:15 CEST 2017 - m...@suse.de
+
+- download: fix crash when non-package types are passed as argument
+  (bsc#1037210)
+- Use a common definition for common solver options (bsc#1017486)
+- BuildRequires:  libzypp-devel >= 16.10.0
+- version 1.13.26
+
+---

Old:

  zypper-1.13.25.tar.bz2

New:

  zypper-1.13.27.tar.bz2



Other differences:
--
++ zypper.spec ++
--- /var/tmp/diff_new_pack.7xGx6n/_old  2017-05-20 10:09:09.742040341 +0200
+++ /var/tmp/diff_new_pack.7xGx6n/_new  2017-05-20 10:09:09.746039775 +0200
@@ -27,7 +27,7 @@
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  gettext-devel >= 0.15
 BuildRequires:  libxml2-devel
-BuildRequires:  libzypp-devel >= 16.8.0
+BuildRequires:  libzypp-devel >= 16.11.0
 BuildRequires:  readline-devel >= 5.1
 Requires:   procps
 %if 0%{?suse_version}
@@ -38,7 +38,7 @@
 Summary:Command line software manager using libzypp
 License:GPL-2.0+
 Group:  System/Packages
-Version:1.13.25
+Version:1.13.27
 Release:0
 Source: %{name}-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc

++ zypper-1.13.25.tar.bz2 -> zypper-1.13.27.tar.bz2 ++
/work/SRC/openSUSE:Factory/zypper/zypper-1.13.25.tar.bz2 
/work/SRC/openSUSE:Factory/.zypper.new/zypper-1.13.27.tar.bz2 differ: char 11, 
line 1




commit kiwi for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2017-05-20 10:09:23

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


Package is "kiwi"

Sat May 20 10:09:23 2017 rev:657 rq:494933 version:7.04.31

Changes:

--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes2017-04-11 
09:28:48.319719941 +0200
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2017-05-20 
10:09:39.845786769 +0200
@@ -1,0 +2,29 @@
+Mon May  8 13:47:55 CEST 2017 - m...@suse.de
+
+- v7.04.31 released
+  
+---
+Thu May  4 10:59:20 CEST 2017 - m...@suse.de
+  
+- Fixed detection of Xen PV guest
+  
+  The method isXen was used to check if the paravirtual kernel
+  kernel-xen is used and if so it influences the setup of the
+  bootloader. In newer versions there is no kernel-xen anymore
+  and its capabilities were moved into the pvops kernel provided
+  with the standard kernel-default package. Thus one kernel can
+  now serve for pv, hvm and dom0 images. Because of that there is
+  no other way than specifying the target Xen use case as part
+  of the image description. The information can be provided in
+  the doman setup of the machine configuratin with:
+  
+- domain="dom0"
+- domain="domU"
+- domain="domU-PV"
+  
+  The new domU-PV value allows to specify that this image is going
+  to be used as a xen para virtual guest. The standard domU value
+  will setup the bootloader in a way that it is usable as "real"
+  bootloader in an hvmloader Xen guest. Fixes (bsc#1036198)
+  
+---



Other differences:
--
++ kiwi.spec ++
--- /var/tmp/diff_new_pack.eH8CEw/_old  2017-05-20 10:09:44.545122768 +0200
+++ /var/tmp/diff_new_pack.eH8CEw/_new  2017-05-20 10:09:44.549122203 +0200
@@ -27,7 +27,7 @@
 Name:   kiwi
 License:GPL-2.0
 Group:  System/Management
-Version:7.04.30
+Version:7.04.31
 Provides:   kiwi-schema = 6.2
 Provides:   kiwi-image:aci
 Provides:   kiwi-image:lxc

++ kiwi-docu.tar.bz2 ++

++ kiwi-repo.tar.bz2 ++

++ kiwi.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/.revision new/kiwi/.revision
--- old/kiwi/.revision  2016-04-18 16:58:06.610211984 +0200
+++ new/kiwi/.revision  2016-04-18 16:58:06.610211984 +0200
@@ -1 +1 @@
-db1de55608c1e1e7586f6026226bf1f9e1d6cdee
+79f37469be8e28a90509a01489f000dd696896f7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIBoot.pm new/kiwi/modules/KIWIBoot.pm
--- old/kiwi/modules/KIWIBoot.pm2017-03-24 09:32:11.849423945 +0100
+++ new/kiwi/modules/KIWIBoot.pm2017-05-08 13:45:46.297275585 +0200
@@ -214,10 +214,6 @@
 #--
 $this->{gdata} = $global -> getKiwiConfig();
 #==
-# check if Xen system is used
-#--
-($xengz, $isxen) = $global -> isXen ($initrd);
-#==
 # create tmp dir for operations
 #--
 $tmpdir = KIWIQX::qxx ("mktemp -qdt kiwiboot.XX");
@@ -274,6 +270,10 @@
 }
 }
 #==
+# check if Xen system is used
+#--
+($xengz, $isxen) = $global -> isXen ($initrd, $xml);
+#==
 # read origin path of XML description
 #--
 if (($system) && (open my $FD, '<', "$system/image/main::Prepare")) {
@@ -4682,7 +4682,7 @@
 #==
 # Standard boot
 #--
-if ((! $isxen) || ($isxen && $xendomain eq "domU")) {
+if ((! $isxen) || ($isxen && $xendomain =~ "domU")) {
 if ($iso) {
 print $FD "\t"."echo Loading linux...\n";
 print $FD "\t"."set gfxpayload=$gfx"."\n";
@@ -4782,7 +4782,7 @@
 $title = $this -> quoteLabel ("Failsafe -- $title");
 print $FD 'menuentry "'.$title.'"';
 print $FD ' --class opensuse --class os {'."\n";
-if ((! $isxen) || ($isxen && $xendomain eq "domU")) {
+if ((! $isxen) || ($isxen && $xendomain =~ "domU")) {
 if ($iso) {
 print $FD "\t"."echo Loading linux...\n";
 print $FD "\t"."set 

commit libmicrohttpd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2017-05-20 10:09:18

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


Package is "libmicrohttpd"

Sat May 20 10:09:18 2017 rev:27 rq:494916 version:0.9.54

Changes:

--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes  
2017-03-10 21:13:03.305152966 +0100
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2017-05-20 10:09:21.244415086 +0200
@@ -1,0 +2,19 @@
+Mon May 15 11:49:20 UTC 2017 - mplus...@suse.com
+
+- Update licensing information
+
+---
+Thu May 11 08:15:24 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.9.54:
+  * See provided Changelog for details
+
+---
+Thu Apr 13 17:02:21 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.9.53:
+  * See provided Changelog for details
+- Refresh patch:
+  * libmicrohttpd_test_data.patch
+
+---

Old:

  libmicrohttpd-0.9.52.tar.gz
  libmicrohttpd-0.9.52.tar.gz.sig

New:

  libmicrohttpd-0.9.54.tar.gz
  libmicrohttpd-0.9.54.tar.gz.sig



Other differences:
--
++ libmicrohttpd.spec ++
--- /var/tmp/diff_new_pack.J7GwAZ/_old  2017-05-20 10:09:21.956314496 +0200
+++ /var/tmp/diff_new_pack.J7GwAZ/_new  2017-05-20 10:09:21.956314496 +0200
@@ -19,15 +19,17 @@
 
 %global libmicrohttpd libmicrohttpd12
 Name:   libmicrohttpd
-Version:0.9.52
+Version:0.9.54
 Release:0
 Summary:Small Embeddable HTTP Server Library
-License:LGPL-2.1+
+# Some internal tests are licenced as GPL-3.0+ - they are only used in
+# check phase and not shipped further
+License:LGPL-2.1+ and GPL-3.0+
 Group:  Productivity/Networking/Web/Servers
 Url:https://www.gnu.org/software/libmicrohttpd/
-Source0:http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
-Source1:
http://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
-Source2:libmicrohttpd.keyring
+Source0:https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
+Source1:
https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
+Source2:
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}=1#/%{name}.keyring
 # PATCH-WORKAROUND-OPENSUSE: the threads have a problem deadlocking (in OBS)
 Patch1: disable-stalling-test.patch
 Patch2: libmicrohttpd_test_data.patch
@@ -42,7 +44,6 @@
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libtasn1)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU libmicrohttpd is a small C library that is supposed to make it easy to run
@@ -72,6 +73,7 @@
 
 %package -n %{libmicrohttpd}
 Summary:Small embeddable http server library
+License:LGPL-2.1+
 Group:  System/Libraries
 
 %description -n %{libmicrohttpd}
@@ -79,6 +81,7 @@
 
 %package devel
 Summary:Small Embeddable HTTP Server Library
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{libmicrohttpd} = %{version}
 Requires:   pkgconfig

++ libmicrohttpd-0.9.52.tar.gz -> libmicrohttpd-0.9.54.tar.gz ++
 48400 lines of diff (skipped)

++ libmicrohttpd.keyring ++
--- /var/tmp/diff_new_pack.J7GwAZ/_old  2017-05-20 10:09:22.252272679 +0200
+++ /var/tmp/diff_new_pack.J7GwAZ/_new  2017-05-20 10:09:22.252272679 +0200
@@ -1,288 +1,118 @@
--BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2
+-BEGIN PGP PUBLIC KEY BLOCK-
+Version: GnuPG v1
+
+mQINBFSG/g0BEADfUtc2WA8+OWiNVuNuaU5CIFB/6Netaem0tXAc5VF8c/Dr/Bbt
+eSG4ZAWgCGioO/sqQ08XbYSdot1/zybFqAaD2Tlz99+GFLDYSMSDv6SkaAww0cGb
+objkAO3h1ojeR8gwj2+V2DuM9VLsmB0ITH3zXlLg1wbDUeIpOtk12DWqOTFN0v6x
+hV3JVdFsMmiM21iyo14FIxZmRTJulrwQFi/LcrUR7kDSjuwv3GzmVy6KSArri6fS
+Zec4os6WJM69+N3kV3SwoWxjikfUodaF+kOMXRyfEDX2ebyvveIvMl2BxNu7JUnF
+Y0AHXnxeNbfkpLCuFnH4cVvK14I+hHOa/JTnF77f7sWb+E0588YLL7geWucJfw94
+OzM1z4l/BLSyYiY3PJWRUHwkY7FV3cQGgTfrvbX3afa9Vi2bKHbgsgnOpe55FFJT
+RhZlGJMrgeNsoRKeivFaSa3HLhkV56VG268IM7iao+soVfeWKTOOSQGVeG6VrY7M
+UjhNfBbYfuSOW9CdF3p3XbI8DF68id0OQRUIihS42+kSGCZVY31Mx8+bZj+7+Qhs
+hZrARdrdmDg5IvJykEpn7aKpfyhf1sCfu/gwrpZ90IcaYoeafk6qWcf8JL+5VYHe
+wWjfZ7pFtlurt+hlrdNbqDQ9oHtIsevbgsPlh40BZ0kv2vLK5b+hQ5gd3QARAQAB
+tCtDaHJpc3RpYW4gR3JvdGhvZmYgPGNocmlzdGlhbkBncm90aG9mZi5vcmc+iQI4
+BBMBAgAiBQJUhv4NAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRCTnmvh

commit patterns-desktop for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package patterns-desktop for 
openSUSE:Factory checked in at 2017-05-20 10:09:05

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


Package is "patterns-desktop"

Sat May 20 10:09:05 2017 rev:2 rq:494907 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-desktop/patterns-desktop.changes
2017-05-06 18:23:45.349141531 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-desktop.new/patterns-desktop.changes   
2017-05-20 10:09:17.428954200 +0200
@@ -1,0 +2,5 @@
+Fri Apr 28 16:02:36 UTC 2017 - jeng...@inai.de
+
+- Compact %install routine; replace old RPM shell vars by macros.
+
+---



Other differences:
--
++ patterns-desktop.spec ++
--- /var/tmp/diff_new_pack.Fxln77/_old  2017-05-20 10:09:18.152851915 +0200
+++ /var/tmp/diff_new_pack.Fxln77/_new  2017-05-20 10:09:18.152851915 +0200
@@ -326,12 +326,9 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
-echo 'This file marks the pattern books to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/books.txt
-echo 'This file marks the pattern imaging to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/imaging.txt
-echo 'This file marks the pattern imaging_opt to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/imaging_opt.txt
-echo 'This file marks the pattern laptop to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/laptop.txt
-echo 'This file marks the pattern multimedia to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/multimedia.txt
-echo 'This file marks the pattern multimedia_opt to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/multimedia_opt.txt
-echo 'This file marks the pattern technical_writing to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/technical_writing.txt
-
+mkdir -p "%{buildroot}/usr/share/doc/packages/patterns"
+for i in books imaging imaging_opt laptop multimedia multimedia_opt \
+technical_writing; do
+   echo "This file marks the pattern $i to be installed." \
+   >"%{buildroot}/usr/share/doc/packages/patterns/$i.txt"
+done




commit djvulibre for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package djvulibre for openSUSE:Factory 
checked in at 2017-05-20 10:09:53

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


Package is "djvulibre"

Sat May 20 10:09:53 2017 rev:35 rq:494968 version:3.5.27

Changes:

--- /work/SRC/openSUSE:Factory/djvulibre/djvulibre.changes  2015-03-05 
18:15:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.djvulibre.new/djvulibre.changes 2017-05-20 
10:09:57.359312168 +0200
@@ -1,0 +2,5 @@
+Mon May 15 13:59:36 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ djvulibre.spec ++
--- /var/tmp/diff_new_pack.KkHJQQ/_old  2017-05-20 10:09:58.039216100 +0200
+++ /var/tmp/diff_new_pack.KkHJQQ/_new  2017-05-20 10:09:58.043215535 +0200
@@ -25,6 +25,8 @@
 Group:  Productivity/Graphics/Other
 Url:http://djvu.sourceforge.net
 Source: http://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- 
https://sourceforge.net/p/djvu/djvulibre-git/ci/ff8e5b68f856a7fe17c9aa33d0f2220f4ba6b40c/
+Patch0: reproducible.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
@@ -108,6 +110,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ reproducible.patch ++
Index: djvulibre-3.5.27/desktopfiles/Makefile.am
===
--- djvulibre-3.5.27.orig/desktopfiles/Makefile.am
+++ djvulibre-3.5.27/desktopfiles/Makefile.am
@@ -61,7 +61,7 @@ else
 endif
 
 svg_process =\
-cat $< | gzip >$@
+cat $< | gzip -n >$@
 
 svg_verbose = $(svg_verbose_@AM_V@)
 svg_verbose_ = $(svg_verbose_@AM_DEFAULT_V@)
Index: djvulibre-3.5.27/desktopfiles/Makefile.in
===
--- djvulibre-3.5.27.orig/desktopfiles/Makefile.in
+++ djvulibre-3.5.27/desktopfiles/Makefile.in
@@ -321,7 +321,7 @@ png_verbose = $(png_verbose_@AM_V@)
 png_verbose_ = $(png_verbose_@AM_DEFAULT_V@)
 png_verbose_0 = @echo "  PNG " $@;
 svg_process = \
-cat $< | gzip >$@
+cat $< | gzip -n >$@
 
 svg_verbose = $(svg_verbose_@AM_V@)
 svg_verbose_ = $(svg_verbose_@AM_DEFAULT_V@)



commit suse-xsl-stylesheets for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package suse-xsl-stylesheets for 
openSUSE:Factory checked in at 2017-05-20 10:08:47

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


Package is "suse-xsl-stylesheets"

Sat May 20 10:08:47 2017 rev:36 rq:494845 version:2.0.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2017-02-14 00:36:33.614536147 +0100
+++ 
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
   2017-05-20 10:09:13.397523830 +0200
@@ -1,0 +2,21 @@
+Fri May 12 11:29:08 UTC 2017 - skn...@suse.com
+
+Stable release of the SUSE XSL stylesheets 2.0.7.2:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Fixes bsc#1016953 (see also suse-xsl# 270)
+
+* SUSE Word List for aspell
+  - Removed duplicate and invalid words
+
+* Stylesheets (common)
+  - Add a compact style for admonitions, enabled by role="compact" 
+attribute
+(suse-xsl #211)
+
+* Stylesheets (HTML)
+  - Fix superscript/subscript styles
+
+---

Old:

  suse-xsl-stylesheets-2.0.7.1.tar.bz2

New:

  suse-xsl-stylesheets-2.0.7.2.tar.bz2



Other differences:
--
++ suse-xsl-stylesheets.spec ++
--- /var/tmp/diff_new_pack.o11VNH/_old  2017-05-20 10:09:13.925449236 +0200
+++ /var/tmp/diff_new_pack.o11VNH/_new  2017-05-20 10:09:13.929448671 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   suse-xsl-stylesheets
-Version:2.0.7.1
+Version:2.0.7.2
 Release:0
 
 ###

++ suse-xsl-stylesheets-2.0.7.1.tar.bz2 -> 
suse-xsl-stylesheets-2.0.7.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/ChangeLog 
new/suse-xsl-stylesheets/ChangeLog
--- old/suse-xsl-stylesheets/ChangeLog  2017-02-09 14:04:31.0 +0100
+++ new/suse-xsl-stylesheets/ChangeLog  2017-05-11 16:56:56.0 +0200
@@ -1,4 +1,22 @@
 ---
+Thu May 11 17:00:00 UTC 2017 - skn...@suse.de
+
+Stable release of the SUSE XSL stylesheets 2.0.7.2:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* SUSE Word List for aspell
+  - Removed duplicate and invalid words
+
+* Stylesheets (common)
+  - Add a compact style for admonitions, enabled by role="compact" attribute
+(suse-xsl #211)
+
+* Stylesheets (HTML)
+  - Fix superscript/subscript styles
+
+---
 Thu Feb 08 19:00:00 UTC 2017 - skn...@suse.de
 
 Stable release of the SUSE XSL stylesheets 2.0.7.1:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/Makefile 
new/suse-xsl-stylesheets/Makefile
--- old/suse-xsl-stylesheets/Makefile   2017-02-09 14:04:31.0 +0100
+++ new/suse-xsl-stylesheets/Makefile   2017-05-11 16:56:56.0 +0200
@@ -12,7 +12,7 @@
 SHELL := /bin/bash
 PACKAGE   := suse-xsl-stylesheets
 # HINT: Also raise version number in packaging/suse-xsl-stylesheets.spec
-VERSION   := 2.0.7.1
+VERSION   := 2.0.7.2
 CDIR  := $(shell pwd)
 DIST_EXCLUDES := packaging/exclude-files_for_susexsl_package.txt
 SUSE_XML_PATH := $(PREFIX)/xml/suse
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/README.adoc 
new/suse-xsl-stylesheets/README.adoc
--- old/suse-xsl-stylesheets/README.adoc2017-02-09 14:04:31.0 
+0100
+++ new/suse-xsl-stylesheets/README.adoc2017-05-11 16:56:56.0 
+0200
@@ -1,4 +1,4 @@
-SUSE XSL Stylesheets 2.0.7.1
+SUSE XSL Stylesheets 2.0.7.2
 
 Thomas Schraitle 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/suse-xsl-stylesheets/aspell/suse_wordlist.txt 
new/suse-xsl-stylesheets/aspell/suse_wordlist.txt
--- old/suse-xsl-stylesheets/aspell/suse_wordlist.txt   2017-02-09 
14:04:31.0 +0100
+++ new/suse-xsl-stylesheets/aspell/suse_wordlist.txt   2017-05-11 
16:56:56.0 +0200
@@ -53,7 +53,6 @@
 AppBrowser
 AppNote
 AppSocket
-Archiver
 archiver
 ARG
 arg
@@ -65,7 +64,6 @@
 arp
 ARPs
 aRts
-Ascii
 asound
 ASpeed
 aspell
@@ -385,7 +383,6 @@
 CTC
 CTCP
 Ctrl
-cucme
 cumulate
 cumulated
 cumulates
@@ -476,7 +473,6 @@
 desaturating
 desktop's
 dest
-Deutsches
 dev
 devel
 developerWorks
@@ -536,7 +532,6 @@
 domainname
 DOMIRROR
 DomU
-domU
 DomUs
 DoS
 DPDK
@@ 

commit xinetd for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package xinetd for openSUSE:Factory checked 
in at 2017-05-20 10:08:18

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


Package is "xinetd"

Sat May 20 10:08:18 2017 rev:36 rq:494815 version:2.3.15.1

Changes:

--- /work/SRC/openSUSE:Factory/xinetd/xinetd.changes2017-05-10 
20:34:12.776880179 +0200
+++ /work/SRC/openSUSE:Factory/.xinetd.new/xinetd.changes   2017-05-20 
10:08:39.330337447 +0200
@@ -1,0 +2,11 @@
+Fri May 12 10:16:56 UTC 2017 - tchva...@suse.com
+
+- Use # rename for the URL to keep sane name
+
+---
+Thu May 11 10:11:35 UTC 2017 - tchva...@suse.com
+
+- Update to tagged release 2.3.15.1:
+  * Contains changes from bellow, just uses the tagged archive
+
+---

Old:

  _service
  xinetd-2.3.15.1+git20170504.58c3611.tar.xz

New:

  xinetd-2.3.15.1.tar.gz



Other differences:
--
++ xinetd.spec ++
--- /var/tmp/diff_new_pack.5TrKiw/_old  2017-05-20 10:08:40.206213688 +0200
+++ /var/tmp/diff_new_pack.5TrKiw/_new  2017-05-20 10:08:40.206213688 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   xinetd
-Version:2.3.15.1+git20170504.58c3611
+Version:2.3.15.1
 Release:0
 Summary:An 'inetd' with Expanded Functionality
 License:xinetd
 Group:  Productivity/Networking/System
 Url:https://github.com/openSUSE/xinetd/
-Source0:%{name}-%{version}.tar.xz
+Source0:
https://github.com/openSUSE/xinetd/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:README.SUSE
 Source2:logrotate
 BuildRequires:  autoconf
@@ -48,7 +48,7 @@
 %prep
 %setup -q
 
-# FAQ, README.SUSE and logrotate
+# README.SUSE and logrotate
 cp %{SOURCE1} %{SOURCE2} .
 
 %build




commit libzypp for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package libzypp for openSUSE:Factory checked 
in at 2017-05-20 10:08:29

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


Package is "libzypp"

Sat May 20 10:08:29 2017 rev:380 rq:494827 version:16.11.0

Changes:

--- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes  2017-05-04 
08:51:37.492488080 +0200
+++ /work/SRC/openSUSE:Factory/.libzypp.new/libzypp.changes 2017-05-20 
10:08:43.461753686 +0200
@@ -1,0 +2,16 @@
+Fri May 12 11:36:52 CEST 2017 - m...@suse.de
+
+- add identIsAutoInstalled convenience methods
+- make gcc6 happy
+- version 16.11.0 (0)
+
+---
+Thu May 11 15:23:28 CEST 2017 - m...@suse.de
+
+- Use a common workflow for downloading packages and srcpackages.
+  This includes a common way of handling and reposrting gpg signature
+  and checks. (bsc#1037210)
+- PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
+- version 16.10.0 (0)
+
+---

Old:

  libzypp-16.9.0.tar.bz2

New:

  libzypp-16.11.0.tar.bz2



Other differences:
--
++ libzypp.spec ++
--- /var/tmp/diff_new_pack.LHSO84/_old  2017-05-20 10:08:44.233644620 +0200
+++ /var/tmp/diff_new_pack.LHSO84/_new  2017-05-20 10:08:44.237644054 +0200
@@ -19,7 +19,7 @@
 %define force_gcc_46 0
 
 Name:   libzypp
-Version:16.9.0
+Version:16.11.0
 Release:0
 Url:git://gitorious.org/opensuse/libzypp.git
 Summary:Package, Patch, Pattern, and Product Management

++ libzypp-16.9.0.tar.bz2 -> libzypp-16.11.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.9.0/VERSION.cmake 
new/libzypp-16.11.0/VERSION.cmake
--- old/libzypp-16.9.0/VERSION.cmake2017-04-27 16:06:07.0 +0200
+++ new/libzypp-16.11.0/VERSION.cmake   2017-05-12 11:41:09.0 +0200
@@ -60,9 +60,9 @@
 #
 SET(LIBZYPP_MAJOR "16")
 SET(LIBZYPP_COMPATMINOR "0")
-SET(LIBZYPP_MINOR "9")
+SET(LIBZYPP_MINOR "11")
 SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 16.9.0 (0)
+# LAST RELEASED: 16.11.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #===
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.9.0/package/libzypp.changes 
new/libzypp-16.11.0/package/libzypp.changes
--- old/libzypp-16.9.0/package/libzypp.changes  2017-04-27 16:06:07.0 
+0200
+++ new/libzypp-16.11.0/package/libzypp.changes 2017-05-12 11:41:09.0 
+0200
@@ -1,4 +1,20 @@
 ---
+Fri May 12 11:36:52 CEST 2017 - m...@suse.de
+
+- add identIsAutoInstalled convenience methods
+- make gcc6 happy
+- version 16.11.0 (0)
+
+---
+Thu May 11 15:23:28 CEST 2017 - m...@suse.de
+
+- Use a common workflow for downloading packages and srcpackages.
+  This includes a common way of handling and reposrting gpg signature
+  and checks. (bsc#1037210)
+- PackageProvider: as well support downloading SrcPackage (for bsc#1037210)
+- version 16.10.0 (0)
+
+---
 Thu Apr 27 16:03:32 CEST 2017 - m...@suse.de
 
 - PoolQuery: Treat explicit queries for 'kind:name' correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libzypp-16.9.0/zypp/Package.cc 
new/libzypp-16.11.0/zypp/Package.cc
--- old/libzypp-16.9.0/zypp/Package.cc  2017-02-03 13:41:11.0 +0100
+++ new/libzypp-16.11.0/zypp/Package.cc 2017-05-11 17:57:02.0 +0200
@@ -23,6 +23,47 @@
 using namespace std;
 
 ///
+namespace zyppintern
+{
+  using namespace zypp;
+
+  inline bool schemeIsLocalDir( const Url & url_r )
+  {
+  const std::string & s( url_r.getScheme() );
+  return s == "dir" || s == "file";
+  }
+
+  // here and from SrcPackage.cc
+  Pathname cachedLocation( const OnMediaLocation & loc_r, const RepoInfo & 
repo_r )
+  {
+PathInfo pi( repo_r.packagesPath() / loc_r.filename() );
+
+if ( ! pi.isExist() )
+  return Pathname();   // no file in cache
+
+if ( loc_r.checksum().empty() )
+{
+  Url url( repo_r.url() );
+  if ( ! schemeIsLocalDir( url ) )
+   return Pathname();  // same name but no checksum to verify
+
+  // for local repos compare with the checksum in repo
+  if ( CheckSum( CheckSum::md5Type(), std::ifstream( (url.getPathName() / 
loc_r.filename()).c_str() ) )
+   != CheckSum( 

commit perl-Net-DNS for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package perl-Net-DNS for openSUSE:Factory 
checked in at 2017-05-20 10:07:58

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


Package is "perl-Net-DNS"

Sat May 20 10:07:58 2017 rev:46 rq:494770 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/perl-Net-DNS/perl-Net-DNS.changes
2017-04-11 12:38:56.119392094 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Net-DNS.new/perl-Net-DNS.changes   
2017-05-20 10:08:17.921362502 +0200
@@ -1,0 +2,6 @@
+Sat May  6 06:08:53 UTC 2017 - co...@suse.com
+
+- updated to 1.10
+   see /usr/share/doc/packages/perl-Net-DNS/Changes
+
+---

Old:

  Net-DNS-1.09.tar.gz

New:

  Net-DNS-1.10.tar.gz



Other differences:
--
++ perl-Net-DNS.spec ++
--- /var/tmp/diff_new_pack.vM4oNZ/_old  2017-05-20 10:08:18.605265867 +0200
+++ /var/tmp/diff_new_pack.vM4oNZ/_new  2017-05-20 10:08:18.609265302 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Net-DNS
-Version:1.09
+Version:1.10
 Release:0
 %define cpan_name Net-DNS
 Summary:Perl Interface to the Domain Name System

++ Net-DNS-1.09.tar.gz -> Net-DNS-1.10.tar.gz ++
 2582 lines of diff (skipped)




commit postgresql94 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package postgresql94 for openSUSE:Factory 
checked in at 2017-05-20 10:08:09

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


Package is "postgresql94"

Sat May 20 10:08:09 2017 rev:8 rq:494805 version:9.4.12

Changes:

--- /work/SRC/openSUSE:Factory/postgresql94/postgresql94-libs.changes   
2017-03-21 22:43:06.837364092 +0100
+++ /work/SRC/openSUSE:Factory/.postgresql94.new/postgresql94-libs.changes  
2017-05-20 10:08:37.766558406 +0200
@@ -1,0 +2,20 @@
+Tue May  9 14:06:42 UTC 2017 - m...@suse.com
+
+- Update to version 9.4.12:
+  * https://www.postgresql.org/docs/9.4/static/release-9-4-12.html
+  * CVE-2017-7486, bsc#1037624: Restrict visibility of
+pg_user_mappings.umoptions, to protect passwords stored as
+user mapping options.
+!!! Manual action is needed to fix this in existing databases
+!!! See upstream release notes for details.
+  * CVE-2017-7485, bsc#1038293: recognize PGREQUIRESSL variable
+again.
+  * CVE-2017-7484, bsc#1037603: Prevent exposure of statistical
+information via leaky operators.
+  * Obsoletes postgresql-9.4.11-fix-timezone-tests.patch
+- Move the timezone requirement to the server package as it was
+  originally intended.
+- Sync spec file with postgresql96.
+- Merge Factory and SLE-12.
+
+---
@@ -34,0 +55,5 @@
+Thu Sep 15 07:04:16 UTC 2016 - fwe...@suse.com
+
+- Added "Requires: timezone" to Server Package (bsc#973660)
+
+---
@@ -39 +64 @@
-(CVE-2016-5423)
+(CVE-2016-5423, bsc#993454)
@@ -41 +66 @@
-and role names (CVE-2016-5424)
+and role names (CVE-2016-5424, bsc#993453)
@@ -181 +206 @@
-- For the full release notse, see:
+- For the full release notes, see:
@@ -237 +262 @@
-- For the full release notse, see:
+- For the full release notes, see:
postgresql94.changes: same change

Old:

  postgresql-9.4.11-fix-timezone-tests.patch
  postgresql-9.4.11.tar.bz2

New:

  postgresql-9.4.12.tar.bz2



Other differences:
--
++ postgresql94-libs.spec ++
--- /var/tmp/diff_new_pack.TQzE2J/_old  2017-05-20 10:08:38.790413738 +0200
+++ /var/tmp/diff_new_pack.TQzE2J/_new  2017-05-20 10:08:38.790413738 +0200
@@ -63,7 +63,7 @@
 Summary:Basic Clients and Utilities for PostgreSQL
 License:PostgreSQL
 Group:  Productivity/Databases/Tools
-Version:9.4.11
+Version:9.4.12
 Release:0
 %define pg_minor_version %(echo %version | sed -r 
's/^([0-9]+\\.[0-9]+).*/\\1/')
 Source0:
https://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.bz2
@@ -77,8 +77,7 @@
 Patch7: postgresql-testsuite-seclabel-location.patch
 Patch8: postgresql-testsuite-keep-results-file.patch
 Patch9: postgresql-var-run-socket.patch
-Patch10:postgresql-9.4.11-fix-timezone-tests.patch
-Url:http://www.postgresql.org/
+Url:https://www.postgresql.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   postgresql = %version
 Requires:   %libpq >= %majorversion
@@ -97,8 +96,6 @@
 HTML documentation for PostgreSQL can be found in the postgresql-docs
 package.
 
-%if %buildlibs
-
 %package -n %libpq
 Summary:Shared Libraries Required for PostgreSQL Clients
 Group:  Productivity/Databases/Clients
@@ -139,7 +136,6 @@
 
 This package provides the runtime library of the embedded SQL C
 preprocessor for PostgreSQL.
-%endif
 
 %if %builddevel
 %package -n %pgname-devel
@@ -177,6 +173,7 @@
 PreReq: postgresql = %version
 PreReq: postgresql-init >= %majorversion
 Requires:   glibc-locale
+Requires:   timezone
 Provides:   postgresql-server = %version
 Requires(preun): postgresql-init >= %majorversion
 Requires(postun): postgresql-init >= %majorversion
@@ -314,7 +311,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
-%patch10 -p1
 touch -r tmp configure
 rm tmp
 find src/test/ -name '*.orig' -delete

postgresql94.spec: same change
++ postgresql-9.4.11.tar.bz2 -> postgresql-9.4.12.tar.bz2 ++
/work/SRC/openSUSE:Factory/postgresql94/postgresql-9.4.11.tar.bz2 
/work/SRC/openSUSE:Factory/.postgresql94.new/postgresql-9.4.12.tar.bz2 differ: 
char 11, line 1




commit python-rpm-macros for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package python-rpm-macros for 
openSUSE:Factory checked in at 2017-05-20 10:07:38

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


Package is "python-rpm-macros"

Sat May 20 10:07:38 2017 rev:6 rq:494698 version:2017.05.09.fc237de

Changes:

--- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes  
2017-04-19 18:10:20.585938349 +0200
+++ /work/SRC/openSUSE:Factory/.python-rpm-macros.new/python-rpm-macros.changes 
2017-05-20 10:08:08.438702390 +0200
@@ -1,0 +2,20 @@
+Tue May  9 15:38:41 UTC 2017 - jmate...@suse.com
+
+- version bump to 2017.05.09.fc237de
+- fix badly generated %posttrans snippets in cases where
+  old %python_install_alternative syntax is used for secondary files
+- rework %if-macros
+- introduce %python_flavor, which configures behavior of generic %python_*
+  macros, and can be overriden by the user
+- add --force to %python_install, to make install order fully deterministic
+
+---
+Thu Apr 27 15:43:20 UTC 2017 - jmate...@suse.com
+
+- version bump to 2017.04.27.d2ca08c
+- switch versioning scheme to date-based
+- switch from using service to a custom script update.sh
+- auto-generate Provides: python2-modname in old distributions
+  (only for main package though)
+
+---

Old:

  _service
  python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2

New:

  README.packaging
  python-rpm-macros-2017.05.09.fc237de.tar.bz2
  update.sh



Other differences:
--
++ python-rpm-macros.spec ++
--- /var/tmp/diff_new_pack.0GjXkH/_old  2017-05-20 10:08:10.190454869 +0200
+++ /var/tmp/diff_new_pack.0GjXkH/_new  2017-05-20 10:08:10.190454869 +0200
@@ -17,19 +17,21 @@
 
 
 Name:   python-rpm-macros
-Version:1.0.git.1490791775.6e5b01c
+Version:2017.05.09.fc237de
 Release:0
 Summary:RPM macros for building of Python modules
 License:WTFPL
 Group:  Development/Tools/Other
 Url:https://github.com/opensuse/multipython-macros
 Source: python-rpm-macros-%{version}.tar.bz2
+Source100:  README.packaging
+Source101:  update.sh
 # Fedora compatibility
 Provides:   python2-rpm-macros
 Provides:   python3-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #!BuildIgnore:  python-rpm-macros
 BuildArch:  noarch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains SUSE RPM macros for Python build automation.

++ README.packaging ++
This file contains information for OpenBuildService packagers.

To update this package from git, run the file update.sh

It pulls the latest version from github, assigns a date-based version
number, removes previous tarball and creates a new one, inputs the
version number in the spec file, and notes the version bump in changelog.

In the future, changelog should also be maintained in git and auto-dumped
into the changes file.
++ python-rpm-macros-1.0.git.1490791775.6e5b01c.tar.bz2 -> 
python-rpm-macros-2017.05.09.fc237de.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-rpm-macros-1.0.git.1490791775.6e5b01c/.gitignore 
new/python-rpm-macros-2017.05.09.fc237de/.gitignore
--- old/python-rpm-macros-1.0.git.1490791775.6e5b01c/.gitignore 1970-01-01 
01:00:00.0 +0100
+++ new/python-rpm-macros-2017.05.09.fc237de/.gitignore 2017-05-09 
16:09:03.0 +0200
@@ -0,0 +1,5 @@
+/macros.python_all
+/macros/020-flavor-*
+/macros/035-default-pythons
+/macros/040-automagic
+*.swp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-rpm-macros-1.0.git.1490791775.6e5b01c/flavor.in 
new/python-rpm-macros-2017.05.09.fc237de/flavor.in
--- old/python-rpm-macros-1.0.git.1490791775.6e5b01c/flavor.in  2017-03-29 
14:49:35.0 +0200
+++ new/python-rpm-macros-2017.05.09.fc237de/flavor.in  2017-05-09 
16:09:03.0 +0200
@@ -4,11 +4,20 @@
 
 %#FLAVOR#_shbang_opts %py_shbang_opts
 
-%#FLAVOR#_sitelib %(%__#FLAVOR# -c "from distutils.sysconfig import 
get_python_lib; print(get_python_lib())")
-%#FLAVOR#_sitearch%(%__#FLAVOR# -c "from distutils.sysconfig import 
get_python_lib; print(get_python_lib(1))")
-%#FLAVOR#_version %(%__#FLAVOR# -c "import sys; 
sys.stdout.write('{0.major}.{0.minor}'.format(sys.version_info))")
-%#FLAVOR#_version_nodots  %(%__#FLAVOR# -c "import sys; 
sys.stdout.write('{0.major}{0.minor}'.format(sys.version_info))")
 %#FLAVOR#_prefix  

commit Mesa for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2017-05-20 10:07:19

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


Package is "Mesa"

Sat May 20 10:07:19 2017 rev:290 rq:494543 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2017-05-04 
08:54:57.112335932 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2017-05-20 
10:07:26.900571702 +0200
@@ -1,0 +2,24 @@
+Thu May 11 09:10:25 UTC 2017 - sndir...@suse.com
+
+- baselibs.conf: libglvnd0 -> libglvnd; missed the package name
+  change in libglvnd package (boo#1038619)
+
+---
+Wed May 10 17:44:38 UTC 2017 - mimi...@gmail.com
+
+- update to 17.1.0
+- drop upstreamed patches:
+archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
+archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
+archlinux_glapi-Link-with-glapi-when-built-shared.patch
++ New major release with:
+  + OpenGL 4.2 support for Intel Ivy Bridge chips.
+  + The RADV driver passes the Khronos CTS
+  + Shader on-disk cache. Improving the startup and shader compilation
+  times in some games.
+  + This release includes significant performance improvements for games by
+ Feral Interactive.
+ * for full list of changes please check docs/relnotes/17.1.0.html 
+
+
+---

Old:

  archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
  archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
  archlinux_glapi-Link-with-glapi-when-built-shared.patch
  mesa-17.0.5.tar.xz
  mesa-17.0.5.tar.xz.sig

New:

  mesa-17.1.0.tar.xz
  mesa-17.1.0.tar.xz.sig



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.yaCX0p/_old  2017-05-20 10:07:37.063135735 +0200
+++ /var/tmp/diff_new_pack.yaCX0p/_new  2017-05-20 10:07:37.063135735 +0200
@@ -22,7 +22,7 @@
 %endif
 %define glamor 1
 %define _name_archive mesa
-%define _version 17.0.5
+%define _version 17.1.0
 %define with_opencl 0
 %define with_vulkan 0
 %ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
@@ -54,7 +54,7 @@
 %endif
 
 Name:   Mesa
-Version:17.0.5
+Version:17.1.0
 Release:0
 Summary:System for rendering interactive 3-D graphics
 License:MIT
@@ -82,11 +82,8 @@
 # never to be upstreamed
 Patch21:n_Define-GLAPIVAR-separate-from-GLAPI.patch
 # currently needed for libglvnd support
-Patch30:archlinux_glapi-Link-with-glapi-when-built-shared.patch
 Patch31:archlinux_0001-Fix-linkage-against-shared-glapi.patch
 Patch32:archlinux_glvnd-fix-gl-dot-pc.patch
-Patch33:
archlinux_0001-EGL-Implement-the-libglvnd-interface-for-EGL-v2.patch
-Patch34:
archlinux_0002-fixup-EGL-Implement-the-libglvnd-interface-for-EGL-v.patch
 Patch35:
fedora_0001-glxglvnddispatch-Add-missing-dispatch-for-GetDriverC.patch
 Patch40:u_gallivm-correct-channel-shift-logic-on-big-endian.patch
 
@@ -106,10 +103,10 @@
 BuildRequires:  pkgconfig(dri3proto)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(glproto)
-BuildRequires:  pkgconfig(libdrm) >= 2.4.66
-BuildRequires:  pkgconfig(libdrm_amdgpu) >= 2.4.63
+BuildRequires:  pkgconfig(libdrm) >= 2.4.75
+BuildRequires:  pkgconfig(libdrm_amdgpu) >= 2.4.79
 BuildRequires:  pkgconfig(libdrm_nouveau) >= 2.4.66
-BuildRequires:  pkgconfig(libdrm_radeon) >= 2.4.56
+BuildRequires:  pkgconfig(libdrm_radeon) >= 2.4.71
 %if 0%{?libglvnd}
 BuildRequires:  pkgconfig(libglvnd) >= 0.1.0
 %endif
@@ -145,10 +142,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %ifarch %arm
 BuildRequires:  pkgconfig(libdrm_freedreno) >= 2.4.74
+BuildRequires:  pkgconfig(libelf)
 %endif
 %ifarch x86_64 %ix86
 BuildRequires:  libelf-devel
-BuildRequires:  pkgconfig(libdrm_intel) >= 2.4.61
+BuildRequires:  pkgconfig(libdrm_intel) >= 2.4.75
 %else
 %if 0%{with_opencl}
 BuildRequires:  libelf-devel
@@ -654,11 +652,8 @@
 %patch21 -p1
 
 %if 0%{?libglvnd}
-%patch30 -p1
 %patch31 -p1
 %patch32 -p1
-%patch33 -p1
-%patch34 -p1
 %patch35 -p1
 %endif
 
@@ -686,12 +681,11 @@
--enable-gles1 \
--enable-gles2 \
--enable-dri \
-   --with-egl-platforms=$egl_platforms \
+   --with-platforms=$egl_platforms \
--enable-shared-glapi \
--enable-texture-float \
--enable-osmesa \
--enable-dri3 \
-   --enable-shader-cache \
%{?with_nine:--enable-nine} \
 %if %{glamor}
--enable-gbm \
@@ -703,7 +697,7 @@
 %endif
 

commit perl-Test-Deep for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package perl-Test-Deep for openSUSE:Factory 
checked in at 2017-05-20 10:07:48

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


Package is "perl-Test-Deep"

Sat May 20 10:07:48 2017 rev:25 rq:494767 version:1.127

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test-Deep/perl-Test-Deep.changes
2017-01-10 10:38:27.673803249 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Test-Deep.new/perl-Test-Deep.changes   
2017-05-20 10:08:16.621546164 +0200
@@ -1,0 +2,13 @@
+Sat May  6 06:40:36 UTC 2017 - co...@suse.com
+
+- updated to 1.127
+   see /usr/share/doc/packages/perl-Test-Deep/Changes
+
+  1.127 2017-05-04
+  - no code changes from previous release
+  
+  1.126_001 2017-04-17
+  - do not eagerly convert simple scalars into tests in the all, any, 
and
+none tests; this was breaking LeafWrapper application
+
+---

Old:

  Test-Deep-1.126.tar.gz

New:

  Test-Deep-1.127.tar.gz



Other differences:
--
++ perl-Test-Deep.spec ++
--- /var/tmp/diff_new_pack.ctB2WY/_old  2017-05-20 10:08:17.145472134 +0200
+++ /var/tmp/diff_new_pack.ctB2WY/_new  2017-05-20 10:08:17.149471569 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Test-Deep
-Version:1.126
+Version:1.127
 Release:0
 %define cpan_name Test-Deep
 Summary:Extremely flexible deep comparison
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-Deep/
-Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,7 +58,7 @@
 matching instead. Test::Deep provides pattern matching for complex data
 structures
 
-Test::Deep has *_a lot_* of exports. See the /EXPORTS manpage below.
+Test::Deep has *_a lot_* of exports. See EXPORTS below.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ Test-Deep-1.126.tar.gz -> Test-Deep-1.127.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-1.126/Changes new/Test-Deep-1.127/Changes
--- old/Test-Deep-1.126/Changes 2017-01-01 17:39:39.0 +0100
+++ new/Test-Deep-1.127/Changes 2017-05-04 16:05:16.0 +0200
@@ -1,5 +1,12 @@
 Revision history for Test-Deep
 
+1.127 2017-05-04
+- no code changes from previous release
+
+1.126_001 2017-04-17
+- do not eagerly convert simple scalars into tests in the all, any, and
+  none tests; this was breaking LeafWrapper application
+
 1.126 2016-12-27
 - no changes since v1.125_001
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-1.126/MANIFEST new/Test-Deep-1.127/MANIFEST
--- old/Test-Deep-1.126/MANIFEST2017-01-01 17:40:31.0 +0100
+++ new/Test-Deep-1.127/MANIFEST2017-05-04 16:12:10.0 +0200
@@ -67,6 +67,7 @@
 t/ignore.t
 t/import.t
 t/isa.t
+t/leaf-wrapper.t
 t/lib/Over.pm
 t/lib/Std.pm
 t/listmethods.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-1.126/META.json 
new/Test-Deep-1.127/META.json
--- old/Test-Deep-1.126/META.json   2017-01-01 17:40:31.0 +0100
+++ new/Test-Deep-1.127/META.json   2017-05-04 16:12:10.0 +0200
@@ -58,6 +58,6 @@
   "x_IRC" : "irc://irc.perl.org/#perl-qa",
   "x_MailingList" : "http://lists.perl.org/list/perl-qa.html;
},
-   "version" : "1.126",
+   "version" : "1.127",
"x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-1.126/META.yml new/Test-Deep-1.127/META.yml
--- old/Test-Deep-1.126/META.yml2017-01-01 17:40:31.0 +0100
+++ new/Test-Deep-1.127/META.yml2017-05-04 16:12:10.0 +0200
@@ -29,5 +29,5 @@
   bugtracker: http://github.com/rjbs/Test-Deep/issues
   homepage: http://github.com/rjbs/Test-Deep/
   repository: https://github.com/rjbs/Test-Deep.git
-version: '1.126'
+version: '1.127'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Deep-1.126/lib/Test/Deep/All.pm 
new/Test-Deep-1.127/lib/Test/Deep/All.pm
--- old/Test-Deep-1.126/lib/Test/Deep/All.pm2017-01-01 17:39:39.0 
+0100
+++ 

commit myspell-dictionaries for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package myspell-dictionaries for 
openSUSE:Factory checked in at 2017-05-20 10:07:32

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


Package is "myspell-dictionaries"

Sat May 20 10:07:32 2017 rev:49 rq:494635 version:20170511

Changes:

--- 
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.changes
2016-11-05 21:23:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.changes
   2017-05-20 10:07:58.676081838 +0200
@@ -1,0 +2,13 @@
+Thu May 11 12:19:08 UTC 2017 - tchva...@suse.com
+
+- Update to git state 20170511:
+  * Add Tibetian dictionary
+- Update update.sh script to not bother < 12.3 releases
+
+---
+Fri Dec  9 15:54:44 UTC 2016 - pgaj...@suse.com
+
+- add FLAG UTF-8 to es_ANY.aff [bsc#1014742]
+  + myspell-dictionaries-es-FLAG-UTF-8.patch
+
+---



Other differences:
--
++ myspell-dictionaries.spec ++
 1550 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/myspell-dictionaries/myspell-dictionaries.spec
 and 
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/myspell-dictionaries.spec

++ dictionaries.tar.xz ++
/work/SRC/openSUSE:Factory/myspell-dictionaries/dictionaries.tar.xz 
/work/SRC/openSUSE:Factory/.myspell-dictionaries.new/dictionaries.tar.xz 
differ: char 26, line 1

++ update.sh ++
--- /var/tmp/diff_new_pack.6QddVt/_old  2017-05-20 10:07:59.911907218 +0200
+++ /var/tmp/diff_new_pack.6QddVt/_new  2017-05-20 10:07:59.911907218 +0200
@@ -277,9 +277,7 @@
   for p in ${recommends_map["myspell-$locale"]}; do
 sed -i "s#@METADATA@#Recommends:   $p\n@METADATA@#" 
myspell-dictionaries.spec
   done
-  sed -i "s#@METADATA@#%if 0%{?suse_version} > 1230\n@METADATA@#" 
myspell-dictionaries.spec
   sed -i "s#@METADATA@#BuildArch:  noarch\n@METADATA@#" 
myspell-dictionaries.spec
-  sed -i "s#@METADATA@#%endif\n@METADATA@#" myspell-dictionaries.spec
   if have_lightproof $dir; then
 sed -i "s#@METADATA@#Recommends: myspell-lightproof-$dir\n@METADATA@#" 
myspell-dictionaries.spec
   fi
@@ -309,6 +307,7 @@
   sed -i "s:@METADATA@::" myspell-dictionaries.spec
   sed -i "s:@INSTALL@::" myspell-dictionaries.spec
   sed -i "s:@FILES@::" myspell-dictionaries.spec
+  spec-cleaner -i myspell-dictionaries.spec
 }
 
 #
@@ -319,7 +318,7 @@
 if [ $DOWNLOAD == "yes" ]; then 
   echo '--- Download current git version'
   rm -rf $GIT_DIR
-  git clone git://anongit.freedesktop.org/libreoffice/$GIT_DIR
+  git clone --depth 1 git://anongit.freedesktop.org/libreoffice/$GIT_DIR
   rm -rf $GIT_DIR/.git
   # exceptions >
   pushd $GIT_DIR




commit patterns-office for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package patterns-office for openSUSE:Factory 
checked in at 2017-05-20 10:07:11

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


Package is "patterns-office"

Sat May 20 10:07:11 2017 rev:2 rq:494525 version:20170506

Changes:

--- /work/SRC/openSUSE:Factory/patterns-office/patterns-office.changes  
2017-05-06 18:21:31.384044655 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-office.new/patterns-office.changes 
2017-05-20 10:07:15.314208856 +0200
@@ -1,0 +2,18 @@
+Thu May 11 07:50:39 UTC 2017 - tchva...@suse.com
+
+- Add math to default pattern
+
+---
+Sat May  6 17:04:25 UTC 2017 - tchva...@suse.com
+
+- Kill office-opt pattern: mostly unwanted by default unless someone
+  needs special functions
+- This makes sure java is not pulled in by this pattern
+
+---
+Mon Apr 10 13:27:52 UTC 2017 - jeng...@inai.de
+
+- Use macros over old $RPM shell vars.
+  Change to a sh loop for creating minimally different text files.
+
+---



Other differences:
--
++ patterns-office.spec ++
--- /var/tmp/diff_new_pack.ZAD6Qx/_old  2017-05-20 10:07:16.797999196 +0200
+++ /var/tmp/diff_new_pack.ZAD6Qx/_new  2017-05-20 10:07:16.797999196 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package patterns-openSUSE
+# spec file for package patterns-office
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,10 +16,8 @@
 #
 
 
-%bcond_with betatest
-
 Name:   patterns-office
-Version:20170319
+Version:20170506
 Release:0
 Summary:Patterns for Installation (Office)
 License:MIT
@@ -29,7 +27,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  patterns-rpm-macros
 
-
 %description
 This is an internal package that is used to create the patterns as part
 of the installation source setup.  Installation of this package does
@@ -37,8 +34,6 @@
 
 This particular package contains the office patterns.
 
-
-
 %package office
 %pattern_desktopfunctions
 Summary:Office Software
@@ -47,55 +42,29 @@
 Provides:   pattern-icon() = yast-keyboard
 Provides:   pattern-order() = 1640
 Provides:   pattern-visible()
-Recommends: pattern() = office_opt
-# from data/OFFICE
 Recommends: libreoffice
 Recommends: libreoffice-calc
 Recommends: libreoffice-draw
 Recommends: libreoffice-impress
+Recommends: libreoffice-math
 Recommends: libreoffice-writer
 
 %description office
 Office software for your desktop environment including LibreOffice.
 
 %files office
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/office.txt
-
-
-
-%package office_opt
-%pattern_desktopfunctions
-Summary:Office Software
-Group:  Metapackages
-Provides:   pattern() = office_opt
-Provides:   pattern-extends() = office
-Provides:   pattern-icon() = yast-keyboard
-Provides:   pattern-order() = 1620
-# from data/OFFICE-OPT
-# bug 592752
-Suggests:   libreoffice-languagetool
-Recommends: libreoffice-math
-Recommends: libreoffice-calc-extensions
-Recommends: libreoffice-writer-extensions
-Recommends: libreoffice-converter
-
-%description office_opt
-Office software for your desktop environment including LibreOffice.
-
-%files office_opt
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/office_opt.txt
-
-
+%dir %{_defaultdocdir}/patterns
+%{_defaultdocdir}/patterns/office.txt
 
 %prep
+:
 
 %build
+:
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
-echo 'This file marks the pattern office to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/office.txt
-echo 'This file marks the pattern office_opt to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/office_opt.txt
+mkdir -p %{buildroot}/%{_defaultdocdir}/patterns
+echo "This file marks the pattern office to be installed." \
+   > %{buildroot}/%{_defaultdocdir}/patterns/office.txt
 
 %changelog




commit mailx for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package mailx for openSUSE:Factory checked 
in at 2017-05-20 10:07:01

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


Package is "mailx"

Sat May 20 10:07:01 2017 rev:37 rq:494520 version:12.5

Changes:

--- /work/SRC/openSUSE:Factory/mailx/mailx.changes  2016-04-30 
23:27:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.mailx.new/mailx.changes 2017-05-20 
10:07:06.743419910 +0200
@@ -1,0 +2,6 @@
+Sat Apr 29 18:56:02 UTC 2017 - bwiedem...@suse.com
+
+- call gzip -n and drop CreationDate from manual.ps
+  to make build fully reproducible
+
+---



Other differences:
--
++ mailx.spec ++
--- /var/tmp/diff_new_pack.FbhwR6/_old  2017-05-20 10:07:09.211071230 +0200
+++ /var/tmp/diff_new_pack.FbhwR6/_new  2017-05-20 10:07:09.211071230 +0200
@@ -82,8 +82,8 @@
 export CC CFLAGS
 $SHELL ./makeconfig
 make %{?jobs:-j%jobs} PREFIX=/usr CC="$CC" CFLAGS="$CFLAGS"
-tbl < mailx.1 | groff -mandocdb -Tps > manual.ps
-gzip -9f manual.ps
+tbl < mailx.1 | groff -mandocdb -Tps | grep -v CreationDate > manual.ps
+gzip -9fn manual.ps
 
 %install
 make install PREFIX=/usr DESTDIR=${RPM_BUILD_ROOT}




commit media-player-info for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package media-player-info for 
openSUSE:Factory checked in at 2017-05-20 10:06:42

Comparing /work/SRC/openSUSE:Factory/media-player-info (Old)
 and  /work/SRC/openSUSE:Factory/.media-player-info.new (New)


Package is "media-player-info"

Sat May 20 10:06:42 2017 rev:25 rq:494352 version:22

Changes:

--- /work/SRC/openSUSE:Factory/media-player-info/media-player-info.changes  
2014-12-21 12:04:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.media-player-info.new/media-player-info.changes 
2017-05-20 10:06:45.838373806 +0200
@@ -1,0 +2,5 @@
+Tue May  2 03:47:30 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to make build fully reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ media-player-info.spec ++
--- /var/tmp/diff_new_pack.SxMOSq/_old  2017-05-20 10:06:46.678255131 +0200
+++ /var/tmp/diff_new_pack.SxMOSq/_new  2017-05-20 10:06:46.682254565 +0200
@@ -29,6 +29,8 @@
 # Hence, the binary package is indeed still BSD-3-Clause.
 Url:http://hal.freedesktop.org/releases/
 Source: 
http://www.freedesktop.org/software/media-player-info/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM reproducible.patch bwiedem...@suse.com -- Make build 
reproducible.
+Patch0: reproducible.patch
 BuildRequires:  pkg-config
 BuildRequires:  python3
 BuildRequires:  pkgconfig(udev)
@@ -49,6 +51,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ reproducible.patch ++
make sure to always process files in the same order

to get reproducible output

Index: media-player-info-22/tools/mpi2hwdb.py
===
--- media-player-info-22.orig/tools/mpi2hwdb.py
+++ media-player-info-22/tools/mpi2hwdb.py
@@ -84,5 +85,5 @@ def parse_mpi(mpi):
 #
 
 # parse MPI files
-for f in sys.argv[1:]:
+for f in sorted(sys.argv[1:]):
 parse_mpi(f)
Index: media-player-info-22/tools/mpi2udev.py
===
--- media-player-info-22.orig/tools/mpi2udev.py
+++ media-player-info-22/tools/mpi2udev.py
@@ -122,7 +122,7 @@ elif sys.argv[1] != 'udev':
 sys.exit(1)
 
 # parse MPI files
-for f in sys.argv[2:]:
+for f in sorted(sys.argv[2:]):
 parse_mpi(f, hwdb)
 
 # udev rules footer



commit yodl for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package yodl for openSUSE:Factory checked in 
at 2017-05-20 10:06:25

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


Package is "yodl"

Sat May 20 10:06:25 2017 rev:28 rq:494003 version:3.08.02

Changes:

--- /work/SRC/openSUSE:Factory/yodl/yodl.changes2017-02-14 
00:38:16.671986287 +0100
+++ /work/SRC/openSUSE:Factory/.yodl.new/yodl.changes   2017-05-20 
10:06:28.264856964 +0200
@@ -1,0 +2,12 @@
+Wed May 10 07:14:14 UTC 2017 - mplus...@suse.com
+
+- Update to version 3.08.02:
+  * Reorganized the yodl-manpage macro (macros/rawmacros/manpage.raw):
++ man-pages can now be converted to roff, html, and plain text
+  format.
++ References to the todl manual page format in Yodl's user
+  guide and man-pages were updated accordingly. 
+  * The reorganization also fixes a bug in the manpage html
+conversion.
+
+---

Old:

  3.08.01.tar.gz

New:

  3.08.02.tar.gz



Other differences:
--
++ yodl.spec ++
--- /var/tmp/diff_new_pack.Gv2kSn/_old  2017-05-20 10:06:28.772785193 +0200
+++ /var/tmp/diff_new_pack.Gv2kSn/_new  2017-05-20 10:06:28.772785193 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yodl
-Version:3.08.01
+Version:3.08.02
 Release:0
 Summary:Yet One-other Document Language
 License:GPL-3.0
@@ -82,10 +82,28 @@
 %defattr(-,root,root)
 %doc yodl/AUTHORS.txt yodl/changelog yodl/README.* yodl/CHANGES
 %doc %{_docdir}/%{name}/
-%{_bindir}/*
+%{_bindir}/yodl
+%{_bindir}/yodl2html
+%{_bindir}/yodl2latex
+%{_bindir}/yodl2man
+%{_bindir}/yodl2ms
+%{_bindir}/yodl2sgml
+%{_bindir}/yodl2txt
+%{_bindir}/yodl2whatever
+%{_bindir}/yodl2xml
+%{_bindir}/yodlpost
+%{_bindir}/yodlstriproff
+%{_bindir}/yodlverbinsert
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/*
-%{_mandir}/man1/*
-%{_mandir}/man7/*
+%{_mandir}/man1/yodl.1%{ext_man}
+%{_mandir}/man1/yodlconverters.1%{ext_man}
+%{_mandir}/man1/yodlpost.1%{ext_man}
+%{_mandir}/man1/yodlstriproff.1%{ext_man}
+%{_mandir}/man1/yodlverbinsert.1%{ext_man}
+%{_mandir}/man7/yodlbuiltins.7%{ext_man}
+%{_mandir}/man7/yodlletter.7%{ext_man}
+%{_mandir}/man7/yodlmacros.7%{ext_man}
+%{_mandir}/man7/yodlmanpage.7%{ext_man}
 
 %changelog

++ 3.08.01.tar.gz -> 3.08.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yodl-3.08.01/yodl/VERSION 
new/yodl-3.08.02/yodl/VERSION
--- old/yodl-3.08.01/yodl/VERSION   2016-05-07 17:31:57.0 +0200
+++ new/yodl-3.08.02/yodl/VERSION   2017-01-29 14:20:10.0 +0100
@@ -1,2 +1,2 @@
-#define VERSION "3.08.01"
-#define YEARS   "1996-2016"
+#define VERSION "3.08.02"
+#define YEARS   "1996-2017"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yodl-3.08.01/yodl/changelog 
new/yodl-3.08.02/yodl/changelog
--- old/yodl-3.08.01/yodl/changelog 2016-05-07 17:31:57.0 +0200
+++ new/yodl-3.08.02/yodl/changelog 2017-01-29 14:20:10.0 +0100
@@ -1,3 +1,16 @@
+yodl (3.08.02)
+
+  * Reorganized the yodl-manpage macro (macros/rawmacros/manpage.raw):
+man-pages can now be converted to roff, html, and plain text format.
+References to the todl manual page format in Yodl's user guide and
+man-pages were updated accordingly. 
+
+  * The reorganization also fixes a bug in the manpage html conversion, due to
+which manpages started with three document opening sections, and weren't
+properly terminated by  markups.
+
+ -- Frank B. Brokken   Sun, 29 Jan 2017 13:27:26 +0100
+
 yodl (3.08.01)
 
   * The multiple options handling bug emerged in another context (zsh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yodl-3.08.01/yodl/macros/rawmacros/latexdocumentclass.raw 
new/yodl-3.08.02/yodl/macros/rawmacros/latexdocumentclass.raw
--- old/yodl-3.08.01/yodl/macros/rawmacros/latexdocumentclass.raw   
2016-05-07 17:31:57.0 +0200
+++ new/yodl-3.08.02/yodl/macros/rawmacros/latexdocumentclass.raw   
2017-01-29 14:20:10.0 +0100
@@ -2,7 +2,7 @@
 macro(latexdocumentclass(class)) (Forces the LaTeX
 tt(\documentclass{...}) setting to tt(class). Normally the class is
 defined by the macros tt(article), tt(report) or tt(book).  This macro
-is an escape route incase you need to specify your own document class
+is an escape route in case you need to specify your own document class
 for LaTeX. This option is a em(modifier) and must
 appear em(before) the tt(article), tt(report) or tt(book) macros.)
 <>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit git for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2017-05-20 10:06:50

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


Package is "git"

Sat May 20 10:06:50 2017 rev:197 rq:494473 version:2.13.0

Changes:

--- /work/SRC/openSUSE:Factory/git/git.changes  2017-03-31 15:05:23.215167904 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new/git.changes 2017-05-20 
10:06:54.689123189 +0200
@@ -1,0 +2,24 @@
+Wed May 10 21:09:53 UTC 2017 - astie...@suse.com
+
+- git 2.13.0:
+  * empty string as a pathspec element for 'everything matches'
+is still warned, for future removal.
+  * deprecated argument order "git merge  HEAD ..."
+was removed
+  * default location "~/.git-credential-cache/socket" for the
+socket used to communicate with the credential-cache daemon 
+moved to "~/.cache/git/credential/socket".
+  * now avoid blindly falling back to ".git" when the setup
+sequence indicated otherwise
+  * many workflow features, improvements and bug fixes
+
+---
+Wed May 10 07:54:52 UTC 2017 - astie...@suse.com
+
+- git 2.12.3:
+  * CVE-2017-8386: On a server running git-shell as login shell to
+restrict user to git commands, remote users may have been able
+to have git service programs spawn an interactive pager
+and thus escape the shell restrictions. (bsc#1038395)
+
+---

Old:

  git-2.12.2.tar.sign
  git-2.12.2.tar.xz

New:

  git-2.13.0.tar.sign
  git-2.13.0.tar.xz



Other differences:
--
++ git.spec ++
--- /var/tmp/diff_new_pack.zuEjIU/_old  2017-05-20 10:06:55.493009599 +0200
+++ /var/tmp/diff_new_pack.zuEjIU/_new  2017-05-20 10:06:55.493009599 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   git
-Version:2.12.2
+Version:2.13.0
 Release:0
 Summary:Fast, scalable, distributed revision control system
 License:GPL-2.0

++ completion-wordbreaks.diff ++
--- /var/tmp/diff_new_pack.zuEjIU/_old  2017-05-20 10:06:55.541002818 +0200
+++ /var/tmp/diff_new_pack.zuEjIU/_new  2017-05-20 10:06:55.541002818 +0200
@@ -2,13 +2,13 @@
  contrib/completion/git-completion.bash |   10 ++
  1 file changed, 6 insertions(+), 4 deletions(-)
 
-Index: git-2.11.0/contrib/completion/git-completion.bash
+Index: git-2.13.0/contrib/completion/git-completion.bash
 ===
 git-2.11.0.orig/contrib/completion/git-completion.bash
-+++ git-2.11.0/contrib/completion/git-completion.bash
-@@ -29,10 +29,12 @@
- # tell the completion to use commit completion.  This also works with aliases
- # of form "!sh -c '...'".  For example, "!sh -c ': git commit ; ... '".
+--- git-2.13.0.orig/contrib/completion/git-completion.bash 2017-05-09 
16:47:28.0 +0200
 git-2.13.0/contrib/completion/git-completion.bash  2017-05-10 
12:09:05.594109083 +0200
+@@ -37,10 +37,12 @@
+ # When set to "1", do not include "DWIM" suggestions in git-checkout
+ # completion (e.g., completing "foo" when "origin/foo" exists).
  
 -case "$COMP_WORDBREAKS" in
 -*:*) : great ;;
@@ -21,5 +21,5 @@
 +#*)   COMP_WORDBREAKS="$COMP_WORDBREAKS:"
 +#esac
  
- # __gitdir accepts 0 or 1 arguments (i.e., location)
- # returns location of .git repo
+ # Discovers the path to the git repository taking any '--git-dir=' and
+ # '-C ' options into account and stores it in the $__git_repo_path

++ git-2.12.2.tar.xz -> git-2.13.0.tar.xz ++
 152199 lines of diff (skipped)





commit xf86-input-wacom for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2017-05-20 10:06:35

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


Package is "xf86-input-wacom"

Sat May 20 10:06:35 2017 rev:26 rq:494240 version:0.34.2

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2017-04-11 12:41:21.370868727 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2017-05-20 10:06:40.343150287 +0200
@@ -1,0 +2,5 @@
+Wed May 10 12:38:22 UTC 2017 - sndir...@suse.com
+
+- removed support for serial input devices (fate#323262)
+
+---



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.702SDt/_old  2017-05-20 10:06:41.043051390 +0200
+++ /var/tmp/diff_new_pack.702SDt/_new  2017-05-20 10:06:41.043051390 +0200
@@ -91,34 +91,19 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 mv %{buildroot}%{_udevrulesdir}/wacom.rules  
%{buildroot}%{_udevrulesdir}/65-wacom.rules
+rm %{buildroot}/%{_bindir}/isdv4-serial-inputattach \
+   %{buildroot}/%{_bindir}/isdv4-serial-debugger \
+   %{buildroot}/%{_unitdir}/wacom-inputattach@.service
 
 %check
 make %{?_smp_mflags} check
 
-%pre
-%service_add_pre wacom-inputattach@.service
-
 %post
-%service_add_post wacom-inputattach@.service
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -eq 1 ]; then
-%udev_rules_update
-%{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
 
-%preun
-%service_del_preun wacom-inputattach@.service
-
 %postun
-%service_del_postun wacom-inputattach@.service
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -le 1 ]; then
-%udev_rules_update
-%{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
@@ -127,14 +112,12 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
 %{_udevrulesdir}/65-wacom.rules
-%{_unitdir}/wacom-inputattach@.service
 %config %{_sysconfdir}/X11/xorg.conf.d/70-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so
 %{_bindir}/xsetwacom
 %{_mandir}/man1/xsetwacom.1%{?ext_man}
 %{_mandir}/man4/wacom.4%{?ext_man}
-%{_bindir}/isdv4-serial-inputattach
 
 %files devel
 %defattr(-,root,root)
@@ -143,7 +126,6 @@
 %{_includedir}/xorg/wacom-properties.h
 %{_includedir}/xorg/wacom-util.h
 # not useful for most people
-%{_bindir}/isdv4-serial-debugger
 %{_libdir}/pkgconfig/xorg-wacom.pc
 
 %changelog




commit patterns-fonts for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package patterns-fonts for openSUSE:Factory 
checked in at 2017-05-20 10:06:11

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


Package is "patterns-fonts"

Sat May 20 10:06:11 2017 rev:2 rq:493986 version:20170319

Changes:

--- /work/SRC/openSUSE:Factory/patterns-fonts/patterns-fonts.changes
2017-05-06 18:21:57.620342587 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-fonts.new/patterns-fonts.changes   
2017-05-20 10:06:12.811040612 +0200
@@ -1,0 +2,6 @@
+Mon Apr 10 13:27:52 UTC 2017 - jeng...@inai.de
+
+- Use macros over old $RPM shell vars.
+  Change to a sh loop for creating minimally different text files.
+
+---



Other differences:
--
++ patterns-fonts.spec ++
--- /var/tmp/diff_new_pack.576yRE/_old  2017-05-20 10:06:13.386959233 +0200
+++ /var/tmp/diff_new_pack.576yRE/_new  2017-05-20 10:06:13.386959233 +0200
@@ -67,8 +67,8 @@
 Base fonts and font configuration.
 
 %files fonts
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/fonts.txt
+%dir %{_defaultdocdir}/patterns
+%{_defaultdocdir}/patterns/fonts.txt
 
 

 
@@ -97,8 +97,8 @@
 Base fonts and font configuration.
 
 %files fonts_opt
-%dir /usr/share/doc/packages/patterns
-/usr/share/doc/packages/patterns/fonts_opt.txt
+%dir %{_defaultdocdir}/patterns
+%{_defaultdocdir}/patterns/fonts_opt.txt
 
 

 
@@ -107,8 +107,10 @@
 %build
 
 %install
-mkdir -p $RPM_BUILD_ROOT/usr/share/doc/packages/patterns/
-echo 'This file marks the pattern fonts to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/fonts.txt
-echo 'This file marks the pattern fonts_opt to be installed.' > 
$RPM_BUILD_ROOT/usr/share/doc/packages/patterns/fonts_opt.txt
+mkdir -p %{buildroot}%{_defaultdocdir}/patterns/
+for i in fonts fonts_opt; do
+   echo "This file marks the pattern $i to be installed." \
+   >"%{buildroot}/%{_defaultdocdir}/patterns/$i.txt"
+done
 
 %changelog




commit imlib2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2017-05-20 10:06:17

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


Package is "imlib2"

Sat May 20 10:06:17 2017 rev:40 rq:493989 version:1.4.10

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2016-05-05 
13:19:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2017-05-20 
10:06:23.233567892 +0200
@@ -1,0 +2,6 @@
+Wed May 10 00:56:21 UTC 2017 - sfl...@suse.de
+
+- Update to 1.4.10
+  * PNM, TGA, XPM, and general loader fixes.
+
+---

Old:

  imlib2-1.4.9.tar.bz2

New:

  imlib2-1.4.10.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.m5XPjn/_old  2017-05-20 10:06:23.845481427 +0200
+++ /var/tmp/diff_new_pack.m5XPjn/_new  2017-05-20 10:06:23.849480862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.9
+Version:1.4.10
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause

++ imlib2-1.4.9.tar.bz2 -> imlib2-1.4.10.tar.bz2 ++
 19830 lines of diff (skipped)

++ imlib2-bswap.patch ++
--- /var/tmp/diff_new_pack.m5XPjn/_old  2017-05-20 10:06:24.261422654 +0200
+++ /var/tmp/diff_new_pack.m5XPjn/_new  2017-05-20 10:06:24.265422089 +0200
@@ -511,7 +511,7 @@
 +
  #include "loader_common.h"
  #include 
- #include 
+ #include 
 Index: src/modules/loaders/loader_tiff.c
 ===
 --- src/modules/loaders/loader_tiff.c.orig




  1   2   >