commit phpMyAdmin for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2016-04-06 11:52:33

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-03-02 
14:21:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2016-04-06 11:52:35.0 +0200
@@ -1,0 +2,20 @@
+Thu Mar 24 12:03:17 UTC 2016 - astie...@suse.com
+
+- phpMyAdmin 4.6.0:
+  * Allow setting routine-wise privileges
+  * UI for defining partitioning in create table window
+  * Support JSON data type
+  * Editing partitions in table Structure
+  * Copy results to clipboard
+  * Reactivate cut possibility in print view
+  * Display binary strings as text if they are valid UTF-8
+  * Copy multiple tables to database
+  * Show MySQL error messages in user language
+  * Add new configuration directive 'ssl_verify' for self-signed
+certificates with mysqlnd and PHP >= 5.6
+  * Remove ForceSSL and PmaAbsoluteUri configuration directives
+(these are better handled by proper webserver configuration)
+  * Fixed several bugs relating to exporting, particularly with
+DEFAULT and COMMENT fields
+
+---

Old:

  phpMyAdmin-4.5.5.1-all-languages.tar.xz
  phpMyAdmin-4.5.5.1-all-languages.tar.xz.asc

New:

  phpMyAdmin-4.6.0-all-languages.tar.xz
  phpMyAdmin-4.6.0-all-languages.tar.xz.asc



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.pUjuLF/_old  2016-04-06 11:52:36.0 +0200
+++ /var/tmp/diff_new_pack.pUjuLF/_new  2016-04-06 11:52:36.0 +0200
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.5.5.1
+Version:4.6.0
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+

++ phpMyAdmin-4.5.5.1-all-languages.tar.xz -> 
phpMyAdmin-4.6.0-all-languages.tar.xz ++
 396643 lines of diff (skipped)





commit mate-session-manager for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2016-04-06 11:52:54

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


Package is "mate-session-manager"

Changes:

--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes
2016-01-12 16:13:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2016-04-06 11:52:55.0 +0200
@@ -1,0 +2,8 @@
+Tue Apr  5 13:16:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.12.2:
+  * Fix a rare build failure with UPower >= 0.99 when both systemd
+and UPower supports are enabled.
+  * Some more fixes.
+
+---

Old:

  mate-session-manager-1.12.1.tar.xz

New:

  mate-session-manager-1.12.2.tar.xz



Other differences:
--
++ mate-session-manager.spec ++
--- /var/tmp/diff_new_pack.S4vc9R/_old  2016-04-06 11:52:56.0 +0200
+++ /var/tmp/diff_new_pack.S4vc9R/_new  2016-04-06 11:52:56.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.12
 Name:   mate-session-manager
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:MATE Session Manager
 License:GPL-2.0+

++ mate-session-manager-1.12.1.tar.xz -> mate-session-manager-1.12.2.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.12.1/Makefile.in 
new/mate-session-manager-1.12.2/Makefile.in
--- old/mate-session-manager-1.12.1/Makefile.in 2015-11-30 09:06:15.0 
+0100
+++ new/mate-session-manager-1.12.2/Makefile.in 2016-04-05 15:11:21.0 
+0200
@@ -314,6 +314,8 @@
 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
 SYSTEMD_LIBS = @SYSTEMD_LIBS@
 UPOWER_CFLAGS = @UPOWER_CFLAGS@
+UPOWER_HIBERNATE_CFLAGS = @UPOWER_HIBERNATE_CFLAGS@
+UPOWER_HIBERNATE_LIBS = @UPOWER_HIBERNATE_LIBS@
 UPOWER_LIBS = @UPOWER_LIBS@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.12.1/NEWS 
new/mate-session-manager-1.12.2/NEWS
--- old/mate-session-manager-1.12.1/NEWS2015-11-30 09:05:01.0 
+0100
+++ new/mate-session-manager-1.12.2/NEWS2016-04-05 15:09:35.0 
+0200
@@ -1,3 +1,8 @@
+1.12.2
+  * Fix rare build failure with upower >= 0.99 when both systemd and upower
+support are enabled
+  * Some more fixes
+
 1.12.1
   * Get rid of dependency on libmate-desktop
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.12.1/aclocal.m4 
new/mate-session-manager-1.12.2/aclocal.m4
--- old/mate-session-manager-1.12.1/aclocal.m4  2015-11-30 09:06:13.0 
+0100
+++ new/mate-session-manager-1.12.2/aclocal.m4  2016-04-05 15:11:18.0 
+0200
@@ -596,7 +596,7 @@
 
DISABLE_DEPRECATED=""
if test $USE_MAINTAINER_MODE = yes; then
-   DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK MATECONF MATECOMPONENT 
MATECOMPONENT_UI MATE LIBGLADE VTE MATE_VFS WNCK LIBSOUP"
+   DOMAINS="G ATK PANGO GDK GDK_PIXBUF GTK MATE LIBGLADE VTE WNCK 
LIBSOUP"
for DOMAIN in $DOMAINS; do
   DISABLE_DEPRECATED="$DISABLE_DEPRECATED 
-D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES"
done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.12.1/capplet/Makefile.in 
new/mate-session-manager-1.12.2/capplet/Makefile.in
--- old/mate-session-manager-1.12.1/capplet/Makefile.in 2015-11-30 
09:06:15.0 +0100
+++ new/mate-session-manager-1.12.2/capplet/Makefile.in 2016-04-05 
15:11:21.0 +0200
@@ -288,6 +288,8 @@
 SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
 SYSTEMD_LIBS = @SYSTEMD_LIBS@
 UPOWER_CFLAGS = @UPOWER_CFLAGS@
+UPOWER_HIBERNATE_CFLAGS = @UPOWER_HIBERNATE_CFLAGS@
+UPOWER_HIBERNATE_LIBS = @UPOWER_HIBERNATE_LIBS@
 UPOWER_LIBS = @UPOWER_LIBS@
 USE_NLS = @USE_NLS@
 VERSION = @VERSION@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-session-manager-1.12.1/config.h.in 
new/mate-session-manager-1.12.2/config.h.in
--- old/mate-session-manager-1.12.1/config.h.in 2015-11-30 09:06:14.0 
+0100
+++ new/mate-session-manager-1.12.2/config.h.in 2016-04-05 15:11:20.0 
+0200
@@ -78,6 +78,9 @@
 /* upower support */
 #undef HAVE_UPOWER
 
+/* upower based support for hibernate and suspend (< 0.99) */
+#undef HAVE_UPOWER_HIBERNATE_SUSPEND
+
 /* Define to 1 if you have the  

commit armadillo for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2016-04-06 11:53:02

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2016-03-26 
17:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2016-04-06 
11:53:05.0 +0200
@@ -1,0 +2,14 @@
+Wed Apr  6 00:27:03 UTC 2016 - badshah...@gmail.com
+
+- Update to version 6.700.3 (Catabolic Amalgamator Deluxe):
+  + Added logmat() for calcuating the matrix logarithm
+  + Added regspace() for generating vectors with regularly spaced
+elements
+  + Added logspace() for generating vectors with logarithmically
+spaced elements
+  + Added approx_equal() for determining approximate equality
+  + Added trapz() for numerical integration
+  + Expanded .save() and .load() with hdf5_binary_trans file type,
+to save/load data with columns transposed to rows  
+
+---

Old:

  armadillo-6.600.5.tar.gz

New:

  armadillo-6.700.3.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.sjlzdx/_old  2016-04-06 11:53:06.0 +0200
+++ /var/tmp/diff_new_pack.sjlzdx/_new  2016-04-06 11:53:06.0 +0200
@@ -19,7 +19,7 @@
 %define soname libarmadillo6
 
 Name:   armadillo
-Version:6.600.5
+Version:6.700.3
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-6.600.5.tar.gz -> armadillo-6.700.3.tar.gz ++
 3064 lines of diff (skipped)




commit hexchat for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package hexchat for openSUSE:Factory checked 
in at 2016-04-06 11:52:56

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


Package is "hexchat"

Changes:

--- /work/SRC/openSUSE:Factory/hexchat/hexchat.changes  2016-03-26 
15:27:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.hexchat.new/hexchat.changes 2016-04-06 
11:52:58.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr  5 12:42:56 UTC 2016 - tchva...@suse.com
+
+- Provide/Obsolete xchat to ensure those that do not have patterns
+  containing hexchat to migrate to it.
+
+---



Other differences:
--
++ hexchat.spec ++
--- /var/tmp/diff_new_pack.BeKyJe/_old  2016-04-06 11:52:59.0 +0200
+++ /var/tmp/diff_new_pack.BeKyJe/_new  2016-04-06 11:52:59.0 +0200
@@ -49,6 +49,9 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
 BuildRequires:  perl(ExtUtils::Embed)
+# Provide us as replacement from 1315+
+Provides:   xchat = %{version}
+Obsoletes:  xchat < %{version}
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} != 1315




commit yast2-slide-show for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-04-06 11:52:17

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


Package is "yast2-slide-show"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes
2015-11-08 11:27:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-04-06 11:52:19.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 14:29:45 CEST 2016 - fcro...@suse.com
+
+- 3.1.23
+- Ensure SLED stylesheet is updated (bsc#973609).
+
+---

Old:

  yast2-slide-show-3.1.22.tar.bz2

New:

  yast2-slide-show-3.1.23.tar.bz2



Other differences:
--
++ yast2-slide-show.spec ++
--- /var/tmp/diff_new_pack.uXVAQq/_old  2016-04-06 11:52:20.0 +0200
+++ /var/tmp/diff_new_pack.uXVAQq/_new  2016-04-06 11:52:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-slide-show
 #
-# 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-slide-show
-Version:3.1.22
+Version:3.1.23
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-slide-show-3.1.22.tar.bz2 -> yast2-slide-show-3.1.23.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SLED/slideshow.xml 
new/yast2-slide-show-3.1.23/SLED/slideshow.xml
--- old/yast2-slide-show-3.1.22/SLED/slideshow.xml  2015-11-06 
10:51:25.0 +0100
+++ new/yast2-slide-show-3.1.23/SLED/slideshow.xml  2016-04-04 
09:53:15.0 +0200
@@ -123,7 +123,7 @@


 
- Basis for OpenStack-based SUSE® Cloud
+ Basis for SUSE OpenStack Cloud
 

 
@@ -356,7 +356,7 @@


 
- SUSE Cloud
+ SUSE OpenStack Cloud
 


diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SLED/slideshow.xsl 
new/yast2-slide-show-3.1.23/SLED/slideshow.xsl
--- old/yast2-slide-show-3.1.22/SLED/slideshow.xsl  2015-11-06 
10:51:25.0 +0100
+++ new/yast2-slide-show-3.1.23/SLED/slideshow.xsl  2016-04-04 
09:53:15.0 +0200
@@ -63,15 +63,28 @@
 
 
 
-
- 
-
+ 
+  
+ 
 
 
 
-
-  
-
+ 
+  
+ 
+
+
+
+ 
+
+
+ 
+
+
+ 
+
+
+ 
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SuSELinux/slideshow.xsl 
new/yast2-slide-show-3.1.23/SuSELinux/slideshow.xsl
--- old/yast2-slide-show-3.1.22/SuSELinux/slideshow.xsl 2015-11-06 
10:51:25.0 +0100
+++ new/yast2-slide-show-3.1.23/SuSELinux/slideshow.xsl 2016-04-04 
09:53:15.0 +0200
@@ -63,15 +63,28 @@
 
 
 
-
- 
-
+ 
+  
+ 
 
 
 
-
-  
-
+ 
+  
+ 
+
+
+
+ 
+
+
+ 
+
+
+ 
+
+
+ 
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.22/package/yast2-slide-show.changes 
new/yast2-slide-show-3.1.23/package/yast2-slide-show.changes
--- old/yast2-slide-show-3.1.22/package/yast2-slide-show.changes
2015-11-06 10:51:25.0 +0100
+++ new/yast2-slide-show-3.1.23/package/yast2-slide-show.changes
2016-04-04 09:53:15.0 +0200
@@ -1,4 +1,10 @@
 ---
+Fri Apr  1 14:29:45 CEST 2016 - fcro...@suse.com
+
+- 3.1.23
+- Ensure SLED stylesheet is updated (bsc#973609).
+
+---
 Fri Nov  6 09:40:02 UTC 2015 - k...@suse.de
 
 - 3.1.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.22/package/yast2-slide-show.spec 
new/yast2-slide-show-3.1.23/package/yast2-slide-show.spec
--- old/yast2-slide-show-3.1.22/package/yast2-slide-show.spec   2015-11-06 
10:51:25.0 +0100
+++ new/yast2-slide-show-3.1.23/package/yast2-slide-show.spec   2016-04-04 
09:53:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-slide-show
-Version:3.1.22
+Version:3.1.23
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit golang-packaging for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-packaging for 
openSUSE:Factory checked in at 2016-04-06 11:52:46

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


Package is "golang-packaging"

Changes:

--- /work/SRC/openSUSE:Factory/golang-packaging/golang-packaging.changes
2016-02-26 00:31:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.golang-packaging.new/golang-packaging.changes   
2016-04-06 11:52:47.0 +0200
@@ -1,0 +2,24 @@
+Tue Apr  5 01:14:25 UTC 2016 - i...@marguerite.su
+
+- update version 14.8.1
+  * bugfix release
+  * fix a typo in cli.rb
+  * increate timeout to 300s, or go install can't
+finish itself sometimes
+
+---
+Sun Apr  3 03:14:46 UTC 2016 - i...@marguerite.su
+
+- update version 14.8
+  * rpmsysinfo.rb: fix encoding problem in open()
+  * cli.rb: ruby 1.8.7 doesn't support passing environment
+variables in popen(), some commands/tests need time to
+finish, an immediate io.close() will get us wrong
+exitstatus (broken pipe, code 13). so use 'timeout'
+module with a 30s and process.wait for them to quit
+successfully.
+  * golang.req: the oniguruma in ruby 1.8.7 doesn't support
+named group in regexp. so ditch the named group used in
+go_get_version()
+
+---

Old:

  golang-packaging-14.7.tar.gz

New:

  golang-packaging-14.8.1.tar.gz



Other differences:
--
++ golang-packaging.spec ++
--- /var/tmp/diff_new_pack.kAcOGY/_old  2016-04-06 11:52:48.0 +0200
+++ /var/tmp/diff_new_pack.kAcOGY/_new  2016-04-06 11:52:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   golang-packaging
-Version:14.7
+Version:14.8.1
 Release:0
 Summary:A toolchain to help packaging golang
 License:GPL-3.0

++ golang-packaging-14.7.tar.gz -> golang-packaging-14.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/golang-packaging-14.7/golang/cli.rb 
new/golang-packaging-14.8.1/golang/cli.rb
--- old/golang-packaging-14.7/golang/cli.rb 2016-02-24 13:28:12.0 
+0100
+++ new/golang-packaging-14.8.1/golang/cli.rb   2016-04-05 03:09:28.0 
+0200
@@ -1,33 +1,55 @@
 module CLI
 
-   def write_status(status)
-   file = "/tmp/exitstatus.txt"
-   mode = "w:UTF-8"
-   if status == 0
-   File.open(file,mode) {|f| f.puts(0)}
-   else
-   File.open(file,mode) {|f| f.puts(1)}
-   abort "[ERROR]Go command failed! Please check."
-   end
-   end
-
-   def self.run(env={},cmd="")
-   unless RUBY_VERSION.to_f > 1.8
-   # popen in 1.8 doesn't support env hash
-   def popen_env(hash, cmd)
-   hash.each do |k,v|
-   ENV[k] = v
-   end
-   io = IO.popen(cmd)
-   io.close
-   write_status($?)
-   end
-   popen_env(env,cmd) {|f| f.each_line {|l| puts l}}
-   else
-   IO.popen(env,cmd) {|f| f.each_line {|l| puts l}}
-   write_status($?)
-   end
-   end
+  require 'timeout'
+
+  def write_status(status)
+file = "/tmp/exitstatus.txt"
+mode = "w:UTF-8"
+if status == 0
+  File.open(file,mode) {|f| f.puts(0)}
+else
+  File.open(file,mode) {|f| f.puts(1)}
+  abort "[ERROR]Go command failed! Please check."
+end
+  end
+
+  # popen in 1.8 doesn't support env hash
+  def popen_env(hash, cmd)
+# set ENV separately
+hash.each {|k,v| ENV[k] = v}
+
+# some commands need time, an immediate close
+# will get a wrong status, so wait them with
+# timeout 30s
+# set timeout 300s, because go install takes
+# lots of time sometimes
+begin
+  Timeout.timeout(300) do  
+@pipe = IO.popen(cmd)
+Process.wait(@pipe.pid)
+  end
+rescue Timeout::Error
+  Process.kill(9,@pipe.pid)
+  # collect status
+  Process.wait(@pipe.pid) 
+end
+
+write_status($?)
+
+  end
+
+  def self.run(env={},cmd="")
+
+puts "GOPATH: #{env}"
+puts "Command: #{cmd}"
+unless RUBY_VERSION.to_f > 1.8
+  popen_env(env,cmd) {|f| f.each_line {|l| puts l}}
+else
+  IO.popen(env,cmd) {|f| f.each_line {|l| puts l}}
+  write_status($?)
+   

commit poedit for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2016-04-06 11:52:11

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


Package is "poedit"

Changes:

--- /work/SRC/openSUSE:Factory/poedit/poedit.changes2016-02-29 
09:15:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes   2016-04-06 
11:52:12.0 +0200
@@ -1,0 +2,7 @@
+Mon Apr  4 06:03:11 UTC 2016 - i...@marguerite.su
+
+- do not create poedit.desktop using suse_update_desktop_file
+  macro, use upstream's. or poedit can't open existing .po/.pot
+  file but a default index. fix boo#973731
+
+---



Other differences:
--
++ poedit.spec ++
--- /var/tmp/diff_new_pack.FRrYj2/_old  2016-04-06 11:52:13.0 +0200
+++ /var/tmp/diff_new_pack.FRrYj2/_new  2016-04-06 11:52:13.0 +0200
@@ -84,7 +84,7 @@
 # remove MIME type icons conflicting with virtaal
 rm 
%{buildroot}%{_datadir}/icons/hicolor/*/mimetypes/text-x-gettext-translation.*
 
-%suse_update_desktop_file -c poedit poEdit "Tool for editing po files" poedit 
poedit Development Translation
+%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
 




commit vegastrike-data for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package vegastrike-data for openSUSE:Factory 
checked in at 2016-04-06 11:51:44

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


Package is "vegastrike-data"

Changes:

--- /work/SRC/openSUSE:Factory/vegastrike-data/vegastrike-data.changes  
2012-10-24 10:24:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.vegastrike-data.new/vegastrike-data.changes 
2016-04-06 11:51:47.0 +0200
@@ -1,0 +2,16 @@
+Tue Mar 29 09:31:14 UTC 2016 - dval...@suse.com
+
+- Exclude i586 so repocheker wouldn't complain here 
+
+---
+Wed Mar 16 00:21:23 UTC 2016 - dval...@suse.com
+
+- 5GB is not enough if worker is configured to have 5GB, let make 
+  it 6. 
+
+---
+Tue Mar 15 16:12:07 UTC 2016 - dval...@suse.com
+
+- Add disk constraints 5GB 
+
+---

New:

  _constraints



Other differences:
--
++ vegastrike-data.spec ++
--- /var/tmp/diff_new_pack.2A4ioD/_old  2016-04-06 11:51:55.0 +0200
+++ /var/tmp/diff_new_pack.2A4ioD/_new  2016-04-06 11:51:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vegastrike-data
 #
-# Copyright (c) 2012 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
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   vegastrike-data
 Version:0.5.1.r1
 Release:0
@@ -40,6 +42,7 @@
 Suggests:   vegastrike-music >= 0.5.1.beta1, vegastrike-speech >= 
%{version}
 %endif
 Conflicts:  vegastrike-extra < 0.5.1.r1, vegastrike-speech < 0.5.1.r1
+ExcludeArch:%{ix86}
 
 %description
 Data files for Vega Strike, a GPL 3D OpenGL Action RPG space sim that allows

++ _constraints ++


  
6
  






commit darktable for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package darktable for openSUSE:Factory 
checked in at 2016-04-06 11:51:57

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


Package is "darktable"

Changes:

--- /work/SRC/openSUSE:Factory/darktable/darktable.changes  2016-03-14 
09:57:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.darktable.new/darktable.changes 2016-04-06 
11:51:59.0 +0200
@@ -1,0 +2,44 @@
+Sun Mar 27 20:58:23 UTC 2016 - mrueck...@suse.de
+
+- update to 2.0.3
+  - Bugfixes
+ - Actually allow printing with ctrl-p shortcut as advertised
+   in the tooltip
+ - Fix scrolling of the histogram to change the exposure
+ - Fix the restricted histogram when color picking an area
+ - Fix a bug in color reconstruction
+ - Fix an OpenCL bug in tonecurve
+ - Fix a small memory leak
+ - Better error messages in darktable-cli
+ - Fix params introspection for unsigned types
+ - Only depend on glib 2.32
+  - Base Support
+ - Fujifilm X70
+ - Olympus PEN-F
+ - Panasonic DMC-LX3 (1:1)
+  - White Balance Presets
+ - Canon EOS 1200D
+ - Canon EOS Kiss X70
+ - Canon EOS Rebel T5
+ - Canon EOS 5DS
+ - Canon EOS 5DS R
+ - Canon EOS 750D
+ - Canon EOS Kiss X8i
+ - Canon EOS Rebel T6i
+ - Canon EOS 760D
+ - Canon EOS 8000D
+ - Canon EOS Rebel T6s
+ - Fujifilm X-Pro2
+ - Fujifilm X20
+ - Fujifilm X70
+ - Olympus PEN-F
+  - Noise Profiles
+ - Canon EOS 5DS R
+ - Fujifilm X20
+ - Olympus E-PL6
+  - Translation updates
+ - Danish
+ - German
+ - Swedish
+
+---

Old:

  darktable-2.0.2.tar.xz
  darktable-old-glib.patch

New:

  darktable-2.0.3.tar.xz



Other differences:
--
++ darktable.spec ++
--- /var/tmp/diff_new_pack.dnAiQm/_old  2016-04-06 11:52:01.0 +0200
+++ /var/tmp/diff_new_pack.dnAiQm/_new  2016-04-06 11:52:01.0 +0200
@@ -44,7 +44,7 @@
 %define cmake_options -DCMAKE_SKIP_RPATH:BOOL=OFF 
-DCMAKE_BUILD_TYPE=RelWithDebInfo -DBINARY_PACKAGE_BUILD=1 
-DPROJECT_VERSION:STRING="%{name}-%{version}-%{release}"
 
 Name:   darktable
-Version:2.0.2
+Version:2.0.3
 Release:0
 Url:http://www.darktable.org/
 Source0:
https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{name}-%{version}.tar.xz
@@ -53,7 +53,6 @@
 Source3:
https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-usermanual-es.pdf
 Source4:
https://github.com/darktable-org/darktable/releases/download/release-2.0.0/darktable-lua-api.pdf
 Source99:   README.openSUSE
-Patch:  darktable-old-glib.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 ExclusiveArch:  %ix86 x86_64
@@ -148,7 +147,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch -p1
 chmod -x tools/create_control_svg.sh tools/purge_non_existing_images.sh 
