commit perl-Test2-Suite for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package perl-Test2-Suite for 
openSUSE:Factory checked in at 2017-09-22 21:59:02

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


Package is "perl-Test2-Suite"

Fri Sep 22 21:59:02 2017 rev:3 rq:526779 version:0.77

Changes:

--- /work/SRC/openSUSE:Factory/perl-Test2-Suite/perl-Test2-Suite.changes
2017-06-21 13:57:25.269427662 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Test2-Suite.new/perl-Test2-Suite.changes   
2017-09-22 21:59:04.132312886 +0200
@@ -1,0 +2,33 @@
+Wed Sep 13 06:14:42 UTC 2017 - co...@suse.com
+
+- updated to 0.77
+   see /usr/share/doc/packages/perl-Test2-Suite/Changes
+
+  0.77  2017-09-12 07:49:16-07:00 America/Los_Angeles
+  
+  - No changes since last TRIAL release
+  
+  0.76  2017-09-11 15:21:07-07:00 America/Los_Angeles (TRIAL RELEASE)
+  
+  - Add Test2::Tools::GenTemp
+
+---
+Tue Sep 12 06:17:26 UTC 2017 - co...@suse.com
+
+- updated to 0.75
+   see /usr/share/doc/packages/perl-Test2-Suite/Changes
+
+  0.75  2017-09-10 21:22:17-07:00 America/Los_Angeles
+  
+  - Add version to Test2::Event::Times
+  
+  0.74  2017-08-31 20:37:47-07:00 America/Los_Angeles (TRIAL RELEASE)
+  
+  - Add Test2::Event::Times
+  - Fix some tests that were failing in yath
+  
+  0.73  2017-08-30 23:11:28-07:00 America/Los_Angeles (TRIAL RELEASE)
+  
+  - Add Test2::Plugin::Times
+
+---

Old:

  Test2-Suite-0.72.tar.gz

New:

  Test2-Suite-0.77.tar.gz



Other differences:
--
++ perl-Test2-Suite.spec ++
--- /var/tmp/diff_new_pack.Z3lg04/_old  2017-09-22 21:59:04.764224013 +0200
+++ /var/tmp/diff_new_pack.Z3lg04/_new  2017-09-22 21:59:04.768223450 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Test2-Suite
-Version:0.72
+Version:0.77
 Release:0
 %define cpan_name Test2-Suite
 Summary:Distribution with a rich set of tools built upon the Test2
@@ -33,11 +33,11 @@
 BuildRequires:  perl(Importer) >= 0.024
 BuildRequires:  perl(Sub::Info) >= 0.001
 BuildRequires:  perl(Term::Table) >= 0.002
-BuildRequires:  perl(Test2) >= 1.302073
+BuildRequires:  perl(Test2) >= 1.302096
 Requires:   perl(Importer) >= 0.024
 Requires:   perl(Sub::Info) >= 0.001
 Requires:   perl(Term::Table) >= 0.002
-Requires:   perl(Test2) >= 1.302073
+Requires:   perl(Test2) >= 1.302096
 %{perl_requires}
 
 %description

++ Test2-Suite-0.72.tar.gz -> Test2-Suite-0.77.tar.gz ++
 1605 lines of diff (skipped)




commit cmark for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package cmark for openSUSE:Factory checked 
in at 2017-09-22 21:35:00

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


Package is "cmark"

Fri Sep 22 21:35:00 2017 rev:6 rq:528142 version:0.28.0

Changes:

--- /work/SRC/openSUSE:Factory/cmark/cmark.changes  2016-11-20 
18:20:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.cmark.new/cmark.changes 2017-09-22 
21:35:04.126900496 +0200
@@ -1,0 +2,59 @@
+Thu Sep 21 20:37:44 UTC 2017 - mimi...@gmail.com
+
+- update to 0.28.0
+  * Update spec.
+  * Use unsigned integer when shifting
+  * Avoid memcpy'ing NULL pointers
+  * DeMorgan simplification of some tests in emphasis parser.
+  * Fixed undefined shift in commonmark writer
+  * latex writer:  fix memory overflow
+  * Check for NULL pointer in get_link_type
+  * Move fuzzing dictionary into single file
+  * Reset bytes after UTF8 proc
+  * Don't scan past an EOL
+  * Document cases where `get_` functions return `NULL`
+  * Properly handle backslashes in link destinations
+  * Fixed `cmark_node_get_list_start` to return 0 for bullet lists,
+as documented
+  * Use `CMARK_NO_DELIM` for bullet lists
+  * Fixed code for freeing delimiter stack
+  * Removed abort outside of conditional (typo).
+  * Removed coercion in error message when aborting from buffer.
+  * Print message to stderr when we abort due to memory demands
+  * `libcmark.pc`: use `CMAKE_INSTALL_LIBDIR`
+  * Fixed buffer overflow error in `S_parser_feed`
+  * Update emphasis parsing for spec change.
+  * Fixes for the LaTeX renderer
++ Don't double-output the link in latex-rendering.
++ Prevent ligatures in dashes sensibly when rendering latex.
+  `\-` is a hyphenation, so it doesn't get displayed at all.
+  * Added a test for NULL when freeing `subj->last_delim`.
+  * Cleaned up setting of lower bounds for openers.
+  * Fix #178, quadratic parsing bug.  Add pathological test.
+  * Slight improvement of clarity of logic in emph matching.
+  * Fix "multiple of 3" determination in emph/strong parsing.
+  * Correctly initialize chunk in S_process_line
+  * Added 'make newbench'.
+  * `scanners.c` generated with re2c 0.16
+  * `scanners.re` - fixed warnings; use `*` for fallback.
+  * Fixed some warnings in `scanners.re`.
+  * Update CaseFolding to latest
+  * Allow balanced nested parens in link destinations
+  * Allocate enough bytes for backticks array.
+  * Inlines: Ensure that the delimiter stack is freed in subject.
+  * Fixed pathological cases with backtick code spans:
+- Removed recursion in scan_to_closing_backticks
+- Added an array of pointers to potential backtick closers
+  to subject
+- This array is used to avoid traversing the subject again
+  when we've already seen all the potential backtick closers.
+- Added a max bound of 1000 for backtick code span delimiters.
+- Added pathological test case.
+  * Remove redundant cmake_minimum_required
+  * Make shared and static libraries optional
+  * Added support for built-in `${LIB_SUFFIX}` feature
+  * Add Makefile target and harness to fuzz with libFuzzer
+  * Advertise `--validate-utf8` in usage information
+  * Makefile: use warnings with re2c.
+
+---

Old:

  cmark-0.27.1.tar.gz

New:

  cmark-0.28.0.tar.gz



Other differences:
--
++ cmark.spec ++
--- /var/tmp/diff_new_pack.aDU7f0/_old  2017-09-22 21:35:05.246742860 +0200
+++ /var/tmp/diff_new_pack.aDU7f0/_new  2017-09-22 21:35:05.246742860 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cmark
 #
-# 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,12 +16,12 @@
 #
 
 
-%define libname libcmark0_27_1
+%define libname libcmark0_28_0
 Name:   cmark
-Version:0.27.1
+Version:0.28.0
 Release:0
 Summary:CommonMark parsing and rendering library and program in C
-License:BSD-2-Clause and MIT and CC-BY-SA-4.0
+License:BSD-2-Clause AND MIT AND CC-BY-SA-4.0
 Group:  Productivity/Text/Utilities
 Url:https://github.com/jgm/cmark
 Source: 
https://github.com/jgm/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@@ -64,29 +64,25 @@
 %setup -q
 
 %build
-%cmake -DCMARK_TESTS=OFF
+%cmake -DCMARK_TESTS=OFF -DCMARK_STATIC=OFF
 %make_jobs
 
 %install
 %cmake_install
-rm %{buildroot}%{_libdir}/libcmark.a
 
 %post -n %{libname} -p /sbin/ldconfig
 %postun -n %{libname} -p 

commit cpptasks for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package cpptasks for openSUSE:Factory 
checked in at 2017-09-22 21:34:56

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


Package is "cpptasks"

Fri Sep 22 21:34:56 2017 rev:4 rq:528096 version:1.0b5

Changes:

--- /work/SRC/openSUSE:Factory/cpptasks/cpptasks.changes2017-09-20 
17:08:22.214048804 +0200
+++ /work/SRC/openSUSE:Factory/.cpptasks.new/cpptasks.changes   2017-09-22 
21:35:00.451417879 +0200
@@ -1,0 +2,5 @@
+Thu Sep 21 14:41:05 UTC 2017 - kkae...@suse.com
+
+- add /etc/ant.d/cpptasks to let ant find cpptasks easier
+
+---



Other differences:
--
++ cpptasks.spec ++
--- /var/tmp/diff_new_pack.kF4byr/_old  2017-09-22 21:35:01.235307534 +0200
+++ /var/tmp/diff_new_pack.kF4byr/_new  2017-09-22 21:35:01.239306971 +0200
@@ -67,8 +67,12 @@
 %fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 ln -s %{name}-%{version} %{buildroot}%{_javadocdir}/%{name} # ghost symlink
 
+mkdir -p %{buildroot}%{_sysconfdir}/ant.d
+echo "cpptasks" > %{buildroot}%{_sysconfdir}/ant.d/cpptasks
+
 %files
 %{_javadir}/*.jar
+%config %{_sysconfdir}/ant.d/%{name}
 
 %files javadoc
 %doc %{_javadocdir}/%{name}-%{version}




commit acct for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package acct for openSUSE:Factory checked in 
at 2017-09-22 21:34:36

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


Package is "acct"

Fri Sep 22 21:34:36 2017 rev:42 rq:528082 version:6.6.4

Changes:

--- /work/SRC/openSUSE:Factory/acct/acct.changes2017-07-12 
19:35:33.148192358 +0200
+++ /work/SRC/openSUSE:Factory/.acct.new/acct.changes   2017-09-22 
21:34:37.966582983 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 19:26:56 UTC 2017 - kstreit...@suse.com
+
+- acct.service: fix chmod command call to use an absolute path
+  [bsc#1053528]
+
+---



Other differences:
--


++ acct.service ++
--- /var/tmp/diff_new_pack.GLpDUW/_old  2017-09-22 21:34:38.694480520 +0200
+++ /var/tmp/diff_new_pack.GLpDUW/_new  2017-09-22 21:34:38.698479956 +0200
@@ -5,7 +5,7 @@
 [Service]
 Type=oneshot
 RemainAfterExit=true
-ExecStartPre=chmod 600 /var/log/account/pacct
+ExecStartPre=/usr/bin/chmod 600 /var/log/account/pacct
 ExecStart=/usr/sbin/accton /var/log/account/pacct
 ExecStop=/usr/sbin/accton off
 




commit rubygem-test-unit for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package rubygem-test-unit for 
openSUSE:Factory checked in at 2017-09-22 21:34:30

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


Package is "rubygem-test-unit"

Fri Sep 22 21:34:30 2017 rev:30 rq:527706 version:3.2.6

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-test-unit/rubygem-test-unit.changes  
2017-08-16 16:11:57.780127961 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-test-unit.new/rubygem-test-unit.changes 
2017-09-22 21:34:30.231671797 +0200
@@ -1,0 +2,17 @@
+Thu Sep 21 09:08:25 UTC 2017 - co...@suse.com
+
+- updated to version 3.2.6
+ see installed news.md
+
+  ## 3.2.6 - 2017-09-21 {#version-3-2-6}
+  
+  ### Improvements
+  
+* Changed test file require failure to error from omission.
+  [GitHub#154][Patch by naofumi-fujii]
+  
+  ### Thanks
+  
+* naofumi-fujii
+
+---

Old:

  test-unit-3.2.5.gem

New:

  test-unit-3.2.6.gem



Other differences:
--
++ rubygem-test-unit.spec ++
--- /var/tmp/diff_new_pack.8jjRIi/_old  2017-09-22 21:34:30.803591290 +0200
+++ /var/tmp/diff_new_pack.8jjRIi/_new  2017-09-22 21:34:30.807590726 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-test-unit
-Version:3.2.5
+Version:3.2.6
 Release:0
 %define mod_name test-unit
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:http://test-unit.github.io/
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An xUnit family unit testing framework for Ruby
 License:Ruby and Python-2.0

++ test-unit-3.2.5.gem -> test-unit-3.2.6.gem ++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/doc/text/news.md new/doc/text/news.md
--- old/doc/text/news.md2017-06-24 15:21:53.0 +0200
+++ new/doc/text/news.md2017-09-21 07:42:46.0 +0200
@@ -1,5 +1,16 @@
 # News
 
+## 3.2.6 - 2017-09-21 {#version-3-2-6}
+
+### Improvements
+
+  * Changed test file require failure to error from omission.
+[GitHub#154][Patch by naofumi-fujii]
+
+### Thanks
+
+  * naofumi-fujii
+
 ## 3.2.5 - 2017-06-24 {#version-3-2-5}
 
 ### Improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test/unit/collector/load.rb 
new/lib/test/unit/collector/load.rb
--- old/lib/test/unit/collector/load.rb 2017-06-24 15:21:53.0 +0200
+++ new/lib/test/unit/collector/load.rb 2017-09-21 07:42:46.0 +0200
@@ -166,11 +166,11 @@
   return if @require_failed_infos.empty?
 
   require_failed_infos = @require_failed_infos
-  require_failed_omissions = Class.new(Test::Unit::TestCase)
-  require_failed_omissions.class_eval do
+  require_failed_errors = Class.new(Test::Unit::TestCase)
+  require_failed_errors.class_eval do
 class << self
   def name
-"RequireFailedOmissions"
+"RequireFailedErrors"
   end
 end
 
@@ -180,21 +180,18 @@
   normalized_path = normalized_path.gsub(/\A_+/, '')
   exception = info[:exception]
   define_method("test_require_#{normalized_path}") do
-@require_failed_exception = exception
-omit("failed to load: <#{path}>: <#{exception.message}>")
+raise(exception.class,
+  "failed to load <#{path}>: #{exception.message}",
+  exception.backtrace)
   end
 end
 
 def priority
   100
 end
-
-def filter_backtrace(location)
-  super(@require_failed_exception.backtrace)
-end
   end
 
-  add_suite(test_suites, require_failed_omissions.suite)
+  add_suite(test_suites, require_failed_errors.suite)
 end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/test/unit/version.rb new/lib/test/unit/version.rb
--- old/lib/test/unit/version.rb2017-06-24 15:21:53.0 +0200
+++ new/lib/test/unit/version.rb2017-09-21 07:42:46.0 +0200
@@ -1,5 +1,5 @@
 module Test
   module Unit
-VERSION = "3.2.5"
+VERSION = "3.2.6"
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit rlwrap for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package rlwrap for openSUSE:Factory checked 
in at 2017-09-22 21:34:31

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


Package is "rlwrap"

Fri Sep 22 21:34:31 2017 rev:19 rq:528066 version:0.43

Changes:

--- /work/SRC/openSUSE:Factory/rlwrap/rlwrap.changes2015-02-05 
10:59:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.rlwrap.new/rlwrap.changes   2017-09-22 
21:34:36.214829571 +0200
@@ -1,0 +2,12 @@
+Sun Sep  3 14:43:32 UTC 2017 - aavind...@gmail.com
+
+- Update to version 0.43:
+ * New features
+   - Filters can now be written in python 
+   - Filters can respond to hotkeys (i.e. single keypresses bound to 
rlwrap-hotkey in .inputrc)
+ * Bug fixes
+   - rlwrap now always searches terminfo before termcap.
+   - playing back a readline macro consisting of more than one line would 
crash rlwrap.
+   - rlwrap --one-shot could accept more than one line when input in quick 
succession.
+
+---

Old:

  rlwrap-0.42.tar.gz

New:

  rlwrap-0.43.tar.gz



Other differences:
--
++ rlwrap.spec ++
--- /var/tmp/diff_new_pack.cnbfBy/_old  2017-09-22 21:34:36.982721477 +0200
+++ /var/tmp/diff_new_pack.cnbfBy/_new  2017-09-22 21:34:36.986720914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rlwrap
 #
-# 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
@@ -17,14 +17,13 @@
 
 
 Name:   rlwrap
+Version:0.43
+Release:0
 Summary:A Readline Wrapper
 License:GPL-2.0+
 Group:  Productivity/Other
-Version:0.42
-Release:0
-Source0:http://utopia.knoware.nl/~hlub/rlwrap/%{name}-%{version}.tar.gz
 Url:http://utopia.knoware.nl/~hlub/uck/rlwrap/
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:%{name}-%{version}.tar.gz
 BuildRequires:  ncurses-devel
 BuildRequires:  readline-devel
 
@@ -40,23 +39,19 @@
 
 %build
 %configure
-make
+make %{?_smp_mflags}
 
 %check
-make test
+make %{?_smp_mflags} test
 
 %install
-%makeinstall
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+%make_install
 
 %files
-%defattr(-, root, root)
 %doc AUTHORS BUGS ChangeLog NEWS README TODO
-%_bindir/rlwrap
-%_mandir/man1/rlwrap.1.gz
-%_mandir/man3/RlwrapFilter.3pm.gz
-%_datadir/rlwrap
+%{_bindir}/rlwrap
+%{_mandir}/man1/rlwrap.1%{ext_man}
+%{_mandir}/man3/RlwrapFilter.3pm%{ext_man}
+%{_datadir}/rlwrap
 
 %changelog

++ rlwrap-0.42.tar.gz -> rlwrap-0.43.tar.gz ++
 8592 lines of diff (skipped)




commit splint for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package splint for openSUSE:Factory checked 
in at 2017-09-22 21:34:21

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


Package is "splint"

Fri Sep 22 21:34:21 2017 rev:19 rq:527662 version:3.1.2

Changes:

--- /work/SRC/openSUSE:Factory/splint/splint.changes2017-08-22 
11:08:24.278716693 +0200
+++ /work/SRC/openSUSE:Factory/.splint.new/splint.changes   2017-09-22 
21:34:23.336642384 +0200
@@ -1,0 +2,5 @@
+Mon Sep 18 11:02:52 UTC 2017 - mplus...@suse.com
+
+- Do not build in parallel as it breaks linking
+
+---



Other differences:
--
++ splint.spec ++
--- /var/tmp/diff_new_pack.rPIvKi/_old  2017-09-22 21:34:24.192521905 +0200
+++ /var/tmp/diff_new_pack.rPIvKi/_new  2017-09-22 21:34:24.196521341 +0200
@@ -42,7 +42,8 @@
 
 %build
 %configure
-make %{?_smp_mflags} LDFLAGS="-lfl" V=1
+# Parallel build fails at linking
+make --jobs=1 LDFLAGS="-lfl" V=1
 
 %check
 make %{?_smp_mflags} test




commit rubygem-pry for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package rubygem-pry for openSUSE:Factory 
checked in at 2017-09-22 21:34:25

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


Package is "rubygem-pry"

Fri Sep 22 21:34:25 2017 rev:17 rq:527705 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-pry/rubygem-pry.changes  2016-07-12 
23:53:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-pry.new/rubygem-pry.changes 
2017-09-22 21:34:29.347796216 +0200
@@ -1,0 +2,6 @@
+Thu Sep 21 09:07:52 UTC 2017 - co...@suse.com
+
+- updated to version 0.11.0
+ see installed CHANGELOG.md
+
+---

Old:

  pry-0.10.4.gem

New:

  pry-0.11.0.gem



Other differences:
--
++ rubygem-pry.spec ++
--- /var/tmp/diff_new_pack.ER4qVY/_old  2017-09-22 21:34:29.947711768 +0200
+++ /var/tmp/diff_new_pack.ER4qVY/_new  2017-09-22 21:34:29.947711768 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-pry
 #
-# 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
@@ -24,17 +24,17 @@
 #
 
 Name:   rubygem-pry
-Version:0.10.4
+Version:0.11.0
 Release:0
 %define mod_name pry
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.3}
 BuildRequires:  %{rubygem gem2rpm}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:http://pryrepl.org
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:An IRB alternative and runtime developer console
 License:MIT

++ pry-0.10.4.gem -> pry-0.11.0.gem ++
 5057 lines of diff (skipped)




commit python-pymisp for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-pymisp for openSUSE:Factory 
checked in at 2017-09-22 21:34:06

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


Package is "python-pymisp"

Fri Sep 22 21:34:06 2017 rev:2 rq:527495 version:2.4.80

Changes:

--- /work/SRC/openSUSE:Factory/python-pymisp/python-pymisp.changes  
2017-06-29 15:11:30.031714783 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymisp.new/python-pymisp.changes 
2017-09-22 21:34:08.654709104 +0200
@@ -1,0 +2,56 @@
+Wed Sep 20 09:37:12 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 2.4.80
+ - Properly initialize a new malware sample. [Raphaël Vinot]
+ - Merge branch 'master' of github.com:MISP/PyMISP. [Raphaël Vinot]
+ - Permission issue... [Alexandre Dulaunoy]
+ - Merge branch 'objects' [Raphaël Vinot]
+ - Bump misp object. [Raphaël Vinot]
+ - Allow to get the list of known types out of MISPEvent again. [Raphaël
+   Vinot]
+ - Merge branch 'objects' of github.com:MISP/PyMISP into objects.
+   [Raphaël Vinot]
+ - Changed source => object / destination => referenced. [iglocska]
+ - Use MISPAbstract as a master class everywhere. [Raphaël Vinot]
+   This is probably breaking everything ¯\_(ツ)_/¯
+ - Bump miso-objects. [Raphaël Vinot]
+ - Changed two fields in object references. [iglocska]
+   - source_uuid => object_uuid
+   - destination_uuid => referenced_uuid
+ - Some more refactoring. [Raphaël Vinot]
+ - Some more refactoring and cleanup. [Raphaël Vinot]
+ - Update object definitions. [Raphaël Vinot]
+ - Update PE generator. [Raphaël Vinot]
+ - Refactoring in order to load objects. [Raphaël Vinot]
+ - Add support for multiple entries of the same type in an object.
+   [Raphaël Vinot]
+ - Remove some python versions from travis. [Raphaël Vinot]
+ - Do not try to run code requiring lief. [Raphaël Vinot]
+ - Remove ImportError. [Raphaël Vinot]
+ - Install deps in travis. [Raphaël Vinot]
+ - Update tests. [Raphaël Vinot]
+ - Do not fail if pymisp is not installed. [Raphaël Vinot]
+ - Add support for ELF and MachO objects. [Raphaël Vinot]
+ - Update get_template_id, cleanup. [Raphaël Vinot]
+ - Refactor all the things. [Raphaël Vinot]
+   Add script for MISP core, make everything generic.
+ - Fixing undefined ressources_path. [edhoedt]
+ - Update function names in mispevent. [Raphaël Vinot]
+ - Re-enable python < 3.5 support. [Raphaël Vinot]
+ - Update file/pe/pe-sections objects creator. [Raphaël Vinot]
+ - Doesn't require describe_types in MISPAttribute's constructor.
+   [Raphaël Vinot]
+ - Update accordingly to the current server implementation. [Raphaël
+   Vinot]
+ - Re-enable python2 support... [Raphaël Vinot]
+ - Initial commit supporting MISP Objects. [Raphaël Vinot]
+ - ChangeLog updated to the latest version. [Alexandre Dulaunoy]
+- add fix-tests-pr-111.patch to skip an optional test depending on third party 
data
+
+---
+Thu Sep  7 20:05:10 UTC 2017 - sebix+novell@sebix.at
+
+- update to version 2.4.79
+- updated shebang fixes
+
+---

Old:

  pymisp-2.4.68.tar.gz

New:

  fix-tests-pr-111.patch
  pymisp-2.4.80.tar.gz



Other differences:
--
++ python-pymisp.spec ++
--- /var/tmp/diff_new_pack.0F7Tz9/_old  2017-09-22 21:34:09.386606078 +0200
+++ /var/tmp/diff_new_pack.0F7Tz9/_new  2017-09-22 21:34:09.390605514 +0200
@@ -13,53 +13,90 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{!?license: %global license %doc}
 %bcond_without test
 Name:   python-pymisp
-Version:2.4.68
+Version:2.4.80
 Release:0
-License:BSD-2-Clause
 Summary:Python API for MISP
-Url:https://github.com/MISP/PyMISP
+License:BSD-2-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/MISP/PyMISP
 Source: 
https://files.pythonhosted.org/packages/source/p/pymisp/pymisp-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
+# PATCH-FIX-UPSTREAM fix-tests-pr-111.patch -- skip an optional test depending 
on third party data
+Patch0: 
https://github.com/MISP/PyMISP/pull/111.patch#/fix-tests-pr-111.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module jsonschema}
 BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  

commit python-django_compressor for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-django_compressor for 
openSUSE:Factory checked in at 2017-09-22 21:34:03

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


Package is "python-django_compressor"

Fri Sep 22 21:34:03 2017 rev:11 rq:527390 version:2.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-django_compressor/python-django_compressor.changes
2016-05-23 16:39:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django_compressor.new/python-django_compressor.changes
   2017-09-22 21:34:06.475015931 +0200
@@ -1,0 +2,33 @@
+Wed Aug 16 06:45:28 UTC 2017 - dmuel...@suse.com
+
+- update to 2.1.1
+
+---
+Wed Feb 22 18:18:31 CET 2017 - sbra...@suse.com
+
+- Update to version 2.1:
+  * Add Django 1.10 compatibility
+  * Add support for inheritance using a variable in offline
+compression
+  * Fix recursion error with offline compression when extending
+templates with the same name
+  * Fix UnicodeDecodeError when using CompilerFilter and caching
+  * Fix CssAbsoluteFilter changing double quotes to single quotes,
+breaking SVG
+
+---
+Wed Jul  6 16:24:17 UTC 2016 - dmuel...@suse.com
+
+- update to 2.0:
+  - Add Django 1.9 compatibility
+  - Remove official support for Django 1.4 and 1.7
+  - Add official support for Python 3.5
+  - Remove official support for Python 2.6
+  - Remove support for coffin and jingo
+  - Fix Jinja2 compatibility for Django 1.8+
+  - Stop bundling vendored versions of rcssmin and rjsmin, make them proper 
dependencies
+  - Remove support for CSSTidy
+  - Remove support for beautifulsoup 3.
+  - Replace cssmin by csscompressor (cssmin is still available for 
backwards-compatibility but points to rcssmin)
+
+---

Old:

  django_compressor-1.6.tar.gz

New:

  django_compressor-2.1.1.tar.gz



Other differences:
--
++ python-django_compressor.spec ++
--- /var/tmp/diff_new_pack.dgyFLe/_old  2017-09-22 21:34:06.986943869 +0200
+++ /var/tmp/diff_new_pack.dgyFLe/_new  2017-09-22 21:34:06.986943869 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django_compressor
 #
-# 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
@@ -17,17 +17,19 @@
 
 
 Name:   python-django_compressor
-Version:1.6
+Version:2.1.1
 Release:0
 Summary:Compresses Linked and Inline JavaScript or CSS Into Single 
Cached Files
 License:MIT and BSD-3-Clause and Apache-2.0
 Group:  Development/Languages/Python
 Url:http://django_compressor.readthedocs.org/
-Source: 
http://pypi.python.org/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/d/django_compressor/django_compressor-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:   python-django
-Requires:   python-django-appconf
+Requires:   python-django-appconf >= 1.0
+Requires:   python-rcssmin >= 1.0.6
+Requires:   python-rjsmin >= 1.0.12
 %if 0%{?suse_version}
 Suggests:   python-beautifulsoup
 Suggests:   python-html5lib

++ django_compressor-1.6.tar.gz -> django_compressor-2.1.1.tar.gz ++
 4507 lines of diff (skipped)




commit python-pyRFC3339 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-pyRFC3339 for 
openSUSE:Factory checked in at 2017-09-22 21:34:09

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


Package is "python-pyRFC3339"

Fri Sep 22 21:34:09 2017 rev:2 rq:527503 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyRFC3339/python-pyRFC3339.changes
2016-01-11 19:11:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyRFC3339.new/python-pyRFC3339.changes   
2017-09-22 21:34:11.726276731 +0200
@@ -1,0 +2,5 @@
+Wed Sep 20 09:39:52 UTC 2017 - ec...@opensuse.org
+
+- Convert to singlespec
+
+---



Other differences:
--
++ python-pyRFC3339.spec ++
--- /var/tmp/diff_new_pack.dyBzpH/_old  2017-09-22 21:34:12.278199039 +0200
+++ /var/tmp/diff_new_pack.dyBzpH/_new  2017-09-22 21:34:12.282198475 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyRFC3339
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,8 @@
 #
 
 
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
-%endif
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+
 Name:   python-pyRFC3339
 Version:1.0
 Release:0
@@ -29,12 +26,17 @@
 Group:  Development/Languages/Python
 Url:https://github.com/kurtraschke/pyRFC3339
 Source: 
https://pypi.python.org/packages/source/p/pyRFC3339/pyRFC3339-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-pytz
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-pytz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
+
+%python_subpackages
 
 %description
 pyRFC3339 parses and generates :RFC:`3339`-compliant timestamps using Python 
`datetime.datetime` objects.
@@ -43,15 +45,16 @@
 %setup -q -n pyRFC3339-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/pyrfc3339
 
 %check
-python setup.py test
+%python_exec setup.py test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst LICENSE.txt
 %{python_sitelib}/*




commit python-python-ptrace for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-python-ptrace for 
openSUSE:Factory checked in at 2017-09-22 21:33:46

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


Package is "python-python-ptrace"

Fri Sep 22 21:33:46 2017 rev:3 rq:527286 version:0.9.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-ptrace/python-python-ptrace.changes
2017-07-06 00:01:38.637138074 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-ptrace.new/python-python-ptrace.changes
   2017-09-22 21:34:00.883802985 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 07:10:02 UTC 2017 - mimi...@gmail.com
+
+- update to 0.9.3
+  * Fix test_strace.py: tolerate the openat() syscall
+
+---

Old:

  python-ptrace-0.9.2.tar.gz

New:

  python-ptrace-0.9.3.tar.gz



Other differences:
--
++ python-python-ptrace.spec ++
--- /var/tmp/diff_new_pack.Y65O6k/_old  2017-09-22 21:34:01.471720226 +0200
+++ /var/tmp/diff_new_pack.Y65O6k/_new  2017-09-22 21:34:01.471720226 +0200
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define pkg_name python-ptrace
 Name:   python-%{pkg_name}
-Version:0.9.2
+Version:0.9.3
 Release:0
 Summary:Python binding for ptrace
 License:GPL-2.0
 Group:  Development/Languages/Python
 Url:http://python-ptrace.readthedocs.io/
-Source: 
https://github.com/haypo/%{pkg_name}/archive/%{pkg_name}-%{version}.tar.gz
+Source: 
https://github.com/haypo/%{pkg_name}/archive/%{version}.tar.gz#!./%{pkg_name}-%{version}.tar.gz
 BuildRequires:  %{python_module base}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
@@ -33,14 +33,13 @@
 BuildRequires:  python-rpm-macros
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
 python-ptrace is a debugger using ptrace written in Python.
 
 %prep
-%setup -q -n %{pkg_name}-%{pkg_name}-%{version}
+%setup -q -n %{pkg_name}-%{version}
 sed -i 's/\x0D$//' doc/*.rst
 chmod 0644 examples/*.py
 
@@ -67,7 +66,6 @@
 %python_uninstall_alternative gdb.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc COPYING
 %doc README.rst
 %doc doc/* examples

++ python-ptrace-0.9.2.tar.gz -> python-ptrace-0.9.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/.travis.yml 
new/python-ptrace-0.9.3/.travis.yml
--- old/python-ptrace-python-ptrace-0.9.2/.travis.yml   2017-02-12 
19:06:40.0 +0100
+++ new/python-ptrace-0.9.3/.travis.yml 2017-09-19 11:00:47.0 +0200
@@ -5,3 +5,6 @@
   - TOXENV=py3
 install: pip install -U tox
 script: tox
+notifications:
+  email:
+- victor.stin...@gmail.com
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/doc/changelog.rst 
new/python-ptrace-0.9.3/doc/changelog.rst
--- old/python-ptrace-python-ptrace-0.9.2/doc/changelog.rst 2017-02-12 
19:06:40.0 +0100
+++ new/python-ptrace-0.9.3/doc/changelog.rst   2017-09-19 11:00:47.0 
+0200
@@ -3,6 +3,11 @@
 Changelog
 =
 
+python-ptrace 0.9.3 (2017-09-19)
+
+
+* Issue #42: Fix test_strace.py: tolerate the openat() syscall.
+
 python-ptrace 0.9.2 (2017-02-12)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/doc/conf.py 
new/python-ptrace-0.9.3/doc/conf.py
--- old/python-ptrace-python-ptrace-0.9.2/doc/conf.py   2017-02-12 
19:06:40.0 +0100
+++ new/python-ptrace-0.9.3/doc/conf.py 2017-09-19 11:00:47.0 +0200
@@ -48,7 +48,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = release = '0.9.2'
+version = release = '0.9.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ptrace-python-ptrace-0.9.2/ptrace/version.py 
new/python-ptrace-0.9.3/ptrace/version.py
--- old/python-ptrace-python-ptrace-0.9.2/ptrace/version.py 2017-02-12 
19:06:40.0 +0100
+++ new/python-ptrace-0.9.3/ptrace/version.py   2017-09-19 11:00:47.0 
+0200
@@ -1,4 +1,4 @@
 PACKAGE = "python-ptrace"
-VERSION = "0.9.2"
+VERSION = "0.9.3"
 WEBSITE = "http://python-ptrace.readthedocs.io/;
 LICENSE = "GNU GPL v2"
diff -urN 

commit nodejs8 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package nodejs8 for openSUSE:Factory checked 
in at 2017-09-22 21:33:35

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


Package is "nodejs8"

Fri Sep 22 21:33:35 2017 rev:3 rq:526982 version:8.5.0

Changes:

--- /work/SRC/openSUSE:Factory/nodejs8/nodejs8.changes  2017-09-04 
12:34:31.434686772 +0200
+++ /work/SRC/openSUSE:Factory/.nodejs8.new/nodejs8.changes 2017-09-22 
21:33:57.388295035 +0200
@@ -1,0 +2,32 @@
+Wed Sep 13 04:43:23 UTC 2017 - qantas94he...@gmail.com
+
+- New upstream version 8.5.0:
+  * build: Snapshots are now re-enabled in V8 (#14875)
+  * console: Implement minimal console.group(). (#14910)
+  * deps/libuv: upgraded to 1.14.1 (#14866)
+  * deps/nghttp2: upgraded to 1.25.0 (#14955)
+  * dns: Add "verbatim" option to dns.lookup(). When true, results
+from the DNS resolver are passed on as-is, without the
+reshuffling that Node.js otherwise does that puts IPv4
+addresses before IPv6 addresses. (#14731)
+  * fs: add fs.copyFile and fs.copyFileSync which allows for more
+efficient copying of files. (#15034)
+  * inspector: Enable async stack traces (#13870)
+  * module: Add support for ESM. This is currently behind the
+--experimental-modules flag and requires the .mjs extension.
+(#14369)
+  * napi: implement promise (#14365)
+  * os: Add support for CIDR notation to the output of the
+networkInterfaces() method. (#14307)
+  * perf_hooks: An initial implementation of the Performance
+Timing API for Node.js. This is the same Performance Timing
+API implemented by modern browsers with a number of Node.js
+specific properties. The User Timing mark() and measure() APIs
+have also been implemented. (#14680)
+  * tls: multiple PFX in createSecureContext (#14793)
+- Change compiler version used:
+  * SLE 11 SP4: GCC 5
+  * SLE 12 and Leap 42: GCC 6
+  * Factory and SLE/Leap 15: default
+
+---

Old:

  node-v8.4.0.tar.xz

New:

  node-v8.5.0.tar.xz



Other differences:
--
++ nodejs8.spec ++
--- /var/tmp/diff_new_pack.R1bQlR/_old  2017-09-22 21:33:58.924078848 +0200
+++ /var/tmp/diff_new_pack.R1bQlR/_new  2017-09-22 21:33:58.928078285 +0200
@@ -26,7 +26,7 @@
 ###
 
 Name:   nodejs8
-Version:8.4.0
+Version:8.5.0
 Release:0
 
 %if 0%{?sles_version} == 11
@@ -113,15 +113,36 @@
 %endif
 
 # Node.js 4/6/7 requires GCC 4.8.5+.
-# Upstream asks for GCC 4.9.4+ with 8.x, but that is more for
-# maintenance reasons and potential C++11 issues rather than
-# a failure to compile with GCC 4.8. (GH: nodejs/node, d13a65ad)
-# Only SLE 11 has a default compiler version older than necessary.
+#
+# For Node.js 8.x, upstream requires GCC 4.9.4+, as GCC 4.8 may have
+# slightly buggy C++11 support: https://github.com/nodejs/node/pull/13466
+#
+# If the default compiler is not supported, use the most recent compiler
+# version available.
 %if 0%{?sles_version} == 11
+# GCC 5 is only available in the SUSE:SLE-11:SP4:Update repository (SDK).
+%if 8 >= 8
+BuildRequires:  gcc5-c++
+%define cc_exec  gcc-5
+%define cpp_exec g++-5
+%else
 BuildRequires:  gcc48-c++
 %define cc_exec  gcc-4.8
 %define cpp_exec g++-4.8
-%else
+%endif # node >= 8
+%endif # sles == 11
+
+# SLE 12 and Leap 42
+%if 0%{?suse_version} == 1315
+%if 8 >= 8
+BuildRequires:  gcc6-c++
+%define cc_exec  gcc-6
+%define cpp_exec g++-6
+%endif
+%endif
+
+# No special version defined, use default.
+%if ! 0%{?cc_exec:1}
 BuildRequires:  gcc-c++
 %endif
 
@@ -223,7 +244,7 @@
 %if 8 < 6
 %patch2 -p1
 %endif
-%if 8 < 8
+%if 8 < 6
 %patch3 -p1
 %endif
 %patch101 -p1

++ SHASUMS256.txt ++
--- /var/tmp/diff_new_pack.R1bQlR/_old  2017-09-22 21:33:58.976071529 +0200
+++ /var/tmp/diff_new_pack.R1bQlR/_new  2017-09-22 21:33:58.976071529 +0200
@@ -1,42 +1,42 @@
-9007e961fc9a2a8badb656ebaab52077347113d7618806e7aa502a71eab3f5aa  
node-v8.4.0-aix-ppc64.tar.gz
-cc10ffbd11586bd27a7cc5e6e2d03fd3e0b341368387a03ee9a0117a0288599d  
node-v8.4.0-darwin-x64.tar.gz
-e88e41ff5566f1e79f88d116bcc0013ac423741e85bd40d91775ca8f4e5141a1  
node-v8.4.0-darwin-x64.tar.xz
-724d091c6610255ece8c310e7e3924f0e675d1486d63bca34e7ac0c8c8e07497  
node-v8.4.0-headers.tar.gz
-bd56ece5c3f66492c178f3affb9a9dc0dfbf121dd21b52c9e04071dc2e9b8b61  
node-v8.4.0-headers.tar.xz
-a85225930dadf0b8161f95fe7e0e81e8840a8e20623cb5a7b5c61fced10ed7f0  
node-v8.4.0-linux-arm64.tar.gz
-0a811bbe4905fc879f3cbfc976e5a37cca05bbd609774abe4332b29fea75f073  
node-v8.4.0-linux-arm64.tar.xz
-c8812b7cdce2de297d320145dab11e521a6734d0a3f42e67f86f80b1bb5984a0  

commit python-testresources for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-testresources for 
openSUSE:Factory checked in at 2017-09-22 21:34:24

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


Package is "python-testresources"

Fri Sep 22 21:34:24 2017 rev:8 rq:527700 version:2.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testresources/python-testresources.changes
2017-05-06 20:46:52.534190547 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testresources.new/python-testresources.changes
   2017-09-22 21:34:24.456484747 +0200
@@ -1,0 +2,5 @@
+Thu Sep 21 09:04:38 UTC 2017 - tbecht...@suse.com
+
+- Add PR-8.patch . This skips a flaky test during python3 test runs
+
+---

New:

  PR-8.patch



Other differences:
--
++ python-testresources.spec ++
--- /var/tmp/diff_new_pack.2N0dcy/_old  2017-09-22 21:34:25.264371025 +0200
+++ /var/tmp/diff_new_pack.2N0dcy/_new  2017-09-22 21:34:25.268370462 +0200
@@ -25,10 +25,13 @@
 Group:  Development/Languages/Python
 Url:https://launchpad.net/testresources
 Source: 
https://files.pythonhosted.org/packages/source/t/testresources/testresources-%{version}.tar.gz
+# PATCH-FEATURE-UPSTREAM PR-8.patch -- 
https://github.com/testing-cabal/testresources/pull/8.patch
+Patch1: PR-8.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module fixtures}
 BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  %{python_module testtools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -43,6 +46,7 @@
 
 %prep
 %setup -q -n testresources-%{version}
+%patch1 -p1
 
 %build
 %python_build

++ PR-8.patch ++
>From c308ca14278da92c657c1a3a079fafb93443e0f0 Mon Sep 17 00:00:00 2001
From: Free Ekanayaka 
Date: Sat, 26 Nov 2016 15:37:57 +
Subject: [PATCH] Skip flaky testBasicSortTests on Python 3

---
 setup.cfg | 1 +
 testresources/tests/test_optimising_test_suite.py | 2 ++
 2 files changed, 3 insertions(+)

Index: testresources-2.0.1/setup.cfg
===
--- testresources-2.0.1.orig/setup.cfg
+++ testresources-2.0.1/setup.cfg
@@ -19,7 +19,8 @@ classifier =
Topic :: Software Development :: Testing
 
 [extras]
-test = 
+test =
+six
docutils
fixtures
testtools
Index: testresources-2.0.1/testresources/tests/test_optimising_test_suite.py
===
--- testresources-2.0.1.orig/testresources/tests/test_optimising_test_suite.py
+++ testresources-2.0.1/testresources/tests/test_optimising_test_suite.py
@@ -15,6 +15,7 @@
 #  license.
 #
 
+import six
 import testtools
 import random
 import testresources
@@ -498,6 +499,7 @@ class TestGraphStuff(testtools.TestCase)
 permutations.append([case4, case1, case3, case2])
 return permutations
 
+@unittest2.skipIf(six.PY3, "Flaky on Python 3, see LP #1645008")
 def testBasicSortTests(self):
 # Test every permutation of inputs, with legacy tests.
 # Cannot use equal costs because of the use of



commit hawk2 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2017-09-22 21:34:19

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


Package is "hawk2"

Fri Sep 22 21:34:19 2017 rev:43 rq:527659 version:2.1.0+git.1505978451.64a32626

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2017-09-09 
20:27:00.638065815 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2017-09-22 
21:34:21.380917683 +0200
@@ -1,0 +2,48 @@
+Thu Sep 21 07:26:18 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505978451.64a32626:
+  * Link error to report creation (bsc#1056483)
+  * Low: Show cluster name in status title
+  * Show revoke action for locally granted tickets (bsc#1059662)
+
+---
+Wed Sep 20 10:11:37 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505902130.031a9f76:
+  * Medium: Get post-expression value of ip resource for booth (bsc#1059492)
+  * Only trigger attrlist click if paired with a SELECT element (bsc#1053456)
+
+---
+Mon Sep 18 14:41:42 UTC 2017 - kgronl...@suse.com
+
+- Require timezone data to be present during build 
+
+---
+Mon Sep 18 10:18:44 UTC 2017 - kgronl...@suse.com
+
+- Loosen BR for nodejs to enable nodejs8 
+
+---
+Thu Sep 14 12:58:37 UTC 2017 - mrueck...@suse.de
+
+- add some BR to help the scheduler
+
+---
+Thu Sep 14 11:52:10 UTC 2017 - kgronl...@suse.com
+
+- Update to version 2.1.0+git.1505201925.7f077708:
+  * Use hawk-apiserver as proxy
+  * Remove hawk_monitor and related dependencies
+
+---
+Tue Sep 12 15:53:12 UTC 2017 - mrueck...@suse.de
+
+- minimize the packages we really need for this package:
+  - adds hawk2-nodev.patch
+  - use %{rubygem } syntax for BuildRequires/Requires
+  - reorder requires to match the Gemfile
+  - drop unused BR for nokogiri
+  - run "bundle.%{rb_ruby_suffix} exec bin/rails version"
+to verify that we have everything needed for the Gemfile
+
+---

Old:

  hawk2-2.1.0+git.1504876724.75e1a8b2.tar.bz2

New:

  hawk2-2.1.0+git.1505978451.64a32626.tar.bz2
  hawk2-nodev.patch



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.7hgPG1/_old  2017-09-22 21:34:22.108815220 +0200
+++ /var/tmp/diff_new_pack.7hgPG1/_new  2017-09-22 21:34:22.112814658 +0200
@@ -29,23 +29,23 @@
 %define www_base %{_datadir}
 %define www_tmp  %{_localstatedir}/lib/hawk/tmp
 %define www_log  %{_localstatedir}/log/hawk
+%define gname haclient
+%define uname hacluster
 
 %define rb_build_versions ruby24
 %define rb_ruby_abi ruby:2.4.0
 %define rb_ruby_suffix ruby2.4
 
-%definegname   haclient
-%defineuname   hacluster
-
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.1.0+git.1504876724.75e1a8b2
+Version:2.1.0+git.1505978451.64a32626
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2
 Source100:  hawk-rpmlintrc
+Patch:  hawk2-nodev.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Provides:   ha-cluster-webui
 Obsoletes:  hawk <= 1.1.0
@@ -62,62 +62,54 @@
 Requires:   rubypick
 BuildRequires:  rubypick
 %endif
-Requires:   rubygem(%{rb_ruby_abi}:bundler)
 %if 0%{?suse_version}
 Recommends: graphviz-gnome
 Requires:   iproute2
 PreReq: permissions
 BuildRequires:  fdupes
-BuildRequires:  libpacemaker-devel
-%{?systemd_requires}
 %if 0%{?suse_version} >= 1210
-BuildRequires:  systemd
+BuildRequires:  systemd-rpm-macros
 %endif
+%{?systemd_requires}
 %else
 Requires:   iproute
-BuildRequires:  pacemaker-libs-devel
 %endif
 
 BuildRequires:  distribution-release
-BuildRequires:  rubygem(%{rb_ruby_abi}:fast_gettext) >= 1.4
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext) >= 3.1
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext_i18n_rails) >= 1.8
-BuildRequires:  rubygem(%{rb_ruby_abi}:gettext_i18n_rails_js) >= 1.3
-BuildRequires:  rubygem(%{rb_ruby_abi}:js-routes) >= 1.3.3
-BuildRequires:  rubygem(%{rb_ruby_abi}:kramdown) >= 1.14
-BuildRequires:  rubygem(%{rb_ruby_abi}:mail:2.5)
-BuildRequires:  rubygem(%{rb_ruby_abi}:puma) >= 3
-BuildRequires:  rubygem(%{rb_ruby_abi}:rails:5.1)
-BuildRequires: 

commit python-daiquiri for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-daiquiri for openSUSE:Factory 
checked in at 2017-09-22 21:33:52

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


Package is "python-daiquiri"

Fri Sep 22 21:33:52 2017 rev:2 rq:527387 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-daiquiri/python-daiquiri.changes  
2017-08-16 16:12:56.751850216 +0200
+++ /work/SRC/openSUSE:Factory/.python-daiquiri.new/python-daiquiri.changes 
2017-09-22 21:34:01.663693203 +0200
@@ -1,0 +2,6 @@
+Tue Aug  8 21:52:24 UTC 2017 - jeng...@inai.de
+
+- Use slightly longer description from README.rst.
+  Drop subjective wording.
+
+---



Other differences:
--
++ python-daiquiri.spec ++
--- /var/tmp/diff_new_pack.p52vnn/_old  2017-09-22 21:34:02.351596370 +0200
+++ /var/tmp/diff_new_pack.p52vnn/_new  2017-09-22 21:34:02.355595807 +0200
@@ -20,7 +20,7 @@
 Name:   python-daiquiri
 Version:1.2.1
 Release:0
-Summary:Library to configure Python logging easily
+Summary:Library to configure Python logging
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/jd/daiquiri
@@ -35,7 +35,8 @@
 %python_subpackages
 
 %description
-daiquiri -- Python logging setup helper
+The daiquiri library provides a way to configure logging. It also
+provides some custom formatters and handlers.
 
 %prep
 %setup -q -n daiquiri-%{version}




commit cacti-spine for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package cacti-spine for openSUSE:Factory 
checked in at 2017-09-22 21:33:28

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


Package is "cacti-spine"

Fri Sep 22 21:33:28 2017 rev:4 rq:526937 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/cacti-spine/cacti-spine.changes  2017-09-12 
19:58:06.848136380 +0200
+++ /work/SRC/openSUSE:Factory/.cacti-spine.new/cacti-spine.changes 
2017-09-22 21:33:34.335540086 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 06:25:59 UTC 2017 - lie...@rz.uni-mannheim.de
+
+- Update to version 1.1.24
+  * feature: release to match Cacti release
+
+---

Old:

  1.1.23.tar.gz

New:

  1.1.24.tar.gz



Other differences:
--
++ cacti-spine.spec ++
--- /var/tmp/diff_new_pack.uOy0X2/_old  2017-09-22 21:33:35.731343603 +0200
+++ /var/tmp/diff_new_pack.uOy0X2/_new  2017-09-22 21:33:35.739342478 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cacti-spine
-Version:1.1.23
+Version:1.1.24
 Release:0
 Url:https://github.com/Cacti/spine
 Source: 
https://github.com/Cacti/spine/archive/release/%{version}.tar.gz

++ 1.1.23.tar.gz -> 1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/ChangeLog 
new/spine-release-1.1.24/ChangeLog
--- old/spine-release-1.1.23/ChangeLog  2017-09-12 03:44:31.0 +0200
+++ new/spine-release-1.1.24/ChangeLog  2017-09-16 21:27:10.0 +0200
@@ -1,5 +1,8 @@
 The Cacti Group | spine
 
+1.1.24
+-feature: release to match Cacti release
+
 1.1.23
 -feature: release to match Cacti release
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/README.md 
new/spine-release-1.1.24/README.md
--- old/spine-release-1.1.23/README.md  2017-09-12 03:44:31.0 +0200
+++ new/spine-release-1.1.24/README.md  2017-09-16 21:27:10.0 +0200
@@ -51,6 +51,7 @@
   * dos2unix
   * gcc-core
   * gzip
+  * help2man
   * libmysqlclient
   * libmysqlclient-devel
   * libtool
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spine-release-1.1.23/configure.ac 
new/spine-release-1.1.24/configure.ac
--- old/spine-release-1.1.23/configure.ac   2017-09-12 03:44:31.0 
+0200
+++ new/spine-release-1.1.24/configure.ac   2017-09-16 21:27:10.0 
+0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.53)
-AC_INIT(Spine Poller, 1.1.23, http://www.cacti.net/issues.php)
+AC_INIT(Spine Poller, 1.1.24, http://www.cacti.net/issues.php)
 
 AC_CONFIG_AUX_DIR(config)
 AC_SUBST(ac_aux_dir)




commit kirigami2 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package kirigami2 for openSUSE:Factory 
checked in at 2017-09-22 21:33:01

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


Package is "kirigami2"

Fri Sep 22 21:33:01 2017 rev:5 rq:527402 version:5.38.0

Changes:

--- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes  2017-08-24 
17:57:02.981121340 +0200
+++ /work/SRC/openSUSE:Factory/.kirigami2.new/kirigami2.changes 2017-09-22 
21:33:01.992092955 +0200
@@ -1,0 +2,10 @@
+Tue Sep 19 23:18:57 CEST 2017 - lbeltr...@kde.org
+
+- Update to 5.38.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.38.0.php
+- Changes since 5.37.0:
+  * Too many changes to list here
+
+---

Old:

  kirigami2-5.37.0.tar.xz

New:

  kirigami2-5.38.0.tar.xz



Other differences:
--
++ kirigami2.spec ++
--- /var/tmp/diff_new_pack.aLWweX/_old  2017-09-22 21:33:03.407893657 +0200
+++ /var/tmp/diff_new_pack.aLWweX/_new  2017-09-22 21:33:03.415892531 +0200
@@ -17,9 +17,9 @@
 
 
 %bcond_without lang
-%define _tar_path 5.37
+%define _tar_path 5.38
 Name:   kirigami2
-Version:5.37.0
+Version:5.38.0
 Release:0
 Summary:Set of QtQuick components
 License:LGPL-2.1+

++ kirigami2-5.37.0.tar.xz -> kirigami2-5.38.0.tar.xz ++
 2673 lines of diff (skipped)




commit timezone for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2017-09-22 21:33:06

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


Package is "timezone"

Fri Sep 22 21:33:06 2017 rev:115 rq:528030 version:2017b

Changes:

--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2017-04-03 
11:03:50.522413717 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes  
2017-09-22 21:33:09.539030599 +0200
@@ -1,0 +2,6 @@
+Sat Sep 16 07:11:55 UTC 2017 - fst...@suse.com
+
+- Do not require java-bootstrap, since it does not exist any more;
+  use java < 1.8 instead
+
+---
timezone.changes: same change



Other differences:
--
++ timezone-java.spec ++
--- /var/tmp/diff_new_pack.iWy6dO/_old  2017-09-22 21:33:11.170800901 +0200
+++ /var/tmp/diff_new_pack.iWy6dO/_new  2017-09-22 21:33:11.174800338 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   timezone-java
-BuildRequires:  java-bootstrap
+BuildRequires:  java
+BuildConflicts: java >= 1.8
 BuildRequires:  javazic
 BuildRequires:  tzdb
 Summary:Time Zone Descriptions
-License:BSD-3-Clause and SUSE-Public-Domain
-Group:  System/Base
 # COMMON-BEGIN
 # COMMON-BEGIN
+License:BSD-3-Clause and SUSE-Public-Domain
+Group:  System/Base
 Version:2017b
 Release:0
 Source: 
https://www.iana.org/time-zones/repository/releases/tzdata%{version}.tar.gz


++ timezone-java.spec.in ++
--- /var/tmp/diff_new_pack.iWy6dO/_old  2017-09-22 21:33:11.258788515 +0200
+++ /var/tmp/diff_new_pack.iWy6dO/_new  2017-09-22 21:33:11.258788515 +0200
@@ -17,7 +17,8 @@
 
 
 Name:   timezone-java
-BuildRequires:  java-bootstrap
+BuildRequires:  java
+BuildConflicts: java >= 1.8
 BuildRequires:  javazic
 BuildRequires:  tzdb
 Summary:Time Zone Descriptions







commit python-pyOpenSSL for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2017-09-22 21:32:53

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


Package is "python-pyOpenSSL"

Fri Sep 22 21:32:53 2017 rev:28 rq:527394 version:17.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes
2017-08-14 12:37:50.730322685 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL.changes   
2017-09-22 21:32:54.693120404 +0200
@@ -1,0 +2,35 @@
+Wed Aug 23 05:26:31 UTC 2017 - tbecht...@suse.com
+
+- update to 17.2.0:
+  - Deprecated ``OpenSSL.rand`` - callers should use ``os.urandom()`` instead.
+  - Fixed a bug causing ``Context.set_default_verify_paths()`` to not work with
+cryptography ``manylinux1`` wheels on Python 3.x.
+  - Fixed a crash with (EC)DSA signatures in some cases.
+  - Removed the deprecated ``OpenSSL.rand.egd()`` function.
+Applications should prefer ``os.urandom()`` for random number generation.
+  - Removed the deprecated default ``digest`` argument to 
``OpenSSL.crypto.CRL.export()``.
+Callers must now always pass an explicit ``digest``.
+  - Fixed a bug with ``ASN1_TIME`` casting in ``X509.set_notBefore()``,
+``X509.set_notAfter()``, ``Revoked.set_rev_date()``, 
``Revoked.set_nextUpdate()``,
+and ``Revoked.set_lastUpdate()``. You must now pass times in the form
+``MMDDhhmmssZ``. ``MMDDhhmmss+hhmm`` and ``MMDDhhmmss-hhmm``
+will no longer work. `#612 `_
+  - Deprecated the legacy "Type" aliases: ``ContextType``, ``ConnectionType``,
+``PKeyType``, ``X509NameType``, ``X509ExtensionType``, ``X509ReqType``,
+``X509Type``, ``X509StoreType``, ``CRLType``, ``PKCS7Type``, 
``PKCS12Type``,
+``NetscapeSPKIType``.
+The names without the "Type"-suffix should be used instead.
+  - Added ``OpenSSL.crypto.X509.from_cryptography()`` and 
``OpenSSL.crypto.X509.to_cryptography()``
+for converting X.509 certificate to and from pyca/cryptography objects.
+  - Added ``OpenSSL.crypto.X509Req.from_cryptography()``, 
``OpenSSL.crypto.X509Req.to_cryptography()``,
+``OpenSSL.crypto.CRL.from_cryptography()``, and 
``OpenSSL.crypto.CRL.to_cryptography()``
+for converting X.509 CSRs and CRLs to and from pyca/cryptography objects.
+  - Added ``OpenSSL.debug`` that allows to get an overview of used library 
versions
+(including linked OpenSSL) and other useful runtime information using
+``python -m OpenSSL.debug``.
+  - Added a fallback path to ``Context.set_default_verify_paths()`` to 
accommodate
+the upcoming release of ``cryptography`` ``manylinux1`` wheels.
+- Drop python-pyOpenSSL=replace-expired-cert.patch . Applied upstream.
+- Drop python-pyOpenSSL-always-overflow.patch. Applied upstream.
+
+---

Old:

  pyOpenSSL-17.0.0.tar.gz
  python-pyOpenSSL-always-overflow.patch
  python-pyOpenSSL=replace-expired-cert.patch

New:

  pyOpenSSL-17.2.0.tar.gz



Other differences:
--
++ python-pyOpenSSL.spec ++
--- /var/tmp/diff_new_pack.GJ4HdP/_old  2017-09-22 21:32:55.353027512 +0200
+++ /var/tmp/diff_new_pack.GJ4HdP/_new  2017-09-22 21:32:55.357026949 +0200
@@ -21,7 +21,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:   python-pyOpenSSL
-Version:17.0.0
+Version:17.2.0
 Release:0
 Url:https://github.com/pyca/pyopenssl
 Summary:Python wrapper module around the OpenSSL library
@@ -31,12 +31,8 @@
 Patch0: bug-lp-1265482.diff
 Patch1: skip-networked-test.patch
 Patch2: rsa128-i586.patch
-# PATCH-FIX-UPSTREAM python-pyOpenSSL=replace-expired-cert.patch 
gh#pyca/pyopenssl#637 dims...@opensuse.org -- the root cert expired
-Patch3: python-pyOpenSSL=replace-expired-cert.patch
-# PATCH-FIX-UPSTREAM python-pyOpenSSL-always-overflow.patch 
gh#pyca/pyopenssl#657 r...@suse.de - always trigger overflow in testsuite
-Patch4: python-pyOpenSSL-always-overflow.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module cryptography >= 1.3.4}
+BuildRequires:  %{python_module cryptography >= 1.9}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -44,9 +40,12 @@
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-Sphinx
 %if %{with tests}
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module flaky}
+BuildRequires:  %{python_module pretend}
+BuildRequires:  %{python_module 

commit python-futures for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2017-09-22 21:32:30

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


Package is "python-futures"

Fri Sep 22 21:32:30 2017 rev:12 rq:527391 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes
2017-03-16 09:51:04.297729465 +0100
+++ /work/SRC/openSUSE:Factory/.python-futures.new/python-futures.changes   
2017-09-22 21:32:40.147167986 +0200
@@ -1,0 +2,11 @@
+Thu Jun  1 20:57:57 UTC 2017 - dmuel...@suse.com
+
+- update to 3.1.1:
+- Backported sanity checks for the ``max_workers`` constructor argument for 
ThreadPoolExecutor and
+  ProcessPoolExecutor
+- Set the default value of ``max_workers`` in ThreadPoolExecutor to ``None``, 
as in upstream code
+  (computes the thread pool size based on the number of CPUs)
+- Added support for old-style exception objects
+- Switched to the PSF license
+
+---

Old:

  futures-3.0.5.tar.gz

New:

  futures-3.1.1.tar.gz



Other differences:
--
++ python-futures.spec ++
--- /var/tmp/diff_new_pack.kn6w9S/_old  2017-09-22 21:32:43.778656794 +0200
+++ /var/tmp/diff_new_pack.kn6w9S/_new  2017-09-22 21:32:43.782656232 +0200
@@ -18,15 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-futures
-Version:3.0.5
+Version:3.1.1
 Release:0
 Summary:Backport of the concurrent.futures package from Python 3.2
-License:BSD-2-Clause
+License:Python-2.0
 Group:  Development/Languages/Python
 Url:http://code.google.com/p/pythonfutures
-Source: 
http://pypi.python.org/packages/source/f/futures/futures-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/f/futures/futures-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 

++ futures-3.0.5.tar.gz -> futures-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.5/CHANGES new/futures-3.1.1/CHANGES
--- old/futures-3.0.5/CHANGES   2016-02-14 22:40:14.0 +0100
+++ new/futures-3.1.1/CHANGES   2017-04-14 16:32:09.0 +0200
@@ -1,3 +1,20 @@
+3.1.1
+=
+
+- Backported sanity checks for the ``max_workers`` constructor argument for 
ThreadPoolExecutor and
+  ProcessPoolExecutor
+- Set the default value of ``max_workers`` in ThreadPoolExecutor to ``None``, 
as in upstream code
+  (computes the thread pool size based on the number of CPUs)
+- Added support for old-style exception objects
+- Switched to the PSF license
+
+
+3.1.0
+=
+
+(Failed release)
+
+
 3.0.5
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/futures-3.0.5/LICENSE new/futures-3.1.1/LICENSE
--- old/futures-3.0.5/LICENSE   2015-03-15 04:51:56.0 +0100
+++ new/futures-3.1.1/LICENSE   2017-04-14 16:32:09.0 +0200
@@ -1,21 +1,48 @@
-Copyright 2009 Brian Quinlan. All rights reserved.
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+
 
-Redistribution and use in source and binary forms, with or without 
modification,
-are permitted provided that the following conditions are met:
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
 
-   1. Redistributions of source code must retain the above copyright notice,
-  this list of conditions and the following disclaimer.
-   2. Redistributions in binary form must reproduce the above copyright notice,
-  this list of conditions and the following disclaimer in the documentation
-  and/or other materials provided with the distribution.
-
-THIS SOFTWARE IS PROVIDED BY BRIAN QUINLAN "AS IS" AND ANY EXPRESS OR IMPLIED
-WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 
EVENT
-HALL THE FREEBSD PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT 

commit python-Pygments for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package python-Pygments for openSUSE:Factory 
checked in at 2017-09-22 21:32:15

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


Package is "python-Pygments"

Fri Sep 22 21:32:15 2017 rev:21 rq:527385 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Pygments/python-Pygments.changes  
2017-04-19 18:09:42.591312882 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pygments.new/python-Pygments.changes 
2017-09-22 21:32:16.950433308 +0200
@@ -1,0 +2,5 @@
+Tue Aug 15 12:52:00 UTC 2017 - dmuel...@suse.com
+
+- fix build in a python2.x only env
+
+---



Other differences:
--
++ python-Pygments.spec ++
--- /var/tmp/diff_new_pack.udEL25/_old  2017-09-22 21:32:20.453940132 +0200
+++ /var/tmp/diff_new_pack.udEL25/_new  2017-09-22 21:32:20.457939569 +0200
@@ -31,6 +31,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Requires:   python-setuptools
 Provides:   python-pygments = %{version}
 Obsoletes:  python-pygments < %{version}
@@ -63,8 +65,21 @@
 
 %install
 %python_install
+%{python_expand %$python_install
+mv %{buildroot}%{_bindir}/pygmentize 
%{buildroot}%{_bindir}/pygmentize-%{$python_bin_suffix}
+%fdupes -s %{buildroot}%{$python_sitelib}
+%if "%python3_bin_suffix" != ""
 install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
-%{python_expand %fdupes %{buildroot}%{$python_sitelib}}
+%endif
+}
+
+%prepare_alternative pygmentize
+
+%post
+%python_install_alternative pygmentize
+
+%postun
+%python_install_alternative pygmentize
 
 %check
 export PYTHONDEBUG=1
@@ -73,10 +88,8 @@
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE AUTHORS CHANGES TODO
-%ifpython3
-%{_bindir}/pygmentize
-%{_mandir}/man1/pygmentize.1*
-%endif
+%python_alternative %{_bindir}/pygmentize
+%python3_only %{_mandir}/man1/pygmentize.1*
 %{python_sitelib}/pygments/
 %{python_sitelib}/Pygments-%{version}-py%{python_version}.egg-info/
 




commit xen for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2017-09-22 21:31:52

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


Package is "xen"

Fri Sep 22 21:31:52 2017 rev:234 rq:527360 version:4.9.0_50

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2017-08-24 18:21:48.419959788 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2017-09-22 
21:31:58.884976319 +0200
@@ -1,0 +2,56 @@
+Thu Sep  7 04:58:12 MDT 2017 - carn...@suse.com
+
+- bsc#1057358 - Cannot Boot into SLES12.3 with Xen hypervisor when
+  Secure Boot is Enabled
+  xen.spec
+
+---
+Tue Sep  5 12:00:59 UTC 2017 - oher...@suse.de
+
+- bsc#1055695 - XEN: 11SP4 and 12SP3 HVM guests can not be restored
+  update from v6 to v9 to cover more cases for ballooned domUs
+  libxc.sr.superpage.patch
+
+---
+Mon Aug 28 14:51:54 UTC 2017 - oher...@suse.de
+
+- bsc#1026236 - remove suse_vtsc_tolerance= cmdline option for Xen
+  drop the patch because it is not upstream acceptable
+  remove xen.suse_vtsc_tolerance.patch
+
+---
+Sat Aug 26 10:52:46 UTC 2017 - oher...@suse.de
+
+- bsc#1055695 - XEN: 11SP4 and 12SP3 HVM guests can not be restored
+  after the save using xl stack
+  libxc.sr.superpage.patch
+
+---
+Tue Aug 22 13:25:33 UTC 2017 - oher...@suse.de
+
+- Unignore gcc-PIE
+  the toolstack disables PIE for firmware builds as needed
+
+---
+Mon Aug 21 10:42:46 MDT 2017 - carn...@suse.com
+
+- Upstream patches from Jan (bsc#1027519)
+  592fd5f0-stop_machine-fill-result-only-in-case-of-error.patch
+  596f257e-x86-fix-hvmemul_insn_fetch.patch
+  5982fd99-VT-d-don-t-panic-warn-on-iommu-no-igfx.patch
+  598c3630-VT-d-PI-disable-when-CPU-side-PI-is-off.patch
+  598c3706-cpufreq-only-stop-ondemand-governor-if-started.patch
+  5992f1e5-x86-grant-disallow-misaligned-PTEs.patch (Replaces xsa227.patch)
+  5992f20d-gnttab-split-maptrack-lock-to-make-it-useful-again.patch (Replaces 
xsa228.patch)
+  5992f233-gnttab-correct-pin-status-fixup-for-copy.patch (Replaces 
xsa230.patch)
+  59958e76-gnttab-dont-use-possibly-unbounded-tail-calls.patch (Replaces 
xsa226-1.patch)
+  59958ebf-gnttab-fix-transitive-grant-handling.patch (Replaces xsa226-2.patch)
+  59958edd-gnttab-avoid-spurious-maptrack-handle-alloc-failures.patch
+
+---
+Wed Aug 16 15:03:46 MDT 2017 - carn...@suse.com
+
+- bsc#1044974 - xen-tools require python-pam
+  xen.spec
+
+---
@@ -27,0 +84,7 @@
+Tue Aug  8 08:20:41 MDT 2017 - carn...@suse.com
+
+- bsc#1052686 - VUL-0: xen: grant_table: possibly premature
+  clearing of GTF_writing / GTF_reading (XSA-230)
+  xsa230.patch
+
+---
@@ -32,0 +96,14 @@
+
+---
+Thu Aug  3 11:51:11 MDT 2017 - carn...@suse.com
+
+- bsc#1051787 - VUL-0: CVE-2017-12135: xen: possibly unbounded
+  recursion in grant table code (XSA-226)
+  xsa226-1.patch
+  xsa226-2.patch
+- bsc#1051788 - VUL-0: CVE-2017-12137: xen: x86: PV privilege
+  escalation via map_grant_ref (XSA-227)
+  xsa227.patch
+- bsc#1051789 - VUL-0: CVE-2017-12136: xen: grant_table: Race
+  conditions with maptrack free list handling (XSA-228)
+  xsa228.patch

Old:

  xen.suse_vtsc_tolerance.patch

New:

  592fd5f0-stop_machine-fill-result-only-in-case-of-error.patch
  596f257e-x86-fix-hvmemul_insn_fetch.patch
  5982fd99-VT-d-don-t-panic-warn-on-iommu-no-igfx.patch
  598c3630-VT-d-PI-disable-when-CPU-side-PI-is-off.patch
  598c3706-cpufreq-only-stop-ondemand-governor-if-started.patch
  5992f1e5-x86-grant-disallow-misaligned-PTEs.patch
  5992f20d-gnttab-split-maptrack-lock-to-make-it-useful-again.patch
  5992f233-gnttab-correct-pin-status-fixup-for-copy.patch
  59958e76-gnttab-dont-use-possibly-unbounded-tail-calls.patch
  59958ebf-gnttab-fix-transitive-grant-handling.patch
  59958edd-gnttab-avoid-spurious-maptrack-handle-alloc-failures.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.QNfxlD/_old  2017-09-22 21:32:00.788708337 +0200
+++ /var/tmp/diff_new_pack.QNfxlD/_new  2017-09-22 21:32:00.792707775 +0200
@@ -16,6 +16,8 @@
 #
 
 
+# needssslcertforbuild
+
 Name:   xen
 ExclusiveArch:  %ix86 x86_64 %arm aarch64
 %define changeset 35349
@@ -68,14 +70,15 

commit gpg2 for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2017-09-22 21:32:08

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


Package is "gpg2"

Fri Sep 22 21:32:08 2017 rev:120 rq:527382 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes2017-09-04 
12:26:34.789702409 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2017-09-22 
21:32:09.959417409 +0200
@@ -1,0 +2,15 @@
+Tue Sep 19 19:12:53 UTC 2017 - astie...@suse.com
+
+- GnuPG 2.2.1:
+  * gpg: Fix formatting of the user id in batch mode key generation
+if only "name-email" is given.
+  * gpgv: Fix annoying "not suitable for" warnings.
+  * wks: Convey only the newest user id to the provider. This is
+the case if different names are used with the same addr-spec.
+  * wks: Create a complying user id for provider policy mailbox-only.
+  * wks: Add workaround for posteo.de.
+  * scd: Fix the use of large ECC keys with an OpenPGP card.
+  * dirmngr: Use system provided root certificates if no specific
+HKP certificates are configured. If bu
+
+---

Old:

  gnupg-2.2.0.tar.bz2
  gnupg-2.2.0.tar.bz2.sig

New:

  gnupg-2.2.1.tar.bz2
  gnupg-2.2.1.tar.bz2.sig



Other differences:
--
++ gpg2.spec ++
--- /var/tmp/diff_new_pack.GEXTDl/_old  2017-09-22 21:32:10.999271032 +0200
+++ /var/tmp/diff_new_pack.GEXTDl/_new  2017-09-22 21:32:11.003270470 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gpg2
-Version:2.2.0
+Version:2.2.1
 Release:0
 Summary:File encryption, decryption, signature creation and 
verification utility
 License:GPL-3.0+

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





commit osinfo-db for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package osinfo-db for openSUSE:Factory 
checked in at 2017-09-22 21:32:01

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


Package is "osinfo-db"

Fri Sep 22 21:32:01 2017 rev:7 rq:527361 version:20170813

Changes:

--- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes  2017-08-24 
18:27:54.656376724 +0200
+++ /work/SRC/openSUSE:Factory/.osinfo-db.new/osinfo-db.changes 2017-09-22 
21:32:01.684582229 +0200
@@ -1,0 +2,12 @@
+Fri Sep  8 07:49:26 MDT 2017 - carn...@suse.com
+
+- bsc#1057733 - libosinfo db entry for caasp wrong
+  add-caasp-support.patch
+
+---
+Tue Aug 29 15:30:19 MDT 2017 - carn...@suse.com
+
+- bsc#1056028 - Not able to install OES2018 as guest on Xen
+  add-oes-support.patch
+
+---
@@ -4 +16 @@
-- Add support for openSUSE Leap 15 and SLE15
+- Add support for openSUSE Leap 15 and SLE15 (bsc#1054986)

New:

  add-oes-support.patch



Other differences:
--
++ osinfo-db.spec ++
--- /var/tmp/diff_new_pack.6KaVn6/_old  2017-09-22 21:32:02.172513544 +0200
+++ /var/tmp/diff_new_pack.6KaVn6/_new  2017-09-22 21:32:02.172513544 +0200
@@ -31,6 +31,7 @@
 Patch23:add-win2k16-support.patch
 Patch24:add-opensuse-leap-15-support.patch
 Patch25:add-sle15-support.patch
+Patch26:add-oes-support.patch
 BuildRequires:  intltool
 BuildRequires:  osinfo-db-tools
 
@@ -47,6 +48,7 @@
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1
+%patch26 -p1
 
 %build
 cd %{_builddir}

++ add-caasp-support.patch ++
--- /var/tmp/diff_new_pack.6KaVn6/_old  2017-09-22 21:32:02.196510166 +0200
+++ /var/tmp/diff_new_pack.6KaVn6/_new  2017-09-22 21:32:02.200509603 +0200
@@ -8,16 +8,16 @@
 +
 +
 +  http://suse.com/caasp/1.0;>
-+caasp
-+SUSE Containers as a Service Platform
++caasp1.0
++SUSE CaaS Platform 1.0
 +1.0
 +SUSE
 +SUSE
 +linux
 +caasp
-+http://suse.com/sles/12.1"/>
++http://suse.com/sles/12.2"/>
 +
-+2017-00-00
++2017-08-03
 +
 +
 +  
@@ -31,13 +31,55 @@
 +
 +  
 +5
-+268435456
-+1074151424
++2147483648
++21474836480
++  
++  
++24
++8589934592
++42949672960
++  
++
++  
++
+Index: osinfo-db-20170813/os/suse.com/caasp-2.0.xml
+===
+--- /dev/null
 osinfo-db-20170813/os/suse.com/caasp-2.0.xml
+@@ -0,0 +1,37 @@
++
++
++  http://suse.com/caasp/2.0;>
++caasp2.0
++SUSE CaaS Platform 2.0
++2.0
++SUSE
++SUSE
++linux
++caasp
++http://suse.com/caasp/1.0"/>
++
++2017-00-00
++
++
++  
++LINUX
++SUSE-CaaS-Platform-2.0-DVD-x86_6*
++  
++  boot/x86_64/loader/linux
++  boot/x86_64/loader/initrd
++
++
++
++  
++5
++2147483648
++21474836480
 +  
 +  
 +24
-+536870912
-+8589934592
++8589934592
++42949672960
 +  
 +
 +  

++ add-oes-support.patch ++
 651 lines (skipped)

++ add-opensuse-leap-42.3-support.patch ++
--- /var/tmp/diff_new_pack.6KaVn6/_old  2017-09-22 21:32:02.220506789 +0200
+++ /var/tmp/diff_new_pack.6KaVn6/_new  2017-09-22 21:32:02.224506225 +0200
@@ -14,7 +14,7 @@
 +http://opensuse.org/opensuse/42.2"/>
 +http://opensuse.org/opensuse/42.2"/>
 +
-+2017-09-04
++2017-07-26
 +2019-01-31
 +
 +

++ add-sle12sp3-support.patch ++
--- /var/tmp/diff_new_pack.6KaVn6/_old  2017-09-22 21:32:02.244503411 +0200
+++ /var/tmp/diff_new_pack.6KaVn6/_new  2017-09-22 21:32:02.244503411 +0200
@@ -14,7 +14,7 @@
 +http://suse.com/sles/12.2"/>
 +http://suse.com/sles/12.2"/>
 +
-+2017-09-04
++2017-09-07
 +
 +
 +  
@@ -82,7 +82,7 @@
 +http://suse.com/sled/12.2"/>
 +http://suse.com/sled/12.2"/>
 +
-+2017-00-00
++2017-09-07
 +
 +
 +  

++ add-sle15-support.patch ++
--- /var/tmp/diff_new_pack.6KaVn6/_old  2017-09-22 21:32:02.256501722 +0200
+++ /var/tmp/diff_new_pack.6KaVn6/_new  2017-09-22 21:32:02.256501722 +0200
@@ -11,8 +11,8 @@
 +SUSE
 +linux
 +sles
-+http://suse.com/sles/12.4"/>
-+http://suse.com/sles/12.4"/>
++http://suse.com/sles/12.3"/>
++http://suse.com/sles/12.3"/>
 +
 +2018-00-00
 +
@@ -79,8 +79,8 @@
 +SUSE
 +linux
 +sled
-+http://suse.com/sled/12.4"/>
-+http://suse.com/sled/12.4"/>
++http://suse.com/sled/12.3"/>
++http://suse.com/sled/12.3"/>
 +
 +  

commit openucx for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package openucx for openSUSE:Factory checked 
in at 2017-09-22 21:29:55

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


Package is "openucx"

Fri Sep 22 21:29:55 2017 rev:4 rq:527339 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/openucx/openucx.changes  2017-07-12 
19:33:55.597968264 +0200
+++ /work/SRC/openSUSE:Factory/.openucx.new/openucx.changes 2017-09-22 
21:30:01.829453834 +0200
@@ -1,0 +2,32 @@
+Tue Sep 19 13:52:13 UTC 2017 - jeng...@inai.de
+
+- Rediff openucx-s390x-support.patch as p1 to be in line with
+  potential git-generated patches.
+
+---
+Tue Sep 19 09:26:07 UTC 2017 - nmoreychaisemar...@suse.com
+
+- Switch to version 1.2.1 (Fate#324050)
+  Previous 1.3+ version was based on a development branch.
+
+  Supported platforms
+- Shared memory: KNEM, CMA, XPMEM, SYSV, Posix
+- VERBs over InfiniBand and RoCE.
+  VERBS over other RDMA interconnects (iWarp, OmniPath, etc.) is available
+  for community evaluation and has not been tested in context of this 
release
+- Cray Gemini and Aries
+- Architectures: x86_64, ARMv8 (64bit), Power64
+  Features:
+- Added support for InfiniBand DC and UD transports, including accelerated 
verbs for Mellanox devices
+- Full support for PGAS/SHMEM interfaces, blocking and non-blocking APIs
+- Support for MPI tag matching, both in software and offload mode
+- Zero copy protocols and rendezvous, registration cache
+- Handling transport errors
+- Flow control for DC/RC
+- Dataypes support: contiguous, IOV, generic
+- Multi-threading support
+- Support for ARMv8 64bit architecture
+- A new API for efficient memory polling
+- Support for malloc-hooks and memory registration caching
+
+---

Old:

  _service
  ucx-1.3+git44.tar.xz

New:

  ucx-1.2.1.tar.gz



Other differences:
--
++ openucx.spec ++
--- /var/tmp/diff_new_pack.dLudBF/_old  2017-09-22 21:30:03.337241587 +0200
+++ /var/tmp/diff_new_pack.dLudBF/_new  2017-09-22 21:30:03.345240462 +0200
@@ -16,20 +16,18 @@
 #
 
 
-%define version_unconverted 1.3+git44
-
 Name:   openucx
 Summary:Unifieid Communication X
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:1.3+git44
+Version:1.2.1
 Release:0
 Url:http://openucx.org/
 
 #Git-Clone:git://github.com/openucx/ucx
 #Git-Web:  https://github.com/openucx/ucx
-Source: ucx-%version.tar.xz
-Patch0: openucx-s390x-support.patch
+Source: 
https://github.com/openucx/ucx/releases/download/v%version/ucx-%version.tar.gz
+Patch1: openucx-s390x-support.patch
 BuildRequires:  autoconf >= 2.63
 BuildRequires:  automake >= 1.10
 BuildRequires:  binutils-devel
@@ -129,7 +127,7 @@
 
 %prep
 %setup -qn ucx-%version
-%patch0
+%patch -P 1 -p1
 
 %build
 autoreconf -fi

++ openucx-s390x-support.patch ++
--- /var/tmp/diff_new_pack.dLudBF/_old  2017-09-22 21:30:03.369237084 +0200
+++ /var/tmp/diff_new_pack.dLudBF/_new  2017-09-22 21:30:03.373236521 +0200
@@ -1,8 +1,20 @@
-diff --git src/ucs/Makefile.am src/ucs/Makefile.am
-index ba869dbf..c588cd9d 100644
 src/ucs/Makefile.am
-+++ src/ucs/Makefile.am
-@@ -25,6 +25,8 @@ nobase_dist_libucs_la_HEADERS = \
+From: Nicolas Morey-Chaisemartin 
+Date: 2017-06-29 08:09:49 +
+
+---
+ src/ucs/Makefile.am |2 +
+ src/ucs/arch/atomic.h   |2 +
+ src/ucs/arch/bitops.h   |2 +
+ src/ucs/arch/cpu.h  |2 +
+ src/ucs/arch/s390x/bitops.h |   32 +++
+ src/ucs/arch/s390x/cpu.h|   51 

+ 6 files changed, 91 insertions(+)
+
+Index: ucx-1.2.1/src/ucs/Makefile.am
+===
+--- ucx-1.2.1.orig/src/ucs/Makefile.am
 ucx-1.2.1/src/ucs/Makefile.am
+@@ -26,6 +26,8 @@ nobase_dist_libucs_la_HEADERS = \
arch/generic/cpu.h \
arch/ppc64/bitops.h \
arch/ppc64/cpu.h \
@@ -11,10 +23,10 @@
arch/x86_64/atomic.h \
arch/x86_64/bitops.h \
arch/x86_64/cpu.h \
-diff --git src/ucs/arch/atomic.h src/ucs/arch/atomic.h
-index 7649971b..7bb2bc36 100644
 src/ucs/arch/atomic.h
-+++ src/ucs/arch/atomic.h
+Index: ucx-1.2.1/src/ucs/arch/atomic.h
+===
+--- ucx-1.2.1.orig/src/ucs/arch/atomic.h
 ucx-1.2.1/src/ucs/arch/atomic.h
 @@ -15,6 +15,8 @@
  #  include 

commit yast2-pkg-bindings for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package yast2-pkg-bindings for 
openSUSE:Factory checked in at 2017-09-22 21:29:25

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


Package is "yast2-pkg-bindings"

Fri Sep 22 21:29:25 2017 rev:191 rq:528239 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes
2017-06-28 10:33:39.949621716 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new/yast2-pkg-bindings.changes   
2017-09-22 21:29:32.469586729 +0200
@@ -1,0 +2,31 @@
+Fri Sep 22 07:24:54 UTC 2017 - lsle...@suse.cz
+
+- Keep enabled recommended packages for the next solver runs
+  when doing distribution upgrade (bsc#1059065)
+- 4.0.0
+
+---
+Wed Aug 23 14:24:20 UTC 2017 - igonzalezs...@suse.com
+
+- Rename PrdMarkLicenseUnconfirmed to PrdMarkLicenseNotConfirmed
+  (FATE#322276)
+- 3.3.2
+
+---
+Mon Aug 21 07:35:43 UTC 2017 - igonzalezs...@suse.com
+
+- Add a Pkg.PrdHasLicenseConfirmed and
+  Pkg.PrdMarkLicenseUnconfirmed (FATE#322276)
+- Pkg.PrdGetLicenseToConfirm always returns the license, no matter
+  whether is confirmed or not
+- Add a second argument to Pkg.PrdGetLicenseToConfirm in order
+  get the license translated to the given language
+- 3.3.1
+
+---
+Wed Aug 16 11:20:16 UTC 2017 - igonzalezs...@suse.com
+
+- Add functions to handle product licenses (FATE#322276)
+- 3.3.0
+
+---

Old:

  yast2-pkg-bindings-3.2.4.tar.bz2

New:

  yast2-pkg-bindings-4.0.0.tar.bz2



Other differences:
--
++ yast2-pkg-bindings-devel-doc.spec ++
--- /var/tmp/diff_new_pack.m6MkF2/_old  2017-09-22 21:29:34.129353089 +0200
+++ /var/tmp/diff_new_pack.m6MkF2/_new  2017-09-22 21:29:34.133352526 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings-devel-doc
-Version:3.2.4
+Version:4.0.0
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-pkg-bindings-%{version}.tar.bz2

++ yast2-pkg-bindings.spec ++
--- /var/tmp/diff_new_pack.m6MkF2/_old  2017-09-22 21:29:34.157349148 +0200
+++ /var/tmp/diff_new_pack.m6MkF2/_new  2017-09-22 21:29:34.161348585 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-pkg-bindings
-Version:3.2.4
+Version:4.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-pkg-bindings-3.2.4.tar.bz2 -> yast2-pkg-bindings-4.0.0.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-3.2.4/package/yast2-pkg-bindings-devel-doc.spec 
new/yast2-pkg-bindings-4.0.0/package/yast2-pkg-bindings-devel-doc.spec
--- old/yast2-pkg-bindings-3.2.4/package/yast2-pkg-bindings-devel-doc.spec  
2017-06-21 17:32:25.057598963 +0200
+++ new/yast2-pkg-bindings-4.0.0/package/yast2-pkg-bindings-devel-doc.spec  
2017-09-22 10:44:23.624011068 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   yast2-pkg-bindings-devel-doc
-Version:3.2.4
+Version:4.0.0
 Release:0
 License:GPL-2.0
 Group:  Documentation/HTML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-pkg-bindings-3.2.4/package/yast2-pkg-bindings.changes 
new/yast2-pkg-bindings-4.0.0/package/yast2-pkg-bindings.changes
--- old/yast2-pkg-bindings-3.2.4/package/yast2-pkg-bindings.changes 
2017-06-21 17:32:25.061598963 +0200
+++ new/yast2-pkg-bindings-4.0.0/package/yast2-pkg-bindings.changes 
2017-09-22 10:44:23.624011068 +0200
@@ -1,4 +1,35 @@
 ---
+Fri Sep 22 07:24:54 UTC 2017 - lsle...@suse.cz
+
+- Keep enabled recommended packages for the next solver runs
+  when doing distribution upgrade (bsc#1059065)
+- 4.0.0
+
+---
+Wed Aug 23 14:24:20 UTC 2017 - igonzalezs...@suse.com
+
+- Rename PrdMarkLicenseUnconfirmed to PrdMarkLicenseNotConfirmed
+  (FATE#322276)
+- 3.3.2
+
+---
+Mon Aug 21 07:35:43 UTC 2017 - igonzalezs...@suse.com
+
+- Add a Pkg.PrdHasLicenseConfirmed and
+  Pkg.PrdMarkLicenseUnconfirmed (FATE#322276)
+- Pkg.PrdGetLicenseToConfirm always returns the license, no matter
+  whether is confirmed or not
+- Add a second argument to Pkg.PrdGetLicenseToConfirm in order
+  get the license translated to the given language
+- 3.3.1
+

commit e2fsprogs for openSUSE:Factory

2017-09-22 Thread root
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2017-09-22 21:29:48

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


Package is "e2fsprogs"

Fri Sep 22 21:29:48 2017 rev:96 rq:527259 version:1.43.6

Changes:

--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes  2017-09-13 
21:33:14.753621313 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2017-09-22 
21:29:50.363067920 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 14:42:48 CEST 2017 - r...@suse.de
+
+- ignore errors for install-info calls in post scripts,
+  otherwise installing with "--excludedocs" fails 
+
+---



Other differences:
--
++ e2fsprogs.spec ++
--- /var/tmp/diff_new_pack.mE5Ipb/_old  2017-09-22 21:29:52.842718868 +0200
+++ /var/tmp/diff_new_pack.mE5Ipb/_new  2017-09-22 21:29:52.850717742 +0200
@@ -281,14 +281,14 @@
 %post
 /sbin/ldconfig
 %if ! %{build_mini}
-%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
 %{?regenerate_initrd_post}
 %endif
 
 %postun
 /sbin/ldconfig
 %if ! %{build_mini}
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
 %{?regenerate_initrd_post}
 %endif