commit yast2 for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-06-02 12:49:49

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2016-05-19 
12:04:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-06-02 
12:49:50.0 +0200
@@ -1,0 +2,18 @@
+Fri May 20 08:09:04 UTC 2016 - mchand...@suse.de
+
+- Split SuSEFirewall and SuSEFirewallServices classes to separate
+  files as recommended by the Yast coding style (fate#318356,
+  gh#yast/yast-yast2#471)
+- 3.1.191
+
+---
+Thu May 19 13:16:28 UTC 2016 - mchand...@suse.de
+
+- Refactor SuSEFirewall backend code to support FirewallD. This allows
+  yast2 modules to be firewall agnostic and handle firewall services in
+  either SuSEFirewall2 or FirewallD (fate#318356, gh#yast/yast-yast2#457)
+  * Do a bit of code cleanup.
+  * Add FirewallD tests.
+- 3.1.190
+
+---

Old:

  yast2-3.1.189.tar.bz2

New:

  yast2-3.1.191.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.GeySkQ/_old  2016-06-02 12:49:51.0 +0200
+++ /var/tmp/diff_new_pack.GeySkQ/_new  2016-06-02 12:49:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.189
+Version:3.1.191
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-3.1.189.tar.bz2 -> yast2-3.1.191.tar.bz2 ++
 12362 lines of diff (skipped)




commit yast2-installation for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2016-06-02 12:49:44

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2016-05-19 12:04:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2016-06-02 12:49:45.0 +0200
@@ -1,0 +2,35 @@
+Wed Jun  1 11:41:27 UTC 2016 - igonzalezs...@suse.com
+
+- When importing SSH keys/configuration, only regular files
+  will be considered (bsc#982522)
+- Force YaST2-Firstboot.service to run after
+  YaST2-Second-Stage.service (bsc#980365)
+- 3.1.191
+
+---
+Mon May 30 14:35:05 UTC 2016 - lsle...@suse.cz
+
+- Move the debugger invocation code to yast2-ruby-bindings package
+  to use the same implementation at run time (FATE#318421)
+- 3.1.190
+
+---
+Thu May 26 13:17:42 UTC 2016 - kanders...@suse.com
+
+- System Role: centered dialog (ncurses).
+
+---
+Wed May 25 15:49:41 UTC 2016 - kanders...@suse.com
+
+- More visual improvements in the SSH keys importing proposal
+  summary based on blog entry feedback. (Fate#319624)
+- 3.1.189
+
+---
+Wed May 25 13:07:59 UTC 2016 - lsle...@suse.cz
+
+- Start the Ruby debugger at the beginning of installation
+  when Y2DEBUGGER is set (FATE#318421)
+- 3.1.188
+
+---

Old:

  yast2-installation-3.1.187.tar.bz2

New:

  yast2-installation-3.1.191.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.EVCAwn/_old  2016-06-02 12:49:46.0 +0200
+++ /var/tmp/diff_new_pack.EVCAwn/_new  2016-06-02 12:49:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.187
+Version:3.1.191
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ YaST2-Firstboot.service ++
--- /var/tmp/diff_new_pack.EVCAwn/_old  2016-06-02 12:49:46.0 +0200
+++ /var/tmp/diff_new_pack.EVCAwn/_new  2016-06-02 12:49:46.0 +0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=YaST2 Firstboot
-After=apparmor.service local-fs.target plymouth-start.service
+After=apparmor.service local-fs.target plymouth-start.service 
YaST2-Second-Stage.service
 Before=getty@tty1.service serial-getty@ttyS0.service 
serial-getty@ttyS1.service serial-getty@ttyS2.service
 Before=display-manager.service network.service
 ConditionPathExists=/var/lib/YaST2/reconfig_system

++ yast2-installation-3.1.187.tar.bz2 -> yast2-installation-3.1.191.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.187/package/YaST2-Firstboot.service 
new/yast2-installation-3.1.191/package/YaST2-Firstboot.service
--- old/yast2-installation-3.1.187/package/YaST2-Firstboot.service  
2016-05-18 11:28:09.0 +0200
+++ new/yast2-installation-3.1.191/package/YaST2-Firstboot.service  
2016-06-01 14:02:48.0 +0200
@@ -1,6 +1,6 @@
 [Unit]
 Description=YaST2 Firstboot
-After=apparmor.service local-fs.target plymouth-start.service
+After=apparmor.service local-fs.target plymouth-start.service 
YaST2-Second-Stage.service
 Before=getty@tty1.service serial-getty@ttyS0.service 
serial-getty@ttyS1.service serial-getty@ttyS2.service
 Before=display-manager.service network.service
 ConditionPathExists=/var/lib/YaST2/reconfig_system
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.187/package/yast2-installation.changes 
new/yast2-installation-3.1.191/package/yast2-installation.changes
--- old/yast2-installation-3.1.187/package/yast2-installation.changes   
2016-05-18 11:28:09.0 +0200
+++ new/yast2-installation-3.1.191/package/yast2-installation.changes   
2016-06-01 14:02:48.0 +0200
@@ -1,4 +1,39 @@
 ---
+Wed Jun  1 11:41:27 UTC 2016 - igonzalezs...@suse.com
+
+- When importing SSH keys/configuration, only regular files
+  will be considered (bsc#982522)
+- Force YaST2-Firstboot.service to run after
+  YaST2-Second-Stage.service (bsc#980365)
+- 3.1.191
+
+---
+Mon May 30 14:35:05 UTC 2016 - lsle...@suse.cz
+
+- 

commit yast2-bootloader for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-bootloader for 
openSUSE:Factory checked in at 2016-06-02 12:49:56

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


Package is "yast2-bootloader"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-bootloader/yast2-bootloader.changes
2016-05-23 16:36:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-bootloader.new/yast2-bootloader.changes   
2016-06-02 12:49:57.0 +0200
@@ -1,0 +2,33 @@
+Wed Jun  1 13:31:57 UTC 2016 - igonzalezs...@suse.com
+
+- Drop yast2-bootloader-devel-doc package (fate#320356)
+- 3.1.192
+
+---
+Mon May 30 08:23:24 UTC 2016 - jreidin...@suse.com
+
+- fix unknown method error ( caused by fix for bnc#980529)
+- 3.1.191
+
+---
+Fri May 27 12:13:54 UTC 2016 - jreidin...@suse.com
+
+- use proper device to setup pmbr for grub2efi (bnc#981997)
+- 3.1.190
+
+---
+Wed May 25 11:59:53 UTC 2016 - jreidin...@suse.com
+
+- do not try to install grub2 on lvm on partition-less disk
+  (bnc#980529)
+- 3.1.189
+
+---
+Tue May 24 09:00:13 UTC 2016 - jreidin...@suse.com
+
+- run mkinitrd at the end of installation to ensure proper initrd
+  even for image based installation or live install
+  (bnc#977656,bnc#979719)
+- 3.1.188
+
+---

Old:

  yast2-bootloader-3.1.187.tar.bz2

New:

  yast2-bootloader-3.1.192.tar.bz2



Other differences:
--
++ yast2-bootloader.spec ++
--- /var/tmp/diff_new_pack.R86H7R/_old  2016-06-02 12:49:58.0 +0200
+++ /var/tmp/diff_new_pack.R86H7R/_new  2016-06-02 12:49:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-bootloader
-Version:3.1.187
+Version:3.1.192
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -59,15 +59,6 @@
 %description
 This package contains the YaST2 component for bootloader configuration.
 
-%package devel-doc
-Requires:   yast2-bootloader = %version
-Summary:YaST2 - Bootloader Configuration - Development Documentation
-Group:  System/YaST
-
-%description devel-doc
-This package contains development documentation for using the API
-provided by yast2-bootloader package.
-
 %prep
 %setup -n %{name}-%{version}
 
@@ -75,7 +66,6 @@
 rake test:unit
 
 %build
-yardoc
 
 %install
 rake install DESTDIR="%{buildroot}"
@@ -112,8 +102,4 @@
 %doc %{yast_docdir}/README.md
 %doc %{yast_docdir}/CONTRIBUTING.md
 
-%files devel-doc
-%defattr(-,root,root)
-%doc %{yast_docdir}/autodocs
-
 %changelog

++ yast2-bootloader-3.1.187.tar.bz2 -> yast2-bootloader-3.1.192.tar.bz2 
++
 1916 lines of diff (skipped)




commit rubygem-byebug for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-byebug for openSUSE:Factory 
checked in at 2016-06-02 12:50:02

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


Package is "rubygem-byebug"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-byebug/rubygem-byebug.changes
2016-05-23 16:37:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-byebug.new/rubygem-byebug.changes   
2016-06-02 12:50:03.0 +0200
@@ -1,0 +2,18 @@
+Sun May 29 04:28:32 UTC 2016 - co...@suse.com
+
+- updated to version 9.0.5
+ see installed CHANGELOG.md
+
+---
+Sat May 21 04:29:39 UTC 2016 - co...@suse.com
+
+- updated to version 9.0.4
+ see installed CHANGELOG.md
+
+  ## 9.0.4 - 2015-05-19
+  
+  ### Fixed
+  
+  * Errors in rc file not being displayed to the user.
+
+---

Old:

  byebug-9.0.3.gem

New:

  byebug-9.0.5.gem



Other differences:
--
++ rubygem-byebug.spec ++
--- /var/tmp/diff_new_pack.x2mgyf/_old  2016-06-02 12:50:04.0 +0200
+++ /var/tmp/diff_new_pack.x2mgyf/_new  2016-06-02 12:50:04.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-byebug
-Version:9.0.3
+Version:9.0.5
 Release:0
 %define mod_name byebug
 %define mod_full_name %{mod_name}-%{version}

++ byebug-9.0.3.gem -> byebug-9.0.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2016-05-16 09:42:32.0 +0200
+++ new/CHANGELOG.md2016-05-28 18:28:32.0 +0200
@@ -2,6 +2,18 @@
 
 ## Master (Unreleased)
 
+## 9.0.5 - 2016-05-28
+
+### Fixed
+
+* Error loading rc file when `ENV['HOME']` is unset.
+
+## 9.0.4 - 2016-05-19
+
+### Fixed
+
+* Errors in rc file not being displayed to the user.
+
 ## 9.0.3 - 2016-05-16
 
 ### Fixed
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/core.rb new/lib/byebug/core.rb
--- old/lib/byebug/core.rb  2016-05-16 09:42:32.0 +0200
+++ new/lib/byebug/core.rb  2016-05-28 18:28:32.0 +0200
@@ -47,9 +47,7 @@
   # are debugging, in the directory where you invoke byebug.
   #
   def run_init_script
-run_rc_file(ENV['HOME'])
-
-run_rc_file(Dir.pwd) unless Dir.pwd == ENV['HOME']
+rc_dirs.each { |dir| run_rc_file(dir) }
   end
 
   def self.load_settings
@@ -94,6 +92,15 @@
   ensure
 Context.interface = old_interface
   end
+
+  #
+  # List of folders to load rc files from
+  #
+  # @note Files will be loaded in the order specified here.
+  #
+  def rc_dirs
+[ENV['HOME'], Dir.pwd].compact.uniq
+  end
 end
 
 Byebug.load_settings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/interface.rb new/lib/byebug/interface.rb
--- old/lib/byebug/interface.rb 2016-05-16 09:42:32.0 +0200
+++ new/lib/byebug/interface.rb 2016-05-28 18:28:32.0 +0200
@@ -86,6 +86,9 @@
   output.puts(message)
 end
 
+#
+# Prints an output message to the output stream without a final "\n".
+#
 def print(message)
   output.print(message)
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/interfaces/local_interface.rb 
new/lib/byebug/interfaces/local_interface.rb
--- old/lib/byebug/interfaces/local_interface.rb2016-05-16 
09:42:32.0 +0200
+++ new/lib/byebug/interfaces/local_interface.rb2016-05-28 
18:28:32.0 +0200
@@ -8,9 +8,9 @@
 
 def initialize
   super()
-  @input = STDIN
-  @output = STDOUT
-  @error = STDERR
+  @input = $stdin
+  @output = $stdout
+  @error = $stderr
 end
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/byebug/interfaces/script_interface.rb 
new/lib/byebug/interfaces/script_interface.rb
--- old/lib/byebug/interfaces/script_interface.rb   2016-05-16 
09:42:32.0 +0200
+++ new/lib/byebug/interfaces/script_interface.rb   2016-05-28 
18:28:32.0 +0200
@@ -5,9 +5,10 @@
   class ScriptInterface < Interface
 def initialize(file, verbose = false)
   super()
+  @verbose = verbose
   @input = File.open(file)
-  @output = verbose ? STDOUT : StringIO.new
-  @error = verbose ? STDERR : StringIO.new
+  @output = verbose ? $stdout : StringIO.new
+  @error = $stderr
 end
 
 def read_command(prompt)
@@ -20,7 +21,7 @@
 

commit gdm for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gdm for openSUSE:Factory checked in 
at 2016-06-02 12:49:20

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


Package is "gdm"

Changes:

--- /work/SRC/openSUSE:Factory/gdm/gdm.changes  2016-05-23 17:30:56.0 
+0200
+++ /work/SRC/openSUSE:Factory/.gdm.new/gdm.changes 2016-06-02 
12:49:21.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 11:07:42 UTC 2016 - zai...@opensuse.org
+
+- Disable gdm-workaround-boo971852.patch.
+
+---



Other differences:
--
++ gdm.spec ++
--- /var/tmp/diff_new_pack.wdh6o2/_old  2016-06-02 12:49:22.0 +0200
+++ /var/tmp/diff_new_pack.wdh6o2/_new  2016-06-02 12:49:22.0 +0200
@@ -180,7 +180,8 @@
 cp %{S:8} .
 translation-update-upstream
 %if 0%{?is_opensuse}
-%patch0 -p1
+# Disabled for now, see  boo#981372 and boo#971852
+#patch0 -p1
 %endif
 %patch6 -p1
 %patch7 -p1




commit yast2-ruby-bindings for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2016-06-02 12:49:38

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


Package is "yast2-ruby-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2016-01-13 22:43:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2016-06-02 12:49:39.0 +0200
@@ -1,0 +2,21 @@
+Mon May 30 14:38:02 UTC 2016 - lsle...@suse.cz
+
+- Improve the debugger support - use the same code also at run
+  time, allow using `Y2DEBUGGER` also in installed system
+  (FATE#318421)
+- 3.1.48
+
+---
+Mon May 23 12:30:17 UTC 2016 - lsle...@suse.cz
+
+- Added support for running the Ruby debugger (FATE#318421)
+- Allow running the Ruby debugger from the generic crash handler
+  if the debugger is installed
+- 3.1.47
+
+---
+Mon Mar  7 16:12:00 UTC 2016 - jreidin...@suse.com
+
+- update code according to updated yast ruby style guide
+
+---

Old:

  yast2-ruby-bindings-3.1.46.tar.bz2

New:

  yast2-ruby-bindings-3.1.48.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.JBC3zK/_old  2016-06-02 12:49:40.0 +0200
+++ /var/tmp/diff_new_pack.JBC3zK/_new  2016-06-02 12:49:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.46
+Version:3.1.48
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,6 +47,17 @@
 BuildRequires:  libyui-ncurses >= 2.47.3
 # The mentioned test requires screen in order to be executed in headless 
systems
 BuildRequires:  screen
+
+# only a soft dependency, the Ruby debugger is optional
+Suggests:   rubygem(%{rb_default_ruby_abi}:byebug)
+
+# Unfortunately we cannot move this to macros.yast,
+# bcond within macros are ignored by osc/OBS.
+%bcond_with yast_run_ci_tests
+%if %{with yast_run_ci_tests}
+BuildRequires:  rubygem(yast-rake-ci)
+%endif
+
 Requires:   ruby
 Summary:Ruby bindings for the YaST platform
 License:GPL-2.0
@@ -80,6 +91,11 @@
 make test ARGS=-V
 cd -
 
+# run extra CI checks (in Jenkins)
+%if %{with yast_run_ci_tests}
+%yast_ci_check
+%endif
+
 %files
 %defattr (-, root, root)
 %{_libdir}/YaST2/plugin/libpy2lang_ruby.so

++ yast2-ruby-bindings-3.1.46.tar.bz2 -> yast2-ruby-bindings-3.1.48.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.46/.rubocop.yml 
new/yast2-ruby-bindings-3.1.48/.rubocop.yml
--- old/yast2-ruby-bindings-3.1.46/.rubocop.yml 2016-01-13 11:00:12.0 
+0100
+++ new/yast2-ruby-bindings-3.1.48/.rubocop.yml 2016-05-31 09:44:05.0 
+0200
@@ -46,20 +46,6 @@
 Style/Documentation:
   Enabled: false
 
-# Offense count: 1
-Style/DoubleNegation:
-  Enabled: false
-
-# Offense count: 3
-# Configuration parameters: MinBodyLength.
-Style/GuardClause:
-  Enabled: false
-
-# Offense count: 10
-# Configuration parameters: MaxLineLength.
-Style/IfUnlessModifier:
-  Enabled: false
-
 # Yast API: WFM.SetLanguage, SCR.Read
 # i18n: N_, Nn_
 Style/MethodName:
@@ -81,3 +67,8 @@
 # Offense count: 1 (@__last_exception)
 Style/TrivialAccessors:
   Enabled: false
+
+# the debugger invocation is deliberate here, it's not a forgotten leftover...
+Lint/Debugger:
+  Exclude:
+- src/ruby/yast/debugger.rb
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.46/README.md 
new/yast2-ruby-bindings-3.1.48/README.md
--- old/yast2-ruby-bindings-3.1.46/README.md2016-01-13 11:00:12.0 
+0100
+++ new/yast2-ruby-bindings-3.1.48/README.md2016-05-31 09:44:05.0 
+0200
@@ -1,7 +1,7 @@
 # Yast2-ruby-bindings
 
-Travis:  [![Build 
Status](https://travis-ci.org/yast/yast-ruby-bindings.svg?branch=master)](https://travis-ci.org/yast/yast-ruby-bindings)
-Jenkins: [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-ruby-bindings-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-ruby-bindings-master/)
+[![Travis Build 
Status](https://travis-ci.org/yast/yast-ruby-bindings.svg?branch=master)](https://travis-ci.org/yast/yast-ruby-bindings)
+[![Jenkins Build 

commit evince for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package evince for openSUSE:Factory checked 
in at 2016-06-02 12:49:26

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


Package is "evince"

Changes:

--- /work/SRC/openSUSE:Factory/evince/evince.changes2016-05-23 
17:30:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.evince.new/evince.changes   2016-06-02 
12:49:28.0 +0200
@@ -1,0 +2,10 @@
+Mon May 23 19:22:09 UTC 2016 - zai...@opensuse.org
+
+- Change Group in devel sub-package to Development/Languages/C and
+  C++: Silence rpmlint.
+- Drop old Provides and Obsoletes that do not make any sense
+  keeping around anymore. Silence even more rpmlint warnings.
+  + Provides: ggv, gpdf, evince-doc.
+  + Obsoletes: ggv, gpdf, evince-doc.
+
+---



Other differences:
--
++ evince.spec ++
--- /var/tmp/diff_new_pack.d5sGZ5/_old  2016-06-02 12:49:29.0 +0200
+++ /var/tmp/diff_new_pack.d5sGZ5/_new  2016-06-02 12:49:29.0 +0200
@@ -66,11 +66,6 @@
 Suggests:   p7zip
 Suggests:   unrar
 Suggests:   unzip
-# Replaces ggv in <= 10.3, gpdf in <= 10.2:
-Provides:   ggv
-Provides:   gpdf
-Obsoletes:  ggv
-Obsoletes:  gpdf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{glib2_gsettings_schema_requires}
 
@@ -112,14 +107,12 @@
 
 %package devel
 Summary:GNOME Document Viewer
-Group:  Productivity/Office/Other
+Group:  Development/Languages/C and C++
 Requires:   %{name} = %{version}
 Requires:   libevdocument3-4 = %{version}
 Requires:   libevview3-3 = %{version}
 Requires:   typelib-1_0-EvinceDocument-3_0 = %{version}
 Requires:   typelib-1_0-EvinceView-3_0 = %{version}
-Obsoletes:  evince-doc <= 2.25.4
-Provides:   evince-doc = 2.25.4
 
 %description devel
 Evince is a document viewer capable of displaying multiple and




commit kernel-firmware for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2016-06-02 12:48:56

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


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2016-05-19 12:03:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2016-06-02 12:48:58.0 +0200
@@ -1,0 +2,9 @@
+Tue May 24 15:48:07 UTC 2016 - mplus...@suse.com
+
+- Update to version 20160516:
+  * linux-firmware: intel: Update Skylake audio firmware
+  * linux-firmware: update rt2860.bin, rt2800pci driver
+  * linux-firmware: update rt2870.bin, rt2800usb driver
+  * amdgpu: update firmware
+
+---

Old:

  kernel-firmware-20160503.tar.xz

New:

  kernel-firmware-20160516.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.7Z5tWa/_old  2016-06-02 12:48:59.0 +0200
+++ /var/tmp/diff_new_pack.7Z5tWa/_new  2016-06-02 12:48:59.0 +0200
@@ -19,10 +19,10 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
-%define version_unconverted 20160503
+%define version_unconverted 20160516
 
 Name:   kernel-firmware
-Version:20160503
+Version:20160516
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT


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




commit yast2-firewall for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-firewall for openSUSE:Factory 
checked in at 2016-06-02 12:49:14

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


Package is "yast2-firewall"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-firewall/yast2-firewall.changes
2016-01-16 11:56:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-firewall.new/yast2-firewall.changes   
2016-06-02 12:49:16.0 +0200
@@ -1,0 +2,8 @@
+Tue May 24 15:26:37 UTC 2016 - mchand...@suse.de
+
+- Add support for firewalld (fate#318356)
+  * Bump yast2 dependency to 3.1.191 which is the first version to
+support the firewalld backend.
+- 3.1.5
+
+---

Old:

  yast2-firewall-3.1.4.tar.bz2

New:

  yast2-firewall-3.1.5.tar.bz2



Other differences:
--
++ yast2-firewall.spec ++
--- /var/tmp/diff_new_pack.TinE3z/_old  2016-06-02 12:49:17.0 +0200
+++ /var/tmp/diff_new_pack.TinE3z/_new  2016-06-02 12:49:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,8 +30,8 @@
 # IP::CheckNetwork
 BuildRequires:  yast2 >= 2.23.25
 
-# IP::CheckNetwork
-Requires:   yast2 >= 2.23.25
+# FirewallD backend
+Requires:   yast2 >= 3.1.191
 
 # ButtonBox widget
 Conflicts:  yast2-ycp-ui-bindings < 2.17.3

++ yast2-firewall-3.1.4.tar.bz2 -> yast2-firewall-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.4/package/yast2-firewall.changes 
new/yast2-firewall-3.1.5/package/yast2-firewall.changes
--- old/yast2-firewall-3.1.4/package/yast2-firewall.changes 2016-01-14 
12:59:33.0 +0100
+++ new/yast2-firewall-3.1.5/package/yast2-firewall.changes 2016-05-25 
15:17:33.0 +0200
@@ -1,4 +1,12 @@
 ---
+Tue May 24 15:26:37 UTC 2016 - mchand...@suse.de
+
+- Add support for firewalld (fate#318356)
+  * Bump yast2 dependency to 3.1.191 which is the first version to
+support the firewalld backend.
+- 3.1.5
+
+---
 Fri Nov 13 09:15:40 UTC 2015 - igonzalezs...@suse.com
 
 - fix validation of AutoYaST profiles (bnc#954412)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.4/package/yast2-firewall.spec 
new/yast2-firewall-3.1.5/package/yast2-firewall.spec
--- old/yast2-firewall-3.1.4/package/yast2-firewall.spec2016-01-14 
12:59:33.0 +0100
+++ new/yast2-firewall-3.1.5/package/yast2-firewall.spec2016-05-25 
15:17:33.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-firewall
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -30,8 +30,8 @@
 # IP::CheckNetwork
 BuildRequires: yast2 >= 2.23.25
 
-# IP::CheckNetwork
-Requires:  yast2 >= 2.23.25
+# FirewallD backend
+Requires:  yast2 >= 3.1.191
 
 # ButtonBox widget
 Conflicts: yast2-ycp-ui-bindings < 2.17.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-firewall-3.1.4/src/clients/firewall.rb 
new/yast2-firewall-3.1.5/src/clients/firewall.rb
--- old/yast2-firewall-3.1.4/src/clients/firewall.rb2016-01-14 
12:59:33.0 +0100
+++ new/yast2-firewall-3.1.5/src/clients/firewall.rb2016-05-25 
15:17:33.0 +0200
@@ -30,6 +30,9 @@
 # $Id$
 #
 # File includes helps for yast2-firewall dialogs.
+#
+require "network/susefirewalld"
+
 module Yast
   class FirewallClient < Client
 def main
@@ -57,11 +60,27 @@
 SuSEFirewallCMDLine.Run 
 # GUI or TextUI
   else
-# installation has other sequence
-if Mode.installation
-  @ret = FirewallInstallationSequence()
+# If FirewallD then use it's UI
+if SuSEFirewall.is_a?(Yast::SuSEFirewalldClass)
+  # We can't do ncurces. Lets see if the firewalld-config
+  # is installed
+  Yast.import "PackageSystem"
+  Yast.import "UI"
+  if UI.TextMode()
+Yast::Popup.Error(_("Your display can't support the 
'firewall-config' UI.\n") +
+   _("Either use the Yast2 command line or the 
'firewall-cmd' utility.") )
+return false
+  end
+  if PackageSystem.CheckAndInstallPackages(["firewall-config"])
+@ret = SCR.Execute(Yast::Path.new(".target.bash"), 

commit yast2-network for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-network for openSUSE:Factory 
checked in at 2016-06-02 12:49:07

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


Package is "yast2-network"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-network/yast2-network.changes  
2016-05-23 16:36:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-network.new/yast2-network.changes 
2016-06-02 12:49:09.0 +0200
@@ -1,0 +2,8 @@
+Thu May 19 21:53:16 UTC 2016 - mfi...@suse.com
+
+- fate#319319
+  - implemented support for vncmanager in Remote module. Thanks to
+m...@suse.cz.
+- 3.1.152
+
+---

Old:

  yast2-network-3.1.151.tar.bz2

New:

  yast2-network-3.1.152.tar.bz2



Other differences:
--
++ yast2-network.spec ++
--- /var/tmp/diff_new_pack.zomhBT/_old  2016-06-02 12:49:10.0 +0200
+++ /var/tmp/diff_new_pack.zomhBT/_new  2016-06-02 12:49:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.151
+Version:3.1.152
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-network-3.1.151.tar.bz2 -> yast2-network-3.1.152.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.151/package/yast2-network.changes 
new/yast2-network-3.1.152/package/yast2-network.changes
--- old/yast2-network-3.1.151/package/yast2-network.changes 2016-05-17 
18:24:00.0 +0200
+++ new/yast2-network-3.1.152/package/yast2-network.changes 2016-05-25 
13:12:59.0 +0200
@@ -1,4 +1,12 @@
 ---
+Thu May 19 21:53:16 UTC 2016 - mfi...@suse.com
+
+- fate#319319
+  - implemented support for vncmanager in Remote module. Thanks to
+m...@suse.cz.
+- 3.1.152
+
+---
 Tue May 17 16:04:49 UTC 2016 - mfi...@suse.com
 
 - bnc#971175
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-network-3.1.151/package/yast2-network.spec 
new/yast2-network-3.1.152/package/yast2-network.spec
--- old/yast2-network-3.1.151/package/yast2-network.spec2016-05-17 
18:24:00.0 +0200
+++ new/yast2-network-3.1.152/package/yast2-network.spec2016-05-25 
13:12:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-network
-Version:3.1.151
+Version:3.1.152
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-network-3.1.151/src/include/network/remote/dialogs.rb 
new/yast2-network-3.1.152/src/include/network/remote/dialogs.rb
--- old/yast2-network-3.1.151/src/include/network/remote/dialogs.rb 
2016-05-17 18:24:00.0 +0200
+++ new/yast2-network-3.1.152/src/include/network/remote/dialogs.rb 
2016-05-25 13:12:59.0 +0200
@@ -60,9 +60,17 @@
   # RadioButton label
   Left(
 RadioButton(
-  Id(:allow),
-  _(" Remote Administration"),
-  Remote.IsEnabled
+  Id(:allow_with_vncmanager),
+  _(" Remote Administration With Session Management"),
+  Remote.IsEnabled && Remote.EnabledVncManager
+)
+  ),
+  # RadioButton label
+  Left(
+RadioButton(
+  Id(:allow_without_vncmanager),
+  _(" Remote Administration Without Session Management"),
+  Remote.IsEnabled && !Remote.EnabledVncManager
 )
   ),
   # RadioButton label
@@ -91,8 +99,12 @@
   "If this feature is enabled, you can\n" \
   "administer this machine remotely from another machine. Use a 
VNC\n" \
   "client, such as krdc (connect to hostname:%1), 
or\n" \
-  "a Java-capable Web browser (connect to 
http://hostname:%2/).\n" \
-  "This form of remote administration is less secure than using 
SSH.\n"
+  "a Java-capable Web browser (connect to 
https://hostname:%2/).\n" \
+  "Without Session Management, only one user can be 
connected\n"\
+  "at a time to a session, and that session is terminated when the 
VNC client\n" \
+  "disconnects." \
+  "With Session Management, multiple users can interact with a 
single\n" \
+  "session, and the session may persist even if noone is 
connected."
   ),
   5901,
   5801
@@ -142,9 +154,12 

commit desktop-file-utils for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2016-06-02 12:49:02

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


Package is "desktop-file-utils"

Changes:

--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes
2016-05-20 11:55:30.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new/desktop-file-utils.changes   
2016-06-02 12:49:03.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 08:40:37 UTC 2016 - dims...@opensuse.org
+
+- Fix suse-update-mime-defaults: Ensure the directory structure to
+  write the cache info to is in place (boo#976973).
+
+---



Other differences:
--
++ desktop-file-utils.spec ++
--- /var/tmp/diff_new_pack.hL8R4E/_old  2016-06-02 12:49:04.0 +0200
+++ /var/tmp/diff_new_pack.hL8R4E/_new  2016-06-02 12:49:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package desktop-file-utils
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ suse-update-mime-defaults ++
--- /var/tmp/diff_new_pack.hL8R4E/_old  2016-06-02 12:49:04.0 +0200
+++ /var/tmp/diff_new_pack.hL8R4E/_new  2016-06-02 12:49:04.0 +0200
@@ -24,6 +24,11 @@
 . $r/etc/profile
 fi
 
+# ensue the cache directory structure is in order
+if [ ! -d $r/var/cache/gio-2.0 ]; then
+  mkdir -m 755 -p $r/var/cache/gio-2.0
+fi
+
 for desktop in gnome xfce lxde; do
 awk -vdesktop=${desktop} '
 # print a warning to stderr




commit rubygem-cfa for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-cfa for openSUSE:Factory 
checked in at 2016-06-02 12:48:44

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


Package is "rubygem-cfa"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-cfa/rubygem-cfa.changes  2016-02-09 
13:29:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-cfa.new/rubygem-cfa.changes 
2016-06-02 12:48:45.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 13:24:15 UTC 2016 - jreidin...@suse.com
+
+- better inspecting of BooleanValue objects (helps with debugging
+  various bncs, like bnc#980108 or bnc#940465)
+- 0.3.1
+
+---

Old:

  cfa-0.3.0.gem

New:

  cfa-0.3.1.gem



Other differences:
--
++ rubygem-cfa.spec ++
--- /var/tmp/diff_new_pack.se4at4/_old  2016-06-02 12:48:46.0 +0200
+++ /var/tmp/diff_new_pack.se4at4/_new  2016-06-02 12:48:46.0 +0200
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   rubygem-cfa
-Version:0.3.0
+Version:0.3.1
 Release:0
 %define mod_name cfa
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
-BuildRequires:  %{ruby}
 BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros >= 5
 Url:http://github.com/config-files-api/config_files_api
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:CFA (Config Files API) provides an easy way to create models 
on top

++ cfa-0.3.0.gem -> cfa-0.3.1.gem ++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cfa/base_model.rb new/lib/cfa/base_model.rb
--- old/lib/cfa/base_model.rb   2015-12-28 09:45:40.0 +0100
+++ new/lib/cfa/base_model.rb   2016-05-24 16:16:10.0 +0200
@@ -156,6 +156,16 @@
   @model.generic_set(@name, value ? @true_value : @false_value)
 end
 
+# enhanced inspect method to contain important data
+def inspect
+  "#"
+end
+
+# also have better to_s
+alias_method :to_s, :inspect
+
   private
 
 def data
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/cfa/matcher.rb new/lib/cfa/matcher.rb
--- old/lib/cfa/matcher.rb  2015-12-28 09:45:40.0 +0100
+++ new/lib/cfa/matcher.rb  2016-05-24 16:16:10.0 +0200
@@ -9,7 +9,7 @@
 return false unless key_match?(element, key)
 return false unless collection_match?(element, collection)
 return false unless value_match?(element, value_matcher)
-return false unless !block || block.call(element[:key], 
element[:value])
+return false unless !block || yield(element[:key], element[:value])
 return true
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-12-28 09:45:40.0 +0100
+++ new/metadata2016-05-24 16:16:14.0 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: cfa
 version: !ruby/object:Gem::Version
-  version: 0.3.0
+  version: 0.3.1
 platform: ruby
 authors:
 - Josef Reidinger
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-12-28 00:00:00.0 Z
+date: 2016-05-24 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: ruby-augeas
@@ -40,7 +40,7 @@
 - lib/cfa/placer.rb
 homepage: http://github.com/config-files-api/config_files_api
 licenses:
-- LGPLv3
+- LGPL-3.0
 metadata: {}
 post_install_message: 
 rdoc_options: []
@@ -58,7 +58,7 @@
   version: 1.3.6
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.5.1
 signing_key: 
 specification_version: 4
 summary: CFA (Config Files API) provides an easy way to create models on top 
of configuration




commit nfs-utils for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package nfs-utils for openSUSE:Factory 
checked in at 2016-06-02 12:48:50

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


Package is "nfs-utils"

Changes:

--- /work/SRC/openSUSE:Factory/nfs-utils/nfs-utils.changes  2016-04-28 
16:50:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.nfs-utils.new/nfs-utils.changes 2016-06-02 
12:48:51.0 +0200
@@ -1,0 +2,8 @@
+Tue May 24 22:27:14 UTC 2016 - nfbr...@suse.com
+
+- 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch
+  0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch
+ Fix systemd dependencies to ensure rpcbind is started when needed.
+ (bsc#975265)
+
+---

New:

  0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch
  0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch



Other differences:
--
++ nfs-utils.spec ++
--- /var/tmp/diff_new_pack.j5Afze/_old  2016-06-02 12:48:52.0 +0200
+++ /var/tmp/diff_new_pack.j5Afze/_new  2016-06-02 12:48:52.0 +0200
@@ -66,6 +66,8 @@
 Patch5: 0001-close-the-syslog-fd-in-daemon_init.patch
 Patch6: 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch
 Patch7: 0001-mount-run-START_STATD-fully-as-root.patch
+Patch8: 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch
+Patch9: 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch
 
 Suggests:   python-base
 
@@ -124,6 +126,8 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
 
 cp %{S:6} .
 

++ 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch ++
>From 4fabfcd082069a16ea8769b9ea9344fc15011366 Mon Sep 17 00:00:00 2001
From: Steve Dickson 
Date: Mon, 9 Nov 2015 11:28:30 -0500
Subject: [PATCH] systemd: Decouple the starting and stopping of
 rpcbind/nfs-server

Commit b98f2af15 introduced a regression that cause the
starting and stop of rpcbind and the nfs-server to
be depended on each other

The starting of the NFS server should start rpcbind
but bring rpcbind down should not bring the NFS
server down.

Signed-off-by: Steve Dickson 
---
 systemd/nfs-server.service | 2 +-
 systemd/rpc-statd.service  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/systemd/nfs-server.service b/systemd/nfs-server.service
index 12b02f26f9ce..317e5d689767 100644
--- a/systemd/nfs-server.service
+++ b/systemd/nfs-server.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=NFS server and services
 DefaultDependencies=no
-Requires= network.target proc-fs-nfsd.mount rpcbind.service
+Requires= network.target proc-fs-nfsd.mount rpcbind.target
 Requires= nfs-mountd.service
 Wants=rpc-statd.service nfs-idmapd.service
 Wants=rpc-statd-notify.service
diff --git a/systemd/rpc-statd.service b/systemd/rpc-statd.service
index 14604d783ddf..f16ea425dc77 100644
--- a/systemd/rpc-statd.service
+++ b/systemd/rpc-statd.service
@@ -3,7 +3,7 @@ Description=NFS status monitor for NFSv2/3 locking.
 DefaultDependencies=no
 Conflicts=umount.target
 Requires=nss-lookup.target rpcbind.target
-After=network.target nss-lookup.target rpcbind.target
+After=network.target nss-lookup.target rpcbind.service
 
 PartOf=nfs-utils.service
 
-- 
2.8.2

++ 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch ++
>From 91da135f243d6f87fcea8b8a3ce28a589917b0e4 Mon Sep 17 00:00:00 2001
From: NeilBrown 
Date: Mon, 2 May 2016 08:54:13 -0400
Subject: [PATCH] systemd unit files: fix up dependencies on rpcbind.

The dependencies on rpcbind have been changed a few times and I think
they are still wrong.  So I'll go into some detail to justify this
change.

Firstly: rpcbind.target rpcbind.socket or rpcbind.service?

The systemd documentation talks about targets as "synchronization
points" and likens them to SysV init run levels.  Run levels are about
ordering but not dependencies.

The systemd.special man page describes rpcbind.target as intended
explicitly for ordering sysvinit scripts, with "After=" dependencies.

So while I think it is valid to use rpcbind.target for ordering
(before/after) it shouldn't be used for dependencies (Wants/Requires).
The rpcbind.target file included in systemd does not "Require" the
actual service, so requiring rpcbind.target itself is pointless.

I think we shouldn't use rpcbind.target at all.  Leave it for sysvinit
synchronization.

So: .socket or .service?

I think nfs only needs the socket to be active.  On first connection
the service will be started.  But nfs does not need to wait for the
service to start, only the socket.  So I 

commit tigervnc for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2016-06-02 12:48:33

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


Package is "tigervnc"

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2016-05-04 
08:17:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2016-06-02 
12:48:35.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 12:46:07 UTC 2016 - m...@suse.com
+
+- Add /etc/pam.d/vnc configuration and add vnc user to shadow
+  group. (bnc#980326)
+- Add dependency on fltk-devel version >= 1.3.3.
+
+---

New:

  vnc.pam



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.mlWwrR/_old  2016-06-02 12:48:36.0 +0200
+++ /var/tmp/diff_new_pack.mlWwrR/_new  2016-06-02 12:48:36.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  cmake
-BuildRequires:  fltk-devel
+BuildRequires:  fltk-devel >= 1.3.3
 BuildRequires:  gcc-c++
 BuildRequires:  gcc-c++
 BuildRequires:  java-devel
@@ -107,6 +107,7 @@
 Source7:vnc_inetd_httpd
 Source8:vnc.reg
 Source9:vncpasswd.arg
+Source10:   vnc.pam
 Patch1: tigervnc-newfbsize.patch
 Patch2: tigervnc-clean-pressed-key-on-exit.patch
 Patch3: u_tigervnc-ignore-epipe-on-write.patch
@@ -246,6 +247,7 @@
 install -D -m 755 %{SOURCE7} $RPM_BUILD_ROOT%{_bindir}/vnc_inetd_httpd
 install -D -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/slp.reg.d/vnc.reg
 install -D -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_bindir}/vncpasswd.arg
+install -D -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/vnc
 %if 0%{?suse_version} >= 1315
 ln -s -f %{_sysconfdir}/alternatives/vncviewer 
$RPM_BUILD_ROOT%{_bindir}/vncviewer
 ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz 
$RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz
@@ -260,6 +262,7 @@
 %pre -n xorg-x11-Xvnc
 getent group %{vncgroup} > /dev/null || groupadd -r %{vncgroup} || :
 getent passwd %{vncuser} > /dev/null || useradd -r -g %{vncgroup} -d 
/var/lib/empty -s /sbin/nologin -c "user for VNC" %{vncuser} || :
+usermod -G shadow -a %{vncuser} || :
 
 %post -n xorg-x11-Xvnc
 if ! test -e %{tlskey} ; then
@@ -346,6 +349,8 @@
 %dir /etc/slp.reg.d
 %config(noreplace) /etc/slp.reg.d/vnc.reg
 
+%config %{_sysconfdir}/pam.d/vnc
+
 %exclude /usr/lib/debug/*
 %exclude /usr/lib/debug/.*
 %exclude /usr/src/debug

++ vnc.pam ++
#%PAM-1.0
auth includecommon-auth
account  includecommon-account
password includecommon-password
session  includecommon-session



commit firewalld for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package firewalld for openSUSE:Factory 
checked in at 2016-06-02 12:39:18

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


Package is "firewalld"

Changes:

--- /work/SRC/openSUSE:Factory/firewalld/firewalld.changes  2016-05-30 
09:55:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.firewalld.new/firewalld.changes 2016-06-02 
12:39:19.0 +0200
@@ -1,0 +2,55 @@
+Tue May 31 08:30:44 UTC 2016 - mchand...@suse.de
+
+- Update to version 0.4.2
+  * New module to search for and change ifcfg files for interfaces
+not under control of NM
+  * firewall_config: Enhanced messages in status bar
+  * firewall-config: New message window as overlay if not connected
+  * firewall-config: Fix sentivity of option, view menus and main
+paned if not connected
+  * firewall-applet: Quit on SIGINT (Ctrl-C), reduced D-Bus calls,
+some cleanup
+  * firewall-[offline]cmd: Show target in zone information
+  * D-Bus: Completed masquerade methods in FirewallClientZoneSettings
+  * Fixed log-denied rules for icmp-blocks
+  * Keep sorting of interfaces, services, icmp-blocks and other
+settings in zones
+  * Fixed runtime-to-permanent not to save interfaces under control
+of NM
+  * New icmp-block-inversion flag in the zones
+  * ICMP type filtering in the zones
+  * New services: sip, sips, managesieve
+  * rich rules: Allow destination action (RHBZ#1163428)
+  * firewall-offline-cmd: New option -q/--quiet
+  * firewall-[offline-]cmd: New --add-[zone,service,ipset,icmptype]-from-file
+  * firewall-[offline-]cmd: Fix option for setting the destination
+address
+  * firewall-config: Fixed resizing behaviour
+  * New transaction model for speed ups in start, restart, stop and
+other actions
+  * firewall-cmd: New options --load{zone,service,ipset,icmptype}-defaults
+  * Fixed memory leak in dbus_introspection_add_properties
+  * Landscape.io fixes, pylint calm downs
+  * New D-Bus getXnames methods to speed up firewall-config and firewall-cmd
+  * ebtables-restore: No support for COMMIT command
+  * Source port support in services, zones and rich rules
+  * firewall-offline-cmd: Added --{add,remove}-entries-from-file for ipsets
+  * firewall-config: New active bindings side bar for simple binding changes
+  * Reworked NetworkManager module
+  * Proper default zone handling for NM connections
+  * Try to set zone binding with NM if interface is under control of NM
+  * Code cleanup and bug fixes
+  * Include test suite in the release and install in /usr/share/firewalld/tests
+  * New Travis-CI configuration file
+  * Fixed more broken frensh translations
+  * Translation updates
+- Add upstream patches
+  * 0001-src-firewall-core-Drop-unneeded-python-shebangs.patch: Removes
+unneeded python shebangs
+  * 0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch: Do
+not try to access the network-scripts ifcfg directory.
+- Drop rejected patch
+  * drop-standard-output-error-systemd.patch
+- Minor spec file clean-up
+
+---

Old:

  drop-standard-output-error-systemd.patch
  firewalld-0.4.1.2.tar.bz2

New:

  0001-src-firewall-core-Drop-unneeded-python-shebangs.patch
  0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch
  firewalld-0.4.2.tar.bz2



Other differences:
--
++ firewalld.spec ++
--- /var/tmp/diff_new_pack.xHGcKJ/_old  2016-06-02 12:39:20.0 +0200
+++ /var/tmp/diff_new_pack.xHGcKJ/_new  2016-06-02 12:39:20.0 +0200
@@ -17,17 +17,19 @@
 
 
 Name:   firewalld
-Version:0.4.1.2
+Version:0.4.2
 Release:0
 Summary:A firewall daemon with D-Bus interface providing a dynamic 
firewall
 License:GPL-2.0+
 Group:  Productivity/Networking/Security
 Url:http://www.firewalld.org
 Source: 
https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE: drop-standard-output-error-systemd.patch,
-# https://github.com/t-woerner/firewalld/pull/67(pending) -- Do not supress
-# stdout/stderr for firewalld
-Patch0: drop-standard-output-error-systemd.patch
+# PATCH-FIX-UPSTREAM: 
0001-src-firewall-core-Drop-unneeded-python-shebangs.patch
+# Drop python shebangs
+Patch0: 0001-src-firewall-core-Drop-unneeded-python-shebangs.patch
+# PATCH-FIX-UPSTREAM: 
0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch
+# Do not access the ifcfg directory if it does not exist
+Patch1: 0002-firewall-core-fw_ifcfg-Quickly-return-if-ifcfg-direc.patch
 BuildRequires:  desktop-file-utils
 BuildRequires:  docbook-xsl-stylesheets
 

commit pcsc-lite for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package pcsc-lite for openSUSE:Factory 
checked in at 2016-06-02 12:39:03

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


Package is "pcsc-lite"

Changes:

--- /work/SRC/openSUSE:Factory/pcsc-lite/pcsc-lite.changes  2016-03-26 
15:20:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.pcsc-lite.new/pcsc-lite.changes 2016-06-02 
12:39:05.0 +0200
@@ -1,0 +2,9 @@
+Mon May 30 06:34:15 UTC 2016 - w...@rosenauer.org
+
+- Updated to version 1.8.17
+  * Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection
+  * Fix an issue when used with systemd (problem in signal handler)
+  * SCardGetAttrib(): set pcbAttrLen when buffer is too small
+  * Some other minor improvements
+
+---

Old:

  pcsc-lite-1.8.16.tar.bz2
  pcsc-lite-1.8.16.tar.bz2.asc

New:

  pcsc-lite-1.8.17.tar.bz2
  pcsc-lite-1.8.17.tar.bz2.asc



Other differences:
--
++ pcsc-lite.spec ++
--- /var/tmp/diff_new_pack.OVD09S/_old  2016-06-02 12:39:06.0 +0200
+++ /var/tmp/diff_new_pack.OVD09S/_new  2016-06-02 12:39:06.0 +0200
@@ -21,7 +21,7 @@
 %define USER   scard
 %define GROUP  scard
 Name:   pcsc-lite
-Version:1.8.16
+Version:1.8.17
 Release:0
 Summary:PCSC Smart Cards Library
 License:BSD-3-Clause

++ pcsc-lite-1.8.16.tar.bz2 -> pcsc-lite-1.8.17.tar.bz2 ++
 2471 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pcsc-lite-1.8.16/ChangeLog new/pcsc-lite-1.8.17/ChangeLog
--- old/pcsc-lite-1.8.16/ChangeLog  2016-03-20 16:52:25.0 +0100
+++ new/pcsc-lite-1.8.17/ChangeLog  2016-05-29 14:14:24.0 +0200
@@ -1,3 +1,14 @@
+1.8.17: Ludovic Rousseau
+29 May 2016
+- Fix SCardEndTransaction() issue with a SCARD_SHARE_EXCLUSIVE connection
+- Fix an issue when used with systemd (problem in signal handler)
+- SCardGetAttrib(): set pcbAttrLen when buffer is too small
+- Doxygen: SCardGetAttrib() pbAttr can be NULL
+- Doxygen: SCardGetAttrib() *pcbAttrLen contains the buffer size
+- fix compilation warnings and link errors on SunOS
+- Some other minor improvements
+
+
 1.8.16: Ludovic Rousseau
 20 March 2016
 - SCardCancel() was not correctly handled
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/pcsc-lite-1.8.16/ChangeLog.git new/pcsc-lite-1.8.17/ChangeLog.git
--- old/pcsc-lite-1.8.16/ChangeLog.git  2016-03-20 17:25:18.0 +0100
+++ new/pcsc-lite-1.8.17/ChangeLog.git  2016-05-29 14:15:18.0 +0200
@@ -1,4 +1,385 @@
-commit 55fa57fc691b732535fc3384a214b1daa133a127 (HEAD -> master, tag: 
pcsc-1.8.16, origin/master, origin/HEAD, github/master)
+commit f74dc1feea4c7a2345abb3e1861b350d46946c86 (HEAD -> master, tag: 
pcsc-1.8.17, origin/master, origin/HEAD)
+Author: Ludovic Rousseau 
+Date:   Sun May 29 14:11:21 2016 +0200
+
+Release 1.8.17
+
+ ChangeLog| 11 +++
+ configure.ac |  2 +-
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 0ba8145d814b846f2f2c2c59ad82e34f1253159a
+Author: Ludovic Rousseau 
+Date:   Fri May 27 18:57:19 2016 +0200
+
+Doxygen: improve SCardGetStatusChange example
+
+Show how to wait for a card insertion.
+
+ src/winscard_clnt.c | 8 
+ 1 file changed, 8 insertions(+)
+
+commit 687128ad9a377a27bd93e542fc096530534dc101
+Author: Richard PALO 
+Date:   Sat Apr 23 18:13:37 2016 +0200
+
+Fix SunOS compilation error
+
+Avoid visibility issues on SunOS on either gcc or studio
+by using a guard stipulating minimum versions for each compiler
+needed to support __attribute__((visibility("hidden")) or equivalent
+
+ src/misc.h | 6 --
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit 9be0451909b73a4f52e42c01915683954d7d0a84
+Author: Ludovic Rousseau 
+Date:   Sat May 7 11:54:14 2016 +0200
+
+Fix end of function comment
+
+ src/debuglog.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit f3a6ccac63abd4d7d0e4eeced059128919286bab

commit xorg-x11-driver-input for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package xorg-x11-driver-input for 
openSUSE:Factory checked in at 2016-06-02 12:39:09

Comparing /work/SRC/openSUSE:Factory/xorg-x11-driver-input (Old)
 and  /work/SRC/openSUSE:Factory/.xorg-x11-driver-input.new (New)


Package is "xorg-x11-driver-input"

Changes:

--- 
/work/SRC/openSUSE:Factory/xorg-x11-driver-input/xorg-x11-driver-input.changes  
2014-06-19 13:19:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xorg-x11-driver-input.new/xorg-x11-driver-input.changes
 2016-06-02 12:39:10.0 +0200
@@ -1,0 +2,8 @@
+Sun May 29 10:08:48 UTC 2016 - e...@suse.com
+
+- No longer require xf86-input-synaptics on systems later than Leap 42.1.
+  Instead require xf86-input-libinput.
+  People who will need the synaptics driver may install it by hand.
+  (boo#981750).
+
+---



Other differences:
--
++ xorg-x11-driver-input.spec ++
--- /var/tmp/diff_new_pack.aFB2WW/_old  2016-06-02 12:39:11.0 +0200
+++ /var/tmp/diff_new_pack.aFB2WW/_new  2016-06-02 12:39:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorg-x11-driver-input
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,13 @@
 Recommends: xf86-input-joystick
 Recommends: xf86-input-keyboard
 Recommends: xf86-input-mouse
+## Most drivers can replaced by xf86-input-libinput today. Only keep
+## the ones with lower priority or very specific device matching rules.
+%if 0%{?suse_version} >= 1330 || (0%{?is_opensuse} && 0%{?sle_version} >= 
120200)
+Requires:   xf86-input-libinput
+%else
 Requires:   xf86-input-synaptics
+%endif
 ## only built on x86/x64
 Recommends: xf86-input-vmmouse
 Requires:   xf86-input-void




commit pacemaker for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package pacemaker for openSUSE:Factory 
checked in at 2016-06-02 12:38:57

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


Package is "pacemaker"

Changes:

--- /work/SRC/openSUSE:Factory/pacemaker/pacemaker.changes  2016-04-07 
13:27:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.pacemaker.new/pacemaker.changes 2016-06-02 
12:38:59.0 +0200
@@ -1,0 +2,56 @@
+Sun May 29 20:06:12 UTC 2016 - y...@suse.com
+
+- controld: Prevent unwanted self-fencing if "stateful_merge_wait" state of 
dlm is not available (bsc#977201)
+  * bug-977201_pacemaker-controld-self-fencing.patch
+
+---
+Sun May 29 14:44:18 UTC 2016 - y...@suse.com
+
+- libservices: clean up non-signalfd code paths
+- spec: fence_pcmk only eligible for Pacemaker+CMAN
+- crmd: Acknowledge cancellation operations for remote connection resources 
(bsc#976865)
+- controld: improve DLM check with stateful_merge_wait (bsc#977201)
+- attrd, libcrmcommon: validate attrd requests better
+- crmd: clear remote node transient attributes on disconnect
+- Revert "Fix: attrd: Correctly implement mass removal of a node's attributes"
+- crm_mon: Fix time formatting on x32
+- resources: use OCF version tagging correctly
+- libcommon: crm_procfs_pid_of() would always return last /proc entry checked
+- crmd: correctly dig into cib-query-answer if alerts section is present 
timestamp-format defaults to "%H:%M:%S.%06N"
+- crmd: Take start-delay into account for the timeout of the action timer 
(bsc#977258)
+- libservices: make systemd override file world-readable to avoid log warning
+- libcrmcommon: correct directory name in log message
+- Log: make crmd messages more user-friendly
+- Log: make messages in common quorum/fencing situations more user-friendly
+- Log: make shutdown messages more user-friendly
+- pengine: lf#2560/lf#2588 - Correctly set the environment variable 
"OCF_RESKEY_CRM_meta_timeout" when "start-delay" is configured (bsc#977258)
+- Log: make operation messages more user-friendly
+- Log: make startup messages more user-friendly
+- services: Correctly clean up service actions for non-dbus case
+- uninitialized use of nano_digits
+- attrd: Update also dampens when synchronizing attributes (bsc#977846)
+- Upstream version cs: 389294fd1ebefddad67fff51306f585b758ca860
+
+---
+Wed May  4 10:38:16 UTC 2016 - y...@suse.com
+
+- Rebase:
+  * pacemaker-Wno-format-signedness.patch
+
+- RA: SysInfo - Reset the node attribute "#health_disk" to "green" when 
there's sufficient free disk (bsc#975079)
+- pengine: Organize order of actions for slave resources in anti-colocations 
(bsc#977800)
+- attrd: Fix the synchronization of attributes (bsc#977846)
+- pengine: Organize order of actions for master resources in anti-colocations 
(bsc#977800)
+- pengine: Respect asymmetrical ordering when trying to move resources 
(bsc#977675)
+- fencing: Record the last known names of nodes to make sure fencing requested 
with nodeid works (bsc#974108)
+- crmd: first implementation of integrated multi-agent, multi-target alerting 
mechanism
+- ping resource: Use fping6 for IPv6 hosts (bsc#976271)
+- pengine: Consider resource failed if any of the configured monitor 
operations failed (bsc#972187)
+- ping resource: avoid undefined func w/ OCF_FUNCTIONS=/dev/null
+- spec: make Publican docs not depend on pre-existing packages
+- cib/fencing: Set status callback before connecting to cluster (bsc#974108)
+- xml: use spaces instead of tabs in schema files
+- extra: Support of the dampen change by RA.
+- Upstream version cs: 9e382568ac3cd54c222496501088ab3fc158b2e2
+
+---

Old:

  pacemaker-1.1.14+git20160324.5a6cdd1.tar.bz2

New:

  bug-977201_pacemaker-controld-self-fencing.patch
  pacemaker-1.1.14+git20160527.389294f.tar.bz2



Other differences:
--
++ pacemaker.spec ++
--- /var/tmp/diff_new_pack.fAOtQV/_old  2016-06-02 12:39:00.0 +0200
+++ /var/tmp/diff_new_pack.fAOtQV/_new  2016-06-02 12:39:00.0 +0200
@@ -21,23 +21,42 @@
 %global pcmk_docdir %{_docdir}/%{name}
 
 %global specversion 1
+%global pcmkversion 1.1.14+git20160527.389294f
+# set following to the actual commit or, for final release, concatenate
+# "pcmkversion" macro to "Pacemaker-" (will yield a tag per the convention)
 %global commit HEAD
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
+%global lparen (
+%global rparen )
+%global shortcommit %(c=%{commit}; case ${c} in
+  Pacemaker-*%{rparen} echo ${c:10};;
+   

commit gnome-terminal for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2016-06-02 12:38:28

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


Package is "gnome-terminal"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes
2016-05-23 17:30:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes   
2016-06-02 12:38:30.0 +0200
@@ -1,0 +2,6 @@
+Tue May 24 10:52:39 UTC 2016 - mgo...@suse.com
+
+- Remove gnome-core obsoletes; it is from 2002 or so and not
+  relevant now.
+
+---



Other differences:
--
++ gnome-terminal.spec ++
--- /var/tmp/diff_new_pack.upYB6i/_old  2016-06-02 12:38:30.0 +0200
+++ /var/tmp/diff_new_pack.upYB6i/_new  2016-06-02 12:38:30.0 +0200
@@ -47,7 +47,6 @@
 BuildRequires:  pkgconfig(vte-2.91) >= 0.44.2
 BuildRequires:  pkgconfig(x11)
 Recommends: %{name}-lang
-Obsoletes:  gnome-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  filesystem
 %if 0%{?sle_version}




commit valgrind for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2016-06-02 12:38:34

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


Package is "valgrind"

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2016-05-03 
09:33:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2016-06-02 
12:38:35.0 +0200
@@ -1,0 +2,5 @@
+Sat May 28 11:01:13 UTC 2016 - dmuel...@suse.com
+
+- add vex-r3197.diff (bsc#981447)
+
+---
@@ -24 +29 @@
-- update to 3.11.0:
+- update to 3.11.0 (fate#319608):

New:

  vex-r3197.diff



Other differences:
--
++ valgrind.spec ++
--- /var/tmp/diff_new_pack.lNCEXm/_old  2016-06-02 12:38:36.0 +0200
+++ /var/tmp/diff_new_pack.lNCEXm/_new  2016-06-02 12:38:36.0 +0200
@@ -41,7 +41,8 @@
 Patch6: r15702.diff
 Patch7: r15792.diff
 Patch8: r15802.diff
-Patch100:   vex-r3210.diff
+Patch100:   vex-r3197.diff
+Patch101:   vex-r3210.diff
 BuildRequires:  automake
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
@@ -122,6 +123,7 @@
 %patch7
 %patch8
 %patch100
+%patch101
 
 %build
 export FLAGS="%{optflags}"

++ vex-r3197.diff ++

r3197 | mjw | 2015-10-01 14:31:19 +0200 (Do, 01. Okt 2015) | 5 Zeilen

Don't advertise RDRAND in cpuid for Core-i7-4910-like avx2 machine.

Bug#353370. In amd64g_dirtyhelper_CPUID_avx2 we set the RDRAND bit
but we don't implement support for RDRAND. Turn the bit off so programs
don't try to use RDRAND when running under valgrind.

Index: priv/guest_amd64_helpers.c
===
--- VEX/priv/guest_amd64_helpers.c  (Revision 3196)
+++ VEX/priv/guest_amd64_helpers.c  (Revision 3197)
@@ -3101,7 +3101,8 @@ void amd64g_dirtyhelper_CPUID_avx2 ( Vex
  SET_ABCD(0x000d, 0x756e6547, 0x6c65746e, 0x49656e69);
  break;
   case 0x0001:
- SET_ABCD(0x000306c3, 0x02100800, 0x7ffafbff, 0xbfebfbff);
+ /* Don't advertise RDRAND support, bit 30 in ECX.  */
+ SET_ABCD(0x000306c3, 0x02100800, 0x3ffafbff, 0xbfebfbff);
  break;
   case 0x0002:
  SET_ABCD(0x76036301, 0x00f0b6ff, 0x, 0x00c1);



commit bluez for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2016-06-02 12:38:52

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


Package is "bluez"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2016-04-14 
13:01:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2016-06-02 
12:38:53.0 +0200
@@ -1,0 +2,17 @@
+Sat May 28 07:33:16 UTC 2016 - seife+...@b1-systems.com
+
+- update to version 5.40:
+  This is mostly a bug fix release fixing issues with GATT, paired
+  devices and connection handling (particularly for accepting
+  connections through the Profile D-Bus interface).
+  One new feature is the ability to use btmon for reading HCI logs
+  from a TTY device. Right now the creation of this kind of logs is
+  available with Zephyr  in the
+  form of a special console logging mode (more information
+  available here
+  
https://www.zephyrproject.org/doc/board/arduino_101_ble.html#getting-hci-traces>).
+  The format of the protocol is a slight modification of what btmon
+  normally receives from the kernel monitor sockets, and is
+  documented in doc/btsnoop.txt).
+
+---

Old:

  bluez-5.39.tar.xz

New:

  bluez-5.40.tar.xz



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.XyMGZB/_old  2016-06-02 12:38:54.0 +0200
+++ /var/tmp/diff_new_pack.XyMGZB/_new  2016-06-02 12:38:54.0 +0200
@@ -2,7 +2,7 @@
 # spec file for package bluez
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2010-2014 B1 Systems GmbH, Vohburg, Germany
+# Copyright (c) 2010-2016 B1 Systems GmbH, Vohburg, 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,7 @@
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(dbus-1) >= 1.6
 %{?systemd_requires}
-Version:5.39
+Version:5.40
 Release:0
 Summary:Bluetooth Stack for Linux
 License:GPL-2.0+

++ bluez-5.39.tar.xz -> bluez-5.40.tar.xz ++
 5011 lines of diff (skipped)




commit postfix for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2016-06-02 12:38:46

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


Package is "postfix"

Changes:

--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2015-12-17 
15:53:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2016-06-02 
12:38:47.0 +0200
@@ -1,0 +2,265 @@
+Sun May 29 16:45:30 UTC 2016 - ch...@computersalat.de
+
+- fix Changelog cause of Factory decline
+
+---
+Tue May 24 13:18:55 UTC 2016 - vark...@suse.com
+
+- Fix typo in config.postfix
+
+---
+Tue May 24 04:29:41 UTC 2016 - vark...@suse.com
+
+- bnc#981097 config.postfix creates broken main.cf for tls client 
configuration 
+- bnc#981099 /etc/sysconfig/postfix: POSTFIX_SMTP_TLS_CLIENT incomplete
+- update to 3.1.1:
+- The new address_verify_pending_request_limit
+  parameter introduces a safety limit for the number of address
+  verification probes in the active queue.  The default limit is 1/4
+  of the active queue maximum size. The queue manager enforces the
+  limit by tempfailing probe messages that exceed the limit. This
+  design avoids dependencies on global counters that get out of sync
+  after a process or system crash.
+- Machine-readable, JSON-formatted queue listing with "postqueue -j"
+  (no "mailq" equivalent). 
+- The milter_macro_defaults feature provides an optional list of macro
+  name=value pairs. These specify default values for Milter macros when
+  no value is available from the SMTP session context.
+- Support to enforce a destination-independent delay between email
+  deliveries.  The following example inserts 20 seconds of delay
+  between all deliveries with the SMTP transport, limiting the delivery
+  rate to at most three messages per minute.
+  smtp_transport_rate_delay = 20s  
+- Historically, the default setting "postscreen_dnsbl_ttl = 1h" assumes
+  that a "not found" result from a DNSBL server will be valid for one
+  hour.  This may have been adequate five years ago when postscreen
+  was first implemented, but nowadays, that one hour can result in
+  missed opportunities to block new spambots. 
+  To address this, postscreen now respects the TTL of DNSBL "not
+  found" replies, as well as the TTL of DNSWL replies (both "found"
+  and "not found").  The TTL for a "not found" reply is determined
+  according to RFC 2308 (the TTL of an SOA record in the reply).
+
+  Support for DNSBL or DNSWL reply TTL values is controlled by two
+  configuration parameters:
+
+  postscreen_dnsbl_min_ttl (default: 60 seconds).
+  postscreen_dnsbl_max_ttl (default: $postscreen_dnsbl_ttl or 1 hour)
+
+  The postscreen_dnsbl_ttl parameter is now obsolete, and has become
+  the default value for the new postscreen_dnsbl_max_ttl parameter.
+- New "smtpd_client_auth_rate_limit" feature, to
+  enforce an optional rate limit on AUTH commands per SMTP client IP
+  address.  Similar to other smtpd_client_*_rate_limit features, this
+  enforces a limit on the number of requests per $anvil_rate_time_unit.
+- New SMTPD policy service attribute "policy_context",
+  with a corresponding "smtpd_policy_service_policy_context" configuration
+  parameter.  Originally, this was implemented to share the same SMTPD
+  policy service endpoint among multiple check_policy_service clients.
+- A new "postfix tls" command to quickly enable opportunistic TLS
+  in the Postfix SMTP client or server, and to manage SMTP server keys
+  and certificates, including certificate signing requests and 
+  TLSA DNS records for DANE.
+
+---
+Tue Apr 19 07:59:32 UTC 2016 - opens...@dstoecker.de
+
+- build with working support for SMTPUTF8
+
+---
+Sun Mar 20 14:11:27 UTC 2016 - mrueck...@suse.de
+
+- fix build on sle11 by pointing _libexecdir to /usr/lib all the
+  time.
+
+---
+Sun Mar 20 13:46:56 UTC 2016 - mrueck...@suse.de
+
+- some distros did not pull pkgconfig indirectly. pull it directly.
+
+---
+Sun Mar 20 08:19:23 UTC 2016 - mrueck...@suse.de
+
+- fix building the dynamic maps: the old build had postgresql e.g.
+  with missing symbols.
+  - convert to AUXLIBS_* instead of plain AUXLIBS which is needed
+for proper dynamic maps.
+  - reordered the CCARGS and AUXLIBS* lines to group by feature
+  - use pkgconfig or *_config tools where possible
+- picked up signed char from fedora spec file
+- enable lmdb support: new 

commit python3-pyserial for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyserial for 
openSUSE:Factory checked in at 2016-06-02 12:38:40

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


Package is "python3-pyserial"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyserial/python3-pyserial-doc.changes
2016-05-23 16:38:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-pyserial.new/python3-pyserial-doc.changes   
2016-06-02 12:38:41.0 +0200
@@ -1,0 +2,30 @@
+Sun May 29 03:41:42 UTC 2016 - a...@gmx.de
+
+- update to version 3.1:
+  * Improvements:
++ improve error handling in "alt://" handler
++ "socket://" internally used select, improves timeout behavior
++ initial state of RTS/DTR: ignore error when setting on open
+  posix (support connecting to pty's)
++ code style updates
++ posix: remove "number_to_device" which is not called anymore
++ add cancel_read and cancel_write to win32 and posix
+  implementations
+  * Bugfixes:
++ [#68] aio: catch errors and close connection
++ [#87] hexlify: update codec for Python 2
++ [#100] setPort not implemented
++ [#101] bug in serial.threaded.Packetizer with easy fix
++ [#104] rfc2217 and socket: set timeout in create_connection
++ [#107] miniterm.py fails to exit on failed serial port
+  * Bugfixes (posix):
++ [#59] fixes for RTS/DTR handling on open
++ [#77] list_ports_osx: add missing import
++ [#85] serialposix.py _set_rs485_mode() tries to read
+  non-existing rs485_settings.delay_rts_before_send
++ [#96] patch: native RS485 is never enabled
+  * Bugfixes (win32):
++ fix bad super call and duplicate old-style __init__ call
++ [#80] list_ports: Compatibility issue between Windows/Linux
+
+---
python3-pyserial.changes: same change

Old:

  pyserial-3.0.1.tar.gz

New:

  pyserial-3.1.tar.gz



Other differences:
--
++ python3-pyserial-doc.spec ++
--- /var/tmp/diff_new_pack.7I3THr/_old  2016-06-02 12:38:42.0 +0200
+++ /var/tmp/diff_new_pack.7I3THr/_new  2016-06-02 12:38:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyserial-doc
-Version:3.0.1
+Version:3.1
 Release:0
 Url:https://github.com/pyserial/pyserial
 Summary:Documentation for python3-pyserial
@@ -25,8 +25,8 @@
 Group:  Documentation/HTML
 Source: 
https://files.pythonhosted.org/packages/source/p/pyserial/pyserial-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-pyserial = %{version}
 BuildRequires:  python3-Sphinx
+BuildRequires:  python3-pyserial = %{version}
 Recommends: python3-pyserial = %{version}
 BuildArch:  noarch
 

++ python3-pyserial.spec ++
--- /var/tmp/diff_new_pack.7I3THr/_old  2016-06-02 12:38:42.0 +0200
+++ /var/tmp/diff_new_pack.7I3THr/_new  2016-06-02 12:38:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyserial
-Version:3.0.1
+Version:3.1
 Release:0
 Url:https://github.com/pyserial/pyserial
 Summary:Python Serial Port Extension

++ pyserial-3.0.1.tar.gz -> pyserial-3.1.tar.gz ++
 6650 lines of diff (skipped)




commit libimobiledevice for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libimobiledevice for 
openSUSE:Factory checked in at 2016-06-02 12:37:51

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


Package is "libimobiledevice"

Changes:

--- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes
2015-08-10 09:14:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.libimobiledevice.new/libimobiledevice.changes   
2016-06-02 12:37:52.0 +0200
@@ -1,0 +2,6 @@
+Fri May 27 13:10:37 UTC 2016 - dims...@opensuse.org
+
+- Add libimobiledevice-CVE-2016-5104.patch: Make sure sockets only
+  listen locally (CVE-2016-5104, boo#982014).
+
+---

New:

  libimobiledevice-CVE-2016-5104.patch



Other differences:
--
++ libimobiledevice.spec ++
--- /var/tmp/diff_new_pack.K4pmRK/_old  2016-06-02 12:37:53.0 +0200
+++ /var/tmp/diff_new_pack.K4pmRK/_new  2016-06-02 12:37:53.0 +0200
@@ -26,6 +26,9 @@
 Url:http://www.libimobiledevice.org
 Source: 
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 Source1:baselibs.conf
+Patch0: libimobiledevice-nosslv3.patch
+# PATCH-FIX-UPSTREAM libimobiledevice-CVE-2016-5104.patch CVE-2016-5104 
boo#982014 dims...@opensuse.org - Make sure sockets only listen locally
+Patch1: libimobiledevice-CVE-2016-5104.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libopenssl-devel
@@ -39,7 +42,6 @@
 BuildRequires:  python-plist
 BuildRequires:  readline-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Patch0: libimobiledevice-nosslv3.patch
 
 %description
 libimobiledevice is a software library that talks the protocols to support
@@ -106,6 +108,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 autoreconf -fi
 sed -i -e '/Requires:/d' src/%{name}-1.0.pc.in
 sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in

++ libimobiledevice-CVE-2016-5104.patch ++
>From df1f5c4d70d0c19ad40072f5246ca457e7f9849e Mon Sep 17 00:00:00 2001
From: Joshua Hill 
Date: Tue, 29 Dec 2015 22:27:17 +0100
Subject: [PATCH] common: [security fix] Make sure sockets only listen locally

---
 common/socket.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/socket.c b/common/socket.c
index b276864..e2968a6 100644
--- a/common/socket.c
+++ b/common/socket.c
@@ -172,7 +172,7 @@ int socket_create(uint16_t port)
 
memset((void *) , 0, sizeof(saddr));
saddr.sin_family = AF_INET;
-   saddr.sin_addr.s_addr = htonl(INADDR_ANY);
+   saddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
saddr.sin_port = htons(port);
 
if (0 > bind(sfd, (struct sockaddr *) , sizeof(saddr))) {
@@ -329,7 +329,7 @@ int socket_accept(int fd, uint16_t port)
 
memset(, 0, sizeof(addr));
addr.sin_family = AF_INET;
-   addr.sin_addr.s_addr = htonl(INADDR_ANY);
+   addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
addr.sin_port = htons(port);
 
addr_len = sizeof(addr);




commit adwaita-icon-theme for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package adwaita-icon-theme for 
openSUSE:Factory checked in at 2016-06-02 12:38:01

Comparing /work/SRC/openSUSE:Factory/adwaita-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.adwaita-icon-theme.new (New)


Package is "adwaita-icon-theme"

Changes:

--- /work/SRC/openSUSE:Factory/adwaita-icon-theme/adwaita-icon-theme.changes
2016-05-05 12:10:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.adwaita-icon-theme.new/adwaita-icon-theme.changes   
2016-06-02 12:38:02.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 14:05:39 UTC 2016 - dims...@opensuse.org
+
+- Actually apply adwaita-symbolic-fixes.patch.
+
+---



Other differences:
--
++ adwaita-icon-theme.spec ++
--- /var/tmp/diff_new_pack.3k4UtR/_old  2016-06-02 12:38:03.0 +0200
+++ /var/tmp/diff_new_pack.3k4UtR/_new  2016-06-02 12:38:03.0 +0200
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure




commit powertop for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package powertop for openSUSE:Factory 
checked in at 2016-06-02 12:37:56

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


Package is "powertop"

Changes:

--- /work/SRC/openSUSE:Factory/powertop/powertop.changes2016-03-26 
15:20:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.powertop.new/powertop.changes   2016-06-02 
12:37:57.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 08:41:28 UTC 2016 - m...@suse.com
+
+- Don't requires xterm-bin but xterm if Leap, boo#981780
+
+---



Other differences:
--
++ powertop.spec ++
--- /var/tmp/diff_new_pack.26nXLw/_old  2016-06-02 12:37:58.0 +0200
+++ /var/tmp/diff_new_pack.26nXLw/_new  2016-06-02 12:37:58.0 +0200
@@ -40,7 +40,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 #xterm has been splitted in openSUSE to have fewer dependencies
-%if 0%{?is_opensuse}
+%if 0%{?is_opensuse} && 0%{?suse_version} != 1315
 Requires:   xterm-bin
 %else
 Requires:   xterm




commit python3-vcversioner for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-vcversioner for 
openSUSE:Factory checked in at 2016-06-02 12:38:21

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


Package is "python3-vcversioner"

Changes:

--- /work/SRC/openSUSE:Factory/python3-vcversioner/python3-vcversioner.changes  
2016-05-17 17:13:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-vcversioner.new/python3-vcversioner.changes 
2016-06-02 12:38:23.0 +0200
@@ -1,0 +2,9 @@
+Sat May 28 03:04:49 UTC 2016 - a...@gmx.de
+
+- update to version 2.16.0.0:
+  * And now update classifiers.
+  * Drop support for 3.2, it's gone from coverage, for one.
+  * And now make the test less astounding.
+  * Only set the version on the distribution metadata.
+
+---
@@ -6 +14,0 @@
-

Old:

  vcversioner-2.14.0.0.tar.gz

New:

  vcversioner-2.16.0.0.tar.gz



Other differences:
--
++ python3-vcversioner.spec ++
--- /var/tmp/diff_new_pack.pPZq0e/_old  2016-06-02 12:38:24.0 +0200
+++ /var/tmp/diff_new_pack.pPZq0e/_new  2016-06-02 12:38:24.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-vcversioner
-Version:2.14.0.0
+Version:2.16.0.0
 Release:0
 Summary:Use version control tags to discover version numbers
 License:ISC

++ vcversioner-2.14.0.0.tar.gz -> vcversioner-2.16.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vcversioner-2.14.0.0/PKG-INFO 
new/vcversioner-2.16.0.0/PKG-INFO
--- old/vcversioner-2.14.0.0/PKG-INFO   2014-07-15 22:49:51.0 +0200
+++ new/vcversioner-2.16.0.0/PKG-INFO   2016-04-12 17:16:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: vcversioner
-Version: 2.14.0.0
+Version: 2.16.0.0
 Summary: Use version control tags to discover version numbers
 Home-page: https://github.com/habnabit/vcversioner
 Author: Aaron Gallagher
@@ -312,6 +312,7 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Version Control
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vcversioner-2.14.0.0/setup.py 
new/vcversioner-2.16.0.0/setup.py
--- old/vcversioner-2.14.0.0/setup.py   2014-07-15 22:23:05.0 +0200
+++ new/vcversioner-2.16.0.0/setup.py   2016-04-12 17:14:31.0 +0200
@@ -27,8 +27,9 @@
 'Programming Language :: Python :: 2.6',
 'Programming Language :: Python :: 2.7',
 'Programming Language :: Python :: 3',
-'Programming Language :: Python :: 3.2',
 'Programming Language :: Python :: 3.3',
+'Programming Language :: Python :: 3.4',
+'Programming Language :: Python :: 3.5',
 'Topic :: Software Development :: Version Control',
 ],
 license='ISC',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vcversioner-2.14.0.0/vcversioner.egg-info/PKG-INFO 
new/vcversioner-2.16.0.0/vcversioner.egg-info/PKG-INFO
--- old/vcversioner-2.14.0.0/vcversioner.egg-info/PKG-INFO  2014-07-15 
22:49:51.0 +0200
+++ new/vcversioner-2.16.0.0/vcversioner.egg-info/PKG-INFO  2016-04-12 
17:16:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: vcversioner
-Version: 2.14.0.0
+Version: 2.16.0.0
 Summary: Use version control tags to discover version numbers
 Home-page: https://github.com/habnabit/vcversioner
 Author: Aaron Gallagher
@@ -312,6 +312,7 @@
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Version Control
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vcversioner-2.14.0.0/vcversioner.py 
new/vcversioner-2.16.0.0/vcversioner.py
--- old/vcversioner-2.14.0.0/vcversioner.py 2014-07-15 22:33:49.0 
+0200
+++ new/vcversioner-2.16.0.0/vcversioner.py 2016-04-12 17:14:31.0 
+0200
@@ -262,4 +262,4 @@
 
 """
 
-dist.version = 

commit python3-coverage for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-coverage for 
openSUSE:Factory checked in at 2016-06-02 12:38:15

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


Package is "python3-coverage"

Changes:

--- /work/SRC/openSUSE:Factory/python3-coverage/python3-coverage.changes
2016-05-17 17:09:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-coverage.new/python3-coverage.changes   
2016-06-02 12:38:16.0 +0200
@@ -1,0 +2,101 @@
+Sat May 28 03:31:03 UTC 2016 - a...@gmx.de
+
+- update to version 4.1:
+  * The internal attribute Reporter.file_reporters was removed in
+4.1b3. It should have come has no surprise that there were
+third-party tools out there using that attribute. It has been
+restored, but with a deprecation warning.
+
+- changes from version 4.1b3:
+  * When running your program, execution can jump from an except X:
+line to some other line when an exception other than X
+happens. This jump is no longer considered a branch when measuring
+branch coverage.
+  * When measuring branch coverage, yield statements that were never
+resumed were incorrectly marked as missing, as reported in issue
+440. This is now fixed.
+  * During branch coverage of single-line callables like lambdas and
+generator expressions, coverage.py can now distinguish between
+them never being called, or being called but not completed. Fixes
+issue 90, issue 460 and issue 475.
+  * The HTML report now has a map of the file along the rightmost edge
+of the page, giving an overview of where the missed lines
+are. Thanks, Dmitry Shishov.
+  * The HTML report now uses different monospaced fonts, favoring
+Consolas over Courier. Along the way, issue 472 about not properly
+handling one-space indents was fixed. The index page also has
+slightly different styling, to try to make the clickable detail
+pages more apparent.
+  * Missing branches reported with coverage report -m will now say
+->exit for missed branches to the exit of a function, rather than
+a negative number. Fixes issue 469.
+  * coverage --help and coverage --version now mention which tracer is
+installed, to help diagnose problems. The docs mention which
+features need the C extension. (issue 479)
+  * Officially support PyPy 5.1, which required no changes, just
+updates to the docs.
+  * The Coverage.report function had two parameters with non-None
+defaults, which have been changed. show_missing used to default to
+True, but now defaults to None. If you had been calling
+Coverage.report without specifying show_missing, you'll need to
+explicitly set it to True to keep the same behavior. skip_covered
+used to default to False. It is now None, which doesn't change the
+behavior. This fixes issue 485.
+  * It's never been possible to pass a namespace module to one of the
+analysis functions, but now at least we raise a more specific
+error message, rather than getting confused. (issue 456)
+  * The coverage.process_startup function now returns the Coverage
+instance it creates, as suggested in issue 481.
+  * Make a small tweak to how we compare threads, to avoid buggy
+custom comparison code in thread classes. (issue 245)
+
+4.1b2
+  * Problems with the new branch measurement in 4.1 beta 1 were fixed:
+  * Class docstrings were considered executable. Now they no longer
+are.
+  * yield from and await were considered returns from functions, since
+they could tranfer control to the caller. This produced unhelpful
+"missing branch" reports in a number of circumstances. Now they no
+longer are considered returns.
+  * In unusual situations, a missing branch to a negative number was
+reported. This has been fixed, closing issue 466.
+  * The XML report now produces correct package names for modules
+found in directories specified with source=. Fixes issue 465.
+  * coverage report won't produce trailing whitespace.
+
+- changes from version 4.1b1:
+  * Branch analysis has been rewritten: it used to be based on
+bytecode, but now uses AST analysis. This has changed a number of
+things:
+  * More code paths are now considered runnable, especially in
+try/except structures. This may mean that coverage.py will
+identify more code paths as uncovered. This could either raise or
+lower your overall coverage number.
+  * Python 3.5's async and await keywords are properly supported,
+fixing issue 434.
+  * Some long-standing branch coverage bugs were fixed:
+  * issue 129: functions with only a docstring for a body would
+incorrectly report a missing branch on the def line.
+  * issue 212: code in an except block could be incorrectly 

commit python3-Twisted for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-Twisted for openSUSE:Factory 
checked in at 2016-06-02 12:38:08

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


Package is "python3-Twisted"

Changes:

--- /work/SRC/openSUSE:Factory/python3-Twisted/python3-Twisted.changes  
2016-05-17 17:13:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-Twisted.new/python3-Twisted.changes 
2016-06-02 12:38:09.0 +0200
@@ -1,0 +2,63 @@
+Sat May 28 03:17:49 UTC 2016 - a...@gmx.de
+
+- update to version 16.2.0:
+  * Twisted Core 16.2.0
++ twisted.protocols.haproxy.proxyEndpoint provides an endpoint
+  that wraps any other stream server endpoint with the PROXY
+  protocol that retains information about the original client
+  connection handled by the proxy; this wrapper is also exposed
+  via the string description prefix 'haproxy'; for example 'twistd
+  web --port haproxy:tcp:8765'.  (#8203)
++ twisted.application.app.AppLogger (used by twistd) now uses the
+  new logging system. (#8235)
++ twisted.application-using applications (trial, twistd, etc) now
+  work with the --reactor option on Python 3. (#8299)
++ Failures are now logged by STDLibLogObserver. (#8316)
++ Deprecation documentation was extended to include a quick check
+  list for developers. (#5645)
++ The Twisted Deprecation Policy is now documented in the Twisted
+  Development Policy. (#8082)
++ The documentation examples for UDP now work on Python 3. (#8280)
++ Passing a factory that produces log observers that do not
+  implement twisted.logger.ILogObserver or
+  twisted.python.log.ILogObserver to
+  twisted.application.app.AppLogger has been deprecated. This is
+  primarily used by twistd's --logger option. Please use factories
+  that produce log observers implementing
+  twisted.logger.ILogObserver or the legacy
+  twisted.python.log.ILogObserver. (#8235)
++ twisted.internet.qtreactor, a stub that imported the external
+  qtreactor, has been removed. (#8288)
++ #6266, #8231, #8244, #8256, #8266, #8269, #8275, #8277, #8286,
+   #8291, #8292, #8304, #8315
+  * Twisted Conch
++ #8279
+  * Twisted Names
++ twisted.names.server is now ported to Python 3 (#8195)
++ twisted.names.authority and twisted.names.secondary have been
+  ported to Python 3 (#8259)
+  * Twisted Runner
++ twisted.runner.inetdtap and twisted.runner.inetdconf RPC support
+  was deprecated as it was broken for a long time. (#8123)
+  * Twisted Web
++ twisted.web.http.HTTPFactory's constructor now accepts a reactor
+  argument, for explicit reactor selection. (#8246)
++ twisted.web.http.HTTPChannel.headerReceived now respond with 400
+  and disconnect when a malformed header is received. (#8101)
++ twisted.web.http.Request once again has a reference to the
+  HTTPFactory which created it, the absence of which was
+  preventing log messages from being created.  (#8272)
++ twisted.web.http.HTTPChannel no longer processes requests that
+  have invalid headers as the final header in their header
+  block. (#8317)
++ twisted.web.client.HTTPClientFactory (and the getPage and
+  downloadPage APIs) now timeouts correctly on TLS connections
+  where the remote party is not responding on the
+  connection. (#8318)
++ #8300
+  * Twisted Words
++ twisted.words.protocols.msn, deprecated since Twisted 15.1, has
+  been removed. (#8253)
++ twisted.words.protocols.oscar is deprecated. (#8260)
+
+---
@@ -7 +69,0 @@
-

Old:

  Twisted-16.1.1.tar.bz2

New:

  Twisted-16.2.0.tar.bz2



Other differences:
--
++ python3-Twisted.spec ++
--- /var/tmp/diff_new_pack.3cJT7n/_old  2016-06-02 12:38:10.0 +0200
+++ /var/tmp/diff_new_pack.3cJT7n/_new  2016-06-02 12:38:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-Twisted
-Version:16.1.1
+Version:16.2.0
 Release:0
 Url:http://twistedmatrix.com/
 Summary:An asynchronous networking framework written in Python

++ Twisted-16.1.1.tar.bz2 -> Twisted-16.2.0.tar.bz2 ++
 13335 lines of diff (skipped)




commit libusbmuxd for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libusbmuxd for openSUSE:Factory 
checked in at 2016-06-02 12:37:43

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


Package is "libusbmuxd"

Changes:

--- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes2016-02-25 
21:43:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.libusbmuxd.new/libusbmuxd.changes   
2016-06-02 12:37:44.0 +0200
@@ -1,0 +2,6 @@
+Fri May 27 13:11:35 UTC 2016 - dims...@opensuse.org
+
+- Add libusbmuxd-CVE-2016-5104.patch: Make sure sockets only
+  listen locally (CVE-2016-5104, boo#982014).
+
+---

New:

  libusbmuxd-CVE-2016-5104.patch



Other differences:
--
++ libusbmuxd.spec ++
--- /var/tmp/diff_new_pack.MaDlp8/_old  2016-06-02 12:37:45.0 +0200
+++ /var/tmp/diff_new_pack.MaDlp8/_new  2016-06-02 12:37:45.0 +0200
@@ -25,6 +25,8 @@
 Url:http://cgit.sukimashita.com/libusbmuxd.git
 Source: 
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM libusbmuxd-CVE-2016-5104.patch CVE-2016-5104 boo#982014 
dims...@opensuse.org - Make sure sockets only listen locally
+Patch0: libusbmuxd-CVE-2016-5104.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libplist-devel >= 1.11
 BuildRequires:  libusb-1_0-devel >= 1.0.3
@@ -92,6 +94,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ libusbmuxd-CVE-2016-5104.patch ++
>From 4397b3376dc4e4cb1c991d0aed61ce6482614196 Mon Sep 17 00:00:00 2001
From: Joshua Hill 
Date: Tue, 29 Dec 2015 23:09:37 +0100
Subject: [PATCH] common: [security fix] Make sure sockets only listen locally

---
 common/socket.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/socket.c b/common/socket.c
index 27b93ba..4cdefd6 100644
--- a/common/socket.c
+++ b/common/socket.c
@@ -203,7 +203,7 @@ int socket_create(uint16_t port)
 
memset((void *) , 0, sizeof(saddr));
saddr.sin_family = AF_INET;
-   saddr.sin_addr.s_addr = htonl(INADDR_ANY);
+   saddr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
saddr.sin_port = htons(port);
 
if (0 > bind(sfd, (struct sockaddr *) , sizeof(saddr))) {
@@ -368,7 +368,7 @@ int socket_accept(int fd, uint16_t port)
 
memset(, 0, sizeof(addr));
addr.sin_family = AF_INET;
-   addr.sin_addr.s_addr = htonl(INADDR_ANY);
+   addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
addr.sin_port = htons(port);
 
addr_len = sizeof(addr);




commit libstorage for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2016-06-02 12:37:32

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


Package is "libstorage"

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2016-04-28 
20:29:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2016-06-02 12:37:33.0 +0200
@@ -1,0 +2,7 @@
+Thu May 19 16:26:11 CEST 2016 - aschn...@suse.com
+
+- call parted with --wipesignatures when creating partitions to
+  avoid auto-assembly of old MD RAIDs (fate#319893, bsc#943623)
+- 2.26.3
+
+---

Old:

  libstorage-2.26.2.tar.bz2

New:

  libstorage-2.26.3.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.DSfgDZ/_old  2016-06-02 12:37:34.0 +0200
+++ /var/tmp/diff_new_pack.DSfgDZ/_new  2016-06-02 12:37:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.26.2
+Version:2.26.3
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.26.2.tar.bz2 -> libstorage-2.26.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.2/VERSION 
new/libstorage-2.26.3/VERSION
--- old/libstorage-2.26.2/VERSION   2016-04-15 12:35:08.0 +0200
+++ new/libstorage-2.26.3/VERSION   2016-05-27 13:37:38.0 +0200
@@ -1 +1 @@
-2.26.2
+2.26.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.2/po/ar.po 
new/libstorage-2.26.3/po/ar.po
--- old/libstorage-2.26.2/po/ar.po  2016-01-18 11:10:13.0 +0100
+++ new/libstorage-2.26.3/po/ar.po  2016-05-11 17:08:29.0 +0200
@@ -7,16 +7,17 @@
 "Project-Id-Version: @PACKAGE@\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-10-09 15:59+0200\n"
-"PO-Revision-Date: 2014-09-07 07:49+0300\n"
-"Last-Translator: malhargan \n"
-"Language-Team: openSUSE\n"
+"PO-Revision-Date: 2016-04-28 04:03+\n"
+"Last-Translator: mohammad alhargan \n"
+"Language-Team: Arabic "
+"\n"
 "Language: ar\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Weblate 2.5\n"
 
 #. text displayed during action
 #: ../storage/LvmLv.cc:335 ../storage/Volume.cc:3440
@@ -308,9 +309,9 @@
 #. displayed text before action, %1$s is replaced by subvolume name e.g. tmp
 #. %2$s is replaced by device name e.g. /dev/sda1
 #: ../storage/Btrfs.cc:1004
-#, fuzzy, c-format
+#, c-format
 msgid "Create subvolume %1$s on device %2$s with option \"no copy on write\""
-msgstr "إنشاء حجم فرعي %1$s على الجهاز %2$s"
+msgstr "إنشاء حجم فرعي  %1$s على الجهاز %2$s مع خيار \"النسخ عند الكتابة\""
 
 #. displayed text before action, %1$s is replaced by raid partition e.g. 
pdc_dabaheedj_part1
 #. %2$s is replaced by size (e.g. 623.5 MB)
@@ -416,9 +417,10 @@
 #. displayed text during action, %1$s is replaced by subvolume name e.g. tmp
 #. %2$s is replaced by device name e.g. /dev/sda
 #: ../storage/Btrfs.cc:987
-#, fuzzy, c-format
+#, c-format
 msgid "Creating subvolume %1$s on device %2$s with option \"no copy on write\""
-msgstr "يتم الآن إنشاء حجم فرعي %1$s على الجهاز %2$s"
+msgstr ""
+"يتم الآن إنشاء حجم فرعي %1$sعلى الجهاز %2$s مع خيار \"النسخ عند الكتابة\""
 
 #. displayed during action
 #. %1$s is replaced by device name e.g. /dev/hda1
@@ -1369,7 +1371,7 @@
 
 #: ../storage/Storage.cc:5587
 msgid "Setting file attributes with chattr failed."
-msgstr ""
+msgstr "فشل تحديد سمات الملف باستخدام chattr"
 
 #. displayed during action
 #. %1$s is replaced by device name e.g. /dev/hda1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.2/po/ko.po 
new/libstorage-2.26.3/po/ko.po
--- old/libstorage-2.26.2/po/ko.po  2016-01-18 11:10:13.0 +0100
+++ new/libstorage-2.26.3/po/ko.po  2016-05-11 17:08:29.0 +0200
@@ -9,14 +9,16 @@
 "Project-Id-Version: libstorage.ko\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2015-10-09 15:59+0200\n"
-"PO-Revision-Date: 2010-04-06 18:38+0900\n"
-"Last-Translator: Yunseok Choi \n"
-"Language-Team: Korean \n"
+"PO-Revision-Date: 2016-04-25 

commit yast2-mail for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yast2-mail for openSUSE:Factory 
checked in at 2016-06-02 12:37:37

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


Package is "yast2-mail"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes2016-03-18 
21:38:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes   
2016-06-02 12:37:39.0 +0200
@@ -1,0 +2,7 @@
+Tue May 24 04:12:36 UTC 2016 - vark...@suse.com
+
+- bnc#981103 - yast2 mail uses always brackets for relayhost
+- bnc#981101 - yast2 mail adds POSTFIX_NODAEMON to /etc/sysconfig/postfix
+- 3.1.8 
+
+---

Old:

  yast2-mail-3.1.7.tar.bz2

New:

  yast2-mail-3.1.8.tar.bz2



Other differences:
--
++ yast2-mail.spec ++
--- /var/tmp/diff_new_pack.he76iE/_old  2016-06-02 12:37:40.0 +0200
+++ /var/tmp/diff_new_pack.he76iE/_new  2016-06-02 12:37:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-mail-3.1.7.tar.bz2 -> yast2-mail-3.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.7/package/yast2-mail.changes 
new/yast2-mail-3.1.8/package/yast2-mail.changes
--- old/yast2-mail-3.1.7/package/yast2-mail.changes 2016-03-17 
12:16:07.0 +0100
+++ new/yast2-mail-3.1.8/package/yast2-mail.changes 2016-05-27 
13:53:18.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue May 24 04:12:36 UTC 2016 - vark...@suse.com
+
+- bnc#981103 - yast2 mail uses always brackets for relayhost
+- bnc#981101 - yast2 mail adds POSTFIX_NODAEMON to /etc/sysconfig/postfix
+- 3.1.8 
+
+---
 Wed Mar 16 16:04:55 UTC 2016 - knut.anders...@suse.com
 
 - Moved cfg_mail.scr to yast2 due to circular dependencies with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.7/package/yast2-mail.spec 
new/yast2-mail-3.1.8/package/yast2-mail.spec
--- old/yast2-mail-3.1.7/package/yast2-mail.spec2016-03-17 
09:21:54.0 +0100
+++ new/yast2-mail-3.1.8/package/yast2-mail.spec2016-05-27 
13:53:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-mail
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-mail
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.7/src/include/mail/ui.rb 
new/yast2-mail-3.1.8/src/include/mail/ui.rb
--- old/yast2-mail-3.1.7/src/include/mail/ui.rb 2016-03-17 09:21:54.0 
+0100
+++ new/yast2-mail-3.1.8/src/include/mail/ui.rb 2016-05-27 13:53:18.0 
+0200
@@ -382,7 +382,7 @@
   Wizard.SetScreenShotName("mail-21-outgoing")
 
   _TLSnone = Mail.smtp_use_TLS == "no"
-  _TLSuse = Mail.smtp_use_TLS == "yes"
+  _TLSuse  = Mail.smtp_use_TLS == "yes"
   _TLSmust = Mail.smtp_use_TLS == "must"
 
   # what buttons can be used to leave this dialog
@@ -396,6 +396,8 @@
   o_contents = VSquash(
 VBox(
   WJ_MakeWidget(:outgoing_mail_server),
+  # OUTGOING NOMX
+  Left(CheckBox(Id(:NOMX), _("Do not make MX lookup for the outgoing 
mail server."), Mail.outgoing_mail_server_nomx )),
   # TLS
   Label(_("TLS encryption")),
   RadioButtonGroup(
@@ -447,7 +449,8 @@
   end
 
   if ret == :next || Builtins.contains(buttons, ret)
-Mail.smtp_use_TLS = Convert.to_string(UI.QueryWidget(Id(:TLS), :Value))
+Mail.smtp_use_TLS  = 
Convert.to_string(UI.QueryWidget(Id(:TLS), :Value))
+Mail.outgoing_mail_server_nomx = 
Convert.to_boolean(UI.QueryWidget(Id(:NOMX), :Value))
 WJ_Set(widgets)
   end
   Wizard.RestoreScreenShotName
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-mail-3.1.7/src/modules/Mail.rb 
new/yast2-mail-3.1.8/src/modules/Mail.rb
--- old/yast2-mail-3.1.7/src/modules/Mail.rb2016-03-17 09:21:54.0 
+0100
+++ 

commit wicked for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package wicked for openSUSE:Factory checked 
in at 2016-06-02 12:37:26

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


Package is "wicked"

Changes:

--- /work/SRC/openSUSE:Factory/wicked/wicked.changes2016-05-23 
16:37:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes   2016-06-02 
12:37:27.0 +0200
@@ -1,0 +2,8 @@
+Fri May 27 09:38:12 UTC 2016 - m...@suse.com
+
+- version 0.6.35
+- spec: removed ppp service template macro calls (fate#317976)
+- bonding: support for new v3.7.1 netlink options in 4.4 kernel
+- linux: update included headers to 4.4, add if_addr.h
+
+---

Old:

  wicked-0.6.34.tar.bz2

New:

  wicked-0.6.35.tar.bz2



Other differences:
--
++ wicked.spec ++
--- /var/tmp/diff_new_pack.pKazJo/_old  2016-06-02 12:37:28.0 +0200
+++ /var/tmp/diff_new_pack.pKazJo/_new  2016-06-02 12:37:28.0 +0200
@@ -18,7 +18,7 @@
 
 %definerelease_prefix  %{?snapshot:%{snapshot}}%{!?snapshot:0}
 Name:   wicked
-Version:0.6.34
+Version:0.6.35
 Release:%{release_prefix}.0.0
 Summary:Network configuration infrastructure
 License:GPL-2.0
@@ -238,10 +238,10 @@
 if test "x${_id##*/}" = "xnetwork.service" -a -x /etc/init.d/network ; then
/etc/init.d/network stop-all-dhcp-clients || :
 fi
-%{service_add_pre wicked.service wickedd-pppd@*.service}
+%{service_add_pre wicked.service}
 
 %post service
-%{service_add_post wicked.service wickedd-pppd@*.service}
+%{service_add_post wicked.service}
 # See bnc#843526: presets do not apply for upgrade / are not sufficient
 # to handle sysconfig-network|wicked -> wicked migration
 _id=`readlink /etc/systemd/system/network.service 2>/dev/null` || :
@@ -257,11 +257,11 @@
 # - stopping wickedd should be sufficient ... other just to be sure.
 # - stopping of the wicked.service does not stop network, but removes
 #   the wicked.service --> network.service link and resets its status.
-%{service_del_preun wickedd.service wickedd-auto4.service 
wickedd-dhcp4.service wickedd-dhcp6.service wickedd-nanny.service 
wicked.service wickedd-pppd@*.service}
+%{service_del_preun wickedd.service wickedd-auto4.service 
wickedd-dhcp4.service wickedd-dhcp6.service wickedd-nanny.service 
wicked.service}
 
 %postun service
 # restart wickedd after upgrade
-%{service_del_postun wickedd.service wickedd-pppd@*.service}
+%{service_del_postun wickedd.service}
 
 %else
 

++ wicked-0.6.34.tar.bz2 -> wicked-0.6.35.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.34/ChangeLog new/wicked-0.6.35/ChangeLog
--- old/wicked-0.6.34/ChangeLog 2016-05-20 15:54:32.0 +0200
+++ new/wicked-0.6.35/ChangeLog 2016-05-27 11:38:35.0 +0200
@@ -1,3 +1,40 @@
+commit fa2b1bfe9a131b23da68ecc53782bb0ae69ea114
+Author: Marius Tomaschewski 
+Date:   Fri May 27 11:28:39 2016 +0200
+
+version 0.6.35
+
+commit defc5ecf4c63f33962610f131d84c4d1bec60de1
+Merge: d84174a 6af0349
+Author: Marius Tomaschewski 
+Date:   Thu May 26 14:15:26 2016 +0200
+
+Merge pull request #651 from mtomaschewski/no-ppp-spec-macros
+
+spec: removed ppp service template macro calls (fate#317976)
+
+commit 6af03491e42147327f5f0b25794ae026dd5f43ee
+Author: Marius Tomaschewski 
+Date:   Wed May 25 18:12:02 2016 +0200
+
+spec: removed ppp service template macro calls (fate#317976)
+
+This are static service templates to start pppd, which do
+not need any enable/disable or restart on wicked reinstall
+as they do not use wicked binaries.
+
+commit e8aa09a10a87d7ea302b10464e456df24f0070ad
+Author: Marius Tomaschewski 
+Date:   Wed May 25 17:56:55 2016 +0200
+
+bonding: support for new v3.7.1 netlink options
+
+commit 0d728a20dba398ee699f9653e6486dda4ae59662
+Author: Marius Tomaschewski 
+Date:   Tue May 24 17:37:34 2016 +0200
+
+linux: update included headers to 4.4, add if_addr.h
+
 commit bd48dae821c3af0a0168a0764c550541e5780040
 Author: Pawel Wieczorkiewicz 
 Date:   Fri May 20 15:42:06 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wicked-0.6.34/VERSION new/wicked-0.6.35/VERSION
--- old/wicked-0.6.34/VERSION   2016-05-20 15:52:14.0 +0200
+++ new/wicked-0.6.35/VERSION   2016-05-27 11:28:13.0 +0200
@@ -1 +1 @@
-0.6.34
+0.6.35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit cinnamon for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package cinnamon for openSUSE:Factory 
checked in at 2016-06-02 09:39:48

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


Package is "cinnamon"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes2016-05-29 
03:12:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes   2016-06-02 
09:39:50.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  1 12:43:15 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.5:
+  * cinnamon-settings: Remove hard-coded theming for the main
+cinnamon-settings icon view.
+  * Background settings: Apply EXIF rotations to thumbnails.
+  * cinnamon-util.c: cinnamon_util_get_icon_for_uri.c – use a
+custom icon if one is set in metadata (via file manager).
+
+---

Old:

  cinnamon-3.0.4.tar.gz

New:

  cinnamon-3.0.5.tar.gz



Other differences:
--
++ cinnamon.spec ++
--- /var/tmp/diff_new_pack.Fq5BiN/_old  2016-06-02 09:39:51.0 +0200
+++ /var/tmp/diff_new_pack.Fq5BiN/_new  2016-06-02 09:39:51.0 +0200
@@ -21,7 +21,7 @@
 %define _name   Cinnamon
 %define _version 3.0.0
 Name:   cinnamon
-Version:3.0.4
+Version:3.0.5
 Release:0
 Summary:GNU/Linux Desktop featuring a traditional layout
 License:GPL-2.0+ and LGPL-2.1

++ cinnamon-3.0.4.tar.gz -> cinnamon-3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.0.4/configure.ac 
new/Cinnamon-3.0.5/configure.ac
--- old/Cinnamon-3.0.4/configure.ac 2016-05-23 13:52:15.0 +0200
+++ new/Cinnamon-3.0.5/configure.ac 2016-05-31 10:55:21.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.63)
-AC_INIT([cinnamon],[3.0.4],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
+AC_INIT([cinnamon],[3.0.5],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_SRCDIR([src/cinnamon-global.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cinnamon-3.0.4/debian/changelog 
new/Cinnamon-3.0.5/debian/changelog
--- old/Cinnamon-3.0.4/debian/changelog 2016-05-23 13:52:15.0 +0200
+++ new/Cinnamon-3.0.5/debian/changelog 2016-05-31 10:55:21.0 +0200
@@ -1,3 +1,16 @@
+cinnamon (3.0.5) sarah; urgency=medium
+
+  [ JosephMcc ]
+  * cinnamon-settings: Remove hard-coded theming for the main 
cinnamon-settings icon view
+
+  [ Clement Lefebvre ]
+  * Background settings: Apply EXIF rotations to thumbnails
+
+  [ Michael Webster ]
+  * cinnamon-util.c: cinnamon_util_get_icon_for_uri.c - use a custom icon if 
one is set in metadata (via file manager).
+
+ -- Clement Lefebvre   Tue, 31 May 2016 09:54:44 +0100
+
 cinnamon (3.0.4) sarah; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Cinnamon-3.0.4/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
 
new/Cinnamon-3.0.5/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
--- 
old/Cinnamon-3.0.4/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
  2016-05-23 13:52:15.0 +0200
+++ 
new/Cinnamon-3.0.5/files/usr/share/cinnamon/cinnamon-settings/cinnamon-settings.py
  2016-05-31 10:55:21.0 +0200
@@ -194,6 +194,9 @@
 self.header_stack.set_transition_duration(150)
 self.side_view_container = self.builder.get_object("category_box")
 self.side_view_sw = self.builder.get_object("side_view_sw")
+context = self.side_view_sw.get_style_context()
+context.add_class("cs-category-view")
+context.add_class("view")
 self.side_view_sw.show_all()
 self.content_box = self.builder.get_object("content_box")
 self.content_box_sw = self.builder.get_object("content_box_sw")
@@ -439,15 +442,6 @@
 
 area.add_attribute(text_renderer, "text", 0)
 
-css_provider = Gtk.CssProvider()
-css_provider.load_from_data("GtkIconView { 
\
- background-color: transparent;
\
- } 
\
- GtkIconView.view.cell:selected {  
\
- background-color: @selected_bg_color; 
\
- }")
-c = widget.get_style_context()
-c.add_provider(css_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
 

commit msmtp for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package msmtp for openSUSE:Factory checked 
in at 2016-06-02 09:40:07

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


Package is "msmtp"

Changes:

--- /work/SRC/openSUSE:Factory/msmtp/msmtp.changes  2016-02-05 
00:31:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.msmtp.new/msmtp.changes 2016-06-02 
09:40:09.0 +0200
@@ -1,0 +2,7 @@
+Tue May 31 19:26:18 UTC 2016 - benoit.mo...@gmx.fr
+
+- update to version 1.6.5:
+  * Support SHA256 fingerprints for tls_fingerprint,
+and mark both SHA1 and MD5 as deprecated.
+
+---

Old:

  msmtp-1.6.4.tar.xz
  msmtp-1.6.4.tar.xz.sig

New:

  msmtp-1.6.5.tar.xz
  msmtp-1.6.5.tar.xz.sig



Other differences:
--
++ msmtp.spec ++
--- /var/tmp/diff_new_pack.wACrHw/_old  2016-06-02 09:40:10.0 +0200
+++ /var/tmp/diff_new_pack.wACrHw/_new  2016-06-02 09:40:10.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with gnome_keyring
 
 Name:   msmtp
-Version:1.6.4
+Version:1.6.5
 Release:0
 BuildRequires:  libidn-devel
 BuildRequires:  openssl-devel

++ msmtp-1.6.4.tar.xz -> msmtp-1.6.5.tar.xz ++
 4270 lines of diff (skipped)





commit ghex for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghex for openSUSE:Factory checked in 
at 2016-06-02 09:39:35

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


Package is "ghex"

Changes:

--- /work/SRC/openSUSE:Factory/ghex/ghex.changes2016-05-16 
12:04:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghex.new/ghex.changes   2016-06-02 
09:39:37.0 +0200
@@ -1,0 +2,5 @@
+Tue May 17 17:49:10 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -6,0 +12,5 @@
+
+---
+Fri Apr 15 17:18:45 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572



Other differences:
--



commit pointfree for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package pointfree for openSUSE:Factory 
checked in at 2016-06-02 09:39:42

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


Package is "pointfree"

Changes:

--- /work/SRC/openSUSE:Factory/pointfree/pointfree.changes  2016-01-09 
23:13:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.pointfree.new/pointfree.changes 2016-06-02 
09:39:44.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  1 10:51:40 UTC 2016 - mimi...@gmail.com
+
+- update to 1.1.1.1
+- drop fix-haskell-src-exts.patch , upstreamed
+* Fix some bugs in qualified operator handling
+* Dependency update for HSE 1.17, transformers 0.5
+
+---

Old:

  fix-haskell-src-exts.patch
  pointfree-1.1.tar.gz

New:

  pointfree-1.1.1.1.tar.gz



Other differences:
--
++ pointfree.spec ++
--- /var/tmp/diff_new_pack.IKqpOB/_old  2016-06-02 09:39:44.0 +0200
+++ /var/tmp/diff_new_pack.IKqpOB/_new  2016-06-02 09:39:44.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:   pointfree 
-Version:1.1
+Version:1.1.1.1
 Release:0
 Summary:Tool for refactoring expressions into pointfree form
 Group:  Development/Languages/Other
@@ -28,10 +28,7 @@
 License:MIT
 Url:https://hackage.haskell.org/package/%{name}
 Source0:
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-haskell-src-exts.patch Sergei Trofimovich 
 fix build with LTS4
-Patch0: fix-haskell-src-exts.patch 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
@@ -72,7 +69,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+cabal-tweak-dep-ver base '< 4.9' '< 4.10'
 
 %build
 %ghc_lib_build

++ pointfree-1.1.tar.gz -> pointfree-1.1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1/ChangeLog 
new/pointfree-1.1.1.1/ChangeLog
--- old/pointfree-1.1/ChangeLog 2015-04-11 02:55:14.0 +0200
+++ new/pointfree-1.1.1.1/ChangeLog 2015-12-26 17:23:10.0 +0100
@@ -1,3 +1,10 @@
+v1.1.1.1:
+* Dependency update for HSE 1.17, transformers 0.5
+* Trim tested-with, I no longer have a working copy of old GHCs
+
+v1.1.1:
+* Fix some bugs in qualified operator handling
+
 v1.1:
 * Drop support for GHC 7.0 and 7.2 (actually already lost with HSE 1.16)
 * Add support for GHC 7.10.1
@@ -7,7 +14,8 @@
 * Dependency update for QuickCheck 2.9
 
 v1.0.4.8:
-* Dependency update for HSE 1.16 and transformers 0.5
+* Dependency update for HSE 1.16
+* Fixing support for transformers 0.4
 
 v1.0.4.7:
 * Dependency update for HSE 1.15 and transformers 0.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1/Plugin/Pl/Parser.hs 
new/pointfree-1.1.1.1/Plugin/Pl/Parser.hs
--- old/pointfree-1.1/Plugin/Pl/Parser.hs   2015-04-11 02:55:14.0 
+0200
+++ new/pointfree-1.1.1.1/Plugin/Pl/Parser.hs   2015-12-26 17:23:10.0 
+0100
@@ -12,7 +12,7 @@
 nameString (HSE.Symbol s) = (Inf, s)
 
 qnameString :: HSE.QName -> (Fixity, String)
-qnameString (HSE.Qual m n) = fmap (HSE.prettyPrint m ++) (nameString n)
+qnameString (HSE.Qual m n) = fmap ((HSE.prettyPrint m ++ ".") ++) (nameString 
n)
 qnameString (HSE.UnQual n) = nameString n
 qnameString (HSE.Special sc) = case sc of
   HSE.UnitCon -> (Pref, "()")
@@ -68,9 +68,9 @@
 
 hseToDecl :: HSE.Decl -> Decl
 hseToDecl dec = case dec of
-  HSE.PatBind _ (HSE.PVar n) (HSE.UnGuardedRhs e) (HSE.BDecls []) ->
+  HSE.PatBind _ (HSE.PVar n) (HSE.UnGuardedRhs e) Nothing ->
 Define (snd (nameString n)) (hseToExpr e)
-  HSE.FunBind [HSE.Match _ n ps Nothing (HSE.UnGuardedRhs e) (HSE.BDecls [])] 
->
+  HSE.FunBind [HSE.Match _ n ps Nothing (HSE.UnGuardedRhs e) Nothing] ->
 Define (snd (nameString n)) (foldr (\p x -> Lambda (hseToPattern p) x) 
(hseToExpr e) ps)
   _ -> todo dec
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pointfree-1.1/Plugin/Pl/PrettyPrinter.hs 
new/pointfree-1.1.1.1/Plugin/Pl/PrettyPrinter.hs
--- old/pointfree-1.1/Plugin/Pl/PrettyPrinter.hs2015-04-11 
02:55:14.0 +0200
+++ new/pointfree-1.1.1.1/Plugin/Pl/PrettyPrinter.hs2015-12-26 
17:23:10.0 +0100
@@ -127,7 +127,17 @@
   prettyPrecPattern 6 p1 . (':':) . prettyPrecPattern 5 p2
   
 isOperator :: String -> Bool
-isOperator s = s /= "()" && all (\c -> isSymbol c || isPunctuation c) s
+isOperator s =
+  case break (== '.') s of
+

commit mutt for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2016-06-02 09:39:46

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


Package is "mutt"

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2016-05-24 
09:35:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2016-06-02 
09:39:47.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  1 11:04:06 UTC 2016 - wer...@suse.de
+
+- Fix crash due keywords.patch which stumble over not existing
+  standard mailbox 
+
+---
+Tue May 31 12:35:33 UTC 2016 - wer...@suse.de
+
+- Update to neomutt 20160530
+- Avoid sidebar patch from bother other users (boo#982129) 
+- Remove patch patch-1.6.1.rr.compressed.bz2 as now part of neumutt
+
+---

Old:

  neomutt-patches-20160502.tar.gz
  patch-1.6.1.rr.compressed.bz2

New:

  neomutt-patches-20160530.tar.gz



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.y1D8Zc/_old  2016-06-02 09:39:49.0 +0200
+++ /var/tmp/diff_new_pack.y1D8Zc/_new  2016-06-02 09:39:49.0 +0200
@@ -71,7 +71,7 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:  desktop-data-SuSE
-%globalneo 20160502
+%globalneo 20160530
 Version:1.6.1
 Release:0
 Summary:Mail Program
@@ -92,7 +92,6 @@
 Source10:   neomutt-patches-%{neo}.tar.gz
 Patch:  %name-%version.dif
 # http://www.spinnaker.de/mutt/compressed/
-Patch1: patch-1.6.1.rr.compressed.bz2
 Patch2: %name-1.5.9i-pgpewrap.diff
 Patch3: %name-1.5.20-sendgroupreplyto.diff
 Patch4: %name-1.5.15-wrapcolumn.diff
@@ -128,8 +127,7 @@
 patch -s -p1 < $p
 done
 patch -s -p1 < ../neomutt-patches-%{neo}/neomutt-%{neo}.patch
-%patch
-%patch1 -p0 -b .compressed
+%patch -p0 -b .p0
 %patch2 -p0 -b .pgpewrap
 %patch3 -p0 -b .sendgroupreplyto
 %patch4 -p0 -b .wrapcolumn

++ COLS-workaround.dif ++
--- /var/tmp/diff_new_pack.y1D8Zc/_old  2016-06-02 09:39:49.0 +0200
+++ /var/tmp/diff_new_pack.y1D8Zc/_new  2016-06-02 09:39:49.0 +0200
@@ -1,13 +1,17 @@
 Current neomutt sidebar patch does change COLS which does
-not work with threadsafe ncurses6
+not work with threadsafe ncurses6. Beside this: do not
+bother other non-sidebar users as well make sidebar delimeter
+look well.
 
 ---
+ buffy.c  |6 +++---
  configure.ac |8 
- 1 file changed, 8 insertions(+)
+ sidebar.c|9 -
+ 3 files changed, 19 insertions(+), 4 deletions(-)
 
 --- configure.ac
-+++ configure.ac   2016-05-23 13:43:40.810914709 +
-@@ -305,6 +305,14 @@ main ()
 configure.ac   2016-05-31 11:15:58.082946555 +
+@@ -313,6 +313,14 @@ main ()
  if test x$mutt_cv_curses != x/usr; then
  LDFLAGS="$LDFLAGS -L${mutt_cv_curses}/lib"
  CPPFLAGS="$CPPFLAGS -I${mutt_cv_curses}/include"
@@ -22,3 +26,49 @@
  fi])
  
AC_CHECK_FUNC(initscr,,[
+--- buffy.c
 buffy.c2016-05-31 12:24:04.232839516 +
+@@ -756,10 +756,10 @@ int mutt_buffy_check (int force)
+   buffy_check(tmp, _sb);
+ sb_set_update_time();
+   }
+-#else
+-  for (tmp = Incoming; tmp; tmp = tmp->next)
+-buffy_check(tmp, _sb);
++  else if (!option (OPTSIDEBAR))
+ #endif
++for (tmp = Incoming; tmp; tmp = tmp->next)
++  buffy_check(tmp, _sb);
+ 
+ #ifdef USE_NOTMUCH
+   for (tmp = VirtIncoming; tmp; tmp = tmp->next)
+--- sidebar.c
 sidebar.c  2016-05-31 11:52:28.873409292 +
+@@ -643,6 +643,7 @@ draw_divider (int first_row, int num_row
+ {
+   /* Calculate the width of the delimiter in screen cells */
+   int delim_len = mutt_strwidth (SidebarDividerChar);
++  int altchar = 0;
+ 
+   if (delim_len < 1)
+   return delim_len;
+@@ -653,12 +654,18 @@ draw_divider (int first_row, int num_row
+   if (delim_len > SidebarWidth)
+   return -1;
+ 
++  if (delim_len == 1 && strcmp(SidebarDividerChar, "|") == 0)
++  altchar++;
++
+   SETCOLOR(MT_COLOR_DIVIDER);
+ 
+   int i;
+   for (i = 0; i < num_rows; i++) {
+   move (first_row + i, SidebarWidth - delim_len);
+-  addstr (NONULL(SidebarDividerChar));
++  if (altchar)
++  addch (ACS_VLINE);
++  else
++  addstr (NONULL(SidebarDividerChar));
+   }
+ 
+   return delim_len;

++ aw.listreply.diff ++
--- 

commit ghc-keys for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-keys for openSUSE:Factory 
checked in at 2016-06-02 09:39:44

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


Package is "ghc-keys"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-keys/ghc-keys.changes2015-11-26 
17:02:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-keys.new/ghc-keys.changes   2016-06-02 
09:39:45.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  1 11:02:10 UTC 2016 - mimi...@gmail.com
+
+- update to 3.11
+* Support for comonad 5
+* Support for GHC 8
+* Support for transformers 0.5
+
+---

Old:

  keys-3.10.2.tar.gz

New:

  keys-3.11.tar.gz



Other differences:
--
++ ghc-keys.spec ++
--- /var/tmp/diff_new_pack.yeAvDS/_old  2016-06-02 09:39:46.0 +0200
+++ /var/tmp/diff_new_pack.yeAvDS/_new  2016-06-02 09:39:46.0 +0200
@@ -18,7 +18,7 @@
 %global pkg_name keys
 
 Name:   ghc-keys
-Version:3.10.2
+Version:3.11
 Release:0
 Summary:Keyed functors and containers
 Group:  System/Libraries

++ keys-3.10.2.tar.gz -> keys-3.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keys-3.10.2/CHANGELOG.markdown 
new/keys-3.11/CHANGELOG.markdown
--- old/keys-3.10.2/CHANGELOG.markdown  2015-05-18 03:59:57.0 +0200
+++ new/keys-3.11/CHANGELOG.markdown2016-01-17 03:34:14.0 +0100
@@ -1,10 +1,16 @@
+3.11
+
+* Support for `comonad` 5
+* Support for GHC 8
+* Support for `transformers` 0.5
+
 3.10.2
 --
-* Support for `semigroupoids` 5.
+* Support for `semigroupoids` 5
 
 3.10.1
 --
-* Support for `transformers` 0.4.
+* Support for `transformers` 0.4
 
 3.10
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keys-3.10.2/LICENSE new/keys-3.11/LICENSE
--- old/keys-3.10.2/LICENSE 2015-05-18 03:59:57.0 +0200
+++ new/keys-3.11/LICENSE   2016-01-17 03:34:14.0 +0100
@@ -1,4 +1,4 @@
-Copyright 2011 Edward Kmett
+Copyright 2011-2016 Edward Kmett
 
 All rights reserved.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keys-3.10.2/README.markdown 
new/keys-3.11/README.markdown
--- old/keys-3.10.2/README.markdown 2015-05-18 03:59:57.0 +0200
+++ new/keys-3.11/README.markdown   2016-01-17 03:34:14.0 +0100
@@ -1,7 +1,7 @@
 keys
 
 
-[![Build 
Status](https://secure.travis-ci.org/ekmett/keys.png?branch=master)](http://travis-ci.org/ekmett/keys)
+[![Hackage](https://img.shields.io/hackage/v/keys.svg)](https://hackage.haskell.org/package/keys)
 [![Build 
Status](https://secure.travis-ci.org/ekmett/keys.png?branch=master)](http://travis-ci.org/ekmett/keys)
 
 This package provides a bunch of ad hoc classes for accessing parts of a 
container.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keys-3.10.2/keys.cabal new/keys-3.11/keys.cabal
--- old/keys-3.10.2/keys.cabal  2015-05-18 03:59:57.0 +0200
+++ new/keys-3.11/keys.cabal2016-01-17 03:34:14.0 +0100
@@ -1,6 +1,6 @@
 name:  keys
 category:  Data Structures, Containers
-version:   3.10.2
+version:   3.11
 license:   BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -9,7 +9,7 @@
 stability: provisional
 homepage:  http://github.com/ekmett/keys/
 bug-reports:   http://github.com/ekmett/keys/issues
-copyright: Copyright (C) 2011 Edward A. Kmett
+copyright: Copyright (C) 2011-2016 Edward A. Kmett
 synopsis:  Keyed functors and containers
 description:   Keyed functors and containers
 build-type:Simple
@@ -23,14 +23,15 @@
   build-depends:
 array>= 0.3.0.2 && < 0.6,
 base >= 4   && < 5,
-comonad  >= 4   && < 5,
+comonad  >= 4   && < 6,
 containers   >= 0.3 && < 0.6,
 free >= 4   && < 5,
 hashable >= 1.1.2.3 && < 1.3,
 semigroupoids>= 4   && < 6,
 semigroups   >= 0.8.3.1 && < 1,
-transformers >= 0.2 && < 0.5,
-unordered-containers >= 0.2 && < 0.3
+transformers >= 0.2 && < 0.6,
+transformers-compat  >= 0.3 && < 1,
+unordered-containers >= 0.2.4   && < 0.3
 
   exposed-modules:
 Data.Key
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keys-3.10.2/src/Data/Key.hs 
new/keys-3.11/src/Data/Key.hs
--- old/keys-3.10.2/src/Data/Key.hs 2015-05-18 

commit gnome-builder for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-builder for openSUSE:Factory 
checked in at 2016-06-02 09:39:26

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


Package is "gnome-builder"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-builder/gnome-builder.changes  
2016-05-23 16:40:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-builder.new/gnome-builder.changes 
2016-06-02 09:39:27.0 +0200
@@ -1,0 +2,5 @@
+Thu May 26 00:21:13 UTC 2016 - sree...@suse.com
+
+- Add to the SDK. Fate#319349
+
+---
@@ -24,0 +30,7 @@
+
+---
+Mon May  9 20:24:35 UTC 2016 - sree...@suse.com
+
+- Add to the SDK. Fate#319349
+- Change group to Development/Tools/Other
+- Remove MIT and CC0-1.0 from License.



Other differences:
--
++ gnome-builder.spec ++
--- /var/tmp/diff_new_pack.PiW6Qi/_old  2016-06-02 09:39:28.0 +0200
+++ /var/tmp/diff_new_pack.PiW6Qi/_new  2016-06-02 09:39:28.0 +0200
@@ -20,8 +20,8 @@
 Version:3.20.4
 Release:0
 Summary:GNOME Builder - IDE
-License:GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.1+ and MIT and 
CC-BY-SA-3.0 and CC0-1.0
-Group:  Development/Tools/IDE
+License:GPL-3.0+ and GPL-2.0+ and LGPL-3.0+ and LGPL-2.1+ and 
CC-BY-SA-3.0
+Group:  Development/Tools/Other
 Url:https://wiki.gnome.org/Apps/Builder
 Source: 
http://download.gnome.org/sources/gnome-builder/3.20/%{name}-%{version}.tar.xz
 Source99:   %{name}-rpmlintrc




commit vte2 for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package vte2 for openSUSE:Factory checked in 
at 2016-06-02 09:39:34

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


Package is "vte2"

Changes:

--- /work/SRC/openSUSE:Factory/vte2/vte2.changes2015-09-24 
06:16:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.vte2.new/vte2.changes   2016-06-02 
09:39:35.0 +0200
@@ -1,0 +2,6 @@
+Fri May 27 11:51:15 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572
+- Fixes bsc#979317
+
+---



Other differences:
--
++ vte2.spec ++
--- /var/tmp/diff_new_pack.Icwhpf/_old  2016-06-02 09:39:36.0 +0200
+++ /var/tmp/diff_new_pack.Icwhpf/_new  2016-06-02 09:39:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vte2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit dconf-editor for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package dconf-editor for openSUSE:Factory 
checked in at 2016-06-02 09:39:18

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


Package is "dconf-editor"

Changes:

--- /work/SRC/openSUSE:Factory/dconf-editor/dconf-editor.changes
2016-05-12 09:34:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.dconf-editor.new/dconf-editor.changes   
2016-06-02 09:39:20.0 +0200
@@ -1,0 +2,5 @@
+Wed May 25 08:29:06 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572 
+
+---
@@ -9,0 +15,5 @@
+
+---
+Mon May  9 08:20:26 UTC 2016 - fcro...@suse.com
+
+- Update to GNOME 3.20 -- FATE#318572.



Other differences:
--



commit mkvtoolnix for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package mkvtoolnix for openSUSE:Factory 
checked in at 2016-06-02 09:40:01

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


Package is "mkvtoolnix"

Changes:

--- /work/SRC/openSUSE:Factory/mkvtoolnix/mkvtoolnix.changes2016-04-30 
23:31:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkvtoolnix.new/mkvtoolnix.changes   
2016-06-02 09:40:02.0 +0200
@@ -1,0 +2,25 @@
+Tue May 31 11:16:42 UTC 2016 - r...@fthiessen.de
+
+- Update to new upstream release 9.2.0:
+* mkvmerge: bug fix: the "interval" chapter generation mode was
+   always creating one chapter too many.
+  bug fix: if a certain number of chapters had been generated with
+   --generate-chapters then mkvmerge wasn't replacing the void
+   placerholder with the actual chapters.
+  bug fix: fixed detection of (E-)AC-3 in MPEG TS files with
+   unusual stream types (e.g. 0x87) but with (E-)AC-3 PMT
+   descriptors.
+* mkvmerge, mkvextract: bug fix: fixed handling of Big Endian PCM
+   with a bit depth other than 16, 32 or 64 bits/sample. Other
+   formats were using the Little Endian codec ID, but their content
+   was actually not byte-swapped to match it. Now those other bit
+  depths are byte-swapped to Little Endian, too.
+* MKVToolNix GUI: merge tool bug fix: the track column "default
+   track in output" wasn't taking into account if the track had its
+   "default track" flag set to "no" in the source file. This would
+   result in the column showing "yes" in certain situations even
+   though mkvmerge would assign "no".
+* Some other improvements, some enhancements and other bugfixes,
+   please refer to the changelog file provides with the package.
+
+---

Old:

  mkvtoolnix-9.1.0.tar.xz

New:

  mkvtoolnix-9.2.0.tar.xz



Other differences:
--
++ mkvtoolnix.spec ++
--- /var/tmp/diff_new_pack.4KfxYT/_old  2016-06-02 09:40:03.0 +0200
+++ /var/tmp/diff_new_pack.4KfxYT/_new  2016-06-02 09:40:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   mkvtoolnix
-Version:9.1.0
+Version:9.2.0
 Release:0
 Summary:Tools to Create, Alter, and Inspect Matroska Files
 License:GPL-2.0+
@@ -30,13 +30,11 @@
 # PATCH-OPENSUSE-FIX mkvtoolnix-use-system-boost.patch -- Fix includes to use 
boost from system
 Patch1: mkvtoolnix-use-system-boost.patch
 BuildRequires:  boost-devel >= 1.46
-# Needed because of scriplets macros
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  gcc-c++ >= 4.8
 BuildRequires:  gettext-tools
-# Needed because of scriplets macros and directory ownership check
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt5-qtbase-devel >= 5.2.0
 BuildRequires:  ruby >= 1.9

++ mkvtoolnix-9.1.0.tar.xz -> mkvtoolnix-9.2.0.tar.xz ++
 135666 lines of diff (skipped)




commit ghc-cereal for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-cereal for openSUSE:Factory 
checked in at 2016-06-02 09:40:05

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


Package is "ghc-cereal"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-cereal/ghc-cereal.changes2016-01-28 
17:24:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-cereal.new/ghc-cereal.changes   
2016-06-02 09:40:06.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun  1 19:07:52 UTC 2016 - mimi...@gmail.com
+
+- update to 0.5.2.0
+* Implement the AMP recommended refactoring for the Functor/Applicative/Monad
+ hierarchy for Get and PutM
+* Unconditionally support GHC generics
+* Split the GSerialize class in two, to deal with a GHC bug
+* No longer use Enum in the Serialize instance for Bool
+
+---

Old:

  cereal-0.5.1.0.tar.gz

New:

  cereal-0.5.2.0.tar.gz



Other differences:
--
++ ghc-cereal.spec ++
--- /var/tmp/diff_new_pack.oiJ2Vd/_old  2016-06-02 09:40:07.0 +0200
+++ /var/tmp/diff_new_pack.oiJ2Vd/_new  2016-06-02 09:40:07.0 +0200
@@ -17,22 +17,22 @@
 
 
 %global pkg_name cereal
-# no useful debuginfo for Haskell packages without C sources
-%global debug_package %{nil}
 
 Name:   ghc-cereal
-Version:0.5.1.0
+Version:0.5.2.0
 Release:0
 Summary:A binary serialization library
 License:BSD-3-Clause
 Group:  System/Libraries
 Url:http://hackage.haskell.org/package/%{pkg_name}
-Source0:
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
+Source0:
http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 Source1:%{name}-rpmlintrc
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
+# fail is needed on ghc 7.x
+BuildRequires:  ghc-fail-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ghc-rpm-macros

++ cereal-0.5.1.0.tar.gz -> cereal-0.5.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cereal-0.5.1.0/CHANGELOG.md 
new/cereal-0.5.2.0/CHANGELOG.md
--- old/cereal-0.5.1.0/CHANGELOG.md 2015-11-12 18:53:27.0 +0100
+++ new/cereal-0.5.2.0/CHANGELOG.md 2016-05-28 01:48:29.0 +0200
@@ -1,4 +1,18 @@
 
+0.5.2.0
+==
+
+* Implement the AMP recommended refactoring for the Functor/Applicative/Monad
+  hierarchy for Get and PutM (thanks to Herbert Valerio Riedel!)
+* Unconditionally support GHC generics (thanks to Eric Mertens!)
+* Split the GSerialize class in two, to deal with a GHC bug (thanks Austin 
Seipp!)
+* No longer use Enum in the Serialize instance for Bool (thanks Francesco 
Mazzoli!)
+
+0.5.1.0
+===
+
+* Re-enable GHC.Generics support which was accidentally removed in 0.5.0.0
+
 0.5.0.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cereal-0.5.1.0/cereal.cabal 
new/cereal-0.5.2.0/cereal.cabal
--- old/cereal-0.5.1.0/cereal.cabal 2015-11-12 18:53:27.0 +0100
+++ new/cereal-0.5.2.0/cereal.cabal 2016-05-28 01:48:29.0 +0200
@@ -1,5 +1,5 @@
 name:   cereal
-version:0.5.1.0
+version:0.5.2.0
 license:BSD3
 license-file:   LICENSE
 author: Lennart Kolmodin ,
@@ -13,6 +13,7 @@
 cabal-version:  >= 1.10
 synopsis:   A binary serialization library
 homepage:   https://github.com/GaloisInc/cereal
+tested-with:GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 
7.8.4, GHC == 7.10.2
 
 description:
   A binary serialization library, similar to binary, that introduces an isolate
@@ -27,10 +28,13 @@
 library
 default-language:   Haskell2010
 
-build-depends:  bytestring >= 0.10.0.0,
+build-depends:  bytestring >= 0.10.2.0,
 base >= 4.4 && < 5, containers, array,
 ghc-prim >= 0.2
 
+if !impl(ghc >= 8.0)
+  build-depends:fail == 4.9.*
+
 hs-source-dirs: src
 
 exposed-modules:Data.Serialize,
@@ -40,9 +44,6 @@
 
 ghc-options:-Wall -O2 -funbox-strict-fields
 
-if impl(ghc >= 7.2.1)
-cpp-options:-DGENERICS
-build-depends:  ghc-prim >= 0.2
 
 
 test-suite 

commit gnome-themes for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-themes for openSUSE:Factory 
checked in at 2016-06-02 09:39:28

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


Package is "gnome-themes"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-themes/gnome-themes.changes
2014-10-11 19:27:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-themes.new/gnome-themes.changes   
2016-06-02 09:39:29.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 12:09:37 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572 
+
+---



Other differences:
--
++ gnome-themes.spec ++
--- /var/tmp/diff_new_pack.RkXKeZ/_old  2016-06-02 09:39:30.0 +0200
+++ /var/tmp/diff_new_pack.RkXKeZ/_new  2016-06-02 09:39:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-themes
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit rhythmbox for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rhythmbox for openSUSE:Factory 
checked in at 2016-06-02 09:39:41

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


Package is "rhythmbox"

Changes:

--- /work/SRC/openSUSE:Factory/rhythmbox/rhythmbox.changes  2016-05-16 
12:03:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.rhythmbox.new/rhythmbox.changes 2016-06-02 
09:39:42.0 +0200
@@ -1,0 +2,11 @@
+Wed May 18 15:32:16 UTC 2016 - alarr...@suse.com
+
+- Update to GNOME 3.20.2 Fate#318572
+
+---
+Wed May 18 12:14:46 UTC 2016 - alarr...@suse.com
+
+- Added BuildRequires: fdupes. Use it to link duplicated files in
+  /usr/lib64/rhythmbox/plugins/ and /usr/share/help
+
+---
@@ -6,0 +18,5 @@
+
+---
+Fri Apr 15 18:31:59 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572



Other differences:
--
++ rhythmbox.spec ++
--- /var/tmp/diff_new_pack.M4O0vA/_old  2016-06-02 09:39:43.0 +0200
+++ /var/tmp/diff_new_pack.M4O0vA/_new  2016-06-02 09:39:43.0 +0200
@@ -30,6 +30,7 @@
 Source: 
http://download.gnome.org/sources/rhythmbox/3.3/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-UPSTREAM rhythmbox-grilo-0.3.patch bgo#759589 
dims...@opensuse.org -- Port to grilo 0.3
 Patch0: rhythmbox-grilo-0.3.patch
+BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  libdiscid-devel
@@ -131,6 +132,8 @@
 %suse_update_desktop_file rhythmbox-device
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes %{buildroot}%{_datadir}/help
+%fdupes %{buildroot}%{_libdir}/rhythmbox/plugins
 
 %clean
 rm -rf %{buildroot}




commit meld for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package meld for openSUSE:Factory checked in 
at 2016-06-02 09:39:39

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


Package is "meld"

Changes:

--- /work/SRC/openSUSE:Factory/meld/meld.changes2016-05-20 
11:56:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.meld.new/meld.changes   2016-06-02 
09:39:40.0 +0200
@@ -1,0 +2,5 @@
+Fri May 20 11:39:15 UTC 2016 - alarr...@suse.com
+
+- Update to GNOME 3.20.2 (Fate#318572) 
+
+---
@@ -29,0 +35,5 @@
+Fri Apr 15 16:46:27 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
@@ -164,0 +175,6 @@
+
+---
+Mon Jun  1 12:27:31 UTC 2015 - fcro...@suse.com
+
+- SLE12 SP1 package (FATE#318492).
+- Fix Url.



Other differences:
--



commit gnote for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnote for openSUSE:Factory checked 
in at 2016-06-02 09:39:37

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


Package is "gnote"

Changes:

--- /work/SRC/openSUSE:Factory/gnote/gnote.changes  2016-05-19 
12:14:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnote.new/gnote.changes 2016-06-02 
09:39:38.0 +0200
@@ -1,0 +2,5 @@
+Thu May 19 04:16:43 UTC 2016 - ty...@suse.com
+
+- Update to GNOME 3.20.1  Fate#318572
+
+---
@@ -10,0 +16,5 @@
+Thu Apr 14 22:09:12 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---
@@ -177,0 +188,6 @@
+
+---
+Wed Feb 12 14:49:51 UTC 2014 - mgo...@suse.com
+
+- Add gnote-enable-tomboy-migration.patch -- enable Tomboy
+  migration by default (bnc#862246 bgo#723835). 



Other differences:
--
++ gnote.spec ++
--- /var/tmp/diff_new_pack.DE71hw/_old  2016-06-02 09:39:39.0 +0200
+++ /var/tmp/diff_new_pack.DE71hw/_new  2016-06-02 09:39:39.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnote
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit gnome-weather for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-weather for openSUSE:Factory 
checked in at 2016-06-02 09:39:30

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


Package is "gnome-weather"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-weather/gnome-weather.changes  
2016-05-12 09:33:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-weather.new/gnome-weather.changes 
2016-06-02 09:39:31.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 12:04:21 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20.2 FATE#318572 
+
+---



Other differences:
--



commit libgit2-glib for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libgit2-glib for openSUSE:Factory 
checked in at 2016-06-02 09:39:32

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


Package is "libgit2-glib"

Changes:

--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes
2016-03-29 14:30:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes   
2016-06-02 09:39:33.0 +0200
@@ -1,0 +2,5 @@
+Mon May  9 20:23:10 UTC 2016 - sree...@suse.com
+
+- Add to the SDK. Fate#319349
+
+---



Other differences:
--



commit cinnamon-screensaver for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-screensaver for 
openSUSE:Factory checked in at 2016-06-02 09:39:52

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


Package is "cinnamon-screensaver"

Changes:

--- 
/work/SRC/openSUSE:Factory/cinnamon-screensaver/cinnamon-screensaver.changes
2016-04-28 17:01:33.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-screensaver.new/cinnamon-screensaver.changes
   2016-06-02 09:39:54.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun  1 12:43:15 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.1:
+  * gs-lock-plug: Remove the hardcoded text colours.
+  * Fix unlock dialog display in hidpi.
+  * gs-window-x11.c: Fix a couple of compiler warnings.
+  * gs-lock-plug.c: Look at AccountsService for user pic if .face
+is not found. Simplify some of the code – pixbuf loaders have
+built-in file checking.
+
+---

Old:

  cinnamon-screensaver-3.0.0.tar.gz

New:

  cinnamon-screensaver-3.0.1.tar.gz



Other differences:
--
++ cinnamon-screensaver.spec ++
--- /var/tmp/diff_new_pack.sc1EZ7/_old  2016-06-02 09:39:54.0 +0200
+++ /var/tmp/diff_new_pack.sc1EZ7/_new  2016-06-02 09:39:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-screensaver
-Version:3.0.0
+Version:3.0.1
 Release:0
 Summary:Cinnamon screensaver and locker
 License:GPL-2.0+

++ cinnamon-screensaver-3.0.0.tar.gz -> cinnamon-screensaver-3.0.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.0.0/configure.ac 
new/cinnamon-screensaver-3.0.1/configure.ac
--- old/cinnamon-screensaver-3.0.0/configure.ac 2016-04-23 17:15:11.0 
+0200
+++ new/cinnamon-screensaver-3.0.1/configure.ac 2016-05-30 17:09:04.0 
+0200
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([cinnamon-screensaver],
-[3.0.0],
+[3.0.1],
 [https://github.com/linuxmint/cinnamon-screensaver/issues])
 
 AC_CONFIG_SRCDIR(src/cinnamon-screensaver.c)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.0.0/debian/changelog 
new/cinnamon-screensaver-3.0.1/debian/changelog
--- old/cinnamon-screensaver-3.0.0/debian/changelog 2016-04-23 
17:15:11.0 +0200
+++ new/cinnamon-screensaver-3.0.1/debian/changelog 2016-05-30 
17:09:04.0 +0200
@@ -1,3 +1,15 @@
+cinnamon-screensaver (3.0.1) sarah; urgency=medium
+
+  [ JosephMcc ]
+  * gs-lock-plug: Remove the hardcoded text colors
+
+  [ Michael Webster ]
+  * Fix unlock dialog display in hidpi.
+  * gs-window-x11.c: fix a couple compiler warnings, clean up.
+  * gs-lock-plug.c: look at AccountsService for user pic if .face is not 
found.  Simplify some of the code - pixbuf loaders have built-in file checking.
+
+ -- Clement Lefebvre   Mon, 30 May 2016 16:08:20 +0100
+
 cinnamon-screensaver (3.0.0) sarah; urgency=medium
 
   [ monsta ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.0.0/src/Makefile.am 
new/cinnamon-screensaver-3.0.1/src/Makefile.am
--- old/cinnamon-screensaver-3.0.0/src/Makefile.am  2016-04-23 
17:15:11.0 +0200
+++ new/cinnamon-screensaver-3.0.1/src/Makefile.am  2016-05-30 
17:09:04.0 +0200
@@ -111,6 +111,8 @@
 
 test_window_SOURCES =  \
test-window.c   \
+gs-lock-socket.c \
+gs-lock-socket.h \
gs-window.h \
gs-window-x11.c \
gs-grab-x11.c   \
@@ -172,6 +174,8 @@
gs-watcher.h\
gs-listener-dbus.c  \
gs-listener-dbus.h  \
+gs-lock-socket.c \
+gs-lock-socket.h \
gs-manager.c\
gs-manager.h\
gs-window-x11.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.0.0/src/gs-lock-plug.c 
new/cinnamon-screensaver-3.0.1/src/gs-lock-plug.c
--- old/cinnamon-screensaver-3.0.0/src/gs-lock-plug.c   2016-04-23 
17:15:11.0 +0200
+++ new/cinnamon-screensaver-3.0.1/src/gs-lock-plug.c   2016-05-30 
17:09:04.0 +0200
@@ -829,7 +829,7 @@
   
g_get_user_name ()),
G_VARIANT_TYPE 
("(o)"),


commit cinnamon-menus for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-menus for openSUSE:Factory 
checked in at 2016-06-02 09:39:51

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


Package is "cinnamon-menus"

Changes:

--- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes
2016-05-29 03:12:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new/cinnamon-menus.changes   
2016-06-02 09:39:51.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  1 12:43:15 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.2:
+  * Go back to loading .desktop files as GDesktopAppInfo – this
+is the only way g_desktop_app_info_get_filename() will work
+properly.
+
+---

Old:

  cinnamon-menus-3.0.1.tar.gz

New:

  cinnamon-menus-3.0.2.tar.gz



Other differences:
--
++ cinnamon-menus.spec ++
--- /var/tmp/diff_new_pack.V46DtU/_old  2016-06-02 09:39:52.0 +0200
+++ /var/tmp/diff_new_pack.V46DtU/_new  2016-06-02 09:39:52.0 +0200
@@ -20,7 +20,7 @@
 %define soname  libcinnamon-menu-3
 %define sover   0
 Name:   cinnamon-menus
-Version:3.0.1
+Version:3.0.2
 Release:0
 Summary:A menu system for the Cinnamon Desktop
 License:LGPL-2.1+

++ cinnamon-menus-3.0.1.tar.gz -> cinnamon-menus-3.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.0.1/configure.ac 
new/cinnamon-menus-3.0.2/configure.ac
--- old/cinnamon-menus-3.0.1/configure.ac   2016-05-23 13:55:09.0 
+0200
+++ new/cinnamon-menus-3.0.2/configure.ac   2016-05-30 16:47:10.0 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ(2.62)
 
-AC_INIT([cinnamon-menus], [3.0.1])
+AC_INIT([cinnamon-menus], [3.0.2])
 AC_CONFIG_SRCDIR(libmenu/gmenu-tree.h)
 
 AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.0.1/debian/changelog 
new/cinnamon-menus-3.0.2/debian/changelog
--- old/cinnamon-menus-3.0.1/debian/changelog   2016-05-23 13:55:09.0 
+0200
+++ new/cinnamon-menus-3.0.2/debian/changelog   2016-05-30 16:47:10.0 
+0200
@@ -1,3 +1,11 @@
+cinnamon-menus (3.0.2) sarah; urgency=medium
+
+  [ Michael Webster ]
+  * Fix a couple issues with incorrect result evaluations when loading desktop 
files caused by 44ee2de737e53b0
+  * Revert 44ee2de737e53b and go back to loading .desktop files *as* 
GDesktopAppInfo - this is the only way g_desktop_app_info_get_filename() will 
work properly.
+
+ -- Clement Lefebvre   Mon, 30 May 2016 15:45:57 +0100
+
 cinnamon-menus (3.0.1) sarah; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-menus-3.0.1/libmenu/desktop-entries.c 
new/cinnamon-menus-3.0.2/libmenu/desktop-entries.c
--- old/cinnamon-menus-3.0.1/libmenu/desktop-entries.c  2016-05-23 
13:55:09.0 +0200
+++ new/cinnamon-menus-3.0.2/libmenu/desktop-entries.c  2016-05-30 
16:47:10.0 +0200
@@ -266,65 +266,54 @@
 static DesktopEntryResultCode
 desktop_entry_load (DesktopEntry *entry)
 {
-  DesktopEntryResultCode rescode = DESKTOP_ENTRY_LOAD_FAIL_OTHER;
-
   if (strstr (entry->path, "/menu-xdg/"))
-return rescode;
-
+return DESKTOP_ENTRY_LOAD_FAIL_OTHER;
   if (entry->type == DESKTOP_ENTRY_DESKTOP)
 {
   GKeyFile *key_file = NULL;
   DesktopEntryDesktop *entry_desktop = (DesktopEntryDesktop*)entry;
+  const char *categories_str;
 
-  key_file = g_key_file_new ();
-
-  if (g_key_file_load_from_file (key_file, entry->path, 0, NULL))
+  entry_desktop->appinfo = g_desktop_app_info_new_from_filename 
(entry->path);
+  if (!entry_desktop->appinfo ||
+  !g_app_info_get_name (G_APP_INFO (entry_desktop->appinfo)) ||
+  !g_app_info_get_executable (G_APP_INFO (entry_desktop->appinfo)))
 {
-  entry_desktop->appinfo = g_desktop_app_info_new_from_keyfile 
(key_file);
-
-  if (!entry_desktop->appinfo ||
-  !g_app_info_get_name (G_APP_INFO (entry_desktop->appinfo)) ||
-  !g_app_info_get_executable (G_APP_INFO (entry_desktop->appinfo)))
-{
-  menu_verbose ("Failed to load appinfo for \"%s\"\n", 
entry->path);
-  rescode = DESKTOP_ENTRY_LOAD_FAIL_APPINFO;
-}
-  else
-{
-  const char *categories_str;
-  categories_str = g_desktop_app_info_get_categories 
(entry_desktop->appinfo);
+  menu_verbose 

commit lxqt-panel for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package lxqt-panel for openSUSE:Factory 
checked in at 2016-06-02 09:40:03

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


Package is "lxqt-panel"

Changes:

--- /work/SRC/openSUSE:Factory/lxqt-panel/lxqt-panel.changes2016-01-12 
16:12:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.lxqt-panel.new/lxqt-panel.changes   
2016-06-02 09:40:06.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun  1 15:27:40 UTC 2016 - dims...@opensuse.org
+
+- Add lxqt-panel-xcb-1.12.patch: Fix linking with libxcb-1.12:
+  we use xcb symbols by ourselves, so we are also responsible to
+  link libxcb.
+
+---
+Tue May 24 14:25:08 UTC 2016 - mvet...@suse.com
+
+- Use pkgconfig to require libxkbcommon-x11-devel
+- Require lxqt-mount to have mounter option working
+
+---

New:

  lxqt-panel-xcb-1.12.patch



Other differences:
--
++ lxqt-panel.spec ++
--- /var/tmp/diff_new_pack.sKGJla/_old  2016-06-02 09:40:06.0 +0200
+++ /var/tmp/diff_new_pack.sKGJla/_new  2016-06-02 09:40:06.0 +0200
@@ -29,6 +29,8 @@
 # PATCH-FIX-UPSTREAM xkbcommon-includes.patch -- explicitly add include path 
for
 # xkbcommon headers, otherwise they are picked up accidentally
 Patch1: xkbcommon-includes.patch
+# PATCH-FIX-UPSTREAM lxqt-panel-xcb-1.12.patch gh#lxde/lxqt-panel#354 
dims...@opensuse.org -- Fix build with libxcb 1.12
+Patch2: lxqt-panel-xcb-1.12.patch
 BuildRequires:  cmake >= 3.0.2
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
@@ -48,10 +50,11 @@
 BuildRequires:  pkgconfig(libstatgrab)
 BuildRequires:  pkgconfig(lxqt) >= %{version}
 BuildRequires:  pkgconfig(lxqt-globalkeys) >= %{version}
+BuildRequires:  pkgconfig(lxqtmount)
 BuildRequires:  pkgconfig(sysstat-qt5)
 BuildRequires:  pkgconfig(xcomposite)
+BuildRequires:  pkgconfig(xkbcommon-x11)
 BuildRequires:  pkgconfig(xrender)
-BuildRequires:  libxkbcommon-x11-devel
 Requires:   lxmenu-data
 Requires:   menu-cache
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -73,6 +76,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %cmake

++ lxqt-panel-xcb-1.12.patch ++
>From 43d62a769773f5087c58f36ca043e998299e1487 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Wed, 1 Jun 2016 17:26:22 +0200
Subject: [PATCH] kbindicator-plugin: fix linking with libxcb-1.12

---
 plugin-kbindicator/CMakeLists.txt | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Index: lxqt-panel-0.10.0/plugin-kbindicator/CMakeLists.txt
===
--- lxqt-panel-0.10.0.orig/plugin-kbindicator/CMakeLists.txt
+++ lxqt-panel-0.10.0/plugin-kbindicator/CMakeLists.txt
@@ -38,7 +38,8 @@ if(XKB_COMMON_X11_FOUND)
 message(STATUS "XkbCommon X11 was found")
 include_directories(${XKB_COMMON_X11_INCLUDEDIR})
 find_package(Qt5 COMPONENTS X11Extras Xml)
-pkg_check_modules(XCB_XCB xcb-xkb)
+pkg_check_modules(XCB xcb)
+pkg_check_modules(XCB_XKB xcb-xkb)
 
 set(HEADERS
 ${HEADERS}
@@ -53,7 +54,8 @@ if(XKB_COMMON_X11_FOUND)
 set(LIBRARIES
 ${LIBRARIES}
 ${XKB_COMMON_X11_LIBRARIES}
-${XCB_XCB_LIBRARIES}
+${XCB_LIBRARIES}
+${XCB_XKB_LIBRARIES}
 Qt5::Xml
 )
 



commit nemo for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package nemo for openSUSE:Factory checked in 
at 2016-06-02 09:39:54

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


Package is "nemo"

Changes:

--- /work/SRC/openSUSE:Factory/nemo/nemo.changes2016-05-29 
03:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.nemo.new/nemo.changes   2016-06-02 
09:39:56.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun  1 12:43:15 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.0.5 (changes since 3.0.3):
+  * Add standard settings for EelEditableLabel.
+  * Build-require cinnamon-translations.
+  * Use g_hash_table_remove_all and get rid of some callbacks.
+
+---

Old:

  nemo-3.0.3.tar.gz

New:

  nemo-3.0.5.tar.gz



Other differences:
--
++ nemo.spec ++
--- /var/tmp/diff_new_pack.BPnDkg/_old  2016-06-02 09:39:57.0 +0200
+++ /var/tmp/diff_new_pack.BPnDkg/_new  2016-06-02 09:39:57.0 +0200
@@ -20,7 +20,7 @@
 %define sover   1
 %define typelib typelib-1_0-Nemo-3_0
 Name:   nemo
-Version:3.0.3
+Version:3.0.5
 Release:0
 Summary:File browser for Cinnamon
 License:GPL-2.0+
@@ -31,6 +31,7 @@
 Patch1: %{name}-implicit-pointer-decl.patch
 # PATCH-FIX-UPSTREAM nemo-void-return-no-return.patch marguei...@opensuse.org 
-- Fix OBS gcc checks.
 Patch2: %{name}-void-return-no-return.patch
+BuildRequires:  cinnamon-translations
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc

++ nemo-3.0.3.tar.gz -> nemo-3.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.3/configure.ac new/nemo-3.0.5/configure.ac
--- old/nemo-3.0.3/configure.ac 2016-05-23 13:53:34.0 +0200
+++ new/nemo-3.0.5/configure.ac 2016-05-31 14:59:08.0 +0200
@@ -18,7 +18,7 @@
 m4_define(nemo_extension_current,  5)
 m4_define(nemo_extension_revision, 0)
 
-AC_INIT(nemo, 3.0.3, https://github.com/linuxmint/nemo)
+AC_INIT(nemo, 3.0.5, https://github.com/linuxmint/nemo)
 
 dnl ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.3/debian/changelog 
new/nemo-3.0.5/debian/changelog
--- old/nemo-3.0.3/debian/changelog 2016-05-23 13:53:34.0 +0200
+++ new/nemo-3.0.5/debian/changelog 2016-05-31 14:59:08.0 +0200
@@ -1,3 +1,23 @@
+nemo (3.0.5) sarah; urgency=medium
+
+  [ leigh123linux ]
+  * use g_hash_table_remove_all and get rid of some callbacks
+
+  [ JosephMcc ]
+  * Partially revert c082595 by limiting it to only affecting desktop items
+
+ -- Clement Lefebvre   Tue, 31 May 2016 13:20:18 +0100
+
+nemo (3.0.4) sarah; urgency=medium
+
+  [ raveit65 ]
+  * add standard settings for EelEditableLabel
+
+  [ Clement Lefebvre ]
+  * Build-depend on cinnamon-l10n
+
+ -- Clement Lefebvre   Tue, 31 May 2016 11:31:11 +0100
+
 nemo (3.0.3) sarah; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.3/debian/control 
new/nemo-3.0.5/debian/control
--- old/nemo-3.0.3/debian/control   2016-05-23 13:53:34.0 +0200
+++ new/nemo-3.0.5/debian/control   2016-05-31 14:59:08.0 +0200
@@ -27,7 +27,8 @@
libglib2.0-doc,
libgtk-3-doc,
python3-polib,
-   python3-gi
+   python3-gi,
+   cinnamon-l10n
 Homepage: http://www.github.com/linuxmint/nemo/
 Standards-Version: 3.9.5
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nemo-3.0.3/libnemo-private/nemo-desktop-directory.c 
new/nemo-3.0.5/libnemo-private/nemo-desktop-directory.c
--- old/nemo-3.0.3/libnemo-private/nemo-desktop-directory.c 2016-05-23 
13:53:34.0 +0200
+++ new/nemo-3.0.5/libnemo-private/nemo-desktop-directory.c 2016-05-31 
14:59:08.0 +0200
@@ -461,8 +461,8 @@
 
real_directory = desktop->details->real_directory;
if (real_directory != NULL) {
-   g_hash_table_foreach_remove (desktop->details->callbacks, 
(GHRFunc) gtk_true, NULL);
-   g_hash_table_foreach_remove (desktop->details->monitors, 
(GHRFunc) gtk_true, NULL);
+   g_hash_table_remove_all (desktop->details->callbacks);
+   g_hash_table_remove_all (desktop->details->monitors);
 
g_signal_handlers_disconnect_by_func (real_directory, 
done_loading_callback, desktop);

commit gnome-backgrounds for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package gnome-backgrounds for 
openSUSE:Factory checked in at 2016-06-02 09:39:24

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


Package is "gnome-backgrounds"

Changes:

--- /work/SRC/openSUSE:Factory/gnome-backgrounds/gnome-backgrounds.changes  
2016-03-29 14:46:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-backgrounds.new/gnome-backgrounds.changes 
2016-06-02 09:39:26.0 +0200
@@ -1,0 +2,5 @@
+Mon May  2 20:40:16 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+
+---



Other differences:
--



commit i18nspector for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package i18nspector for openSUSE:Factory 
checked in at 2016-06-02 09:39:15

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


Package is "i18nspector"

Changes:

--- /work/SRC/openSUSE:Factory/i18nspector/i18nspector.changes  2016-04-28 
16:59:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.i18nspector.new/i18nspector.changes 
2016-06-02 09:39:17.0 +0200
@@ -1,0 +2,11 @@
+Wed Jun  1 06:33:56 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.25.
+  * Remove empty lines between references in the manual page.
+  * Rename --parallel as -j/--jobs.
+  * Make it possible to specify “auto” as the number of processes
+to use.
+  * Improve the test suite.
+- Correct the source URL.
+
+---

Old:

  i18nspector-0.24.tar.gz
  i18nspector-0.24.tar.gz.asc

New:

  i18nspector-0.25.tar.gz
  i18nspector-0.25.tar.gz.asc



Other differences:
--
++ i18nspector.spec ++
--- /var/tmp/diff_new_pack.JR2xqi/_old  2016-06-02 09:39:17.0 +0200
+++ /var/tmp/diff_new_pack.JR2xqi/_new  2016-06-02 09:39:17.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   i18nspector
-Version:0.24
+Version:0.25
 Release:0
 Summary:Tool for Checking gettext POT/PO/MO Files
 License:MIT
 Group:  Development/Tools/Other
 Url:http://jwilk.net/software/i18nspector
-Source0:
https://bitbucket.org/jwilk/i18nspector/downloads/%{name}-%{version}.tar.gz
-Source1:
https://bitbucket.org/jwilk/i18nspector/downloads/%{name}-%{version}.tar.gz.asc
+Source0:
https://github.com/jwilk/i18nspector/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source1:
https://github.com/jwilk/i18nspector/releases/download/%{version}/%{name}-%{version}.tar.gz.asc
 Source2:%{name}.keyring
 BuildRequires:  python3-devel
 # Requires for tests.

++ i18nspector-0.24.tar.gz -> i18nspector-0.25.tar.gz ++
 2231 lines of diff (skipped)




commit kdesvn for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package kdesvn for openSUSE:Factory checked 
in at 2016-06-02 09:39:10

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


Package is "kdesvn"

Changes:

--- /work/SRC/openSUSE:Factory/kdesvn/kdesvn.changes2016-01-28 
17:26:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.kdesvn.new/kdesvn.changes   2016-06-02 
09:39:12.0 +0200
@@ -1,0 +2,34 @@
+Tue May 31 13:23:20 UTC 2016 - wba...@tmo.at
+
+- update to 1.7.0
+  * Bug 322021 - Action and notification strings are not really translatable
+  * Bug 322182 - kdesvn mangles options passed to external conflict resolver
+  * Bug 323403 - Add "Revert" option to context menu for files
+  * Bug 323712 - Subversion 1.6.x support
+  * Bug 324158 - kdesvn crash when a directory name contains the at (@) symbol
+  * Bug 325074, 330624 - kdesvn crashed when getting logs.
+  * Bug 332863 - Wish: Please add an "Unselect all"-buttton to commit dialoge
+  * Bug 340772 - Committing two moves together leads to out-of-date errors
+  * Bug 357297 - kdesvn crash after entering password
+  * Bug 358032 - Crash after closing KDESVN
+  * ubuntu bug: 619249 tcp ports specified in urls are being ignored when 
using svn:https
+  * speedup db insertions into log-cache
+  * various code cleanups (krazy, cppcheck, preparation for KF5)
+  * libsvnqt is no longer a public api
+  * remove last pieces from Qt3support
+  * don't show disabled actions in contextmenu
+  * highlight trailing spaces in diff output on modified lines
+  * fix filtering in commit dialog
+- Drop upstreamed patches:
+  * fix_bug_address.patch
+  * fix_crash_when_getting_logs.patch
+  * let-kdelibs-create-uninstall-target.patch
+  * KDE-BUG-357297-Run-ssh-add-every-time.patch
+- Drop the libsvnqt7 and libsvnqt-devel subpackages, there is no
+  shared libsvnqt andy more, and move its translations into the
+  main package
+- Add Do-not-install-svnqt-static-lib.patch from upstream, we don't
+  want to install libsvnqt.a
+- Adjust file lists
+
+---

Old:

  KDE-BUG-357297-Run-ssh-add-every-time.patch
  fix_bug_address.patch
  fix_crash_when_getting_logs.patch
  kdesvn-1.6.0.tar.bz2
  let-kdelibs-create-uninstall-target.patch

New:

  Do-not-install-svnqt-static-lib.patch
  kdesvn-1.7.0.tar.xz



Other differences:
--
++ kdesvn.spec ++
--- /var/tmp/diff_new_pack.y3mdQE/_old  2016-06-02 09:39:13.0 +0200
+++ /var/tmp/diff_new_pack.y3mdQE/_new  2016-06-02 09:39:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kdesvn
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,14 @@
 
 
 Name:   kdesvn
-Version:1.6.0
+Version:1.7.0
 Release:0
 Summary:KDE Subversion Client
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
 Url:http://kdesvn.alwins-world.de/
-Source: %{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM fix_bug_address.patch -- Send the bug reports to 
bugs.kde.org
-Patch0: fix_bug_address.patch
-# PATCH-FIX_UPSTREAM fix_crash_when_getting_logs.patch boo#931401, kde#325074, 
kde#330624
-Patch1: fix_crash_when_getting_logs.patch
-# PATCH-FIX_UPSTREAM let-kdelibs-create-uninstall-target.patch -- fix build 
when CMake's CMP002 policy is set to NEW (with kdelibs4 >= 4.14.11)
-Patch2: let-kdelibs-create-uninstall-target.patch
-# PATCH-FIX_UPSTREAM kde#357297
-Patch3: KDE-BUG-357297-Run-ssh-add-every-time.patch
+Source: %{name}-%{version}.tar.xz
+Patch:  Do-not-install-svnqt-static-lib.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  openldap2-devel
@@ -40,35 +33,16 @@
 Recommends: kio_svn
 Provides:   kde4-kdesvn = %{version}
 Obsoletes:  kde4-kdesvn < %{version}
+Obsoletes:  libsvnqt7 < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
 %description
 kdesvn is a GUI client for subversion repositories.
 
-%define lname libsvnqt7
-%package -n %{lname}
-Summary:KDE Subversion Client
-Group:  Development/Tools/Version Control
-%requires_gelibqt4
-
-%description -n %{lname}
-kdesvn is a GUI client for subversion repositories.
-
-%package -n libsvnqt-devel
-Summary:KDE Subversion Client
-Group:  Development/Tools/Version Control
-Requires:   %{lname} >= %{version}
-
-%description -n 

commit monitoring-plugins-zypper for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package monitoring-plugins-zypper for 
openSUSE:Factory checked in at 2016-06-02 09:39:06

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


Package is "monitoring-plugins-zypper"

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/monitoring-plugins-zypper.changes
  2016-02-08 09:48:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/monitoring-plugins-zypper.changes
 2016-06-02 09:39:08.0 +0200
@@ -1,0 +2,37 @@
+Wed May 25 00:07:54 CEST 2016 - r...@suse.de
+
+- ignore if restarting boot.apparmor fails 
+
+---
+Wed May 25 00:01:19 CEST 2016 - r...@suse.de
+
+- require apparmor-profiles on older releases 
+- add SLE12.2 as supported
+
+---
+Thu Apr 14 21:36:00 UTC 2016 - l...@linux-schulserver.de
+
+- build require apparmor-parser to run apparmor restart in %post
+- SLE11 needs apparmor-profiles instead of apparmor-abstractions
+
+---
+Thu Apr 14 00:58:18 CEST 2016 - r...@suse.de
+
+- fix os-release parser to get version properly 
+
+---
+Wed Apr 13 19:22:47 UTC 2016 - l...@linux-schulserver.de
+
+- restart apparmor to get changes in the apparmor profiles updated
+- require apparmor-abstractions
+
+---
+Tue Apr 12 18:58:11 UTC 2016 - l...@linux-schulserver.de
+
+- update to 1.90:
+  + support (and prefer) the new /etc/os-release file instead of 
+/etc/SuSE-release
+  + remove SLE-11-SP3 from supported distributions
+  + better check supported distribution
+
+---



Other differences:
--
++ monitoring-plugins-zypper.spec ++
--- /var/tmp/diff_new_pack.y32QkL/_old  2016-06-02 09:39:09.0 +0200
+++ /var/tmp/diff_new_pack.y32QkL/_new  2016-06-02 09:39:09.0 +0200
@@ -16,11 +16,17 @@
 #
 
 
+%if 0%{?suse_version} >= 1230
+%bcond_without systemd
+%else
+%bcond_with systemd
+%endif
+
 Name:   monitoring-plugins-zypper
 Summary:Check for software updates via zypper
 License:BSD-3-Clause
 Group:  System/Monitoring
-Version:1.84
+Version:1.90
 Release:0
 Url:http://en.opensuse.org/Monitoring-plugins-zypper
 Source0:check_zypper.pl
@@ -35,12 +41,24 @@
 # nagios can execute the script with embedded perl
 Recommends: perl 
 Recommends: apparmor-parser
+BuildRequires:  apparmor-parser
+%if 0%{?suse_version} > 1320
+Requires:   apparmor-abstractions
+%else
+Requires:   apparmor-profiles
+%endif
 %endif
 Requires:   zypper
 BuildArch:  noarch
 %if 0%{?suse_version}
 BuildRequires:  distribution-release
 %endif
+%if %{with systemd}
+%if 0%{?suse_version} >= 1210
+BuildRequires:  systemd-rpm-macros
+%endif
+%{?systemd_requires}
+%endif
 BuildRequires:  nagios-rpm-macros
 Provides:   nagios-plugins-zypper = %{version}-%{release}
 Obsoletes:  nagios-plugins-zypper < %{version}-%{release}
@@ -93,6 +111,9 @@
 %clean
 rm -rf %buildroot
 
+%post
+%{_sysconfdir}/init.d/boot.apparmor try-restart || echo "restarting 
boot.apparmor failed"
+
 %files 
 %defattr(-,root,root)
 # avoid build dependecy of nagios - own the dirs

++ check_zypper.pl ++
 1019 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/monitoring-plugins-zypper/check_zypper.pl
 and 
/work/SRC/openSUSE:Factory/.monitoring-plugins-zypper.new/check_zypper.pl

++ usr.lib.nagios.plugins.check_zypper ++
--- /var/tmp/diff_new_pack.y32QkL/_old  2016-06-02 09:39:09.0 +0200
+++ /var/tmp/diff_new_pack.y32QkL/_new  2016-06-02 09:39:09.0 +0200
@@ -9,6 +9,7 @@
   #include 
 
   /etc/SuSE-release r,
+  /etc/os-release r,
 
   /{,usr/}bin/grep  rix,
   /{,usr/}bin/awk   rix,




commit ansible for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2016-06-02 09:39:12

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


Package is "ansible"

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2016-05-11 
16:37:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2016-06-02 
09:39:14.0 +0200
@@ -1,0 +2,8 @@
+Sun May 29 18:51:07 UTC 2016 - mich...@stroeder.com
+
+- update to 2.1.0.0
+  (see /usr/share/doc/packages/ansible/CHANGELOG.md for details)
+- on SuSE platforms recommend package python-dnspython for
+  DNS lookups in playbooks
+
+---

Old:

  ansible-2.0.2.0.tar.gz

New:

  ansible-2.1.0.0.tar.gz



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.ggHpau/_old  2016-06-02 09:39:15.0 +0200
+++ /var/tmp/diff_new_pack.ggHpau/_new  2016-06-02 09:39:15.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ansible
-Version:2.0.2.0
+Version:2.1.0.0
 Release:0
 Summary:Radically simple IT automation
 License:GPL-3.0
@@ -46,6 +46,7 @@
 Recommends: python-dopy
 Recommends: python-pywinrm
 Recommends: sshpass
+Recommends: python-dnspython
 %endif
 
 # RHEL == 6
@@ -96,8 +97,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README.md
+%doc COPYING README.md CHANGELOG.md
 %{_bindir}/ansible
+%{_bindir}/ansible-console
 %{_bindir}/ansible-playbook
 %{_bindir}/ansible-pull
 %{_bindir}/ansible-doc

++ ansible-2.0.2.0.tar.gz -> ansible-2.1.0.0.tar.gz ++
 84734 lines of diff (skipped)




commit python-oslo.service for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.service for 
openSUSE:Factory checked in at 2016-06-02 09:38:58

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


Package is "python-oslo.service"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes  
2016-05-04 08:19:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.service.new/python-oslo.service.changes 
2016-06-02 09:38:58.0 +0200
@@ -1,0 +2,23 @@
+Tue May 31 13:49:31 UTC 2016 - slun...@suse.com
+
+- update to 1.11.0
+  * Trivial: ignore openstack/common in flake8 exclude list
+- 1.10.0
+  * [Trivial] Remove executable privilege of doc/source/conf.py
+- 1.9.0
+  * Updated from global requirements
+  * Offer mutate_config_files
+  * Make _spawn_service more flexible
+  * Remove direct dependency on babel
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix argument type for _sd_notify() on python3
+  * Use a timeutils.StopWatch for cancel timing
+  * Add ability to cancel Threads and ThreadGroups
+  * Exception: message need '_' function
+  * Fix Heartbeats stop when time is changed
+  * Updated from global requirements
+
+---

Old:

  oslo.service-1.8.0.tar.gz

New:

  oslo.service-1.11.0.tar.gz



Other differences:
--
++ python-oslo.service.spec ++
--- /var/tmp/diff_new_pack.zwag7s/_old  2016-06-02 09:38:59.0 +0200
+++ /var/tmp/diff_new_pack.zwag7s/_new  2016-06-02 09:38:59.0 +0200
@@ -16,16 +16,16 @@
 #
 
 
-%define version_unconverted 1.8.0
+%define version_unconverted 1.11.0
 
 Name:   python-oslo.service
-Version:1.8.0
+Version:1.11.0
 Release:0
 Summary:Oslo service library
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://launchpad.net/oslo
-Source: 
https://pypi.python.org/packages/source/o/oslo.service/oslo.service-%{version}.tar.gz
+Source: 
https://pypi.python.org/packages/90/4c/c52ea2f34c88594fbe6bfe7b2bf0c287fd953c9058aa93cae41acc66c5a9/oslo.service-%{version}.tar.gz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-devel
 BuildRequires:  python-pbr

++ oslo.service-1.8.0.tar.gz -> oslo.service-1.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-1.8.0/AUTHORS 
new/oslo.service-1.11.0/AUTHORS
--- old/oslo.service-1.8.0/AUTHORS  2016-03-28 05:09:29.0 +0200
+++ new/oslo.service-1.11.0/AUTHORS 2016-05-25 00:10:02.0 +0200
@@ -1,9 +1,11 @@
 Accela Zhao 
 Alan Pevec 
+Alberto Murillo 
 Alessandro Pilotti 
 Alex Gaynor 
 Alex Holden 
 Alexander Gorodnev 
+Alexis Lee 
 Andreas Jaeger 
 Andreas Jaeger 
 Angus Salkeld 
@@ -53,6 +55,7 @@
 John L. Villalovos 
 Joshua Harlow 
 Joshua Harlow 
+Joshua Harlow 
 Julien Danjou 
 Kevin L. Mitchell 
 Kiall Mac Innes 
@@ -86,6 +89,7 @@
 Tom Cammann 
 Victor Sergeyev 
 Victor Stinner 
+ZhiQiang Fan 
 Zhongyue Luo 
 apporc 
 fujioka yuuichi 
@@ -98,3 +102,4 @@
 sonu.kumar 
 stanzgy 
 venkatamahesh 
+zwei 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oslo.service-1.8.0/ChangeLog 
new/oslo.service-1.11.0/ChangeLog
--- old/oslo.service-1.8.0/ChangeLog2016-03-28 05:09:29.0 +0200
+++ new/oslo.service-1.11.0/ChangeLog   2016-05-25 00:10:02.0 +0200
@@ -1,11 +1,33 @@
 CHANGES
 ===
 
-1.8.0
+1.11.0
+--
+
+* Trivial: ignore openstack/common in flake8 exclude list
+
+1.10.0
+--
+
+* [Trivial] Remove executable privilege of doc/source/conf.py
+
+1.9.0
 -
 
 * Updated from global requirements
-* Update .gitreview for stable/mitaka
+* Offer mutate_config_files
+* Make _spawn_service more flexible
+* Remove direct dependency on babel
+* Updated from 

commit rasdaemon for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rasdaemon for openSUSE:Factory 
checked in at 2016-06-02 09:39:04

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


Package is "rasdaemon"

Changes:

--- /work/SRC/openSUSE:Factory/rasdaemon/rasdaemon.changes  2016-03-09 
16:48:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.rasdaemon.new/rasdaemon.changes 2016-06-02 
09:39:06.0 +0200
@@ -1,0 +2,14 @@
+Tue May 31 14:02:13 UTC 2016 - fv...@suse.com
+
+- Update to 0.5.8, obsoleted patches:
+  - broadwell_de_mscod.patch
+  - broadwell_ep_ex_mscod.patch
+
+---
+Tue May 31 09:54:13 UTC 2016 - tr...@suse.de
+
+- Add MSCOD values for broadwell de/ep/ex processors
+* Add broadwell_de_mscod.patch
+* Add broadwell_ep_ex_mscod.patch
+
+---

Old:

  rasdaemon-0.5.7.tar.xz

New:

  rasdaemon-0.5.8.tar.xz



Other differences:
--
++ rasdaemon.spec ++
--- /var/tmp/diff_new_pack.DogyMx/_old  2016-06-02 09:39:07.0 +0200
+++ /var/tmp/diff_new_pack.DogyMx/_new  2016-06-02 09:39:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rasdaemon
-Version:0.5.7
+Version:0.5.8
 Release:0
 Summary:Utility to receive RAS error tracings
 License:GPL-2.0

++ rasdaemon-0.5.7.tar.xz -> rasdaemon-0.5.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.7/ChangeLog 
new/rasdaemon-0.5.8/ChangeLog
--- old/rasdaemon-0.5.7/ChangeLog   2016-02-05 18:24:42.0 +0100
+++ new/rasdaemon-0.5.8/ChangeLog   2016-04-15 12:07:11.0 +0200
@@ -92,3 +92,6 @@
* Add model numbers for Broadwell-EP/EX and -DE
* Add support for Knights Landing processor
 
+2016-04-15 Mauro Carvalho Chehab 
+   - Version 0.5.8
+   * Add Broadwell EP/EX MSCOD and Broadwell DE MSCOD values
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.7/Makefile.am 
new/rasdaemon-0.5.8/Makefile.am
--- old/rasdaemon-0.5.7/Makefile.am 2016-02-05 18:24:42.0 +0100
+++ new/rasdaemon-0.5.8/Makefile.am 2016-04-15 12:07:11.0 +0200
@@ -29,7 +29,8 @@
mce-intel-p4-p6.c mce-intel-nehalem.c \
mce-intel-dunnington.c mce-intel-tulsa.c \
mce-intel-sb.c mce-intel-ivb.c mce-intel-haswell.c \
-   mce-intel-knl.c
+   mce-intel-knl.c mce-intel-broadwell-de.c \
+   mce-intel-broadwell-epex.c
 endif
 if WITH_EXTLOG
rasdaemon_SOURCES += ras-extlog-handler.c
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.7/configure.ac 
new/rasdaemon-0.5.8/configure.ac
--- old/rasdaemon-0.5.7/configure.ac2016-02-05 18:24:42.0 +0100
+++ new/rasdaemon-0.5.8/configure.ac2016-04-15 12:07:11.0 +0200
@@ -1,4 +1,4 @@
-AC_INIT([RASdaemon], 0.5.7)
+AC_INIT([RASdaemon], 0.5.8)
 AM_SILENT_RULES([yes])
 AC_CANONICAL_SYSTEM
 AC_CONFIG_MACRO_DIR([m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rasdaemon-0.5.7/mce-intel-broadwell-de.c 
new/rasdaemon-0.5.8/mce-intel-broadwell-de.c
--- old/rasdaemon-0.5.7/mce-intel-broadwell-de.c1970-01-01 
01:00:00.0 +0100
+++ new/rasdaemon-0.5.8/mce-intel-broadwell-de.c2016-04-15 
12:07:11.0 +0200
@@ -0,0 +1,146 @@
+/*
+ * The code below came from Tony Luck's mcelog code,
+ * released under GNU Public General License, v.2
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+*/
+
+#include 
+#include 
+
+#include "ras-mce-handler.h"
+#include "bitfield.h"
+
+/* See IA32 SDM Vol3B Table 16-24 */
+
+static char *pcu_1[] = {
+   [0x00] = "No Error",
+   [0x09] = "MC_MESSAGE_CHANNEL_TIMEOUT",
+   

commit compcache for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package compcache for openSUSE:Factory 
checked in at 2016-06-02 09:39:08

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


Package is "compcache"

Changes:

--- /work/SRC/openSUSE:Factory/compcache/compcache.changes  2013-07-16 
16:33:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.compcache.new/compcache.changes 2016-06-02 
09:39:09.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 09:08:24 CEST 2016 - ti...@suse.de
+
+- Fix init script for 4.x and later kernels (boo#982279)
+
+---



Other differences:
--
++ compcache.spec ++
--- /var/tmp/diff_new_pack.D5GPYM/_old  2016-06-02 09:39:10.0 +0200
+++ /var/tmp/diff_new_pack.D5GPYM/_new  2016-06-02 09:39:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compcache
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ boot.compcache ++
--- /var/tmp/diff_new_pack.D5GPYM/_old  2016-06-02 09:39:10.0 +0200
+++ /var/tmp/diff_new_pack.D5GPYM/_new  2016-06-02 09:39:10.0 +0200
@@ -32,7 +32,7 @@
 kver=$(uname -r)
 kver=${kver%%-*}
 case "$kver" in
-3.*)
+[3-9].*)
ZRAM=zram
SWAPDEVNM=/dev/zram
case "$kver" in




commit collectl for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package collectl for openSUSE:Factory 
checked in at 2016-06-02 09:39:02

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


Package is "collectl"

Changes:

--- /work/SRC/openSUSE:Factory/collectl/collectl.changes2015-06-01 
09:53:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.collectl.new/collectl.changes   2016-06-02 
09:39:04.0 +0200
@@ -1,0 +2,29 @@
+Wed May  4 11:51:38 UTC 2016 - tabra...@suse.com
+
+- Update to 4.0.4
+  + if you try to playback a file with --stats and it has recorded 
 
+processes or slabs, ignore them be removing from $subsys 
+  + playback of process data with -P was not skipping first interval and so
 
+stats for first entry we not rates but rather raw numbers
+  + change 'yikes' message to something more meaningful
+  + fixed problem with -sZ -P printing all 0s for thread count
+  + added /usr/lib/systemd/system/collectl.service, per sourceforge help   
 
+discussion on 2015-12-28   
+  + added disk read/write wait timing for disk detail in terminal, plot
 
+and lexpr format   
+  + new switch dskremap allows one to change disk names on the fly because 
 
+in some cases such as etherd disks, the names are messy for use with   
 
+other tools like ganlia 
+  + removed access to disk name remapping file 
 
+  + the rawdskfilt has been enhanced to allow a preceding + which will 
 
+cause the following string to be appended to the default filter
 
+   
 
+- Changes from 4.0.3
+  + add AnonHuge memory to memory stats, both verbose and detailed as  
 
+well as lexpr 
+  + if lexpr called with --import, throw an error  
 
+  + tighten divide-by-zero test for -sM because it looks like in some cases 
+when misses >0 we're getting occasional errors.  could hits be somehow 
+negative?
+
+---

Old:

  collectl-4.0.2.src.tar.gz

New:

  collectl-4.0.4.src.tar.gz



Other differences:
--
++ collectl.spec ++
--- /var/tmp/diff_new_pack.YHcrUu/_old  2016-06-02 09:39:05.0 +0200
+++ /var/tmp/diff_new_pack.YHcrUu/_new  2016-06-02 09:39:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package collectl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   collectl
-Version:4.0.2
+Version:4.0.4
 Release:0
 Summary:Collects data that describes the current system status
 License:Artistic-1.0 and GPL-2.0+

++ collectl-4.0.2.src.tar.gz -> collectl-4.0.4.src.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/collectl-4.0.2/INSTALL new/collectl-4.0.4/INSTALL
--- old/collectl-4.0.2/INSTALL  2015-05-27 15:02:55.0 +0200
+++ new/collectl-4.0.4/INSTALL  2016-01-29 15:38:21.0 +0100
@@ -6,6 +6,7 @@
 DOCDIR=$DESTDIR/usr/share/doc/collectl
 SHRDIR=$DESTDIR/usr/share/collectl
 MANDIR=$DESTDIR/usr/share/man/man1
+SYSDDIR=$DESTDIR/usr/lib/systemd/system
 ETCDIR=$DESTDIR/etc
 INITDIR=$ETCDIR/init.d
 
@@ -56,6 +57,11 @@
   /bin/rm -f $ETCDIR/rc.d/rc*.d/*collectl
 fi
 
+# only if systemd is supported
+if [ -d $SYSDDIR ]; then
+  cp service/collectl.service $SYSDDIR
+fi
+
 # Try and decide which distro this is based on distro specific files.
 distro=1
 if [ -f /sbin/yast ]; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/collectl-4.0.2/RELEASE-collectl 
new/collectl-4.0.4/RELEASE-collectl
--- old/collectl-4.0.2/RELEASE-collectl 2015-05-27 15:02:55.0 +0200
+++ new/collectl-4.0.4/RELEASE-collectl 2016-01-29 15:38:21.0 +0100
@@ -27,6 +27,31 @@
 
 COLLECTL CHANGES
 
+4.0.4Jan 29, 2016
+  - if you try to playback a file with --stats and it has recorded
+processes or slabs, ignore them be removing from $subsys [thanks ghassen]
+  - playback of process data with -P was not skipping first interval and so
+stats for first entry we not rates but rather raw numbers [thanks philippe]
+  - change 'yikes' message to something more 

commit libvirt for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-06-02 09:39:00

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


Package is "libvirt"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt/libvirt.changes  2016-05-29 
03:13:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-06-02 
09:39:02.0 +0200
@@ -1,0 +2,5 @@
+Fri May 27 10:15:43 UTC 2016 - jeng...@inai.de
+
+- Avoid suppressing errors during useradd/groupadd
+
+---



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.litAjq/_old  2016-06-02 09:39:04.0 +0200
+++ /var/tmp/diff_new_pack.litAjq/_new  2016-06-02 09:39:04.0 +0200
@@ -1436,7 +1436,7 @@
 %service_add_pre virtlogd.service virtlogd.socket
 %endif
 %{_bindir}/getent group libvirt >/dev/null || \
-  %{_sbindir}/groupadd -r libvirt 2>/dev/null
+  %{_sbindir}/groupadd -r libvirt || :
 
 %post daemon
 /sbin/ldconfig





commit phonon-backend-vlc for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package phonon-backend-vlc for 
openSUSE:Factory checked in at 2016-06-02 09:38:56

Comparing /work/SRC/openSUSE:Factory/phonon-backend-vlc (Old)
 and  /work/SRC/openSUSE:Factory/.phonon-backend-vlc.new (New)


Package is "phonon-backend-vlc"

Changes:

--- /work/SRC/openSUSE:Factory/phonon-backend-vlc/phonon-backend-vlc.changes
2016-05-13 09:24:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon-backend-vlc.new/phonon-backend-vlc.changes   
2016-06-02 09:38:57.0 +0200
@@ -1,0 +2,6 @@
+Fri May 13 12:14:50 UTC 2016 - wba...@tmo.at
+
+- Require VLC 2.1.0 at least for building, support for 2.0.x has
+  been removed upstream
+
+---



Other differences:
--
++ phonon-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.aSJnHO/_old  2016-06-02 09:38:58.0 +0200
+++ /var/tmp/diff_new_pack.aSJnHO/_new  2016-06-02 09:38:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package phonon-backend-vlc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  kde4-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  vlc-devel >= 2.0.1
+BuildRequires:  vlc-devel >= 2.1.0
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(phonon) >= %{_phonon_version}
 Requires:   libphonon4 >= %{_phonon_version}




commit python3-jupyter_qtconsole for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_qtconsole for 
openSUSE:Factory checked in at 2016-06-02 09:38:27

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


Package is "python3-jupyter_qtconsole"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole-doc.changes
  2016-03-26 15:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole-doc.changes
 2016-06-02 09:38:28.0 +0200
@@ -1,0 +2,13 @@
+Mon May  9 20:04:45 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.1
+  * Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
+---
+Sun May  8 07:13:15 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_qtconsole/python3-jupyter_qtconsole.changes
  2016-03-26 15:22:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_qtconsole.new/python3-jupyter_qtconsole.changes
 2016-06-02 09:38:28.0 +0200
@@ -1,0 +2,13 @@
+Mon May  9 20:04:45 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.1
+  * Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
+---
+Sun May  8 07:13:13 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  qtconsole-4.2.0.tar.gz

New:

  qtconsole-4.2.1.tar.gz



Other differences:
--
++ python3-jupyter_qtconsole-doc.spec ++
--- /var/tmp/diff_new_pack.XAgQvQ/_old  2016-06-02 09:38:29.0 +0200
+++ /var/tmp/diff_new_pack.XAgQvQ/_new  2016-06-02 09:38:29.0 +0200
@@ -17,13 +17,15 @@
 
 
 %if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
-%define build_pdf 1
+# PDF Documentation currently broken
+# %define build_pdf 1
+%define build_pdf 0
 %else
 %define build_pdf 0
 %endif
 
 Name:   python3-jupyter_qtconsole-doc
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:Documentation for python3-jupyter_qtconsole
 License:BSD-3-Clause

++ python3-jupyter_qtconsole.spec ++
--- /var/tmp/diff_new_pack.XAgQvQ/_old  2016-06-02 09:38:29.0 +0200
+++ /var/tmp/diff_new_pack.XAgQvQ/_new  2016-06-02 09:38:29.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-jupyter_qtconsole
-Version:4.2.0
+Version:4.2.1
 Release:0
 Summary:Jupyter Qt console
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/q/qtconsole/qtconsole-%{version}.tar.gz
 BuildRequires:  desktop-file-utils
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python3-Pygments

++ qtconsole-4.2.0.tar.gz -> qtconsole-4.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/PKG-INFO new/qtconsole-4.2.1/PKG-INFO
--- old/qtconsole-4.2.0/PKG-INFO2016-02-23 09:02:11.0 +0100
+++ new/qtconsole-4.2.1/PKG-INFO2016-03-30 18:36:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: qtconsole
-Version: 4.2.0
+Version: 4.2.1
 Summary: Jupyter Qt console
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/docs/source/changelog.rst 
new/qtconsole-4.2.1/docs/source/changelog.rst
--- old/qtconsole-4.2.0/docs/source/changelog.rst   2016-02-23 
09:00:10.0 +0100
+++ new/qtconsole-4.2.1/docs/source/changelog.rst   2016-03-30 
18:14:33.0 +0200
@@ -5,6 +5,13 @@
 
 .. _4.2:
 
+4.2.1
+-
+
+`4.2.1 on GitHub `__
+
+Fix compatibility with some Qt bindings and traitlets ≥ 4.2.
+
 4.2
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtconsole-4.2.0/qtconsole/_version.py 
new/qtconsole-4.2.1/qtconsole/_version.py
--- old/qtconsole-4.2.0/qtconsole/_version.py   2016-02-23 09:01:47.0 
+0100
+++ new/qtconsole-4.2.1/qtconsole/_version.py   2016-03-30 18:35:33.0 
+0200
@@ -1,2 +1,2 @@
-version_info = (4, 2, 0)

commit calligra for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2016-06-02 09:38:40

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


Package is "calligra"

Changes:

--- /work/SRC/openSUSE:Factory/calligra/calligra.changes2016-05-23 
16:40:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2016-06-02 
09:38:42.0 +0200
@@ -1,0 +2,6 @@
+Mon May 30 09:18:21 UTC 2016 - wba...@tmo.at
+
+- Re-enable building against Vc-devel-static, it builds fine again
+- Remove some unnecessary part from the specfile
+
+---



Other differences:
--
++ calligra.spec ++
--- /var/tmp/diff_new_pack.UrKjUc/_old  2016-06-02 09:38:46.0 +0200
+++ /var/tmp/diff_new_pack.UrKjUc/_new  2016-06-02 09:38:46.0 +0200
@@ -94,7 +94,7 @@
 %{kde4_pimlibs_requires}
 %if 0%{?suse_version} > 1320
 %ifarch %ix86 x86_64
-#BuildRequires:  Vc-devel-static
+BuildRequires:  Vc-devel-static
 %endif
 %endif
 %if 0%{?suse_version} > 1310
@@ -104,12 +104,8 @@
 BuildRequires:  pkgconfig(libvisio-0.1)
 BuildRequires:  pkgconfig(libwpd-0.10)
 BuildRequires:  pkgconfig(libwpg-0.3)
-%if 0%{?suse_version} > 1310
 BuildRequires:  pkgconfig(libwps-0.4)
 %else
-BuildRequires:  pkgconfig(libwps-0.3)
-%endif
-%else
 BuildRequires:  libodfgen-devel
 BuildRequires:  libvisio-devel
 BuildRequires:  libwpd-devel





commit ghc-mmorph for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-mmorph for openSUSE:Factory 
checked in at 2016-06-02 09:38:38

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


Package is "ghc-mmorph"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-mmorph/ghc-mmorph.changes2015-05-13 
07:13:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mmorph.new/ghc-mmorph.changes   
2016-06-02 09:38:40.0 +0200
@@ -1,0 +2,6 @@
+Wed Feb 10 20:50:53 UTC 2016 - peter.tromm...@ohm-hochschule.de
+
+- update to 1.0.6
+* ghc 8.0 compatibility 
+
+---

Old:

  mmorph-1.0.4.tar.gz

New:

  mmorph-1.0.6.tar.gz



Other differences:
--
++ ghc-mmorph.spec ++
--- /var/tmp/diff_new_pack.4xokPE/_old  2016-06-02 09:38:41.0 +0200
+++ /var/tmp/diff_new_pack.4xokPE/_new  2016-06-02 09:38:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-mmorph
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name mmorph
 
 Name:   ghc-mmorph
-Version:1.0.4
+Version:1.0.6
 Release:0
 Summary:Monad morphisms
 License:BSD-3-Clause
@@ -32,6 +32,8 @@
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 # Begin cabal-rpm deps:
+BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 # End cabal-rpm deps
 

++ mmorph-1.0.4.tar.gz -> mmorph-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmorph-1.0.4/mmorph.cabal 
new/mmorph-1.0.6/mmorph.cabal
--- old/mmorph-1.0.4/mmorph.cabal   2014-08-28 06:04:28.0 +0200
+++ new/mmorph-1.0.6/mmorph.cabal   2016-02-03 06:12:10.0 +0100
@@ -1,5 +1,5 @@
 Name: mmorph
-Version: 1.0.4
+Version: 1.0.6
 Cabal-Version: >= 1.8.0.2
 Build-Type: Simple
 License: BSD3
@@ -19,7 +19,9 @@
 Library
 Hs-Source-Dirs: src
 Build-Depends:
-base >= 4   && < 5  ,
-transformers >= 0.2.0.0 && < 0.5
+base>= 4   && < 5  ,
+mtl >= 2.0.1   && < 2.3,
+transformers>= 0.2.0.0 && < 0.6,
+transformers-compat >= 0.3 && < 0.6
 Exposed-Modules: Control.Monad.Morph, Control.Monad.Trans.Compose
 GHC-Options: -O2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mmorph-1.0.4/src/Control/Monad/Morph.hs 
new/mmorph-1.0.6/src/Control/Monad/Morph.hs
--- old/mmorph-1.0.4/src/Control/Monad/Morph.hs 2014-08-28 06:04:28.0 
+0200
+++ new/mmorph-1.0.6/src/Control/Monad/Morph.hs 2016-02-03 06:12:10.0 
+0100
@@ -74,9 +74,7 @@
 
 import Control.Monad.Trans.Class (MonadTrans(lift))
 import qualified Control.Monad.Trans.Error as E
-#if MIN_VERSION_transformers(0,4,0)
-import qualified Control.Monad.Trans.Except as Ex
-#endif
+import qualified Control.Monad.Trans.Exceptas Ex
 import qualified Control.Monad.Trans.Identity  as I
 import qualified Control.Monad.Trans.List  as L
 import qualified Control.Monad.Trans.Maybe as M
@@ -91,10 +89,8 @@
 import Data.Functor.Compose (Compose (Compose))
 import Data.Functor.Identity (runIdentity)
 import Data.Functor.Product (Product (Pair))
-#if MIN_VERSION_transformers(0,3,0)
 import Control.Applicative.Backwards (Backwards (Backwards))
 import Control.Applicative.Lift (Lift (Pure, Other))
-#endif
 
 -- For documentation
 import Control.Exception (try, IOException)
@@ -116,10 +112,8 @@
 instance MFunctor (E.ErrorT e) where
 hoist nat m = E.ErrorT (nat (E.runErrorT m))
 
-#if MIN_VERSION_transformers(0,4,0)
 instance MFunctor (Ex.ExceptT e) where
 hoist nat m = Ex.ExceptT (nat (Ex.runExceptT m))
-#endif
 
 instance MFunctor I.IdentityT where
 hoist nat m = I.IdentityT (nat (I.runIdentityT m))
@@ -157,14 +151,12 @@
 instance MFunctor (Product f) where
 hoist nat (Pair f g) = Pair f (nat g)
 
-#if MIN_VERSION_transformers(0,3,0)
 instance MFunctor Backwards where
 hoist nat (Backwards f) = Backwards (nat f)
 
 instance MFunctor Lift where
 hoist _   (Pure a)  = Pure a
 hoist nat (Other f) = Other (nat f)
-#endif
 
 -- | A function that @generalize@s the 'Identity' base monad to be any monad.
 generalize :: Monad m => Identity a -> m a
@@ -246,7 +238,6 @@
 Right (Left  e) -> Left e
 

commit sway for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2016-06-02 09:38:29

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


Package is "sway"

Changes:

--- /work/SRC/openSUSE:Factory/sway/sway.changes2016-05-08 
10:46:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2016-06-02 
09:38:31.0 +0200
@@ -1,0 +2,26 @@
+Mon May 23 12:57:09 UTC 2016 - tc...@suse.com
+
+- bump to 0.7
+   New Features
+Bind actions to $mod+[scroll whell] via floating_scroll (thanks 
@Hummer12007!)
+Set the acceleration profile for input devices via accel_profile (thanks 
@tajjada!)
+
+   Bugs Fixed
+Window titles are updated when the application requests it (thanks 
@mikkeloscar!)
+Screwing with the border settings on tabbed and stacking layouts caused 
breakage (thanks @tajjada!)
+Several memory leaks, double frees, etc were fixed (thanks @neosilky!)
+Several double closes, buffer overflows, etc were fixed (thanks @1ace!)
+Many other small bugs were fixed (thanks @mikkeloscar, @xerpi, @1ace!)
+Some typos were found and fixed in the man pages (thanks @cyberhuman!)
+
+   Changes
+The hardcoded $mod+scroll actions introduced in sway 0.4 has been removed.
+You can now use a relative path to your wallpaper (thanks @Hummer12007!)
+ZSH completions are no longer included in the default build
+Cairo and Pango are now required dependencies (previously they
+ were only required if you wanted swaybg or swaybar support)
+
+- match definition with declaration using patch
+   0001-Match-definition-with-declaration.patch
+
+---

Old:

  0.6.tar.gz
  sway-0.6.tar.gz.sig

New:

  0.7.tar.gz
  0001-Match-definition-with-declaration.patch
  sway-0.7.tar.gz.sig



Other differences:
--
++ sway.spec ++
--- /var/tmp/diff_new_pack.Z5zg9G/_old  2016-06-02 09:38:32.0 +0200
+++ /var/tmp/diff_new_pack.Z5zg9G/_new  2016-06-02 09:38:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sway
-Version:0.6
+Version:0.7
 Release:0
 Summary:Window manager for Wayland compatible with i3
 License:MIT
@@ -26,12 +26,14 @@
 Source0:https://github.com/SirCmpwn/sway/archive/%{version}.tar.gz
 Source1:
https://github.com/SirCmpwn/sway/releases/download/%{version}/%{name}-%{version}.tar.gz.sig
 Source2:sway.keyring
+# PATCH-FIX-UPSTREAM - already accepted by upstream
+Patch0: 0001-Match-definition-with-declaration.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libxslt-tools
 BuildRequires:  pam-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(json-c)
@@ -51,10 +53,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake \
-   -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir}
+   -DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
+   -Dzsh-completions=ON
 make %{?_smp_mflags}
 
 %install

++ 0.6.tar.gz -> 0.7.tar.gz ++
/work/SRC/openSUSE:Factory/sway/0.6.tar.gz 
/work/SRC/openSUSE:Factory/.sway.new/0.7.tar.gz differ: char 14, line 1

++ 0001-Match-definition-with-declaration.patch ++
>From eda741d177b784024e9d6c5d7fbcc67a41957bab Mon Sep 17 00:00:00 2001
From: =?utf8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= 
Date: Mon, 23 May 2016 14:42:03 +0200
Subject: [PATCH] Match definition with declaration

---
 include/commands.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commands.h b/include/commands.h
index 5fa66bb..cd0610f 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
  */
 const char *cmd_results_to_json(struct cmd_results *results);
 
-void remove_view_from_scratchpad();
+void remove_view_from_scratchpad(swayc_t *);
 
 #endif
-- 
2.8.2





commit wlc for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package wlc for openSUSE:Factory checked in 
at 2016-06-02 09:38:36

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


Package is "wlc"

Changes:

--- /work/SRC/openSUSE:Factory/wlc/wlc.changes  2016-05-08 10:46:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wlc.new/wlc.changes 2016-06-02 
09:38:37.0 +0200
@@ -1,0 +2,14 @@
+Mon May 30 18:25:56 UTC 2016 - tc...@suse.com
+
+- drop build requirements of xcb-xevie and xcb-xprint
+
+---
+Mon May 23 10:02:13 UTC 2016 - tc...@suse.com
+
+- bump to 0.0.3
+   view property related changes
+   bugfixes
+   build related improvements
+   use XDG_SEAT instead of seat0
+
+---

Old:

  wlc-0.0.2.tar.bz2
  wlc-0.0.2.tar.bz2.asc

New:

  wlc-0.0.3.tar.bz2
  wlc-0.0.3.tar.bz2.asc



Other differences:
--
++ wlc.spec ++
--- /var/tmp/diff_new_pack.6cnqtA/_old  2016-06-02 09:38:38.0 +0200
+++ /var/tmp/diff_new_pack.6cnqtA/_new  2016-06-02 09:38:38.0 +0200
@@ -19,7 +19,7 @@
 %define wayland_minimal 1.7.0
 
 Name:   wlc
-Version:0.0.2
+Version:0.0.3
 Release:0
 Summary:A Wayland Compositor Library
 License:MIT
@@ -66,12 +66,10 @@
 BuildRequires:  pkgconfig(xcb-shape)
 BuildRequires:  pkgconfig(xcb-shm)
 BuildRequires:  pkgconfig(xcb-sync)
-BuildRequires:  pkgconfig(xcb-xevie)
 BuildRequires:  pkgconfig(xcb-xf86dri)
 BuildRequires:  pkgconfig(xcb-xfixes)
 BuildRequires:  pkgconfig(xcb-xinerama)
 BuildRequires:  pkgconfig(xcb-xkb)
-BuildRequires:  pkgconfig(xcb-xprint)
 BuildRequires:  pkgconfig(xcb-xtest)
 BuildRequires:  pkgconfig(xcb-xv)
 BuildRequires:  pkgconfig(xcb-xvmc)

++ wlc-0.0.2.tar.bz2 -> wlc-0.0.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wlc-0.0.2/CMakeLists.txt new/wlc-0.0.3/CMakeLists.txt
--- old/wlc-0.0.2/CMakeLists.txt2016-04-15 22:59:16.0 +0200
+++ new/wlc-0.0.3/CMakeLists.txt2016-05-22 21:15:27.0 +0200
@@ -1,5 +1,5 @@
 CMAKE_MINIMUM_REQUIRED(VERSION 3.1)
-PROJECT(wlc VERSION 0.0.2 LANGUAGES C)
+PROJECT(wlc VERSION 0.0.3 LANGUAGES C)
 set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/CMake")
 
 # Subprojects
@@ -23,6 +23,7 @@
 include(test)
 
 # Options
+OPTION(WLC_X11_SUPPORT "Build X11 backend and XWayland support" ON)
 OPTION(WLC_BUILD_STATIC "Build wlc as static library" OFF)
 OPTION(WLC_BUILD_EXAMPLES "Build wlc examples" ON)
 OPTION(WLC_BUILD_TESTS "Build wlc tests" ON)
@@ -39,10 +40,12 @@
 find_package(Udev REQUIRED)
 find_package(LibInput REQUIRED)
 
-find_package(X11 COMPONENTS X11-xcb Xfixes)
-set_package_properties(X11 PROPERTIES TYPE RECOMMENDED PURPOSE "Enables X11 
backend")
-find_package(XCB COMPONENTS xcb-ewmh xcb-composite xcb-xkb xcb-image 
xcb-xfixes)
-set_package_properties(XCB PROPERTIES TYPE RECOMMENDED PURPOSE "Enables 
Xwayland and X11 backend")
+if (WLC_X11_SUPPORT)
+find_package(X11 REQUIRED COMPONENTS X11-xcb Xfixes)
+set_package_properties(X11 PROPERTIES TYPE REQUIRED PURPOSE "Enables X11 
backend")
+find_package(XCB REQUIRED COMPONENTS xcb-ewmh xcb-composite xcb-xkb 
xcb-image xcb-xfixes)
+set_package_properties(XCB PROPERTIES TYPE REQUIRED PURPOSE "Enables 
Xwayland and X11 backend")
+endif ()
 find_package(GLESv2 REQUIRED)
 set_package_properties(GLESv2 PROPERTIES TYPE REQUIRED PURPOSE "Enables OpenGL 
renderer")
 find_package(EGL REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wlc-0.0.2/README.rst new/wlc-0.0.3/README.rst
--- old/wlc-0.0.2/README.rst2016-04-15 22:59:16.0 +0200
+++ new/wlc-0.0.3/README.rst2016-05-22 21:15:27.0 +0200
@@ -40,6 +40,7 @@
 static bool
 view_created(wlc_handle view)
 {
+   wlc_view_set_mask(view, wlc_output_get_mask(wlc_view_get_output(view)));
wlc_view_bring_to_front(view);
wlc_view_focus(view);
return true;
@@ -57,7 +58,7 @@
wlc_set_view_created_cb(view_created);
wlc_set_view_focus_cb(view_focus);
 
-   if (!wlc_init2())
+   if (!wlc_init())
   return EXIT_FAILURE;
 
wlc_run();
@@ -158,6 +159,10 @@
 
 For now you can look at the `AUR recipe 
`_ for a example.
 
+Releases are signed with `1AF6D26A 
`_ and 
published `on GitHub `_.
+
+All 0.0.x releases are considered unstable.
+
 CONTRIBUTING
 
 

commit afl for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2016-06-02 09:38:50

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


Package is "afl"

Changes:

--- /work/SRC/openSUSE:Factory/afl/afl.changes  2016-05-05 08:12:46.0 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new/afl.changes 2016-06-02 
09:38:51.0 +0200
@@ -1,0 +2,11 @@
+Tue May 31 11:18:02 UTC 2016 - astie...@suse.com
+
+- afl 2.13b:
+  * Fixed a spurious build test error with trace-pc and
+llvm_mode/Makefile.
+  * Fixed a cosmetic issue with afl-whatsup
+- includes changes from 2.12b
+  * Fixed a minor issue in afl-tmin that can make alphabet
+minimization less efficient during passes > 1
+
+---

Old:

  afl-2.11b.tgz

New:

  afl-2.13b.tgz



Other differences:
--
++ afl.spec ++
--- /var/tmp/diff_new_pack.Wd39pn/_old  2016-06-02 09:38:52.0 +0200
+++ /var/tmp/diff_new_pack.Wd39pn/_new  2016-06-02 09:38:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   afl
-Version:2.11b
+Version:2.13b
 Release:0
 Summary:American fuzzy lop is a security-oriented fuzzer
 License:Apache-2.0

++ afl-2.11b.tgz -> afl-2.13b.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.11b/Makefile new/afl-2.13b/Makefile
--- old/afl-2.11b/Makefile  2016-04-27 20:55:27.0 +0200
+++ new/afl-2.13b/Makefile  2016-05-14 19:43:15.0 +0200
@@ -14,7 +14,7 @@
 #
 
 PROGNAME= afl
-VERSION = 2.11b
+VERSION = 2.13b
 
 PREFIX ?= /usr/local
 BIN_PATH= $(PREFIX)/bin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.11b/afl-fuzz.c new/afl-2.13b/afl-fuzz.c
--- old/afl-2.11b/afl-fuzz.c2016-04-08 20:37:29.0 +0200
+++ new/afl-2.13b/afl-fuzz.c2016-05-07 01:23:31.0 +0200
@@ -7034,9 +7034,9 @@
 
 SAYF("\n" cLRD "[-] " cRST
  "Hmm, your system is configured to send core dump notifications to 
an\n"
- "external utility. This will cause issues due to an extended 
delay\n"
- "between the fuzzed binary malfunctioning and this information 
being\n"
- "eventually relayed to the fuzzer via the standard waitpid() 
API.\n\n"
+ "external utility. This will cause issues: there will be an 
extended delay\n"
+ "between stumbling upon a crash and having this information 
relayed to the\n"
+ "fuzzer via the standard waitpid() API.\n\n"
 
  "To avoid having crashes misinterpreted as hangs, please log in 
as root\n" 
  "and temporarily modify /proc/sys/kernel/core_pattern, like 
so:\n\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.11b/afl-showmap.c new/afl-2.13b/afl-showmap.c
--- old/afl-2.11b/afl-showmap.c 2016-02-21 06:41:24.0 +0100
+++ new/afl-2.13b/afl-showmap.c 2016-05-04 03:28:27.0 +0200
@@ -157,11 +157,16 @@
   u8  cco = !!getenv("AFL_CMIN_CRASHES_ONLY"),
   caa = !!getenv("AFL_CMIN_ALLOW_ANY");
 
-  if (!strncmp(out_file,"/dev/", 5)) {
+  if (!strncmp(out_file, "/dev/", 5)) {
 
 fd = open(out_file, O_WRONLY, 0600);
 if (fd < 0) PFATAL("Unable to open '%s'", out_file);
 
+  } else if (!strcmp(out_file, "-")) {
+
+fd = dup(1);
+if (fd < 0) PFATAL("Unable to open stdout");
+
   } else {
 
 unlink(out_file); /* Ignore errors */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.11b/afl-tmin.c new/afl-2.13b/afl-tmin.c
--- old/afl-2.11b/afl-tmin.c2016-02-21 06:41:01.0 +0100
+++ new/afl-2.13b/afl-tmin.c2016-05-02 21:54:46.0 +0200
@@ -533,7 +533,7 @@
   alpha_del1   = 0;
   syms_removed = 0;
 
-  memset(alpha_map, 0, 256);
+  memset(alpha_map, 0, 256 * sizeof(u32));
 
   for (i = 0; i < in_len; i++) {
 if (!alpha_map[in_data[i]]) alpha_size++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/afl-2.11b/afl-whatsup new/afl-2.13b/afl-whatsup
--- old/afl-2.11b/afl-whatsup   2015-04-08 07:33:24.0 +0200
+++ new/afl-2.13b/afl-whatsup   2016-05-15 17:30:06.0 +0200
@@ -61,6 +61,7 @@
 
 TOTAL_TIME=0
 TOTAL_EXECS=0
+TOTAL_EPS=0
 TOTAL_CRASHES=0
 TOTAL_PFAV=0
 TOTAL_PENDING=0
@@ -105,15 +106,16 @@
 
   ALIVE_CNT=$((ALIVE_CNT + 1))
 
+  EXEC_SEC=$((execs_done / RUN_UNIX))
+  PATH_PERC=$((cur_path * 100 / paths_total))
+
   TOTAL_TIME=$((TOTAL_TIME + RUN_UNIX))
+  TOTAL_EPS=$((TOTAL_EPS + EXEC_SEC))
   TOTAL_EXECS=$((TOTAL_EXECS + 

commit phonon4qt5-backend-vlc for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package phonon4qt5-backend-vlc for 
openSUSE:Factory checked in at 2016-06-02 09:38:55

Comparing /work/SRC/openSUSE:Factory/phonon4qt5-backend-vlc (Old)
 and  /work/SRC/openSUSE:Factory/.phonon4qt5-backend-vlc.new (New)


Package is "phonon4qt5-backend-vlc"

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon4qt5-backend-vlc/phonon4qt5-backend-vlc.changes
2016-05-19 12:14:49.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.phonon4qt5-backend-vlc.new/phonon4qt5-backend-vlc.changes
   2016-06-02 09:38:56.0 +0200
@@ -1,0 +2,6 @@
+Fri May 13 12:14:50 UTC 2016 - wba...@tmo.at
+
+- Require VLC 2.1.0 at least for building, support for 2.0.x has
+  been removed upstream
+
+---



Other differences:
--
++ phonon4qt5-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.HgrDYj/_old  2016-06-02 09:38:57.0 +0200
+++ /var/tmp/diff_new_pack.HgrDYj/_new  2016-06-02 09:38:57.0 +0200
@@ -32,7 +32,7 @@
 BuildRequires:  cmake
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
-BuildRequires:  vlc-devel >= 2.0.1
+BuildRequires:  vlc-devel >= 2.1.0
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Widgets)




commit qmmp for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2016-06-02 09:38:46

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2016-05-04 
08:20:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2016-06-02 
09:38:47.0 +0200
@@ -1,0 +2,9 @@
+Tue May 31 10:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.0.10:
+  * Improve sid plugin:
++ add c64 file extension;
++ fix default HVSC path.
+  * Update Japanese translation.
+
+---

Old:

  qmmp-1.0.9.tar.bz2

New:

  qmmp-1.0.10.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.JcJtFV/_old  2016-06-02 09:38:48.0 +0200
+++ /var/tmp/diff_new_pack.JcJtFV/_new  2016-06-02 09:38:48.0 +0200
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:   qmmp
-Version:1.0.9
+Version:1.0.10
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+

++ qmmp-1.0.9.tar.bz2 -> qmmp-1.0.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.9/ChangeLog new/qmmp-1.0.10/ChangeLog
--- old/qmmp-1.0.9/ChangeLog2016-05-02 14:23:19.0 +0200
+++ new/qmmp-1.0.10/ChangeLog   2016-05-31 07:33:53.0 +0200
@@ -1120,3 +1120,9 @@
 
 Version 1.0.9
 * fixed taglib-1.9 support
+
+Version 1.0.10
+* improved sid plugin:
+  - added c64 file extension
+  - fixed default HVSC path
+* updated Japanese translation (RyoTa SimaMoto)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.9/ChangeLog.rus 
new/qmmp-1.0.10/ChangeLog.rus
--- old/qmmp-1.0.9/ChangeLog.rus2016-05-02 14:23:19.0 +0200
+++ new/qmmp-1.0.10/ChangeLog.rus   2016-05-31 07:33:53.0 +0200
@@ -1122,3 +1122,9 @@
 
 Версия 1.0.9
 * исправлена поддержка taglib-1.9
+
+Версия 1.0.10
+* улучшен модуль sid:
+  - добавлено расширение c64
+  - исправлен путь к базе HVSC
+* обновлён японский перевод (RyoTa SimaMoto)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.9/ChangeLog.svn 
new/qmmp-1.0.10/ChangeLog.svn
--- old/qmmp-1.0.9/ChangeLog.svn2016-05-02 14:23:19.0 +0200
+++ new/qmmp-1.0.10/ChangeLog.svn   2016-05-31 07:33:53.0 +0200
@@ -1,4 +1,20 @@
 
+r6383 | trialuser02 | 2016-05-23 10:49:57 +0300 (Пн., 23 мая 2016) | 1 line
+
+updated changelogs
+
+r6381 | trialuser02 | 2016-05-23 10:37:21 +0300 (Пн., 23 мая 2016) | 1 line
+
+sid plugin: added *.c64 filter, fixed default HVSC path
+
+r6335 | trialuser02 | 2016-05-08 11:29:56 +0300 (Вс., 08 мая 2016) | 1 line
+
+updated Japanese translation (RyoTa SimaMoto)
+
+r6334 | trialuser02 | 2016-05-08 11:27:40 +0300 (Вс., 08 мая 2016) | 1 line
+
+version bump
+
 r6316 | trialuser02 | 2016-05-02 15:22:28 +0300 (Пн., 02 мая 2016) | 1 line
 
 updated changelogs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.9/qmmp.pri new/qmmp-1.0.10/qmmp.pri
--- old/qmmp-1.0.9/qmmp.pri 2016-05-02 14:23:19.0 +0200
+++ new/qmmp-1.0.10/qmmp.pri2016-05-31 07:33:53.0 +0200
@@ -13,7 +13,7 @@
 
 #Version
 
-QMMP_VERSION = 1.0.9
+QMMP_VERSION = 1.0.10
 
 #Comment/uncomment this if you want to change plugins list
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.9/src/app/qmmp.rc 
new/qmmp-1.0.10/src/app/qmmp.rc
--- old/qmmp-1.0.9/src/app/qmmp.rc  2016-05-02 14:23:19.0 +0200
+++ new/qmmp-1.0.10/src/app/qmmp.rc 2016-05-31 07:33:30.0 +0200
@@ -1,7 +1,7 @@
 #include 
 
-#define QMMP_FILEVERSION 1,0,9,0
-#define QMMP_PRODUCTVERSION "1.0.9.0"
+#define QMMP_FILEVERSION 1,0,10,0
+#define QMMP_PRODUCTVERSION "1.0.10.0"
 
 IDI_ICON1  ICONDISCARDABLE "images\\ico\\qmmp.ico"
 IDI_ICON2  ICONDISCARDABLE 
"images\\ico\\qmmp_file.ico"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit zeromq for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package zeromq for openSUSE:Factory checked 
in at 2016-06-02 09:38:53

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


Package is "zeromq"

Changes:

--- /work/SRC/openSUSE:Factory/zeromq/zeromq.changes2015-11-05 
11:36:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/zeromq.changes   2016-06-02 
09:38:55.0 +0200
@@ -1,0 +2,30 @@
+Mon May 30 10:02:29 UTC 2016 - adam.ma...@suse.de
+
+- Added patch 3ad076.patch
+  * based on https://github.com/zeromq/zeromq4-1/commit/3ad076.patch
+  * refreshed and removed NEWS section
+  * fixes unbinding when IPv6 is available
+- Add '--disable-dependency-tracking' since we are not rebuilding
+- Re-enable concurrent check target, but fall back to sequential on
+  failure. This allows quick test building, while allows 
+  sequential unit test run. Run tests 3x before 'official' failure as
+  some are a little flaky (upstream acknowledges this)
+
+---
+Mon May 30 09:23:12 UTC 2016 - adam.ma...@suse.de
+
+- Append test_log in build output if there are failures
+
+---
+Mon May 30 08:42:24 UTC 2016 - adam.ma...@suse.de
+
+- Update to 4.1.4
+  * fixed build failure with latest libsodium
+  * handle IPv6 link local addresses
+  * fixed assertion failure in msg.cpp:390 on STREAM sockets
+  * fixed assertion failure in tcp.cpp after network reconnect
+  * fixed socket monitor hang
+- Remove libsodium-init.patch - upstreamed
+- Run %check rule sequentially to prevent assert failures
+
+---

Old:

  libsodium-init.patch
  zeromq-4.1.3.tar.gz

New:

  3ad076.patch
  zeromq-4.1.4.tar.gz



Other differences:
--
++ zeromq.spec ++
--- /var/tmp/diff_new_pack.r0Zads/_old  2016-06-02 09:38:55.0 +0200
+++ /var/tmp/diff_new_pack.r0Zads/_new  2016-06-02 09:38:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package zeromq
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,14 +21,14 @@
 %define with_pgm 1
 %endif
 Name:   zeromq
-Version:4.1.3
+Version:4.1.4
 Release:0
 Summary:Lightweight messaging kernel
 License:LGPL-3.0+
 Group:  Productivity/Networking/Web/Servers
 Url:http://www.zeromq.org/
 Source: http://download.zeromq.org/%{name}-%{version}.tar.gz
-Patch1: libsodium-init.patch
+Patch:  3ad076.patch
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -110,7 +110,7 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch -p1
 
 %build
 %configure \
@@ -119,6 +119,7 @@
   --with-pgm \
 %endif
   --disable-static \
+  --disable-dependency-tracking \
   --with-pic
 make %{?_smp_mflags}
 
@@ -127,7 +128,8 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check %{?_smp_mflags}
+# Tests don't run well concurrently and some are flaky, hence 3x before fail
+make check %{?_smp_mflags} || make check || make check || make check || (cat 
./test-suite.log && false)
 
 %post -n %{lib_name} -p /sbin/ldconfig
 

++ libsodium-init.patch -> 3ad076.patch ++
--- /work/SRC/openSUSE:Factory/zeromq/libsodium-init.patch  2015-11-05 
11:36:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.zeromq.new/3ad076.patch 2016-06-02 
09:38:54.0 +0200
@@ -1,28 +1,410 @@
-Index: zeromq-4.1.3/src/curve_client.cpp
+From 1586f3f25ebb4b479e4334eccb551634425bcb0f Mon Sep 17 00:00:00 2001
+From: Luca Boccassi 
+Date: Mon, 18 Apr 2016 17:12:01 +0100
+Subject: [PATCH 1/3] Problem: can't test if IPv6 is available in tests
+
+Solution: add helper function is_ipv6_available to testutil.hpp to
+test if IPv6 is available on the building platform.
+This function will try to open and bind a socket to ::1:*, as it's
+the ultimate way of knowing if, at least on the loopback, IPv6 is
+enabled.
+---
+ tests/testutil.hpp | 52 
+ 1 file changed, 52 insertions(+)
+
+Index: zeromq-4.1.4/tests/testutil.hpp
 ===
 zeromq-4.1.3.orig/src/curve_client.cpp
-+++ zeromq-4.1.3/src/curve_client.cpp
-@@ -57,8 +57,7 @@ zmq::curve_client_t::curve_client_t (con
- unsigned char tmpbytes[4];
- randombytes(tmpbytes, 4);
- #else
--// todo 

commit librecad for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package librecad for openSUSE:Factory 
checked in at 2016-06-02 09:38:52

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


Package is "librecad"

Changes:

--- /work/SRC/openSUSE:Factory/librecad/librecad.changes2016-05-17 
17:16:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.librecad.new/librecad.changes   2016-06-02 
09:38:53.0 +0200
@@ -1,0 +2,9 @@
+Tue May 24 10:32:20 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.0.11
+* Updated translations. Added non-uniform knots support.
+* Added Edit - Device Options.
+* Eliminated crash on save when auto backup is off.
+* Eliminated invalid bounding boxes from auto zoom.
+
+---

Old:

  2.0.10.tar.gz

New:

  2.0.11.tar.gz



Other differences:
--
++ librecad.spec ++
--- /var/tmp/diff_new_pack.hyGGYr/_old  2016-06-02 09:38:54.0 +0200
+++ /var/tmp/diff_new_pack.hyGGYr/_new  2016-06-02 09:38:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   librecad
-Version:2.0.10
+Version:2.0.11
 Release:0
 Summary:Computer-aided design (CAD) software package for 2D design and 
drafting
 License:GPL-2.0 and (Apache-2.0 or SUSE-GPL-3.0+-with-font-exception)
@@ -26,7 +26,7 @@
 
 #Git-Clone: git://github.com/LibreCAD/LibreCAD
 #Git-Web:   http://github.com/LibreCAD/LibreCAD/tags
-Source: https://github.com/LibreCAD/LibreCAD/archive/%{version}.tar.gz
+Source: https://github.com/LibreCAD/LibreCAD/archive/%version.tar.gz
 # Version is actually 8, not 3 (it is 3 in the filename due to how MediaWiki
 # works -- see http://wiki.librecad.org/index.php/File:Architect3-LCAD.zip)
 Source2:http://wiki.librecad.org/images/d/d9/Architect3-LCAD.zip
@@ -123,31 +123,29 @@
unix/resources/fonts/wqy-unicode.lff
 
 %install
-b="%buildroot";
+b="%buildroot"
 # No make install :(
-export BUILDDIR="%buildroot/%_datadir/%name";
-sh scripts/postprocess-unix.sh;
+export BUILDDIR="$b/%_datadir/%name"
+sh scripts/postprocess-unix.sh
 
-install -Dpm0755 "unix/%name" "$b/%_bindir/%name";
+install -Dpm0755 "unix/%name" "$b/%_bindir/%name"
 install -Dpm0644 "unix/appdata/%name.appdata.xml" 
"$b/%_datadir/appdata/%name.appdata.xml"
 install -Dpm0755 "unix/ttf2lff" "$b/%_bindir/ttf2lff"
-install -Dpm0644 "desktop/%name.1" "$b/%_mandir/man1/%name.1";
-p="$b/%_libdir/%name/plugins";
-mkdir -p "$p";
-install -Dpm0755 unix/resources/plugins/* "$p/";
-install -Dpm0644 "desktop/%name.desktop" 
"$b/%_datadir/applications/%name.desktop";
-install -Dpm0644 "librecad/res/main/%name.png" 
"$b/%_datadir/pixmaps/%name.png";
+install -Dpm0644 "desktop/%name.1" "$b/%_mandir/man1/%name.1"
+p="$b/%_libdir/%name/plugins"
+mkdir -p "$p"
+install -Dpm0755 unix/resources/plugins/* "$p/"
+install -Dpm0644 "desktop/%name.desktop" 
"$b/%_datadir/applications/%name.desktop"
+install -Dpm0644 "librecad/res/main/%name.png" "$b/%_datadir/pixmaps/%name.png"
 install -Dpm0644 "desktop/%name.sharedmimeinfo" 
"$b/%_datadir/mime/packages/%name.xml"
 install -Dpm0644 "%_sourcedir/ttf2lff.1" "$b/%_mandir/man1/"
 
-mkdir -p %buildroot%_datadir/%name/library/architecture
-cp -a Architect8-LCAD %buildroot%_datadir/%name/library/architecture
-
-mkdir -p %buildroot%_datadir/%name/library/electronics
-cp -a Electronic8-LCAD %buildroot%_datadir/%name/library/electronics
-
-mkdir -p %buildroot%_datadir/%name/library/electrical
-cp -a Electrical1-LCAD %buildroot%_datadir/%name/library/electrical
+mkdir -p "$b/%_datadir/%name/library/architecture" \
+   "$b/%_datadir/%name/library/electronics" \
+   "$b/%_datadir/%name/library/electrical"
+cp -a Architect8-LCAD "$b/%_datadir/%name/library/architecture/"
+cp -a Electronic8-LCAD "$b/%_datadir/%name/library/electronics/"
+cp -a Electrical1-LCAD "$b/%_datadir/%name/library/electrical/"
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -G "CAD Program" -r %name Graphics 2DGraphics 
VectorGraphics

++ 2.0.10.tar.gz -> 2.0.11.tar.gz ++
/work/SRC/openSUSE:Factory/librecad/2.0.10.tar.gz 
/work/SRC/openSUSE:Factory/.librecad.new/2.0.11.tar.gz differ: char 16, line 1







commit rubygem-colored for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-colored for openSUSE:Factory 
checked in at 2016-06-02 09:38:43

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


Package is "rubygem-colored"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-colored/rubygem-colored.changes  
2014-10-14 07:11:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-colored.new/rubygem-colored.changes 
2016-06-02 09:38:46.0 +0200
@@ -1,0 +2,5 @@
+Tue May 31 09:31:21 UTC 2016 - mrueck...@suse.de
+
+- adapt to latest packaging style
+
+---

New:

  gem2rpm.yml



Other differences:
--
++ rubygem-colored.spec ++
--- /var/tmp/diff_new_pack.iu9ZDB/_old  2016-06-02 09:38:47.0 +0200
+++ /var/tmp/diff_new_pack.iu9ZDB/_new  2016-06-02 09:38:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-colored
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,25 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-colored
 Version:1.2
 Release:0
 %define mod_name colored
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 5
+BuildRequires:  %{ruby}
+BuildRequires:  %{rubygem gem2rpm}
 Url:http://github.com/defunkt/colored
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:Add some color to your life
 License:MIT
 Group:  Development/Languages/Ruby
@@ -36,7 +45,7 @@
 >> puts "this is red with an underline".red.underline
 >> puts "this is really bold and really blue".bold.blue
 >> logger.debug "hey this is broken!".red_on_yellow # in rails
->> puts Color.red "This is red" # but this part is mostly untested
+>> puts Color.red "This is red" # but this part is mostly untested.
 
 %prep
 
@@ -44,7 +53,6 @@
 
 %install
 %gem_install \
-  --symlink-binaries \
   --doc-files="LICENSE README" \
   -f
 

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
# :sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV="no"
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name} && rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
:sources:



commit iml for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package iml for openSUSE:Factory checked in 
at 2016-06-02 09:38:33

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


Package is "iml"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.iml.new/iml.changes 2016-06-02 
09:38:34.0 +0200
@@ -0,0 +1,43 @@
+---
+Mon May 30 14:15:21 UTC 2016 - jeng...@inai.de
+
+- Switch from ATLAS to CBLAS
+
+---
+Sun Mar 13 10:19:49 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.0.5
+* This version incorporates a new functions kernelLong and kernelMP
+  into the library interface for computing a right kernel basis of
+  an integer matrix of type long and filled with GMP bignums,
+  respectively. The kernel basis returned can be optionally reduced
+  using lattice basis reduction. Unlike functions nullspaceLong and
+  nullspaceMP which only compute a basis for the rational nullspace,
+  functions kernelLong and kernelMP produce an integer basis for
+  the sublattice of all integer vectors in the right kernel of the
+  input matrix.
+
+---
+Tue Jun  9 07:53:52 UTC 2015 - jeng...@inai.de
+
+- Use openSUSE's new ATLAS include path
+- Upstream has replaced the 1.0.4 tarball with a same-named update
+  which includes a new file, cblas.h. (We do not seem to use it
+  anyway, because of ATLAS.)
+
+---
+Sat Aug  9 23:07:36 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 1.0.4
+* fix some memleaks in nullspace.c
+* support CBLAS implementation other than ATLAS
+
+---
+Thu May 23 16:41:28 UTC 2013 - dmitr...@opensuse.org
+
+- Replace tarball by the original variant
+
+---
+Sun May 19 21:22:23 UTC 2013 - jeng...@inai.de
+
+- Initial package (version 1.0.3) for build.opensuse.org

New:

  iml-1.0.5.tar.bz2
  iml.changes
  iml.spec



Other differences:
--
++ iml.spec ++
#
# spec file for package iml
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


Name:   iml
%define lname   libiml0
Version:1.0.5
Release:0
Summary:An Integer Matrix Library
License:BSD-3-Clause
Group:  Productivity/Scientific/Math
Url:https://cs.uwaterloo.ca/~astorjoh/iml.html

Source: http://www.cs.uwaterloo.ca/~astorjoh/%name-%version.tar.bz2
BuildRequires:  blas-devel
BuildRequires:  cblas-devel
BuildRequires:  gmp-devel >= 3.1.1
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

%package -n %lname
Summary:An Integer Matrix Library
Group:  System/Libraries

%description -n %lname
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

%package devel
Summary:Development files for IML, an Integer Matrix Library
Group:  Development/Libraries/C and C++
Requires:   %lname = %version
Requires:   gmp-devel >= 3.3.1

%description devel
IML package provides efficient routines to solve nonsingular systems
of linear equations, certified solve any shape systems of linear
equations, and perform mod p matrix operations, such as computing
row-echelon form, determinant, rank profile, inverse of a mod p
matrix.

This subpackage contains the include files and library links for  

commit python3-pandas for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pandas for openSUSE:Factory 
checked in at 2016-06-02 09:38:18

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


Package is "python3-pandas"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pandas.new/python3-pandas-doc.changes   
2016-06-02 09:38:20.0 +0200
@@ -0,0 +1,1069 @@
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+- Remove buildrequires for optional dependencies to speed up build.
+
+---
+Sun May 15 04:32:39 UTC 2016 - a...@gmx.de
+
+- update to version 0.18.1:
+  (for a full changelog see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-18-1-may-3-2016)
+  * Highlights include:
++ .groupby(...) has been enhanced to provide convenient syntax
+  when working with .rolling(..), .expanding(..) and .resample(..)
+  per group, see here
++ pd.to_datetime() has gained the ability to assemble dates from a
+  DataFrame, see here
++ Method chaining improvements, see here.
++ Custom business hour offset, see here.
++ Many bug fixes in the handling of sparse, see here
++ Expanded the Tutorials section with a feature on modern pandas,
+  courtesy of @TomAugsburger. (GH13045).
+
+---
+Sun May  8 07:03:41 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
+Sat Mar 12 19:00:30 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 0.18.0:
+  (for a full changelog see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-18-0-march-13-2016)
+  * Highlights include:
++ Moving and expanding window functions are now methods on Series
+  and DataFrame, similar to .groupby, see here.
++ Adding support for a RangeIndex as a specialized form of the
+  Int64Index for memory savings, see here.
++ API breaking change to the .resample method to make it more
+  .groupby like, see here.
++ Removal of support for positional indexing with floats, which
+  was deprecated since 0.14.0. This will now raise a TypeError,
+  see here.
++ The .to_xarray() function has been added for compatibility with
+  the xarray package, see here.
++ The read_sas function has been enhanced to read sas7bdat files,
+  see here.
++ Addition of the .str.extractall() method, and API changes to the
+  .str.extract() method and .str.cat() method.
++ pd.test() top-level nose test runner is available (GH4327).
+
+---
+Sun Nov 22 00:45:29 UTC 2015 - a...@gmx.de
+
+- update to version 0.17.1:
+  (for full changelog see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-17-1-november-21-2015)
+  Highlights include:
+  * Support for Conditional HTML Formatting, see here
+  * Releasing the GIL on the csv reader & other ops, see here
+  * Fixed regression in DataFrame.drop_duplicates from 0.16.2, causing
+incorrect results on integer values (GH11376)
+
+---
+Sat Oct 10 16:39:41 UTC 2015 - a...@gmx.de
+
+- update to version 0.17.0:
+  (for full changelog see 
http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#v0-17-0-october-9-2015)
+  Highlights:
+  * Release the Global Interpreter Lock (GIL) on some cython
+operations, see here
+  * Plotting methods are now available as attributes of the .plot
+accessor, see here
+  * The sorting API has been revamped to remove some long-time
+inconsistencies, see here
+  * Support for a datetime64[ns] with timezones as a first-class
+dtype, see here
+  * The default for to_datetime will now be to raise when presented
+with unparseable formats, previously this would return the
+original input.  Also, date parse functions now return consistent
+results. See here
+  * The default for dropna in HDFStore has changed to False, to store
+by default all rows even if they are all NaN, see here
+  * Datetime accessor (dt) now supports Series.dt.strftime to generate
+formatted strings for datetime-likes, and Series.dt.total_seconds
+to ge nerate each duration of the timedelta in seconds. See here
+  * Period and PeriodIndex can handle multiplied freq like 3D, which
+corresponding to 3 days span. See here
+  * Development installed versions of pandas 

commit lzlib for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package lzlib for openSUSE:Factory checked 
in at 2016-06-02 09:38:48

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


Package is "lzlib"

Changes:

--- /work/SRC/openSUSE:Factory/lzlib/lzlib.changes  2015-08-14 
14:46:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.lzlib.new/lzlib.changes 2016-06-02 
09:38:50.0 +0200
@@ -1,0 +2,14 @@
+Tue May 31 08:57:47 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.8:
+  * decoder.c (LZd_verify_trailer): Removed test of final code.
+  * main.c: Added new option '-a, --trailing-error'.
+  * main.c (main): Delete '--output' file if infd is a terminal.
+  * main.c (main): Don't use stdin more than once.
+  * configure: Avoid warning on some shells when testing for gcc.
+  * Makefile.in: Detect the existence of install-info.
+  * testsuite/check.sh: A POSIX shell is required to run the tests.
+  * testsuite/check.sh: Don't check error messages.
+- Move info scriplet to preun
+
+---

Old:

  lzlib-1.7.tar.gz
  lzlib-1.7.tar.gz.sig

New:

  lzlib-1.8.tar.gz
  lzlib-1.8.tar.gz.sig



Other differences:
--
++ lzlib.spec ++
--- /var/tmp/diff_new_pack.cFuWwx/_old  2016-06-02 09:38:51.0 +0200
+++ /var/tmp/diff_new_pack.cFuWwx/_new  2016-06-02 09:38:51.0 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package lzlib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 
 Name:   lzlib
 %define lname liblz1
-Version:1.7
+Version:1.8
 Release:0
 Summary:LZMA Compression and Decompression Library
 License:GPL-2.0+
@@ -102,7 +102,7 @@
 %post devel
 %install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
-%postun devel
+%preun devel
 %install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
 
 %files -n %lname

++ lzlib-1.7.tar.gz -> lzlib-1.8.tar.gz ++
 2522 lines of diff (skipped)




commit python3-jupyter_nbconvert for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_nbconvert for 
openSUSE:Factory checked in at 2016-06-02 09:38:23

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


Package is "python3-jupyter_nbconvert"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_nbconvert.new/python3-jupyter_nbconvert-doc.changes
 2016-06-02 09:38:24.0 +0200
@@ -0,0 +1,46 @@
+---
+Wed May 18 17:52:29 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.0
+  * Custom Exporters can be provided by external packages,
+and registered with nbconvert via setuptools entrypoints.
+  * allow nbconvert reading from stdin with ``--stdin`` option (write into
+notebook`` basename)
+  * Various ANSI-escape fixes and improvements
+  * Various LaTeX/PDF export fixes
+  * Various fixes and improvements for executing notebooks with ``--execute``.
+- Split documentation into own subpackage to avoid dependency loop
+  with python3-jupyter_nbsphinx.
+
+---
+Sun May  8 07:13:12 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
+Thu Jan  7 09:51:21 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  * setuptools fixes for entrypoints on Windows
+  * various fixes for exporters, including slides, latex, and PDF
+  * fixes for exceptions met during execution
+  * include markdown outputs in markdown/html exports
+
+---
+Thu Oct 22 13:25:38 UTC 2015 - toddrme2...@gmail.com
+
+- Don't try to build documentation on openSUSE 13.1, 
+  it lacks necessary packages.
+
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---
+Thu Aug 13 12:02:41 UTC 2015 - toddrme2...@gmail.com
+
+- Initial version
+
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_nbconvert/python3-jupyter_nbconvert.changes
  2016-01-09 23:13:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_nbconvert.new/python3-jupyter_nbconvert.changes
 2016-06-02 09:38:24.0 +0200
@@ -1,0 +2,21 @@
+Wed May 18 17:52:29 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.0
+  * Custom Exporters can be provided by external packages,
+and registered with nbconvert via setuptools entrypoints.
+  * allow nbconvert reading from stdin with ``--stdin`` option (write into
+notebook`` basename)
+  * Various ANSI-escape fixes and improvements
+  * Various LaTeX/PDF export fixes
+  * Various fixes and improvements for executing notebooks with ``--execute``.
+- Split documentation into own subpackage to avoid dependency loop
+  with python3-jupyter_nbsphinx.
+
+---
+Sun May  8 07:13:12 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  nbconvert-4.1.0.tar.gz

New:

  nbconvert-4.2.0.tar.gz
  python3-jupyter_nbconvert-doc.changes
  python3-jupyter_nbconvert-doc.spec



Other differences:
--
++ python3-jupyter_nbconvert-doc.spec ++
#
# spec file for package python3-jupyter_nbconvert-doc
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#

%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
# PDF documentation currently broken
# %define build_pdf 1
%define build_pdf 0
%else
%define build_pdf 0
%endif

Name:   python3-jupyter_nbconvert-doc
Version:4.2.0
Release:0
Summary:Documentation for python3-jupyter_nbconvert
License:BSD-3-Clause
Group:  Documentation/Other
Url:

commit rabbitmq-server for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2016-06-02 09:38:13

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


Package is "rabbitmq-server"

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2015-04-21 10:52:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2016-06-02 09:38:17.0 +0200
@@ -1,0 +2,36 @@
+Thu Apr 14 14:30:39 UTC 2016 - apla...@suse.com
+
+Fix bsc#973999
+- rabbitmq-server.service: increase NOFILE limit per documentation
+- rabbitqm-server.ocf: add OCF_RESKEY_limit_nofile parameter
+  default as 65535
+
+---
+Mon Sep 28 10:01:29 UTC 2015 - dmuel...@suse.com
+
+- rabbitmqctl: clear CMDLINE before appending
+
+---
+Thu Sep 24 10:17:52 UTC 2015 - dmuel...@suse.com
+
+- update to 3.5.4:
+  Runtime I/O thread pool size is now 64 instead of 30 by default.
+  This reduces time spent waiting for file I/O operations to complete
+  on machines with 8 or more cores.
+  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_4
+
+---
+Wed Jun 24 13:22:48 UTC 2015 - dmuel...@suse.com
+
+- rabbitmq-server.service: switch to type=Notify in order to
+  avoid cookie creation race
+
+---
+Tue Jun 23 17:26:24 UTC 2015 - tbecht...@suse.com
+
+- update to 3.5.3:
+  3.5.2 and 3.5.3 are bugfix releases. See:
+  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_2
+  * https://github.com/rabbitmq/rabbitmq-server/releases/tag/rabbitmq_v3_5_3
+
+---

Old:

  rabbitmq-server-3.5.1.tar.gz

New:

  rabbitmq-server-3.5.4.tar.gz



Other differences:
--
++ rabbitmq-server.spec ++
--- /var/tmp/diff_new_pack.49YIfh/_old  2016-06-02 09:38:19.0 +0200
+++ /var/tmp/diff_new_pack.49YIfh/_new  2016-06-02 09:38:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rabbitmq-server
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %endif
 
 Name:   rabbitmq-server
-Version:3.5.1
+Version:3.5.4
 Release:0
 Summary:The RabbitMQ Server
 License:MPL-1.1
@@ -62,6 +62,7 @@
 BuildRequires:  systemd
 %{?systemd_requires}   
 %define have_systemd 1 
+Requires:   erlang-sd_notify
 %else
 Requires:   %fillup_prereq
 Requires:   %insserv_prereq

++ no-remove-common.patch ++
--- /var/tmp/diff_new_pack.49YIfh/_old  2016-06-02 09:38:19.0 +0200
+++ /var/tmp/diff_new_pack.49YIfh/_new  2016-06-02 09:38:19.0 +0200
@@ -1,6 +1,8 @@
 Makefile.orig  2013-03-13 11:32:13.354753804 +0100
-+++ Makefile   2013-03-13 11:32:32.695820378 +0100
-@@ -110,7 +110,6 @@
+Index: Makefile
+===
+--- Makefile.orig
 Makefile
+@@ -120,7 +120,6 @@ plugins:
mkdir -p $(PLUGINS_DIR)
PLUGINS_SRC_DIR="" $(MAKE) -C "$(PLUGINS_SRC_DIR)" plugins-dist 
PLUGINS_DIST_DIR="$(CURDIR)/$(PLUGINS_DIR)" VERSION=$(VERSION)
echo "Put your EZs here and use rabbitmq-plugins to enable them." > 
$(PLUGINS_DIR)/README

++ rabbitmq-script-wrapper ++
--- /var/tmp/diff_new_pack.49YIfh/_old  2016-06-02 09:38:19.0 +0200
+++ /var/tmp/diff_new_pack.49YIfh/_new  2016-06-02 09:38:19.0 +0200
@@ -16,13 +16,14 @@
 ##
 
 # Escape spaces and quotes, because shell is revolting.
+CMDLINE=""
 for arg in "$@" ; do
-   # Escape quotes in parameters, so that they're passed through cleanly.
-   arg=$(sed -e 's/"/\\"/g' <<-END
-   $arg
-   END
-   )
-   CMDLINE="${CMDLINE} \"${arg}\""
+# Escape quotes in parameters, so that they're passed through cleanly.
+arg=$(sed -e 's/"/\\"/g' <<-END
+$arg
+END
+)
+CMDLINE="${CMDLINE} \"${arg}\""
 done
 
 cd /var/lib/rabbitmq

++ rabbitmq-server-3.5.1.tar.gz -> rabbitmq-server-3.5.4.tar.gz ++
 7953 lines of diff (skipped)

++ rabbitmq-server.ocf ++
--- /var/tmp/diff_new_pack.49YIfh/_old  2016-06-02 09:38:20.0 +0200
+++ /var/tmp/diff_new_pack.49YIfh/_new  2016-06-02 09:38:20.0 +0200
@@ -30,6 +30,7 

commit python3-testtools-doc for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-testtools-doc for 
openSUSE:Factory checked in at 2016-06-02 09:37:59

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


Package is "python3-testtools-doc"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++



commit hlint for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package hlint for openSUSE:Factory checked 
in at 2016-06-02 09:38:05

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


Package is "hlint"

Changes:

--- /work/SRC/openSUSE:Factory/hlint/hlint.changes  2016-03-26 
15:22:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.hlint.new/hlint.changes 2016-06-02 
09:38:07.0 +0200
@@ -1,0 +2,9 @@
+Fri Mar 25 08:07:37 UTC 2016 - mimi...@gmail.com
+
+- updateto 1.9.32
+* require cpphs-1.20.1, has important fixes
+* treat select $ specially, as per esqueleto conventions
+* don't modify qualification on substitutions
+* add void/mapM_/forM_ hints
+ 
+---

Old:

  hlint-1.9.31.tar.gz

New:

  hlint-1.9.32.tar.gz



Other differences:
--
++ hlint.spec ++
--- /var/tmp/diff_new_pack.eDvk2K/_old  2016-06-02 09:38:08.0 +0200
+++ /var/tmp/diff_new_pack.eDvk2K/_new  2016-06-02 09:38:08.0 +0200
@@ -20,7 +20,7 @@
 # no useful debuginfo for Haskell packages without C sources
 %global debug_package %{nil}
 Name:   hlint
-Version:1.9.31
+Version:1.9.32
 Release:0
 Summary:Source code suggestions
 License:BSD-3-Clause

++ hlint-1.9.31.tar.gz -> hlint-1.9.32.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.31/CHANGES.txt new/hlint-1.9.32/CHANGES.txt
--- old/hlint-1.9.31/CHANGES.txt2016-03-01 15:24:57.0 +0100
+++ new/hlint-1.9.32/CHANGES.txt2016-03-23 11:47:29.0 +0100
@@ -1,5 +1,10 @@
 Changelog for HLint
 
+1.9.32
+#53, require cpphs-1.20.1, has important fixes
+#224, treat select $ specially, as per esqueleto conventions
+#231, don't modify qualification on substitutions
+#229, add void/mapM_/forM_ hints
 1.9.31
 #222, don't suggest removing ~ if the Strict extension is on
 1.9.30
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.31/README.md new/hlint-1.9.32/README.md
--- old/hlint-1.9.31/README.md  2016-03-01 15:24:57.0 +0100
+++ new/hlint-1.9.32/README.md  2016-03-23 11:47:29.0 +0100
@@ -209,7 +209,7 @@
 
 warn = concat (map f x) ==> concatMap f x
 
-The line can be read as replace `concat (map f x)` with `concatMap f x`. All 
single-letter variables are treated as substitution parameters. For examples of 
more complex hints see the supplied hints file. In general, hints should not be 
given in point free style, as this reduces the power of the matching. Hints may 
start with `error`, `warn` or `suggest` to denote how severe they are by 
default. In addition, `hint` is a synonym for `suggest`. If you come up with 
interesting hints, please submit them for inclusion.
+This line can be read as replace `concat (map f x)` with `concatMap f x`. All 
single-letter variables are treated as substitution parameters. For examples of 
more complex hints see the supplied hints file. This hint will automatically 
match `concat . map f` and `concat $ map f x`, so there is no need to give 
eta-reduced variants of the hints. Hints may start with `error`, `warn` or 
`suggest` to denote how severe they are by default. In addition, `hint` is a 
synonym for `suggest`. If you come up with interesting hints, please submit 
them for inclusion.
 
 You can search for possible hints to add from a source file with the `--find` 
flag, for example:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.31/data/Default.hs 
new/hlint-1.9.32/data/Default.hs
--- old/hlint-1.9.31/data/Default.hs2016-03-01 15:24:57.0 +0100
+++ new/hlint-1.9.32/data/Default.hs2016-03-23 11:47:29.0 +0100
@@ -328,6 +328,12 @@
 warn = a >> forever a ==> forever a where _ = noQuickCheck
 hint = liftM2 id ==> ap where _ = noQuickCheck
 warn = mapM (uncurry f) (zip l m) ==> zipWithM f l m where _ = noQuickCheck
+warn = mapM_ (void . f) ==> mapM_ f
+warn = mapM_ (void f) ==> mapM_ f
+warn = forM_ x (void . f) ==> forM_ x f
+warn = forM_ x (void f) ==> forM_ x f
+warn = void (mapM f x) ==> mapM_ f x
+warn = void (forM x f) ==> forM_ x f
 
 -- STATE MONAD
 
@@ -724,5 +730,8 @@
 main = DTL.concat $ map (`DTL.snoc` '-') [DTL.pack "one", DTL.pack "two", 
DTL.pack "three"]
 import Text.Blaze.Html5.Attributes as A \
 main = A.id (stringValue id')
+import Prelude((==)) \
+import qualified Prelude as P \
+main = P.length xs == 0 -- P.null xs
 
 -}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hlint-1.9.31/hlint.cabal 

commit python3-pexpect for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pexpect for openSUSE:Factory 
checked in at 2016-06-02 09:37:35

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


Package is "python3-pexpect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pexpect/python3-pexpect.changes  
2015-10-22 12:58:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pexpect.new/python3-pexpect.changes 
2016-06-02 09:37:36.0 +0200
@@ -1,0 +2,13 @@
+Wed May 25 15:08:23 UTC 2016 - toddrme2...@gmail.com
+
+- update to version 4.1.0:
+  * No upstream changelog
+
+---
+Sun May  8 07:12:29 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  pexpect-4.0.1.tar.gz

New:

  pexpect-4.1.0.tar.gz



Other differences:
--
++ python3-pexpect.spec ++
--- /var/tmp/diff_new_pack.sQzjw9/_old  2016-06-02 09:37:37.0 +0200
+++ /var/tmp/diff_new_pack.sQzjw9/_new  2016-06-02 09:37:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pexpect
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-pexpect
-Version:4.0.1
+Version:4.1.0
 Release:0
 Summary:Pure Python Expect-like module
 License:ISC
 Group:  Development/Libraries/Python
 Url:http://pexpect.readthedocs.org/en/latest/
-Source: 
https://pypi.python.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pexpect/pexpect-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-ptyprocess
 Requires:   python3-ptyprocess

++ pexpect-4.0.1.tar.gz -> pexpect-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/.coveragerc 
new/pexpect-4.1.0/.coveragerc
--- old/pexpect-4.0.1/.coveragerc   1970-01-01 01:00:00.0 +0100
+++ new/pexpect-4.1.0/.coveragerc   2015-12-08 19:43:59.0 +0100
@@ -0,0 +1,3 @@
+[run]
+source = pexpect
+parallel = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/PKG-INFO new/pexpect-4.1.0/PKG-INFO
--- old/pexpect-4.0.1/PKG-INFO  2015-10-06 16:36:49.0 +0200
+++ new/pexpect-4.1.0/PKG-INFO  2016-05-21 13:47:06.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pexpect
-Version: 4.0.1
+Version: 4.1.0
 Summary: Pexpect allows easy control of interactive console applications.
 Home-page: http://pexpect.readthedocs.org/
 Author: Noah Spurrier; Thomas Kluyver; Jeff Quast
@@ -32,7 +32,6 @@
 Classifier: Operating System :: POSIX
 Classifier: Operating System :: MacOS :: MacOS X
 Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Topic :: Software Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pexpect-4.0.1/README.rst new/pexpect-4.1.0/README.rst
--- old/pexpect-4.0.1/README.rst1970-01-01 01:00:00.0 +0100
+++ new/pexpect-4.1.0/README.rst2015-12-08 19:43:59.0 +0100
@@ -0,0 +1,55 @@
+.. image:: https://travis-ci.org/pexpect/pexpect.png?branch=master
+   :target: https://travis-ci.org/pexpect/pexpect
+   :align: right
+   :alt: Build status
+
+Pexpect is a Pure Python Expect-like module
+
+Pexpect makes Python a better tool for controlling other applications.
+
+Pexpect is a pure Python module for spawning child applications; controlling
+them; and responding to expected patterns in their output. Pexpect works like
+Don Libes' Expect. Pexpect allows your script to spawn a child application and
+control it as if a human were typing commands.
+
+Pexpect can be used for automating interactive applications such as ssh, ftp,
+passwd, telnet, etc. It can be used to a automate setup scripts for duplicating
+software package installations on different servers. It can be used for
+automated software testing. Pexpect is in the spirit of Don Libes' Expect, but
+Pexpect is pure Python.
+
+The main features of Pexpect require the pty module in the Python standard
+library, which is only available on 

commit python3-gunicorn for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-gunicorn for 
openSUSE:Factory checked in at 2016-06-02 09:37:53

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


Package is "python3-gunicorn"

Changes:

--- /work/SRC/openSUSE:Factory/python3-gunicorn/python3-gunicorn.changes
2016-01-15 10:41:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-gunicorn.new/python3-gunicorn.changes   
2016-06-02 09:37:54.0 +0200
@@ -1,0 +2,68 @@
+Wed May 25 03:11:54 UTC 2016 - a...@gmx.de
+
+- update to version 19.6.0:
+  * Core & Logging
++ improvement of the binary upgrade behaviour using USR2: remove
+  file lockin (issue 1270)
++ add the --capture-output setting to capture stdout/stderr tot
+  the log
+  * Workers
++ fix: make sure to remove the signal from the worker pipe (issue
+  1269)
++ fix: gthread worker, handle removed socket in the select loop
+
+---
+Sun May 15 23:22:43 UTC 2016 - a...@gmx.de
+
+- update to version 19.5.0:
+  * Core
++ fix: Ensure response to HEAD request won’t have message body
++ fix: lock domain socket and remove on last arbiter exit (issue
+  #1220)
++ improvement: use EnvironmentError instead of socket.error (issue
+  939)
++ add: new $FORWARDDED_ALLOW_IPS environment variable (issue 1205)
++ fix: infinite recursion when destroying sockets (issue 1219)
++ fix: close sockets on shutdown (issue 922)
++ fix: clean up sys.exc_info calls to drop circular refs (issue
+  1228)
++ fix: do post_worker_init after load_wsgi (issue 1248)
+  * Workers
++ fix access logging in gaiohttp worker (issue #1193)
++ eventlet: handle QUIT in a new coroutine (issue #1217)
++ gevent: remove obsolete exception clauses in run (issue #1218)
++ tornado: fix extra “Server” response header (issue 1246)
++ fix: unblock the wait loop under python 3.5 in sync worker
+  (issue 1256)
+  * Logging
++ fix: log message for listener reloading (issue 1181)
++ Let logging module handle traceback printing (issue 1201)
++ improvement: Allow configuring logger_class with statsd_host
+  (issue #1188)
++ fix: traceback formatting (issue 1235)
++ fix: print error logs on stderr and access logs on stdout (issue
+  1184)
+  * Documentation
++ Simplify installation instructions in gunicorn.org (issue 1072)
++ Fix URL and default worker type in example_config (issue 1209)
++ update django doc url to 1.8 lts (issue 1213)
++ fix: miscellaneous wording corrections (issue 1216)
++ Add PSF License Agreement of selectors.py to NOTICE (:issue:
+  1226)
++ document LOGGING overriding (issue 1051)
++ put a note that error logs are only errors from Gunicorn (issue
+  1124)
++ add a note about the requirements of the threads workers under
+  python 2.x (issue 1200)
++ add access_log_format to config example (issue 1251)
+  * Tests
++ Use more pytest.raises() in test_http.py
+
+---
+Sun May  8 07:01:50 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  gunicorn-19.4.5.tar.gz

New:

  gunicorn-19.6.0.tar.gz



Other differences:
--
++ python3-gunicorn.spec ++
--- /var/tmp/diff_new_pack.52idm9/_old  2016-06-02 09:37:55.0 +0200
+++ /var/tmp/diff_new_pack.52idm9/_new  2016-06-02 09:37:55.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-gunicorn
-Version:19.4.5
+Version:19.6.0
 Release:0
 Summary:WSGI HTTP Server for UNIX
 License:MIT
 Group:  Development/Languages/Python
 Url:http://gunicorn.org
-Source: 
http://pypi.python.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel

++ gunicorn-19.4.5.tar.gz -> gunicorn-19.6.0.tar.gz ++
 2437 lines of diff (skipped)




commit python3-testtools for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-testtools for 
openSUSE:Factory checked in at 2016-06-02 09:37:55

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


Package is "python3-testtools"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testtools.new/python3-testtools-doc.changes 
2016-06-02 09:37:57.0 +0200
@@ -0,0 +1,643 @@
+---
+Wed May 25 02:52:11 UTC 2016 - a...@gmx.de
+
+- update to version 2.2.0:
+  * Twisted support code uses "inlineCallbacks" rather than the
+deprecated "deferredGenerator".  (Tristan Seligmann)
+
+---
+Thu May 19 18:37:25 UTC 2016 - toddrme2...@gmail.com
+
+- Split documentation into own subpackage to speed up build.
+
+---
+Sun May 15 06:08:16 UTC 2016 - a...@gmx.de
+
+- update to version 2.1.0:
+  * "TestResult" objects that don't implement "stop"/"shouldStop" are
+now handled sanely.  (Jonathan Lange)
+  * New "Always" and "Never" matchers. (Tristan Seligmann, #947026)
+  * Fixed example in "failed" docstring. (Jonathan Lange, Github #208)
+  * Rather than explicitly raising a "KeyboardInterrupt" if we get no
+result from a "Deferred", we tell the test result to stop running
+tests and report the lack of result as a test error. This ought to
+make weird concurrency interaction bugs easier to
+understand. (Jonathan Lange)
+  * Introduce the unique_text_generator generator function. Similar to
+the getUniqueString() method, except it creates unique unicode
+text strings.  (Brant Knudson)
+  * Previously, when gathering details caused by a setUp() failure, a
+traceback occurred if the fixture used the newer _setUp().  This
+had the side effect of not clearing up fixtures nor gathering
+details properly.  This is now fixed. (Julian Edwards, #1469759)
+  * New "Warnings" matcher, and "WarningMessage" and "IsDeprecated"
+functions for matching emitted warnings. (Jonathan Jacobs, Github
+#223)
+
+---
+Sun May  8 07:06:50 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---
+Wed Mar 16 17:18:24 UTC 2016 - toddrme2...@gmail.com
+
+- Break dependency loops with python3-fixtures and
+  python3-testscenarios by disabling unit tests.
+
+---
+Thu Feb  4 17:59:27 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * requrie python3-fixtures
+
+- update to version 2.0.0:
+  * "AsynchronousDeferredRunTest" now has "suppress_twisted_logging"
+and "store_twisted_logs" parameters that can be used to override
+the default logging behaviour.  (Jonathan Lange, #942785)
+  * New fixture "CaptureTwistedLogs" that can be used with
+"AsynchronousDeferredRunTest" to attach a detail containing
+everything logged to Twisted during the test run.  (Jonathan
+Lange, #1515362)
+  * Python 2.6 and 3.2 are no longer supported. If you want to use
+either of these versions of Python, use testtools 1.9.0. (Jonathan
+Lange)
+  * Make "fixtures" a real dependency, not just a test
+dependency. (Jonathan Lange)
+
+---
+Wed Feb  3 14:10:20 UTC 2016 - toddrme2...@gmail.com
+
+- python3-pyrsistent is also a runtime requirement.
+
+---
+Tue Jan 26 05:39:51 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * require pyrsistent, testscenarios for tests
+
+- update to version 1.9.0:
+  * Many new fixes in this branch, including lots of work around
+Twisted support.
+  * This is the first release that explicitly supports Python 3.5 and
+the last release that supports Python 2.6 or 3.2.
+  * Improvements
++ Python 3.5 added to the list of supported platforms. (Jonathan
+  Lange)
++ "MatchesListwise" has more informative error when lengths don't
+  match. (Jonathan Lange)
++ The short form of errors for failed binary comparisions will now
+  put the expected value on the _right_. This means that
+  "assertThat(2, Equals(3))" will raise an error saying "2 !=
+  3". (Jonathan Lange, #1525227)
++ Tests for "assertRaisesRegexp". (Julia Varlamova, Jonathan
+  Lange)
++ Tests that customize "skipException" no longer get tracebacks
+  for skipped tests.  (Jonathan Lange, #1518101)
++ A failing 

commit python3-pyudev for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-pyudev for openSUSE:Factory 
checked in at 2016-06-02 09:38:01

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


Package is "python3-pyudev"

Changes:

--- /work/SRC/openSUSE:Factory/python3-pyudev/python3-pyudev.changes
2016-02-08 09:48:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyudev.new/python3-pyudev.changes   
2016-06-02 09:38:02.0 +0200
@@ -1,0 +2,17 @@
+Mon May 16 15:38:01 UTC 2016 - a...@gmx.de
+
+- update to version 0.20.0:
+  * Remove parsing code added in previous release.
+  * No longer do CI for Python 2.6.
+  * Eliminate all wildcard imports and __all__ statements.
+  * No longer use deprecated Device.from_sys_path() method.
+  * Minor pylint induced changes.
+  * Documentation fixes.
+
+---
+Sun May  8 07:05:39 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  pyudev-0.19.0.tar.gz

New:

  pyudev-0.20.0.tar.gz



Other differences:
--
++ python3-pyudev.spec ++
--- /var/tmp/diff_new_pack.OI6vNZ/_old  2016-06-02 09:38:03.0 +0200
+++ /var/tmp/diff_new_pack.OI6vNZ/_new  2016-06-02 09:38:03.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python3-pyudev
-Version:0.19.0
+Version:0.20.0
 Release:0
 Summary:Udev bindings for Python
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
 Url:http://pyudev.readthedocs.org/
-Source0:
https://pypi.python.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/pyudev/pyudev-%{version}.tar.gz
 BuildRequires:  libudev-devel
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel

++ pyudev-0.19.0.tar.gz -> pyudev-0.20.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.19.0/CHANGES.rst 
new/pyudev-0.20.0/CHANGES.rst
--- old/pyudev-0.19.0/CHANGES.rst   2016-02-03 15:36:35.0 +0100
+++ new/pyudev-0.20.0/CHANGES.rst   2016-04-29 23:17:02.0 +0200
@@ -1,4 +1,14 @@
-0.19.0 (Feb 3, 2015)
+0.20.0 (April 29, 2016)
+===
+
+- Remove parsing code added in previous release.
+- No longer do CI for Python 2.6.
+- Eliminate all wildcard imports and __all__ statements.
+- No longer use deprecated Device.from_sys_path() method.
+- Minor pylint induced changes.
+- Documentation fixes.
+
+0.19.0 (Feb 3, 2016)
 ==
 
 - Restore raising KeyError by Attributes.as* methods when attribute not found.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.19.0/PKG-INFO new/pyudev-0.20.0/PKG-INFO
--- old/pyudev-0.19.0/PKG-INFO  2016-02-03 15:39:22.0 +0100
+++ new/pyudev-0.20.0/PKG-INFO  2016-04-29 23:20:42.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyudev
-Version: 0.19.0
+Version: 0.20.0
 Summary: A libudev binding
 Home-page: http://pyudev.readthedocs.org/
 Author: Sebastian Wiesner
@@ -63,7 +63,7 @@
 
 The source code is hosted on GitHub_::
 
-   git clone git://github.com/lunaryorn/pyudev.git
+   git clone git://github.com/pyudev/pyudev.git
 
 Please fork the repository and send pull requests with your fixes or 
new
 features, but respect the following guidelines:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.19.0/README.rst new/pyudev-0.20.0/README.rst
--- old/pyudev-0.19.0/README.rst2016-02-02 17:19:29.0 +0100
+++ new/pyudev-0.20.0/README.rst2016-04-29 23:17:02.0 +0200
@@ -55,7 +55,7 @@
 
 The source code is hosted on GitHub_::
 
-   git clone git://github.com/lunaryorn/pyudev.git
+   git clone git://github.com/pyudev/pyudev.git
 
 Please fork the repository and send pull requests with your fixes or new
 features, but respect the following guidelines:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyudev-0.19.0/doc/guide.rst 
new/pyudev-0.20.0/doc/guide.rst
--- old/pyudev-0.19.0/doc/guide.rst 2016-02-02 17:19:29.0 +0100
+++ new/pyudev-0.20.0/doc/guide.rst 2016-04-29 23:17:02.0 +0200
@@ -245,7 +245,7 @@
 >>> monitor.filter_by('block')
 >>> for device in iter(monitor.poll, None):
 ... if 'ID_FS_TYPE' in device:
-... print('{0} partition {1}'.format(action, 
device.get('ID_FS_LABEL')))
+...  

commit python3-idna for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-idna for openSUSE:Factory 
checked in at 2016-06-02 09:37:37

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


Package is "python3-idna"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.python3-idna.new/python3-idna.changes   
2016-06-02 09:37:38.0 +0200
@@ -0,0 +1,29 @@
+---
+Sun May  8 07:11:22 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
+Sat Mar 26 04:26:23 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.1:
+  * Memory consumption optimizations. The library should consume
+significantly less memory through smarter data structures being
+used to represent relevant Unicode properties. Many thanks to
+Shivaram Lingamneni for this patch.
+  * Patches to make library work better with Python 2.6. The core
+library currently works however the unit testing does
+not. (Thanks, Robert Buchholz)
+  * Better affix all Unicode codepoint properties to a specific
+version.
+
+---
+Mon May 25 06:03:36 UTC 2015 - a...@gmx.de
+
+- initial version
+

New:

  idna-2.1.tar.gz
  python3-idna.changes
  python3-idna.spec



Other differences:
--
++ python3-idna.spec ++
#
# spec file for package python3-idna
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


Name:   python3-idna
Version:2.1
Release:0
Summary:Internationalized Domain Names in Applications (IDNA)
License:BSD-2-Clause
Group:  Development/Languages/Python
Url:https://github.com/kjd/idna
Source: 
https://files.pythonhosted.org/packages/source/i/idna/idna-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
A library to support the Internationalised Domain Names in
Applications (IDNA) protocol as specified in RFC 5891. This version of
the protocol is often referred to as “IDNA2008” and can produce
different results from the earlier standard from 2003.

The library is also intended to act as a suitable drop-in replacement
for the “encodings.idna” module that comes with the Python standard
library but currently only supports the older 2003 specification.

%prep
%setup -q -n idna-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%{python3_sitelib}/*
%doc README.rst LICENSE.rst HISTORY.rst

%changelog



commit python3-requests-toolbelt for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-requests-toolbelt for 
openSUSE:Factory checked in at 2016-06-02 09:36:27

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


Package is "python3-requests-toolbelt"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-requests-toolbelt.new/python3-requests-toolbelt.changes
 2016-06-02 09:36:28.0 +0200
@@ -0,0 +1,9 @@
+---
+Sat May 14 14:19:20 UTC 2016 - carmenbbak...@gmail.com
+
+- Removed commented BuildRequires.
+
+---
+Sat May 14 14:05:10 UTC 2016 - carmenbbak...@gmail.com
+
+- Introduce version 0.6.2.

New:

  python3-requests-toolbelt.changes
  python3-requests-toolbelt.spec
  requests-toolbelt-0.6.2.tar.gz



Other differences:
--
++ python3-requests-toolbelt.spec ++
#
# spec file for package python3-requests-toolbelt
#
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/


Name:   python3-requests-toolbelt
Version:0.6.2
Release:0
License:Apache-2.0
Summary:A utility belt for advanced users of python3-requests
Url:https://toolbelt.readthedocs.org
Group:  Development/Languages/Python
Source: 
https://pypi.python.org/packages/e1/a4/a94c037bc72ad70441aff1403d3243510d2542ddca7759faaeffeb11aefe/requests-toolbelt-%{version}.tar.gz
BuildRequires:  python3-setuptools
BuildRequires:  python3-requests >= 2.0.1
Requires:   python3-requests >= 2.0.1
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
This is just a collection of utilities for `python3-requests`_, but don't
really belong in ``requests`` proper. The minimum tested requests version is
``2.1.0``. In reality, the toolbelt should work with ``2.0.1`` as well, but
some idiosyncracies prevent effective or sane testing on that version.

%prep
%setup -q -n requests-toolbelt-%{version}

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
# Requires python3-betamax.  This package does not exist.
#python3 setup.py test

%files
%defattr(-,root,root,-)
%doc AUTHORS.rst LICENSE README.rst
%{python3_sitelib}/*

%changelog



commit python3-mistune for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-mistune for openSUSE:Factory 
checked in at 2016-06-02 09:36:14

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


Package is "python3-mistune"

Changes:

--- /work/SRC/openSUSE:Factory/python3-mistune/python3-mistune.changes  
2016-02-29 09:16:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-mistune.new/python3-mistune.changes 
2016-06-02 09:36:16.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:09:32 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-mistune.spec ++
--- /var/tmp/diff_new_pack.QnYH1n/_old  2016-06-02 09:36:17.0 +0200
+++ /var/tmp/diff_new_pack.QnYH1n/_new  2016-06-02 09:36:17.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/lepture/mistune
-Source0:
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/m/mistune/mistune-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-devel
 BuildRequires:  python3-nose




commit libu2f-host for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libu2f-host for openSUSE:Factory 
checked in at 2016-06-02 09:36:46

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


Package is "libu2f-host"

Changes:

--- /work/SRC/openSUSE:Factory/libu2f-host/libu2f-host.changes  2016-03-26 
17:30:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.libu2f-host.new/libu2f-host.changes 
2016-06-02 09:36:48.0 +0200
@@ -1,0 +2,8 @@
+Thu May 19 13:33:26 UTC 2016 - t.gru...@katodev.de
+
+- Add buildrequirement for libudev to select the rule for udev.
+- Add udev directories in %files
+- Add udev rule for Feitian ePass FIDO (udev.patch) 
+- Change License for the library
+
+---

New:

  udev.patch



Other differences:
--
++ libu2f-host.spec ++
--- /var/tmp/diff_new_pack.RolArh/_old  2016-06-02 09:36:49.0 +0200
+++ /var/tmp/diff_new_pack.RolArh/_new  2016-06-02 09:36:49.0 +0200
@@ -21,17 +21,19 @@
 Version:1.1.1
 Release:0
 Summary:Yubico Universal 2nd Factor (U2F) Host C Library
-License:GPL-3.0+
+License:LGPL-2.1+
 Group:  Productivity/Networking/Security
 Url:https://developers.yubico.com/
 Source0:
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz
 Source1:
https://developers.yubico.com/libu2f-host/Releases/%{name}-%{version}.tar.xz.sig
+Patch0: udev.patch
 BuildRequires:  libhidapi-devel
 BuildRequires:  libtool
 BuildRequires:  libzip
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(json-c) >= 0.10
+BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(openssl)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -42,6 +44,7 @@
 
 %package -n %{name}%{sover}
 Summary:Library for Universal 2nd Factor (U2F)
+License:LGPL-2.1+
 Group:  Productivity/Networking/Security
 
 %description -n %{name}%{sover}
@@ -51,6 +54,7 @@
 
 %package -n %{name}-devel
 Summary:Development files for Universal 2nd Factor (U2F)
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name}%{sover} = %{version}
 
@@ -60,6 +64,7 @@
 
 %package -n u2f-host
 Summary:Tool to support Yubico's Universal 2nd Factor (U2F)
+License:GPL-3.0+
 Group:  Productivity/Networking/Security
 Requires:   %{name}%{sover} = %{version}
 
@@ -68,6 +73,7 @@
 
 %packagedoc
 Summary:Documentation for the U2F protocol
+License:LGPL-2.1+
 Group:  Productivity/Networking/Security
 
 %descriptiondoc
@@ -75,6 +81,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure --disable-static --with-openssl --with-udevrulesdir=%{_udevrulesdir}
@@ -96,6 +103,8 @@
 %doc AUTHORS COPYING NEWS ChangeLog README
 %{_bindir}/u2f-host
 %{_mandir}/man1/u2f-host.1.gz
+%dir /usr/lib/udev
+%dir %{_udevrulesdir}
 %{_udevrulesdir}/*-u2f.rules
 
 %files doc


++ udev.patch ++
--- 70-u2f.rules2015-12-10 14:59:11.0 +0100
+++ 70-u2f.rules.new2016-05-18 12:02:38.740152998 +0200
@@ -13,4 +13,7 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw",
 # HyperSecu HyperFIDO
 KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", 
ATTRS{idProduct}=="0880", TAG+="uaccess"
 
+# Feitian ePass FIDO
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="096e", 
ATTRS{idProduct}=="0850", TAG+="uaccess"
+
 LABEL="u2f_end"



commit python3-recommonmark for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-recommonmark for 
openSUSE:Factory checked in at 2016-06-02 09:36:55

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


Package is "python3-recommonmark"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-recommonmark.new/python3-recommonmark.changes
   2016-06-02 09:36:57.0 +0200
@@ -0,0 +1,18 @@
+---
+Thu May 19 15:16:07 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 0.4.0
+  * No upstream changelog
+
+---
+Sun May  8 07:15:20 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
+Thu Dec 10 13:07:36 UTC 2015 - br...@ioda-net.ch
+
+- Initial packaging on obs 
+

New:

  README.md
  license.md
  python3-recommonmark.changes
  python3-recommonmark.spec
  recommonmark-0.4.0.tar.gz



Other differences:
--
++ python3-recommonmark.spec ++
#
# spec file for package python3-CommonMark
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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/
#


Name:   python3-recommonmark
Version:0.4.0
Release:0
Summary:Python docutils-compatibility bridge to CommonMark
License:MIT
Group:  Development/Languages/Python
Url:https://github.com/rtfd/recommonmark
Source0:
https://files.pythonhosted.org/packages/source/r/recommonmark/recommonmark-%{version}.tar.gz
Source1:
https://raw.githubusercontent.com/rtfd/recommonmark/master/license.md
Source2:
https://raw.githubusercontent.com/rtfd/recommonmark/master/README.md
BuildRequires:  fdupes
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
BuildRequires:  python3-docutils
BuildRequires:  python3-CommonMark
Requires:   python3-docutils
Requires:   python3-CommonMark
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch
Provides:   python3-reCommonMark = %{version}
Obsoletes:  python3-reCommonMark < %{version}

%description
A python docutils-compatibility bridge to CommonMark.

This allows you to write CommonMark inside of Docutils & Sphinx projects.

Documentation is available on Read the Docs:
http://recommonmark.readthedocs.org

%prep
%setup -q -n recommonmark-%{version}
# Remove upstream's egg-info
rm -rf %{pypi_name}.egg-info
#Add missing license and readme
cp -a %{SOURCE1} .
cp -a %{SOURCE2} .
# find and remove unneeded shebangs
find recommonmark -name "*.py" | xargs sed -i '1 {/^#!/ d}'
# correct shebang
sed -i 's@^#!/usr/bin/python2@#!/usr/bin/python3@' recommonmark/scripts.py

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}%{_prefix}

# Prepare for update-alternatives usage
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
for B in cm2html cm2latex cm2man cm2pseudoxml cm2xetex cm2xml; do
mv %{buildroot}%{_bindir}/${B} %{buildroot}%{_bindir}/${B}-%{py3_ver}
ln -s -f %{_sysconfdir}/alternatives/${B} %{buildroot}%{_bindir}/${B}
# create a dummy target for /etc/alternatives/${B}
touch %{buildroot}%{_sysconfdir}/alternatives/${B}
done

%post
%_sbindir/update-alternatives \
   --install %{_bindir}/cm2man cm2man %{_bindir}/cm2man-%{py3_ver} 30 \
   --slave %{_bindir}/cm2latex cm2latex %{_bindir}/cm2latex-%{py3_ver}  \
   --slave %{_bindir}/cm2xetex cm2xetex %{_bindir}/cm2xetex-%{py3_ver}  \
   --slave %{_bindir}/cm2pseudoxml cm2pseudoxml 
%{_bindir}/cm2pseudoxml-%{py3_ver}  \
   --slave %{_bindir}/cm2html cm2html %{_bindir}/cm2html-%{py3_ver}  \
   --slave %{_bindir}/cm2xml cm2xml %{_bindir}/cm2xml-%{py3_ver}

%postun
if [ $1 -eq 0 ] ; then
"%_sbindir/update-alternatives" --remove cm2man %{_bindir}/cm2man-%{py3_ver}
fi

%files
%defattr(-,root,root,-)
%doc README.md license.md
%{_bindir}/cm2html

commit rubygem-json-schema for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package rubygem-json-schema for 
openSUSE:Factory checked in at 2016-06-02 09:36:53

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


Package is "rubygem-json-schema"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-json-schema/rubygem-json-schema.changes  
2016-03-26 15:22:15.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-json-schema.new/rubygem-json-schema.changes 
2016-06-02 09:36:54.0 +0200
@@ -1,0 +2,6 @@
+Sat May 14 04:40:59 UTC 2016 - co...@suse.com
+
+- updated to version 2.6.2
+  no changelog found
+
+---

Old:

  json-schema-2.6.1.gem

New:

  json-schema-2.6.2.gem



Other differences:
--
++ rubygem-json-schema.spec ++
--- /var/tmp/diff_new_pack.ja5LnH/_old  2016-06-02 09:36:55.0 +0200
+++ /var/tmp/diff_new_pack.ja5LnH/_new  2016-06-02 09:36:55.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-json-schema
-Version:2.6.1
+Version:2.6.2
 Release:0
 %define mod_name json-schema
 %define mod_full_name %{mod_name}-%{version}

++ json-schema-2.6.1.gem -> json-schema-2.6.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2016-02-26 11:03:19.0 +0100
+++ new/README.md   2016-05-13 16:54:29.0 +0200
@@ -1,5 +1,5 @@
-![https://travis-ci.org/ruby-json-schema/json-schema](https://travis-ci.org/ruby-json-schema/json-schema.svg?branch=master)
-![https://codeclimate.com/github/ruby-json-schema/json-schema](https://codeclimate.com/github/ruby-json-schema/json-schema/badges/gpa.svg)
+[![Travis](https://travis-ci.org/ruby-json-schema/json-schema.svg?branch=master)](https://travis-ci.org/ruby-json-schema/json-schema)
+[![Code 
Climate](https://codeclimate.com/github/ruby-json-schema/json-schema/badges/gpa.svg)](https://codeclimate.com/github/ruby-json-schema/json-schema)
 
 Ruby JSON Schema Validator
 ==
@@ -42,10 +42,10 @@
 $ gem install json-schema-2.5.2.gem
 ```
 
-Usage
+Validation
 -
 
-Three base validation methods exist: 
+Three base validation methods exist:
 
 1. `validate`: returns a boolean on whether a validation attempt passes
 2. `validate!`: throws a `JSON::Schema::ValidationError` with an appropriate 
message/trace on where the validation failed
@@ -67,79 +67,15 @@
 that the `$schema` attribute takes precedence over the `:version` option during
 parsing and validation.
 
-### Validate Ruby objects against a Ruby schema
-
 For further information on json schema itself refer to http://spacetelescope.github.io/understanding-json-schema/;>Understanding
 JSON Schema.
 
-```rb
-require 'rubygems'
-require 'json-schema'
-
-schema = {
-  "type" => "object",
-  "required" => ["a"],
-  "properties" => {
-"a" => {"type" => "integer"}
-  }
-}
-
-data = {
-  "a" => 5
-}
-
-JSON::Validator.validate(schema, data)
-```
-
-### Validate a JSON string against a JSON schema file
-
-```rb
-require 'rubygems'
-require 'json-schema'
-
-JSON::Validator.validate('schema.json', '{"a" : 5}')
-```
-
-### Validate a list of objects against a schema that represents the individual 
objects
-
-```rb
-require 'rubygems'
-require 'json-schema'
-
-data = ['user','user','user']
-JSON::Validator.validate('user.json', data, :list => true)
-```
-
-### Strictly validate an object's properties
-
-With the `:strict` option, validation fails when an object contains properties
-that are not defined in the schema's property list or doesn't match the
-`additionalProperties` property. Furthermore, all properties are treated as
-`required` regardless of `required` properties set in the schema.
-
-```rb
-require 'rubygems'
-require 'json-schema'
-
-schema = {
-  "type" => "object",
-  "properties" => {
-"a" => {"type" => "integer"},
-"b" => {"type" => "integer"}
-  }
-}
-
-JSON::Validator.validate(schema, {"a" => 1, "b" => 2}, :strict => true)
# ==> true
-JSON::Validator.validate(schema, {"a" => 1, "b" => 2, "c" => 3}, :strict => 
true)  # ==> false
-JSON::Validator.validate(schema, {"a" => 1}, :strict => true)  
# ==> false
-```
-
-### Catch a validation error and print it out
+Basic Usage
+--
 
-```rb
-require 'rubygems'
-require 'json-schema'
+```ruby
+require "json-schema"
 
 schema = {
   "type" => "object",
@@ -149,215 +85,188 @@
   }
 }
 
-data = {
-  "a" => "taco"
-}
+#
+# validate ruby objects against a ruby schema
+#
+
+# => true
+JSON::Validator.validate(schema, { "a" => 5 })
+# => false

commit python3-jupyter_ipython for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_ipython for 
openSUSE:Factory checked in at 2016-06-02 09:36:33

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


Package is "python3-jupyter_ipython"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython-doc.changes
  2016-03-26 15:22:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython-doc.changes
 2016-06-02 09:36:34.0 +0200
@@ -1,0 +2,23 @@
+Wed May 18 16:53:35 UTC 2016 - toddrme2...@gmail.com
+
+- specfile:
+  * updated source url to files.pythonhosted.org for doc subpackage too.
+
+---
+Tue May 17 15:38:30 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.0
+  - Fix ``ipython -i`` on errors, which was broken in 4.1.
+  - The delay meant to highlight deprecated commands that have moved to 
jupyter has been removed.
+  - Improve compatibility with future versions of traitlets and matplotlib.
+  - Use stdlib :func:`python:shutil.get_terminal_size` to measure terminal 
width when displaying tracebacks
+(provided by ``backports.shutil_get_terminal_size`` on Python 2).
+
+---
+Sun May  8 07:13:05 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipython/python3-jupyter_ipython.changes
  2016-03-26 15:22:44.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipython.new/python3-jupyter_ipython.changes
 2016-06-02 09:36:34.0 +0200
@@ -1,0 +2,17 @@
+Tue May 17 15:38:07 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.2.0
+  - Fix ``ipython -i`` on errors, which was broken in 4.1.
+  - The delay meant to highlight deprecated commands that have moved to 
jupyter has been removed.
+  - Improve compatibility with future versions of traitlets and matplotlib.
+  - Use stdlib :func:`python:shutil.get_terminal_size` to measure terminal 
width when displaying tracebacks
+(provided by ``backports.shutil_get_terminal_size`` on Python 2).
+
+---
+Sun May  8 07:13:03 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---

Old:

  ipython-4.1.2.tar.gz

New:

  ipython-4.2.0.tar.gz



Other differences:
--
++ python3-jupyter_ipython-doc.spec ++
--- /var/tmp/diff_new_pack.YVEGW9/_old  2016-06-02 09:36:35.0 +0200
+++ /var/tmp/diff_new_pack.YVEGW9/_new  2016-06-02 09:36:35.0 +0200
@@ -25,13 +25,13 @@
 %endif
 
 Name:   python3-jupyter_ipython-doc
-Version:4.1.2
+Version:4.2.0
 Release:0
 Summary:Documentation for python-jupyter_ipython
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
-Source: 
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  python3-jupyter_ipykernel
 BuildRequires:  python3-jupyter_ipython

++ python3-jupyter_ipython.spec ++
--- /var/tmp/diff_new_pack.YVEGW9/_old  2016-06-02 09:36:35.0 +0200
+++ /var/tmp/diff_new_pack.YVEGW9/_new  2016-06-02 09:36:35.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   python3-jupyter_ipython
-Version:4.1.2
+Version:4.2.0
 Release:0
 Summary:Rich architecture for interactive computing with Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
-Source: 
https://pypi.python.org/packages/source/i/ipython/ipython-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
 BuildRequires:  fdupes
+BuildRequires:  python3-backports.shutil_get_terminal_size
 BuildRequires:  python3-decorator
 BuildRequires:  python3-devel
 BuildRequires:  python3-pexpect
@@ -35,9 +36,12 @@
 # Test Requirements
 BuildRequires:  python3-matplotlib
 BuildRequires:  python3-nose
+BuildRequires:  python3-path.py
 BuildRequires:  python3-requests
 BuildRequires:  python3-testpath
+Requires:   python3-backports.shutil_get_terminal_size
 Requires:   python3-decorator
+Requires:   python3-path.py
 Requires:   

commit yubico-piv-tool for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package yubico-piv-tool for openSUSE:Factory 
checked in at 2016-06-02 09:36:38

Comparing /work/SRC/openSUSE:Factory/yubico-piv-tool (Old)
 and  /work/SRC/openSUSE:Factory/.yubico-piv-tool.new (New)


Package is "yubico-piv-tool"

Changes:

--- /work/SRC/openSUSE:Factory/yubico-piv-tool/yubico-piv-tool.changes  
2016-04-28 17:02:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yubico-piv-tool.new/yubico-piv-tool.changes 
2016-06-02 09:36:42.0 +0200
@@ -1,0 +2,12 @@
+Tue May 17 14:55:42 UTC 2016 - t.gru...@katodev.de
+
+- Version 1.4.0 (released 2016-05-03)
+  - Add attest action When used on a slot with a generated key, 
+outputs a signed x509 certificate for that slot showing that
+the key was generated in hardware. Available in firmware 4.3.0 and newer.
+  - Add cached parameter for touch-policy With cached, the touch is valid
+for an additional 15s. Available in firmware 4.3.0 and newer.
+  - Enforce a minimum PIN length of 6 characters.
+  - Fix a bug with list-readers action where it fell through processing into 
write-object.
+
+---

Old:

  yubico-piv-tool-1.3.1.tar.gz
  yubico-piv-tool-1.3.1.tar.gz.sig

New:

  yubico-piv-tool-1.4.0.tar.gz
  yubico-piv-tool-1.4.0.tar.gz.sig



Other differences:
--
++ yubico-piv-tool.spec ++
--- /var/tmp/diff_new_pack.iw0lpa/_old  2016-06-02 09:36:44.0 +0200
+++ /var/tmp/diff_new_pack.iw0lpa/_new  2016-06-02 09:36:44.0 +0200
@@ -18,7 +18,7 @@
 
 %define soname  1
 Name:   yubico-piv-tool
-Version:1.3.1
+Version:1.4.0
 Release:0
 Summary:Yubico YubiKey NEO CCID Manager
 License:BSD-2-Clause
@@ -102,12 +102,12 @@
 %files -n libykpiv%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykpiv.so.%{soname}
-%{_libdir}/libykpiv.so.%{soname}.3.1
+%{_libdir}/libykpiv.so.%{soname}.3.2
 
 %files -n libykcs11-%{soname}
 %defattr(-,root,root)
 %{_libdir}/libykcs11.so.%{soname}
-%{_libdir}/libykcs11.so.%{soname}.3.1
+%{_libdir}/libykcs11.so.%{soname}.3.2
 
 %files -n libykpiv-devel
 %defattr(-,root,root)

++ yubico-piv-tool-1.3.1.tar.gz -> yubico-piv-tool-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yubico-piv-tool-1.3.1/ChangeLog 
new/yubico-piv-tool-1.4.0/ChangeLog
--- old/yubico-piv-tool-1.3.1/ChangeLog 2016-04-19 07:39:52.0 +0200
+++ new/yubico-piv-tool-1.4.0/ChangeLog 2016-05-03 09:43:07.0 +0200
@@ -1,3 +1,43 @@
+2016-05-03  Klas Lindfors 
+
+   * NEWS, configure.ac: release 1.4.0
+
+2016-05-03  Klas Lindfors 
+
+   * Makefile.am: add attest doc to dist
+
+2016-05-03  Klas Lindfors 
+
+   * mac.mk, windows.mk: bump openssl to 1.0.2g
+
+2016-05-03  Klas Lindfors 
+
+   * : commit b1139a516b5a2d9e97ac7cbf8a63f0131b4623df Author: Klas
+   Lindfors  Date:   Fri Apr 22 09:41:41 2016 +0200
+
+2016-04-19  Klas Lindfors 
+
+   * doc/YubiKey_PIV_introduction.adoc: change examples to be with 6
+   digit pins
+
+2016-04-19  Klas Lindfors 
+
+   * tool/yubico-piv-tool.c: enforce minimum 6 digits of pin when
+   changing in the tool
+
+2016-04-19  Klas Lindfors 
+
+   * tool/yubico-piv-tool.c: error isn't an iso error, run
+   ykpiv_strerror() on it
+
+2016-04-19  Klas Lindfors 
+
+   * .gitignore: ignore more
+
+2016-04-19  Klas Lindfors 
+
+   * NEWS, configure.ac: bump version
+
 2016-04-19  Klas Lindfors 
 
* NEWS: NEWS for 1.3.1
@@ -8,6 +48,10 @@
 
 2016-03-31  Klas Lindfors 
 
+   * doc/Attestation.adoc: add some documentation for attestation
+
+2016-03-31  Klas Lindfors 
+
* tool/cmdline.ggo: change wording in help text authentication key -> 
management key
 
 2016-03-23  Klas Lindfors 
@@ -23,9 +67,28 @@
 
* mac.mk, windows.mk: newer openssl for windows and mac
 
-2016-02-19  Klas Lindfors 
+2016-03-17  Klas Lindfors 
+
+   * lib/ykpiv.c: add ykpiv touchpolicy to ykpiv
+
+2016-03-17  Klas Lindfors 
+
+   * lib/ykpiv.c, lib/ykpiv.h: add YKPIV_KEY_ATTESTATION to
+   ykpiv_import_key()
 
-   * mac.mk, windows.mk: bump openssl to 1.0.1r
+2016-03-17  Klas Lindfors 
+
+   * lib/ykpiv.h, tool/cmdline.ggo, tool/util.c: add touch-policy
+   cached
+
+2016-03-17  Klas Lindfors 
+
+   * tool/yubico-piv-tool.c: actually open 

commit libprelude for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package libprelude for openSUSE:Factory 
checked in at 2016-06-02 09:36:24

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


Package is "libprelude"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.libprelude.new/libprelude.changes   
2016-06-02 09:36:26.0 +0200
@@ -0,0 +1,110 @@
+---
+Mon May  2 20:16:55 UTC 2016 - thomas.andre...@gmail.com
+
+- Update to 3.0.0 (Prelude 3.0.0 released on 22 Apr 2016)
+- Add few patches to build with all bindings and reduce rpmlint
+  notices :
+  * libprelude-fsf-address.patch
+* Correct the Free Software Foundation address
+  * libprelude-python-swig.patch
+* Regenerate swig file to compile with Python 3.4 and newer
+  * libprelude-ruby-swig.patch
+* Temporary fix http://bugs.ruby-lang.org/issues/11962
+  * libprelude-ruby-include-path.patch
+* Fix ruby include path. Instead, we can not turn ruby
+  binding on
+  * libprelude-rpm-opt-flags.patch
+* Fix libprelude do not load global CFLAGS for
+  libprelude-error
+- We now build all bindings, adding :
+  * lua-libprelude
+  * python3-libprelude
+  * ruby-libprelude
+- Create a new package with only tools files because packages
+  started with "lib" do not have to come with tools. Name of the
+  package : prelude-tools
+- Precise license :
+  * Prelude is GPL-2.0+
+  * libmissing is LGPL-2.1+
+  * libmissing/test is GPL-3.0+
+- Remove support for older SUSE than 12 since libprelude do not
+  compile on it
+
+---
+Sat Nov 14 21:56:58 UTC 2015 - mar...@gmx.de
+
+- update to 1.2.6
+- removed patches (all fixed upstream)
+  * opensuse12_compile.patch
+  * libprelude-1.0.1-fixgnulib.patch
+  * libprelude-1.0.0-gcc46.patch
+  * libprelude-sles12sp2.patch
+  * libprelude-fixlibgnutls3.0.5.patch
+  * libprelude-ruby1.9.patch
+  * libprelude-fsf-address.patch
+  * libprelude-swig-3.0.patch
+- disabled lua and ruby bindings for now
+
+---
+Mon Jan 26 13:16:17 UTC 2015 - dims...@opensuse.org
+
+- Add libprelude-swig-3.0.patch: Fix build with swig 3.0.
+
+---
+Tue Jul  9 07:41:40 UTC 2013 - sch...@suse.de
+
+- Override broken configure checks
+
+---
+Tue Apr  9 23:29:43 UTC 2013 - greg.freem...@gmail.com
+
+- change license to GPLv3.0+ due to libmissing being incorporated (bnc#814000)
+- remove requirement for libgnutls-devel as done previously (see below)
+
+---
+Fri Apr  5 12:07:24 CEST 2013 - p...@suse.de
+
+- Add a definition of perl_gen_filelist for SLE11 to the spec file.
+
+---
+Thu Mar 28 22:19:35 UTC 2013 - greg.freem...@gmail.com
+
+- Update to v1.0.1
+- Add these patches
+  * libprelude-1.0.1-fixgnulib.patch
+  * libprelude-1.0.0-gcc46.patch
+  * libprelude-fixlibgnutls3.0.5.patch
+  * libprelude-ruby1.9.patch
+  * libprelude-fsf-address.patch
+  * libprelude-sles12sp2.patch
+
+- Create new subpackages
+  * libprelude-doc
+  * ruby-libprelude
+  * perl-libprelude
+  * python-libprelude
+
+---
+Mon Dec  5 13:11:59 UTC 2011 - aldemir.akpi...@airties.com
+
+- Added a simple patch file to fix the compile error for OpenSUSE 12.1 
+
+---
+Mon Nov  7 22:29:42 UTC 2011 - l...@linux-schulserver.de
+
+- build require libgcrypt-devel 
+- use gnutls-devel instead of libgnutls-devel to build on old 
+  distributions (package provides both names)
+
+---
+Wed Oct 20 11:01:44 UTC 2010 - jooop.boo...@opensuse.org
+
+- fixed to used pkg-config in stead of libgnutls-config
+  so it builds with >= gnutls-2.7.0
+
+---
+Sat Jul 24 02:31:15 UTC 2010 - bitshuff...@opensuse.org
+
+- Initial package
+
+---

New:

  libprelude-3.0.0.tar.gz
  libprelude-fsf-address.patch
  libprelude-python-swig.patch
  libprelude-rpm-opt-flags.patch
  libprelude-ruby-include-path.patch
  libprelude-ruby-swig.patch
  libprelude.changes
  libprelude.spec



Other differences:
--
++ libprelude.spec ++
#
# spec file for package libprelude
#
# 

commit ykclient for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package ykclient for openSUSE:Factory 
checked in at 2016-06-02 09:36:44

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


Package is "ykclient"

Changes:

--- /work/SRC/openSUSE:Factory/ykclient/ykclient.changes2015-04-15 
16:27:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.ykclient.new/ykclient.changes   2016-06-02 
09:36:45.0 +0200
@@ -1,0 +2,13 @@
+Tue May 17 14:42:29 UTC 2016 - t.gru...@katodev.de
+
+- Add .sig file to ykclient.spec
+
+---
+Thu Nov 12 14:42:12 UTC 2015 - t.gru...@katodev.de
+
+- Version 2.15 (released 2015-11-12)
+  - Add ykclient_get_server_response() to the library.
+  - Show more information from the commandline on debug.
+  - Add proxy support via Curl.
+
+---

Old:

  ykclient-2.14.tar.gz

New:

  ykclient-2.15.tar.gz
  ykclient-2.15.tar.gz.sig



Other differences:
--
++ ykclient.spec ++
--- /var/tmp/diff_new_pack.moO9Cb/_old  2016-06-02 09:36:46.0 +0200
+++ /var/tmp/diff_new_pack.moO9Cb/_new  2016-06-02 09:36:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ykclient
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,18 @@
 
 
 Name:   ykclient
-Version:2.14
+Version:2.15
 Release:0
 Summary:Online validation of Yubikey OTPs
 License:BSD-2-Clause
 Group:  Productivity/Networking/Security
 Url:https://developers.yubico.com/
-Source: 
https://developers.yubico.com/yubico-c-client/Releases/ykclient-%{version}.tar.gz
+Source0:
https://developers.yubico.com/yubico-c-client/Releases/ykclient-%{version}.tar.gz
+Source1:
https://developers.yubico.com/yubico-c-client/Releases/ykclient-%{version}.tar.gz.sig
 BuildRequires:  curl-devel
 BuildRequires:  help2man
 BuildRequires:  pkgconfig
+Requires:   libykclient3 = %{version}
 Provides:   yubico-c-client = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ykclient-2.14.tar.gz -> ykclient-2.15.tar.gz ++
 2210 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ykclient-2.14/ChangeLog new/ykclient-2.15/ChangeLog
--- old/ykclient-2.14/ChangeLog 2015-03-05 13:57:25.0 +0100
+++ new/ykclient-2.15/ChangeLog 2015-11-12 09:33:27.0 +0100
@@ -1,3 +1,45 @@
+2015-11-12  Klas Lindfors 
+
+   * NEWS: NEWS for 2.15
+
+2015-11-11  Klas Lindfors 
+
+   * : Merge pull request #36 from mikemn/master Add proxy support via Curl
+
+2015-07-09  Klas Lindfors 
+
+   * ykclient.c: make sure there is always at least one handle found with 
clang scan-build
+
+2015-07-05  Klas Lindfors 
+
+   * Makefile.am, configure.ac: add help2adoc for releases
+
+2015-06-24  Klas Lindfors 
+
+   * configure.ac: bump libtool variables correctly since a symbol was
+   added
+
+2015-06-24  Klas Lindfors 
+
+   * tool.c: tool: use server response to print out more debug info
+
+2015-06-24  Klas Lindfors 
+
+   * libykclient.map, ykclient.c, ykclient.h: add an interface to fetch
+   the last server response
+
+2015-06-24  Klas Lindfors 
+
+   * ykclient.c: add timestamp to the default query
+
+2015-06-15  Klas Lindfors 
+
+   * tool.c: add --cai to commandline tool help
+
+2015-03-05  Klas Lindfors 
+
+   * NEWS, configure.ac: bump versions
+
 2015-03-05  Klas Lindfors 
 
* NEWS: NEWS for 2.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ykclient-2.14/Makefile.am new/ykclient-2.15/Makefile.am
--- old/ykclient-2.14/Makefile.am   2015-02-20 09:10:41.0 +0100

commit python3-backports.ssl_match_hostname for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-backports.ssl_match_hostname 
for openSUSE:Factory checked in at 2016-06-02 09:36:59

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


Package is "python3-backports.ssl_match_hostname"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-backports.ssl_match_hostname/python3-backports.ssl_match_hostname.changes
2016-04-28 16:59:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-backports.ssl_match_hostname.new/python3-backports.ssl_match_hostname.changes
   2016-06-02 09:37:00.0 +0200
@@ -1,0 +2,12 @@
+Fri May 20 19:01:56 UTC 2016 - toddrme2...@gmail.com
+
+- Implement update-alternatives.
+
+---
+Sun May  8 07:15:35 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-backports.ssl_match_hostname.spec ++
--- /var/tmp/diff_new_pack.ThEoNL/_old  2016-06-02 09:37:01.0 +0200
+++ /var/tmp/diff_new_pack.ThEoNL/_new  2016-06-02 09:37:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-backports.ssl_match_hostname
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,13 @@
 License:Python-2.0
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/brandon/backports.ssl_match_hostname
-Source: 
https://pypi.python.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/b/backports.ssl_match_hostname/backports.ssl_match_hostname-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 
 %description
 The Secure Sockets layer is only actually *secure*
@@ -45,9 +47,30 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+# Prepare for update-alternatives usage
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives/
+mv %{buildroot}%{python3_sitelib}/backports/__init__.py 
%{buildroot}%{python3_sitelib}/backports/__init__ssl_match_hostname.py
+ln -s -f %{_sysconfdir}/alternatives/__init__.py 
%{buildroot}%{python3_sitelib}/backports/__init__.py
+# create a dummy target for /etc/alternatives/__init__.py
+touch %{buildroot}%{_sysconfdir}/alternatives/__init__.py
+rm -rf %{buildroot}%{python3_sitelib}/backports/__pycache__/
+
+%post
+"%_sbindir/update-alternatives" \
+   --install %{python3_sitelib}/backports/__init__.py __init__.py 
%{python3_sitelib}/backports/__init__ssl_match_hostname.py 30
+
+%postun
+if [ $1 -eq 0 ] ; then
+"%_sbindir/update-alternatives" --remove __init__.py 
%{python3_sitelib}/backports/__init__ssl_match_hostname.py
+fi
+
 %files
 %defattr(-,root,root,-)
-%{python3_sitelib}/backports
+%dir %{python3_sitelib}/backports/
+%{python3_sitelib}/backports/__init__.py
+%{python3_sitelib}/backports/__init__ssl_match_hostname.py
+%ghost %{_sysconfdir}/alternatives/__init__.py
+%{python3_sitelib}/backports/ssl_match_hostname/
 %{python3_sitelib}/backports.ssl_match_hostname-%{version}-py*.egg-info
 
 %changelog




commit python3-jupyter_ipyparallel for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-jupyter_ipyparallel for 
openSUSE:Factory checked in at 2016-06-02 09:36:02

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


Package is "python3-jupyter_ipyparallel"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel/python3-jupyter_ipyparallel-doc.changes
  2016-03-26 15:21:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new/python3-jupyter_ipyparallel-doc.changes
 2016-06-02 09:36:03.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:13:29 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---
--- 
/work/SRC/openSUSE:Factory/python3-jupyter_ipyparallel/python3-jupyter_ipyparallel.changes
  2016-03-26 15:21:59.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-jupyter_ipyparallel.new/python3-jupyter_ipyparallel.changes
 2016-06-02 09:36:03.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:13:27 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-jupyter_ipyparallel.spec ++
--- /var/tmp/diff_new_pack.CHbJ43/_old  2016-06-02 09:36:04.0 +0200
+++ /var/tmp/diff_new_pack.CHbJ43/_new  2016-06-02 09:36:04.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
-Source: 
https://pypi.python.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/i/ipyparallel/ipyparallel-%{version}.tar.gz
 BuildRequires:  python3-decorator
 BuildRequires:  python3-devel
 BuildRequires:  python3-ipython_genutils




commit python3-twine for openSUSE:Factory

2016-06-02 Thread h_root
Hello community,

here is the log from the commit of package python3-twine for openSUSE:Factory 
checked in at 2016-06-02 09:36:08

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


Package is "python3-twine"

Changes:

--- /work/SRC/openSUSE:Factory/python3-twine/python3-twine.changes  
2016-01-01 19:51:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-twine.new/python3-twine.changes 
2016-06-02 09:36:09.0 +0200
@@ -1,0 +2,13 @@
+Mon May 16 09:26:58 UTC 2016 - carmenbbak...@gmail.com
+
+- specfile:
+  * Added python3-requests-toolbelt as dependency
+
+---
+Sun May  8 07:13:55 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-twine.spec ++
--- /var/tmp/diff_new_pack.wSi9xN/_old  2016-06-02 09:36:10.0 +0200
+++ /var/tmp/diff_new_pack.wSi9xN/_new  2016-06-02 09:36:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-twine
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,14 @@
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:https://github.com/pypa/twine
-Source: 
https://pypi.python.org/packages/source/t/twine/twine-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/t/twine/twine-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Requires:   python3-pkginfo
 Requires:   python3-requests
+Requires:   python3-requests-toolbelt
 BuildArch:  noarch
 
 %description




  1   2   >