tools/basecurve/* tools/noise/*
 
 cp %{S:1} %{S:2} %{S:3} %{S:4} .

++ darktable-2.0.2.tar.xz -> darktable-2.0.3.tar.xz ++
 16009 lines of diff (skipped)




commit qmmp for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package qmmp for openSUSE:Factory checked in 
at 2016-04-06 11:51:58

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


Package is "qmmp"

Changes:

--- /work/SRC/openSUSE:Factory/qmmp/qmmp.changes2016-02-01 
19:56:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.qmmp.new/qmmp.changes   2016-04-06 
11:52:04.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr  3 22:12:43 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.0.7:
+  * Add ffmpeg 3.0 support.
+  * Add support for theme change event in the qsui plugin.
+  * Fix sending multiple play commands when opening several files
+for playback.
+  * Fix memory leaks.
+  * Fix Qt 5.6 support.
+
+---

Old:

  qmmp-1.0.6.tar.bz2

New:

  qmmp-1.0.7.tar.bz2



Other differences:
--
++ qmmp.spec ++
--- /var/tmp/diff_new_pack.mEDsUu/_old  2016-04-06 11:52:05.0 +0200
+++ /var/tmp/diff_new_pack.mEDsUu/_new  2016-04-06 11:52:05.0 +0200
@@ -19,7 +19,7 @@
 %define sover   1
 %bcond_with restricted
 Name:   qmmp
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Qt-based Multimedia Player
 License:GPL-2.0+

++ qmmp-1.0.6.tar.bz2 -> qmmp-1.0.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.6/ChangeLog new/qmmp-1.0.7/ChangeLog
--- old/qmmp-1.0.6/ChangeLog2016-01-27 07:18:19.0 +0100
+++ new/qmmp-1.0.7/ChangeLog2016-04-03 14:15:58.0 +0200
@@ -1102,3 +1102,10 @@
 * fixed Russian translation
 * updated Portuguese translation (Sérgio Marques)
 * updated Chinese Simplified translation (Mingye Wang)
+
+Version 1.0.7
+* added ffmpeg 3.0 support
+* added support for theme change event in the qsui plugin
+* fixed sendig multiple play commands when opening several files for playback
+* fixed memory leaks
+* fixed qt5.6 support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.6/ChangeLog.rus new/qmmp-1.0.7/ChangeLog.rus
--- old/qmmp-1.0.6/ChangeLog.rus2016-01-27 07:18:19.0 +0100
+++ new/qmmp-1.0.7/ChangeLog.rus2016-04-03 14:15:58.0 +0200
@@ -1104,3 +1104,10 @@
 * исправлен русский перевод
 * обновлён португальский перевод (Sérgio Marques)
 * обновлён китайский упрощённый перевод (Mingye Wang)
+
+Версия 1.0.7
+* добавлена поддержка ffmpeg 3.0
+* добавлена поддержка события смены темы в модуле qsui
+* устранена отправка множества команд "воспроизвести" при открытии нескольких 
файлов для воспроизведения
+* устранены утечки памяти
+* исправлена поддержка qt5.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qmmp-1.0.6/ChangeLog.svn new/qmmp-1.0.7/ChangeLog.svn
--- old/qmmp-1.0.6/ChangeLog.svn2016-01-27 07:18:19.0 +0100
+++ new/qmmp-1.0.7/ChangeLog.svn2016-04-03 14:15:58.0 +0200
@@ -1,4 +1,52 @@
 
+r6197 | trialuser02 | 2016-03-25 09:57:21 +0300 (Пт., 25 марта 2016) | 1 line
+
+updated changelogs
+
+r6195 | trialuser02 | 2016-03-17 16:14:07 +0300 (Чт., 17 марта 2016) | 1 line
+
+udisks2: fixed qt5.6 support
+
+r6193 | trialuser02 | 2016-03-17 15:34:16 +0300 (Чт., 17 марта 2016) | 1 line
+
+fixed build
+
+r6191 | trialuser02 | 2016-03-16 15:51:47 +0300 (Ср., 16 марта 2016) | 1 line
+
+updated changelogs
+
+r6189 | trialuser02 | 2016-03-16 15:50:37 +0300 (Ср., 16 марта 2016) | 1 line
+
+qsui: fixed memory leak
+
+r6184 | trialuser02 | 2016-03-14 12:22:08 +0300 (Пн., 14 марта 2016) | 1 line
+
+updated changelog
+
+r6182 | trialuser02 | 2016-03-14 11:31:02 +0300 (Пн., 14 марта 2016) | 1 line
+
+fixed memory leak
+
+r6173 | trialuser02 | 2016-03-11 11:05:08 +0300 (Пт., 11 марта 2016) | 1 line
+
+qsui: fixed qt5ct support (#846)
+
+r6160 | trialuser02 | 2016-03-05 17:41:04 +0300 (Сб., 05 марта 2016) | 1 line
+
+fixed 'open and play' feature
+

commit rubygem-devise for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise for openSUSE:Factory 
checked in at 2016-04-06 11:51:33

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


Package is "rubygem-devise"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes
2015-08-21 07:40:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes   
2016-04-06 11:51:34.0 +0200
@@ -1,0 +2,48 @@
+Tue Feb  2 05:31:04 UTC 2016 - co...@suse.com
+
+- updated to version 3.5.6
+ see installed CHANGELOG.md
+
+  ### 3.5.6 - 2016-01-02
+  
+  * bug fixes
+* Fix type coercion of the rememberable timestamp stored on cookies.
+
+---
+Mon Jan 25 05:48:46 UTC 2016 - co...@suse.com
+
+- updated to version 3.5.5
+ see installed CHANGELOG.md
+
+  ### 3.5.5 - 2016-22-01
+  
+  * bug fixes
+* Bring back remember_expired? implementation
+* Ensure timeouts are not triggered if remember me is being used
+
+---
+Thu Jan 21 05:32:57 UTC 2016 - co...@suse.com
+
+- updated to version 3.5.4
+ see installed CHANGELOG.md
+
+---
+Sat Dec 12 05:28:42 UTC 2015 - co...@suse.com
+
+- updated to version 3.5.3
+ see installed CHANGELOG.md
+
+  ### Unreleased
+  
+  ### 3.5.3 - 2015-12-10
+  
+  * bug fixes
+* Fix password reset for records where `confirmation_required?` is 
disabled and
+  `confirmation_sent_at` is nil. (by @andygeers)
+* Allow resources with no `email` field to be recoverable (and do not 
clear the
+  reset password token if the model was already persisted). (by @seddy, 
@stanhu)
+  
+  * enhancements
+* Upon setting `Devise.send_password_change_notification = true` a user 
will receive notification when their password has been changed.
+
+---

Old:

  devise-3.5.2.gem

New:

  devise-3.5.6.gem



Other differences:
--
++ rubygem-devise.spec ++
--- /var/tmp/diff_new_pack.tGQnXe/_old  2016-04-06 11:51:35.0 +0200
+++ /var/tmp/diff_new_pack.tGQnXe/_new  2016-04-06 11:51:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-devise
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-devise
-Version:3.5.2
+Version:3.5.6
 Release:0
 %define mod_name devise
 %define mod_full_name %{mod_name}-%{version}

++ devise-3.5.2.gem -> devise-3.5.6.gem ++
 1921 lines of diff (skipped)




commit yast2-storage for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2016-04-06 11:51:27

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


Package is "yast2-storage"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes  
2016-03-26 15:10:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2016-04-06 11:51:28.0 +0200
@@ -1,0 +2,11 @@
+Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+---
+Thu Mar 31 17:33:18 CEST 2016 - aschn...@suse.com
+
+- call snapper to setup quota during installation (for fate#312751)
+
+---

Old:

  yast2-storage-3.1.84.tar.bz2

New:

  yast2-storage-3.1.86.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.ulbUIy/_old  2016-04-06 11:51:29.0 +0200
+++ /var/tmp/diff_new_pack.ulbUIy/_new  2016-04-06 11:51:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.84
+Version:3.1.86
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-3.1.84.tar.bz2 -> yast2-storage-3.1.86.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/package/yast2-storage.changes 
new/yast2-storage-3.1.86/package/yast2-storage.changes
--- old/yast2-storage-3.1.84/package/yast2-storage.changes  2016-03-17 
11:30:06.0 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.changes  2016-04-05 
15:19:25.0 +0200
@@ -1,4 +1,15 @@
 ---
+Mon Apr  4 10:22:20 CEST 2016 - sch...@suse.de
+
+- Removed Builtins.time. Cleanup for bnc#956730.
+- 3.1.86
+
+---
+Thu Mar 31 17:33:18 CEST 2016 - aschn...@suse.com
+
+- call snapper to setup quota during installation (for fate#312751)
+
+---
 Fri Mar 11 15:27:46 CET 2016 - dval...@suse.com
 
 - Add PowerNV support. (boo#970582)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/package/yast2-storage.spec 
new/yast2-storage-3.1.86/package/yast2-storage.spec
--- old/yast2-storage-3.1.84/package/yast2-storage.spec 2016-03-17 
11:30:06.0 +0100
+++ new/yast2-storage-3.1.86/package/yast2-storage.spec 2016-04-05 
15:19:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:3.1.84
+Version:3.1.86
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/clients/storage_finish.rb 
new/yast2-storage-3.1.86/src/clients/storage_finish.rb
--- old/yast2-storage-3.1.84/src/clients/storage_finish.rb  2016-03-17 
11:30:06.0 +0100
+++ new/yast2-storage-3.1.86/src/clients/storage_finish.rb  2016-04-05 
15:19:25.0 +0200
@@ -93,6 +93,7 @@
 
 if Mode.installation && StorageSnapper.configure_snapper?
   StorageSnapper.configure_snapper_step4()
+  StorageSnapper.configure_snapper_step6()
 end
 
   else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/modules/Storage.rb 
new/yast2-storage-3.1.86/src/modules/Storage.rb
--- old/yast2-storage-3.1.84/src/modules/Storage.rb 2016-03-17 
11:30:06.0 +0100
+++ new/yast2-storage-3.1.86/src/modules/Storage.rb 2016-04-05 
15:19:26.0 +0200
@@ -789,7 +789,7 @@
 
 
 def UpdateChangeTime
-  change_time = Builtins.time
+  change_time = ::Time.now.to_i
   Builtins.y2milestone("UpdateChangeTime time %1", change_time)
   Ops.set(@StorageMap, "targets_time", change_time)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.84/src/modules/StorageSnapper.rb 
new/yast2-storage-3.1.86/src/modules/StorageSnapper.rb
--- old/yast2-storage-3.1.84/src/modules/StorageSnapper.rb  2016-03-17 
11:30:06.0 +0100
+++ new/yast2-storage-3.1.86/src/modules/StorageSnapper.rb  2016-04-05 
15:19:26.0 +0200
@@ -132,6 +132,15 @@
 
 end
 
+
+def configure_snapper_step6()
+
+  log.info("configuring snapper for root fs - step 6")
+
+  

commit devilspie2 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package devilspie2 for openSUSE:Factory 
checked in at 2016-04-06 11:52:52

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


Package is "devilspie2"

Changes:

--- /work/SRC/openSUSE:Factory/devilspie2/devilspie2.changes2016-03-03 
15:16:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.devilspie2.new/devilspie2.changes   
2016-04-06 11:52:53.0 +0200
@@ -1,0 +2,15 @@
+Thu Mar 31 22:00:47 UTC 2016 - mplus...@suse.com
+
+- Update to 0.40
+  * Add callback for geometry change
+  * Add error string for one or two indata expected
+  * Make devilspie2_get_viewport_start return both x and y 
+coordinates
+  * Add alternative functionality to set_viewport Now you can set 
+the coordinates to the window if you use two integers as indata
+  * New Italian translation, updated Dutch, Japanese and Swedish
+translations
+  * Build flags hardening fixes
+  * Allow reading of XA_WINDOW properties
+
+---

Old:

  devilspie2_0.39-src.tar.gz
  devilspie2_0.39-src.tar.gz.asc

New:

  devilspie2_0.40-src.tar.gz
  devilspie2_0.40-src.tar.gz.asc



Other differences:
--
++ devilspie2.spec ++
--- /var/tmp/diff_new_pack.FYNgCB/_old  2016-04-06 11:52:54.0 +0200
+++ /var/tmp/diff_new_pack.FYNgCB/_new  2016-04-06 11:52:54.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   devilspie2
-Version:0.39
+Version:0.40
 Release:0
 Summary:A window matching utility
 License:GPL-3.0
@@ -25,10 +25,10 @@
 Source0:
http://download.savannah.gnu.org/releases/devilspie2/%{name}_%{version}-src.tar.gz
 Source1:
http://download.savannah.gnu.org/releases/devilspie2/%{name}_%{version}-src.tar.gz.asc
 Source2:%{name}.keyring
-BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(lua) >= 5.1
+BuildRequires:  pkgconfig(pkg-config)
 
 %description
 Devilspie 2 is based on the excellent program Devil's Pie by Ross Burton, and


++ devilspie2_0.39-src.tar.gz -> devilspie2_0.40-src.tar.gz ++
 1714 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/devilspie2-0.39/AUTHORS new/devilspie2-0.40/AUTHORS
--- old/devilspie2-0.39/AUTHORS 2015-05-11 16:36:12.0 +0200
+++ new/devilspie2-0.40/AUTHORS 2016-03-28 13:15:21.0 +0200
@@ -1,5 +1,5 @@
 #
-# Copyright © 2011-2015 Andreas Rönnquist.
+# Copyright © 2011-2016 Andreas Rönnquist.
 # This file is distributed under the same license
 # as the devilspie2 package, see COPYING file.
 #
@@ -32,7 +32,7 @@
 - Patch adding get_workspace_count function
 
 larchunix
-- Patch replacing lua_open with luaL_newstate, to make it work with LUA 5.2.
+- Patch replacing lua_open with luaL_newstate, to make it work with Lua 5.2.
 
 Laurent Brachet 
 - Patch to make set_window_geometry accept negative values
@@ -51,3 +51,8 @@
 
 Toni Spets 
 - add get_window_is_pinned function
+
+Nicola Fontana 
+- Italian translation
+- Spelling fixes
+- Allow reading of XA_WINDOW properties
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/devilspie2-0.39/ChangeLog new/devilspie2-0.40/ChangeLog
--- old/devilspie2-0.39/ChangeLog   2015-05-11 16:36:12.0 +0200
+++ new/devilspie2-0.40/ChangeLog   2016-03-28 13:15:21.0 +0200
@@ -2,6 +2,18 @@
 ChangeLog:
 --
 
+0.40
+   * Add callback for geometry change
+   * Add error string for one or two indata expected
+   * Make devilspie2_get_viewport_start return both x
+ and y coordinates
+   * Add alternative functionality to set_viewport Now you can set the
+ coordinates to the window if you use two integers as indata
+   * New Italian translation, updated Dutch, Japanese and Swedish
+ translations
+   * Build flags hardening fixes
+   * Allow reading of XA_WINDOW properties
+
 0.39
* Fix proper flushing of debugging output
* Some source formatting fixes
@@ -78,7 +90,7 @@
* 

commit optipng for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package optipng for openSUSE:Factory checked 
in at 2016-04-06 11:52:49

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


Package is "optipng"

Changes:

--- /work/SRC/openSUSE:Factory/optipng/optipng.changes  2015-04-27 
22:09:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.optipng.new/optipng.changes 2016-04-06 
11:52:51.0 +0200
@@ -1,0 +2,5 @@
+Tue Apr  5 08:15:40 UTC 2016 - pgaj...@suse.com
+
+- updated to 0.7.6, fixes CVE-2016-2191
+
+---

Old:

  optipng-0.7.5.tar.gz

New:

  optipng-0.7.6.tar.gz



Other differences:
--
++ optipng.spec ++
--- /var/tmp/diff_new_pack.RjsdpK/_old  2016-04-06 11:52:52.0 +0200
+++ /var/tmp/diff_new_pack.RjsdpK/_new  2016-04-06 11:52:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package optipng
 #
-# 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:   optipng
-Version:0.7.5
+Version:0.7.6
 Release:0
 Summary:A PNG File Compressor
 License:Zlib

++ optipng-0.7.5.tar.gz -> optipng-0.7.6.tar.gz ++
 55687 lines of diff (skipped)




commit phonon4qt5-backend-vlc for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package phonon4qt5-backend-vlc for 
openSUSE:Factory checked in at 2016-04-06 11:52:38

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


Package is "phonon4qt5-backend-vlc"

Changes:

--- 
/work/SRC/openSUSE:Factory/phonon4qt5-backend-vlc/phonon4qt5-backend-vlc.changes
2015-01-07 09:38:13.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.phonon4qt5-backend-vlc.new/phonon4qt5-backend-vlc.changes
   2016-04-06 11:52:40.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 13:00:32 UTC 2016 - wba...@tmo.at
+
+- Conflict with newer VLC versions to prevent problems or even
+  crashes (boo#968905)
+
+---



Other differences:
--
++ phonon4qt5-backend-vlc.spec ++
--- /var/tmp/diff_new_pack.nkn8t5/_old  2016-04-06 11:52:41.0 +0200
+++ /var/tmp/diff_new_pack.nkn8t5/_new  2016-04-06 11:52:41.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package phonon4qt5-backend-vlc
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -37,6 +37,7 @@
 BuildRequires:  pkgconfig(phonon4qt5) >= %{_phonon4qt5_version}
 Requires:   libphonon4qt5 => %{_phonon4qt5_version}
 Requires:   vlc-noX >= %( echo `rpm -q --queryformat '%{VERSION}' 
vlc-devel`)
+Conflicts:  vlc-noX >  %( echo `rpm -q --queryformat '%{VERSION}' 
vlc-devel | cut -f -2 -d .`.99)
 Provides:   phonon4qt5-backend = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit sqliteodbc for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package sqliteodbc for openSUSE:Factory 
checked in at 2016-04-06 11:52:14

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


Package is "sqliteodbc"

Changes:

--- /work/SRC/openSUSE:Factory/sqliteodbc/sqliteodbc.changes2016-02-17 
12:25:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.sqliteodbc.new/sqliteodbc.changes   
2016-04-06 11:52:16.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr  4 06:48:00 UTC 2016 - tuukka.pasa...@ilmi.fi
+
+- Update to 0.9223
+  * update to SQLite 3.10.0
+  * fixes in SQLStatistic() for decting unique indices
+  * for SQLGetPrivateProfileString() try to load libodbcinst.so.2
+first, then libodbcinst.so.1
+  * eliminated some valgrind warnings regarding strcpy()
+  * increased max. length for data source name in Win32
+config dialog
+  * configure: detect presence of sqlite3_columndatabasename()
+and sqlite3_columnoriginname()
+- Doxygen.conf add 'HTML_TIMESTAMP = NO' (boo#969496)
+
+---

Old:

  sqliteodbc-0.9992.tar.gz

New:

  sqliteodbc-0.9993.tar.gz



Other differences:
--
++ sqliteodbc.spec ++
--- /var/tmp/diff_new_pack.fPQ8VN/_old  2016-04-06 11:52:17.0 +0200
+++ /var/tmp/diff_new_pack.fPQ8VN/_new  2016-04-06 11:52:17.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   sqliteodbc
-Version:0.9992
+Version:0.9993
 Release:0
 Summary:ODBC driver for SQLite
 License:BSD-2-Clause
@@ -56,6 +56,9 @@
 
 %prep
 %setup -q
+# Fix bug https://bugzilla.novell.com/show_bug.cgi?id=969496
+# No more changing time stamp for every time this builds
+echo "HTML_TIMESTAMP = NO" >> doxygen.conf
 
 %build
 %configure \

++ sqliteodbc-0.9992.tar.gz -> sqliteodbc-0.9993.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqliteodbc-0.9992/ChangeLog 
new/sqliteodbc-0.9993/ChangeLog
--- old/sqliteodbc-0.9992/ChangeLog 2015-04-13 08:29:02.0 +0200
+++ new/sqliteodbc-0.9993/ChangeLog 2016-01-11 11:01:15.0 +0100
@@ -1,6 +1,18 @@
 SQLite ODBC Driver
 --
 
+Mon Jan 11 2016 version 0.9993 released
+
+   * update to SQLite 3.10.0
+   * fixes in SQLStatistic() for decting unique indices
+   * for SQLGetPrivateProfileString() try to load libodbcinst.so.2
+ first, then libodbcinst.so.1
+   * eliminated some valgrind warnings regarding strcpy()
+   * increased max. length for data source name in Win32
+ config dialog
+   * configure: detect presence of sqlite3_columndatabasename()
+ and sqlite3_columnoriginname()
+
 Mon Apr 13 2015 version 0.9992 released
 
* update to SQLite 3.8.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqliteodbc-0.9992/Makefile.in 
new/sqliteodbc-0.9993/Makefile.in
--- old/sqliteodbc-0.9992/Makefile.in   2013-06-19 10:33:26.0 +0200
+++ new/sqliteodbc-0.9993/Makefile.in   2015-09-18 08:50:38.0 +0200
@@ -18,6 +18,8 @@
 SQLITE3_INC =  @SQLITE3_INC@
 SQLITE3_LIB =  @SQLITE3_LIB@
 SQLITE3_FLAGS = -DHAVE_SQLITE3COLUMNTABLENAME=@SQLITE3_COLUMNTABLENAME@ \
+   -DHAVE_SQLITE3COLUMNDATABASENAME=@SQLITE3_COLUMNDATABASENAME@ \
+   -DHAVE_SQLITE3COLUMNORIGINNAME=@SQLITE3_COLUMNORIGINNAME@ \
-DHAVE_SQLITE3LOADEXTENSION=@SQLITE3_LOADEXTENSION@ \
-DHAVE_SQLITE3OVERLOADFUNCTION=@SQLITE3_OVERLOADFUNCTION@ \
-DHAVE_SQLITE3PREPAREV2=@SQLITE3_PREPARE_V2@ \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sqliteodbc-0.9992/Makefile.mingw-cross 
new/sqliteodbc-0.9993/Makefile.mingw-cross
--- old/sqliteodbc-0.9992/Makefile.mingw-cross  2014-09-14 20:20:50.0 
+0200
+++ new/sqliteodbc-0.9993/Makefile.mingw-cross  2015-09-23 10:07:19.0 
+0200
@@ -44,12 +44,15 @@
 SQLITE3_SRC =  sqlite3/src
 SQLITE3_LIB =  sqlite3/libsqlite3.a
 SQLITE3_FLAGS= -DHAVE_SQLITE3COLUMNTABLENAME=1 \
+   -DHAVE_SQLITE3COLUMNDATABASENAME=1 \
+   -DHAVE_SQLITE3COLUMNORIGINNAME=1 \
-DHAVE_SQLITE3LOADEXTENSION=1 \
-DHAVE_SQLITE3PREPAREV2=1 \
-DHAVE_SQLITE3VFS=1 \
-DHAVE_SQLITE3PROFILE=1 \
-DHAVE_SQLITE3CLOSEV2=1 \
-   -DHAVE_SQLITE3STRNICMP=1
+   -DHAVE_SQLITE3STRNICMP=1 \
+   -DHAVE_SQLITE3TABLECOLUMNMETADATA=1
 SQLITE3_A10N = sqlite3/sqlite3.c
 SQLITE3_A10N_FLAGS = \
-DWIN32=1 -DNDEBUG=1 -DNO_TCL -DTHREADSAFE=1 \
diff -urN 

commit lhasa for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package lhasa for openSUSE:Factory checked 
in at 2016-04-06 11:52:41

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


Package is "lhasa"

Changes:

--- /work/SRC/openSUSE:Factory/lhasa/lhasa.changes  2015-11-10 
10:03:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.lhasa.new/lhasa.changes 2016-04-06 
11:52:45.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr  4 17:32:33 UTC 2016 - kstreit...@suse.com
+
+- Update to new upstream release 0.3.1
+  * This release fixes an integer underflow vulnerability in the
+code for doing LZH level 3 header decodes (TALOS-CAN-0095)
+[bnc#973790] [CVE-2016-2347]
+
+---

Old:

  lhasa-0.3.0.tar.gz
  lhasa-0.3.0.tar.gz.asc

New:

  lhasa-0.3.1.tar.gz
  lhasa-0.3.1.tar.gz.asc



Other differences:
--
++ lhasa.spec ++
--- /var/tmp/diff_new_pack.2FEM4e/_old  2016-04-06 11:52:46.0 +0200
+++ /var/tmp/diff_new_pack.2FEM4e/_new  2016-04-06 11:52:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lhasa
 #
-# 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 @@
 
 Name:   lhasa
 %define lname  liblhasa0
-Version:0.3.0
+Version:0.3.1
 Release:0
 Summary:Program to unpack LHARC archives
 License:ISC

++ lhasa-0.3.0.tar.gz -> lhasa-0.3.1.tar.gz ++
 9511 lines of diff (skipped)




commit golang-googlecode-freetype-go for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-googlecode-freetype-go for 
openSUSE:Factory checked in at 2016-04-06 11:52:02

Comparing /work/SRC/openSUSE:Factory/golang-googlecode-freetype-go (Old)
 and  /work/SRC/openSUSE:Factory/.golang-googlecode-freetype-go.new (New)


Package is "golang-googlecode-freetype-go"

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-googlecode-freetype-go/golang-googlecode-freetype-go.changes
  2015-07-24 09:58:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-googlecode-freetype-go.new/golang-googlecode-freetype-go.changes
 2016-04-06 11:52:08.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  3 23:59:10 UTC 2016 - i...@marguerite.su
+
+- add xz dependency for SLE
+- get rid of -source subpackage, no one use it
+
+---



Other differences:
--
++ golang-googlecode-freetype-go.spec ++
--- /var/tmp/diff_new_pack.PiQgua/_old  2016-04-06 11:52:09.0 +0200
+++ /var/tmp/diff_new_pack.PiQgua/_new  2016-04-06 11:52:09.0 +0200
@@ -28,6 +28,7 @@
 Source1:%{name}-rpmlintrc
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires: golang-packaging
+BuildRequires: xz
 Provides:  go-freetype-go = %{version}
 Obsoletes: go-freetype-go < %{version}
 %{go_provides}
@@ -36,8 +37,6 @@
 This is a port of the Freetype font rasterizer (www.freetype.org) to the Go
 programming language.
 
-%gosrc_package
-
 %prep
 %setup -q -n freetype-go-%{version}
 
@@ -47,7 +46,6 @@
 
 %install
 %goinstall
-%gosrc
 # NOTE(saschpe): Rename binaries to avoid potential file conflicts.
 # I'm not sure if "go-" is the best prefix, but should do it for now:
 for b in freetype gamma raster round truetype ; do
@@ -64,8 +62,4 @@
 %{_bindir}/go-truetype
 %{go_contribdir}/*
 
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
-
 %changelog




commit golang-github-kr-pretty for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-github-kr-pretty for 
openSUSE:Factory checked in at 2016-04-06 11:51:55

Comparing /work/SRC/openSUSE:Factory/golang-github-kr-pretty (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-kr-pretty.new (New)


Package is "golang-github-kr-pretty"

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-kr-pretty/golang-github-kr-pretty.changes
  2015-07-24 09:58:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-kr-pretty.new/golang-github-kr-pretty.changes
 2016-04-06 11:51:58.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  3 19:07:47 UTC 2016 - i...@marguerite.su
+
+- add xz dependency for SLE
+- get rid of -source subpackage, no one use it
+
+---



Other differences:
--
++ golang-github-kr-pretty.spec ++
--- /var/tmp/diff_new_pack.6w4nhx/_old  2016-04-06 11:51:59.0 +0200
+++ /var/tmp/diff_new_pack.6w4nhx/_new  2016-04-06 11:51:59.0 +0200
@@ -28,6 +28,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  golang-packaging
 BuildRequires:  golang(github.com/kr/text)
+BuildRequires:  xz
 Provides:  go-pretty.go = %{version}
 Obsoletes:  go-pretty.go < %{version}
 Provides:  go-pretty = %{version}
@@ -44,8 +45,6 @@
 This package also provides a convenience wrapper for each function in package
 fmt that takes a format string.
 
-%gosrc_package
-
 %prep
 %setup -q -n pretty-%{version}
 
@@ -55,7 +54,6 @@
 
 %install
 %goinstall
-%gosrc
 
 %check
 %gotest github.com/kr/pretty
@@ -65,8 +63,4 @@
 %doc Readme License
 %{go_contribdir}/*
 
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
-
 %changelog




commit golang-github-dchest-authcookie for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-github-dchest-authcookie for 
openSUSE:Factory checked in at 2016-04-06 11:51:50

Comparing /work/SRC/openSUSE:Factory/golang-github-dchest-authcookie (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-dchest-authcookie.new (New)


Package is "golang-github-dchest-authcookie"

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-dchest-authcookie/golang-github-dchest-authcookie.changes
  2015-08-01 11:36:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-github-dchest-authcookie.new/golang-github-dchest-authcookie.changes
 2016-04-06 11:51:55.0 +0200
@@ -1,0 +2,5 @@
+Sun Apr  3 18:51:49 UTC 2016 - i...@marguerite.su
+
+- add xz dependency for SLE
+
+---



Other differences:
--
++ golang-github-dchest-authcookie.spec ++
--- /var/tmp/diff_new_pack.1Fm0fY/_old  2016-04-06 11:51:56.0 +0200
+++ /var/tmp/diff_new_pack.1Fm0fY/_new  2016-04-06 11:51:56.0 +0200
@@ -26,6 +26,7 @@
 Url:https://github.com/dchest/authcookie
 Source0:authcookie-%{version}.tar.xz
 BuildRequires:  golang-packaging
+BuildRequires:  xz
 Provides:  go-authcookie = %{version}
 Obsoletes: go-authcookie < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit squid for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2016-04-06 11:52:21

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


Package is "squid"

Changes:

--- /work/SRC/openSUSE:Factory/squid/squid.changes  2016-03-09 
16:48:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.squid.new/squid.changes 2016-04-06 
11:52:26.0 +0200
@@ -1,0 +2,24 @@
+Mon Apr  4 07:19:58 UTC 2016 - mplus...@suse.com
+
+- Update to 3.5.16 (boo#973771)
+  * Bug 4476: Removed duplicated #include lines
+  * Bug 4452: squid -z segfaults with ufs
+  * Bug 4447:FwdState.cc:447 "serverConnection() == conn" assertion
+  * Bug 4423: adding stdio: prefix to cache_log directive produces 
+FATAL error
+  * Bug 4409: compile error when two Heimdal libraries are 
+installed
+  * Bug 2831: Cache-control: max-age not sent on TCP_IMS_HIT/304
+  * pinger: Fix buffer overflow in Icmp6::Recv
+  * pinger: Fix select(2) to actually use max_fd
+  * pinger: drop capabilities on Linux
+  * Fix memory leak of HttpRequest objects
+  * Fix memory leak when the cache of sslcrtvalidator_program is 
+disabled via ttl=0
+  * Fix assertion failed: Write.cc:41: "!ccb->active()"
+  * Fix crash on shutdown while cleaning up idle ICAP connections
+  * RFC 7725: Add registry entry for 451 status text
+  * ... and some build issues
+- Refresh all patches
+
+---

Old:

  squid-3.5.15.tar.xz
  squid-3.5.15.tar.xz.asc

New:

  squid-3.5.16.tar.xz
  squid-3.5.16.tar.xz.asc



Other differences:
--
++ squid.spec ++
--- /var/tmp/diff_new_pack.TPBxUh/_old  2016-04-06 11:52:28.0 +0200
+++ /var/tmp/diff_new_pack.TPBxUh/_new  2016-04-06 11:52:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package squid
 #
-# 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
@@ -20,7 +20,7 @@
 %define squidconfdir %{_sysconfdir}/squid
 
 Name:   squid
-Version:3.5.15
+Version:3.5.16
 Release:0
 Summary:A fully featured HTTP/1.0 proxy
 License:GPL-2.0+

++ squid-3.5.15.tar.xz -> squid-3.5.16.tar.xz ++
 1647 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/squid-3.5.15/ChangeLog new/squid-3.5.16/ChangeLog
--- old/squid-3.5.15/ChangeLog  2016-02-23 17:25:46.0 +0100
+++ new/squid-3.5.16/ChangeLog  2016-04-01 23:02:59.0 +0200
@@ -1,3 +1,21 @@
+Changes to squid-3.5.16 (02 Apr 2016):
+
+   - Bug 4476: Removed duplicated #include lines
+   - Bug 4452: squid -z segfaults with ufs
+   - Bug 4447:FwdState.cc:447 "serverConnection() == conn" assertion
+   - Bug 4423: adding stdio: prefix to cache_log directive produces FATAL 
error
+   - Bug 4409: compile error when two Heimdal libraries are installed
+   - Bug 2831: Cache-control: max-age not sent on TCP_IMS_HIT/304
+   - pinger: Fix buffer overflow in Icmp6::Recv
+   - pinger: Fix select(2) to actually use max_fd
+   - pinger: drop capabilities on Linux
+   - Fix memory leak of HttpRequest objects
+   - Fix memory leak when the cache of sslcrtvalidator_program is disabled 
via ttl=0
+   - Fix assertion failed: Write.cc:41: "!ccb->active()"
+   - Fix crash on shutdown while cleaning up idle ICAP connections
+   - RFC 7725: Add registry entry for 451 status text
+   - ... and some build issues
+
 Changes to squid-3.5.15 (23 Feb 2016):
 
- Bug 3870: assertion failed: String.cc: 'len_ + len <65536' in 
ESI::CustomParser
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/squid-3.5.15/RELEASENOTES.html new/squid-3.5.16/RELEASENOTES.html
--- old/squid-3.5.15/RELEASENOTES.html  2016-02-23 18:14:19.0 +0100
+++ new/squid-3.5.16/RELEASENOTES.html  2016-04-02 00:42:35.0 +0200
@@ -2,10 +2,10 @@
 
 
  
- Squid 3.5.15 release notes
+ Squid 3.5.16 release notes
 

commit golang-googlecode-go-gb for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-googlecode-go-gb for 
openSUSE:Factory checked in at 2016-04-06 11:52:06

Comparing /work/SRC/openSUSE:Factory/golang-googlecode-go-gb (Old)
 and  /work/SRC/openSUSE:Factory/.golang-googlecode-go-gb.new (New)


Package is "golang-googlecode-go-gb"

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-googlecode-go-gb/golang-googlecode-go-gb.changes
  2015-08-01 11:36:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.golang-googlecode-go-gb.new/golang-googlecode-go-gb.changes
 2016-04-06 11:52:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 00:00:52 UTC 2016 - i...@marguerite.su
+
+- add xz buildrequires for SLE
+
+---



Other differences:
--
++ golang-googlecode-go-gb.spec ++
--- /var/tmp/diff_new_pack.LlSnOq/_old  2016-04-06 11:52:12.0 +0200
+++ /var/tmp/diff_new_pack.LlSnOq/_new  2016-04-06 11:52:12.0 +0200
@@ -25,6 +25,7 @@
 Group: Development/Languages/Other
 Source0:   go-gb-%{version}.tar.xz
 BuildRequires:  golang-packaging
+BuildRequires: xz
 Provides:  go-go-gb = %{version}
 Obsoletes: go-go-gb < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit golang-github-golang-protobuf for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package golang-github-golang-protobuf for 
openSUSE:Factory checked in at 2016-04-06 11:51:52

Comparing /work/SRC/openSUSE:Factory/golang-github-golang-protobuf (Old)
 and  /work/SRC/openSUSE:Factory/.golang-github-golang-protobuf.new (New)


Package is "golang-github-golang-protobuf"

Changes:

--- 
/work/SRC/openSUSE:Factory/golang-github-golang-protobuf/golang-github-golang-protobuf.changes
  2016-01-12 16:14:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-golang-protobuf.new/golang-github-golang-protobuf.changes
 2016-04-06 11:51:56.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  3 19:05:32 UTC 2016 - i...@marguerite.su
+
+- add xz dependency for SLE
+- get rid of -source subpackage, no one use it
+
+---



Other differences:
--
++ golang-github-golang-protobuf.spec ++
--- /var/tmp/diff_new_pack.MasASw/_old  2016-04-06 11:51:57.0 +0200
+++ /var/tmp/diff_new_pack.MasASw/_new  2016-04-06 11:51:57.0 +0200
@@ -27,6 +27,7 @@
 Source: protobuf-%{version}.tar.xz
 BuildRequires:  golang-packaging
 BuildRequires:  protobuf-devel
+BuildRequires:  xz
 Provides:   go-goprotobuf = %{version}
 Obsoletes:  go-goprotobuf < %{version}
 Provides:   go-protobuf = %{version}
@@ -38,8 +39,6 @@
 This package provides Go support, in the form of a library and protocol
 compiler plugin, for Google's protocol buffers. (RPC is not supported.)
 
-%gosrc_package
-
 %prep
 %setup -q -n protobuf-%{version}
 
@@ -49,7 +48,6 @@
 
 %install
 %goinstall
-%gosrc
 
 %files
 %defattr(-,root,root,-)
@@ -57,8 +55,4 @@
 %{_bindir}/protoc-gen-go
 %{go_contribdir}/*
 
-%files source
-%defattr(-,root,root,-)
-%{go_contribsrcdir}/*
-
 %changelog




commit hawk2 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package hawk2 for openSUSE:Factory checked 
in at 2016-04-06 11:52:28

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


Package is "hawk2"

Changes:

--- /work/SRC/openSUSE:Factory/hawk2/hawk2.changes  2016-04-01 
13:03:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.hawk2.new/hawk2.changes 2016-04-06 
11:52:30.0 +0200
@@ -1,0 +2,12 @@
+Sat Apr 02 20:43:22 UTC 2016 - kgronl...@suse.com
+
+- Update to version 2.0.0+git.1459616683.31efac7:
+  + Reports: Allow generating reports on offline nodes
+  + UI: Add clear state operation for nodes
+  + UI: Status: Always show migrate option
+  + Model: Fix missing fence operation for nodes (bsc#973722)
+  + UI: Status: Refresh CIB after user changes (bsc#973723)
+  + UI: Fix partial CIB refresh by removing monitor epoch (bsc#973723)
+  + UI: Only overwrite CIB if epoch is newer
+
+---

Old:

  hawk2-2.0.0+git.1459374052.159281a.tar.bz2

New:

  hawk2-2.0.0+git.1459616683.31efac7.tar.bz2



Other differences:
--
++ hawk2.spec ++
--- /var/tmp/diff_new_pack.F5tlXH/_old  2016-04-06 11:52:31.0 +0200
+++ /var/tmp/diff_new_pack.F5tlXH/_new  2016-04-06 11:52:31.0 +0200
@@ -31,13 +31,13 @@
 %definegname   haclient
 %defineuname   hacluster
 
-%define version_unconverted 2.0.0+git.1459374052.159281a
+%define version_unconverted 2.0.0+git.1459616683.31efac7
 
 Name:   hawk2
 Summary:HA Web Konsole
 License:GPL-2.0
 Group:  %{pkg_group}
-Version:2.0.0+git.1459374052.159281a
+Version:2.0.0+git.1459616683.31efac7
 Release:0
 Url:http://www.clusterlabs.org/wiki/Hawk
 Source: %{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.F5tlXH/_old  2016-04-06 11:52:31.0 +0200
+++ /var/tmp/diff_new_pack.F5tlXH/_new  2016-04-06 11:52:31.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/hawk.git
-  159281ac28491b758b46e3f492d3990423aa8953
\ No newline at end of file
+  31efac70e90a9014985c8c6d59920d0e9a825a3c
\ No newline at end of file

++ hawk2-2.0.0+git.1459374052.159281a.tar.bz2 -> 
hawk2-2.0.0+git.1459616683.31efac7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/dashboard.js 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/dashboard.js
--- 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/dashboard.js 
2016-03-31 07:22:40.0 +0200
+++ 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/dashboard.js 
2016-04-02 22:43:16.0 +0200
@@ -307,14 +307,12 @@
   function clusterRefresh(clusterId, clusterInfo) {
 indicator(clusterId, "refresh");
 
-//console.log("request cib", $("#" + clusterId).data('epoch'), (new 
Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/cib/live?mini=true=json",
 type: "GET",
 data: { _method: 'show' },
 crossDomain: clusterInfo.host != null,
 success: function(data) {
   displayClusterStatus(clusterId, data);
-  //console.log("response cib", data.meta.epoch, (new 
Date()).getTime());
   $("#" + clusterId).data('epoch', data.meta.epoch);
   clusterUpdate(clusterId, clusterInfo);
 },
@@ -328,14 +326,12 @@
 
   function clusterUpdate(clusterId, clusterInfo) {
 var current_epoch = $("#" + clusterId).data('epoch');
-//console.log("request monitor", current_epoch, (new Date()).getTime());
 ajaxQuery({ url: baseUrl(clusterInfo) + "/monitor.json",
 type: "GET",
 data: current_epoch,
 timeout: 9,
 crossDomain: clusterInfo.host != null,
 success: function(data) {
-  //console.log("response monitor", data.epoch, current_epoch, 
(new Date()).getTime());
   if (data.epoch != current_epoch) {
 clusterRefresh(clusterId, clusterInfo);
   } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/module/basics.js
 
new/hawk2-2.0.0+git.1459616683.31efac7/hawk/app/assets/javascripts/module/basics.js
--- 
old/hawk2-2.0.0+git.1459374052.159281a/hawk/app/assets/javascripts/module/basics.js
 2016-03-31 07:22:40.0 

commit gtkmm-documentation for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package gtkmm-documentation for 
openSUSE:Factory checked in at 2016-04-06 11:51:41

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


Package is "gtkmm-documentation"

Changes:

--- /work/SRC/openSUSE:Factory/gtkmm-documentation/gtkmm-documentation.changes  
2016-03-29 14:25:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gtkmm-documentation.new/gtkmm-documentation.changes 
2016-04-06 11:51:44.0 +0200
@@ -1,0 +2,15 @@
+Wed Mar 30 12:03:22 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.0:
+  + Builder chapter and example: Describe additional parameters to
+get_widget_derived() (bgo#134161).
+  + CellrendererPopup example: Don't use deprecated methods.
+  + Custom widget and ListBox examples: Update use of CSS files.
+  + Custom widget example: Avoid some warnings.
+  + ProgressBar example: Fix the type of a signal connection id
+data member.
+  + Update the Internationalization chapter (bgo#701908).
+  + gmmproc section: Add "String Parameter Processing" section.
+  + C++11: Use nullptr instead of 0.
+
+---

Old:

  gtkmm-documentation-3.19.3.tar.xz

New:

  gtkmm-documentation-3.20.0.tar.xz



Other differences:
--
++ gtkmm-documentation.spec ++
--- /var/tmp/diff_new_pack.ZAualX/_old  2016-04-06 11:51:45.0 +0200
+++ /var/tmp/diff_new_pack.ZAualX/_new  2016-04-06 11:51:45.0 +0200
@@ -17,17 +17,17 @@
 
 
 Name:   gtkmm-documentation
-Version:3.19.3
+Version:3.20.0
 Release:0
 Summary:C++ Bindings for GTK+ -- Documentation
 License:GFDL-1.2 and GPL-2.0+
 Group:  Documentation/Other
 Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.19/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gtkmm-documentation/3.20/%{name}-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(giomm-2.4) >= 2.45.40
-BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.19.3
+BuildRequires:  pkgconfig(giomm-2.4) >= 2.48.0
+BuildRequires:  pkgconfig(gtkmm-3.0) >= 3.20.0
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ gtkmm-documentation-3.19.3.tar.xz -> gtkmm-documentation-3.20.0.tar.xz 
++
 4223 lines of diff (skipped)




commit virtualbox for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2016-04-06 11:51:14

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2016-03-16 
10:42:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2016-04-06 11:51:19.0 +0200
@@ -1,0 +2,39 @@
+Mon Apr  4 00:01:12 UTC 2016 - larry.fin...@lwfinger.net
+
+-  Fix problem with SONAME for VBoxOGL.so. With the Oracle code, it is 
libGL.so.1 rather than VBoxOGL.so.1.
+   Thanks to Max Lin  for notifying me about the problem.
+   This fix adds file "vbox_prevent_wrong_SONAME.patch"
+
+---
+Thu Mar 31 16:49:11 UTC 2016 - larry.fin...@lwfinger.net
+
+-  Fix problems with previous submission
+
+   Removed copy of user manual from download site as there is no special 
manual for 5.0.17.
+   File VirtualBox-5.0.17-r106108-r106140.patch is added to update the Oracle 
source to the latest commit.
+
+---
+Wed Mar 30 21:06:08 UTC 2016 - larry.fin...@lwfinger.net
+
+-  Modify Guest Additions so that openSUSE build works with new Oracle code. 
The following changes have been made:
+
+   Added Oracle patch to bring code to r106140 commit.
+   Moved VB guest modules to /lib/modules/.../misc/. This layout matches that 
of the Oracle Guest Additions ISO.
+   Added missing copy of Module.symvers from vboxguest build so that loads of 
vboxvideo can resolve all symbols.
+   Remove patch added in previous cycle to build under kernel 4.5.0. The 
Oracle code now has this fix.
+
+   With these changes, both Gnome and KDE desktops as VB virtual machines work 
with gdm and the versions of X.Org that do not run as root.
+   The only known defect is that the mouse pointer is missing when 3D 
acceleration is turned on in the VB control panel.
+
+---
+Mon Mar  7 22:20:56 UTC 2016 - larry.fin...@lwfinger.net
+
+-  Version bump to 5.0.17 (released 2016-03-07 by Oracle)
+
+Following the 5.0.16 release, the Guest Additions were updated to support 
Linux guests
+with X.Org Server running without root privileges and to fix certain 3D 
acceleration-related issues.
+There are no other changes to VirtualBox.
+
+A patch "vbox-guest-add.diff" is needed to enable the Oracle code to build 
with kernel 4.5.
+
+---

Old:

  VirtualBox-5.0.16-patched.tar.bz2

New:

  VirtualBox-5.0.17-patched.tar.bz2
  VirtualBox-5.0.17-r106108-r106140.patch
  vbox_prevent_wrong_SONAME.patch



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.mzgEaP/_old  2016-04-06 11:51:21.0 +0200
+++ /var/tmp/diff_new_pack.mzgEaP/_new  2016-04-06 11:51:21.0 +0200
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:   virtualbox
-Version:5.0.16
+Version:5.0.17
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+
@@ -31,7 +31,7 @@
 # WARNING: This is not a comment, but the real command to repack souce
 #%(bash %{_sourcedir}/virtualbox-patch-source.sh VirtualBox-%{version}.tar.bz2)
 Source0:VirtualBox-%{version}-patched.tar.bz2
-Source1:
http://download.virtualbox.org/%{name}/%{version}/UserManual.pdf
+Source1:UserManual.pdf
 Source2:%{name}-60-vboxdrv.rules
 Source3:%{name}-60-vboxguest.rules
 Source4:%{name}-default.virtualbox
@@ -83,6 +83,10 @@
 Patch108:   virtualbox-snpritnf-buffer-overflow.patch
 # Patch to add code to explain USB Passthru
 Patch109:   vbox-usb-warning.diff
+# Upgrade sources from r106108 to r106140
+Patch110:   VirtualBox-5.0.17-r106108-r106140.patch
+# Prevent Guest Additions from creating wrong SONAME
+Patch111:   vbox_prevent_wrong_SONAME.patch
 #
 BuildRequires:  LibVNCServer-devel
 BuildRequires:  SDL-devel
@@ -104,7 +108,7 @@
 BuildRequires:  kernel-syms
 BuildRequires:  libcap-devel
 BuildRequires:  libcurl-devel
-BuildRequires:  libgsoap-devel
+#BuildRequires:  libgsoap-devel
 BuildRequires:  libidl-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libqt4-devel
@@ -313,6 +317,8 @@
 %patch107 -p1
 %patch108 -p1
 %patch109 -p1
+%patch110 -p0
+%patch111 -p1
 #copy user manual
 cp %{SOURCE1} UserManual.pdf
 #copy kbuild config
@@ -405,6 +411,11 @@
cp 

commit iproute2 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package iproute2 for openSUSE:Factory 
checked in at 2016-04-06 11:51:06

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


Package is "iproute2"

Changes:

--- /work/SRC/openSUSE:Factory/iproute2/iproute2-doc.changes2016-01-21 
23:41:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.iproute2.new/iproute2-doc.changes   
2016-04-06 11:51:08.0 +0200
@@ -1,0 +2,15 @@
+Sat Mar 26 19:01:48 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 4.5
+* {f,m}_bpf: allow for sharing maps
+* geneve: add support for IPv6 link partners
+* geneve: add support for lwt tunnel creation and dst port selection
+* route: allow routes to be configured with expire values
+* iplink: support setting addrgenmode stable_secret
+* tipc: add peer remove functionality
+* tc, clsact: add clsact frontend
+* ss: support closing inet sockets via SOCK_DESTROY.
+* bridge: support for static and dynamic fdb entries
+* iplink: Support VF Trust
+
+---
iproute2.changes: same change

Old:

  iproute2-4.4.0.tar.sign
  iproute2-4.4.0.tar.xz

New:

  iproute2-4.5.0.tar.sign
  iproute2-4.5.0.tar.xz



Other differences:
--
++ iproute2-doc.spec ++
--- /var/tmp/diff_new_pack.7p1aIw/_old  2016-04-06 11:51:09.0 +0200
+++ /var/tmp/diff_new_pack.7p1aIw/_new  2016-04-06 11:51:09.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   iproute2-doc
-Version:4.4
+Version:4.5
 Release:0
-%define rversion 4.4.0
+%define rversion 4.5.0
 Summary:Documentation to iproute2
 License:GPL-2.0+
 Group:  Documentation/Other
@@ -42,6 +42,9 @@
 BuildRequires:  texlive-ec
 BuildRequires:  texlive-latex
 BuildRequires:  tex(english.ldf)
+BuildRequires:  tex(fancyvrb.sty)
+BuildRequires:  tex(float.sty)
+BuildRequires:  tex(fullpage.sty)
 %define with_xt 1
 %if 0%{?with_xt}
 BuildRequires:  pkgconfig(libmnl)

++ iproute2.spec ++
--- /var/tmp/diff_new_pack.7p1aIw/_old  2016-04-06 11:51:09.0 +0200
+++ /var/tmp/diff_new_pack.7p1aIw/_new  2016-04-06 11:51:09.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   iproute2
-Version:4.4
+Version:4.5
 Release:0
-%define rversion 4.4.0
+%define rversion 4.5.0
 Summary:Linux network configuration utilities
 License:GPL-2.0
 Group:  Productivity/Networking/Routing

++ iproute2-4.4.0.tar.xz -> iproute2-4.5.0.tar.xz ++
 9605 lines of diff (skipped)

++ iproute2-dirs.diff ++
--- /var/tmp/diff_new_pack.7p1aIw/_old  2016-04-06 11:51:10.0 +0200
+++ /var/tmp/diff_new_pack.7p1aIw/_new  2016-04-06 11:51:10.0 +0200
@@ -1,14 +1,13 @@
 ---
- Makefile   |4 ++--
- include/iptables.h |2 +-
- netem/Makefile |6 --
- tc/q_netem.c   |2 +-
- 4 files changed, 8 insertions(+), 6 deletions(-)
+ Makefile   |4 ++--
+ netem/Makefile |6 --
+ tc/q_netem.c   |2 +-
+ 3 files changed, 7 insertions(+), 5 deletions(-)
 
-Index: iproute2-4.1.0/Makefile
+Index: iproute2-4.5.0/Makefile
 ===
 iproute2-4.1.0.orig/Makefile
-+++ iproute2-4.1.0/Makefile
+--- iproute2-4.5.0.orig/Makefile
 iproute2-4.5.0/Makefile
 @@ -1,6 +1,6 @@
  PREFIX?=/usr
  LIBDIR?=$(PREFIX)/lib
@@ -26,23 +25,10 @@
  ifneq ($(SHARED_LIBS),y)
  DEFINES+= -DNO_SHARED_LIBS
  endif
-Index: iproute2-4.1.0/include/iptables.h
+Index: iproute2-4.5.0/netem/Makefile
 ===
 iproute2-4.1.0.orig/include/iptables.h
-+++ iproute2-4.1.0/include/iptables.h
-@@ -5,7 +5,7 @@
- #include "libiptc/libiptc.h"
- 
- #ifndef IPT_LIB_DIR
--#define IPT_LIB_DIR "/usr/local/lib/iptables"
-+#define IPT_LIB_DIR LIBDIR
- #endif
- 
- #ifndef IPPROTO_SCTP
-Index: iproute2-4.1.0/netem/Makefile
-===
 iproute2-4.1.0.orig/netem/Makefile
-+++ iproute2-4.1.0/netem/Makefile
+--- iproute2-4.5.0.orig/netem/Makefile
 iproute2-4.5.0/netem/Makefile
 @@ -5,6 +5,8 @@ HOSTCC ?= $(CC)
  CCOPTS  = $(CBUILD_CFLAGS)
  LDLIBS += -lm 
@@ -64,10 +50,10 @@
done
  
  clean:
-Index: iproute2-4.1.0/tc/q_netem.c
+Index: iproute2-4.5.0/tc/q_netem.c
 ===
 iproute2-4.1.0.orig/tc/q_netem.c
-+++ iproute2-4.1.0/tc/q_netem.c
+--- iproute2-4.5.0.orig/tc/q_netem.c
 iproute2-4.5.0/tc/q_netem.c
 @@ -113,7 +113,7 @@ static int get_distribution(const char *
char *line = NULL;
char name[128];




commit rear for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package rear for openSUSE:Factory checked in 
at 2016-04-06 11:51:35

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


Package is "rear"

Changes:

--- /work/SRC/openSUSE:Factory/rear/rear.changes2015-11-06 
00:04:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.rear.new/rear.changes   2016-04-06 
11:51:36.0 +0200
@@ -1,0 +2,64 @@
+Tue Mar 22 10:36:19 CET 2016 - jsm...@suse.de
+
+- Version upgrade to 1.18
+  A detailed list can be found in the rear-release-notes.txt file.
+  Changes include (excerpt):
+  * Support was added for NVME SSD type of disk devices
+(issue #787)
+  * Script 99_sysreqs.sh was added to save the minimal system
+requirements necessary for cloning a system in a remote DRP
+data center (issue #798)
+  * New 99_move_away_restored_files.sh to remove restored files
+after recover (issue #799) New array was introduced to make
+this - BACKUP_RESTORE_MOVE_AWAY_FILES=()
+  * Add example configuration for NetBackup Master/Media server
+  * Added backup capabilities; getcap and setcap are used
+to backup and restore (issue #771)
+  * Added support for new backup method Novastor NovaBACKUP DC
+(+BACKUP=NBKDC+) (issue #669)
+  * Code was improved to have network teaming support (issue #655)
+  * Example configuration to put backup and rescue image
+on same ISO image, eg. DVD (issue #430)
+  * /mnt/local became a global variable TARGET_FS_ROOT (issue #708)
+  * Copy rear.log from recovery into /var/log/rear/recovery/
+directory after "rear recover" (issue #706)
+  * wipefs will be used when available (issue #649)
+  * SAN related improvements with btrfs (issue #695)
+  * Support for shim.efi (UEFI booting) added (issue #702)
+  * Added support for elilo (used by SLES 11/12)
+(issue #583, #691, #692, #693)
+  * Bareos team added BAREOS_FILESET and ISO_DEFAULT to
+default.conf (for automated DR tests executed by
+Bareos team; issue #686, #719)
+  * New SLE11-SLE12-SAP-HANA-UEFI-example.conf (issue #683)
+  * usr/share/rear/conf/examples/SLE12-SP1-btrfs-example.conf
+added as an example configuration file
+  * Added support for the SUSE specific gpt_sync_mbr partitioning
+scheme (issue #544)
+  * Improved btrfs snapshot support with SLES 12 (issue #556)
+  * Unload scsi_debug driver in recovery mode (issue #626)
+  * Saved the current mount points and permissions;
+in order to improve and avoid missing mount points
+after recovery (issue #619)
+  * grub support for ppc64 (issue #673)
+  * grub2 supported was added for ppc64 (issue #672)
+  * ppc64le support was added into the rear.spec (issue #665)
+  * Network code partially rewritten to improve teaming
+(issue #662)
+  * Changed default value of USE_CFG2HTML from 1 to empty
+(means do not run cfg2html by default) (issue #643)
+  * Move the 50_selinux_autorelabel.sh script to the default
+location so it gets picked up by all backup methods.
+This was required for RHEL 7 (issue #650)
+  * Check via NSR if the ISO image is not obsolete (issue #653)
+  * Added ebiso support within rear (required for UEFI booting
+with SLES 11 & 12 (issue #657)
+  * FDR/Upstream (BACKUP=FDRUPSTREAM) (NEW!) (issue #659)
+- SLE11-ext3-example.conf, SLE12-SP1-btrfs-example.conf,
+  and SLE12-btrfs-example.conf are now provided in the
+  upstream sources.
+- SLE12-SP1-btrfs.patch and rear1172a-gpt_sync_mbr.patch
+  are obsolete because it is now implemented in the upstream
+  sources.
+
+---

Old:

  SLE11-ext3-example.conf
  SLE12-SP1-btrfs-example.conf
  SLE12-SP1-btrfs.patch
  SLE12-btrfs-example.conf
  rear-1.17.2.tar.gz
  rear1172a-gpt_sync_mbr.patch

New:

  rear-1.18.tar.gz



Other differences:
--
++ rear.spec ++
--- /var/tmp/diff_new_pack.VhhtxB/_old  2016-04-06 11:51:37.0 +0200
+++ /var/tmp/diff_new_pack.VhhtxB/_new  2016-04-06 11:51:37.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rear
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,11 +19,12 @@
 %bcond_without use_mkisofs
 
 Name:   rear
-# Version 1.17.2.a is rear upstream version 1.17.2 plus SUSE specific patches,
+# When there are SUSE specific patches, add a trailing letter 'a' 'b' 'c' ...
+# to the rear upstrea, version (e.g. "Version: 1.18.a"
 # see https://github.com/rear/rear/issues/666
-Version:1.17.2.a
+Version:   

commit xinit for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package xinit for openSUSE:Factory checked 
in at 2016-04-06 11:51:21

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


Package is "xinit"

Changes:

--- /work/SRC/openSUSE:Factory/xinit/xinit.changes  2015-05-15 
07:42:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.xinit.new/xinit.changes 2016-04-06 
11:51:22.0 +0200
@@ -1,0 +2,8 @@
+Fri Apr  1 08:39:03 UTC 2016 - e...@suse.com
+
+- xinit.tar.bz2:
+  update /etc/X11/xinit/xinitrc.common to make sure numbered scripts
+  are run sequentially. All non-numbered scripts will still be run in
+  background to avoid stalling on non-daemonizing 'services' (boo#973559).
+
+---



Other differences:
--
++ xinit.spec ++
--- /var/tmp/diff_new_pack.0VzE1w/_old  2016-04-06 11:51:23.0 +0200
+++ /var/tmp/diff_new_pack.0VzE1w/_new  2016-04-06 11:51:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xinit
 #
-# 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

++ xinit.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/etc/X11/xinit/xinitrc.common 
new/etc/X11/xinit/xinitrc.common
--- old/etc/X11/xinit/xinitrc.common2015-03-12 11:34:07.0 +0100
+++ new/etc/X11/xinit/xinitrc.common2016-04-05 09:59:53.0 +0200
@@ -53,7 +53,11 @@
if grep -qE "^# to be sourced" $script >/dev/null 2>&1; then
. $script
else
-   $script &
+   # run number ordered scripts sequentially
+   case ${script##*/} in 
+[0-9][0-9]-*)  $script ;;
+*) $script & ;;
+   esac
fi
 else
. $script




commit php5 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2016-04-06 11:51:00

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


Package is "php5"

Changes:

--- /work/SRC/openSUSE:Factory/php5/php5.changes2016-03-09 
15:16:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2016-04-06 
11:51:01.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 10:12:22 UTC 2016 - pgaj...@suse.com
+
+- updated to 5.6.20: This is a security release. Several security 
+  bugs were fixed in this release.
+
+---

Old:

  php-5.6.19.tar.xz
  php-5.6.19.tar.xz.asc

New:

  php-5.6.20.tar.xz
  php-5.6.20.tar.xz.asc



Other differences:
--
++ php5.spec ++
--- /var/tmp/diff_new_pack.DXl6tE/_old  2016-04-06 11:51:03.0 +0200
+++ /var/tmp/diff_new_pack.DXl6tE/_new  2016-04-06 11:51:03.0 +0200
@@ -46,7 +46,7 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:   php5
-Version:5.6.19
+Version:5.6.20
 Release:0
 Summary:PHP5 Core Files
 License:PHP-3.01

++ php-5.6.19.tar.xz -> php-5.6.20.tar.xz ++
/work/SRC/openSUSE:Factory/php5/php-5.6.19.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.20.tar.xz differ: char 27, line 1





commit pam-config for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package pam-config for openSUSE:Factory 
checked in at 2016-04-06 11:50:53

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


