commit mariadb for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2015-09-13 09:42:17

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


Package is "mariadb"

Changes:

--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2015-07-19 
11:45:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.mariadb.new/mariadb.changes 2015-09-13 
09:42:19.0 +0200
@@ -1,0 +2,34 @@
+Fri Aug 28 14:38:45 UTC 2015 - kstreit...@suse.com
+
+- update to MariaDB 10.0.21
+  * changes:
+* https://mariadb.com/kb/en/mariadb/mariadb-10021-release-notes
+  * the following patches were processed upstream and are no longer needed:
+* mariadb-5.5.28-hotcopy.patch
+* mariadb-5.1.50-strncat-overflow.patch
+* mysql-community-server-5.1.51-mysql_config.patch
+* mariadb-5.5.32-upgrade-exit-status.patch
+* mariadb-5.5.41-mariadb-admincrash.patch
+- use syntax in mysql-systemd-helper that is accepted by both mariadb 
+  and mysql [bnc#937767]
+- fix spurious macro expansion in comment in specfile
+- install INFO_BIN and INFO_SRC, noticed in MDEV-6912
+- replace readline-devel for readline5-devel (MDEV-6912) [bnc#902396]
+- use spec-cleaner
+- Tweak some cmake switches to enable more things
+  * WITH_ASAN=OFF adress sanitization
+WITH_LIBWRAP=ON tcp wrappers
+ENABLED_PROFILING=OFF profiling disable (for mysql)
+ENABLE_DEBUG_SYNC=OFF debug testing sync disable (for mysql)
+WITH_PIC=ON by default we want pic generated binaries (for mysql)
+- set cmake options for MariaDB Galera Cluster
+- remove superfluous '--group' parameter from mysql-systemd-helper
+- make -devel package installable in the presence of LibreSSL
+- cleanup after the update-message if it was displayed
+- add 'exec' to mysql-systemd-helper to shutdown mysql/mariadb cleanly
+  [bnc#943096]
+- remove redundant entry from %{_tmpfilesdir}/mysql.conf. Using both
+  'x' and 'X' options is redundant and causes a warning message.
+  Leaving only the 'x' line fixes this problem. [bnc#942908]
+
+---

Old:

  mariadb-10.0.20.tar.gz

New:

  mariadb-10.0.21.tar.gz



Other differences:
--
++ mariadb.spec ++
--- /var/tmp/diff_new_pack.WjFZ9A/_old  2015-09-13 09:42:21.0 +0200
+++ /var/tmp/diff_new_pack.WjFZ9A/_new  2015-09-13 09:42:21.0 +0200
@@ -27,13 +27,14 @@
 %define builtin_plugins partition,csv,heap,aria,pbxt,myisam,myisammrg,xtradb
 %define extra_provides mariadb_100
 %define with_mandatory_boost 0
+%define build_extras 0
 # _tmpfilesdir is not defined in systemd macros up to openSUSE 13.2
 %{!?_tmpfilesdir: %global _tmpfilesdir %{_libexecdir}/tmpfiles.d }
 # Remove when 13.1 is out of support scope
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
-%if 0 > 0
+%if 0%{build_extras} > 0
 %define with_jemalloc 1
 %define with_oqgraph 1
 %define with_cassandra 1
@@ -43,7 +44,7 @@
 %define with_cassandra 0
 %endif
 Name:   mariadb
-Version:10.0.20
+Version:10.0.21
 Release:0
 Summary:Server part of %{pretty_name}
 License:SUSE-GPL-2.0-with-FLOSS-exception
@@ -71,7 +72,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libaio-devel
 BuildRequires:  libbz2-devel
-BuildRequires:  libedit-devel
 BuildRequires:  libevent-devel
 BuildRequires:  libtool
 BuildRequires:  libxml2-devel
@@ -80,29 +80,27 @@
 BuildRequires:  openssl-devel
 BuildRequires:  pam-devel
 BuildRequires:  pcre-devel
-BuildRequires:  pkgconfig
-BuildRequires:  procps
-BuildRequires:  pwdutils
-BuildRequires:  readline-devel
-BuildRequires:  sqlite
-BuildRequires:  tcpd-devel
-BuildRequires:  zlib-devel
-BuildRequires:  pkgconfig(systemd)
-# Tests requires time and ps and some perl modules
-# Keep in sync with Requires of mysql-testsuite
-BuildRequires:  procps
-BuildRequires:  time
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Env)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Sys::Hostname)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  pkgconfig
+# Tests requires time and ps and some perl modules
+# Keep in sync with Requires of mysql-testsuite
+BuildRequires:  procps
+BuildRequires:  pwdutils
+BuildRequires:  sqlite
+BuildRequires:  tcpd-devel
+BuildRequires:  time
+BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(systemd)
 # required by rcmysql
 Requires:   %{name}-client
 Requires:   %{name}-errormessages = 

commit perl-XML-LibXML for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2015-09-13 09:42:33

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


Package is "perl-XML-LibXML"

Changes:

--- /work/SRC/openSUSE:Factory/perl-XML-LibXML/perl-XML-LibXML.changes  
2015-05-06 11:17:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2015-09-13 09:42:35.0 +0200
@@ -1,0 +2,15 @@
+Wed Sep  2 09:21:17 UTC 2015 - co...@suse.com
+
+- updated to 2.0122
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0122  2015-09-01
+  - Enable the memory test on cygwin as well as Linux.
+  - https://rt.cpan.org/Ticket/Display.html?id=104666
+  - Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
+  the report.
+  - Fix a typo in createElementNS
+  - https://rt.cpan.org/Public/Bug/Display.html?id=106807
+  - Thanks to Rich for the report.
+
+---

Old:

  XML-LibXML-2.0121.tar.gz

New:

  XML-LibXML-2.0122.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.MZooFG/_old  2015-09-13 09:42:36.0 +0200
+++ /var/tmp/diff_new_pack.MZooFG/_new  2015-09-13 09:42:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0121
+Version:2.0122
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2

++ XML-LibXML-2.0121.tar.gz -> XML-LibXML-2.0122.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/Changes 
new/XML-LibXML-2.0122/Changes
--- old/XML-LibXML-2.0121/Changes   2015-05-03 14:02:23.0 +0200
+++ new/XML-LibXML-2.0122/Changes   2015-09-01 10:57:28.0 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl extension XML::LibXML
 
+2.0122  2015-09-01
+- Enable the memory test on cygwin as well as Linux.
+- https://rt.cpan.org/Ticket/Display.html?id=104666
+- Thanks to https://me.yahoo.com/howdidwegetherereally#f714d for
+the report.
+- Fix a typo in createElementNS
+- https://rt.cpan.org/Public/Bug/Display.html?id=106807
+- Thanks to Rich for the report.
+
 2.0121  2015-05-03
 - Mention CVE-2015-3451 and related links in the Changes (= this file)
 entry for 2.0119.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/LibXML.pm 
new/XML-LibXML-2.0122/LibXML.pm
--- old/XML-LibXML-2.0121/LibXML.pm 2015-05-03 14:04:54.0 +0200
+++ new/XML-LibXML-2.0122/LibXML.pm 2015-09-01 10:57:46.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0121"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0122"; # VERSION TEMPLATE: DO NOT CHANGE
 $ABI_VERSION = 2;
 require Exporter;
 require DynaLoader;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/LibXML.pod 
new/XML-LibXML-2.0122/LibXML.pod
--- old/XML-LibXML-2.0121/LibXML.pod2015-05-03 14:05:11.0 +0200
+++ new/XML-LibXML-2.0122/LibXML.pod2015-09-01 10:58:23.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0121
+2.0122
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/META.json 
new/XML-LibXML-2.0122/META.json
--- old/XML-LibXML-2.0121/META.json 2015-05-03 14:07:50.0 +0200
+++ new/XML-LibXML-2.0122/META.json 2015-09-01 11:01:12.0 +0200
@@ -4,7 +4,7 @@
   "Petr Pajas"
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060",
+   "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005",
"keywords" : [
   "dom",
   "html",
@@ -68,5 +68,6 @@
  "url" : "https://bitbucket.org/shlomif/perl-xml-libxml;
   }
},
-   "version" : "2.0121"
+   "version" : "2.0122",
+   "x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0121/META.yml 
new/XML-LibXML-2.0122/META.yml
--- old/XML-LibXML-2.0121/META.yml  2015-05-03 14:07:50.0 +0200
+++ new/XML-LibXML-2.0122/META.yml  2015-09-01 11:01:12.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker 

commit glew for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package glew for openSUSE:Factory checked in 
at 2015-09-13 09:42:27

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


Package is "glew"

Changes:

--- /work/SRC/openSUSE:Factory/glew/glew.changes2015-04-21 
10:50:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.glew.new/glew.changes   2015-09-13 
09:42:28.0 +0200
@@ -1,0 +2,30 @@
+Wed Sep  2 12:09:50 UTC 2015 - mplus...@suse.com
+
+- Update to 0.13.0
+  * Enhancements:
++ glxewInit, wglewInit
++ glewinfo adds support for -version, -profile 
+  core|compatibility and -flag debug|forward parameters
++ Improved cmake build support
+  * New extensions:
++ GL_ARB_ES3_2_compatibility
++ GL_ARB_fragment_shader_interlock
++ GL_ARB_gpu_shader_int64
++ GL_ARB_parallel_shader_compile
++ GL_ARB_post_depth_coverage
++ GL_ARB_sample_locations
++ GL_ARB_shader_atomic_counter_ops
++ GL_ARB_shader_ballot
++ GL_ARB_shader_clock
++ GL_ARB_shader_viewport_layer_array
++ GL_ARB_sparse_texture2
++ GL_ARB_sparse_texture_clamp
++ GL_ARB_texture_filter_minmax
++ GL_INTEL_framebuffer_CMAA
++ GL_KHR_no_error
++ GL_NV_conservative_raster_dilate
++ GL_OVR_multiview
++ GL_OVR_multiview2
+  * Bug fixes
+
+---

Old:

  glew-1.12.0.tgz

New:

  glew-1.13.0.tgz



Other differences:
--
++ glew.spec ++
--- /var/tmp/diff_new_pack.EVPIq6/_old  2015-09-13 09:42:29.0 +0200
+++ /var/tmp/diff_new_pack.EVPIq6/_new  2015-09-13 09:42:29.0 +0200
@@ -17,9 +17,9 @@
 
 
 # If you change so_ver, then you have to update baselibs.conf as well.
-%define so_ver 1_12
+%define so_ver 1_13
 Name:   glew
-Version:1.12.0
+Version:1.13.0
 Release:0
 Summary:OpenGL Extension Wrangler Library
 License:BSD-3-Clause and GPL-2.0 and MIT

++ baselibs.conf ++
--- /var/tmp/diff_new_pack.EVPIq6/_old  2015-09-13 09:42:29.0 +0200
+++ /var/tmp/diff_new_pack.EVPIq6/_new  2015-09-13 09:42:29.0 +0200
@@ -1,2 +1,2 @@
 glew
-libGLEW1_12
+libGLEW1_13

++ glew-1.12.0.tgz -> glew-1.13.0.tgz ++
 12594 lines of diff (skipped)




commit net-snmp for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package net-snmp for openSUSE:Factory 
checked in at 2015-09-13 09:42:41

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


Package is "net-snmp"

Changes:

--- /work/SRC/openSUSE:Factory/net-snmp/net-snmp.changes2015-07-24 
09:57:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.net-snmp.new/net-snmp.changes   2015-09-13 
09:42:42.0 +0200
@@ -1,0 +2,20 @@
+Thu Sep  3 09:48:31 UTC 2015 - meiss...@suse.com
+
+- reenabled md5 and des, as some tools build against it and need
+  the methods :(
+
+---
+Thu Aug 13 20:24:01 UTC 2015 - abergm...@suse.com
+
+- added net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch: to fix
+  an incompletely initialized vulnerability within the
+  snmp_pdu_parse() function of snmp_api.c.
+  (bnc#940188, CVE-2015-5621)
+
+---
+Mon Aug  3 14:35:47 UTC 2015 - meiss...@suse.com
+
+- Disable MD5 authentication method, disable DES support
+  (if something breaks, tell me)
+
+---

New:

  net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch



Other differences:
--
++ net-snmp.spec ++
--- /var/tmp/diff_new_pack.IbOeCG/_old  2015-09-13 09:42:43.0 +0200
+++ /var/tmp/diff_new_pack.IbOeCG/_new  2015-09-13 09:42:43.0 +0200
@@ -72,6 +72,7 @@
 Patch7: 
net-snmp-5.7.3-fix-snmpd-crashing-when-an-agentx-disconnects.patch
 Patch8: net-snmp-5.7.3-netgroups.patch
 Patch9: net-snmp-5.7.3-snmpstatus-suppress-output.patch
+Patch10:net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch
 #
 Summary:SNMP Daemon
 License:BSD-3-Clause and MIT
@@ -206,6 +207,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 MIBS="misc/ipfwacc ucd-snmp/diskio etherlike-mib rmon-mib velocity smux \

++ net-snmp-5.7.3-fix-snmp_pdu_parse-incomplete.patch ++
diff -Nurp net-snmp-5.7.3.pre5-orig/snmplib/snmp_api.c 
net-snmp-5.7.3.pre5/snmplib/snmp_api.c
--- net-snmp-5.7.3.pre5-orig/snmplib/snmp_api.c 2015-08-13 21:33:38.835653065 
+0200
+++ net-snmp-5.7.3.pre5/snmplib/snmp_api.c  2015-08-13 21:54:03.099348588 
+0200
@@ -4350,10 +4350,9 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char
 u_char  type;
 u_char  msg_type;
 u_char *var_val;
-int badtype = 0;
 size_t  len;
 size_t  four;
-netsnmp_variable_list *vp = NULL;
+netsnmp_variable_list *vp = NULL, *vplast = NULL;
 oid objid[MAX_OID_LEN];
 u_char *p;
 
@@ -4493,38 +4492,24 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char
   (ASN_SEQUENCE | ASN_CONSTRUCTOR),
   "varbinds");
 if (data == NULL)
-return -1;
+goto fail;
 
 /*
  * get each varBind sequence 
  */
 while ((int) *length > 0) {
-netsnmp_variable_list *vptemp;
-vptemp = (netsnmp_variable_list *) malloc(sizeof(*vptemp));
-if (NULL == vptemp) {
-return -1;
-}
-if (NULL == vp) {
-pdu->variables = vptemp;
-} else {
-vp->next_variable = vptemp;
-}
-vp = vptemp;
+vp = SNMP_MALLOC_TYPEDEF(netsnmp_variable_list);
+if (NULL == vp)
+goto fail;
 
-vp->next_variable = NULL;
-vp->val.string = NULL;
 vp->name_length = MAX_OID_LEN;
-vp->name = NULL;
-vp->index = 0;
-vp->data = NULL;
-vp->dataFreeHook = NULL;
 DEBUGDUMPSECTION("recv", "VarBind");
 data = snmp_parse_var_op(data, objid, >name_length, >type,
  >val_len, _val, length);
 if (data == NULL)
-return -1;
+goto fail;
 if (snmp_set_var_objid(vp, objid, vp->name_length))
-return -1;
+goto fail;
 
 len = MAX_PACKET_LENGTH;
 DEBUGDUMPHEADER("recv", "Value");
@@ -4604,7 +4589,7 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char
 vp->val.string = (u_char *) malloc(vp->val_len);
 }
 if (vp->val.string == NULL) {
-return -1;
+goto fail;
 }
 p = asn_parse_string(var_val, , >type, vp->val.string,
  >val_len);
@@ -4619,7 +4604,7 @@ snmp_pdu_parse(netsnmp_pdu *pdu, u_char
 vp->val_len *= sizeof(oid);
 vp->val.objid = (oid *) malloc(vp->val_len);
 if (vp->val.objid == NULL) {
-return 

commit python-lxml for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package python-lxml for openSUSE:Factory 
checked in at 2015-09-13 09:42:22

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


Package is "python-lxml"

Changes:

--- /work/SRC/openSUSE:Factory/python-lxml/python-lxml.changes  2015-08-07 
00:22:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-lxml.new/python-lxml.changes 
2015-09-13 09:42:23.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep  2 13:02:29 UTC 2015 - mci...@suse.cz
+
+- Add devel package with header files in devel package, so that others can use
+  C API (needed for dm.xmlsec.binding)
+
+---



Other differences:
--
++ python-lxml.spec ++
--- /var/tmp/diff_new_pack.tnNiDa/_old  2015-09-13 09:42:24.0 +0200
+++ /var/tmp/diff_new_pack.tnNiDa/_new  2015-09-13 09:42:24.0 +0200
@@ -59,6 +59,19 @@
 
 This package contains documentation for lxml (HTML and PDF).
 
+%package devel
+Summary:Powerful and Pythonic XML processing library - Devel files
+Group:  Development/Libraries/Python
+Requires:   %{name} = %{version}
+
+%description devel
+lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It
+provides safe and convenient access to these libraries using the ElementTree
+API. It extends the ElementTree API significantly to offer support for XPath,
+RelaxNG, XML Schema, XSLT, C14N and much more.
+
+This package contains header files needed to use lxml's C API.
+
 %prep
 %setup -q -n lxml-%{version}
 cp %{SOURCE1} .
@@ -85,6 +98,11 @@
 %exclude %{python_sitearch}/lxml/*.h
 %exclude %{python_sitearch}/lxml/includes/*.h
 
+%files devel
+%defattr(-,root,root)
+%{python_sitearch}/lxml/*.h
+%{python_sitearch}/lxml/includes/*.h
+
 %files doc
 %defattr(-,root,root)
 %doc doc/html lxmldoc-%{version}.pdf




commit libinput for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package libinput for openSUSE:Factory 
checked in at 2015-09-13 09:43:05

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


Package is "libinput"

Changes:

--- /work/SRC/openSUSE:Factory/libinput/libinput.changes2015-08-28 
08:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libinput.new/libinput.changes   2015-09-13 
09:43:06.0 +0200
@@ -1,0 +2,6 @@
+Thu Sep  3 14:34:43 UTC 2015 - mplus...@suse.com
+
+- Update to 1.0.1
+  * filter: fix constant acceleration for the X230
+
+---

Old:

  libinput-1.0.0.tar.xz
  libinput-1.0.0.tar.xz.sig

New:

  libinput-1.0.1.tar.xz
  libinput-1.0.1.tar.xz.sig



Other differences:
--
++ libinput.spec ++
--- /var/tmp/diff_new_pack.t7S1Cu/_old  2015-09-13 09:43:07.0 +0200
+++ /var/tmp/diff_new_pack.t7S1Cu/_new  2015-09-13 09:43:07.0 +0200
@@ -18,8 +18,8 @@
 
 Name:   libinput
 %define lname  libinput10
-%define rversion 1.0.0
-Version:1.0
+%define rversion 1.0.1
+Version:1.0.1
 Release:0
 Summary:Input device and event processing library
 License:MIT

++ libinput-1.0.0.tar.xz -> libinput-1.0.1.tar.xz ++
 4852 lines of diff (skipped)




commit perl-Sys-Virt for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2015-09-13 09:45:28

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


Package is "perl-Sys-Virt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2015-08-12 15:12:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2015-09-13 09:45:35.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep  5 03:04:24 UTC 2015 - jfeh...@suse.com
+
+- Update to 1.2.19
+  - Add all new APIs and constants in libvirt 1.2.19
+
+---

Old:

  Sys-Virt-1.2.18.tar.gz

New:

  Sys-Virt-1.2.19.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.bh9o7f/_old  2015-09-13 09:45:36.0 +0200
+++ /var/tmp/diff_new_pack.bh9o7f/_new  2015-09-13 09:45:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.18
+Version:1.2.19
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.18.tar.gz -> Sys-Virt-1.2.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Changes new/Sys-Virt-1.2.19/Changes
--- old/Sys-Virt-1.2.18/Changes 2015-08-03 12:57:40.0 +0200
+++ new/Sys-Virt-1.2.19/Changes 2015-09-03 11:06:49.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.2.19 2015-09-03
+
+ - Add VIR_DOMAIN_BANDWIDTH_IN_FLOOR constant
+ - Add virDomainRename method
+ - Add domain event constants for rename reason
+
 1.2.18 2015-08-03
 
  - Add VIR_ERR_MIGRATE_FINISH_OK constant
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/META.yml new/Sys-Virt-1.2.19/META.yml
--- old/Sys-Virt-1.2.18/META.yml2015-08-04 11:07:17.0 +0200
+++ new/Sys-Virt-1.2.19/META.yml2015-09-03 11:07:03.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.18
+version:  1.2.19
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/MYMETA.json 
new/Sys-Virt-1.2.19/MYMETA.json
--- old/Sys-Virt-1.2.18/MYMETA.json 2015-08-04 11:07:07.0 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.json 2015-09-03 11:06:54.0 +0200
@@ -42,5 +42,5 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.2.18"
+   "version" : "v1.2.19"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/MYMETA.yml 
new/Sys-Virt-1.2.19/MYMETA.yml
--- old/Sys-Virt-1.2.18/MYMETA.yml  2015-08-04 11:07:07.0 +0200
+++ new/Sys-Virt-1.2.19/MYMETA.yml  2015-09-03 11:06:54.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: '0'
   Time::HiRes: '0'
   XML::XPath: '0'
-version: v1.2.18
+version: v1.2.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Makefile.PL 
new/Sys-Virt-1.2.19/Makefile.PL
--- old/Sys-Virt-1.2.18/Makefile.PL 2015-08-03 12:57:40.0 +0200
+++ new/Sys-Virt-1.2.19/Makefile.PL 2015-09-03 11:06:49.0 +0200
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "1.2.18";
+my $libvirtver = "1.2.19";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/README new/Sys-Virt-1.2.19/README
--- old/Sys-Virt-1.2.18/README  2015-08-03 12:57:40.0 +0200
+++ new/Sys-Virt-1.2.19/README  2015-09-03 11:06:49.0 +0200
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is libvirt itself. For
 installation instructions, consult the INSTALL file.
 
-The current minimum required version of libvirt is 1.2.18
+The current minimum required version of libvirt is 1.2.19
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.18/Virt.xs new/Sys-Virt-1.2.19/Virt.xs
--- old/Sys-Virt-1.2.18/Virt.xs 2015-08-03 12:57:40.0 +0200
+++ new/Sys-Virt-1.2.19/Virt.xs 2015-09-03 11:06:49.0 +0200
@@ -3567,6 +3567,15 

commit virt-manager for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2015-09-13 09:45:18

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2015-09-09 20:21:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2015-09-13 09:45:25.0 +0200
@@ -1,0 +2,18 @@
+Fri Sep 11 11:17:43 MDT 2015 - carn...@suse.com
+
+- Add upstream s390x support patch (bnc#869024)
+  360fe110-add-s390x-arch-support.patch
+  virtinst-add-ppc64-arch-support.patch
+  Drop virtinst-add-s390x-ppc64-arch-support.patch
+
+---
+Thu Sep 10 13:46:12 MDT 2015 - carn...@suse.com
+
+- Add upstream s390x support patch (bnc#869024)
+  8dbe96fc-add-s390x-arch-support.patch
+  virtinst-add-s390x-ppc64-arch-support.patch
+  virtinst-s390x-disable-graphics.patch
+  Drop virtman-add-s390x-arch-support.patch
+  Drop virtman-s390x-default-to-vminstall.patch
+
+---

Old:

  virtman-add-s390x-arch-support.patch
  virtman-s390x-default-to-vminstall.patch

New:

  360fe110-add-s390x-arch-support.patch
  8dbe96fc-add-s390x-arch-support.patch
  virtinst-add-ppc64-arch-support.patch
  virtinst-s390x-disable-graphics.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.qYM7uW/_old  2015-09-13 09:45:27.0 +0200
+++ /var/tmp/diff_new_pack.qYM7uW/_new  2015-09-13 09:45:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-manager
 #
-# Copyright (c) 2015 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
@@ -42,22 +42,23 @@
 Patch3: 34db1af7-fix-adding-iscsi-pools.patch
 Patch4: 76bad650-fix-virt-xml-define-and-update.patch
 Patch5: a9b303fb-fix-copy-host-cpu-definition.patch
-Patch6: f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
-Patch7: aebebbf8-report-an-error-for-pxe-install-without-network.patch
-Patch8: 4970615f-fix-qemu-vs-lxc-detection.patch
-Patch9: eb92178e-virtinst-fix-storage-pool-lookup.patch
-Patch10:5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch
+Patch6: 8dbe96fc-add-s390x-arch-support.patch
+Patch7: f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
+Patch8: aebebbf8-report-an-error-for-pxe-install-without-network.patch
+Patch9: 4970615f-fix-qemu-vs-lxc-detection.patch
+Patch10:eb92178e-virtinst-fix-storage-pool-lookup.patch
+Patch11:5e68b0fc-dont-try-to-set-vmport-on-non-x86.patch
+Patch12:360fe110-add-s390x-arch-support.patch
 # SUSE Only
 Patch70:virtman-desktop.patch
 Patch71:virtman-kvm.patch
 Patch72:virtman-keycombo.patch
 Patch73:virtman-vminstall.patch
 Patch74:virtman-show-suse-install-repos.patch
-Patch75:virtman-s390x-default-to-vminstall.patch
-Patch76:virtman-libvirtd-not-running.patch
-Patch77:virtman-dont-allow-grub.xen-to-be-deleted.patch
-Patch78:virtinst-pvgrub2-bootloader.patch
-Patch79:virtinst-nfs-install-sanitize.patch
+Patch75:virtman-libvirtd-not-running.patch
+Patch76:virtman-dont-allow-grub.xen-to-be-deleted.patch
+Patch77:virtinst-pvgrub2-bootloader.patch
+Patch78:virtinst-nfs-install-sanitize.patch
 # Features or Enhancements
 Patch100:   virtman-eepro100.patch
 Patch101:   virtman-default-guest-from-host-os.patch
@@ -65,16 +66,17 @@
 Patch103:   virtman-autoyast-support.patch
 Patch104:   virtman-packages.patch
 Patch105:   virtman-load-stored-uris.patch
-Patch106:   virtman-add-s390x-arch-support.patch
-Patch107:   virtman-add-connect-default.patch
+Patch106:   virtman-add-connect-default.patch
 Patch120:   virtinst-storage-ocfs2.patch
 Patch121:   virtinst-default-xen-to-qcow2-format.patch
-Patch123:   virtinst-detect-oes-distros.patch
-Patch124:   virtinst-modify-gui-defaults.patch
-Patch125:   virtinst-vol-default-nocow.patch
-Patch126:   virtinst-set-cache-mode-unsafe-for-install.patch
-Patch127:   virtinst-add-default-rng-device.patch
-Patch128:   virtinst-set-qemu-emulator.patch
+Patch122:   virtinst-detect-oes-distros.patch
+Patch123:   virtinst-modify-gui-defaults.patch
+Patch124:   

commit mutt for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2015-09-13 09:45:21

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


Package is "mutt"

Changes:

--- /work/SRC/openSUSE:Factory/mutt/mutt.changes2015-01-27 
09:09:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2015-09-13 
09:45:28.0 +0200
@@ -1,0 +2,46 @@
+Fri Sep 11 15:14:48 UTC 2015 - wer...@suse.de
+
+- Update to mutt version 1.5.24
+ + terminal status-line (TS) support, a.k.a. xterm title. see the
+   following variables: $ts_enabled, $ts_icon_format, $ts_status_format
+ ! $ssl_use_sslv3 is disabled by default.
+ ! command-line arguments: -H now combines template and command-line
+   address arguments.
+ ! GnuPG signature name is set to signature.asc
+ + New color object "prompt" added.
+ + Ability to encrypt postponed messages.  See $postpone_encrypt and
+   $postpone_encrypt_as.
+ ! History ring now has a scratch buffer.
+ ! mail-key is implemented for GPGME.  (Requires a recent GPGME).
+ ! Removed GPG_AGENT_INFO check for GnuPG 2.1 compatibility.  Please
+   set pgp_use_gpg_agent if using GnuPG 2.1 or later.
+ ! $smime_encrypt_with now defaults to aes256.
+ ! GnuPG fingerprints are used internally when possible.
+   "--with-fingerprint" should be added to $pgp_list_pubring_command and
+   $pgp_list_secring_command to enable this.  Please see contrib/gpg.rc.
+   Fingerprints may also be used at the prompts for key selection.
+ + $crypt_opportunistic_encrypt automatically enables/disables encryption
+   based on message recipients.
+ ! Attachments for signed, unencrypted emails may be deleted.
+ ! Multiple crypt-hooks may be defined for the same regexp.
+   This means multiple keys may be used for a recipient.
+ + $crypt_confirmhook allows the confirmation prompt for crypt-hooks to
+   be disabled.
+ + $ssl_ciphers allows the SSL ciphers to be directly set.
+ ! sime_keys better handles importing certificate chains.
+ ! sime_keys now records certificate purposes (sign/encrypt).  Run
+   "sime_keys refresh" to update smime index files.
+ + $maildir_check_cur polls the maildir "cur" directory for new mail.
+- Ported patches
+  patch-1.5.21.vk.pgp_verbose_mime becomes patch-1.5.24.vk.pgp_verbose_mime
+  patch-1.5.23.rr.compressed.bz2 becomes patch-1.5.24.rr.compressed.bz2
+  patch-1.5.23.sidebar.20140412.patch becomes 
patch-1.5.24.sidebar.20140412.patch
+  mutt-1.5.21-opennfs.dif becomes mutt-1.5.24-opennfs.dif
+  mutt-1.5.23.dif becomes mutt-1.5.24.dif
+- Modfied patches
+  nion.sidebar-color.diff
+  widechar.sidebar.dif
+- Removed patch
+  patch-1.5.23.xtitles.patch
+
+---

Old:

  mutt-1.5.21-opennfs.dif
  mutt-1.5.23-patches.tar.bz2
  mutt-1.5.23.dif
  mutt-1.5.23.tar.gz
  patch-1.5.21.vk.pgp_verbose_mime
  patch-1.5.23.rr.compressed.bz2
  patch-1.5.23.sidebar.20140412.patch
  patch-1.5.23.xtitles.patch

New:

  mutt-1.5.24-opennfs.dif
  mutt-1.5.24-patches.tar.bz2
  mutt-1.5.24.dif
  mutt-1.5.24.tar.gz
  patch-1.5.24.rr.compressed.bz2
  patch-1.5.24.sidebar.20140412.patch
  patch-1.5.24.vk.pgp_verbose_mime



Other differences:
--
++ mutt.spec ++
--- /var/tmp/diff_new_pack.O8eFfR/_old  2015-09-13 09:45:29.0 +0200
+++ /var/tmp/diff_new_pack.O8eFfR/_new  2015-09-13 09:45:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mutt
 #
-# Copyright (c) 2015 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
@@ -24,6 +24,7 @@
 BuildRequires:  cyrus-sasl-gssapi
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
+BuildRequires:  fdupes
 BuildRequires:  gdbm-devel
 BuildRequires:  glibc-i18ndata
 BuildRequires:  ispell
@@ -66,8 +67,8 @@
 # NOTE: We don't want this dependency and desktop-data-SuSE is in all
 # desktop selections.
 #Requires:desktop-data-SuSE
-Version:1.5.23
-Release:33.2
+Version:1.5.24
+Release:0
 Summary:Mail Program
 License:GPL-2.0+
 Group:  Productivity/Networking/Email/Clients
@@ -88,15 +89,14 @@
 Patch2: %name-1.5.9i-pgpewrap.diff
 Patch3: %name-1.5.20-sendgroupreplyto.diff
 Patch4: %name-1.5.15-wrapcolumn.diff
-Patch5: patch-1.5.23.xtitles.patch
 # http://lunar-linux.org/mutt-sidebar
-Patch6: patch-1.5.23.sidebar.20140412.patch
-Patch7: mutt-1.5.21-opennfs.dif
+Patch6: patch-1.5.24.sidebar.20140412.patch
+Patch7: 

commit virtualbox for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2015-09-13 09:44:53

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.changes2015-08-21 
07:39:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2015-09-13 09:45:00.0 +0200
@@ -1,0 +2,61 @@
+Fri Sep 11 02:47:24 UTC 2015 - larry.fin...@lwfinger.net
+
+- The code base released by Oracle failed to build on 32-bit systems. They had 
already fixed the
+  problem. This update applies their solution using patch file 
vbox-32bit-build-error.diff.
+
+---
+Tue Sep  8 15:13:25 UTC 2015 - larry.fin...@lwfinger.net
+
+Version bump to 5.0.4 (released 2015-09-08 by Oracle)
+
+This is a maintenance release. The following items were fixed and/or added:
+
+VMM: fixed an issue with Windows 10 guest kernel debugging over the 
network for Hyper-V paravirtualized VMs
+VMM: fixed a bug which prevented reading the saved state of the 'PATM' 
unit from VirtualBox 4.3.x (bug #14512)
+GUI: changed default OS type for Windows from Windows XP to Windows 7
+GUI: added another pre-defined guest screen resolution (bug #14384)
+GUI: fixed update check which was broken due to changing the location of 
the root certificates (bug #13096)
+GUI: fixed issues with synchronization of Caps lock / Num lock / Scroll 
lock on Windows hosts (bug #14302)
+GUI: don't crash during VM shutdown if 2D video acceleration and 3D 
support are enabled (Mac OS X hosts only)
+GUI: several seamless fixes for certain X11 window managers, also when 
used in multi-screen setups
+GUI: Log window size, position and cursor-position fixes
+Audio: fixed playing leftover/deprecated audio samples
+Audio: fixed playing audio after suspending the host (5.0 regression; 
Linux hosts using the ALSA backend)
+Audio: fixed playing short audio samples which were chopped off formerly
+Audio: fixed distortions on OS X when the sample rate of the guest stream 
and host device don't match
+Storage: fixed raw disk access and flat VMDK image access which would be 
always opened readonly (5.0.2 regression; bugs #14425, #14461)
+Storage: fixed initial encryption of VDI images after they were compacted 
(bug #14496)
+VGA: fix for certain graphics modes (bug #14516)
+NAT: don't freeze while the VM is paused if the network attachment mode is 
changed from/to NAT with activated port forwarding
+OVF: fixed duplicate USB controller entries in exported OVA/OVF (bug 
#14462)
+Shared Folders: fixed a path separator issue (bug #14434)
+Drag and drop: fixed crashes on OS X hosts when doing host-to-guest 
transfers
+VBoxManage: another attempt to not deny changing the network adapter type 
at VM runtime (5.0 regression; bug #14308)
+VBoxManage: fixed broken guestcontrol  list command (5.0 
regression)
+VBoxManage: fixed broken Guest Control stdout/stderr output (5.0 
regression)
+Mac OS X hosts: fixed remaining problems with activated SMAP (Broadwell 
and later; bug #14412)
+Mac OS X hosts: fixed broken 3D support (5.0.2 regression; bug #14476)
+Linux hosts: Linux 4.2 fix
+Linux hosts: don't crash on older Linux distributions if the DBus service 
isn't running (bug #14543)
+Windows hosts: fixed the VERR_LDR_MISMATCH_NATIVE error message (bug 
#14420)
+Windows hosts: fix for Windows 10 build 10525 and later (bug #14502)
+Windows hosts: fixed network adapter enumeration on Windows 10 (bug #14437)
+Windows hosts: prevent intermittent host network disconnects during VM 
start/shutdown with bridged networking (bug #14500)
+Windows Additions: fixed the call to the memory allocation function (bug 
#14415)
+Linux Additions: be more forgiving if the compilation of the vboxvideo 
module fails (bug #14547)
+X11 Additions: fixed a number of small issues with dynamic resizing and 
full-screen and seamless modes. 
+
+---
+Tue Sep  1 15:03:14 UTC 2015 - wba...@tmo.at
+
+- Install and enable the vboxadd-service init script, to make 
+  auto-mounting of shared folders and time synchronization work
+- Install VBoxService to /usr/sbin/ instead of /usr/bin/ so that
+  vboxadd-service can find it, it cannot be run as user anyway
+- Create the /media folder with appropriate permissions on
+  distributions higher than 13.1, it doesn't exist any more and the
+  one that VBoxService creates automatically cannot be accessed by
+  normal users
+- Fixes boo#908669 and boo#936254
+

commit virt-v2v for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2015-09-13 09:45:26

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


Package is "virt-v2v"

Changes:

--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes2015-07-22 
09:20:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new/virt-v2v.changes   2015-09-13 
09:45:34.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 11 02:58:45 UTC 2015 - mlati...@suse.com
+
+- Prevent 'uninitialized value $oldname' warnings if network name
+  is not defined (bsc#939542).
+  check_net_oldname.patch
+- Support conversions of domains using direct (macvtap) network
+  configurations. Automatic remapping is only possible through the
+  --network or --bridge parameter.
+  support_macvtap_networks.patch
+- Change 'ExclusiveArch' to x86_64 as Xen sources are x86_64 only,
+  and the target running virt-v2v must be the same arch (remote
+  targets are not supported).
+
+---

New:

  check_net_oldname.patch
  support_macvtap_networks.patch



Other differences:
--
++ virt-v2v.spec ++
--- /var/tmp/diff_new_pack.u49pa2/_old  2015-09-13 09:45:35.0 +0200
+++ /var/tmp/diff_new_pack.u49pa2/_new  2015-09-13 09:45:35.0 +0200
@@ -44,6 +44,8 @@
 Patch15:support_any_opensuse_ver.patch
 Patch16:use_x86_64_for_i586.patch
 Patch17:handle_existing_storage.patch
+Patch18:check_net_oldname.patch
+Patch19:support_macvtap_networks.patch
 Patch50:meta_license_to_list.patch
 Patch99:remove_esx_examples.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,7 +60,7 @@
 # Unfortunately, despite really being noarch, we have to make virt-v2v arch
 # dependent to avoid build failures on architectures where libguestfs isn't
 # available.
-ExclusiveArch:  x86_64 ppc64 ppc64le s390x
+ExclusiveArch:  x86_64
 
 # Build system direct requirements
 BuildRequires:  gettext
@@ -170,6 +172,8 @@
 %patch15 -p1
 %patch16 -p1
 %patch17 -p1
+%patch18 -p1
+%patch19 -p1
 # Apply meta_license_to_list.patch only for versions > SLES12
 %if 0%{?suse_version} >= 1320
 %patch50 -p1

++ check_net_oldname.patch ++
In some network configurations (e.g. macvtap), it is possible to see the
following error during the conversion:

 Use of uninitialized value $oldname in concatenation (.) or string at
 /usr/lib/perl5/vendor_perl/5.18.2/Sys/VirtConvert/Config.pm line 489.

Prevent the error by ensure $oldname and $oldtype are defined before
attempting to use them.

Index: virt-v2v-0.9.1/lib/Sys/VirtConvert/Config.pm
===
--- virt-v2v-0.9.1.orig/lib/Sys/VirtConvert/Config.pm
+++ virt-v2v-0.9.1/lib/Sys/VirtConvert/Config.pm
@@ -486,10 +486,12 @@ sub map_network
 
 my $mapping;
 foreach my $root (@search) {
-($mapping) = $root->findnodes
-("network[\@type='$oldtype' and \@name='$oldname']/network");
+if (defined($oldtype) && defined($oldname)) {
+($mapping) = $root->findnodes
+("network[\@type='$oldtype' and \@name='$oldname']/network");
 
-last if defined($mapping);
+last if defined($mapping);
+}
 }
 
 unless (defined($mapping)) {
++ support_macvtap_networks.patch ++
Support network configurations such as:

 
   
   
   
   
 

which should be converted to:

 
   
   
   
   
 

It is not possible to map this to another network through the virt-v2v
configuration file, or to validate that the interface works on the target.
Remapping during conversion can be done through the --network or --bridge
parameters.


Index: virt-v2v-0.9.1/lib/Sys/VirtConvert/Connection/LibVirt.pm
===
--- virt-v2v-0.9.1.orig/lib/Sys/VirtConvert/Connection/LibVirt.pm
+++ virt-v2v-0.9.1/lib/Sys/VirtConvert/Connection/LibVirt.pm
@@ -225,6 +225,13 @@ sub _parse_dom
 $info{mac} = _node_val($nic, 'mac/@address');
 $info{vnet} = _node_val($nic, 'source/@network | source/@bridge');
 $info{vnet_type} = _node_val($nic, '@type');
+if (($info{vnet_type} eq 'direct') && (!defined($info{vnet}))) {
+my ($source) = $root->findnodes('devices/interface/source');
+if (defined($source)) {
+$info{vnet_source}->{dev} = _node_val($source, '@dev');
+$info{vnet_source}->{mode} = _node_val($source, '@mode');
+}
+}
 
 push(@{$meta{nics}}, \%info);
 }
Index: virt-v2v-0.9.1/lib/Sys/VirtConvert/Connection/LibVirtTarget.pm

commit criu for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2015-09-13 09:45:15

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


Package is "criu"

Changes:

--- /work/SRC/openSUSE:Factory/criu/criu.changes2015-08-01 
11:39:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2015-09-13 
09:45:24.0 +0200
@@ -1,0 +2,27 @@
+Fri Sep 11 16:06:30 CEST 2015 - ti...@suse.de
+
+- Disable systemd service as a temporary workaround for possibile
+  security issues (CVE-2015-5228, CVE-2015-5231, bsc#943105)
+- Update to criu 1.7:
+  * Improved cgroups management
+  * Support for seccomp strict mode
+  * Support for stream unix sockets inheritance
+  * Support uid/gid-restricted mounts in userns
+  * Support deleted bind-mounts
+  * Ability to specify maximum ghost file size
+  * OverlayFS support
+  * Support relative unix sockets' bind paths
+  * Altivec and PSX support for PPC
+  * Small PIE loader
+  * Temporary proc mountpoint is mounted with nosuid, noexec and nodev
+  * Less memory copies when preparing restorer binary
+  * CRIT action "show" for less keystrokes on common use-case
+  * Fsnotify log messages now use hex everywhere :)
+  * CRIT output doesn't mix fields any more
+  * Many fixes
+- Drop obsoleted patches:
+  crit-install-prefix.diff
+  lsm-prototype-fix.diff
+  4c5b23e5-criu.pc.diff
+
+---

Old:

  4c5b23e5-criu.pc.diff
  crit-install-prefix.diff
  criu-1.6.tar.bz2
  lsm-prototype-fix.diff

New:

  criu-1.7.tar.bz2



Other differences:
--
++ criu.spec ++
--- /var/tmp/diff_new_pack.N2r5jJ/_old  2015-09-13 09:45:24.0 +0200
+++ /var/tmp/diff_new_pack.N2r5jJ/_new  2015-09-13 09:45:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package criu
 #
-# Copyright (c) 2015 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
@@ -16,18 +16,16 @@
 #
 
 
-%define package_version 1.6
+%define with_systemd_service 0
+%define package_version 1.7
 Name:   criu
-Version:1.6
+Version:1.7
 Release:0
 Summary:Checkpoint/Restore In Userspace Tools
 License:GPL-2.0
 Group:  System/Console
 Url:http://criu.org/
 Source0:http://download.openvz.org/criu/criu-%{package_version}.tar.bz2
-Patch1: crit-install-prefix.diff
-Patch2: lsm-prototype-fix.diff
-Patch3: 4c5b23e5-criu.pc.diff
 BuildRequires:  asciidoc
 BuildRequires:  pkg-config
 BuildRequires:  protobuf-c
@@ -67,9 +65,6 @@
 
 %prep
 %setup -q -n %{name}-%{package_version}
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 # fix up the broken protobuf descriptor.proto (comment-in-comment)
 rm -f protobuf/google/protobuf/descriptor.proto
 sed -e's@/\*@@g' -e's@\*/@@g' /usr/include/google/protobuf/descriptor.proto > 
protobuf/google/protobuf/descriptor.proto
@@ -92,7 +87,11 @@
 # for compatiblity
 ln -s criu %{buildroot}%{_sbindir}/crtools
 ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
+%if !%with_systemd_service
+rm -f %{buildroot}%{_unitdir}/criu.*
+%endif
 
+%if %with_systemd_service
 %pre
 %service_add_pre criu.service criu.socket
 exit 0
@@ -108,6 +107,7 @@
 %postun
 %service_del_postun criu.service criu.socket
 exit 0
+%endif
 
 %post -n libcriu1 -p /sbin/ldconfig
 
@@ -119,7 +119,9 @@
 %{_sbindir}/*
 %{_bindir}/*
 %{_mandir}/man*/*
+%if %with_systemd_service
 %{_unitdir}/criu.*
+%endif
 %config %{_sysconfdir}/logrotate.d/*
 /usr/lib/python*/site-packages/crit-*.egg-info
 /usr/lib/python*/site-packages/pycriu

++ criu-1.6.tar.bz2 -> criu-1.7.tar.bz2 ++
 14277 lines of diff (skipped)




commit yast2-users for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2015-09-13 09:43:41

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


Package is "yast2-users"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2015-07-16 
17:18:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2015-09-13 09:43:42.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  1 15:29:38 UTC 2015 - igonzalezs...@suse.com
+
+- Move users creation to first stage during autoinstallation,
+  so it is not needed to run the 2nd stage to have a minimal system
+  (bnc#892091)
+- 3.1.40
+---

Old:

  yast2-users-3.1.39.tar.bz2

New:

  yast2-users-3.1.40.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.kS78ut/_old  2015-09-13 09:43:43.0 +0200
+++ /var/tmp/diff_new_pack.kS78ut/_new  2015-09-13 09:43:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@
 Provides:   yast2-config-users
 Provides:   yast2-trans-inst-user
 Provides:   yast2-trans-users
+Conflicts:  autoyast2 < 3.1.92
 
 # y2usernote, y2useritem
 Requires:   yast2-perl-bindings >= 2.18.0

++ yast2-users-3.1.39.tar.bz2 -> yast2-users-3.1.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.39/package/yast2-users.changes 
new/yast2-users-3.1.40/package/yast2-users.changes
--- old/yast2-users-3.1.39/package/yast2-users.changes  2015-07-08 
11:52:37.0 +0200
+++ new/yast2-users-3.1.40/package/yast2-users.changes  2015-09-04 
13:32:16.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Sep  1 15:29:38 UTC 2015 - igonzalezs...@suse.com
+
+- Move users creation to first stage during autoinstallation,
+  so it is not needed to run the 2nd stage to have a minimal system
+  (bnc#892091)
+- 3.1.40
+---
 Thu Jul  2 20:49:05 UTC 2015 - igonzalezs...@suse.com
 
 - Allow editing password-less users (bsc#928607)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.39/package/yast2-users.spec 
new/yast2-users-3.1.40/package/yast2-users.spec
--- old/yast2-users-3.1.39/package/yast2-users.spec 2015-07-08 
11:52:37.0 +0200
+++ new/yast2-users-3.1.40/package/yast2-users.spec 2015-09-04 
13:32:16.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.39
+Version:3.1.40
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@
 Provides:   yast2-config-users
 Provides:   yast2-trans-inst-user
 Provides:   yast2-trans-users
+Conflicts:  autoyast2 < 3.1.92
 
 # y2usernote, y2useritem
 Requires:   yast2-perl-bindings >= 2.18.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.39/src/clients/users_auto.rb 
new/yast2-users-3.1.40/src/clients/users_auto.rb
--- old/yast2-users-3.1.39/src/clients/users_auto.rb2015-07-08 
11:52:37.0 +0200
+++ new/yast2-users-3.1.40/src/clients/users_auto.rb2015-09-04 
13:32:16.0 +0200
@@ -129,13 +129,15 @@
 @ret = Users.Read == ""
 Progress.set(@progress_orig)
   elsif @func == "Write"
+# NOTE: this code is not executed during autoinstallation (instead, the
+# users_finish is used).
 Yast.import "Progress"
 Users.SetWriteOnly(true)
 @progress_orig = Progress.set(false)
 @ret = Users.Write == ""
 Progress.set(@progress_orig)
-  # Return if configuration  was changed
-  # return boolean
+# Return if configuration  was changed
+# return boolean
   elsif @func == "GetModified"
 @ret = Users.Modified
   # Set all modified flags
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.39/src/clients/users_finish.rb 
new/yast2-users-3.1.40/src/clients/users_finish.rb
--- old/yast2-users-3.1.39/src/clients/users_finish.rb  2015-07-08 
11:52:37.0 +0200
+++ new/yast2-users-3.1.40/src/clients/users_finish.rb  2015-09-04 
13:32:16.0 +0200
@@ -66,11 +66,28 @@
   elsif @func == "Write"
 # Creating all users and their environment
 
-# write the root 

commit yast2-installation for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-installation for 
openSUSE:Factory checked in at 2015-09-13 09:43:11

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


Package is "yast2-installation"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2015-08-29 20:03:19.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes   
2015-09-13 09:43:13.0 +0200
@@ -1,0 +2,21 @@
+Fri Sep  4 07:07:33 UTC 2015 - jsr...@suse.cz
+
+- fix bug preventing to finish proposal in some sutuations
+  (bsc#944334)
+- 3.1.159
+
+---
+Thu Sep  3 14:41:07 CEST 2015 - loci...@suse.com
+
+- Fixed setting language / languages in the installation welcome
+  screen (bsc#943746, bsc#944035)
+- 3.1.158
+
+---
+Wed Sep  2 09:43:21 UTC 2015 - igonzalezs...@suse.com
+
+- Move #second_stage_required? method to InstFunctions module
+  to be used by AutoYaST (bnc#892091)
+- 3.1.157
+
+---

Old:

  yast2-installation-3.1.156.tar.bz2

New:

  yast2-installation-3.1.159.tar.bz2



Other differences:
--
++ yast2-installation.spec ++
--- /var/tmp/diff_new_pack.c3bvoD/_old  2015-09-13 09:43:14.0 +0200
+++ /var/tmp/diff_new_pack.c3bvoD/_new  2015-09-13 09:43:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.156
+Version:3.1.159
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-installation-3.1.156.tar.bz2 -> yast2-installation-3.1.159.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.156/package/yast2-installation.changes 
new/yast2-installation-3.1.159/package/yast2-installation.changes
--- old/yast2-installation-3.1.156/package/yast2-installation.changes   
2015-08-26 16:29:09.0 +0200
+++ new/yast2-installation-3.1.159/package/yast2-installation.changes   
2015-09-04 09:24:11.0 +0200
@@ -1,4 +1,25 @@
 ---
+Fri Sep  4 07:07:33 UTC 2015 - jsr...@suse.cz
+
+- fix bug preventing to finish proposal in some sutuations
+  (bsc#944334)
+- 3.1.159
+
+---
+Thu Sep  3 14:41:07 CEST 2015 - loci...@suse.com
+
+- Fixed setting language / languages in the installation welcome
+  screen (bsc#943746, bsc#944035)
+- 3.1.158
+
+---
+Wed Sep  2 09:43:21 UTC 2015 - igonzalezs...@suse.com
+
+- Move #second_stage_required? method to InstFunctions module
+  to be used by AutoYaST (bnc#892091)
+- 3.1.157
+
+---
 Tue Aug 25 10:17:24 CEST 2015 - sch...@suse.de
 
 - fixed cio_ignore testcase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.156/package/yast2-installation.spec 
new/yast2-installation-3.1.159/package/yast2-installation.spec
--- old/yast2-installation-3.1.156/package/yast2-installation.spec  
2015-08-26 16:29:09.0 +0200
+++ new/yast2-installation-3.1.159/package/yast2-installation.spec  
2015-09-04 09:24:11.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-installation
-Version:3.1.156
+Version:3.1.159
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-installation-3.1.156/src/include/installation/inst_inc_first.rb 
new/yast2-installation-3.1.159/src/include/installation/inst_inc_first.rb
--- old/yast2-installation-3.1.156/src/include/installation/inst_inc_first.rb   
2015-08-26 16:29:09.0 +0200
+++ new/yast2-installation-3.1.159/src/include/installation/inst_inc_first.rb   
2015-09-04 09:24:11.0 +0200
@@ -45,6 +45,7 @@
   Yast.import "Mode"
   Yast.import "ProductFeatures"
   Yast.import "AutoinstConfig"
+  Yast.import "InstFunctions"
 
   Yast.include include_target, "installation/misc.rb"
 end
@@ -175,7 +176,7 @@
   # file name
   run_yast_at_boot = 
"#{Installation.destdir}/#{Installation.run_yast_at_boot}"
 
-  if second_stage_required?
+  if InstFunctions.second_stage_required?
 Builtins.y2milestone("Running the second stage is required")
 

commit libevdev for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package libevdev for openSUSE:Factory 
checked in at 2015-09-13 09:43:22

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


Package is "libevdev"

Changes:

--- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes2015-04-03 
14:33:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libevdev.new/libevdev.changes   2015-09-13 
09:43:24.0 +0200
@@ -1,0 +2,27 @@
+Fri Sep  4 07:23:46 UTC 2015 - mplus...@suse.com
+
+- Update to 1.4.4
+  * Fix invalid absinfo range values reported by certain mtk soc
+  * tools: print out evdev override udev rule from touchpad edge 
+detector
+  * tools - tweak-device: add a --resolution command 
+  * tools - tweak-device: revamp to reduce use of globals
+  * Note that libevdev_free() does not close the fd
+  * tool   - tweak-device: fix wrong error message if the LED 
+doesn't exist
+  * tools - tweak-device: close the fd on exit
+- Changes for 1.4.3
+  * include: update to 4.1 header
+  * tools: complain about devices that don't have abs x/y axes in 
+the edge detector
+  * tools: widen frequency resolution to µs in the DPI tool
+- Changes for 1.4.2
+  * tools: fix help string for manual DPI calculation
+  * include: update to 4.0 header
+- Changes for 1.4.1
+  * Accept LIBEVDEV_READ_FLAG_BLOCKING as valid flag
+  * ABS_MAX counts as MT axis for the event queue
+  * cosmetic: fix a comment
+  * Disable test-static-link in case of shared only build.
+
+---

Old:

  libevdev-1.4.tar.xz

New:

  libevdev-1.4.4.tar.xz



Other differences:
--
++ libevdev.spec ++
--- /var/tmp/diff_new_pack.qOa3l6/_old  2015-09-13 09:43:25.0 +0200
+++ /var/tmp/diff_new_pack.qOa3l6/_new  2015-09-13 09:43:25.0 +0200
@@ -19,7 +19,7 @@
 
 Name:   libevdev
 %define sonum  2
-Version:1.4
+Version:1.4.4
 Release:0
 Summary:A wrapper library for evdev devices
 License:MIT

++ libevdev-1.4.tar.xz -> libevdev-1.4.4.tar.xz ++
 6079 lines of diff (skipped)




commit linuxrc for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2015-09-13 09:44:06

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


Package is "linuxrc"

Changes:

--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2015-08-15 
11:39:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes 2015-09-13 
09:44:07.0 +0200
@@ -1,0 +2,19 @@
+Mon Sep  7 18:16:05 CEST 2015 - snw...@suse.com
+
+- s390x: keep ssh active when selecting vnc (bsc#943744)
+- 5.0.54
+
+---
+Mon Sep  7 14:01:11 CEST 2015 - snw...@suse.com
+
+- fix typo
+- s390x: in install type dialog, make vnc & ssh mutually exclusive (bsc#943744)
+- 5.0.53
+
+---
+Wed Sep  2 10:21:11 CEST 2015 - snw...@suse.com
+
+- s390x: treat virtio network device as 'normal' network device (bsc#943743)
+- 5.0.52
+
+---

Old:

  linuxrc-5.0.51.tar.xz

New:

  linuxrc-5.0.54.tar.xz



Other differences:
--
++ linuxrc.spec ++
--- /var/tmp/diff_new_pack.Bk01px/_old  2015-09-13 09:44:08.0 +0200
+++ /var/tmp/diff_new_pack.Bk01px/_new  2015-09-13 09:44:08.0 +0200
@@ -25,7 +25,7 @@
 Summary:SUSE Installation Program
 License:GPL-3.0+
 Group:  System/Boot
-Version:5.0.51
+Version:5.0.54
 Release:0
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ linuxrc-5.0.51.tar.xz -> linuxrc-5.0.54.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.51/VERSION new/linuxrc-5.0.54/VERSION
--- old/linuxrc-5.0.51/VERSION  2015-08-12 12:45:46.0 +0200
+++ new/linuxrc-5.0.54/VERSION  2015-09-07 18:14:10.0 +0200
@@ -1 +1 @@
-5.0.51
+5.0.54
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.51/changelog new/linuxrc-5.0.54/changelog
--- old/linuxrc-5.0.51/changelog2015-08-12 12:45:46.0 +0200
+++ new/linuxrc-5.0.54/changelog2015-09-07 18:14:10.0 +0200
@@ -1,3 +1,13 @@
+2015-09-07:5.0.54
+   - s390x: keep ssh active when selecting vnc (bsc #943744)
+
+2015-09-07:5.0.53
+   - fix typo
+   - s390x: in install type dialog, make vnc & ssh mutually exclusive (bsc 
#943744)
+
+2015-09-01:5.0.52
+   - s390x: treat virtio network device as 'normal' network device (bsc 
#943743)
+
 2015-08-11:5.0.51
- s390x: in kvm, don't ask for net device type
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.51/install.c new/linuxrc-5.0.54/install.c
--- old/linuxrc-5.0.51/install.c2015-08-12 12:45:46.0 +0200
+++ new/linuxrc-5.0.54/install.c2015-09-07 18:14:10.0 +0200
@@ -309,6 +309,7 @@
 
 case di_display_ssh:
   config.usessh=1;
+  config.vnc=0;
   net_ask_password();
   break;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.51/net.c new/linuxrc-5.0.54/net.c
--- old/linuxrc-5.0.51/net.c2015-08-12 12:45:46.0 +0200
+++ new/linuxrc-5.0.54/net.c2015-09-07 18:14:10.0 +0200
@@ -50,6 +50,12 @@
 
 
 #if defined(__s390__) || defined(__s390x__)
+// settings for config.hwp.layer2
+// (layer2 attribute for network cards)
+#define LAYER2_UNDEF   0
+#define LAYER2_NO  1
+#define LAYER2_YES 2
+
 int net_activate_s390_devs_ex(hd_t* hd, char** device);
 #endif
 
@@ -150,7 +156,7 @@
 if(
   config.net.setup & NS_DHCP &&
 #if defined(__s390__) || defined(__s390x__)
-  config.hwp.layer2 - 1 &&
+  config.hwp.layer2 != LAYER2_NO &&
 #endif
   !config.ifcfg.manual->ptp
 ) {
@@ -776,8 +782,17 @@
   char *type;
   sprintf(path, "/sys/class/net/%s/device/layer2", item_devs[choice - 1]);
   type = util_get_attr(path);
-  if(!strncmp(type, "1", sizeof "1" )) {config.hwp.layer2=2; }
-  else {config.hwp.layer2=1;}
+  // set the layer2 tag for network cards
+  // LAYER2_UNDEF means it doesn't have this attribute (e.g. virtio)
+  if(*type == 0) {
+config.hwp.layer2 = LAYER2_UNDEF;
+  }
+  else if(*type == '1') {
+config.hwp.layer2 = LAYER2_YES;
+  }
+  else {
+config.hwp.layer2 = LAYER2_NO;
+  }
 }
   }
 #endif
@@ -1509,9 +1524,9 @@
   
   IFNOTAUTO(config.hwp.layer2)
   {
-config.hwp.layer2 = dia_yesno("Enable OSI Layer 2 

commit autoyast2 for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-09-13 09:44:16

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


Package is "autoyast2"

Changes:

--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes  2015-08-29 
20:03:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-09-13 
09:44:17.0 +0200
@@ -1,0 +2,17 @@
+Mon Sep  7 22:32:50 UTC 2015 - igonzalezs...@suse.com
+
+- Fix premature loading of AutoInstall which prevented running
+  configuration clients during 2nd stage (bsc#944770)
+- 3.1.93
+
+---
+Tue Sep  1 15:25:44 UTC 2015 - igonzalezs...@suse.com
+
+- Move users creation to the first stage, so it is not needed
+  to run the 2nd stage to have a minimal system.
+- Do no add AutoYaST packages if the second stage won't be
+  executed.
+- Fixes bnc#892091
+- 3.1.92
+
+---

Old:

  autoyast2-3.1.91.tar.bz2

New:

  autoyast2-3.1.93.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.N80NRA/_old  2015-09-13 09:44:18.0 +0200
+++ /var/tmp/diff_new_pack.N80NRA/_new  2015-09-13 09:44:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.91
+Version:3.1.93
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +57,7 @@
 Requires:   yast2-storage >= 3.1.59
 Requires:   yast2-transfer >= 2.21.0
 Requires:   yast2-xml
+Conflicts:  yast2-installation < 3.1.158
 
 Provides:   yast2-config-autoinst
 Provides:   yast2-module-autoinst
@@ -204,6 +205,8 @@
 %{yast_moduledir}/Kickstart.rb
 %dir %{yast_agentdir}
 %{yast_agentdir}/ag_ksimport
+%dir %{yast_libdir}/autoinstall
+%{yast_libdir}/autoinstall/*.rb
 
 # additional files
 
@@ -263,6 +266,7 @@
 %{yast_moduledir}/AutoinstDrive.rb
 %{yast_moduledir}/AutoinstPartPlan.rb
 %{yast_moduledir}/AutoinstPartition.rb
+%{yast_moduledir}/AutoinstFunctions.rb
 
 #clients
 %{yast_clientdir}/inst_autoinit.rb

++ autoyast2-3.1.91.tar.bz2 -> autoyast2-3.1.93.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.91/.travis.yml 
new/autoyast2-3.1.93/.travis.yml
--- old/autoyast2-3.1.91/.travis.yml2015-08-26 14:00:12.0 +0200
+++ new/autoyast2-3.1.93/.travis.yml2015-09-09 07:24:10.0 +0200
@@ -5,10 +5,11 @@
 # disable rvm, use system Ruby
 - rvm reset
 - wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation-control yast2-packager trang" -g "rspec:3.3.0 yast-rake 
gettext"
+- sh ./travis_setup.sh -p "rake yast2-devtools yast2-testsuite yast2 
yast2-storage yast2-xml yast2-transfer yast2-services-manager 
yast2-installation yast2-installation-control yast2-packager trang" -g 
"rspec:3.3.0 yast-rake gettext"
 script:
 - rake check:syntax
 - rake check:pot
+- rake test:unit
 - make -f Makefile.cvs
 - make
 - sudo make install
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.91/package/autoyast2.changes 
new/autoyast2-3.1.93/package/autoyast2.changes
--- old/autoyast2-3.1.91/package/autoyast2.changes  2015-08-26 
14:00:12.0 +0200
+++ new/autoyast2-3.1.93/package/autoyast2.changes  2015-09-09 
07:24:10.0 +0200
@@ -1,4 +1,21 @@
 ---
+Mon Sep  7 22:32:50 UTC 2015 - igonzalezs...@suse.com
+
+- Fix premature loading of AutoInstall which prevented running
+  configuration clients during 2nd stage (bsc#944770)
+- 3.1.93
+
+---
+Tue Sep  1 15:25:44 UTC 2015 - igonzalezs...@suse.com
+
+- Move users creation to the first stage, so it is not needed
+  to run the 2nd stage to have a minimal system.
+- Do no add AutoYaST packages if the second stage won't be
+  executed.
+- Fixes bnc#892091
+- 3.1.92
+
+---
 Tue Aug 25 14:49:13 CEST 2015 - sch...@suse.de
 
 - Do not restart dbus service after installation. Otherwise some
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.91/package/autoyast2.spec 
new/autoyast2-3.1.93/package/autoyast2.spec
--- 

commit glucat for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package glucat for openSUSE:Factory checked 
in at 2015-09-13 09:45:03

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


Package is "glucat"

Changes:

--- /work/SRC/openSUSE:Factory/glucat/glucat.changes2015-09-08 
17:57:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.glucat.new/glucat.changes   2015-09-13 
09:45:11.0 +0200
@@ -1,0 +2,16 @@
+Thu Sep 10 19:49:45 UTC 2015 - badshah...@gmail.com
+
+- Update to version 0.8.0:
+  + Drop all deprecated options (breaks backward compatibility):
+-  (was enabled by the option
+  _GLUCAT_USE_GNU_CXX_HASH_MAP).
+-  (_GLUCAT_USE_BACKWARD_HASH_MAP).
+-  (_GLUCAT_USE_TR1_UNORDERED_MAP).
+-  (the old default: the option
+  _GLUCAT_USE_STD_RANDOM is no longer needed, and is ignored,
+  as  is now the default).
+-  (_GLUCAT_USE_ALGLIB).
+- 
+   (_GLUCAT_USE_BINDINGS_V1).
+
+---

Old:

  glucat-0.7.5.tar.gz

New:

  glucat-0.8.0.tar.gz



Other differences:
--
++ glucat.spec ++
--- /var/tmp/diff_new_pack.H9VR50/_old  2015-09-13 09:45:12.0 +0200
+++ /var/tmp/diff_new_pack.H9VR50/_new  2015-09-13 09:45:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   glucat
-Version:0.7.5
+Version:0.8.0
 Release:0
 Summary:Library of C++ templates implementing universal Clifford 
algebras
 License:LGPL-3.0

++ glucat-0.7.5.tar.gz -> glucat-0.8.0.tar.gz ++
/work/SRC/openSUSE:Factory/glucat/glucat-0.7.5.tar.gz 
/work/SRC/openSUSE:Factory/.glucat.new/glucat-0.8.0.tar.gz differ: char 5, line 
1




commit phpMyAdmin for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-09-13 09:45:13

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.changes2015-08-27 
08:57:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes   
2015-09-13 09:45:20.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 11 09:55:59 UTC 2015 - ec...@opensuse.org
+
+- update 4.4.14.1 (2015-09-08)
+- Security fixes: [boo#945420]
+  * PMASA-2015-4 (CVE-2015-6830, CWE-661 CWE-307)
+https://www.phpmyadmin.net/security/PMASA-2015-4/
+- fix issue [security] reCaptcha bypass
+
+---

Old:

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

New:

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



Other differences:
--
++ phpMyAdmin.spec ++
--- /var/tmp/diff_new_pack.k11dRg/_old  2015-09-13 09:45:21.0 +0200
+++ /var/tmp/diff_new_pack.k11dRg/_new  2015-09-13 09:45:21.0 +0200
@@ -29,7 +29,7 @@
 %define ap_grp nogroup
 %endif
 Name:   phpMyAdmin
-Version:4.4.14
+Version:4.4.14.1
 Release:0
 Summary:Administration of MySQL over the web
 License:GPL-2.0+

++ phpMyAdmin-4.4.14-all-languages.tar.xz -> 
phpMyAdmin-4.4.14.1-all-languages.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.14-all-languages/ChangeLog 
new/phpMyAdmin-4.4.14.1-all-languages/ChangeLog
--- old/phpMyAdmin-4.4.14-all-languages/ChangeLog   2015-08-20 
14:58:29.0 +0200
+++ new/phpMyAdmin-4.4.14.1-all-languages/ChangeLog 2015-09-08 
18:07:00.0 +0200
@@ -1,6 +1,9 @@
 phpMyAdmin - ChangeLog
 ==
 
+4.4.14.1 (2015-09-08)
+- issue[security] reCaptcha bypass
+
 4.4.14.0 (2015-08-20)
 - issue #11367 Export after search, missing WHERE clause
 - issue #11380 Incomplete message after import
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.14-all-languages/README 
new/phpMyAdmin-4.4.14.1-all-languages/README
--- old/phpMyAdmin-4.4.14-all-languages/README  2015-08-20 14:58:29.0 
+0200
+++ new/phpMyAdmin-4.4.14.1-all-languages/README2015-09-08 
18:07:00.0 +0200
@@ -1,7 +1,7 @@
 phpMyAdmin - Readme
 ===
 
-Version 4.4.14
+Version 4.4.14.1
 
 A set of PHP-scripts to manage MySQL over the web.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.14-all-languages/RELEASE-DATE-4.4.14 
new/phpMyAdmin-4.4.14.1-all-languages/RELEASE-DATE-4.4.14
--- old/phpMyAdmin-4.4.14-all-languages/RELEASE-DATE-4.4.14 2015-08-20 
14:58:29.0 +0200
+++ new/phpMyAdmin-4.4.14.1-all-languages/RELEASE-DATE-4.4.14   1970-01-01 
01:00:00.0 +0100
@@ -1 +0,0 @@
-Thu Aug 20 12:58:05 UTC 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/phpMyAdmin-4.4.14-all-languages/RELEASE-DATE-4.4.14.1 
new/phpMyAdmin-4.4.14.1-all-languages/RELEASE-DATE-4.4.14.1
--- old/phpMyAdmin-4.4.14-all-languages/RELEASE-DATE-4.4.14.1   1970-01-01 
01:00:00.0 +0100
+++ new/phpMyAdmin-4.4.14.1-all-languages/RELEASE-DATE-4.4.14.1 2015-09-08 
18:07:00.0 +0200
@@ -0,0 +1 @@
+Tue Sep  8 16:06:39 UTC 2015
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/phpMyAdmin-4.4.14-all-languages/doc/conf.py 
new/phpMyAdmin-4.4.14.1-all-languages/doc/conf.py
--- old/phpMyAdmin-4.4.14-all-languages/doc/conf.py 2015-08-20 
14:58:28.0 +0200
+++ new/phpMyAdmin-4.4.14.1-all-languages/doc/conf.py   2015-09-08 
18:06:59.0 +0200
@@ -51,7 +51,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '4.4.14'
+version = '4.4.14.1'
 # The full version, including alpha/beta/rc tags.
 release = version
 
Files old/phpMyAdmin-4.4.14-all-languages/doc/doctrees/config.doctree and 
new/phpMyAdmin-4.4.14.1-all-languages/doc/doctrees/config.doctree differ
Files old/phpMyAdmin-4.4.14-all-languages/doc/doctrees/copyright.doctree and 
new/phpMyAdmin-4.4.14.1-all-languages/doc/doctrees/copyright.doctree differ
Files old/phpMyAdmin-4.4.14-all-languages/doc/doctrees/credits.doctree and 
new/phpMyAdmin-4.4.14.1-all-languages/doc/doctrees/credits.doctree differ
Files old/phpMyAdmin-4.4.14-all-languages/doc/doctrees/developers.doctree and 

commit t38modem for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package t38modem for openSUSE:Factory 
checked in at 2015-09-13 09:44:58

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


Package is "t38modem"

Changes:

--- /work/SRC/openSUSE:Factory/t38modem/t38modem.changes2015-08-02 
22:45:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.t38modem.new/t38modem.changes   2015-09-13 
09:45:03.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep  1 19:41:22 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 3.13.0
+* fixes missing DTMF method in SDP on Invite, and resolves a
+  buffer overflow.
+- Added undef.diff to address compiler warning
+
+---

Old:

  v3.12.1.tar.gz

New:

  undef.diff
  v3.13.0.tar.gz



Other differences:
--
++ t38modem.spec ++
--- /var/tmp/diff_new_pack.l3A7ji/_old  2015-09-13 09:45:04.0 +0200
+++ /var/tmp/diff_new_pack.l3A7ji/_new  2015-09-13 09:45:04.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   t38modem
-Version:3.12.1
+Version:3.13.0
 Release:0
 Summary:T.38 for OpenH323 (modem-compatible interface for IP telephony)
 License:MPL-1.1
@@ -25,6 +25,7 @@
 Url:http://www.openh323.org
 
 Source: 
https://github.com/PeteDavidson/t38modem/archive/v%version.tar.gz
+Patch1: undef.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch -P 1 -p1
 
 %build
 make CFLAGS="%optflags" CXXFLAGS="%optflags" %{?_smp_mflags}

++ undef.diff ++
upstream https://github.com/PeteDavidson/t38modem/pull/1
commit 087e49a0ed6e8c99ea1582ed1f65e42e60fd26d4
Author: Jan Engelhardt 
Date:   Tue Sep 1 21:36:54 2015 +0200

build: resolve undefined operation

gcc warns:

pmodeme.cxx: In member function 'int ModemEngineBody::NextSeq()':
pmodeme.cxx:940:54: warning: operation on
'((ModemEngineBody*)this)->ModemEngineBody::seq' may be undefined
[-Wsequence-point]
 int NextSeq() { return seq = ++seq & EngineBase::cbpUserDataMask; }

diff --git a/pmodeme.cxx b/pmodeme.cxx
index f0babb2..1c3ba86 100644
--- a/pmodeme.cxx
+++ b/pmodeme.cxx
@@ -937,7 +937,7 @@ class ModemEngineBody : public PObject
 void _DetachEngine(ModemClassEngine mce);
 void _ClearCall();
 
-int NextSeq() { return seq = ++seq & EngineBase::cbpUserDataMask; }
+int NextSeq() { ++seq; return seq &= EngineBase::cbpUserDataMask; }
 
 ModemEngine 
 
++ v3.12.1.tar.gz -> v3.13.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/t38modem-3.12.1/opal/manager.cxx 
new/t38modem-3.13.0/opal/manager.cxx
--- old/t38modem-3.12.1/opal/manager.cxx2015-01-31 21:17:15.0 
+0100
+++ new/t38modem-3.13.0/opal/manager.cxx2015-08-10 10:53:38.0 
+0200
@@ -281,7 +281,7 @@
We only support G.711 and T.38 internally, so make sure no other codecs get
offered on outbound calls
*/
-  static char const *FormatMask[] = { "!G.711*", "!@fax" };
+  static char const *FormatMask[] = { "!G.711*", "!@fax", 
"!UserInput/RFC2833", "!NamedSignalEvent" };
   SetMediaFormatMask(PStringArray(PARRAYSIZE(FormatMask), FormatMask));
 
   if (args.HasOption("route")) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/t38modem-3.12.1/opal/modemep.cxx 
new/t38modem-3.13.0/opal/modemep.cxx
--- old/t38modem-3.12.1/opal/modemep.cxx2015-01-31 21:17:15.0 
+0100
+++ new/t38modem-3.13.0/opal/modemep.cxx2015-08-10 10:53:38.0 
+0200
@@ -543,6 +543,7 @@
   formats += OpalPCM16;
   formats += OpalT38;
   formats += OpalRFC2833;
+  formats += OpalCiscoNSE;
 
   return formats;
 }
@@ -833,6 +834,8 @@
   break;
   }
 
+  PTRACE(3, "ModemConnection::GetMediaFormats mediaFormats " << mediaFormats);
+
   return mediaFormats;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/t38modem-3.12.1/opal/sipep.cxx 
new/t38modem-3.13.0/opal/sipep.cxx
--- old/t38modem-3.12.1/opal/sipep.cxx  2015-01-31 21:17:15.0 +0100
+++ new/t38modem-3.13.0/opal/sipep.cxx  2015-08-10 10:53:38.0 +0200
@@ -553,6 +553,7 @@
 }
 
 mediaFormatList += OpalRFC2833;
+mediaFormatList += OpalCiscoNSE;
 
 PTRACE(4, "MySIPConnection::OnApplyStringOptions Enabled formats (in 
preference order):\n"
<< setfill('\n') << mediaFormatList << setfill(' '));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit harfbuzz for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package harfbuzz for openSUSE:Factory 
checked in at 2015-09-13 09:43:53

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


Package is "harfbuzz"

Changes:

--- /work/SRC/openSUSE:Factory/harfbuzz/harfbuzz.changes2015-06-01 
10:09:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.harfbuzz.new/harfbuzz.changes   2015-09-13 
09:43:54.0 +0200
@@ -1,0 +2,49 @@
+Sun Sep  6 18:53:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.0.3:
+  + Start of user documentation.
+  + Implement glyph_extents() for TrueType fonts in hb-ot-font.
+  + Improve GPOS cursive attachments with conflicting lookups.
+  + More fixes for cluster-level = 1.
+  + Uniscribe positioning fix.
+- Changes from version 1.0.2:
+  + Fix shaping with cluster-level > 0.
+  + Fix Uniscribe backend font-size scaling.
+  + Declare dependencies in harfbuzz.pc. FreeType is not declared
+though, to avoid bugs in pkg-config 0.26 with recursive
+dependencies.
+  + Slightly improved debug infrastructure.  More to come later.
+  + Misc build fixes.
+- Changes from version 1.0.1:
+  + Fix out-of-bounds access in USE shaper.
+- Changes from version 1.0.0:
+  + Implement Universal Shaping Engine:
+https://www.microsoft.com/typography/OpenTypeDev/USE/intro.htm
+
http://blogs.windows.com/bloggingwindows/2015/02/23/windows-shapes-the-worlds-languages/
+  + Bump version to 1.0.0. The soname was NOT bumped.
+
+---
+Wed Sep  2 13:00:41 UTC 2015 - mplus...@suse.com
+
+- Update to version 0.9.42:
+  + New API to allow for retrieving finer-grained cluster
+mappings if the client desires to handle them. Default behavior
+is unchanged.
+  + Fix cluster merging when removing default-ignorables.
+  + Update to Unicode 8.0
+  + hb-graphite2 fixes.
+  + Misc fixes.
+  + Removed HB_NO_MERGE_CLUSTERS hack.
+  + New API:
+- hb_buffer_cluster_level_t enum
+- hb_buffer_get_cluster_level()
+- hb_buffer_set_cluster_level()
+- hb-shape / hb-view --cluster-level
+- Changes from version 0.9.41:
+  + Fix hb-coretext with trailing whitespace in right-to-left.
+  + New API: hb_buffer_reverse_range().
+  + Allow implementing atomic ops in config.h.
+  + Fix hb_language_t in language bindings.
+  + Misc fixes.
+
+---

Old:

  harfbuzz-0.9.40.tar.bz2

New:

  harfbuzz-1.0.3.tar.bz2



Other differences:
--
++ harfbuzz.spec ++
--- /var/tmp/diff_new_pack.HouzZc/_old  2015-09-13 09:43:55.0 +0200
+++ /var/tmp/diff_new_pack.HouzZc/_new  2015-09-13 09:43:55.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   harfbuzz
-Version:0.9.40
+Version:1.0.3
 Release:0
 Summary:An OpenType text shaping engine
 License:MIT
 Group:  Productivity/Text/Utilities
 Url:http://www.freedesktop.org/wiki/Software/HarfBuzz
-Source: 
http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-%{version}.tar.bz2
+Source: 
http://www.freedesktop.org/software/harfbuzz/release/%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ harfbuzz-0.9.40.tar.bz2 -> harfbuzz-1.0.3.tar.bz2 ++
 71999 lines of diff (skipped)




commit syslinux for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package syslinux for openSUSE:Factory 
checked in at 2015-09-13 09:43:30

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


Package is "syslinux"

Changes:

--- /work/SRC/openSUSE:Factory/syslinux/syslinux.changes2015-02-27 
11:04:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.syslinux.new/syslinux.changes   2015-09-13 
09:43:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  4 10:35:04 CEST 2015 - snw...@suse.de
+
+- drop hard dependency on mtools (bsc#943571)
+
+---



Other differences:
--
++ syslinux.spec ++
--- /var/tmp/diff_new_pack.xf4l9b/_old  2015-09-13 09:43:32.0 +0200
+++ /var/tmp/diff_new_pack.xf4l9b/_new  2015-09-13 09:43:32.0 +0200
@@ -28,7 +28,7 @@
 # lots of assembler here that would need to be changed :(
 #!BuildIgnore: gcc-PIE
 Url:http://www.syslinux.org/wiki/index.php/The_Syslinux_Project
-Requires:   mtools
+Suggests:   mtools
 Summary:Boot Loader for Linux
 License:GPL-2.0+
 Group:  System/Boot
@@ -95,9 +95,9 @@
 make install-all \
   INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_bindir} \
   LIBDIR=%{_datadir} INCDIR=%{_includedir} MANDIR=%{_mandir}
-# install -s -m 755 unix/syslinux $RPM_BUILD_ROOT/%{_bindir}/syslinux-nomtools
+install -m 755 mtools/syslinux $RPM_BUILD_ROOT/%{_bindir}/syslinux-mtools
+install -m 755 linux/syslinux $RPM_BUILD_ROOT/%{_bindir}/syslinux
 install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}
-# install -m 755 keytab-lilo.pl syslinux2ansi.pl 
$RPM_BUILD_ROOT/%{_datadir}/syslinux
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/syslinux/com32
 rm -rf $RPM_BUILD_ROOT/boot
 rm -rf $RPM_BUILD_ROOT/tftpboot




commit dmidecode for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package dmidecode for openSUSE:Factory 
checked in at 2015-09-13 09:44:47

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


Package is "dmidecode"

Changes:

--- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes  2015-02-27 
11:03:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.dmidecode.new/dmidecode.changes 2015-09-13 
09:44:48.0 +0200
@@ -1,0 +2,19 @@
+Thu Sep  3 10:57:15 CEST 2015 - jdelv...@suse.de
+
+- Update to upstream version 3.0:
+  * Adds support for SMBIOS 3.0. This includes a new (64-bit) entry
+point format and new enumerated values for recent hardware.
+  * Adds support for the new kernel interface (as of Linux v4.2) as
+an alternative to relying on /dev/mem to access the entry point
+and DMI table.
+  * Adds decoding of Acer-specific DMI type 170 and HP-specific DMI
+types 212, 219 and 233.
+  * Obsoletes dmidecode-1.173-drop-cast.patch,
+dmidecode-1.175-fix-SMBIOS-2.8.0.patch,
+dmidecode-1.176-SMBIOS-2.8-is-supported.patch,
+dmidecode-1.177-decode-pcie3-slot-id.patch,
+dmidecode-1.181-decode-CPUID-recent-AMD.patch, and
+dmidecode-1.182-decode-ddr4-memory-type.patch.
+  * Various minor fixes and clean-ups.
+
+---

Old:

  dmidecode-1.173-drop-cast.patch
  dmidecode-1.175-fix-SMBIOS-2.8.0.patch
  dmidecode-1.176-SMBIOS-2.8-is-supported.patch
  dmidecode-1.177-decode-pcie3-slot-id.patch
  dmidecode-1.181-decode-CPUID-recent-AMD.patch
  dmidecode-1.182-decode-ddr4-memory-type.patch
  dmidecode-2.12.tar.bz2
  dmidecode-2.12.tar.bz2.sig

New:

  dmidecode-3.0.tar.xz
  dmidecode-3.0.tar.xz.sig



Other differences:
--
++ dmidecode.spec ++
--- /var/tmp/diff_new_pack.yjyxdi/_old  2015-09-13 09:44:49.0 +0200
+++ /var/tmp/diff_new_pack.yjyxdi/_new  2015-09-13 09:44:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dmidecode
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,21 @@
 
 
 Name:   dmidecode
-Version:2.12
+Version:3.0
 Release:0
 Summary:DMI table decoder
 License:GPL-2.0+
 Group:  System/Console
 Url:http://www.nongnu.org/dmidecode/
-Source0:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2
-Source1:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig
+Source0:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz
+Source1:
http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz.sig
 # would be, but tarball is signed by someone else without signatures.
 # https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=dmidecode
 # Source2:%{name}.keyring
-Patch1: dmidecode-1.173-drop-cast.patch
-Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch
-Patch3: dmidecode-1.176-SMBIOS-2.8-is-supported.patch
-Patch4: dmidecode-1.177-decode-pcie3-slot-id.patch
-Patch5: dmidecode-1.181-decode-CPUID-recent-AMD.patch
-Patch6: dmidecode-1.182-decode-ddr4-memory-type.patch
 Provides:   pmtools:%{_sbindir}/dmidecode
 Obsoletes:  pmtools < 20071117
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 ExclusiveArch:  %ix86 ia64 x86_64 %arm aarch64
 
 %description
@@ -55,12 +50,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 make CFLAGS="%{optflags}" %{?_smp_mflags}




commit obs-service-format_spec_file for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package obs-service-format_spec_file for 
openSUSE:Factory checked in at 2015-09-13 09:43:17

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


Package is "obs-service-format_spec_file"

Changes:

--- 
/work/SRC/openSUSE:Factory/obs-service-format_spec_file/obs-service-format_spec_file.changes
2015-07-18 14:38:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-format_spec_file.new/obs-service-format_spec_file.changes
   2015-09-13 09:43:18.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep  4 07:57:44 UTC 2015 - co...@suse.com
+
+- update licenses
+- silence warnings in perl 5.22
+
+---

Old:

  obs-service-format_spec_file-20150716.tar.bz2

New:

  obs-service-format_spec_file-20150904.tar.bz2



Other differences:
--
++ obs-service-format_spec_file.spec ++
--- /var/tmp/diff_new_pack.Ax7YJj/_old  2015-09-13 09:43:19.0 +0200
+++ /var/tmp/diff_new_pack.Ax7YJj/_new  2015-09-13 09:43:19.0 +0200
@@ -20,7 +20,7 @@
 Summary:An OBS source service: reformats a spec file to SUSE standard
 License:GPL-2.0
 Group:  Development/Tools/Building
-Version:20150716
+Version:20150904
 Release:0
 Url:https://github.com/openSUSE/obs-service-format_spec_file
 # osc service dr

++ debian.dsc ++
--- /var/tmp/diff_new_pack.Ax7YJj/_old  2015-09-13 09:43:19.0 +0200
+++ /var/tmp/diff_new_pack.Ax7YJj/_new  2015-09-13 09:43:19.0 +0200
@@ -1,6 +1,6 @@
 Format: 1.0
 Source: obs-service-format-spec-file
-Version: 20150716
+Version: 20150904
 Binary: obs-service-format-spec-file
 Maintainer: Adrian Schroeter 
 Architecture: all

++ obs-service-format_spec_file-20150716.tar.bz2 -> 
obs-service-format_spec_file-20150904.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20150716/README.md 
new/obs-service-format_spec_file-20150904/README.md
--- old/obs-service-format_spec_file-20150716/README.md 2015-07-16 
19:41:55.0 +0200
+++ new/obs-service-format_spec_file-20150904/README.md 2015-09-04 
09:57:15.0 +0200
@@ -391,3 +391,4 @@
 |SUSE-Xenonsoft-1.00|
 |SUSE-mirror|
 |SUSE-mplus|
+|SUSE-wxWidgets-3.1|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-format_spec_file-20150716/licenses_changes.txt 
new/obs-service-format_spec_file-20150904/licenses_changes.txt
--- old/obs-service-format_spec_file-20150716/licenses_changes.txt  
2015-07-16 19:41:55.0 +0200
+++ new/obs-service-format_spec_file-20150904/licenses_changes.txt  
2015-09-04 09:57:15.0 +0200
@@ -868,6 +868,8 @@
 SUSE-mirror+   SUSE-mirror+
 SUSE-mplus 
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/index-en.html#license
 SUSE-mplus+SUSE-mplus+
+SUSE-wxWidgets-3.1 https://www.wxwidgets.org/about/licence/
+SUSE-wxWidgets-3.1+SUSE-wxWidgets-3.1+
 SWLSWL
 SWL+   SWL+
 SaxpathSaxpath
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-format_spec_file-20150716/prepare_spec 
new/obs-service-format_spec_file-20150904/prepare_spec
--- old/obs-service-format_spec_file-20150716/prepare_spec  2015-07-16 
19:41:55.0 +0200
+++ new/obs-service-format_spec_file-20150904/prepare_spec  2015-09-04 
09:57:15.0 +0200
@@ -1,7 +1,7 @@
 #! /usr/bin/perl -w
 #
 # vim:sw=2:et
-# 
+#
 
 BEGIN {
   unshift @INC, ".";
@@ -52,7 +52,7 @@
   'Name',
   'NoPatch',
   'NoSource',
-  'Obsoletes', 
+  'Obsoletes',
   'Patch\d*',
   'Prefix',
   'PreReq',
@@ -257,7 +257,7 @@
 
 if ( /^\s*$/ && $current_section ne "description") {
   # stop preamble parsing on two blank lines
-  if ($print_comments eq "false" && 
+  if ($print_comments eq "false" &&
$oldspec[0] && $oldspec[-1] eq "XXXBLANKLINE") {
$print_comments = "true";
push @oldspec, "XXXDOUBLELINE";
@@ -308,7 +308,7 @@
 }
 # evil epoch removal
 next if ( /^Epoch:/ );
-$_ =~ s/%{?epoch}?[:-]//g;
+$_ =~ s/%\{?epoch}?[:-]//g;
 $_ =~ s/ 0:/ /g if ( /^requires/i || /^buildreq/i );
 
 if ( /^BuildRequires:/i || /^Requires:/i || /^Provides:/i || 
/^Obsoletes:/i ) {
@@ -438,7 +438,7 @@
   for my $xx (sort { length($b) <=> length($a) } keys (%{$definelist})) {
$_ =~ s/\Q$xx\E/$definelist->{$xx}/;
   }
-  $_ =~ s/%{\?[^\}]*}//;
+  $_ =~ s/%\{\?[^\}]*}//;
   if ($debug) {
warn "after: 

commit crmsh for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2015-09-13 09:45:11

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


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2015-09-08 
17:44:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2015-09-13 
09:45:18.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 11 10:21:55 UTC 2015 - kgronl...@suse.com
+
+- Update to version 2.2.0~rc3+git.1441965248.a9a616d:
+  + low: scripts: Fix typo in email type verifier
+  + low: scripts: [MailTo] install mailx package
+  + high: scripts: Add enum type to script values
+  + medium: parse: Add support for node attribute as fencing topology target
+  + doc: Improve documentation for the history level
+  + low: ui_history: Swap from and to times if to < from
+  + low: ui_history: Better error handling and documentation for the detail 
command
+  + medium: report: Add transition tags command (bsc#943470)
+  + medium: report: Mark transitions with errors with a star in info output 
(bsc#943470)
+
+---

Old:

  crmsh-2.2.0~rc3+git.1441319359.d823416.tar.bz2

New:

  crmsh-2.2.0~rc3+git.1441965248.a9a616d.tar.bz2



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.cU0IDa/_old  2015-09-13 09:45:19.0 +0200
+++ /var/tmp/diff_new_pack.cU0IDa/_new  2015-09-13 09:45:19.0 +0200
@@ -36,7 +36,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.2.0~rc3+git.1441319359.d823416
+Version:2.2.0~rc3+git.1441965248.a9a616d
 Release:0
 Url:http://crmsh.github.io
 Source0:%{name}-%{version}.tar.bz2

++ _servicedata ++
--- /var/tmp/diff_new_pack.cU0IDa/_old  2015-09-13 09:45:19.0 +0200
+++ /var/tmp/diff_new_pack.cU0IDa/_new  2015-09-13 09:45:19.0 +0200
@@ -1,4 +1,4 @@
 
 
 git://github.com/ClusterLabs/crmsh.git
-  d823416786d3e5c66d27d6de2fe43228df22fdac
\ No newline at end of file
+  a9a616da75689af2b80f39d530e99e8aa855da64
\ No newline at end of file

++ crmsh-2.2.0~rc3+git.1441319359.d823416.tar.bz2 -> 
crmsh-2.2.0~rc3+git.1441965248.a9a616d.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh-2.2.0~rc3+git.1441319359.d823416/data-manifest 
new/crmsh-2.2.0~rc3+git.1441965248.a9a616d/data-manifest
--- old/crmsh-2.2.0~rc3+git.1441319359.d823416/data-manifest2015-09-04 
10:08:47.0 +0200
+++ new/crmsh-2.2.0~rc3+git.1441965248.a9a616d/data-manifest2015-09-11 
12:21:55.0 +0200
@@ -30,6 +30,7 @@
 scripts/init/verify.py
 scripts/libvirt/main.yml
 scripts/lvm/main.yml
+scripts/mailto/main.yml
 scripts/nfsserver/main.yml
 scripts/ocfs2/main.yml
 scripts/oracle/main.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/crmsh-2.2.0~rc3+git.1441319359.d823416/doc/crm.8.adoc 
new/crmsh-2.2.0~rc3+git.1441965248.a9a616d/doc/crm.8.adoc
--- old/crmsh-2.2.0~rc3+git.1441319359.d823416/doc/crm.8.adoc   2015-09-04 
10:08:47.0 +0200
+++ new/crmsh-2.2.0~rc3+git.1441965248.a9a616d/doc/crm.8.adoc   2015-09-11 
12:21:55.0 +0200
@@ -2755,14 +2755,19 @@
 If the node is left out, the order is used for all nodes.
 That should reduce the configuration size in some stonith setups.
 
+From Pacemaker version 1.1.14, it is possible to use a node attribute
+as the +target+ in a fencing topology. The syntax for this usage is
+described below.
+
 Usage:
 ...
 fencing_topology stonith_resources [stonith_resources ...]
 fencing_topology fencing_order [fencing_order ...]
 
-fencing_order :: : stonith_resources [stonith_resources ...]
+fencing_order :: target stonith_resources [stonith_resources ...]
 
 stonith_resources :: [,...]
+target :: : | attr:=
 ...
 Example:
 ...
@@ -2770,6 +2775,7 @@
 fencing_topology \
 node-a: poison-pill power
 node-b: ipmi serial
+fencing_topology attr:rack=1 apc01,apc02
 ...
 
 [[cmdhelp_configure_filter,filter CIB objects]]
@@ -4220,34 +4226,42 @@
 [[cmdhelp_history,Cluster history]]
 === `history` - Cluster history
 
-Examining Pacemaker's history is a particularly involved task.
-The number of subsystems to be considered, the complexity of the
-configuration, and the set of various information sources, most
-of which are not exactly human readable, keep analyzing resource
-or node problems accessible to only the most knowledgeable. Or,
-depending on the point of 

commit xclip for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package xclip for openSUSE:Factory checked 
in at 2015-09-13 09:45:06

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


Package is "xclip"

Changes:

--- /work/SRC/openSUSE:Factory/xclip/xclip.changes  2011-12-14 
14:35:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.xclip.new/xclip.changes 2015-09-13 
09:45:13.0 +0200
@@ -1,0 +2,9 @@
+Thu Sep 10 19:34:44 UTC 2015 - mplus...@suse.com
+
+- Update to 0.12
+  * Build fixes: Check for Xmu and Xt
+  * The version number has been corrected.
+  * Man pages are now available. Contributed by Maximilian Gass.
+- Cleanup spec file with spec-cleaner
+
+---

Old:

  xclip-0.11.tar.gz

New:

  xclip-0.12.tar.gz



Other differences:
--
++ xclip.spec ++
--- /var/tmp/diff_new_pack.VvIHC5/_old  2015-09-13 09:45:13.0 +0200
+++ /var/tmp/diff_new_pack.VvIHC5/_new  2015-09-13 09:45:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xclip
 #
-# Copyright (c) 2011 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
@@ -15,60 +15,36 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xclip
-Version:0.11
+Version:0.12
 Release:0
 Summary:Command Line Interface to the X11 Clipboard
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Source: 
http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
 Url:http://sourceforge.net/projects/xclip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if %suse_version >= 1020
+Source: 
http://prdownloads.sourceforge.net/xclip/xclip-%{version}.tar.gz
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXmu-devel
-%else
-BuildRequires:  xorg-x11-devel
-%endif
-BuildRequires:  gcc
-BuildRequires:  glibc-devel
-BuildRequires:  make
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  libtool
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 xclip is a command line interface to the X11 clipboard. It can also be used
 for copying files, as an alternative to sftp/scp, thus avoiding password
 prompts when X11 forwarding has already been setup.
 
-
-
-
-Authors:
-
-Peter Åstrand 
-
 %prep
 %setup -q
 
 %build
 %configure \
-%if %suse_version >= 1020
 --x-includes="%{_usr}/include" \
 --x-libraries="%{_usr}/%{_lib}" \
-%else
---x-includes="%{_usr}/X11R6/include" \
---x-libraries="%{_usr}/X11R6/%{_lib}" \
-%endif
 --with-x
-%__make %{?jobs:-j%{jobs}}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-
-%clean
-%__rm -rf "%{buildroot}"
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
 %files
 %defattr(-,root,root)
@@ -77,11 +53,7 @@
 %{_bindir}/xclip-copyfile
 %{_bindir}/xclip-cutfile
 %{_bindir}/xclip-pastefile
-%doc %{_mandir}/man1/xclip.1*
-
-# Local Variables:
-# mode: rpm-spec
-# tab-width: 3
-# End:
+%{_mandir}/man1/xclip.1*
+%{_mandir}/man1/xclip-copyfile.1.*
 
 %changelog

++ xclip-0.11.tar.gz -> xclip-0.12.tar.gz ++
 5265 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/xclip-0.11/ChangeLog new/xclip-0.12/ChangeLog
--- old/xclip-0.11/ChangeLog2008-08-15 07:45:11.0 +0200
+++ new/xclip-0.12/ChangeLog2009-09-27 12:50:24.0 +0200
@@ -1,3 +1,10 @@
+Version 0.12 (Peter Åstrand)
+   Build fixes: Check for Xmu and Xt
+
+   The version number has been corrected. 
+
+   Man pages are now available. Contributed by Maximilian Gass.
+
 Version 0.11 (Peter Åstrand)
xclip-copyfile is now compatible with recent tar versions. 
 
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/xclip-0.11/configure.ac new/xclip-0.12/configure.ac
--- old/xclip-0.11/configure.ac 2008-08-15 07:45:31.0 +0200
+++ new/xclip-0.12/configure.ac 

commit crash for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package crash for openSUSE:Factory checked 
in at 2015-09-13 09:45:09

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


Package is "crash"

Changes:

--- /work/SRC/openSUSE:Factory/crash/crash.changes  2015-06-12 
20:31:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.crash.new/crash.changes 2015-09-13 
09:45:16.0 +0200
@@ -1,0 +2,33 @@
+Tue Sep  8 20:07:52 UTC 2015 - dm...@suse.com
+
+- Upgrade of source tarball to 7.1.3 from upstream and refresh of
+  patch series to match. For the changelog of the source tarball
+  see:
+
+  http://people.redhat.com/anderson/crash.changelog.html
+
+  Feature enhancements include:
+
+  - Introduction of the "dis -f " option, which 
+disassembles from the target address until the end of the
+function.
+  - Introduction of the "dis -s " option, which displays
+the filename and line number that is associated with the
+specified text location, followed by a source code listing if
+it is available on the host machine.
+  - Added a new "--src " command line option for use
+by the "dis -s" option if the kernel source code is not
+located in the standard location that is compiled into the
+kernel's debuginfo data.
+
+---
+Mon Jul 20 16:25:14 UTC 2015 - dm...@suse.com
+
+- Upgrade to 7.1.2 from upstream. For a detailed changelog see
+
+  http://people.redhat.com/anderson/crash.changelog.html
+
+- Refreshed patch series with some changes required to
+  adjust for git host changes in eppic-switch-to-system-lib.patch
+
+---

Old:

  crash-7.1.1.tar.gz

New:

  crash-7.1.3.tar.gz



Other differences:
--
++ crash.spec ++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.0 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.0 +0200
@@ -46,7 +46,7 @@
 Summary:Crash utility for live systems; netdump, diskdump, LKCD or 
mcore dumpfiles
 License:GPL-3.0+ and GFDL-1.2
 Group:  Development/Tools/Debuggers
-Version:7.1.1
+Version:7.1.3
 Release:0
 Source: %{name}-%{version}.tar.gz
 Source2:crash_whitepaper-%{whitepaper_version}.tar.bz2

++ crash-7.1.1.tar.gz -> crash-7.1.3.tar.gz ++
/work/SRC/openSUSE:Factory/crash/crash-7.1.1.tar.gz 
/work/SRC/openSUSE:Factory/.crash.new/crash-7.1.3.tar.gz differ: char 5, line 1

++ crash-compressed-booted-kernel.patch ++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.0 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.0 +0200
@@ -11,7 +11,7 @@
 
 --- a/filesys.c
 +++ b/filesys.c
-@@ -570,6 +570,7 @@ static int
+@@ -571,6 +571,7 @@ static int
  find_booted_kernel(void)
  {
char kernel[BUFSIZE];
@@ -19,7 +19,7 @@
char buffer[BUFSIZE];
char **searchdirs;
int i, preferred, wrapped;
-@@ -619,16 +620,24 @@ find_booted_kernel(void)
+@@ -620,16 +621,24 @@ find_booted_kernel(void)
sprintf(kernel, "%s%s", searchdirs[i], dp->d_name);
  
if (mount_point(kernel) ||
@@ -48,7 +48,7 @@
if (found)
break;
}
-@@ -648,10 +657,19 @@ find_booted_kernel(void)
+@@ -649,10 +658,19 @@ find_booted_kernel(void)
if (CRASHDEBUG(1))
fprintf(fp, "find_booted_kernel: found: %s\n", 
pc->namelist);

++ crash-debuginfo-compressed.patch ++
--- /var/tmp/diff_new_pack.K9g7Du/_old  2015-09-13 09:45:18.0 +0200
+++ /var/tmp/diff_new_pack.K9g7Du/_new  2015-09-13 09:45:18.0 +0200
@@ -14,7 +14,7 @@
 
 --- a/symbols.c
 +++ b/symbols.c
-@@ -199,9 +199,9 @@ symtab_init(void)
+@@ -198,9 +198,9 @@ symtab_init(void)
 *  Pull a bait-and-switch on st->bfd if we've got a separate
   *  .gnu_debuglink file that matches the CRC. Not done for kerntypes.
 */
@@ -27,7 +27,7 @@
no_debugging_data(FATAL);
}

-@@ -263,13 +263,16 @@ check_gnu_debuglink(bfd *bfd)
+@@ -262,13 +262,16 @@ check_gnu_debuglink(bfd *bfd)
char *contents;
int crc_offset; 
unsigned long crc32;
@@ -45,7 +45,7 @@
return FALSE;
}
  
-@@ -290,14 +293,14 @@ check_gnu_debuglink(bfd *bfd)
+@@ -289,14 +292,14 @@ check_gnu_debuglink(bfd *bfd)
contents, crc32);
  
if ((pc->debuginfo_file = (char *)


++ crash-make-emacs-default.diff ++
--- 

commit calibre for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package calibre for openSUSE:Factory checked 
in at 2015-09-13 09:45:24

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


Package is "calibre"

Changes:

--- /work/SRC/openSUSE:Factory/calibre/calibre.changes  2015-09-08 
18:12:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.calibre.new/calibre.changes 2015-09-13 
09:45:32.0 +0200
@@ -1,0 +2,9 @@
+Fri Sep 11 18:43:59 UTC 2015 - corne...@solcon.nl
+
+- Update to 2.38.0:
+  * Add support for Kobo Touch 2.
+  * Edit Book: Add a tool to check external links (links pointing
+to websites). Can be accessed via Tools->Check external links.
+  * For details see http://calibre-ebook.com/whats-new
+
+---

Old:

  calibre-2.37.1.tar.xz

New:

  calibre-2.38.0.tar.xz



Other differences:
--
++ calibre.spec ++
--- /var/tmp/diff_new_pack.VXiK40/_old  2015-09-13 09:45:34.0 +0200
+++ /var/tmp/diff_new_pack.VXiK40/_new  2015-09-13 09:45:34.0 +0200
@@ -20,7 +20,7 @@
 License:GPL-3.0
 Group:  Productivity/Other
 Name:   calibre
-Version:2.37.1
+Version:2.38.0
 Release:0
 Url:http://calibre-ebook.com
 Source0:
http://download.calibre-ebook.com/%{version}/calibre-%{version}.tar.xz

++ calibre-2.37.1.tar.xz -> calibre-2.38.0.tar.xz ++
/work/SRC/openSUSE:Factory/calibre/calibre-2.37.1.tar.xz 
/work/SRC/openSUSE:Factory/.calibre.new/calibre-2.38.0.tar.xz differ: char 27, 
line 1




commit go for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package go for openSUSE:Factory checked in 
at 2015-09-13 09:45:07

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


Package is "go"

Changes:

--- /work/SRC/openSUSE:Factory/go/go.changes2015-09-02 00:35:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.go.new/go.changes   2015-09-13 
09:45:14.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 08:43:53 UTC 2015 - dmuel...@suse.com
+
+- enable build for aarch64
+- rediff armv6l.patch
+
+---



Other differences:
--
++ go.spec ++
--- /var/tmp/diff_new_pack.aHrdPx/_old  2015-09-13 09:45:15.0 +0200
+++ /var/tmp/diff_new_pack.aHrdPx/_new  2015-09-13 09:45:15.0 +0200
@@ -84,7 +84,7 @@
 # go-vim/emacs were separate projects starting from 1.4
 Obsoletes:  go-emacs <= 1.3.3
 Obsoletes:  go-vim <= 1.3.3
-ExclusiveArch:  %ix86 x86_64 %arm ppc64 ppc64le
+ExclusiveArch:  %ix86 x86_64 aarch64 ppc64 ppc64le
 
 %description
 Go is an expressive, concurrent, garbage collected systems programming language

++ armv6l.patch ++
--- /var/tmp/diff_new_pack.aHrdPx/_old  2015-09-13 09:45:15.0 +0200
+++ /var/tmp/diff_new_pack.aHrdPx/_new  2015-09-13 09:45:15.0 +0200
@@ -1,11 +1,11 @@
 a/src/pkg/runtime/os_linux.h   2014-08-13 05:49:43.0 +0200
-+++ b/src/pkg/runtime/os_linux.h   2014-10-17 04:02:55.791948419 +0200
-@@ -16,7 +16,7 @@
- void runtime·setitimer(int32, Itimerval*, Itimerval*);
+--- a/src/runtime/os2_linux.go
 b/src/runtime/os2_linux.go
+@@ -6,7 +6,7 @@
  
- 
--#define   NSIG65
-+#define   NSIG64
- #define   SI_USER 0
- 
- // It's hard to tease out exactly how big a Sigset is, but
+ const (
+   _SS_DISABLE  = 2
+-  _NSIG= 65
++  _NSIG= 64
+   _SI_USER = 0
+   _SIG_BLOCK   = 0
+   _SIG_UNBLOCK = 1





commit redshift for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package redshift for openSUSE:Factory 
checked in at 2015-09-13 09:45:04

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


Package is "redshift"

Changes:

--- /work/SRC/openSUSE:Factory/redshift/redshift.changes2015-02-22 
17:26:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.redshift.new/redshift.changes   2015-09-13 
09:45:12.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep 11 06:14:54 UTC 2015 - mimi...@gmail.com
+
+- fix build on openSUSE:Leap 
+
+---



Other differences:
--
++ redshift.spec ++
--- /var/tmp/diff_new_pack.cEjS0l/_old  2015-09-13 09:45:13.0 +0200
+++ /var/tmp/diff_new_pack.cEjS0l/_new  2015-09-13 09:45:13.0 +0200
@@ -68,7 +68,6 @@
 %install
 %{?make_install} %{!?make_install:make DESTDIR=%{buildroot} install 
%{?_smp_mflags}}
 %fdupes %{buildroot}%{python3_sitelib}
-
 %suse_update_desktop_file redshift-gtk GTK X-SuSE-DesktopUtility
 
 %if 0%{?suse_version} == 1310
@@ -94,6 +93,7 @@
 %{_datadir}/icons/hicolor/scalable/apps/redshift-status-on.svg
 %{_datadir}/icons/hicolor/scalable/apps/redshift.svg
 %if 0%{?suse_version} > 1310
+%dir %{_datadir}/appdata
 %{_datadir}/appdata/redshift-gtk.appdata.xml
 %endif
 




commit Vc for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package Vc for openSUSE:Factory checked in 
at 2015-09-13 09:45:20

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


Package is "Vc"

Changes:

--- /work/SRC/openSUSE:Factory/Vc/Vc.changes2015-08-10 09:15:57.0 
+0200
+++ /work/SRC/openSUSE:Factory/.Vc.new/Vc.changes   2015-09-13 
09:45:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Sep 11 16:29:08 UTC 2015 - mplus...@suse.com
+
+- Use cmake macro
+- Cleanup spec file with spec-cleaner
+
+---



Other differences:
--
++ Vc.spec ++
--- /var/tmp/diff_new_pack.2VB8mR/_old  2015-09-13 09:45:28.0 +0200
+++ /var/tmp/diff_new_pack.2VB8mR/_new  2015-09-13 09:45:28.0 +0200
@@ -30,7 +30,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %{ix86} x86_64
+ExclusiveArch:  %ix86 x86_64
 
 %description
 Vc is a free software library to ease explicit vectorization of C++ code. It
@@ -67,23 +67,17 @@
 %setup -q
 
 %build
-mkdir build
-cd build
-_libsuffix=$(echo %_lib | cut -b4-)
-cmake ../ \
--DCMAKE_INSTALL_PREFIX=%{_prefix} \
--DLIB_SUFFIX="$_libsuffix" \
+%cmake \
 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
 -DBUILD_TESTING=OFF
-make %{?_smp_mflags} VERBOSE=1
-cd ..
+make %{?_smp_mflags}
 
-cd doc/
+cd ../doc
 doxygen
 cd ..
 
 %install
-%make_install -C build
+%cmake_install
 
 # Install devel docs (do it manually to fix also rpmlint warning 
"files-duplicate" with %%fdupes)
 mkdir -p %{buildroot}%{_docdir}/%{name}-devel
@@ -96,8 +90,8 @@
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}-devel/
 %{_includedir}/Vc/
-%dir /usr/lib/cmake
-/usr/lib/cmake/Vc/
+%dir %{_libexecdir}/cmake
+%{_libexecdir}/cmake/Vc/
 
 %files devel-static
 %defattr(-,root,root,-)




commit librecad for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package librecad for openSUSE:Factory 
checked in at 2015-09-13 09:45:01

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


Package is "librecad"

Changes:

--- /work/SRC/openSUSE:Factory/librecad/librecad.changes2015-05-07 
09:22:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.librecad.new/librecad.changes   2015-09-13 
09:45:09.0 +0200
@@ -1,0 +2,22 @@
+Wed Sep  9 21:03:17 UTC 2015 - asterios.dra...@gmail.com
+
+- Update to new upstream release 2.0.8:
+  * DWG read support.
+  * SVG export support.
+  * Arabic Language GUI support. More work is needed for:
+Right-to-left support for Text entities.
+Arabic fonts for Text.
+  * More user configurable settings in App Preferences.
+  * Many fixes and enhancements, see:
+http://forum.librecad.org/2-0-8-released-td5712049.html
+for details.
+- Added new Part Library:
+  Electrical1-LCAD.zip
+- Rebased librecad-install.diff, librecad-no-date.diff and
+  librecad-use-system-libdxfrw.patch to apply cleanly.
+- Added a patch "librecad-use-system-shapelib.patch" to use the
+  system shapelib instead of the bundled one and new build
+  requirement libshp-devel (for openSUSE > 13.2).
+- Update includes the fix for boo#937874.
+
+---

Old:

  LibreCAD-2.0.7.tar.gz

New:

  2.0.8.tar.gz
  Electrical1-LCAD.zip
  librecad-use-system-shapelib.patch



Other differences:
--
++ librecad.spec ++
--- /var/tmp/diff_new_pack.EHkDor/_old  2015-09-13 09:45:10.0 +0200
+++ /var/tmp/diff_new_pack.EHkDor/_new  2015-09-13 09:45:10.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   librecad
-Version:2.0.7
+Version:2.0.8
 Release:0
 Summary:Computer-aided design (CAD) software package for 2D design and 
drafting
 License:GPL-2.0 and (Apache-2.0 or SUSE-GPL-3.0+-with-font-exception)
@@ -26,23 +26,27 @@
 
 #Git-Clone: git://github.com/LibreCAD/LibreCAD
 #Git-Web:   http://github.com/LibreCAD/LibreCAD/tags
-#DL-URL:https://github.com/LibreCAD/LibreCAD/archive/2.0.7.tar.gz
-Source: LibreCAD-%version.tar.gz
+Source: https://github.com/LibreCAD/LibreCAD/archive/2.0.8.tar.gz
 # Version is actually 8, not 3 (it is 3 in the filename due to how MediaWiki
 # works -- see http://wiki.librecad.org/index.php/File:Architect3-LCAD.zip)
 Source2:http://wiki.librecad.org/images/d/d9/Architect3-LCAD.zip
 Source3:http://wiki.librecad.org/images/7/70/Electronics3-LCAD.zip
-Source4:ttf2lff.1
-Source10:   %name-rpmlintrc
+Source4:http://wiki.librecad.org/images/9/9d/Electrical1-LCAD.zip
+Source10:   ttf2lff.1
+Source20:   %name-rpmlintrc
 Patch1: librecad-no-date.diff
 Patch2: librecad-use-system-libdxfrw.patch
 Patch3: librecad-install.diff
 Patch4: librecad-plugindir.diff
+Patch5: librecad-use-system-shapelib.patch
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++ >= 4.7
-BuildRequires:  libdxfrw-devel
+BuildRequires:  libdxfrw-devel >= 0.6.1
+%if 0%{?suse_version} >= 1321
+BuildRequires:  libshp-devel
+%endif
 %if 0%{?suse_version} >= 1321
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -82,8 +86,11 @@
 CAD drawings.
 
 %prep
-%setup -qn LibreCAD-%version -a 2 -a 3
+%setup -qn LibreCAD-%version -a 2 -a 3 -a 4
 %patch -P 1 -P 2 -P 3 -P 4 -p1
+%if 0%{?suse_version} >= 1321
+%patch -P 5 -p1
+%endif
 
 dxfrw_includedir=$(pkg-config --cflags-only-I libdxfrw0 | sed 's|-I||g')
 
@@ -93,9 +100,12 @@
 
 # Make sure bundled libraries are not used
 rm -rf libraries/libdxfrw
+%if 0%{?suse_version} >= 1321
+rm -rf plugins/importshp/shapelib
+%endif
 
 # Fix "wrong-file-end-of-line-encoding" rpmlint warning
-sed -i 's/\r$//' LICENSE-MIT.txt license-lc_opengost-fonts.txt
+sed -i 's/\r$//' LICENSE-MIT.txt LICENSE_KST32B_v2.txt 
license-lc_opengost-fonts.txt
 
 %build
 %if 0%{?suse_version} >= 1321
@@ -136,6 +146,9 @@
 mkdir -p %buildroot%_datadir/%name/library/electronics
 cp -a Electronic8-LCAD %buildroot%_datadir/%name/library/electronics
 
+mkdir -p %buildroot%_datadir/%name/library/electrical
+cp -a Electrical1-LCAD %buildroot%_datadir/%name/library/electrical
+
 %if 0%{?suse_version}
 %suse_update_desktop_file -G "CAD Program" -r %name Graphics 2DGraphics 
VectorGraphics
 %endif

++ LibreCAD-2.0.7.tar.gz -> 2.0.8.tar.gz ++
/work/SRC/openSUSE:Factory/librecad/LibreCAD-2.0.7.tar.gz 
/work/SRC/openSUSE:Factory/.librecad.new/2.0.8.tar.gz differ: char 26, line 1



++ librecad-install.diff ++

commit open-vm-tools for openSUSE:Factory

2015-09-13 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-09-13 09:45:00

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2015-08-21 07:42:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2015-09-13 09:45:05.0 +0200
@@ -1,0 +2,42 @@
+Wed Sep  9 16:43:54 UTC 2015 - mlati...@suse.com
+
+- Enable certificate-based access control via SAML tokens (vgauth) on
+  openSUSE Factory.
+
+---
+Thu Sep  3 21:51:58 UTC 2015 - mlati...@suse.com
+
+- Update to open-vm-tools-10.0.0-3000743  (boo#944615)
+  + Common versioning 
+  + Quiesced snapshots enhancements for Linux guests running IO workload
+  + Shared Folders (Linux kernel 4.0.0 and higher only)
+  + ESXi Serviceability
+  + GuestInfo Enhancements
+  + Internationalization, with support for:
++ English
++ French
++ German
++ Spanish
++ Italian
++ Japanese
++ Korean
++ Simplified Chinese
++ Traditional Chinese
+  + Compatibility with all supported versions of VMware vSphere, VMware
+Workstation 12.0 and VMware Fusion 8.0
+- Drop upstream patches included (or not necessary) in 10.0.0:
+  - 0001-Fix-vmxnet-module-on-kernels-3.16.patch
+  - 0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch
+  - 0003-Fix-f_dentry-msghdr-kernel-3.19.patch
+  - 0004-vmhgfs-bdi-kernel-4.0.patch
+  - xutils-add-cstring.patch
+- Remove vmhgfs define to ensure vmhgfs is always built
+- Only build kernel modules for versions <= openSUSE 13.2
+
+---
+Wed Sep  2 22:39:25 UTC 2015 - mlati...@suse.com
+
+- Do not attempt to start vmware-vmblock-fuse if vmware-vmblock-fuse
+  (included with the -desktop package) is not installed (bsc#943236)
+
+---

Old:

  0001-Fix-vmxnet-module-on-kernels-3.16.patch
  0002-Fix-d_alias-to-d_u.d_alias-for-kernel-3.18.patch
  0003-Fix-f_dentry-msghdr-kernel-3.19.patch
  0004-vmhgfs-bdi-kernel-4.0.patch
  open-vm-tools-9.10.2-2822639.tar.gz
  xutils-add-cstring.patch

New:

  open-vm-tools-10.0.0-3000743.tar.gz
  vgauthd.service



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.saIpOw/_old  2015-09-13 09:45:06.0 +0200
+++ /var/tmp/diff_new_pack.saIpOw/_new  2015-09-13 09:45:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package open-vm-tools
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,9 +28,12 @@
 %bcond_with deploypkg
 %endif
 
-# The vmhgfs module is currently built for all versions
-# (Shared Folders are not supported under ESX/ESXi, so this driver is not 
necessary for SLES11/12)
-%define vmhgfs vmhgfs
+# vgauth is enabled on versions > 13.2 (which include xml-security-c and 
xerces-c)
+%if 0%{?suse_version} > 1320
+%bcond_without vgauth
+%else
+%bcond_with vgauth
+%endif
 
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'
@@ -50,28 +53,33 @@
 %define vm_modules1210 vmxnet
 %endif
 
-# Modules that have to be build up to version 12.3 (Last checked on 2012-02-05 
with kernel 3.2.0)
-%define vm_modules %{?vm_modules1230} %{?vmhgfs} %{?vm_modules1210} 
%{?vm_modules1220}
+# Modules are only built for versions <= openSUSE 13.2
+# The vmhgfs module is currently built for all versions <= openSUSE 13.2
+# Beginning with the 4.0.0 kernel, the vmhgfs module is replaced by the user 
space vmhgfs-fuse client 
+%if 0%{?suse_version} <= 1320
+%define vm_modules vmhgfs %{?vm_modules1230} %{?vm_modules1210} 
%{?vm_modules1220}
+%endif
 
 # X modules are lower prio upstream and once in a while fail. Offer an easy 
way to enable/disable them.
 %define with_X 1
 
 Name:   open-vm-tools
 %define tarname open-vm-tools
-Version:9.10.2
+Version:10.0.0
 Release:0
-%define svn_rev 2822639
+%define svn_rev 3000743
 Summary:Open Virtual Machine Tools
 License:BSD-3-Clause and GPL-2.0 and LGPL-2.1
 Group:  System/Emulators/PC
-Url:http://open-vm-tools.sourceforge.net/
-Source: