commit perl-Module-Depends for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-Module-Depends for 
openSUSE:Factory checked in at 2017-10-18 16:16:34

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


Package is "perl-Module-Depends"

Wed Oct 18 16:16:34 2017 rev:8 rq:534619 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/perl-Module-Depends/perl-Module-Depends.changes  
2013-06-07 07:03:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-Depends.new/perl-Module-Depends.changes 
2017-10-18 16:16:35.548435420 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 04:34:38 UTC 2017 - co...@suse.com
+
+- add left-brace.patch to fix build with perl 5.26
+
+---

New:

  cpanspec.yml
  left-brace.patch



Other differences:
--
++ perl-Module-Depends.spec ++
--- /var/tmp/diff_new_pack.ZF3tIx/_old  2017-10-18 16:16:36.140407722 +0200
+++ /var/tmp/diff_new_pack.ZF3tIx/_new  2017-10-18 16:16:36.144407535 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Module-Depends
 #
-# Copyright (c) 2013 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,21 +20,20 @@
 Version:0.16
 Release:0
 %define cpan_name Module-Depends
-Summary:identify the dependencies of a distribution
+Summary:Identify the Dependencies of a Distribution
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Module-Depends/
-Source: 
http://www.cpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
+Patch0: left-brace.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Accessor::Chained)
-BuildRequires:  perl(Module::Build) >= 0.3600
+BuildRequires:  perl(Module::Build) >= 0.36
 BuildRequires:  perl(Parse::CPAN::Meta)
-#BuildRequires: perl(inc::Module::Install) >= 0.67
-#BuildRequires: perl(Inline::MakeMaker)
-#BuildRequires: perl(Module::Depends)
 Requires:   perl(Class::Accessor::Chained)
 Requires:   perl(Parse::CPAN::Meta)
 %{perl_requires}
@@ -50,7 +49,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor

++ cpanspec.yml ++
---
patches:
 left-brace.patch: -p1