Package is "pam-config"

Changes:

--- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes2015-01-30 
06:11:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.pam-config.new/pam-config.changes   
2016-04-06 11:50:55.0 +0200
@@ -1,0 +2,7 @@
+Fri Apr  1 11:37:05 CEST 2016 - ku...@suse.de
+
+- Update to version 0.89
+  - Includes pam_google_authenticator.patch
+  - Better check for dual-arch PAM stack
+
+---

Old:

  pam-config-0.88.tar.bz2
  pam_google_authenticator.patch

New:

  pam-config-0.89.tar.bz2



Other differences:
--
++ pam-config.spec ++
--- /var/tmp/diff_new_pack.rYmPcr/_old  2016-04-06 11:50:56.0 +0200
+++ /var/tmp/diff_new_pack.rYmPcr/_new  2016-04-06 11:50:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam-config
 #
-# 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
@@ -20,11 +20,10 @@
 Summary:Modify common PAM configuration files
 License:GPL-2.0
 Group:  System/Management
-Version:0.88
+Version:0.89
 Release:0
 PreReq: pam >= 0.99
 Source: %{name}-%{version}.tar.bz2
-Patch:  pam_google_authenticator.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,7 +37,6 @@
 
 %prep
 %setup -q
-%patch -p1
 
 %build
 %configure

