commit python-requests for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package python-requests for openSUSE:Factory 
checked in at 2016-07-07 15:12:08

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


Package is "python-requests"

Changes:

--- /work/SRC/openSUSE:Factory/python-requests/python-requests.changes  
2016-07-01 10:01:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-requests.new/python-requests.changes 
2016-07-07 15:12:10.0 +0200
@@ -2,13 +1,0 @@
-Wed May 18 08:04:41 UTC 2016 - dmuel...@suse.com
-
-- update to 2.10.1:
-  * SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks])
-  * Updated bundled urllib3 to 1.15.1.
-  * Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict
-as its underlying datastore.
-  * Don't use redirect_cache if allow_redirects=False
-  * When passed objects that throw exceptions from ``tell()``, send them via
-chunked transfer encoding instead of failing.
-  * Raise a ProxyError for proxy related connection issues.
-


Old:

  requests-2.10.0.tar.gz

New:

  requests-2.9.1.tar.gz



Other differences:
--
++ python-requests.spec ++
--- /var/tmp/diff_new_pack.W686qb/_old  2016-07-07 15:12:11.0 +0200
+++ /var/tmp/diff_new_pack.W686qb/_new  2016-07-07 15:12:11.0 +0200
@@ -20,13 +20,13 @@
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 Name:   python-requests
-Version:2.10.0
+Version:2.9.1
 Release:0
 Summary:Awesome Python HTTP Library That's Actually Usable
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://python-requests.org/
-Source: 
https://pypi.io/packages/source/r/requests/requests-%{version}.tar.gz
+Source: 
http://pypi.python.org/packages/source/r/requests/requests-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE no-default-cacert.patch -- Completely ignore the internal 
CA bundle.
 Patch0: no-default-cacert.patch
 # PATCH-FIX-UPSTREAM update urllib3 to do the proper passthrough to 
set_default_verify_paths

++ requests-2.10.0.tar.gz -> requests-2.9.1.tar.gz ++
 4022 lines of diff (skipped)




commit ghc-yesod-core for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package ghc-yesod-core for openSUSE:Factory 
checked in at 2016-07-07 15:10:29

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


Package is "ghc-yesod-core"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-yesod-core/ghc-yesod-core.changes
2016-07-01 09:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yesod-core.new/ghc-yesod-core.changes   
2016-07-07 15:10:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 30 13:28:15 UTC 2016 - mimi...@gmail.com
+
+- update to 1.4.22
+* Proper handling of impure exceptions within HandlerError values
+
+---

Old:

  yesod-core-1.4.21.tar.gz

New:

  yesod-core-1.4.22.tar.gz



Other differences:
--
++ ghc-yesod-core.spec ++
--- /var/tmp/diff_new_pack.GNQHCg/_old  2016-07-07 15:10:31.0 +0200
+++ /var/tmp/diff_new_pack.GNQHCg/_new  2016-07-07 15:10:31.0 +0200
@@ -19,7 +19,7 @@
 %global pkg_name yesod-core
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:1.4.21
+Version:1.4.22
 Release:0
 Summary:Creation of type-safe, RESTful web applications
 License:MIT
@@ -44,6 +44,7 @@
 BuildRequires:  ghc-cookie-devel
 BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-deepseq-devel
+BuildRequires:  ghc-deepseq-generics-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-fast-logger-devel

++ yesod-core-1.4.21.tar.gz -> yesod-core-1.4.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-core-1.4.21/ChangeLog.md 
new/yesod-core-1.4.22/ChangeLog.md
--- old/yesod-core-1.4.21/ChangeLog.md  2016-06-20 16:31:06.0 +0200
+++ new/yesod-core-1.4.22/ChangeLog.md  2016-06-27 09:45:17.0 +0200
@@ -1,3 +1,7 @@
+## 1.4.22
+
+* Proper handling of impure exceptions within `HandlerError` values
+
 ## 1.4.21
 
 * Add support for `Encoding` from `aeson-0.11` 
[#1241](https://github.com/yesodweb/yesod/pull/1241)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-core-1.4.21/Yesod/Core/Internal/Run.hs 
new/yesod-core-1.4.22/Yesod/Core/Internal/Run.hs
--- old/yesod-core-1.4.21/Yesod/Core/Internal/Run.hs2016-06-20 
16:31:06.0 +0200
+++ new/yesod-core-1.4.22/Yesod/Core/Internal/Run.hs2016-06-27 
09:45:17.0 +0200
@@ -4,43 +4,36 @@
 {-# LANGUAGE RankNTypes#-}
 {-# LANGUAGE RecordWildCards   #-}
 {-# LANGUAGE TemplateHaskell   #-}
+{-# LANGUAGE TupleSections #-}
 {-# LANGUAGE FlexibleContexts  #-}
 module Yesod.Core.Internal.Run where
 
 
 #if __GLASGOW_HASKELL__ < 710
-import   Data.Monoid  (mempty)
+import   Data.Monoid  (Monoid, mempty)
 #endif
 import Yesod.Core.Internal.Response
 import   Blaze.ByteString.Builder (toByteString)
 import   Control.Exception(fromException, evaluate)
 import qualified Control.Exceptionas E
-import   Control.Exception.Lifted (catch)
-import   Control.Monad(mplus)
-import   Control.Monad.IO.Class   (MonadIO)
-import   Control.Monad.IO.Class   (liftIO)
+import   Control.Monad.IO.Class   (MonadIO, liftIO)
 import   Control.Monad.Logger (LogLevel (LevelError), 
LogSource,
liftLoc)
-import   Control.Monad.Trans.Resource (runResourceT, 
withInternalState, runInternalState)
+import   Control.Monad.Trans.Resource (runResourceT, 
withInternalState, runInternalState, InternalState)
 import qualified Data.ByteString  as S
 import qualified Data.ByteString.Char8as S8
 import qualified Data.IORef   as I
 import qualified Data.Map as Map
-import   Data.Maybe   (isJust)
-import   Data.Maybe   (fromMaybe)
+import   Data.Maybe   (isJust, fromMaybe)
 import   Data.Monoid  (appEndo)
 import   Data.Text(Text)
 import qualified Data.Textas T
-import   Data.Text.Encoding   (encodeUtf8)
-import   Data.Text.Encoding   (decodeUtf8With)
+import   Data.Text.Encoding   (encodeUtf8, decodeUtf8With)
 import   Data.Text.Encoding.Error (lenientDecode)
 import   Language.Haskell.TH.Syntax   (Loc, qLocation)
 import qualified Network.HTTP.Types   as H
 import 

commit kdenlive for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package kdenlive for openSUSE:Factory 
checked in at 2016-07-07 15:10:26

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


Package is "kdenlive"

Changes:

--- /work/SRC/openSUSE:Factory/kdenlive/kdenlive.changes2016-06-25 
02:01:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.kdenlive.new/kdenlive.changes   2016-07-07 
15:10:27.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul  2 22:38:47 UTC 2016 - fv...@suse.com
+
+- Update required MLT version to 0.9.8 to avoid failing builds
+
+---



Other differences:
--
++ kdenlive.spec ++
--- /var/tmp/diff_new_pack.PDEQMz/_old  2016-07-07 15:10:28.0 +0200
+++ /var/tmp/diff_new_pack.PDEQMz/_new  2016-07-07 15:10:28.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define mlt_version 0.9.6
+%define mlt_version 0.9.8
 
 Name:   kdenlive
 Version:16.04.2




commit THE for openSUSE:Factory:NonFree

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package THE for openSUSE:Factory:NonFree 
checked in at 2016-07-07 15:10:33

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


Package is "THE"

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/THE/THE.changes  2016-07-01 
10:01:27.0 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.THE.new/THE.changes 2016-07-07 
15:10:35.0 +0200
@@ -1,0 +2,5 @@
+Tue Jul  5 19:55:50 UTC 2016 - toddrme2...@gmail.com
+
+- Fix Group tag.
+
+---



Other differences:
--
++ THE.spec ++
--- /var/tmp/diff_new_pack.bhEKpU/_old  2016-07-07 15:10:35.0 +0200
+++ /var/tmp/diff_new_pack.bhEKpU/_new  2016-07-07 15:10:35.0 +0200
@@ -44,7 +44,7 @@
 
 %package doc
 Summary:The Hessling Editor (z/VM-CMS xedit clone)
-Group:  Documentation/PDF
+Group:  Documentation/Other
 
 %description doc
 This package contains the documentation for the THE (The Hessling Editor)




commit kismet for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package kismet for openSUSE:Factory checked 
in at 2016-07-07 15:10:32

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


Package is "kismet"

Changes:

--- /work/SRC/openSUSE:Factory/kismet/kismet.changes2016-04-28 
17:00:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.kismet.new/kismet.changes   2016-07-07 
15:10:33.0 +0200
@@ -1,0 +2,9 @@
+Tue Jul  5 20:16:09 UTC 2016 - mar...@gmx.de
+
+- Kismet 2016-07-R1:
+ * nl8011 support is fixed so finding the vif device works again
+ * full 5GHz channel discovery works now
+ * memory leaks in the drone are fixed 
+ * some ncurses compile bugs are resolved
+
+---

Old:

  kismet-2016-01-R1.tar.xz

New:

  kismet-2016-07-R1.tar.xz



Other differences:
--
++ kismet.spec ++
--- /var/tmp/diff_new_pack.aqEx0i/_old  2016-07-07 15:10:34.0 +0200
+++ /var/tmp/diff_new_pack.aqEx0i/_new  2016-07-07 15:10:34.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define realver 2016-01-R1
+%define realver 2016-07-R1
 Name:   kismet
-Version:2016_01_R1
+Version:2016_07_R1
 Release:0
 Summary:An 802.11 Wireless Network Sniffer
 License:GPL-2.0+

++ kismet-2016-01-R1.tar.xz -> kismet-2016-07-R1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kismet-2016-01-R1/README new/kismet-2016-07-R1/README
--- old/kismet-2016-01-R1/README2016-01-09 05:56:48.0 +0100
+++ new/kismet-2016-07-R1/README2016-07-02 20:06:10.0 +0200
@@ -1,4 +1,4 @@
-Kismet 2016-01-R1
+Kismet 2016-07-R1
 Mike Kershaw 
 http://www.kismetwireless.net
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kismet-2016-01-R1/config.h.in 
new/kismet-2016-07-R1/config.h.in
--- old/kismet-2016-01-R1/config.h.in   2016-01-09 05:56:48.0 +0100
+++ new/kismet-2016-07-R1/config.h.in   2016-07-02 20:06:10.0 +0200
@@ -111,6 +111,12 @@
 /* Define to 1 if you have the `pstat' function. */
 #undef HAVE_PSTAT
 
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
+/* Have PTHREAD_PRIO_INHERIT. */
+#undef HAVE_PTHREAD_PRIO_INHERIT
+
 /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT
 
@@ -212,6 +218,10 @@
 /* writeable argv type */
 #undef PF_ARGV_TYPE
 
+/* Define to necessary symbol if this constant uses a non-standard name on
+   your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
 /* Define as the return type of signal handlers (`int' or `void'). */
 #undef RETSIGTYPE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kismet-2016-01-R1/configure 
new/kismet-2016-07-R1/configure
--- old/kismet-2016-01-R1/configure 2016-01-09 05:56:48.0 +0100
+++ new/kismet-2016-07-R1/configure 2016-07-02 20:06:10.0 +0200
@@ -648,6 +648,10 @@
 mangrp
 instgrp
 CXXLIBS
+PTHREAD_CFLAGS
+PTHREAD_LIBS
+PTHREAD_CC
+ax_pthread_config
 LIBOBJS
 EGREP
 GREP
@@ -2233,6 +2237,114 @@
 
 
 
+# ===
+#http://www.gnu.org/software/autoconf-archive/ax_pthread.html
+# ===
+#
+# SYNOPSIS
+#
+#   AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
+#
+# DESCRIPTION
+#
+#   This macro figures out how to build C programs using POSIX threads. It
+#   sets the PTHREAD_LIBS output variable to the threads library and linker
+#   flags, and the PTHREAD_CFLAGS output variable to any special C compiler
+#   flags that are needed. (The user can also force certain compiler
+#   flags/libs to be tested by setting these environment variables.)
+#
+#   Also sets PTHREAD_CC to any special C compiler that is needed for
+#   multi-threaded programs (defaults to the value of CC otherwise). (This
+#   is necessary on AIX to use the special cc_r compiler alias.)
+#
+#   NOTE: You are assumed to not only compile your program with these flags,
+#   but also link it with them as well. e.g. you should link with
+#   $PTHREAD_CC $CFLAGS $PTHREAD_CFLAGS $LDFLAGS ... $PTHREAD_LIBS $LIBS
+#
+#   If you are only building threads programs, you may wish to use these
+#   variables in your default LIBS, CFLAGS, and CC:
+#
+# LIBS="$PTHREAD_LIBS $LIBS"
+# CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+# CC="$PTHREAD_CC"
+#
+#   In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
+#   has a nonstandard name, defines PTHREAD_CREATE_JOINABLE to that 

commit picard for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package picard for openSUSE:Factory checked 
in at 2016-07-07 15:10:30

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


Package is "picard"

Changes:

--- /work/SRC/openSUSE:Factory/picard/picard.changes2016-03-07 
13:26:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.picard.new/picard.changes   2016-07-07 
15:10:32.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun 29 09:56:06 UTC 2016 - h...@urpla.net
+
+- add recommends for python-discid
+
+---



Other differences:
--
++ picard.spec ++
--- /var/tmp/diff_new_pack.5aAfLH/_old  2016-07-07 15:10:33.0 +0200
+++ /var/tmp/diff_new_pack.5aAfLH/_new  2016-07-07 15:10:33.0 +0200
@@ -38,7 +38,6 @@
 Source17:   
http://users.musicbrainz.org/~brianfreud/SearchSoundtrackINFO3.py
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
-BuildRequires:  libdiscid-devel
 BuildRequires:  libofa-devel
 BuildRequires:  python-devel
 BuildRequires:  python-mutagen
@@ -46,6 +45,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-qt4
 BuildRequires:  update-desktop-files
+Recommends: python-discid
 Requires:   python-qt4
 Recommends: chromaprint-fpcalc
 
@@ -61,22 +61,6 @@
 %setup -q -n %{name}-release-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-cat > %{name}_libdiscid_dummy.c <<-EOF
-#include 
-#include 
-int main(void) {
-   printf("Dummy to generate correct libdiscid.so rpm dependency.\n");
-   discid_free(discid_new());
-   return 0;
-}
-EOF
-gcc -Wall -s $CFLAGS -o %{name}_libdiscid_dummy %{name}_libdiscid_dummy.c 
-ldiscid
-# there is some upstream confusion about what the SONAME of libdiscid is 
supposed to be
-libdiscid_so="`readelf --wide --dynamic picard_libdiscid_dummy | sed -n 
'/(NEEDED).*libdiscid.so/s@^\(.*\[\)\([^]]\+\).*@\2@p'`"
-sed -i~ -e 
"s@^\([[:blank:]]\+\)\(libName[[:blank:]]*=[[:blank:]]*'\)\(libdiscid.so.0\)\('[[:blank:]]*\)@\1\2${libdiscid_so}\4
 # was '\3'@" picard/disc.py
-if diff -u picard/disc.py~ picard/disc.py ; then : ; fi
-#
 python setup.py config
 python setup.py build
 
@@ -105,9 +89,6 @@
 %find_lang %{name}-countries %{name}.lang
 %find_lang %{name}-attributes %{name}.lang
 
-mkdir -vp %{buildroot}/%{_libdir}/%{name}
-cp -avL %{name}_libdiscid_dummy %{buildroot}/%{_libdir}/%{name}
-
 %post
 %icon_theme_cache_post
 
@@ -118,7 +99,6 @@
 %defattr(-,root,root)
 %doc AUTHORS.txt COPYING.txt NEWS.txt
 %{_bindir}/picard
-%{_libdir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{python_sitearch}/picard*
 %{_datadir}/icons/hicolor/*/apps/picard.png




commit ghc-http-conduit for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2016-07-07 15:10:28

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


Package is "ghc-http-conduit"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes
2016-05-13 09:24:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-http-conduit.new/ghc-http-conduit.changes   
2016-07-07 15:10:28.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul  4 09:24:59 UTC 2016 - mimi...@gmail.com
+
+- update to 2.1.11
+* Switch to non-throwing behavior in Network.HTTP.Simple
+
+---

Old:

  http-conduit-2.1.10.1.tar.gz

New:

  http-conduit-2.1.11.tar.gz



Other differences:
--
++ ghc-http-conduit.spec ++
--- /var/tmp/diff_new_pack.t8FJmT/_old  2016-07-07 15:10:29.0 +0200
+++ /var/tmp/diff_new_pack.t8FJmT/_new  2016-07-07 15:10:29.0 +0200
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:   ghc-http-conduit
-Version:2.1.10.1
+Version:2.1.11
 Release:0
 Summary:HTTP client package with conduit interface and HTTPS support
 License:BSD-2-Clause

++ http-conduit-2.1.10.1.tar.gz -> http-conduit-2.1.11.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.1.10.1/ChangeLog.md 
new/http-conduit-2.1.11/ChangeLog.md
--- old/http-conduit-2.1.10.1/ChangeLog.md  2016-05-05 15:49:06.0 
+0200
+++ new/http-conduit-2.1.11/ChangeLog.md2016-06-30 11:43:27.0 
+0200
@@ -1,3 +1,7 @@
+## 2.1.11
+
+* Switch to non-throwing behavior in `Network.HTTP.Simple` 
[#193](https://github.com/snoyberg/http-client/issues/193)
+
 ## 2.1.10.1
 
 * Fix mistaken `@since` comments
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-conduit-2.1.10.1/Network/HTTP/Conduit.hs 
new/http-conduit-2.1.11/Network/HTTP/Conduit.hs
--- old/http-conduit-2.1.10.1/Network/HTTP/Conduit.hs   2016-05-05 
15:49:06.0 +0200
+++ new/http-conduit-2.1.11/Network/HTTP/Conduit.hs 2016-06-30 
11:43:27.0 +0200
@@ -36,7 +36,7 @@
 -- >
 -- > main :: IO ()
 -- > main = do
--- >  request <- parseUrl "http://google.com/;
+-- >  request <- parseRequest "http://google.com/;
 -- >  manager <- newManager tlsManagerSettings
 -- >  runResourceT $ do
 -- >  response <- http request manager
@@ -88,7 +88,7 @@
 -- > }
 -- >
 -- > main = withSocketsDo $ do
--- >  request' <- parseUrl "http://example.com/secret-page;
+-- >  request' <- parseRequest "http://example.com/secret-page;
 -- >  manager <- newManager tlsManagerSettings
 -- >  let request = request' { cookieJar = Just $ createCookieJar [cookie] 
}
 -- >  (fmap Just (httpLbs request manager)) `E.catch`
@@ -121,7 +121,7 @@
 -- >
 -- > main :: IO ()
 -- > main = withSocketsDo $ do
--- >  request' <- parseUrl "http://www.yesodweb.com/does-not-exist;
+-- >  request' <- parseRequest "http://www.yesodweb.com/does-not-exist;
 -- >  let request = request' { checkStatus = \_ _ _ -> Nothing }
 -- >  manager <- newManager tlsManagerSettings
 -- >  res <- httpLbs request manager
@@ -137,7 +137,7 @@
 -- >
 -- > main :: IO ()
 -- > main = do
--- > request <- parseUrl "https://github.com/;
+-- > request <- parseRequest "https://github.com/;
 -- > let settings = mkManagerSettings (TLSSettingsSimple True False False) 
Nothing
 -- > manager <- newManager settings
 -- > res <- httpLbs request manager
@@ -208,6 +208,10 @@
 , destroyCookieJar
   -- * Utility functions
 , parseUrl
+, parseUrlThrow
+, parseRequest
+, parseRequest_
+, defaultRequest
 , applyBasicAuth
 , addProxy
 , lbsResponse
@@ -243,7 +247,8 @@
closeManager, managerConnCount,
managerResponseTimeout,
managerTlsConnection, 
newManager)
-import   Network.HTTP.Client  (parseUrl, urlEncodedBody, 
applyBasicAuth)
+import   Network.HTTP.Client  (parseUrl, parseUrlThrow, 
urlEncodedBody, applyBasicAuth,
+   defaultRequest, parseRequest, 
parseRequest_)
 import   Network.HTTP.Client.Internal (addProxy, alwaysDecompress,
browserDecompress)
 import   Network.HTTP.Client.Internal (getRedirectedRequest)
@@ -284,7 +289,7 @@
 --
 -- This function 

commit autoyast2 for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2016-07-07 15:10:11

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  2016-06-09 
15:58:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2016-07-07 
15:10:12.0 +0200
@@ -1,0 +2,38 @@
+Wed Jul  6 16:56:38 CEST 2016 - sch...@suse.de
+
+- While AutoYaST installation the user can change the path of the
+  AutoYaST configuration file. Fix: This path will be updated in
+  /etc/install.inf too.
+  (bnc#963487)
+- 3.1.136
+
+---
+Tue Jul  5 16:01:19 CEST 2016 - sch...@suse.de
+
+- System shutdown: Removed "autoyast" service shutdown.
+  It does not exist anymore. (bnc#986798)
+- 3.1.135
+
+---
+Tue Jun 28 10:29:38 UTC 2016 - jreidin...@suse.com
+
+- Speed up installation (bnc#986649)
+- 3.1.134
+
+---
+Tue Jun 21 06:16:12 UTC 2016 - igonzalezs...@suse.com
+
+- Consider AutoYaST keep_install_network as set to 'true'
+  if it's not specified (bsc#984146)
+- Restore the keep_install_network default behavior present
+  in SLE 12 SP1 and openSUSE Leap 42.1
+- 3.1.133
+
+---
+Mon Jun 20 15:31:07 CEST 2016 - sch...@suse.de
+
+- Fixing typo while reporting not supported modules.
+  (part of bnc#955878)
+- 3.1.132
+
+---
@@ -444 +482 @@
-  autoyast.xml file (bnc#928303, 908356, 916628)
+  autoyast.xml file (bnc#928303, bnc#908356, bnc#916628)

Old:

  autoyast2-3.1.131.tar.bz2

New:

  autoyast2-3.1.136.tar.bz2



Other differences:
--
++ autoyast2.spec ++
--- /var/tmp/diff_new_pack.hrc6SB/_old  2016-07-07 15:10:13.0 +0200
+++ /var/tmp/diff_new_pack.hrc6SB/_new  2016-07-07 15:10:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   autoyast2
-Version:3.1.131
+Version:3.1.136
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ autoyast2-3.1.131.tar.bz2 -> autoyast2-3.1.136.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.131/package/autoyast2.changes 
new/autoyast2-3.1.136/package/autoyast2.changes
--- old/autoyast2-3.1.131/package/autoyast2.changes 2016-06-06 
13:04:21.0 +0200
+++ new/autoyast2-3.1.136/package/autoyast2.changes 2016-07-07 
11:14:34.0 +0200
@@ -1,4 +1,42 @@
 ---
+Wed Jul  6 16:56:38 CEST 2016 - sch...@suse.de
+
+- While AutoYaST installation the user can change the path of the
+  AutoYaST configuration file. Fix: This path will be updated in
+  /etc/install.inf too.
+  (bnc#963487)
+- 3.1.136
+
+---
+Tue Jul  5 16:01:19 CEST 2016 - sch...@suse.de
+
+- System shutdown: Removed "autoyast" service shutdown.
+  It does not exist anymore. (bnc#986798)
+- 3.1.135
+
+---
+Tue Jun 28 10:29:38 UTC 2016 - jreidin...@suse.com
+
+- Speed up installation (bnc#986649)
+- 3.1.134
+
+---
+Tue Jun 21 06:16:12 UTC 2016 - igonzalezs...@suse.com
+
+- Consider AutoYaST keep_install_network as set to 'true'
+  if it's not specified (bsc#984146)
+- Restore the keep_install_network default behavior present
+  in SLE 12 SP1 and openSUSE Leap 42.1
+- 3.1.133
+
+---
+Mon Jun 20 15:31:07 CEST 2016 - sch...@suse.de
+
+- Fixing typo while reporting not supported modules.
+  (part of bnc#955878)
+- 3.1.132
+
+---
 Mon Jun  6 10:34:08 UTC 2016 - igonzalezs...@suse.com
 
 - Rename schema definition regarding SSH keys/configuration
@@ -441,7 +479,7 @@
 Mon May  4 12:49:40 CEST 2015 - sch...@suse.de
 
 - Evaluate the correct host IP in order to read the proper
-  autoyast.xml file (bnc#928303, 908356, 916628)
+  autoyast.xml file (bnc#928303, bnc#908356, bnc#916628)
 - 3.1.75
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.131/package/autoyast2.spec 
new/autoyast2-3.1.136/package/autoyast2.spec
--- 

commit xnoise for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package xnoise for openSUSE:Factory checked 
in at 2016-07-07 15:10:23

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


Package is "xnoise"

Changes:

--- /work/SRC/openSUSE:Factory/xnoise/xnoise.changes2015-04-10 
09:51:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.xnoise.new/xnoise.changes   2016-07-07 
15:10:24.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 17:01:05 UTC 2016 - toddrme2...@gmail.com
+
+- Fix Group tag mixup.
+
+---



Other differences:
--
++ xnoise.spec ++
--- /var/tmp/diff_new_pack.65f96T/_old  2016-07-07 15:10:25.0 +0200
+++ /var/tmp/diff_new_pack.65f96T/_new  2016-07-07 15:10:25.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xnoise
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -82,14 +82,14 @@
 
 %package -n %{_libname}%{_soname}
 Summary:Library for xnoise
-Group:  System/Libraries/C and C++
+Group:  System/Libraries
 
 %description -n %{_libname}%{_soname}
 This library comes from the xnoise application.
 
 %package -n %{_libname}-devel
 Summary:Development files of libxnoise
-Group:  Development/Libraries
+Group:  Development/Libraries/C and C++
 Requires:   %{_libname}%{_soname} = %{version}
 
 %description -n %{_libname}-devel




commit ccd2cue for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package ccd2cue for openSUSE:Factory checked 
in at 2016-07-07 15:10:25

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


Package is "ccd2cue"

Changes:

--- /work/SRC/openSUSE:Factory/ccd2cue/ccd2cue.changes  2015-03-25 
10:00:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccd2cue.new/ccd2cue.changes 2016-07-07 
15:10:26.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 16:53:10 UTC 2016 - toddrme2...@gmail.com
+
+- Make Group tag consistent with other packages.
+
+---



Other differences:
--
++ ccd2cue.spec ++
--- /var/tmp/diff_new_pack.7UR7Cq/_old  2016-07-07 15:10:27.0 +0200
+++ /var/tmp/diff_new_pack.7UR7Cq/_new  2016-07-07 15:10:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ccd2cue
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,7 +38,7 @@
 %package doc
 Summary:Documentation for ccd2cue and the CCD and CUE sheet formats
 License:GFDL-1.3
-Group:  Documentation/other
+Group:  Documentation/Other
 Requires:   %{name} = %{version}
 Requires(post): info
 Requires(preun): info






commit yast2-users for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2016-07-07 15:09:45

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  2016-06-13 
21:50:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes 
2016-07-07 15:09:47.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 27 09:18:59 UTC 2016 - igonzalezs...@suse.com
+
+- Fix creation of the first user account during installation
+  (bsc#986542)
+- 3.1.53
+
+---

Old:

  yast2-users-3.1.52.tar.bz2

New:

  yast2-users-3.1.53.tar.bz2



Other differences:
--
++ yast2-users.spec ++
--- /var/tmp/diff_new_pack.43cHpU/_old  2016-07-07 15:09:48.0 +0200
+++ /var/tmp/diff_new_pack.43cHpU/_new  2016-07-07 15:09:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.52
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-users-3.1.52.tar.bz2 -> yast2-users-3.1.53.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.52/package/yast2-users.changes 
new/yast2-users-3.1.53/package/yast2-users.changes
--- old/yast2-users-3.1.52/package/yast2-users.changes  2016-06-09 
17:26:50.0 +0200
+++ new/yast2-users-3.1.53/package/yast2-users.changes  2016-06-27 
11:46:58.0 +0200
@@ -1,4 +1,11 @@
 ---
+Mon Jun 27 09:18:59 UTC 2016 - igonzalezs...@suse.com
+
+- Fix creation of the first user account during installation
+  (bsc#986542)
+- 3.1.53
+
+---
 Wed Jun  1 15:44:50 UTC 2016 - c...@suse.com
 
 - Removed devel-doc package (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.52/package/yast2-users.spec 
new/yast2-users-3.1.53/package/yast2-users.spec
--- old/yast2-users-3.1.52/package/yast2-users.spec 2016-06-09 
17:26:50.0 +0200
+++ new/yast2-users-3.1.53/package/yast2-users.spec 2016-06-27 
11:46:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-users
-Version:3.1.52
+Version:3.1.53
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-users-3.1.52/src/lib/users/dialogs/inst_user_first.rb 
new/yast2-users-3.1.53/src/lib/users/dialogs/inst_user_first.rb
--- old/yast2-users-3.1.52/src/lib/users/dialogs/inst_user_first.rb 
2016-06-09 17:26:51.0 +0200
+++ new/yast2-users-3.1.53/src/lib/users/dialogs/inst_user_first.rb 
2016-06-27 11:46:58.0 +0200
@@ -25,6 +25,7 @@
 require "users/ca_password_validator"
 require "users/local_password"
 require "users/users_database"
+require "tmpdir"
 
 module Yast
   # Dialog for creation of local users during first stage of installation




commit yast2-ruby-bindings for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2016-07-07 15:09:55

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


Package is "yast2-ruby-bindings"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2016-06-02 12:49:39.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
2016-07-07 15:09:56.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun 30 09:24:32 UTC 2016 - jreidin...@suse.com
+
+- Fix segfault when running rspec tests caused by added ruby
+  profiler (bnc#986649 comment2)
+- 3.1.50
+
+---
+Tue Jun 28 14:21:55 UTC 2016 - jreidin...@suse.com
+
+- Added support for running the Ruby profiler
+- Improve performance of code by specialized `caller` call
+  (bnc#986649)
+- 3.1.49
+
+---

Old:

  yast2-ruby-bindings-3.1.48.tar.bz2

New:

  yast2-ruby-bindings-3.1.50.tar.bz2



Other differences:
--
++ yast2-ruby-bindings.spec ++
--- /var/tmp/diff_new_pack.shHv45/_old  2016-07-07 15:09:57.0 +0200
+++ /var/tmp/diff_new_pack.shHv45/_new  2016-07-07 15:09:57.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.48
+Version:3.1.50
 Release:0
 Url:https://github.com/yast/yast-ruby-bindings
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-ruby-bindings-3.1.48.tar.bz2 -> yast2-ruby-bindings-3.1.50.tar.bz2 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.48/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.1.50/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.48/package/yast2-ruby-bindings.changes  
2016-05-31 09:44:05.0 +0200
+++ new/yast2-ruby-bindings-3.1.50/package/yast2-ruby-bindings.changes  
2016-06-30 14:15:47.0 +0200
@@ -1,4 +1,19 @@
 ---
+Thu Jun 30 09:24:32 UTC 2016 - jreidin...@suse.com
+
+- Fix segfault when running rspec tests caused by added ruby
+  profiler (bnc#986649 comment2)
+- 3.1.50
+
+---
+Tue Jun 28 14:21:55 UTC 2016 - jreidin...@suse.com
+
+- Added support for running the Ruby profiler
+- Improve performance of code by specialized `caller` call
+  (bnc#986649)
+- 3.1.49
+
+---
 Mon May 30 14:38:02 UTC 2016 - lsle...@suse.cz
 
 - Improve the debugger support - use the same code also at run
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.48/package/yast2-ruby-bindings.spec 
new/yast2-ruby-bindings-3.1.50/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.48/package/yast2-ruby-bindings.spec 
2016-05-31 09:44:05.0 +0200
+++ new/yast2-ruby-bindings-3.1.50/package/yast2-ruby-bindings.spec 
2016-06-30 14:15:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ruby-bindings
-Version:3.1.48
+Version:3.1.50
 Url:https://github.com/yast/yast-ruby-bindings
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.48/src/binary/CMakeLists.txt 
new/yast2-ruby-bindings-3.1.50/src/binary/CMakeLists.txt
--- old/yast2-ruby-bindings-3.1.48/src/binary/CMakeLists.txt2016-05-31 
09:44:05.0 +0200
+++ new/yast2-ruby-bindings-3.1.50/src/binary/CMakeLists.txt2016-06-30 
14:15:47.0 +0200
@@ -99,7 +99,10 @@
 target_link_libraries( builtinx ${YAST_PLUGIN_SCR_LIBRARY} )
 target_link_libraries( builtinx ${YAST_PLUGIN_WFM_LIBRARY} )
 target_link_libraries( builtinx ${YAST_PLUGIN_UI_LIBRARY} )
-target_link_libraries( builtinx crypt )
+find_library( CRYPT_LIBRARY crypt )
+if ( CRYPT_LIBRARY )
+  target_link_libraries( builtinx ${CRYPT_LIBRARY} )
+endif()
 find_library( OWCRYPT_LIBRARY owcrypt )
 if ( OWCRYPT_LIBRARY )
   target_link_libraries( builtinx ${OWCRYPT_LIBRARY} )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.48/src/binary/YRuby.cc 
new/yast2-ruby-bindings-3.1.50/src/binary/YRuby.cc
--- old/yast2-ruby-bindings-3.1.48/src/binary/YRuby.cc  2016-05-31 
09:44:05.0 +0200
+++ new/yast2-ruby-bindings-3.1.50/src/binary/YRuby.cc  

commit yast2-packager for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2016-07-07 15:10:06

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


Package is "yast2-packager"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes
2016-06-13 21:52:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes   
2016-07-07 15:10:08.0 +0200
@@ -1,0 +2,35 @@
+Wed Jul  6 15:07:59 UTC 2016 - igonzalezs...@suse.com
+
+- Fix remaining estimation during installation (bsc#982138)
+- 3.1.107
+
+---
+Wed Jul  6 10:46:54 UTC 2016 - igonzalezs...@suse.com
+
+- Fix remaining packages count during installation (bsc#987791 and
+  bsc#987604)
+- 3.1.106
+
+---
+Tue Jun 28 14:15:15 UTC 2016 - jreidin...@suse.com
+
+- optimize slide show size computing to improve installation
+  performance (bnc#986649)
+- 3.1.105
+
+---
+Mon Jun 20 08:04:22 UTC 2016 - lsle...@suse.cz
+
+- Restored back the InstURL#GetDevicesOption method which was
+  accidentaly removed in the previous update (bsc#985593)
+- 3.1.104
+
+---
+Wed Jun 15 11:07:50 UTC 2016 - igonzalezs...@suse.com
+
+- Allow installation via HTTPS using a self-signed certificate
+  when "ssl_certs=0" boot option is used (bsc#982727)
+- Drop "is_network" method from InstURL module
+- 3.1.103
+
+---

Old:

  yast2-packager-3.1.102.tar.bz2

New:

  yast2-packager-3.1.107.tar.bz2



Other differences:
--
++ yast2-packager.spec ++
--- /var/tmp/diff_new_pack.d6bhkN/_old  2016-07-07 15:10:09.0 +0200
+++ /var/tmp/diff_new_pack.d6bhkN/_new  2016-07-07 15:10:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.102
+Version:3.1.107
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-packager-3.1.102.tar.bz2 -> yast2-packager-3.1.107.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-packager-3.1.102/package/yast2-packager.changes 
new/yast2-packager-3.1.107/package/yast2-packager.changes
--- old/yast2-packager-3.1.102/package/yast2-packager.changes   2016-06-10 
09:52:04.0 +0200
+++ new/yast2-packager-3.1.107/package/yast2-packager.changes   2016-07-06 
17:24:30.0 +0200
@@ -1,4 +1,39 @@
 ---
+Wed Jul  6 15:07:59 UTC 2016 - igonzalezs...@suse.com
+
+- Fix remaining estimation during installation (bsc#982138)
+- 3.1.107
+
+---
+Wed Jul  6 10:46:54 UTC 2016 - igonzalezs...@suse.com
+
+- Fix remaining packages count during installation (bsc#987791 and
+  bsc#987604)
+- 3.1.106
+
+---
+Tue Jun 28 14:15:15 UTC 2016 - jreidin...@suse.com
+
+- optimize slide show size computing to improve installation
+  performance (bnc#986649)
+- 3.1.105
+
+---
+Mon Jun 20 08:04:22 UTC 2016 - lsle...@suse.cz
+
+- Restored back the InstURL#GetDevicesOption method which was
+  accidentaly removed in the previous update (bsc#985593)
+- 3.1.104
+
+---
+Wed Jun 15 11:07:50 UTC 2016 - igonzalezs...@suse.com
+
+- Allow installation via HTTPS using a self-signed certificate
+  when "ssl_certs=0" boot option is used (bsc#982727)
+- Drop "is_network" method from InstURL module
+- 3.1.103
+
+---
 Thu Jun  2 09:24:10 UTC 2016 - igonzalezs...@suse.com
 
 - Drop yast2-packager-devel-doc (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-3.1.102/package/yast2-packager.spec 
new/yast2-packager-3.1.107/package/yast2-packager.spec
--- old/yast2-packager-3.1.102/package/yast2-packager.spec  2016-06-10 
09:52:04.0 +0200
+++ new/yast2-packager-3.1.107/package/yast2-packager.spec  2016-07-06 
17:24:30.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-packager
-Version:3.1.102
+Version:3.1.107
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit yast2 for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2 for openSUSE:Factory checked 
in at 2016-07-07 15:10:01

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


Package is "yast2"

Changes:

--- /work/SRC/openSUSE:Factory/yast2/yast2.changes  2016-06-29 
15:04:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2.new/yast2.changes 2016-07-07 
15:10:02.0 +0200
@@ -1,0 +2,7 @@
+Thu Jun 30 06:54:57 UTC 2016 - jreidin...@suse.com
+
+- fix cyclic dependencies caused by split of firewall classes
+  (bsc#987059)
+- 3.1.195
+
+---

Old:

  yast2-3.1.194.tar.bz2

New:

  yast2-3.1.195.tar.bz2



Other differences:
--
++ yast2.spec ++
--- /var/tmp/diff_new_pack.HnjaiP/_old  2016-07-07 15:10:03.0 +0200
+++ /var/tmp/diff_new_pack.HnjaiP/_new  2016-07-07 15:10:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2
-Version:3.1.194
+Version:3.1.195
 Release:0
 Summary:YaST2 - Main Package
 License:GPL-2.0

++ yast2-3.1.194.tar.bz2 -> yast2-3.1.195.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.194/library/network/src/lib/network/susefirewall2.rb 
new/yast2-3.1.195/library/network/src/lib/network/susefirewall2.rb
--- old/yast2-3.1.194/library/network/src/lib/network/susefirewall2.rb  
2016-06-22 11:23:47.0 +0200
+++ new/yast2-3.1.195/library/network/src/lib/network/susefirewall2.rb  
2016-07-01 08:54:01.0 +0200
@@ -48,7 +48,6 @@
   Yast.import "Mode"
   Yast.import "Service"
   Yast.import "NetworkInterfaces"
-  Yast.import "SuSEFirewallServices"
   Yast.import "PortAliases"
   Yast.import "Report"
   Yast.import "Message"
@@ -798,6 +797,8 @@
 # @param [String] service id
 # @param [String] zone
 def RemoveServiceSupportFromZone(service, zone)
+  Yast.import "SuSEFirewallServices" # lazy import due to circular 
dependencies
+
   needed = SuSEFirewallServices.GetNeededPortsAndProtocols(service)
   # unknown service
   if needed.nil?
@@ -844,6 +845,8 @@
 # @param [String] service id
 # @param [String] zone
 def AddServiceSupportIntoZone(service, zone)
+  Yast.import "SuSEFirewallServices" # lazy import due to circular 
dependencies
+
   needed = SuSEFirewallServices.GetNeededPortsAndProtocols(service)
   # unknown service
   if needed.nil?
@@ -1360,6 +1363,8 @@
 def IsServiceSupportedInZone(service, zone)
   return nil if !IsKnownZone(zone)
 
+  Yast.import "SuSEFirewallServices" # lazy import due to circular 
dependencies
+
   needed = SuSEFirewallServices.GetNeededPortsAndProtocols(service)
 
   # SuSEFirewall feature FW_PROTECT_FROM_INT
@@ -1832,6 +1837,8 @@
   # all ports or services used by known service
   all_used_services = []
 
+  Yast.import "SuSEFirewallServices" # lazy import due to circular 
dependencies
+
   # trying all possible (known) services
   Builtins.foreach(SuSEFirewallServices.GetSupportedServices) do 
|service_id, _service_name|
 # only when the service is allowed in zone - remove all its needed 
ports
@@ -2573,6 +2580,8 @@
 
   Builtins.y2milestone("Current conf: %1", current_conf)
 
+  Yast.import "SuSEFirewallServices" # lazy import due to circular 
dependencies
+
   Builtins.foreach(GetKnownFirewallZones()) do |zone|
 Builtins.foreach(SuSEFirewallServices.OLD_SERVICES) do 
|old_service_id, old_service_def|
   Builtins.y2milestone("Checking %1 in %2 zone", old_service_id, zone)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-3.1.194/library/network/src/modules/SuSEFirewallServices.rb 
new/yast2-3.1.195/library/network/src/modules/SuSEFirewallServices.rb
--- old/yast2-3.1.194/library/network/src/modules/SuSEFirewallServices.rb   
2016-06-22 11:23:47.0 +0200
+++ new/yast2-3.1.195/library/network/src/modules/SuSEFirewallServices.rb   
2016-07-01 08:54:01.0 +0200
@@ -37,7 +37,6 @@
 module Yast
   class FirewallServicesClass < Module
 include Yast::Logger
-Yast.import "SuSEFirewall"
 
 # Create appropriate firewall services class based on factors such as which
 # backend is selected by user or running on the system.
@@ -48,6 +47,8 @@
 # @param backend_sym [Symbol] if not nil, explicitely select :sf2 or :fwd
 # @return SuSEFirewall2ServicesClass or SuSEfirewalldServicesClass instance
 def self.create(backend_sym = nil)
+  Yast.import "SuSEFirewall"
+
   # If backend is specificed, go ahead 

commit yast2-kdump for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package yast2-kdump for openSUSE:Factory 
checked in at 2016-07-07 15:09:50

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


Package is "yast2-kdump"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-kdump/yast2-kdump.changes  2016-04-22 
16:18:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-kdump.new/yast2-kdump.changes 
2016-07-07 15:09:52.0 +0200
@@ -1,0 +2,8 @@
+Mon Jun 27 13:23:28 UTC 2016 - jreidin...@suse.com
+
+- Skip writing bootloader configuration in installation, as it
+  will be written later by yast2-bootloader. This will speed up
+  installation. (bnc#984649)
+- 3.1.38
+
+---

Old:

  yast2-kdump-3.1.37.tar.bz2

New:

  yast2-kdump-3.1.38.tar.bz2



Other differences:
--
++ yast2-kdump.spec ++
--- /var/tmp/diff_new_pack.wL59mO/_old  2016-07-07 15:09:53.0 +0200
+++ /var/tmp/diff_new_pack.wL59mO/_new  2016-07-07 15:09:53.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.37
+Version:3.1.38
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0
@@ -43,6 +43,8 @@
 Requires:   yast2-storage
 # SpaceCalculation.GetPartitionInfo
 Requires:   yast2-packager
+# do not use old installation with wrong finish order
+Conflicts:  yast2-installation < 3.1.198
 Recommends: makedumpfile
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %ifarch ppc

++ yast2-kdump-3.1.37.tar.bz2 -> yast2-kdump-3.1.38.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.37/package/yast2-kdump.changes 
new/yast2-kdump-3.1.38/package/yast2-kdump.changes
--- old/yast2-kdump-3.1.37/package/yast2-kdump.changes  2016-04-13 
14:18:24.0 +0200
+++ new/yast2-kdump-3.1.38/package/yast2-kdump.changes  2016-06-29 
11:29:09.0 +0200
@@ -1,4 +1,12 @@
 ---
+Mon Jun 27 13:23:28 UTC 2016 - jreidin...@suse.com
+
+- Skip writing bootloader configuration in installation, as it
+  will be written later by yast2-bootloader. This will speed up
+  installation. (bnc#984649)
+- 3.1.38
+
+---
 Wed Apr 13 11:47:38 UTC 2016 - jreidin...@suse.com
 
 - Remove unused import of dropped BootCommon package
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.37/package/yast2-kdump.spec 
new/yast2-kdump-3.1.38/package/yast2-kdump.spec
--- old/yast2-kdump-3.1.37/package/yast2-kdump.spec 2016-04-13 
14:18:25.0 +0200
+++ new/yast2-kdump-3.1.38/package/yast2-kdump.spec 2016-06-29 
11:29:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-kdump
-Version:3.1.37
+Version:3.1.38
 Release:0
 Summary:Configuration of kdump
 License:GPL-2.0
@@ -43,6 +43,8 @@
 Requires:   yast2-storage
 # SpaceCalculation.GetPartitionInfo
 Requires:   yast2-packager
+# do not use old installation with wrong finish order
+Conflicts:  yast2-installation < 3.1.198
 Recommends: makedumpfile
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %ifarch ppc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-kdump-3.1.37/src/modules/Kdump.rb 
new/yast2-kdump-3.1.38/src/modules/Kdump.rb
--- old/yast2-kdump-3.1.37/src/modules/Kdump.rb 2016-04-13 14:18:25.0 
+0200
+++ new/yast2-kdump-3.1.38/src/modules/Kdump.rb 2016-06-29 11:29:09.0 
+0200
@@ -468,9 +468,12 @@
   Service.Restart(KDUMP_SERVICE_NAME) if 
Service.active?(KDUMP_SERVICE_NAME)
 else
   Bootloader.modify_kernel_params(:common, :xen_guest, :recovery, 
"crashkernel" => crash_values)
-  old_progress = Progress.set(false)
-  Bootloader.Write
-  Progress.set(old_progress)
+  # do mass write in installation to speed up, so skip this one
+  if !Stage.initial
+old_progress = Progress.set(false)
+Bootloader.Write
+Progress.set(old_progress)
+  end
   Builtins.y2milestone(
 "[kdump] (WriteKdumpBootParameter) adding chrashkernel options 
with values: %1",
 crash_values
@@ -483,9 +486,11 @@
 if @crashkernel_param
   #delete crashkernel parameter from bootloader
   Bootloader.modify_kernel_params(:common, :xen_guest, :recovery, 
"crashkernel" => :missing)
-  old_progress = Progress.set(false)
-  

commit kernel-source for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2016-07-07 15:09:29

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2016-06-12 18:50:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2016-07-07 15:09:31.0 +0200
@@ -1,0 +2,30 @@
+Sun Jun 26 09:34:33 CEST 2016 - jsl...@suse.cz
+
+- Linux 4.6.3 (CVE-2016-4951 bsc#981058 bsc#983458).
+- Delete
+  patches.arch/arm64-mm-always-take-dirty-state-from-new-pte-in-pte.patch.
+- Delete
+  patches.fixes/tipc-check-nl-sock-before-parsing-nested-attributes.patch.
+- commit d4bcf2a
+
+---
+Tue Jun 21 08:12:52 CEST 2016 - j...@suse.com
+
+- KEYS: potential uninitialized variable (bsc#984755,
+  CVE-2016-4470).
+- commit 96a29db
+
+---
+Mon Jun 20 14:03:35 CEST 2016 - jsl...@suse.cz
+
+- base: make module_create_drivers_dir race-free (bnc#983977).
+- commit 6cfe0b8
+
+---
+Fri Jun 10 16:51:08 CEST 2016 - b...@suse.de
+
+- rds: fix an infoleak in rds_inc_info_copy (bsc#983213
+  CVE-2016-5244).
+- commit 14295d6
+
+---
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.U8M6Dc/_old  2016-07-07 15:09:35.0 +0200
+++ /var/tmp/diff_new_pack.U8M6Dc/_new  2016-07-07 15:09:35.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.6
-%define patchversion 4.6.2
+%define patchversion 4.6.3
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.6.2
+Version:4.6.3
 %if 0%{?is_kotd}
-Release:.g2a68ef0
+Release:.gd4bcf2a
 %else
 Release:0
 %endif

kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.U8M6Dc/_old  2016-07-07 15:09:36.0 +0200
+++ /var/tmp/diff_new_pack.U8M6Dc/_new  2016-07-07 15:09:36.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.6.2
+%define patchversion 4.6.3
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.6.2
+Version:4.6.3
 %if 0%{?is_kotd}
-Release:.g2a68ef0
+Release:.gd4bcf2a
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.U8M6Dc/_old  2016-07-07 15:09:36.0 +0200
+++ /var/tmp/diff_new_pack.U8M6Dc/_new  2016-07-07 15:09:36.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.6
-%define patchversion 4.6.2
+%define patchversion 4.6.3
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -61,9 +61,9 @@
 Summary:Kernel for LPAE enabled systems
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.6.2
+Version:4.6.3
 %if 0%{?is_kotd}
-Release:.g2a68ef0
+Release:.gd4bcf2a
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.U8M6Dc/_old  2016-07-07 15:09:36.0 +0200
+++ /var/tmp/diff_new_pack.U8M6Dc/_new  2016-07-07 15:09:36.0 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.6.2
+%define patchversion 4.6.3
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -51,9 +51,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.6.2
+Version:4.6.3
 %if 0%{?is_kotd}
-Release:.g2a68ef0
+Release:.gd4bcf2a
 %else
 Release:0
 %endif

++ kernel-obs-qa.spec ++
--- /var/tmp/diff_new_pack.U8M6Dc/_old  2016-07-07 15:09:36.0 +0200
+++ /var/tmp/diff_new_pack.U8M6Dc/_new  2016-07-07 15:09:36.0 +0200
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 4.6.2
+%define patchversion 4.6.3
 %define variant %{nil}
 
 %include 

commit xf86-video-intel for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2016-07-07 15:09:04

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is "xf86-video-intel"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2016-05-23 17:30:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2016-07-07 15:09:05.0 +0200
@@ -1,0 +2,31 @@
+Mon Jul  4 07:12:15 UTC 2016 - e...@suse.com
+
+- Update to 2.99.917.674_g9154dff
+  * Only shutdown secondary plances on CRTCs we own (boo#984747).
+  * Do not force migration to GPU for very large object.
+  * Skip wait_for_shadow when shadow is temprarily disabled.
+  * Avoid Recursion by testing shadow.wait.
+  * DRI3 is not supporteed by mesa/i915.
+  * Various minor fixes.
+
+---
+Tue Jun 21 17:38:03 UTC 2016 - e...@suse.com
+
+- Update to 2.99.917.666_g7b6e219:
+   sna: Hide compiler warnings for change in uAPI defines
+   sna/video: Create one XvAdapter for each sprite plane
+   sna/video: Prepare for multiple sprite ports
+   sna: Record all sprite planes reported by the kernel
+   compat: Another day, another ABI change for OsBlockSGIO
+   sna: Use physical output size from the kernel
+   compat: Add OsBlockSIGIO/OsReleaseSIGIO wrappers
+   sna: Restore TearFree operation after switching everything off
+   sna/dri2: Avoid chaining swaps across a mode change
+   sna: Display errno when SETCURSOR fails
+   sna: Allow disconnected outputs to retain state without EDID checks
+   sna: Confirm the EDID is the same after a hotplug before ignoring
+   sna: Don't skip migration-to-GPU for TearFree
+   sna: Track the minimum damage when doing CRTC-local TearFree
+   sna: Fix increment of modeset serial after applying CRTC
+
+---

Old:

  xf86-video-intel-2.99.917.651_g34f63f2.tar.bz2

New:

  xf86-video-intel-2.99.917.674_g9154dff.tar.bz2



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.KtPzBq/_old  2016-07-07 15:09:06.0 +0200
+++ /var/tmp/diff_new_pack.KtPzBq/_new  2016-07-07 15:09:06.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with glamor
 %bcond_with backlighthelper
 Name:   xf86-video-intel
-Version:2.99.917.651_g34f63f2
+Version:2.99.917.674_g9154dff
 Release:0
 Summary:Intel video driver for the Xorg X server
 License:MIT

++ xf86-video-intel-2.99.917.651_g34f63f2.tar.bz2 -> 
xf86-video-intel-2.99.917.674_g9154dff.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xf86-video-intel-2.99.917.651_g34f63f2/src/compat-api.h 
new/xf86-video-intel-2.99.917.674_g9154dff/src/compat-api.h
--- old/xf86-video-intel-2.99.917.651_g34f63f2/src/compat-api.h 2016-05-16 
11:14:04.0 +0200
+++ new/xf86-video-intel-2.99.917.674_g9154dff/src/compat-api.h 2016-07-02 
18:30:50.0 +0200
@@ -246,8 +246,8 @@
 #define isGPU(S) 0
 #endif
 
-#endif
-
 #if HAS_DIRTYTRACKING_ROTATION
 #define PixmapSyncDirtyHelper(d, dd) PixmapSyncDirtyHelper(d)
 #endif
+
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xf86-video-intel-2.99.917.651_g34f63f2/src/i915_pciids.h 
new/xf86-video-intel-2.99.917.674_g9154dff/src/i915_pciids.h
--- old/xf86-video-intel-2.99.917.651_g34f63f2/src/i915_pciids.h
2016-05-16 11:14:04.0 +0200
+++ new/xf86-video-intel-2.99.917.674_g9154dff/src/i915_pciids.h
2016-07-02 18:30:50.0 +0200
@@ -309,6 +309,7 @@
INTEL_VGA_DEVICE(0x5906, info), /* ULT GT1 */ \
INTEL_VGA_DEVICE(0x590E, info), /* ULX GT1 */ \
INTEL_VGA_DEVICE(0x5902, info), /* DT  GT1 */ \
+   INTEL_VGA_DEVICE(0x5908, info), /* Halo GT1 */ \
INTEL_VGA_DEVICE(0x590B, info), /* Halo GT1 */ \
INTEL_VGA_DEVICE(0x590A, info) /* SRV GT1 */
 
@@ -322,15 +323,12 @@
INTEL_VGA_DEVICE(0x591D, info) /* WKS GT2 */
 
 #define INTEL_KBL_GT3_IDS(info) \
+   INTEL_VGA_DEVICE(0x5923, info), /* ULT GT3 */ \
INTEL_VGA_DEVICE(0x5926, info), /* ULT GT3 */ \
-   INTEL_VGA_DEVICE(0x592B, info), /* Halo GT3 */ \
-   INTEL_VGA_DEVICE(0x592A, info) /* SRV GT3 */
+   INTEL_VGA_DEVICE(0x5927, info) /* ULT GT3 */
 
 #define INTEL_KBL_GT4_IDS(info) \
-   INTEL_VGA_DEVICE(0x5932, info), /* DT  GT4 */ \
-   INTEL_VGA_DEVICE(0x593B, info), /* Halo GT4 */ \
-   INTEL_VGA_DEVICE(0x593A, info), /* SRV GT4 */ \
-   INTEL_VGA_DEVICE(0x593D, 

commit xerces-c for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package xerces-c for openSUSE:Factory 
checked in at 2016-07-07 15:09:14

Comparing /work/SRC/openSUSE:Factory/xerces-c (Old)
 and  /work/SRC/openSUSE:Factory/.xerces-c.new (New)


Package is "xerces-c"

Changes:

--- /work/SRC/openSUSE:Factory/xerces-c/xerces-c.changes2015-10-14 
16:38:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.xerces-c.new/xerces-c.changes   2016-07-07 
15:09:19.0 +0200
@@ -1,0 +2,42 @@
+Tue Jul  5 11:59:36 UTC 2016 - tchva...@suse.com
+
+- Version update to 3.1.4:
+  * Fixes bnc#985860 CVE-2016-4463
+  * xerces-c-CVE-2016-2099.patch removed as it was included upstream
+
+---
+Mon Jun 27 12:07:47 UTC 2016 - tchva...@suse.com
+
+- Use pkgconfig requires
+- Disable "pretty" make to make it bit faster
+- Fix the selfobsoleting provides/requires to silence rpmlint
+- Use valid group for the docs
+
+---
+Wed Jun 22 14:02:13 UTC 2016 - jeng...@inai.de
+
+- Resolve rpmlint warnings of type "version-control-internal-file"
+
+---
+Mon Jun 21 11:00:01 CEST 2016 - zaw...@gmail.com
+
+- Update to 3.1.3
+  * bug fixes
++ memcpy used on overlapping memory regions causes sanity test failure
++ Typo in XMLUni::fgUnknownURIName constant
++ Buffer overruns in prolog parsing and error handling
+- Dropped xerces-c-CVE-2016-0729.patch, fixed upstream.
+
+---
+Thu Jun 16 15:43:53 UTC 2016 - pjano...@suse.de
+
+- added xerces-c-CVE-2016-2099.patch
+  Exception handling mistake causing use after free
+  (bsc#979208, CVE-2016-2099)
+- xerces-c-CVE-2016-0729.patch
+  Fix for mishandling certain kinds of malformed input documents,
+  resulting in buffer overlows during processing and error reporting.
+  The overflows can manifest as a segmentation fault or as memory
+  corruption during a parse operation. (bsc#966822, CVE-2016-0729)
+
+---
@@ -59,0 +102 @@
+---

Old:

  xerces-c-3.1.2.tar.gz
  xerces-c-3.1.2.tar.gz.asc

New:

  xerces-c-3.1.4.tar.gz
  xerces-c-3.1.4.tar.gz.asc



Other differences:
--
++ xerces-c.spec ++
--- /var/tmp/diff_new_pack.A19MW1/_old  2016-07-07 15:09:20.0 +0200
+++ /var/tmp/diff_new_pack.A19MW1/_new  2016-07-07 15:09:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xerces-c
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   xerces-c
-Version:3.1.2
+Version:3.1.4
 Release:0
 Summary:A Validating XML Parser
 License:Apache-2.0
@@ -29,8 +29,8 @@
 Source3:baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(libcurl)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -44,7 +44,7 @@
 
 %package doc
 Summary:Documentation for %{name}
-Group:  Documentation
+Group:  Documentation/Other
 
 %description doc
 Xerces-C is a validating XML parser written in a portable subset of
@@ -60,7 +60,7 @@
 Summary:Shared libraries for Xerces-c - a validating XML parser
 Group:  Productivity/Publishing/XML
 Provides:   Xerces-c = %{version}
-Obsoletes:  Xerces-c <= %{version}
+Obsoletes:  Xerces-c < %{version}
 
 %description -n libxerces-c-3_1
 Xerces-C is a validating XML parser written in a portable subset of
@@ -77,9 +77,9 @@
 Group:  Development/Libraries/C and C++
 Requires:   libxerces-c-3_1 = %{version}
 Provides:   Xerces-c-devel = %{version}
-Obsoletes:  Xerces-c-devel <= %{version}
+Obsoletes:  Xerces-c-devel < %{version}
 Provides:   libXerces-c-devel = %{version}
-Obsoletes:  libXerces-c-devel <= %{version}
+Obsoletes:  libXerces-c-devel < %{version}
 
 %description -n libxerces-c-devel
 Xerces-C is a validating XML parser written in a portable subset of
@@ -93,21 +93,22 @@
 %setup -q -n xerces-c-%{version}
 
 %build
+find . -type d -name .svn -exec rm -Rf "{}" "+"
 %configure \
 %ifnarch x86_64
 --disable-sse2 \
 %endif
 --enable-netaccessor-curl \
---disable-static
+--disable-static \

commit libreoffice for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2016-07-07 15:09:09

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


Package is "libreoffice"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2016-06-29 
15:09:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2016-07-07 15:09:11.0 +0200
@@ -1,0 +2,19 @@
+Wed Jun 29 08:04:22 UTC 2016 - mkube...@suse.cz
+
+- change BuildRequire from pkgconfig(fbembed) to libfbembed-devel;
+  this is a temporary workaround allowing build both before and
+  after firebird is upgraded to version 3.0 in Factory; once 3.0
+  is there, this will be changed to pkgconfig(fbembed) or
+  pkgconfig(fbclient), based on %suse_version
+- libreoffice-firebird3.patch:
+  build against system libfbclient2 if Firebird 3 detected
+- libreoffice-firebird3-selftest.patch:
+  fix failing selftest when built against Firebird 3 libraries;
+  the failure is caused by database file format change, provide
+  two versions of the test database and let the test select the
+  one that matches Firebird version
+- firebird_integer_x64le_ods12.odb:
+  rpmbuild doesn't support git patches adding binary files, add
+  the ODS12 test database as a source instead
+
+---
@@ -5,0 +25 @@
+  * Fixes bnc#987553 CVE-2016-4324

New:

  firebird_integer_x64le_ods12.odb
  libreoffice-firebird3-selftest.patch
  libreoffice-firebird3.patch



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.JuecDH/_old  2016-07-07 15:09:18.0 +0200
+++ /var/tmp/diff_new_pack.JuecDH/_new  2016-07-07 15:09:18.0 +0200
@@ -39,6 +39,8 @@
 Source0:%{tarball_url}/libreoffice-%{version}.tar.xz
 Source1:%{tarball_url}/libreoffice-help-%{version}.tar.xz
 Source2:%{tarball_url}/libreoffice-translations-%{version}.tar.xz
+# test database for Patch18
+Source20:   firebird_integer_x64le_ods12.odb
 Source99:   %{name}-rpmlintrc
 # prebuilt extensions
 Source402:  
%{external_url}/b7cae45ad2c23551fd6ccb8ae2c1f59e-numbertext_%{numbertext_version}.oxt
@@ -69,6 +71,9 @@
 Patch5: mediawiki-no-broken-help.diff
 # PATCH-HOTFIX-UPSTREAM: disable test that rounds wrongly on most archs
 Patch16:libreoffice-hotfix-disablebrokenshapetest.patch
+# PATCH-FIX-UPSTREAM: fix build against (system) Firebird 3.0
+Patch17:libreoffice-firebird3.patch
+Patch18:libreoffice-firebird3-selftest.patch
 # try to save space by using hardlinks
 Patch990:   install-with-hardlinks.diff
 BuildRequires:  %{name}-share-linker
@@ -99,6 +104,8 @@
 BuildRequires:  libcppunit-devel
 BuildRequires:  liberation-fonts
 BuildRequires:  libexif
+# once FB 3.0 is in Factory, change to pkgconfig(fbclient) / pkgconfig(fbembed)
+BuildRequires:  libfbembed-devel
 BuildRequires:  libfonts
 BuildRequires:  libformula
 BuildRequires:  libjpeg-devel
@@ -136,7 +143,6 @@
 BuildRequires:  pkgconfig(bluez)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(expat)
-BuildRequires:  pkgconfig(fbembed)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glew) >= 1.10.0
 BuildRequires:  pkgconfig(glu)
@@ -910,6 +916,9 @@
 %patch4
 %patch5
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
+cp -vn %{SOURCE20} dbaccess/qa/unit/data/
 %patch990 -p1
 
 # Do not generate doxygen timestamp






++ libreoffice-firebird3-selftest.patch ++
From: Michal Kubecek 
Date: Thu, 2 Jun 2016 11:56:10 +0200
Subject: connectivity: firebird: use ODS12 test database for Firebird 3
Patch-mainline: Not tagged yet (5.3.0.0.alpha1?)
Git-commit: de899f0b350e51b1932fa4674f7ce2ae386cd1ce
References: bsc#982485

Firebird 3.0 uses new database file format (ODS, On Disk Structure) so
that we need to use either ODS11 or ODS12 version of test database for
dbaccess_firebird test, depending on whether building against Firebird
2.5 or 3.0 libraries.

Change-Id: Idecdc35b0ac87ab7f46cb79b5c044c65423a2c7e
Reviewed-on: https://gerrit.libreoffice.org/25846
Reviewed-by: jan iversen 
Tested-by: jan iversen 
---
 config_host/config_firebird.h.in   |  10 ++
 configure.ac   |  16 +---
 dbaccess/qa/unit/data/firebird_integer_x64le_ods12.odb | Bin 0 -> 75701 bytes
 dbaccess/qa/unit/firebird.cxx  |   5 +
 4 files changed, 28 insertions(+), 3 deletions(-)
 create mode 100644 config_host/config_firebird.h.in
 create mode 100644 

commit shotwell for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package shotwell for openSUSE:Factory 
checked in at 2016-07-07 15:08:58

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


Package is "shotwell"

Changes:

--- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes2016-05-04 
08:18:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.shotwell.new/shotwell.changes   2016-07-07 
15:08:59.0 +0200
@@ -1,0 +2,66 @@
+Tue Jun 21 15:28:32 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.23.2:
+  + Use yelp-build to generate HTML docs.
+  + Remove gphoto-2.4 support.
+  + Fix background color drawing (bgo#766864).
+  + Port GtkNotebook to GtkStack (bgo#744289).
+  + Fix missing scroll bars in events (bgo#766864).
+  + Fix URLs in manpage.
+  + Clean up external functions.
+  + Port librest's internal hmac_sha1 implementation to Vala.
+  + Fix multiplication of symbols in plugins.
+  + Request "popup" login in Facebook.
+  + Update help regarding publishing permissions in Facebook
+(bgo#766919).
+  + Add source SVG for new app icons.
+  + Update logo for help.
+  + Remove executable flag on images.
+  + Piwigo: Let libsoup parse the cookie.
+  + Remove string utility functions in publishing plugins.
+  + Remove a libgee work-around, bump to 0.10 minimum version.
+  + Make filter toolbar buttons contain text and image.
+  + Move commonly used functions into shared library to prevent
+multiple definition of symbols.
+  + Bugs fixed: bgo#744289, bgo#766864, bgo#766919, bgo#767042.
+  + Updated translations.
+- Drop sourceservice, switch back to release tarballs now that we
+  have an active working upstream again.
+- Package the new library, but not split it out as shotwell is the
+  only consumer as of now.
+
+---
+Tue May 24 00:20:34 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.23.1+git.20160523:
+  + Update Facebook application id. Facebook integration works
+again (bgo#748991).
+  + Remove obsolete VAPIs.
+  + Remove custom WEXITSTATUS implementation.
+  + Fix an assert in file monitor caused by renaming a file
+(bgo#759403).
+  + Rename "Yorba website" to "Shotwell website" in About dialog so
+it actually says what it does.
+  + Change the way how shotwell checks whether it runs uninstalled
+to allow running with symlinks (bgo#747374).
+  + Copyright was transferred from Yorba to SFC.
+  + Do not block closing the viewer if there was an issue loading
+the photo (bgo#740436).
+  + Remove remaining references to .gnome2 directory (bgo#766339).
+  + Update icons to hires versions and add a symbolic one
+(bgo#717326).
+  + If we can't find any pixbuf representation of the Photo, push
+an empty pixmap to force the display of the error message
+(bgo#766338).
+  + Fix a critical when get_metadata returns null.
+  + Remove deprecated calls to gtk_widget_render_icon()
+(bgo#719188).
+  + Panic out if we cannot open the file in the viewer.
+  + Make toolbar use GtkOverlay instead of implementing a custom
+pop-up to prevent all kinds of issues with overlaying other
+applications or toolboxes (bgo#756126).
+  + Remove criticals caused by mouse hiding algorithm.
+  + Updated translations.
+- Update Url to new home.
+
+---

Old:

  _service
  _servicedata
  shotwell-0.23.0+git.20160425.tar.xz

New:

  shotwell-0.23.2.tar.xz



Other differences:
--
++ shotwell.spec ++
--- /var/tmp/diff_new_pack.Kwi2o0/_old  2016-07-07 15:09:00.0 +0200
+++ /var/tmp/diff_new_pack.Kwi2o0/_new  2016-07-07 15:09:00.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   shotwell
-Version:0.23.0+git.20160425
+Version:0.23.2
 Release:0
 Summary:Photo Manager for GNOME
 License:LGPL-2.1+
 Group:  Productivity/Graphics/Viewers
-Url:http://yorba.org/shotwell/
-# Source based on tar_scm _service
-Source: %{name}-%{version}.tar.xz
+Url:https://wiki.gnome.org/Apps/Shotwell
+Source: 
http://download.gnome.org/sources/shotwell/0.23/%{name}-%{version}.tar.xz
 BuildRequires:  libraw-devel-static
 BuildRequires:  update-desktop-files
 BuildRequires:  vala >= 0.28.0
@@ -32,7 +31,7 @@
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-2.0)
 BuildRequires:  pkgconfig(gdk-x11-2.0)
-BuildRequires:  pkgconfig(gee-0.8) >= 0.5.0
+BuildRequires:  pkgconfig(gee-0.8) >= 0.10.0
 BuildRequires:  pkgconfig(gexiv2) >= 0.3.92
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.20
 BuildRequires:  pkgconfig(gnome-doc-utils)
@@ -110,9 +109,11 @@
 

commit jsoncpp for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package jsoncpp for openSUSE:Factory checked 
in at 2016-07-07 15:08:33

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


Package is "jsoncpp"

Changes:

--- /work/SRC/openSUSE:Factory/jsoncpp/jsoncpp.changes  2016-04-07 
13:35:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.jsoncpp.new/jsoncpp.changes 2016-07-07 
15:08:34.0 +0200
@@ -1,0 +2,10 @@
+Thu Jun 30 08:46:23 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.7.3:
+  * Fix static initialization of null with Myers Singleton.
+  * Fix other minor compiler and installation problems and
+warnings.
+  * Fix amalgamated header.
+- Drop -doc subpackage
+
+---

Old:

  1.7.2.tar.gz

New:

  jsoncpp-1.7.3.tar.gz



Other differences:
--
++ jsoncpp.spec ++
--- /var/tmp/diff_new_pack.fAC3tV/_old  2016-07-07 15:08:35.0 +0200
+++ /var/tmp/diff_new_pack.fAC3tV/_new  2016-07-07 15:08:35.0 +0200
@@ -18,19 +18,16 @@
 
 %define libname lib%{name}1
 Name:   jsoncpp
-Version:1.7.2
+Version:1.7.3
 Release:0
 Summary:C++ library that allows manipulating with JSON
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/open-source-parsers/jsoncpp
-Source0:
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz
+Source0:
https://github.com/open-source-parsers/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
-BuildRequires:  doxygen
-BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  python
-BuildRequires:  pkgconfig(pkg-config)
+BuildRequires:  pkgconfig
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -45,7 +42,7 @@
 %package devel
 Summary:Development files for %{name}
 Group:  Development/Languages/C and C++
-Requires:   %{libname} = %{version}-%{release}
+Requires:   %{libname} = %{version}
 
 %description devel
 JSON is a lightweight data-interchange format. It can represent numbers,
@@ -56,20 +53,6 @@
 existing comment in unserialization/serialization steps, making it a convenient
 format to store user input files.
 
-%package doc
-Summary:Documentation for %{name}
-Group:  Documentation/HTML
-BuildArch:  noarch
-
-%description doc
-JSON is a lightweight data-interchange format. It can represent numbers,
-strings, ordered sequences of values, and collections of name/value pairs.
-
-JsonCpp is a C++ library that allows manipulating JSON values, including
-serialization and deserialization to and from strings. It can also preserve
-existing comment in unserialization/serialization steps, making it a convenient
-format to store user input files.
-
 %package -n %{libname}
 Summary:Shared library for %{name}
 Group:  System/Libraries
@@ -87,7 +70,6 @@
 %setup -q
 
 %build
-python doxybuild.py --doxygen=%{_bindir}/doxygen --open
 %cmake \
-DJSONCPP_WITH_CMAKE_PACKAGE=ON
 # path needs to be exported otherwise unit tests will fail
@@ -96,7 +78,6 @@
 
 %install
 %cmake_install
-%fdupes -s dist/doxygen
 rm -rf %{buildroot}%{_libdir}/lib%{name}.a
 
 %post -n %{libname} -p /sbin/ldconfig
@@ -115,8 +96,4 @@
 %{_libdir}/lib%{name}.so
 %{_includedir}/json/
 
-%files doc
-%defattr(-,root,root)
-%doc dist/doxygen/jsoncpp*
-
 %changelog




commit resource-agents for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package resource-agents for openSUSE:Factory 
checked in at 2016-07-07 15:08:38

Comparing /work/SRC/openSUSE:Factory/resource-agents (Old)
 and  /work/SRC/openSUSE:Factory/.resource-agents.new (New)


Package is "resource-agents"

Changes:

--- /work/SRC/openSUSE:Factory/resource-agents/resource-agents.changes  
2016-06-05 14:19:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.resource-agents.new/resource-agents.changes 
2016-07-07 15:08:39.0 +0200
@@ -1,0 +2,15 @@
+Thu Jun 30 09:58:40 UTC 2016 - tchva...@suse.com
+
+- Remove unused conditions from the spec-file as we build only on
+  new enough distributions
+- Sort all variables with spec-cleaner for better readability
+- Enable monitoring subpkg as we now have all the needed dependencies
+- Convert to pkgconfig style dependencies where applicable
+
+---
+Tue Jun 28 15:54:26 UTC 2016 - kgronl...@suse.com
+
+- exportfs: Add pseudo resource factor (bsc#978680)
+- Add 0001-exportfs-Add-pseudo-resource-factor-bsc-978680.patch
+
+---

New:

  0001-exportfs-Add-pseudo-resource-factor-bsc-978680.patch



Other differences:
--
++ resource-agents.spec ++
--- /var/tmp/diff_new_pack.RbvLRM/_old  2016-07-07 15:08:40.0 +0200
+++ /var/tmp/diff_new_pack.RbvLRM/_new  2016-07-07 15:08:40.0 +0200
@@ -16,40 +16,12 @@
 #
 
 
-%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
-%global agents_docdir %{_defaultdocdir}/%{name}-%{version}
-%endif
-%if 0%{?suse_version}
-%global agents_docdir %{_defaultdocdir}/%{name}
-%endif
-#
-# Since this spec file supports multiple distributions, ensure we
-# use the correct group for each.
-#
-%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
-%define pkg_group System Environment/Daemons
-%else
-%define pkg_group Productivity/Clustering/HA
-%endif
-%define SSLeay perl-Net-SSLeay
-%if 0%{?suse_version} < 1100
-%define SSLeay perl-Net_SSLeay
-%endif
-
-%if ! %{defined _rundir}
-%define _rundir %{_localstatedir}/run
-%endif
-
-# Disabled by default since openSUSE:Factory
-# lacks monitoring-plugins
-%define with_monitoring 0
-
 Name:   resource-agents
+Version:3.9.7+git.1461938976.cb7c36a
+Release:0
 Summary:Open Source HA Reusable Cluster Resource Scripts
 License:GPL-2.0 and LGPL-2.1+ and GPL-3.0+
 Group:  Productivity/Clustering/HA
-Version:3.9.7+git.1461938976.cb7c36a
-Release:0
 Url:http://linux-ha.org/
 Source: resource-agents-%{version}.tar.xz
 Source1:resource-agents.conf
@@ -66,33 +38,22 @@
 Patch9: 0001-Medium-ldirectord-Remove-IPv6-workaround-bsc-977193.patch
 # PATCH-FIX-OPENSUSE: Medium: CTDB: Use --logging syntax for ctdbd (bsc#981863)
 Patch10:0001-Medium-CTDB-Use-logging-syntax-for-ctdbd-bsc-981863.patch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Obsoletes:  heartbeat-resources
-Provides:   heartbeat-resources
+# PATCH-FIX-UPSTREAM: exportfs: Add pseudo resource factor (bsc#978680)
+Patch11:0001-exportfs-Add-pseudo-resource-factor-bsc-978680.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  glib2-devel
-BuildRequires:  pkgconfig
-BuildRequires:  python-devel
-%if 0%{?suse_version}
-BuildRequires:  libglue-devel
-%if %suse_version > 1130
-BuildRequires:  libnet-devel
-%else
-BuildRequires:  libnet
-%endif
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
+BuildRequires:  libglue-devel
+BuildRequires:  libnet-devel
 BuildRequires:  libxslt
-%endif
-%if 0%{?fedora} || 0%{?centos_version} || 0%{?rhel}
-BuildRequires:  cluster-glue-libs-devel
-BuildRequires:  docbook-dtds
-BuildRequires:  docbook-style-xsl
-BuildRequires:  libxslt
-BuildRequires:  which
-%endif
+BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(python)
+Obsoletes:  heartbeat-resources
+Provides:   heartbeat-resources
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A set of scripts to interface with several services to operate in a
@@ -103,31 +64,19 @@
 Summary:A Monitoring Daemon for Maintaining High Availability Resources
 License:GPL-2.0 and LGPL-2.1+
 Group:  Productivity/Clustering/HA
-Requires:   %{SSLeay}
 Requires:   %{name}
 Requires:   ipvsadm
-Requires:   perl-libwww-perl
-Obsoletes:  heartbeat-ldirectord
-Provides:   heartbeat-ldirectord
+Requires:   logrotate
 Requires:   perl-IO-Socket-INET6
 Requires:   

commit python for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2016-07-07 15:08:43

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


Package is "python"

Changes:

--- /work/SRC/openSUSE:Factory/python/python-base.changes   2016-02-28 
02:26:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2016-07-07 
15:08:45.0 +0200
@@ -1,0 +2,18 @@
+Thu Jun 30 09:23:05 UTC 2016 - jmate...@suse.com
+
+- update to 2.7.12
+  * dozens of bugfixes, see NEWS for details
+  * fixes multiple security issues:
+CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751)
+CVE-2016-5636 zipimporter heap overflow (bsc#985177)
+CVE-2016-5699 httplib header injection (bsc#985348)
+  (this one is actually fixed since 2.7.10)
+- removed upstreamed python-2.7.7-mhlib-linkcount.patch
+- refreshed multilib patch
+- python-2.7.12-makeopcode.patch - run newly-built python interpreter
+  to make opcodes, in order not to require pre-built python
+- update LD_LIBRARY_PATH to use $PWD instead of "." because the test
+  process escapes to its own directory
+- modify shebang-fixing scriptlet to ignore makeopcodetargets.py
+
+---
--- /work/SRC/openSUSE:Factory/python/python-doc.changes2015-06-06 
09:49:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-doc.changes   2016-07-07 
15:08:45.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 30 09:23:05 UTC 2016 - jmate...@suse.com
+
+- update to 2.7.12
+  * dozens of bugfixes, see NEWS for details
+  * fixes multiple security issues:
+CVE-2016-0772 TLS stripping attack on smtplib (bsc#984751)
+CVE-2016-5636 zipimporter heap overflow (bsc#985177)
+CVE-2016-5699 httplib header injection (bsc#985348)
+  (this one is actually fixed since 2.7.10)
+
+---
python.changes: same change

Old:

  Python-2.7.10.tar.xz
  Python-2.7.10.tar.xz.asc
  python-2.7.10-docs-pdf-a4.tar.bz2
  python-2.7.10-docs-pdf-letter.tar.bz2
  python-2.7.7-mhlib-linkcount.patch

New:

  Python-2.7.12.tar.xz
  Python-2.7.12.tar.xz.asc
  python-2.7.12-docs-pdf-a4.tar.bz2
  python-2.7.12-docs-pdf-letter.tar.bz2
  python-2.7.12-makeopcode.patch



Other differences:
--
++ python-base.spec ++
--- /var/tmp/diff_new_pack.lWCRRo/_old  2016-07-07 15:08:47.0 +0200
+++ /var/tmp/diff_new_pack.lWCRRo/_new  2016-07-07 15:08:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-base
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-base
-Version:2.7.10
+Version:2.7.12
 Release:0
 Summary:Python Interpreter base package
 License:Python-2.0
@@ -48,8 +48,6 @@
 # PATCH-FIX-UPSTREAM Fix argument passing in libffi for aarch64
 Patch22:python-2.7-libffi-aarch64.patch
 Patch24:python-bsddb6.diff
-# PATCH-FIX-OPENSUSE remove link count optimization that breaks mhlib on btrfs 
(and possibly elsewhere)
-Patch31:python-2.7.7-mhlib-linkcount.patch
 # PATCH-FIX-UPSTREAM accept directory-based CA paths as well
 Patch33:python-2.7.9-ssl_ca_path.patch
 # PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
@@ -57,6 +55,7 @@
 # PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch35:python-ncurses-6.0-accessors.patch
 Patch36:   python-2.7.10-overflow_check.patch
+Patch37:python-2.7.12-makeopcode.patch
 # COMMON-PATCH-END
 %define python_version%(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -144,13 +143,13 @@
 %patch20 -p1
 %patch22 -p1
 %patch24 -p1
-%patch31 -p1
 %patch33 -p1
 %if %{suse_version} == 1315 && !0%{?is_opensuse}
 %patch34 -p1
 %endif
 %patch35 -p1
 %patch36
+%patch37 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^version_required/dnl version_required/' configure.ac
@@ -180,7 +179,7 @@
 %else
 target=all
 %endif
-LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH \
+LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH \
 make %{?_smp_mflags} $target
 
 %check
@@ -226,7 +225,9 @@
 
 %install
 # replace rest of /usr/local/bin/python or /usr/bin/python2.5 with 
/usr/bin/python
-find . -wholename "./Parser" -prune -o -name '*.py' -type f -print0 | xargs -0 
grep -lE '^#! *(/usr/.*bin/(env +)?)?python' | 

commit pciutils-ids for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package pciutils-ids for openSUSE:Factory 
checked in at 2016-07-07 15:08:48

Comparing /work/SRC/openSUSE:Factory/pciutils-ids (Old)
 and  /work/SRC/openSUSE:Factory/.pciutils-ids.new (New)


Package is "pciutils-ids"

Changes:

--- /work/SRC/openSUSE:Factory/pciutils-ids/pciutils-ids.changes
2016-06-13 21:52:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.pciutils-ids.new/pciutils-ids.changes   
2016-07-07 15:08:50.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul  1 13:10:59 UTC 2016 - mplus...@suse.com
+
+- Update to 20160701
+
+---

Old:

  pciutils-ids-20160607.tar.xz

New:

  pciutils-ids-20160701.tar.xz



Other differences:
--
++ pciutils-ids.spec ++
--- /var/tmp/diff_new_pack.SGnMUd/_old  2016-07-07 15:08:51.0 +0200
+++ /var/tmp/diff_new_pack.SGnMUd/_new  2016-07-07 15:08:51.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   pciutils-ids
-Version:20160607
+Version:20160701
 Release:0
 Summary:PCI-utilities pci.ids database
 License:GPL-2.0+

++ pciutils-ids-20160607.tar.xz -> pciutils-ids-20160701.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pciutils-ids-20160607/pci.ids 
new/pciutils-ids-20160701/pci.ids
--- old/pciutils-ids-20160607/pci.ids   2016-06-10 09:43:35.0 +0200
+++ new/pciutils-ids-20160701/pci.ids   2016-07-01 14:56:07.0 +0200
@@ -1,8 +1,8 @@
 #
 #  List of PCI ID's
 #
-#  Version: 2016.06.07
-#  Date:2016-06-07 03:15:02
+#  Version: 2016.07.01
+#  Date:2016-07-01 03:15:02
 #
 #  Maintained by Albert Pool, Martin Mares, and other volunteers from
 #  the PCI ID Project at http://pci-ids.ucw.cz/.
@@ -2099,6 +2099,7 @@
1462 8036  Radeon HD 8990 OEM
148c 8990  Radeon HD 8990 OEM
679e  Tahiti LE [Radeon HD 7870 XT]
+   1787 2328  Radeon HD 7870 Black Edition 2 GB GDDR5 
[2GBD5-2DHV3E]
679f  Tahiti
67a0  Hawaii XT GL [FirePro W9100]
1002 0335  FirePro S9150
@@ -2149,6 +2150,7 @@
67b1  Hawaii PRO [Radeon R9 290/390]
1043 04dd  STRIX R9 390
148c 2358  Radeon R9 390
+   174b e324  Sapphire Nitro R9 390
67b9  Vesuvius [Radeon R9 295X2]
67be  Hawaii LE
67c0  Ellesmere [Polaris10]
@@ -3750,6 +3752,7 @@
04da  PCI-E IPR SAS+ Adapter (ASIC)
1014 04fb  PCIe3 x16 20GB Cache 12Gb Quad SAS RAID+ 
Adapter(580B)
1014 04fc  PCIe3 x8 12Gb Quad SAS RAID+ Adapter(580A)
+   04ed  Internal Shared Memory (ISM) virtual PCI device
3022  QLA3022 Network Adapter
4022  QLA3022 Network Adapter
  MPIC-2 interrupt controller
@@ -5946,8 +5949,14 @@
1077 029a  QLE2742 Dual Port 32Gb Fibre Channel to PCIe Adapter
1077 029b  QLE2690 Single Port 16Gb Fibre Channel to PCIe 
Adapter
1077 029c  QLE2692 Dual Port 16Gb Fibre Channel to PCIe Adapter
+   1077 02a7  QLE2690 Single Port 16Gb FC to PCIe Gen3 x8 Adapter
+   1077 02a8  QLE2692 Dual Port 16Gb FC to PCIe Gen3 x8 Adapter
+   1077 02ab  QLE2740 Single Port 32Gb FC to PCIe Gen3 x8 Adapter
+   1077 02ac  QLE2742 Dual Port 32Gb FC to PCIe Gen3 x8 Adapter
1590 00f9  HPE StoreFabric SN1100Q 16Gb Single Port Fibre 
Channel Host Bus Adapter
1590 00fa  HPE StoreFabric SN1100Q 16Gb Dual Port Fibre Channel 
Host Bus Adapter
+   1590 0203  HPE StoreFabric SN1600Q 32Gb Single Port Fibre 
Channel Host Bus Adapter
+   1590 0204  HPE StoreFabric SN1600Q 32Gb Dual Port Fibre Channel 
Host Bus Adapter
2300  QLA2300 64-bit Fibre Channel Adapter
2312  ISP2312-based 2Gb Fibre Channel to PCI-X HBA
103c 0131  2Gb Fibre Channel - Single port [A7538A]
@@ -10567,9 +10576,12 @@
1b81  GP104 [GeForce GTX 1070]
1b82  GP104
1b83  GP104
+   1ba1  GP104M [GeForce GTX 1070]
1bb0  GP104GL
1bb1  GP104GL
1bb4  GP104GL
+   1be0  GP104M [GeForce GTX 1080]
+   1be1  GP104M [GeForce GTX 1070]
1c00  GP106
1c01  GP106
1c02  GP106
@@ -10879,6 +10891,7 @@
8177  RTL8191CE PCIe Wireless Network Adapter
8178  RTL8192CE PCIe Wireless Network Adapter
8179  RTL8188EE Wireless Network Adapter
+   103c 197d  RTL8188EE mini-PCIe card
8180  RTL8180L 802.11b MAC
1385 4700  MA521 802.11b Wireless PC Card
1737 0019  WPC11v4 

commit ypbind for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package ypbind for openSUSE:Factory checked 
in at 2016-07-07 15:08:23

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


Package is "ypbind"

Changes:

--- /work/SRC/openSUSE:Factory/ypbind/ypbind.changes2016-04-11 
10:27:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.ypbind.new/ypbind.changes   2016-07-07 
15:08:24.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun 20 13:22:32 CEST 2016 - ku...@suse.de
+
+- Remove syslog.target from ypbind.service file [bsc#983938]
+
+---



Other differences:
--
++ ypbind.service ++
--- /var/tmp/diff_new_pack.H4nDYU/_old  2016-07-07 15:08:25.0 +0200
+++ /var/tmp/diff_new_pack.H4nDYU/_new  2016-07-07 15:08:25.0 +0200
@@ -3,7 +3,7 @@
 Documentation=man:ypbind(8)
 Requires=rpcbind.service
 Wants=nss-user-lookup.target
-After=syslog.target network.target rpcbind.service ypserv.service 
nss-lookup.target
+After=network.target rpcbind.service ypserv.service nss-lookup.target
 Before=systemd-user-sessions.service nss-user-lookup.target
 
 [Service]




commit cups for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package cups for openSUSE:Factory checked in 
at 2016-07-07 15:08:53

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


Package is "cups"

Changes:

--- /work/SRC/openSUSE:Factory/cups/cups.changes2016-03-16 
10:23:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.cups.new/cups.changes   2016-07-07 
15:08:54.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 28 10:43:40 UTC 2016 - kamika...@web.de
+
+- Remove CUPS.desktop and pixmap
+  * Obsoletes patch cups-1.3.9-desktop_file.patch
+
+---

Old:

  cups-1.3.9-desktop_file.patch



Other differences:
--
++ cups.spec ++
--- /var/tmp/diff_new_pack.Xe2HSb/_old  2016-07-07 15:08:55.0 +0200
+++ /var/tmp/diff_new_pack.Xe2HSb/_new  2016-07-07 15:08:55.0 +0200
@@ -51,8 +51,6 @@
 # Patch101 cups-2.0.3-additional_policies.patch adds the 'allowallforanybody' 
policy to cupsd.conf
 # see https://fate.novell.com/303515 and 
https://bugzilla.suse.com/show_bug.cgi?id=936309
 Patch101:   cups-2.0.3-additional_policies.patch
-# Patch102 cups-1.3.9-desktop_file.patch changes desktop/cups.desktop 
according to what SUSE needs:
-Patch102:   cups-1.3.9-desktop_file.patch
 # Patch103 cups-1.4-do_not_strip_recommended_from_PPDs.patch
 # reverts the change which was added by Michael Sweet in Jan 2007
 # which strips the word "recommended" from NickName in PPDs because
@@ -76,7 +74,6 @@
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pam-devel
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(libsystemd-daemon)
 BuildRequires:  pkgconfig(systemd)
@@ -260,8 +257,6 @@
 # Patch101 cups-2.0.3-additional_policies.patch adds the 'allowallforanybody' 
policy to cupsd.conf
 # see https://fate.novell.com/303515 and 
https://bugzilla.suse.com/show_bug.cgi?id=936309
 %patch101
-# Patch102 cups-1.3.9-desktop_file.patch changes desktop/cups.desktop 
according to what SUSE needs:
-%patch102
 # Patch103 cups-1.4-do_not_strip_recommended_from_PPDs.patch
 # reverts the change which was added by Michael Sweet in Jan 2007
 # which strips the word "recommended" from NickName in PPDs because
@@ -381,11 +376,8 @@
 install -m 644 %{SOURCE105} 
%{buildroot}%{_datadir}/cups/model/Postscript-level1.ppd.gz
 # Source106: Postscript-level2.ppd.gz
 install -m 644 %{SOURCE106} 
%{buildroot}%{_datadir}/cups/model/Postscript-level2.ppd.gz
-# Add files for desktop menu:
+# Rm files for desktop menu:
 rm -f %{buildroot}%{_datadir}/applications/cups.desktop
-%suse_update_desktop_file -i cups PrintingUtility 2>/dev/null
-mkdir %{buildroot}%{_datadir}/pixmaps
-install -m 644 %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/cups.png 
%{buildroot}%{_datadir}/pixmaps
 rm -rf %{buildroot}%{_datadir}/icons
 # Save /etc/cups/cupsd.conf and /etc/cups/cupsd.conf.default from becoming 
hardlinked
 # via the fdupes run below, see 
https://bugzilla.novell.com/show_bug.cgi?id=773971
@@ -490,7 +482,6 @@
 # not build and install an executable when whatever condition
 # for configure's automated tests is not fulfilled in the build system.
 # See https://bugzilla.novell.com/show_bug.cgi?id=526847#c9
-%defattr(-,root,root)
 %config(noreplace) %attr(640,root,lp) %{_sysconfdir}/cups/cups-files.conf
 %config(noreplace) %attr(640,root,lp) %{_sysconfdir}/cups/cupsd.conf
 %config(noreplace) %attr(640,root,lp) %{_sysconfdir}/cups/snmp.conf
@@ -555,8 +546,6 @@
 %{_libexecdir}/cups/notifier/mailto
 %{_libexecdir}/cups/notifier/rss
 %dir %attr(0775,root,ntadmin) %{_datadir}/cups/drivers
-%{_datadir}/applications/cups.desktop
-%{_datadir}/pixmaps/cups.png
 %doc %{_defaultdocdir}/cups
 %doc %{_mandir}/man1/cups.1.gz
 %doc %{_mandir}/man1/cupstestppd.1.gz








commit kernel-firmware for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package kernel-firmware for openSUSE:Factory 
checked in at 2016-07-07 15:08:27

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


Package is "kernel-firmware"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware.changes  
2016-06-12 18:54:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware.changes 
2016-07-07 15:08:30.0 +0200
@@ -1,0 +2,10 @@
+Wed Jun 29 08:15:43 UTC 2016 - mplus...@suse.com
+
+- Update to version 20160628:
+  * wl18xx: update firmware file
+  * linux-firmware: intel: Update Skylake audio firmware
+  * linux-firmware: Add firmware file for Intel Bluetooth 8265
+  * amdgpu: Update UVD firmware for Polaris
+  * amdgpu: update polaris ucode
+
+---

Old:

  kernel-firmware-20160609.tar.xz

New:

  kernel-firmware-20160628.tar.xz



Other differences:
--
++ kernel-firmware.spec ++
--- /var/tmp/diff_new_pack.lb0GUO/_old  2016-07-07 15:08:31.0 +0200
+++ /var/tmp/diff_new_pack.lb0GUO/_new  2016-07-07 15:08:31.0 +0200
@@ -19,10 +19,10 @@
 %define __find_supplements bash %{_sourcedir}/firmware.sh --find-supplements
 %define __ksyms_supplements bash %{_sourcedir}/firmware.sh --cache 
%{_builddir}/%{?buildsubdir}/find_supplements.cache --find-supplements
 %define __ksyms_path ^/lib/firmware
-%define version_unconverted 20160609
+%define version_unconverted 20160628
 
 Name:   kernel-firmware
-Version:20160609
+Version:20160628
 Release:0
 Summary:Linux kernel firmware files
 License:SUSE-Firmware and GPL-2.0 and GPL-2.0+ and MIT

++ _service ++
--- /var/tmp/diff_new_pack.lb0GUO/_old  2016-07-07 15:08:31.0 +0200
+++ /var/tmp/diff_new_pack.lb0GUO/_new  2016-07-07 15:08:31.0 +0200
@@ -2,7 +2,6 @@
   
 https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
 git
-.git
 enable
 kernel-firmware
 %cd


++ kernel-firmware-20160609.tar.xz -> kernel-firmware-20160628.tar.xz ++
/work/SRC/openSUSE:Factory/kernel-firmware/kernel-firmware-20160609.tar.xz 
/work/SRC/openSUSE:Factory/.kernel-firmware.new/kernel-firmware-20160628.tar.xz 
differ: char 26, line 1




commit libgxps for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package libgxps for openSUSE:Factory checked 
in at 2016-07-07 15:07:58

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


Package is "libgxps"

Changes:

--- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes  2015-09-11 
09:01:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2016-07-07 
15:07:59.0 +0200
@@ -1,0 +2,9 @@
+Mon Jun 20 16:19:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 0.2.4:
+  + Fix the build with GCC >= 6 when tests are enabled.
+  + Fix non-literal format string warning for clang (bgo#760177).
+  + Correctly show translated messages for command line tools on
+some locales (bgo#760437).
+
+---

Old:

  libgxps-0.2.3.2.tar.xz

New:

  libgxps-0.2.4.tar.xz



Other differences:
--
++ libgxps.spec ++
--- /var/tmp/diff_new_pack.HlClep/_old  2016-07-07 15:08:00.0 +0200
+++ /var/tmp/diff_new_pack.HlClep/_new  2016-07-07 15:08:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgxps
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   libgxps
-Version:0.2.3.2
+Version:0.2.4
 Release:0
 Summary:Library for rendering XPS documents
 License:LGPL-2.1+

++ libgxps-0.2.3.2.tar.xz -> libgxps-0.2.4.tar.xz ++
 23632 lines of diff (skipped)




commit gsoap for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package gsoap for openSUSE:Factory checked 
in at 2016-07-07 15:08:18

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


Package is "gsoap"

Changes:

--- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes  2016-06-12 
18:53:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.gsoap.new/gsoap.changes 2016-07-07 
15:08:19.0 +0200
@@ -1,0 +2,27 @@
+Mon Jun 20 17:15:13 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2.8.33
+* Updated WS-Trust gsoap/import/wstx.h
+  `__wst__RequestSecurityToken` response message parameter to
+  `wst__RequestSecurityTokenResponseCollection`
+* Updated WS-Security gsoap/import/wsse.h with optional SAML
+  assertions in the Security header.
+* Updated response processing for empty HTTP body with HTTP code
+  200 to 202: no longer forces socket close when HTTP keep-alive
+  is enabled.
+* Updated `_XML` literal string XML serialization for qualified
+  tag names, no longer uses default namespace (as in
+  `xmlns="URI"`) but a prefixed tag name only.
+* Updated wsdl2h options `-p` and `-d`, now generates
+  `xsd__anyType*` (i.e. with pointer) data members without
+  requiring the user to define a typemap.dat rule to do so. This
+  change reinstates some of the old behavior of 2.8.23 and
+  earlier versions.
+* Fixed wsddapi.c compilation issue on Windows (`usleep`
+  replaced).
+* Fixed validation of `simpleType/restriction/length` when
+  restriction base is a list that is mapped to a string.
+* Fixed validation of `simpleType/restriction` with base type
+  string length bounds restrictions.
+
+---

Old:

  gsoap-2.8.32.tar.xz

New:

  gsoap-2.8.33.tar.xz



Other differences:
--
++ gsoap.spec ++
--- /var/tmp/diff_new_pack.bmt1Ph/_old  2016-07-07 15:08:20.0 +0200
+++ /var/tmp/diff_new_pack.bmt1Ph/_new  2016-07-07 15:08:20.0 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   gsoap
-%define lname  libgsoap-2_8_32
-Version:2.8.32
+%define lname  libgsoap-2_8_33
+Version:2.8.33
 Release:0
 Summary:Toolkit for C/C++ server and client web service applications
 License:SUSE-GPL-2.0+-with-openssl-exception
 Group:  Development/Libraries/C and C++
 Url:http://www.genivia.com/dev.html
 
-#DL-URL:   http://downloads.sf.net/gsoap2/gsoap_2.8.32.zip
+#DL-URL:   http://downloads.sf.net/gsoap2/gsoap_2.8.33.zip
 Source: gsoap-%version.tar.xz
 Source2:sanitize_source.sh
 Patch0: gsoap-automake1_13.diff

++ gsoap-2.8.32.tar.xz -> gsoap-2.8.33.tar.xz ++
/work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.32.tar.xz 
/work/SRC/openSUSE:Factory/.gsoap.new/gsoap-2.8.33.tar.xz differ: char 26, line 
1

++ sanitize_source.sh ++
--- /var/tmp/diff_new_pack.bmt1Ph/_old  2016-07-07 15:08:20.0 +0200
+++ /var/tmp/diff_new_pack.bmt1Ph/_new  2016-07-07 15:08:20.0 +0200
@@ -13,7 +13,7 @@
exit 1;
 fi;
 
-version="2.8.32"
+version="2.8.33"
 shortver="2.8" # agh...
 wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip;
 




commit rubygem-nokogiri for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package rubygem-nokogiri for 
openSUSE:Factory checked in at 2016-07-07 15:08:02

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


Package is "rubygem-nokogiri"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-nokogiri/rubygem-nokogiri.changes
2016-04-11 09:10:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-nokogiri.new/rubygem-nokogiri.changes   
2016-07-07 15:08:04.0 +0200
@@ -1,0 +2,50 @@
+Tue Jun  7 04:31:57 UTC 2016 - co...@suse.com
+
+- updated to version 1.6.8
+  
+   Features
+  
+  Several changes were made to improve performance:
+  
+  * [MRI] Simplify NodeSet#to_a with a minor speed-up. (#1397)
+  * XML::Node#ancestors optimization. (#1297) (Thanks, Bruno Sutic!)
+  * Use Symbol#to_proc where we weren't previously. (#1296) (Thanks, Bruno 
Sutic!)
+  * XML::DTD#each uses implicit block calls. (Thanks, @glaucocustodio!)
+  * Fall back to the `pkg-config` gem if we're having trouble finding the 
system libxml2. This should help many FreeBSD users. (#1417)
+  * Set document encoding appropriately even on blank document. (#1043) 
(Thanks, @batter!)
+  
+   Bug Fixes
+  
+  * [JRuby] fix slow add_child (#692)
+  * [JRuby] fix load errors when deploying to JRuby/Torquebox (#1114) (Thanks, 
@atambo and @jvshahid!)
+  * [JRuby] fix NPE when inspecting nodes returned by NodeSet#drop (#1042) 
(Thanks, @mkristian!)
+  * [JRuby] fix nil attriubte node's namespace in reader (#1327) (Thanks, 
@codekitchen!)
+  * [JRuby] fix Nokogiri munging unicode characters that require more than 2 
bytes (#1113) (Thanks, @mkristian!)
+  * [JRuby] allow unlinking an unparented node (#1112, #1152) (Thanks, @esse!)
+  * [JRuby] allow Fragment parsing on a frozen string (#444, #1077)
+  * [JRuby] HTML `style` tags are no longer encoded (#1316) (Thanks, 
@tbeauvais!)
+  * [MRI] fix assertion failure while accessing attribute node's namespace in 
reader (#843) (Thanks, @2potatocakes!)
+  * [MRI] fix issue with GCing namespace nodes returned in an xpath query. 
(#1155)
+  * [MRI] Ensure C strings are null-terminated. (#1381)
+  * [MRI] Ensure Rubygems is loaded before using mini_portile2 at 
installation. (#1393, #1411) (Thanks, @JonRowe!)
+  * [MRI] Handling another edge case where the `libxml-ruby` gem's global 
callbacks were smashing the heap. (#1426). (Thanks to @bbergstrom for providing 
an isolated test case!)
+  * [MRI] Ensure encodings are passed to Sax::Parser xmldecl callback. (#844)
+  * [MRI] Ensure default ns prefix is applied correctly when reparenting nodes 
to another document. (#391) (Thanks, @ylecuyer!)
+  * [MRI] Ensure Reader handles non-existent attributes as expected. (#1254) 
(Thanks, @ccutrer!)
+  * [MRI] Cleanup around namespace handling when reparenting nodes. (#1332, 
#1333, #1444) (Thanks, @cuttrer and @bradleybeddoes!)
+  * unescape special characters in CSS queries (#1303) (Thanks, @twalpole!)
+  * consistently handle empty documents (#1349)
+  * Update to mini_portile2 2.1.0 to address whitespace-handling during 
patching. (#1402)
+  * Fix encoding of xml node namespaces.
+  * Work around issue installing Nokogiri on overlayfs (commonly used in 
Docker containers). (#1370, #1405)
+  
+   Other Notes
+  
+  * Removed legacy code remaining from Ruby 1.8.x support.
+  * Removed legacy code remaining from REE support.
+  * Removing hacky workarounds for bugs in some older versions of libxml2.
+  * Handling C strings in a forward-compatible manner, see 
https://github.com/ruby/ruby/blob/v2_2_0/NEWS#L319
+  
+- remove nokogiri-1.6.7.2_mini_portile2_version.diff as upstreamed
+
+---

Old:

  nokogiri-1.6.7.2.gem
  nokogiri-1.6.7.2_mini_portile2_version.diff

New:

  nokogiri-1.6.8.gem



Other differences:
--
++ rubygem-nokogiri.spec ++
--- /var/tmp/diff_new_pack.WdtxIh/_old  2016-07-07 15:08:05.0 +0200
+++ /var/tmp/diff_new_pack.WdtxIh/_new  2016-07-07 15:08:05.0 +0200
@@ -24,12 +24,13 @@
 #
 
 Name:   rubygem-nokogiri
-Version:1.6.7.2
+Version:1.6.8
 Release:0
 %define mod_name nokogiri
 %define mod_full_name %{mod_name}-%{version}
 # MANUAL
-BuildRequires:  %{rubygem mini_portile2:2.0}
+BuildRequires:  %{rubygem mini_portile2}
+BuildRequires:  %{rubygem pkg-config}
 BuildRequires:  libxml2-devel >= 2.6.21
 BuildRequires:  libxslt-devel
 # /MANUAL
@@ -43,9 +44,6 @@
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Source1:rubygem-nokogiri-rpmlintrc
 Source2:gem2rpm.yml
-# MANUAL
-Patch0: nokogiri-1.6.7.2_mini_portile2_version.diff
-# 

commit perl-XML-LibXML for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package perl-XML-LibXML for openSUSE:Factory 
checked in at 2016-07-07 15:08:13

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  
2016-06-03 16:37:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-XML-LibXML.new/perl-XML-LibXML.changes 
2016-07-07 15:08:14.0 +0200
@@ -1,0 +2,16 @@
+Mon Jun 27 08:44:41 UTC 2016 - co...@suse.com
+
+- updated to 2.0126
+   see /usr/share/doc/packages/perl-XML-LibXML/Changes
+
+  2.0126  2016-06-24
+  - Workaround RT#114638:
+  - 2.9.4 broke XSD Schema support.
+  - https://rt.cpan.org/Public/Bug/Display.html?id=114638
+  - https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression
+  - https://bugzilla.gnome.org/show_bug.cgi?id=766834
+  - https://github.com/shlomif/perl-XML-LibXML/pull/1
+  - Thanks to Paul for the report and to RURBAN for a pull-req.
+  - Add t/release-kwalitee.t for testing CPANTS Kwalitee.
+
+---

Old:

  XML-LibXML-2.0125.tar.gz

New:

  XML-LibXML-2.0126.tar.gz



Other differences:
--
++ perl-XML-LibXML.spec ++
--- /var/tmp/diff_new_pack.kOdGMR/_old  2016-07-07 15:08:15.0 +0200
+++ /var/tmp/diff_new_pack.kOdGMR/_new  2016-07-07 15:08:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-XML-LibXML
-Version:2.0125
+Version:2.0126
 Release:0
 %define cpan_name XML-LibXML
 Summary:Perl Binding for libxml2
@@ -31,9 +31,13 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(XML::NamespaceSupport) >= 1.07
 BuildRequires:  perl(XML::SAX) >= 0.11
+BuildRequires:  perl(XML::SAX::Base)
+BuildRequires:  perl(XML::SAX::Exception)
 BuildRequires:  perl(parent)
 Requires:   perl(XML::NamespaceSupport) >= 1.07
 Requires:   perl(XML::SAX) >= 0.11
+Requires:   perl(XML::SAX::Base)
+Requires:   perl(XML::SAX::Exception)
 Requires:   perl(parent)
 %{perl_requires}
 # MANUAL BEGIN

++ XML-LibXML-2.0125.tar.gz -> XML-LibXML-2.0126.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/Changes 
new/XML-LibXML-2.0126/Changes
--- old/XML-LibXML-2.0125/Changes   2016-05-30 11:16:34.0 +0200
+++ new/XML-LibXML-2.0126/Changes   2016-06-24 18:15:37.0 +0200
@@ -1,5 +1,15 @@
 Revision history for Perl extension XML::LibXML
 
+2.0126  2016-06-24
+- Workaround RT#114638:
+- 2.9.4 broke XSD Schema support.
+- https://rt.cpan.org/Public/Bug/Display.html?id=114638
+- https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression
+- https://bugzilla.gnome.org/show_bug.cgi?id=766834
+- https://github.com/shlomif/perl-XML-LibXML/pull/1
+- Thanks to Paul for the report and to RURBAN for a pull-req.
+- Add t/release-kwalitee.t for testing CPANTS Kwalitee.
+
 2.0125  2016-05-30
 - Moved the repository from Mercurial and BitBucket to Git and GitHub:
 - https://github.com/shlomif/perl-XML-LibXML
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.pm 
new/XML-LibXML-2.0126/LibXML.pm
--- old/XML-LibXML-2.0125/LibXML.pm 2016-05-30 11:19:07.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.pm 2016-06-24 18:16:20.0 +0200
@@ -29,7 +29,7 @@
 use IO::Handle; # for FH reads called as methods
 
 BEGIN {
-$VERSION = "2.0125"; # VERSION TEMPLATE: DO NOT CHANGE
+$VERSION = "2.0126"; # 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.0125/LibXML.pod 
new/XML-LibXML-2.0126/LibXML.pod
--- old/XML-LibXML-2.0125/LibXML.pod2016-05-30 11:19:34.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.pod2016-06-24 18:17:16.0 +0200
@@ -505,7 +505,7 @@
 
 =head1 VERSION
 
-2.0125
+2.0126
 
 =head1 COPYRIGHT
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/XML-LibXML-2.0125/LibXML.xs 
new/XML-LibXML-2.0126/LibXML.xs
--- old/XML-LibXML-2.0125/LibXML.xs 2016-05-30 11:01:59.0 +0200
+++ new/XML-LibXML-2.0126/LibXML.xs 2016-06-24 18:01:53.0 +0200
@@ -1616,6 +1616,10 @@
 CODE:
 #ifdef HAVE_SCHEMAS
 RETVAL = 1;
+# if LIBXML_VERSION == 20904
+/* exists but broken 
https://github.com/shlomif/libxml2-2.9.4-reader-schema-regression */
+   

commit superlu for openSUSE:Factory

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package superlu for openSUSE:Factory checked 
in at 2016-07-07 15:07:50

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


Package is "superlu"

Changes:

--- /work/SRC/openSUSE:Factory/superlu/superlu.changes  2015-08-10 
09:12:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.superlu.new/superlu.changes 2016-07-07 
15:07:51.0 +0200
@@ -1,0 +2,19 @@
+Tue Jun 14 12:56:22 UTC 2016 - badshah...@gmail.com
+
+- Use system blas by passing the cmake option
+  -DUSE_XSDK_DEFAULTS='TRUE'.
+- Disable building tests for now because they have linking issues.
+- Use cmake macros wherever appropriate.
+- A minimum of cmake >= 2.8.12 is required for building.
+
+---
+Sun May 29 16:30:52 UTC 2016 - f...@grueninger.de
+
+- Update to SuperLU 5.2.1
+- Switch to CMake as build-system
+- Drop superlu-4.3-disable-hsl.patch as CMake is now used
+- Update to latest SuperLU User Guide
+- superlu-4.3.diff, superlu-4.3-remove-hsl.patch: removed
+- superlu-5.2-remove-mc64ad.patch: new, routine was removed
+
+---

Old:

  superlu-4.3-disable-hsl.patch
  superlu-4.3.diff
  superlu_4.3-bsd.tar.bz2

New:

  superlu-5.2-remove-mc64ad.patch
  superlu_5.2.1-bsd.tar.gz



Other differences:
--
++ superlu.spec ++
--- /var/tmp/diff_new_pack.iLVIAR/_old  2016-07-07 15:07:52.0 +0200
+++ /var/tmp/diff_new_pack.iLVIAR/_new  2016-07-07 15:07:52.0 +0200
@@ -1,7 +1,8 @@
 #
 # spec file for package superlu
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 Christoph GrĂ¼ninger f...@grueninger.de
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +18,29 @@
 
 
 Name:   superlu
-Summary:A general purpose library for the direct solution of linear 
equations
+Summary:A general purpose library for the direct solution of sparse 
systems of linear equations
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Version:4.3
+Version:5.2.1
 Release:0
-#Source: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_4.3.tar.gz
-Source: superlu_%{version}-bsd.tar.bz2
+%define soname lib%{name}5
+#Source: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_5.2.1.tar.gz
+Source: %{name}_%{version}-bsd.tar.gz
 Source1:superlu_ug.pdf
 Source2:README.SUSE
 Source3:baselibs.conf
-# PATCH-FEATURE-OPENSUSE superlu-4.3.diff : add compiler and build flags in 
make.inc
-Patch:  superlu-4.3.diff
 # PATCH-FIX-UPSTREAM superlu-4.3-include.patch : avoid implicit declaration 
warnings
 Patch1: superlu-4.3-include.patch
 # PATCH-FIX-UPSTREAM superlu-4.3-dont-opt-away.diff
 Patch2: superlu-4.3-dont-opt-away.diff
-# PATCH-FIX-OPENSUSE superlu-4.3-remove-hsl.patch [bnc#796236] 
-# The Harwell Subroutine Library (HSL) routine m64ad.c have been removed
+# PATCH-FIX-OPENSUSE superlu-5.2-remove-mc64ad.patch [bnc#796236] 
+# The Harwell Subroutine Library (HSL) routine mc64ad.c have been removed
 # from the original sources for legal reasons. This patch disables the 
inclusion of
 # this routine in the library which, however, remains fully functionnal
-Patch3: superlu-4.3-disable-hsl.patch
+Patch3: superlu-5.2-remove-mc64ad.patch
 Url:http://crd.lbl.gov/~xiaoye/SuperLU/
-BuildRequires:  blas
+BuildRequires:  blas-devel
+BuildRequires:  cmake >= 2.8.12
 BuildRequires:  fdupes
 BuildRequires:  gcc-fortran
 BuildRequires:  tcsh
@@ -47,28 +48,25 @@
 
 %description
 SuperLU is an algorithm that uses group theory to optimize LU
-decomposition of sparse matrices. It's the fastest direct solver for
-linear systems that the author is aware of.
+decomposition of sparse matrices.
 
-Docu can be found on http://www.netlib.org.
-
-%package -n libsuperlu4
+%package -n %soname
 Summary:SuperLU matrix solver
 Group:  System/Libraries
 
-%description -n libsuperlu4
+%description -n %soname
 SuperLU is an algorithm that uses group theory to optimize LU
-decomposition of sparse matrices. It's the fastest direct solver for
-linear systems that the author is aware of.
-
-Docu can be found on http://www.netlib.org.
+decomposition of sparse matrices.
 
 %packagedevel
 Summary:Development files for %{name}
 Group:  Development/Libraries/C and C++
+Requires:   %soname = %{version}

commit php5 for openSUSE:13.2:Update

2016-07-07 Thread h_root
Hello community,

here is the log from the commit of package php5 for openSUSE:13.2:Update 
checked in at 2016-07-07 14:58:56

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


Package is "php5"

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
++ _link ++
--- /var/tmp/diff_new_pack.PYVXCb/_old  2016-07-07 14:58:57.0 +0200
+++ /var/tmp/diff_new_pack.PYVXCb/_new  2016-07-07 14:58:57.0 +0200
@@ -1 +1 @@
-
+