++ left-brace.patch ++
Index: Module-Depends-0.16/t/depends.t
===
--- Module-Depends-0.16.orig/t/depends.t
+++ Module-Depends-0.16/t/depends.t
@@ -44,7 +44,7 @@ like(
 $notthere->dist_dir('t/empty')->find_modules;
 like(
 $notthere->error,
-qr{^No {Build,Makefile}.PL found },
+qr/^No \{Build,Makefile\}.PL found /,
 "fails on empty dir"
 );
 



commit nvme-cli for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2017-10-18 16:16:48

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


Package is "nvme-cli"

Wed Oct 18 16:16:48 2017 rev:19 rq:534901 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes2017-10-18 
10:54:04.758747419 +0200
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2017-10-18 
16:16:49.803768415 +0200
@@ -1,0 +2,91 @@
+Wed Oct 18 07:11:40 UTC 2017 - jthumsh...@suse.com
+
+- Update to version v1.4 (FATE#322735):
+  * Fixup Security send/recv to read data from disk
+  * Unbreak RPM build after bash completion files were moved in 7e4c7596
+  * fabrics: Fix disconnect_by_device from disconnecting instance 0 on error
+  * lightnvm: allow to init target on factory mode
+  * Fixed problem with security-recv binary output not working correctly
+  * nvme-cli: return 0 if disconnect operation with cfg.nqn successfully
+  * Fix compile for 32-bit
+  * nvme-cli: Fix build on aarch64-linux-android-4.9
+  * nvme-cli: Huawei plug-in.
+  * nvme-print: Fix line spacing on -H option
+  * id-ctrl: remove new lines from json output
+  * nvme-list: print empty lists when no devices are present
+  * fabrics: add option to override drivers queue depth
+  * nvme-cli: nvme-intel implement json output for smart-log
+  * nvme-cli: Add parsing support for noiob
+  * Fix potential device string truncation
+  * fabrics: add option to override drivers queue depth also for connect-all 
command
+  * Regenerate man-pages
+  * Release v1.3
+  * nvme-print: Free only top-level json objects
+  * fix use-after-free in pci.ids parsing
+  * nvme-cli: add fields into identify controller data structure
+  * nvme-cli: show more fields for id-ctrl
+  * nvme-cli: id-ctrl: display additional fields
+  * Show help when no or an invalid device is given
+  * nvme-cli: add id-ctrl for nvme-huawei plug-in.
+  * Fix spelling errors
+  * fabrics: add hostid option to connect command
+  * nvme-cli: add ns-descs subcommand
+  * nvme-cli: Get Feature support for Extended Host Id
+  * nvme-cli: Fix typo in Intel plugin and improve generic help text
+  * Implement Intel Vendor specific logs
+  * nvme-cli: add thermal management fields for smart-log
+  * nvme-cli: add temperature sensor fields in json_smart_log
+  * nvme-cli: add output-format discription for smart-log
+  * Formatting update
+  * Regenerate documentation
+  * nvme-cli: add error message for nvme list.
+  * Fix typo of flbas in nvme_create_max_ns_test
+  * Show help for get-ns-id
+  * Show help for nvme reset and subsystem-reset
+  * nvme-cli: Extended Data Structure in resv-report
+  * Update docs
+  * resync nvme.h with the kernel nvme.h
+  * nvme-cli : add support for sanitize command.
+  * nvme-cli : add sanitize command documentation.
+  * nvme-cli : add support for retrieving sanitize log.
+  * nvme-cli : add sanitize-log command documentation.
+  * fix build without libuuid
+  * nvme-cli : wdc-plug-in : return on invalid input device.
+  * nvme-cli : only print help text and return for nvme list -h option.
+  * nvme-cli/list-ns: fix identifying active or allocated namespaces list
+  * Fixed get_internal_log to parse the entire nlog and allow selection of 
specific regions to be parsed.
+  * NVMe-CLI Fix Sanitize Command Parameter Types
+  * Fix app tag and mask setting
+  * Fix app tag field sizes
+  * nvme-cli/list: fix when nvme device can not be open
+  * nvme-cli/list: change fd returned by open operation from unsigned to 
signed.
+  * Makefile: allow linker override for cross uuid test
+  * nvme-cli: fix connecting failure due to invalid uuid format of hostid
+  * nvme-cli/fabrics: Add ctrl-loss-tmo param to connect cmd
+  * Fixing macro definitions to avoid issues when these are used in expressions
+  * nvme-cli: add nvme directive command support
+  * nvme-cli: add documentation for directive commands
+  * fix for issue 219, show-regs reports AQA.ACQS and AQA.ASQS as bytes
+  * nvme-cli: Fix nvme ns desc
+  * new bit fields (6, 7, and 8) for OACS from NVMe rev 1.3
+  * added new bit field (6) to ONCS from NVMe rev 1.3
+  * nvme-cli: Describe action 3 of nvme activate
+  * nvme-cli: generate spec-compliant UUID NQNs
+  * NVMe-CLI Fixed Status Code check for reset type on fw-activate.
+  * Added handling for temperature threshold values below 0C(273K) and removed 
buffer check for human readable output as Temperature threshold feature does 
not use Memory Buffer for Attributes
+  * Update nvme.c
+  * nvme-cli : Add Namespace Rescan Command
+  * nvme-cli : Add man documentation files for ns-rescan command.
+  * Version 1.4 Release
+  * Drop upstream patches:
+- 

commit perl-UNIVERSAL-isa for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-UNIVERSAL-isa for 
openSUSE:Factory checked in at 2017-10-18 16:16:45

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


Package is "perl-UNIVERSAL-isa"

Wed Oct 18 16:16:45 2017 rev:5 rq:534758 version:1.20171012

Changes:

--- /work/SRC/openSUSE:Factory/perl-UNIVERSAL-isa/perl-UNIVERSAL-isa.changes
2015-06-16 14:06:01.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-UNIVERSAL-isa.new/perl-UNIVERSAL-isa.changes   
2017-10-18 16:16:47.955854879 +0200
@@ -1,0 +2,9 @@
+Fri Oct 13 05:56:51 UTC 2017 - co...@suse.com
+
+- updated to 1.20171012
+   see /usr/share/doc/packages/perl-UNIVERSAL-isa/Changes
+
+  1.20171012  2017-10-12 05:35:40Z
+  - original isa sub is now available in original_isa() (Graham Knop, PR#1)
+
+---

Old:

  UNIVERSAL-isa-1.20150614.tar.gz

New:

  UNIVERSAL-isa-1.20171012.tar.gz



Other differences:
--
++ perl-UNIVERSAL-isa.spec ++
--- /var/tmp/diff_new_pack.EDhNy4/_old  2017-10-18 16:16:48.579825683 +0200
+++ /var/tmp/diff_new_pack.EDhNy4/_new  2017-10-18 16:16:48.579825683 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-UNIVERSAL-isa
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-UNIVERSAL-isa
-Version:1.20150614
+Version:1.20171012
 Release:0
 %define cpan_name UNIVERSAL-isa
 Summary:Attempt to recover from people calling UNIVERSAL::isa as a 
function
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/UNIVERSAL-isa/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -33,10 +33,10 @@
 %{perl_requires}
 
 %description
-Whenever you use the UNIVERSAL/isa manpage as a function, a kitten using
-the Test::MockObject manpage dies. Normally, the kittens would be helpless,
-but if they use the UNIVERSAL::isa manpage (the module whose docs you are
-reading), the kittens can live long and prosper.
+Whenever you use UNIVERSAL/isa as a function, a kitten using
+Test::MockObject dies. Normally, the kittens would be helpless, but if they
+use UNIVERSAL::isa (the module whose docs you are reading), the kittens can
+live long and prosper.
 
 This module replaces 'UNIVERSAL::isa' with a version that makes sure that,
 when called as a function on objects which override 'isa', 'isa' will call
@@ -64,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ UNIVERSAL-isa-1.20150614.tar.gz -> UNIVERSAL-isa-1.20171012.tar.gz ++
 4150 lines of diff (skipped)




commit perl-Devel-Cover for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2017-10-18 16:16:43

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


Package is "perl-Devel-Cover"

Wed Oct 18 16:16:43 2017 rev:23 rq:534746 version:1.29

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes
2017-10-09 19:48:09.191763115 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new/perl-Devel-Cover.changes   
2017-10-18 16:16:44.832001044 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 05:16:09 UTC 2017 - co...@suse.com
+
+- updated to 1.29
+   see /usr/share/doc/packages/perl-Devel-Cover/Changes
+
+  Release 1.29 - 15 October 2017
+   - Lock using read and append mode (Stephan Loyd) (github 196)
+   - Clean up lock files when running cover command
+
+---

Old:

  Devel-Cover-1.28.tar.gz

New:

  Devel-Cover-1.29.tar.gz



Other differences:
--
++ perl-Devel-Cover.spec ++
--- /var/tmp/diff_new_pack.vMJTzR/_old  2017-10-18 16:16:45.391974843 +0200
+++ /var/tmp/diff_new_pack.vMJTzR/_new  2017-10-18 16:16:45.395974655 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Cover
-Version:1.28
+Version:1.29
 Release:0
 %define cpan_name Devel-Cover
 Summary:Code coverage metrics for Perl
@@ -116,6 +116,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Contributors docs LICENCE README.md
+%doc Changes Contributors docs LICENCE README.md tests utils
 
 %changelog

++ Devel-Cover-1.28.tar.gz -> Devel-Cover-1.29.tar.gz ++
 1738 lines of diff (skipped)




commit genwqe-tools for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package genwqe-tools for openSUSE:Factory 
checked in at 2017-10-18 16:16:26

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


Package is "genwqe-tools"

Wed Oct 18 16:16:26 2017 rev:3 rq:534214 version:4.0.18

Changes:

--- /work/SRC/openSUSE:Factory/genwqe-tools/genwqe-tools.changes
2017-03-12 19:59:54.104551107 +0100
+++ /work/SRC/openSUSE:Factory/.genwqe-tools.new/genwqe-tools.changes   
2017-10-18 16:16:27.596807476 +0200
@@ -1,0 +2,8 @@
+Fri Oct 13 14:22:00 UTC 2017 - norm...@linux.vnet.ibm.com
+
+- add two patches to avoid build failures (same as fedora)
+  genwqe-user-4.0.18-install-gzFile_test.patch
+  genwqe-user-4.0.18-config.patch
+  TODO: there are still rpmlint warnings/errors to work on.
+
+---

New:

  genwqe-user-4.0.18-config.patch
  genwqe-user-4.0.18-install-gzFile_test.patch



Other differences:
--
++ genwqe-tools.spec ++
--- /var/tmp/diff_new_pack.7zSiHs/_old  2017-10-18 16:16:29.340725878 +0200
+++ /var/tmp/diff_new_pack.7zSiHs/_new  2017-10-18 16:16:29.340725878 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package genwqe-tools
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2015, International Business Machines
 #
 # All modifications and additions to the file contributed by third parties
@@ -15,33 +15,30 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# zlib-devel 1.2.8 is better, but 1.2.7 should work too
-#
-# The following switch tries to take care that the distros libz.so is been 
taken:
-#CONFIG_ZLIB_PATH=%{_libdir}/libz.so
-# No special libz build should be needed anymore, since we added the right
-# dependency to the spec file. We want to have a zlib-devel installed.
-# 
+
 
 Summary: GenWQE userspace tools
+License:Apache-2.0
+Group:  Development/Tools
 Name:genwqe-tools
 Version: 4.0.18
 Release: 1%{?dist}
-License: Apache-2.0
-Group: Development/Tools
-URL: https://github.com/ibm-genwqe/genwqe-user/
+Url:https://github.com/ibm-genwqe/genwqe-user/
 Requires: zlib >= 1.2.7
-BuildRequires: zlib-devel >= 1.2.7 help2man
+BuildRequires:  help2man
+BuildRequires:  zlib-devel >= 1.2.7
 %ifarch ppc64le ppc64
 BuildRequires:  kernel-devel >= 4.4.21-69
 %endif
 BuildRequires:  fdupes
-BuildRoot: %{_tmppath}/%{name}-root
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch: s390x ppc64le ppc64
 #Source0: https://github.com/ibm-genwqe/genwqe-user/archive/v%{version}.tar.gz
 #for building from local git (fetched from _service)
 Source0:genwqe-user-%{version}.tar.xz
 Source1:%{name}-rpmlintrc
+Patch0: genwqe-user-4.0.18-install-gzFile_test.patch
+Patch1: genwqe-user-4.0.18-config.patch
 
 %description
 Provide a suite of utilities to manage and configure the IBM GenWQE card.
@@ -49,12 +46,14 @@
 %package -n genwqe-zlib
 Summary: GenWQE hardware accelerated libz
 Group: System/Libraries
+
 %description -n genwqe-zlib
 GenWQE hardware accelerated libz and test-utilities.
 
 %package -n genwqe-vpd
 Summary: GenWQE adapter VPD tools
 Group: System/Libraries
+
 %description -n genwqe-vpd
 The genwqe-vpd package contains GenWQE adapter VPD tools.
 
@@ -68,7 +67,7 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q -n genwqe-user-%{version}
+%autosetup -p1 -n genwqe-user-%{version}
 
 %ifarch ppc64le ppc64
 %define libcxl "BUNDLE_LIBCXL=1"
@@ -132,6 +131,7 @@
 %{_bindir}/genwqe_test_gz
 %{_bindir}/genwqe_mt_perf
 %{_bindir}/zlib_mt_perf
+%{_bindir}/gzFile_test
 
 %{_libdir}/genwqe/gunzip
 %{_libdir}/genwqe/gzip

++ genwqe-user-4.0.18-config.patch ++
---
 config.mk |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Index: genwqe-user-4.0.18/config.mk
===
--- genwqe-user-4.0.18.orig/config.mk
+++ genwqe-user-4.0.18/config.mk
@@ -19,7 +19,7 @@
 #   V=1 means brief output
 #   V=2 means full output
 #
-V  ?= 1
+V  ?= 2
 CC = $(CROSS)gcc
 AS = $(CROSS)as
 LD = $(CROSS)ld
@@ -69,8 +69,7 @@ MAJOR_VERS=$(shell echo $(VERSION) | cut
 
 PLATFORM ?= $(shell uname -i)
 
-CFLAGS ?= -W -Wall -Werror -Wwrite-strings -Wextra -O2 -g \
-   -Wmissing-prototypes # -Wstrict-prototypes -Warray-bounds
+CFLAGS ?= $(RPM_OPT_FLAGS)
 CFLAGS += -DGIT_VERSION=\"$(VERSION)\" \
-I. -I../include -I../include/linux/uapi -D_GNU_SOURCE=1
 
++ genwqe-user-4.0.18-install-gzFile_test.patch ++
---
 tools/Makefile |1 +
 1 

commit perl-Mojolicious-Plugin-AssetPack for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2017-10-18 16:16:40

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Wed Oct 18 16:16:40 2017 rev:35 rq:534738 version:1.47

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2017-10-03 23:17:40.671101518 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2017-10-18 16:16:41.612151700 +0200
@@ -1,0 +2,9 @@
+Tue Oct 17 05:36:00 UTC 2017 - co...@suse.com
+
+- updated to 1.47
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.47 2017-10-14T18:58:55+0200
+   - Dropping "original" from assetpack.db
+
+---

Old:

  Mojolicious-Plugin-AssetPack-1.46.tar.gz

New:

  Mojolicious-Plugin-AssetPack-1.47.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.q2tgfM/_old  2017-10-18 16:16:42.372116142 +0200
+++ /var/tmp/diff_new_pack.q2tgfM/_new  2017-10-18 16:16:42.372116142 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:1.46
+Version:1.47
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files

++ Mojolicious-Plugin-AssetPack-1.46.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.47.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.46/Changes 
new/Mojolicious-Plugin-AssetPack-1.47/Changes
--- old/Mojolicious-Plugin-AssetPack-1.46/Changes   2017-09-27 
21:35:33.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.47/Changes   2017-10-14 
18:58:55.0 +0200
@@ -1,5 +1,8 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
+1.47 2017-10-14T18:58:55+0200
+ - Dropping "original" from assetpack.db
+
 1.46 2017-09-27T21:35:33+0200
  - Add "asset_class" attribute to AssetPack::Store
  - Add rollupjs pipe - https://rollupjs.org/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.46/META.json 
new/Mojolicious-Plugin-AssetPack-1.47/META.json
--- old/Mojolicious-Plugin-AssetPack-1.46/META.json 2017-09-27 
21:35:34.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.47/META.json 2017-10-14 
18:58:57.0 +0200
@@ -48,6 +48,6 @@
  "url" : 
"https://github.com/jhthorsen/mojolicious-plugin-assetpack.git;
   }
},
-   "version" : "1.46",
+   "version" : "1.47",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.46/META.yml 
new/Mojolicious-Plugin-AssetPack-1.47/META.yml
--- old/Mojolicious-Plugin-AssetPack-1.46/META.yml  2017-09-27 
21:35:34.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.47/META.yml  2017-10-14 
18:58:56.0 +0200
@@ -25,5 +25,5 @@
   bugtracker: https://github.com/jhthorsen/mojolicious-plugin-assetpack/issues
   homepage: https://github.com/jhthorsen/mojolicious-plugin-assetpack
   repository: https://github.com/jhthorsen/mojolicious-plugin-assetpack.git
-version: '1.46'
+version: '1.47'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.46/README 
new/Mojolicious-Plugin-AssetPack-1.47/README
--- old/Mojolicious-Plugin-AssetPack-1.46/README2017-09-27 
21:35:33.0 +0200
+++ new/Mojolicious-Plugin-AssetPack-1.47/README2017-10-14 
18:58:55.0 +0200
@@ -3,7 +3,7 @@
 javascript and coffeescript files
 
 VERSION
-1.46
+1.47
 
 SYNOPSIS
   Application
@@ -49,6 +49,15 @@
 is delegated to "pipe objects". Please see "Pipes" in
 Mojolicious::Plugin::AssetPack::Guides::Tutorial for a complete list.
 
+BREAKING CHANGES
+  assetpack.db (v1.47)
+"assetpack.db" no longer track files downloaded from the internet. It
+will mostly "just work", but in some cases version 1.47 might download
+assets that have already been downloaded with AssetPack version 1.46 and
+earlier.
+
+The goal is to remove "assetpack.db" completely.
+
 GUIDES
 * 

commit perl-Plack-Middleware-Session for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-Plack-Middleware-Session for 
openSUSE:Factory checked in at 2017-10-18 16:16:36

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


Package is "perl-Plack-Middleware-Session"

Wed Oct 18 16:16:36 2017 rev:2 rq:534620 version:0.30

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Plack-Middleware-Session/perl-Plack-Middleware-Session.changes
  2016-02-17 12:20:27.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Plack-Middleware-Session.new/perl-Plack-Middleware-Session.changes
 2017-10-18 16:16:37.360350641 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 04:42:38 UTC 2017 - co...@suse.com
+
+- make sure . is in @INC while testing
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-Plack-Middleware-Session.spec ++
--- /var/tmp/diff_new_pack.XP395g/_old  2017-10-18 16:16:38.200311339 +0200
+++ /var/tmp/diff_new_pack.XP395g/_new  2017-10-18 16:16:38.204311153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Plack-Middleware-Session
 #
-# 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
@@ -24,7 +24,8 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Plack-Middleware-Session/
-Source: 
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -60,13 +61,15 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check
+# put . back into @INC for tests
+export PERL5LIB=$PWD
 ./Build test
 
 %install
@@ -75,6 +78,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples LICENSE README
+%doc Changes examples README
+%license LICENSE
 
 %changelog

++ cpanspec.yml ++
---
custom_test: |-
  # put . back into @INC for tests
  export PERL5LIB=$PWD
  ./Build test



commit neard for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package neard for openSUSE:Factory checked 
in at 2017-10-18 16:16:23

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


Package is "neard"

Wed Oct 18 16:16:23 2017 rev:7 rq:533163 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/neard/neard.changes  2015-03-11 
09:57:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.neard.new/neard.changes 2017-10-18 
16:16:24.520951395 +0200
@@ -93 +93 @@
-- Initial neard package - version 0.13
+- Initial neard package - version 0.13 (fate#315616)



Other differences:
--
++ neard.spec ++
--- /var/tmp/diff_new_pack.DAga9w/_old  2017-10-18 16:16:25.204919392 +0200
+++ /var/tmp/diff_new_pack.DAga9w/_new  2017-10-18 16:16:25.204919392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package neard
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010-2012 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties




commit papi for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package papi for openSUSE:Factory checked in 
at 2017-10-18 16:15:17

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


Package is "papi"

Wed Oct 18 16:15:17 2017 rev:21 rq:534592 version:5.5.1

Changes:

--- /work/SRC/openSUSE:Factory/papi/papi.changes2017-09-13 
21:36:24.998854144 +0200
+++ /work/SRC/openSUSE:Factory/.papi.new/papi.changes   2017-10-18 
16:15:18.796026653 +0200
@@ -1,0 +2,24 @@
+Tue Oct 17 13:31:11 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the
+  in the OBS ring.
+
+---
+Thu Oct 12 05:46:35 UTC 2017 - e...@suse.com
+
+- Generate baselib.conf dynamically and only for the non-HPC
+  build: this avoids issues with the source validator.
+
+---
+Wed Oct 11 20:57:40 UTC 2017 - e...@suse.com
+
+- Work around openSUSE:Factory spec file validation test.
+
+---
+Fri Sep 11 19:00:50 UTC 2017 - e...@suse.com
+
+- Converted to multibuild.
+- Add HPC build using environment modules
+  (FATE#321720).
+
+---

Old:

  baselibs.conf

New:

  _multibuild



Other differences:
--
++ papi.spec ++
--- /var/tmp/diff_new_pack.9AchRH/_old  2017-10-18 16:15:19.511993153 +0200
+++ /var/tmp/diff_new_pack.9AchRH/_new  2017-10-18 16:15:19.519992779 +0200
@@ -16,16 +16,64 @@
 #
 
 
-Name:   papi
-Version:5.5.1
+%global flavor @BUILD_FLAVOR@%{nil}
+
+%define pname papi
+%define ver 5.5.1
+%define _ver 5_5_1
+
+%bcond_with ringdisabled
+
+%if "%flavor" == ""
+ExclusiveArch:  do_not_build
+%define package_name %pname
+%endif
+
+# Magic for OBS Staging. Only build the flavors required by
+# other packages in the ring.
+%if %{with ringdisabled}
+ %if "%flavor" != "standard"
+ExclusiveArch:  do_not_build
+ %endif
+%endif
+
+%if "%flavor" == "standard"
+%{bcond_with hpc}
+%endif
+
+%if "%flavor" == "hpc"
+%{bcond_without hpc}
+%endif
+
+%if %{without hpc}
+%define package_name %{pname}
+%define libname() lib%{pname}%{?with_mpi:-%{mpi_family}}
+%define p_bindir %_bindir
+%define p_libdir %_libdir
+%define p_datadir %_datadir
+%define p_includedir %_includedir
+%define p_mandir %_mandir
+%else
+%{hpc_init %{?ext:-e %{ext}}}
+
+%define libname() lib%{pname}%{expand:%%{hpc_package_name_tail %{**}}}
+%define package_name %{hpc_package_name %_ver}
+%define p_bindir %hpc_bindir
+%define p_libdir %hpc_libdir
+%define p_datadir %hpc_datadir
+%define p_includedir %hpc_includedir
+%define p_mandir %hpc_mandir
+%endif
+
+Name:   %{package_name}
+Version:%ver
 Release:0
 Summary:Performance Application Programming Interface
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
 Url:http://icl.cs.utk.edu/papi/index.html
-Source: 
http://icl.cs.utk.edu/projects/papi/downloads/%{name}-%{version}.tar.gz
-Source1:%{name}-rpmlintrc
-Source1000: baselibs.conf
+Source: 
http://icl.cs.utk.edu/projects/papi/downloads/%{pname}-%{version}.tar.gz
+Source1:%{pname}-rpmlintrc
 Patch0: papi-codecleanup.patch
 #Patches to add support for POWER9
 Patch1: papi-power9_event_list_presets.patch
@@ -40,6 +88,10 @@
 BuildRequires:  linux-kernel-headers
 BuildRequires:  ncurses-devel
 BuildRequires:  pkg-config
+%if %{with hpc}
+BuildRequires:  lua-lmod
+BuildRequires:  suse-hpc
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #PAPI doesn't support the s390 architecture
 ExcludeArch:s390 s390x
@@ -58,6 +110,9 @@
 BuildRequires:  glibc-devel-32bit
 %endif
 #BuildRequires:  libibmad-devel
+%if %{with hpc}
+Requires:   %{libname %_ver} = %version
+%endif
 
 %description
 
@@ -67,6 +122,8 @@
 engineers to see, in near real time, the relation between software
 performance and processor events.
 
+%{?with_hpc:%{hpc_master_package -L}}
+
 %packagedevel
 Summary:Software Development Kit for PAPI
 Group:  Development/Libraries/C and C++
@@ -78,6 +135,8 @@
 libraries and interfaces. This is required for rebuilding any program
 that uses PAPI.
 
+%{?with_hpc:%{hpc_master_package -a devel}}
+
 %packagedevel-static
 Summary:Static PAPI libraries
 Group:  Development/Libraries/C and C++
@@ -87,18 +146,28 @@
 %descriptiondevel-static
 This package includes the static PAPI libraries.
 
-%package -n libpapi
+%package -n %{libname %_ver}
 Summary:PAPI runtime library
 Group:  System/Libraries
 

commit fftw3 for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2017-10-18 16:15:06

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


Package is "fftw3"

Wed Oct 18 16:15:06 2017 rev:35 rq:534532 version:3.3.5

Changes:

--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes  2016-08-05 
18:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2017-10-18 
16:15:11.896349488 +0200
@@ -1,0 +2,30 @@
+Tue Oct 17 13:23:12 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the
+  in the OBS ring.
+
+---
+Sat Oct 14 17:13:06 UTC 2017 - e...@suse.com
+
+- For HPC build package static libraries as well.
+
+---
+Thu Oct 12 05:46:35 UTC 2017 - e...@suse.com
+
+- Generate baselib.conf dynamically and only for the non-HPC
+  build: this avoids issues with the source validator.
+
+---
+Mon Sep 25 09:36:55 UTC 2017 - cg...@suse.com
+
+- removed unnedded dependency packages 
+
+---
+Thu Sep  7 07:46:53 UTC 2017 - cg...@suse.com
+
+- rewrote for hpc library support
+  * added environment modules
+  * reduced number of hpc realted packages to two
+
+
+---

Old:

  baselibs.conf

New:

  _multibuild



Other differences:
--
++ fftw3.spec ++
--- /var/tmp/diff_new_pack.oBExqh/_old  2017-10-18 16:15:12.644314491 +0200
+++ /var/tmp/diff_new_pack.oBExqh/_new  2017-10-18 16:15:12.652314116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fftw3
 #
-# 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,9 +16,94 @@
 #
 
 
-Name:   fftw3
+%global flavor @BUILD_FLAVOR@%{nil}
+
+%define bname fftw
+%define BNAME FFTW
+%define pname fftw3
+%define vers 3.3.5
+%define _ver 3_3_5
+
+%bcond_with ringdisabled
+
+%if "%flavor" == ""
+ExclusiveArch:  do_not_build
+%define package_name %pname
+%endif
+
+# Magic for OBS Staging. Only build the flavors required by
+# other packages in the ring.
+%if %{with ringdisabled}
+ %if "%flavor" != "standard"
+ExclusiveArch:  do_not_build
+ %endif
+%endif
+
+%if "%{flavor}" == "standard"
+%define mpi_flavor standard
+%bcond_without mpi
+%bcond_with hpc
+%bcond_without system_packages
+%endif
+
+%if "%flavor" == "gnu-hpc"
+%define compiler_family gnu
+%undefine c_f_ver
+%bcond_with mpi
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu-openmpi-hpc"
+%global compiler_family gnu
+%undefine c_f_ver
+%global mpi_flavor openmpi
+%define mpi_vers 1
+%bcond_without hpc
+%bcond_without mpi
+%endif
+
+%if "%{flavor}" == "gnu-mvapich2-hpc"
+%global compiler_family gnu
+%undefine c_f_ver
+%define mpi_flavor mvapich2
+%bcond_without hpc
+%bcond_without mpi
+%endif
+
+# now exchange the paths
+%if %{with hpc}
+%{?mpi_flavor:%{bcond_without mpi}}%{!?mpi_flavor:%{bcond_with mpi}}
+%{?with_hpc:%{!?compiler_family:%global compiler_family gnu}}
+%{?with_mpi:%{!?mpi_flavor:%global mpi_flavor openmpi}}
+# needed by the hpc tools
+%{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m 
{%mpi_flavor}} %{?mpi_ver:-V %{mpi_ver}} %{?ext:-e %{ext}}}
+%define package_base %{hpc_install_path_base}
+%define package_prefix %hpc_prefix
+%define package_bindir %hpc_bindir
+%define package_libdir %hpc_libdir
+%define package_datadir %hpc_datadir
+%define package_includedir %hpc_includedir
+%define package_mandir %hpc_mandir
+%define package_docdir %hpc_docdir
+%define package_infodir %hpc_infodir
+%define package_name %{hpc_package_name %_ver}
+%define package_libname lib%{package_name}
+%else
+%define package_base %{_prefix}
+%define package_prefix %{_prefix}
+%define package_bindir %{_bindir}
+%define package_libdir %{_libdir}
+%define package_datadir %{_datadir}
+%define package_includedir %{_includedir}
+%define package_mandir %{_mandir}
+%define package_docdir %{_docdir}
+%define package_infodir %{_infodir}
+%define package_name   %pname%{?my_suffix}
+%define package_libname lib%{pname}-3
+%endif
+
+Name:   %package_name
 BuildRequires:  fdupes
-BuildRequires:  gcc-fortran
 BuildRequires:  pkgconfig
 %ifnarch s390 s390x
 BuildRequires:  openmpi-devel
@@ -30,39 +115,71 @@
 Group:  Productivity/Scientific/Math
 Url:http://www.fftw.org
 Source:

commit openblas for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package openblas for openSUSE:Factory 
checked in at 2017-10-18 16:15:24

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


Package is "openblas"

Wed Oct 18 16:15:24 2017 rev:17 rq:534890 version:0.2.20

Changes:

--- /work/SRC/openSUSE:Factory/openblas/openblas.changes2017-08-24 
18:20:37.225984139 +0200
+++ /work/SRC/openSUSE:Factory/.openblas.new/openblas.changes   2017-10-18 
16:15:26.219679301 +0200
@@ -1,0 +2,21 @@
+Tue Oct 17 13:38:47 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the
+  OBS to non-HPC ones.
+
+---
+Thu Oct 12 10:01:10 UTC 2017 - e...@suse.com
+
+- Generate baselib.conf dynamically and only for the non-HPC
+  builds: this avoids issues with the source validator.
+
+---
+Fri Sep  8 14:30:29 UTC 2017 - e...@suse.com
+
+- Convert openblas to multibuild.
+- Add HPC build using environment modules.
+  (FATE#321708).
+- fix-arm64-cpuid-return.patch
+  Fix CPUID detection on ARM (From OHPC).
+
+---

New:

  README.HPC.SUSE
  _constraints
  _multibuild
  fix-arm64-cpuid-return.patch



Other differences:
--
++ openblas.spec ++
 698 lines (skipped)
 between /work/SRC/openSUSE:Factory/openblas/openblas.spec
 and /work/SRC/openSUSE:Factory/.openblas.new/openblas.spec

++ README.HPC.SUSE ++
openSUSE specific packaging
===

OpenBLAS provides optimized implementations of BLAS and LAPACK.
openSUSE provides two variants:
 * With OpenMP support
 * With threading support
The serial variant has been dropped. To run a program
which requires the serial version (ie. because it is
multi-threaded itself), either specify the environment
variable OMP_NUM_THREADS=1 or place a call to
  void openblas_set_num_threads(int num_threads);
in your program to limit the number of threads this library
uses to 1.

On x86 systems OpenBLAS uses dynamic architectures support, 
so it contains all CPU-related optimizations.

How to switch between the various BLAS/LAPACK implementations
=

The openmp and threaded variants may be installed in parallel.
To select which one to use please use the 'modules' command.
++ _constraints ++

  

  20


  8000

  
 
++ _multibuild ++

  serial
  openmp
  pthreads
  gnu-hpc
  gnu-hpc-pthreads

++ fix-arm64-cpuid-return.patch ++
>From 63d4fcdecd40cb9eee8228680521ff93a80a8e11 Mon Sep 17 00:00:00 2001
From: Eric Van Hensbergen 
Date: Tue, 23 Aug 2016 11:29:27 -0500
Subject: [PATCH] fix-arm64-cpuid-return

---
 cpuid_arm64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpuid_arm64.c b/cpuid_arm64.c
index c7a27f8..95fc708 100644
--- a/cpuid_arm64.c
+++ b/cpuid_arm64.c
@@ -59,7 +59,7 @@ int get_feature(char *search)
fclose(infile);
 
 
-   if( p == NULL ) return;
+   if( p == NULL ) return(0);
 
t = strtok(p," ");
while( t = strtok(NULL," "))
-- 
2.7.4




commit hdf5 for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2017-10-18 16:15:30

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


Package is "hdf5"

Wed Oct 18 16:15:30 2017 rev:35 rq:534941 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2017-09-21 
12:29:39.459064476 +0200
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2017-10-18 
16:15:31.835416542 +0200
@@ -1,0 +2,15 @@
+Tue Oct 17 14:07:15 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the OBS ring
+  to non-HPC and mvapich2 builds.
+- Fix %libname() for non-HPC builds.
+- Fix some summaries and a Requires: of devel-static.
+
+---
+Fri Sep  8 14:35:32 UTC 2017 - e...@suse.com
+
+- Convert package to multibuild.
+- Add HPC build using environment modules 
+  (FATE#321717, FATE#321710).
+
+---

Old:

  baselibs.conf
  baselibs.conf.in

New:

  _multibuild



Other differences:
--
++ hdf5.spec ++
 1464 lines (skipped)
 between /work/SRC/openSUSE:Factory/hdf5/hdf5.spec
 and /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.spec

++ _multibuild ++

  serial
  openmpi
  mvapich2
  gnu-openmpi-hpc
  gnu-mvapich2-hpc
  gnu-hpc

++ update_so_version.sh ++
--- /var/tmp/diff_new_pack.GNCuyk/_old  2017-10-18 16:15:32.991362456 +0200
+++ /var/tmp/diff_new_pack.GNCuyk/_new  2017-10-18 16:15:32.995362269 +0200
@@ -13,8 +13,8 @@
 
 cleanup()
 {
-   rm -f lt_vers.sh sonum_spec.sed sonum_baselibs.sed
-   rm -f hdf5.spec.tmp baselibs.conf.tmp
+   rm -f lt_vers.sh sonum_spec.sed
+   rm -f hdf5.spec.tmp
 }
 
 ## We are going to parse these variables from tarball:
@@ -54,9 +54,8 @@
test "${!var}" -gt 0 || exit_error "$var='${!var}' bad or undefined"
dbg "update $var=${!var}"
def_sonum="sonum${infix}"
-   # create sed scripts for spec file and baselibs 
+   # create sed scripts for spec file
echo "s/^%define $def_sonum .*/%define $def_sonum ${!var}/" >> 
sonum_spec.sed
-   echo "s/@${def_sonum}@/${!var}/g" >> sonum_baselibs.sed
 done
 
 # update spec file if needed
@@ -68,13 +67,4 @@
echo "hdf5.spec updated" >&2
 fi
 
-# update baselibs if needed
-sed -f sonum_baselibs.sed baselibs.conf.in > baselibs.conf.tmp
-if diff -q baselibs.conf.tmp baselibs.conf &>/dev/null; then
-   dbg "baselibs.conf was up-to-date"
-else
-   mv baselibs.conf.tmp baselibs.conf
-   echo "baselibs.conf updated" >&2
-fi
-
 cleanup




commit wpa_supplicant for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package wpa_supplicant for openSUSE:Factory 
checked in at 2017-10-18 12:50:59

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


Package is "wpa_supplicant"

Wed Oct 18 12:50:59 2017 rev:70 rq:534370 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/wpa_supplicant/wpa_supplicant.changes
2017-06-20 10:59:18.056805366 +0200
+++ /work/SRC/openSUSE:Factory/.wpa_supplicant.new/wpa_supplicant.changes   
2017-10-18 12:51:01.697684332 +0200
@@ -1,0 +2,13 @@
+Mon Oct 16 13:32:07 UTC 2017 - meiss...@suse.com
+
+- Fix KRACK attacks (bsc#1056061, CVE-2017-13078, CVE-2017-13079, 
CVE-2017-13080, CVE-2017-13081, CVE-2017-13087, CVE-2017-13088):
+  - rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
+  - 
rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
+  - 
rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
+  - rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
+  - rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
+  - rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
+  - 
rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
+  - 
rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
+
+---

New:

  rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
  rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
  rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
  rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
  rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
  rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
  rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
  rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch



Other differences:
--
++ wpa_supplicant.spec ++
--- /var/tmp/diff_new_pack.hvdXE7/_old  2017-10-18 12:51:02.985624010 +0200
+++ /var/tmp/diff_new_pack.hvdXE7/_new  2017-10-18 12:51:02.985624010 +0200
@@ -40,6 +40,16 @@
 Patch3: wpa_supplicant-alloc_size.patch
 Patch4: wpa_supplicant-getrandom.patch
 Patch5: wpa_supplicant-dump-certificate-as-PEM-in-debug-mode.diff
+
+Patch10:
rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
+Patch11:
rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
+Patch12:
rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
+Patch13:rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
+Patch14:
rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
+Patch15:rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
+Patch16:
rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
+Patch17:
rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
+
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
@@ -77,6 +87,14 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
+%patch17 -p1
 
 %build
 cd wpa_supplicant

++ rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 
++
>From cf4cab804c7afd5c45505528a8d16e46163243a2 Mon Sep 17 00:00:00 2001
From: Mathy Vanhoef 
Date: Fri, 14 Jul 2017 15:15:35 +0200
Subject: [PATCH 1/8] hostapd: Avoid key reinstallation in FT handshake

Do not reinstall TK to the driver during Reassociation Response frame
processing if the first attempt of setting the TK succeeded. This avoids
issues related to clearing the TX/RX PN that could result in reusing
same PN values for transmitted frames (e.g., due to CCM nonce reuse and
also hitting replay protection on the receiver) and accepting replayed
frames on RX side.

This issue was introduced by the commit
0e84c25434e6a1f283c7b4e62e483729085b78d2 ('FT: Fix PTK configuration in
authenticator') which allowed wpa_ft_install_ptk() to be called multiple
times with the same PTK. While the second configuration attempt is
needed with some drivers, it must be done only if the first attempt
failed.

Signed-off-by: Mathy Vanhoef 
---
 src/ap/ieee802_11.c  | 16 +---
 src/ap/wpa_auth.c| 11 +++
 src/ap/wpa_auth.h|  3 ++-
 src/ap/wpa_auth_ft.c | 10 ++
 src/ap/wpa_auth_i.h  |  1 +
 5 files changed, 37 

commit dracut for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2017-10-18 12:50:51

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


Package is "dracut"

Wed Oct 18 12:50:51 2017 rev:115 rq:534349 version:044.1

Changes:

--- /work/SRC/openSUSE:Factory/dracut/dracut.changes2017-10-09 
19:36:16.859072241 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes   2017-10-18 
12:50:54.146038023 +0200
@@ -1,0 +2,13 @@
+Tue Oct 17 08:03:22 UTC 2017 - daniel.molken...@suse.com
+
+- Check the proper variable for a custom IMA keys directory (cherry-picked)
+  Part of fate#323289.
+ * adds 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
+
+---
+Sun Oct  8 00:10:44 UTC 2017 - jeng...@inai.de
+
+- Reword dracut-ima description to avoid misunderstandings.
+- Replace old RPM constructs.
+
+---

New:

  0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch



Other differences:
--
++ dracut.spec ++
--- /var/tmp/diff_new_pack.k0PmN3/_old  2017-10-18 12:50:56.393932740 +0200
+++ /var/tmp/diff_new_pack.k0PmN3/_new  2017-10-18 12:50:56.393932740 +0200
@@ -221,6 +221,7 @@
 Patch537:   0537-dracut-init.sh-ignore-crc32.ko-in-builtin-test.patch
 Patch538:   0538-Enable-core-dumps-with-systemd-from-initrd.patch
 Patch539:   0539-Add-IMA-functionality-fate-323289.patch
+Patch540:   0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  bash
@@ -284,7 +285,7 @@
 
 %description ima
 This package requires everything which is needed to build an
-initramfs with dracut, which tries to load an IMA policy during startup.
+initramfs (using dracut) which tries to load an IMA policy during startup.
 
 %package tools
 Summary:Tools to build a local initramfs
@@ -478,6 +479,7 @@
 %patch537 -p1
 %patch538 -p1
 %patch539 -p1
+%patch540 -p1
 
 %build
 %configure\
@@ -487,7 +489,7 @@
 make all CFLAGS="%{optflags}" %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install %{?_smp_mflags}
 
 echo -e "#!/bin/bash\nDRACUT_VERSION=%{_pkg_version}-%{release}" > 
%{buildroot}/%{dracutlibdir}/dracut-version.sh
 

++ 0540-Check-the-proper-variable-for-a-custom-IMA-keys-dire.patch ++
>From 551cc3694e32be97084b1f198f76f4daf908d503 Mon Sep 17 00:00:00 2001
From: Jason Dana 
Date: Thu, 27 Apr 2017 07:55:58 -0400
Subject: [PATCH] Check the proper variable for a custom IMA keys directory

---
 modules.d/98integrity/ima-keys-load.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/98integrity/ima-keys-load.sh 
b/modules.d/98integrity/ima-keys-load.sh
index 659b7222..e142f74d 100755
--- a/modules.d/98integrity/ima-keys-load.sh
+++ b/modules.d/98integrity/ima-keys-load.sh
@@ -13,7 +13,7 @@ load_x509_keys()
 . ${IMACONFIG}
 fi
 
-if [ -z "${IMAKEYDIR}" ]; then
+if [ -z "${IMAKEYSDIR}" ]; then
 IMAKEYSDIR="/etc/keys/ima"
 fi
 
-- 
2.14.1




commit python-pyasn1 for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pyasn1 for openSUSE:Factory 
checked in at 2017-10-18 12:50:29

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


Package is "python-pyasn1"

Wed Oct 18 12:50:29 2017 rev:33 rq:533652 version:0.3.7

Changes:

--- /work/SRC/openSUSE:Factory/python-pyasn1/python-pyasn1.changes  
2017-09-25 13:54:50.881400312 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyasn1.new/python-pyasn1.changes 
2017-10-18 12:50:30.327153608 +0200
@@ -1,0 +2,6 @@
+Thu Oct 12 07:46:21 UTC 2017 - mich...@stroeder.com
+
+- updated to upstream release 0.3.7
+  * Fixed ASN.1 time types pickling/deepcopy'ing
+
+---

Old:

  pyasn1-0.3.6.tar.gz

New:

  pyasn1-0.3.7.tar.gz



Other differences:
--
++ python-pyasn1.spec ++
--- /var/tmp/diff_new_pack.frR1bj/_old  2017-10-18 12:50:31.22206 +0200
+++ /var/tmp/diff_new_pack.frR1bj/_new  2017-10-18 12:50:31.215112019 +0200
@@ -20,7 +20,7 @@
 %define oldpython python
 Name:   python-pyasn1
 %global modname pyasn1
-Version:0.3.6
+Version:0.3.7
 Release:0
 Summary:ASN.1 types and codecs
 License:BSD-2-Clause

++ pyasn1-0.3.6.tar.gz -> pyasn1-0.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/CHANGES.rst new/pyasn1-0.3.7/CHANGES.rst
--- old/pyasn1-0.3.6/CHANGES.rst2017-09-20 22:26:33.0 +0200
+++ new/pyasn1-0.3.7/CHANGES.rst2017-10-04 22:07:17.0 +0200
@@ -1,4 +1,9 @@
 
+Revision 0.3.7, released 04-10-2017
+---
+
+- Fixed ASN.1 time types pickling/deepcopy'ing
+
 Revision 0.3.6, released 21-09-2017
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/PKG-INFO new/pyasn1-0.3.7/PKG-INFO
--- old/pyasn1-0.3.6/PKG-INFO   2017-09-20 22:36:17.0 +0200
+++ new/pyasn1-0.3.7/PKG-INFO   2017-10-04 22:10:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyasn1
-Version: 0.3.6
+Version: 0.3.7
 Summary: ASN.1 types and codecs
 Home-page: https://github.com/etingof/pyasn1
 Author: Ilya Etingof 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/pyasn1/__init__.py 
new/pyasn1-0.3.7/pyasn1/__init__.py
--- old/pyasn1-0.3.6/pyasn1/__init__.py 2017-09-20 22:21:52.0 +0200
+++ new/pyasn1-0.3.7/pyasn1/__init__.py 2017-10-04 22:07:17.0 +0200
@@ -1,7 +1,7 @@
 import sys
 
 # http://www.python.org/dev/peps/pep-0396/
-__version__ = '0.3.6'
+__version__ = '0.3.7'
 
 if sys.version_info[:2] < (2, 4):
 raise RuntimeError('PyASN1 requires Python 2.4 or later')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/pyasn1/type/useful.py 
new/pyasn1-0.3.7/pyasn1/type/useful.py
--- old/pyasn1-0.3.6/pyasn1/type/useful.py  2017-09-15 14:21:01.0 
+0200
+++ new/pyasn1-0.3.7/pyasn1/type/useful.py  2017-09-30 23:27:52.0 
+0200
@@ -37,7 +37,9 @@
 class FixedOffset(datetime.tzinfo):
 """Fixed offset in minutes east from UTC."""
 
-def __init__(self, offset, name):
+# defaulted arguments required
+# https: // docs.python.org / 2.3 / lib / datetime - tzinfo.html
+def __init__(self, offset=0, name='UTC'):
 self.__offset = datetime.timedelta(minutes=offset)
 self.__name = name
 
@@ -50,7 +52,7 @@
 def dst(self, dt):
 return datetime.timedelta(0)
 
-UTC = FixedOffset(0, 'UTC')
+UTC = FixedOffset()
 
 @property
 def asDateTime(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/pyasn1.egg-info/PKG-INFO 
new/pyasn1-0.3.7/pyasn1.egg-info/PKG-INFO
--- old/pyasn1-0.3.6/pyasn1.egg-info/PKG-INFO   2017-09-20 22:36:17.0 
+0200
+++ new/pyasn1-0.3.7/pyasn1.egg-info/PKG-INFO   2017-10-04 22:10:14.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyasn1
-Version: 0.3.6
+Version: 0.3.7
 Summary: ASN.1 types and codecs
 Home-page: https://github.com/etingof/pyasn1
 Author: Ilya Etingof 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-0.3.6/tests/type/test_useful.py 
new/pyasn1-0.3.7/tests/type/test_useful.py
--- old/pyasn1-0.3.6/tests/type/test_useful.py  2017-09-18 09:43:19.0 
+0200
+++ new/pyasn1-0.3.7/tests/type/test_useful.py  2017-09-30 23:27:52.0 
+0200
@@ 

commit gypsy for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package gypsy for openSUSE:Factory checked 
in at 2017-10-18 12:50:45

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


Package is "gypsy"

Wed Oct 18 12:50:45 2017 rev:21 rq:534151 version:0.9

Changes:

--- /work/SRC/openSUSE:Factory/gypsy/gypsy.changes  2016-03-29 
14:29:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.gypsy.new/gypsy.changes 2017-10-18 
12:50:46.786382721 +0200
@@ -1,0 +2,19 @@
+Sat Oct 14 22:33:48 UTC 2017 - jeng...@inai.de
+
+- Update package description for gypsy-devel.
+  Rectify RPM groups.
+
+---
+Thu Oct 12 11:29:13 UTC 2017 - mplus...@suse.com
+
+- Run autoreconf call to silence configure warnings
+- Cleanup spec file a bit
+- Make building more verbose
+
+---
+Wed Oct 11 23:55:54 UTC 2017 - jay...@gmail.com
+
+- Add -Wno-format-security to workaround compilation error on Fedora.
+- Use %make_install instead of %makeinstall
+
+---



Other differences:
--
++ gypsy.spec ++
--- /var/tmp/diff_new_pack.gUHJt4/_old  2017-10-18 12:50:47.662341695 +0200
+++ /var/tmp/diff_new_pack.gUHJt4/_new  2017-10-18 12:50:47.666341507 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gypsy
 #
-# 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
@@ -27,68 +27,68 @@
 Source1:baselibs.conf
 # PATCH-FIX-UPSTREAM gypsy-g_type_init.patch dims...@opensuse.org -- Fix build 
with glib 2.36; g_type_init is deprecated and implicit.
 Patch0: gypsy-g_type_init.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bluez-devel
 BuildRequires:  dbus-1-glib-devel
 BuildRequires:  glib2-devel
+BuildRequires:  libtool
 BuildRequires:  libxslt
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Gypsy is a GPS multiplexing daemon which allows multiple clients to
-access GPS data from multiple GPS sources concurrently.
+Gypsy is a GPS multiplexing daemon which allows multiple clients to access
+GPS data from multiple GPS sources concurrently.
 
-Without some sort of multiplexing system, a GPS device can only safely
-be accessed by one client. In a server situation this may not cause any
+Without some sort of multiplexing system, a GPS device can only safely be
+accessed by one client. In a server situation this may not cause any
 problems, but on modern desktop which could potentially have multiple
 location aware devices, this could be an issue.
 
 %package -n libgypsy0
-Summary:GPS multiplexing daemon - Library
-Group:  Development/Libraries/Other
+Summary:GPS multiplexing daemon library
+Group:  System/Libraries
 
 %description -n libgypsy0
-Gypsy is a GPS multiplexing daemon which allows multiple clients to
-access GPS data from multiple GPS sources concurrently.
+Gypsy is a GPS multiplexing daemon which allows multiple clients to access
+GPS data from multiple GPS sources concurrently.
 
-Without some sort of multiplexing system, a GPS device can only safely
-be accessed by one client. In a server situation this may not cause any
+Without some sort of multiplexing system, a GPS device can only safely be
+accessed by one client. In a server situation this may not cause any
 problems, but on modern desktop which could potentially have multiple
 location aware devices, this could be an issue.
 
 %package -n libgypsy-devel
-Summary:GPS multiplexing daemon - Development Files
-Group:  Development/Libraries/Other
+Summary:Development files for gyps, a GPS multiplexing daemon
+Group:  Development/Libraries/C and C++
 Requires:   dbus-1-glib-devel
 Requires:   libgypsy0 = %{version}
 
 %description -n libgypsy-devel
-Gypsy is a GPS multiplexing daemon which allows multiple clients to
-access GPS data from multiple GPS sources concurrently.
+Gypsy is a GPS multiplexing daemon which allows multiple clients to access
+GPS data from multiple GPS sources concurrently.
 
-Without some sort of multiplexing system, a GPS device can only safely
-be accessed by one client. In a server situation this may not cause any
-problems, but on modern desktop which could potentially have multiple
-location aware devices, this could be an issue.
+This subpackage contains the header files for 

commit python-pyasn1-modules for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pyasn1-modules for 
openSUSE:Factory checked in at 2017-10-18 12:50:36

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


Package is "python-pyasn1-modules"

Wed Oct 18 12:50:36 2017 rev:19 rq:533653 version:0.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pyasn1-modules/python-pyasn1-modules.changes  
2017-09-09 20:24:27.239687654 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyasn1-modules.new/python-pyasn1-modules.changes
 2017-10-18 12:50:37.870800293 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 07:45:00 UTC 2017 - mich...@stroeder.com
+
+- Update to upstream release 0.1.5
+  * OCSP response blob fixed in test
+  * Fixed wrong OCSP ResponderID components tagging
+
+---

Old:

  pyasn1-modules-0.1.4.tar.gz

New:

  pyasn1-modules-0.1.5.tar.gz



Other differences:
--
++ python-pyasn1-modules.spec ++
--- /var/tmp/diff_new_pack.Ejlk1S/_old  2017-10-18 12:50:38.418774628 +0200
+++ /var/tmp/diff_new_pack.Ejlk1S/_new  2017-10-18 12:50:38.418774628 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pyasn1-modules
-Version:0.1.4
+Version:0.1.5
 Release:0
 Url:https://github.com/etingof/pyasn1-modules
 Summary:Collection of protocols modules written in ASN.1 language

++ pyasn1-modules-0.1.4.tar.gz -> pyasn1-modules-0.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-modules-0.1.4/CHANGES.txt 
new/pyasn1-modules-0.1.5/CHANGES.txt
--- old/pyasn1-modules-0.1.4/CHANGES.txt2017-09-07 17:21:10.0 
+0200
+++ new/pyasn1-modules-0.1.5/CHANGES.txt2017-10-10 19:49:36.0 
+0200
@@ -1,4 +1,10 @@
 
+Revision 0.1.5, released 10-10-2017
+---
+
+- OCSP response blob fixed in test
+- Fixed wrong OCSP ResponderID components tagging
+
 Revision 0.1.4, released 07-09-2017
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-modules-0.1.4/PKG-INFO 
new/pyasn1-modules-0.1.5/PKG-INFO
--- old/pyasn1-modules-0.1.4/PKG-INFO   2017-09-07 17:24:28.0 +0200
+++ new/pyasn1-modules-0.1.5/PKG-INFO   2017-10-10 19:50:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyasn1-modules
-Version: 0.1.4
+Version: 0.1.5
 Summary: A collection of ASN.1-based protocols modules.
 Home-page: https://github.com/etingof/pyasn1-modules
 Author: Ilya Etingof 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-modules-0.1.4/pyasn1_modules/__init__.py 
new/pyasn1-modules-0.1.5/pyasn1_modules/__init__.py
--- old/pyasn1-modules-0.1.4/pyasn1_modules/__init__.py 2017-09-07 
17:21:10.0 +0200
+++ new/pyasn1-modules-0.1.5/pyasn1_modules/__init__.py 2017-10-10 
19:48:25.0 +0200
@@ -1,2 +1,2 @@
 # http://www.python.org/dev/peps/pep-0396/
-__version__ = '0.1.4'
+__version__ = '0.1.5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyasn1-modules-0.1.4/pyasn1_modules/rfc2560.py 
new/pyasn1-modules-0.1.5/pyasn1_modules/rfc2560.py
--- old/pyasn1-modules-0.1.4/pyasn1_modules/rfc2560.py  2017-07-26 
23:23:56.0 +0200
+++ new/pyasn1-modules-0.1.5/pyasn1_modules/rfc2560.py  2017-10-10 
19:48:25.0 +0200
@@ -124,9 +124,9 @@
 class ResponderID(univ.Choice):
 componentType = namedtype.NamedTypes(
 namedtype.NamedType('byName',
-
rfc2459.Name().subtype(implicitTag=tag.Tag(tag.tagClassContext, 
tag.tagFormatSimple, 1))),
+
rfc2459.Name().subtype(explicitTag=tag.Tag(tag.tagClassContext, 
tag.tagFormatSimple, 1))),
 namedtype.NamedType('byKey',
-
KeyHash().subtype(implicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 
2)))
+
KeyHash().subtype(explicitTag=tag.Tag(tag.tagClassContext, tag.tagFormatSimple, 
2)))
 )
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyasn1-modules-0.1.4/pyasn1_modules.egg-info/PKG-INFO 
new/pyasn1-modules-0.1.5/pyasn1_modules.egg-info/PKG-INFO
--- old/pyasn1-modules-0.1.4/pyasn1_modules.egg-info/PKG-INFO   2017-09-07 
17:24:28.0 +0200
+++ new/pyasn1-modules-0.1.5/pyasn1_modules.egg-info/PKG-INFO   2017-10-10 
19:50:07.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyasn1-modules

commit libjpeg-turbo for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package libjpeg-turbo for openSUSE:Factory 
checked in at 2017-10-18 12:50:21

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


Package is "libjpeg-turbo"

Wed Oct 18 12:50:21 2017 rev:37 rq:533647 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/libjpeg-turbo/libjpeg-turbo.changes  
2017-10-11 23:01:57.811298321 +0200
+++ /work/SRC/openSUSE:Factory/.libjpeg-turbo.new/libjpeg-turbo.changes 
2017-10-18 12:50:22.907501114 +0200
@@ -1,0 +2,35 @@
+Thu Oct 12 10:59:03 UTC 2017 - pgaj...@suse.com
+
+- security update:
+  * CVE-2017-15232 [bsc#1062937]
++ libjpeg-turbo-CVE-2017-15232.patch
+
+---
+Thu Oct 12 10:22:05 UTC 2017 - pgaj...@suse.com
+
+- Update to version 1.5.2
+  + Fixed several memory leaks in the TurboJPEG API library that
+could occur if the library was built with certain compilers
+and optimization levels.
+  + The libjpeg-turbo memory manager will now honor the
+max_memory_to_use structure member in jpeg_memory_mgr, 
+which can be set to the maximum amount of memory (in bytes)
+that libjpeg-turbo should use during decompression or 
+multi-pass (including progressive) compression. This limit 
+can also be set using the JPEGMEM environment variable or 
+using the -maxmemory switch in cjpeg/djpeg/jpegtran.
+  + TJBench will now run each benchmark for 1 second prior to 
+starting the timer, in order to improve the consistency of
+the results. Furthermore, the -warmup option is now used to
+specify the amount of warmup time rather than the number of
+warmup iterations.
+  + Fixed an error (short jump is out of range) that occurred 
+when assembling the 32-bit x86 SIMD extensions with NASM
+versions prior to 2.04.
+  + Fixed a regression introduced by 1.5 beta1[11] that prevented
+the Java version of TJBench from outputting any reference images
+(the -nowrite switch was accidentally enabled by default.)
+libjpeg-turbo should now build and run with full AltiVec SIMD
+acceleration on PowerPC-based AmigaOS 4 and OpenBSD systems.
+
+---
libjpeg62-turbo.changes: same change

Old:

  libjpeg-turbo-1.5.1.tar.gz

New:

  libjpeg-turbo-1.5.2.tar.gz
  libjpeg-turbo-CVE-2017-15232.patch



Other differences:
--
++ libjpeg-turbo.spec ++
--- /var/tmp/diff_new_pack.IIVXys/_old  2017-10-18 12:50:24.499426555 +0200
+++ /var/tmp/diff_new_pack.IIVXys/_new  2017-10-18 12:50:24.503426368 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcver   1.5.1
+%define srcver   1.5.2
 %define major8
 %define minor1
 %define micro2
@@ -37,6 +37,7 @@
 Source1:baselibs.conf
 Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
 Patch2: libjpeg-1.4.0-ocloexec.patch
+Patch3: libjpeg-turbo-CVE-2017-15232.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -108,6 +109,7 @@
 %setup -q 
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now"

++ libjpeg62-turbo.spec ++
--- /var/tmp/diff_new_pack.IIVXys/_old  2017-10-18 12:50:24.551424120 +0200
+++ /var/tmp/diff_new_pack.IIVXys/_new  2017-10-18 12:50:24.563423558 +0200
@@ -19,7 +19,7 @@
 %define major   62
 %define minor   2
 %define micro   0
-%define srcver  1.5.1
+%define srcver  1.5.2
 %define libver  %{major}.%{minor}.%{micro}
 
 Name:   libjpeg62-turbo
@@ -33,6 +33,7 @@
 Source1:baselibs.conf
 Patch1: libjpeg-turbo-1.3.0-tiff-ojpeg.patch
 Patch2: libjpeg-1.4.0-ocloexec.patch
+Patch3: libjpeg-turbo-CVE-2017-15232.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -84,6 +85,7 @@
 %setup -q -n libjpeg-turbo-%{srcver}
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now"

++ libjpeg-turbo-1.5.1.tar.gz -> libjpeg-turbo-1.5.2.tar.gz ++
 3455 lines of diff (skipped)

++ libjpeg-turbo-CVE-2017-15232.patch ++
Index: libjpeg-turbo-1.5.2/jdpostct.c
===
--- libjpeg-turbo-1.5.2.orig/jdpostct.c 2017-07-07 22:31:10.0 +0200
+++ libjpeg-turbo-1.5.2/jdpostct.c  2017-10-12 13:02:48.572975302 +0200
@@ -132,6 +132,11 @@ post_process_1pass (j_decompress_ptr cin
   my_post_ptr post = (my_post_ptr) cinfo->post;
   JDIMENSION num_rows, max_rows;
 
+  /* read_and_discard_scanlines may call it with rows "available", but no 
buffer */
+  if (output_buf == NULL) {
+return;
+  }
+
   /* Fill the buffer, but not more than what we can dump 

commit python-certifi for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-certifi for openSUSE:Factory 
checked in at 2017-10-18 12:50:13

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


Package is "python-certifi"

Wed Oct 18 12:50:13 2017 rev:10 rq:533639 version:2017.7.27.1

Changes:

--- /work/SRC/openSUSE:Factory/python-certifi/python-certifi.changes
2017-10-05 11:49:15.033093975 +0200
+++ /work/SRC/openSUSE:Factory/.python-certifi.new/python-certifi.changes   
2017-10-18 12:50:14.379900512 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 08:52:57 UTC 2017 - adrian.glaub...@suse.com
+
+- add patch to fix version string from 2017.07.27.1 to
+  2017.7.27.1 to fix the build on SLE12_SP3 and earlier
+  + python-certifi-fix-version-string.patch
+
+---

New:

  python-certifi-fix-version-string.patch



Other differences:
--
++ python-certifi.spec ++
--- /var/tmp/diff_new_pack.cH7ZvK/_old  2017-10-18 12:50:16.163816961 +0200
+++ /var/tmp/diff_new_pack.cH7ZvK/_new  2017-10-18 12:50:16.163816961 +0200
@@ -27,6 +27,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/c/certifi/certifi-%{version}.tar.gz
 # PATCH-FIX-SUSE -- prefer SUSE certificates
 Patch0: python-certifi-shipped-requests-cabundle.patch
+Patch1: python-certifi-fix-version-string.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  ca-certificates
@@ -48,6 +49,7 @@
 %prep
 %setup -q -n certifi-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %python_build

++ python-certifi-fix-version-string.patch ++
diff -Nru certifi-2017.7.27.1.orig/certifi/__init__.py 
certifi-2017.7.27.1/certifi/__init__.py
--- certifi-2017.7.27.1.orig/certifi/__init__.py2017-07-27 
17:45:44.0 +0200
+++ certifi-2017.7.27.1/certifi/__init__.py 2017-10-12 10:50:57.829829040 
+0200
@@ -1,3 +1,3 @@
 from .core import where, old_where
 
-__version__ = "2017.07.27.1"
+__version__ = "2017.7.27.1"



commit vim for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2017-10-18 12:49:57

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


Package is "vim"

Wed Oct 18 12:49:57 2017 rev:194 rq:533609 version:8.0.627

Changes:

--- /work/SRC/openSUSE:Factory/vim/vim.changes  2017-06-21 13:51:42.553770922 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2017-10-18 
12:49:57.692682073 +0200
@@ -1,0 +2,6 @@
+Thu Oct 12 07:56:31 UTC 2017 - idon...@suse.com
+
+- Add disable-unreliable-tests.patch to disable unreliable tests
+  bsc#1054723
+
+---

New:

  disable-unreliable-tests.patch



Other differences:
--
++ vim.spec ++
--- /var/tmp/diff_new_pack.o9UnaI/_old  2017-10-18 12:49:58.868626996 +0200
+++ /var/tmp/diff_new_pack.o9UnaI/_new  2017-10-18 12:49:58.872626809 +0200
@@ -58,6 +58,7 @@
 Patch21:%{name}-7.3-filetype_changes.patch
 Patch22:%{name}-7.4-filetype_mine.patch
 Patch23:vim-8.0-ttytype-test.patch
+Patch24:disable-unreliable-tests.patch
 Patch100:   vim73-no-static-libpython.patch
 BuildRequires:  autoconf
 BuildRequires:  db-devel
@@ -155,11 +156,14 @@
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 %patch100 -p1
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} .
 
-# XXX FIXME
-rm ./src/testdir/test_cmdline.vim
+# Unreliable tests
+# See also disable-unreliable-tests.patch
+rm src/testdir/test_cmdline.*
+rm src/testdir/test_channel.*
 
 %build
 export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"

++ disable-unreliable-tests.patch ++
Index: vim-8.0.0627/src/testdir/test_alot.vim
===
--- vim-8.0.0627.orig/src/testdir/test_alot.vim
+++ vim-8.0.0627/src/testdir/test_alot.vim
@@ -32,12 +32,10 @@ source test_join.vim
 source test_jumps.vim
 source test_lambda.vim
 source test_lispwords.vim
-source test_mapping.vim
 source test_match.vim
 source test_menu.vim
 source test_messages.vim
 source test_partial.vim
-source test_popup.vim
 source test_put.vim
 source test_recover.vim
 source test_reltime.vim
@@ -51,7 +49,6 @@ source test_tabpage.vim
 source test_tagcase.vim
 source test_tagjump.vim
 source test_taglist.vim
-source test_timers.vim
 source test_true_false.vim
 source test_unlet.vim
 source test_window_cmd.vim




commit libfonts for openSUSE:Factory

2017-10-18 Thread root
Hello community,

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

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


Package is "libfonts"

Wed Oct 18 12:50:05 2017 rev:5 rq:533612 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/libfonts/libfonts.changes2017-09-13 
22:25:42.774651409 +0200
+++ /work/SRC/openSUSE:Factory/.libfonts.new/libfonts.changes   2017-10-18 
12:50:07.568219544 +0200
@@ -1,0 +2,5 @@
+Mon Sep 11 16:06:48 UTC 2017 - jeng...@inai.de
+
+- Fix typographical issue in description.
+
+---



Other differences:
--
++ libfonts.spec ++
--- /var/tmp/diff_new_pack.9CvRaT/_old  2017-10-18 12:50:09.892110702 +0200
+++ /var/tmp/diff_new_pack.9CvRaT/_new  2017-10-18 12:50:09.892110702 +0200
@@ -45,8 +45,8 @@
 
 %description
 LibFonts is a library developed to support advanced layouting in JFreeReport.
-This library allows to read TrueType-Font files to extract layouting specific
-informations.
+This library allows to read TrueType font files to extract layouting specific
+information.
 
 %package javadoc
 Summary:Javadoc for %{name}





commit docbook_5 for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package docbook_5 for openSUSE:Factory 
checked in at 2017-10-18 12:49:50

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


Package is "docbook_5"

Wed Oct 18 12:49:50 2017 rev:26 rq:533606 version:5.1.0

Changes:

--- /work/SRC/openSUSE:Factory/docbook_5/docbook_5.changes  2016-07-01 
09:54:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.docbook_5.new/docbook_5.changes 2017-10-18 
12:49:53.068898631 +0200
@@ -0,0 +1,15 @@
+
+---
+Wed Oct 11 15:10:23 UTC 2017 - thomas.schrai...@suse.com
+
+- New version 5.1
+  - no DTD and XSD schemas for version 5.1 anymore!
+
+- Changes in spec file:
+  - used spec-cleaner
+  - removed obsolete stuff
+  - install files through Makefile
+  - install NVDL files under /usr/share/xml/docbook/schema/nvdl
+instead as "documentation"
+
+

Old:

  docbook-5.0-spec-cd-01.html
  docbook-5.0-spec-cd-01.pdf
  docbook-5.0-spec-cd-01.xml
  docbook-5.1CR3.tar.bz2

New:

  Makefile
  docbook-5.0-docs.tar.bz2
  docbook-5.1-docs.tar.bz2
  docbook-5.1.tar.bz2



Other differences:
--
++ docbook_5.spec ++
--- /var/tmp/diff_new_pack.Lkxibk/_old  2017-10-18 12:49:54.044852921 +0200
+++ /var/tmp/diff_new_pack.Lkxibk/_new  2017-10-18 12:49:54.048852734 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_5
 #
-# 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,38 +16,41 @@
 #
 
 
+%define schemaversions 5.0 5.1
+%define lastschemaversion 5.1
+#
 Name:   docbook_5
+Version:5.1.0
+Release:0
 Summary:DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x
 License:SUSE-Oasis-Specification-Notice
 Group:  Productivity/Publishing/DocBook
-Version:5.1CR3
-Release:0
-BuildRequires:  fdupes
-BuildRequires:  sgml-skel
-Requires:   sgml-skel >= 0.7
-Requires(post): sgml-skel >= 0.7
-Requires(postun): sgml-skel >= 0.7
+Url:http://www.oasis-open.org/docbook/
 # XML Catalog Entry
 Source1:docbook_5.xml
 Source2:docbook_5-README.SUSE
-# DocBook Specifications:
-Source3:docbook-5.0-spec-cd-01.pdf
-Source4:docbook-5.0-spec-cd-01.html
-Source5:docbook-5.0-spec-cd-01.xml
+# DocBook Sources
+Source3:docbook-5.0-docs.tar.bz2
+Source4:docbook-5.1-docs.tar.bz2
+Source5:Makefile
 # DB 5.0
 Source500:  docbook-5.0.tar.bz2
-# DB 5.1CR3
-Source510:  docbook-5.1CR3.tar.bz2
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# DB 5.1
+Source510:  docbook-5.1.tar.bz2
+# 
+BuildRequires:  fdupes
+BuildRequires:  sgml-skel
+Requires:   sgml-skel >= 0.7
+Requires(post): sgml-skel >= 0.7
+Requires(postun): sgml-skel >= 0.7
 BuildArch:  noarch
-Url:http://www.oasis-open.org/docbook/
-
-%define schemaversions 5.0 5.1
-%define lastschemaversion 5.1
 
 %description
-The version 5.0 release is a complete rewrite of DocBook in RELAX NG.
+DocBook is a schema. It is particularly well-suited to books and papers
+about computer hardware and software (though it is not limited to these
+applications at all).
+
+The version is a complete rewrite of DocBook in RELAX NG.
 The intent of this rewrite is to produce a schema that is true to the
 spirit of DocBook while simultaneously removing inconsistencies that
 have arisen as a natural consequence of DocBook's long, slow evolution.
@@ -58,12 +61,8 @@
 BuildArch:  noarch
 
 %description doc
-The documentation for the DocBook 5.x specification (%schemaversions)
+The documentation for the DocBook 5.x specification (%{schemaversions})
 
-%define INSTALL install -m755 -s
-%define INSTALL_DIR install -d -m755
-%define INSTALL_DATAinstall -m644
-%define INSTALL_SCRIPT  install -m755
 %define xml_dir%{_datadir}/xml
 %define xml_docbook_dir%{xml_dir}/docbook
 %define xml_schema_dir %{xml_dir}/docbook/schema
@@ -71,130 +70,35 @@
 %define xml_docbook_rng_dir%{xml_schema_dir}/rng
 %define xml_docbook_sch_dir%{xml_schema_dir}/sch
 %define xml_docbook_xsd_dir%{xml_schema_dir}/xsd
+%define xml_docbook_nvdl_dir   %{xml_schema_dir}/nvdl
 %define xml_docbook_custom_dir %{xml_docbook_dir}/custom
 %define xml_docbook_style_dir  %{xml_docbook_dir}/stylesheet
-%define xml_config_dir /var/lib/xml
+%define xml_config_dir %{_localstatedir}/lib/xml
 %define xml_sysconf_dir

commit obs-service-tar_scm for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2017-10-18 12:49:38

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


Package is "obs-service-tar_scm"

Wed Oct 18 12:49:38 2017 rev:45 rq:533590 version:0.8.0.1507129410.0cb2d44

Changes:

--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2017-07-21 22:48:48.245765548 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
2017-10-18 12:49:45.061273674 +0200
@@ -1,0 +2,12 @@
+Wed Oct 11 06:48:27 UTC 2017 - adr...@suse.de
+
+- Update to version 0.8.0.1507129410.0cb2d44:
+  * mention _none_ version string for people who need it for kiwi root 
archives for example
+  * git: Support url change
+  * change ordering so that latest change is on top
+  * also override timestamps of files in cpio
+  * Sort cpio file list
+  * [dist] fix spec file py_compile for fedora
+  * Sort tar file list
+
+---

Old:

  obs-service-tar_scm-0.8.0.1499787575.2419460.tar.gz

New:

  PKGBUILD
  obs-service-tar_scm-0.8.0.1507129410.0cb2d44.tar.gz



Other differences:
--
++ obs-service-tar_scm.spec ++
--- /var/tmp/diff_new_pack.6PhSZL/_old  2017-10-18 12:49:47.169174949 +0200
+++ /var/tmp/diff_new_pack.6PhSZL/_new  2017-10-18 12:49:47.173174761 +0200
@@ -19,8 +19,8 @@
 %bcond_without obs_scm_testsuite
 
 Name:   obs-service-tar_scm
-%define version_unconverted 0.8.0.1499787575.2419460
-Version:0.8.0.1499787575.2419460
+%define version_unconverted 0.8.0.1507129410.0cb2d44
+Version:0.8.0.1507129410.0cb2d44
 Release:0
 Summary:An OBS source service: create tar ball from svn/git/hg
 License:GPL-2.0+
@@ -35,6 +35,14 @@
 BuildRequires:  git-core
 BuildRequires:  mercurial
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
+%define py_compile(O)  \
+find %1 -name '*.pyc' -exec rm -f {} \\; \
+python -c "import sys, os, compileall; br='%{buildroot}'; 
compileall.compile_dir(sys.argv[1], ddir=br and 
(sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
+%{-O: \
+find %1 -name '*.pyo' -exec rm -f {} \\; \
+python -O -c "import sys, os, compileall; br='%{buildroot}'; 
compileall.compile_dir(sys.argv[1], ddir=br and 
(sys.argv[1][len(os.path.abspath(br)):]+'/') or None)" %1 \
+}
+
 BuildRequires:  PyYAML
 %else
 BuildRequires:  python-PyYAML
@@ -135,7 +143,11 @@
 %setup -q -n obs-service-tar_scm-%version
 
 %build
+%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
+%py_compile .
+%else
 %py_compile %{buildroot}
+%endif
 
 %install
 make install DESTDIR="%{buildroot}" PREFIX="%{_prefix}" SYSCFG="%{_sysconfdir}"

++ PKGBUILD ++
pkgname=obs-service-tar_scm
pkgver=0.8.0.1507129410.0cb2d44
pkgrel=0
pkgdesc="Source Service for the OpenSUSE Build Service (OBS)"
arch=('any')
url="https://github.com/openSUSE/obs-service-tar_scm;
license=('GPL3')
groups=('base-devel')
makedepends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-lxml' 
'python2-mock' 'python2-unittest2' 'bzr' 'git' 'mercurial' 'subversion' )
depends=('python2' 'python2-yaml' 'python2-dateutil' 'python2-argparse' 'cpio' 
'git' 'bzr' 'mercurial' 'subversion' )
source=("obs-service-tar_scm-${pkgver}.tar.gz::https://github.com/openSUSE/obs-service-tar_scm/archive/v${pkgver}.tar.gz;)
provides=('obs-service-tar')
sha256sums=('SKIP')

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make DESTDIR="${pkgdir}" PREFIX=/usr install
}

++ _servicedata ++
--- /var/tmp/diff_new_pack.6PhSZL/_old  2017-10-18 12:49:47.237171764 +0200
+++ /var/tmp/diff_new_pack.6PhSZL/_new  2017-10-18 12:49:47.237171764 +0200
@@ -5,4 +5,4 @@
 git://github.com/M0ses/obs-service-tar_scm.git
   b742dfc0e12755cf306a95439494b5bdde7c0c61
 git://github.com/openSUSE/obs-service-tar_scm.git
-  af556cadb955aa9872293ea8d738d60f065e592c
\ No newline at end of file
+  750affe3712d0fccfbc7b9cab03d278de28f5543
\ No newline at end of file

++ obs-service-tar_scm-0.8.0.1499787575.2419460.tar.gz -> 
obs-service-tar_scm-0.8.0.1507129410.0cb2d44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-tar_scm-0.8.0.1499787575.2419460/TarSCM/archive.py 
new/obs-service-tar_scm-0.8.0.1507129410.0cb2d44/TarSCM/archive.py
--- old/obs-service-tar_scm-0.8.0.1499787575.2419460/TarSCM/archive.py  
2017-07-11 17:39:35.0 +0200
+++ new/obs-service-tar_scm-0.8.0.1507129410.0cb2d44/TarSCM/archive.py  
2017-10-04 

commit kernel-source for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2017-10-18 12:35:51

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


Package is "kernel-source"

Wed Oct 18 12:35:51 2017 rev:383 rq:533869 version:4.13.6

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2017-10-08 20:05:42.297115257 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2017-10-18 12:35:55.292133324 +0200
@@ -1,0 +2,308 @@
+Fri Oct 13 11:38:39 CEST 2017 - jsl...@suse.cz
+
+- waitid(): Add missing access_ok() checks (bnc#1062473
+  CVE-2017-5123).
+- commit a8d2202
+
+---
+Thu Oct 12 20:24:34 CEST 2017 - jsl...@suse.cz
+
+- Linux 4.13.6 (bnc#1012628).
+- imx-media-of: avoid uninitialized variable warning
+  (bnc#1012628).
+- usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0
+  (bnc#1012628).
+- mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+
+  (bnc#1012628).
+- net: bonding: Fix transmit load balancing in balance-alb mode
+  if specified by sysfs (bnc#1012628).
+- openvswitch: Fix an error handling path in
+  'ovs_nla_init_match_and_action()' (bnc#1012628).
+- mlxsw: spectrum: Prevent mirred-related crash on removal
+  (bnc#1012628).
+- net: bonding: fix tlb_dynamic_lb default value (bnc#1012628).
+- net_sched: gen_estimator: fix scaling error in bytes/packets
+  samples (bnc#1012628).
+- net: sched: fix use-after-free in tcf_action_destroy and
+  tcf_del_walker (bnc#1012628).
+- sctp: potential read out of bounds in
+  sctp_ulpevent_type_enabled() (bnc#1012628).
+- tcp: update skb->skb_mstamp more carefully (bnc#1012628).
+- bpf/verifier: reject BPF_ALU64|BPF_END (bnc#1012628).
+- tcp: fix data delivery rate (bnc#1012628).
+- udpv6: Fix the checksum computation when HW checksum does not
+  apply (bnc#1012628).
+- ip6_gre: skb_push ipv6hdr before packing the header in
+  ip6gre_header (bnc#1012628).
+- net: phy: Fix mask value write on gmii2rgmii converter speed
+  register (bnc#1012628).
+- ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled
+  in cmdline (bnc#1012628).
+- net/sched: cls_matchall: fix crash when used with classful qdisc
+  (bnc#1012628).
+- bpf: do not disable/enable BH in bpf_map_free_id()
+  (bnc#1012628).
+- tcp: fastopen: fix on syn-data transmit failure (bnc#1012628).
+- net: emac: Fix napi poll list corruption (bnc#1012628).
+- net: ipv6: fix regression of no RTM_DELADDR sent after DAD
+  failure (bnc#1012628).
+- packet: hold bind lock when rebinding to fanout hook
+  (bnc#1012628).
+- bpf: one perf event close won't free bpf program attached by
+  another perf event (bnc#1012628).
+- net: change skb->mac_header when Generic XDP calls adjust_head
+  (bnc#1012628).
+- isdn/i4l: fetch the ppp_write buffer in one shot (bnc#1012628).
+- net_sched: always reset qdisc backlog in qdisc_reset()
+  (bnc#1012628).
+- net: stmmac: Cocci spatch "of_table" (bnc#1012628).
+- net: qcom/emac: specify the correct size when mapping a DMA
+  buffer (bnc#1012628).
+- vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit
+  (bnc#1012628).
+- l2tp: fix race condition in l2tp_tunnel_delete (bnc#1012628).
+- tun: bail out from tun_get_user() if the skb is empty
+  (bnc#1012628).
+- net: dsa: mv88e6xxx: Allow dsa and cpu ports in multiple vlans
+  (bnc#1012628).
+- net: dsa: Fix network device registration order (bnc#1012628).
+- packet: in packet_do_bind, test fanout with bind_lock held
+  (bnc#1012628).
+- packet: only test po->has_vnet_hdr once in packet_snd
+  (bnc#1012628).
+- net: dsa: mv88e6xxx: lock mutex when freeing IRQs (bnc#1012628).
+- net: Set sk_prot_creator when cloning sockets to the right proto
+  (bnc#1012628).
+- net/mlx5e: IPoIB, Fix access to invalid memory address
+  (bnc#1012628).
+- netlink: do not proceed if dump's start() errs (bnc#1012628).
+- ip6_gre: ip6gre_tap device should keep dst (bnc#1012628).
+- ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device
+  in tx path (bnc#1012628).
+- IPv4: early demux can return an error code (bnc#1012628).
+- tipc: use only positive error codes in messages (bnc#1012628).
+- l2tp: fix l2tp_eth module loading (bnc#1012628).
+- socket, bpf: fix possible use after free (bnc#1012628).
+- net: rtnetlink: fix info leak in RTM_GETSTATS call
+  (bnc#1012628).
+- bpf: fix bpf_tail_call() x64 JIT (bnc#1012628).
+- usb: gadget: core: fix ->udc_set_speed() logic (bnc#1012628).
+- USB: gadgetfs: Fix crash caused by inadequate synchronization
+  (bnc#1012628).
+- USB: gadgetfs: fix copy_to_user while holding spinlock
+  (bnc#1012628).
+- usb: gadget: udc: atmel: set vbus irqflags explicitly
+  (bnc#1012628).
+- usb: gadget: udc: renesas_usb3: 

commit slrn for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package slrn for openSUSE:Factory checked in 
at 2017-10-18 10:54:56

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


Package is "slrn"

Wed Oct 18 10:54:56 2017 rev:26 rq:534530 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/slrn/slrn.changes2017-05-05 
09:59:57.815915416 +0200
+++ /work/SRC/openSUSE:Factory/.slrn.new/slrn.changes   2017-10-18 
10:55:00.968110421 +0200
@@ -1,0 +2,6 @@
+Tue Oct 17 18:47:46 UTC 2017 - astie...@suse.com
+
+- Build with OpenSSL (boo#1063780),
+  drop slrn-fix-libgnutls-extra-dependency.patch
+
+---

Old:

  slrn-fix-libgnutls-extra-dependency.patch



Other differences:
--
++ slrn.spec ++
--- /var/tmp/diff_new_pack.7Ai79k/_old  2017-10-18 10:55:02.216051876 +0200
+++ /var/tmp/diff_new_pack.7Ai79k/_new  2017-10-18 10:55:02.216051876 +0200
@@ -27,24 +27,15 @@
 Source1:clean-tar.sh
 # PATCH-FIX-OPENSUSE slrn-do-not-strip-binaries.diff g...@opensuse.org -- 
Prevents binaris from being stripped
 Patch0: slrn-do-not-strip-binaries.patch
-# PATCH-FIX-UPSTREAM slrn-fix-libgnutls-extra-dependency.patch 
g...@opensuse.org -- Prevents unnecessary linking against libgnutls-extra
-Patch1: slrn-fix-libgnutls-extra-dependency.patch
 # PATCH-FIX-OPENSUSE slrn-correct-path-to-sendmail.patch sfal...@opensuse.org 
-- Replaces ed stanza in %%setup, it's failing, and I don't grok ed/regexp very 
well.
 Patch2: slrn-correct-path-to-sendmail.patch
-BuildRequires:  autoconf
-BuildRequires:  ed
 BuildRequires:  mininews
+BuildRequires:  pkgconfig
 BuildRequires:  slang-devel
+BuildRequires:  pkgconfig(libssl)
 Recommends: %{name}-lang = %{version}
 # some slrn macros depend on certain slang modules
 Recommends: slang-slsh
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# SSL support via GnuTLS does not work on openSUSE <= 12.1
-%if 0%{?suse_version} > 1210
-BuildRequires:  libgcrypt-devel
-BuildRequires:  libgnutls-devel
-BuildRequires:  libgnutls-openssl-devel
-%endif
 
 %description
 slrn is a threaded Internet newsreader. It is customizable,
@@ -56,7 +47,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 
 # replace __DATE__ and __TIME__ with date/time of the last specfile changelog
@@ -70,14 +60,12 @@
 ' {} {} "${TIME}" "${DATE}" \;
 
 %build
-autoconf -f -I ./autoconf -o configure autoconf/configure.ac
 %configure \
 --with-slrnpull \
 --enable-inews \
-%if 0%{?suse_version} > 1210
---with-gnutls=%{_prefix} \
-%endif
---disable-rpath
+--disable-rpath \
+--with-ssl \
+--enable-warnings
 make %{?_smp_mflags}
 
 %install
@@ -93,7 +81,6 @@
 find contrib/ doc -type f -exec chmod 644 {} +
 
 %files
-%defattr(-,root,root)
 %doc changes.txt COPYING COPYRIGHT README
 %doc doc/{FAQ,FIRST_STEPS,help.txt,manual.txt,pc-keys.txt,README.GroupLens}
 %doc doc/{README.macros,README.multiuser,README.SSL,score.txt,slrn-doc.html}
@@ -108,6 +95,5 @@
 %{_datadir}/slrn
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog




commit cantata for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package cantata for openSUSE:Factory checked 
in at 2017-10-18 10:54:34

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


Package is "cantata"

Wed Oct 18 10:54:34 2017 rev:3 rq:534480 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/cantata/cantata.changes  2017-10-02 
16:54:35.499124583 +0200
+++ /work/SRC/openSUSE:Factory/.cantata.new/cantata.changes 2017-10-18 
10:54:36.865241177 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 13:29:21 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Build unconditionally with mpg123.
+
+---



Other differences:
--
++ cantata.spec ++
--- /var/tmp/diff_new_pack.g7PGIa/_old  2017-10-18 10:54:37.725200833 +0200
+++ /var/tmp/diff_new_pack.g7PGIa/_new  2017-10-18 10:54:37.725200833 +0200
@@ -36,9 +36,7 @@
 BuildRequires: pkgconfig(libavcodec)
 BuildRequires: pkgconfig(libavformat)
 BuildRequires: pkgconfig(libavutil)
-%if 0%{?BUILD_ORIG}
 BuildRequires: pkgconfig(libmpg123)
-%endif
 BuildRequires: pkgconfig(libmtp)
 BuildRequires: pkgconfig(libmusicbrainz5)
 BuildRequires: pkgconfig(taglib)




commit qutebrowser for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package qutebrowser for openSUSE:Factory 
checked in at 2017-10-18 10:54:24

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


Package is "qutebrowser"

Wed Oct 18 10:54:24 2017 rev:9 rq:534475 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/qutebrowser/qutebrowser.changes  2017-10-13 
14:20:38.940195287 +0200
+++ /work/SRC/openSUSE:Factory/.qutebrowser.new/qutebrowser.changes 
2017-10-18 10:54:30.533538222 +0200
@@ -1,0 +2,23 @@
+Tue Oct 17 13:47:35 UTC 2017 - aavind...@gmail.com
+
+- Update to version 1.0.2:
+  * Fixed
++ Fix workaround for black screens or crashes with Nvidia cards
++ Handle a filesystem going read-only gracefully
++ Fix crash when setting fonts.monospace
++ Fix list options not being modifyable via .append() in
+  config.py
++ Mark the content.notifications setting as QtWebKit only
+  correctly
++ Fix wrong rendering of keys like  in the completion
+  * Changed
++ Nicer error messages and other minor improvements
+  * Includes fixes from 1.0.1:
++ Fixed starting after customizing fonts.tabs or
+  fonts.debug_console.
++ Fixed starting with old PyQt versions compiled against newer
+  Qt versions.
++ Fixed check for PyQt version to correctly enforce 5.7
+ (not 5.2).
+
+---

Old:

  qutebrowser-1.0.0.tar.gz
  qutebrowser-1.0.0.tar.gz.asc

New:

  qutebrowser-1.0.2.tar.gz
  qutebrowser-1.0.2.tar.gz.asc



Other differences:
--
++ qutebrowser.spec ++
--- /var/tmp/diff_new_pack.lej9MF/_old  2017-10-18 10:54:31.929472733 +0200
+++ /var/tmp/diff_new_pack.lej9MF/_new  2017-10-18 10:54:31.929472733 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   qutebrowser
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:Keyboard-driven vim-like browser on Qt5
 License:GPL-3.0+
 Group:  Productivity/Networking/Web/Browsers
-URL:https://qutebrowser.org/
+Url:https://qutebrowser.org/
 Source: 
https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source1:
https://github.com/The-Compiler/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring

++ qutebrowser-1.0.0.tar.gz -> qutebrowser-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qutebrowser-1.0.0/PKG-INFO 
new/qutebrowser-1.0.2/PKG-INFO
--- old/qutebrowser-1.0.0/PKG-INFO  2017-10-12 10:15:50.0 +0200
+++ new/qutebrowser-1.0.2/PKG-INFO  2017-10-17 07:48:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qutebrowser
-Version: 1.0.0
+Version: 1.0.2
 Summary: A keyboard-driven, vim-like browser based on PyQt5.
 Home-page: https://www.qutebrowser.org/
 Author: Florian Bruhin
@@ -190,7 +190,10 @@
   https://key.saka.io/[Saka Key]
 * Firefox addons (based on WebExtensions):
   https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/[Vimium-FF] 
(experimental),
-  http://saka-key.lusakasa.com/[Saka Key]
+  https://key.saka.io[Saka Key],
+  https://github.com/cmcaine/tridactyl[Tridactyl] (in early 
development, working
+  on a https://bugzilla.mozilla.org/show_bug.cgi?id=1215061[better 
API] for
+  keyboard integration in Firefox).
 
 Inactive
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qutebrowser-1.0.0/README.asciidoc 
new/qutebrowser-1.0.2/README.asciidoc
--- old/qutebrowser-1.0.0/README.asciidoc   2017-10-11 13:51:32.0 
+0200
+++ new/qutebrowser-1.0.2/README.asciidoc   2017-10-13 10:33:41.0 
+0200
@@ -181,7 +181,10 @@
   https://key.saka.io/[Saka Key]
 * Firefox addons (based on WebExtensions):
   https://addons.mozilla.org/en-GB/firefox/addon/vimium-ff/[Vimium-FF] 
(experimental),
-  http://saka-key.lusakasa.com/[Saka Key]
+  https://key.saka.io[Saka Key],
+  https://github.com/cmcaine/tridactyl[Tridactyl] (in early development, 
working
+  on a https://bugzilla.mozilla.org/show_bug.cgi?id=1215061[better API] for
+  keyboard integration in Firefox).
 
 Inactive
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qutebrowser-1.0.0/doc/changelog.asciidoc 
new/qutebrowser-1.0.2/doc/changelog.asciidoc
--- old/qutebrowser-1.0.0/doc/changelog.asciidoc2017-10-12 
09:12:38.0 +0200
+++ new/qutebrowser-1.0.2/doc/changelog.asciidoc2017-10-17 

commit scalapack for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package scalapack for openSUSE:Factory 
checked in at 2017-10-18 10:54:38

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


Package is "scalapack"

Wed Oct 18 10:54:38 2017 rev:4 rq:534482 version:2.0.2

Changes:

--- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes  2015-07-28 
11:43:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.changes 2017-10-18 
10:54:39.821102507 +0200
@@ -1,0 +2,20 @@
+Tue Oct 17 13:40:54 UTC 2017 - e...@suse.com
+
+- Add magic to limit the number of flavors built in the
+  in the OBS ring.
+
+---
+Mon Oct 16 15:20:12 UTC 2017 - e...@suse.com
+
+- Make sure the Factory validator gets %pname as package name.
+
+---
+Fri Sep  8 18:50:14 UTC 2017 - e...@suse.com
+
+- Convert to multibuild
+- Add HPC build using environment modules
+  (FATE#321715).
+- Generate baselib.conf dynamically and only for the non-HPC
+  builds: this avoids issues with the source validator.
+
+---

Old:

  baselibs.conf

New:

  _multibuild



Other differences:
--
++ scalapack.spec ++
 673 lines (skipped)
 between /work/SRC/openSUSE:Factory/scalapack/scalapack.spec
 and /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.spec

++ _multibuild ++

  openmpi
  mvapich2
  gnu-openmpi-hpc
  gnu-mvapich2-hpc




commit patterns-caasp for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package patterns-caasp for openSUSE:Factory 
checked in at 2017-10-18 10:54:49

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


Package is "patterns-caasp"

Wed Oct 18 10:54:49 2017 rev:18 rq:534507 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/patterns-caasp/patterns-caasp.changes
2017-10-11 23:02:41.749373332 +0200
+++ /work/SRC/openSUSE:Factory/.patterns-caasp.new/patterns-caasp.changes   
2017-10-18 10:54:49.884630388 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 17:23:02 CEST 2017 - ku...@suse.de
+
+- ntp was replaced by chrony with sle15
+
+---



Other differences:
--
++ patterns-caasp.spec ++
--- /var/tmp/diff_new_pack.lHSnxI/_old  2017-10-18 10:54:50.484602242 +0200
+++ /var/tmp/diff_new_pack.lHSnxI/_new  2017-10-18 10:54:50.484602242 +0200
@@ -176,6 +176,7 @@
 Requires:   audit
 Requires:   autofs
 Requires:   ceph-common
+Requires:   chrony
 Requires:   etcd
 Requires:   etcdctl
 Requires:   flannel
@@ -187,7 +188,6 @@
 Requires:   less
 Requires:   ncurses-utils
 Requires:   nfs-client
-Requires:   ntp
 Requires:   python-etcd
 Requires:   python-pyroute2
 Requires:   rpcbind




commit notepadqq for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package notepadqq for openSUSE:Factory 
checked in at 2017-10-18 10:54:53

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


Package is "notepadqq"

Wed Oct 18 10:54:53 2017 rev:9 rq:534515 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/notepadqq/notepadqq.changes  2017-02-13 
07:49:47.304512569 +0100
+++ /work/SRC/openSUSE:Factory/.notepadqq.new/notepadqq.changes 2017-10-18 
10:54:54.188428481 +0200
@@ -1,0 +2,47 @@
+Tue Oct 17 16:30:41 UTC 2017 - joerg.loren...@ki.tng.de
+
+- Update to 1.2.0:
+  * Allow banners to stretch horizontally and vertically (#349).
+  * Preferences menu now has an "Apply" button in addition to "Ok"
+and "Cancel". That way users can immediately see visual changes
+(like themes) without having to exit the menu all the time.
+  * The Shortcuts tab now has a "Reset Selected Shortcut" in
+addition to the "Reset All Shortcut" button.
+  * The Preferences menu remembers the last selected settings tab
+and will automatically switch to it when re-opened (this is not
+a saved setting. Only implemented as a static variable).
+  * Turned the "File Format" and "Encoding" labels in the status
+bar into ClickableLabels. When clicked, they open the
+Format/Encoding QMenu that is also used in Nqq's menu bar.
+  * File encoding in the status bar wasn't properly updated. Fixed
+that by calling updateEditorUiInfo() when switching encoding.
+  * Added menu shortcuts for accessibility.
+  * l10n: add Slovenian translation (#352).
+  * Sessions: during session load, show BannerFileRemoved when the
+file is missing (#353).
+  * Preferences: fix theme loading glitch (closes #246) (#356).
+  * UI: disable "reload" actions if no file to reload exists (#354).
+  * Update notepadqq launcher (fedora) (#366).
+  * Support Qt 5.8 and 5.9 (#376).
+  * Fix: user was not allowed to exit Nqq if session.xml couldn't
+be saved.
+  * Title bar has wrong tab title after launch (fixes #421) (#422).
+  * Warn about missing icons; fix potential crash.
+  * %directory% in run command (#434).
+  * Fix segfault on start (fixes #440).
+  * Open folder contents if a folder is dropped onto Nqq. (#455).
+  * Add handel-c language (#443).
+  * Apply group replacement across the entire matched string.
+  * Fixed "^F Find ENTER does not search for the currently selected
+text" (#417) (#468).
+  * Convert text to path in svg logo (#477).
+  * Added a "Retry as Root" to Nqq's save dialog (#480).
+  * Keep file names of deleted files when loading a session.
+Otherwise they just show up as 'new X' (#483).
+  * Don't load tabs from session that don't exist and aren't cached
+since they're just empty (#484).
+  * Prompt user when opening a file from recent history that does
+not exist anymore. Fixes #248.
+  * Remember "Enable Smart Indent" setting #488 (#492).
+
+---

Old:

  notepadqq_1.0.1.orig.tar.bz2

New:

  notepadqq_1.2.0.orig.tar.bz2



Other differences:
--
++ notepadqq.spec ++
--- /var/tmp/diff_new_pack.TeS1oD/_old  2017-10-18 10:54:55.980344415 +0200
+++ /var/tmp/diff_new_pack.TeS1oD/_new  2017-10-18 10:54:55.984344228 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   notepadqq
-Version:1.0.1
+Version:1.2.0
 Release:0
 Summary:Notepad++-like editor
 License:GPL-3.0+
@@ -78,7 +78,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CONTRIBUTORS.md COPYING README.md
+%doc CONTRIBUTING.md COPYING README.md
 %{_bindir}/%{name}
 %{_libexecdir}/%{name}/
 %{_datadir}/%{name}/

++ notepadqq_1.0.1.orig.tar.bz2 -> notepadqq_1.2.0.orig.tar.bz2 ++
 14748 lines of diff (skipped)




commit thunderbolt-user-space for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package thunderbolt-user-space for 
openSUSE:Factory checked in at 2017-10-18 10:54:45

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


Package is "thunderbolt-user-space"

Wed Oct 18 10:54:45 2017 rev:3 rq:534501 version:0.9.2

Changes:

--- 
/work/SRC/openSUSE:Factory/thunderbolt-user-space/thunderbolt-user-space.changes
2017-10-11 23:02:22.106233930 +0200
+++ 
/work/SRC/openSUSE:Factory/.thunderbolt-user-space.new/thunderbolt-user-space.changes
   2017-10-18 10:54:48.248707136 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 17:16:10 CEST 2017 - n...@suse.de
+
+- Do not pull boost-devel on Factory (bsc#1062800)
+
+---



Other differences:
--
++ thunderbolt-user-space.spec ++
--- /var/tmp/diff_new_pack.YouVil/_old  2017-10-18 10:54:49.740637144 +0200
+++ /var/tmp/diff_new_pack.YouVil/_new  2017-10-18 10:54:49.744636956 +0200
@@ -25,7 +25,13 @@
 Url:
https://github.com/01org/thunderbolt-software-user-space/archive/v%{version}.tar.gz
 Source: v0.9.2.tar.gz
 Patch0: 0001-flags-add-boost_system-library.patch
+%if 0%{?suse_version} > 1315
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+%else
 BuildRequires:  boost-devel >= 1.33.1
+%endif
 BuildRequires:  cmake >= 2.4.6
 BuildRequires:  gcc-c++ >= 4.7
 BuildRequires:  libdbus-c++-devel




commit easy-rsa for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package easy-rsa for openSUSE:Factory 
checked in at 2017-10-18 10:55:04

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


Package is "easy-rsa"

Wed Oct 18 10:55:04 2017 rev:6 rq:534600 version:3.0.3

Changes:

--- /work/SRC/openSUSE:Factory/easy-rsa/easy-rsa.changes2017-09-12 
19:54:11.829181862 +0200
+++ /work/SRC/openSUSE:Factory/.easy-rsa.new/easy-rsa.changes   2017-10-18 
10:55:05.395902697 +0200
@@ -1,0 +2,20 @@
+Mon Oct 16 06:38:49 UTC 2017 - seroto...@gmail.com
+
+- Update to version 3.0.3
+- Rename easy-rsa-packaging.patch to suse-packaging.patch
+- Remove obsolete upstream patches:
+  * f174800.patch
+  * 29d4dee.patch
+  * b93d0a1.patch
+  * fb4d8d8.patch
+  * b75faa4.patch
+  * 6436eaf.patch
+  * e9e8e27.patch
+  * 534f673.patch
+  * d20d2b3.patch
+  * 4eac410.patch
+  * a138c0d.patch
+  * 83a1a21.patch
+
+
+---

Old:

  29d4dee.patch
  3.0.1.tar.gz
  4eac410.patch
  534f673.patch
  6436eaf.patch
  83a1a21.patch
  a138c0d.patch
  b75faa4.patch
  b93d0a1.patch
  d20d2b3.patch
  e9e8e27.patch
  easy-rsa-packaging.patch
  f174800.patch
  fb4d8d8.patch

New:

  suse-packaging.patch
  v3.0.3.tar.gz



Other differences:
--
++ easy-rsa.spec ++
--- /var/tmp/diff_new_pack.9gVLPY/_old  2017-10-18 10:55:11.475617475 +0200
+++ /var/tmp/diff_new_pack.9gVLPY/_new  2017-10-18 10:55:11.479617288 +0200
@@ -18,40 +18,14 @@
 
 
 Name:   easy-rsa
-Version:3.0.1
+Version:3.0.3
 Release:0
 Summary:CLI utility to build and manage a PKI CA
 License:GPL-2.0
 Group:  Productivity/Networking/Security
 Url:https://github.com/OpenVPN/easy-rsa
-Source: https://github.com/OpenVPN/easy-rsa/archive/%{version}.tar.gz
-# Fixed upstream issues
-# Generate random serial number for all certificates
-Patch0: https://github.com/OpenVPN/easy-rsa/commit/f174800.patch
-# Fixes #91 basename: invalid option -- 's'.
-Patch1: https://github.com/OpenVPN/easy-rsa/commit/29d4dee.patch
-# spelling fixes and setence structure improvements
-Patch2: https://github.com/OpenVPN/easy-rsa/commit/b93d0a1.patch
-# Fix comment indicating the end of the function verify_file() comment.
-Patch3: https://github.com/OpenVPN/easy-rsa/commit/fb4d8d8.patch
-# Convert README and COPYING into markdown files
-Patch4: https://github.com/OpenVPN/easy-rsa/commit/b75faa4.patch
-# Add CN as SAN (if none requested) on server certs by default
-Patch5: https://github.com/OpenVPN/easy-rsa/commit/6436eaf.patch
-# Moved @ValdikSS's serial randomization to sign_req
-Patch6: https://github.com/OpenVPN/easy-rsa/commit/e9e8e27.patch
-# Make $PWD/pki the default PKI location
-Patch7: https://github.com/OpenVPN/easy-rsa/commit/534f673.patch
-# Update docs and examples to fit changes in 534f673
-Patch8: https://github.com/OpenVPN/easy-rsa/commit/d20d2b3.patch
-# Fix string comprehension
-Patch9: https://github.com/OpenVPN/easy-rsa/commit/4eac410.patch
-# Fix incorrect "openssl rand" usage
-Patch10:https://github.com/OpenVPN/easy-rsa/commit/a138c0d.patch
-# Add --copy-ext option
-Patch11:https://github.com/OpenVPN/easy-rsa/commit/83a1a21.patch
-# openSUSE specific
-Patch100:   easy-rsa-packaging.patch
+Source: https://github.com/OpenVPN/easy-rsa/archive/v%{version}.tar.gz
+Patch100:   suse-packaging.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -62,27 +36,8 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
-%patch11 -p1
 %patch100 -p0
 
-# Add this for SLE11, patch tool can't rename file.
-# Next release we should publish .md documentation.
-%if 0%{?sles_version} > 0 && 0%{?sles_version} < 12
-mv -v COPYING COPYING.md
-mv -v README README.md
-%endif
-
 %build
 
 %install

++ suse-packaging.patch ++
*** easyrsa3/easyrsa.orig   2017-07-18 23:46:26.43105 +0200
--- easyrsa3/easyrsa2017-07-19 05:24:59.583924924 +0200
***
*** 1014,1020 
local vars=
  
# set up program path
!   local prog_vars="${0%/*}/vars"
# set up PKI path
local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars"
  
--- 1014,1020 
local vars=
  
# set up program path
!   local prog_vars="/etc/easy-rsa/vars"
# set up PKI path
local pki_vars="${EASYRSA_PKI:-$PWD/pki}/vars"
  
***
*** 1041,1047 
fi

# Set 

commit nvme-cli for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package nvme-cli for openSUSE:Factory 
checked in at 2017-10-18 10:54:00

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


Package is "nvme-cli"

Wed Oct 18 10:54:00 2017 rev:18 rq:534387 version:1.2

Changes:

--- /work/SRC/openSUSE:Factory/nvme-cli/nvme-cli.changes2017-08-31 
21:04:14.649824338 +0200
+++ /work/SRC/openSUSE:Factory/.nvme-cli.new/nvme-cli.changes   2017-10-18 
10:54:04.758747419 +0200
@@ -1,0 +2,12 @@
+Tue Oct 17 08:55:35 UTC 2017 - jthumsh...@suse.com
+
+- allow override queue depth and nr io queues on connect-all (bsc#1063462)
+  + 0009-fabrics-also-set-queue_size-and-nr_io_queues-on-conn.patch
+
+---
+Thu Sep  7 07:25:27 UTC 2017 - jthumsh...@suse.com
+
+- Generate Spec compliant UUID NQNs (bsc#1057498)
+  + 0008-nvme-cli-generate-spec-compliant-uuid-nqns.patch
+
+---

New:

  0008-nvme-cli-generate-spec-compliant-uuid-nqns.patch
  0009-fabrics-also-set-queue_size-and-nr_io_queues-on-conn.patch



Other differences:
--
++ nvme-cli.spec ++
--- /var/tmp/diff_new_pack.QvST5u/_old  2017-10-18 10:54:05.486713266 +0200
+++ /var/tmp/diff_new_pack.QvST5u/_new  2017-10-18 10:54:05.490713079 +0200
@@ -37,6 +37,8 @@
 Patch5: 0005-nvme-cli-add-ns-descs-subcommand.patch
 Patch6: 0006-fabrics-add-hostid-option-to-connect-command.patch
 Patch7: 
0007-nvme-cli-fix-connecting-failure-due-to-invalid-uuid-format.patch
+Patch8: 0008-nvme-cli-generate-spec-compliant-uuid-nqns.patch
+Patch9: 0009-fabrics-also-set-queue_size-and-nr_io_queues-on-conn.patch
 
 %description
 NVMe is a fast, scalable, direct attached storage interface. The nvme
@@ -52,6 +54,8 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 %build
 echo %{version} > version

++ 0008-nvme-cli-generate-spec-compliant-uuid-nqns.patch ++
>From 7352a2c76a4061196b5be1d1fac516135fd1f1f9 Mon Sep 17 00:00:00 2001
From: Daniel Verkamp 
Date: Wed, 30 Aug 2017 15:25:16 -0700
Subject: [PATCH] nvme-cli: generate spec-compliant UUID NQNs

The gen-hostnqn command previously generated UUID NQNs in a format that
does not match the NVMe specification.

Signed-off-by: Daniel Verkamp 
Reviewed-by: Christoph Hellwig 
Signed-off-by: Keith Busch 
---
 Documentation/nvme-gen-hostnqn.txt | 2 +-
 nvme.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/nvme-gen-hostnqn.txt 
b/Documentation/nvme-gen-hostnqn.txt
index 6d5346f..9efefb5 100644
--- a/Documentation/nvme-gen-hostnqn.txt
+++ b/Documentation/nvme-gen-hostnqn.txt
@@ -13,7 +13,7 @@ SYNOPSIS
 DESCRIPTION
 ---
 Generate a random host NQN in the form:
-nqn.2014-08.org.nvmexpress:NVMf:uuid:1b4e28ba-2fa1-11d2-883f-0016d3cca427
+nqn.2014-08.org.nvmexpress:uuid:1b4e28ba-2fa1-11d2-883f-0016d3cca427
 and prints it to stdout.
 
 OPTIONS
diff --git a/nvme.c b/nvme.c
index 676e8bf..f1d6d65 100644
--- a/nvme.c
+++ b/nvme.c
@@ -3217,7 +3217,7 @@ static int gen_hostnqn_cmd(int argc, char **argv, struct 
command *command, struc
 
uuid_generate_random(uuid);
uuid_unparse_lower(uuid, uuid_str);
-   printf("nqn.2014-08.org.nvmexpress:NVMf:uuid:%s\n", uuid_str);
+   printf("nqn.2014-08.org.nvmexpress:uuid:%s\n", uuid_str);
return 0;
 }
 #else
++ 0009-fabrics-also-set-queue_size-and-nr_io_queues-on-conn.patch ++
>From cb15bb65ac7a838bbc0359d41ee0fa3f96c2af1f Mon Sep 17 00:00:00 2001
From: Johannes Thumshirn 
Date: Mon, 16 Oct 2017 13:01:05 +0200
Subject: [PATCH nvme-cli] fabrics: also set queue_size and nr_io_queues on 
connect-all connects
References: bsc#1063462
Patch-mainline: Submitted, 
http://lists.infradead.org/pipermail/linux-nvme/2017-October/013303.html

Although nvme connect-all -Q does set the queue_size parameter for the initial
discovery connection, it does not set it for the subsequent connections to the
discovered targets.

An
yields the following:

write(3, "nqn=nqn.2014-08.org.nvmexpress.d"..., 180) = 180
 | 0  6e 71 6e 3d 6e 71 6e 2e  32 30 31 34 2d 30 38 2e  nqn=nqn.2014-08. |
 | 00010  6f 72 67 2e 6e 76 6d 65  78 70 72 65 73 73 2e 64  org.nvmexpress.d |
 | 00020  69 73 63 6f 76 65 72 79  2c 74 72 61 6e 73 70 6f  iscovery,transpo |
 | 00030  72 74 3d 72 64 6d 61 2c  74 72 61 64 64 72 3d 31  rt=rdma,traddr=1 |
 | 00040  2e 31 2e 31 2e 33 2c 74  72 73 76 63 69 64 3d 34  .1.1.3,trsvcid=4 |
 | 00050  34 32 30 2c 68 6f 73 74  6e 71 6e 3d 6e 

commit python-usb for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-usb for openSUSE:Factory 
checked in at 2017-10-18 10:54:08

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


Package is "python-usb"

Wed Oct 18 10:54:08 2017 rev:15 rq:534389 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-usb/python-usb.changes2017-09-12 
19:53:18.136731313 +0200
+++ /work/SRC/openSUSE:Factory/.python-usb.new/python-usb.changes   
2017-10-18 10:54:11.646424290 +0200
@@ -1,0 +2,35 @@
+Fri Oct 13 15:54:26 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * require setuptools
+  * update tar-ball name (lowercase)
+  * update url
+  * added Changelog to %doc
+
+- update to version 1.0.2:
+  * Add deploy script for automated deployment.
+  * Revert "[ADD] pyusb module to satisfy setuptools"
+  * [ADD] pyusb module to satisfy setuptools
+  * enable building as a wheel by using setuptools
+
+- changes from version 1.0.1:
+  * Update version to 1.0.1. After changes in zc.buildout/setuptools
+the tarball name needs to match case sensitive the package name
+defined in setup.py
+  * Add message for new maintainer.
+  * [docs] Add section in faq for libusb Windows installation.
+  * [docs] Fix tutorial link in faq.
+  * .gitignore pyusb.egg-info
+  * Add topic about configuration selection and handling to FAQ.
+  * Update libusb website.
+  * Use python syntax highlighting
+  * legacy: Fix a few typos in help text
+  * legacy: set Bus.location and Device.devnum
+  * usb/libloader.py: load_locate_library parameter documentation
+  * Remove the quick packaging job, note availability of package in
+Debian
+  * Quick Debian packaging
+  * Fix setup.py for v1.0.0
+  * Typo fix: replace LibaryException with LibraryException.
+
+---

Old:

  PyUSB-1.0.0.tar.gz

New:

  pyusb-1.0.2.tar.gz



Other differences:
--
++ python-usb.spec ++
--- /var/tmp/diff_new_pack.3uGKHM/_old  2017-10-18 10:54:12.334392015 +0200
+++ /var/tmp/diff_new_pack.3uGKHM/_new  2017-10-18 10:54:12.338391827 +0200
@@ -18,14 +18,15 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-usb
-Version:1.0.0
+Version:1.0.2
 Release:0
 Summary:USB access on the Python language
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/walac/pyusb
-Source: 
https://files.pythonhosted.org/packages/source/p/pyusb/PyUSB-%{version}.tar.gz
+Url:https://walac.github.io/pyusb
+Source: 
https://files.pythonhosted.org/packages/source/p/pyusb/pyusb-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -48,7 +49,7 @@
 
 %files %{python_files}
 %defattr(-,root,root)
-%doc ACKNOWLEDGEMENTS LICENSE README.rst docs/*
+%doc ACKNOWLEDGEMENTS ChangeLog LICENSE README.rst docs/*
 %{python_sitelib}/*
 
 %changelog




commit python-pytools for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pytools for openSUSE:Factory 
checked in at 2017-10-18 10:54:17

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


Package is "python-pytools"

Wed Oct 18 10:54:17 2017 rev:3 rq:534412 version:2017.6

Changes:

--- /work/SRC/openSUSE:Factory/python-pytools/python-pytools.changes
2017-06-12 15:34:56.963055381 +0200
+++ /work/SRC/openSUSE:Factory/.python-pytools.new/python-pytools.changes   
2017-10-18 10:54:17.878131936 +0200
@@ -1,0 +2,6 @@
+Tue Oct 17 11:25:40 UTC 2017 - mplus...@suse.com
+
+- Update to version 17.6
+  * No changelog available
+
+---

Old:

  pytools-2017.3.tar.gz

New:

  pytools-2017.6.tar.gz



Other differences:
--
++ python-pytools.spec ++
--- /var/tmp/diff_new_pack.BKQIhm/_old  2017-10-18 10:54:18.970080709 +0200
+++ /var/tmp/diff_new_pack.BKQIhm/_new  2017-10-18 10:54:18.974080521 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pytools
-Version:2017.3
+Version:2017.6
 Release:0
 Summary:A collection of tools for Python
 License:MIT
@@ -64,7 +65,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc README LICENSE
+%doc README.rst LICENSE
 %{python_sitelib}/*
 
 %changelog

++ pytools-2017.3.tar.gz -> pytools-2017.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytools-2017.3/PKG-INFO new/pytools-2017.6/PKG-INFO
--- old/pytools-2017.3/PKG-INFO 2017-06-03 20:04:28.0 +0200
+++ new/pytools-2017.6/PKG-INFO 2017-09-26 02:09:29.0 +0200
@@ -1,25 +1,30 @@
 Metadata-Version: 1.1
 Name: pytools
-Version: 2017.3
+Version: 2017.6
 Summary: A collection of tools for Python
 Home-page: http://pypi.python.org/pypi/pytools
 Author: Andreas Kloeckner
 Author-email: inf...@tiker.net
 License: MIT
-Description: 
-  Pytools is a big bag of things that are "missing" from the 
Python standard
-  library. This is mainly a dependency of my other software 
packages, and is
-  probably of little interest to you unless you use those. If 
you're curious
-  nonetheless, here's what's on offer:
+Description: Pytools is a big bag of things that are "missing" from the Python 
standard
+library. This is mainly a dependency of my other software packages, 
and is
+probably of little interest to you unless you use those. If you're 
curious
+nonetheless, here's what's on offer:
+
+* A ton of small tool functions such as `len_iterable`, `argmin`,
+  tuple generation, permutation generation, ASCII table pretty 
printing,
+  GvR's mokeypatch_xxx() hack, the elusive `flatten`, and much more.
+* Michele Simionato's decorator module
+* A time-series logging module, `pytools.log`.
+* Batch job submission, `pytools.batchjob`.
+* A lexer, `pytools.lex`.
+
+Links:
+
+* `Documentation `_
+
+* `Github `_
 
-  * A ton of small tool functions such as `len_iterable`, `argmin`,
-tuple generation, permutation generation, ASCII table pretty 
printing,
-GvR's mokeypatch_xxx() hack, the elusive `flatten`, and much 
more.
-  * Michele Simionato's decorator module
-  * A time-series logging module, `pytools.log`.
-  * Batch job submission, `pytools.batchjob`.
-  * A lexer, `pytools.lex`.
-  
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytools-2017.3/README new/pytools-2017.6/README
--- old/pytools-2017.3/README   2015-10-17 21:26:02.0 +0200
+++ new/pytools-2017.6/README   1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-Miscellaneous Python lifesavers.
-
-Andreas Kloeckner 
-
-Includes Michele Simionato's decorator module, from
-http://www.phyast.pitt.edu/~micheles/python/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pytools-2017.3/README.rst 
new/pytools-2017.6/README.rst
--- old/pytools-2017.3/README.rst   1970-01-01 01:00:00.0 +0100
+++ new/pytools-2017.6/README.rst   2017-06-14 23:42:47.0 +0200
@@ -0,0 +1,18 @@
+Pytools is a big bag of things that are 

commit perl-DBIx-Class-Schema-Config for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-DBIx-Class-Schema-Config for 
openSUSE:Factory checked in at 2017-10-18 10:54:40

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


Package is "perl-DBIx-Class-Schema-Config"

Wed Oct 18 10:54:40 2017 rev:2 rq:534499 version:0.001011

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-Schema-Config/perl-DBIx-Class-Schema-Config.changes
  2015-01-15 15:58:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-Schema-Config.new/perl-DBIx-Class-Schema-Config.changes
 2017-10-18 10:54:44.044904352 +0200
@@ -1,0 +2,5 @@
+Sun Oct 15 14:10:35 UTC 2017 - co...@suse.com
+
+- fix build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-DBIx-Class-Schema-Config.spec ++
--- /var/tmp/diff_new_pack.E1UFIb/_old  2017-10-18 10:54:44.860866072 +0200
+++ /var/tmp/diff_new_pack.E1UFIb/_new  2017-10-18 10:54:44.864865884 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-Schema-Config
 #
-# 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
@@ -24,7 +24,8 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBIx-Class-Schema-Config/
-Source: 
http://www.cpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/S/SY/SYMKAT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -51,11 +52,14 @@
 
 A simple tutorial that compliments this documentation and explains
 converting an existing DBIx::Class Schema to use this software to manage
-credentials can be found at the
-http://www.symkat.com/credential-management-in-dbix-class manpage
+credentials can be found at
+http://www.symkat.com/credential-management-in-dbix-class
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ cpanspec.yml ++
---
post_prep: |-
 sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL




commit python-waitress for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-waitress for openSUSE:Factory 
checked in at 2017-10-18 10:54:05

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


Package is "python-waitress"

Wed Oct 18 10:54:05 2017 rev:11 rq:534388 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes  
2017-05-08 19:04:01.343597468 +0200
+++ /work/SRC/openSUSE:Factory/.python-waitress.new/python-waitress.changes 
2017-10-18 10:54:06.390670859 +0200
@@ -1,0 +2,16 @@
+Fri Oct 13 00:49:45 UTC 2017 - a...@gmx.de
+
+- update to version 1.1.0:
+  * Features
++ Waitress now has a __main__ and thus may be called with "python
+  -mwaitress"
+  * Bugfixes
++ Waitress no longer allows lowercase HTTP verbs. This change was
+  made to fall in line with most HTTP servers. See
+  https://github.com/Pylons/waitress/pull/170
++ When receiving non-ascii bytes in the request URL, waitress will
+  no longer abruptly close the connection, instead returning a 400
+  Bad Request. See https://github.com/Pylons/waitress/pull/162 and
+  https://github.com/Pylons/waitress/issues/64
+
+---

Old:

  waitress-1.0.2.tar.gz

New:

  waitress-1.1.0.tar.gz



Other differences:
--
++ python-waitress.spec ++
--- /var/tmp/diff_new_pack.PbGAgW/_old  2017-10-18 10:54:07.122636519 +0200
+++ /var/tmp/diff_new_pack.PbGAgW/_new  2017-10-18 10:54:07.122636519 +0200
@@ -21,17 +21,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-waitress
-Version:1.0.2
+Version:1.1.0
 Release:0
 Summary:Waitress WSGI server
 License:ZPL-2.1
 Group:  Development/Languages/Python
 Url:https://github.com/Pylons/waitress
 Source: 
https://files.pythonhosted.org/packages/source/w/waitress/waitress-%{version}.tar.gz
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 # Test requirements:
 BuildRequires:  %{python_module nose}

++ waitress-1.0.2.tar.gz -> waitress-1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-1.0.2/CHANGES.txt 
new/waitress-1.1.0/CHANGES.txt
--- old/waitress-1.0.2/CHANGES.txt  2017-02-05 00:06:38.0 +0100
+++ new/waitress-1.1.0/CHANGES.txt  2017-10-11 02:58:29.0 +0200
@@ -1,3 +1,22 @@
+1.1.0 (2017-10-10)
+--
+
+Features
+
+
+- Waitress now has a __main__ and thus may be called with ``python -mwaitress``
+
+Bugfixes
+
+
+- Waitress no longer allows lowercase HTTP verbs. This change was made to fall
+  in line with most HTTP servers. See 
https://github.com/Pylons/waitress/pull/170
+
+- When receiving non-ascii bytes in the request URL, waitress will no longer
+  abruptly close the connection, instead returning a 400 Bad Request. See
+  https://github.com/Pylons/waitress/pull/162 and
+  https://github.com/Pylons/waitress/issues/64
+
 1.0.2 (2017-02-04)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-1.0.2/CONTRIBUTORS.txt 
new/waitress-1.1.0/CONTRIBUTORS.txt
--- old/waitress-1.0.2/CONTRIBUTORS.txt 2016-09-01 20:19:46.0 +0200
+++ new/waitress-1.1.0/CONTRIBUTORS.txt 2017-09-15 22:45:36.0 +0200
@@ -137,3 +137,6 @@
 
 - Jason Madden, 2016-03-19
 
+- Atsushi Odagiri, 2017-02-12
+
+- David D Lowe, 2017-06-02
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/waitress-1.0.2/PKG-INFO new/waitress-1.1.0/PKG-INFO
--- old/waitress-1.0.2/PKG-INFO 2017-02-05 00:10:18.0 +0100
+++ new/waitress-1.1.0/PKG-INFO 2017-10-11 03:00:39.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: waitress
-Version: 1.0.2
+Version: 1.1.0
 Summary: Waitress WSGI server
 Home-page: https://github.com/Pylons/waitress
 Author: Pylons Project
@@ -16,6 +16,25 @@
 http://docs.pylonsproject.org/projects/waitress/en/latest/ .
 
 
+1.1.0 (2017-10-10)
+--
+
+Features
+
+
+- Waitress now has a __main__ and thus may be called with ``python 
-mwaitress``
+
+Bugfixes
+
+
+- Waitress no longer allows lowercase HTTP verbs. This change was made 
to fall
+  in line with most HTTP servers. See 

commit python-ethtool for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-ethtool for openSUSE:Factory 
checked in at 2017-10-18 10:54:20

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


Package is "python-ethtool"

Wed Oct 18 10:54:20 2017 rev:3 rq:534451 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/python-ethtool/python-ethtool.changes
2017-08-24 18:45:54.552247082 +0200
+++ /work/SRC/openSUSE:Factory/.python-ethtool.new/python-ethtool.changes   
2017-10-18 10:54:21.905942975 +0200
@@ -1,0 +2,5 @@
+Tue Oct 17 11:22:43 UTC 2017 - jeng...@inai.de
+
+- Update descriptions.
+
+---



Other differences:
--
++ python-ethtool.spec ++
--- /var/tmp/diff_new_pack.8FpVRT/_old  2017-10-18 10:54:22.833899442 +0200
+++ /var/tmp/diff_new_pack.8FpVRT/_new  2017-10-18 10:54:22.837899254 +0200
@@ -19,7 +19,7 @@
 Name:   python-ethtool
 Version:0.11
 Release:0
-Summary:Ethernet settings python bindings
+Summary:Ethernet settings Python bindings
 License:GPL-2.0
 Group:  Development/Languages/Python
 Url:https://fedorahosted.org/python-ethtool/
@@ -31,8 +31,8 @@
 BuildRequires:  python-devel
 
 %description
-Python bindings for the ethtool kernel interface, that allows querying and
-changing of ethernet card settings, such as speed, port, autonegotiation, and
+Python bindings for the ethtool kernel interface that allows querying and
+changing of Ethernet interface settings, such as speed, port, autonegotiation, 
and
 PCI locations.
 
 %prep




commit getmail for openSUSE:Factory

2017-10-18 Thread root
Hello community,

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

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


Package is "getmail"

Wed Oct 18 10:54:13 2017 rev:23 rq:534390 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/getmail/getmail.changes  2017-07-21 
22:49:22.856883216 +0200
+++ /work/SRC/openSUSE:Factory/.getmail.new/getmail.changes 2017-10-18 
10:54:16.438199489 +0200
@@ -1,0 +2,14 @@
+Fri Oct 13 23:00:00 UTC 2017 - cu...@bitmessage.ch
+
+- Version bump to 5.4
+  * bugfix: fix another error in logging an error condition. Thanks: "ng0".
+
+- Changes from 5.3
+  * bugfix: another case where an error condition resulted in getmail
+not displaying the correct message.  Thanks: "ng0".
+
+- Changes from 5.2
+  * bugfix: disconnection during IMAP IDLE could result in an error
+message rather than silently exiting.  Thanks: David Gray.
+
+---

Old:

  getmail-5.1.tar.gz

New:

  getmail-5.4.tar.gz



Other differences:
--
++ getmail.spec ++
--- /var/tmp/diff_new_pack.YdkYbV/_old  2017-10-18 10:54:17.066170028 +0200
+++ /var/tmp/diff_new_pack.YdkYbV/_new  2017-10-18 10:54:17.066170028 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   getmail
-Version:5.1
+Version:5.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pyropus.ca/software/getmail/

++ _service ++
--- /var/tmp/diff_new_pack.YdkYbV/_old  2017-10-18 10:54:17.094168715 +0200
+++ /var/tmp/diff_new_pack.YdkYbV/_new  2017-10-18 10:54:17.094168715 +0200
@@ -1,7 +1,7 @@
 
 
   sha256
-  3d6e20e5ea41c1ffb284a46de3d2a474bf2ebd9215441c4c379183d03710027e
-  getmail-5.1.tar.gz
+  ba896f7b3fbae4e9e79f7135e6c2b10b281170d2877b91fb2b265c927ed29ac7
+  getmail-5.4.tar.gz
 
 

++ getmail-5.1.tar.gz -> getmail-5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-5.1/PKG-INFO new/getmail-5.4/PKG-INFO
--- old/getmail-5.1/PKG-INFO2017-07-16 05:26:27.0 +0200
+++ new/getmail-5.4/PKG-INFO2017-10-06 16:13:02.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: getmail
-Version: 5.1
+Version: 5.4
 Summary: a mail retrieval, sorting, and delivering system
 Home-page: http://pyropus.ca/software/getmail/
 Author: Charles Cazabon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-5.1/docs/CHANGELOG 
new/getmail-5.4/docs/CHANGELOG
--- old/getmail-5.1/docs/CHANGELOG  2017-07-16 05:26:01.0 +0200
+++ new/getmail-5.4/docs/CHANGELOG  2017-10-06 16:12:56.0 +0200
@@ -1,3 +1,17 @@
+Version 5.4
+6 October 2017
+-bugfix: fix another error in logging an error condition.  Thanks: "ng0".
+
+Version 5.3
+5 October 2017
+-bugfix: another case where an error condition resulted in getmail not
+displaying the correct message.  Thanks: "ng0".
+
+Version 5.2
+4 October 2017
+-bugfix: disconnection during IMAP IDLE could result in an error message
+rather than silently exiting.  Thanks: David Gray.
+
 Version 5.1
 15 July 2017
 -bugfix: if password_command parameter was used with a non-existent 
program,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-5.1/docs/faq.html 
new/getmail-5.4/docs/faq.html
--- old/getmail-5.1/docs/faq.html   2017-07-16 05:26:23.0 +0200
+++ new/getmail-5.4/docs/faq.html   2017-10-06 16:13:00.0 +0200
@@ -107,6 +107,7 @@
 Does getmail support 
spam filtering of retrieved messages?
 Does getmail support 
SSL?
 Does getmail rewrite 
mail headers when it retrieves mail?
+What are these 
oldmail* files?  Can I delete or trim them?
 Can I upgrade from 
getmail 3 to getmail 4/5?  What about my oldmail files?
 Why did you write 
getmail?  Why not just use fetchmail?
 
@@ -406,6 +407,18 @@
 creation of these header fields.
 
 
+What are these oldmail* files?  Can I delete or 
trim them?
+
+getmail stores its state - its memory of what it has seen in 
your
+POP/IMAP account - in the oldmail files.
+
+
+Do NOT delete or edit these files.  You'll make getmail re-retrieve 
all
+your old mail, or even prevent getmail from running.  The files are tiny 
by modern
+storage standards; you could have a million of these files and still not 
have to
+worry about the disk space they take up for a thousand years.
+
+
 Can I upgrade from getmail 3 to getmail 4/5?  What 

commit tmux for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package tmux for openSUSE:Factory checked in 
at 2017-10-18 10:53:56

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


Package is "tmux"

Wed Oct 18 10:53:56 2017 rev:37 rq:534383 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/tmux/tmux.changes2017-05-31 
12:22:38.503841396 +0200
+++ /work/SRC/openSUSE:Factory/.tmux.new/tmux.changes   2017-10-18 
10:54:00.462948952 +0200
@@ -1,0 +2,75 @@
+Tue Oct 17 09:53:05 UTC 2017 - mimi...@gmail.com
+
+- update to 2.6
+* Add select-pane -T to set pane title.
+* Fix memory leak when lines with BCE are removed from history.
+* Fix (again) the "prefer unattached" behaviour of attach-session.
+* Reorder how keys are checked to allow keys to be specified that have a
+  leading escape. GitHub issue 1048.
+* Support REP escape sequence (\033[b).
+* Run alert hooks based on options rather than always, and allow further bells
+  even if there is an existing bell.
+* Add -d flag to display-panes to override display-panes-time.
+* Add selection_present format when in copy mode (allows key bindings that do
+  something different if there is a selection).
+* Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats.
+* Make bell, activity and silence alerting more consistent by: removing the
+  bell-on-alert option; adding activity-action and silence-action options with
+  the same possible values as the existing bell-action; adding a "both" value
+  for the visual-bell, visual-activity and visual-silence options to trigger
+  both a bell and a message.
+* Add a pane_pipe format to show if pipe-pane is active.
+* Block signals between forking and resetting signal handlers so that the
+  libevent signal handler doesn't get called in the child and incorrectly write
+  into the signal pipe that it still shares with the parent. GitHub issue 1001.
+* Allow punctuation in pane_current_command.
+* Add -c for respawn-pane and respawn-window.
+* Wait for any remaining data to flush when a pane is closed while pipe-pane is
+  in use.
+* Fix working out current client with no target. GitHub issue 995.
+* Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8
+  locale.
+* Add user-keys option for user-defined key escape sequences (mapped to User0
+  to User999 keys).
+* Add pane-set-clipboard hook.
+* FAQ file has moved out of repository to online.
+* Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue
+  941.
+* Do a dance on OS X 10.10 and above to return tmux to the user namespace,
+  allowing access to the clipboard.
+* Do not allow escape sequences which expect a specific terminator (APC, DSC,
+  OSC) to wait for forever - use a small timeout. This reduces the chance of
+  the pane locking up completely when sent garbage (cat /dev/random or
+  similar).
+* Support SIGUSR2 to toggle logging on a running server, also generate the
+  "out" log file with -vv not -.
+* Make set-clipboard a three state option: on (tmux both sends to outside
+  terminal and accepts from applications inside); external (tmux sends outside
+  but does not accept inside); and off.
+* Fix OSC 4 palette setting for bright foreground colours. GitHub issue 954.
+* Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they
+  are available. (Tc is still supported as well.)
+* Fix redrawing panes when they are resized several times but end up with the
+  size unchanged (for example, splitw/resizep -Z/breakp).
+* Major rewrite of choose mode. Now includes preview, sorting, searching and
+  tagging; commands that can be executed directly from the mode (for example,
+  to delete one or more buffers); and filtering in tree mode.
+* choose-window and choose-session are now aliases of choose-tree (in the
+  command-alias option).
+* Support OSC 10 and OSC 11 to set foreground and background colours.
+* Check the U8 capability to determine whether to use UTF-8 line drawing
+  characters for ACS.
+* Some missing notifications for layout changes.
+* Control mode clients now do not affect session sizes until they issue
+  refresh-client -C. new-session -x and -y works with control clients even if
+  the session is not detached.
+* All new sessions that are unattached (whether with -d or started with no
+  terminal) are now created with size 80 x 24. Whether the status line is on or
+  off does not affect the size of new sessions until they are attached.
+* Expand formats in option names and add -F flag to expand them in option 
values.
+* Remember the search string for a pane even if copy mode is exited and entered
+  again.
+* Some further BCE fixes (scroll up, reverse index).
+* Improvements to how terminals are cleared (entirely or partially).
+

commit armadillo for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2017-10-18 10:53:53

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


Package is "armadillo"

Wed Oct 18 10:53:53 2017 rev:113 rq:534371 version:8.200.0

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2017-09-13 
22:38:40.285189402 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2017-10-18 
10:53:56.343142229 +0200
@@ -1,0 +2,8 @@
+Sun Oct 15 12:24:13 UTC 2017 - badshah...@gmail.com
+
+- Update to version 8.200.0:
+  + Added intersect() for finding common elements in two
+vectors/matrices.
+  + Expanded affmul() to handle non-square matrices.
+
+---

Old:

  armadillo-8.100.1.tar.xz

New:

  armadillo-8.200.0.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.gZLyyu/_old  2017-10-18 10:53:57.019110516 +0200
+++ /var/tmp/diff_new_pack.gZLyyu/_new  2017-10-18 10:53:57.023110328 +0200
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo8
 Name:   armadillo
-Version:8.100.1
+Version:8.200.0
 Release:0
 Summary:C++ matrix library with interfaces to LAPACK and ATLAS
 License:Apache-2.0

++ armadillo-8.100.1.tar.xz -> armadillo-8.200.0.tar.xz ++
 1634 lines of diff (skipped)




commit rubygem-autoprefixer-rails for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rubygem-autoprefixer-rails for 
openSUSE:Factory checked in at 2017-10-18 10:53:50

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


Package is "rubygem-autoprefixer-rails"

Wed Oct 18 10:53:50 2017 rev:8 rq:534353 version:7.1.5

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-autoprefixer-rails/rubygem-autoprefixer-rails.changes
2017-09-26 21:15:04.472895882 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-autoprefixer-rails.new/rubygem-autoprefixer-rails.changes
   2017-10-18 10:53:51.219382604 +0200
@@ -1,0 +2,15 @@
+Wed Oct 11 05:58:17 UTC 2017 - co...@suse.com
+
+- updated to version 7.1.5
+ see installed CHANGELOG.md
+
+  ## 7.1.5
+  * Fix `::placeholder` prefix for Edge.
+  * Fix `inherit`/`initial`/`unset` values for `flex-direction`.
+  * Fix RegExp usage in gradients (by Yet Another Minion).
+  
+  ## 7.1.4.1
+  * Update PostCSS.
+  * Update Can I Use data.
+
+---

Old:

  autoprefixer-rails-7.1.4.gem

New:

  autoprefixer-rails-7.1.5.gem



Other differences:
--
++ rubygem-autoprefixer-rails.spec ++
--- /var/tmp/diff_new_pack.ux9dRB/_old  2017-10-18 10:53:52.131339821 +0200
+++ /var/tmp/diff_new_pack.ux9dRB/_new  2017-10-18 10:53:52.131339821 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-autoprefixer-rails
-Version:7.1.4
+Version:7.1.5
 Release:0
 %define mod_name autoprefixer-rails
 %define mod_full_name %{mod_name}-%{version}

++ autoprefixer-rails-7.1.4.gem -> autoprefixer-rails-7.1.5.gem ++
 4830 lines of diff (skipped)




commit obs-service-set_version for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package obs-service-set_version for 
openSUSE:Factory checked in at 2017-10-18 10:53:44

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


Package is "obs-service-set_version"

Wed Oct 18 10:53:44 2017 rev:29 rq:534346 version:0.5.6

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-set_version/obs-service-set_version.changes
  2017-09-19 17:35:26.731862040 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-set_version.new/obs-service-set_version.changes
 2017-10-18 10:53:49.719452972 +0200
@@ -1,0 +2,5 @@
+Tue Oct 10 07:39:43 UTC 2017 - dmuel...@suse.com
+
+- switch to python3 for less ancient distros
+
+---



Other differences:
--
++ obs-service-set_version.spec ++
--- /var/tmp/diff_new_pack.DHtQtE/_old  2017-10-18 10:53:50.731405497 +0200
+++ /var/tmp/diff_new_pack.DHtQtE/_new  2017-10-18 10:53:50.731405497 +0200
@@ -27,8 +27,12 @@
 Url:https://github.com/openSUSE/obs-service-%{service}
 Source: %{name}-%{version}.tar.gz
 %if 0%{?suse_version}
+%if 0%{?suse_version} > 1315
+Recommends: python3-packaging
+%else
 Recommends: python-packaging
 %endif
+%endif
 Requires:   sed
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -43,6 +47,9 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} > 1315
+sed -i -e "1 s,#!/usr/bin/python$,#!/usr/bin/python3," set_version
+%endif
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib/obs/service




commit openSUSE-release-tools for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-10-18 10:52:09

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


Package is "openSUSE-release-tools"

Wed Oct 18 10:52:09 2017 rev:7 rq:534343 version:20171017.7058f07

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-10-17 01:51:46.276533315 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-10-18 10:52:16.331834191 +0200
@@ -1,0 +2,14 @@
+Tue Oct 17 07:30:59 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171017.7058f07:
+  * check_source: decline the delete request if duplicated
+
+---
+Fri Oct 13 13:19:20 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171013.406f870:
+  * pkglistgen: initial work for openSUSE
+  * pkglistgen: make --repositories option use an array
+  * pkglistgen: add --ignore-unresolvable and --ignore-recommends options
+
+---

Old:

  openSUSE-release-tools-20171013.b00a8f5.obscpio

New:

  openSUSE-release-tools-20171017.7058f07.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.EbOiGy/_old  2017-10-18 10:52:17.459781275 +0200
+++ /var/tmp/diff_new_pack.EbOiGy/_new  2017-10-18 10:52:17.463781086 +0200
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171013.b00a8f5
+Version:20171017.7058f07
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.EbOiGy/_old  2017-10-18 10:52:17.519778459 +0200
+++ /var/tmp/diff_new_pack.EbOiGy/_new  2017-10-18 10:52:17.519778459 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-b00a8f5ed667e32a4cec71523bddbcefb1ca20fd
+7058f07d7102fd938d4d60126fbae515cdcf9737
   
 

++ openSUSE-release-tools-20171013.b00a8f5.obscpio -> 
openSUSE-release-tools-20171017.7058f07.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171013.b00a8f5/check_source.py 
new/openSUSE-release-tools-20171017.7058f07/check_source.py
--- old/openSUSE-release-tools-20171013.b00a8f5/check_source.py 2017-10-13 
11:12:22.0 +0200
+++ new/openSUSE-release-tools-20171017.7058f07/check_source.py 2017-10-17 
09:30:58.0 +0200
@@ -229,6 +229,16 @@
 except urllib2.HTTPError:
 return None
 
+# Decline the delete request if there is another delete/submit request 
against the same package
+query = 
"match=state/@name='new'+and+(action/target/@project='{}'+and+action/target/@package='{}')"\
+
"+and+(action/@type='delete'+or+action/@type='submit')".format(action.tgt_project,
 action.tgt_package)
+url = osc.core.makeurl(self.apiurl, ['search', 'request'], query)
+matches = ET.parse(osc.core.http_GET(url)).getroot()
+if int(matches.attrib['matches']) > 1:
+ids = [rq.attrib['id'] for rq in matches.findall('request')]
+self.review_messages['declined'] = "There is a pending request %s 
to %s/%s in process." % (','.join(ids), action.tgt_project, action.tgt_package)
+return False
+
 # Decline the delete request against linked package.
 links = root.findall('sourceinfo/linked')
 if links is None or len(links) == 0:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171013.b00a8f5/pkglistgen.py 
new/openSUSE-release-tools-20171017.7058f07/pkglistgen.py
--- old/openSUSE-release-tools-20171013.b00a8f5/pkglistgen.py   2017-10-13 
11:12:22.0 +0200
+++ new/openSUSE-release-tools-20171017.7058f07/pkglistgen.py   2017-10-17 
09:30:58.0 +0200
@@ -46,8 +46,7 @@
 logger = logging.getLogger()
 
 ARCHITECTURES = ('x86_64', 'ppc64le', 's390x', 'aarch64')
-APIURL = 'https://api.suse.de/public/'
-
+DEFAULT_REPOS = ("openSUSE:Factory/standard")
 
 class Group(object):
 
@@ -55,6 +54,7 @@
 self.name = name
 self.safe_name = re.sub(r'\W', '_', name.lower())
 self.pkglist = pkglist
+self.architectures = pkglist.architectures
 self.conditional = None
 self.packages = dict()
 

commit widelands for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package widelands for openSUSE:Factory 
checked in at 2017-10-18 10:50:57

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


Package is "widelands"

Wed Oct 18 10:50:57 2017 rev:2 rq:533722 version:build19

Changes:

--- /work/SRC/openSUSE:Factory/widelands/widelands.changes  2017-08-24 
18:36:16.357694815 +0200
+++ /work/SRC/openSUSE:Factory/.widelands.new/widelands.changes 2017-10-18 
10:51:13.990758910 +0200
@@ -1,0 +2,20 @@
+Wed Oct 11 20:43:40 UTC 2017 - ok...@suse.com
+
+- Use specific boost BuildRequires (bsc#1062802)
+
+---
+Sat Jul 15 08:49:27 UTC 2017 - mailaen...@opensuse.org
+
+- Install man page
+- Install appdata file (lp#1271595)
+- Use upstream supplied .desktop entry
+- Add post macros for icons and desktop files
+- Don't own standard icon directories
+
+---
+Sat Jul  8 20:35:26 UTC 2017 - jeng...@inai.de
+
+- Remove irrelevant parts from description,
+  and add more description about the particule RTS style.
+
+---

Old:

  widelands.desktop



Other differences:
--
++ widelands.spec ++
--- /var/tmp/diff_new_pack.sIXY0I/_old  2017-10-18 10:51:18.106565817 +0200
+++ /var/tmp/diff_new_pack.sIXY0I/_new  2017-10-18 10:51:18.110565629 +0200
@@ -19,24 +19,32 @@
 Name:   widelands
 Version:build19
 Release:0
-Summary:Open source realtime-strategy game
+Summary:Realtime strategy game involving map control
 License:GPL-2.0+
 Group:  Amusements/Games/Strategy/Other
 Url:http://www.widelands.org
 Source: 
https://launchpad.net/%{name}/%{version}/%{version}/+download/%{name}-%{version}-src.tar.bz2
-Source1:%{name}.desktop
 BuildRequires:  SDL2_gfx-devel
 BuildRequires:  SDL2_image-devel
 BuildRequires:  SDL2_mixer-devel
 BuildRequires:  SDL2_net-devel
 BuildRequires:  SDL2_ttf-devel
-BuildRequires:  boost-devel
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
 BuildRequires:  glew-devel
+BuildRequires:  hicolor-icon-theme
+# use more specific boost dependencies where possible to avoid redundant
+# dependencies (boo#1062802)
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libboost_headers-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_test-devel
+%else
+BuildRequires:  boost-devel
+%endif
 BuildRequires:  libicu-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
@@ -55,10 +63,14 @@
 Requires:   %{name}-data = %{version}
 
 %description
-Widelands is a free, open source real-time strategy game with singleplayer
+Widelands is a real-time strategy (RTS) game with singleplayer
 campaigns and a multiplayer mode. The game was inspired by Settlers II
-(Bluebyte) but has significantly more variety and depth to it. Still, it is
-easy to get started through playable tutorials.
+(Bluebyte) but has significantly more variety and depth to it.
+
+The primary goal of this type of RTS is to build a settlement with a
+functioning economy, producing sufficient military units so as to
+conquer rival territories, ultimately gaining control of either the
+entire map, or a certain predetermined section of it.
 
 %package data
 Summary:Data files for Widelands
@@ -69,7 +81,7 @@
 %endif
 
 %description data
-Data files for Widelands. Including localization, maps graphics and music.
+Data files for Widelands. Includes localization, maps graphics and music.
 
 %package debug
 Summary:Debugging tools for Widelands
@@ -102,36 +114,45 @@
 
 %install
 %cmake_install
+
 for i in 16 32 48 64 128; do
   install -D -m 0644 data/images/logos/wl-ico-${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
-install -D -m 0644 %{SOURCE1} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
-%suse_update_desktop_file %{name}
+
+install -D -m 0644 debian/widelands.desktop 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+%suse_update_desktop_file %{name} -r Game StrategyGame
+desktop-file-edit --set-icon=%{name} 
%{buildroot}%{_datadir}/applications/%{name}.desktop
+
+install -D -m 0644 debian/widelands.6 %{buildroot}%{_mandir}/man6/widelands.6
+
+install -D -m 0644 debian/widelands.appdata.xml 
%{buildroot}%{_datadir}/appdata/widelands.appdata.xml
+
 %fdupes %{buildroot}%{_datadir}
+
 %find_lang %{name} --all-name
+
 rm -f %{buildroot}%{_prefix}/{COPYING,CREDITS,ChangeLog,VERSION}
 
 # No need to execute tests as they are already executed 

commit goocanvas for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package goocanvas for openSUSE:Factory 
checked in at 2017-10-18 10:51:19

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


Package is "goocanvas"

Wed Oct 18 10:51:19 2017 rev:34 rq:534189 version:2.0.4

Changes:

--- /work/SRC/openSUSE:Factory/goocanvas/goocanvas.changes  2017-09-13 
21:41:37.774846825 +0200
+++ /work/SRC/openSUSE:Factory/.goocanvas.new/goocanvas.changes 2017-10-18 
10:51:21.234419074 +0200
@@ -1,0 +2,13 @@
+Fri Oct 13 09:59:25 UTC 2017 - jeng...@inai.de
+
+- Update package descriptions. Drop redundant %clean section.
+
+---
+Tue Oct 10 18:11:59 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 2.0.4:
+  + Support latest gtk-doc and add an index (bgo#788436).
+- Update Url to https://wiki.gnome.org/GooCanvas: current GooCanvas
+  home page.
+
+---

Old:

  goocanvas-2.0.3.tar.xz

New:

  goocanvas-2.0.4.tar.xz



Other differences:
--
++ goocanvas.spec ++
--- /var/tmp/diff_new_pack.7ZsBNi/_old  2017-10-18 10:51:21.742395242 +0200
+++ /var/tmp/diff_new_pack.7ZsBNi/_new  2017-10-18 10:51:21.742395242 +0200
@@ -20,29 +20,29 @@
 %define with_introspection 1
 
 Name:   goocanvas
-Version:2.0.3
+Version:2.0.4
 Release:0
-Summary:A cairo-based canvas widget for GTK+
+Summary:A Cairo-based canvas widget for GTK+
 License:LGPL-2.0
 Group:  Development/Libraries/GNOME
-Url:http://sourceforge.net/projects/goocanvas
-Source0:
http://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/GooCanvas
+Source0:
https://download.gnome.org/sources/goocanvas/2.0/%{name}-%{version}.tar.xz
 %if %{with_introspection}
 BuildRequires:  gobject-introspection-devel
 %endif
 BuildRequires:  translation-update-upstream
-BuildRequires:  pkgconfig(cairo)
-BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(cairo) >= 1.10.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
-uses cairo for rendering, has an optional model/view split, and uses
-interfaces for items & models (so you can easily turn any application
-object into a canvas item or model).
+GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library
+for drawing. It has an optional model/view split, and uses interfaces
+for items and models, so any application object can be turned into a
+canvas item or model.
 
 %package devel
-Summary:A cairo-based canvas widget for GTK+
+Summary:Development files for GooCanvas
 Group:  Development/Libraries/GNOME
 Requires:   libgoocanvas-2_0-9 = %{version}
 %if %{with_introspection}
@@ -50,34 +50,33 @@
 %endif
 
 %description devel
-GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
-uses cairo for rendering, has an optional model/view split, and uses
-interfaces for items & models (so you can easily turn any application
-object into a canvas item or model).
+GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library
+for drawing.
+
+This subpackage contains the header files for developing
+applications that want to make use of libgoocanvas.
 
 %package -n libgoocanvas-2_0-9
-Summary:A cairo-based canvas widget for GTK+
+Summary:A Cairo-based canvas widget for GTK+
 # Needed to make lang package installable
 Group:  System/Libraries
 Provides:   %{name} = %{version}
 Recommends: %{name}-lang
 
 %description -n libgoocanvas-2_0-9
-GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
-uses cairo for rendering, has an optional model/view split, and uses
-interfaces for items & models (so you can easily turn any application
-object into a canvas item or model).
+GooCanvas is a canvas widget for GTK+ that uses the Cairo 2D library
+for drawing. It has an optional model/view split, and uses interfaces
+for items and models, so any application object can be turned into a
+canvas item or model.
 
 %if %{with_introspection}
 %package -n typelib-1_0-GooCanvas-2_0
-Summary:A cairo-based canvas widget for GTK+ -- Introspection bindings
+Summary:Introspection bindings for GooCanvas
 Group:  System/Libraries
 
 %description -n typelib-1_0-GooCanvas-2_0
-GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it
-uses cairo for rendering, has an optional model/view split, and uses
-interfaces for 

commit praat for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package praat for openSUSE:Factory checked 
in at 2017-10-18 10:52:03

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


Package is "praat"

Wed Oct 18 10:52:03 2017 rev:9 rq:534336 version:6.0.35

Changes:

--- /work/SRC/openSUSE:Factory/praat/praat.changes  2017-10-13 
14:18:19.462327811 +0200
+++ /work/SRC/openSUSE:Factory/.praat.new/praat.changes 2017-10-18 
10:52:08.124219249 +0200
@@ -1,0 +2,7 @@
+Tue Oct 17 06:15:51 UTC 2017 - aloi...@gmx.com
+
+- Update to version 6.0.35
+  * Fixed a bug introduced in 6.0.23 by which Remove right
+boundary would sometimes incorrectly refuse.
+
+---

Old:

  praat-6.0.34.tar.gz

New:

  praat-6.0.35.tar.gz



Other differences:
--
++ praat.spec ++
--- /var/tmp/diff_new_pack.NsNQLR/_old  2017-10-18 10:52:09.932134431 +0200
+++ /var/tmp/diff_new_pack.NsNQLR/_new  2017-10-18 10:52:09.932134431 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   praat
-Version:6.0.34
+Version:6.0.35
 Release:0
 Summary:Phonetics by computer
 License:GPL-3.0+

++ praat-6.0.34.tar.gz -> praat-6.0.35.tar.gz ++
/work/SRC/openSUSE:Factory/praat/praat-6.0.34.tar.gz 
/work/SRC/openSUSE:Factory/.praat.new/praat-6.0.35.tar.gz differ: char 116, 
line 1




commit meld for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2017-10-18 10:51:53

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


Package is "meld"

Wed Oct 18 10:51:53 2017 rev:63 rq:534314 version:3.18.0

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2017-09-11 
16:23:41.101168438 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2017-10-18 
10:51:59.332631703 +0200
@@ -1,0 +2,6 @@
+Mon Oct 16 14:31:54 UTC 2017 - dims...@opensuse.org
+
+- Add python3-cairo requires: Fix startup of the application
+  (boo#1062151).
+
+---



Other differences:
--
++ meld.spec ++
--- /var/tmp/diff_new_pack.tnbPWH/_old  2017-10-18 10:52:00.404581413 +0200
+++ /var/tmp/diff_new_pack.tnbPWH/_new  2017-10-18 10:52:00.408581226 +0200
@@ -45,6 +45,7 @@
 BuildRequires:  update-desktop-files
 # needed for VCS diffs
 Requires:   patch
+Requires:   python3-cairo
 Requires:   python3-gobject-Gdk
 Recommends: %{name}-lang
 # Suggest various vcs that meld can handle




commit lua-lmod for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package lua-lmod for openSUSE:Factory 
checked in at 2017-10-18 10:51:59

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


Package is "lua-lmod"

Wed Oct 18 10:51:59 2017 rev:11 rq:534319 version:7.6.1

Changes:

--- /work/SRC/openSUSE:Factory/lua-lmod/lua-lmod.changes2017-10-13 
14:14:42.667860147 +0200
+++ /work/SRC/openSUSE:Factory/.lua-lmod.new/lua-lmod.changes   2017-10-18 
10:52:02.104501662 +0200
@@ -1,0 +2,8 @@
+Mon Oct 16 13:21:53 UTC 2017 - e...@suse.com
+
+- Doc-Ugly-workaround-for-bug-in-Sphinx.patch
+  On SLE-12 and Leap 42.x Sphinx generates an incorrect tex file.
+  This patch adds ugly code to the documentation Makefile to patch
+  it up and work around this problem.
+
+---
@@ -116,0 +125 @@
+  (FATE#324199).
@@ -155 +164 @@
-- Add profile files for bash and csh. 
+- Add profile files for bash and csh (bsc#1048964). 

New:

  Doc-Ugly-workaround-for-bug-in-Sphinx.patch



Other differences:
--
++ lua-lmod.spec ++
--- /var/tmp/diff_new_pack.cIQ0Hs/_old  2017-10-18 10:52:03.064456626 +0200
+++ /var/tmp/diff_new_pack.cIQ0Hs/_new  2017-10-18 10:52:03.068456438 +0200
@@ -33,11 +33,12 @@
 Release:0
 Url:https://github.com/TACC/Lmod
 %if 0%{?ohpc}
-BuildRequires:  ohpc-macros
+BuildRequires:  ohpc
 %endif
 
 Source0:
https://github.com/TACC/Lmod/archive/%{version}.tar.gz#$/%{name}-%{version}.tar.gz
 Patch1: 
Messages-Remove-message-about-creating-a-consulting-ticket.patch
+Patch2: Doc-Ugly-workaround-for-bug-in-Sphinx.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -100,6 +101,9 @@
 %prep
 %setup -q -n Lmod-%{version}
 %patch1 -p1
+%if 0%{?sle_version:1} && 0%{?sle_version} < 15
+%patch2 -p1
+%endif
 
 %build
 export LUA_CPATH="%{lua_cpath}"

++ Doc-Ugly-workaround-for-bug-in-Sphinx.patch ++
From: Egbert Eich 
Date: Mon Oct 16 14:51:52 2017 +0200
Subject: Doc: Ugly workaround for bug in Sphinx.
Patch-mainline: never
Git-commit: 2f8d29d20add462e06d316e9e6ff3ed93bca9d52
References: 

Signed-off-by: Egbert Eich 
Signed-off-by: Egbert Eich 
---
 docs/Makefile | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/docs/Makefile b/docs/Makefile
index 188360f..b066c68 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -124,6 +124,9 @@ latex:
 latexpdf:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through pdflatex..."
+   @grep -q "\usepackage{pmboxdraw}" $(BUILDDIR)/latex/Lmod.tex || \
+ sed -ie 's#\\usepackage{cmap}#\\usepackage{cmap} 
\\usepackage{pmboxdraw}#' \
+ $(BUILDDIR)/latex/Lmod.tex
$(MAKE) -C $(BUILDDIR)/latex all-pdf
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
 



commit rhythmbox for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2017-10-18 10:51:43

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


Package is "rhythmbox"

Wed Oct 18 10:51:43 2017 rev:90 rq:534231 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2017-09-11 
16:23:29.198839703 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2017-10-18 
10:51:57.480718585 +0200
@@ -1,0 +2,29 @@
+Mon Oct  9 02:38:54 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.4.2:
+  + Bug fix release for 3.4.
+  + Visualization plugin removed.
+  + Responsiveness improvements during media player sync.
+  + Better network buffering when crossfading is enabled.
+  + Bugs fixed: bgo#697567, bgo#701608, bgo#770358, bgo#770462,
+bgo#770486, bgo#770920, bgo#770983, bgo#771335, bgo#771337,
+bgo#771405, bgo#771884, bgo#772997, bgo#773404, bgo#773466,
+bgo#773695, bgo#773729, bgo#773858, bgo#774336, bgo#775294,
+bgo#775447, bgo#776292, bgo#781184, bgo#783016, bgo#784957,
+bgo#785304, bgo#785805, bgo#787785.
+  + Updated translations.
+- Add --without-hal to %configure: HAL has been discontinued.
+- Add --with-* to %configure for the alredy had BuildRequires:
+  gudev, ipod, mtp, libsecret, brasero.
+- Drop conditional use for visualization plugin: the plugin has
+  been removed upstream from the package as aforementioned.
+- Drop %glib2_gsettings_schema_*, %desktop_database_* and
+  %icon_theme_cache_* post/postun/requires macros: functionality
+  now covered by file triggers.
+- Align BuildRequires with configure:
+  Added: gdk-pixbuf, glib2 and libxml2.
+  Dropped: libdiscid, ice and sm.
+- Change Url to https://wiki.gnome.org/Apps/Rhythmbox: current
+  Rhythmbox web page.
+
+---

Old:

  rhythmbox-3.4.1.tar.xz

New:

  rhythmbox-3.4.2.tar.xz



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.tL5nQV/_old  2017-10-18 10:51:58.868653471 +0200
+++ /var/tmp/diff_new_pack.tL5nQV/_new  2017-10-18 10:51:58.868653471 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rhythmbox
 #
-# 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,21 +16,17 @@
 #
 
 
-# Enable for openSUSE > 1230 once the right version is in Factory.
-%bcond_with visualizer
-
 Name:   rhythmbox
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:GNOME Music Management Application
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Players
-Url:http://www.gnome.org/projects/rhythmbox/
-Source: 
http://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/Apps/Rhythmbox
+Source: 
https://download.gnome.org/sources/rhythmbox/3.4/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  gobject-introspection-devel
+BuildRequires:  gobject-introspection-devel >= 0.10.0
 BuildRequires:  intltool
-BuildRequires:  libdiscid-devel
 BuildRequires:  lirc-devel
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
@@ -38,6 +34,8 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.18.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.38.0
 BuildRequires:  pkgconfig(grilo-0.3) >= 0.3.0
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 0.11.92
 BuildRequires:  pkgconfig(gstreamer-audio-1.0) >= 0.11.02
@@ -46,7 +44,6 @@
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0) >= 0.11.92
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(gudev-1.0)
-BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libbrasero-media3)
 BuildRequires:  pkgconfig(libdmapsharing-3.0) >= 2.9.19
@@ -58,17 +55,10 @@
 BuildRequires:  pkgconfig(libsecret-1) >= 0.18
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.42.0
 BuildRequires:  pkgconfig(libsoup-gnome-2.4)
-BuildRequires:  pkgconfig(pygobject-3.0) >= 3.2.3
-BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.7.8
+BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(tdb)
 BuildRequires:  pkgconfig(totem-plparser) >= 3.2.0
-%if %{with visualizer}
-BuildRequires:  pkgconfig(clutter-1.0) >= 1.8
-BuildRequires:  pkgconfig(clutter-gst-2.0)
-BuildRequires:  

commit python-pivy for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pivy for openSUSE:Factory 
checked in at 2017-10-18 10:50:46

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


Package is "python-pivy"

Wed Oct 18 10:50:46 2017 rev:2 rq:533184 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pivy/python-pivy.changes  2017-05-09 
18:01:44.688806339 +0200
+++ /work/SRC/openSUSE:Factory/.python-pivy.new/python-pivy.changes 
2017-10-18 10:51:02.315306664 +0200
@@ -1,0 +2,11 @@
+Thu Sep 14 19:37:16 UTC 2017 - kkae...@suse.com
+
+- update to 0.6.2
+  * builds for python3 (linux: 3.4, 3.5, 3.6; win: 3.5, 3.6)
+or python2 (2.7)
+  * uses pyside instead of pyqt for soqt4 bindings
+  * has many fixes (especially for FreeCAD)
+
+- switch to github.com/FreeCAD/pivy, coin3d.org is dead
+
+---

Old:

  Pivy-0.5.0hg.609.tar.bz2

New:

  Pivy-0.6.2.tar.gz



Other differences:
--
++ python-pivy.spec ++
--- /var/tmp/diff_new_pack.KeQWo7/_old  2017-10-18 10:51:03.035272887 +0200
+++ /var/tmp/diff_new_pack.KeQWo7/_new  2017-10-18 10:51:03.043272511 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pivy
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,27 @@
 
 
 Name:   python-pivy
-Version:0.5.0hg.609
+Version:0.6.2
 Release:0
 Summary:Coin Binding for Python
 License:ISC and GPL-2.0+
 Group:  Development/Libraries/Python
-Url:http://pivy.coin3d.org/
-Source0:Pivy-%{version}.tar.bz2
-BuildRequires:  gcc
+Url:https://github.com/FreeCAD/pivy
+Source0:Pivy-%{version}.tar.gz
 BuildRequires:  Coin-devel
 BuildRequires:  SoQt-devel
+BuildRequires:  gcc
 %if 0%{?suse_version} > 1210
 BuildRequires:  libXmu-devel
 %else
 BuildRequires:  xorg-x11-devel
 %endif
+%if 0%{?suse_version} >= 1330
+# python3
+BuildRequires:  python3-devel
+%else
 BuildRequires:  python-devel
+%endif
 BuildRequires:  swig
 %{py_requires}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -52,20 +57,25 @@
   executing Python code and callbacks
 
 %prep
-%setup -q -n default-8eab90908f2a
-
-# Fix rpmlint warning "non-executable-script"
-sed -i "/#\!\/usr\/bin\/env python/d" pivy/sogui.py
+%setup -q -n pivy-%{version}
 
 %build
 export CFLAGS="%{optflags}"
+%if 0%{?suse_version} >= 1330
+python3 setup.py build
+%else
 python setup.py build
+%endif
 
 %install
+%if 0%{?suse_version} >= 1330
+python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+%else
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} 
--record-rpm=INSTALLED_FILES
+%endif
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root,-)
-%doc AUTHORS LICENSE NEWS README THANKS
+%doc AUTHORS HACKING LICENSE NEWS README.md THANKS
 
 %changelog




commit cal3d for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package cal3d for openSUSE:Factory checked 
in at 2017-10-18 10:51:13

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


Package is "cal3d"

Wed Oct 18 10:51:13 2017 rev:2 rq:533915 version:0.120

Changes:

--- /work/SRC/openSUSE:Factory/cal3d/cal3d.changes  2017-06-01 
16:30:14.804170352 +0200
+++ /work/SRC/openSUSE:Factory/.cal3d.new/cal3d.changes 2017-10-18 
10:51:18.842531289 +0200
@@ -1,0 +2,6 @@
+Thu Oct 12 14:29:51 CEST 2017 - sbra...@suse.com
+
+- Change Converters -> Convertors in RPM group, as all other
+  packages use this spelling.
+
+---



Other differences:
--
++ cal3d.spec ++
--- /var/tmp/diff_new_pack.8H7qLL/_old  2017-10-18 10:51:20.066473868 +0200
+++ /var/tmp/diff_new_pack.8H7qLL/_new  2017-10-18 10:51:20.070473680 +0200
@@ -23,7 +23,7 @@
 Release:0
 Summary:A 3D character animation library
 License:LGPL-2.1+
-Group:  Productivity/Graphics/Converters
+Group:  Productivity/Graphics/Convertors
 Url:http://home.gna.org/cal3d/
 Source: 
https://github.com/mp3butcher/Cal3D/archive/%{version}.tar.gz#/%{oname}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM fix-boolean-to-pointer.patch -- 
https://gna.org/bugs/index.php?24805




commit perl-DBIx-Class-DynamicDefault for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package perl-DBIx-Class-DynamicDefault for 
openSUSE:Factory checked in at 2017-10-18 10:51:17

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


Package is "perl-DBIx-Class-DynamicDefault"

Wed Oct 18 10:51:17 2017 rev:2 rq:534171 version:0.04

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-DBIx-Class-DynamicDefault/perl-DBIx-Class-DynamicDefault.changes
2015-01-15 15:58:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-DBIx-Class-DynamicDefault.new/perl-DBIx-Class-DynamicDefault.changes
   2017-10-18 10:51:20.330461483 +0200
@@ -1,0 +2,5 @@
+Mon Oct 16 09:32:53 UTC 2017 - co...@suse.com
+
+- fix build with perl 5.26
+
+---

New:

  cpanspec.yml



Other differences:
--
++ perl-DBIx-Class-DynamicDefault.spec ++
--- /var/tmp/diff_new_pack.PYUoFn/_old  2017-10-18 10:51:21.038428269 +0200
+++ /var/tmp/diff_new_pack.PYUoFn/_new  2017-10-18 10:51:21.042428081 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-DBIx-Class-DynamicDefault
 #
-# 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
@@ -24,7 +24,8 @@
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBIx-Class-DynamicDefault/
-Source: 
http://www.cpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -39,6 +40,9 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+# MANUAL BEGIN
+sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,6 +58,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes MYMETA.json MYMETA.yml
+%doc Changes
 
 %changelog

++ cpanspec.yml ++
---
post_prep: |-
  sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse 
inc::Module::Install;/' Makefile.PL



commit python-pyFFTW for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pyFFTW for openSUSE:Factory 
checked in at 2017-10-18 10:50:23

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


Package is "python-pyFFTW"

Wed Oct 18 10:50:23 2017 rev:2 rq:533022 version:0.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyFFTW/python-pyFFTW.changes  
2017-10-09 19:47:38.773100037 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyFFTW.new/python-pyFFTW.changes 
2017-10-18 10:50:24.749069089 +0200
@@ -1,0 +2,5 @@
+Sun Oct  8 00:21:14 UTC 2017 - jeng...@inai.de
+
+- Replace future aims in description.
+
+---



Other differences:
--
++ python-pyFFTW.spec ++
--- /var/tmp/diff_new_pack.hTJACH/_old  2017-10-18 10:50:26.240999094 +0200
+++ /var/tmp/diff_new_pack.hTJACH/_new  2017-10-18 10:50:26.240999094 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyFFTW
 #
-# Copyright (c) 2017 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
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -24,10 +25,10 @@
 Name:   python-pyFFTW
 Version:0.10.4
 Release:0
-License:GPL-2.0+ and BSD-3-Clause
 Summary:A pythonic wrapper around FFTW, the FFT library
-Url:http://hgomersall.github.com/pyFFTW/
+License:GPL-2.0+ and BSD-3-Clause
 Group:  Development/Languages/Python
+Url:http://hgomersall.github.com/pyFFTW/
 Source: 
https://files.pythonhosted.org/packages/source/p/pyFFTW/pyFFTW-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
@@ -44,9 +45,8 @@
 %python_subpackages
 
 %description
-pyFFTW is a pythonic wrapper around `FFTW `_, the
-speedy FFT library. The ultimate aim is to present a unified interface for all
-the possible transforms that FFTW can perform.
+pyFFTW is a pythonic wrapper around the FFTW libary.
+An interface for all the possible transforms that FFTW can perform is provided.
 
 Both the complex DFT and the real DFT are supported, as well as arbitrary
 axes of abitrary shaped and strided arrays, which makes it almost




commit FreeCAD for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package FreeCAD for openSUSE:Factory checked 
in at 2017-10-18 10:50:42

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


Package is "FreeCAD"

Wed Oct 18 10:50:42 2017 rev:2 rq:533180 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/FreeCAD/FreeCAD.changes  2017-01-22 
00:11:49.802151659 +0100
+++ /work/SRC/openSUSE:Factory/.FreeCAD.new/FreeCAD.changes 2017-10-18 
10:50:43.200203450 +0200
@@ -1,0 +2,6 @@
+Sun Sep 10 08:23:34 UTC 2017 - rbr...@suse.com
+
+- Correct python-CXX requires
+- add python-pyside requires, needed for welcome splash 
+
+---



Other differences:
--
++ FreeCAD.spec ++
--- /var/tmp/diff_new_pack.Ynhp9B/_old  2017-10-18 10:50:46.792034939 +0200
+++ /var/tmp/diff_new_pack.Ynhp9B/_new  2017-10-18 10:50:46.796034752 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package FreeCAD
 #
-# Copyright (c) 2012 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
@@ -15,20 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define x_prefix %{_libdir}/%{name}
 
 Name:   FreeCAD
 Version:0.16
 Release:0
-License:LGPL-2.0+ and GPL-2.0+
 Summary:General Purpose 3D CAD Modeler
-Url:http://www.freecadweb.org/
+License:LGPL-2.0+ and GPL-2.0+
 Group:  Productivity/Graphics/CAD
+Url:http://www.freecadweb.org/
 Source0:%{name}-%version.tar.xz
 Source2:FreeCAD_shared_mimeinfo
 BuildRequires:  Coin-devel
-BuildRequires:  oce-devel
 BuildRequires:  SoQt-devel
+BuildRequires:  oce-devel
 %if 0%{?suse_version} == 1315 && 0%{?is_opensuse} == 1
 # Leap has it's own special boost-devel
 BuildRequires:  boost_1_58_0-devel
@@ -41,9 +42,9 @@
 BuildRequires:  fdupes
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-fortran
+BuildRequires:  libXerces-c-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(QtWebKit)
-BuildRequires:  libXerces-c-devel
 %if 0%{?suse_version} > 0
 BuildRequires:  libeigen3-devel
 BuildRequires:  python-xml
@@ -61,19 +62,18 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-BuildRequires:  zlib-devel
-# Used because of "no-return-in-nonvoid-function" and "stringcompare" rpm post 
build check errors
-#BuildRequires:-post-build-checks
-BuildRequires:  unzip
+BuildRequires:  dos2unix
+BuildRequires:  git
+BuildRequires:  hdf5-devel
 BuildRequires: libshiboken-devel
+BuildRequires:  make
 BuildRequires: python-pyside
 BuildRequires: python-pyside-devel
 BuildRequires: python-pyside-tools
-BuildRequires: git
-BuildRequires: make
-BuildRequires:  dos2unix
-BuildRequires:  hdf5-devel
-Requires:   python-cxx
+BuildRequires:  unzip
+BuildRequires:  zlib-devel
+Requires:   python-CXX
+Requires:   python-pyside
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
 Recommends: python-pivy




commit python-pyramid for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2017-10-18 10:50:21

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


Package is "python-pyramid"

Wed Oct 18 10:50:21 2017 rev:13 rq:532998 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2017-09-27 16:54:20.343626780 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2017-10-18 10:50:21.541219586 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 21:37:19 UTC 2017 - h...@urpla.net
+
+- add missing runtime dependencies
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.UUJMMG/_old  2017-10-18 10:50:22.485175300 +0200
+++ /var/tmp/diff_new_pack.UUJMMG/_new  2017-10-18 10:50:22.489175112 +0200
@@ -2,7 +2,7 @@
 # spec file for package python-pyramid
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014-2016 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,9 @@
 %endif
 Requires:   python-PasteDeploy >= 1.5.0
 Requires:   python-WebOb >= 1.7.0
+Requires:   python-hupper
+Requires:   python-plaster
+Requires:   python-plaster-pastedeploy
 Requires:   python-repoze.lru >= 0.4
 Requires:   python-translationstring >= 0.4
 Requires:   python-venusian >= 1.0




commit python-dj-database-url for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-dj-database-url for 
openSUSE:Factory checked in at 2017-10-18 10:50:30

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


Package is "python-dj-database-url"

Wed Oct 18 10:50:30 2017 rev:1 rq:533024 version:0.4.2

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dj-database-url.new/python-dj-database-url.changes
   2017-10-18 10:50:34.312620413 +0200
@@ -0,0 +1,5 @@
+---
+Thu Sep 21 20:52:20 UTC 2017 - t.gru...@katodev.de
+
+- Initial release 0.4.2
+

New:

  dj-database-url-0.4.2.tar.gz
  python-dj-database-url.changes
  python-dj-database-url.spec



Other differences:
--
++ python-dj-database-url.spec ++
#
# spec file for package python-dj-database-url
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name:   python-dj-database-url
Version:0.4.2
Release:0
License:BSD-3-Clause
Summary:Use Database URLs in your Django Application
Url:https://github.com/kennethreitz/dj-database-url
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/d/dj-database-url/dj-database-url-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildArch:  noarch

%python_subpackages

%description
This simple Django utility allows you to utilize the
`12factor `_ inspired
``DATABASE_URL`` environment variable to configure your Django application.

The ``dj_database_url.config`` method returns a Django database connection
dictionary, populated with all the data specified in your URL. There is
also a `conn_max_age` argument to easily enable Django's connection pool.

If you'd rather not use an environment variable, you can pass a URL in directly
instead to ``dj_database_url.parse``.

Supported Databases
---

Support currently exists for PostgreSQL, PostGIS, MySQL, MySQL (GIS),
Oracle, Oracle (GIS), and SQLite.

%prep
%setup -q -n dj-database-url-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*

%changelog



commit go1.7 for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package go1.7 for openSUSE:Factory checked 
in at 2017-10-18 10:45:57

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


Package is "go1.7"

Wed Oct 18 10:45:57 2017 rev:6 rq:534233 version:1.7.5

Changes:

--- /work/SRC/openSUSE:Factory/go1.7/go1.7.changes  2017-10-13 
14:08:24.524488077 +0200
+++ /work/SRC/openSUSE:Factory/.go1.7.new/go1.7.changes 2017-10-18 
10:45:58.993547713 +0200
@@ -1,0 +2,16 @@
+Fri Oct 13 15:42:59 UTC 2017 - fst...@suse.com
+
+- Build with gcc7-go in openSUSE:Factory
+- Added path:
+  * gcc7-go.patch
++ execute %{_bindir}/go-7 instead of %{_bindir}/go
+
+---
+Tue Oct 10 13:54:48 UTC 2017 - th...@suse.de
+
+- Add patch to fix arbitrary code execution during “go get” or “go get -d”
+  (CVE-2017-15041).
+  bsc#1062085
+  + cmd-go-reject-update-of-VCS-inside-VCS.patch
+
+---

New:

  cmd-go-reject-update-of-VCS-inside-VCS.patch
  gcc7-go.patch



Other differences:
--
++ go1.7.spec ++
--- /var/tmp/diff_new_pack.ca7D5i/_old  2017-10-18 10:46:00.381482508 +0200
+++ /var/tmp/diff_new_pack.ca7D5i/_new  2017-10-18 10:46:00.381482508 +0200
@@ -95,7 +95,9 @@
 # PATCH-FIX-OPENSUSE fix_certificates_lookup.patch fcaste...@suse.com -- this 
patch forces Go to look for certificates only in the openSUSE/SLE locations. It 
also fixes certificate loading on SLE11, see 
https://github.com/golang/go/issues/6391
 # PATCH-FIX-SUSE fix_certificates_lookup.patch fcaste...@suse.com -- this 
patch forces Go to look for certificates only in the openSUSE/SLE locations. It 
also fixes certificate loading on SLE11, see 
https://github.com/golang/go/issues/6391
 Patch7: fix_certificates_lookup.patch
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-5 when 
bootstrapping with gcc5-go
+# PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-7 when 
bootstrapping with gcc7-go
+Patch8: gcc7-go.patch
+# PATCH-FIX-UPSTREAM marguer...@opensuse.org - find /usr/bin/go-6 when 
bootstrapping with gcc6-go
 Patch9: gcc6-go.patch
 # PATCH-FIX-OPENSUSE: Bump _MaxGomaxprocs to a larger number for NUMA machines.
 Patch10:runtime-bump-MaxGomaxprocs.patch
@@ -103,10 +105,16 @@
 Patch11:fix-carry-bug-in-x86-64-P-256-implementation.patch
 # PATCH-FIX-UPSTREAM net/smtp: fix PlainAuth to refuse to send passwords to 
non-TLS servers
 Patch12:
net-smtp-fix-PlainAuth-to-refuse-to-send-passwords-to-non-TLS-servers.patch
+# PATCH-FIX-UPSTREAM cmd/go: reject update of VCS inside VCS
+Patch13:cmd-go-reject-update-of-VCS-inside-VCS.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # boostrap
 %if %{with_gccgo}
+%if 0%{?suse_version} >= 1330
+BuildRequires:  gcc7-go
+%else
 BuildRequires:  gcc6-go
+%endif
 %else
 BuildRequires:  go1.4
 %endif
@@ -168,11 +176,16 @@
 %endif
 %patch7 -p1
 %if %{with_gccgo}
+%if 0%{?suse_version} >= 1330
+%patch8 -p1
+%else
 %patch9 -p1
 %endif
+%endif
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 cp %{SOURCE4} .
 
 # setup go_arch (BSD-like scheme)

++ cmd-go-reject-update-of-VCS-inside-VCS.patch ++
>From a4544a0f8af001d1fb6df0e70750f570ec49ccf9 Mon Sep 17 00:00:00 2001
From: Russ Cox 
Date: Fri, 22 Sep 2017 12:17:21 -0400
Subject: [PATCH] [release-branch.go1.8] cmd/go: reject update of VCS inside
 VCS

Cherry-pick of CL 68110.

Change-Id: Iae84c6404ab5eeb6950faa2364f97a017c67c506
Reviewed-on: https://go-review.googlesource.com/68190
Run-TryBot: Russ Cox 
Reviewed-by: Chris Broadfoot 
---
 src/cmd/go/get.go |  5 +
 src/cmd/go/go_test.go | 19 +
 src/cmd/go/vcs.go | 58 ++-
 3 files changed, 81 insertions(+), 1 deletion(-)

Index: go/src/cmd/go/get.go
===
--- go.orig/src/cmd/go/get.go
+++ go/src/cmd/go/get.go
@@ -401,6 +401,11 @@ func downloadPackage(p *Package) error {
p.build.PkgRoot = filepath.Join(list[0], "pkg")
}
root := filepath.Join(p.build.SrcRoot, filepath.FromSlash(rootPath))
+
+   if err := checkNestedVCS(vcs, root, p.build.SrcRoot); err != nil {
+   return err
+   }
+
// If we've considered this repository already, don't do it again.
if downloadRootCache[root] {
return nil
Index: go/src/cmd/go/go_test.go
===
--- go.orig/src/cmd/go/go_test.go
+++ go/src/cmd/go/go_test.go
@@ 

commit suitesparse for openSUSE:Factory

2017-10-18 Thread root
Hello community,

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

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


Package is "suitesparse"

Wed Oct 18 10:44:20 2017 rev:23 rq:534250 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes  2017-07-21 
22:35:44.996253538 +0200
+++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes 
2017-10-18 10:44:21.498128096 +0200
@@ -1,0 +2,11 @@
+Mon Oct 16 13:53:59 UTC 2017 - dims...@opensuse.org
+
+- Fix csparselib define: libcsparse-%{csparseso}. This results in
+  the (wrongly named) package libcsparsever-3_1_9 being renamed to
+  libcsparse-3_1_9, matching the content of the package. The old
+  name is, exceptionally, obsoleted by the new package name (not
+  provided, as nothing but the -devel package should ever have
+  referenced the package by name). The obsolete is guarded to no
+  longer apply, should the version change.
+
+---



Other differences:
--
++ suitesparse.spec ++
--- /var/tmp/diff_new_pack.tT0FXP/_old  2017-10-18 10:44:23.214047480 +0200
+++ /var/tmp/diff_new_pack.tT0FXP/_new  2017-10-18 10:44:23.218047292 +0200
@@ -69,7 +69,7 @@
 %define ccolamdlib  libccolamd-%{ccolamdso}
 %define cholmodlib  libcholmod-%{cholmodso}
 %define colamdlib   libcolamd-%{colamdso}
-%define csparselib  libcsparsever-%{csparseso}
+%define csparselib  libcsparse-%{csparseso}
 %define cxsparselib libcxsparse-%{cxsparseso}
 %define klulib  libklu-%{kluso}
 %define ldllib  libldl-%{ldlso}
@@ -275,6 +275,10 @@
 Summary:Instructional Sparse Matrix Package
 License:LGPL-2.1+
 Group:  System/Libraries
+# AT version 3.1.9, this package was accidentally called libcsparsever-3_1_9
+%if "%{csparsever}" == "3.1.9"
+Obsoletes:  libcsparsever-3_1_9 = 3.1.9
+%endif
 
 %description -n %{csparselib}
 CSparse is a small yet feature-rich sparse matrix package written




commit python-hypothesis for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-hypothesis for 
openSUSE:Factory checked in at 2017-10-18 10:44:28

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


Package is "python-hypothesis"

Wed Oct 18 10:44:28 2017 rev:8 rq:534391 version:3.33.0

Changes:

--- /work/SRC/openSUSE:Factory/python-hypothesis/python-hypothesis.changes  
2017-10-10 11:38:16.535878153 +0200
+++ /work/SRC/openSUSE:Factory/.python-hypothesis.new/python-hypothesis.changes 
2017-10-18 10:44:30.021727644 +0200
@@ -1,0 +2,78 @@
+Tue Oct 17 01:47:00 UTC 2017 - a...@gmx.de
+
+- update to version 3.33.0:
+  * This release supports strategy inference for more field types in
+Django models() - you can now omit an argument for Date, Time,
+Duration, Slug, IP Address, and UUID fields. (issue #642)
+  * Strategy generation for fields with grouped choices now selects
+choices from each group, instead of selecting from the group
+names.
+
+---
+Sun Oct 15 22:19:10 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * removed sed for src/hypothesis/tools/mergedbs.py, not in tar-ball anymore
+
+- update to version 3.32.2:
+  * This patch removes the mergedb tool, introduced in Hypothesis
+1.7.1 on an experimental basis. It has never actually worked, and
+the new Hypothesis example database is designed to make such a
+tool unnecessary.
+
+- changes from version 3.32.1:
+  * This patch has two improvements for strategies based on
+enumerations.
+  * from_type() now handles enumerations correctly, delegating to
+sampled_from(). Previously it noted that Enum.__init__ has no
+required arguments and therefore delegated to builds(), which
+would subsequently fail.
+  * When sampling from an enum.Flag, we also generate combinations of
+members. Eg for Flag('Permissions', 'READ, WRITE, EXECUTE') we can
+now generate, Permissions.READ, Permissions.READ|WRITE, and so on.
+
+---
+Mon Oct  9 04:06:23 UTC 2017 - a...@gmx.de
+
+- update to version 3.32.0:
+  * This changes the default value of use_coverage=True to True when
+running on pypy (it was already True on CPython).
+
+It was previously set to False because we expected it to be too
+slow, but recent benchmarking shows that actually performance of
+the feature on pypy is fairly acceptable - sometimes it’s slower
+than on CPython, sometimes it’s faster, but it’s generally within
+a factor of two either way.
+
+- changes from version 3.31.6:
+  * This patch improves the quality of strategies inferred from Numpy
+dtypes:
++ Integer dtypes generated examples with the upper half of their
+  (non-sign) bits set to zero. The inferred strategies can now
+  produce any representable integer.
++ Fixed-width unicode- and byte-string dtypes now cap the internal
+  example length, which should improve example and shrink quality.
++ Numpy arrays can only store fixed-size strings internally, and
+  allow shorter strings by right-padding them with null
+  bytes. Inferred string strategies no longer generate such
+  values, as they can never be retrieved from an array. This
+  improves shrinking performance by skipping useless values.
++ This has already been useful in Hypothesis - we found an
+  overflow bug in our Pandas support, and as a result indexes()
+  and range_indexes() now check that min_size and max_size are at
+  least zero.
+
+- changes from version 3.31.5:
+  * This release fixes a performance problem in tests where
++ use_coverage is set to True.
++ Tests experience a slow-down proportionate to the amount of code
+  they cover. This is still the case, but the factor is now low
+  enough that it should be unnoticeable. Previously it was large
+  and became much larger in 3.28.4.
+
+- changes from version 3.31.4:
+  * from_type() failed with a very confusing error if passed a
+NewType() (issue #901). These psudeo-types are now unwrapped
+correctly, and strategy inference works as expected.
+
+---

Old:

  hypothesis-3.31.3.tar.gz

New:

  hypothesis-3.33.0.tar.gz



Other differences:
--
++ python-hypothesis.spec ++
--- /var/tmp/diff_new_pack.35c8Bn/_old  2017-10-18 10:44:31.021680665 +0200
+++ /var/tmp/diff_new_pack.35c8Bn/_new  2017-10-18 10:44:31.025680477 +0200
@@ -24,7 +24,7 @@
 %endif
 %bcond_with test
 Name:   python-hypothesis
-Version:3.31.3
+Version:3.33.0
 Release:0
 

commit rpmlint for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2017-10-18 10:43:58

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


Package is "rpmlint"

Wed Oct 18 10:43:58 2017 rev:282 rq:533398 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint-tests.changes2017-10-10 
11:32:44.202463781 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint-tests.changes   
2017-10-18 10:44:00.29112 +0200
@@ -1,0 +2,24 @@
+Wed Oct 11 11:29:25 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20171011.8b163ac:
+  * Trying to fixup the erlang check
+
+---
+Wed Oct 11 06:43:46 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20171011.856375f:
+  * Add unit test for ErlangCheck
+
+---
+Tue Oct 10 12:21:50 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20171010.a53d9bd:
+  * Remove appdata related tests, those are upstream now
+
+---
+Tue Oct 10 09:19:30 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 84.87+git20171009.dfac67b:
+  * Adjust output for enabled non-std group checks
+
+---
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2017-10-10 
11:32:44.230462552 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes 2017-10-18 
10:44:00.319123128 +0200
@@ -1,0 +2,35 @@
+Wed Oct 11 08:03:12 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version master:
+  * Python 3.x porting of the ErlangCheck
+
+---
+Wed Oct 11 06:43:48 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version master:
+  * Treat strongly versioned libs also as compliant (bsc#723726)
+  * LibraryPolicy: allow %%_licensedir in packages (used by %license)
+- Hide the noisy warnings
+
+---
+Tue Oct 10 09:06:23 UTC 2017 - dmuel...@suse.com
+
+- add 0001-Avoid-false-positives-on-is_elf-check.patch (bsc#1057216)
+  add 0007-Validate-Appdata-also-when-appstream-util-is-unavail.patch
+- Update rpmlint-checks to version master:
+  * Fix false positives for -theme- -> -branding- rename
+  * Stop leaking filedescriptors
+  * Pythonic fixes
+  * Drop CheckAppdata (there is AppDataCheck upstream)
+  * Tighten ELF check
+  * Tiny code formatting cleanup
+  * Tighten the branding policy reporting a bit to make it less confusing
+
+---
+Fri Oct  6 09:20:48 UTC 2017 - lnus...@suse.de
+
+- add package groups from
+  https://en.opensuse.org/openSUSE:Package_group_guidelines to enable the
+  groups check
+
+---

Old:

  rpmlint-tests-84.87+git20170930.a05216c.tar.xz

New:

  0001-Avoid-false-positives-on-is_elf-check.patch
  0007-Validate-Appdata-also-when-appstream-util-is-unavail.patch
  rpmlint-tests-84.87+git20171011.8b163ac.tar.xz



Other differences:
--
++ rpmlint-tests.spec ++
--- /var/tmp/diff_new_pack.p3Kkau/_old  2017-10-18 10:44:02.375026537 +0200
+++ /var/tmp/diff_new_pack.p3Kkau/_new  2017-10-18 10:44:02.383026162 +0200
@@ -19,11 +19,12 @@
 
 #!BuildIgnore: post-build-checks brp-check-suse
 
+BuildRequires:  erlang
 BuildRequires:  rpmlint-Factory-strict
 BuildRequires:  rpmlint-mini
 
 Name:   rpmlint-tests
-Version:84.87+git20170930.a05216c
+Version:84.87+git20171011.8b163ac
 Release:0
 Summary:rpmlint regression tests
 License:SUSE-Public-Domain

++ rpmlint.spec ++
--- /var/tmp/diff_new_pack.p3Kkau/_old  2017-10-18 10:44:02.407025034 +0200
+++ /var/tmp/diff_new_pack.p3Kkau/_new  2017-10-18 10:44:02.411024846 +0200
@@ -83,6 +83,8 @@
 Patch65:0001-split-wrong-script-interpreter-into-env-script-inter.patch
 Patch66:0001-Handle-post-scripts-that-contain-non-ascii-character.patch
 Patch67:omit_BUILDROOT_from_pyo_files.patch
+Patch68:0001-Avoid-false-positives-on-is_elf-check.patch
+Patch69:0007-Validate-Appdata-also-when-appstream-util-is-unavail.patch
 Patch70:rpmlint-all-pie.patch
 BuildRequires:  obs-service-format_spec_file
 BuildRequires:  python3-flake8

++ 0001-Avoid-false-positives-on-is_elf-check.patch ++
>From 5a0f99a9f522944a0933cd06f9010a96bef9b7b3 Mon Sep 17 00:00:00 2001
From: Dirk Mueller 
Date: 

commit rpmlint-mini for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2017-10-18 10:44:12

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


Package is "rpmlint-mini"

Wed Oct 18 10:44:12 2017 rev:85 rq:534152 version:1.10

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes
2017-10-10 11:32:23.423375739 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2017-10-18 10:44:13.442506564 +0200
@@ -1,0 +2,12 @@
+Thu Oct 12 14:30:13 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Use wildcard for sysconfigdata architecture in rpmlint-deps.txt
+- Use wildcard for abi in rpmlint-deps.txt, e.g. armv7hl is gnueabihf
+
+---
+Tue Oct 10 11:40:49 UTC 2017 - dmuel...@suse.com
+
+- also import ElementTree
+- include pybeam also for lib64 architectures
+
+---



Other differences:
--
++ rpmlint-mini.spec ++
--- /var/tmp/diff_new_pack.UjHXAE/_old  2017-10-18 10:44:14.130474242 +0200
+++ /var/tmp/diff_new_pack.UjHXAE/_new  2017-10-18 10:44:14.134474054 +0200
@@ -84,6 +84,8 @@
 for f in $(<%{SOURCE100}); do
   find -path "*/$f" -exec install -D {} 
%{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/{} \;
 done
+# ErlangCheck dependencies that are not under %_libdir but under /usr/lib :-(
+cp -a %{python3_sitelib}/{construct,pybeam,six.py} 
%{buildroot}/opt/testing/%{_lib}/python%{py3_ver}/site-packages
 install -D %{_bindir}/python3 %{buildroot}/opt/testing/bin/python3
 cp -a %{_libdir}/libmagic.so.* %{buildroot}/opt/testing/%{_lib}
 cp -a %{_libdir}/libpython%{py3_ver}m.so.* %{buildroot}/opt/testing/%{_lib}

++ rpmlint-deps.txt ++
--- /var/tmp/diff_new_pack.UjHXAE/_old  2017-10-18 10:44:14.194471236 +0200
+++ /var/tmp/diff_new_pack.UjHXAE/_new  2017-10-18 10:44:14.194471236 +0200
@@ -50,43 +50,43 @@
 importlib/util.py
 io.py
 keyword.py
-lib-dynload/array.cpython-36m-*-linux-gnu.so
-lib-dynload/_asyncio.cpython-36m-*-linux-gnu.so
-lib-dynload/audioop.cpython-36m-*-linux-gnu.so
-lib-dynload/binascii.cpython-36m-*-linux-gnu.so
-lib-dynload/_bisect.cpython-36m-*-linux-gnu.so
-lib-dynload/_blake2.cpython-36m-*-linux-gnu.so
-lib-dynload/cmath.cpython-36m-*-linux-gnu.so
-lib-dynload/_csv.cpython-36m-*-linux-gnu.so
-lib-dynload/_datetime.cpython-36m-*-linux-gnu.so
-lib-dynload/fcntl.cpython-36m-*-linux-gnu.so
-lib-dynload/grp.cpython-36m-*-linux-gnu.so
-lib-dynload/_heapq.cpython-36m-*-linux-gnu.so
-lib-dynload/_json.cpython-36m-*-linux-gnu.so
-lib-dynload/_lsprof.cpython-36m-*-linux-gnu.so
-lib-dynload/math.cpython-36m-*-linux-gnu.so
-lib-dynload/_md5.cpython-36m-*-linux-gnu.so
-lib-dynload/mmap.cpython-36m-*-linux-gnu.so
-lib-dynload/_multibytecodec.cpython-36m-*-linux-gnu.so
-lib-dynload/_multiprocessing.cpython-36m-*-linux-gnu.so
-lib-dynload/_opcode.cpython-36m-*-linux-gnu.so
-lib-dynload/ossaudiodev.cpython-36m-*-linux-gnu.so
-lib-dynload/parser.cpython-36m-*-linux-gnu.so
-lib-dynload/pyexpat.cpython-36m-*-linux-gnu.so
-lib-dynload/_posixsubprocess.cpython-36m-*-linux-gnu.so
-lib-dynload/_random.cpython-36m-*-linux-gnu.so
-lib-dynload/resource.cpython-36m-*-linux-gnu.so
-lib-dynload/select.cpython-36m-*-linux-gnu.so
-lib-dynload/_sha1.cpython-36m-*-linux-gnu.so
-lib-dynload/_sha256.cpython-36m-*-linux-gnu.so
-lib-dynload/_sha3.cpython-36m-*-linux-gnu.so
-lib-dynload/_sha512.cpython-36m-*-linux-gnu.so
-lib-dynload/_socket.cpython-36m-*-linux-gnu.so
-lib-dynload/spwd.cpython-36m-*-linux-gnu.so
-lib-dynload/_struct.cpython-36m-*-linux-gnu.so
-lib-dynload/syslog.cpython-36m-*-linux-gnu.so
-lib-dynload/termios.cpython-36m-*-linux-gnu.so
-lib-dynload/zlib.cpython-36m-*-linux-gnu.so
+lib-dynload/array.cpython-36m-*-linux-gnu*.so
+lib-dynload/_asyncio.cpython-36m-*-linux-gnu*.so
+lib-dynload/audioop.cpython-36m-*-linux-gnu*.so
+lib-dynload/binascii.cpython-36m-*-linux-gnu*.so
+lib-dynload/_bisect.cpython-36m-*-linux-gnu*.so
+lib-dynload/_blake2.cpython-36m-*-linux-gnu*.so
+lib-dynload/cmath.cpython-36m-*-linux-gnu*.so
+lib-dynload/_csv.cpython-36m-*-linux-gnu*.so
+lib-dynload/_datetime.cpython-36m-*-linux-gnu*.so
+lib-dynload/fcntl.cpython-36m-*-linux-gnu*.so
+lib-dynload/grp.cpython-36m-*-linux-gnu*.so
+lib-dynload/_heapq.cpython-36m-*-linux-gnu*.so
+lib-dynload/_json.cpython-36m-*-linux-gnu*.so
+lib-dynload/_lsprof.cpython-36m-*-linux-gnu*.so
+lib-dynload/math.cpython-36m-*-linux-gnu*.so
+lib-dynload/_md5.cpython-36m-*-linux-gnu*.so
+lib-dynload/mmap.cpython-36m-*-linux-gnu*.so
+lib-dynload/_multibytecodec.cpython-36m-*-linux-gnu*.so
+lib-dynload/_multiprocessing.cpython-36m-*-linux-gnu*.so

commit pam-modules for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package pam-modules for openSUSE:Factory 
checked in at 2017-10-18 10:43:34

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


Package is "pam-modules"

Wed Oct 18 10:43:34 2017 rev:61 rq:533094 version:12.1

Changes:

--- /work/SRC/openSUSE:Factory/pam-modules/pam-modules.changes  2016-05-14 
12:22:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.pam-modules.new/pam-modules.changes 
2017-10-18 10:43:36.096261181 +0200
@@ -1,0 +2,5 @@
+Fri Aug 25 11:22:25 CEST 2017 - ku...@suse.de
+
+- use external libnsl only on Tumbleweed and SLE15 or newer
+
+---



Other differences:
--
++ pam-modules.spec ++
--- /var/tmp/diff_new_pack.evpway/_old  2017-10-18 10:43:37.412199354 +0200
+++ /var/tmp/diff_new_pack.evpway/_new  2017-10-18 10:43:37.416199166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam-modules
 #
-# 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
@@ -49,7 +49,9 @@
 %if %{enable_selinux}
 BuildRequires:  libselinux-devel
 %endif
+%if 0%{?suse_version} >= 1330
 BuildRequires:  pkgconfig(libnsl)
+%endif
 
 %description
 PAM (Pluggable Authentication Modules) is a system security tool that




commit rpmlint-Factory for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rpmlint-Factory for openSUSE:Factory 
checked in at 2017-10-18 10:43:48

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


Package is "rpmlint-Factory"

Wed Oct 18 10:43:48 2017 rev:46 rq:51 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/rpmlint-Factory/rpmlint-Factory.changes  
2017-10-10 11:32:32.622971985 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-Factory.new/rpmlint-Factory.changes 
2017-10-18 10:43:49.795617548 +0200
@@ -1,0 +2,5 @@
+Wed Oct 11 07:07:24 UTC 2017 - dmuel...@suse.com
+
+- lower badness for summary-not-capitalized 
+
+---



Other differences:
--
++ config ++
--- /var/tmp/diff_new_pack.fqIump/_old  2017-10-18 10:43:50.319592930 +0200
+++ /var/tmp/diff_new_pack.fqIump/_new  2017-10-18 10:43:50.319592930 +0200
@@ -42,7 +42,7 @@
 # setBadness('shlib-with-non-pic-code', 223)
 setBadness('makefile-junk', 109)
 setBadness('files-duplicated-waste', 100)
-setBadness('summary-not-capitalized', 63)
+setBadness('summary-not-capitalized', 20)
 setBadness('summary-ended-with-dot', 20)
 setBadness('summary-too-long', 200)
 setBadness('executable-docs', 60)




commit lmdb for openSUSE:Factory

2017-10-18 Thread root
Hello community,

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

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


Package is "lmdb"

Wed Oct 18 10:44:05 2017 rev:12 rq:534127 version:0.9.17

Changes:

--- /work/SRC/openSUSE:Factory/lmdb/lmdb.changes2016-06-29 
15:03:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.lmdb.new/lmdb.changes   2017-10-18 
10:44:06.402837302 +0200
@@ -1,0 +2,6 @@
+Fri Oct 13 13:45:42 UTC 2017 - dmuel...@suse.com
+
+- add soname-configurable.patch: Actually set the soname in the
+  shared library rather than just renaming the files on disk post
+  install (which does not actually do anything)
+

New:

  soname-configurable.patch



Other differences:
--
++ lmdb.spec ++
--- /var/tmp/diff_new_pack.TQLEEp/_old  2017-10-18 10:44:07.034807611 +0200
+++ /var/tmp/diff_new_pack.TQLEEp/_new  2017-10-18 10:44:07.038807423 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lmdb
 #
-# 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
@@ -35,6 +35,7 @@
 Patch2: 0002-Autoconf-files.patch
 # PATCH-FIX-OPENSUSE - Implicit declaration of atol()
 Patch3: liblmdb-implicit-decl.patch
+Patch4: soname-configurable.patch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -87,6 +88,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+sed -i -e 's,__VERSION__,%version,' libraries/liblmdb/Makefile.am
 
 %build
 cd libraries/liblmdb
@@ -99,7 +102,6 @@
 cd libraries/liblmdb
 make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la
-(cd %buildroot/%_libdir; mv liblmdb.so liblmdb-%version.so; ln -s 
liblmdb-%version.so liblmdb.so)
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig

++ soname-configurable.patch ++
Index: lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.am
===
--- lmdb-LMDB_0.9.17.orig/libraries/liblmdb/Makefile.am
+++ lmdb-LMDB_0.9.17/libraries/liblmdb/Makefile.am
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = liblmdb.la
 liblmdb_la_SOURCES = mdb.c midl.c
-liblmdb_la_LDFLAGS=-no-undefined -avoid-version
+liblmdb_la_LDFLAGS = -no-undefined -release __VERSION__
 
 bin_PROGRAMS = mdb_stat mdb_copy mdb_load mdb_dump lmdump lmmgr
 mdb_stat_LDADD = liblmdb.la



commit desktop-file-utils for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2017-10-18 10:43:41

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


Package is "desktop-file-utils"

Wed Oct 18 10:43:41 2017 rev:58 rq:533327 version:0.23

Changes:

--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2017-07-04 09:08:38.265429240 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes   
2017-10-18 10:43:42.387965579 +0200
@@ -1,0 +2,7 @@
+Mon Oct  9 16:01:45 CEST 2017 - sbra...@suse.com
+
+- suse-update-mime-defaults: Do not be confused by "r" environment
+  variable. Requires DESTDIR=/foo command line argument instead
+  (boo#1049867).
+
+---



Other differences:
--
++ suse-update-mime-defaults ++
--- /var/tmp/diff_new_pack.SUCqiI/_old  2017-10-18 10:43:43.091932504 +0200
+++ /var/tmp/diff_new_pack.SUCqiI/_new  2017-10-18 10:43:43.095932317 +0200
@@ -18,6 +18,14 @@
 
 export LC_ALL=C
 
+r=
+case $1 in
+DESTDIR=* )
+  r=`echo "$1" | sed s/^DESTDIR=//`
+  shift
+  ;;
+esac
+
 # reset XDG_DATA_DIRS so it can be trusted
 unset XDG_DATA_DIRS
 if [ "${PROFILEREAD}" != "true" ]; then




commit rpm for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2017-10-18 10:43:22

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


Package is "rpm"

Wed Oct 18 10:43:22 2017 rev:249 rq:533089 version:4.13.0.1

Changes:

rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2017-09-13 21:33:06.502782185 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes 2017-10-18 
10:43:26.424715578 +0200
@@ -1,0 +2,18 @@
+Fri Sep  8 15:37:36 UTC 2017 - mma...@suse.com
+
+- Generate ksym() dependencies for SLE if %is_opensuse is unset
+  (bsc#981083).
+
+---
+Tue Aug 29 14:21:31 UTC 2017 - mma...@suse.com
+
+- Drop %supplements_kernel_module, as it is broken, undocumented
+  and is not used by anybody (bsc#981083).
+  dropped: modalias-kernel_module.diff
+  refreshed: modalias-encode.diff
+- Split fileattrs for kernel and kmps, do not pass around %name and
+  simplify the helpers
+  refreshed: fileattrs.diff, modalias.diff
+  dropped: symset-table, helperenv.diff, modalias-no-kgraft.diff
+
+---

Old:

  helperenv.diff
  modalias-kernel_module.diff
  modalias-no-kgraft.diff
  symset-table



Other differences:
--
rpm-python.spec: same change
++ rpm.spec ++
--- /var/tmp/diff_new_pack.9UD0GS/_old  2017-10-18 10:43:28.888599817 +0200
+++ /var/tmp/diff_new_pack.9UD0GS/_new  2017-10-18 10:43:28.888599817 +0200
@@ -53,7 +53,6 @@
 Source1:RPM-HOWTO.tar.bz2
 Source4:rpm-suse_macros
 Source5:rpmsort
-Source6:symset-table
 Source8:rpmconfigcheck
 Source9:sysconfig.services-rpm
 Source10:   beecrypt-4.1.2.tar.bz2
@@ -91,7 +90,6 @@
 Patch36:rpmqpack.diff
 Patch37:convertdb1static.diff
 Patch38:build.diff
-Patch39:modalias-kernel_module.diff
 Patch41:debugedit-comp-dir.diff
 Patch42:perlprov.diff
 Patch43:rpm-shorten-changelog.diff
@@ -125,7 +123,6 @@
 Patch76:python3-abi-kind.diff
 Patch77:langnoc.diff
 Patch78:headerchk2.diff
-Patch79:helperenv.diff
 # PATCH-FEATURE-UPSTREAM 4.14 0e87aed1785d0531c40b23889f8338744f6abb3a
 Patch80:0001-set-SOURCE_DATE_EPOCH-from-changelog.patch
 # PATCH-FEATURE-UPSTREAM 4.14 57f94a582602f0353cdb17a02dc12c4461d4f32d
@@ -138,7 +135,6 @@
 Patch92:find-lang-python.patch
 Patch93:weakdepscompat.diff
 Patch94:checksepwarn.diff
-Patch96:modalias-no-kgraft.diff
 Patch98:normalize_blocksize.diff
 Patch99:enable-postin-scripts-error.diff
 Patch100:   rpm-findlang-inject-metainfo.patch
@@ -234,13 +230,13 @@
 %patch -P 4
 %patch   -P 11 -P 12 -P 13 -P 14 -P 15 -P 16 -P 17 -P 18 -P 19
 %patch -P 20 -P 21 -P 24 -P 25 -P 26 -P 27 -P 28 -P 29
-%patch -P 30 -P 31 -P 32 -P 33 -P 34 -P 35 -P 36 -P 37 -P 38 -P 39
+%patch -P 30 -P 31 -P 32 -P 33 -P 34 -P 35 -P 36 -P 37 -P 38
 %patch   -P 41 -P 42 -P 43 -P 44 -P 45 -P 46 -P 47 -P 48 -P 49
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58
 %patch -P 60 -P 61   -P 65 -P 66 -P 67 -P 68 -P 69
-%patch -P 70 -P 71   -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
+%patch -P 70 -P 71   -P 73 -P 74 -P 75 -P 76 -P 77 -P 78
 %patch -P 80 -P 81 -P 82 -P 83   -P 85
-%patch -P 92 -P 93 -P 94   -P 96   -P 98 -P 99
+%patch -P 92 -P 93 -P 94   -P 98 -P 99
 %patch -P 100 -P 101 -P 102 -P 103 -P 104 -P 105
 
 %ifarch aarch64 ppc64le
@@ -345,7 +341,6 @@
 install -c -m0644 %{SOURCE9} %{buildroot}/var/adm/fillup-templates/
 rm -f %{buildroot}/usr/lib/rpm/cpanflute %{buildroot}/usr/lib/rpm/cpanflute2
 install -m 755 %{SOURCE5} %{buildroot}/usr/lib/rpm
-install -m 755 %{SOURCE6} %{buildroot}/usr/lib/rpm
 install -m 755 scripts/find-supplements{,.ksyms} %{buildroot}/usr/lib/rpm
 install -m 755 scripts/firmware.prov %{buildroot}/usr/lib/rpm
 install -m 755 scripts/debuginfo.prov %{buildroot}/usr/lib/rpm

++ fileattrs.diff ++
--- /var/tmp/diff_new_pack.9UD0GS/_old  2017-10-18 10:43:29.024593428 +0200
+++ /var/tmp/diff_new_pack.9UD0GS/_new  2017-10-18 10:43:29.024593428 +0200
@@ -1,20 +1,34 @@
 ./fileattrs/Makefile.am.orig   2014-02-20 12:54:01.473814793 +
-+++ ./fileattrs/Makefile.am2014-02-20 12:55:37.318814624 +
-@@ -7,6 +7,6 @@ fattrsdir = $(rpmconfigdir)/fileattrs
+---
+ fileattrs/Makefile.am|3 ++-
+ fileattrs/debuginfo.attr |2 ++
+ fileattrs/elf.attr   |3 ++-
+ fileattrs/elflib.attr|4 
+ fileattrs/firmware.attr  |2 ++
+