++ pam-config-0.88.tar.bz2 -> pam-config-0.89.tar.bz2 ++
 6289 lines of diff (skipped)




commit kmod for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package kmod for openSUSE:Factory checked in 
at 2016-04-06 11:50:47

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


Package is "kmod"

Changes:

--- /work/SRC/openSUSE:Factory/kmod/kmod-testsuite.changes  2015-12-18 
21:51:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.kmod.new/kmod-testsuite.changes 2016-04-06 
11:50:48.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 31 16:53:28 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- Ignore make check error of ppc64 architecture, bypass boo#897845
+
+---



Other differences:
--
++ kmod-testsuite.spec ++
--- /var/tmp/diff_new_pack.4jnApN/_old  2016-04-06 11:50:49.0 +0200
+++ /var/tmp/diff_new_pack.4jnApN/_new  2016-04-06 11:50:49.0 +0200
@@ -83,6 +83,10 @@
 # empty
 
 %check
+%ifarch ppc64
+make check V=1 KDIR="%kdir" || echo "Warning: bypass boo#897845"
+%else
 make check V=1 KDIR="%kdir"
+%endif
 
 %changelog





commit krb5 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2016-04-06 11:50:34

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


Package is "krb5"

Changes:

--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2016-02-25 
21:52:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes  2016-04-06 
11:50:35.0 +0200
@@ -1,0 +2,17 @@
+Fri Apr  1 07:45:13 UTC 2016 - h...@suse.com
+
+- Upgrade from 1.14 to 1.14.1:
+  * Remove expired patches:
+0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch
+0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch
+0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch
+krbdev.mit.edu-8301.patch
+  * Replace source archives:
+krb5-1.14.tar.gz ->
+krb5-1.14.1.tar.gz
+krb5-1.14.tar.gz.asc ->
+krb5-1.14.1.tar.gz.asc
+  * Adjust line numbers in:
+krb5-fix_interposer.patch
+
+---
krb5.changes: same change

Old:

  0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch
  0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch
  0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch
  krb5-1.14.tar.gz
  krb5-1.14.tar.gz.asc
  krbdev.mit.edu-8301.patch

New:

  krb5-1.14.1.tar.gz
  krb5-1.14.1.tar.gz.asc



Other differences:
--
++ krb5-mini.spec ++
--- /var/tmp/diff_new_pack.sJh1ni/_old  2016-04-06 11:50:37.0 +0200
+++ /var/tmp/diff_new_pack.sJh1ni/_new  2016-04-06 11:50:37.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcRoot krb5-1.14
+%define srcRoot krb5-1.14.1
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -29,7 +29,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14
+Version:1.14.1
 Release:0
 Summary:MIT Kerberos5 implementation and libraries with minimal 
dependencies
 License:MIT
@@ -64,8 +64,6 @@
 Patch11:krb5-1.12-ksu-path.patch
 Patch12:krb5-1.12-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
-# see http://krbdev.mit.edu/rt/Ticket/Display.html?id=8301
-Patch14:krbdev.mit.edu-8301.patch
 Patch15:krb5-fix_interposer.patch
 Patch16:krb5-mechglue_inqure_attrs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -112,7 +110,6 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p0
-%patch14 -p1
 %patch15 -p1
 %patch16 -p1
 

++ krb5.spec ++
--- /var/tmp/diff_new_pack.sJh1ni/_old  2016-04-06 11:50:37.0 +0200
+++ /var/tmp/diff_new_pack.sJh1ni/_new  2016-04-06 11:50:37.0 +0200
@@ -16,10 +16,6 @@
 #
 
 
-%define srcRoot krb5-1.14
-%define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
-%define krb5docdir  %{_defaultdocdir}/krb5
-
 Name:   krb5
 Url:http://web.mit.edu/kerberos/www/
 BuildRequires:  autoconf
@@ -29,7 +25,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:1.14
+Version:1.14.1
 Release:0
 Summary:MIT Kerberos5 Implementation--Libraries
 License:MIT
@@ -68,13 +64,8 @@
 Patch11:krb5-1.12-ksu-path.patch
 Patch12:krb5-1.12-selinux-label.patch
 Patch13:krb5-1.9-debuginfo.patch
-# see http://krbdev.mit.edu/rt/Ticket/Display.html?id=8301
-Patch14:krbdev.mit.edu-8301.patch
 Patch15:krb5-fix_interposer.patch
 Patch16:krb5-mechglue_inqure_attrs.patch
-Patch104:   0104-Verify-decoded-kadmin-C-strings-CVE-2015-8629.patch
-Patch105:   0105-Fix-leaks-in-kadmin-server-stubs-CVE-2015-8631.patch
-Patch106:   0106-Check-for-null-kadm5-policy-name-CVE-2015-8630.patch
 Patch107:   0107-Fix-LDAP-null-deref-on-empty-arg-CVE-2016-3119.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: mktemp, grep, /bin/touch, coreutils
@@ -170,6 +161,10 @@
 practice of cleartext passwords. This package includes Libraries and
 Include Files for Development
 
+%define srcRoot krb5-%{version}
+%define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
+%define krb5docdir  %{_defaultdocdir}/krb5
+
 %prep
 %setup -q -n %{srcRoot}
 %setup -a 1 -T -D -n %{srcRoot}
@@ -183,12 +178,8 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p0
-%patch14 -p1
 %patch15 -p1
 %patch16 -p1
-%patch104 -p1
-%patch105 -p1
-%patch106 -p1
 %patch107 -p1
 
 %build

++ krb5-1.14.tar.gz -> krb5-1.14.1.tar.gz ++
/work/SRC/openSUSE:Factory/krb5/krb5-1.14.tar.gz 
/work/SRC/openSUSE:Factory/.krb5.new/krb5-1.14.1.tar.gz differ: char 5, line 1

++ krb5-fix_interposer.patch 

commit libabw for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package libabw for openSUSE:Factory checked 
in at 2016-04-06 11:49:34

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


Package is "libabw"

Changes:

--- /work/SRC/openSUSE:Factory/libabw/libabw.changes2015-11-24 
22:20:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libabw.new/libabw.changes   2016-04-06 
11:49:35.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 14:13:45 UTC 2016 - tchva...@suse.com
+
+- Add copying also to the library shipped
+
+---



Other differences:
--
++ libabw.spec ++
--- /var/tmp/diff_new_pack.ZduKLy/_old  2016-04-06 11:49:36.0 +0200
+++ /var/tmp/diff_new_pack.ZduKLy/_new  2016-04-06 11:49:36.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libabw
 #
-# 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
@@ -65,9 +65,7 @@
 %package devel-doc
 Summary:Documentation for the libabw API
 Group:  Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libabw API.
@@ -87,10 +85,11 @@
 # Fix compilation with boost 1.59
 export CPPFLAGS="-DBOOST_ERROR_CODE_HEADER_ONLY -DBOOST_SYSTEM_NO_DEPRECATED"
 %configure \
+   --disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -107,6 +106,7 @@
 
 %files -n %{libname}
 %defattr(-,root,root)
+%doc COPYING.* ChangeLog
 %{_libdir}/*.so.*
 
 %files devel




commit publicsuffix for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package publicsuffix for openSUSE:Factory 
checked in at 2016-04-06 11:50:27

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


Package is "publicsuffix"

Changes:

--- /work/SRC/openSUSE:Factory/publicsuffix/publicsuffix.changes
2016-03-18 21:34:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.publicsuffix.new/publicsuffix.changes   
2016-04-06 11:50:28.0 +0200
@@ -1,0 +2,7 @@
+Thu Mar 31 17:39:24 UTC 2016 - idon...@suse.com
+
+- 2016-03-15 update:
+  * add .xn--e1a4c, oy.lc
+  * add new gTLDs through 2016-03-25
+
+---
@@ -15 +22 @@
-  * add new gTls up through 2016-03-01
+  * add new gTLDs up through 2016-03-01



Other differences:
--
++ publicsuffix.spec ++
--- /var/tmp/diff_new_pack.kPGNll/_old  2016-04-06 11:50:29.0 +0200
+++ /var/tmp/diff_new_pack.kPGNll/_new  2016-04-06 11:50:29.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   publicsuffix
-Version:20160310
+Version:20160325
 Release:0
 Summary:Cross-vendor public domain suffix database
 License:MPL-2.0
 Group:  Productivity/Networking/Other
 Url:https://publicsuffix.org/
-Source0:
https://raw.githubusercontent.com/publicsuffix/list/1e52b7efc42b1505f9580ec15a1d692523db4a3b/public_suffix_list.dat
+Source0:
https://raw.githubusercontent.com/publicsuffix/list/86353a55099cb5bd3afc794d2bb796915c4e229f/public_suffix_list.dat
 Source1:
https://raw.githubusercontent.com/publicsuffix/list/master/LICENSE
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ public_suffix_list.dat ++
--- /var/tmp/diff_new_pack.kPGNll/_old  2016-04-06 11:50:29.0 +0200
+++ /var/tmp/diff_new_pack.kPGNll/_new  2016-04-06 11:50:29.0 +0200
@@ -6727,6 +6727,9 @@
 // http://www.dotmasr.eg/
 مصر
 
+// xn--e1a4c ("eu", Cyrillic) : EU
+ею
+
 // xn--node ("ge", Georgian Mkhedruli) : GE
 გე
 
@@ -6933,7 +6936,7 @@
 *.zw
 
 
-// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 
2016-03-01T00:46:32Z
+// List of new gTLDs imported from https://newgtlds.icann.org/newgtlds.csv on 
2016-03-25T21:39:59Z
 
 // aaa : 2015-02-26 American Automobile Association, Inc.
 aaa
@@ -7118,6 +7121,9 @@
 // army : 2014-03-06 United TLD Holdco Ltd.
 army
 
+// art : 2016-03-24 UK Creative Ideas Limited
+art
+
 // arte : 2014-12-11 Association Relative à la Télévision Européenne G.E.I.E.
 arte
 
@@ -11295,6 +11301,10 @@
 // Submitted by Duarte Santos 
 outsystemscloud.com
 
+// oy.lc
+// Submitted by Charly Coste 
+oy.lc
+
 // Pagefront : https://www.pagefronthq.com/
 // Submitted by Jason Kriss 
 pagefrontapp.com
@@ -11312,6 +11322,10 @@
 pantheonsite.io
 gotpantheon.com
 
+// Peplink | Pepwave : http://peplink.com/
+// Submitted by Steve Leung 
+mypep.link
+
 // prgmr.com : https://prgmr.com/
 // Submitted by Sarah Newman 
 xen.prgmr.com




commit libodfgen for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package libodfgen for openSUSE:Factory 
checked in at 2016-04-06 11:49:48

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


Package is "libodfgen"

Changes:

--- /work/SRC/openSUSE:Factory/libodfgen/libodfgen.changes  2016-01-04 
09:21:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libodfgen.new/libodfgen.changes 2016-04-06 
11:49:49.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 14:01:09 UTC 2016 - tchva...@suse.com
+
+- Do not use boost but stick with c++11
+
+---



Other differences:
--
++ libodfgen.spec ++
--- /var/tmp/diff_new_pack.tOkmhZ/_old  2016-04-06 11:49:50.0 +0200
+++ /var/tmp/diff_new_pack.tOkmhZ/_new  2016-04-06 11:49:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libodfgen
 #
-# 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
@@ -25,7 +25,6 @@
 Group:  Productivity/Publishing/Word
 Url:http://libwpd.sourceforge.net
 Source: 
http://downloads.sourceforge.net/project/libwpd/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -71,10 +70,11 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+   --disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}-devel/html \
-   --with-sharedptr=boost
+   --with-sharedptr=c++11
 
 make %{?_smp_mflags}
 




commit mdds-1_0 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_0 for openSUSE:Factory 
checked in at 2016-04-06 11:50:00

Comparing /work/SRC/openSUSE:Factory/mdds-1_0 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_0.new (New)


Package is "mdds-1_0"

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_0/mdds-1_0.changes2016-02-17 
12:15:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.mdds-1_0.new/mdds-1_0.changes   2016-04-06 
11:50:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 14:15:52 UTC 2016 - tchva...@suse.com
+
+- Add requires to the devel subpkg as would be correct
+
+---



Other differences:
--
++ mdds-1_0.spec ++
--- /var/tmp/diff_new_pack.EUCExb/_old  2016-04-06 11:50:03.0 +0200
+++ /var/tmp/diff_new_pack.EUCExb/_new  2016-04-06 11:50:03.0 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
-Requires:   boost-devel >= 1.39
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -44,6 +43,7 @@
 %packagedevel
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 Group:  Development/Libraries/C and C++
+Requires:   boost-devel >= 1.39
 
 %descriptiondevel
 This library provides a collection of multi-dimensional data structure and 
indexing




commit curl for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package curl for openSUSE:Factory checked in 
at 2016-04-06 11:50:15

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


Package is "curl"

Changes:

--- /work/SRC/openSUSE:Factory/curl/curl.changes2016-03-29 
09:55:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.curl.new/curl.changes   2016-04-06 
11:50:17.0 +0200
@@ -1,0 +2,11 @@
+Thu Mar 31 17:25:29 UTC 2016 - idon...@suse.com
+
+- Update to 7.48.0
+  * configure: --with-ca-fallback: use built-in TLS CA fallback
+  * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS
+  * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
+  * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0
+- Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff,
+  superseded by --with-ca-fallback configure option.
+
+---

Old:

  curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
  curl-7.47.1.tar.lzma
  curl-7.47.1.tar.lzma.asc

New:

  curl-7.48.0.tar.lzma
  curl-7.48.0.tar.lzma.asc



Other differences:
--
++ curl.spec ++
--- /var/tmp/diff_new_pack.Amaq3B/_old  2016-04-06 11:50:18.0 +0200
+++ /var/tmp/diff_new_pack.Amaq3B/_new  2016-04-06 11:50:18.0 +0200
@@ -20,7 +20,7 @@
 %bcond_with mozilla_nss
 %bcond_without testsuite
 Name:   curl
-Version:7.47.1
+Version:7.48.0
 Release:0
 Summary:A Tool for Transferring Data from URLs
 License:BSD-3-Clause and MIT
@@ -33,8 +33,6 @@
 Patch0: libcurl-ocloexec.patch
 Patch1: dont-mess-with-rpmoptflags.diff
 Patch3: curl-secure-getenv.patch
-# PATCH-FIX-OPENSUSE lnus...@suse.de -- use openssl's built in verify path as 
fallback
-Patch4: curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff
 BuildRequires:  groff
 BuildRequires:  krb5-mini-devel
 BuildRequires:  libtool
@@ -99,7 +97,6 @@
 %patch0
 %patch1
 %patch3
-%patch4 -p1
 
 %build
 # curl complains if macro definition is contained in CFLAGS
@@ -118,6 +115,7 @@
 --enable-ipv6 \
 %if %{with openssl}
 --with-ssl \
+--with-ca-fallback \
 --without-ca-path \
 --without-ca-bundle \
 %else




commit fedfs-utils for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package fedfs-utils for openSUSE:Factory 
checked in at 2016-04-06 11:49:18

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


Package is "fedfs-utils"

Changes:

--- /work/SRC/openSUSE:Factory/fedfs-utils/fedfs-utils.changes  2015-12-03 
13:29:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.fedfs-utils.new/fedfs-utils.changes 
2016-04-06 11:49:19.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 31 11:44:54 CEST 2016 - ku...@suse.de
+
+- Add fedfs-utils-missing-tirpc-include.patch
+  + Fix missing include for tirpc header files
+
+---

New:

  fedfs-utils-missing-tirpc-include.patch



Other differences:
--
++ fedfs-utils.spec ++
--- /var/tmp/diff_new_pack.ZHUSsB/_old  2016-04-06 11:49:20.0 +0200
+++ /var/tmp/diff_new_pack.ZHUSsB/_new  2016-04-06 11:49:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fedfs-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
@@ -23,6 +23,7 @@
 Summary:Utilities for mounting and managing FedFS
 License:GPL-2.0
 Group:  Productivity/Networking/System
+BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  krb5-devel
 BuildRequires:  libattr-devel
@@ -43,6 +44,7 @@
 Source1:sysconfig.fedfs
 # PATCH-FIX-UPSTREAM fedfs-utils-fix-build-with-libtirpc-1.0.patch 
m...@suse.com
 Patch0: fedfs-utils-fix-build-with-libtirpc-1.0.patch
+Patch1: fedfs-utils-missing-tirpc-include.patch
 
 %description
 RFC 5716 introduces the Federated File System (FedFS, for short). FedFS
@@ -68,6 +70,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p0
 
 %build
 %define _sharedstatedir /var/lib

++ fedfs-utils-missing-tirpc-include.patch ++
--- src/libnsdb/Makefile.am
+++ src/libnsdb/Makefile.am 2016/03/31 09:38:53
@@ -35,4 +35,4 @@
 AM_CFLAGS  = -ggdb -fstrict-aliasing \
  -Wall -Wextra -pedantic -Wformat=2 \
  -Wstrict-aliasing=2 -Wp,-D_FORTIFY_SOURCE=2
-AM_CPPFLAGS= -I. -I$(top_srcdir)/src/include
+AM_CPPFLAGS= -I. -I$(top_srcdir)/src/include -I/usr/include/tirpc



commit kernel-firmware for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2016-04-06 11:48:40

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


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2016-01-23 01:15:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2016-04-06 11:48:42.0 +0200
@@ -1,0 +2,14 @@
+Sun Apr 03 07:59:16 UTC 2016 - mplus...@suse.com
+
+- Update to version 20160330:
+  * wl18xx: update firmware file
+  * linux-firmware: intel: Update Skylake audio firmware
+  * linux-firmware/i915: Major GuC release for Skylake - ver 6.1
+  * linux-firmware: Update AMD microcode patch firmware
+  * Update radeon ucode images
+  * Update amdgpu ucode images
+  * Add amdgpu ucode images for Polaris family asics
+  * radeon: revert last kaveri mec ucode update
+- Add _service to make updating more easy
+
+---

Old:

  linux-firmware-20160112git.tar.xz

New:

  _service
  kernel-firmware-20160330.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.WG5GqU/_old  2016-04-06 11:48:43.0 +0200
+++ /var/tmp/diff_new_pack.WG5GqU/_new  2016-04-06 11:48:43.0 +0200
@@ -19,19 +19,16 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
+%define version_unconverted 20160330
+
 Name:   kernel-firmware
-Version:20160112git
+Version:20160330
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT
 Group:  System/Kernel
 Url:
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/
-# Created with umask 022; cd /_tmp
-# After git clone 
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
-# cd linux-firmware
-# git archive --format=tar --prefix=linux-firmware-20151207git/ -v master ./ | 
xz -9 -M 4G --check=crc32 -T 4 > /tmp/linux-firmware-20151207git.tar.xz
-#
-Source0:linux-firmware-%{version}.tar.xz
+Source0:kernel-firmware-%{version}.tar.xz
 Source1:firmware.sh
 # ast_dp501_fw.bin generated from header file of xf86-video-ast: MIT/X11 
License
 Source2:ast_dp501_fw.bin
@@ -87,7 +84,7 @@
 This package contains the microcode files used by AMD CPUs.
 
 %prep
-%setup -q -n linux-firmware-%{version}
+%setup -q
 cp %{SOURCE2} .
 
 %build

++ _service ++

  
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
git
.git
enable
kernel-firmware
%cd
  
  
*.tar
xz
  
  





commit yast2-samba-server for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package yast2-samba-server for 
openSUSE:Factory checked in at 2016-04-06 11:49:05

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


Package is "yast2-samba-server"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-samba-server/yast2-samba-server.changes
2016-01-16 11:56:25.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-samba-server.new/yast2-samba-server.changes   
2016-04-06 11:49:06.0 +0200
@@ -1,0 +2,7 @@
+Wed Mar 23 17:55:31 UTC 2016 - lmue...@suse.com
+
+- Don't require libsmbclient as it's pulled in by libsmbclient-devel;
+  (bsc#972197).
+- 3.1.14
+
+---

Old:

  yast2-samba-server-3.1.13.tar.bz2

New:

  yast2-samba-server-3.1.14.tar.bz2



Other differences:
--
++ yast2-samba-server.spec ++
--- /var/tmp/diff_new_pack.lmjkNM/_old  2016-04-06 11:49:07.0 +0200
+++ /var/tmp/diff_new_pack.lmjkNM/_new  2016-04-06 11:49:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -25,7 +25,6 @@
 Url:https://github.com/yast/yast-samba-server
 
 # Service.Active
-BuildRequires:  libsmbclient
 BuildRequires:  libsmbclient-devel
 BuildRequires:  perl-Crypt-SmbHash
 BuildRequires:  perl-X500-DN

++ yast2-samba-server-3.1.13.tar.bz2 -> yast2-samba-server-3.1.14.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.13/package/yast2-samba-server.changes 
new/yast2-samba-server-3.1.14/package/yast2-samba-server.changes
--- old/yast2-samba-server-3.1.13/package/yast2-samba-server.changes
2016-01-14 13:00:45.0 +0100
+++ new/yast2-samba-server-3.1.14/package/yast2-samba-server.changes
2016-03-30 20:14:18.0 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Mar 23 17:55:31 UTC 2016 - lmue...@suse.com
+
+- Don't require libsmbclient as it's pulled in by libsmbclient-devel;
+  (bsc#972197).
+- 3.1.14
+
+---
 Mon Nov 16 16:49:57 UTC 2015 - igonzalezs...@suse.com
 
 - Fix validation of AutoYaST profiles (bsc#954412)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-samba-server-3.1.13/package/yast2-samba-server.spec 
new/yast2-samba-server-3.1.14/package/yast2-samba-server.spec
--- old/yast2-samba-server-3.1.13/package/yast2-samba-server.spec   
2016-01-14 13:00:45.0 +0100
+++ new/yast2-samba-server-3.1.14/package/yast2-samba-server.spec   
2016-03-30 20:14:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-samba-server
-Version:3.1.13
+Version:3.1.14
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,9 +27,19 @@
 Group:  System/YaST
 License:GPL-2.0
 # Service.Active
-BuildRequires: yast2 >= 3.1.53
-BuildRequires: libsmbclient libsmbclient-devel perl-Crypt-SmbHash perl-X500-DN 
samba-client yast2-samba-client perl-XML-Writer update-desktop-files 
yast2-testsuite yast2-perl-bindings yast2-ldap yast2-users
+BuildRequires:  libsmbclient-devel
+BuildRequires:  perl-Crypt-SmbHash
+BuildRequires:  perl-X500-DN
+BuildRequires:  perl-XML-Writer
+BuildRequires:  samba-client
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2 >= 3.1.53
 BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-ldap
+BuildRequires:  yast2-perl-bindings
+BuildRequires:  yast2-samba-client
+BuildRequires:  yast2-testsuite
+BuildRequires:  yast2-users
 
 Requires:  perl-Crypt-SmbHash
 # Service.Active




commit kernel-source for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-04-06 11:48:21

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-03-29 09:54:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-04-06 11:48:22.0 +0200
@@ -1,0 +2,7 @@
+Mon Mar 28 09:27:57 CEST 2016 - ti...@suse.de
+
+- intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
+  (bsc#969870,boo#970968,boo#969098).
+- commit 8cf0ce6
+
+---
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -29,7 +29,7 @@
 Group:  Documentation/Man
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -53,7 +53,7 @@
 Group:  SLES
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ kernel-source.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -32,7 +32,7 @@
 Group:  Development/Sources
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ kernel-syms.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -27,7 +27,7 @@
 Version:4.5.0
 %if %using_buildservice
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ kernel-vanilla.spec ++
--- /var/tmp/diff_new_pack.EcLoMc/_old  2016-04-06 11:48:27.0 +0200
+++ /var/tmp/diff_new_pack.EcLoMc/_new  2016-04-06 11:48:27.0 +0200
@@ -63,7 +63,7 @@
 Group:  System/Kernel
 Version:4.5.0
 %if 0%{?is_kotd}
-Release:.gece3ff2
+Release:.g8cf0ce6
 %else
 Release:0
 %endif

++ patches.arch.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/patches.arch/intel_idle-prevent-SKL-H-boot-failure-when-C8-C9-C10 
new/patches.arch/intel_idle-prevent-SKL-H-boot-failure-when-C8-C9-C10
--- old/patches.arch/intel_idle-prevent-SKL-H-boot-failure-when-C8-C9-C10   
1970-01-01 01:00:00.0 +0100
+++ new/patches.arch/intel_idle-prevent-SKL-H-boot-failure-when-C8-C9-C10   
2016-03-28 09:27:57.0 +0200
@@ -0,0 +1,167 @@
+From d70e28f57e14a481977436695b0c9ba165472431 Mon Sep 17 00:00:00 2001
+From: Len Brown 
+Date: Sun, 13 Mar 2016 00:33:48 -0500
+Subject: [PATCH]