commit perl-App-MFILE-WWW for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-MFILE-WWW for 
openSUSE:Factory checked in at 2016-11-18 22:04:04

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


Package is "perl-App-MFILE-WWW"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-MFILE-WWW/perl-App-MFILE-WWW.changes
2016-11-10 13:28:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-MFILE-WWW.new/perl-App-MFILE-WWW.changes   
2016-11-18 22:04:05.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 10 06:02:49 UTC 2016 - co...@suse.com
+
+- updated to 0.152
+   see /usr/share/doc/packages/perl-App-MFILE-WWW/Changes
+
+  
+  0.152 2016-11-05 21:18 CET
+  - core: prevent miniMenu entries from being undefined in start.js
+  - core: library function for displaying error messages
+  - core: improve display of empty table/rowselect in html.js
+  - core: display drowselect navigation only if rows > 1
+
+---

Old:

  App-MFILE-WWW-0.151.tar.gz

New:

  App-MFILE-WWW-0.152.tar.gz



Other differences:
--
++ perl-App-MFILE-WWW.spec ++
--- /var/tmp/diff_new_pack.7Tb4E3/_old  2016-11-18 22:04:06.0 +0100
+++ /var/tmp/diff_new_pack.7Tb4E3/_new  2016-11-18 22:04:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-MFILE-WWW
-Version:0.151
+Version:0.152
 Release:0
 %define cpan_name App-MFILE-WWW
 Summary:Web UI development toolkit with prototype demo app

++ App-MFILE-WWW-0.151.tar.gz -> App-MFILE-WWW-0.152.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/Changes 
new/App-MFILE-WWW-0.152/Changes
--- old/App-MFILE-WWW-0.151/Changes 2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/Changes 2016-11-05 21:18:27.0 +0100
@@ -914,3 +914,9 @@
 - demo: enable editing in dbrowser/drowselect demos
 - core: refactor to eliminate code duplication (and fix a bug)
 
+0.152 2016-11-05 21:18 CET
+- core: prevent miniMenu entries from being undefined in start.js
+- core: library function for displaying error messages
+- core: improve display of empty table/rowselect in html.js
+- core: display drowselect navigation only if rows > 1
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/META.json 
new/App-MFILE-WWW-0.152/META.json
--- old/App-MFILE-WWW-0.151/META.json   2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/META.json   2016-11-05 21:18:27.0 +0100
@@ -58,7 +58,7 @@
"provides" : {
   "App::MFILE::WWW" : {
  "file" : "lib/App/MFILE/WWW.pm",
- "version" : "0.151"
+ "version" : "0.152"
   },
   "App::MFILE::WWW::Dispatch" : {
  "file" : "lib/App/MFILE/WWW/Dispatch.pm"
@@ -73,6 +73,6 @@
  "http://opensource.org/licenses/bsd-license.php;
   ]
},
-   "version" : "0.151",
+   "version" : "0.152",
"x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/META.yml 
new/App-MFILE-WWW-0.152/META.yml
--- old/App-MFILE-WWW-0.151/META.yml2016-11-04 22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/META.yml2016-11-05 21:18:27.0 +0100
@@ -23,7 +23,7 @@
 provides:
   App::MFILE::WWW:
 file: lib/App/MFILE/WWW.pm
-version: '0.151'
+version: '0.152'
   App::MFILE::WWW::Dispatch:
 file: lib/App/MFILE/WWW/Dispatch.pm
   App::MFILE::WWW::Resource:
@@ -50,5 +50,5 @@
   perl: '5.012'
 resources:
   license: http://opensource.org/licenses/bsd-license.php
-version: '0.151'
+version: '0.152'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/lib/App/MFILE/WWW.pm 
new/App-MFILE-WWW-0.152/lib/App/MFILE/WWW.pm
--- old/App-MFILE-WWW-0.151/lib/App/MFILE/WWW.pm2016-11-04 
22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/lib/App/MFILE/WWW.pm2016-11-05 
21:18:27.0 +0100
@@ -58,11 +58,11 @@
 
 =head1 VERSION
 
-Version 0.151
+Version 0.152
 
 =cut
 
-our $VERSION = '0.151';
+our $VERSION = '0.152';
 our @EXPORT_OK = ( '$VERSION' );
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-MFILE-WWW-0.151/share/js/core/html.js 
new/App-MFILE-WWW-0.152/share/js/core/html.js
--- old/App-MFILE-WWW-0.151/share/js/core/html.js   2016-11-04 
22:02:52.0 +0100
+++ new/App-MFILE-WWW-0.152/share/js/core/html.js   

commit lua51-toluapp for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package lua51-toluapp for openSUSE:Factory 
checked in at 2016-11-18 22:04:09

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


Package is "lua51-toluapp"

Changes:

--- /work/SRC/openSUSE:Factory/lua51-toluapp/lua51-toluapp.changes  
2016-01-08 15:23:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.lua51-toluapp.new/lua51-toluapp.changes 
2016-11-18 22:04:11.0 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 09:35:21 UTC 2016 - o...@aepfle.de
+
+- Remove version and timestamp from generated files
+  toluapp-build-compare.patch
+
+---

New:

  toluapp-build-compare.patch



Other differences:
--
++ lua51-toluapp.spec ++
--- /var/tmp/diff_new_pack.h2ZAaG/_old  2016-11-18 22:04:12.0 +0100
+++ /var/tmp/diff_new_pack.h2ZAaG/_new  2016-11-18 22:04:12.0 +0100
@@ -28,6 +28,7 @@
 Source: 
https://github.com/LuaDist/toluapp/archive/%{version}/toluapp-%{version}.tar.gz
 Patch:  toluapp-libdir.patch
 Patch1: toluapp-versioned-shared-lib.patch
+Patch2: toluapp-build-compare.patch
 BuildRequires:  gcc-c++
 BuildRequires:  lua51-devel
 BuildRequires:  pkg-config
@@ -78,6 +79,7 @@
 %setup -q -n toluapp-%{version}
 %patch -p1
 %patch1 -p1
+%patch2 -p1
 sed -i "s/@SUFFIX@/%{lua_major_version}/" SConstruct
 
 %build

++ toluapp-build-compare.patch ++
No need to record version or buildtime.
If the source changes build-compare will trigger republish.
--- a/src/bin/lua/package.lua
+++ b/src/bin/lua/package.lua
@@ -108,7 +108,7 @@ end
 function classPackage:preamble ()
  output('/*\n')
  output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
  output('*/\n\n')
 
output('#ifndef __cplusplus\n')
@@ -198,7 +198,7 @@ end
 -- write header file
 function classPackage:header ()
  output('/*\n') output('** Lua binding: '..self.name..'\n')
- output('** Generated automatically by '..TOLUA_VERSION..' on '..date()..'.\n')
+ output('** Generated automatically.\n')
  output('*/\n\n')
 
  if not flags.h then



commit perl-Email-Simple for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Email-Simple for 
openSUSE:Factory checked in at 2016-11-18 22:03:15

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


Package is "perl-Email-Simple"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Email-Simple/perl-Email-Simple.changes  
2016-03-16 10:34:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Email-Simple.new/perl-Email-Simple.changes 
2016-11-18 22:03:16.0 +0100
@@ -1,0 +2,10 @@
+Sun Nov 13 06:24:59 UTC 2016 - co...@suse.com
+
+- updated to 2.211
+   see /usr/share/doc/packages/perl-Email-Simple/Changes
+
+  2.211 2016-11-12 09:39:09-05:00 America/New_York
+  - fix a fencepost error in headers and header_names that led to a
+spurious undef in return and to a warning (thanks, Pali Rohár)
+
+---

Old:

  Email-Simple-2.210.tar.gz

New:

  Email-Simple-2.211.tar.gz



Other differences:
--
++ perl-Email-Simple.spec ++
--- /var/tmp/diff_new_pack.Oj1kY9/_old  2016-11-18 22:03:17.0 +0100
+++ /var/tmp/diff_new_pack.Oj1kY9/_new  2016-11-18 22:03:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Email-Simple
-Version:2.210
+Version:2.211
 Release:0
 %define cpan_name Email-Simple
 Summary:Simple Parsing of Rfc2822 Message Format and Headers

++ Email-Simple-2.210.tar.gz -> Email-Simple-2.211.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.210/Changes 
new/Email-Simple-2.211/Changes
--- old/Email-Simple-2.210/Changes  2016-03-05 18:16:20.0 +0100
+++ new/Email-Simple-2.211/Changes  2016-11-12 15:39:12.0 +0100
@@ -1,5 +1,9 @@
 Revision history for Perl extension Email::Simple
 
+2.211 2016-11-12 09:39:09-05:00 America/New_York
+- fix a fencepost error in headers and header_names that led to a
+  spurious undef in return and to a warning (thanks, Pali Rohár)
+
 2.210 2016-03-05 12:16:16-05:00 America/New_York
 - fix a bug where folding treated the string "0" as an empty string
   (thanks, Pali Rohár)
@@ -185,6 +189,5 @@
 1.2 - Text::Wrapper->Text::Wrap
 
 0.01  Thu Feb 13 15:07:01 2003
-   - original version; created by h2xs 1.22 with options
-   -b 5.5.3 -AX -n Email::Simple
-
+- original version; created by h2xs 1.22 with options
+-b 5.5.3 -AX -n Email::Simple
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.210/MANIFEST 
new/Email-Simple-2.211/MANIFEST
--- old/Email-Simple-2.210/MANIFEST 2016-03-05 18:16:20.0 +0100
+++ new/Email-Simple-2.211/MANIFEST 2016-11-12 15:39:12.0 +0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.043.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.008.
 Changes
 LICENSE
 MANIFEST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Email-Simple-2.210/META.json 
new/Email-Simple-2.211/META.json
--- old/Email-Simple-2.210/META.json2016-03-05 18:16:20.0 +0100
+++ new/Email-Simple-2.211/META.json2016-11-12 15:39:12.0 +0100
@@ -6,7 +6,7 @@
   "Ricardo SIGNES"
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 
2.150005",
"license" : [
   "perl_5"
],
@@ -59,10 +59,10 @@
  "web" : "https://github.com/rjbs/Email-Simple;
   }
},
-   "version" : "2.210",
+   "version" : "2.211",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.023008"
+ "version" : "5.024000"
   },
   "plugins" : [
  {
@@ -82,17 +82,17 @@
}
 },
 "name" : "@RJBS/Git::GatherDir",
-"version" : "2.036"
+"version" : "2.039"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckPrereqsIndexed",
 "name" : "@RJBS/CheckPrereqsIndexed",
-"version" : "0.017"
+"version" : "0.020"
  },
  {
 "class" : "Dist::Zilla::Plugin::CheckExtraTests",
 "name" : "@RJBS/CheckExtraTests",
-"version" : "0.028"
+"version" : "0.029"
  },
  {
 "class" : "Dist::Zilla::Plugin::PromptIfStale",
@@ -104,11 +104,12 @@
  "Dist::Zilla::PluginBundle::RJBS"
  

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

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-AssetPack 
for openSUSE:Factory checked in at 2016-11-18 22:03:09

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


Package is "perl-Mojolicious-Plugin-AssetPack"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-AssetPack/perl-Mojolicious-Plugin-AssetPack.changes
  2016-11-10 13:27:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-AssetPack.new/perl-Mojolicious-Plugin-AssetPack.changes
 2016-11-18 22:03:10.0 +0100
@@ -1,0 +2,9 @@
+Mon Nov 14 06:48:16 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-AssetPack/Changes
+
+  1.26 2016-11-13T17:50:42+0100
+   - Change Pipe::Fetch to avoid fetching URL that start with "#" #108
+
+---

Old:

  Mojolicious-Plugin-AssetPack-1.25.tar.gz

New:

  Mojolicious-Plugin-AssetPack-1.26.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-AssetPack.spec ++
--- /var/tmp/diff_new_pack.Uz7b4Z/_old  2016-11-18 22:03:11.0 +0100
+++ /var/tmp/diff_new_pack.Uz7b4Z/_new  2016-11-18 22:03:11.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Mojolicious-Plugin-AssetPack
-Version:1.25
+Version:1.26
 Release:0
 %define cpan_name Mojolicious-Plugin-AssetPack
 Summary:Compress and convert css, less, sass, javascript and 
coffeescript files

++ Mojolicious-Plugin-AssetPack-1.25.tar.gz -> 
Mojolicious-Plugin-AssetPack-1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.25/Changes 
new/Mojolicious-Plugin-AssetPack-1.26/Changes
--- old/Mojolicious-Plugin-AssetPack-1.25/Changes   2016-10-30 
21:24:48.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-1.26/Changes   2016-11-13 
17:50:42.0 +0100
@@ -1,5 +1,8 @@
 Revision history for perl distribution Mojolicious-Plugin-AssetPack
 
+1.26 2016-11-13T17:50:42+0100
+ - Change Pipe::Fetch to avoid fetching URL that start with "#" #108
+
 1.25 2016-10-30T21:24:48+0100
  - Add end_range(), start_range() and is_range() to Asset #104
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.25/MANIFEST 
new/Mojolicious-Plugin-AssetPack-1.26/MANIFEST
--- old/Mojolicious-Plugin-AssetPack-1.25/MANIFEST  2016-10-30 
21:24:51.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-1.26/MANIFEST  2016-11-13 
17:50:44.0 +0100
@@ -33,8 +33,6 @@
 MANIFEST   This list of files
 README
 t/00-basic.t
-t/assets/cache/local/_dynamic.scss
-t/assets/cache/local/dynamic.scss
 t/assets/css-0-one.css
 t/assets/css-0-two.css
 t/assets/css/c.css
@@ -65,6 +63,7 @@
 t/css.t
 t/favicon.t
 t/fetch-all.t
+t/fetch-hash.t
 t/font-awesome.t
 t/google-font.t
 t/Helper.pm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.25/META.json 
new/Mojolicious-Plugin-AssetPack-1.26/META.json
--- old/Mojolicious-Plugin-AssetPack-1.25/META.json 2016-10-30 
21:24:51.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-1.26/META.json 2016-11-13 
17:50:44.0 +0100
@@ -48,6 +48,6 @@
  "url" : 
"https://github.com/jhthorsen/mojolicious-plugin-assetpack.git;
   }
},
-   "version" : "1.25",
+   "version" : "1.26",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.25/META.yml 
new/Mojolicious-Plugin-AssetPack-1.26/META.yml
--- old/Mojolicious-Plugin-AssetPack-1.25/META.yml  2016-10-30 
21:24:51.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-1.26/META.yml  2016-11-13 
17:50:44.0 +0100
@@ -25,5 +25,5 @@
   bugtracker: https://github.com/jhthorsen/mojolicious-plugin-assetpack/issues
   homepage: https://github.com/jhthorsen/mojolicious-plugin-assetpack
   repository: https://github.com/jhthorsen/mojolicious-plugin-assetpack.git
-version: '1.25'
+version: '1.26'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-AssetPack-1.25/README 
new/Mojolicious-Plugin-AssetPack-1.26/README
--- old/Mojolicious-Plugin-AssetPack-1.25/README2016-10-30 
21:24:49.0 +0100
+++ new/Mojolicious-Plugin-AssetPack-1.26/README2016-11-13 

commit freshplayerplugin for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package freshplayerplugin for 
openSUSE:Factory checked in at 2016-11-18 22:03:41

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


Package is "freshplayerplugin"

Changes:

--- /work/SRC/openSUSE:Factory/freshplayerplugin/freshplayerplugin.changes  
2016-07-15 12:51:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.freshplayerplugin.new/freshplayerplugin.changes 
2016-11-18 22:03:42.0 +0100
@@ -1,0 +2,14 @@
+Thu Nov 17 20:12:20 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 0.3.6:
+  * graphics: Fix the off-by-one pixel issue in fullscreen scaling
+mode.
+  * graphics: Try to flicker less.
+  * misc: Use ICU for character set conversion, use WhatWG
+canonical encoding name conversion.
+  * misc: Guess the default character encoding from a locale name.
+  * misc: Guess GTK+ major version at run time.
+- Rename clean.patch to freshplayerplugin-drop-angle.patch and
+  simplify to ease maintainership.
+
+---

Old:

  clean.patch
  freshplayerplugin-0.3.5.tar.gz

New:

  freshplayerplugin-0.3.6.tar.gz
  freshplayerplugin-drop-angle.patch



Other differences:
--
++ freshplayerplugin.spec ++
--- /var/tmp/diff_new_pack.LMqMWA/_old  2016-11-18 22:03:43.0 +0100
+++ /var/tmp/diff_new_pack.LMqMWA/_new  2016-11-18 22:03:43.0 +0100
@@ -17,20 +17,19 @@
 
 
 %bcond_with restricted
-%bcond_with gtk3
 Name:   freshplayerplugin
-Version:0.3.5
+Version:0.3.6
 Release:0
 Summary:PPAPI2NPAPI compatibility layer
 License:MIT
 Group:  Productivity/Networking/Web/Browsers
 Url:https://github.com/i-rinat/freshplayerplugin
 Source: 
https://github.com/i-rinat/freshplayerplugin/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE clean.patch bsc#937244 i...@marguerite.su
-Patch0: clean.patch
+# PATCH-FIX-OPENSUSE freshplayerplugin-drop-angle.patch bsc#937244 
i...@marguerite.su
+Patch0: freshplayerplugin-drop-angle.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  ragel
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(cairo)
@@ -39,6 +38,7 @@
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glesv2)
 BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(libevent)
 BuildRequires:  pkgconfig(libevent_pthreads)
@@ -55,11 +55,6 @@
 BuildRequires:  pkgconfig(xrender)
 Supplements:packageand(browser(npapi):chromium-pepper-flash)
 Conflicts:  flash-player
-%if %{with gtk3}
-BuildRequires:  pkgconfig(gtk+-3.0)
-%else
-BuildRequires:  pkgconfig(gtk+-2.0)
-%endif
 %if 0%{with restricted}
 # Hardware accelerated decoding.
 BuildRequires:  pkgconfig(libavcodec)
@@ -99,22 +94,17 @@
 %build
 %cmake \
   -DMOZPLUGIN_INSTALL_DIR=%{_libdir}/browser-plugins \
-%if %{with gtk3}
-  -DWITH_GTK=3   \
-%else
-  -DWITH_GTK=2   \
-%endif
 %if %{with restricted}
   -DWITH_HWDEC=1 \
 %else
   -DWITH_HWDEC=0 \
 %endif
   -DWITH_GLES2=ON
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %cmake_install
-install -Dm 0644 data/freshwrapper.conf.example \
+install -Dpm 0644 data/freshwrapper.conf.example \
   %{buildroot}%{_sysconfdir}/freshwrapper.conf
 
 %post

++ freshplayerplugin-0.3.5.tar.gz -> freshplayerplugin-0.3.6.tar.gz ++
 6685 lines of diff (skipped)

++ freshplayerplugin-drop-angle.patch ++
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -1,4 +1 @@
 add_subdirectory(parson)
-if (NOT WITH_GLES2)
-add_subdirectory(angle)
-endif()
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,10 +144,6 @@ add_definitions(${REQ_CFLAGS_OTHER})
 add_definitions(-DXP_UNIX)
 
 include_directories(3rdparty)
-if (NOT WITH_GLES2)
-include_directories(3rdparty/angle/include)
-list(APPEND REQ_LIBRARIES shader_translator)
-endif()
 
 set(SYMBOLMAP "-Wl,-version-script=\"${CMAKE_SOURCE_DIR}/src/symbolmap\"")
 



commit sawfish for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package sawfish for openSUSE:Factory checked 
in at 2016-11-18 22:03:36

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


Package is "sawfish"

Changes:

--- /work/SRC/openSUSE:Factory/sawfish/sawfish.changes  2015-02-01 
12:30:27.0 +0100
+++ /work/SRC/openSUSE:Factory/.sawfish.new/sawfish.changes 2016-11-18 
22:03:37.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 17 14:31:07 UTC 2016 - dims...@opensuse.org
+
+- Add windowmanager provides (boo#981663).
+
+---



Other differences:
--
++ sawfish.spec ++
--- /var/tmp/diff_new_pack.2lzUHA/_old  2016-11-18 22:03:38.0 +0100
+++ /var/tmp/diff_new_pack.2lzUHA/_new  2016-11-18 22:03:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sawfish
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2007 Jan Nieuwenhuizen 
 # Copyright (c) 2000 John Harper 
 #
@@ -68,6 +68,9 @@
 Recommends: pulseaudio-utils
 Obsoletes:  %{name}-lisp < %{version}
 Provides:   %{name}-lisp = %{version}
+# windowmanager is a generic provides for every WM - there are things (like 
Xvnc)
+# That rely on the prsence of 'a WM', but do not care which one it is
+Provides:   windowmanager
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit awesome for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package awesome for openSUSE:Factory checked 
in at 2016-11-18 22:03:48

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


Package is "awesome"

Changes:

--- /work/SRC/openSUSE:Factory/awesome/awesome.changes  2016-03-31 
13:03:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.awesome.new/awesome.changes 2016-11-18 
22:03:49.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 17 14:28:46 UTC 2016 - dims...@opensuse.org
+
+- Add windowmanager provides (boo#981663).
+
+---



Other differences:
--
++ awesome.spec ++
--- /var/tmp/diff_new_pack.yU1rrY/_old  2016-11-18 22:03:50.0 +0100
+++ /var/tmp/diff_new_pack.yU1rrY/_new  2016-11-18 22:03:50.0 +0100
@@ -57,6 +57,9 @@
 Requires:   %{name}-branding >= %{_version}
 Requires:   lua-lgi
 Requires:   typelib(Pango)
+# windowmanager is a generic provides for every WM - there are things (like 
Xvnc)
+# That rely on the prsence of 'a WM', but do not care which one it is
+Provides:   windowmanager
 
 %description
 awesome is an extremely fast, small, and dynamic window manager.




commit tig for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package tig for openSUSE:Factory checked in 
at 2016-11-18 22:01:32

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


Package is "tig"

Changes:

--- /work/SRC/openSUSE:Factory/tig/tig.changes  2016-08-15 10:31:44.0 
+0200
+++ /work/SRC/openSUSE:Factory/.tig.new/tig.changes 2016-11-18 
22:01:33.0 +0100
@@ -1,0 +2,13 @@
+Thu Nov 17 12:54:54 UTC 2016 - astie...@suse.com
+
+- tig 2.2.1:
+  * Support Git's 'diff-highlight' program when diff-highlight is
+set to either true or the path of the script to use for post-
+processing.
+  * Add navigation between merge commits
+  * Add 'A' as a binding to apply a stash without dropping it.
+  * Bind 'Ctrl-D' and 'Ctrl-U' to half-page movements by default.
+  * manual: Mention how to change default Up/Down behavior in diff view.
+  * Fix :goto  error message.
+
+---

Old:

  tig-2.2.tar.gz

New:

  tig-2.2.1.tar.gz



Other differences:
--
++ tig.spec ++
--- /var/tmp/diff_new_pack.1Xo5I0/_old  2016-11-18 22:01:34.0 +0100
+++ /var/tmp/diff_new_pack.1Xo5I0/_new  2016-11-18 22:01:34.0 +0100
@@ -18,13 +18,13 @@
 
 %define with_bash_completion 0%{?suse_version} >= 1310
 Name:   tig
-Version:2.2
+Version:2.2.1
 Release:0
 Summary:An ncurses-based text-mode interface for git
 License:GPL-2.0+
 Group:  Development/Tools/Version Control
-Url:http://jonas.nitro.dk/tig/
-Source0:http://jonas.nitro.dk/tig/releases/tig-%{version}.tar.gz
+Url:https://jonas.github.io/tig/
+Source0:
https://github.com/jonas/tig/releases/download/tig-%{version}/tig-%{version}.tar.gz
 Patch1: tig-remove_build_timestamp.patch
 BuildRequires:  asciidoc
 BuildRequires:  ncurses-devel

++ tig-2.2.tar.gz -> tig-2.2.1.tar.gz ++
 9929 lines of diff (skipped)




commit cinnamon-screensaver for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package cinnamon-screensaver for 
openSUSE:Factory checked in at 2016-11-18 22:03:53

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-11-15 18:01:09.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.cinnamon-screensaver.new/cinnamon-screensaver.changes
   2016-11-18 22:03:54.0 +0100
@@ -1,0 +2,28 @@
+Thu Nov 17 21:14:00 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 3.2.3:
+  * Declare GdkX11.
+  * events: For GTK+ < 3.18, skip the fade out animation, and
+immediately destroy the window. Move the deactivate command
+into an idle callback, so we're not attempting to destroy the
+window while in the middle of processing a motion event.
+  * passwordEntry.py: Emulate Gtk.Entry.grab_focus_without_selecting().
+The real call was recently removed, as it doesn't exist in
+Gtk 3.14, however the behaviour is still necessary - tabbing
+between buttons and entry will cause the entire partial
+password to be selected, causing overwrite. This restores the
+original functionality without requiring Gtk 3.18+.
+  * Add a Gtk 3.14 fallback stylesheet (it's almost exactly the
+same as Gtk 3.18 currently).
+  * Handle clock/albumart padding in the GtkOverlay position code -
+it seems not to include this in its preferred-size calculations.
+  * Invert the scroll direction for the volume slider.
+  * panels: Remove separators. Tweak spacing for keyboard layout
+icon in the Gtk 3.18 CSS file.
+  * utils.py: Clean up get_user_name() calls.
+  * Disable locking if pam files aren't found or if we're running
+as root.
+  * utils.py: Add 'liveuser' group check to user_can_lock()
+function.
+
+---

Old:

  cinnamon-screensaver-3.2.2.tar.gz

New:

  cinnamon-screensaver-3.2.3.tar.gz



Other differences:
--
++ cinnamon-screensaver.spec ++
--- /var/tmp/diff_new_pack.X8UQjg/_old  2016-11-18 22:03:55.0 +0100
+++ /var/tmp/diff_new_pack.X8UQjg/_new  2016-11-18 22:03:55.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cinnamon-screensaver
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:Cinnamon screensaver and locker
 License:GPL-2.0+

++ cinnamon-screensaver-3.2.2.tar.gz -> cinnamon-screensaver-3.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.2.2/configure.ac 
new/cinnamon-screensaver-3.2.3/configure.ac
--- old/cinnamon-screensaver-3.2.2/configure.ac 2016-11-13 14:16:29.0 
+0100
+++ new/cinnamon-screensaver-3.2.3/configure.ac 2016-11-17 10:50:34.0 
+0100
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([cinnamon-screensaver],
-[3.2.2],
+[3.2.3],
 [https://github.com/linuxmint/cinnamon-screensaver/issues])
 
 PKG_PROG_PKG_CONFIG([0.26])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinnamon-screensaver-3.2.2/debian/changelog 
new/cinnamon-screensaver-3.2.3/debian/changelog
--- old/cinnamon-screensaver-3.2.2/debian/changelog 2016-11-13 
14:16:29.0 +0100
+++ new/cinnamon-screensaver-3.2.3/debian/changelog 2016-11-17 
10:50:34.0 +0100
@@ -1,3 +1,19 @@
+cinnamon-screensaver (3.2.3) serena; urgency=medium
+
+  [ Willy Sudiarto Raharjo ]
+  * Declare GdkX11.
+
+  [ Michael Webster ]
+  * events: For gtk < 3.18, skip the fade out animation, and immediately 
destroy the window.  Move the deactivate command into an idle callback, so 
we're not attempting to destroy the window while in the middle of processing a 
motion event.
+  * passwordEntry.py: emulate Gtk.Entry.grab_focus_without_selecting() - the 
real call was recently removed, as it doesn't exist in Gtk 3.14, however the 
behavior is still necessary - tabbing between buttons and entry will cause the 
entire partial password to be selected, causing overwrite.  This restores the 
original functionality without requiring gtk 3.18+
+  * Fixes for Betsy/Jessie:
+  * panels: Remove separators.  Tweak spacing for keyboard layout icon in the 
gtk 3.18 css file.
+  * utils.py: clean up get_user_name() calls.
+  * Disable locking if pam files aren't found or if we're running as root.
+  * utils.py: add 'liveuser' group check to user_can_lock() function.
+
+ -- Clement Lefebvre   Thu, 17 Nov 2016 09:49:37 +
+
 cinnamon-screensaver (3.2.2) serena; urgency=medium
 
   * pkg: 

commit python-ldap for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package python-ldap for openSUSE:Factory 
checked in at 2016-11-18 22:03:59

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


Package is "python-ldap"

Changes:

--- /work/SRC/openSUSE:Factory/python-ldap/python-ldap.changes  2016-08-12 
15:42:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap.new/python-ldap.changes 
2016-11-18 22:04:00.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 07:05:01 UTC 2016 - mich...@stroeder.com
+
+- Update to upstream release 2.4.28
+
+---

Old:

  python-ldap-2.4.27.tar.gz

New:

  python-ldap-2.4.28.tar.gz



Other differences:
--
++ python-ldap.spec ++
--- /var/tmp/diff_new_pack.3FUTpj/_old  2016-11-18 22:04:01.0 +0100
+++ /var/tmp/diff_new_pack.3FUTpj/_new  2016-11-18 22:04:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-ldap
-Version:2.4.27
+Version:2.4.28
 Release:0
 Summary:Python LDAP interface
 License:Python-2.0

++ python-ldap-2.4.27.tar.gz -> python-ldap-2.4.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.27/CHANGES 
new/python-ldap-2.4.28/CHANGES
--- old/python-ldap-2.4.27/CHANGES  2016-08-01 12:15:45.0 +0200
+++ new/python-ldap-2.4.28/CHANGES  2016-11-18 08:03:34.0 +0100
@@ -1,4 +1,18 @@
 
+Released 2.4.28 2016-11-17
+
+Changes since 2.4.27:
+
+Lib/
+* LDAPObject.unbind_ext_s() invokes LDAPObject._trace_file.flush()
+  only if LDAPObject._trace_level is non-zero and Python is running
+  in debug mode
+* LDAPObject.unbind_ext_s() now ignores AttributeError
+  in case LDAPObject._trace_file has no flush() method
+* added dummy method ldap.logger.logging_file_class.flush() because
+  LDAPObject.unbind_ext_s() invokes it
+
+
 Released 2.4.27 2016-08-01
 
 Changes since 2.4.26:
@@ -1282,4 +1296,4 @@
 
 Released 1.10alpha3 2000-09-19
 
-$Id: CHANGES,v 1.393 2016/08/01 10:15:39 stroeder Exp $
+$Id: CHANGES,v 1.398 2016/11/18 07:01:45 stroeder Exp $
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.27/Demo/pyasn1/sss_highest_number.py 
new/python-ldap-2.4.28/Demo/pyasn1/sss_highest_number.py
--- old/python-ldap-2.4.27/Demo/pyasn1/sss_highest_number.py1970-01-01 
01:00:00.0 +0100
+++ new/python-ldap-2.4.28/Demo/pyasn1/sss_highest_number.py2016-09-27 
00:32:14.0 +0200
@@ -0,0 +1,48 @@
+#!/usr/bin/env python
+"""
+This sample script demonstrates the use of the server-side-sorting control
+(see RFC 2891)
+
+Requires module pyasn1 (see http://pyasn1.sourceforge.net/)
+"""
+
+import pprint,ldap
+
+from ldap.ldapobject import LDAPObject
+from ldap.controls.sss import SSSRequestControl
+from ldap.resiter import ResultProcessor
+
+class MyLDAPObject(LDAPObject,ResultProcessor):
+  pass
+
+uri = "ldap://ipa.demo1.freeipa.org;
+
+l = MyLDAPObject(uri,trace_level=0)
+l.simple_bind_s('uid=admin,cn=users,cn=accounts,dc=demo1,dc=freeipa,dc=org','Secret123')
+
+for id_attr in ('uidNumber','gidNumber'):
+  # reverse sorting request control
+  sss_control = SSSRequestControl(ordering_rules=['-%s' % (id_attr)])
+  # send search request
+  msg_id = l.search_ext(
+'dc=demo1,dc=freeipa,dc=org',
+ldap.SCOPE_SUBTREE,
+'(%s=*)' % (id_attr),
+attrlist=[id_attr],
+sizelimit=1,
+serverctrls = [sss_control],
+  )
+  # collect result
+  ldap_result = []
+  try:
+for res_type,res_data,res_msgid,res_controls in 
l.allresults(msg_id,add_ctrls=0):
+  ldap_result.extend(res_data)
+  except ldap.SIZELIMIT_EXCEEDED:
+pass
+  # print result
+  print 'Highest value of %s' % (id_attr)
+  if ldap_result:
+dn,entry = ldap_result[0]
+print '->',entry[id_attr]
+  else:
+print 'not found'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-ldap-2.4.27/Lib/dsml.py 
new/python-ldap-2.4.28/Lib/dsml.py
--- old/python-ldap-2.4.27/Lib/dsml.py  2016-07-30 21:40:04.0 +0200
+++ new/python-ldap-2.4.28/Lib/dsml.py  2016-11-18 08:03:34.0 +0100
@@ -4,13 +4,13 @@
 
 See http://www.python-ldap.org/ for details.
 
-$Id: dsml.py,v 1.44 2016/07/30 16:18:47 stroeder Exp $
+$Id: dsml.py,v 1.45 2016/11/11 14:41:07 stroeder Exp $
 
 Python compability note:
 Tested with Python 2.0+.
 """
 
-__version__ = '2.4.27'
+__version__ = '2.4.28'
 
 

commit perl-DBD-mysql for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-DBD-mysql for openSUSE:Factory 
checked in at 2016-11-18 22:03:30

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


Package is "perl-DBD-mysql"

Changes:

--- /work/SRC/openSUSE:Factory/perl-DBD-mysql/perl-DBD-mysql.changes
2016-10-10 16:23:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DBD-mysql.new/perl-DBD-mysql.changes   
2016-11-18 22:03:31.0 +0100
@@ -1,0 +2,49 @@
+Thu Nov 17 06:16:34 UTC 2016 - co...@suse.com
+
+- updated to 4.039
+   see /usr/share/doc/packages/perl-DBD-mysql/Changes
+
+  2016-11-15 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.039)
+  * Fix for security issue Out-of-bounds read by DBD::mysql CVE-2016-1249 
(pali)
+  
+  2016-10-30 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.038_01)
+  * Fix compilation of embedded server (pali)
+(https://github.com/perl5-dbi/DBD-mysql/pull/68)
+  * Fix compilation against libmariadbclient. First version by
+H.Merijn Brand, improved by Bernt Johnsen @ Oracle.
+  * For efficiency use newSVpvn() instead newSVpv() where possible (pali)
+  * Correctly coerce fetched scalar values when mysql_server_prepare is
+not used (pali)
+  * Add support for fetching columns of BIT type with
+mysql_server_prepare = 1 (pali)
+Fixes https://rt.cpan.org/Public/Bug/Display.html?id=88006
+  * Use correct format in printf instead of casting variable types (pali)
+  * Include errno.h for MYSQL_ASYNC because it uses errno variable (pali)
+  * Travis: also test on perl 5.22 and 5.24.
+
+---
+Fri Oct 21 05:15:25 UTC 2016 - co...@suse.com
+
+- updated to 4.038
+   see /usr/share/doc/packages/perl-DBD-mysql/Changes
+
+  2016-10-19 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.038)
+  * Version 4.037_1 had fixes for MySQL 8.0 provided
+Bernt Johnsen @ Oracle that were not in the Changelogs
+(https://github.com/perl5-dbi/DBD-mysql/pull/56)
+  * Fixes for compiling against newer libmysqlclient on Windows (kmx)
+  * Fix unit test for 40server_prepare_crash on Windows (pali)
+  * Perl's IV in scalar can store 64bit integer when perl was compiled
+with 64 bit support (default on 64bit linux with gcc). Use this
+feature and stores MYSQL_TYPE_LONGLONG as integers instead of strings
+when possible. (pali, https://github.com/perl5-dbi/DBD-mysql/pull/57)
+  
+  2016-10-14 Patrick Galbraith, Michiel Beijen, DBI/DBD community (4.037_01)
+  * Newest versions of libmysqlclient and the MariaDB C connector no longer
+export the __WIN__ macro. If this macro is not present we would not
+compile in the poll.h-based async-support. Changed to use the _WIN32
+macro instead. Thanks to Sergei Golubchik for suggesting the fix.
+  * Fix from Pali Rohár to not use unsafe sprintf with variable lengt,
+changes to bind logic, and added test 40server_prepare_crash.
+
+---

Old:

  DBD-mysql-4.037.tar.gz

New:

  DBD-mysql-4.039.tar.gz



Other differences:
--
++ perl-DBD-mysql.spec ++
--- /var/tmp/diff_new_pack.MeCExa/_old  2016-11-18 22:03:32.0 +0100
+++ /var/tmp/diff_new_pack.MeCExa/_new  2016-11-18 22:03:32.0 +0100
@@ -17,14 +17,14 @@
 
 
 Name:   perl-DBD-mysql
-Version:4.037
+Version:4.039
 Release:0
 %define cpan_name DBD-mysql
 Summary:MySQL driver for the Perl5 Database Interface (DBI)
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/DBD-mysql/
-Source0:
http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CA/CAPTTOFU/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ DBD-mysql-4.037.tar.gz -> DBD-mysql-4.039.tar.gz ++
 1808 lines of diff (skipped)




commit cloud-init for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package cloud-init for openSUSE:Factory 
checked in at 2016-11-18 22:01:48

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


Package is "cloud-init"

Changes:

--- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes2016-11-12 
13:02:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes   
2016-11-18 22:01:49.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 13 13:33:41 CET 2016 - ku...@suse.de
+
+- Add zypp_add_repos.diff to support repos for zypper [FATE#322038]
+
+---

New:

  zypp_add_repos.diff



Other differences:
--
++ cloud-init.spec ++
--- /var/tmp/diff_new_pack.vgqFpX/_old  2016-11-18 22:01:50.0 +0100
+++ /var/tmp/diff_new_pack.vgqFpX/_new  2016-11-18 22:01:50.0 +0100
@@ -50,6 +50,7 @@
 Patch25:cloud-init-digital-ocean-datasource.patch
 Patch26:cloud-init-digital-ocean-datasource-enable-by-default.patch
 Patch27:cloud-init-sysconfig-netpathfix.patch
+Patch28:   zypp_add_repos.diff
 BuildRequires:  fdupes
 BuildRequires:  filesystem
 BuildRequires:  python-devel
@@ -176,6 +177,7 @@
 %patch25 -p1
 %patch26 -p1
 %patch27
+%patch28 -p0
 
 %if 0%{?suse_version} <= 1130
 # disable ecdsa for SLE 11 (not available)

++ cloud.cfg.suse ++
--- /var/tmp/diff_new_pack.vgqFpX/_old  2016-11-18 22:01:50.0 +0100
+++ /var/tmp/diff_new_pack.vgqFpX/_new  2016-11-18 22:01:50.0 +0100
@@ -29,6 +29,7 @@
  - ssh-import-id
  - locale
  - set-passwords
+ - zypp_add_repo
  - package-update-upgrade-install
  - timezone
  - puppet

++ zypp_add_repos.diff ++
--- cloudinit/config/cc_zypp_add_repo.py
+++ cloudinit/config/cc_zypp_add_repo.py2016/11/13 16:56:21
@@ -0,0 +1,106 @@
+# vi: ts=4 expandtab
+#
+#This file is based on cc_yum_add_repo.py:
+#
+#Copyright (C) 2012 Yahoo! Inc.
+#
+#Author: Joshua Harlow 
+#
+#This program is free software: you can redistribute it and/or modify
+#it under the terms of the GNU General Public License version 3, as
+#published by the Free Software Foundation.
+#
+#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, see .
+
+import os
+
+import configobj
+import six
+
+from cloudinit import util
+
+distros = ['opensuse', 'sles']
+
+
+def _canonicalize_id(repo_id):
+repo_id = repo_id.replace(" ", "_")
+return repo_id
+
+
+def _format_repo_value(val):
+if isinstance(val, (bool)):
+# zypp prefers 1/0
+return str(int(val))
+if isinstance(val, (list, tuple)):
+return "\n".join([_format_repo_value(v) for v in val])
+if not isinstance(val, six.string_types):
+return str(val)
+return val
+
+
+def _format_repository_config(repo_id, repo_config):
+to_be = configobj.ConfigObj()
+to_be[repo_id] = {}
+# Do basic translation of the items -> values
+for (k, v) in repo_config.items():
+# For now assume that people using this know the format
+# of zypper repos  and don't verify keys/values further
+to_be[repo_id][k] = _format_repo_value(v)
+lines = to_be.write()
+lines.insert(0, "# Created by cloud-init on %s" % (util.time_rfc2822()))
+return "\n".join(lines)
+
+
+def handle(name, cfg, _cloud, log, _args):
+repos = cfg.get('zypp_repos')
+if not repos:
+log.debug(("Skipping module named %s,"
+   " no 'zypp_repos' configuration found"), name)
+return
+repo_base_path = util.get_cfg_option_str(cfg, 'zypp_repo_dir',
+ '/etc/zypp/repos.d/')
+repo_locations = {}
+repo_configs = {}
+for (repo_id, repo_config) in repos.items():
+canon_repo_id = _canonicalize_id(repo_id)
+repo_fn_pth = os.path.join(repo_base_path, "%s.repo" % (canon_repo_id))
+if os.path.exists(repo_fn_pth):
+log.info("Skipping repo %s, file %s already exists!",
+ repo_id, repo_fn_pth)
+continue
+elif canon_repo_id in repo_locations:
+log.info("Skipping repo %s, file %s already pending!",
+ repo_id, repo_fn_pth)
+continue
+if not repo_config:
+repo_config = {}
+# Do some 

commit perl-JSON-XS for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-XS for openSUSE:Factory 
checked in at 2016-11-18 22:02:55

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


Package is "perl-JSON-XS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-XS/perl-JSON-XS.changes
2016-04-28 16:53:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-XS.new/perl-JSON-XS.changes   
2016-11-18 22:02:56.0 +0100
@@ -1,0 +2,15 @@
+Thu Nov 17 06:37:58 UTC 2016 - co...@suse.com
+
+- updated to 3.03
+   see /usr/share/doc/packages/perl-JSON-XS/Changes
+
+  TODO: rfc7464
+  TODO: Victor Efimov
+  
+  3.03 Wed Nov 16 20:20:59 CET 2016
+   - fix a bug introduced by a perl bug workaround that would cause
+incremental parsing to fail with a sv_chop panic.
+   - json_xs: toformat failure error message fixed.
+  - json_xs: allow cyclic data structures in CBOR.
+
+---

Old:

  JSON-XS-3.02.tar.gz

New:

  JSON-XS-3.03.tar.gz



Other differences:
--
++ perl-JSON-XS.spec ++
--- /var/tmp/diff_new_pack.A7o56n/_old  2016-11-18 22:02:57.0 +0100
+++ /var/tmp/diff_new_pack.A7o56n/_new  2016-11-18 22:02:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-JSON-XS
-Version:3.02
+Version:3.03
 Release:0
 #Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name JSON-XS

++ JSON-XS-3.02.tar.gz -> JSON-XS-3.03.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-XS-3.02/Changes new/JSON-XS-3.03/Changes
--- old/JSON-XS-3.02/Changes2016-02-26 22:46:02.0 +0100
+++ new/JSON-XS-3.03/Changes2016-11-16 20:21:23.0 +0100
@@ -5,6 +5,14 @@
 TODO: http://stevehanov.ca/blog/index.php?id=104 compression
 TODO: how to cope with tagged values and standard json decoders
 TODO: investigate magic (Eric Brine)
+TODO: rfc7464
+TODO: Victor Efimov
+
+3.03 Wed Nov 16 20:20:59 CET 2016
+   - fix a bug introduced by a perl bug workaround that would cause
+  incremental parsing to fail with a sv_chop panic.
+   - json_xs: toformat failure error message fixed.
+- json_xs: allow cyclic data structures in CBOR.
 
 3.02 Fri Feb 26 22:45:20 CET 2016
- allow_nonref now affects booleans (\1, $Types::Serialiser::Boolean)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-XS-3.02/META.json new/JSON-XS-3.03/META.json
--- old/JSON-XS-3.02/META.json  2016-02-26 22:46:28.0 +0100
+++ new/JSON-XS-3.03/META.json  2016-11-16 20:21:42.0 +0100
@@ -39,5 +39,5 @@
   }
},
"release_status" : "stable",
-   "version" : 3.02
+   "version" : 3.03
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-XS-3.02/META.yml new/JSON-XS-3.03/META.yml
--- old/JSON-XS-3.02/META.yml   2016-02-26 22:46:28.0 +0100
+++ new/JSON-XS-3.03/META.yml   2016-11-16 20:21:42.0 +0100
@@ -21,4 +21,4 @@
 requires:
   Types::Serialiser: '0'
   common::sense: '0'
-version: 3.02
+version: 3.03
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-XS-3.02/README new/JSON-XS-3.03/README
--- old/JSON-XS-3.02/README 2016-02-26 22:46:28.0 +0100
+++ new/JSON-XS-3.03/README 2016-11-16 20:21:43.0 +0100
@@ -678,10 +678,10 @@
 
 And finally, in list context, it will try to extract as many objects
 from the stream as it can find and return them, or the empty list
-otherwise. For this to work, there must be no separators between the
-JSON objects or arrays, instead they must be concatenated
-back-to-back. If an error occurs, an exception will be raised as in
-the scalar context case. Note that in this case, any
+otherwise. For this to work, there must be no separators (other than
+whitespace) between the JSON objects or arrays, instead they must be
+concatenated back-to-back. If an error occurs, an exception will be
+raised as in the scalar context case. Note that in this case, any
 previously-parsed JSON texts will be lost.
 
 Example: Parse some JSON arrays/objects in a given string and return
@@ -699,6 +699,10 @@
 exception, you can also call this method before having parsed
 anything.
 
+That means you can only use this function to look at or manipulate
+text before or after complete JSON objects, not while the parser is
+in the middle of parsing a JSON object.
+
 This function is 

commit xed for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2016-11-18 22:01:15

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


Package is "xed"

Changes:

--- /work/SRC/openSUSE:Factory/xed/xed.changes  2016-11-03 11:14:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes 2016-11-18 
22:01:16.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 10 09:32:16 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.2.1:
+  * Update translations.
+
+---

Old:

  xed-1.2.0.tar.gz

New:

  xed-1.2.1.tar.gz



Other differences:
--
++ xed.spec ++
--- /var/tmp/diff_new_pack.eH7ngn/_old  2016-11-18 22:01:17.0 +0100
+++ /var/tmp/diff_new_pack.eH7ngn/_new  2016-11-18 22:01:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   xed
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A small and lightweight text editor
 License:GPL-2.0+

++ xed-1.2.0.tar.gz -> xed-1.2.1.tar.gz ++
 205197 lines of diff (skipped)




commit perl-App-perlbrew for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-11-18 22:03:24

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


Package is "perl-App-perlbrew"

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2016-06-25 02:24:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-11-18 22:03:25.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 13 06:03:46 UTC 2016 - co...@suse.com
+
+- updated to 0.77
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.77: # 2016-11-12T06:42:45+0100
+  - Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
+  - The "uninstall" command now requires confirmation.
+  - Fix bug with csh when PATH entries contain spaces
+  - Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH 
#524 https://github.com/gugod/App-perlbrew/pull/524
+
+---

Old:

  App-perlbrew-0.76.tar.gz

New:

  App-perlbrew-0.77.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.rQTY1w/_old  2016-11-18 22:03:26.0 +0100
+++ /var/tmp/diff_new_pack.rQTY1w/_new  2016-11-18 22:03:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.76
+Version:0.77
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>

++ App-perlbrew-0.76.tar.gz -> App-perlbrew-0.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/Changes 
new/App-perlbrew-0.77/Changes
--- old/App-perlbrew-0.76/Changes   2016-06-21 23:05:27.0 +0200
+++ new/App-perlbrew-0.77/Changes   2016-11-12 07:21:01.0 +0100
@@ -1,3 +1,9 @@
+0.77: # 2016-11-12T06:42:45+0100
+- Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
+- The "uninstall" command now requires confirmation.
+- Fix bug with csh when PATH entries contain spaces
+- Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH 
#524 https://github.com/gugod/App-perlbrew/pull/524
+
 0.76: # 2016-06-21T23:02:44+0200
 - Start supporting cperl installation.
 - cperl releases are sourced from: https://github.com/perl11/cperl/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/META.yml 
new/App-perlbrew-0.77/META.yml
--- old/App-perlbrew-0.76/META.yml  2016-06-21 23:06:00.0 +0200
+++ new/App-perlbrew-0.77/META.yml  2016-11-12 07:10:21.0 +0100
@@ -17,7 +17,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.16'
+generated_by: 'Module::Install version 1.17'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -39,4 +39,4 @@
 resources:
   license: http://opensource.org/licenses/mit-license.php
   repository: git://github.com/gugod/App-perlbrew.git
-version: '0.76'
+version: '0.77'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/inc/Module/Install/Base.pm 
new/App-perlbrew-0.77/inc/Module/Install/Base.pm
--- old/App-perlbrew-0.76/inc/Module/Install/Base.pm2016-06-21 
23:06:00.0 +0200
+++ new/App-perlbrew-0.77/inc/Module/Install/Base.pm2016-11-12 
07:10:21.0 +0100
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.16';
+   $VERSION = '1.17';
 }
 
 # Suspend handler for "redefined" warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/inc/Module/Install/Can.pm 
new/App-perlbrew-0.77/inc/Module/Install/Can.pm
--- old/App-perlbrew-0.76/inc/Module/Install/Can.pm 2016-06-21 
23:06:00.0 +0200
+++ new/App-perlbrew-0.77/inc/Module/Install/Can.pm 2016-11-12 
07:10:21.0 +0100
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-   $VERSION = '1.16';
+   $VERSION = '1.17';
@ISA = 'Module::Install::Base';
$ISCORE  = 1;
 }
@@ -121,6 +121,15 @@
 # Can we locate a (the) C compiler
 sub can_cc {
my $self   = shift;
+
+   if ($^O eq 'VMS') {
+   require ExtUtils::CBuilder;
+   my $builder = ExtUtils::CBuilder->new(
+   quiet => 1,
+   );
+   return $builder->have_compiler;
+   }
+
my @chunks = split(/ /, $Config::Config{cc}) or return;
 
# 

commit perl-Module-ScanDeps for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Module-ScanDeps for 
openSUSE:Factory checked in at 2016-11-18 22:02:42

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


Package is "perl-Module-ScanDeps"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Module-ScanDeps/perl-Module-ScanDeps.changes
2016-09-30 15:31:25.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Module-ScanDeps.new/perl-Module-ScanDeps.changes
   2016-11-18 22:02:43.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov 17 06:47:58 UTC 2016 - co...@suse.com
+
+- updated to 1.23
+   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
+
+  1.23  2016-11-16
+  
+  - add %Preload rules for List::SomeUtils and Pod::Simple::Transcode
+  
+  - get rid of Module::Install, use ExtUtils::MakeMaker
+
+---

Old:

  Module-ScanDeps-1.22.tar.gz

New:

  Module-ScanDeps-1.23.tar.gz



Other differences:
--
++ perl-Module-ScanDeps.spec ++
--- /var/tmp/diff_new_pack.QkEuaG/_old  2016-11-18 22:02:44.0 +0100
+++ /var/tmp/diff_new_pack.QkEuaG/_new  2016-11-18 22:02:44.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Module-ScanDeps
-Version:1.22
+Version:1.23
 Release:0
 %define cpan_name Module-ScanDeps
 Summary:Recursively scan Perl code for dependencies

++ Module-ScanDeps-1.22.tar.gz -> Module-ScanDeps-1.23.tar.gz ++
 3021 lines of diff (skipped)




commit wireshark for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package wireshark for openSUSE:Factory 
checked in at 2016-11-18 22:02:30

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


Package is "wireshark"

Changes:

--- /work/SRC/openSUSE:Factory/wireshark/wireshark.changes  2016-10-10 
16:20:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/wireshark.changes 2016-11-18 
22:02:31.0 +0100
@@ -1,0 +2,12 @@
+Thu Nov 17 19:18:40 UTC 2016 - astie...@suse.com
+
+- Wireshark 2.2.2:
+  * CVE-2016-9372: Profinet I/O long loop (boo#1010807)
+  * CVE-2016-9374: AllJoyn crash (boo#1010752)
+  * CVE-2016-9376: OpenFlow crash (boo#1010735)
+  * CVE-2016-9373: DCERPC crash (boo#1010754)
+  * CVE-2016-9375: DTN infinite loop (boo#1010740)
+  * Further bug fixes and updated protocol support as listed in:
+https://www.wireshark.org/docs/relnotes/wireshark-2.2.2.html
+
+---

Old:

  SIGNATURES-2.2.1.txt
  wireshark-2.2.1.tar.bz2

New:

  SIGNATURES-2.2.2.txt
  wireshark-2.2.2.tar.bz2



Other differences:
--
++ wireshark.spec ++
--- /var/tmp/diff_new_pack.CPUmZp/_old  2016-11-18 22:02:34.0 +0100
+++ /var/tmp/diff_new_pack.CPUmZp/_new  2016-11-18 22:02:34.0 +0100
@@ -29,7 +29,7 @@
 %define use_gnutls 0%{?suse_version} >= 1310 || 0%{?suse_version} == 1110
 
 Name:   wireshark
-Version:2.2.1
+Version:2.2.2
 Release:0
 Summary:A Network Traffic Analyser
 License:GPL-2.0+ and GPL-3.0+

++ SIGNATURES-2.2.1.txt -> SIGNATURES-2.2.2.txt ++
--- /work/SRC/openSUSE:Factory/wireshark/SIGNATURES-2.2.1.txt   2016-10-10 
16:20:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.wireshark.new/SIGNATURES-2.2.2.txt  
2016-11-18 22:02:31.0 +0100
@@ -1,49 +1,49 @@
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA512
 
-wireshark-2.2.1.tar.bz2: 32154087 bytes
-SHA256(wireshark-2.2.1.tar.bz2)=900e22af04c8b35e0d02a25a360ab1fb7cfe5ac18fc48a9afd75a7103e569149
-RIPEMD160(wireshark-2.2.1.tar.bz2)=46214dad4b4ac3b9f1f3f8fc95192d0cc1e3377d
-SHA1(wireshark-2.2.1.tar.bz2)=fe07ab3582f39111ce5c78f5de6f44a8667000ac
-MD5(wireshark-2.2.1.tar.bz2)=49a1023a69ac108ca089d750eee50e37
-
-Wireshark-win32-2.2.1.exe: 44390576 bytes
-SHA256(Wireshark-win32-2.2.1.exe)=61d45eb8a34584155d3ca770bc6a3401b5281f8682004fc656b5dca77f3a8466
-RIPEMD160(Wireshark-win32-2.2.1.exe)=ac875dc15afae7ae6ab8795c5083dd3cf2278e05
-SHA1(Wireshark-win32-2.2.1.exe)=23524dfc11cdd8311ece3176222b58f9675f75c0
-MD5(Wireshark-win32-2.2.1.exe)=f7019c44ac204b0c51e83c710b62abcd
-
-Wireshark-win64-2.2.1.exe: 49208304 bytes
-SHA256(Wireshark-win64-2.2.1.exe)=7c9928080b0a2fcb088114a0ecfbdc30e4a43053327c5d976373aca95172d83d
-RIPEMD160(Wireshark-win64-2.2.1.exe)=f78fdcc001737668b0269096928cf2c2edb9d65d
-SHA1(Wireshark-win64-2.2.1.exe)=35be0a018c7a6c02f6cd1ffb053cb679cc3c6cc2
-MD5(Wireshark-win64-2.2.1.exe)=f57418ea70550b90a488389d65ad6956
-
-WiresharkPortable_2.2.1.paf.exe: 45963240 bytes
-SHA256(WiresharkPortable_2.2.1.paf.exe)=31f22b271220d58e86dca8c1d535762084757691a49ecf969d2c4d9897137232
-RIPEMD160(WiresharkPortable_2.2.1.paf.exe)=a67333b2dd79fc8831f5cb7ad59669380ca17a1a
-SHA1(WiresharkPortable_2.2.1.paf.exe)=6f1f3f5d9827c63f65c313a8e630b00e0927ff69
-MD5(WiresharkPortable_2.2.1.paf.exe)=91c26f8210026db191c49cd62e9cf057
-
-Wireshark 2.2.1 Intel 64.dmg: 32691945 bytes
-SHA256(Wireshark 2.2.1 Intel 
64.dmg)=34484020ddcfb8559e6ed5b3c4f01686d24a6260a6fbedafa66bffdb45e6
-RIPEMD160(Wireshark 2.2.1 Intel 
64.dmg)=71da50d90c219e176c33164a74fe692317d73ba1
-SHA1(Wireshark 2.2.1 Intel 64.dmg)=9011b1cf69c532a5aa8fae7a0a77e132377addd6
-MD5(Wireshark 2.2.1 Intel 64.dmg)=d32cfc5155142e5310c5e04d31d85d9b
+wireshark-2.2.2.tar.bz2: 32230208 bytes
+SHA256(wireshark-2.2.2.tar.bz2)=f9acef5e9a9021a400b4244fafc06969f41ec594ec57fd7f0ff63bafca0055b3
+RIPEMD160(wireshark-2.2.2.tar.bz2)=8aafc482c9ee55f18a0c57e7afaabeccc35a9551
+SHA1(wireshark-2.2.2.tar.bz2)=b92a292b95e2ea010014364ff513d86afdc8e5a6
+MD5(wireshark-2.2.2.tar.bz2)=88bb55bcbc5249fee10bcea332a4fece
+
+Wireshark-win64-2.2.2.exe: 49242104 bytes
+SHA256(Wireshark-win64-2.2.2.exe)=82f16ee36c52f6a6a499ba1da041dea9f42c57136db2f098ff3334111a2a551f
+RIPEMD160(Wireshark-win64-2.2.2.exe)=6d601ac82d13e29f2cc8979ad4c67aa73a463876
+SHA1(Wireshark-win64-2.2.2.exe)=922e4c64cacae067302af3c03925448b4220691d
+MD5(Wireshark-win64-2.2.2.exe)=8beb53d8fcd80b40e0ed732fa041346d
+
+Wireshark-win32-2.2.2.exe: 44413152 bytes
+SHA256(Wireshark-win32-2.2.2.exe)=89b6dd104f5675cdd50a7122f11f96faef3f942e4acd9c76add96b321d00a7e3
+RIPEMD160(Wireshark-win32-2.2.2.exe)=ff17090597168fbd203664fd47a4696c78b64d62

commit perl-Sysadm-Install for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Sysadm-Install for 
openSUSE:Factory checked in at 2016-11-18 22:02:35

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


Package is "perl-Sysadm-Install"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sysadm-Install/perl-Sysadm-Install.changes  
2016-06-05 14:20:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Sysadm-Install.new/perl-Sysadm-Install.changes 
2016-11-18 22:02:36.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov 17 07:13:14 UTC 2016 - co...@suse.com
+
+- updated to 0.48
+   see /usr/share/doc/packages/perl-Sysadm-Install/Changes
+
+  0.48  (2016/11/15)
+  (ms) Applied typo fix submitted by Salvatore Bonaccorso in
+   [rt.cpan.org #114826]
+  (ms) Reopening stderr now after password_read prompt to tty closed it.
+
+---

Old:

  Sysadm-Install-0.47.tar.gz

New:

  Sysadm-Install-0.48.tar.gz



Other differences:
--
++ perl-Sysadm-Install.spec ++
--- /var/tmp/diff_new_pack.dxAjYg/_old  2016-11-18 22:02:37.0 +0100
+++ /var/tmp/diff_new_pack.dxAjYg/_new  2016-11-18 22:02:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sysadm-Install
-Version:0.47
+Version:0.48
 Release:0
 %define cpan_name Sysadm-Install
 Summary:Typical installation tasks for system administrators

++ Sysadm-Install-0.47.tar.gz -> Sysadm-Install-0.48.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sysadm-Install-0.47/Changes 
new/Sysadm-Install-0.48/Changes
--- old/Sysadm-Install-0.47/Changes 2016-05-30 09:08:30.0 +0200
+++ new/Sysadm-Install-0.48/Changes 2016-11-16 07:32:21.0 +0100
@@ -2,10 +2,16 @@
 Revision history for Sysadm::Install
 
 
+0.48  (2016/11/15)
+(ms) Applied typo fix submitted by Salvatore Bonaccorso in
+ [rt.cpan.org #114826]
+(ms) Reopening stderr now after password_read prompt to tty closed it.
+
 0.47  (2016/05/29)
-(ms) password_read() now writes the prompt to STDERR (instead of STDOUT), 
and
- optionally to /dev/tty if specified. This allows for redirecting 
STDOUT 
- (and even STDERR) to a file without losing the password prompt.
+(ms) password_read() now writes the prompt to STDERR (instead of STDOUT),
+ and optionally to /dev/tty if specified. This allows for 
+ redirecting STDOUT (and even STDERR) to a file without losing 
+ the password prompt.
 
 0.46  (2015/06/23)
 (ms) ask() and pick() now support getting the user's response on the 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sysadm-Install-0.47/META.json 
new/Sysadm-Install-0.48/META.json
--- old/Sysadm-Install-0.47/META.json   2016-05-30 09:27:18.0 +0200
+++ new/Sysadm-Install-0.48/META.json   2016-11-16 07:33:35.0 +0100
@@ -4,7 +4,7 @@
   "Mike Schilli "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.133380",
+   "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.142690",
"license" : [
   "unknown"
],
@@ -50,5 +50,5 @@
  "url" : "http://github.com/mschilli/sysadm-install-perl;
   }
},
-   "version" : "0.47"
+   "version" : "0.48"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sysadm-Install-0.47/META.yml 
new/Sysadm-Install-0.48/META.yml
--- old/Sysadm-Install-0.47/META.yml2016-05-30 09:27:17.0 +0200
+++ new/Sysadm-Install-0.48/META.yml2016-11-16 07:33:35.0 +0100
@@ -3,30 +3,30 @@
 author:
   - 'Mike Schilli '
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.133380'
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.142690'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Sysadm-Install
 no_index:
   directory:
 - t
 - inc
 requires:
-  Cwd: 0
-  File::Basename: 0
-  File::Copy: 0
-  File::Path: 0
-  File::Temp: 0.16
-  File::Which: 1.09
-  LWP::Simple: 0
-  Log::Log4perl: 1.28
-  Term::ReadKey: 0
+  Cwd: '0'
+  File::Basename: '0'
+  File::Copy: '0'
+  File::Path: '0'
+  

commit perl-Log-Dispatch for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Log-Dispatch for 
openSUSE:Factory checked in at 2016-11-18 22:03:01

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


Package is "perl-Log-Dispatch"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Log-Dispatch/perl-Log-Dispatch.changes  
2016-08-17 12:06:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Log-Dispatch.new/perl-Log-Dispatch.changes 
2016-11-18 22:03:02.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov 15 06:37:42 UTC 2016 - co...@suse.com
+
+- updated to 2.58
+   see /usr/share/doc/packages/perl-Log-Dispatch/Changes
+
+  2.58 2016-11-13
+  
+  - Switched from RT to the GitHub issue tracker.
+
+---

Old:

  Log-Dispatch-2.57.tar.gz

New:

  Log-Dispatch-2.58.tar.gz



Other differences:
--
++ perl-Log-Dispatch.spec ++
--- /var/tmp/diff_new_pack.VQQshO/_old  2016-11-18 22:03:03.0 +0100
+++ /var/tmp/diff_new_pack.VQQshO/_new  2016-11-18 22:03:03.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Log-Dispatch
-Version:2.57
+Version:2.58
 Release:0
 %define cpan_name Log-Dispatch
 Summary:Dispatches messages to one or more outputs

++ Log-Dispatch-2.57.tar.gz -> Log-Dispatch-2.58.tar.gz ++
 2637 lines of diff (skipped)




commit python-neovim for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package python-neovim for openSUSE:Factory 
checked in at 2016-11-18 22:02:25

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


Package is "python-neovim"

Changes:

--- /work/SRC/openSUSE:Factory/python-neovim/python-neovim.changes  
2016-10-10 16:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-neovim.new/python-neovim.changes 
2016-11-18 22:02:26.0 +0100
@@ -1,0 +2,18 @@
+Thu Nov 17 16:32:28 UTC 2016 - roni...@gmail.com
+
+- Add neovim as a runtime dependency, since there is no reason to
+  install this package without neovim and the new version will only
+  work with neovim >= 0.1.6.
+- Version bump to 0.1.11.
+  Upstream changelog:
+
+  Version 0.1.11
+
+* ce840cb Add number attribute to Window and Tabpage objects
+* 111bc07 Use api level 1, as released with nvim 0.1.6.
+* ba1fcd4 add neovim.VERSION (python module version) and
+  nvim.version attributes.
+* 6eb75a3 show full tracebacks for errors in handlers and
+  callbacks
+
+---
python3-neovim.changes: same change

Old:

  python-client-0.1.10.tar.gz

New:

  python-client-0.1.11.tar.gz



Other differences:
--
++ python-neovim.spec ++
--- /var/tmp/diff_new_pack.5hfaD2/_old  2016-11-18 22:02:27.0 +0100
+++ /var/tmp/diff_new_pack.5hfaD2/_new  2016-11-18 22:02:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-neovim
-Version:0.1.10
+Version:0.1.11
 Release:0
 Summary:Python 2 client to Neovim
 License:Apache-2.0
@@ -25,8 +25,9 @@
 Url:https://github.com/neovim/python-client
 Source: 
https://github.com/neovim/python-client/archive/%{version}/python-client-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-devel
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-setuptools
+Requires:   neovim >= 0.1.6
 Requires:   python-greenlet
 Requires:   python-msgpack-python
 Requires:   python-trollius

++ python3-neovim.spec ++
--- /var/tmp/diff_new_pack.5hfaD2/_old  2016-11-18 22:02:27.0 +0100
+++ /var/tmp/diff_new_pack.5hfaD2/_new  2016-11-18 22:02:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-neovim
-Version:0.1.10
+Version:0.1.11
 Release:0
 Summary:Python 3 client to Neovim
 License:Apache-2.0
@@ -25,8 +25,9 @@
 Url:https://github.com/neovim/python-client
 Source: 
https://github.com/neovim/python-client/archive/%{version}/python-client-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python3-devel
+BuildRequires:  python3-devel >= 3.3
 BuildRequires:  python3-setuptools
+Requires:   neovim >= 0.1.6
 Requires:   python3-greenlet
 Requires:   python3-msgpack-python
 BuildArch:  noarch

++ python-client-0.1.10.tar.gz -> python-client-0.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.10/.scrutinizer.yml 
new/python-client-0.1.11/.scrutinizer.yml
--- old/python-client-0.1.10/.scrutinizer.yml   2016-09-24 10:09:36.0 
+0200
+++ new/python-client-0.1.11/.scrutinizer.yml   2016-11-08 16:07:50.0 
+0100
@@ -131,4 +131,4 @@
 tools:
   external_code_coverage:
 timeout: 1200
-runs: 6
+runs: 5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.10/.travis.yml 
new/python-client-0.1.11/.travis.yml
--- old/python-client-0.1.10/.travis.yml2016-09-24 10:09:36.0 
+0200
+++ new/python-client-0.1.11/.travis.yml2016-11-08 16:07:50.0 
+0100
@@ -17,7 +17,6 @@
 python:
   # If the build matrix gets bigger, also update the number of runs
   # at the bottom of .scrutinizer.yml.
-  - 2.6
   - 2.7
   - 3.3
   - 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.10/README.md 
new/python-client-0.1.11/README.md
--- old/python-client-0.1.10/README.md  2016-09-24 10:09:36.0 +0200
+++ new/python-client-0.1.11/README.md  2016-11-08 16:07:50.0 +0100
@@ -9,6 +9,8 @@
 
  Installation
 
+Supports python 2.7, and 3.3 or later.
+
 ```sh
 pip2 install neovim
 pip3 install neovim
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-client-0.1.10/neovim/__init__.py 
new/python-client-0.1.11/neovim/__init__.py
--- old/python-client-0.1.10/neovim/__init__.py 2016-09-24 10:09:36.0 
+0200
+++ new/python-client-0.1.11/neovim/__init__.py 

commit aria2 for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package aria2 for openSUSE:Factory checked 
in at 2016-11-18 22:02:20

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


Package is "aria2"

Changes:

--- /work/SRC/openSUSE:Factory/aria2/aria2.changes  2016-10-19 
13:15:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2016-11-18 
22:02:21.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 17 17:51:29 UTC 2016 - mplus...@suse.com
+
+- Update to version 0.29.0:
+  * WinTLS: Fix busy loop on write error
+  * Support 1xx non-final response
+  * Update wslay
+  * Don't download piece which is filtered out (e.g., --select-file)
+
+---

Old:

  aria2-1.28.0.tar.xz

New:

  aria2-1.29.0.tar.xz



Other differences:
--
++ aria2.spec ++
--- /var/tmp/diff_new_pack.msizO4/_old  2016-11-18 22:02:22.0 +0100
+++ /var/tmp/diff_new_pack.msizO4/_new  2016-11-18 22:02:22.0 +0100
@@ -18,7 +18,7 @@
 
 %define somajor 0
 Name:   aria2
-Version:1.28.0
+Version:1.29.0
 Release:0
 Summary:Parallelizing Multi-Protocol Utility for Downloading Files
 License:SUSE-GPL-2.0-with-openssl-exception

++ aria2-1.28.0.tar.xz -> aria2-1.29.0.tar.xz ++
 2119 lines of diff (skipped)




commit perl-Math-BigInt for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Math-BigInt for 
openSUSE:Factory checked in at 2016-11-18 22:02:47

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


Package is "perl-Math-BigInt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Math-BigInt/perl-Math-BigInt.changes
2016-11-10 13:28:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Math-BigInt.new/perl-Math-BigInt.changes   
2016-11-18 22:02:48.0 +0100
@@ -1,0 +2,39 @@
+Thu Nov 17 06:43:33 UTC 2016 - co...@suse.com
+
+- updated to 1.999800
+   see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
+
+  2016-11-15 v1.999800 pjacklam
+  
+   * Upgrade bundled Module::Install from version 1.16 to version 1.17.
+  
+   * Add Math::BigInt::Lib (lib/Math/BigInt/Lib.pm), a parent class for
+ Math::BigInt backend libraries.
+  
+   * Use objects in Math::BigInt::Calc, not just array refs. Also use OO-style,
+ i.e., use $class->_add($x, $y) rather than _add($class, $x, $y).
+  
+   * Not all library methods modify the invocand, so call library methods as,
+ e.g, $x = $LIB->method($x, $y) rather than just $LIB->method($x, $y).
+  
+   * Math::BigInt::Calc is now a subclass of Math::BigInt::Lib.
+  
+   * Add Math::BigInt::Lib::Minimal (t/Math/BigInt/Lib/Minimal.pm) for testing
+ inheritance from Math::BigInt::Lib.
+  
+   * Minor simplification in Math::BigInt::Calc->_str().
+  
+   * Speed up Math::BigInt::Calc->_root().
+  
+   * Remove test files that were included in the previous release by accident.
+  
+   * Add more tests and use more verbose output in some tests.
+  
+   * Fix typo in lib/Math/BigFloat.pm 
+  
+   * Fix documentation error in lib/Math/Calc.pm
+  
+   * Use Config::Tiny and an .ini file to handle the library specific
+ configuration for the author-lib*.t test files.
+
+---

Old:

  Math-BigInt-1.999727.tar.gz

New:

  Math-BigInt-1.999800.tar.gz



Other differences:
--
++ perl-Math-BigInt.spec ++
--- /var/tmp/diff_new_pack.8girU2/_old  2016-11-18 22:02:49.0 +0100
+++ /var/tmp/diff_new_pack.8girU2/_new  2016-11-18 22:02:49.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Math-BigInt
-Version:1.999727
+Version:1.999800
 Release:0
 %define cpan_name Math-BigInt
 Summary:Arbitrary size integer/float math package
@@ -31,9 +31,9 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Math::Complex) >= 1.39
-BuildRequires:  perl(Test::More) >= 0.9301
+BuildRequires:  perl(Test::More) >= 0.94
 Requires:   perl(Math::Complex) >= 1.39
-Requires:   perl(Test::More) >= 0.9301
+Requires:   perl(Test::More) >= 0.94
 %{perl_requires}
 # MANUAL BEGIN
 Recommends: perl(bignum) >= 0.22

++ Math-BigInt-1.999727.tar.gz -> Math-BigInt-1.999800.tar.gz ++
 109297 lines of diff (skipped)




commit whois for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package whois for openSUSE:Factory checked 
in at 2016-11-18 22:02:16

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


Package is "whois"

Changes:

--- /work/SRC/openSUSE:Factory/whois/whois.changes  2016-04-28 
16:56:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.whois.new/whois.changes 2016-11-18 
22:02:17.0 +0100
@@ -1,0 +2,15 @@
+Tue Nov 15 16:20:07 UTC 2016 - astie...@suse.com
+
+- whois 5.2.13:
+  * Use "domain" instead of "=" for default verisign-grs queries,
+to ignore the name server names spam.
+  * Fixed make_ip_del_recovered.pl, which generated non-functioningi
+data.
+  * Added the .xn--90ae (бг, Bulgaria) TLD server.
+  * Updated the .bd, .jobs and .mobi TLD servers.
+  * Added new ASN allocations.
+  * Added new recovered IPv4 allocations.
+  * Updated the crsnic.net hiding string to fix hiding for .bi.
+  * Updated the list of new gTLDs.
+
+---

Old:

  whois_5.2.12.tar.xz

New:

  whois_5.2.13.tar.xz



Other differences:
--
++ whois.spec ++
--- /var/tmp/diff_new_pack.Ms1Pys/_old  2016-11-18 22:02:18.0 +0100
+++ /var/tmp/diff_new_pack.Ms1Pys/_new  2016-11-18 22:02:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   whois
-Version:5.2.12
+Version:5.2.13
 Release:0
 Summary:Intelligent WHOIS client
 License:GPL-2.0+

++ whois.asc ++
--- /var/tmp/diff_new_pack.Ms1Pys/_old  2016-11-18 22:02:18.0 +0100
+++ /var/tmp/diff_new_pack.Ms1Pys/_new  2016-11-18 22:02:18.0 +0100
@@ -1,36 +1,35 @@
 -BEGIN PGP SIGNED MESSAGE-
-Hash: SHA1
+Hash: SHA256
 
 Format: 3.0 (native)
 Source: whois
 Binary: whois
 Architecture: any
-Version: 5.2.12
+Version: 5.2.13
 Maintainer: Marco d'Itri 
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://github.com/rfc1036/whois
 Vcs-Git: git://github.com/rfc1036/whois.git
 Build-Depends: debhelper (>= 5), gettext, libidn11-dev
 Package-List:
  whois deb net standard arch=any
 Checksums-Sha1:
- b74d5647f14e56bbe8ab945aee2be74781e2d683 80428 whois_5.2.12.tar.xz
+ 8fc9e312030f91f5f8d5f80e668bb25805002f2d 82148 whois_5.2.13.tar.xz
 Checksums-Sha256:
- b26d4027b8987d9911466aa06ce2c167a50017cd59a622a429bd506222f6cdf1 80428 
whois_5.2.12.tar.xz
+ cc83a9b93c47e0334aa812d7d731972cf09aceb59235d452525a77cd6f5f6b64 82148 
whois_5.2.13.tar.xz
 Files:
- b8f1482827137788016a418cc1ae364b 80428 whois_5.2.12.tar.xz
+ b39f3c004270b254806f6fb9e7783e44 82148 whois_5.2.13.tar.xz
 
 -BEGIN PGP SIGNATURE-
-Version: GnuPG v1
 
-iQGcBAEBAgAGBQJW+ffoAAoJECv1pcEixPek9CkMAIH5kV9vS3PJoSIpatgaZnud
-GiVqRLUS1uQ4GeGA1aAs1/vMTUAwdYR5Ftg/mxlEKNGDe1M64xBS3UOByFM1G+vc
-xY71npmQwB3lGMp+m++su2RbiZiex26q7DzqtaPJ766gydqaIQTwaYVSJNmFSmRL
-+UVsR7ywUPpHFYkhKB70QgWmB87lkkfPKo4GFkAxvAASsiR+Ppnydz+h5SS0mpBI
-WI4z1JtkjHpKwjeI76wNUZIS01/7a+9xYp16HBOzdDi1VCncsGnz7i8cbWcwbpAc
-06PjkhqI5cZb1btiHantFcotE9gzlWMZcvwGSmH06+I/zCzfuT4WT1F79DxBXl5c
-eK+cXdL/WfF9TZA8kQu14OfZ9F0IjAppB7BkypFgrQC3WiuX16JselDGfIPa3tW8
-hgajr6XcVAn2NgclAgYciv+ygl7I2HWz25D8wOuKWVEW7+meAjKYBeXszRijMviM
-Q3nMsJxruKb5ncqdNoL0eA57E0fn04sl+5rbnXe8Eg==
-=c2i+
+iQGcBAEBCAAGBQJYFjLUAAoJECv1pcEixPekdwUMAKR/TOkimAapKfVu3YvmY9Bt
+slER9ND0eWc/VJLTzSmjBTChqz8G2sh8831flCtAoOwwpslqd8q5ViS4ywSliZ2h
+5XqfA6CRAfQBNdfJfCF+kDcOOFcDtd4dt/lRVLEgBI96q2i0j1EOP/yBoudSPPQE
+OSYgyf0aPnPiPuP1Wz5z2WRF2tYHQrNAUgXf9II0cELYGZTFJHB0x/nt0U1glcak
+gsM2xAa4YBOJfGmiAFEYgEmksVLCxRzeX0IyW4yNJz++RtFaYV8SH7DSpqGwbvxD
+79vkF+sECps9wOYUBoJ7+pc/OVcjxZJYcu79/CrJsPDtynrGnnlVryDcGMtoxYTT
+oYqVgSmX9VLMYWWe0E0ZSznsKHZdyR7NrObSekHJdH7ACU0YS9BG9VJ/QpVbGwDT
+7vfn46hXgHQkPmIgsx8OUYAXMS98sSnHiAXFr0ZB2jLU8MOshlC7IdEW5SOe1MEH
+x7s1D4LMA/+vhBo/ct6OtblvPxtqjryG47h5sgjsTQ==
+=aFsE
 -END PGP SIGNATURE-


++ whois_5.2.12.tar.xz -> whois_5.2.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.2.12/as_del_list new/whois-5.2.13/as_del_list
--- old/whois-5.2.12/as_del_list2015-05-18 00:41:05.0 +0200
+++ new/whois-5.2.13/as_del_list2016-10-30 17:08:07.0 +0100
@@ -89,6 +89,8 @@
 64099  64197   lacnic
 # catch all: everything else comes from ARIN
 1  64296   arin
+64297  64395   apnic
+64396  64495   ripe
 
 # documentation and private ASN block
 64496  65534   ripe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/whois-5.2.12/data.h new/whois-5.2.13/data.h
--- old/whois-5.2.12/data.h 2015-07-30 03:28:13.0 +0200
+++ new/whois-5.2.13/data.h 2016-10-30 17:08:07.0 +0100

commit pax-utils for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package pax-utils for openSUSE:Factory 
checked in at 2016-11-18 22:02:11

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


Package is "pax-utils"

Changes:

--- /work/SRC/openSUSE:Factory/pax-utils/pax-utils.changes  2015-02-11 
16:46:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.pax-utils.new/pax-utils.changes 2016-11-18 
22:02:12.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov  3 21:33:44 UTC 2016 - aloi...@gmx.com
+
+- Update to 1.1.6 (no changelog found)
+- Spec cleanup
+- Dropped pax-utils-file-contains-date-and-time.patch
+
+---

Old:

  pax-utils-0.9.2.tar.xz
  pax-utils-file-contains-date-and-time.patch

New:

  pax-utils-1.1.6.tar.xz



Other differences:
--
++ pax-utils.spec ++
--- /var/tmp/diff_new_pack.qcwrVt/_old  2016-11-18 22:02:13.0 +0100
+++ /var/tmp/diff_new_pack.qcwrVt/_new  2016-11-18 22:02:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pax-utils
 #
-# 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
@@ -18,17 +18,16 @@
 
 
 Name:   pax-utils
-BuildRequires:  libcap-devel
-Url:http://www.gentoo.org/proj/en/hardened/pax-utils.xml
+Version:1.1.6
+Release:0
 Summary:Tools to Check ELF Files for Security Relevant Properties
 License:GPL-2.0+
 Group:  Productivity/Security
-Version:0.9.2
-Release:0
+Url:http://www.gentoo.org/proj/en/hardened/pax-utils.xml
 Source: http://dev.gentoo.org/~vapier/dist/pax-utils-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: pax-utils-handle-lib64.patch
-Patch1: pax-utils-file-contains-date-and-time.patch
+BuildRequires:  libcap-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description 
 Tools to check ELF files for security relevant properties such as
@@ -37,24 +36,24 @@
 
 
 Authors:
-
+-
 Ned Ludd 
 Mike Frysinger 
 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+
 %build
 %configure
 make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
-%doc README TODO BUGS
+%doc README.md TODO BUGS
 %{_bindir}/*
 %{_mandir}/man1/*
 

++ pax-utils-0.9.2.tar.xz -> pax-utils-1.1.6.tar.xz ++
 164859 lines of diff (skipped)




commit torsocks for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package torsocks for openSUSE:Factory 
checked in at 2016-11-18 22:01:57

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


Package is "torsocks"

Changes:

--- /work/SRC/openSUSE:Factory/torsocks/torsocks.changes2015-06-10 
09:16:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.torsocks.new/torsocks.changes   2016-11-18 
22:01:58.0 +0100
@@ -1,0 +2,24 @@
+Tue Nov  1 21:32:37 UTC 2016 - nemy...@opensuse.org
+
+- Update to 2.2.0, announce message:
+
+ 2016-10-18 torsocks 2.2.0
+* Use xz for dist tarball now
+* Remove TODO as we use the bugtracker for those
+* execve: only include xattr.h for Linux
+* syscall: sched_getaffinity is only Linux
+* close: Prefix debug messages with [close]
+* Add check for Apple's System Integrity Protection.
+* Quote the non-zero length check of $getcap.
+* compat: Fix bad use of defined macro for OS X
+* Use AC_USE_SYSTEM_EXTENSIONS to try to use POSIX extensions
+* log: Fix whitespace in log.h
+* syscall: OS X doesn't support sched_getaffinity()
+* Fix memcpy buffer overrun in gethostbyaddr()
+* Fix memcpy() buffer overrun in gethostbyname()
+* Fix typo: catched -> caught
+* syscall: Whitelist sched_getaffinity(2)
+
+- Remove TODO from Documentation, changed by Upstream
+
+---

Old:

  torsocks-2.1.0.tar.gz

New:

  torsocks-2.2.0.tar.gz



Other differences:
--
++ torsocks.spec ++
--- /var/tmp/diff_new_pack.cDnxAI/_old  2016-11-18 22:01:59.0 +0100
+++ /var/tmp/diff_new_pack.cDnxAI/_new  2016-11-18 22:01:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package torsocks
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _name  libtorsocks
 Name:   torsocks
-Version:2.1.0
+Version:2.2.0
 Release:0
 Summary:Use SOCKS-friendly applications with Tor
 License:GPL-2.0
@@ -92,7 +92,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog README.md gpl-2.0.txt TODO doc/socks/SOCKS5 
doc/socks/socks-extensions.txt doc/notes/DEBUG extras/torsocks-bash_completion 
extras/torsocks-zsh_completion
+%doc ChangeLog README.md gpl-2.0.txt doc/socks/SOCKS5 
doc/socks/socks-extensions.txt doc/notes/DEBUG extras/torsocks-bash_completion 
extras/torsocks-zsh_completion
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_mandir}/man5/%{name}.conf.5%{ext_man}

++ torsocks-2.1.0.tar.gz -> torsocks-2.2.0.tar.gz ++
 2525 lines of diff (skipped)




commit ghc-vector-space for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package ghc-vector-space for 
openSUSE:Factory checked in at 2016-11-18 22:01:27

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


Package is "ghc-vector-space"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-vector-space/ghc-vector-space.changes
2016-11-10 13:17:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-vector-space.new/ghc-vector-space.changes   
2016-11-18 22:01:28.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 06:41:24 UTC 2016 - psim...@suse.com
+
+- Update to version 0.10.4 revision 0 with cabal2obs.
+
+---

Old:

  vector-space-0.10.3.tar.gz

New:

  vector-space-0.10.4.tar.gz



Other differences:
--
++ ghc-vector-space.spec ++
--- /var/tmp/diff_new_pack.1xgZZU/_old  2016-11-18 22:01:29.0 +0100
+++ /var/tmp/diff_new_pack.1xgZZU/_new  2016-11-18 22:01:29.0 +0100
@@ -18,21 +18,19 @@
 
 %global pkg_name vector-space
 Name:   ghc-%{pkg_name}
-Version:0.10.3
+Version:0.10.4
 Release:0
 Summary:Vector & affine spaces, linear maps, and derivatives
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-Boolean-devel
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-MemoTrie-devel
 BuildRequires:  ghc-NumInstances-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 /vector-space/ provides classes and generic operations for vector spaces and
@@ -61,15 +59,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++ vector-space-0.10.3.tar.gz -> vector-space-0.10.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vector-space-0.10.3/src/Data/Cross.hs 
new/vector-space-0.10.4/src/Data/Cross.hs
--- old/vector-space-0.10.3/src/Data/Cross.hs   2016-01-29 17:53:24.0 
+0100
+++ new/vector-space-0.10.4/src/Data/Cross.hs   2016-09-09 21:04:17.0 
+0200
@@ -48,8 +48,7 @@
 instance AdditiveGroup u => HasCross2 (u,u) where
   cross2 (x,y) = (negateV y,x)  -- or @(y,-x)@?
 
-instance ( HasBasis a, HasTrie (Basis a)
- , VectorSpace v, HasCross2 v) => HasCross2 (a:>v) where
+instance (HasTrie (Basis a), HasCross2 v) => HasCross2 (a:>v) where
   -- 2d cross-product is linear
   cross2 = fmapD cross2
 
@@ -73,8 +72,7 @@
 -- l `atB` b = maybe zeroV (`untrie` b) l
 
 
-instance ( Num s, VectorSpace s
- , HasBasis s, HasTrie (Basis s), Basis s ~ ())
+instance (VectorSpace s, HasBasis s, HasTrie (Basis s), Basis s ~ ())
 => HasNormal (Two (One s :> s)) where
   normalVec = unpairD . normalVec . pairD
 
@@ -101,7 +99,7 @@
where
  d = derivAtBasis v
 
-instance ( Num s, VectorSpace s, HasBasis s, HasTrie (Basis s)
- , HasNormal (Two s :> Three s))
+instance ( VectorSpace s, HasBasis s, HasTrie (Basis s)
+ , HasNormal (Two s :> Three s) )
  => HasNormal (Three (Two s :> s)) where
   normalVec = untripleD . normalVec . tripleD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vector-space-0.10.3/src/Data/LinearMap.hs 
new/vector-space-0.10.4/src/Data/LinearMap.hs
--- old/vector-space-0.10.3/src/Data/LinearMap.hs   2016-01-29 
17:53:24.0 +0100
+++ new/vector-space-0.10.4/src/Data/LinearMap.hs   2016-09-09 
21:04:17.0 +0200
@@ -1,10 +1,11 @@
+{-# LANGUAGE TupleSections #-}
 {-# LANGUAGE CPP, TypeOperators, FlexibleContexts, TypeFamilies
   , GeneralizedNewtypeDeriving, StandaloneDeriving, UndecidableInstances #-}
 {-# OPTIONS_GHC -Wall -fno-warn-orphans #-}
 --
 -- |
 -- Module  :  Data.LinearMap
--- Copyright   :  (c) Conal Elliott 2008-2012
+-- Copyright   :  (c) Conal Elliott 2008-2016
 -- License :  BSD3
 --
 -- Maintainer  :  co...@conal.net
@@ -18,7 +19,8 @@
, inLMap, inLMap2, inLMap3
, liftMS, liftMS2, liftMS3
, liftL, liftL2, liftL3
-   , firstL
+   , exlL, exrL, forkL, firstL, secondL
+   , inlL, inrL, joinL -- , leftL, rightL
)
   where
 
@@ -26,7 +28,7 @@
 import Control.Applicative (Applicative)
 #endif
 import Control.Applicative (liftA2, liftA3)
-import Control.Arrow   (first)

commit sslscan for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package sslscan for openSUSE:Factory checked 
in at 2016-11-18 22:02:05

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


Package is "sslscan"

Changes:

--- /work/SRC/openSUSE:Factory/sslscan/sslscan.changes  2016-11-12 
13:01:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.sslscan.new/sslscan.changes 2016-11-18 
22:02:06.0 +0100
@@ -1,0 +2,5 @@
+Mon Oct 31 13:51:36 UTC 2016 - manfre...@gmx.net
+
+- SSL_MODE_SEND_FALLBACK_SCSV.patch: Add patch to treat 
SSL_MODE_SEND_FALLBACK_SCSV conditionally.
+
+---

New:

  SSL_MODE_SEND_FALLBACK_SCSV.patch



Other differences:
--
++ sslscan.spec ++
--- /var/tmp/diff_new_pack.Hk93gF/_old  2016-11-18 22:02:07.0 +0100
+++ /var/tmp/diff_new_pack.Hk93gF/_new  2016-11-18 22:02:07.0 +0100
@@ -26,6 +26,7 @@
 Source: 
https://github.com/rbsec/sslscan/archive/%{version}-rbsec.tar.gz#/%{name}-%{version}-rbsec.tar.gz
 #Patches copied from Debian package
 Patch1: fedora-sslscan-patents.patch
+Patch2: SSL_MODE_SEND_FALLBACK_SCSV.patch
 BuildRequires:  openssl-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -39,6 +40,7 @@
 %if %{defined fedora}
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 make CFLAGS="%{optflags}" %{?_smp_mflags}

++ SSL_MODE_SEND_FALLBACK_SCSV.patch ++
diff -rup sslscan-1.11.7-rbsec.orig/sslscan.c sslscan-1.11.7-rbsec/sslscan.c
--- sslscan-1.11.7-rbsec.orig/sslscan.c 2016-06-13 14:42:11.0 +0200
+++ sslscan-1.11.7-rbsec/sslscan.c  2016-10-31 14:28:02.727501941 +0100
@@ -873,7 +873,11 @@ int testFallback(struct sslCheckOptions
 {
 if (downgraded)
 {
+#ifdef SSL_MODE_SEND_FALLBACK_SCSV
 SSL_CTX_set_mode(options->ctx, SSL_MODE_SEND_FALLBACK_SCSV);
+#else
+   ;
+#endif
 }
 if (SSL_CTX_set_cipher_list(options->ctx, "ALL:COMPLEMENTOFALL") 
!= 0)
 {



commit phpMyAdmin for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2016-11-18 22:01:53

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


Package is "phpMyAdmin"

Changes:

--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes2016-11-05 
21:28:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2016-11-18 22:01:54.0 +0100
@@ -1,0 +2,8 @@
+Sun Nov  6 16:27:00 UTC 2016 - ch...@computersalat.de
+
+- fix deps
+  * add missing Recommends php5-curl
+- fix phpMyAdmin.http
+  * add  
+
+---



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.RAuasM/_old  2016-11-18 22:01:55.0 +0100
+++ /var/tmp/diff_new_pack.RAuasM/_new  2016-11-18 22:01:55.0 +0100
@@ -65,6 +65,7 @@
 PreReq: grep
 PreReq: pwgen
 PreReq: sed
+Recommends: php5-curl
 Recommends: php5-zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch


++ phpMyAdmin.http ++
--- /var/tmp/diff_new_pack.RAuasM/_old  2016-11-18 22:01:55.0 +0100
+++ /var/tmp/diff_new_pack.RAuasM/_new  2016-11-18 22:01:55.0 +0100
@@ -19,6 +19,23 @@
 php_admin_value suhosin.request.max_vars 2048
 
 
+
+php_admin_flag register_globals off
+php_admin_flag magic_quotes_gpc off
+php_admin_flag allow_url_include off
+php_admin_flag allow_url_fopen off
+php_admin_flag zend.ze1_compatibility_mode off
+php_admin_flag safe_mode Off
+php_admin_value open_basedir 
"@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat"
+# customize suhosin
+php_admin_value suhosin.post.max_array_index_length 256
+php_admin_value suhosin.post.max_totalname_length 8192
+php_admin_value suhosin.post.max_vars 2048
+php_admin_value suhosin.request.max_array_index_length 256
+php_admin_value suhosin.request.max_totalname_length 8192
+php_admin_value suhosin.request.max_vars 2048
+
+
 
 
 





commit sway for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package sway for openSUSE:Factory checked in 
at 2016-11-18 22:01:10

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-08-20 
12:27:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.sway.new/sway.changes   2016-11-18 
22:01:11.0 +0100
@@ -1,0 +2,76 @@
+Wed Oct 26 10:09:45 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.10
+   New Features
+sway now runs on FreeBSD! (thanks @yohanesu75!)
+swaymsg now pretty prints the JSON response (thanks @acrisci!)
+The application class is displayed in titlebars if the title is
+  missing (thanks @thejan2009!)
+Disabling outputs at runtime might work (thanks @thejan2009!)
+i3's indicator border color feature is now supported (thanks
+  @guiniol, @thejan2009!)
+Input device names in input configurations now support * (thanks
+  @SirCmpwn!)
+Initial support for HiDPI was added to swaybar, swaybg, and
+  swaylock (thanks @SirCmpwn, @thejan2009!)
+Moving views across an output's edge is now supported (thanks
+  @mikkeloscar!)
+swaygrab can now screenshot the focused container via -f (thanks
+  @zandrmartin!)
+
+   Bugs Fixed
+A security issue was fixed - you are affected if you have users on
+  your system that use sway but do not have root access - details in
+  #884 (thanks @Fale!)
+A number of changes were made to IPC for better i3 compatability
+  (thanks @acrisci, @zandrmartin!)
+An uninitialized variable fixed the default config for wrap_scroll
+  (thanks @minus7!)
+Color parsing previously could cause values to clamp and lose
+  information (thanks @progandy!)
+workspace back_and_forth and workspace_auto_back_and_forth had
+  issues getting along (thanks @thejan2009!)
+Weirdness in edge cases with moving windows was fixed (thanks
+  @Hummer12007!)
+Edge case in workspace handling during view creation was fixed
+  (thanks @thejan2009!)
+A problem with move container to workspace was fixed (thanks
+  @thejan2009!)
+Null pointer dereference during config load edge case was fixed
+  (thanks @kb100!)
+The behavior of hide_edge_borders was fixed (thanks
+  @lukaslihotzki!)
+Fullscreen windows previously had input priority over swaylock
+  (thanks @SirCmpwn!)
+The behavior of pango markup on swaybar was fixed (thanks
+  @zandrmartin!)
+swaybar previously couldn't switch between workspaces with spaces
+  in their names (thanks @thejan2009!)
+swaybars could be loaded before all outputs were loaded, which
+  could cause a segfault (thanks @RyanDwyer!)
+An IPC-related segfault during initialization was fixed (thanks
+  @gutsoo!)
+Possible use-after-free in focus handling was fixed (thanks
+  @zandrmartin!)
+
+   Changes
+Some improvements were made to the default config (thanks
+  @mayhewj, @goetzc, @zandrmartin!)
+Some internal refactoring around focus (thanks @acrisci!)
+Some internal refactoring around commands (thanks @zandrmartin!)
+Improvements were made to man pages (thanks @minus7, @mmlb!)
+pango_markup in your bar config now defaults to false, following
+  the same change in i3 (thanks @Hummer12007!)
+
+---
+Wed Oct  5 08:11:28 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.10-rc2
+
+---
+Tue Sep 27 20:50:05 UTC 2016 - sleep_wal...@opensuse.org
+
+- bump to 0.10-rc1
+   check GIT commit messages for complete changelog   
+
+---

Old:

  0.9.tar.gz
  sway-0.9.tar.gz.sig

New:

  0.10.tar.gz
  sway-0.10.tar.gz.sig



Other differences:
--
++ sway.spec ++
--- /var/tmp/diff_new_pack.ModZhz/_old  2016-11-18 22:01:13.0 +0100
+++ /var/tmp/diff_new_pack.ModZhz/_new  2016-11-18 22:01:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   sway
-Version:0.9
+Version:0.10
 Release:0
 Summary:Window manager for Wayland compatible with i3
 License:MIT
@@ -63,7 +63,7 @@
 
 %files
 %defattr(-,root,root)
-%doc LICENSE README.md CONTRIBUTING.md HACKING.md
+%doc LICENSE README.md CONTRIBUTING.md
 %{_bindir}/%{name}*
 %dir %{_sysconfdir}/sway
 %config(noreplace) %{_sysconfdir}/sway/config

++ 0.9.tar.gz -> 0.10.tar.gz ++
/work/SRC/openSUSE:Factory/sway/0.9.tar.gz 
/work/SRC/openSUSE:Factory/.sway.new/0.10.tar.gz differ: char 15, line 1





commit yast2-control-center-gnome for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package yast2-control-center-gnome for 
openSUSE:Factory checked in at 2016-11-18 22:01:44

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


Package is "yast2-control-center-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-control-center-gnome/yast2-control-center-gnome.changes
2015-08-31 22:59:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-control-center-gnome.new/yast2-control-center-gnome.changes
   2016-11-18 22:01:45.0 +0100
@@ -1,0 +2,6 @@
+Mon Sep 19 08:57:16 UTC 2016 - qz...@suse.com
+
+- Add yast2-control-center-gnome-translation.patch.
+  Internationalization(bsc#877369).
+
+---

Old:

  yast2-control-center-gnome-3.1.10.tar.bz2

New:

  yast2-control-center-gnome-3.1.11.tar.bz2



Other differences:
--
++ yast2-control-center-gnome.spec ++
--- /var/tmp/diff_new_pack.NRGmG2/_old  2016-11-18 22:01:47.0 +0100
+++ /var/tmp/diff_new_pack.NRGmG2/_new  2016-11-18 22:01:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-control-center-gnome
 #
-# 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:   yast2-control-center-gnome
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 Summary:YaST2 - Control Center (GNOME version)
@@ -52,11 +52,20 @@
 
 %install
 %yast_install
+
+lang=("af" "ar" "bg" "be" "bn" "bs" "ca" "cs" "cy" "da" "de" "el" "en_GB" 
"en_US" "eo" "es" "et" "fi" "fr" "gl" "gu" "he" "hi" "hr" "hu" "id" "it" "ja" 
"ka" "km" "ko" "lo" "lt" "mk" "mr" "nb" "nl" "pa" "pl" "pt" "ro" "ru" "si" "sk" 
"sl" "sr" "sr@Latn" "sv" "ta" "tr" "uk" "vi" "wa" "xh" "zh_CN" "zh_TW" "zu")
+
 for i in %{buildroot}%{_datadir}/desktop-directories/*.directory; do
%suse_update_desktop_file "$i"
 done
 mkdir -p %{buildroot}%{_sysconfdir}/xdg/menus/YaST-gnome-merged
 
+for i in ${lang[@]}; do
+   file=po/$i.po
+   mkdir -p %{buildroot}%{_datadir}/locale/$i/LC_MESSAGES
+   msgfmt -o 
%{buildroot}%{_datadir}/locale/$i/LC_MESSAGES/yast2-control-center-gnome.mo 
$file
+done
+
 %files
 %defattr (-, root, root)
 %doc COPYING README.md
@@ -65,5 +74,6 @@
 %{_libexecdir}/YaST2/bin/y2controlcenter-gnome
 %{_datadir}/desktop-directories/yast-gnome*.directory
 %{_datadir}/yast2-control-center-gnome/
+%{_datadir}/locale/
 
 %changelog

++ yast2-control-center-gnome-3.1.10.tar.bz2 -> 
yast2-control-center-gnome-3.1.11.tar.bz2 ++
 3697 lines of diff (skipped)




commit ghc-pipes-extras for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package ghc-pipes-extras for 
openSUSE:Factory checked in at 2016-11-18 22:01:19

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


Package is "ghc-pipes-extras"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-pipes-extras/ghc-pipes-extras.changes
2016-11-10 13:16:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-extras.new/ghc-pipes-extras.changes   
2016-11-18 22:01:21.0 +0100
@@ -1,0 +2,5 @@
+Thu Oct 27 16:02:33 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.7 with cabal2obs.
+
+---

Old:

  pipes-extras-1.0.5.tar.gz

New:

  pipes-extras-1.0.7.tar.gz



Other differences:
--
++ ghc-pipes-extras.spec ++
--- /var/tmp/diff_new_pack.KiofiM/_old  2016-11-18 22:01:22.0 +0100
+++ /var/tmp/diff_new_pack.KiofiM/_new  2016-11-18 22:01:22.0 +0100
@@ -19,15 +19,14 @@
 %global pkg_name pipes-extras
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.0.5
+Version:1.0.7
 Release:0
 Summary:Extra utilities for pipes
 License:BSD-3-Clause
-Group:  System/Libraries
+Group:  Development/Languages/Other
 Url:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-foldl-devel
 BuildRequires:  ghc-pipes-devel
 BuildRequires:  ghc-rpm-macros
@@ -38,7 +37,6 @@
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
 %endif
-# End cabal-rpm deps
 
 %description
 This package holds miscellaneous utilities related to the 'pipes' library.
@@ -57,20 +55,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ pipes-extras-1.0.5.tar.gz -> pipes-extras-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-extras-1.0.5/pipes-extras.cabal 
new/pipes-extras-1.0.7/pipes-extras.cabal
--- old/pipes-extras-1.0.5/pipes-extras.cabal   2016-07-04 00:04:51.0 
+0200
+++ new/pipes-extras-1.0.7/pipes-extras.cabal   2016-10-17 20:39:50.0 
+0200
@@ -1,5 +1,5 @@
 Name: pipes-extras
-Version: 1.0.5
+Version: 1.0.7
 Cabal-Version: >=1.10
 Build-Type: Simple
 License: BSD3
@@ -40,5 +40,5 @@
 pipes  >= 4.0 && < 4.3 ,
 test-framework >= 0.4 && < 1   ,
 test-framework-hunit   >= 0.3 && < 1   ,
-HUnit  >= 1.2 && < 1.4 ,
+HUnit  >= 1.2 && < 1.6 ,
 transformers   >= 0.2.0.0 && < 0.6




commit qore-asn1-module for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package qore-asn1-module for 
openSUSE:Factory checked in at 2016-11-18 22:01:01

Comparing /work/SRC/openSUSE:Factory/qore-asn1-module (Old)
 and  /work/SRC/openSUSE:Factory/.qore-asn1-module.new (New)


Package is "qore-asn1-module"

Changes:

--- /work/SRC/openSUSE:Factory/qore-asn1-module/qore-asn1-module.changes
2014-08-05 13:00:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.qore-asn1-module.new/qore-asn1-module.changes   
2016-11-18 22:01:02.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov 12 14:20:18 CET 2016 - r...@suse.de
+
+- qore-asn1-module-aarch64.patch: there is no "-m64" on aarch64 
+
+---

New:

  qore-asn1-module-aarch64.patch



Other differences:
--
++ qore-asn1-module.spec ++
--- /var/tmp/diff_new_pack.nyiG60/_old  2016-11-18 22:01:03.0 +0100
+++ /var/tmp/diff_new_pack.nyiG60/_new  2016-11-18 22:01:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-asn1-module
 #
-# 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
@@ -26,6 +26,7 @@
 Group:  Development/Languages
 Url:http://qore.org
 Source: 
http://prdownloads.sourceforge.net/qore/%{name}-%{version}.tar.gz
+Patch0: qore-asn1-module-aarch64.patch
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
 BuildRequires:  qore
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %if "%{_lib}" == "lib64"

++ qore-asn1-module-aarch64.patch ++
--- configure
+++ configure
@@ -14264,7 +14264,7 @@
 # FIXME: add test on HP-UX if the compiler can generate the appropriate 
binaries
 if test "$enable_64bit" = "yes"; then
case "${host_os}" in
-  *linux*) if test "$GXX" = "yes"; then
+  *linux*) if test "$GXX" = "yes" -a "$ARCH" != "aarch64" ; then
   CXXFLAGS="$CXXFLAGS -m64"
fi
LIBSUFFIX=64



commit python3-cffi for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package python3-cffi for openSUSE:Factory 
checked in at 2016-11-18 22:00:15

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


Package is "python3-cffi"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cffi/python3-cffi-doc.changes
2016-09-20 13:24:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cffi.new/python3-cffi-doc.changes   
2016-11-18 22:00:16.0 +0100
@@ -1,0 +2,35 @@
+Tue Nov 15 23:55:38 UTC 2016 - a...@gmx.de
+
+- update to version 1.9.1:
+  (no changelog available)
+
+- changes from version 1.9:
+  * Structs with variable-sized arrays as their last field: now we
+track the length of the array after ffi.new() is called, just like
+we always tracked the length of ffi.new("int[]", 42). This lets us
+detect out-of-range accesses to array items. This also lets us
+display a better repr(), and have the total size returned by
+ffi.sizeof() and ffi.buffer(). Previously both functions would
+return a result based on the size of the declared structure type,
+with an assumed empty array. (Thanks andrew for starting this
+refactoring.)
+  * Add support in cdef()/set_source() for unspecified-length arrays
+in typedefs: typedef int foo_t[...];. It was already supported for
+global variables or structure fields.
+  * I turned in v1.8 a warning from cffi/model.py into an error: 'enum
+xxx' has no values explicitly defined: refusing to guess which
+integer type it is meant to be (unsigned/signed, int/long). Now
+I’m turning it back to a warning again; it seems that guessing
+that the enum has size int is a 99%-safe bet. (But not 100%, so it
+stays as a warning.)
+  * Fix leaks in the code handling FILE * arguments. In CPython 3
+there is a remaining issue that is hard to fix: if you pass a
+Python file object to a FILE * argument, then os.dup() is used and
+the new file descriptor is only closed when the GC reclaims the
+Python file object—and not at the earlier time when you call
+close(), which only closes the original file descriptor. If this
+is an issue, you should avoid this automatic convertion of Python
+file objects: instead, explicitly manipulate file descriptors and
+call fdopen() from C (...via cffi).
+
+---
python3-cffi.changes: same change

Old:

  cffi-1.8.3.tar.gz

New:

  cffi-1.9.1.tar.gz



Other differences:
--
++ python3-cffi-doc.spec ++
--- /var/tmp/diff_new_pack.iFQMqf/_old  2016-11-18 22:00:17.0 +0100
+++ /var/tmp/diff_new_pack.iFQMqf/_new  2016-11-18 22:00:17.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cffi-doc
-Version:1.8.3
+Version:1.9.1
 Release:0
 Summary:Documentation for python3-cffi
 License:MIT

python3-cffi.spec: same change
++ cffi-1.8.3.tar.gz -> cffi-1.9.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cffi-1.8.3/PKG-INFO new/cffi-1.9.1/PKG-INFO
--- old/cffi-1.8.3/PKG-INFO 2016-09-17 12:21:52.0 +0200
+++ new/cffi-1.9.1/PKG-INFO 2016-11-12 14:46:13.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cffi
-Version: 1.8.3
+Version: 1.9.1
 Summary: Foreign Function Interface for Python calling C code.
 Home-page: http://cffi.readthedocs.org
 Author: Armin Rigo, Maciej Fijalkowski
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cffi-1.8.3/c/_cffi_backend.c 
new/cffi-1.9.1/c/_cffi_backend.c
--- old/cffi-1.8.3/c/_cffi_backend.c2016-09-17 12:21:34.0 +0200
+++ new/cffi-1.9.1/c/_cffi_backend.c2016-11-12 14:45:24.0 +0100
@@ -2,7 +2,7 @@
 #include 
 #include "structmember.h"
 
-#define CFFI_VERSION  "1.8.3"
+#define CFFI_VERSION  "1.9.1"
 
 #ifdef MS_WIN32
 #include 
@@ -132,7 +132,7 @@
 #define CT_PRIMITIVE_FITS_LONG   2048
 #define CT_IS_OPAQUE 4096
 #define CT_IS_ENUM   8192
-#define CT_IS_PTR_TO_OWNED  16384
+#define CT_IS_PTR_TO_OWNED  16384   /* only owned if CDataOwning_Type */
 #define CT_CUSTOM_FIELD_POS 32768
 #define CT_IS_LONGDOUBLE65536
 #define CT_IS_BOOL 131072
@@ -190,9 +190,9 @@
 unsigned char cf_flags;   /* BF_... */
 struct cfieldobject_s *cf_next;
 } CFieldObject;
-#define BS_REGULAR (-1)  /* a regular field, not with bitshift */
-#define BS_EMPTY_ARRAY (-2)  /* a field which is an array 'type[0]' */
-#define BF_IGNORE_IN_CTOR  0x01  /* union field not in the first place */
+#define BS_REGULAR(-1) /* a 

commit ghc-pdfinfo for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package ghc-pdfinfo for openSUSE:Factory 
checked in at 2016-11-18 22:00:36

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


Package is "ghc-pdfinfo"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pdfinfo.new/ghc-pdfinfo.changes 
2016-11-18 22:00:36.0 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jul 10 17:26:54 UTC 2016 - psim...@suse.com
+
+- Update to version 1.5.4 revision 0 with cabal2obs.
+

New:

  ghc-pdfinfo.changes
  ghc-pdfinfo.spec
  pdfinfo-1.5.4.tar.gz



Other differences:
--
++ ghc-pdfinfo.spec ++
#
# spec file for package ghc-pdfinfo
#
# 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/
#


%global pkg_name pdfinfo
Name:   ghc-%{pkg_name}
Version:1.5.4
Release:0
Summary:Wrapper around the pdfinfo command
License:BSD-3-Clause
Group:  System/Libraries
Url:https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-mtl-devel
BuildRequires:  ghc-old-locale-devel
BuildRequires:  ghc-process-extras-devel
BuildRequires:  ghc-rpm-macros
BuildRequires:  ghc-text-devel
BuildRequires:  ghc-time-devel
BuildRequires:  ghc-time-locale-compat-devel
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
# End cabal-rpm deps

%description
Just a wrapper around the pdfinfo command (for collecting PDF file info).
See man pdfinfo.

%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   %{name} = %{version}-%{release}
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

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


%build
%ghc_lib_build


%install
%ghc_lib_install


%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE

%files devel -f %{name}-devel.files
%defattr(-,root,root,-)

%changelog



commit python3-cssselect for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package python3-cssselect for 
openSUSE:Factory checked in at 2016-11-18 22:00:05

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


Package is "python3-cssselect"

Changes:

--- /work/SRC/openSUSE:Factory/python3-cssselect/python3-cssselect.changes  
2016-07-18 21:22:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-cssselect.new/python3-cssselect.changes 
2016-11-18 22:00:06.0 +0100
@@ -1,0 +2,12 @@
+Wed Nov 16 00:00:13 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * reoved sed command on tests.py, since that file is not in the
+tar-ball anymore
+
+- update to version 1.0.0:
+  * Add code coverage reports.
+  * Fix ":nth-*(an+b)" pseudo-classes selectors.  (except
+"*:nth-child()" which looks untranslatable to XPath 1.0.)
+
+---

Old:

  cssselect-0.9.2.tar.gz

New:

  cssselect-1.0.0.tar.gz



Other differences:
--
++ python3-cssselect.spec ++
--- /var/tmp/diff_new_pack.wkzXaQ/_old  2016-11-18 22:00:07.0 +0100
+++ /var/tmp/diff_new_pack.wkzXaQ/_new  2016-11-18 22:00:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-cssselect
-Version:0.9.2
+Version:1.0.0
 Release:0
 Summary:CSS3 selectors for Python
 License:BSD-3-Clause
@@ -41,7 +41,6 @@
 
 %build
 CFLAGS="%{optflags}" python3 setup.py build
-sed -i '/#!\/usr\/bin\/env python/d' cssselect/tests.py
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

++ cssselect-0.9.2.tar.gz -> cssselect-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.2/.coveragerc 
new/cssselect-1.0.0/.coveragerc
--- old/cssselect-0.9.2/.coveragerc 2014-07-23 11:26:51.0 +0200
+++ new/cssselect-1.0.0/.coveragerc 2016-07-07 18:04:34.0 +0200
@@ -1,5 +1,6 @@
 [run]
 branch = True
+source = cssselect
 
 [report]
 exclude_lines =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.2/CHANGES new/cssselect-1.0.0/CHANGES
--- old/cssselect-0.9.2/CHANGES 2016-06-15 18:26:07.0 +0200
+++ new/cssselect-1.0.0/CHANGES 2016-10-21 12:48:05.0 +0200
@@ -1,6 +1,16 @@
 Changelog
 =
 
+Version 1.0.0
+-
+
+Released on 2016-10-21.
+
+* Add code coverage reports.
+* Fix ``:nth-*(an+b)`` pseudo-classes selectors.
+  (except ``*:nth-child()`` which looks untranslatable to XPath 1.0.)
+
+
 Version 0.9.2
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.2/PKG-INFO new/cssselect-1.0.0/PKG-INFO
--- old/cssselect-0.9.2/PKG-INFO2016-06-15 20:17:24.0 +0200
+++ new/cssselect-1.0.0/PKG-INFO2016-10-21 12:58:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: cssselect
-Version: 0.9.2
+Version: 1.0.0
 Summary: cssselect parses CSS3 Selectors and translates them to XPath 1.0
 Home-page: https://pythonhosted.org/cssselect/
 Author: Paul Tremberth
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.2/cssselect/__init__.py 
new/cssselect-1.0.0/cssselect/__init__.py
--- old/cssselect-0.9.2/cssselect/__init__.py   2016-06-15 18:26:46.0 
+0200
+++ new/cssselect-1.0.0/cssselect/__init__.py   2016-10-21 12:48:44.0 
+0200
@@ -18,5 +18,5 @@
 from cssselect.xpath import GenericTranslator, HTMLTranslator, ExpressionError
 
 
-VERSION = '0.9.2'
+VERSION = '1.0.0'
 __version__ = VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cssselect-0.9.2/cssselect/tests.py 
new/cssselect-1.0.0/cssselect/tests.py
--- old/cssselect-0.9.2/cssselect/tests.py  2016-06-15 17:36:36.0 
+0200
+++ new/cssselect-1.0.0/cssselect/tests.py  1970-01-01 01:00:00.0 
+0100
@@ -1,1166 +0,0 @@
-#!/usr/bin/env python
-# -*- coding: utf-8 -*-
-"""
-Tests for cssselect
-===
-
-These tests can be run either by py.test or by the standard library's
-unittest. They use plain ``assert`` statements and do little reporting
-themselves in case of failure.
-
-Use py.test to get fancy error reporting and assert introspection.
-
-
-:copyright: (c) 2007-2012 Ian Bicking and contributors.
-See AUTHORS for more details.
-:license: BSD, see LICENSE for more details.
-
-"""
-
-import sys
-import unittest
-
-from lxml import etree, html
-from cssselect import (parse, GenericTranslator, HTMLTranslator,
-

commit open-iscsi for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package open-iscsi for openSUSE:Factory 
checked in at 2016-11-18 21:59:57

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


Package is "open-iscsi"

Changes:

--- /work/SRC/openSUSE:Factory/open-iscsi/open-iscsi.changes2016-04-30 
23:23:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi.changes   
2016-11-18 21:59:57.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 17 01:48:22 UTC 2016 - ldun...@suse.com
+
+- Updated to upstream version 2.0-874, but still includes
+  (very few) SUSE-specific changes. This replaced the 2.0-873
+  tarball with a 2.0-874 tarball, but still includes the 
+  Factory-latest compressed diff patch file, though it is
+  now empty. See Changes file for functional change details.
+
+---

Old:

  open-iscsi-2.0-873.tar.bz2

New:

  open-iscsi-2.0-874.tar.bz2



Other differences:
--
++ open-iscsi.spec ++
--- /var/tmp/diff_new_pack.4DUtmH/_old  2016-11-18 21:59:59.0 +0100
+++ /var/tmp/diff_new_pack.4DUtmH/_new  2016-11-18 21:59:59.0 +0100
@@ -36,10 +36,10 @@
 %endif
 BuildRequires:  libmount-devel
 Url:http://www.open-iscsi.org
-Version:2.0.873
+Version:2.0.874
 Release:0
 %{?systemd_requires}
-%define iscsi_release 873
+%define iscsi_release 874
 Summary:Linux* Open-iSCSI Software Initiator
 License:GPL-2.0+
 Group:  Productivity/Networking/Other

++ open-iscsi-2.0-873.tar.bz2 -> open-iscsi-2.0-874.tar.bz2 ++
 79098 lines of diff (skipped)

++ open-iscsi-Factory-latest.diff.bz2 ++
 78330 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/open-iscsi/open-iscsi-Factory-latest.diff.bz2
 and 
/work/SRC/openSUSE:Factory/.open-iscsi.new/open-iscsi-Factory-latest.diff.bz2




commit libvirt for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package libvirt for openSUSE:Factory checked 
in at 2016-11-18 21:59:49

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-11-10 
13:15:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt.new/libvirt.changes 2016-11-18 
21:59:50.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 18:13:18 UTC 2016 - jfeh...@suse.com
+
+- spec: explicitly set qemu-bridge-helper path to /usr/lib/
+  bsc#999070
+
+---



Other differences:
--
++ libvirt.spec ++
--- /var/tmp/diff_new_pack.eV2G8y/_old  2016-11-18 21:59:52.0 +0100
+++ /var/tmp/diff_new_pack.eV2G8y/_new  2016-11-18 21:59:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvirt
 #
-# 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
@@ -300,11 +300,6 @@
 %if %{with_wireshark}
 BuildRequires:  wireshark-devel >= 1.12.1
 %endif
-%if %{with_qemu}
-# BuildRequire qemu-tools so configure can detect qemu-bridge-helper
-# path.
-BuildRequires:  qemu-tools
-%endif
 
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-%{version}.tar.xz.asc
@@ -714,9 +709,9 @@
 
 %package libs
 Summary:Client side libraries
-Group:  Development/Libraries/C and C++
 # So remote clients can access libvirt over SSH tunnel
 # (client invokes 'nc' against the UNIX socket on the server)
+Group:  Development/Libraries/C and C++
 Requires:   netcat-openbsd
 # Not technically required, but makes 'out-of-box' config
 # work correctly & doesn't have onerous dependencies
@@ -984,7 +979,8 @@
%{arg_init_script} \
ac_cv_path_MODPROBE=/sbin/modprobe \
ac_cv_path_UDEVADM=/sbin/udevadm \
-   ac_cv_path_SHOWMOUNT=/usr/sbin/showmount
+   ac_cv_path_SHOWMOUNT=/usr/sbin/showmount \
+   ac_cv_path_QEMU_BRIDGE_HELPER=/usr/lib/qemu-bridge-helper
 make V=1 %{?jobs:-j%jobs} DOCS_DIR=%{_docdir}/%{name}-python 
EXAMPLE_DIR=%{_docdir}/%{name}-python/examples HTML_DIR=%{_docdir}/%{name}
 gzip -9 ChangeLog
 





commit logrotate for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package logrotate for openSUSE:Factory 
checked in at 2016-11-18 21:58:59

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


Package is "logrotate"

Changes:

--- /work/SRC/openSUSE:Factory/logrotate/logrotate.changes  2016-10-20 
23:05:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.logrotate.new/logrotate.changes 2016-11-18 
21:59:00.0 +0100
@@ -1,0 +2,9 @@
+Sat Nov 12 22:08:25 CET 2016 - ku...@suse.de
+
+- Move logrotate.status to /var/lib/misc following FHS/LSB and
+  making implementing read-only root filesystem much easier.
+  [FATE#322036]
+- Add patch:
+  * logrotate-var-lib-misc.patch
+
+---

New:

  logrotate-var-lib-misc.patch



Other differences:
--
++ logrotate.spec ++
--- /var/tmp/diff_new_pack.RuEpYW/_old  2016-11-18 21:59:01.0 +0100
+++ /var/tmp/diff_new_pack.RuEpYW/_new  2016-11-18 21:59:01.0 +0100
@@ -34,6 +34,11 @@
 Patch5: logrotate-manpage_config_clarification.patch
 # PATCH-FIX-UPSTREAM logrotate-fix-test62_with_bash-4.4.patch 
gh#logrotate/logrotate#66 dims...@opensuse.org -- Fix test suite in combination 
with bash 4.4
 Patch6: logrotate-fix-test62_with_bash-4.4.patch
+# PATCH-FEATURE-SLE logrotate-var-lib-misc.patch FATE#322036:
+# According to FHS/LSB, this should be in /var/lib/misc. Which
+# would allow a read-only root filesystem without breaking snapshots,
+# rollback and transactional updates
+Patch7: logrotate-var-lib-misc.patch
 BuildRequires:  acl
 BuildRequires:  libacl-devel
 BuildRequires:  libselinux-devel
@@ -60,6 +65,7 @@
 %patch3
 %patch5 -p1
 %patch6 -p1
+%patch7 -p0
 
 %build
 %configure
@@ -87,6 +93,10 @@
echo "Saving old logrotate system configuration"
mv -v %{_sysconfdir}/logrotate.d/aaa_base 
%{_sysconfdir}/logrotate.d.aaa_base.save
 fi
+# Move /var/lib/logrotate.status
+if [ -f /var/lib/logrotate.status -a !-f /var/lib/misc/logrotate.status ]; then
+  mv /var/lib/logrotate.status /var/lib/misc/logrotate.status ||:
+fi
 
 %service_add_post %{name}.service %{name}.timer
 

++ logrotate-var-lib-misc.patch ++
--- config.h
+++ config.h2016/11/12 21:04:31
@@ -43,5 +43,5 @@
 #endif
 
 #ifndef STATEFILE
-#define STATEFILE "/var/lib/logrotate.status"
+#define STATEFILE "/var/lib/misc/logrotate.status"
 #endif
--- logrotate.8
+++ logrotate.8 2016/11/12 21:00:05
@@ -65,7 +65,7 @@
 \fB\-s\fR, \fB\-\-state \fR
 Tells \fBlogrotate\fR to use an alternate state file.  This is useful
 if logrotate is being run as a different user for various sets of
-log files.  The default state file is \fI/var/lib/logrotate.status\fR.
+log files.  The default state file is \fI/var/lib/misc/logrotate.status\fR.
 
 .TP
 \fB\-\-usage\fR



commit mozilla-nss for openSUSE:13.2:Update

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:13.2:Update 
checked in at 2016-11-18 13:22:53

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


Package is "mozilla-nss"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.G1Yfm8/_old  2016-11-18 13:22:54.0 +0100
+++ /var/tmp/diff_new_pack.G1Yfm8/_new  2016-11-18 13:22:54.0 +0100
@@ -1 +1 @@
-
+




commit MozillaFirefox for openSUSE:13.2:Update

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package MozillaFirefox for 
openSUSE:13.2:Update checked in at 2016-11-18 13:22:37

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


Package is "MozillaFirefox"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.gVfY8I/_old  2016-11-18 13:22:40.0 +0100
+++ /var/tmp/diff_new_pack.gVfY8I/_new  2016-11-18 13:22:40.0 +0100
@@ -1 +1 @@
-
+